@font-face {
    font-family: Cantoria;
    src: url(../font/Cantoria.otf);
}

@font-face {
    font-family: CantoriaMTStd;
    src: url(../font/CantoriaMTStd.otf);
}

@font-face {
    font-family: MinionPro-Bold;
    src: url('../font/MinionPro-Bold.eot');
    src: url('../font/MinionPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/MinionPro-Bold.woff2') format('woff2'),
        url('../font/MinionPro-Bold.woff') format('woff'),
        url('../font/MinionPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MinionPro-BoldIt;
    src: url(../font/MinionPro-BoldIt.otf);
}

@font-face {
    font-family: MinionPro-It;
    src: url(../font/MinionPro-It.otf);
}


@font-face {
    font-family: MinionPro;
    src: url('../font/MinionPro-Medium.eot');
    src: url('../font/MinionPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/MinionPro-Medium.woff2') format('woff2'),
        url('../font/MinionPro-Medium.woff') format('woff'),
        url('../font/MinionPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MinionPro-Regular;
    src: url(../font/MinionPro-Regular.otf);
}

.uppercase {
    text-transform: uppercase;
}

.cantoria {
    font-family: 'Cantoria';
}

.minion-pro {
    font-family: 'MinionPro';
}   

h1 {
    font-family: 'CantoriaMTStd';
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
}

p {
    margin: 0;
}

.cit {
    font-family: 'MinionPro';
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

.text {
    font-family: 'MinionPro';
    font-size: 20px;
    font-weight: 400;
    line-height: 21.6px;
}

.text-description {
    font-size: 18px;
    margin: 30px 0;
}

.b {
    font-family: 'MinionPro-Bold';
}

.bold {
    font-family: 'MinionPro-Bold';
    font-size: 18px;
    font-weight: 700;
}

.landing-container {
    padding: 0 20px;
}

.text-margin {
    margin-top: 20px;
}

.text-margin-2 {
    margin-top: 50px;
}

.text-margin-3 {
    margin-top: 100px;
}

button {
    font-family: 'CantoriaMTStd' !important;
}

.btn {
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    font-family: 'Cantoria';
}

.copy {
    font-family: 'MinionPro';
    font-size: 12px;
    line-height: 14.4px;
    color: #64625C;

}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-yellow, .btn-yellow:hover {
    background-color: #EAD8AD;
    color: #201F1C;   
    border-color: #EAD8AD;
}

.btn-outline-yellow, .btn-outline-yellow:hover {
    color: #AB826B;   
    border-color: #AB826B;
}

.btn-indaco, .btn-indaco:hover {
    background-color: #D3E4F3;
    color: #5283AD;   
    border-color: #D3E4F3;
}

.btn-outline-indaco, .btn-outline-indaco:hover {
    color: #5283AD;   
    border-color: #D3E4F3;
}

.btn-blue, .btn-blue:hover {
    background-color: #5283AD;
    color: #FFFFFF;   
    border-color: #5283AD;
}

.btn-outline-blue, .btn-outline-blue:hover {
    color: #5283AD;   
    border-color: #5283AD;
}

.btn-red, .btn-red:hover {
    background-color: #B22736;
    color: #FFFFFF;   
    border-color: #B22736;
}

.btn-outline-red, .btn-outline-red:hover {
    color: #B22736;   
    border-color: #B22736;
}

.btn-brown, .btn-brown:hover {
    background-color: #AB826B;
    color: #FFFFFF;   
    border-color: #AB826B;
}

.btn-outline-brown, .btn-outline-brown:hover {
    color: #AB826B;   
    border-color: #AB826B;
}


.sub-title {
    font-family: 'Cantoria';
    font-size: 30px;
    text-transform: uppercase;
    color: #201F1C;
}

small {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .landing-container {
        padding: 0 200px;
    }   
}

.hero {
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100vh;
    position: relative;
}

.hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 453px;
    height: 158px;
    margin-top: -79px;
    margin-left: -226.5px;
}

.hero .arrow {
    bottom: 0 !important;
    top: unset;
    width: 30px;
    margin-left: 0px;
    transition: bottom 0.5s ease-out;
}

.hero .arrow.move-down {
    bottom: -50px !important;
    transition: bottom 0.5s ease-out;
}

.rumore {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.04;
}

.video-background {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 9998;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFDF74D;
    z-index: 9999;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hamburger-menu .hamburger-line-1 {
    margin-bottom: 8px;
}

.hamburger-menu .hamburger-line-1, .hamburger-menu .hamburger-line-2 {
    width: 30px;
    height: 3px;
    transition: all 0.5s ease-out;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 0;
    background-color: #FFFDF7;
    z-index: 9998;
    padding: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
    background-image: url('../img/menu-logo.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px;
}

.menu .landing-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.menu .landing-container button {
    border: 0;
    background-color: transparent;
    font-size: 30px;
    color: #201F1C;
}

.menu ul {
    list-style: none;
}

.menu ul li a {
    font-size: 20px;
    font-family: 'CantoriaMTStd';
}

.menu ul li a {
    font-size: 40px;
    text-decoration: none;
    color: #201F1C;
    font-family: 'CantoriaMTStd';
}

.menu.show {
    max-height: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    transition: max-height 0.5s ease-out;
}

.hamburger-menu.open .hamburger-line-1 {
    transform: rotate(45deg) translate(5px, 5px);
    transition: all 0.5s ease-out;
}

.hamburger-menu.open .hamburger-line-2 {
    transform: rotate(-45deg) translate(3px, -2px);
    transition: all 0.5s ease-out;
}

.mosaico {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.mosaico-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template: "header header"
                  "left right"
                  "left right";    

}

.mosaico-header {
    grid-area: header;
}

.mosaico-left {
    grid-area: left;
    display: grid;
    gap: 20px;
}

.mosaico-right {
    grid-area: right;
}


.mosaico-img-container {
    position: relative;
    cursor: pointer;
}

.mosaico-img-container .img-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #201F1C;
    font-family: 'Cantoria';
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    display: none;
    pointer-events: none;
}

.hover-bg-yellow {
    background-color: #FFF9E380;
}

.hover-bg-rose {
    background-color: #F3E2D480;
}

.hover-bg-rose-light {
    background-color: #EEE6E180;
}

.hover-bg-indaco {
    background-color: #D3E4F380;
}

.mosaico-img-container:hover .img-text {
    display: flex;
}

.img-bottle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}

.img-bottle .img {
    max-width: 450px;
}

.img-bottle .bottle {
    position: relative;
    bottom: -18px;
    z-index: 99;
    left: -30px;
    height: 440px;
    width: 190px;

}


footer {
    background-color: #D3E4F3;
    padding: 30px 0;  
}

footer .logo {
    height: 62px; 
}

.block-margin {
    margin-top: 200px;
}

.mosaico-data {
    background-color: #FFF9E3;
    padding: 20px 0;
    margin-top: 20px;
    display: none;
}

.mosaico-data.show {
    display: block;
}

.scheda {
    display: none;
}

.scheda.show {
    display: block;
}

.bottle-margin {
    margin-top: 30px;
}

.menu ul li {
    margin-top: 30px;
}

.link {
    text-decoration: none;
    color: #201F1C;
}

@media screen and (max-width: 746px) {

    .menu {
        background-size: 200px;
    }
    .menu.show  {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .menu ul li a {
        font-size: 24px;
    }

    .menu .landing-container button {
        font-size: 20px;
    }

    .w-100-mobile {
        width: 100%;
        display: inline-block !important;
    }

    .text-margin-mobile {
        margin-top: 20px;
    }

    .block-margin {
        margin-top: 150px;
    }

    .hero img {
        width: 353px;
        height: 123px;
        margin-top: -61.5px;
        margin-left: -176.5px;
    }

    .img-bottle .img {
        max-width: 100%;
    }

    .img-bottle {
        display: block;
    }

    .img-bottle .bottle {
        left: calc(50% - 50px);
        margin-top: -250px;
        bottom: 0;
        height: 330px;
        width: auto;
    }

    .mosaico, .mosaico-2, .mosaico-left {
        gap: 10px;
    }

    .mosaico-img-container .img-text {
        font-size: 15px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }
}