@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary: #FF9933;
    --secondary: #b0d5de;
    --ternary: #764536;
    --accent: #ab7d6e;
    --dark: #2c2c2c;
    --black: #000;
}

.logo{
     text-decoration:none;
     font-weight:bold;
}
.logo h2{
    color:var(--primary);
   
}
body {
    font-family: "Inter", serif;
}
header{
    background-color:white;
}
.logo {
    max-width: 250px;
}

.logo img {
    max-width: 150px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
}

.menu>.menu-item {}

.menu>.menu-item>a {
    display: inline-block;
    padding: 20px 20px;
    
    border-bottom: 2px solid transparent;
}

.menu>.menu-item>a:hover {
    border-bottom-color: white;
}

header {
    position: relative;
    z-index: 11;
}

.hero {
    height: 650px;
    overflow: hidden;
    position: static;
    background: black;
}

.hero video {
    width: 100%;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0)); */
    color: white;
    padding-top: 230px;
}

.hero-content h1 {
    font-size: 55px;
    font-weight: bolder;
}

.hero-content h1 span {
    font-size: 80px;
}

.background-cover {
    background-size: cover;
}

.hero-content {
    max-width: 60%;
}

.btn-theme {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: white;
    padding: 20px 30px;
    border-radius: 50px;
    border-width: 2px;
}

.btn-theme:hover {
    background-color: var(--ternary) !important;
    border-color: white !important;
}

.text-italic {
    font-style: italic;
}

.section {
    padding: 60px 0;
}

.p {
    font-size: 18px;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn {
    border-radius: 40px;
}

.btn-lg {
    font-size: 16px;
    padding: 12px 24px;
}

.about-section {
   
}

.about-section-images {
    position: relative;
}

.about-section-images img {
    border-radius: 14px;
    position: absolute;
}

.about-section-images img:nth-child(1) {
    width: 350px;
    left: 150px;

}

.about-section-images img:nth-child(2) {
    left: 0;
    top: 150px;
    width: 350px;
    z-index: 1;
}

.about-section-images img:nth-child(3) {
    right: 50px;
    top: 300px;
    width: 450px;
}

.about-section {
    background-image: url('../images/bg.jpg');
    padding-bottom: 60px;
}

.why-choose-us {
    background-color: var(--primary);
    color: white;
}

.xtrf>div:nth-child(1) {
    flex: 3;
    text-align: left;
}

.xtrf>div:nth-child(1) button {
    text-align: left;
}

#v-pills-tab .nav-link {
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#v-pills-tab .nav-link.active {
    background-color: white;
    color: black;
}

#v-pills-tab .nav-link.active i.fa::before {
    content: "\f061";
}

.xtrf>div:nth-child(2) {
    flex: 9;
    padding-left: 40px;
}

.xtrf>div:nth-child(2) img {
    height: 250px;
    float: right;
    clear: right;
}

