.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body {
font-family: 'Manrope', sans-serif;
}

#topmenu {
font-family: 'Manrope', sans-serif;
    letter-spacing: 2px;
}

#copyright {
display: none;
}

#copyleft {
padding-top: 10px;
padding-bottom: 10px;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-height-fullscrn {
height: 100vh;
    position: relative;
}

.c-bg {
    background-size: cover;
    background-position: center;
}


.notloggedin .c-logo-design {
    position: fixed;
    width: 10vw;
    left: 5%;
    height: 100%;
z-index: 9999;
}

.loggedin .c-logo-design {
    position: relative;
    width: 10vw;
    left: 0;
    height: 10vw;
}

@media (max-width: 768px) {
.notloggedin .c-logo-design {
display: none;
}
}

.c-mylogo {
    position: absolute;
    top: 3%;
    height: 10vw;
    z-index: 500;
}

.c-mylogo img {
    width: 100%;
    height: auto;
}


.notloggedin #topmenu {
    position: fixed;
    top: 30px;
}

.loggedin #topmenu {
    position: relative;
    top: 0;
}


/* DOTTED LINE ANIMATION */

:root {
    --dots-gap: 10px;
}

.c-bgline:after, .c-bgline:before {
    content: "";
    position: absolute;
    top: -10vh;
    left: 42px;
    bottom: 0;
    opacity: .84;
    z-index: 11;
    background-image: linear-gradient(white 20%,transparent 0);
    background-size: 100% 10px;
    background-position: 0 0;
    -webkit-animation: movebg .2s linear infinite;
    animation: movebg .2s linear infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    will-change: transform;
    width: 2px;
    height: 120vh;
    pointer-events: none;
    touch-action: none;
}

.c-bgline {
    left: 0;
    top: 0;
    width: 10vw;
    position: absolute;
    transition: width .5s ease-in-out;
}


.c-bgline:after, .c-bgline:before {
    left: 50%;
    top: 0;
    pointer-events: auto;
    touch-action: auto;
}

.c-bgline:after {
top: 0;
    height: 6vw;
    animation-direction: reverse;
}

.c-bgline:before {
top: 10vw;
}


@keyframes movebg {
0%{transform:translateZ(0)}
to{transform:translate3d(0,10px,0); transform:translate3d(0,var(--dots-gap),0)}}

/* DATE FIXED */

.c-date {
    position: fixed;
    top: 5.5%;
    right: 5%;
    background-color: white;
    padding: 10px;
    text-align: center;
    font-size: 12px;
z-index: 99;
    border: 1px solid #a77653;
}

.c-date div {
margin: 5px;
}

.c-sp-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-sp-text img {
width: 70vw;
height: auto;
}


/* DIVIDER */

.c-divider-container {
    position: relative;
    min-height: 370px;
}
.c-divider {
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
max-width: 800px;
margin: auto;
}


/* TITLES */

.c-title-1 {
    font-family: 'Bona Nova', serif;
font-size: 30px;
letter-spacing: 2px;
margin-bottom: 0px;
}

.c-title-2 {
    font-family: 'Bona Nova', serif;
font-size: 20px;
letter-spacing: 2px;
margin-bottom: 0px;
}

.c-title-line {
    height: 1px;
    background-color: #c3cbd0;
    max-width: 100px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* BOXES */

.c-box-height {
position: relative;
height: 100%;
}

.c-box-inner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
.c-box-inner {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}
}

/* BUTTONS */

.c-button-1 {
  display: inline-block;
  padding: 15px 25px;
font-size: 14px;
  color: #a77653;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  border: 1px solid #a77653;
  text-align: center;
    letter-spacing: 4px;
  text-transform: uppercase;
  transition: 0.5s;
}

.c-button-1:hover {
  background-color: #a77653;
  border: 1px solid #a77653;
color: white;
}


/* ELEMENTS */

.c-element-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.c-element-1 img {
width: 15vw;
max-width: 300px;
    height: auto;
    opacity: 0.2;
}

@media (max-width: 768px) {
.c-element-1 img {
width: 25vw;
}
}

.c-padding-top {
padding-top: 100px;
}

