/*
    Design by yepgoryo
*/

@font-face {
    font-family: "Josefin Sans";
    src: url('fonts/JosefinSans-VariableFont_wght.ttf');
}

@font-face {
    font-family: "Vampiro One";
    src: url('fonts/VampiroOne-Regular.ttf');
}

* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Josefin Sans", sans-serif;
    overflow-x: hidden;
}

a, a:hover, a:active {
    text-decoration: none;
}

header {
    background: #000;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.logo__wrapper {
    color: #fff;
    display: flex;
    flex-direction: row;
}

.logo__image__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo__text__wrapper {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.logo__text__big {
    font-family: "Vampiro One", sans-serif;
    font-size: 28pt;
}

.logo__text__small {
    font-size: 14pt;
    text-align: center;
}

header nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header nav ul {
    display: flex;
    flex-direction: row;
    gap: 100px;
    color: #fff;
    font-size: 18pt;
    list-style: none;
    padding-left: 50px;
    padding-right: 50px;
}

header nav ul a, header nav ul a:active, header nav ul:hover {
    color: #fff;
}

.hero__wrapper {
    display: flex;
    flex-direction: row;
}

.hero__wrapper .hero__wrapper__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 30px;
    width: 60%;
    min-height: 600px;
    height: 100vh;
}

.hero__wrapper .hero__wrapper__text__heading {
    font-family: "Vampiro One", sans-serif;
    font-size: 83pt;
    width: 60%;
    color: #ff0101ff;
    margin: 0 auto;
}

.hero__wrapper .hero__wrapper__text__description {
    font-size: 28pt;
    color: #000;
    width: 60%;
    margin: 0 auto;
}

.hero__wrapper .hero__wrapper__image__left {
    background: url('img/tieubaotruong-woman-6851973_1920.jpg') no-repeat center;
    background-size: cover;
    object-fit: contain;
    width: 35%;
    min-height: 600px;
    height: 100vh;
}

.hero__wrapper .hero__wrapper__image__right {
    background: url('img/jerzygorecki-woman-3567600_1920.jpg') no-repeat center;
    background-size: cover;
    object-fit: contain;
    width: 35%;
    min-height: 600px;
    height: 100vh;
}

.hero__wrapper .hero__button {
    color: #fff;
    font-weight: 800;
    font-size: 24pt;
    padding: 30px 60px 30px 60px;
    border-radius: 30px;
    background: #ff0101ff;
    background: linear-gradient(135deg,rgba(255, 103, 103, 1) 0%, rgba(255, 1, 1, 1) 100%);
    margin: 0 auto;
    transition: box-shadow .3s ease;
}

.hero__wrapper .hero__button:hover {
    box-shadow: 0 0 25px #0000007c;
    background: #ff9191;
    background: linear-gradient(135deg,rgba(255, 145, 145, 1) 0%, rgba(255, 1, 1, 1) 100%);
}

