.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: grab;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

#detail-wine{
    position: relative;
}

/*#wines .conproduct.btl_ img{*/
/*   transform: translateX(21px);*/
/*}*/

#visit-us article a{
    /*text-decoration: underline;*/
    color: #EF5413;
}

/*RESPONSIVE*/

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

* {
    font-display: swap;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    font-weight: 500;
    font-size: 15px;
    color: #2E2E2E;
}

h1,
h2,
h3,
h4{
    font-family: 'Vidaloka', serif;
    font-weight: normal;
    line-height: 70px;
    font-size: 80px;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.flex,
.theMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
}

.c-flex {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.c-relative {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bgcover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.grecaptcha-badge{
    display: none;
}

textarea,
button,
input{
    border-radius: 0px;
    background: none;
    box-shadow: none;
    border: 0px;
}

textarea:focus,
select:focus,
button:focus,
input:focus,
*:focus {
    outline: none;
}

.container {
    width: calc(100% - 60px);
    max-width: 1239px;
    margin: 0 auto;
}

.scontainer {
    width: calc(100% - 60px);
    max-width: 1099px;
    margin: 0 auto;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.b-lazy,
.b-lazy-slide {
    -webkit-transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
        transition: filter 0.5s ease-in-out;
            filter: blur(5px);
}

.b-lazy.b-loaded,
.b-lazy-slide.b-loaded {
    filter: blur(0px);
}

.d-none {
    display: none !important;
}

#home {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

#home .slide-container{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#home .slide-container img{
    height: 100vh;
}

#home .container {
    justify-content: space-between;
    position: absolute;
    flex-wrap: wrap;
    bottom: 100px;
    color: white;
    right: 0;
    left: 0;
}

#home .container h1 {
    max-width: 385px;
}

.head-desc {
    width: calc(100% - 385px);
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.head-desc p {
    text-shadow: 1px 3px 3px #181819;
    margin-bottom: 20px;
    max-width: 500px;
}

.head-desc p:last-of-type {
    margin: 0;
}

.gdown {
    transform: translateX(-50%) rotate(-90deg);
    padding-right: 20px;
    position: absolute;
    cursor: pointer;
    display: block;
    bottom: 30px;
    z-index: +1;
    left: 50%;
}

.gdown .vrw {
    -webkit-animation: bounce-down 1.8s infinite;
    -moz-animation: bounce-down 1.8s infinite;
    -o-animation: bounce-down 1.8s infinite;
        animation: bounce-down 1.8s infinite;
}

.gdown .vrw::before,
.gdown .vrw::after {
    background-color: white;
    width: 3px;
}

@-webkit-keyframes bounce-down {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(20px);
    }

    60% {
        -webkit-transform: translateX(5px);
    }
}

@-moz-keyframes bounce-down {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(20px);
    }

    60% {
        -moz-transform: translateX(5px);
    }
}

@-o-keyframes bounce-down {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateX(0);
    }

    40% {
        -o-transform: translateX(20px);
    }

    60% {
        -o-transform: translateX(5px);
    }
}

@keyframes bounce-down {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(20px);
    }

    60% {
        transform: translateX(5px);
    }
}

.cmn-btn {
    background-color: #EF5413;
    letter-spacing: 0.1px;
    padding: 10px 28px;
    line-height: 25px;
    margin-top: 25px;
    font-size: 15px;
    display: block;
}

#home .cmn-btn {
    padding: 8px 35px 10px;
    width: max-content;
    font-size: 15px;
    margin-top: 0;
}

.head-button{
    align-items: center;
    margin-top: 25px;
    display: flex;
}

.slide-nav{
    margin-left: 20px;
}

.slide-nav .slick-arrow{
    color: transparent;
    position:relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px;
    height: 35px;
    width: 18px;
}

.slide-nav .slick-arrow:before,
.slide-nav .slick-arrow:after {
    content: '';
        transform: rotate(45deg) translateX(-50%);
        background-color: #FFFFFF;
        position: absolute;
        display: inherit;
        height: 50%;
        width: 2px;
        left: 50%;
        top: 4px;
}

.slide-nav .slick-arrow:after {
    transform: rotate(-45deg) translateX(-50%);
    bottom: 4px;
    top: auto;
}

.slide-nav .slick-arrow:last-child{
    transform: rotate(180deg);
}

.head-sosmed{
    align-items: center;
    margin-top: 25px;
}

.head-sosmed a {
    margin-left: 15px;
    display: block;
    height: 20px;
    width: auto;
}

.head-sosmed a img {
    display: block;
    height: 100%;
    width: auto;
}

#home .logo {
    transform: translateX(-50%);
    position: absolute;
    width: 100px;
    z-index: +1;
    left: 50%;
    top: 50px;
}

#home .logo img {
    max-width: 100%;
}

.burger {
    right: calc((100vw - 1239px) / 2);
    border-bottom: 3px solid #FF5000;
    border-top: 3px solid #FF5000;
    position: absolute;
    display: block;
    height: 20px;
    z-index: +1;
    width: 40px;
    top: 70px;
}

.burger::after {
    content: '';
        transform: translateY(-50%);
        background-color: #FF5000;
        position: inherit;
        display: inherit;
        height: 3px;
        width: 30px;
        top: 50%;
}

#aww {
    padding: 76px 0 81px;
    overflow: hidden;
}

#aww h2 {
    line-height: 40px;
    font-size: 40px;
    color: #EF5413;
    width: 250px;
}

.award-slider {
    width: calc(100% - 250px);
    position: relative;
    overflow: hidden;
    height: 130px;
}

.crow {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
        position: absolute;
        height: 100%;
        width: 110px;
        z-index: +1;
        left: 0;
        top: 0;
}

.crow:last-child {
    transform: rotate(180deg);
    left: auto;
    right: 0;
}

.each-award {
    margin: 0 25px;
    display: block;
    height: 130px;
    width: auto;
}