.bg-ternary {
    background-color: var(--ternary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.services-section {}

.why-choose-us {
    background-image: url('../images/bgw.webp');
    background-repeat: no-repeat;
    background-position: -100px bottom;
    background-size: 450px;
}

.service-item {
    background-image: url('../images/blue-bg.jpg');
    background-size: cover;
    padding: 48px 32px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: 500ms;
}

.service-item img {
    filter: invert(1);
    width: 60px;
    margin-bottom: 16px;
}

.service-item h4 {
    font-weight: bolder;
}

.service-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-ternary {
    color: var(--ternary) !important;
}

.service-item:hover {
    background-position: -80px;
}

.problem-solved {
    background-image: url('../images/bg-3.jpg');
    background-size: cover;
    background-position: right bottom;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.xrrr {
    /* border-left: 10px solid black;
    border-bottom: 10px solid black; */
}

footer {
    padding: 60px 0;
    background-color:#2c2c2c;
    color:white;

}

.links a {
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 2px;
    display: inline-block;
}

.fs-small {
    font-size: 14px !important;
    font-weight: 300;
}

.footer-social {
    display: flex;
    margin-top: 30px;
}

.footer-social a {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: black;
}

.footer-contact {
    font-size: 14px;
}

.footer-contact p:nth-child(1) {
    margin-bottom: 10px;
}
.hero{
    background-size:cover;
    display:flex;
    align-items:center;
}
.footer-contact p {
    margin-bottom: 0;
}
.hero-content{
    background:white;
    padding:50px;
}

.footer-contact p a {
    text-decoration: none;
    display: inline-block;
    margin-left: 4px;
    color:white;
}

.footer-contact p a i {
    display: inline-block;
    margin-right: 8px;
}

.form-control {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: var(--ternary);
}

.form-control-lg {
    font-size: 15px;

}

.form-floating label,
.form-control::placeholder {
    color: #888;
}

.contact {
    padding: 80px 0;
}

.home-contact {
    display: inline-block;

}

.home-contact a {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #4caf50;
    padding: 14px 20px;
    border-radius: 4px;
    color: #4caf50;
    transition: 300ms;
}

.home-contact a:hover {
    background: #4caf50;
    color: white;
}

.home-contact img {
    width: 40px;
}

.package-item {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    background: var(--bs-body-color);
}

.item-content {
    flex: 1;
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(26 26 26 / 90%) 50%);
    color: white;
    padding: 20px;
}

.item-content h5 {
    font-weight: bold;
}

.item-content h5 small {
    color: #c2c2c2;
    font-size: 75%;
    text-decoration: line-through;
    font-weight: normal;
}

.item-content h5 .badge {
    font-size: 10px;
    font-weight: normal;
    padding: 6px 6px;
}

.item-pricing {
    margin-top: 10px;
}

.item-content hr {
    margin: 10px 0
}

.destination-box {
    font-size: 14px;
}

.location {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.location .content {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;

}

.location-listing {
    margin-top: 30px;
}

.location .content h5 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.content>div {
    text-align: center;
}

.mobile-menu {
    display: none;
}

header.inner {
    background-color: white;
    color: black;
    border-bottom: 1px solid #ccc;
}

header.inner .logo img {
    margin-bottom: -70px;
    background: white;
}

header.inner .menu>.menu-item>a {
    color: black;
}

header.inner .book-now-cta {
    background-color: black !important;
    color: white !important;
}

header.inner .book-now-cta:hover {
    background: var(--primary) !important;
}

.mobile-header {
    display: none;
}

.final-package-image {
    background-size: cover;
    min-height: 500px;
    position: relative;
    background-position: center;
}

.inner~section:first-of-type {
}

.final-package-title {
    color: white;
    max-width: 50%;
    padding: 32px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    background: rgb(0 0 0 / 24%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;

}

.vs {
    font-size: 14px;
}

.features {}

.features li {
    margin-bottom: 10px;
    line-height: 1.5;
}


.tour-highlights {
    background: #f8f9faa6;
    padding: 30px;
    border-radius: 6px;
}


.tour-highlights ul {
    list-style: none;
    padding: 0;
}

.tour-highlights li {
    font-size: 18px;
    padding: 8px 0;
    color: #333;
    display: flex;
    gap: 10px;
}

.accordion-button {
    box-shadow: none !important;
    padding: 20px 25px;
}

.accordion-item {}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--primary);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.tabss {

    background-color: var(--dark);
}

.tabss .tabs {
    display: flex;
}

.tabss a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 20px 25px;
    transition: 300ms;
}

.tabss a:hover {
    background-color: var(--primary);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.blog-top {
    padding: 0;
}

.layer {
    background-color: #00000070;
    padding: 60px 0;
    color: white;
}

.blog-top {
    background-size: cover;
    padding-top: 0 !important;
    background-position: center;
}

.blog-top .layer {
    padding-top: 110px;
}

.blog-content {
    color: white;
}

.blog-item {
    border-radius: 8px;
}

.blog-item img {
    border-radius: 8px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.post-content {}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    font-weight: bold;
}
.package-item{
    background-position:center;
}

.package-item.experience-design-1 {
    height: 400px;
}

.gallery-img img{
    width:100%;
    height:300px;
    object-fit:cover
}
.gallery-img{
    
}
.package-item.experience-design-1 .item-content {
    display: flex;
    align-items: end;
}

.sr {
    position: relative;
}
.inclusionsx ul li::before{
    content: '✅';
    display: inline-block;
}

.exclusionsx ul li::before{
    content: '❌';
    display: inline-block;
}

.final-package-image{
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: -110px;
}
.final-package-title{
    top: 260px;
    position: absolute;
}
.final-package-image{
    top: -110px;
}
.final-package-image .carousel-item img,.package-carousel{
    height: 600px;
}
.carousel-control-next, .carousel-control-prev{
    height: 100px;
    align-self: center;
    background: black;
    width: 80px;
}
.page-link{
    color: var(--primary);
    box-shadow: none !important;
}
.active>.page-link, .page-link.active{
    background-color:var(--primary) !important;
    border-color:var(--primary) !important;
}
@media screen and (max-width:768px) {


    header {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        position: relative;
        z-index: 9
    }

    .mobile-menu {
        display: block;
        position: relative;

    }

    .mobile-header .logo {}

    .mobile-header .logo img {
        width: 100px;
    }

    .menu-items {
        display: flex;
        gap: 20px;
    }

    .menu-items a {
        padding: 10px;
        width: 50px;
        text-align: center;
        font-size: 20px;
        color: var(--primary);
        border-radius: 4px;
        background-color: white;
                border: 1px solid var(--primary);
    }

    .hero video {
        display: none;
    }

    .hero {
        top: -155px;
        background-image: url('../images/mobile-bg.webp');
        background-size: cover;
    }

    .hero .overlay {
        padding-top: 150px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero {
        height: 550px;
    }
    .xrrr{
            padding: 20px !important;
    }
    .hero-content h1 span {
        font-size: 36px;
        color: white !important;
    }

    .section {
        padding: 30px 0;
    }

    .xrrr {
        margin-bottom: 20px;
    }

    .package-item {
        height: 400px;
        margin-bottom: 15px;
    }

    .location .content h5 {
        font-size: 18px;
    }

    .location .content {
        padding: 10px;
    }

    .location .content p {
        font-size: 14px;
    }

    .ps-mb-0 {
        padding-left: 0 !important;
    }

    .dprff {
        margin-top: 24px;
    }
    .mobile-menu{
        display:none;
        position:fixed;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background:white;
        z-index:999;
        overflow:hidden;
    }
    .mobile-menu .inner{
        width: 300px;
    padding: 20px;
    }
    .mobile-menu .inner a{
                text-decoration: none;
        color: #2c2c2c;
        font-size: 16px;
        padding: 8px 0;
        display: block;
    }
    .mobile-menu .close{
         width: 50px;
    height: 50px;
    background: var(--dark);
    color: white;
    position: fixed;
    right: 0;
    top: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
            text-decoration: none;
        font-size: 20px;
        
        
    }
    .xrwrdd{
        height: 258px !important;
    }
    .blog-item img{
        height:150px;
    }
    .blog-item h5{
        font-size:16px;
    }
    .blog-item{
        height:100%;
    }
     .blog-item .p-4{
         
         padding:12px !important;
     }
     footer{
         padding-top:15px;
     }
     footer img{
         width:120px !important;
     }
     .inner~section:first-of-type{
         padding-bottom:0;
     }
     .blog-top .layer{
         padding-top:70px;
     }
     .package-item.experience-design-1{
         height:250px;
     }
     .package-item.experience-design-1 h3{
         font-size:20px;
     }
     .package-item.experience-design-1{
         background-size:cover;
     }
     .final-package-image{
             top: -160px;
             margin-bottom:-180px;
     }
     .final-package-image .carousel-item img, .package-carousel{
         height:450px;
         object-fit:cover
     }
     .carousel-control-next, .carousel-control-prev{
             height: 50px;
    align-self: center;
    background: black;
    width: 40px;
     }
     .final-package-title{
                    top: 160px;
        position: absolute;
        width: 100%;
        max-width: calc(100% - 30px);
        right: 15px;
        left: 15px;
     }
     .final-package-title h1{
         font-size:24px;
     }
     .tabss .tabs{
         overflow-x:auto;
     }
     .tour-highlights{
         padding: 16px;
     }
}
