/*SEO HOMEPAGE*/

.seo_hp_section{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 20px 0;
}

.seo_hp_txt{
    font-size: 14px;
    text-align: justify;
    margin-bottom: 40px;
}

.seo_hp_txt.seo_hp_left{
    margin-right: 60px;
}

.seo_hp_left img{
    position: relative;
    left: -46%;
}

.seo_hp_txt.seo_hp_right{
    margin-left: 60px;
}

.seo_first_block h3.seo_hp_title{
    font-family: Josefin Sans;
    font-weight: 250;
    font-size: 64px;
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 60px;
}

h3.seo_hp_title{
    font-family: Josefin Sans;
    font-weight: 250;
    font-size: 45px;
    line-height: 110%;
    text-transform: uppercase;
}
.seo_hp_section {
    overflow: hidden;
}
.seo_hp_section .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.seo_img_block{
    display: flex;
}

.seo_first_block h4{
    font-family: Josefin Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #007540;
    margin-bottom: 40px;
}

.seo_hp_section .seo_hp_link{
    border-radius: 30px;
    padding-top: 14px;
    padding-right: 36px;
    padding-bottom: 14px;
    padding-left: 36px;
    background-color: #007540;
    color: white;
    text-transform: uppercase;
    margin-top: 40px!important;
}

.seo_hp_section p{
    font-family: Josefin Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #13110C;
}

.seo_hp_title{
    font-size: 30px;
    text-transform: uppercase;
}

.seo_hp_section .flower{
    padding: 21px 0;
}

.seo_hp_section.flower{
    background-color: #d2b0934f;

}

.seo_hp_section.cosmetic{
    background-color: #a0859457;
}

.seo_hp_section.massage{
    background-color: #8ca8c136;
}

.seo_hp_section.honey{
    background-color: #FFF8EF;
}
.seo_hp_intro{
    padding:0;
}
.seo_hp_section .massage,.seo_hp_section .vape, .seo_hp_section .pets{
    padding: 50px 0;
}

.seo_hp_section .honey{
    padding: 60px 0;
}

.seo_hp_img img{
    max-height: 340px;
}
.seo_hp_img{
    text-align: center;
}
.seo_hp_container{
    margin: 64px 0;
}

.phone-frame {
    width: 320px;
    aspect-ratio: 9 / 19.5;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 14px;
    box-sizing: border-box;
}

.phone-notch {
    width: 60px;
    height: 20px;
    background: white;
    border-radius: 8px;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.phone-screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
.phone-leaf-wrapper {
    position: relative;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-leaf-wrapper::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: 20%;
    width: 428px;
    height: 428px;
    background-image: url(/img/phone_leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    z-index: 0;
}


.phone-frame {
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 1200px)
{
    .seo_hp_left img {
        position: relative;
        left: -80%;
    }
}


@media screen and (max-width: 992px)
{
    .seo_hp_container{
        margin: 0;
    }

    .phone-frame {
        width: 260px;
        padding: 12px;
    }

    .phone-leaf-wrapper {
        padding: 40px 20px;
        max-width: 380px;
    }

    .phone-leaf-wrapper::before {
        left: -80px;
        width: 300px;
        height: 300px;
    }

    .seo_first_block h3.seo_hp_title, h3.seo_hp_title {
        font-size: 30px;
    }

    .seo_first_block p{
        text-align: justify;
    }

    .seo_first_block h4 {
        margin-bottom: 20px;
    }

    .seo_hp_section{
        padding:20px;
        margin-bottom: 40px;
    }

    .seo_hp_section img{
        max-width: 100%;
    }
    .seo_hp_section .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .seo_hp_section_left .container .row, .seo_hp_first_section .container .row {
        display: flex;
        flex-direction: column;
    }
    .seo_hp_first_section img{
        margin-bottom: -60px;
    }
    .seo_hp_left img {
        position: relative;
        left: 0;
    }

    .seo_hp_section .container .row div.first_on_mobile{
        order: 2;
    }

    .seo_hp_section.cosmetic .seo_hp_title, .seo_hp_section.massage .seo_hp_title{
        top: -70px;
    }

    .seo_hp_txt.seo_hp_left{
        margin-right: 0;
    }
    .seo_hp_section .seo_hp_link{
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .seo_hp_section p, .seo_hp_first_section ul{
        font-size: 14px;
    }
    .seo_hp_section .seo_hp_link{
        font-size: 10px;
    }
}

@media screen and (max-width: 375px) {
    .seo_hp_section .seo_hp_link {
        padding-right: 32px;
        padding-left: 32px;
    }
}