.each-award img {
    display: block;
    height: 100%;
    width: auto;
}

.vrw {
    position: relative;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 18px;
}

.vrw::before,
.vrw::after {
    content: '';
        transform: rotate(45deg) translateX(-50%);
        background-color: #BCBCBC;
        position: absolute;
        display: inherit;
        height: 50%;
        width: 2px;
        left: 50%;
        top: 4px;
}

.vrw::after {
    transform: rotate(-45deg) translateX(-50%);
    bottom: 4px;
    top: auto;
}

#aboutus {
    margin-bottom: 80px;
}

.each figure {
    background-color: grey;
    min-height: 400px;
    overflow: hidden;
    width: 700px;
    height: auto;
}

.each.oleng,
.each:nth-child(2n) {
    flex-direction: row-reverse;
}

.each figcaption {
    width: calc(100% - (700px + 140px));
    padding: 60px 70px;
    display: block;
}

.each figcaption h2 {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 40px;
    color: #EF5413;
}

.cmn-tit {
    margin-bottom: 51px;
}

.cmn-tit h2 {
    text-transform: uppercase;
    margin-right: 25px;
    line-height: 40px;
    font-size: 40px;
    color: #EF5413;
    min-width: max-content;
}

.cmn-tit::after {
    content: '';
        width: 100%;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
            background-color: #BCBCBC;
            position: relative;
            height: 1px;
            top: 19px;
}

.con-gale {
    justify-content: space-between;
    flex-wrap: wrap;
}

.con-gale a {
    padding-top: calc((100% - 10px) / 4);
    width: calc((100% - 30px) / 4);
    background-color: grey;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: block;
}

.con-gale a img {
    transition: transform .6s cubic-bezier(.76, .09, .215, 1);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.con-gale a:hover img {
    transform: scale(1.1);
}

.byg {
    width: calc((100% - 30px) / 4);
    display: block;
    height: 0px;
    opacity: 0;
}

#galery {
    margin-bottom: 90px;
}

#store,
#vineyard {
    background-color: grey;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

#store figcaption,
#vineyard figcaption {
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    max-width: 900px;
    color: white;
    width: 100%;
    left: 50%;
}

#store figcaption h2,
#vineyard figcaption h2 {
    text-shadow: 3px 7px 7px #18181982;
    margin-bottom: 50px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 90px;
    font-size: 80px;
}

#vineyard figcaption h2 {
    letter-spacing: 0.5px;
    line-height: 160px;
    font-size: 150px;
    margin-bottom: 0;
}

#contact-us {
    background-color: white;
    padding: 120px 0 100px;
}

#contact-us .container {
    justify-content: space-between;
}

.coninfo {
    text-transform: uppercase;
    max-width: 500px;
    width: 50%;
}

.coninfo * {
    font-family: 'Roboto', sans-serif;
    display: block;
}

.coninfo h3 {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
}

.coninfo .item:last-of-type {
    margin-top: 50px;
}

.coninfo a {
    margin-bottom: 8px;
}

#contact-us form {
    text-align: right;
    max-width: 570px;
    width: 50%;
}

#contact-us form h2 {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 40px;
    color: #EF5413;
}

#contact-us form input,
#contact-us form textarea {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #282828;
    letter-spacing: 0.38px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 11px 10px;
    line-height: 20px;
    font-size: 15px;
    width: 100%;
}

#contact-us form textarea {
    height: 100px;
}

#contact-us button {
    transform: translateX(-100%);
    text-transform:uppercase;
    letter-spacing: 0.45px;
    border-radius: 5px;
    position: relative;
    padding: 8px 51px;
    margin-top: 10px;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    color: white;
    left: 100%;
}

#contact-us p{ 
    color: rgba(255, 51, 51, 1);
    margin-top: 15px;
}

footer {
    background-color: #EF5413;
}

footer ul {
    padding: 50px 0 35px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer li a,
.fbot span {
    letter-spacing: 0.75px;
    color: white;
}

footer li {
       margin: 0 15px;
    font-size: 14px;
}

.fbot {
    justify-content: space-between;
    padding: 42px 0 55px;
}

footer .head-sosmed a {
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 0px;
}

#vineyard-content {
    padding: 150px 0 95px;
}

#vineyard-content .scontainer {
    justify-content: space-between;
}

.each-vc {
    width: calc((100% - 100px) / 2);
}

.each-vc li {
    border-bottom: 1px solid #EF5413;
    position: relative;
    padding: 33px 0;
    width: 100%;
}

.each-vc li:first-of-type {
    border-top: 1px solid #EF5413;
}

.each-vc li span {
    font-weight: 700;
    font-size: 25px;
    display: block;
}

.each-vc li span:last-of-type {
    font-size: 19px;
}

.each-vc li span:first-child {
    color: #EF5413;
}

.each-vc li a {
    position: absolute;
    display: block;
    height: 100%;
    width: 45px;
    right: 0;
    top: 0;
}

.each-vc li img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    max-height: 55px;
}

.vcdesc img {
    margin: 30px auto 50px;
    max-width: 400px;
    display: block;
}

.vcdesc p {
    letter-spacing: 0.07px;
    margin-bottom: 20px;
    line-height: 23px;
    font-weight: 400;
}

.flying-nav {
    transition: transform .6s cubic-bezier(.76, .09, .215, 1);
    transform: translateY(-105%);
    background-color: #EF5413;
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}

.flying-nav.actv {
    transform: translateY(0%);
}

.flying-nav .container {
    justify-content: space-between;
    height: 82px;
}

#logo img {
    height: 50px;
    width: auto;
}

.flying-nav ul a {
    transform: translateY(-50%);
    position: relative;
    font-weight: 700;
    display: block;
    color: white;
    top: 50%;
}

.flying-nav ul li {
    margin-left: 30px;
    font-size: 14px;
}

.slidemenu {
    transition: transform .9s cubic-bezier(.34, .615, .4, .985);
    transform: translateX(100%);
    background-color: #EF5413;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.slidemenu.actv {
    transform: translateX(0%);
}

