/*
    Template Name    : Koshi - Software Application Landing Page Template
    Author           : AvailableCoder
    Version          : 1.0
    Created          : 2021
    File Description : Responsive css file of the template
*/

/* Small */
@media (min-width: 768px) {
    .howit .field .items .item:nth-child(odd)::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        width: 60px;
        height: 2px;
        background: linear-gradient(90deg, var(--main-color) 0%, transparent 100%);
        z-index: -1;
    }
    .howit .field .items .item:nth-child(even)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        width: 60px;
        height: 2px;
        background: linear-gradient(270deg, var(--main-color) 0%, transparent 100%);
        z-index: -1;
    }
    .howit .field .items .item:last-child::after {
        display: none;
    }
}
@media (max-width: 500px) {
    .newapp .container .counter-area::before,
    .newapp .container .counter-area::after {
        display: none;
    }
    .newapp .container .counter-area > div.counter {
        flex-basis: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .newapp .container .text h2 {
        font-size: 25px;
    }
    .newapp .container .text .contact-details {
        justify-content: space-between;
    }
    .newapp .container .text .contact-details a.contact {
        margin-right: 0;
    }
    .footer .content {
        flex-direction: column;
    }
    .footer .content p {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .services .field > div.text {
        flex-direction: column !important;
    }
    .services .field > div.text .text-field {
        margin: 10px 0 !important;
    }
    .services .field > div.text .text-field::before,
    .services .field > div.text .text-field::after {
        display: none;
    }
    .howit .field .items .item {
        width: 100% !important;
        padding: 18px 20px !important;
    }
    .howit .field .items .item span {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
        top: 12px !important;
    }
    .howit .field .items .item h3 {
        font-size: 17px !important;
        margin-left: 20px !important;
        margin-bottom: 6px !important;
    }
    html[dir="rtl"] .howit .field .items .item h3 {
        margin-right: 20px !important;
        margin-left: 0 !important;
    }
    .howit .field .items .item p {
        font-size: 13px !important;
        margin-left: 20px !important;
    }
    html[dir="rtl"] .howit .field .items .item p {
        margin-right: 20px !important;
        margin-left: 0 !important;
    }
    .stats-grid {
        grid-template-columns: 1fr !important;
    }
    .stat-item {
        padding: 20px !important;
    }
    .feat-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 24px !important;
    }
    .features .features-grid > div.feat {
        padding: 20px !important;
    }
    .howit .field .items .item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: linear-gradient(180deg, var(--main-color) 0%, transparent 100%);
    }
    .newapp .container .text p {
        font-size: 16px;
    }
    .pricing .field > div.plan {
        flex-basis: 100% !important;
        margin: unset !important;
        margin-bottom: 20px !important;
    }
    .testimonials .clients-slider .box .review .rev-head .details h3 {
        font-size: 22px
    }
    .blog .content .blog-box {
        flex-basis: 100% !important;
        margin: unset !important;
        margin-bottom: 20px !important;
    }
    .contact .field > div {
        flex-basis: 100% !important;
    }
    .contact .field > div:first-child {
        margin-bottom: 20px;
    }
}
/* Medium */
@media (min-width: 992px) {
    .slide-header {
        position: fixed;
        display: block;
        transition: all 0.2s;
        animation: animate-header 0.4s ease 1;
    }
}
@media (max-width: 991px) {
    header {
        position: fixed;
        height: 70px;
    }
    button.menu-btn {
        display: block;
    }
    header nav {
        flex-direction: row-reverse;
    }
    html[dir="rtl"] header nav {
        flex-direction: row;
    }
    header .container nav ul {
        width: 250px;
        display: block;
        height: calc(100vh - 70px);
        position: fixed;
        top: 0px;
        margin-top: 70px;
        left: -250px;
        transition: left 0.5s ease;
    }
    html[dir="rtl"] header .container nav ul {
        left: auto;
        right: -250px;
        transition: right 0.5s ease;
    }
    html[dir="rtl"] .mobile-menu-toggle {
        right: 0 !important;
        left: auto !important;
    }
    header .container nav ul li {
        height: fit-content;
    }
    header nav ul li a {
        display: block;
        text-align: start;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    header nav ul li a.active,
    header nav ul li a:hover {
        background-color: var(--main-color);
        color: #fff;
    }
    .mobile-menu-toggle {
        left: 0 !important;
    }
    .menu-btn-toggle span {
        transition: top 0.3s ease 0s , bottom 0.3s ease 0s , transform 0.3s ease 0.3s !important;
    }
    .home {
        padding-top: 30px;
        min-height: auto;
    }
    .home .container {
        flex-direction: column;
    }
    .gradient-text {
        font-size: 32px !important;
    }
    .subtitle {
        font-size: 16px !important;
    }
    .main-text h2 {
        font-size: 28px !important;
    }
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    .hero-buttons .main-btn {
        width: 100%;
        justify-content: center;
    }
    .app-icons {
        justify-content: center;
        gap: 10px;
    }
    
    .apple {
        width: 120px !important;
    }
    
    .android {
        width: 135px !important;
    }
    
    .download-note {
        font-size: 16px !important;
        padding: 0;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .app-icons {
        justify-content: center;
    }
    
    header nav ul li a {
        font-size: 13px !important;
        padding: 5px 8px !important;
    }
    .features .features-grid {
        grid-template-columns: 1fr !important;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }
    .stat-number {
        font-size: 36px !important;
    }
    .main-text h2 {
        font-size: 32px !important;
    }
    .services .field {
        flex-direction: column;
    }
    .services .field > div.text {
        flex-direction: row;
    }
    .services .field > div .text-field {
        flex-basis: calc(50% - 20px);
        margin: 30px 0 !important;
    }
    .services .field > div.text_left .text-field::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        border-left: 10px solid transparent;
        border-top: 40px solid;
        border-bottom: 40px solid transparent;
        border-right: 10px solid transparent;
    }
    .services .field > div.text_left .text-field:nth-child(1):after {
        transform: translateX(-50%) skewX(30deg);
    }
    .services .field > div.text_left .text-field:nth-child(2):after {
        transform: translateX(-50%) skewX(-30deg);
    }
    .services .field > div.text_right .text-field::before {
        content: '';
        position: absolute;
        top: unset;
        bottom: 100%;
        left: 50%;
        border-left: 10px solid transparent;
        border-top: 40px solid transparent;
        border-bottom: 40px solid;
        border-right: 10px solid transparent;
    }
    .services .field > div.text_right .text-field:nth-child(1):before {
        transform: translateX(-50%) skewX(-30deg);
    }
    .services .field > div.text_right .text-field:nth-child(2):before {
        transform: translateX(-50%) skewX(30deg);
    }
    .services .field > div.text .text-field {
        position: relative;
        background-color: #eee;
        padding: 15px;
        margin: 20px 0;
    }
    .newapp .container {
        flex-direction: column;
    }
    .newapp .container .text {
        margin-bottom: 30px;
    }
    .pricing .field > div.plan {
        flex-basis: calc(50% - 20px);
    }
    .pricing .field > div.plan:last-child {
        margin: 40px auto 0;
    }
    .blog .content .blog-box {
        flex-basis: calc(50% - 20px);
    }
    .blog .content .blog-box:last-child {
        margin: 40px auto 0;
    }
}
/* Large */
@media (min-width: 1200px) {

}
