* {
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
    font-family: "Poppins", sans-serif;
}

body{
      font-family: "Poppins", sans-serif;
}

/* header-section-start */
.offcanvas-body{
    padding: 0 20px !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-brand{
    width: 200px;
    img{
        width: 95px;
    }
}

.header-main {
  background-color: white ;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* When header becomes fixed */
.header-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; /* Optional: makes sure it doesnâ€™t go transparent */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-in-out;
}

/* Optional smooth slide effect */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.top-call-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px ;
    max-width: 250px ;
}
.call-icon {
    position: relative;
    width: 48px;
    height: 48px;
    background: #f3f3f3;
    border-radius: 50%;
    img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }
    &:after {
        content: '';
        width: 11px;
        height: 11px;
        outline: 2px solid #fff;
        background: #15d44e;
        position: absolute;
        border-radius: 100%;
        right: 0;
        bottom: 5px;
        animation-name: call-dot;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }
}

.call-txt {
    text-align: right;
        p {
        font-size: 13px;
        font-weight: 400;
        color: black ;
       }
       .call-tfn {
            font-size: 20px;
            color: black  ;
            text-decoration: none;
            font-weight: 600;
        }
}
.navbar-nav .nav-link{
    font-weight: 600;
    color: #222;
    font-size: 16px;
    margin-right: 4px;    
}

.navbar-nav .nav-link:hover{
    font-weight: 600;
    color: #f97f14;   
}

.navbar-nav .nav-link.active{
    color: #ffffff ;
}
@keyframes call-dot{
    0%{transform:scale(1)}

     50%{transform:scale(0.5)}

      100%{transform:scale(1)}
}
.trip{
    padding: 10px ;
    border-radius: 30px ;
    border: 2px solid #ffffff;
    font-size: 15px ;
    font-weight: 500 ;
    line-height: 20px ;
    color: #ffffff ;
    text-decoration: none ;
    margin-bottom: 8px ;
    background-color: #0d6efd ;
}
.header-main.fixed .navbar-nav .nav-link{
    color: black !important;
}
.header-main.fixed .call-txt p{
    color: black !important;
}
.header-main.fixed .call-txt a{
    color: black !important;
}
.header-main.fixed .trip{
    color: #fff !important;
    border-color: #0d6efd ;
}

/* banner-section */

.banner-img-sec{
    width: 100% ;
    min-height: 400px ;
    max-height: fit-content;
    padding: 20px 0;
    background: url(../images/bg/home_banner1.webp) no-repeat top center #fff;
    margin-top: 70px;
}



.banner-txt{
    h1{
        font-size: 40px ;
        font-weight: 600 ;
        line-height: 55px ;
        color: #3b3d40 ;
        text-align: center;
        padding-top: 26px;
        text-shadow: 1px 1px 1px #3333337a;
        span{
            font-size: 30px ;
            font-weight: 500 ;
        }
    }
}

@media screen and (max-width:768px) {
    .banner-txt {
        h1 {
            font-size: 25px;
            display: none ;
        }
    }
    .banner-img-sec{
        min-height: 600px !important;
        max-height: 600px !important;
        padding: 50px 0;
        background: #4d545c;
    }
}


/* newsletter-sec-start */


.newsletter-sec-start{
    margin: 50px 0;
    padding: 50px 0;
    background: #404040 ;
}
.input-main{
        width: 100%;
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    input{
        width: calc(100% - 150px) ;
        height: 50px ;
        padding: 0 10px ;
        border-radius: 5px ;
        border: none ;
        &:focus{
            outline: none ;
        }
    }
}
.boxed-btn{
    background: #00aeef;
    color: #fff;
    padding: 13px 39px;
    width: 150px ;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    border: none ;
}
.subscribe-txt{
    h2{
        font-size: 25px ;
        color: #fff ;

    }
    p{
        font-size: 15px ;
        font-weight: 400 ;
        color: #fff ;
    }
}

@media screen and (max-width:768px) {
    .newsletter-sec-start{
        margin: 20px 0;
    }
    .subscribe-txt {
        h2 {
            font-size: 20px;
        }
        p{
            font-size: 12px ;
        }
    }
   .input-main {
    input {
        width: calc(100% - 100px) !important;
        height: 40px ;
    }
}
    .boxed-btn{
        width: 100px ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        font-size: 12px ;
    }
}