.uwaw {
    transition: transform .9s cubic-bezier(.34, .615, .4, .985);
    transform: translateX(100%);
    background-color: white;
    transition-delay: 0s;
    height: 100%;
    width: 100%;
}

.actv .uwaw {
    transform: translateX(0%);
    transition-delay: .3s;
}

.smcontainer {
    max-width: 1040px;
    flex-wrap: wrap;
    width: 90%;
}

.slidemenu h2,
.slidemenu h3 {
    margin-bottom: 32px;
    font-size: 80px;
    display: block;
    color: #EF5413;
    width: 100%;
}

.slidemenu ul {
    margin-bottom: 60px;
    max-width: 950px;
    flex-wrap: wrap;
}

.slidemenu ul li {
    margin-bottom: 30px;
    margin-right: 50px;
    width: 150px;
}

.slidemenu ul li a {
    font-family: 'Roboto', sans-serif;
    min-width: max-content;
    font-weight: 700;
    font-size: 20px;
    color: #282828;
    display: block;
}

.slidemenu h3 {
    margin-bottom: 20px;
    line-height: normal;
    font-size: 30px;
}

.mn-ct {
    width: 50%;
}

.mn-ct h4 {
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
    color: #282828;
}

.mn-ct a {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.cls {
    position: absolute;
    cursor: pointer;
    right: 110px;
    height: 22px;
    width: 22px;
    z-index: +1;
    top: 70px;
}

.cls::before,
.cls::after {
    content: '';
        transform: translateY(-50%) rotate(-45deg);
        background-color: #EF5413;
        position: absolute;
        height: 3px;
        width: 100%;
        top: 50%;
}

.cls::after {
    transform: translateY(-50%) rotate(45deg);
}

.conproduct {
    justify-content: center;
    flex-wrap: wrap;
}

#wines {
    margin-top: 45px;
}

#wines .cmn-tit {
    margin-bottom: 100px;
}

.each-product {
    margin-bottom: 100px;
    text-align: center;
    cursor: pointer;
    width: 25%;
}

.each-product a {
    border-right: 2px dashed #BCBCBC;
    font-weight: bold;
    display: block;
}

.each-product:last-child a,
.each-product:nth-child(4n) a {
    border: none;
}

.each-product.box {
    width: calc((100% - 2px) / 3);
}

.each-product img {
    margin: 0 auto 20px;
    object-fit: contain;
    position: relative;
    max-width: 100%;
    display: block;
    height: 396px;
    width: auto;
}

.each-product.box img {
    transform: translateX(-50%);
    margin-bottom: 50px;
    height: 371px;
}

.each-detail {
    background-color: #E6E7E8;
    padding: 150px 0 160px;
    overflow: hidden;
}

.con-ed {
    justify-content: space-between;
    width: calc(100% - 60px);
    position: relative;
    max-width: 1239px;
    margin: 0 auto;
}

.caption-left {
    flex-direction: column;
    width: 450px;
    left: 0;
    top: 0;
}

.lef-1 h3 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
    color: #1A1818;
}

.left-2 {
    text-align: center;
    max-height: 310px;
    display: block;
    margin: 30px 0;
    height: auto;
    width: 100%;
}

.left-2 img {
    display:inline-block;
    max-height:100%;
    max-width:100%;
    height:auto;
    width:auto;
}

.left-3,
.uwu-mobile{
    justify-content: space-between;
    flex-wrap:wrap;
}

.left-3 p,
.uwu-mobile p{ width:auto; }
.left-3 p:last-child,
.uwu-mobile p:last-child {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height:1.68;
}

.wine-maker{
    margin-top: 20px;
}

.left-3 span,
.uwu-mobile span {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 25px;
    display: block;
    color: #EF5413;
}

.left-3 a,
.uwu-mobile a {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 50px;
    display: block;
}

.caption-right {
    width: 420px;
}

.caption-right h3 {
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #EF5413;
    margin-bottom: 18px;
    padding-top: 15px;
    line-height: 40px;
    margin-top: 35px;
    font-weight: 700;
    font-size: 25px;
    display: block;
    color: #EF5413;
    width: 100%;
}

.caption-right .uwu:first-child h3 {
    margin-top: 0px;
}

.uwu-mobile{ 
    display: none; 
}

.uwu p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 23px;
}

.uwu p span:first-child {
    font-weight: 700;
    display: block;
    width: 75px;
}

.obj {
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
}

.obj img {
    max-height: 715px;
    max-width: 250px;
}

.obj img.box{
    transform: scale(1.5);
}

#detail-wine .slick-dots,
#vineyard .slick-dots {
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    bottom: 100px;
    left: 50%;
}

#vineyard .slick-dots {
    bottom: 40px;
}

#detail-wine .slick-dots li *,
#vineyard .slick-dots li * {
    opacity: 0;
}

#detail-wine .slick-dots li,
#vineyard .slick-dots li {
    background-color: #6D6F72;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 5px;
    height: 5px;
    width: 5px;
}

#vineyard .slick-dots li {
    background-color: white;
}

#detail-wine .slick-dots li.slick-active,
#vineyard .slick-dots li.slick-active {
    background-color: transparent;
    transform: translateY(-30%);
    border: 2px solid #6D6F72;
    position: relative;
    height: 8px;
    width: 8px;
}

#detail-wine .slick-dots li.slick-active {
    border: 3px solid #6D6F72;
    height: 7px;
    width: 7px;
}

#vineyard .slick-dots li.slick-active {
    border-color: white;
}

#detail-wine .vrw {
    transform: translateY(-50%);
    position: absolute;
    left: 50px;
    top: 50%;
}

#detail-wine .vrw:last-of-type {
    transform: translateY(-50%) rotate(180deg);
    right: 50px;
    left: auto;
}

.flying-nav .burger {
    display: none;
}

.dist-desc {
    padding: 65px 0 40px;
}

