
#hamburger {
    display: none;
}
.desktop-cruise{
    display: block;
}
.mb-cruise{
    display: none;
}
/* banner  */
.banner{
    overflow: hidden;
}
.banner .left{
        width: 45%;
        background-image: url(../main-img/ndiabg.webp);
        background-size: cover;
        background-position: left;
}
.banner .left .glbl-btn{
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
    margin: 25px auto;
    width: 60%;
    text-align: center;
    
}
.banner .left h5{
    font-family: Darkline;
    color: var(--primary-clrOne);
    font-size: 55px;
    letter-spacing: 3px;
    font-weight: 500;
    text-shadow: 2px -1px #7e787861;
    line-height: 50px;
}
.banner .left h1{
    font-size: 90px;
    line-height: 95px;
    color: #282727;
    font-family: 'Kaushan Script', cursive;
    font-weight: lighter;
    margin: 10px 0px 10px;
    text-shadow: 1px 2px #00000099;
}
.banner .left h1 span{
    font-family: 'Kaushan Script', cursive;
    font-weight: lighter; 
    color: var(--primary-clrOne);
    text-shadow: 1px 2px #00000099;
    
}
.banner .left p{
    font-size: 25px;
    color: #646464;
}
.banner .left .glbl-btn img{
        transform: translateY(5px);
}
.banner .right{
    width: 55%;

}
.banner .right .first-img {
    height: 450px;
    background-image: url(../main-img/banner1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     width: 290px;
    border-radius: 35px;
    animation: fadeIn 1s ease-in-out;
    animation-delay: 0.2s; /* Delay the animation */
    animation-fill-mode: both; /* Keeps the final state after animation */
}
.banner .right .second-img{
    height: 175px;
    background-image: url(../main-img/banner2.webp);
    width: 290px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    margin-bottom: 30px;
    animation: slideIn 1s ease-in-out;
    animation-delay: 0.5s; /* Delay the animation */
    animation-fill-mode: both; /* Keeps the final state after animation */
}  
.third-img{
    background-image: url(../main-img/banner3.webp);
    height: 350px;
    width: 290px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    animation: scaleIn 1s ease-in-out;
    animation-delay: 0.8s; /* Delay the animation */
    animation-fill-mode: both; /* Keeps the final state after animation */
}
/* Define keyframes for the animations (same as before) */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        transform: translateX(100%); /* Start from the right */
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* best of india  */
.best-of-india .item {
    height: 440px;
    position: relative;
    width: 92%;
    margin: auto;
    overflow: hidden;
    border-radius: 50px;
}
.best-of-india .item:hover img{
   transform: scale(1.2);
   overflow: hidden;
}

.best-of-india .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all ease-in-out 0.8s;
    cursor: pointer;
}
.best-of-india .item .transparent{
    background-color: #00000017;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50px;
    cursor: pointer;
}
.best-of-india .item .package-name{
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(179deg, #00000073, #3f3a3a00);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.best-of-india .item .package-name h5{
    font-family: 'Kaushan Script', cursive;
    font-weight: 100;
    text-shadow: 2px 1px #001;
    font-size: 35px;
    margin-top: 10px;
    line-height: 48px;
}
.best-of-india .item .package-name h5 span{
    font-size: 40px;
}
.package span{
    background-color: var(--primary-clrOne);
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.package .owl-prev span{
    position: absolute;
    left: -12px;
    top: 40%;
}
.package .owl-next span{
    position: absolute;
    right: -12px;
    top: 40%;
}

/* holiday ideas  */
.holiday-ideas.best-of-india .item{
    border-radius: 10px;
    height: 350px;
    margin-bottom: 20px;
}
.holiday-ideas.best-of-india .item img{
    border-radius: 10px;
}
.holiday-ideas.best-of-india .item .transparent{
    border-radius: 10px;
}
.holiday-ideas.best-of-india .item .package-name{

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.holiday-ideas.best-of-india .flex .item:first-child{
    width: 48%;
}
.holiday-ideas.best-of-india .flex .item:nth-child(2){

    width: 23%;
}
.holiday-ideas.best-of-india .flex .item:nth-child(3){

    width: 23%;
}
.holiday-ideas.best-of-india .flex .item:nth-child(4){

    width: 23%;
}
.holiday-ideas.best-of-india .flex .item:nth-child(5){

    width: 23%;
}
.holiday-ideas.best-of-india .flex .item:nth-child(6){
    width: 48%;
}


/* luxury stays */
.luxury-stays .box {
    width: 32%;
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding-bottom: 25px;
    position: relative;

    height: 580px;
}
.luxury-stays .box .price{

    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0px auto;
    bottom: 12%;
}
.luxury-stays .box .item img{
    width: 100%;
    height: 245px;

}

.luxury-stays .box img{
    width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.luxury-stays .box h5 {
    font-size: 14px;
    color: #6c6c6c;
    font-family: Poppins-Light;
}
.second-strip ul li{
    display: inline-block;
}
.luxury-stays .box ul.inclusion li{
  list-style-type: disc;
    padding-left: 5px;
    color: #606060;
    font-size: 14px;
    margin-left: 20px;
    list-style-type: disc;
    line-height: 24px;
}

.luxury-stays .box ul li img{
    width: 16px;
}
.luxury-stays .box h5 img{
    width: auto;
}

.luxury-stays .box .content h4 {
    font-size: 15px;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 200;
    padding: 10px 10px;
    background-color: var(--primary-clrOne);

}

.luxury-stays .box .price  img{
    width: 18px;
}
.luxury-stays .box .price .days h5{
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 1px;
    font-size: 14px;
}
.luxury-stays .box .inclu-exclu {
    padding: 0px 15px;
}
.second-strip.flex.justify-content {
    border-bottom: 1px solid #b4b5b4;
    margin: 0 0;
    padding: 7px 0;
}
.luxury-stays .box .real-price {
    font-size: 15px;

    color: #6a6363;
}
.luxury-stays .box .real-price span{
    font-size: 16px;
    color: var(--primary-clrOne);
    font-weight: 600;
}
.luxury-stays .box  .glbl-btn{
    width: 90%;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    margin: 0 auto 10px auto;
    display: block;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
}
.luxury-stays .owl-nav{
    display: none !important;
}
.luxury-stays .owl-dots{
    display: none;
}
.luxury-stays .box .inclusion {
    margin: 13px 0;
}


/* youtube  */
.youtube .box {
    width: 49%;
    height: 300px;
    margin-bottom: 25px;
}
.youtube .box iframe{
    border-radius: 15px;
}

.youtube .box img{
    width: 100%;
}


/* Why book with us  */
.whyBook{
    background-image: url(../main-img/map-1.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
}
.whyBook::after{
    background-image: url(../img/banner1.png);
    position: absolute;
    content: "";
    left: 0;
    width: 580px;
    height: 720px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

}
.whyBook .right{
    width: 63%;
    margin-left: auto;
    position: relative;
}
.whyBook .right .box {
    width: 48%;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.whyBook .right .box h4 {
    margin: 6px 0;
    color: #404040;
    font-size: 17px;

}
.whyBook .right .box p{
        color: #333;
        font-size: 15px;
}


/* testimonial  */
.testimonial{
    background-image: url(../img/testmonial-left.png), url(../img/testimonial-right.png);
    background-repeat: no-repeat;
    background-position: left center, right center;


    padding-bottom: 60px;
    display: none;
}
.testimonial .item{
    text-align: center;
}
.testimonial .item img{
   width: auto;
   margin: auto;
}
.testimonial .item p{
    width: 90%;
    margin: auto;
}
.testimonial ul li{
    display: inline-block;
}
.testimonial .item p{
    font-size: 21px;
    color: #535353;
    line-height: 35px;
    margin: 20px auto;
}

.testimonial span {
    background-color: transparent;
    width: 60px;
    display: inline-block;
    height: 60px;
    border-radius: 100%;
    color:var(--primary-clrOne);
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--primary-clrOne);
}

.testimonial .owl-prev span{
    position: absolute;
    left: 0px;
    top: 40%;
}
.testimonial .owl-next span{
    position: absolute;
    right: 0px;
    top: 40%;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-clrOne);
    border: unset;
    height: 16px;
    width: 16px;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
    background: #737373;
    border: unset;
    border: unset;
}
.testimonial .owl-theme .owl-dots{
    transform: translateY(-20px);
}
.testimonial .luxury-stays .owl-nav {
    display: block !important;
}


/* tabs  */
/* Style the tab */
.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;

  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 13px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 16%;
    color: #fff;
    border: 1px solid #6e6b6bdb;
    border-radius: 15px;
    background-color: #6e6b6bdb;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    border: 1px solid var(--primary-clrOne);
    border-radius: 15px;
    background-color: var(--primary-clrOne);
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    border: 1px solid var(--primary-clrOne);
    border-radius: 15px;
    background-color: var(--primary-clrOne);
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    /* padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none; */
  }