:root {
    --primary-color: #171717;
    --secondary-color: #F8F3ED;
    --accent-color: #a98467;
}

* {
    margin: 0
}

*, :after, :before {
    box-sizing: inherit
}

body, html {
    height: 100%;
    box-sizing: border-box
}

#wrapper, body, header {
    padding: 0
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, label, li, ol, p, pre, td, textarea, th, ul, figure {
    padding: 0;
    margin: 0
}

abbr, acronym, fieldset, iframe, img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}

address, caption, cite, code, dfn, var {
    font-weight: 400;
    font-style: normal
}

strong, th {
    font-style: normal
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-size: 100%
}

q:after, q:before {
    content: ""
}

iframe {
    padding: 0
}

body, td, th {
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #101010;
}

body {
    background: #fff;
    margin: 0
}

a:active, a:link, a:visited {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--accent-color);
}

.clr {
    clear: both;
    font-size: 1px;
    height: 1px
}

* html .clearfix {
    height: 1%;
    overflow: visible
}

* + html .clearfix {
    min-height: 1%
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0
}

header .logo img {
    max-width: 260px;
}

.socials {
    text-align: center;
    font-size: 24px;
}

.socials ul li {
    display: inline-block;
    margin: 0 5px;
}

.socials ul li span {
    display: inline-block;
    text-indent: -999999px;
    text-align: initial;
}

@media only screen and (max-width: 767px) {
    header {
        height: auto;
    }

    header .logo img {
        max-width: 200px;
        height: 20px;
    }

    .socials {
        text-align: center;
        font-size: 18px;
    }
}

#main_slide {
    width: 100%;
    position: relative;
}

#main_slide .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 248, 244, .6);
    padding: 40px;
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #main_slide {
        margin-top: 47px;
    }
}

#main_slide.valentine_bg {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

#main_slide.valentine_bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 230px;
    background-color: rgba(255, 255, 255, .5);
}

/*#main_slide.valentine_bg.move::after {
animation-name: bg_move;
animation-duration: 1s;
animation-fill-mode: forwards;
}*/
#main_slide.valentine_bg .valentine_logo {
    width: 45vw;
    position: absolute;
    top: 140px;
    left: 10%;
}

#main_slide.valentine_bg .be_my_valentine {
    width: 100%;
    max-width: 90vw;
    position: absolute;
    bottom: 260px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

#main_slide.valentine_bg .be_my_valentine.white {
    position: absolute;
    bottom: 264px;
    left: -14px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

#main_slide.valentine_bg .Spyros_Vrisiida {
    position: absolute;
    bottom: 0;
    right: 8%;
}

#main_slide.valentine_bg .Spyros_Vrisiida img {
    max-height: 90vh;
}

#main_slide.valentine_bg .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

@keyframes bg_move {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

@media only screen and (max-width: 1199px) {
    #main_slide.valentine_bg .description {
        background-color: rgba(255, 255, 255, .5) !important;
    }
}

@media only screen and (max-width: 991px) {
    #main_slide.valentine_bg {
        padding: 60px 0 0;
        min-height: inherit;
        background-size: inherit;
        background-position: -350px 0;
    }

    #main_slide.valentine_bg .be_my_valentine {
        bottom: inherit;
        top: 42vh;
    }

    #main_slide.valentine_bg .be_my_valentine.black {
        width: 80vw;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }

    #main_slide.valentine_bg .be_my_valentine.white {
        width: 80vw;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: -4px auto 0;
        text-align: center;
        z-index: 2;
    }

    #main_slide.valentine_bg .valentine_logo {
        width: 80vw;
        position: relative;
        top: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #main_slide.valentine_bg .Spyros_Vrisiida {
        position: relative;
        text-align: right;
    }

    #main_slide.valentine_bg .Spyros_Vrisiida img {
        max-height: 60vh;
        width: auto;
        max-width: 60vw;
        position: relative;
    }

    #main_slide.valentine_bg .description {
        width: 100%;
        position: relative;
        padding: 20px;
    }
}

