@media (min-width: 1200px) and (max-width: 1399px) {}
@media (min-width: 768px) and (max-width: 991px) {}


@media (max-width: 1500px) {
    .the-itinerary .right .cell .text-bx h4 {
        font-size: 36px;
    }
    .the-itinerary .right .cell .text-bx h4 sub {
        font-size: 18px;
        margin-top: 5px;
    }
    .the-itinerary .right .cell .text-bx p {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .the-itinerary .right .cell .text-bx p.last {
        margin-top: 30px;
    }
    .the-itinerary .right .cell .text-bx ul {
        font-size: 18px;        
    }
}
@media (max-width: 1400px) {
    .the-itinerary .left {
        min-width: 230px;
    }
    .the-itinerary .left .number-cell .count {
        font-size: 120px;
        line-height: 130px;
    }
    .the-itinerary .left .top-cell h3 {
        font-size: 85px;
    }
    .the-itinerary .left .top-cell h3 sup {
        font-size: 21px;
    }
    .the-itinerary .right {
        padding-left: 80px;
    }
    .the-itinerary .right .owl-nav {
        left: -70px;
    }
    .the-itinerary .right .cell {
        gap: 30px;
    }
}
@media (max-width: 1300px) {
    .the-itinerary .right .cell .img-bx {
        min-width: 385px;
        height: 591px;
    }
}
@media (max-width: 1199px) {
    .the-itinerary .left .number-cell {
        display: none;
    }
    .the-itinerary {
        flex-direction: column;
    }
    .the-itinerary .right {
        padding-left: 0;
    }
    .the-itinerary .right .owl-nav {
        flex-direction: row;
        width: auto;
        left: auto;
        top: -52px;
        right: 40px;
    }
    .driving-experiences .content-cell {
        background: linear-gradient(0deg, #131313 62.1%, rgba(19, 19, 19, 0.00) 100%);
    }
}
@media (max-width: 991px) {
    .driving-experiences .content-cell {
        margin-top: -360px;
        background: linear-gradient(0deg, #131313 65.1%, rgba(19, 19, 19, 0.00) 100%);
        padding-bottom: 80px;
    }
    .driving-experiences .content-cell h4 {
        font-size: 60px;
    }
    .driving-experiences .cell-wrap .cell {
        width: calc((100% - 45px) / 4);
    }
    .banner h1 {
        font-size: 60px;
    }
    .banner h1 span {
        font-size: 30px;
    }
    .banner h1 label {
        font-size: 30px;
    }
    .banner {
        min-height: 650px;
    }
    .sec-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sec-2 .row-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .the-itinerary .right .cell {
        flex-direction: column;
    }
    .the-itinerary .right .cell .img-bx {
        min-width: 100%;
        height: 370px;
    }
    .the-itinerary .right .cell .img-bx img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 767px) {
    footer .bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    footer .ft-buttons-wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    footer {
        padding: 40px 0 10px 0;
    }
    .driving-experiences .content-cell {
        margin-top: -430px;
        padding-bottom: 60px;
    }
    .driving-experiences .content-cell h4 {
        font-size: 50px;
        line-height: 1;
    }
    .driving-experiences .cell-wrap .cell {
        width: calc((100% - 30px) / 3);
    }
    .sec-2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec-2 h2 {
        font-size: 50px;
    }
    .sec-2 p {
        font-size: 20px;
        line-height: 1.5;
    }
    .the-itinerary {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .the-itinerary .right {
        padding-bottom: 0;
    }
    .the-itinerary .right .owl-nav {
        right: 0;
    }
}
@media (max-width: 575px) {
    .driving-experiences .content-cell {
        margin-top: -440px;
    }
    .driving-experiences .content-cell h4 {
        font-size: 40px;
    }
    .driving-experiences .cell-wrap .cell {
        width: calc((100% - 15px) / 2);
    }
    .sec-2 h2 {
        font-size: 40px;
    }
    .banner {
        padding: 40px 20px;
    }
    .banner h1 {
        font-size: 45px;
    }
    .banner h1 span {
        font-size: 25px;
    }
    .banner h1 label {
        font-size: 25px;
    }
    .banner {
        min-height: 600px;
    }
    .banner h1 div {
        margin-top: -15px;
    }
    .banner .btn {
        width: 265px;
    }
    .driving-experiences .content-cell h4 {
        padding-right: 0;
        padding-left: 0;
    }
    .the-itinerary {
        padding-left: 12px;
        padding-right: 12px;
    }
    .the-itinerary .right .sopt-now {
        font-size: 24px;
    }
}