.bot-container{

    display:block;
    position: absolute;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 650;
    height: 50px;
    width: 350px;
    left: calc(50% - 175px);
    bottom: 0;
}
  
.bot-top-text-area{
    position:absolute;
    padding-left: 100px;
    font-weight: 450;
    transition: 0.5s;
    color: #000;
}

.bot-menu{
    display:block;
    position:absolute;
    width: 350px;
    height: 35px;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    bottom: 0;
}

nav.bot-menu ul{
    color: light-dark(#000, #DDDDDD);
    display: flex;
    align-items: end;
    justify-content: space-between;
    list-style-type: none;
    background: linear-gradient(180deg, light-dark(#fff,#4e414e) 0%, light-dark(#4686bb, #070307) 100%);
    border: 1px solid rgba(225, 225, 225, 1);
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 30px 10px 30px;
    border-radius: 10px 10px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0.8;
}

.bot-menu-hide{
    display:none;
    position:absolute;
    left: 87%;
    bottom: 10px;
    transition: 2s;
    z-index: 2;
}

.bot-menu-hide button svg {
transform: rotate(180deg)   
}

.bot-item-bot svg path{
  fill: light-dark(#000,white);

}
.bot-item-top,
.bot-item,
.bot-item-bot{
  cursor: pointer;
}
.box{
    font-family: Roboto;
    color: #353538;
    font-size: 12px;

    display: block;
    position: absolute;
    background: #FFFFFFD2;
    background: linear-gradient(180deg, light-dark(#FFFFFFD2,#4e414e) 0%, light-dark(#FFFFFFD2, #070307) 100%);

    border: 1px solid #DDDDDD;
    border-radius: 20px;
    top: 35%;
    left: 39%;
    width: 375px;
    height: 240px;
  }
  
  #fullName::placeholder,
  #phoneNumber::placeholder,
  #email::placeholder,
  #complaint::placeholder{
    padding-left: 5px;
    padding-top: 5px;
  
  }
  #about-box {
    display: none;
    color: light-dark(#070307,white);
  }
  #box-header{
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
  }
  #box-main{
    height: 175px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items:center;
  }
  .box ul{
    width: 375px;
    height: 240px;
    list-style-type:none;
  }
  .close-about{
    width: 375px;
    height: 23px;
    display: flex;
    padding-top: 10px;
    justify-content: end;
  }
  .about-image-container{
    display: flex;
    width: 375px;
    justify-content: space-evenly;
    height: 50%;
  }
  .about-image-container img{
    width: 120px;
  }
  .about-text-container{
    display:block;
    text-align: center;
    padding: 0 20px;
    width: inherit;
    height: inherit;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 14.06px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items:center;
  }
  #contact-box {
    display: none;
    color: light-dark(#070307,white);
  }
  .close-contact{
    display: flex;
    width: 375px;
    height: 23px;
    padding-top: 10px;
    justify-content: end;
  }

  .contact-title-cont{
    display: flex;    
    width: 375px;
  }

  .contact-title{
    width: 70px;
    align-items: start;
    padding-bottom: 8px;
    margin-left: 20px;
    font-weight: 700; 
    font-size: 16px;
    border-bottom: 1.5px solid #353538;
    font-weight: 700;   
  }

  li.contact-info,
  li.contact-phone,
  li.contact-mail,
  li.contact-share{
    height: 36px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Roboto;
  }
  li.contact-info svg path,
  li.contact-phone svg path,
  li.contact-mail svg path,
  li.contact-share svg path {
    fill: light-dark(#353538, #ddd);

  }
  #cs-sm ul{
    display: flex;
    flex-direction: row;  
    height:28px ;
    width:316px ;
  }
  #cs-sm ul li{
    padding-right: 15px;
  }

  #cs-sm ul li svg path{
    fill: light-dark(#353538, #ddd);
  }
  
  #complaint-box{
    display: none;
    color: light-dark(#070307,white);
  }

  .complaint-title-cont{
    display: flex;    
    justify-content: space-evenly;
    flex-direction: column;
    align-items:center;
    width: 375px;
  }

  .complaint-title{
    left: 50%;
    width: 105px;
    text-align: center;
    align-items: start;
    padding-bottom: 8px;
    border-bottom: 1.5px solid #353538;
    font-weight: 700; 
    font-size: 16px;
  }


  textarea {
    resize: none;
  }
  #vertical{
    justify-content: space-around;
  }
  .vertical {
    height: 100px;
    font-size: 11xp;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
  }
  .horizontal {
    display: flex;
    height: 100px;
    width: 375px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
  
  input[type="name"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-family: Roboto; 
    font-size: 11px; 
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    
  }
  input{
    height: 25px;
    width: 155px;
  }
  
  #submitBtn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Roboto; 
  }
  
  #submitBtn:hover {
    background-color: #0056b3;
  }
  
  .close-complaint{
    display: flex;
    padding-top: 10px;
    width: 375px;
    height: 23px;
    justify-content: end;
  }
  
  .complaint-textarea{
    width: 155px;
    height: 100px;
  }
  
  #complaint-font{
    font-size: 11px;
    font-family: Roboto; 
  }
