:root {
    --size-wrapper: 1440px;
    --color-text-contrast: #ffffff;
    --color-brand: #2159a3;
    --color-button-contrast: #ffffff;
    --color-button-text-contrast: #2159a3;
    --font-family: Pacifico, sans-serif;
    --font-family-text: source serif pro
}

* {
    box-sizing: border-box;
}



body {
    margin: 0;
    font-family: var(--font-family);
    background-image:url(Photo/Desktopn.png);
    background-position-y: -200px;
    background-position-x: center;
    background-repeat: space;
    background-color: #ececf4;
}

.logo {
    height: 200px;
    width: 306px;
    margin-left: 40px;
    margin-top: 10px;
    position: relative; 
    z-index: 1; 
    top: 0; 
    left: 0; 
}

.header {
    background-color: var(--color-brand);
    color: var(--color-text-contrast);
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-nav-links {
    justify-content: center;
    align-items: center;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header-link {
    height: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: xx-large;
    padding: 20px;
    margin-bottom: 10px;
}

.header-img {
    margin-right: 40px;
    align-content: end;
}

a {
    color: var(--color-text-contrast);
    text-decoration: none;
}

.hero {
    position: relative;

}

.hero-image {
    height: 720px;
    width: 100%;
   
}

.quote {
    color: var(--color-text-contrast);
    font-size: 80px;
    paint-order: stroke fill; 
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: var(--color-brand);
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    
}

.title {
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: 38px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px;
}

.section-one {
    display: flex;
    flex-direction: row;
    height: 400px;
    justify-content: space-evenly;
    margin-bottom: 80px;
}

.section-ponuda {
    display: flex;
    flex-direction: row;
    height: 400px;
    justify-content: space-evenly;
    margin-bottom: 140px;
}

.section-title {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: 36px;
    font-weight: bold;
    width: fit-content;
    margin-top: 48px;
    margin-bottom: 48px;
}

.section-title-mask {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: 36px;
    width: fit-content;
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-subtitle {
    display: flex;
    flex-direction: row;
    font-family: var(--font-family-text);
    color: var(--color-brand);
    font-size: 48px;
    font-weight: bolder;
    justify-content: space-evenly;
    margin-top: 24px;
}

.section-sub-cont {
    width: 480px;
    margin-top: 24px;

}

.section-sub-conta {
    width: 420px;
    height: 56px;
}

.section-sub-contb {
    font-size: 64px;
}

.section-description {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: x-large;
    width: 480px;
}

.section-description-gold {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: x-large;
    width: 480px;
    margin-bottom: 48px;
}


.section-description-star {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: large;
    font-style: italic;
    width: 480px;
}

.section-description-mask {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: x-large;
}

.section-image {
    display: flex;
    flex-direction: row;
    width: 520px;
    height: 400px;
    margin-top: 48px;
    border: solid 4px;
    border-color: var(--color-text-contrast);
    border-radius: 40px;
}

.section-image-ponuda {
    display: flex;
    flex-direction: row;
    width: 420px;
    height: 300px;
    margin-top: 48px;
    border: solid 4px;
    border-color: var(--color-text-contrast);
    border-radius: 40px;
}

button {
    
    width: 200px;
    height: 50px;
    background-color: var(--color-button-contrast);
    font-family: var(--font-family-text);
    font-size: 24px;
    color: var(--color-button-text-contrast);
    border: solid 2px;
    border-color: var(--color-brand);
}

.button-order {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.galler {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;

}

.gallery-name {
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
    font-size: 40px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-top: 180px;
}

.gallery-image {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 420px;
    height: 300px;
    margin-top: 48px;
    border: solid 2px;
    border-color: var(--color-text-contrast);
    border-radius: 40px;
}



.gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    margin-top: 14px;

}

/* (PART B) IMAGES */
.gallery > img {
  width: 25%; object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}



/* (PART D) ENLARGE ON MOUSE HOVER */
.gallery > img:hover:not(.full) {
    transform: scale(1.1);
  }
  
  /* (PART E) SHOW SELECTED IMAGE IN FULLSCREEN */
  .gallery > img.full {
      position: fixed; top: 0; z-index: 999;
      width: 90vw; height: 90vh;
      object-fit: scale-down;
      background: rgba(0, 0, 0, 0.5);
    }
  

/* (PART C) SMALL SCREENS - 2 PER ROW */
@media screen and (max-width:640px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  
}

.footer, .footer-onama {
    height: 300px;
    background-color: var(--color-brand);
    margin-top: 120px;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
}

.form {
    display: flex;
    flex-direction: column;
    
}

form {
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
    margin-top: 20px;
    align-items: center;
    color: var(--color-text-contrast);
    font-family: var(--font-family-text);
    font-size: 20px;
    font-weight: bold;
    
}


input, textarea {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid black;
    height: 28px;
    width: 700px;
}

input#paketi {
    width: 20px;
    margin-right: 50px;
    margin-top: 12px;
}

.form-stavke {
    display: flex;
    flex-direction: column;
}


textarea {
    height: 120px;

}

.submit {
    width: 240px;
}

.paketi {
    display: flex;
    flex-direction: row;
    font-weight: 400;
}

.section-name {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    color: var(--color-button-text-contrast);
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 80px;
}

label {
    margin-top: 24px;
}

.vrijeme {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    margin-bottom: 48px;
}
.combodate {
    margin-top: 24px;
    margin-right: 24px;
}

.form-text {
    margin-top: 24px;
}

text, .text-b {
    margin-top: 12px;
}

.form-a {
    margin-top: 24px;
}

.image-description {
    display: flex;
    font-size: 48px;
    justify-content: center;
    color: var(--color-brand);
}

ul {
    width: 400px;
}

li {
    color: var(--color-text-contrast);
    font-family: var(--font-family-text);
    font-size: large;
}

table {
    color: var(--color-text-contrast);
    font-family: var(--font-family-text);
    font-size: larger;   
    display: flex;
    justify-content: center;
    margin-top: 140px;


}

td{
    border: solid white 1px;
    padding: 12px;
    text-align: center;
}

.tablica-info {
    display: flex;
    justify-content: center;
}

.footer, .footer-onama {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: var(--color-text-contrast);
}

.footer-info, .footer-hours, .footer-links {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

.info-name {
    font-size: 32px;
    font-family: var(--font-family-text);
    font-weight: bold;
}

.info {
    font-size: 24px;
    font-family: var(--font-family-text);
    margin-top: 12px;
}

.section-two {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: var(--font-family-text);
    color: var(--color-text-contrast);
}

.section-text {
    width: 600px;
    font-size: 24px;
}

.section-subname, .section-subname-oloc {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 24px;
}


#menuToggle
{
  display: block;
  position: absolute;
  top: -50px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; 
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 44px;
  height: 8px;
  margin-bottom: 5px;
  position: relative;
  background: var(--color-text-contrast);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: var(--color-text-contrast);
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 400px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -50px;
  background: var(--color-brand);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 24px 0;
  font-size: 44px;
  text-align: center;
}

#menuToggle input:checked ~ ul
{
  transform: none;
  opacity: 1;
}

.section-subname-loc {
    display: none;
}

@media only screen and (max-width: 1024px){
   
    .header{
        height: 160px;
        position: sticky;
        top: 0;
    }
    
    .header-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .logo{
        left: 120%;
        height: 160px;
        width: 240px;
    }

    .header-link, .header-img {
        display: none;
    }

    #menu {
        transform: none;
        opacity: 0;
    
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

      #menuToggle{
      top: 65px;
    }

    .hero {
        z-index: -1;
    }

    .quote{
        font-size: 60px;
    }

    .hero-image{
        height: 480px;
    }

    .title{
        text-align: center;
    }

    .section-image{
        width: 360px;
        height: 300px;
    }

    .section-name{
        margin-top: 50px;
    }

    .footer{
        height: 240px;
    }

    .footer-onama{
        height: 240px;
        position: fixed;
        bottom: 0;
    }

    .info-name{
        font-size: 24px;
    }

    .info {
        font-size: 16px;
    }

    .section-two{
        flex-direction: column;
        align-items: center;
    }

    .section-subname{
        margin-top: 80px;
    }


    iframe{
        margin-top: 24px;
        width: 980px;
    }

    .section-subname-loc{
        display: flex;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 24px;
        margin-top: 80px;
    }

    .section-subname-oloc{
        display: none;
    }

    .stupac {
        width: 40px;
    }

}