@media (min-width: 729px) and (max-width: 930px) {
  
  /*==== SECTION 1 ======*/
  .section1 {
    height: 500px;
  }

  .section1__container{
    margin-top: 3rem;
    justify-content: center;
  }

  .section1__leva__strana{
    text-align: center;
    display: flex;
    align-items: center;
  }

  .section1__title{
    font-size: 2.5rem;
  }

  .section1__desc{
    font-size: 1.2rem;
  }

  .section1__desna_strana{
    width: 300px;
    display: none;
  }
  /*==== SECTION 2 ======*/
  .section2{
    height: 1350px;
  }

  .section2__container{
    justify-content: center;
    padding-top: 0;
    padding-bottom: 500px;
  }

  .section2__text{
    height: 7rem;
    margin-top: 0;
    margin-bottom: 170px;
    gap: 10px;
  }

  .section2__title{
    font-size: 3rem;
  }

  .section2__desc,
  .section2__desc__desc{
    font-size: 1.3rem;
  }

  .section2__sadrzaj{
    font-size: 2.9rem;
    margin-bottom: 30px;
  }

  .section2__items{
    justify-content: center;
    align-items: center;
  }

  .section2__kocka{
    width: 450px;
  }

  /*==== SECTION 3 ======*/

  .section3{
    height: 1850px;
  }

  .section3__container{
    padding-top: 120px;
    justify-content: center;
    align-items: center;
  }

  .section3__title{
    font-weight: bold;
    font-size: 2.5rem;
    margin-top: 140px;
    margin-right: 40px;
    margin: auto;
  }

  .section3__paragraph{
    text-align: center;
  }

  .section3__sadrzaj{
    justify-content: center;
  }

  .section3__kocka{
    width: 400px;
    height: 300px;
  }

  /*==== SECTION 4 ======*/
  .section4{
    height: 2000px;
  }

  .section4__container{
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: row;
  }

  .section4__subtitle{
    font-size: .9rem;
  }

  .section4__title{
    font-size: 2rem;
    width: 400px;
  }

  .section4__sadrzaj{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .section4__kocka{
    width: 400px;
  }

  /*==== SECTION 5 ======*/
  .section5{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section5__sadrzaj{
    width: 550px;
  }

  .section5__title{
    font-size: 2.5rem;
  }

  .section5__subtitle{
    font-size: 1rem;
  }

  .section5__desc{
    font-size: .9rem;
    bottom: 80px;
  }

  .section5__button{
    bottom: 70px;
  }

  /*==== SECTION 5 ======*/

  footer{
    padding: 0px 60px;
    height: 450px;
  }

  .footer__leva__strana{
    width: 100%;
  }

  .footer__sadrzaj{
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  .footer__desna__strana{
    padding-bottom: 50px;
    width: 280px;
  }

  .footer__socials{
    width: 70px;
  }

  /*==== KONTAKT ======*/
  main{
  max-width: 1200px;
  height: 1200px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content:  center;
  flex-wrap: wrap;
  padding: 0px 70px;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  
}

.main__leva__strana{
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.kontakt__title{
  font-weight: bold;
  font-size: 80px;
  margin-top: 20px;
}

.kontakt__desc{
  font-size: 24px;
  margin-top: 20px;
  color: rgb(88, 85, 108);
}

.kontakt__subtitle{
  margin-top: 0px;
  border: 1px solid #403847;
  padding: 12px;
  border-radius: 10px;
  width: fit-content;
}

.form{
  display: flex;
  flex-direction: column;
  max-width: 600px;
  gap: 50px;
}

input{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  font-size: 1.5rem;
  border: none;
  border-bottom: 1px solid #403847;
  background-color: transparent;
  text-decoration: none;
  color: #403847;
}

textarea{
  height: 120px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  font-size: 1.5rem;
  border: 1px solid #403847;
  background-color: transparent;
  text-decoration: none;
  color: #403847;
}

textarea:focus, input:focus{
  border-bottom: 2px solid black;
  outline: none;
}

input[type=submit] {
  width: fit-content;
  border: 1px solid rgba(32, 13, 65, 0.8);
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.35s ease;
}

input[type=submit]:hover{
  background-color: rgba(32, 13, 65, 0.8);
  color: white;
}


}