/*
    Template Name    : Otako - Business Landing Page Template
    Author           : AvailableCoder
    Version          : 1.0s
    Created          : 2021
    File Description : Responsive css file of the template
*/

/* Small */
@media (min-width: 768px) {
   
}
@media (max-width: 576px) {
    .work .work-field .feat .counter-area .counter span.odometer {
        font-size: 60px;
    }
    .work .work-field .feat .counter-area .counter span.symbol {
        font-size: 30px;
    }
    .work .work-field .feat .counter-area .counter h4 {
        margin-top: 10px;
        font-size: 25px;
    }
    .blog .blog-area .blog-box > div.content .more-blogs span.date  {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .home-slider .swiper-slide h1 {
        font-size: 40px !important;
    }
    .home-slider .swiper-slide p {
        font-size: 16px !important;
    }
    .work .work-field .feat .counter-area {
        padding: 40px 20px;
    }
    .new .container h3 {
        font-size: 20px;
    }
    .new .container p {
        font-size: 14px;
    }
    .contact .contact-field .form-box {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .contact .contact-field .form-box form input[type=submit] {
        width: 100%;
    }
    footer .container > div {
        flex-basis: 100% !important;
    }
    footer .container > div.short-note {
        order: 1;
    }
    footer .container > div.contact-info {
        order: 3;
    }
    footer .container > div.more-links {
       order: 4; 
    }
    footer .container > div.subscribe {
        order: 2;
    }
}
/* Medium */
@media (min-width: 992px) {
    .home-slider .swiper-slide h1 {
        font-size: 75px;
    }
}
@media (max-width: 991px) {

    header nav ul li a.nav-link:before {
        display: none;
    }
    header nav .ul-cont ul {
        max-height: 70vh;
        overflow: auto;
    }
    .home-slider .swiper-slide h1 {
        font-size: 50px;
    }
    .home-slider .swiper-slide p {
        font-size: 18px;
    }
    .work .work-field .feat .image {
        display: none;
    }
    .work .work-field .feat .counter-area {
        flex-basis: 100% !important;
    }
    .blog .blog-area .blog-box > div {
        flex-basis: 100%;
    }
    .blog .blog-area .blog-box:nth-child(2) {
        flex-wrap: wrap-reverse;
    }
    .faq .accordion-field {
        flex-basis: 100%;
    }
    .faq .accordion-field  > div .ques-title .sign {
        width: 25px !important;
    }
    footer .container > div {
        flex-basis: calc(50% - 7px);
        margin-bottom: 20px;
    }
}
/* Large */
@media (min-width: 1200px) {
    .work .work-field .feat .counter-area .counter span.odometer {
        font-size: 125px;
    }
    .work .work-field .feat .counter-area .counter span.symbol {
        font-size: 100px;
    }
}
