.headerman{
    position: fixed;
    width: 97%;
    top: 0;
    z-index: 777;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transition: .3s;
}
header{
    position: relative;
    overflow: auto;
    padding: 10px;
    background-color: #acc816;
    overflow: hidden;
    height: 107px;
}
header a{
    color: #000;
    cursor: pointer;
}


.menuOpenBTN{
    position: absolute;
    top: -3px;
    display: none;
}
.menuOpenBTN i:hover{
    color: white;
}

@media screen and (max-width: 815px) 
and (min-width: 0){

    .menuOpenBTN{
        display: block;
        right: 10%;
        top: 0px;

    }
    .menuLINK{
        display: none;
    }
    
}

/* MENU SML */
.menuSML{
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    z-index: 700;
    background-image: url(menubg.jpg);
    background-position: center;
    background-size: cover;
    visibility: hidden;
}
#menusglass{
    position: fixed;
    height: 100%;
    width: 100%;
    /* Step 1: Make the background slightly transparent */
    background: rgba(255, 255, 255, 0.2); 
    
    /* Step 2: Apply the blur effect to the background behind the div */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */

    /* Step 3: Add optional styling for a realistic glass look */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle white border */
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}
#sml_menu_bx{
    margin: auto;
    margin-top: 200px;
    text-align: center;
    z-index: 779;
    position: relative;
    /* background: red; */
    width: 253px;
    padding: 0;
    text-align: center;
}
#sml_menu_bx li a{
    color: #000;
}
#sml_menu_bx a:hover{
    letter-spacing: 1px;
    transition: .5s;
}

.menuSML ul li{
    font-size: 25px;
    display: block;
    margin-top: 35px;
}

#close_menu_btn{
    position: fixed;
    top: 0;
    right: 0;
    margin: 3%;
    cursor: pointer;
}
#close_menu_btn:hover{
    color: white;
}
#menu_socials{
    position: absolute;
    bottom: 20%;
    width: 280px;
    margin: auto;
    left: 0;
    right: 0;   
    text-align: center;
    font-size: 18px;
}
#menu_socials a{
    margin-left: 35px;
    color: #000;

}
#menu_socials a:hover{
    color: #fff;
}

/* SOCIALS */
.socialsLINK{
    float: right;
    width: 10%;
    position: absolute;
    top: 62px;
    right: 0;
}

.socialsLINK a{
    margin-left: 8%;
}
@media screen and (max-width: 815px) 
and (min-width: 0){
    .socialsLINK{
        width: 180px;
    }
    .socialsLINK a{
        font-size: 20px;
    }
    
}
@media screen and (max-width: 410px) 
and (min-width: 0){
    .SPs{
        display: none;
    }
    
}
/*  */
/* MENU LINKS */
.menuLINK{
    float: right;
    width: 80%;
    /* background-color: red; */
    position: relative;
    top: -48px;
}
@media screen and (max-width:975px) 
and (min-width: 0px){
    .menuLINK{
        width: 74%;
    }
}
.menuLINK a{
    margin-left: 4%;
}

.menuLOGO{
    width: 220px;
    height: 100px;
    overflow: hidden;
    /* border: 1px solid red; */
}
.companybx{
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid green; */

}
.cpylogo{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    display: block;
    margin: auto;
}
#blogo1{ 
    background-image: url(blogo.png);
    /* display: none; */
}
#blogo2{ 
    background-image: url(blogo2.png);
}

.allCpyName{
    width: auto;
    margin: auto;
    font-size: 13px;
}
#firstname{
}
#opt_txt{
    position: relative;
    right: 0;
}


body{
    /* background-color: black; */
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

.scroll-hide{
    overflow: hidden;
}
.hide{
    display: none!important;
}
html{
    scroll-behavior: smooth;
}

.mont_font{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.mont_font2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.scroll-container {
  /* Enables scrolling */
  overflow-x: auto; /* Use overflow: auto for vertical scrolling */
  
  /* Hide scrollbar for Firefox */
  scrollbar-width: none;
  
  /* Hide scrollbar for IE and legacy Edge */
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari, and modern Edge */
.scroll-container::-webkit-scrollbar {
  display: none;
}








footer{
    height: 90px;
    background-color: black;
    position: relative;
    overflow: auto;
    color: white;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.footerBX{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
#ftr_2 input{
    padding: 10px;
    width: 60%;
}
#ftr_2 a{
    padding: 10px;
    background-color: pink;
}


#footerlogo{
    background-color: pink;
    width: 300px;
    height: 30px;
    display: block;
    background-image: url(blogo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



/* bring to life */
.appear{
    z-index: 777;
    visibility: visible;
}

/* hide overflow body */
.bodyFLOWOFF{
    overflow: hidden;
}




/* CONTACT VIA SOCIALS */

.contactBX{
    min-width: 180px;
    width: 25%;
    padding: 0 29px;
    border-radius: 3px;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-bottom: 9px;
    float: left;
    margin-left: 2%;
    margin-top: 18px;
}
.ctctBXBRAND{
    border: 1px solid rgb(212 212 212);
    padding: 8px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
}
.ctctPRGH{
    margin-top: 30px;
}
.ctctHGH{
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.ctctHGH1{
    display: block;
    margin-top: 6px;
    font-size: 12px;
}

.ctctHGH2{
    display: block;
    font-size: 11px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.ctctHGH2 a{
    color: black;
    font-weight: bold;
}

@media screen and (max-width: 1035px) 
and (min-width: 0px){
    .contactBX{
        width: 41%;
    }
}

@media screen and (max-width: 937px) 
and (min-width: 0px){
    .contactBX{
        width: 33%;
        margin-left: 23px;
    }
}

@media screen and (max-width: 646px) 
and (min-width: 0px){
    .contactBX{
        width: 80%;
        margin-left: 1px;
    }
}