.dist-desc p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 34px;
    max-width: 650px;
    font-weight: 700;
    font-size: 30px;
    margin: 0 auto;
    color: #FF6C00;
}

.co-dist {
    flex-wrap: wrap;
}

.each-dist {
    border-bottom: 1px solid #FF6C00;
    box-sizing: border-box;
    padding: 50px 0;
    width: 50%;

}

.each-dist:nth-child(even) {
    padding-left: 50px;
}

.each-dist h2,
.each-dist h3,
.each-dist p,
.each-dist a {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 25px;
    max-width: 514px;
    font-size: 22px;
    color: #242424;
    display: block;
}

.each-dist h3 {
    padding-top: 25px;
}

.each-dist h2 {
    margin-bottom: 25px;
    font-weight: 700;
    color: #FF6C00;
}

#subdis {
    position: relative;
    height: 580px;
}

#subdis h1 {
    text-shadow: 4px 6px 7px #18181982;
    line-height: 104px;
    text-align: center;
    position: relative;
    max-width: 800px;
    font-size: 90px;
    color: white;
    z-index: +1;
}

#subdis img {
    position: absolute;
    left: 0;
    top: 0;
}

.btn-dtl {
    font-family: 'Roboto', sans-serif;
    background-color: #FF6C00;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-align: center;
    line-height: 19px;
    font-weight: 700;
    margin-top: 40px;
    max-width: 200px;
    font-size: 13px;
    display: block;
    padding: 10px;
    color: white;
    width: 100%;
}

.btn-dtl:hover { 
    color: #FFFFFF; 
}

.each-vyd {
    display: block;
    height: 600px;
    width: 100vw;
}

#contact-us form input.errno,
#contact-us form textarea.errno {
    background-color: rgba(231, 81, 119, .1);
    border-color: #C51C1F;
    color: #C51C1F;
}

#thx {
    height: 100vh;
    width: 100%;
}

#thx .desc{
    margin-top: 30px;
}

#thx .cmn-btn {
    color: white;
}

.each figcaption p {
    font-weight: 400;
}

.fancybox-button--play {
    visibility: hidden;
    position: fixed;
    display: none;
}

.double-arw {
    cursor: pointer;
}

.double-arw .vrw {
    transform: rotate(90deg);
}

.double-arw .vrw:last-child {
    margin-top: -20px;
}

.double-arw .vrw::before,
.double-arw .vrw::after {
    background-color: white;
}

.mantap {
    position: relative;
    width: max-content;
    margin: 0 auto;
    display: block;
}

.mantap div {
    transform: translateY(-50%) translateX(calc(-100% - 21px));
    position: absolute;
    display: flex;
    top: 50%;
    left: 0;
}

.mantap div:last-child {
    transform: translateY(-50%) translateX(calc(100% + 21px));
    flex-direction: row-reverse;
    left: auto;
    right: 0;
}

.mantap div:last-child i {
    transform: rotate(180deg);
}

.mantap .vrw::before,
.mantap .vrw::after {
    background-color: white;
}

.mantap div i {
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-name: opacity;
    animation-delay: 1.4s
        opacity: 0;
}

.mantap div i:nth-child(2) {
    animation-delay: .7s;
}

.mantap div i:nth-child(3) {
    animation-delay: 0s;
}

@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(3px);
    }

    20% {
        transform: translateX(6px);
    }

    30% {
        transform: translateX(9px);
    }

    40% {
        transform: translateX(12px);
    }

    50% {
        transform: translateX(15px);
    }

    60% {
        transform: translateX(18px);
    }

    70% {
        transform: translateX(21px);
    }

    80% {
        transform: translateX(24px);
    }

    90% {
        transform: translateX(27px);
    }

    100% {
        transform: translateX(30px);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0.1;
    }

    10% {
        opacity: 0.2;
    }

    15% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.4;
    }

    25% {
        opacity: 0.5;
    }

    30% {
        opacity: 0.6;
    }

    35% {
        opacity: 0.7;
    }

    40% {
        opacity: 0.8;
    }

    45% {
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.8;
    }

    65% {
        opacity: 0.7;
    }

    70% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.4;
    }

    85% {
        opacity: 0.3;
    }

    90% {
        opacity: 0.2;
    }

    95% {
        opacity: 0.1;
    }

    100% {
        opacity: 0;
    }
}

.left-3 a i,
.uwu-mobile a i {
    transition: opacity .5s ease;
    font-style: normal;
    position: relative;
    padding-left: 20px;
    width: max-content;
    margin: 6px auto 0;
    font-size: 15px;
    display: block;
    opacity: 1;
}

.left-3 a:hover i,
.uwu-mobile a:hover i{
    opacity: .5;
}

.left-3 a i img,
.uwu-mobile a i img{
    transform: translateY(-50%);
    position: absolute;
    height: 13px;
    width: 13px;
    top: 50%;
    left: 0;
}

#ourstory .h-title{
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

#ourstory h2{
    text-transform: uppercase;
    font-size: 40px;
    color: #EF5413;
}

#ourstory article{
    margin: 0 auto 73px;
    text-align: center;
    font-weight: 400;
    max-width: 100%;
    width: 981px;
}

#teams .h-title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

#teams .h-title:before {
    content: '';
        background: #BCBCBC;
        position: absolute;
        margin-top: -0.5px;
        display: block;
        width: 100%;
        height: 1px;
        top: 50%;
}

#teams .h-title h2 {
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 30px;
    font-size: 40px;
    color: #EF5413;
    margin: 0 auto;
    z-index: 1;
}

#teams .conteams {
    flex-flow: wrap;
}

#teams .each-team {
    margin-bottom: 50px;
    text-align: center;
    width: 50%;
}

#teams .each-team .inner {
    padding: 0 30px;
}

#teams .each-team:first-child {
    width: 100%;
}

#teams .each-team:first-child .inner {
    margin: 0 auto;
    width: 50%;
}

#teams .each-team figure {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    height: 255px;
    width: 255px;
}