.main__title__aspect {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main__title__aspect .main__title__aspect__bullet {
    width: 10px;
    height: 10px;
    background: #d53131ff;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.main__title__aspect .main__title__aspect__bullet__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main__starting__message__wrapper {
    position: relative;
    width: min(1200px, 90%);
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

main {
    overflow-x: hidden;
}

.main__starting__message {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.main__title__aspect__text {
    color: #d53131ff;
    text-transform: uppercase;
    font-size: 24pt;
}

.main__title h1 {
    color: #ff0101ff;
    font-size: 48pt;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main__starting__message__background__icon__1 {
    background: url('img/picture_background_1.svg');
    background-size: contain;
    width: 240px;
    height: 300px;
    position: absolute;
    transform: rotate(-30deg);
    top: 250px;
    left: -50px;
}

.main__starting__message__background__icon__2 {
    background: url('img/picture_background_2.svg');
    background-size: contain;
    width: 152px;
    height: 190px;
    position: absolute;
    transform: rotate(30deg);
    top: 350px;
    right: -50px;
}

.main__paragraph__text {
    font-size: 22pt;
    width: 65%;
    text-align: center;
    margin: 0 auto;
}

.main__reasons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10%;
    margin-bottom: 150px;
}

.main__reasons__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main__reasons__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main__reasons__reason__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main__reasons__reason__money__icon__wrapper {
    background: #9affc8ff;
    border-radius: 50%;
    padding: 20px;
}

.main__reasons__reason__money__text__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.main__reasons__reason__money__text {
    background: #9affc8ff;
    padding: 20px 40px 20px 40px;
    margin-left: -20px;
    font-size: 18pt;
    color: #004b20ff;
    text-align: center;
}

.main__reasons__reason__professionalism__icon__wrapper {
    background: #f5ffb1ff;
    border-radius: 50%;
    padding: 20px;
}

.main__reasons__reason__professionalism__text__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.main__reasons__reason__professionalism__text {
    background: #f5ffb1ff;
    padding: 20px 40px 20px 40px;
    margin-right: -20px;
    font-size: 18pt;
    color: #004b20ff;
    text-align: center;
}

.main__reasons__et {
    font-size: 48pt;
    text-align: center;
}

.main__reasons .main__title h1 {
    width: auto;
}

.main__reviews {
    margin-bottom: 150px;
}

.main__reviews__review__picture {
    border-radius: 50%;
    margin: 0 auto;
}

.main__reviews__review__container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

.main__reviews__review__name {
    font-weight: 800;
    font-size: 36pt;
    padding-top: 20px;
}

.main__reviews__review__work__description {
    font-size: 16pt;
}

.main__reviews__review__contents {
    width: 50%;
    background: #fff;
    border: 5px solid #000;
    padding: 50px 100px 50px 100px;
    box-shadow: -20px 20px 0px #e5e5e5ff;
    margin: 50px auto 50px auto;
    font-size: 24px;
}

.main__order {
    margin-bottom: 100px;
}

.main__order__list__wrapper {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}

.main__order__option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0 100px 0;
    text-align: center;
    color: #fff;
}

.main__order__option__personal {
    background: #00A1E4FF;
    background: linear-gradient(135deg,rgba(0, 161, 228, 1) 0%, rgba(0, 124, 178, 1) 100%);
}

.main__order__option__events {
    background: #FF7474FF;
    background: linear-gradient(135deg,rgba(255, 116, 116, 1) 0%, rgba(255, 1, 1, 1) 100%);
}

.main__order__option__product {
    background: #474747FF;
    background: linear-gradient(135deg,rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.main__order__option__image {
    margin: 0 auto;
}

.main__order__option__title {
    margin: 50px 0 10px 0;
    font-size: 42pt;
    font-weight: 800;
}

.main__order__option__description {
    font-size: 16pt;
    padding-left: 20px;
    padding-right: 20px;
}

.main__order__option__price {
    padding: 50px 0 50px 0;
    font-size: 64pt;
}

.main__order__option__book {
    color: #000;
    font-weight: 800;
    font-size: 24pt;
    padding: 30px 60px 30px 60px;
    border-radius: 30px;
    background: #fff;
    margin: 0 auto;
    transition: box-shadow .3s ease;
}

.main__order__option__book:hover {
    box-shadow: 0 0 25px #ffffff7c;
}

.main__contacts__contact__wrapper {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 50px;
    margin: 50px auto 100px auto;
}

.main__contacts__contact__block {
    background: #f1f1f1ff;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 400px;
}

.main__contacts__contact__title {
    margin: 50px auto 10px auto;
    font-size: 24pt;
    font-weight: 800;
}

.main__contacts__contact__info {
    font-size: 18pt;
}

.main__contacts__contact__image {
    margin: 0 auto;
}

footer {
    background: #000;
    color: #fff;
    padding: 80px 0 80px 0;
    font-size: 18pt;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .main__contacts__contact__wrapper {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        margin: 50px auto 50px auto;
    }

    .main__order__list__wrapper {
        grid-template-rows: auto auto auto;
        grid-template-columns: auto;
    }

    .hero__wrapper {
        flex-direction: column;
    }

    .hero__wrapper .hero__wrapper__text__heading {
        width: 100%;
    }

    .hero__wrapper .hero__wrapper__image__left {
        width: 100%;
        min-height: 300px;
        height: 30vh;
        background-position-y: 40%;
    }

    .hero__wrapper .hero__wrapper__image__right {
        width: 100%;
        min-height: 300px;
        height: 30vh;
        background-position-y: 20%;
    }

    .hero__wrapper .hero__wrapper__text {
        width: 90%;
        height: 30vh;
        margin: 0 auto;
    }

    .main__starting__message__background__icon__1 {
        width: calc(240px * 0.7);
        height: calc(300px * 0.7);
        top: 150px;
    }

    .main__starting__message__background__icon__2 {
        width: calc(152px * 0.7);
        height: calc(190px * 0.7);
        top: 250px;
    }

    .main__reasons {
        flex-direction: column;
    }

    .main__reasons__reason__container {
        width: max(360px, 40%);
        margin: 0 auto;
    }

    .main__reviews__review__contents {
        width: 50%;
        background: #fff;
        border: 5px solid #000;
        padding: 50px 30px 50px 30px;
        box-shadow: -20px 20px 0px #e5e5e5ff;
        margin: 50px auto 50px auto;
        font-size: 18px;
        text-align: center;
    }

    .main__reasons__reason__money__text__wrapper {
        width: 55%;
    }

    .main__reasons__reason__money__text {
        font-size: 14pt;
        padding: 20px 20px 20px 20px;
        margin-left: -20px;
    }
    
    .main__reasons__reason__professionalism__text__wrapper {
        width: 55%;
    }

    .main__reasons__reason__professionalism__text {
        font-size: 14pt;
        padding: 20px 20px 20px 20px;
        margin-right: -20px;
    }

    .main__title__aspect .main__title__aspect__bullet {
        width: 7px;
        height: 7px;
    }

}

@media screen and (max-width: 750px) {
    header {
        flex-direction: column;
    }

    header .logo__wrapper {
        margin: 0 auto;
    }

    header nav {
        margin: 0 auto;
    }

    header nav ul {
        gap: 30px;
    }
}

@media screen and (max-width: 550px) {
    .main__contacts__contact__image__email {
        width: 105px;
        height: 75px;
    }

    .main__contacts__contact__image__phone {
        width: 50px;
        height: 71px;
    }

    .main__contacts__contact__title {
        font-size: 18pt;
    }

    .main__contacts__contact__info {
        font-size: 14pt;
    }

    .main__contacts__contact__wrapper {
        justify-content: unset;
    }

    .main__contacts__contact__block {
        width: max(50%, 300px);
        padding: 10px;
        margin: 0 auto;
    }

    .main__title h1 {
        font-size: 36pt;
    }

    .main__title__aspect__text {
        font-size: 14pt;
    }

    .main__paragraph__text {
        font-size: 18pt;
    }

    .hero__wrapper .hero__wrapper__text__heading {
        font-size: 64pt;
    }

    .hero__wrapper .hero__wrapper__text__description {
        font-size: 18pt;
    }
}