.c-padding-bottom {
    padding-bottom: 100px;
}.c-newlogo {
    background-image: url('/cache/files/b4de097c7c06633f5da3ed2885d0ddd6c334e52c.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/b4de097c7c06633f5da3ed2885d0ddd6c334e52c.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/b4de097c7c06633f5da3ed2885d0ddd6c334e52c.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

.mobile-header {
    height: auto;
    min-height: 120px;
}/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}.notloggedin #topmenu, .notloggedin #topbanner, .pagetitle {
display: none;
}

.c-title {
    font-size: 30px;
    font-weight: 800;
    color: #c15ea3;
}

.c-main-liveloula-container p {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 390px;
    font-size: 18px;
    transform: translateY(-50%);
    z-index: 9;
}

/* CUSTOM MENU */

.c-menu {
    width: auto;
    display: flex;
    position: absolute;
    top: 80px;
    left: calc(5% + 100px);
    font-size: 20px;
    font-weight: 500;
    z-index: 999;
    width: 510px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

.c-menu-section {
    margin-right: 15px;
    margin-left: 15px;
    transition: 3s;
}

.c-menu a {
color: #c6a1cb;
text-decoration: none;
}

/* ARROW GO DOWN */

.c-move-arrow-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.c-arrow-border {
    padding: 20px 10px;
    margin: 20px;
    border: 1px solid black;
    border-radius: 80px;
}

.c-arrow-border a{
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.c-arrow-border a span {
    position: absolute;
    width: 100px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

.c-arrow-border a img {
    position: relative;
    top: 40px;
    animation: godown-arrow 2s ease-in-out infinite;
}

@keyframes godown-arrow {
0% { top: -40px; }
50% { top: 10px; }
100% { top: 40px; }
}

/* END ARROW */


section {
position: relative;
min-height: 100vh;
}

.c-main-brushes-box, .c-main-liveloula-container {
    position: relative;
    min-height: 100vh;
}

/* LOGO */

#cLogo {
    height: auto;
    min-height: auto;
    position: absolute;
width: 100%;
}

#cLogo::before {
content: '';
    display: block;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(0deg, transparent, white 50%);
    position: absolute;
    z-index: 1;
}

#cLogo .c-logo {
    height: auto;
    min-height: auto;
    position: absolute;
    z-index: 90;
    left: 5%;
    top: 50px;
}

#cLogo .c-logo img {
    width: 80px;
    height: auto;
}

#cLogo .c-social-media {
    position: absolute;
    right: 5%;
    top: 70px;
    z-index: 90;
}

#cLogo .c-social-media img {
width: 40px;
height: auto;
}

/* SVG ANIMATION */

.picture {
  place-self: center;
position: absolute;
  max-width: 100%;
width: 50vw;
  height: 100vh;
}

@media screen and (min-width: 53em) {
  .frame {
    position: absolute;
  }
}

/* Top Brushes */

/* YELLOW BRUSH */

.c-yellow-brush-box {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-50%);
    width: 50vw;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.maskYellowBrush {
    r: 300px;
    /*animation: splash-yellowbrush 7s;*/
    cx: 50%;
    cy: 50%;
}

@keyframes splash-yellowbrush {
0% {r: 0px;}
100% {r: 300px;}
}