/* popular-section-start */
.popular-txt{
    .popular-head{
        font-size: 30px ;
        font-weight: 600 ;
        color: #000 ;
    }
    p{
        font-size: 15px ;
        color: #7A838B ;
    }
}
.pop-inner{
    width: 100% ;
    border-radius: 10px ;
    overflow: hidden ;
    transition: 0.5s ;
    &:hover{
        transform: translateY(-10px );
    }
   .dest-img{
    width: 100% ;
    &:before{
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            position: absolute;
            background: linear-gradient(to bottom, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.7) 100%);
            z-index: 2;
        }
    img{
        width: 100% ;
    }
   } 
}
.dest-txt{
    bottom: 20px ;
    left: 20px ;
    z-index: 4;
    p{
        font-size: 22px ;
        font-weight: 400 ;
        color: #ffffff ;
    }
    a{
        font-size: 15px ;
        font-weight: 400 ;
        background: #00aeef ;
        border-radius: 20px ;
        padding: 2px 5px ;
        color: #ffffff ;
        text-decoration: none ;
    }
}

@media screen and (max-width:768px) {
    .dest-txt {
        p {
            font-size: 13px;
            line-height: 20px;
        }
        bottom: 10px;
        left: 10px;
        z-index: 4;
    }
    a {
        font-size: 12px !important;
        padding: 0px 4px;
    }
    .popular-txt {
        .popular-head {
            font-size: 22px;
        }
        p {
            font-size: 12px;
        }
    }
}


/* popular-place-sec */
.place-inner{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px ;
}
.place-txt{
    padding: 20px ;
    a{
        text-decoration: none ;
    h3{
        font-size: 22px ;
        color: #000 ;
    }
   
    }
     p{
        font-size: 15px ;
        color: #7A838B ;
    }
}
.rating-sec{
    .days{
        font-size: 15px ;
        color: #7A838B ;
    }
}
.rating{
    gap: 2px ;
   li{
    list-style: none ;
    i{
        color: #fdae5c ;
    }
    .review{
        font-size: 15px ;
        color: #7A838B ;
    }
   }
}
.place-img{
    width: 100% ;
    border-radius: 10px 10px 0 0;
    overflow: hidden ;
    img{
        width: 100% ;
    }
}
.more-btn{
    button{
    background: #00aeef;
    color: rgb(255, 255, 255);
    padding: 13px 39px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    }
}

@media screen and (max-width:768px) {
    .place-txt {
        padding: 10px;
        p{
            font-size: 12px ;
            
        margin-bottom: 5px ;
        }
    }
    a{
        padding: 0 ;
        h3{
            font-size: 17px !important;
        }
    }
    .rating{
        li{
            i{
                font-size: 10px ;
            }
            .review{
                font-size: 10px ;
            }
        }
    }
    .place-txt .rating-sec{
        flex-direction: column ;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        .days{
            font-size: 12px ;
        }
    }
}

/* usp-section-start0 */
.usp-section{
    padding: 50px 0;
}
.usp-txt{
    padding: 20px ;
    h3{
        font-size: 22px ;
    }
    p{
        font-size: 15px ;
        color: #6E6E6E;
    }
}

@media screen and (max-width:768px) {
    .usp-section{
        padding: 0;
    }
    .usp-txt {
        h3 {
            font-size: 18px;
        }
        p{
            font-size: 12px ;
        }
    } 
    .usp-img{
        img{
            width: 35px ;
            height: 35px ;
        }
    }
}


/* testimonial-section-start */
.testimonial-section-start{
    background: #e8eef66b ;
    padding: 20px 0;
}
.client-img{
    width: 106px ;
    height: 106px ;
    border-radius: 50% ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    img{
        min-width: 106px ;
        max-width: 106px ;
        height: 106px ;
    }
    .quote{
        top: 70% ;
        right: -20% ;
        transform: translate(-50% , -20% );
        width: 40px ;
        height: 40px ;
        border-radius: 50% ;
        background: #00aeef ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        font-size: 20px ;
        color: white ;

    }
}
.slide1{
    .item{
        display: flex ;
        justify-content: center ;
        align-items: center;
        padding:0 200px;
        flex-direction: column ;
        gap: 20px ;
    }
}
.client-txt{
    p{
        font-size: 15px ;
        color: #000 ;
    }
    .client-name{
        font-size: 15px ;
        font-weight: 400 ;
        color: #7A838B ;
    }
}
.slide1{
    .owl-nav{
        display: none ;
    }
    .owl-dots{
        width: 100% ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        gap: 10px ;
        position: absolute ;
        bottom: -30px ;
       button{
         width: 12px ;
        height: 12px ;
        border-radius: 50% ;
        background: rgb(175, 174, 174) !important;
       }
       button.active{
        background: #00aeef !important;
       }
    }
}

