/**
 * Theme Name:  Solaura+
 * Description: Solaura+
 * 
 * Theme URI:   http://wordpress.org/themes/Solaura
 * Author:      Magomedov Bashir
 * Author URI:  t.me/magomedovv_b
 * Version:     1.0
 */

/**
 * Theme Name:  Saboline
 * Description: Saboline
 * 
 * Theme URI:   http://wordpress.org/themes/Saboline
 * Author:      Magomedov Bashir
 * Author URI:  t.me/magomedovv_b
 * Version:     1.0
 */

html {
    scroll-behavior: smooth;
}


*,
::after,
::before {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding: 0 48px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    background-color: #FFFFFF;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 1.3;
    color: #1B1B1B;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

p {
    margin: 0;
}

@font-face {
    font-family: 'Denistina';
    /* Название шрифта, которое ты будешь использовать */
    src: url('fonts/denistina_en.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.hand-write {
    color: #EB9F7D;
    font-family: 'Denistina';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
}

.all-title {
    color: #250F21;
    font-family: "Jost";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 40px */
    text-transform: uppercase;
}


@keyframes an_1 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



.element-animation.element-show {
    animation: an_1 0.8s 1 both;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.2s;
}

.element-animation {
    opacity: 0;
    transform: translateY(25px);
}


.header {
    position: absolute;
    width: 100%;
    padding: 30px 48px;
    margin: 0 0 16px 0;
}

.mobile-header-block {
    display: none;
    transition: all 0.7s ease-in-out;
}

.mobile-nav-block {
    display: none;
    padding-top: 50px;
}

.mobile-nav-list {
    text-align: center;
    padding: 0;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* добавить плавный переход для изменения стилей */
}

.main-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    border-radius: 800px;
}

.main-nav-link {
    text-decoration: none;
    color: #FFF;
    opacity: 0.5;
    font-family: Arial;
    padding: 10px 32px;
    border-radius: 800px;
    font-weight: 400;
    display: inline-block;
}

.main-nav-link.active {
    background: #212F70;
    color: #fff;
}

.header-button {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 23.5%;
    /* 3.76px */
    text-underline-position: from-font;
}

.main-block {
    background: linear-gradient(144deg, #250F21 18.13%, #B95D48 76.02%, #F7E0D4 130.75%);
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 24px;
}

.main-text-block {
    height: 100%;
}

.main-flex {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: end;
}

.main-title {
    color: #FFF5F3;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-subtitle {
    color: #FFF;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.main-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.main-flex-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
}


.main-button {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 800px;
    display: flex;
    padding: 14px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-button-left {
    display: flex;
    padding: 16px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 800px;
    background: #FFF5F3;
    color: #A15041;
    border: 1.5px solid #FFF;

    font-family: Arial;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-button-right {
    display: flex;
    padding: 16px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 800px;
    border: 1.5px solid #FFF;
    color: #FFF;
    font-family: Arial;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.how {
    padding: 100px 0;
}

.how-flex {
    display: flex;
    justify-content: space-between;
}

.how-text {
    width: 50%;
}

.how-title {
    margin-bottom: 23px;
}

.how-cards {
    width: 50%;
}

.how-spec {
    transform: rotate(-4deg);
}

.how-cards {
    display: flex;
    flex-direction: column;
}

.how-card {
    padding: 20px 0px;
    position: relative;
    border-bottom: 1px solid #250F21;
}


.how-card-hover-img {
    position: absolute;
    top: -50%;
    right: 60px;
    width: 180px;
    height: 200px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    transform: rotate(6deg);
}


/* Только для десктопов */
@media (hover: hover) and (pointer: fine) {
    .how-card:hover .how-card-hover-img {
        opacity: 1;
    }

    /* Если изначально будет еще фоновая картинка — можно скрыть её */
    /* Например: .how-card-img { opacity: 0; } */
}


.how-card:first-child {
    border-top: 1px solid #250F21;
}

.how-card-title {
    font-size: 24px;
    margin-bottom: 4px;
}

.how-card-title br {
    display: none;
}

.how-card-subtitle br {
    display: none;
}

.how-card-subtitle {
    font-family: "Inter";
    opacity: 0.5;
}

.about {
    padding: 72px 0;
}

.about-flex {
    display: flex;
    justify-content: space-between;
}

.title-block {
    width: 50%;
}

.about-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-img-block {
    position: relative;
}

.about-img {
    border-radius: 2px;
    width: 100%;
}

.about-img2 {
    border-radius: 2px;
}

.about-hand {
    position: absolute;
    bottom: 20%;
    left: -15%;
    transform: rotate(-8deg);
}

.about-top-title {
    color: #250F21;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.about-bottom-flex {
    display: flex;
    gap: 28px;
    align-items: center;
}

.about-bottom-subtitle {
    color: #250F21;
    font-family: Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.about-bottom-subtitle-spec {
    color: rgba(37, 15, 33, 0.50);
    margin-top: 15px;
}

.about-bottom-text-block {
    max-width: 477px;
}

.services {
    padding: 72px 0;
}

.services-top-cards {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.services-top-card {
    width: 540px;
    display: flex;
    gap: 40px;
}

.services-top-card-text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-top-card-title {
    color: #250F21;
    font-family: "Jost";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
}

.services-top-card-subtitle {
    color: #250F21;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: -0.64px;
}

.services-top-card-spec {
    color: rgba(37, 15, 33, 0.50);
    font-family: Arial;
    font-size: 12px;
    margin-top: 8px;
    display: block;
    line-height: 100%;
    /* 12px */
    /* 17.6px */
    letter-spacing: -0.64px;
}

.services-top-card-price {
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
}

.services-hand {
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, 50%);
    transform: rotate(-10deg);
}

.services-middle-cards {
    display: flex;
    gap: 64px;
    align-items: center;
    margin-top: 60px;
}

.services-bottom-flex {
    display: flex;
}

.service-bottom-cards {
    display: flex;
}

.services-hand-block {
    width: 50%;
}

.service-bottom-cards {
    width: 50%;
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.services-bottom-card {
    display: flex;
    flex-direction: column;
}

.services-bottom-card-img {
    margin-bottom: 28px;
    width: 100%;
    object-fit: cover;
}

.services-bottom-card-subtitle {
    margin: 12px 0;
}

.services-hand-block {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 40px;
}

.services-block-hand {
    width: 390.431px;
    transform: rotate(-4deg);
    font-size: 32px;
}

.swiper-title-block {
    margin-top: 72px;
}

.swiper-title-flex {
    display: flex;
    justify-content: space-between;
}

.swiper-title-flex-top {
    display: flex;
    gap: 37px;
    align-items: end;
}

.swiper-hand {
    margin-bottom: 12px;
    font-size: 28px;
}

.swiper-hand-mobile {
    display: none;
}

.swiper-hand-desktop {
    display: block;
}

.swiper-section {
    margin-top: 60px;
}

.slide-title {
    font-size: 24px;
    color: #250F21;
    font-family: "Jost";
    margin-bottom: 8px;
    margin-top: 28px;
}

.slide-subtitle {
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.64px;
    opacity: 0.5;
}




.form-section {
    background: linear-gradient(17deg, #250F21 5.28%, #B95D48 61%, #F7E0D4 113.69%);
    padding: 72px 0 52px 0;
}

.form-title {
    color: #FFF5F3;
    font-size: 40px;
    margin-bottom: 28px;
}

.form-subtitle {
    font-size: 16px;
    color: #FFF5F3;
}

.form-social-text {
    color: #FFF5F3;
    margin-bottom: 16px;
}

.form-socials {
    display: flex;
    gap: 12px;
}

.form-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.work {
    padding: 72px 0;
}

.work-flex {
    display: flex;
}

.work-title-block {
    width: 50%;
}

.work-cards {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.work-card {
    display: flex;
    gap: 28px;
}

.work-card-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.work-card-subtitle {
    font-size: 16px;
    opacity: 0.5;
}

.work-card-spec {
    display: flex;
}

.work-card-spec-mobile {
    display: none;
}

.how-text1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
}

.reviews {
    padding: 72px 0 72px 48px;
}

.reviews-flex {
    display: flex;
}

.reviews-text {
    width: 50%;
}

.reviews-swiper-section {
    width: 50%;
}

.reviews-spec {
    margin-left: 53px;
    transform: rotate(-4deg);
    font-size: 24px;
}

.slide-review {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    max-width: 411px;
    border-radius: 2px;
    min-height: 450px;
}

.review-img {
    position: absolute;
    bottom: -25px;
    right: 10px;
}

.reviewsSwiper .swiper-slide {
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}

.reviewsSwiper .swiper-slide-active {
    border-radius: 2px;
    border: 1px solid #250F21;
}

.slide-review-subtitle {
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.swiper-wrapper {
    padding: 50px 0;
}

.review-name {
    color: var(--2, #250F21);
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.review-company {
    color: #250F21;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.64px;
    opacity: 0.5;
}







.footer {
    padding-top: 40px;
    padding-bottom: 40px;

    background: linear-gradient(14deg, #250F21 15.17%, #B95D48 70.88%, #F7E0D4 106.8%);
}

.footer-form {
    padding: 72px 0 100px 0;
}

.wpcf7-list-item-label {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: -0.64px;
}

.form-radio {
    margin-bottom: 40px;
    display: inline-block;
}

.main-form-text {
    display: flex;
    padding: 12px 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    background-color: transparent;
    border-left: none;
    width: 100%;
    border-bottom: none;
    border-right: none;
    color: #FFF;
}

.first {
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    max-width: 310px;
}


.wpcf7-email {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-form-text::placeholder {
    color: #FFF;
    text-align: start;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: -0.64px;
    opacity: 0.6;
}

.main-form-btn {
    margin-top: 40px;
    display: flex;
    padding: 16px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 800px;
    background: #FFF5F3;
    color: #250F21;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: navajowhite;
    width: 100%;
}

.form-right {
    width: 50%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-right {
    width: 50%;
}

.footer-rights {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.footer-rights-desktop {
    display: block;
}

.footer-right-desktop {
    display: block;
}

.footer-right-mobile {
    display: none;
}

.footer-right-top {
    display: flex;
    justify-content: space-between;
}

.footer-menu-title {
    color: #FFF;
    font-family: "Jost";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.footer-menu-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 16px;
}

.footer-menu-link {
    color: #FFF;
    font-family: "Arial";
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-contacts-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contacts-link {
    color: #FFF;
    font-family: "Arial";
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-contacts-link svg {
    border-radius: 80px;
    background: #212F70;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.footer-menu-addres {
    color: #FFF;
    font-family: "Arial";
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.footer-right-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.footer-confidence {
    color: #FFF;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.two-figures {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
}

.two-figures svg {
    margin-left: 4px;
}

.mobile {
    display: none;
}