@font-face {
    font-family: "Noto Sans Hebrew";
    font-display: swap;
    src: url("../fonts/NotoSansHebrew-Regular.woff") format("woff"), url("../fonts/NotoSansHebrew-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans Hebrew";
    font-display: swap;
    src: url("../fonts/NotoSansHebrew-Medium.woff") format("woff"), url("../fonts/NotoSansHebrew-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans Hebrew";
    font-display: swap;
    src: url("../fonts/NotoSansHebrew-SemiBold.woff") format("woff"), url("../fonts/NotoSansHebrew-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

/* @font-face {
    font-family: "Noto Sans Hebrew";
    font-display: swap;
    src: url("../fonts/NotoSansHebrew-ExtraBold.woff") format("woff"), url("../fonts/NotoSansHebrew-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans Hebrew";
    font-display: swap;
    src: url("../fonts/NotoSansHebrew-Black.woff") format("woff"), url("../fonts/NotoSansHebrew-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
} */

/* @font-face {
    font-family: "Noto Sans";
    font-display: swap;
    src: url("../fonts/NotoSansHebrew-Black.woff") format("woff"), url("../fonts/NotoSansHebrew-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
} */

@font-face {
    font-family: "Birzia";
    font-display: swap;
    src: url("../fonts/Birzia-Black.woff") format("woff"), url("../fonts/Birzia-Black.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}


/* null styles */
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

body.lock{
    overflow: hidden;
}

input,
button,
textarea {
    /* font-family: "Noto Sans Hebrew"; */
    font-family: "Birzia";
}

input::-ms-clear {
    display: none;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li,
ul {
    list-style: none;
}

/* global styles */
body{
    color: var(--text-color);
    line-height: 1;
    /* font-family: "Noto Sans Hebrew"; */
    font-family: "Birzia";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

a{
    color: var(--text-color);
    transition: .15s;
}

img{
    width: 100%;
    width: fit-content;
    max-width: 100%;
    height: 100%;
}

:root{
    --text-color: #e9e9e9;
    --white-color: #fff;
    --aqua-color: #40D1DE, #5BBFFF;
    --white-purple-color: #E1DFF6;
    --light-blue-color: #0094E7;
    --black-color: #000;
    --hover-color: #a49fd2;
}









/* custom styles */
.site-main {
    min-height: calc(100vh - 240px - 135px - 150px);
}
.page-id-217 .site-main {
    min-height: calc(100vh - 240px - 135px - 150px - 180px);
}

.container{
    max-width: 1640px;
    margin-inline: auto;
    padding-inline: 20px;
}

.container-small{
    max-width: 1500px;
}

.container-lg{
    max-width: 1660px;
}

.container-fluid{
    max-width: 1920px;
    padding-inline: 0;
}

.btn{
    color: var(--white-color);
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 168%;
    letter-spacing: 0.56px;
    border-radius: 50px;
    background: var(--light-blue-color);
    box-shadow: 0px 0px 34px 0px rgba(48, 168, 255, 0.25);
    padding: 24px 38px 24px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: .25s;
}

.btn:hover{
    background: #0583c7;
}

.btn-border{
    background: none;
    border-radius: 50px;
    border: 1px solid #0094E7;
    box-shadow: none;
}

.btn-border:hover{
    border: 1px solid #0583c7;
}

.btn_underline {
    padding: 0 !important;
    color: #020429;
    position: relative;
}

.btn_underline:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #020429;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
}

.background-overlay{
    background: var(--black-color);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.hidden{
    display: none !important;
}

@media screen and (min-width: 1026px) {
    .d-hidden {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
    .t-hidden {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .m-hidden {
        display: none !important;
    }
}

@media screen and (max-width: 1025px) {
    .btn{
        padding: 20px 32px 20px 36px;
    }
}

@media screen and (max-width: 767px) {
    .btn{
        padding: 16px 24px 16px 28px;
    }

    .container{
        padding-inline: 15px;
    }
}







/* custom fonts */
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .background-text, .top-footer__title, .title, h1, h2, h3, h4,h5 {
    font-family: "Birzia";
}
.title-h1{
    font-size: 90px;
    line-height: 125%;
    letter-spacing: -0.9px;
}

.title-h2{
    font-size: 72px;
    line-height: 122%;
}

.title-h3{
    font-size: 64px;
    line-height: 122%;
}

.title-h4{
    font-size: 48px;
    line-height: 122%;
}

.title-h5{
    font-size: 40px;
    line-height: 125%;
}

.t-medium{
    font-weight: 500;
}

.t-semibold{
    font-weight: 600;
}

.t-bold{
    font-weight: 700;
}

.t-extrabold{
    font-weight: 700;
}

.t-black{
    font-weight: 700;
}

.t-aqua-gradient{
    background: -webkit-linear-gradient(#40D1DE, #5BBFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.t-white{
    color: var(--white-color);
}

.t-white-purple{
    color: var(--white-purple-color);
}

.t-uppercase {
    text-transform: uppercase;
}

.paragraph{
    font-size: 18px;
    line-height: 175.5%;
    letter-spacing: 0.18px;
}

.title-paragraph{
    font-size: 20px;
    line-height: 205.5%;
    letter-spacing: 0.8px;
    text-align: right;
}

.title{
    font-size: 24px;
    line-height: 100%;
}

.hint{
    font-size: 14px;
    line-height: 175.5%;
}

.background-text{
    color: rgba(36, 25, 84, 0.40);
    font-size: 200px;
    line-height: 122%;
    z-index: -1;
    position: absolute;
    text-transform: uppercase;
}
.t-center {
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .background-text{
        font-size: 140px;
    }
}

@media screen and (max-width: 1400px) {
    .title-h1{
        font-size: 60px;
    }

    .title-h2{
        font-size: 50px;
    }

    .title-h3{
        font-size: 44px;
    }

    .title-h4{
        font-size: 40px;
    }

    .title-h5{
        font-size: 36px;
    }

    .background-text{
        font-size: 120px;
    }
}

@media screen and (max-width: 1025px) {
    .title-h1{
        font-size: 40px;
    }

    .title-h2{
        font-size: 36px;
    }

    .title-h3{
        font-size: 32px;
    }

    .title-h4{
        font-size: 28px;
    }

    .title-h5{
        font-size: 26px;
    }

    .background-text{
        font-size: 80px;
    }
}

@media screen and (max-width: 767px) {
    .title-h1{
        font-size: 32px;
    }

    .title-h3{
        font-size: 30px;
    }

    .title-h4{
        font-size: 28px;
    }

    .title-h5{
        font-size: 26px;
    }

    .title-paragraph{
        font-size: 18px;
    }

    .background-text{
        font-size: 80px;
    }
}

@media screen and (max-width: 600px) {
    .background-text{
        font-size: 50px;
    }
}

@media screen and (max-width: 400px) {
    .background-text{
        font-size: 35px;
    }
}













/* header */
.shadow-header {
    height: 111px;
}
@media screen and (max-width: 1300px) {
    .shadow-header {
        height: 82px;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: .2s;
}
.header_sticky {
    background: rgba(2, 4, 41, .95);
    transform: translateY(-100px);
}
.header_visible {
    transform: none;
}
.header .menu-item a span {
    font-family: "Birzia";
    /* flex: 0 0 calc(100% - 55px); */
}
.header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header__main{
    display: flex;
    column-gap: 55px;
    align-items: center;
}

.header__main ul{
    display: flex;
    align-items: center;
    /* column-gap: 80px; */
}
.header__main ul.sub-menu {
    column-gap: 25px;
}
.header .menu-item{
    position: relative;
}

.header .menu-item a{
    color: var(--text-color);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 224%;
    letter-spacing: 0.72px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.header .sub-menu a {
    display: flex;
    flex-wrap: wrap;
}

.header .menu-item a .sub-menu-toggle{
    transition: .2s;
}

.header .menu-item a .sub-menu-toggle path{
    transition: .15s;
}

.header .menu-item a:hover{
    color: var(--hover-color);
}

.header .menu-item:hover a .sub-menu-toggle{
    transform: rotate(180deg);
}

.header .menu-item:hover a .sub-menu-toggle path{
    stroke: var(--hover-color);
}

.sub-menu{
    transform: translate(-50%, 0);
    position: fixed;
    left: 50%;
    /* right: 0; */
    display: flex;
    row-gap: 10px;
    z-index: 5;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(65, 43, 136, 0.48) 0%, rgba(16, 20, 71, 0.48) 100%);
    box-shadow: 8px 8px 32px 0px rgba(61, 25, 121, 0.48) inset;
    backdrop-filter: blur(8px);
    padding: 40px 30px;
    width: 100%;
    min-width: fit-content;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    flex-wrap: wrap;
    align-items: flex-start !important;
}
@media screen and (min-width: 1300px) {
.menu-item.column-1>ul li {
    width: 100%;
}
.menu-item.column-1>ul {
    min-width: 320px;
    max-width: 320px;
}
.column-1 .sub-menu {
    position: absolute;
}


.menu-item.column-2>ul {
    min-width: 890px;
    max-width: 890px;
}
.menu-item.column-2>ul li {
    width: 400px;
}
.column-2 .sub-menu {
    left: 46%;
}

.menu-item.column-3>ul {
    min-width: 1050px;
    max-width: 1050px;
}
.menu-item.column-3>ul li {
    width: 300px;
}
}

.menu-item-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.menu-item-description {
    font-size: 14px;
    opacity: .6;
    margin-top: 10px;
    line-height: 1.1;
    font-weight: 400;
}

.header .menu-item:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}


@media screen and (min-width: 1300px) {
    ul#primary-menu {
        max-width: calc(100vw - 140px - 150px - 135px);
        width: 1000px;
        justify-content: space-between;
    }
    .header #primary-menu>.menu-item>a {
        padding: 14px 0;
    }
}
@media screen and (max-width: 1300px){
    .header__main {
        column-gap: 40px;
        display: none !important;
    }
    .burger,
    .mobile-menu {
        display: block !important;
    }

    .menu-item .sub-menu {
        min-width: 100% !important;
    }

    .menu-item>ul li {
        width: 100% !important;
    }

    .menu-item>ul li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .mobile-menu__logo{
        margin-bottom: 10px;
    }

    .mobile-menu__logo img{
        width: 160px;
    }

    .mobile-menu__close{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .mobile-menu__close:after,
    .mobile-menu__close:before{
        content: "";
        width: 30px;
        height: 3px;
        background: var(--text-color);
        border-radius: 2px;
        position: absolute;
        transition: .2s;
        border-radius: 24px;
    }

    .mobile-menu__close:before{
        transform: rotate(45deg);
    }

    .mobile-menu__close:after{
        transform: rotate(135deg);
    }

    .mobile-menu__close:hover:after,
    .mobile-menu__close:hover:before{
        background: var(--hover-color);
    }

    .mobile-menu__scroll{
        max-height: calc(100vh - 160px);
        height: 100%;
        overflow-y: auto;
        padding-left: 10px;
    }
    .mobile-menu-btn {
        margin: 0 auto;
    }

    .header .menu > .menu-item{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(124, 119, 171, 0.40);
    }

    .header .menu-item a{
        width: calc(100% - 30px);
    }

    .header .menu-item a .sub-menu-toggle{
        display: none;
    }


    .sub-menu-toggle{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        transition: .2s;
    }

    .sub-menu-toggle path{
        transition: .2s;
    }

    .sub-menu-toggle:hover path{
        stroke: var(--hover-color);
    }

    .header .menu-item:not(.menu-item-has-children) .sub-menu-toggle{
        display: none;
    }


    .sub-menu{
        margin-bottom: 15px;
        margin-top: 10px;
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background: none;
        padding: 0;
        display: none;
    }

    .sub-menu a{
        font-size: 16px !important;
    }

    .menu-item.active .sub-menu{
        display: block;
    }

    .menu-item.active .sub-menu-toggle{
        transform: rotate(180deg);
    }

    .burger{
        position: relative;
        width: 35px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .burger-icon{
        width: 60%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 3.5px;
        background: var(--text-color);
        border-radius: 24px;
        left: 0;
        transition: .4s;
        cursor: pointer;
    }

    .burger:after,
    .burger:before{
        content: "";
        position: absolute;
        background: var(--text-color);
        width: 100%;
        height: 3.5px;
        border-radius: 24px;
    }

    .burger:after{
        top: 0;
    }

    .burger:before{
        bottom: 0;
    }

    .burger:hover:before,
    .burger:hover:after,
    .burger:hover .burger-icon{

    }
    .burger:hover .burger-icon {
        width: 100%;
    }

    .mobile-menu{
        position: absolute;
    }

    .mobile-menu__wrapper{
        position: fixed;
        left: -100%;
        top: 0;
        transition: .4s;
        padding: 20px;
        background: var(--white-color);
        width: 100%;
        height: 100%;
        max-width: 500px;
        z-index: 1000;
    }

    .mobile-menu.active .mobile-menu__wrapper{
        left: 0;
    }

    .mobile-menu.active .background-overlay{
        visibility: visible;
        opacity: .5;
    }
    .mobile-menu__wrapper .primary__background {
        opacity: .5;
    }
    .mobile-menu__close,
    .mobile-menu__logo,
    .mobile-menu__scroll,
    .mobile-menu-btn {
        z-index: 3;
    }

    .mobile-menu__logo,
    .mobile-menu__scroll,
    .mobile-menu-btn {
        position: relative;
    }
}
















































/* footer */
.footer{
    margin-top: 150px;
    padding-bottom: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.footer-background {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    max-height: 270px;
    overflow: hidden;
    opacity: .5;
}

.footer__wrapper{
    display: grid;
    grid-template-columns: 522px 1fr;
    column-gap: 105px;
    position: relative;
    z-index: 2;
}

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

.footer__logo{
    margin-bottom: 48px;
}

.footer__logo img{
    width: 160px;
    height: 48px;
}

.footer__networks{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.footer__text{
    opacity: .4;
    line-height: 148%;
    margin-top: 30px;
}

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

.footer-column:nth-child(2) .footer-column__title{
    background: -webkit-linear-gradient(#FF9198, #FF6CDF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-column__title{
    margin-bottom: 48px;
    display: block;
}

.footer-column .menu{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.footer .menu-item a{
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    opacity: .56;
}

.footer .menu-item a:hover{
    opacity: 1;
}
.footer-background video {
    width: 100%;
    max-height: 430px;
}

@media screen and (max-width: 1600px) {
    .footer{
        margin-top: 120px;
    }
}

@media screen and (max-width: 1500px) {
    .footer__wrapper{
        grid-template-columns: 440px 1fr;
        column-gap: 80px;
    }
}

@media screen and (max-width: 1350px) {
    .footer__wrapper{
        grid-template-columns: 350px 1fr;
        column-gap: 60px;
    }
}

@media screen and (max-width: 1250px) {
    .footer__wrapper{
        grid-template-columns: 300px 1fr;
        column-gap: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .footer__wrapper{
        grid-template-columns: 250px 1fr;
    }
}

@media screen and (max-width: 1025px) {
    .footer{
        margin-top: 90px;
    }

    .footer__wrapper{
        grid-template-columns: 100%;
        row-gap: 45px;
    }

    .footer__logo{
        margin-bottom: 20px;
    }

    .footer-column__title{
        margin-bottom: 30px;
        font-size: 22px;
    }

    .footer-column .menu{
        row-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer{
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .footer__wrapper{
        row-gap: 35px;
    }

    .footer__main{
        text-align: center;
    }

    .footer__networks{
        justify-content: center;
    }

    .footer__menu{
        flex-direction: column;
        text-align: center;
        row-gap: 30px;
    }

    .footer-column__title{
        margin-bottom: 20px;
        font-size: 20px;
    }

    .footer-column .menu{
        row-gap: 15px;
    }

    .footer .menu-item a{
        font-size: 16px;
        display: flex;
        justify-content: center;
    }

    .footer__text{
        text-align: center;
    }
}











/* background arc */
.background-arc{
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: .3;
}
.background-arc svg {
    width: 100%;
    max-height: 120vh;
}
.content-under-bg {
    position: relative;
    z-index: 1;
}




/* swiper button */
.swiper-button-disabled{
    opacity: .5;
}

.planning .swiper-slide:not(.swiper-slide-active), 
.about .swiper-slide:not(.swiper-slide-active),
.marketplace .swiper-slide:not(.swiper-slide-active)  {
    opacity: 0 !important;
}
.marketplace_2 .marketplace__switchers-mobile {
    display: flex !important;
    flex-direction: row;
}

@media screen and (max-width: 900px) {
    .marketplace_2 .marketplace__switchers-pc {
        display: none !important;
    }
    .marketplace__image {
        z-index: 1 !important;
    }
}





















/* 404 */
.not-found{
    margin-top: 120px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found__title{
    font-size: 250px;
    line-height: 250px;
    margin-bottom: 10px;
}

.not-found__message{
    font-size: 32px;
    line-height: 32px;
}

.not-found__redirect{
    padding: 12px 24px;
    margin-top: 30px;
    max-width: 240px;
    font-size: 20px;
    line-height: 20px;
}

@media screen and (max-width: 1600px) {
    .not-found{
        margin-top: 90px;
        min-height: 350px;
    }

    .not-found__title{
        font-size: 200px;
        line-height: 200px;
    }

    .not-found__message{
        font-size: 28px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1400px) {
    .not-found__message{
        font-size: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1025px) {
    .not-found{
        margin-top: 50px;
        min-height: 300px;
    }

    .not-found__title{
        font-size: 150px;
        line-height: 150px;
    }

    .not-found__message{
        font-size: 22px;
        line-height: 22px;
    }

    .not-found__redirect{
        max-width: 200px;
        font-size: 18px;
        line-height: 18px;
    }

}

@media screen and (max-width: 767px) {
    .not-found{
        margin-top: 60px;
    }

    .not-found__title{
        font-size: 120px;
        line-height: 120px;
    }

    .not-found__message{
        font-size: 20px;
        line-height: 20px;
    }

    .not-found__redirect{
        padding: 10px;
        max-width: 150px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 370px) {
    .not-found__title{
        font-size: 100px;
        line-height: 100px;
    }

    .not-found__message{
        font-size: 18px;
        line-height: 18px;
    }
}
















/* page styles */
.type-page {
    margin-top: 40px;
}
#breadcrumbs{
    margin-bottom: 15px;
}

.page-content__title{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 35px;
    color: #fff;
}

.page-content__image{
    margin-bottom: 10px;
}

.page-content__image img{
    height: 500px;
    object-fit: cover;
}

.page-content__body p{
    /* margin-block: 5px;
    line-height: 20px; */
}

.page-content__body ul{
    /* padding-left: 15px;
    margin-block: 15px; */
}
.page-content__body>* {
    margin-bottom: 35px;
}

.page-content__body ul,
.page-content__body ol {
    padding-right: 40px;
}

.page-content__body li {
    margin-bottom: 10px;
}

.page-content__body,
.page-content__body *:not(h2, h3, h4) {
    font-size: 18px;
    line-height: 1.7em;
    color: #fff;
}

.page-content__body ul li{
    list-style: disc;
    /* margin-block: 5px; */
}

@media screen and (max-width: 1600px) {
    .page-content__image img{
        height: 450px;
    }
}

@media screen and (max-width: 1400px) {
    .page-content__image img{
        height: 400px;
    }
}

@media screen and (max-width: 1025px) {
    .page-content__title{
        font-size: 28px;
        line-height: 28px;
    }

    .page-content__image img{
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .page-content__title{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .page-content__image img{
        height: 300px;
    }
    .page-content__body,
    .page-content__body *:not(h2, h3, h4) {
        line-height: 1.4em;
    }
}

@media screen and (max-width: 400px) {
    .page-content__image img{
        height: 280px;
    }
}







































































/* breadcrumb styles */
#breadcrumbs .container{
    padding: 0;
}























/* thanks page */
.thanks-form{
    max-width: 550px;
    margin-inline: auto;
    margin-block: 60px;
    text-align: center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.thanks-form__title{
    margin-bottom: 15px;
}

.thanks-form__text{
    margin-bottom: 20px;
}

.thanks-form__btn{
    max-width: 260px;
    margin-inline: auto;
}

@media screen and (max-width: 1025px){
    .thanks-form__btn{
        max-width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .thanks-form__btn{
        max-width: 180px;
    }
}

















/* site background */
.site {
    position: relative;
    z-index: 2;
}
.site-background {
    background-color: rgba(2, 4, 41, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.stars-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: white;
    opacity: 0.5;
    animation: twinkle 1s infinite;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}











.blog-acf {
    margin: 100px 0;
}

.blog-acf>section:first-of-type {
    margin-top: 0;
}
.post-content__entry {
    color: #020324;
}
.post-content__meta {
    color: #020324;
    opacity: .5;
}









.thanks-page__wrapper {
    text-align: center;
    margin: 80px 0;
}

.thanks-page__btn {
    margin: 0 auto;
}

.thanks-page__text {
    margin: 40px 0;
}














/* about us */
.page-id-364 .page-content__breadcrumb,
.page-id-364 .page-content__header {
    display: none;
}

.page-id-364 .plan-project {
    margin-top: 60px !important;
}

.page-id-364 .clients {
    margin-bottom: 200px;
}
.page-id-217 .page-content__breadcrumb,
.page-id-217 .page-content__header {
    display: none !important;
}





/* contact us style */
.contact-us-main {
    position: relative;
    margin: 60px 0 100px;
}

.contact-us-main__title {
    text-align: center;
}

.contact-us-main__content {
    text-align: center;
    max-width: 900px;
    margin: 40px auto;
}













/* form  */
.wpcf7 {
    max-width: 500px;
    margin: 0 auto;
    direction: rtl;
}

.wpcf7 input:not([type="submit"]) {
    width: 100%;
    background: transparent;
    padding: 15px 20px;
    border: 2px solid #0094e6;
    color: #fff;
    display: block;
    text-align: right;
    border-radius: 24px;
    font-size: 24px;
    /*     margin: 0 -20px; */
}

.wpcf7 p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    /*     padding: 0 20px; */
}

.wpcf7 .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
}

.wpcf7-submit {
    width: 200px;
    /*     margin: 0 -20px; */
    font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
}

.wpcf7-not-valid-tip {
    display: block;
    font-size: 16px;
    margin-top: 3px;
}

.wpcf7 input.wpcf7-not-valid:not([type="submit"]) {
    border-color: red;
}

.wpcf7-response-output {
    margin-top: 0 !important;
    padding: 20px !important;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 500px) {
    .wpcf7-submit {
        width: 100%;
    }

    .wpcf7 input:not([type="submit"]) {
        padding: 10px 20px;
        font-size: 20px;
    }

    .wpcf7 p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1400px) {
    .wpcf7 form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 40px;
        row-gap: 10px;
    }

    .wpcf7 {
        max-width: 900px;
    }

    .wpcf7 form p {
        flex: 1 1 calc(50% - 40px);
    }

    .wpcf7 form p:last-of-type {
        flex: 1 1 100%;
    }
}





.whatsup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
.contact-sticky {
    position: fixed;
    bottom: 70px;
    left: 20px;
	background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 767px) {
    .whatsup, .contact-sticky {
        left: 10px;
    }
}















#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

body>#pojo-a11y-toolbar {
    top: auto !important;
    bottom: 125px !important;
}

body>#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom: 0;
    left: 200px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    border-radius: 0 10px 10px 0;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
    max-width: 20px !important;
}