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


/* Font face declaration for Montserrat */
@font-face {
    font-family: 'Montserrat-big';
    src: url('/assets/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, aside {display: flex;
    flex-direction: column;
     gap: 100px;}

     aside{margin-top: 50px;}

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


h1 {font-family: 'Unbounded';
    font-size: 30px}

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

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

p {font-family: 'Montserrat-big';
   font-size: 18px;
   font-weight: 300;}

a {font-family: 'Montserrat-big';
   text-decoration: none;
   font-size: 20px;
   border-radius: 100px;
   text-align: center;
   color: white;
   padding: 20px;
   margin: 15px 0px;
   background-color: var(--buttons-bg-2-hover);
   transition: background-color 400ms ease-in-out;
    font-weight: 900;}

a:hover {background-color: #000000;}

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

.hetyna-stick {position: sticky;
              height: min-content;
              top: 100px;}



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


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


.hero {background-size: cover;
    background-image: url(hero-img.jpg);
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;
    padding: 100px 20px 0px 20px;
    border-radius: 0px 0px 100px 100px;
    }

.hero-content {
    min-width: 280px;
    width: 70%;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.844);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


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



.proposte {    
    display: grid;
    justify-items: center;
    text-align: center;
}


.proposte ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    justify-content: center;
}


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


    .video2 {min-width: 250px;
        position: sticky;
        top: 25%;
        width:100%;
        height: min-content;
        border-radius: 40px 100px 40px 40px;
        aspect-ratio: unset;
        }
    #contvid {overflow: unset!important;}
    #abcd {position: sticky;
        top: 25%;}


.wrap-cln {display: flex;
          flex-direction: column;
          min-width: 250px;
          width: 100%;
        }

.wrap-row {display: flex;
          justify-content: space-around;
          gap: 40px;}

.hetyna-container {
    padding: 15px;
    list-style: none;
    border-radius: 30px;
    background-color: white;
    min-width: 280px;
    width: 100%;
    margin: 15px 0px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}


.offer-details {
    font-family: 'unbounded';
    font-size: 18px;
}

.sub-offer-details {
    font-family: 'unbounded';
    font-size: 15px;
}

.contatti {
    text-align: center;
    max-width: 800px;
}




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;}

footer a, .hero .link-logo {font-family: 'montserrat';
                 color: white;
                text-decoration: none; 
                background-color: unset;
                font-weight: 800;
                font-size: 16px;}

footer a img  {max-width: 280px;}

.hero .link-logo img {max-width: 350px;}
                
footer span {font-family: 'unbounded';
    color: white;
   text-decoration: none;
   font-size: 19px;}


   .disc {
    font-size: 14px;
    text-align: center;
   }

   @media (max-width: 850px) {
    
    .wrap-row {flex-wrap: wrap;}
    .video2, .hetyna-stick {position: relative;
             top: unset;}
    .hero-content {width: 100%;}
    .hero {margin-bottom: 310px;}
    .proposte li {max-width: unset;}
    .hero .link-logo img {max-width: 250px;}

   }