.banner{
    position: relative;
    z-index: 0;
}
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Roboto+Mono:400,700&display=swap');
@font-face {
    font-family: plusjajartasans ;
    src: url('../fonts/PlusJakartaSans-Regular.ttf');
}
@font-face {
    font-family: plusjakartasans-Medium;
    src: url('../fonts/PlusJakartaSans-Medium.ttf');
}
@font-face {
    font-family: plusjakartasans-bold;
    src: url('../fonts/PlusJakartaSans-Bold.ttf');
}
@font-face {
    font-family:Robotomd;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family:Robotorg;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family:codec pro;
    src: url('../fonts/CodecPro-Regular.ttf');
}
@font-face {
    font-family:OpenSans;
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: Lexend;
    src: url('../fonts/Lexend-Regular.ttf');
}
@font-face {
    font-family: Sfprodisplaybold;
    src: url('../fonts/SF-Pro-Display-Bold.ttf');
}
@font-face {
    font-family: sfprofdisplay;
    src: url('../fonts/SF-Pro-Display-Regular.ttf');
}
html{
    scroll-behavior: smooth;
}
ul li a{
    text-decoration: none;
    color: #F9F6F6;
    font-weight: 500;
    font-family:codec pro;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 14px;
}
ul li a:hover{
    color: #ECE5E5;
    font-weight: 500;
    cursor: pointer;
}
.header-tags ul li{
    display: inline-block;
    margin: 0px 10px;
    color: #ECE5E5;
    font-family:codec pro;
}
.bgbg{
    position: absolute;
    width: 100%;
    top: 0%;
    z-index: 9;
}
.body-div{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;

    
}
.menubar{
    margin-top: 2px;
}
.header-container{
    width: 90%;
    margin: 0 auto;
}
.headergroup{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menubar,.socialmedia{
    margin: 0;
    padding: 0;
}
.head-side-line{
    position: relative;
}
.headers-right{
    display: flex;
    align-items: center;
}
.header-tags ul.menubar li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    top: 6px;
    /* align-items: center; */
    /* margin-left: -1%; */
    background-color: #ECE5E5;
    text-decoration: none!important;
    color: #fff!important;
    left: -13px;
}

.img-box {
    width: 20px;
    height: 18px;
}
.frist-img{
    width: 11px;
}
.header-tags ul li .img-box img{
    width: 100%;
}

.logo{
  
    width: 114px;
    height: 90px;
 
}
.contact{
    position: absolute;
    top: 40%;
    left: 10%;
}
.head-icon{
    width: 18px;
    height: 18px;
}


