@green: #accf51;
@darkgreen: #89a63e;
@brown: #b88857;

@font-face {
    font-family: 'CeraBlack';
    src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.woff') format('woff');
}

@font-face {
    font-family: 'CeraLight';
    src:  url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Light.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Light.woff') format('woff');
}

.MyContainer {
    background-color: #f6f4ee;
    background-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/Header.jpg'), url('https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/Smoke3.png'),url('https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/Smoke3.png');
    background-repeat: no-repeat;
    background-position: center top, right 23%,right 102%;
    background-size: 100%,auto,auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.EcoLogoWrapper {
    width: 250px;
    float: left;
    position:relative;
    z-index:2;
    margin-right:50px;
    
}
.EcoTopParag {
    float: left;
    width: calc(100% - 300px) !important;
    text-align: left;
    width: unset;
    font-size: 16px;
    font-family: 'CeraLight';
    color: #3d3d3d;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}


p.Parag {
    font-size: 22px;
    font-family: 'CeraLight';
    color: #3d3d3d;
    text-align: center;
    width: 80%;
    margin: 20px auto 10px auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.ButtonLink {
    display: inline-block;
    font-family: 'CeraBlack';
    font-size: 22px;
    line-height: 25px;
    color: white;
    padding: 15px 50px 20px 50px;
    border-radius: 30px;
    margin: 60px 15px;
    position: relative;
    z-index: 1;
    transition: all linear 0.2s;
}

.ButtonLink-green {
    background-color: #accf51;
}

.ButtonLink-green:hover {
    background-color: #89a63e;
}

.Smoke1 {
    position: absolute;
    top: -350px;
    left: 0;
}

.Smoke2 {
    position: absolute;
    right: 0;
    top: -110px;
}


.Heading {
    font-size: 60px;
    line-height: 60px;
    font-family: 'CeraLight';
    color: #89a63e;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.Sheets {
    background-color: white;
    width: 90%;
    margin: 0 auto 40px auto;
    padding: 50px 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.75);
}

.PersonalCareSheet {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 59%, rgba(255,243,227,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,243,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,243,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3e3',GradientType=0 ); /* IE6-9 */
}

.lightslider {
    display: flex;
}

.SliderItems {
    position: relative;
    overflow: hidden;
}

.SliderItemsDesc {
    font-family: 'CeraLight';
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,160%);
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    color: #a17548;
    transition: all cubic-bezier(.36,1.34,.64,1.02) 0.4s;
}

.SliderItems:hover .SliderItemsDesc {
    transform: translate(-50%,-50%);
}

.SliderProduct {
    width: 100%;
    max-width: 100%;
    transition: all cubic-bezier(.36,1.34,.64,1.02) 0.4s;
}

.SliderItems:hover .SliderProduct {
    opacity: 0.5;
}

.SliderItemsDesc span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.SliderItemsDesc img {
    width: 50px;
}
/*********Lightslider*********/
.slidePrev, .slideNext {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 35px);
    z-index: 10;
}

.slidePrev {
    left: 0;
}

.slideNext {
    right: 0;
}

.lightSlider.lsGrab > * {
    cursor: pointer;
}

.lightSlider.lsGrabbing > * {
    cursor: grabbing;
}

.lSAction > a {
    display: none;
}
/*********Lightslider*********/

.InfoBoxes {
    text-align: left;
    padding: 50px 30px;
    font-family: 'CeraBlack';
    position: relative;
}

.InfoBox1 {
    background-color: #fff0dc;
    background-image: url(https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/info01_image.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.InfoBoxesDesc {
    width: 60%;
}

.InfoBoxesTitle {
    font-size: 52px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.InfoBoxes p {
    font-size: 30px;
}

.InfoBox1 .InfoBoxesTitle {
    color: #b88857;
}

.InfoBox1 p {
    color: #d4a26e;
}

.Cloud1 {
    position: absolute;
    top: -20px;
    left: 62%;
}

.Cloud2 {
    position: absolute;
    top: 20px;
    left: 40%;
}

.Smoke3 {
    position: absolute;
    left: 0;
    bottom: -300px;
}

.InfoBox2 {
    background-color: #fff0dc;
    background-image: url(https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/info02_image.png), url(https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/SeaBg.png);
    background-repeat: no-repeat,repeat-x;
    background-position: right bottom,left top;
    background-size: auto,11px 100%;
    overflow: hidden;
}

.InfoBox2 .InfoBoxesTitle {
    color: #befcff;
}

.InfoBox2 p {
    color: white;
}

.fish {
    position: absolute;
}

.fish1, .fish2, .fish3, .fish4, .fish5 {
    left: -150px;
    animation: Fish1 linear infinite 30s;
}

.fish2 {
    top: 100px;
    animation-delay: 15s;
}

.fish2 {
    top: 100px;
    animation-delay: 5s;
}

.fish3 {
    top: 30%;
    animation-delay: 2s;
}

.fish4 {
    top: 20%;
    animation-delay: 20s;
}

.fish5 {
    top: 80%;
    animation-delay: 10s;
}

@keyframes Fish1 {
    0% {
        left: -150px;
    }

    100% {
        left: 110%;
    }
}


.Bubbles {
    position: absolute;
}

.Bubble1, .Bubble2, .Bubble3, .Bubble4, .Bubble5, .Bubble6 {
    left: 30%;
    bottom: -50px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: rgba(255,255,255,0.2);
    animation: Bubble1 linear infinite 15s;
}

.Bubble2 {
    height: 10px;
    width: 10px;
    left: 32%;
    animation-delay: 2s;
}

.Bubble3 {
    left: 60%;
    animation-delay: 10s;
    background-color: rgba(129,141,85,0.6);
}

.Bubble4 {
    left: 10%;
    height: 25px;
    width: 25px;
    animation-delay: 5s;
}

.Bubble5 {
    left: 95%;
    animation-delay: 1s;
}

.Bubble6 {
    left: 94%;
    height: 10px;
    width: 10px;
    animation-delay: 1.5s;
}

@keyframes Bubble1 {
    0% {
        bottom: -50px;
    }

    100% {
        bottom: 110%;
    }
}


.InfoBox3 {
    background-color: #333355;
    background-image: url(https://support3.you.gr/you/newsletter/LANDING_PAGE/Eco_you/images/info03_image.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.Astronaut {
    position: absolute;
    left: 50%;
    animation: Astronaut linear 9s infinite
}

@keyframes Astronaut {
    0%,100% {
        transform: rotate(-35deg)
    }

    50% {
        transform: rotate(5deg)
    }
}

.Star{
    position:absolute;
    animation:Star linear 7s infinite;
}

.Star1 {
    left: 90%;
}
.Star2{
    left:80%;
    bottom:40px;
    width:10px;
    animation-delay:5s;
}
.Star3 {
    left: 70%;
    bottom: 70px;
    animation-delay: 1s;
}
.Star4 {
    left: 30%;
    top: 50px;
    width: 10px;
    animation-delay: 7s;
}
.Star5 {
    left: 32%;
    top: 60px;
}
.Star5 {
    left: 32%;
    top: 60px;
}
.Star6 {
    left: 5%;
    top: 10px;
    width:10px;
    animation:none;
}
@keyframes Star{
    0%{
        opacity:1;
    }
    50% {
        opacity: 0;
    }
    100%{
        opacity:1;
    }
}
@media (max-width:1200px) {
    .lightslider {
        position: relative;
        z-index: 5;
    }

    .SliderProduct {
        margin-bottom: 50px;
    }

    .SliderItemsDesc {
        height: 52px;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: unset;
        bottom: 0;
        transform: none;
        background-color: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        font-size: 16px;
        line-height: 20px;
        color: #a17548;
        padding: 5px;
    }

    .SliderItemsDesc span {
        position: absolute;
    }

    .SliderItemsDesc span img {
        display: none;
    }

    .SliderItems:hover .SliderItemsDesc {
        transform: none;
    }
}

@media (max-width:900px) {
}

@media (max-width:768px) {
    .Smoke1 {
        width: 400px;
        top: -300px;
    }

    .Smoke2 {
        width: 200px;
    }

    .InfoBox1 {
        background-size: 300px
    }

    .InfoBoxesTitle {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .InfoBoxes p {
        font-size: 20px;
    }

    .InfoBox2 {
        background-size: 550px,11px 100%;
    }
    .InfoBox3{
        background-position:right 80%;
        background-size:250px;
    }
}

@media (max-width:600px) {
    .MyContainer {
        padding-top: 50px;
    }

.EcoLogoWrapper {
        width: 100%;
        
    }
    .EcoLogoWrapper img{
        max-width:200px;
    }

    .EcoTopParag {
        width: 100% !important;
        text-align: center;
    }


    p.Parag {
        width: 100%;
        padding: 0 15px;
        font-size: 18px;
    }

    .Logo {
        width: 300px;
    }

    .Heading {
        font-size: 35px;
        line-height: 35px;
    }

    .ButtonLink-PersonalCare {
        font-size: 18px;
        line-height: 20px;
        padding: 15px 20px 20px 20px;
    }
}

@media (max-width:500px) {
    .InfoBoxesDesc {
        width: 100%;
    }

    .InfoBoxes {
        padding: 50px 15px;
        text-align: center;
    }

    .InfoBox1 {
        padding-bottom: 200px;
        background-size: 250px;
    }

    .InfoBox2 {
        padding-bottom: 250px;
    }

    .Clouds {
        display: none;
    }
    .InfoBox3{
        padding-bottom:290px;
        background-position:center bottom;
    }
    .Astronaut{
        width:80px;
        left:unset;
        right:20px;
        bottom:150px;
    }
}

@media (max-width:400px) {
    .Logo {
        width: 250px;
    }

    .Smoke1 {
        width: 200px;
        top: -120px;
    }

    .Smoke2 {
        width: 120px;
        top: -60px;
    }

    .Smoke {
        display: none;
    }

    .SliderProduct {
        width: 100%;
        max-width: 200px !important;
    }

    .slidePrev img, .slideNext img {
        width: 30px !important;
    }

    .slidePrev, .slideNext {
        top: calc(50% - 26px);
    }

    .SliderItems .SliderItemsDesc {
        width: 90%;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