#teams .each-team .title {
    line-height: 24px;
    margin: 20px 0 0;
}

#teams .each-team h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

#teams .each-team em {
    font-weight: 700;
    display: block;
}

#teams .each-team .desc {
    margin: 20px auto 0;
    font-weight: 400;
    max-width: 100%;
    width: 500px;
}

#teams .each-team .desc a {
    color: #3677D3;
}

#winemaking {
    margin: 0 0 100px;
}

#winemaking .container {
    position: relative;
}

#winemaking article {
    position: absolute;
    bottom: 50px;
    top: 150px;
    left: 50%;
}

#winemaking article h2 {
    text-transform: uppercase;
    word-spacing: 100vw;
    line-height: 1.3em;
    font-size: 57px;
    color: #EF5413;
}

#winemaking article .desc {
    background: #FFFFFF;
    font-weight: 400;
    line-height: 2em;
    margin-top: 30px;
    padding: 30px;
}

#winemaking .figure {
    margin-bottom: 180px;
    position: relative;
    height: 880px;
    width: 60%;
}

#winemaking .m-title{
    display: none;
}

#winemaking .figure figure {
    position: absolute;
}

#winemaking .figure figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#winemaking .figure figure:first-child {
    max-width: 90%;
    bottom: 195px;
    width: 660px;
    left: 0;
    top: 0;
}

#winemaking .figure figure:nth-child(2n) {
    top: calc( 880px - 195px - ( 284px / 2 ) );
    max-width: 90%;
    height: 284px;
    width: 425px;
    left: 50px;
}

#winemaking .figure figure:nth-child(3n) {
    top: calc( 880px - 195px - 30px );
    max-width: 50%;
    height: 304px;
    width: 380px;
    right: 0;
}

#visit-us .h-title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

#visit-us .h-title:before {
    content: '';
        background: #BCBCBC;
        position: absolute;
        margin-top: -0.5px;
        display: block;
        width: 100%;
        height: 1px;
        top: 50%;
}

#visit-us .h-title h2 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 30px;
    font-size: 40px;
    color: #EF5413;
    margin: 0 auto;
    z-index: 1;
}

#visit-us .main-slide .item {
    position: relative;
    padding: 95px 0;
}

#visit-us .main-slide .overlay {
    position: absolute;
    opacity: 0.5;
    width: 40%;
    bottom: 0;
    right: 0;
    top: 0;
}

#visit-us .main-slide .inner{
    align-items: center;
    min-height: 609px;
    display: flex;
}

#visit-us .inner {
    position: relative;
}

#visit-us .m-title{
    display: none;
}

#visit-us article {
    padding: 30px 55% 30px 0;
    line-height: 1.5em;
    font-weight: 400;
}

#visit-us article h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 45px;
    color: #EF5413;
}

#visit-us article p {
    margin-bottom: 20px;
}

#visit-us figure {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    top: 0;
}

#visit-us .slick-arrow{
    background-repeat:no-repeat;
    background-position:center;
        transform:translateY(-50%);
        position:absolute;
        color:transparent; 
        cursor:pointer;
        line-height:0;
        height:100px;
        font-size:0;
        width:50px;
        z-index:1; 
        top:50%;
}

#visit-us .slick-prev{
    background-image:url('../img/arrow-left.svg');
    left: 100px;
}

#visit-us .slick-next{ 
    background-image:url('../img/arrow-right.svg');
    right: 100px;}

/*#visit-us .slick-prev,*/
#visit-us .slick-disabled{
    opacity:0.5;
}

#visit-us .thumb-slide {
    margin: 100px 0;
}

#visit-us .thumb-slide .container {
    flex-wrap: wrap;
}

#visit-us .thumb-slide .item {
    position: relative;
    width: 25%;
}

#visit-us .thumb-slide .item:before {
    content: '';
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
                border-color: transparent transparent #FF6C00 transparent;
                border-width: 0 30px 30px 30px;
                border-style: solid;
                position: absolute;
                margin-left: -30px;
                opacity: 0;
                top: -30px;
                left: 50%;
                height: 0;
                width: 0;
}

#visit-us .thumb-slide .inner {
    padding-top: 120%;
}

#visit-us .thumb-slide figure {
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out;
            width: 100%;
            bottom: 0;
            top: 0;
}

#visit-us .thumb-slide p {
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#visit-us .thumb-slide .active:before {
    opacity: 1;
}

#visit-us .thumb-slide .item:hover figure,
#visit-us .thumb-slide .active figure {
    background-color: #FF6C00;
}

#visit-us .thumb-slide .item:hover img,
#visit-us .thumb-slide .active img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
        filter: grayscale(100%);
            mix-blend-mode: multiply;
}

#visit-us .thumb-slide span {
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
            background-color: var(--bg-color);
            position: absolute;
            opacity: 1;
            bottom: 0;
            right: 0;
            left: 0;
            top: 0;
}

#visit-us .thumb-slide em {
    font-family: 'Vidaloka', serif;
    text-transform: uppercase;
    padding-bottom: 30px;
    word-spacing: 100vw;
    text-align: center;
    font-style: normal;
    font-size: 30px;
    color: #FFFFFF;
    z-index: 1;
}

.consnews {
    justify-content: space-between;
}

.consnews figure {
    margin-bottom: 20px
}
@media (max-width: 1280px) {
    #winemaking .figure {
        margin-bottom: 80px;
    }

    .container,
    .scontainer {
        max-width: 1079px;
    }

    .burger {
        right: calc((100vw - 1079px) / 2);
    }

    .each figure {
        width: 580px;
    }

    .each figcaption {
        width: calc(100% - (580px + 100px));
        padding: 60px 50px;
    }

    #teams .each-team figure{
        height: 200px;
        width: 200px;
    }

    .flying-nav ul li{
        margin-left: 40px;
    }

    #winemaking .figure figure:first-child {
        width: 620px;
    }

    #winemaking .figure figure:nth-child(2n) {
        top: calc( 800px - 195px - ( 266px / 2 ) );
        max-width: 90%;
        height: 266px;
        width: 400px;
        left: 50px;
    }

    #winemaking .figure figure:nth-child(3n) {
        top: calc( 800px - 195px - 30px );
        max-width: 50%;
        height: 286px;
        width: 357px;
        right: 0;
    }
}