.socialmedia {
    margin-left: 25px;
}
/* menu */
.menu-tap{
    display: none;
    position: absolute;
    z-index: 2222;
}
.laptop{
    display: block;
}
.mobile-close-icon{
    display: none;
    width: max-content;
    text-align: end;
    padding-right: 20px;
    margin-top: 20px;
    font-size: 20px;
    margin-left: auto;
}
.mobile-close-icon:hover{
   cursor: pointer;
   color: #908585;
}
.socialmedia-text{
    display: none;
    color: #ffffff5e;
    background-color: #000;
    padding: 2px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    font-family: 'MONTSERRAT';
    text-transform: capitalize;
    position: relative;
    width: max-content;
    margin: 0px auto;

}
.socialmedia-text::after,.socialmedia-text::before{
      content: '';
      position: absolute;
      width: 15px;
      height: 0.6px;
      background-color: #ffffff5e;
      top: 51%;
      transform: translateY(-50%);
}
.socialmedia-text::before{
  left: -15px;
}
.socialmedia-text::after{
    right: -15px;
}
.mobile-open-icon{
    display: none;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 22px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

@media(min-width:992px)
{

    .menubar li.active a,.menubar li:hover a{
        color: rgba(255, 192, 33, 0.96);
        transition: 0.5s ease;
        
    }
    .menubar li.active,.menubar li:hover {
        border-top: 1px solid rgba(255, 192, 33, 0.96);
        transition: 0.5s ease;
        cursor: pointer;
    }
}


@media (max-width:991px){
  
    .socialmedia-text{
        display: block;
    }
    .headers-right{
        position: fixed;
    width: 250px;
    height: 100vh;
    background-color: #000000f7;
    right: 0;
    top: 0px;
    z-index: 999;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    display: none;
    }
    .menubar li{
      display: block;
      padding:15px;
      font-size: 18px;
      width: 100%;
      text-align: center;
      position: relative;

    }
    .menubar{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
    }
    .header-tags ul.menubar li:not(:first-child)::before{
       display: none;
    }
    .mobile-close-icon{
        display: block;
        color: #fff;
    }
    .menubar li:not(:last-child){
      border-bottom:  1px solid #ffffff21; 
    }
    .menubar li:hover,.menubar li.active{
        background-color: #fff;
        color: #000;
        transition: all 0.5s ease;
    }
    .menubar li:hover a,.menubar li.active a{
        color: #000;
        transition: all 0.5s ease;
    }
    .socialmedia{
        position: relative;
        padding: 15px ;
        margin-left: 0px !important;
    }
    .header-tags ul li {
       margin: 0px 13px;
    }
    .mobile-open-icon{
        display: block;
       
    }
    .header-left{
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }
    .body-div {
        padding-top: 20px;
    }
    .menubar li{
        padding: 0;
    }
    .menubar li a{
        display: block;
        padding: 20px 10px;
    }
    .headers-right.active{
        display: flex;
    }
    .headers-right:not(.active){
        display: none;
    }
}

@media (max-width:767px){
    .logo{
        width: 80px;
        height: auto;
    }
    .body-div {
        padding-top: 15px;
    }
}

.responsive-footer-btm{
    display: none;
}

.footer-btm {
    background: #2E2E2E;
    display: flex;
    /* align-content: center; */
    justify-content: center;
}
.containers{
    width: 95%;
}

 .footer-btm a{
    color: rgba(249, 243, 243, 1);
    display: inline-block;
    text-decoration: none;
    line-height: 25px; /* 227.273% */
    letter-spacing: 0.22px;
    font-weight: 400;
 }
 .footer-btm a:hover{
    color: rgba(249, 243, 243, 1);
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    line-height: 25px; /* 227.273% */
  letter-spacing: 0.22px;
 }
 .footer-img div {
    width: 28px;
    height: 28px;
}
.footer-line{
    position: relative;
}
.footer-line a,.responsive-footer-btm a{
    font-size: 12px !important;
}
.footer-img{
    display: flex;
    gap: 20px;
    padding: 10px;
}
.footer-line::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #908585;
    top: -6%;
}
.footer-btm .gap{
    display: flex;
    gap: 20px !important;
}
.footer-btm .footer-line{
    display: flex;
    gap: 5px !important;
}
.contact-all{
    margin-right: -6%;
}
.gap a{
    font-size: 16px;
    font-weight: 400;
    font-family:Robotorg;
}
.gap a:hover{
    font-size: 16px;
    font-weight: 400;
    font-family:Robotorg;
}

@media (max-width:590px){
    .contact-all{
        flex-direction: column;
        align-items: center;
    }
}

/* footer */
@media (max-width:499px){
    .yellow-div {
        background-color: #FFEB25;
        width: 80%;
        padding: 9px 12px;
        border-radius: 20px;
    }
    .footer-btm.desktop-footer-btm .gap{
        /* display: flex;
        gap: 20px; */
        /* flex-direction: column; */
        justify-content: center !important;
        align-items: center !important;
    }
    .footer-btm{
        padding: 4px !important;
    }
    .desktop-footer-btm{
        width: max-content;
    }
    .footer-btm .gap .footer-img{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: center;
    }
    /* .footer-btm .gap div img{
        width: 100%;
    } */
    /* .footer-btm .contact-all img{
        width: 50% !important;
    } */
    .responsive-footer-btm{
        display: block;
    }
    .responsive-footer-btm.footer-line{
        width: 100%;
    }
    .desktop-footer-btm .copytext,.footer-line .copytext{
        display: none;
    }
    .footer-line::before{
        bottom: 0 ;
        top: auto;
    }
    .footer-img{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:990px){
  
}
@media (max-width:321px){
    .footer-menus{
        flex-direction: column;
        align-items: center;
    }
}
@media(min-width:321px){
    .afbf{
        position: relative;
    }
    .afbf::after {
        content: '';
        width: 1.5px;
        height: 15px;
        position: absolute;
        background-color: rgba(249, 243, 243, 1);
        top: 5px;
        right: -10px;
    }
     .afbf::before {
        content: '';
        width: 1.5px;
        height: 15px;
        position: absolute;
        background-color: rgba(249, 243, 243, 1);
        z-index: 222;
        left: -12px;
        top: 5px;
    }
}

