* {
    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/5.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}
.wave-bg{
    background-image: url(assets/hero-wave-light.png);
    height: 220px;
    background-size: cover;
    position: absolute;
    bottom: -2px;
    background-repeat: no-repeat;
    width: 100%;
}
.wave-bg-main img{
    display: none;
    width: 100%;
    position: relative;
    top: 100px;
    height: 200px;
    transform: rotateY(180deg);
}
.wave-img2 img{
    position: absolute;
    top:0px;
}
.header-body-heading h1{
    font-size: 50px;
    color: white;
    padding-top: 200px;
}
.header-body-heading p{
    color: white;
    padding-top: 5px;
}
.contain{
    width: 85%;
    margin: auto;
}
.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 {
    position: relative;
    display: inline-block;
}
.head-icon.active-icon {
    background-color:#9e7e54;
}
.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 li{
    color: white;
    list-style-type: none;
    margin: 10px 0px;
}
.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 */

.btn-con {
    background-color: #b49164;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 16px 26px;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    background: rgb(180, 145, 100);
    background: linear-gradient(90deg, rgb(140 102 53) 0%, rgba(180, 145,100,1)75%);
}
.btn-con:after {
    content: '\f107';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: "Font Awesome 6 Free";
}
.btn-con.active:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
}
.hidden{
    display: none;
    overflow: hidden;
    padding: 16px 26px;
}
.contant{
    width: 100%;
}
.contant-col{
    width: 50%;
}
.col2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;   
}
.contant-img{
    height: 175px;
}
.contant-row{
    display: flex;
    gap: 40px;
    padding: 20px;
}
.contant{
    border-radius: 12px;
    margin-bottom: 15px;
}
.contant-col ul{
    color: black;
}
.contant-head{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.contant-row p{
    padding-bottom: 12px;
    line-height: 20px;
    font-size: 15px;
}
.contant-row li{
    padding-bottom: 5px;
    color: #000000;
}
.contant-row ul{
    padding-left: 16px;
    padding-bottom: 12px;
    line-height: 20px;
}
.btn{
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 4px;
}
.btn a{
    padding: 9.4px 24px;
    text-decoration: none;
    color: #23282c;
    font-size: 14.4px;
    background-color: #b49164;
    border-radius: 2rem;
    font-weight: 600;
}
.contant-map iframe{
    padding: 15px 0px;
    width: 100%;
}
.map-info{
    font-size: 22px;
    padding-bottom: 20px;
}
.map-para-pad{
    padding-left: 20px;
    margin-bottom: 30px;
}
.sector-conatiner{
    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;
    }
}
/*both bottom footers*/

/* hero images */
@media screen and (max-width: 991px){
    .header-bgimg {
        height: 550px;
    }
    .wave-bg {
        height: 240px;
    }
    .wave-bg-main img {
        top: 68px;
        height: 160px;
    }
}
@media screen and (max-width: 768px){
    .wave-bg {
        height: 155px;
    }    
    .wave-bg-main img {
        top: 52px;
        height: 105px;
    }
}
@media screen and (max-width: 480px){
    .wave-bg {
        height: 110px;
    }
    .wave-bg-main img {
        top: 31px;
        height: 80px;
    }
    .header-bgimg {
        height: 500px;
    }
}
/* hero images */

@media screen and (max-width: 991px){
    .logo-container{
        gap: 20px;
        padding: 5px;
    }
    .head-icon{
        padding: 0px;
    }
    .head-logos {
        top: 70px;
        margin-bottom: 20px;
    }
    .contant-row{
        flex-direction: column;
    }
    .contant-col{
        width: 100%;
    }
    .map-con{
        padding: 16px 30px;
    }
    .line-fix-2{
        border: none;
    }

}
@media (min-width: 769px) {
    .fold {
      display: none;
    }
  }
@media screen and (max-width: 768px){
    .contant-body {
        width: 100%;
    }
    .logo-container {
        display: none;
    }
    .head-logos{
        border-bottom: 2px solid #b49164;
        border-top: 2px solid #b49164;
    }
    .contant-row{
        gap: 20px;
        padding: 0px;
    }
    .hidden{
        padding: 16px 35px;
    }
    .details{
        margin-bottom: 0px;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(65, 65, 65) !important;
    }

}