@media (max-width: 1150px) {
    .each-detail {
        padding: 80px 0 110px;
    }

    .obj {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: static;
        transform: none;
        display: flex;
        width: 50%;
    }

    .con-ed {
        flex-wrap: wrap;
    }

    .caption-left {
        width: calc( 50% - 50px );
        padding-right: 50px;
        position: relative;
    }

    .left-3 {
        display: none;
    }

    .obj img {
        max-height: 570px;
        max-width: 200px;
    }

    .uwu p span:first-child{
        width: auto;
    }

    .uwu-mobile{
        margin-bottom: 30px;
    }

    .uwu-mobile p{
        text-align: left;
        display: block;
        margin: 0;
        width: 50%;
    }

    .uwu-mobile a{
        margin-top: 20px;
        max-width: 100%;
        width: 175px;
    }

    .caption-right {
        padding-top: 30px;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }

    .caption-right .uwu {
        box-sizing: border-box;
        width: 50%;
    }

    .caption-right .uwu-mobile{ 
        flex-wrap: wrap;
        display: flex; 
        width: 100%;
    }

    .caption-right h3 {
        margin-top: 0px;
    }

    .caption-right .lst_{
        text-align: center;
        width: 100%;
    }

    #detail-wine .slick-dots {
        bottom: 50px;
    }

    .left-2 {
        margin-bottom: 30px;
    }

    .btn-dtl{
        margin: 15px auto 0;
        max-width: 100%;
        font-size: 18px;
        padding: 30px 0;
        width: 350px;
    }
}

@media (max-width: 1024px) {
    #winemaking .figure {
        margin-bottom: 80px;
        position: relative;
        height: 780px;
        width: 60%;
    }

    #winemaking .figure figure:first-child{
        bottom: 150px;
    }

    #winemaking .figure figure:nth-child(2n) {
        top: calc( 780px - 150px - ( 250px / 2 ) );
        max-width: 90%;
        height: 250px;
        width: 300px;
        left: 50px;
    }

    #winemaking .figure figure:nth-child(3n) {
        top: calc( 780px - 150px - 30px );
        max-width: 50%;
        height: 200px;
        width: 357px;
        right: 0;
    }
}

