/* Font face declaration for Unbounded */
@font-face {
    font-family: 'Unbounded';
    src: url('Unbounded.woff') format('woff');
}

/* Font face declaration for Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat.woff') format('woff');
}

/* Font face declaration for Montserrat */
@font-face {
    font-family: 'Montserrat-big';
    src: url('Montserrat-SemiBold.woff2') format('woff2');
}

*{
    box-sizing: border-box;
}

:root {
    --surface-glass: #ffffffc1;
    --surface: #ffffff;
    --background: #ebebeb;
    --buttons-text-1: #000000;
    --buttons-bg-1: #f1f1f1;
    --buttons-bg-1-hover: #ffffff;
    --buttons-text-2: #ffffff;
    --buttons-bg-2: #000000;
    --buttons-bg-2-hover: #550191;
        }


  body {background-color: var(--background);
        margin: 0px;
        }


main {display: grid;
     gap: 75px;}

  .hetyna-glass {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}


h1 {font-family: 'Unbounded';
    text-align: center;
    font-size: 28px}

h2 {font-family: 'Unbounded';
    font-size: 23px}

h3 {font-family: 'Unbounded';
    font-size: 18px}

p {font-family: 'Montserrat';
   font-size: 16px;
   font-weight: 800;}




    /*
    .hetyna-ombra  {

    } */


.LandingHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.768);
    border-radius: 0px 0px 30px 30px;
}


.LandingHeader a, nav a {
    background-color: var(--buttons-bg-1);
    color: var(--buttons-text-1);
    border-radius: 50px;
    border: 1px solid #919191;
    transition: background-color 300ms ease-in-out;
    transition: border-color 300ms ease-in-out;
    padding: 10px;
    font-family: 'Montserrat-big'; 
    text-decoration: none;
    min-width: 190px;
    display: flex;
    justify-content: center;
}

.hamburger-menu {display: none;
                  cursor: pointer;}

nav {display: none;
    position:fixed;
    min-width: 250px;
    width: auto;
    gap: 20px;
    max-width: 350px;
    padding: 20px;
    border-radius: 40px 0px 0px 40px;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    background-color: white;
    height: 100vh;
    top: 0;
    right: 0px;
    border-color:#000000;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px;
}

#close-hamburger {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
}


.view-nav {display: grid!important;
           opacity: 1!important;
           align-items: center;
           align-content: center;}


@media (max-width: 900px) {
    .LandingHeader a {display: none;}
    .hamburger-menu {display: block;}
    .LandingHeader {justify-content: flex-end;}
}




.LandingHeader a:hover {
    background-color: var(--buttons-bg-1-hover);
    border-color: #000000;
}


.cta-button {    
    text-decoration: none;
    font-family: 'Montserrat-big';
    font-weight: 800;
    background-color: black;
    color: white;
    padding: 15px;
    min-width: 270px;
    display: flex;
    justify-content: center;
    border-radius: 80px;
        }

.hero--row_cta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
        }


.hetyna-pad {padding: 0px 80px;}


@media (max-width: 800px) {
    .hetyna-pad {padding: 0px 40px;}
}


@media (max-width: 500px) {
    .hetyna-pad {padding: 0px 15px;}
}


.hero {background-size: cover;
    width: 100%;
    height: 100vh;
    border-radius: 0px 0px 100px 100px;
    }


.hero--wrapcontainer {
    padding: 20px;
    padding-top: 150px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5vh;
    background-image: linear-gradient(0deg, #ebebeb, #d5d5d58c);
    border-radius: 0px 0px 90px 90px;
}


.logo {
    min-width: 270px;
    max-width: 270px;
    min-height: 155px;
    max-height: 155px;
    height: 155px;
    width: 270px;
    object-fit: contain;
   }


.proposte {    
    display: grid;
}


.proposte ul {
    display: flex;
    overflow-x: scroll;
    gap: 20px;
    width: 100%;
    padding: 0px;
}


.proposte li {    padding: 15px;
    list-style: none;
    border-radius: 20px;
    background-color: white;
    min-width: 280px;
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}

.proposte .cta-button {align-self: center;}

.product_title {font-size: 19px;}

.product--ingredients {
    max-height: 40px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.product--price {
    font-family: 'montserrat-big';
}


.product_rowContent {    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    height: auto;}


.about {display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;}


.about div {
    padding: 15px;
    background-color: white;
    border-radius: 20px;
    height: max-content;
    min-width: 270px;
    width: 50%;
    flex-grow: 1;
}


#imgAbout {
    min-width: 250px;
    width: 40%;
    aspect-ratio: 3 / 2 !important;
    object-fit: cover;
    border-radius: 20px;
    flex-grow: 1;
    height: min-content;
        }


 .contacts-container {border-radius: 20px;
                      width: 100%;
                     background-color: white;
                    padding: 20px;}           

.contacts-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form--row-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.form--cln-inputs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 250px;
    width: auto;
    flex-grow: 1;
}

.form--cln-textarea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 250px;
    width: 100%;
}

form {display: flex;
      flex-direction: column;
      gap: 20px;}

label {font-family: 'montserrat';
       font-weight: 800}

input {border-radius: 20px;
    padding: 10px;
    font-family: sans-serif;
       height: 40px;
       border-style: solid;
       border-width: 1px;
       background: var(--buttons-bg-1);
       width: 100%;}

textarea {  
    border-radius: 20px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    background: var(--buttons-bg-1);
    font-family: sans-serif;
}

footer {display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 0px 0px 0px;
        margin-top: 100px;
        background-color: white;
        border-radius: 40px 40px 0px 0px;}

.legit-footer {display: flex;
                justify-content: center;
                background-color: #000000;
                padding: 20px;
                gap: 5px;
                position: relative;
                align-items: center;
                width: 100%;
                margin-top: 80px;
                border-radius: 40px 40px 0px 0px;}

.legit-footer a {font-family: 'montserrat';
                 color: white;
                text-decoration: none;
                font-weight: 800;
                font-size: 16px;}

.legit-footer span {font-family: 'unbounded';
    color: white;
   text-decoration: none;
   font-size: 19px;}