
.header{
    max-width: 1600px;
}
body{
  font-family: "Roboto", sans-serif;
  }
  a{
    text-decoration: none;
}
.menu1{
    max-width: 1690px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    height: 40px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.languege{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.suport{
    display: flex;
    gap: 20px;
}
.money{
    border-right: 1px solid rgb(238, 238, 238);
    padding-right: 5px;
    color: #7D879C;
    font-size: 13px;
    
}
.eng{
    color: #7D879C;
    font-size: 12px;
}
.shiping{
    color: #7D879C;
    font-size: 14px;
}
.order{
    color: black;
    font-weight: 500;
}
.example{
    color: #7D879C;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    border-right: 1px solid rgb(238, 238, 238);
    padding-right: 15px;
}
.phone{
    color: #7D879C;
     margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 5px;
    font-size: 14px;
}
.menu2{
    max-width: 1340px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    height: 100px;

}
.left{
    display: flex;
    gap: 30px;
    align-items: center;
}
.right{
    display: flex;
    gap: 10px;
    align-items: center;
}
.menu{
    padding: 15px 20px;
    background-color: #2EA5B6;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    gap: 10px;
    display: flex;
    align-items: center;
}
.menu h5{
    font-size: 13px;
}
.fa-bars{
    font-size: 20px;
}
.menu-sidebar{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.input input{
    width: 500px;
    height: 10px;
    border-radius: 50px;
    border: none;
    padding: 20px;
    outline: none;
    background-color: #f6f6fd;
}
.singUp{
    color: #1D2A38;
    font-size: 13px;
}
.fa-heart{
    font-size: 18px;
}
.fa-bag-shopping{
    font-size: 18px;
}
.total{
    color: #1D2A38;
    font-size: 14px;
}
@media screen and (max-width:1260px) {
    .menu1{
     display: none;
    }
    .menu2{
     width: 95%;
     display: flex;
     justify-content: center;
     height: 100%;
     align-items: center;
     margin: auto;
     margin-bottom: 20px;
     margin-top: 20px
    }
    .left{
      display: flex;
      gap: 0px;
      margin-bottom: 20px ;
      margin-top: 20px ;
    }
    .input{
      display: none;
    }
    .logo img{
      display: none;
    }
    .all{
      width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    }
    .photo img{
      display: none;
    }
    .flat{
      width: 100%;
      display: flex;
      flex-direction: column;
      margin: auto;
    }
    .allT{
      display: flex;
      justify-content: center;
      width: 100%;
      margin: auto;
    }
    .textL h4{
      font-size: 10px;
    }
    .second{
      display: flex;
      width: 90%;
      flex-direction: column;
      
    }
    .medilizar{
      width: 90%;
      display: flex;
      flex-direction: column;
    }
    .mediLeft img{
      width: 400px;
    }
    .third{
      width: 90%;
      display: flex;
      flex-direction: column;
  
    }
    .box{
      display: flex;
      width: 90%;
      flex-direction: column;
    }
    .upBox{
      display: flex;
      width: 90%;
      flex-direction: column;
      height: 100%;
      padding-bottom: 10px;
    }
    .downBox{
      display: none;
    }
    .third{
      margin: 70px 0px;
      width: 100%;
      height: 100%;
    }
    .forth{
      width: 100%;
      height: 100%;
    }
    .promoteS{
      width: 90%;
      display: flex;
      flex-direction: column;
      margin: auto;
    }
    .lose img{
      width: 400px;
    }
    .fifth{
      width: 100%;
      height: 100%;
    }
    .cosutumers{
      width: 90%;
      height: 100%;
      display: flex;
      flex-direction: column;
      margin: auto;
      gap: 40px;
    }
    .doc img {
      width: 350px;
      
    }
    .trusted{
      padding-bottom: 20px;
    }
    .sixth{
      width: 100%;
      display: flex;
      flex-direction: column;
    }
    .join{
      display: flex;
      flex-direction: column;
      margin: auto;
    }
    .subscribe-box{
      width: 300px;
    }
    .account-dropdown {
      position: absolute;
      top: 100px;
      right: 40px;
      height: 200px;
      width: 230px;
      background-color: #FFFFFF;
      color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      display: none;
      padding: 20px;
      z-index: 1000;
      border-top: 1.5px solid #01b3c7;
  }
  }