@media screen and (max-width:768px) {
    .testimonial-section-start{
        padding: 50px 0;
        padding-top: 30px ;
    }
    .slide1{
        .item{
            padding: 0 ;
        }
    }
    .client-txt {
        p {
            font-size: 12px;
        }
        .client-name {
            font-size: 13px;
        }
    }
    .client-img {
        width: 60px;
        height: 60px;
        img{
            min-width: 60px ;
            max-width: 60px ;
            height: 60px ;
        }
        .quote {
        top: 70%;
        right: -20%;
        transform: translate(-50%, -20%);
        width: 20px;
        height: 20px;
        font-size: 12px;
        color: white;
    }
    }
    .slide1{
        .owl-dots{
            bottom: -20px ;
            button{
                width: 8px ;
                height: 8px ;
            }
        }
    }
}


/* trip-sec-start */
.trip-img{
    width: 100% ;
    border-radius: 10px ;
    overflow: hidden;
    img{
        width: 100% ;
    }
}

.trip-txt{
    padding: 20px 0;
    p{
        font-size: 16px ;
        color: #7A838B;
    }
}
.trip-head{
    font-size: 20px ;
    transition: 0.5s ;
}
.trip-inner:hover{
    .trip-head{
        color: #00aeef !important;
   }
}
@media screen and (max-width:768px) {
    .trip-txt {
        padding: 10px 0;
        p {
            font-size: 12px;
            margin-bottom: 5px ;
        }
    }
    .trip-head{
        font-size: 12px ;
    }
}

/* footer-section */

.footer-main{
    background: #404040 ;
    padding-top: 50px ;
}
.footer-logo{
    width: 150px ;
    display: inline-block ;
    img{
        width: 100% ;
        filter: brightness(20);
    }
}
.address{
    p{
        font-size: 14px ;
        color: #fff ;
    }
}
.social-media{
    li{
        list-style: none ;
        a{
            color: #ffffff ;
        }
    }
}
.footer-txt{
    h4{
        font-size: 20px ;
        color: #fff ;
        margin-bottom: 25px ;
    }
    .footer-list{
       li{
        margin-bottom: 10px ;
        list-style: none ;
        a{
            font-size: 14px ;
             color: #fff ;
             text-decoration: none ;
        }
       }

    }
}
.footer-list.destination{
    display: flex ;
    justify-content: flex-start ;
    align-items: flex-start ;
    flex-wrap: wrap ;
    li{
        width: 50% ;
    }
}

.image-gallery {
  column-count: 3;
  column-gap: 15px;
}

.image-gallery img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  break-inside: avoid;
}
.copyright-txt{
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin-top: 50px ;
    p{
        text-align: center;
        font-size: 14px ;
        color: #ffffff ;

    }
}

@media screen and (max-width:768px) {
    .copyright-txt{
        margin-top: 10px ;
    }
    .footer-main {
        padding-top: 25px;
    }
    .footer-logo {
        width: 120px;
    }
    .address{
        p{
            font-size: 12px ;
        }
    }
    .copyright-txt {
        p {
            font-size: 12px;
        }
    }
    .footer-txt {
        h4 {
            font-size: 18px;
            margin-bottom: 10px ;
        }
    }
    
}

 .footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Arrow animation */
.arrow {
  transition: transform 0.3s ease;
}

/* Mobile accordion */
@media (max-width: 767px) {
  .footer-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .footer-txt.active .footer-list {
    max-height: 300px; /* adjust if more items */
  }

  .footer-txt.active .arrow {
    transform: rotate(180deg);
  }
}

/* Desktop always open */
@media (min-width: 768px) {
  .footer-list {
    max-height: none !important;
  }

  .arrow {
    display: none;
  }
}








@media screen and (max-width: 768px) {
    .top-call-sec {
        padding:0 10px;
        width:fit-content;
        border-radius: 10px;
        justify-content: center;
        min-width: 180px ;
        max-width: 180px ;
    }
    .call-icon {
        position: relative;
        width: 35px;
        height: 35px;
        img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }
    }
    .navbar.navbar-expand-lg .container{
        flex-wrap: nowrap !important;
    }
    .call-txt {
        p {
            font-size: 10px;
            color: #000 ;
        }
    }
    .call-txt {
        .call-tfn {
            font-size: 16px;
             color: #000 ;
        }
    }
    .header-right {
        flex-direction: column;
    }
    .trip{
        margin-bottom: 0 ;
        text-align: center ;
        display: none ;
    }
    .payment-img {
        width: 100% ;
        img{
            width: 100% ;
        }
    }
    .offcanvas-body{
        padding: 0 !important;
   ul{
    li{
        border-top: 1px solid gray;
        padding:0 10px !important;
        a{
            font-size: 12px ;
        }
    }
   }
   }
   
    .navbar-brand{
        min-width: 120px ;
        max-width: 120px ;
        img{
            width: 70px;
        }
    }
    .navbar-toggler-icon{
        width: 20px !important;
        height: 20px !important;
    }
}

/**********************
footer section
*************************/
/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer a {text-decoration: none;}

.alcenter{align-items: baseline;}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}




