* {
    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/contact_hero.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;
}
/* hero images */

.contain{
    width: 85%;
    margin: auto;
}
.contact-boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 5px 0px 70px;
}
.contact-cols{
    align-content: center;
    background-color: #b49164;
    width: 31%;
    border-radius: 12px;
}
.contact-block{
    display: flex;
    padding: 20px;
    gap: 20px;
    align-items: center;
}
.contact-icon i{
    color: #b49164;
    font-size: 20px;
}
.contact-icon span{
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    align-items: center;
    display: flex
;
    justify-content: center;
}
.contact-discription a{
    text-decoration: none;
    color: white;
}
.contact-discription{
    color: white;
}

/******* 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;
    }
    .line-fix-2{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .wave-bg {
        height: 155px;
    }    
    .wave-bg-main img {
        top: 52px;
        height: 105px;
    }
    .details{
        margin-bottom: 0px;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(65, 65, 65);
    }
}
@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){
.contact-cols{
    width: 48%;
}
}
@media screen and (max-width: 991px){
    .contact-cols{
        width: 100%;
    }
    }