.c-larva-etiketa {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-purple-line {
    width: 100px;
    height: 1px;
    background-color: #c6a1cb;
    margin-bottom: 20px;
}

/* TOP LIVELOULA */

.c-main-liveloula {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(20%, 0vw) rotate(0deg);
}

.c-main-liveloula-box {
    width: 40vw;
    height: 40vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  animation: circle 6s linear infinite;
    -webkit-animation: circle 6s linear infinite;
}

.maskTopLiveloula {
    r: 300px;
    animation: splash-topliveloula 7s;
    -webkit-animation: splash-topliveloula 7s;
    cx: 55%;
    cy: 45%;
}

@keyframes splash-topliveloula {
0% {r: 0px;}
100% {r: 300px;}
}

@keyframes circle{
  0%{ transform: translate(-50%, -50%) rotate(0deg) translate(5px) rotate(0deg);
  
  }
  100%{
    transform: translate(-50%, -50%) rotate(360deg) translate(5px) rotate(-360deg);
  }
}

/* Brush 1 */
.c-main-brush-1-box {
    width: 45vw;
    height: 45vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-main-brush-1 {
    width: 100%;
    position: absolute;
    left: 0%;
}

.maskBrush1 {
r: 100px;
animation: splash-brush1 6s;
}

@keyframes splash-brush1 {
0% {r: 0px;}
100% {r: 100px;}
}

/* Brush 2 */

.c-main-brush-2-box {
width: 30vw;
height: 30vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.c-main-brush-2 {
    width: 100%;
    /* height: 50%; */
    position: absolute;
    /* top: 50%; */
    left: 0%;
    /* transform: translateY(20%); */
}

/* .c-main-brush-2 {
    width: 25vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: calc(15% + 17vw);
    transform: translateY(-50%);
} */

.maskBrush2 {
r: 100px;
animation: splash-brush1 6s;
}

@keyframes splash-brush2 {
0% {r: 0px;}
100% {r: 100px;}
}

/* LARVA */

.c-larva-bottle-bg {
    position: relative;
    z-index: -1;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 100%;
}

.picture-larva-bottle-shadow {
    place-self: center;
    position: absolute;
    max-width: 100%;
    width: 50vw;
    height: 100vh;
    z-index: -1;
}

.c-larva-bg {
    position: absolute;
    left: 0;
    top: 0vw;
    height: 100%;
    width: auto;
    z-index: 0;
    opacity: 0.4;
}

.c-larva-bottle-bg .picture-larva-bottle-shadow .mask {
    r: 0px;
    cy: 60%;
    cx: 40%;
transition: 6s;
}

.c-larva-bottle-bg-anim .picture-larva-bottle-shadow .mask {
    r: 200px;
    cy: 60%;
    cx: 40%;
    //animation: splash-anim-larva-shadow 6s;
}

@keyframes splash-anim-larva-shadow {
0% {r: 0px;}
100% {r: 200px;}
}

.c-bg-elements .mask {
    r: 0px;
    cy: 50%;
    cx: 30%;
transition: 6s;
}
.c-larva-bg-anim .mask {
    r: 300px;
    cy: 50%;
    cx: 30%;
    //animation: splash-anim-larva 6s;
}

@keyframes splash-anim-larva {
0% {r: 0px;}
100% {r: 300px;}
}

.c-elements-container .c-larvaelement-1, .c-elements-container .c-larvaelement-2, .c-elements-container .c-larvaelement-3, .c-elements-container .c-larvaelement-4, .c-elements-container .c-larvaelement-5, .c-elements-container .c-larvaelement-6, .c-elements-container .c-larvaelement-7 {
opacity: 0;
transition: 3s;
height: auto;
}

.c-larva-elements-anim .c-larvaelement-1, .c-larva-elements-anim .c-larvaelement-2, .c-larva-elements-anim .c-larvaelement-3, .c-larva-elements-anim .c-larvaelement-4, .c-larva-elements-anim .c-larvaelement-5, .c-larva-elements-anim .c-larvaelement-6 {
opacity: 0.8;
transition: 3s;
animation: floating-elements 8s infinite ease-in-out;
width: 10vw;
height: auto;
position: absolute;
}

.c-larva-elements-anim .c-larvaelement-7 {
opacity: 0.3;
}

.c-larva-elements-anim .c-larvaelement-1, .c-larva-elements-anim .c-larvaelement-6 {
transition-delay: 0.5s;
animation-delay: 0.5s;
}

.c-larva-elements-anim .c-larvaelement-2, .c-larva-elements-anim .c-larvaelement-4, .c-larva-elements-anim .c-larvaelement-5 {
transition-delay: 0s;
animation-delay: 0s;
}

.c-larva-elements-anim .c-larvaelement-3, .c-larva-elements-anim .c-larvaelement-7 {
transition-delay: 1s;
animation-delay: 1s;
}

@keyframes floating-elements {
0% {padding-top: 5px;}
25% {padding-top: 20px;}
50% {padding-top: 5px;}
75% {padding-top: 20px;}
100% {padding-top: 5px;}
}


/* NUMFI */

.picture-numfi-bottle-shadow {
    position: absolute;
}

#numfi .picture {
    place-self: center;
    position: absolute;
    max-width: 100%;
    right: -5%;
    top: -5%;
    width: 50vw;
    height: 100vh;
}

.c-numfi-bg {
    position: absolute;
    right: -3%;
    top: 0vw;
    height: 100%;
    width: auto;
    z-index: 0;
    opacity: 0.4;
}

#mask_numfi .mask {
    r: 0px;
    cx: 30%;
    cy: 36%;
    width: 120%;
transition: 8s;
}

.c-numfi-bg-anim #mask_numfi .mask {
    r: 400px;
    cx: 30%;
    cy: 36%;
//animation: splash-anim-numfi 8s;
}


