@media (max-width: 361px) {

    /* backgrounds */

    .index-page {
      background-image: url('img/Home/BK\ mobile.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
    }
  
    .about-page {
      background-image: url('img/About/about\ BK\ mobile.png');
      background-size: 360px, 4544px;
      background-repeat: no-repeat;
      background-position: top center;
    }

    .contact-page {
      background-image: url('img/Contect/contect\ BK\ mobile.png');
      background-size: 360px, 1792px;
      background-repeat: no-repeat;
      background-position: top center;
    }

    /* nav bar */

    .nav-bar ul li {
      display: none;
      font-size: 16px;
    }
    
    .nav-bar ul li:nth-child(2) { 
      display: block;
      text-align: center;
    }
 
    .logo {
      width: 70px;
    }

    /* headlines */

    h1{
      font-size: 42px;
      font-weight: 100;
      letter-spacing: 1.5px;
    }

    h2{
      font-size: 20px;
      margin-bottom: 10px;
    }

    h3{
      font-size: 20px;
    }

    h4 {
      font-size: 16px;
    }

    h5{
      font-size: 16px;
    }

    h6{
      font-size: 16px;
    }

    p {
      font-size: 16px;
    }

    .section {
      width: 328px;

    }

    /* buttons */

    .button {
      width: 222px;
      height: 42px;
      font-size: 20px;
      line-height: 40px;
    }

    /* footer */

    .main-footer {
      flex-direction: column-reverse;
      height: auto;
      align-items: center;
    }
  
    .footer-content {
      flex-direction: column-reverse;
      align-items: left;
      padding: 16px                   
    }
  
    .footer-section {
      padding: 0;
      text-align: left;
    }
  
    .footer-nav ul {
      gap: 20px;
      align-items: flex-start;
    }
  
    .footer-nav a {
      font-size: 20px;
    }
  
    .footer-center {
      text-align: center;
      margin: 20px 0;
      padding: 0;

    }
  
    .footer-center h5 {
      font-size: 16px;
      width: 285px;
      text-align: center;
    }
  
    .footer-logo {
      margin: 0px 0;
      justify-content: start;
    }
  
    .footer-logo img {
      width: 100px;
    }
  
    .copyright {
      margin-top: 20px;
      margin-bottom: 10px;
    }
  
    .copyright p {
      font-size: 14px;
    }


    /* home page */

    .main-section {
      margin-top: 30px;
    }  

    .Home-second-section {
      flex-direction: column;
      align-items: center;
      margin-top: 320px;
    }

    .Home-second-section .item {
      width: 100%;
    }

    .item-2 {
      max-width: 70%;
    }

    .item-3 {
      margin-top: 20px;
      margin-left: 200px;
    }
  
    .slider-container {
      width: 350px;
      margin-top: 90px;
      margin-bottom: 150px;
    }
  
    .cards-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 300px;
      margin-bottom: 150px;
    }
    
    .cards-title {
      margin-bottom: 30px;
    }

    .card-container {
      width: 100%;
      flex-direction: column;
      gap: 30px;
    }
  
    .card {
      width: 100%;
      text-align: center;
    }

    .card span {
    align-content: center;
    right: 10px;
    padding: 10px 0;
    }


  /* About page */

.main-about-section {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  top: 20px;
  margin-bottom: 50px;

}

.main-about-section h1 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.5px;
  }

  .main-paragraph {
    font-size: 16px;
    font-weight: 100;
  }

  .About-second-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-bottom: 1px;
  }


  .bark-meter-container {
    align-items: left;
    width: 95%;
    margin-bottom: -80px;
  }

  .bark-meter-container h3 {
    font-size: 25px;
    letter-spacing: 0;
  }

  .bark-note {
    font-size: 12px;
  }

  .Icons-container {
    align-items: flex-end;
    margin-top: 0px;
  }

  .Icons-title{
    font-size: 25px;
    text-align: left;
    margin-left: 25px;
  }


  .Icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 30%;
  }

  .Icon h2 {
    margin-bottom: 10px;
    width: 145px;
    font-size: 20px;
  }
  
  .Icon img {
    padding: 15px;
    width: 110px;
    height: 110px;
    border: 6px solid #B2E3C9;
  }


  .about-item h6 {
    font-size: 16px;
    margin-left: 16px;
  }

  .about-item.image-left h6 {
    margin-left: 10px;
    width: 100%;
  }

  .about-item.image-left {
    flex-direction: column-reverse; 

  }

  .about-item.image-right {
    flex-direction: column-reverse;
    margin-right: 16px;
  }

  .about-item img {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 45px;
  }

  .about-item img {
    content: url("img/About/PIC1\ mobile.png");
  }

  .about-item:nth-child(2) img {
    content: url("img/About/PIC2\ mobile.png");
  }

  .about-item:nth-child(3) img {
    content: url("img/About/PIC3\ mobile.png");
  }

  .about-item:nth-child(4) img {
    content: url("img/About/PIC4\ mobile.png");
    margin-bottom: 150px;
  }


/* Contect page */

.Contect-title {
  height: 50px;
  margin-top: 50px;
}

.main-contect {
  margin-top: 250px;
  flex-direction: column;
  align-items: end;
  width: 100%;
  gap: 50px;
}

.main-contect section {
  max-width: 315px;
}

.Special-Wish {
  font-size: 25px ;
}

.contact-info-section h4{
  font-size: 25px;
}

label {
  font-size: 25px;
}

select {
  font-size: 16px;
  width: 280px;
}

input[type="text"],
input[type="email"] {
  font-size: 16px; 
}

.send-button {
  width: 300px;
  height: 42px;
  border-radius: 7px;
  font-size: 16px;
}

.reset-button {
  position: relative;
  width: 250px;
  height: 38px;
  border-radius: 7px;
  font-size: 16px;
}

.contact-info-section h4{
  font-size: 25px;
  font-weight: 300;
}

.copyright-contect p {
  margin-top: 350px;
}

  }
  