@media (min-width: 900px) and (max-width: 1150px) {
  /*====== SECTION1 =======*/

  .homepage-1{
    height: 110vh;
  }
  .homepage-1-container{
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
  }

  /*====== SECTION2 =======*/

  .homepage-2{
    height: 1000px;
  }

  .homepage2__container{
    margin-left: 35px;
    margin-right: 35px;
  }

  .delatnost-1, 
  .delatnost-2, 
  .delatnost-3 {
    width: 50vw;
  }

  .tekst-4{
    text-align: center;
  }


  .div__za__sliku__delatnosti{
    width: 100%;
    height: 380px;
  }

  .div__za__tekst__delatnosti{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .slika__delatnosti{
    width: 100%;
    height: 100%;
  }

  .naslov__delatnosti{
    font-size: 25px;
  }

  .opis__delatnosti{
    font-size: 15px;
  }

  /*====== SECTION3 =======*/

  .homepage3__container{
    margin-left: 35px;
    margin-right: 35px;
  }

  /*======== FOOTER ===========*/

  .footer{
    height: 320px;
  }

  .footer__container{
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media (min-width: 900px) and (max-width: 1037px) {
  /*====== SECTION3 =======*/
  .homepage-3{
    height: 2000px;
  }

  .homepage3__container{
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .leva__strana__homepage3{
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

  .leva__strana__naslov{
    font-size: 70px;
  }

  .leva__strana__opis {
    font-size: 23px;
  }

  .desna__strana__sadrzaj {
    width: 600px;
    height: 250px;
    padding: 18px;
  }

  .ikonica__sadrzaj{
    width: 24px;
    height: 24px;
  }

  .naslov__sadrzaja{
    font-size: 35px;
    font-weight: 500;
  }

  .opis__sadrzaja{
    font-size: 23px;
  }
}

@media (min-width: 802px) and (max-width: 900px){
  
  /*======== FOOTER ===========*/
  .footer{
    height: 340px;
  }

  .footer__container{
    margin-left: 35px;
    margin-right: 35px;
  }

}

@media (min-width: 645px) and (max-width: 802px){
  /*======== FOOTER ===========*/
  .footer{
    height: 340px;
  }

  .footer__container{
    margin-left: 35px;
    margin-right: 35px;
  }

  .logo__footer{
    width: 130px;
  }

  .title__leva__strana__footera{
    font-size: 20px;
    font-weight: 700;
    color: rgb(195, 161, 83);
    padding-left: 6px;
  }

  .desc__leva__strana__footera{
    font-weight: 500;
    font-size: 14px;
    color: rgb(195, 161, 83);
    padding-left: 6px;
  }



  .socials__leva__strana__footera{
    display: flex;
    gap: 14px;
    padding-left: 6px;
  }

  .socials__footer{
    font-size: 20px;
    background-color: rgb(67, 67, 67);
    padding: 6px 8px;
    border-radius: 40px;
    text-align: center;
    color: rgb(246, 204, 106);
  }

  .socials__footer:hover{
    opacity: 0.85;
    cursor: pointer;
    transition: 0.2s;
  }

  .desna__strana__footera{
    display: flex;
    gap: 60px;
    width: 460px;
    padding-left: 60px;
    padding-top: 40px;
  }

  .desna__strana__footera__navigacija{
    display: flex;
    flex-direction: column;
    color: rgb(195, 161, 83);
    gap: 20px;
  }

  .navigacija__title{
    font-weight: 600;
    font-size: 20px;
  }

  .navigacija__desc{
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(195, 161, 83);
  }

  .navigacija__desc:hover{
    opacity: 0.85;
  }
}



@media (min-width: 600px) and (max-width: 900px) {
  /*====== SECTION1 =======*/
  .homepage-1-container{
    margin-top: 20px;
  }

  .tekst1{
    font-size: 55px;
  }

  .sadrzaj__homepage1{
    margin-left: 40px;
    margin-right: 40px;
  }

  .homepage-1{
    height: 700px;
  }

  .homepage-1-container{
    height: 700px;
  }

  /*====== SECTION2 =======*/
  .homepage2__container{
    margin-left: 35px;
    margin-right: 35px;
  }

  .delatnost-1, 
  .delatnost-2, 
  .delatnost-3 {
    width: 50vw;
  }

  .tekst-4{
    text-align: center;
  }


  .div__za__sliku__delatnosti{
    width: 100%;
    height: 380px;
  }

  .div__za__tekst__delatnosti{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .slika__delatnosti{
    width: 100%;
    height: 100%;
  }

  .naslov__delatnosti{
    font-size: 25px;
  }

  .opis__delatnosti{
    font-size: 15px;
  }

  .homepage-2{
    height: 2100px;
  }

  .pocetna-druga {
    width: 100%;
    height: 1450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
  }

  /*====== SECTION3 =======*/
  .homepage-3{
    height: 2000px;
  }

  .homepage3__container{
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .leva__strana__homepage3{
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

  .leva__strana__naslov{
    font-size: 70px;
  }

  .leva__strana__opis {
    font-size: 23px;
  }

  .desna__strana__sadrzaj {
    width: 600px;
    height: 250px;
    padding: 18px;
  }

  .ikonica__sadrzaj{
    width: 24px;
    height: 24px;
  }

  .naslov__sadrzaja{
    font-size: 35px;
    font-weight: 500;
  }

  .opis__sadrzaja{
    font-size: 23px;
  }

  /*====== SECTION4 =======*/

  .sadrzaj__homepage4{
    width: 700px;
    height: 600px;
    margin-left: 35px;
    margin-right: 35px;
  }


  .title__homepage4{
    font-size: 50px;
  }

  
}

@media (min-width: 400px) and (max-width: 645px){
  /*======== FOOTER ===========*/
  .footer{
    height: 500px;
  }

  .footer__container{
    margin-left: 35px;
    margin-right: 35px;
    flex-direction: column;
  }

  .logo__footer{
    width: 130px;
  }

  .leva__strana__footera{
    max-width: 360px;
  }

  .title__leva__strana__footera{
    font-size: 26px;
    font-weight: 700;
    color: rgb(195, 161, 83);
    padding-left: 6px;
  }

  .desc__leva__strana__footera{
    font-weight: 500;
    font-size: 17px;
    color: rgb(195, 161, 83);
    padding-left: 6px;
  }



  .socials__leva__strana__footera{
    display: flex;
    gap: 14px;
    padding-left: 6px;
  }

  .socials__footer{
    font-size: 20px;
    background-color: rgb(67, 67, 67);
    padding: 6px 8px;
    border-radius: 40px;
    text-align: center;
    color: rgb(246, 204, 106);
  }

  .socials__footer:hover{
    opacity: 0.85;
    cursor: pointer;
    transition: 0.2s;
  }

  .desna__strana__footera{
    display: flex;
    gap: 60px;
    max-width: 360px;
    padding-left: 6px;
    padding-top: 10px;
  }

  .desna__strana__footera__navigacija{
    display: flex;
    flex-direction: column;
    color: rgb(195, 161, 83);
    gap: 20px;
  }

  .navigacija__title{
    font-weight: 600;
    font-size: 20px;
  }

  .navigacija__desc{
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(195, 161, 83);
  }

  .navigacija__desc:hover{
    opacity: 0.85;
  }
}

@media (min-width: 467px) and (max-width: 600px) {
  /*======SECTION1=======*/
  .homepage-1-container{
    margin-top: 20px;
  }

  .tekst1{
    font-size: 35px;
  }

  .sadrzaj__homepage1{
    margin-left: 40px;
    margin-right: 40px;
  }

  .book-button{
    width: 300px;
  }

  .homepage-1{
    height: 600px;
  }

  .homepage-1-container{
    height: 600px;
  }

  /*====== SECTION2 =======*/
  .homepage2__container{
    margin-left: 35px;
    margin-right: 35px;
  }

  .delatnost-1, 
  .delatnost-2, 
  .delatnost-3 {
    width: 70vw;
    height: fit-content;
    padding: 12px;
  }

  

  .tekst-4{
    text-align: center;
    font-size: 40px;
  }

  .homepage-2{
    height: 2200px;
  }

  .pocetna-druga {
    width: 100%;
    height: 1450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
  }

  .div__za__sliku__delatnosti{
    width: 65vw;
  }

  .slika__delatnosti{
    width: 100%;
    height: 100%;
  }

  .naslov__delatnosti{
    font-size: 28px;
  }

  .opis__delatnosti{
    font-size: 18px;
  }

  /*====== SECTION3 =======*/
  .homepage-3{
    height: 1750px;
  }

  .homepage3__container{
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .leva__strana__homepage3{
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

  .leva__strana__naslov{
    font-size: 50px;
  }

  .leva__strana__opis {
    font-size: 18px;
  }

  .leva__strana__slika{
    width: 75vh;
  }

  .desna__strana__sadrzaj {
    width: 400px;
    height: 200px;
    padding: 18px;
  }

  .ikonica__sadrzaj{
    width: 20px;
    height: 20px;
  }

  .naslov__sadrzaja{
    font-size: 30px;
    font-weight: 500;
  }

  .opis__sadrzaja{
    font-size: 18px;
  }

  /*====== SECTION4 =======*/

  .homepage-4{
    height: 800px;
  }

  .sadrzaj__homepage4{
    width: 500px;
    height: 500px;
    margin-left: 35px;
    margin-right: 35px;
  }


  .title__homepage4{
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 200px) and (max-width: 400px){
  /*======== FOOTER ===========*/
  .footer{
    height: 500px;
  }

  .footer__container{
    margin-left: 35px;
    margin-right: 35px;
    flex-direction: column;
  }

  .leva__strana__footera{
    width: 280px;
  }

  .logo__footer{
    width: 100px;
  }

  .title__leva__strana__footera{
    font-size: 22px;
    font-weight: 700;
    color: rgb(195, 161, 83);
    padding-left: 6px;
  }

  .desc__leva__strana__footera{
    font-weight: 500;
    font-size: 15px;
    color: rgb(195, 161, 83);
    padding-left: 6px;
  }

  .socials__leva__strana__footera{
    display: flex;
    gap: 14px;
    padding-left: 6px;
  }

  .socials__footer{
    font-size: 18px;
    background-color: rgb(67, 67, 67);
    padding: 6px 8px;
    border-radius: 40px;
    text-align: center;
    color: rgb(246, 204, 106);
  }

  .socials__footer:hover{
    opacity: 0.85;
    cursor: pointer;
    transition: 0.2s;
  }

  .desna__strana__footera{
    display: flex;
    gap: 60px;
    width: 280px;
    padding-left: 6px;
    padding-top: 10px;
  }

  .desna__strana__footera__navigacija{
    display: flex;
    flex-direction: column;
    color: rgb(195, 161, 83);
    gap: 20px;
  }

  .navigacija__title{
    font-weight: 600;
    font-size: 18px;
  }

  .navigacija__desc{
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(195, 161, 83);
  }

  .navigacija__desc:hover{
    opacity: 0.85;
  }
}

@media (min-width: 200px) and (max-width: 467px) {
  /*======SECTION1=======*/
  .homepage-1-container{
    margin-top: 20px;
  }

  .tekst1{
    font-size: 30px;
    text-align: center;
  }

  .sadrzaj__homepage1{
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
  }

  .book-button{
    width: 260px;
  }

  .homepage-1{
    height: 600px;
  }

  .homepage-1-container{
    height: 600px;
  }

  /*====== SECTION2 =======*/
  .homepage2__container{
    margin-left: 35px;
    margin-right: 35px;
  }

  .delatnost-1, 
  .delatnost-2, 
  .delatnost-3 {
    width: 70vw;
  }

  .tekst-3{
    font-size: 15px;
  }

  .tekst-4{
    text-align: center;
    font-size: 32px;
  }

  .tekst-5{
    font-size: 15px;
  }

  .homepage-2{
    height: 2100px;
  }

  .pocetna-druga {
    width: 100%;
    height: 1550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
  }

  
.div__za__sliku__delatnosti{
    width: 63vw;
  }

  .slika__delatnosti{
    width: 100%;
    height: 100%;
  }

  .naslov__delatnosti{
    font-size: 23px;
  }

  .opis__delatnosti{
    font-size: 13px;
  }

  /*====== SECTION3 =======*/
  .homepage-3{
    height: 1500px;
  }

  .homepage3__container{
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .leva__strana__homepage3{
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

  .leva__strana__naslov{
    font-size: 36px;
  }

  .leva__strana__opis {
    font-size: 18px;
  }

  .leva__strana__slika{
    width: 55vh;
  }

  .desna__strana__homepage3{
    padding-top: 40px;
  }

  .desna__strana__sadrzaj {
    width: 300px;
    height: 180px;
    padding: 18px;
  }

  .ikonica__sadrzaj{
    width: 16px;
    height: 16px;
  }

  .naslov__sadrzaja{
    font-size: 25px;
    font-weight: 500;
  }

  .opis__sadrzaja{
    font-size: 15px;
  }

  /*====== SECTION4 =======*/

  .homepage-4{
    height: 700px;
  }

  .sadrzaj__homepage4{
    width: 500px;
    height: 450px;
    margin-left: 35px;
    margin-right: 35px;
  }


  .title__homepage4{
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .desc__homepage4{
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo__homepage4{
    width: 180px;
    bottom: 62px;
  }
  
}