@keyframes splash-anim-numfi {
0% {r: 0px; opacity: 0;}
100% {r: 400px; opacity: 1;}
}

/* NUMFI BOTTLE BG */


.c-numfi-bottle-bg {
    position: absolute;
    z-index: -1;
    bottom: -25vh;
    left: calc(25%);
    transform: translateX(-50%);
    width: 50vw;
    height: 100vh;
}

.c-numfi-bottle-bg #mask_numfi-shadow .mask {
    cy: 50%;
    cx: 30%;
    r: 0px;
transition: 8s;
}

.c-numfi-bottle-bg-anim #mask_numfi-shadow .mask {
    cy: 50%;
    cx: 30%;
    r: 200px;
//animation: splash-anim-numfi-bottle-bg 8s;
}

@keyframes splash-anim-numfi-bottle-bg {
0% {r: 0px;}
100% {r: 200px;}
}

/* NUMFI BRUSH LEFT */

.picture-numfi-brush {
    position: absolute;
    width: 50vw;
    height: 90vh;
    top: 10%;
    left: -10vh;
}

.c-numfi-bg-brush {
    position: absolute;
    z-index: -1;
    width: 15vw;
    height: 15vw;
    top: 10%;
    left: 0;
}

.c-bg-elements #mask_numfi-brush-l .mask {
    r: 0px;
    cy: 30%;
    cx: 30%;
transition: 5s;
}

.c-numfi-bg-anim #mask_numfi-brush-l .mask {
    r: 300px;
    cy: 30%;
    cx: 30%;
//animation: splash-anim-numfi-brush-l 5s;
}


@keyframes splash-anim-numfi-brush-l {
0% {r: 0px;}
100% {r: 300px;}
}

/* NUMFI ELEMENTS */

.c-elements-container .c-numfielement-1 {
    position: absolute;
    top: 20%;
    top: -20%;
    left: 20%;
    left: -100%;
    width: 11vw;
    height: auto;
    transform: rotate(90deg);
opacity: 0;
}

.c-elements-container-anim .c-numfielement-1 {
    transform: rotate(90deg) translate(5px);
  animation: floating-elements 8s ease-in-out infinite;
opacity: 1;
transition: 3s;
}

.c-elements-container .c-numfielement-2 {
    position: absolute;
    top: 50%;
    top: 100%;
    left: 10%;
    width: 7vw;
    height: auto;
opacity: 0;
}

.c-elements-container-anim .c-numfielement-2 {
    transform: rotate(0deg) translate(5px);
  animation: floating-elements 10s ease-in-out infinite;
opacity: 1;
transition: 3s;
transition-delay: 0.7s;
}

.c-bottle-container .c-numfielement-3 {
    position: absolute;
    top: 0;
    left: -20%;
    top: 29%;
left: 10%;
    top: 50vh;
    width: 7vw;
    height: auto;
opacity: 0;
z-index: -1;
}

.c-elements-container-anim .c-numfielement-3 {
    transform: rotate(0deg) translate(5px);
  animation: floating-elements 8s ease-in-out infinite;
opacity: 1;
transition: 3s;
transition-delay: 1.7s;
}

/* ===================================== */

/* MOIRA */
.c-moira-bg {
    position: absolute;
    left: 0;
    top: 0vw;
    height: 100%;
    width: auto;
    z-index: 0;
    opacity: 0.4;
}

#mask_moira .mask {
    r: 0px;
    cx: 50%;
    cy: 40%;
    width: 120%;
transition: 8s;
}

.c-moira-bg-anim #mask_moira .mask {
    r: 400px;
    cx: 50%;
    cy: 40%;
    //animation: splash-anim-moira 8s;
}

