@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
html {
    scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
body {
    overflow-x: hidden;
}
.row {
    margin: 0;
}
.contact-row {
    justify-content: center;
    display: flex;
}
.underline-animation {
    opacity: 0.8;
}
.underline-animation:hover {
    border-bottom: none;
    opacity: 1;
}
.underline-animation:after {
    display: block;
    content: "";
    padding-bottom: 7px;
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.underline-on-scroll {
    border-bottom: solid 1px #fff;
    padding-bottom: 7px;
    transition: border 1.2s ease-in-out;
    opacity: 1;
    font-weight: 700 !important;
}
.underline-animation:hover:after {
    transform: scaleX(1);
}
.first-level {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto 66px;
    position: relative;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    display: flex;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.scroll-header {
    transition: all 0.3s ease-in-out;
}
.scroll-logo {
    display: none;
}
.nav-menu {
    display: flex;
    margin: auto 0;
    position: relative;
    padding-right: 50px;
}
.about-moldova,
.about-winery,
.contacts,
.history,
.register {
    margin: 27px 0 15px;
    cursor: pointer;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}
.domain {
    margin: auto 5px;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.004em;
    color: #333;
}
.moldova-wine {
    font-style: normal;
    font-family: "Josefin Slab", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #333;
    text-align: center;
    padding-top: 3px;
}
.top-bg {
    background-image: url(../resources/top-winery.jpg);
    /* background-image: url(../resources/landing.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: none;
    background-position: left;
    width: 100%;
    height: 85vh;
}
.gradient-layout {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: linear-gradient(black, #000, transparent, transparent);
    opacity: 0.4;
}
.top-image {
    position: relative;
}
.occupation {
    font-size: 90px;
    line-height: 115px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 50%;
    margin-top: -110px;
    height: 130px;
    font-family: Cormorant, sans-serif;
    font-weight: 700;
}
.go-to-register {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.our-register {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.09em;
    padding-bottom: 6px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    cursor: pointer;
    width: auto;
}
.register-arrow {
    cursor: pointer;
    width: auto;
    animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10px);
    }
}
a:focus,
a:hover {
    text-decoration: none;
}
.about-moldova-block {
    margin-top: 0;
}
.customs-block-item {
    display: flex;
}
.customs-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: none;
    background-position: inherit;
}
.parent-image-l {
    padding: 0 0 0 20px;
    height: auto;
}
.parent-image-r {
    padding: 0 20px 0 0;
    height: auto;
}
.customs-info-r {
    padding: 0 20px 0 0;
}
.customs-info-l {
    padding: 0 0 0 20px;
}
.bottom-menu {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.wine-block {
    padding-top: 50px;
}
.wine-block-item {
    display: flex;
    justify-content: center;
}
.wine-info-l {
    padding: 0 70px 0 0;
}
.wine-info-r {
    padding: 0 0 0 70px;
}
.green-font {
    color: #358d00;
}
.wine-image-r {
    display: flex;
    justify-content: center;
}
.wine-left {
    z-index: 2;
    height: 430px;
    margin: auto;
}
.wine-block-item-2 {
    display: flex;
    justify-content: center;
}
.map {
    width: 100%;
    padding-top: 53%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: none;
    background-position: center;
}
.map-block-content {
    position: relative;
    width: 100%;
}
.map-info {
    position: absolute;
    top: 0;
    width: 463px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 4px 50px f0f0f0;
    border-radius: 20px;
}
.map-content {
    max-width: 650px;
    margin: auto;
}
a,
a:focus,
a:hover {
    outline: 0;
    border: none;
    text-decoration: none;
    color: inherit;
}
.contact-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #9b2242;
    font-family: Cormorant, sans-serif;
}
.footer-logo img {
    width: 33px;
    margin: auto;
}
.footer-logo .domain {
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
}
.footer-logo .domain .moldova-wine {
    font-size: 12px;
    line-height: 14px;
}
.footer-parent {
    padding: 0;
    background: #fff;
    display: block;
    box-shadow: 0 -44px 40px #fafafa;
}
.footer {
    display: flex;
    justify-content: space-between;
    margin: auto 0;
    width: 100%;
}
.footer .left-child a {
    transform: scale(1);
}
.footer-menu {
    display: flex;
    flex-flow: wrap;
    padding: 0 10px;
}
.rights-reserved {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    opacity: 0.7;
    padding-top: 10px;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    margin-top: -15px;
}
.pdf-parent {
    width: max-content;
    padding: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: #333;
    border-radius: 20px;
    color: #fff;
}
.download-pdf {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 5px;
    padding-top: 1px;
    font-family: "PT Sans", sans-serif;
}
.center-child,
.left-child,
.right-child {
    margin: auto 0;
}
.right-child {
    cursor: pointer;
}
.languages-parent {
    width: 55px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    z-index: 100;
    padding: 0 15px;
    margin: 35px 0;
    box-shadow: none;
}
.logo-container {
    display: flex;
    margin: auto;
    padding: 120px 0 100px;
    transition: all 1s ease-in-out;
}
.logo-container .logo img {
    display: flex;
    margin: auto;
}
.languages-arrow {
    transform: rotate(90deg);
    position: absolute;
    top: 4px;
    right: -2px;
    font-size: 16px;
    font-family: monospace;
    font-weight: 700;
    cursor: pointer;
    color: #333;
}
.english,
.germain,
.romanian {
    font-size: 20px;
    line-height: 21px;
    color: #0d2d4a;
}
.language {
    position: relative;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: "PT Sans", sans-serif;
}
.block-language {
    display: block;
    padding: 2px 0;
}
.languages hr {
    margin: 5px 0 0 -7px;
    width: 35px;
}
.mobile {
    display: none;
}
.logo {
    display: grid;
    width: max-content;
}
.domain-footer {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
}
.la-prut-footer {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
}
.about-moldova a,
.about-winery a,
.contacts a,
.history a,
.register a {
    padding: 0 15px;
    text-decoration: none;
    color: #333;
    margin: auto;
}
.left-child a,
.logo-container a {
    padding: 15px;
    text-decoration: none;
    color: #333;
    transform: scale(1.3);
}
.about-moldova a:hover,
.about-winery a:hover,
.contacts a:hover,
.history a:hover,
.left-child a:hover,
.logo-container a:hover,
.register a:hover {
    text-decoration: none;
    color: #333;
}
.about-moldova a:hover,
.about-winery a:focus,
.contacts a:focus,
.history a:focus,
.left-child a:focus,
.logo-container a:focus,
.register a:focus {
    text-decoration: none;
    color: #333;
}
.about-moldova-block,
.about-winery-block {
    background: 0 0;
}
.footer-parent {
    padding: 15px 66px;
}
.content-width {
    max-width: 750px !important;
}
.hamburger-parent {
    display: none;
}
.language-arrow-img {
    width: 20px;
}
.p-tb-20 {
    padding: 20px 0;
    color: #0d2d4a;
    opacity: 0.6;
    font-weight: 700 !important;
}
.timeline-block {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.timeline-title {
    max-width: 800px;
}
.main-timeline {
    display: flex;
    border-top: 16px solid #ededed;
    padding: 0 60px;
}
.single-timeline-item {
    width: 20%;
    padding: 0 15px;
}
.timeline-point img {
    width: 50px;
    height: 50px;
    margin-top: -35px;
}
.timeline-period {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #9b2242;
}
.timeline-info {
    color: #0d2d4a;
    margin: 33px 0 22px;
    text-align: initial !important;
}
.content-piece {
    margin: 20px 0;
    display: flex;
}
.new-line {
    margin-left: 15px;
}
.map-block {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.wine-quote {
    padding: 12px 0 40px;
}
.title {
    max-width: 650px;
}
.flavor-title {
    margin: auto;
}
.flavor-subtitle {
    color: #9b2242;
    text-align: center;
    max-width: 650px;
    margin: auto;
}
.interested-by {
    font-size: 26px;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    color: #0d2d4a;
}
.interested-block {
    display: flex;
    justify-content: space-around;
    max-width: 750px;
    margin: auto;
}
.interested-point {
    font-size: 23px;
}
.country-contact-block {
    display: flex;
}
.single-contact {
    padding: 20px;
    width: 100%;
}
.contact-parent {
    width: 33.33%;
    padding: 0 10px;
    display: flex;
}
.contact-country {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #0f2522;
    padding-bottom: 21px;
}
.contact-address {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0f2522;
    mix-blend-mode: normal;
    opacity: 0.7;
    padding-bottom: 10px;
}
.contact-phone {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0f2522;
    mix-blend-mode: normal;
    opacity: 0.7;
    padding-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
.contact-mail {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0f2522;
    mix-blend-mode: normal;
    opacity: 0.7;
    cursor: pointer;
    width: 100%;
}
.align-center {
    display: flex;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .footer-parent {
        padding: 0 20px;
    }
    .occupation {
        font-size: 60px;
        line-height: 64px;
        margin-top: -30px;
        font-weight: 900;
    }
    .go-to-register {
        bottom: 20px;
    }
    .footer-parent {
        padding: 15px 66px;
    }
}
.parent-image-l,
.parent-image-r {
    min-height: 370px !important;
}
@media (max-width: 1082px) {
    .nav-menu {
        display: none;
    }
    .hamburger-parent {
        display: block;
        position: relative;
    }
}
@media (max-width: 991px) {
    .parent-image-l,
    .parent-image-r {
        min-height: 260px !important;
    }
    .content-width {
        max-width: 100% !important;
    }
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .domain {
        font-size: 12px;
        line-height: 18px;
    }
    .moldova-wine {
        font-size: 8px;
        line-height: 9px;
    }
    .languages-parent {
        position: relative;
    }
    .contact-link {
        font-size: 20px;
    }
    .underline-animation,
    .underline-animation:after,
    .underline-animation:focus,
    .underline-animation:hover,
    .underline-on-scroll {
        border: none;
        transform: none;
    }
    .underline-on-scroll {
        font-weight: 700;
    }
    .first-level {
        display: block;
        text-align: center;
        margin: 0;
    }
    .occupation {
        font-size: 54px;
        line-height: 56px;
        padding: 10px;
    }
    .go-to-register {
        bottom: 15px;
    }
    .register-arrow {
        transform: scale(0.8);
    }
    .our-register {
        padding-bottom: 4px;
    }
    .logo-container {
        justify-content: space-around;
        padding: 60px 20px 40px 20px;
    }
    .languages-parent {
        width: 74px;
        margin-top: 10px;
    }
    .languages {
        padding-right: 15px;
    }
    .languages-arrow {
        right: 9px;
    }
    .relative-container {
        position: relative;
        margin: 0 auto;
    }
    .languages hr {
        width: 56px;
    }
    .nav-menu {
        justify-content: center;
        margin-top: 100px;
        padding-right: 0;
    }
    .header {
        position: relative;
        display: block;
    }
    .customs-info-l,
    .customs-info-r,
    .parent-image-l,
    .parent-image-r {
        padding: 0;
    }
    .location-block {
        margin-top: 0;
    }
    .second-customs-item {
        display: flex;
    }
    .wine-block-item,
    .wine-block-item-5 {
        margin-top: 0;
        padding: 0 15px;
    }
    .wine-left {
        position: relative;
        top: 0;
    }
    .wine-info-l,
    .wine-info-r {
        z-index: 1;
    }
    .wine-block-item-2 {
        padding: 0 15px;
    }
    .location-block {
        padding: 10px 0 15px;
    }
    .map {
        padding-top: 52%;
        margin: 0;
    }
    .contact-name {
        font-size: 16px;
    }
    .desktop {
        display: none;
    }
    .footer-parent {
        padding: 20px 0;
        height: auto;
    }
    .footer,
    .footer-menu {
        display: block;
        text-align: center;
    }
    .pdf-parent {
        margin: 30px auto 40px;
    }
    .footer .left-child .logo {
        padding-bottom: 30px;
    }
    .footer-menu .about-moldova,
    .footer-menu .about-winery,
    .footer-menu .contacts,
    .footer-menu .history,
    .footer-menu .register {
        padding-bottom: 10px;
    }
    .mobile {
        display: block;
    }
    .rights-reserved {
        padding: 0;
    }
    .about-moldova,
    .about-winery,
    .contacts,
    .history,
    .register {
        opacity: 0.8;
    }
    .underline-on-scroll {
        border: none;
        opacity: 1;
    }
    .about-moldova,
    .about-winery,
    .contacts,
    .history,
    .register {
        margin: auto 0;
    }
    .footer-logo {
        justify-content: center;
    }
    .map-info {
        position: relative;
        top: 0;
        width: 100%;
        padding: 15px;
        background: 0 0;
        box-shadow: none;
        border-radius: 0;
    }
    .map-content-block {
        padding: 0 15px;
    }
    .main-timeline {
        display: grid;
        border: none;
    }
    .single-timeline-item {
        border-left: 16px solid #ededed;
        position: relative;
        width: initial;
    }
    .timeline-point img {
        position: absolute;
        top: 32px;
        left: -33px;
    }
    .timeline-info {
        margin: 0 0 22px;
    }
    .timeline-block {
        width: initial;
        position: initial;
        margin-left: initial;
        left: initial;
        margin-bottom: 50px;
    }
    .country-contact-block {
        display: grid;
    }
    .contact-parent {
        width: 300px;
        padding: 0 10px;
        margin: 10px auto;
    }
    .flavor-subtitle {
        font-size: 24px;
        line-height: 34px;
        padding: 0;
    }
    .interested-by {
        font-size: 22px;
        padding-bottom: 0;
    }
    .flavor-title {
        padding: 0 0 32px;
    }
}
@media (max-width: 991px) {
    .parent-image-l,
    .parent-image-r {
        min-height: auto !important;
        padding: 0 !important;
    }
    .map-content-block {
        padding: 0 15px;
    }
    .customs-image {
        padding-top: 65%;
    }
    .customs-and-traditions-block,
    .wine-block {
        padding: 0;
        margin: 0;
    }
    .contact-href {
        justify-content: initial;
    }
    .wine-block-item,
    .wine-block-item-2 {
        padding: 0 15px;
    }
    .contact-row {
        display: block;
    }
    .wine-block-item,
    .wine-block-item-5 {
        margin-top: 0;
        padding: 0 15px;
    }
    .custom-container {
        padding: 0 !important;
    }
    .interested-item {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .interested-block {
        display: grid;
    }
    .country-contact-block {
        margin-bottom: 50px;
    }
}
@media (max-width: 420px) {
    .occupation {
        font-size: 34px;
        line-height: 44px;
    }
    .first-level {
        margin: 0;
    }
    .about-moldova a,
    .about-winery a,
    .contacts a,
    .history a,
    .register a {
        padding: 5px 5px 0;
        margin: 0;
        text-decoration: none;
    }
    .contact-parent {
        width: 100%;
        margin: 10px auto;
        padding: 0 15px;
    }
}
.active-hamburger {
    height: 100vh;
    overflow: hidden;
    transition: all 5s ease-in-out;
}
.active-nav {
    display: grid;
}
#hamburger-icon {
    width: 100px;
    height: 30px;
    position: relative;
    display: block;
    margin: 30px 30px 0 30px;
    z-index: 10000;
}
#hamburger-icon .line {
    display: block;
    background: #333;
    width: 44px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
    top: 0;
}
#hamburger-icon .line.line-2 {
    top: 50%;
}
#hamburger-icon .line.line-3 {
    top: 100%;
}
#hamburger-icon:focus .line-1,
#hamburger-icon:hover .line-1 {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
}
#hamburger-icon:focus .line-3,
#hamburger-icon:hover .line-3 {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
}
#hamburger-icon.active .line-1 {
    transform: translateY(5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(5px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
    opacity: 0;
}
#hamburger-icon.active .line-3 {
    transform: translateY(-25px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-25px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-25px) translateX(0) rotate(-45deg);
}
h1 {
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #95a5a6;
    margin: 0.5em 1.5em;
    display: inline-block;
}
a:focus,
a:hover {
    color: #ecf0f1;
}
.overflow-hidden {
    overflow: hidden;
}
.display-none {
    display: none;
}
.scroll-desk-header {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: padding 1s ease-in-out;
}
.title-font {
    font-family: Cormorant, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #333;
    max-width: 700px;
    margin: auto;
    padding: 40px 0;
    font-size: 54px;
    line-height: 60px;
}
.subtitle-font {
    font-family: Cormorant, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 36px;
    color: #9b2242;
    padding-bottom: 10px;
}
.content-font {
    font-size: 20px;
    line-height: 32px;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0d2d4a;
    text-align: justify;
}
.subtitle-font-2 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 36px;
    text-align: center;
    color: #9b2242;
    max-width: 650px;
    margin: auto;
}
.block-separator {
    margin-bottom: 50px;
}
.sm-separator {
    margin-bottom: 30px;
}
.lg-separator {
    margin-bottom: 80px;
}
.bold {
    font-weight: 700;
}
.map-content {
    max-width: 650px;
    justify-content: center;
    display: grid;
}
.main-timeline {
    margin: 0 !important;
}
.line-separator {
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .wine-left {
        height: 300px;
    }
    .content-font {
        font-size: 18px;
        line-height: 24px;
    }
    .title-font {
        font-size: 48px;
        line-height: 54px;
    }
    .subtitle-font,
    .subtitle-font-2 {
        font-size: 28px;
        line-height: 34px;
    }
    .top-bg {
        height: 75vh;
    }
    .occupation {
        margin-top: -60px;
    }
}
@media (max-width: 767px) {
    .title-font {
        font-size: 32px;
        line-height: 38px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .subtitle-font,
    .subtitle-font-2 {
        font-size: 24px;
        line-height: 28px;
    }
    .subtitle-font-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lg-separator {
        margin-bottom: 20px;
    }
    .second-customs-item {
        display: block;
    }
    .customs-info-l,
    .customs-info-r,
    .parent-image-l,
    .parent-image-r {
        margin-bottom: 20px;
    }
    .customs-block-item {
        display: block;
    }
    .parent-image-r {
        margin-bottom: 20px;
    }
    .second-customs-item {
        flex-flow: column-reverse;
        display: flex;
    }
    .block-separator {
        margin-bottom: 20px;
    }
    .wine-block-item {
        flex-flow: column-reverse;
    }
    .wine-image-l,
    .wine-image-r {
        margin: 20px;
    }
    .wine-block-item-2 {
        flex-flow: column;
    }
    .wine-info-l,
    .wine-info-r {
        padding: 0;
    }
    .winery-2 {
        flex-flow: column;
    }
}
