/**********Header***********/
@media screen and (max-width: 500px) {
  .telephoneIcon {
    font-size: 16px;
  }
  .contactClass {
    padding-left: 4px;
  }
  .number {
    font-size: 16px;
  }
  .languages {
    padding-right: 2px;
  }
  .link {
    padding-left: 2px;
    font-size: 12px;
  }
  .lang {
    padding: 0 5px 0 2px;
  }
}
@media screen and (max-width: 375px) {
  .telephoneIcon {
    font-size: 13px;
  }
  .contactClass {
    padding-left: 2px;
  }
  .number {
    font-size: 13px;
  }
}
/*******************navbar********************/

@media screen and (max-width: 950px) {
  .list ul {
    gap: 0;
  }
  .logo-text {
    font-size: 20px;
  }
  #logoID {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .list ul li a {
    font-size: 14px;
  }
  #logoID {
    width: 50px;
    height: 50px;
  }
  .logo-text {
    font-size: 16px;
  }
  .navbar {
    height: 90px;
  }
}
@media screen and (max-width: 550px) {
  .navbar {
    justify-content: space-between;
  }
  .list ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 7px 0 10px 0;
    position: absolute;
    background-color: white;
    top: 138px;
    left: 0;
    width: 100%;
    display: none;
  }
  .burger-menu {
    display: block;
    position: relative;
  }
  .burger {
    position: absolute;
    right: 10px;
    top: -15px;
  }
}

/****************************about us************************/

@media screen and (max-width: 480px){
  .about-us-h1{
    font-size: 22px;
  }
  .about-company{
    font-size: 14px;
  }
}



/*******************Products Menu***************************/

@media screen and (max-width: 500px){
  .productsTitle{
    padding: 0 15px 40px 15px;
  }
  .productsTitleH1{
    font-size: 20px;
  }
  #search{
    width: 180px;
  }
}
@media screen and (max-width: 350px){
  #search{
    width: 160px;
  }
}
@media screen and (max-width: 1100px){
  .product-item{
    width: 270px;
    height: 330px;
  }
}
@media screen and (max-width: 850px){
  .product-item{
    margin: 5px 15px 0 5px;
  }
}
@media screen and (max-width: 380px){
  .product-item{
    margin-left: 5px;
  }
}
/*******************footer*************/

@media screen and (max-width: 900px){
  .arrow-up-dirr{
    display: none;
  }
}
@media screen and (max-width: 830px){
  footer{
    flex-direction: column;
    height: fit-content;
    padding: 20px 0 20px 0;
  }
  .contact-address{
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 550px){
  .map-class{
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px){
  .contact-information{
    gap: 14px
  }
  .contact-address span{
    font-size: 16px;
  }
}