@font-face {
    font-family: 'Poppins-Regular';
    src: URL('Poppins-Regular.ttf ') format('truetype');
  }
  @font-face {
    font-family: 'Poppins-SemiBold';
    src: URL('Poppins-SemiBold.ttf ') format('truetype');
  }
    @font-face {
    font-family: 'Poppins-Bold';
    src: URL('Poppins-Bold.ttf ') format('truetype');
  }
#model-lang{
    background: #ffffffde;
}

 .modal-dialog-lang{
    width: fit-content !important;
    color: black;
    height: 100%; 
    margin: auto;
    display:flex;
}

.modal-content-lang{
    margin: auto;
    
}
 .modal-body-lang{
    padding: 0;
    background: #fff;
    margin: auto;

}
 .modal-body-lang div{
    display:block;
    background: #f5f5f5;
    width: 230px;
    height: 74px;
    text-align: center;
}


 .modal-body-lang div img{
    width: 37px;
    height: 37px;
    margin: auto;
}
 .modal-body-lang div span{
    margin: auto;
    color: black;
    font-size: 18px;
     font-family: 'Poppins-regular';
 }
 .cul-btn{
     color: white;
 }
 #header.fixed  .cul-btn{
     color: #E31B1E;
 }
  .cul-btn div{
      display:flex;
  }
 .cul-btn div i{
     font-size: 29px;
     margin-left:1rem;
 }
  .cul-btn div div{
      font-size: 14px;
      font-family: 'Poppins-SemiBold';
      margin: auto;
  }
  @media screen and (max-width: 1200px){

#header {
    height: fit-content !important;
}
.mm_header {
    font-size: 32px !important;
}
}