.slider_section {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
    padding: 100px 0 100px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

.slider_section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: -1;
}

.slider_section.products::after {
    background-color: rgba(255, 255, 255, .75);
}

.slider_section .data_wrapper {
    position: relative;
    top: 50px;
    left: -50px;
}

.slider_section .data {
    background-color: rgba(255, 255, 255, .7);
    padding: 100px 50px 100px 100px;
    position: relative;
    font-size: 20px;
}

.slider_section .data .pink_heart {
    position: absolute;
    right: -56px;
    top: -48px;
    display: block;
    width: 115px;
    height: 96px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#romantic_dinner.slider_section .data .pink_heart {
    right: inherit;
    left: -56px;
}
#romantic_dinner.slider_section .data {
    padding: 100px 100px 100px 50px;
}
#romantic_dinner.slider_section .data_wrapper {
    left: inherit;
    right: -50px;
}

.slider_section .data h2 {
    position: absolute;
    top: -37px;
    left: 50px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 43px;
    padding: 0 140px 0 50px;
}
.slider_section .data h3 {
    position: absolute;
    top: 20px;
    left: 50px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    padding: 0 140px 0 50px;
}
#rdParallax .data p,
#rdParallax .more {
    padding: 0 20px;
}
@media only screen and (min-width: 992px) {
    #rdParallax .data h2,
    #rdParallax .data h3 {
        padding: 0 100px 0 20px;
    }
}
@media only screen and (max-width: 1800px) {
    .slider_section .data h2 {
        padding: 0 50px 50px;
    }
}

@media only screen and (max-width: 1480px) {
    .slider_section .data h2 {
        padding: 0 50px 50px;
    }
}

.slider_section .data .more {
    position: absolute;
    bottom: 30px;
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.slider_section .photo_slideshow {
    z-index: 1;
    position: relative;
}
.slider_section .photo_slideshow .caption {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.slider_section .photo_slideshow img {
    width: 100%;
}

.slider_section .photo_slideshow .see_more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 5;
}
.slider_section .photo_slideshow .see_more.left {
    bottom: 20px;
    left: 20px;
    right: inherit;
}
.slider_section .photo_slideshow .swipe_more {
    width: 38px;
    position: absolute;
    bottom: 10px;
    z-index: 5;
    right: 10px;
    margin: 0 auto;
    text-align: center;
}

.slider_section.products h2 {
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #FF0000;
    -webkit-text-stroke-width: 1px;
    text-align: center;
}

.slider_section.products h4 {
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.slider_section.products .item_wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.slider_section.products .item {
    background-color: #fff;
    background-image: url('../photos/valentine/base.webp');
    background-position: center bottom;
    padding: 30px;
    height: 530px;
    position: relative;
}
.slider_section.products .item .photo {
    border: 8px solid #C9929D;
    height: 470px;
}

.slider_section.products .item .double_hearts {
    position: absolute;
    left: -76px;
    bottom: -42px;
    display: block;
    width: 151px;
    height: 125px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 991px) {
    .slider_section {
        min-height: inherit;
        padding: 15px 0;
    }

    .slider_section .data {
        padding: 30px;
    }

    .slider_section .data .pink_heart {
        display: none;
    }

    .slider_section .data_wrapper {
        top: inherit;
        left: inherit;
    }

    .slider_section .data h2 {
        position: relative;
        top: inherit;
        left: inherit;
        font-size: 34px;
        padding: 10px 0;
        text-align: center;
    }
    .slider_section .data h3 {
        position: relative;
        top: inherit;
        left: inherit;
        font-size: 24px;
        padding: 10px;
        text-align: center;
    }
    .slider_section .data p {
        margin-top: 10px;
    }

    .slider_section .data .title {
        position: relative;
        font-size: 40px;
        line-height: 50px;
        font-family: "pf-marlet-display", sans-serif;
        font-weight: 500;
        font-style: normal;
        z-index: 10;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .slider_section .data .more {
        position: relative;
        bottom: inherit;
        margin: 20px auto 0;
        display: block;
        text-align: center;
    }
    .slider_section .data p {
        text-align: center;
    }
    #romantic_dinner.slider_section .data_wrapper {
        left: inherit;
        right: inherit;
    }
    #romantic_dinner.slider_section .data {
        padding: 30px;
    }
    .slider_section.products .item {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slider_section.products h2 {
        font-size: 38px;
    }
    .slider_section.products h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .slider_section.products .item_wrapper .title_more {
        margin: 40px auto 20px !important;
        background-color: rgba(255, 255, 255, .2) !important;
    }
    .slider_section.products .item .double_hearts {
        left: -10px;
        bottom: -15px;
        display: block;
        width: 100px;
        height: 83px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.slider_section.products .item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    transform: translateY(-36%);
    bottom: 0;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.slider_section.products .item_wrapper .title_more {
    margin: 60px auto 10px;
    padding: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    font-size: 18px;
    font-weight: 600;
    min-height: 175px;
}
.slider_section.products .item_wrapper .title_more .title {
    min-height: 85px;
    display: block;
}

@media only screen and (min-width: 992px) {
    .slider_section.products .item .photo:hover img {
        transform: translateY(-36%) scale(1.2);
        transform-origin: bottom;
    }
    .slider_section.products .item_wrapper .title_more {
        min-height: inherit;
    }
    .slider_section.products .item_wrapper .title_more .title {
        min-height: inherit;
    }
}
@media only screen and (max-width: 991px) {
    .slider_section.products .item .photo img {
        top: 30% !important;
        transform: translateY(-30%) !important;;
        margin: 0 auto;
        width: 200px  !important;;
    }
    .slider_section.products .item {
        background-position: center bottom;
        height: 370px;
    }
    .slider_section.products .item .photo {
        height: 330px;
    }
}


.btn-valentine {
    background-color: #E28798;
    color: #fff;
    border: 1px solid #E28798;
    border-radius: 0;
}

.btn-valentine:hover {
    background-color: #D1596E;
    color: #fff;
    border: 1px solid #D1596E;
}

#author {
    padding: 100px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#author .data {
    position: relative;
}

#author .name {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 5px;
}

#author .position {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    padding: 5px 0 15px;
}

#author .socials ul li a {
    color: var(--accent-color);
}

