/* Global Styles */
@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('fonts/SweetSansProLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #d8ccc5;
}

body::-webkit-scrollbar {
    display: none;
}

/* Header Section */
.menu--bg {
    background-color: #C9BDAE;
}

.header-content {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    /*padding: 2.777vw 11.11vw 1.388vw 11.11vw;*/
    padding: 0.777vw 11.11vw 1.388vw 11.11vw;
    transition: background-color .3s ease-in-out;
}

.header-content .menu-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-content .menu-content .menu-item {
    font-family: 'Sweet Sans Pro', sans-serif;
    font-size: 1.111vw;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-item {
    margin: auto;
    cursor: pointer;
    width: 10vw;
}

.logo-item img {
    width: 100%;
}

/* Main */
main {
    max-width: calc(100% - 22.22vw);
    width: 100%;
    margin: auto;
}

/* Video Section */
.video-content {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.video-content video {
    width: 100%;
    top: 0;
    left: 0;
}

/* Video Section Information */

#smooth-parent-content {
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#smooth-wrapper-content {
    max-width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.video-content-information {
    width: 100%;
    height: 100%;
    color: white !important;
    background-color: #d8ccc5;
}

.video-content-information .info-content {
    width: calc(100% - 22.22vw);
    height: max-content;
    /*padding-top: 17.7vw;*/
    padding-top: 24.7vw;
    z-index: 99999999;
    position: relative;
    margin: auto;
}

.video-title {
    max-width: 54.6vw;
    width: 100%;
    font-family: 'Amiri', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 6.11vw;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 2.083vw;
    color: #010101;
}

.anim-title-elems {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.cg-5 {
    column-gap: 5px;
}

.cg-7 {
    column-gap: 7px;
}

.cg-17 {
    column-gap: 17px;
}

.cg-19 {
    column-gap: 19px;
}

.cg-30 {
    column-gap: 30px;
}

.anim-title-elems .parent-span {
    display: inline-block;
    overflow: hidden;
}

.first-t {
    opacity: 0;
}

.first-t-1 .child-span {
    position: relative;
    top: 1.39vw;
    animation: 0.5s swift-up ease-in-out forwards;
}

.first-t-2 .child-span {
    position: relative;
    top: 6.11vw;
    animation: 0.5s swift-up ease-in-out forwards;
}

.first-t-3 .child-span {
    position: relative;
    top: 3.75vw;
}

.first-t-3-1 .child-span {
    position: relative;
    top: 1.39vw;
}

.first-t-4 .child-span {
    position: relative;
    top: 3.75vw;
}

.first-t-4-1 .child-span {
    position: relative;
    top: 1.39vw;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

.other-t {
    position: relative;
    overflow: hidden;
    /*opacity: 0;*/
}

.other-end-t {
    position: relative;
    overflow: hidden;
    /*opacity: 0;*/
}

/*.first-t > div {*/
/*    position: relative;*/
/*    margin: 0;*/
/*}*/

/*.other-t > div {*/
/*    position: relative;*/
/*    margin: 0;*/
/*}*/

/*.other-end-t > div {*/
/*    position: relative;*/
/*    margin: 0;*/
/*}*/

/*.split-parent {*/
/*    overflow: hidden;*/
/*}*/

.video-small-title .split-child {
    line-height: 1.3;
}

.video-end-title .split-child {
    line-height: 1.3;
}

.video-small-description .split-child {
    line-height: 1.3;
}

.full-name .split-child {
    line-height: 1.3;
}

.video-small-title {
    max-width: 36.2vw;
    width: 100%;
    font-family: 'Sweet Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.39vw;
    line-height: 1.3;
    color: #010101;
}

.video-middle-title {
    max-width: 56.77vw;
    width: 100%;
    font-family: 'Amiri', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.75vw;
    line-height: 1;
    margin-bottom: 2.77vw;
    color: #010101;
}

.video-end-title {
    text-transform: uppercase;
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    max-width: 47.4vw;
    width: 100%;
    font-family: 'Amiri', sans-serif;
    font-style: normal;
    margin-bottom: 4.514vw;
    color: #010101;
    justify-content: end;
}

.video-small-description {
    font-family: 'Sweet Sans Pro', sans-serif;
    font-size: 1.39vw;
    font-weight: 400;
    line-height: 1.3;
    text-align: right;
    color: #010101;
    margin-bottom: 2.43vw;
    justify-content: end;
}

.full-name {
    font-family: 'Sweet Sans Pro', sans-serif;
    font-size: 1.39vw;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    color: #010101;
    justify-content: end;
}

.last-part {
    text-align: right;
}

.last-part .video-end-title {
    margin-left: auto;
}

#set-height {
    display: block;
}

#v0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Hidden Section */
.hidden-content {
    width: 100%;
    height: 200px;
}

/* About Section */
.about-content {
    background-color: #d8ccc5;
    /*width: calc(100% - 22.22vw);*/
    width: 100%;
    /*margin: auto;*/
    height: 100%;
    display: flex;
    gap: 3.125vw;
    /*margin-top: 7.639vw;*/
    /*padding-bottom: 20vw;*/
    padding: 15.885vw 11.11vw 20vw 11.11vw;
    margin-bottom: 200px;
    position: relative;
}

.about-content .left-part {
    max-width: 41.32vw;
    width: 100%;
    overflow: hidden;
}

.about-content .left-part img {
    width: 100%;
    height: 100%;
    transition: .1s ease-in-out;
    scale: 1;
}

.scrollimgzoomin {
    scale: 1;
}

.about-content .right-part {
    width: 33.3vw;
}

.about-content .right-part .about-info-items {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.597vw;
}

.about-content .right-part .about-info-items .info-item {
    display: flex;
    align-items: start;
    font-family: 'Sweet Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.39vw;
    line-height: 1;
    color: #010101;
    gap: 1.8vw;
}


.about-content .right-part .about-info-items .info-item .bg-red {
    width: 3.4vw;
    height: 1px;
    background: #DA2127;
    margin-top: 7px;
}

.about-content .right-part .about-info-items .info-item .info {
    width: 28.125vw;
}

/* Tasting Section */
.tasting-notes-content {
    width: 100%;
    margin: auto;
    padding: 0 11.11vw;
    /* background: #C9BDAE; */
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    transition: .3s ease-in-out;
    margin-top: -200px;
    margin-bottom: -200px;
    height: 100vh;
}

.tasting-notes-content .left-part {
    width: 28.472vw;
    display: flex;
    flex-direction: column;
    margin-top: 11.458vw;
}

.tasting-notes-content .left-part h1 {
    font-family: 'Amiri', sans-serif;
    font-size: 3.75vw;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 2.43vw;
}

.tasting-notes-content .left-part .option-info {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
}

.tasting-notes-content .left-part .option-info .vintage {
    border: 1px solid #010101;
    border-radius: 100px;
    padding: 0.833vw 1.388vw;
    font-family: 'Sweet Sans Pro', sans-serif;
    font-size: 1.388vw;
    font-weight: 400;
    line-height: 1.667vw;
    text-align: center;
    width: max-content;
}

.tasting-notes-content .middle-part {
    width: 14.93vw;
    margin: 0 6.319vw 0 3.125vw;
}

.tasting-notes-content .middle-part img {
    width: 100%;
}

.tasting-notes-content .right-part {
    /*width: 14.93vw;*/
    margin-top: 5vw;
    margin-bottom: 8.125vw;
}

.tasting-notes-content .right-part .tasting-notes-info {
    display: flex;
    flex-direction: column;
    gap: 1.11vw;
    width: 25.07vw;
    list-style: none;
}

.tasting-notes-content .right-part .tasting-notes-info .notes-info {
    width: 100%;
    padding: 1.875vw 2.361vw;
    background: #D7CFC5;
    font-family: 'Sweet Sans Pro', sans-serif;
    font-size: 1.388vw;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #010101;
}

/* Behind The Name Section */
.behind-the-name-content {
    /*width: calc(100% - 22.22vw);*/
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    gap: 3.055vw;
    /*padding-top: 15.833vw;*/
    /*padding-bottom: 15.833vw;*/
    padding: 15.833vw 11.11vw;
    background-color: #d8ccc5;
    position: relative;
    margin-top: 200px;
}

.behind-the-name-content .left-part {
    width: 29.861vw;
    height: 100%;
    line-height: 1;
    display: flex;
    flex-direction: column;
    padding-top: 4.167vw;
}

.behind-the-name-content .left-part h1 {
    width: 21.694vw;
    font-family: 'Amiri', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.75vw;
    color: #010101;
    margin-bottom: 2.083vw;
}

.behind-the-name-content .left-part p {
    font-family: 'Sweet Sans Pro', sans-serif;
    font-size: 1.388vw;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.p-1 {
    margin-bottom: 1.736vw;
}

.behind-the-name-content .right-part {
    width: 45.138vw;
    overflow: hidden;
}

.behind-the-name-content .right-part img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.scrollimgzoombehind {
    scale: 1;
}

/* Site Description Section */
.site-description {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d8ccc5;
}

.site-description h1 {
    font-family: 'Amiri', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.75vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #010101;
    width: 49.292vw;
    margin-bottom: 8.68vw;
}

/* Footer Section */
.footer-content {
    padding: 3.819vw 11.11vw;
    width: 100%;
    background: #C9BDAE;
    display: flex;
    flex-direction: column;
    row-gap: 1vw;
}

.footer-content .top-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content .top-part img {
    width: 10vw;
    object-fit: contain;
}

/*.footer-content .top-part .social-icons {*/
/*    display: flex;*/
/*    align-items: end;*/
/*    flex-direction: column;*/
/*}*/

.footer-content .f-middle-part .contact_info {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 10px;
}

.footer-content .f-middle-part .contact_info span,
.footer-content .f-middle-part .contact_info a
{
    font-family: 'Poppins', sans-serif;
    font-size: 0.972vw;
    font-weight: 400;
    line-height: 1;
    color: #655f57;
    text-decoration: none;
}

.footer-content .bottom-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-content .bottom-part .terms-privacy {
    width: max-content;
    display: flex;
    gap: 1.736vw;
    list-style: none;
}

.footer-content .bottom-part .terms-privacy .item {
    font-family: 'Poppins', sans-serif;
    font-size: 0.972vw;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.footer-content .bottom-part .terms-privacy .item a {
    color: #655f57;
    text-decoration: none;
}

.footer-content .bottom-part .info-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 0.972vw;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    color: #655f57;
}

/* VILGAR */
.middle-part {
    display: none;
}

.middle-part.fixed_content {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 0;
    /* height: 80vh; */
    /* top: 14vh; */
    background: #C9BDAE;
    height: 100vh;
}

.pre_image {
    display: flex;
    justify-content: center;
    height: 100%;
    height: 80vh;
    margin-top: 14vh;
}

.tasting-notes-content.hidden {
    opacity: 0;
}

.img-part {
    display: none;
}

.anim-img-1 {
    display: none;
}

.anim-img-2 {
    display: none;
}

.static-img {
    position: absolute;
    left: -11.0937vw;
    bottom: -7.8125vw;
    display: none;
}

/* RESPONSIVE */
@media (min-width: 769px) and (max-width: 1600px) {
    .first-t-2 .parent-span:nth-child(3) .child-span {
        display: block;
        width: 30px;
    }

    .first-t-2.video-title {
        max-width: 41.6vw;
    }
}

@media (min-width: 769px) and (max-width: 1390px) {
    .first-t-2 .parent-span:nth-child(7) {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .video-content-information .info-content.last-part {
        position: relative;
        top: -9vw;
    }

    .about-content {
        padding: 6.885vw 11.11vw 20vw 11.11vw;
    }
}

@media (min-width: 769px) and (max-width: 930px) {
    .first-t-2.video-title {
        max-width: 43.6vw;
    }
}

@media (max-width: 768px) {

    .footer-content .f-middle-part .contact_info span,
    .footer-content .f-middle-part .contact_info a
    {
        font-size: 3.888vw;
    }

    .logo-item {
        margin: auto;
        cursor: pointer;
        width: 27.7778vw;
    }

    .first-t-4 {
        display: unset;
    }

    .cg-5 {
        column-gap: 4px;
    }

    .cg-7 {
        column-gap: 7px;
    }

    .cg-17 {
        column-gap: 11px;
    }

    .cg-19 {
        column-gap: 19px;
    }

    .cg-30 {
        column-gap: 17px;
    }

    .header-content {
        padding: 3vw 11.11vw;
    }

    .d-n-mb {
        display: none;
    }

    .anim-img-2 {
        display: block;
        margin-bottom: -45px;
        margin-top: 13.0556vw;
    }

    .anim-img-2 img {
        width: 59.44vw;
    }

    .anim-img-1 {
        display: block;
        text-align: center;
    }

    .anim-img-1 img {
        width: 65vw;
        margin-top: 45px;
        margin-bottom: -25px;
    }

    .video-content {
        display: none;
    }

    #video-item{
        width: 100%;
        height: auto;
    }

    .logo-item {
        margin: unset;
    }

    .logo-item img {
        width: 27.77vw;
    }

    .video-small-title {
        max-width: 85vw;
        font-size: 3.88vw;
        line-height: 1.3;
    }

    .video-title {
        max-width: 86.67vw;
        font-size: 12.22vw;
        margin-top: 6.38vw;
    }

    .video-middle-title {
        max-width: 86.66vw;
        font-size: 10vw;
        margin-bottom: 2.77vw;
    }

    .video-content-information .info-content {
        width: calc(100% - 13.33vw);
        padding-top: 17.7vw;
    }

    .video-end-title {
        font-size: 11vw;
        max-width: 86.66vw;
        margin-bottom: 6.38vw;
    }

    .video-small-description {
        font-size: 4vw;
        margin-bottom: 5.55vw;
    }

    .full-name {
        font-size: 3.88vw;
    }

    .video-content-information .info-content.mb-p {
        padding-top: 25vw;
    }

    .hidden-content.mb-h {
        height: 25vh;
    }

    .about-content {
        flex-direction: column;
        padding: 7.639vw 0 20vw 0;
    }

    .about-content .left-part {
        max-width: 100%;
        max-height: 121.388vw;
        position: relative;
    }

    .about-content .right-part {
        width: 100%;
        padding: 0 6.77vw;
    }

    .about-content .right-part .about-info-items {
        gap: 6.388vw;
    }

    .about-content .right-part .about-info-items .info-item {
        font-size: 3.888vw;
        gap: 6.388vw;
    }

    .about-content .right-part .about-info-items .info-item .info {
        width: 72.77vw;
    }

    .tasting-notes-content {
        padding: 0 6.66vw;
        background: #C9BDAE;
        margin-top: -200px;
        margin-bottom: -200px;
        height: 100%;
        flex-direction: column;
        row-gap: 19.44vw;
    }

    .img-part {
        display: block;
        height: 159.166vw;
        overflow: hidden;
    }

    .img-part img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tasting-notes-content .left-part h1 {
        font-size: 10vw;
        margin-bottom: 5.83vw;
        position: relative;
        left: -25px;
    }

    .tasting-notes-content .left-part {
        width: 100%;
        margin-top: 23.333vw;
    }

    .tasting-notes-content .left-part .option-info {
        gap: 4.44vw;
        position: relative;
        left: 25px;
    }

    .tasting-notes-content .left-part .option-info .vintage {
        padding: 5vw 11.5vw;
        font-size: 4.444vw;
        line-height: 1.667vw;
    }

    .tasting-notes-content .right-part {
        margin-top: 0;
        margin-bottom: 23.33vw;
    }

    .tasting-notes-content .right-part .tasting-notes-info {
        gap: 3.611vw;
        width: 86.66vw;
        position: relative;
        top: 15px;
    }

    .tasting-notes-content .right-part .tasting-notes-info .notes-info {
        padding: 5.833vw 8.055vw;
        font-size: 3.888vw;
    }

    .behind-the-name-content .left-part {
        width: 100%;
        padding-top: 0;
    }

    .behind-the-name-content {
        gap: 15.277vw;
        padding: 22.777vw 6.66vw;
        flex-direction: column;
    }

    .behind-the-name-content .left-part h1 {
        width: 51vw;
        font-size: 10vw;
        margin-bottom: 8.33vw;
        position: relative;
        left: -25px;
    }

    .behind-the-name-content .right-part {
        width: 100%;
        position: relative;
        top: 10px;
    }

    .behind-the-name-content .left-part p {
        font-size: 3.88vw;
        position: relative;
        left: 25px;
    }

    .site-description h1 {
        font-size: 10vw;
        width: 86vw;
        margin-bottom: 35.55vw;
    }

    .footer-content .top-part {
        align-items: center;
    }

    .footer-content .top-part img {
        width: 27.77vw;
    }

    .footer-content .top-part .social-icons svg {
        width: 30px;
        height: 30px;
    }

    .footer-content {
        row-gap: 5vw;
        padding: 13.33vw 6.66vw 12.5vw;
    }

    .footer-content .bottom-part {
        flex-direction: column;
        align-items: center;
        row-gap: 5.833vw;
    }

    .footer-content .bottom-part .terms-privacy {
        width: 100%;
        gap: unset;
        justify-content: space-between;
    }

    .footer-content .bottom-part .terms-privacy .item {
        font-size: 3.888vw;
    }

    .footer-content .bottom-part .info-desc {
        font-size: 3.888vw;
    }

    .pt-0 {
        padding-top: 0 !important;
    }
}

@media (max-width: 576px) {
    .hidden-content.mb-h {
        height: 10vh;
    }

    .anim-img-1 img {
        width: 75vw;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .anim-img-1 {
        display: block;
        width: calc(100% - 6.33vw);
        height: 100%;
        margin: auto;
        margin-top: -60px;
    }

    .anim-img-1 img {
        object-fit: contain;
        width: 100%;
    }
}