* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#google_translate_element{
    border: none;
    background-color: transparent;
}
.address-detail{
    padding-bottom: 10px !important;
}
a{
    cursor: pointer;
}
/* header */
.gap-a{
    display: flex;
    gap: 3px;
}
header{
    width: 100%;
    position: fixed;
    z-index: 999;
}
.side-bar{   
    display:none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    color: #000000;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);;
    box-shadow: -10px 0 10px rgba(0,0,0,0.1);
    
}
.thread i{
    font-size: 14px;
}
.no-scroll {
    overflow: hidden;
  }
.side-bar li{
    list-style-type: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
}
.side-bar a{
    width: 100%;
    color: white;
}
.navbar{
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)) 0px 0px no-repeat padding-box padding-box transparent;
}
.navbar.scrolled{
    background-color: rgba(0, 0, 0, 0.9);       
}
.top-rightbar ul{
    color: white;
}
.scrolled .top-rightbar a{
    color: #b49164;
}
.scrolled .top-rightbar a:hover{
    color: white;
}
.top-rightbar a{
   text-decoration: none;
   color: white;
}
.top-rightbar a:hover{
    color:#b49164;
 }

.container{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}
.top-rightbar ul{
    display: flex;
    list-style: none;
}
.top-rightbar li{
    padding-right: 25px;
    font-size: 10.6px;
}
.dropdown-button{
    cursor: pointer;
    font-size: 9.6px;
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent;
    color:#b49164;
}
.dropdown-button:hover{
    color: white;
}
.dropdown-menu{
    margin-left: -170px;
    overflow-y: scroll;
    cursor: pointer;
    margin-top: 20px;
    position: absolute;
    width: 210px;
    background-color: white;
    display: flex;
    text-align: left;
    flex-direction: column;    
    border-radius: 2px;
    display: none;
}
.dropdown-menu a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    padding: 20px 10px;
}
.dropdown-menu li{
    list-style-type: none;
    padding: 10px;
    border-bottom: 0.1px solid black;
}
.dpup{
position: relative;
cursor: pointer;
}
.dpdw{
    cursor: pointer;
    margin-top: 35px;
    position: absolute;
    width: 150px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    border-radius: 12px;
    display: none;
   
}
.dpdw li a{
    text-decoration: none;
    padding: 10px;
    display: block;
    color: black;
}.logo{
    width: 110px;
    height: 60px;
    object-fit: cover;   
}
.ulclass li{
    text-decoration: none;
    list-style: none;
    color: white;
}
.scrolled .page-turner{
    color: #b49164;
}
.scrolled .page-turner:hover{
    color: white;
}
.page-turner:hover{
    color: #b49164;
}
.page-turner{
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.scrolled .logo{
    filter: drop-shadow(0px 1000px 0px #b49164);
    transform: translateY(-1000px);
}
.font{
    font-size: 12px;
}
.bottom-navbar{
    padding: 10px,0px;
    display: flex;
}
.btn1{
    font-size: 9.4px;
    background-color: #b49164;
    padding: 7px 16px;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 2rem;
    color: white;
}

/* hero images */
.header-bgimg{
    background-image: url(assets/22.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    object-fit: cover;
}
/* .header-bgimg{
    background-color: rgba(0, 0, 0, 0.3);
} */
.contain{
    width: 85%;
    margin: auto;
}
.hero-row{
    display: flex;
    gap: 20px;
    width: 85%;
    bottom: 70px;
    position: absolute;
}
.hero-item{
    color: white;
}
.best-for{
    display: flex;
    gap: 10px;
    margin-top: 7px;
}
.best{
    background-color: #00000066;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10.4px;
}
.hero-col1{
    width: 70%;
}
.hero-col2{
    width: 30%;
}
.hero-map{
    display: flex;
    gap: 25px;
}
.hero-map img{
    width: 42px;
    height: 47.57px;
    object-fit: contain;
}
.hero-heading{
    margin-top: 20px;
    font-size: 21px;
}
.hero-wave{
    position: relative;
}
.wave-img{
    position: absolute;
    top: 0px;
    z-index: -1;
}
.wave-contant{
    padding: 80px 0px;
    margin: auto;
}
.wave-contant h2{
    margin-bottom: 15px;
    font-size: 36px;
}
.wave-contant p{
    line-height: 20px;
}
.wave-img img{
    width: 100%;
}
/* hero images */

/* logo container */
.head-icon li{
    color: white;
    list-style-type: none;
    margin: 10px 0px;
}
.head-icon {
    position: relative;
    display: inline-block;
}

.head-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: white;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.head-icon:hover::after,
.active-icon::after {
    width: 100%;
    left: 0;
}

.head-icon a{
    text-decoration: none;
    text-align: center;
}
.logo-container{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.unfold img{
    filter: brightness(0) invert(1);
    height: 32px;
    width: 32px;
    margin-right: 20px;
}
.unfold li{
    margin: 10px 0px;
}
.unfold ul{
    display: flex;
    list-style-type: none;
    align-items: center;
}
.unfold a{
    text-decoration: none;
    color: white;
}
.accordion {
    display: flex;
    justify-content: space-between;
    background-color:#b49164;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    align-items: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion:after {
    content: '\f106';
    font-family: "Font Awesome 6 Free";
    color:white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
}
.panel {
    display: none;
    background-color: #b49164;
    overflow: hidden;
}
.head-icon p{
    font-size: 12px;
}
.head-icon img {
    height: 30px;
    width: 30px;
    padding-bottom: 5px;
    filter: drop-shadow(0px 1000px 0px #ffffff);
    transform: translateY(-1000px);
}
.head-logos {
    position: sticky;
    top: 100px;
    z-index: 33;
    background: #b49164;
    color:#fff;
    margin-bottom: 30px;
}
.head-icon.active-icon {
    background-color:#9e7e54;
}
.head-icon{
    padding: 10px;
}
.contant-container {
    display: none;
}
.contant-container.active {
    display: block;
}
/* logo container */




.slider-contant{
    /* background-color:#e7e7e7; */
    padding: 40px 0px;
    width: 92.5%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-radius: 20px;
    z-index: -10;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.rowss{
    display: flex;
    gap: 20px;
    margin: auto;
    align-self: anchor-center;
}
.slider-col1{
    width: 280px;
}
.slider-col1 img{
    width: 280px;
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
}
.slider-col2{
    width: 80%;
    color: white;
}
.discription-lines{
    width: 100%;
    color: black;
}
.discription-lines h2{
    margin-bottom: 15px;
}
.discription{
    margin-bottom: 15px;
    font-size: 15PX;
}
.discription-lines a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    gap: 10px;
}
.discription-lines ul{
    padding-left: 15px;
}

.contry-side{
    width: 83%;
    margin: auto;
}
.review-slider{
    padding: 25px 0px;
}
.slider-para img{
    width: 100%;
    height: 156px;
    border-top-left-radius: 20px;
    border-top-right-radius:20px ;
}
.slider-card:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.slider-card{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 20px;
    padding-bottom: 0px;
    width: 100%;
}
.slider-detail{
    padding: 25px;
    height: 160px;
}
.yup{
    margin-bottom: 20px;
}
.yot{
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.arrow{
    padding: 25px;
}
.plane{
    font-size: 10px;
    padding-top: 25px;
    /* display: flex;
    justify-self: right; */
}
.lix{
    border-top: 1px solid rgb(247, 247, 247);
}
.plane:hover{
    transform: translateX(5px);
    transition: all 0.2s ease-in-out;
    color: #b49164;
}
.your-class1 .slick-slide{
    padding: 10px;
} 
.your-class2 .slick-slide{
    padding: 10px;
} 
.your-class3 .slick-slide{
    padding: 10px;
} 
.your-class4 .slick-slide{
    padding: 10px;
} 
.your-class5 .slick-slide{
    padding: 10px;
} 
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(15 15 15 / 88%);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius:20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.popup{
    display: flex;
    gap: 20px;
    height: 80vh;
}
.popup-left{
    width: 50%;
    border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden;
}
.popup-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-right{
    width: 50%;
    overflow-y: scroll;
    padding: 3rem 2rem 3rem 1rem;
}
.popup-right h2{
    padding-bottom: 15px;
}
.popup-right p{
    padding-bottom: 10px;
}
.popup-right ul{
    padding-bottom: 10px;
    padding-left: 15px; 
}
.slider-head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.card-but{
    font-size: 16px;
    border-radius: 50%;
    border: none;
    background-color: #b49164;
    height: 40px;
    width: 40px;
    color: #e7e7e7;
}
.slacky{
    font-size: 16px;
    border-radius: 50%;
    border: none;
    background-color: #e7e7e7;
    height: 40px;
    width: 40px;
    color: black;
}
.slider-loki{
    margin-top: 10px;
    width: 90px;
    display: flex;
    justify-content: space-between;  
}
.buts{
    width: 90px;
    display: flex;
    justify-content: space-between;
}
.cafe-card{
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
}
.you .slick-slide {
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.you .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.you-bar{
    position: relative;
    
}
.bar{
    position: absolute;
    left: 225px;
    bottom: 2px;
    width: 450px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 400px;
    background-color: white;
}
.bar-wave img{
    width: 100%;
}
.bar-info{
    padding: 0px 40px 40px;
}
.bar-info h3{
    padding-bottom: 15px;
}
.bar-info p{
    padding-bottom: 40px;
    line-height: 24px;
    font-size: 14px;
}
.bar-info span{
    padding: 10px 30px;
    background-color: #f7f7f7;
    border-radius: 100px;
    color:#b49164 ;
    text-align: center;
    font-size: 16px;
}
.bar-but{
    padding-left: 40px;
}
.ruby{
    display: ruby;
}
.travel-by{
    padding-bottom: 10px;
}
.sector-container{
    padding: 0px 0px 20px;
}
/******* both bottom footers ********/
.about-lk a:hover{
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
    color: #b49164;
}
.about-lk a{
    text-decoration: none;
    color: #23282c;
    font-size: 12px;
    padding-bottom: 15px;   
}
.links-heading h3{
    font-size: 15px;
    padding-bottom: 20px;
}
.about-lk{
    display: flex;
    flex-direction: column;
}
.color-line{
    border: solid 1.6px #b49164;
    width: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.link-col{
    width: 16.6%;
}
.links-row{
    display: flex;
    gap: 15px;
    padding-bottom: 50px;
}
.upper-footer-container{
    width: 85%;
    margin: auto;
    padding-top: 55px;
    display: flex;
    border-bottom: 1px solid rgb(65, 65, 65);
    gap: 15px;
}
.divecho-con{
    width: 85%;
    margin: auto;
    color: white;
    text-align: center;
    padding: 10px 0px;
}
.about-links{
    padding-top: 50px;
}
.details{
    padding: 0px 5px;
    width: 25%;
    margin-bottom: 40px;
    border-right: 1px solid rgb(65, 65, 65);
}
.upper-footer{
    background-color: #0c0404;
}
.detail-logo img{
    padding-bottom: 15px;
    width: 110px;
    height: 60px;
    object-fit: cover;
}
.ad-detail p{
    font-size: 16px;
    color: white;
    line-height: 27px;
    padding-bottom: 30px;
}
.icon-detail i{
    color: white;
    font-size: 20px;
    padding-right: 15px;
}
.detail-logo h2{
    color: white;
    padding-bottom: 30px;
}
.ad-detail ul{
    list-style-type: none;
    line-height: 40px;
    color: white;
}

.email-detail{
    display: flex;
    justify-content: space-between;
    gap: 5PX;
}
.ad-detail a{
    text-decoration: none;
    color: white;
}
.email-detail input{
    padding-left: 10px;
    border-radius: 2rem;
    background-color: transparent;
    color: white;
    width: 70%;
}
.email-detail a{
    padding: 15px 0px;
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 2rem;
    width: 30%;
    text-align: center;   
}
.bottom-footer{
    background-color: #0c0404;
    color: white;
    text-align: center;
    padding: 10px;
}
.source{
    color: #b49164 !important;
    text-decoration: none !important;
}
.line-fix{
    border: none;
}
/******* both bottom footers ********/

/* for header */

@media (min-width: 991px) {
    .dot{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .tot{
        display: none;
    }
    .ulclass{
        justify-content: flex-end;   

    }
    .ulclass li:first-child{
        margin-right: auto;
    }
    /* .fill{
        margin-right: 30px;
    } */
    .hidden-nav{
        display: none;
    }
    .line{
        display: none;
    }
 
}

/* for header */

/*both bottom footers*/
@media screen and (max-width: 991px){
    .links-row{
        flex-wrap: wrap;
    }
    .link-col{
        width: 31.6%;
    }
    .upper-footer-container{
        flex-wrap: wrap;
    }
    .details{
        width: 47%;
    }
}
@media screen and (max-width: 768px){
    .link-col{
        width: 47.6%;
    }
    .details{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .link-col{
        width: 100%;
    }
    .color-line {
        display: flex;
        justify-self: center;
    }
    .links-heading{
        text-align: center;
    }
    .details{
        padding-bottom: 20px;
    }
}
/*both bottom footers*/

/* logo conatiner */
@media screen and (max-width: 991px){
    .logo-container{
        gap: 20px;
        padding: 5px;
    }
    .head-icon{
        padding: 0px;
    }
    .head-logos {
        top: 70px;
        margin-bottom: 20px;
    }
}
@media (min-width: 769px) {
    .fold {
      display: none;
    }
  }
@media screen and (max-width: 768px){
    .logo-container {
        display: none;
    }
    .head-logos{
        border-bottom: 2px solid #b49164;
        border-top: 2px solid #b49164;
    }
}
/* logo conatiner */

@media screen and (max-width: 1200px){
    .bar {
        left: 165px;
    }
}
@media screen and (max-width: 1100px){
    .bar{
        width: 380px;
    }
}
@media screen and (max-width: 991px){
    
    .bar {
        left: 114px;
        width: 400px;
        height: 350px;
    }
    .rowss{
        flex-direction: column;
    } 
    .slider-col1 img{
        width: 100%;
    }
    .slider-col1{
        width: 100%;
    }
    .slider-col2{
        width: 100%;
    }
    .line-fix-2{
        border: none;
    }

}
@media screen and (max-width: 860px){
    .bar{
        width: 345px;
        height: 390px;
    }
}
@media screen and (max-width: 768px){
    .contant-body{
        width: 100%;
    }
    .inner-body{
        gap: 0px;
    }
    .cafe-card{
        border-radius: 0px;
    }
    .you .slick-slide {
        text-align:center;
        margin-right:0px;
        margin-left:0px;
    }
    .bar {
        overflow: hidden;
        border-radius: 20px;
        height: 75%;
        width: 60%;
        left: auto;
        justify-self: anchor-center;
    }
    .hero-row{
        flex-direction: column;
        gap: 40px;
        bottom: 50px;
    }
    .hero-col1{
        width: 100%;
    }
    .hero-col2{
        width: 100%;
    }
    .popup-right {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 15px;
    }
    .popup{
        flex-direction: column;
    }
    .popup-left {
        width: 100%;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
    }
    .details{
        margin-bottom: 0px;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(65, 65, 65);
    }
}
@media screen and (max-width: 560px){
    .bar{
    width: 70%;
    }
}
@media screen and (max-width: 480px){
    .bar{
        width: 90%;
        }
    .wave-contant {
    padding: 40px 0px
    }

}
@media screen and (max-width: 366px){
    .bar-info {
        padding: 0px 20px 32px;
    }
    .hero-map{
        flex-wrap: wrap;
        gap: 10px;
    }
    .hero-map span{
        width: 100%;
    }
    .hero-row{
        bottom: 20px;
    }
    
}
