html,
body {
    font-family: "Gabarito", sans-serif;
    overflow-x: hidden;
}

.navbar-main {
    background-color: beige;
    display: flex;
}

.navbar-phone {
    display: none;
}

@media(max-width:768px) {

    .navbar-phone {
        display: block;
        padding: 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    }

    .hamburger {
        width: 35px;
        cursor: pointer;
    }

    .hamburger span {
        display: block;
        width: 100%;
        height: 4px;
        background: #333;
        margin: 6px 0;
        border-radius: 3px;
        transition: .3s;
    }

    .nav .lower-sidebar ul li {
        display: none !important;
    }

    .sidebar-wide {
        display: none !important;
    }

    .upper-sidebar {
        display: none !important;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -280px;
        width: 260px;
        height: 100vh;
        background: #fff;
        box-shadow: 2px 0 15px rgba(0, 0, 0, .2);
        transition: .3s;
        z-index: 1001;
        padding-top: 60px;
    }

    .sidebar.active {
        left: 0;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar ul li {
        border-bottom: 1px solid #eee;
    }

    .sidebar ul li a {
        display: block;
        padding: 18px 25px;
        text-decoration: none;
        color: #333;
        font-size: 18px;
        transition: .3s;
    }

    .sidebar ul li a:hover {
        background: #f5f5f5;
        color: #007bff;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 35px;
        cursor: pointer;
    }

    .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .4);
        display: none;
        z-index: 1000;
    }

    .overlay.active {
        display: block;

    }

    .explore-section {

        margin-left: 15px !important;
        margin-right: 15px !important;
        padding: 0 !important;
    }

    .explore-section p {
        font-size: 10pt !important;
        margin: 0 !important;
        margin-top: 10px !important;
        padding: 0 !important;
    }

    .explore-section h1 p {
        font-size: 16pt !important;
    }

    .travel-section h1 p {
        font-size: 16pt !important;
    }

    .destination-section div {
        margin-bottom: 10px !important;
    }

    .offers-section div h1 {
        font-size: 16pt !important;
    }

    .offers-section {
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding: 0 !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .offers-section p {
        font-size: 10pt !important;
        margin: 0 !important;
        margin-top: 10px !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
    }

    .states-txt h1 {
        font-size: 16pt !important;
    }

    .states-txt p {
        font-size: 10pt !important;
        margin: 0 !important;
        margin-top: 6px !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
    }
}

.nav-icon {
    font-size: 20px;
    padding: 5px;
}

.lower-sidebar {
    list-style: none;
}

.sidebar-items {
    list-style: none;
    font-size: 16pt;
}

.sidebar-item1 {
    cursor: pointer;
}

.sidebar-item1 .active {
    background-color: rgb(250, 249, 235);
}

.sidebar-item1:hover {
    background-color: rgb(250, 249, 235);

}

.sub1 {
    font-size: 16pt;
}

/* SLIDER CONTAINER */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 6;
}

/* SLIDES */
.slides {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.6s ease;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

.slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

/* DOTS */
.dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .slider {
        height: 650px;
    }
}

.sub-items {
    font-size: 12pt;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot {
    display: inline-block;
    margin: 5px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #000;
}

.footer-brands {

    font-size: 35px;
}

.footer-logo {
    max-width: 150px;
}

.footer-items li {
    padding-bottom: 6px;
    cursor: pointer;
}

.footer-brands {
    font-size: 24px;
    cursor: pointer;
}

.footer-images img {
    border-radius: 6px;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .footer-container {
        text-align: center;
    }

    .footer-items {
        padding-left: 0;
    }

    .offer-image img {
        width: 100%;
    }

    .offer-txt {
        width: 100%;
    }

    .offer-card {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 6;

    }

    .offers-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.facebook {
    color: rgb(47, 47, 128);

}

.insta {
    color: rgb(188, 28, 28);
}

.footer-items {
    list-style: none;
    padding: 0;
}

hr {

    /* width: 5px; */
    color: black;
}

/* .footer-txt{
    width: 70%;
} */
.about-us {
    width: 35%;
}


.nav ul li {
    list-style: none;
    display: inline-block;

    position: relative;
}

.nav ul li a {
    text-decoration: none;
    color: aliceblue;
    text-transform: "uppercase";
}

.nav ul li::after {
    content: '';
    height: 3px;
    width: 0;
    background: #ed9106;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;

}



.nav ul li:hover::after {
    width: 100%;
}

.mid-text {
    width: 60%;
    text-align: center;
}

.travel-section {
    background-color: rgb(250, 249, 235);
}

.grid-img {
    height: 60%;
    width: 95%;
    transition-duration: 1s;
}

.grid-img:hover {
    scale: 1.05;
}

.grid-view {
    height: 60%;
    width: 100%;
}

.footer-items li:hover {
    color: #ed9106;
    cursor: pointer;

}

.footer-images .row .col img:hover {
    scale: 1.03;
    transition-duration: 0.6s;
    cursor: pointer;

}

.offer-image img {
    width: 350px;
}

.offer-txt {
    width: 350px;
}

.state-card {
    opacity: 0.6;
}

.state-cont {
    background: black;
}

.state-card h3 {
    color: white;
}

.state-card i {
    color: white;
}

.state-card h3:hover {
    scale: 1.05;
    transition-duration: 1s;
    cursor: pointer;

}

.state-card i {
    scale: 1.05;
    transition-duration: 1s;
    cursor: pointer;
}

.andhra {
    background-image: url('images/state-grid/Andhra.png');
}

.arunachal {
    background-image: url('images/state-grid/Arunachal.png');
}

.assam {
    background-image: url('images/state-grid/Assam.png');
}

.bihar {
    background-image: url('images/state-grid/Bihar.png');
}

.chhattisgarh {
    background-image: url('images/state-grid/Chhattisgarh.png');
}

.goa {
    background-image: url('images/state-grid/Goa.png');
}

.gujarat {
    background-image: url('images/state-grid/Gujarat.png');
}

.haryana {
    background-image: url('images/state-grid/Haryana.png');
}

.himachal {
    background-image: url('images/state-grid/Himachal.png');
}

.jharkhand {
    background-image: url('images/state-grid/Jharkhand.png');
}

.karnataka {
    background-image: url('images/state-grid/Karnataka.png');
}

.kerala {
    background-image: url('images/state-grid/Kerala.png');
}

.madhya {
    background-image: url('images/state-grid/Madhya.png');
}

.maharashtra {
    background-image: url('images/state-grid/Maharashtra.png');
}

.manipur {
    background-image: url('images/state-grid/Manipur.png');
}

.meghalaya {
    background-image: url('images/state-grid/Meghalaya.png');
}

.mizoram {
    background-image: url('images/state-grid/Mizoram.png');
}

.nagaland {
    background-image: url('images/state-grid/Nagaland.png');
}

.odisha {
    background-image: url('images/state-grid/Odisha.png');
}

.punjab {
    background-image: url('images/state-grid/Punjab.png');
}

.rajasthan {
    background-image: url('images/state-grid/Rajasthan.png');
}

.sikkim {
    background-image: url('images/state-grid/Sikkim.png');
}

.tamil {
    background-image: url('images/state-grid/Tamil.png');
}

.telangana {
    background-image: url('images/state-grid/Telangana.png');
}

.tripura {
    background-image: url('images/state-grid/Tripura.png');
}

.uttar {
    background-image: url('images/state-grid/Uttar.png');
}

.uttarakhand {
    background-image: url('images/state-grid/Uttarakhand.png');
}

.bengal {
    background-image: url('images/state-grid/Bengal.png');
}