@keyframes splash-anim-moira {
0% {r: 0px;}
100% {r: 400px;}
}

.c-moira-bottle-bg {
    position: absolute;
    z-index: -1;
    bottom: -6vw;
    left: -10%;
    transform: translateX(0%);
    width: 50vw;
    height: 50vw;
}

c-moira-bottle-bg #mask_moira-bottle .mask {
    r: 300px;
    cx: 50%;
    cy: 50%;
transition: 8s;
}

.c-moira-bottle-bg-anim #mask_moira-bottle .mask {
    r: 300px;
    cx: 50%;
    cy: 50%;
    animation: splash-anim-moira-bottle 8s;
}

@keyframes splash-anim-moira-bottle {
0% {r: 0px;}
100% {r: 300px;}
}

.c-moira-bg-bottle {
    width: 20vw;
    height: 30vw;
transition: 6s;
}

.c-moira-element-1 {
    position: absolute;
    right: 0;
    right: -30vw;
    height: 60vh;
    width: auto;
    top: 10%;
    z-index: -1;
    opacity: 1;
}

.c-moira-element-2 {
    position: absolute;
    width: 6vw;
    height: auto;
    top: 80%;
    right: 40%;
    right: -30vw;
    opacity: 1;
transition: 3s;
}

.c-moira-element-3 {
    position: absolute;
    width: 6vw;
    height: auto;
    top: 70%;
    right: 40%;
    right: -30vw;
    opacity: 1;
transition: 3s;
}

.c-moira-elements-container-anim .c-moira-element-3 {
animation: floating-elements 8s infinite ease-in-out;
}

.c-moira-elements-container-anim .c-moira-element-2 {
animation: floating-elements 8s infinite ease-in-out;
animation-delay: 1s;
}


/* FOOTER ANIMATIONS */

.c-footer-brush {
    height: 13vw;
    width: 160%;
    x: -40px;
    y: 10px;
}

.mask-1, .mask-2 {
    r: 0px;
transition: 10s;
}

.c-footer-animation .mask-1, .c-footer-animation .mask-2 {
    r: 200px;
}

.c-footer-element {
    width: 100%;
    height: 17vw;
    x: 0px;
    y: -60px;
}

.c-contact-form-brush .picture {
    place-self: center;
    position: absolute;
    left: 50%;
    top: -15vh;
    transform: translateX(-50%);
    max-width: 100%;
    width: 47vw;
    height: 100vh;
}

#lila-brush .mask{
    r: 0px;
    cx: 50%;
    cy: 20%;
transition: 10s;
}

.c-footer-animation #lila-brush .mask{
    r: 150px;

transition: 10s;
}

.c-footer-lila-brush {
    x: 0px;
    r: 0px;
}

.c-last-element-box img {
opacity: 0;
transition: 2s;
transition-delay: 2s;
}

.c-footer-animation.c-last-element-box img {
opacity: 1;
}

.c-button-1 {
    display: inline-block;
    padding: 15px 25px;
    font-size: 14px;
    color: #d597c2;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 1px solid #d597c2;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: 0.5s;
}

.c-button-1:hover {
    background-color: #d597c2;
    border: 1px solid #d597c2;
    color: white;
}@media (min-width: 1921px) {
.c-footer-element {
    y: -150px;
}
}

.notloggedin #mobile-header {
display: none;
}

@media (max-width: 1920px) {
.c-contact-form-brush {
    top: 15%;
}
.c-contact-info {
    margin-top: 40px;
    display: flex;
flex-wrap: wrap;
}

.c-contact-info p:nth-child(1) {
width: 100%;
}

.c-contact-info p:nth-child(2), .c-contact-info p:nth-child(3), .c-contact-info p:nth-child(4) {
    width: 33.33%;
}
.c-contact-form {
    justify-content: flex-end;
    margin-top: -40px;
    margin-bottom: 40px;
}
}

@media (max-width: 1680px) {
.c-about-us-main-container img {
    height: auto !important;
    width: 100% !important;
}

}

