@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500&display=swap");

:root {
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Montserrat", sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;

}

p {
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body-font);
}


.homepage-1 {
  height: 100vh;
  padding: 0;
  background-color: rgb(246, 204, 106);
  background-image: url(/slike/slikapocetna2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.homepage-1-container{
  margin: 80px auto;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.sadrzaj__homepage1{
  margin-top: 110px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px;
}

.tekst1 {
  font-size: 70px;
  color: rgb(0, 0, 0);
  font-weight: 800;
}

.book-button {
 appearance: none;
 background-color: transparent;
 border: 0.125em solid #1A1A1A;
 border-radius: 0.9375em;
 box-sizing: border-box;
 color: rgb(0, 0, 0);
 cursor: pointer;
 display: inline-block;
 font-family: var(--body-font);
 font-size: 16px;
 font-weight: 600;
 line-height: normal;
 margin: 0;
 min-height: 3.75em;
 min-width: 0;
 outline: none;
 padding: 1em 2.3em;
 text-align: center;
 text-decoration: none;
 transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 will-change: transform;
 width: 400px;
}

.book-button:disabled {
 pointer-events: none;
}

.book-button:hover {
 color: #fff;
 background-color: #1A1A1A;
 box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
 transform: translateY(-2px);
}

.book-button:active {
 box-shadow: none;
 transform: translateY(0);
}


/*======== HOMEPAGE2 ===========*/

.homepage-2 {
  background-color: rgb(224, 224, 224);
  height: 970px;
  margin: auto;
}

.homepage2__container{
  margin: 50px auto;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.tekst-3 {
  color: rgb(101, 101, 101);
  font-size: 17px;
  font-weight: 400;
  border-width: 1px;
  border-color: rgb(189, 189, 189);
  border-style: solid;
  width: fit-content;
  border-radius: 30px;
  padding: 10px 14px 10px 14px;
}

.tekst-4 {
  font-size: 50px;
  font-weight: 700;
}

.tekst-5 {
  color: rgb(101, 101, 101);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}

.pocetna-druga {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
}

.delatnost-1, 
.delatnost-2, 
.delatnost-3 {
  border-color: rgb(189, 189, 189);
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  gap: 10px;
}

.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%;
  object-fit: cover;
  border-radius: 12px;
}

.naslov__delatnosti{
  font-size: 25px;
  font-weight: 600;
}

.opis__delatnosti{
  color: rgb(101, 101, 101);
  font-size: 15px;
}

/*======== HOMEPAGE3 ===========*/

.homepage-3{
  background-color: rgb(246, 204, 106);
  height: 850px;
}

.homepage3__container{
  margin: auto;
  max-width: 1120px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.leva__strana__homepage3{
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.leva__strana__naslov{
  font-size: 50px;
  font-weight: 600;
  color: rgb(50, 46, 40);
}

.leva__strana__opis{
  color: rgb(50, 46, 40);
  font-size: 18px;
  font-weight: 500;
}

.leva__strana__slika{
  width: 535px;
  border-radius: 15px;
}

.desna__strana__homepage3{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  gap: 30px;
}

.desna__strana__sadrzaj{
  background-color: rgb(224, 224, 224);
  width: 400px;
  height: 150px;
  border-color: gray;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ikonica__sadrzaj{
  width: 16px;
  height: 16px;
}

.naslov__sadrzaja{
  font-size: 22px;
  font-weight: 500;
}

/*======== HOMEPAGE4 ===========*/

.homepage-4{
  height: 900px;
  margin: auto;
}

.homepage4__container{
  height: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.sadrzaj__homepage4{
  width: 900px;
  height: 600px;
  background-color: rgb(246, 204, 106);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.logo__homepage4{
  width: 250px;
  position: relative;
  bottom: 80px;
}

.title__homepage4{
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  max-width: 600px;
  position: relative;
  bottom: 70px;
}

.desc__homepage4{
  max-width: 350px;
  text-align: center;
  color: rgb(83, 83, 83);
  font-size: 18px;
  position: relative;
  bottom: 30px;
}

.button__homepage4{
  position: relative;
  top: 10px;
  text-decoration: none;
  color: #000;
  outline: 0;
  grid-gap: 8px;
  align-items: center;
  background: 0 0;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  padding: 12px 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;
  }
.button__homepage4:hover {
  box-shadow: 4px 4px 0 #000;
  transform: translate(-4px,-4px);
  }
.button__homepage4:focus-visible{
  outline-offset: 1px;
  }

.span__homepage4{
  font-family: "Montserrat Alternates", sans-serif;
}

/*======== FOOTER ===========*/

.footer{
  width: 100%;
  height: 300px;
  background-color: rgb(0, 0, 0);
}

.footer__container{
  max-width: 1120px;
  height: 100%;
  margin: auto;
  display: flex;
  gap: 50px;
}

.leva__strana__footera{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 12px;
  max-width: 460px;

}

.logo__footer{
  width: 130px;
}

.title__leva__strana__footera{
  font-size: 30px;
  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: 22px;
  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: 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: 24px;
}

.navigacija__desc{
  text-decoration: none;
  cursor: pointer;
  color: rgb(195, 161, 83);
}

.navigacija__desc:hover{
  opacity: 0.85;
}
                