.paging {
    text-align: center;
}
@media (max-width: 991px) {
    #subdis h1 {
        line-height: 94px;
        font-size: 80px;
    }

    #wines,
    #aboutus {
        overflow-x: hidden;
        width: 100%;
    }

    .head-desc {
        margin-bottom: 25px;
        text-align: left;
        margin-top: 12px;
        display: block;
        width: 100%;
    }

    .container,
    .scontainer {
        max-width: calc(100% - 60px);
    }

    .burger {
        right: 30px;
    }

    #aww {
        justify-content: space-between;
    }

    .crow {
        width: 40px;
    }

    #aboutus .each {
        display: block;
    }

    .each figure {
        min-height: unset;
        width: 100%;
    }

    .each figure img {
        display: block;
    }

    .each figcaption {
        text-align: center;
        padding: 50px 0;
        width: 100%;
    }

    .each-product,
    .each-product.box {
        width: calc((100% - 1px) / 2);
    }

    /*.conproduct .each-product:nth-child(7) {*/
    /*    margin-right: 10px;*/
    /*}*/

    .conproduct {
        justify-content: space-between;
    }

    .each-product.box img {
        max-height: 250px;
    }

    .con-ed {
        width: calc(100% - 100px);
    }

    #vineyard figcaption h2 {
        line-height: 90px;
        font-size: 80px;
    }

    #store,
    #vineyard {
        height: 400px;
    }

    #vineyard-content {
        padding: 80px 0;
    }

    #vineyard-content .scontainer{
        flex-wrap: wrap;
    }

    .each-vc {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #EF5413;
        margin-bottom: -1px;
    }

    .each-vc li{ 
        width: calc( 50% - 10px );
        margin-right: 10px;
        padding: 15px 0;
    }

    .each-vc li:nth-child(2n){ 
        margin-left: 10px;
        margin-right: 0;
    }

    .each-vc li:first-of-type{
        border-top: none;
    }

    .each-vc li span,
    .each-vc li span:last-of-type{
        font-size: 16px;
    }

    .each-vc li img{
        max-height: 35px;
    }

    .vcdesc{
        display: block;
    }

    .vcdesc img {
        margin-top: 70px;
    }

    #store figcaption h2 {
        margin: 0 auto 45px;
        line-height: 60px;
        max-width: 600px;
        font-size: 50px;
    }

    .byg {
        width: calc((100% - 10px) / 2);
    }

    #galery {
        margin-bottom: 40px;
    }

    footer li {
        margin: 0;
    }

    footer ul {
        justify-content: space-between;
    }

    .fbot {
        padding: 35px 0;
    }

    footer ul {
        padding: 35px 0;
    }

    .flying-nav .burger {
        transform: translateY(-50%);
        border-color: white;
        position: relative;
        display: block;
        right: auto;
        top: 50%;
    }

    .flying-nav .burger::after {
        background-color: white;
    }

    .flying-nav ul {
        display: none;
    }

    .slidemenu ul li {
        margin-right: 42px;
        width: 130px;
    }

    .mn-ct {
        margin-bottom: 50px;
        width: 100%;
    }

    .caption-right .uwu.lst_ {
        text-align: center;
        width: 100%;
    }

    .btn-dtl {
        margin: 30px auto 0px;
    }

    #teams .each-team{ 
        width: 100%; 
    }

    #teams .each-team:first-child .inner{
        width: 100%;
    }

    #teams .each-team .inner{
        width: 100%;
        padding: 0;
    }

    #teams .each-team .desc{
        width: 700px;
    }

    #teams .each-team figure{
        height: 160px;
        width: 160px;
    }

    #teams .each-team:first-child figure{
        height: 200px;
        width: 200px;
    }

    .each-product:last-child a,
    .each-product:nth-child(2n) a {
        border: none;
    }

    #winemaking article h2{
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .gdown {
        transform: rotate(-90deg);
        bottom: 70px;
        right: 30px;
        left: auto;
    }

    .cls {
        right: 30px;
        top: 40px;
    }

    .smcontainer {
        padding: 100px 35px 50px;
        box-sizing: border-box;
        overflow-y: scroll;
        max-height: 100%;
        display: block;
        width: 100%;
    }

    .slidemenu h2,
    .slidemenu h3 {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .slidemenu ul li a {
        font-size: 18px;
    }

    .slidemenu ul li {
        margin-right: 0px;
        width: 50%;
    }

    .slidemenu ul {
        margin-bottom: 40px;
    }

    .mn-ct h4 {
        margin-bottom: 16px;
    }

    .mn-ct a {
        line-height: 20px;
        font-size: 13px;
    }

    #home .burger,
    #subdis .burger {
        right: 30px;
        top: 30px;
    }

    #home .head-sosmed {
        position: absolute;
        bottom: 70px;
    }

    #home .head-sosmed a{
        margin: 0 15px 0 0;
    }

    #home .head-sosmed a:last-child{
        margin-right: 0;
    }

    .head-button{
        margin-top: 50px;
    }

    #aww {
        overflow-x: hidden;
        display: block;
        width: 100vw;
    }

    #aww h2 {
        text-align: center;
        width: 100%;
    }

    .award-slider {
        margin-top: 50px;
        width: 100%;
    }

    #aww .crow {
        display: none;
    }

    #aww .slick-list {
        padding: 0 !important
    }

    .each figcaption {
        width: calc(100% - 60px);
        padding: 50px 30px;
    }

    #aboutus {
        margin-bottom: 20px;
    }

    #wines .cmn-tit {
        border-bottom: 80px;
    }

    .each-product.box img {
        max-height: 250px;
        max-width: 100%;
        height: auto;
    }

    #wines {
        padding-bottom: 0px;
    }

    #vineyard figcaption h2 {
        line-height: 65px;
        font-size: 55px;
    }

    #store,
    #vineyard {
        height: 300px;
    }

    #vineyard-content {
        padding-bottom: 0px;
        overflow-x: hidden;
        width: 100vw;
    }

    #home .logo {
        transform: none;
        width: 55px;
        left: 30px;
        top: 15px;
    }

    #store figcaption h2 {
        letter-spacing: 1px;
        line-height: 42px;
        font-size: 32px;
    }

    footer ul {
        flex-wrap: wrap;
    }

    footer ul li {
        margin-bottom: 15px;
        width: 50%;
    }

    .fbot {
        position: relative;
        display: block;
    }

    .double-arw {
        transform: translateY(-50%);
        width: max-content;
        position: absolute;
        cursor: pointer;
        opacity: .7;
        right: 0;
        top: 50%;
    }

    .fbot span {
        margin-top: 20px;
        display: block;
    }

    #vineyard-content .scontainer {
        width: calc(100% - 60px);
        padding-bottom: 30px;
    }

    .vcdesc img {
        width: 100%;
    }

    .con-ed {
        width: calc(100vw - 60px);
        justify-content: center;
        overflow-x: hidden;
    }

    .each-detail {
        width: 100vw;
    }

    #home .container h1,
    #subdis h1 {
        line-height: 48px;
        font-size: 46px;
    }

    .each-dist {
        width: 100%;
        margin: 0;
    }

    .head-desc p {
        margin-bottom: 10px;
        line-height: 23px;
        font-size: 13px;
    }

    #home .container {
        bottom: 60px;
    }

    .each-dist:nth-child(even) {
        padding-left: 0px;
    }

    .dist-desc p {
        max-width: calc(100% - 60px);
        line-height: 29px;
        font-size: 22px;
    }

    .each-dist h2,
    .each-dist h3,
    .each-dist p,
    .each-dist a {
        font-size: 20px;
    }

    #contact-us .container {
        flex-wrap: wrap;
    }

    .coninfo,
    #contact-us form {
        max-width: unset;
        width: 100%;
    }

    #contact-us form {
        text-align: center;
        margin-top: 80px;
    }

    #contact-us button {
        margin-bottom: 34px;
        position: static;
        transform: none;
        width: 100%;
    }

    #contact-us {
        padding: 45px 0 50px;
    }

    .coninfo .item{
        border-bottom: 1px solid #BCBCBC;
        padding-bottom: 40px;
    }

    .coninfo .item:last-of-type{
        padding-top: 40px;
        margin-top: 0;
    }

    .obj img {
        max-height: 552px;
        max-width: none;
    }

    #detail-wine .vrw {
        top: calc(380px / 2);
        z-index: +1;
        left: 25px;
    }

    #detail-wine .vrw:last-of-type {
        right: 25px;
    }

    #visit-us .main-slide .overlay{
        display: none;
    }

    .con-gale a {
        padding-top: calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }

    #winemaking article{
        top: 50px;
    }

    #winemaking .figure{
        width: 70%;
    }

    #winemaking .figure figure:nth-child(2n) {
        top: calc( 780px - 150px - ( 195px / 2 ) );
        height: 195px;
        width: 250px;
        left: 30px;
    }

    #winemaking .figure figure:nth-child(3n) {
        top: calc( 780px - 150px - 30px );
        max-width: 50%;
        height: 200px;
        width: 357px;
        right: 30px;
    }

    #visit-us .m-title{
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: 1.3em;
        text-align: center;
        font-size: 28px;
        color: #EF5413;
        display: block;
    }

    #visit-us .main-slide .inner{
        flex-wrap: wrap;
        display: flex;
    }

    #visit-us .main-slide article{
        padding-top: 30px;
        padding-right: 0;
        order: 1;
    }

    #visit-us .main-slide article h2{
        display: none;
    }

    #visit-us .main-slide figure{
        position: static;
        width: 100%;
        order: 0;
    }

    #visit-us .main-slide .item{
        padding: 0;
    }

    #visit-us .slick-arrow{
        /*display: none !important;*/
            top: 204px;
        background-color: white;
        height: 30px;
        width: 40px;
        background-size: 15px;
        -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.17);
        -moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.17);
        box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.17);
    }

    #visit-us .slick-next{
        right: 15px;
    }

    #visit-us .slick-prev{
        left: 15px;
    }



    #visit-us .thumb-slide{
        margin-bottom: 15px;
    }

    #visit-us .thumb-slide .container{
        max-width: 100%;
        width: 100%;
    }

    #visit-us .thumb-slide em{
        font-size: 20px;
    }

    .coninfo .item{ 
        align-content: flex-start;
        flex-wrap: wrap;
        display: flex;
    }

    .coninfo h3 {
        font-size: 18px;
        width: 200px;
        margin: 0;
    }

    .coninfo .link{
        width: calc(100% - 200px);
    }

    .coninfo a{
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    body{
        font-size: 14px;
    }

    #aboutus{
        max-width: 100%;
    }

    #winemaking{
        margin-bottom: 50px;
    }

    #winemaking .figure{
        height: 600px;
        width: 100%;
    }

    #winemaking .figure figure:first-child{
        max-width: 100%;
        width: 100%;
    }

    #winemaking article{
        position: static;
        margin-top: 30px;
    }

    #winemaking article .desc{
        padding: 0;
    }

    #winemaking .m-title{
        text-transform: uppercase;
        margin-bottom: 30px;
        line-height: 1.3em;
        text-align: center;
        font-size: 28px;
        color: #EF5413;
        display: block;
    }

    #winemaking article h2{ 
        display: none;
    }

    #winemaking .figure figure:nth-child(2n){
        top: calc( 600px - 150px - ( 195px / 2 ) );
    }

    #winemaking .figure figure:nth-child(3n){
        top: calc( 600px - 150px - 30px );
        right: 30px;
    }

    .coninfo .item{
        padding-bottom: 20px;
    }

    .coninfo .item:last-of-type{
        padding-top: 20px;
    }

    .coninfo h3 {
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 15px;
        margin-top: 0;
        width: 100%;
    }

    .coninfo .link{
        width: 100%;
    }

    .coninfo a {
        font-size: 12px;
    }

    #contact-us form{
        margin-top: 50px;
    }

    #store figcaption h2{
        margin-bottom: 25px;
        padding: 0 30px;
        font-size: 26px;
    }

    #vineyard-content{
        padding: 40px 0;
    }

    #visit-us .m-title{
        font-size: 19px;
    }

    #aww h2,
    .cmn-tit h2,
    #ourstory h2,
    #teams .h-title h2,
    #contact-us form h2,
    .each figcaption h2,
    #winemaking .m-title,
    #visit-us .h-title h2{
        font-size: 30px;
    }

    #home .container h1, 
    #subdis h1{
        line-height: 40px;
        font-size: 40px;
    }

    #home .container h1{
        text-shadow: 1px 3px 3px #181819;
    }

    #teams .h-title h2{
        line-height: 40px;
    }

    .each-vc li,
    .each-vc li:nth-child(2n){
        width: 100%;
        margin: 0;
    }

    .obj img{
        max-height: 350px;
    }

    .lef-1{
        font-size: 10px;
    }

    .lef-1 h3{
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .left-3 span, 
    .uwu-mobile span,
    .caption-right h3{
        font-size: 13px;
    }

    .caption-right h3{
        line-height: 24px;
    }

    .left-3 p, 
    .uwu-mobile p{
        font-size: 11px !important;
    }

    .uwu p{
        font-size: 12px;
    }

    .uwu-mobile a{
        margin-top: 0;
        font-size: 24px;
        width: 100px;
    }

    .uwu-mobile a i{
        font-size: 11px;
    }

    .btn-dtl{
        padding: 9px 30px;
        margin-top: 15px;
        font-size: 11px;
        width: auto;
    }

    #wines .cmn-tit{
        margin-bottom: 30px;
    }

    .conproduct{
        justify-content: center;
    }

    .each-product{
        margin-bottom: 50px;
    }

    .each-product img{
        height: 165px;
    }

    #wines{
        padding-bottom: 30px;
    }

    #teams .each-team h3{
        font-size: 18px;
    }

    #teams .each-team .desc{
        font-size: 14px;
    }

    .each figcaption{
        width:auto;
    }

    .head-desc p{
        font-size: 12px;
    }

    #ourstory article{
        margin-bottom: 50px;
    }

    /*#wines .conproduct.btl_ img{*/
    /*    transform: translateX(10px);*/
    /*}*/

    .slidemenu ul li a{
        font-size: 15px;
    }

    .slidemenu ul li{
        box-sizing: border-box;
        padding-right: 20px;
    }

    #visit-us .thumb-slide em{
        font-size: 13px;
        padding: 0;
        line-height: 23px;
    }

    #visit-us article p:last-of-type{
        margin-bottom: 0px;
    }

    #visit-us .main-slide article{
        padding-bottom: 0px;
    }

    #visit-us .thumb-slide{
        margin-top: 60px;
    }

    #visit-us .main-slide figure{
        height: 320px;
    }
}

@media (max-width: 375px) {
    #home .cmn-btn{ font-size: 12px; }
    .head-button{ justify-content: space-between; width: 100%; }
    .slide-nav .slick-arrow{ width: 25px; margin: 0 5px; }
    .gdown {
        margin-left: -17.5px;
        bottom: 20px;
        right: auto;
        left: 50%;
    }
}