@media (max-width: 1440px) {
.c-wine-desc {
font-size: 16px;
}
#cLogo .c-social-media {
    top: 40px;
}
#cLogo .c-logo {
    top: 20px;
}
.c-menu {
    top: 45px;
}
.c-larva-bottle {
    margin-bottom: 4vw;
}
#larva .c-wine-contetbox {
    padding-bottom: 3vw;
}

.c-moira-bottle {
    margin-bottom: -5vw;
}

#moira .c-wine-contetbox {
    min-height: 90vh;
}

.c-about-slider-1 .c-about-us-content {
    margin-left: 0%;
}
.c-about-logo img {
    margin-left: 10%;
}
.c-about-us-nav.c-slick-nav ul.slick-dots {
    margin-left: 10% !important;
}
.c-footer-element {
    y: -40px;
}
.c-footer-brush {
    y: 50px;
}
.c-footer-lila-brush {
    x: -10px;
    y: -30px;
    width: 107%;
}
.c-about-logo {
    top: 20vh;
}
.c-about-logo img {
    height: 80%;
}
}

@media (max-width: 1366px) {
.c-main-liveloula {
    transform: translate(0vw, 12vw) rotate(-20deg);
}

#about .c-about-us-nav {
    top: 85vh;
}

.c-about-slider-1 .c-about-us-content {
    width: 100%;
    margin-left: 25%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.c-about-logo img {
    height: 70%;
}
}

@media (max-width: 1280px) {
.c-footer-element {
    y: -20px;
}

#larva .c-wine-contetbox {
    padding-bottom: 5vw;
}

.c-larva-bottle {
    margin-bottom: 4vw;
}

.c-numfi-bottle {
    margin-top: 6vw;
}

.c-footer-element {
    height: 17vw;
}

}

@media (max-width: 1024px) {
.c-main-liveloula {
    transform: translate(0vw, 10vw) rotate(-20deg);
}

.c-larva-bottle {
    margin-bottom: 7vw;
}

.c-larva-etiketa img {
    width: 50%;
}

#larva .c-wine-contetbox {
    padding-bottom: 10vw;
}

.c-slick-nav ul.slick-dots li:nth-child(1) {
    margin-left: 10px !important;
}

.c-slick-nav ul.slick-dots li {
    margin: 0px 5px!important;
}

.c-numfi-etiketa img {
    max-width: 90px;
}

#numfi .c-wine-contetbox {
    padding-bottom: 5vw;
}

.c-moira-etiketa img {
    width: 60%;
}

#moira .c-wine-info-horizontal p {
    margin-left: 0;
}

.c-moira-bottle {
    margin-bottom: -2vw;
}

#about .c-about-us-nav {
    top: 90vh;
}

.c-about-slider-1 .c-about-us-content {
    width: 100%;
    margin-left: 25%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.c-about-logo img {
    height: 70%;
}

.c-footer-brush {
    y: 0px;
    height: 23vw;
    width: 220%;
    x: -100px;
    y: 0px;
}

.c-footer-element {
    width: 120%;
    height: 27vw;
    x: -20px;
    y: -20px;
}

}

@media (max-width: 990px) {

}

@media (max-width: 768px) {

section {
    min-height: auto;
}

section#home {
    min-height: 100vh;
}

#home, #larva, #numfi, #moira, #about, #contact {
    height: auto;
}

#cLogo .c-logo {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

#cLogo .c-logo img {
    width: 70px;
}

.c-arrow-border {
    padding: 10px 5px;
    margin: 10px;
    border: 1px solid black;
    border-radius: 80px;
}

.c-arrow-border a {
    text-align: center;
}

.c-arrow-border a img {
    width: 70%;
}

.c-main-liveloula-box {
        width: 50vw;
        height: 50vw;
        top: -35vh;
        left: 70%;
        transform: none;
}

.c-larvaelement-1, .c-larvaelement-2, .c-larvaelement-3, .c-larvaelement-4, .c-larvaelement-5, .c-larvaelement-6, .c-larvaelement-7 {
position: absolute;
}

.c-main-liveloula-container p {
    position: relative;
    top: 0;
    left: 0;
    max-width: 390px;
    font-size: 18px;
    transform: none;
    z-index: 9;
    margin-top: 100px;
}

.c-main-liveloula {
    transform: translate(0vw, 0vw) rotate(0deg);
}

