/* Extra Small Device */
@media only screen and (max-width: 430px) {
    .menu.offcanvas-start {
        width: 100%;
    }
}

/* Extra Small Device */
@media only screen and (min-width: 430px) {
    .btn {
        width: auto;
    }
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 15px;
    }

    .fs-1 {
        font-size: 72px !important;
    }

    .hero__inner {
        padding: 124px 16px 40px;
    }
    .main__title__layer {
        padding-left: 88px;
    }
    .hero__client__ellipse {
        width: 48px;
    }
    .video__popup {
        width: 72px;
        height: 72px;
        border: 2px solid var(--white);
        font-size: 16px;
    }
    .benefit, .choose {
        padding: 48px 0;
    }
    .service {
        padding: 40px 0;
    }
    .service__thumb, .faq__thumb, .contact__thumb {
        height: 324px;
    }
    .contact__heading {
        font-size: 28px;
    }
    .footer__logo {
        max-width: 128px;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-2 {
        font-size: 48px !important;
    }

    .video {
        padding: 60px 0 80px;
    }
    .video__thumb {
        height: 300px;
    }
    .benefit, .choose {
        padding: 64px 0;
    }
    .benefit__icon img {
        max-width: 48px;
    }
    .benefit__title {
        font-size: 28px;
    }
    .benefit__card {
        padding: 32px 24px;
    }
    .popular {
        padding: 72px 0;
    }
    .popular__cars__row > :nth-last-child(odd):last-child {
        display: none;
    }
    .service {
        padding: 64px 0;
    }
    .service .accordion-button, .faq .accordion-button {
        gap: 12px;
    }
    .service .accordion-body {
        padding-left: 60px;
    }
    .testimonial {
        padding: 72px 0;
    }
    .testimonial__card {
        min-height: 300px;
    }
    .faq {
        padding: 72px 0;
    }
    .contact {
        padding-bottom: 80px;
    }
    .cta__title {
        font-size: 56px;
    }
    .footer__top {
        padding: 60px 0 48px;
    }

}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }
    
    .section--border {
        border: 8px solid var(--white);
    }

    .header {
        padding: 16px 0 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .hero {
        padding: 140px 16px 48px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("../imgs/bg-thumbs/hero-bg.jpg") no-repeat center / cover;
        border: 8px solid #fff;
        border-radius: 24px;
    }
    .hero__wrapper {
        max-width: 935px;
        margin: auto;
    }
    .hero__inner {
        padding: 0;
    }
    .hero__inner::before, .hero__inner::after {
        display: none;
    }
    .hero__text {
        margin-bottom: 90px;
    }
    .hero__form__content {
        max-width: 445px;
    }
    .form__box {
        background-color: rgba(255, 255, 255, 0.56);
        border: 1px solid var(--white);
    }
    .video__content, .video__thumb {
        height: 100%;
    }
    .benefit__icon img {
        max-width: 56px;
    }
    .benefit__title {
        font-size: 30px;
    }
    .popular__card {
        height: 400px;
    }
    .popular__car__title {
        font-size: 28px;
    }
    .popular {
        padding: 88px 0;
    }
    .service__thumb, .faq__thumb {
        height: 500px;
        margin-bottom: 0;
        margin-left: 24px;
    }
    .testimonial__wrapper {
        max-width: 1395px;
        margin: 0 auto 0;
        padding: 0 12.5px;
    }
    .choose__card {
        padding: 24px;
    }
    .faq {
        padding: 96px 0;
    }
    .faq__thumb {
        background-position: right;
    }
    .contact__thumb {
        height: 100%;
    }
    .contact__inner {
        margin-left: 24px;
    }

}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    .fs-1 {
        font-size: 100px !important;
    }
    .fs-2 {
        font-size: 54px !important;
        
    }
    .section--border {
        border: 12px solid var(--white);
    }

    .header {
        padding: 28px 0 8px;
    }
    .logo {
        max-width: 116px;
    }
    .header__ul {
        gap: 40px;
    }
    .header__nav__item::after {
        right: -19px;
    }
    .header__nav__link {
        font-size: 16px;
    }
    .hero {
        border: 12px solid #fff;
        padding: 180px 16px 48px;
    }
    .hero__wrapper {
        max-width: 1110px;
    }
    .hero__inner {
        z-index: unset;
    }
    .main__title {
        position: relative;
        z-index: -1;
    }
    .hero__cars {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .video {
        padding: 80px 0 100px;
    }
    .video__popup {
        width: 92px;
        height: 92px;
        font-size: 20px;
    }
    .benefit {
        padding: 64px 0 80px;
        border-radius: 40px;
    }
    .popular {
        padding: 112px 0;
    }
    .service {
        border-radius: 40px;
    }
    .service__thumb, .faq__thumb {
        height: 568px;
        border-radius: 16px;
        margin-left: 40px;
    }
    .service .accordion-button, .faq .accordion-button {
        font-size: 20px;
        gap: 24px;
    }
    .service .accordion-body {
        padding-left: 72px;
        padding-bottom: 20px;
    }
    .testimonial {
        padding: 96px 0;
    }
    .testimonial .section__head {
        max-width: 790px;
    }
    .choose {
        border-radius: 40px;
    }
    .faq {
        padding: 112px 0;
    }
    .contact__inner {
        margin-left: 40px;
    }
    .cta__bg, .cta::after {
        border-radius: 24px;
    }
    .cta__title {
        font-size: 68px;
    }
    .footer__logo {
        max-width: 142px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1395px;
        width: 100%;
    }

    .fs-1 {
        font-size: 116px !important;
    }
    .fs-2 {
        font-size: 64px !important;
        
    }
    .section--border {
        border: 16px solid var(--white);
    }
    
    .header__nav__link {
        font-size: 18px;
    }
    .header__ul {
        gap: 48px;
    }
    .header__nav__item::after {
        right: -23px;
    }
    .hero {
        border: 16px solid #fff;
    }
    .hero__wrapper {
        max-width: 1370px;
    }
    .video {
        padding: 68px 0 108px;
    }
    .video__popup {
        width: 108px;
        height: 108px;
        font-size: 24px;
    }
    .benefit__card:hover {
        transform: translateY(-10px);
    }
    .popular__cars__row > :nth-last-child(odd):last-child {
        display: block;
    }
    .popular__card {
        height: 440px;
    }
    .popular__car__title {
        font-size: 32px;
    }
    .service .accordion-button {
	    font-size: 24px;
    }
    .service__thumb, .faq__thumb {
        margin-left: 56px;
    }
    .service .accordion-button, .faq .accordion-button {
        gap: 36px;
    }
    .service .accordion-body {
        padding-left: 84px;
    }
    .testimonial {
        padding: 112px 0;
    }
    .choose__card:hover {
        box-shadow: 3px 2px 27px 0px #ccc;
        transform: scale(1.1);
    }
    .faq .accordion-button {
        padding: 20px 0;
    }
    .faq .accordion-body {
        padding-bottom: 20px;
    }
    .contact__inner {
        margin-left: 48px;
    }
    .contact__heading {
        font-size: 32px;
    }
    .cta__title {
        font-size: 80px;
    }
    .footer__top__widget {
        width: auto;
    }
}
