@media (min-width: 930px) and (max-width: 1200px) {
  /*==== SECTION 1 ======*/
  .section1 {
    height: 500px;
  }

  .section1__container{
    margin-top: 3rem;
    justify-content: center;
  }

  .section1__leva__strana{
    display: flex;
  }

  .section1__title{
    font-size: 2.5rem;
  }

  .section1__desc{
    font-size: 1.2rem;
  }

  .section1__desna_strana{
    width: 350px;
  }

  /*==== 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: 4rem;
  }

  .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: 580px;
  }

  /*==== SECTION 3 ======*/

  .section3{
    height: 2300px;
  }

  .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: 500px;
    height: 390px;
  }

  .section3__kocka__title{
    font-size: 2.2rem;
  }

  .section3__kocka__desc{
    font-size: 1.3rem;
  }

  /*==== SECTION 4 ======*/
  .section4{
    height: 2500px;
  }

  .section4__container{
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: row;
  }

  .section4__subtitle{
    font-size: 1.2rem;
  }

  .section4__title{
    font-size: 2.7rem;
    width: 500px;
    font-weight: bold;
  }

  .section4__sadrzaj{
    display: flex;
    flex-direction: column;
    gap: 70px;
  }

  .section4__kocka{
    width: 700px;
    height: 600px;
  }
  
  .section4__video{
    width: 300px;
    height: 300px;
  }

  .section4__kocka__title{
    font-size: 1.7rem;
    text-align: left;
  }

  .section4__kocka__desc{
    text-align: left;
    font-size: 1.2rem;
  }

  /*==== SECTION 5 ======*/
  .section5{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section5__sadrzaj{
    width: 750px;
  }

  .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: 280px;
  }

  .footer__leva__strana{
    width: 300px;
    margin-right: 100px;
  }

  .footer__sadrzaj{
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer__desna__strana{
    padding-bottom: 0px;
    width: 300px;
  }


  .footer__element{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 200px;
  }
  

  .footer__socials{
    width: 70px;
  }

  /*============ KONTAKT =============*/
  main{
    height: 1500px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .kontakt__title{
    font-weight: bold;
    font-size: 3.4rem;
    margin-top: 20px;
  }

  .kontakt__subtitle{    
    padding: 12px;
    border-radius: 10px;
    width: fit-content;
    font-size: 1.2rem;
    align-self: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .main__leva__strana{
    width: 400px;
    height: 600px;
  }

  .kontakt__desc{
    font-size: 1.2rem;
    margin-top: 60px;
    color: #403847;
    width: 440px;
    text-align: center;
  }

  .section1__kontakt{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .name__input,
  .email__input,
  .first__number__input,
  .second__number__input,
  .website__input,
  .naziv__firme__input,
  .pitanje1__input{
    width: 570px;
    font-size: 1.3rem;
  }


  .first__number__input{
    width: 80px;
  }
  .second__number__input{
    width: 490px;
  }
}