#mobile-header {
    display: none;
}

.c-menu {
    top: 80px;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
justify-content: center;
    flex-wrap: wrap;
}

.c-menu-section {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
}

.c-main-brush-1-box {
        width: 100%;
        height: 100%;
        left: 0;
        top: 30%;
        transform: none;
}

.c-main-brush-2-box {
    top: 80%;
    width: 60vw;
    height: 60vw;
}

.c-main-brushes-box {
    position: relative;
    min-height: 50vh;
}

.c-main-liveloula-container {
    min-height: auto;
}

.c-main-name {
    width: 65vw;
    top: 80%;
}

.c-yellow-brush-box {
    width: 100vw;
}

.picture {
    max-width: 100%;
    width: 100%;
    height: 80vh;
}


.c-larva-bottle {
    width: auto;
    height: 70vh;
    margin-bottom: 10vw;
}

.c-larva-bg {
    height: 140%;
    width: 120%;
}

.c-larva-bg-anim .mask {
    r: 1500px;
}

.c-bottle-container {
position: relative;
}
    .c-larva-bottle-bg {
        position: relative;
        z-index: -1;
        top: -70vw;
        left: 0;
        transform: none;
        width: 100vw;
        height: 30vh;
        bottom: auto;
    }

.picture-larva-bottle-shadow {
    width: 100vw;
}

.c-bg-elements .mask {
    transition: 15s;
}


#larva .container-fluid .row .col-md-3:nth-child(3) {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.c-larvaelement-1 {
    width: 9.5vw;
}
.c-larvaelement-2 {
width: 8.5vw;
}

.c-larvaelement-3 {
    left: 10%;
    width: 8vw;

}

.c-larvaelement-4 {
    width: 11vw;
}

.c-larvaelement-5 {
    left: 85%;
    width: 10vw;
}

.c-larvaelement-6 {
    position: absolute;
    right: 5%;
    width: 10vw;
}
.c-larvaelement-7 {
    right: -10%;
    width: 23vw;
}

#larva .container-fluid .row .col-md-3 {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 10;
}

#larva .c-wine-contetbox {
    padding-bottom: 0;
}

.c-elements-container, .c-wine-contetbox {
    min-height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.c-numfi-etiketa, .c-larva-etiketa, .c-moira-etiketa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    height: auto;
}

.c-larva-etiketa {
    height: auto;
}

.c-larva-etiketa img {
    width: 50%;
    margin: 0 auto;
}

.c-wine-info-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#larva .c-wine-contetbox {
    width: 100%;
}

#numfi .row {
    display: flex;
    flex-direction: column;
}

#numfi .row .col-md-2 {
    order: 3;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

#numfi .row .col-md-5:nth-child(2) {
    order: 1;
}

#numfi .row .col-md-5:nth-child(1) {
    order: 2;
}

#numfi .c-bottle-container {
    align-items: center;
}

#numfi {
    padding-top: 180px;
}

.c-numfi-bottle {
    padding-top: 0vw;
    margin-top: 0;
}

.c-bottle-container .c-numfielement-3 {
    top: 27vh !important;
    left: 5vw !important;
}

#numfi .c-bg-elements {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}


.c-numfi-bottle-bg {
    position: absolute;
    z-index: -1;
    bottom: -22vh;
    left: 0;
    transform: translateX(0%);
    width: 150vw;
    height: 100vh;
}

.picture-numfi-brush {
    position: absolute;
    width: 100vw;
    height: 90vh;
    top: 0%;
    left: -10vh;
}

.c-numfi-bg-brush {
    position: relative;
    z-index: -1;
    width: 95vw;
    height: 95vw;
    top: 10%;
    left: 30%;
}

#numfi .picture {
    place-self: center;
    position: relative;
    max-width: 120%;
    right: 5%;
    top: 0;
    width: 120vw;
    height: 70vh;
}

#numfi .c-numfielement-3 {
    top: 13vh !important;
    left: 0vw !important;
    width: 20vw;
    height: auto;
}

.c-numfi-bottle {
    width: auto;
    height: 70vh;
}

.picture-numfi-bottle-shadow {
    bottom: 10vw;
}