#author .author_cv .description {
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 1191px) {
    #main_slide .description {
        position: relative;
        background-color: #FFF8F4;
        padding: 20px;
    }

    #main_slide img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #author {
        padding: 50px 0;
    }

    #author .author_cv .description {
        margin-top: 30px;
    }
}

#article_list {
    padding: 100px 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#article_list .articles .item {
    position: relative;
    padding: 0;
}

#article_list .articles .item figure {
    position: relative;
    z-index: 0;
}

#article_list .articles .arrow {
    text-align: right;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#article_list .articles .arrow img {
    width: 80px;
    color: #fff;
    animation-name: move_arrow_left;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

#article_list .articles .item:hover .arrow img {
    animation-name: move_arrow_right;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes move_arrow_left {
    0% {
        margin-right: 0;
    }
    100% {
        margin-right: 20px;
    }
}

@keyframes move_arrow_right {
    0% {
        margin-right: 20px;
    }
    100% {
        margin-right: 0;
    }
}

#article_list .articles .description {
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 20px;
    background-color: rgba(87, 17, 15, .3);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    opacity: 0;
}

#article_list .articles .description:hover {
    opacity: 1;
}

#article_list .articles .description a {
    color: #fff;
}

#article_list .articles .description .category {
    font-weight: 800;
    margin-bottom: 10px;
}

#article_list .ny_logo_footer {
    position: relative;
    top: -3px;
}

@media only screen and (max-width: 767px) {
    #article_list {
        padding: 50px 0 20px;
    }

    #article_list .articles .item figure img {
        width: 100%;
    }

    #article_list .ny_logo_footer {
        position: relative;
        top: 20px;
    }

    #article_list .articles .description {
        opacity: 1;
    }
}