.c-numfi-etiketa {
    justify-content: center;
    margin-top: 50px;
}

#numfi .c-wine-desc p {
    width: 100%;
}

#numfi .c-elements-container {
    min-height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.c-elements-container .c-numfielement-1 {
    position: absolute;
    width: 21vw;
    height: auto;
    top: auto !important;
    bottom: -90vh !important;
    left: 1.5vw !important;
}

.c-elements-container .c-numfielement-2 {
    position: absolute;
    left: 80% !important;
    width: 11vw;
    top: 85vh !important;
}


#moira .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

.c-moira-bottle {
    margin-bottom: 0vw;
    margin-right: auto;
    margin-left: auto;
height: 70vh;
}

.c-moira-bottle-bg {
    position: absolute;
    z-index: -1;
    bottom: auto;
    left: 0%;
    top: 0;
    transform: translateX(0%);
    width: 100%;
    height: 100%;
}

.c-moira-bg-bottle {
    width: 160vw;
    height: 120vw;
    position: absolute;
    bottom: 0;
}

.c-moira-bottle-bg .picture {
    bottom: -10vh;
    height: 50vh;
}

#moira .c-wine-desc p {
    width: 100%;
}

#moira .c-wine-contetbox {
    padding-top: 0;
}

.c-moira-etiketa {
justify-content: center;
}

#moira .c-wine-contetbox {
justify-content: flex-start;
}

#moira .c-bg-elements {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
}

#moira .c-bg-elements .picture {
height: 50vh;
    position: relative;
}

#moira .row .col-md-3:nth-child(3) {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
}

.c-moira-element-1 {
    position: absolute;
    right: 0;
    right: -30vw;
    height: 30vh;
    width: auto;
    top: auto;
    z-index: -1;
    opacity: 1;
    bottom: 30%;
    right: -10vw !important;
}

.c-moira-element-2 {
    position: absolute;
    width: 16vw;
    right: 4vw !important;
}

..c-moira-element-3 {
    right: auto;
    width: 16vw;
top: 50%;
}

#moira .c-wine-contetbox {
    min-height: auto;
}

#about {
padding-top: 180px;
}

.c-about-logo {
    top: 0;
}

.c-about-us-brush {
    left: 0;
    width: 100%;
}

.c-about-us-slider {
height: auto;
}

.c-about-slider-1 {
    width: 100%;
    position: relative;
    z-index: 13;
    margin-top: 50vw;
align-items: flex-start;
}

.c-about-slider-2 {
width: 50%;
    position: absolute;
    height: 50vw;
    top: 0;
}

.c-about-sliders-container {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    position: relative;
    align-items: flex-start;
}

#about .c-about-us-nav {
    top: 0;
    position: relative;
}

.c-contact-form {
    margin-top: 40px;
}

.c-flower-box, .c-last-element-box {
    position: relative;
    min-height: auto;
}

.c-flower-box .picture {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.c-footer-element {
    width: 60%;
    height: auto;
    x: 34px;
    y: -32px;
    transform: rotate(30deg);
}

.c-footer-brush {
    y: 0px;
    height: auto;
    width: 100%;
    x: 40px;
    y: 0px;
}

.c-contact-form-brush {
    top: 0;
}

.c-contact-form-brush .picture {
    place-self: center;
    position: absolute;
    left: 50%;
    top: -28vh;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    height: 100vh;
}

.c-contact-form .contactform {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.c-copyright {
    height: auto;
    flex-wrap: nowrap;
    text-align: center;
}

#cLogo .c-social-media {
    top: 10px;
    display: flex;
    flex-direction: column;
}

#cLogo .c-social-media img {
    width: 30px;
    height: auto;
    margin: 2px;
}


/* TEST GIA MENU BAR */

.c-menu {
    top: 10px;
    left: 90px;
    font-size: 18px;
    font-weight: 500;
    width: calc(100% - 150px);
    overflow: hidden;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#cLogo .c-logo {
    left: 10px;
    transform: translateX(0%);
    top: 10px;
}

#cLogo .c-social-media {
    top: 10px;
    display: flex;
    flex-direction: column;
    right: 10px;
}


/* END TEST GIA MENU BAR */

#ekklisia .c-elements-container {
position: relative;
}

}