.site-main {
    position: relative;
    overflow: hidden;
    background-position: 100% 85px;
}

.object-fit-bg-image {
    position: absolute;
    height: 100%;
    width: calc(50% - 150px);
    
    overflow: hidden;
}

body.rtl .object-fit-bg-image {
    left: 0;
}

body:not( .rtl ) .object-fit-bg-image {
    right: 0;
}

.object-fit-bg-image img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.landing-title {
    margin: 60px 0 30px 0;
}
.landing-title > *,
.landing-subtitle > * {
    margin: 0;
}
.landing-title, .landing-title > * {
    font-family: AmpleSoft;
    font-size: 86px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #ef0028;
}
.landing-subtitle,
.landing-subtitle > * {
    margin: 14px 0 49px 0;
    object-fit: contain;
    font-family: AauxNext;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: justify;
    color: #3c3c3b;
}
body.rtl .landing-title,
body.rtl .landing-title > * {
    font-size: 70px;
    font-weight: 300;
    font-family: 'Assistant', sans-serif;
}
body.rtl .landing-subtitle,
body.rtl .landing-subtitle > * {
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Assistant', sans-serif;
}

.landing-image img {
    border-radius: 46px;
    overflow: hidden
}
.landing-form {
    margin: 35px 0 119px 0;
}
.landing-form .form-border {
    padding: 35px;
    background-color: #f9f9f9;
}
.landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.landing .column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.landing .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.landing-image {
    transform: translateX(50px);
    border-radius: 46px;
    overflow: hidden;
}
.site-main {
    background-repeat: no-repeat;
    background-position: 100% 85px;
}
body.rtl .site-main {
    background-position: 0% 85px;
}
.landing-form .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
    height: 58px;
    margin: 0 0 32px 0;
    padding: 15px 0;
    background-color: transparent;
    object-fit: contain;
    font-family: AauxNext;
    font-size: 22px;
    font-weight: normal;
    line-height: 2.27;
    letter-spacing: -0.33px;
    text-align: left;
    color: #3f3f3f;
    border-radius: 0;
    border-color: transparent;
    border-bottom: 1px solid #dbdbd9;
}
body.rtl .landing-form .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
    text-align: right;
    font-family: 'Assistant', sans-serif;
}
.landing-form input:focus,
.landing-form input:hover,
.landing-form input:active,
.landing-form input:visited,
.landing-form input:focus-visible {
    outline: none;
}
.landing-form input[name="your-phone"],
.landing-form input[name="your-message"] {
    margin-bottom: 0;
}
.landing-form button[type=submit] {
    width: 162px;
    height: 58px;
    margin-top: 0;
    cursor: pointer;
}
.landing-form button[type=submit] {
    width: 162px;
    height: 58px;
    margin: 0 auto;
    margin-right: 0;
}
body.rtl .landing-form button[type=submit] {
    margin-left: 0;
    margin-right: auto;
}
.landing-form .cf7-smart-grid.has-grid .wpcf7-form-control.wpcf7-not-valid {
    border: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--red);
}
.landing-button .full {
    text-align: right;
    padding-top: 15px;
    padding-right: 5px;
}
.landing-form .arr-btn:hover {
    max-width: 240px;
    width: 140px;
    background-color: var(--red);
    border-color: var(--red);
    padding: 16px 28px;
    background-position: 80% 25px;
}
.landing-form .arr-btn:hover > span {
    color: #fff;
    max-width: 250px;
    margin-right: 10px;
}
.landing-form .cf7sg-container .cf7-smart-grid.has-grid .container.p-0 {
    padding-left: 0;
    padding-right: 0;
}
body.rtl .button-with-arrow:hover > i {
    right: 10px;
}
@media (min-width:2000px) {
    .site-main {
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: contain;
    }
    body.rtl .site-main {
        background-position: 0% 0;
    }
    .landing-image {
        transform: translateX(-30px);
    }
}
@media (min-width: 1601px) and (max-width: 1999px) {
    body.rtl .site-main {
        background-position: -5% 85px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .site-main {
        background-position: 110% 85px;
    }
    body.rtl .site-main {
        background-position: -10% 85px;
    }
}

@media screen and (max-width: 1980px) {
    .landing-image {
        transform: translateX(-30px);
    }
}

@media (max-width:1690px) {
    .landing-title {
        margin: 60px 0 30px 0;
    }
    .site-main {
        background-position: 115% 85px;
    }
    body.rtl .site-main {
        background-position: -15% 85px;
    }
}
@media (max-width: 1536px) {
    .object-fit-bg-image {
        width: calc(50% - 110px);
    }
    .main-content-wrp {
        max-width: 1200px;
    }
    .landing-title {
        margin: 60px 0 25px 0;
    }
    body.rtl .landing-title {
        margin-right: 25px;
    }
    .landing-title,
    .landing-title > * {
        font-size: 64px;
    }
    .landing-subtitle {
        margin: 0 40px 25px 0;
    }
    body.rtl .landing-subtitle {
        margin: 0 25px 40px 0;
    }
    .landing-subtitle,
    .landing-subtitle > * {
        font-size: 18px;
        line-height: 1.6;
    }
    .landing-form {
        margin: 20px 0 119px 0;
    }
    .landing-form .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
        height: 66px;
        padding: 15px 10px;
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .landing-form {
        margin: 25px 20px 119px 0;
    }
    .landing-form .form-border {
        padding: 25px;
    }
    .landing-form button[type=submit] {
        width: 136px;
        height: 52px;
        margin: 0 auto;
        margin-right: 0;
        font-size: 1.3rem;
    }
    .landing-image {
        padding: 20px;
    }
    .landing-image {
        transform: translateX(-30px);
    }
    .site-main {
        background-position: 106% 85px;
        background-size: contain;
    }
    body.rtl .landing-image {
        transform: translateX(15px);
    }
    body.rtl .site-main {
        background-position: -6% 85px;
    }
}

@media (max-width:1450px) {
    .site-main {
        background-position: 100% 85px;
        background-size: contain;
    }
    .site-main.is-image {
        background-position: 115% 85px;
        background-size: contain;
    }
    body.rtl .site-main {
        background-position: -10% 85px;
    }
    body.rtl .site-main.is-image {
        background-position: -15% 85px;
        background-size: contain;
    }
}

@media (max-width:1370px) {
    .site-main.is-image {
        background-position: 120% 85px;
        background-size: contain;
    }
    body.rtl .site-main.is-image {
        background-position: -20% 85px;
    }
}

@media (max-width:1240px) {
    .landing-image {
        transform: translateX(-30px);
    }
    .landing-title {
        margin: 135px 0 30px 0;
    }
}

@media (max-width:1290px) {
    .landing-image {
        transform: translateX(-30px);
    }
    .landing-title {
        margin: 60px 0 30px 0;
    }
    .site-main {
        background-position: 110% 85px;
        background-size: contain;
    }
    .site-main.is-image {
        background-position: 120% 85px;
    }
    body.rtl .site-main {
        background-position: -10% 85px;
    }
    body.rtl .site-main.is-image {
        background-position: -30% 85px;
    }
}

@media (max-width: 994px) {
    .object-fit-bg-image {
        display: none;
    }
    .site-main,
    .site-main.is-image .column-has-image,
    body.rtl .site-main .column-has-image,
    body.rtl .site-main.is-image .column-has-image {
        background-position-x: 100%;
        background-position-y: 0;
        background-size: contain;
    }
    .site-main.is-image {
        background-image: none;
    }
    .landing .column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landing .column.column-has-image {
        padding-right: 0px;
        padding-left: 0px;
    }

    .landing-image:not(.landing-no-image) {
        padding: 40px 40px 70px;
        padding: 40px 40px;
        transform: translateY(60px);
        transform: translateY(0px);
        border-radius: 0;
    }
    .landing-image.landing-no-image {
        padding: 0;
        height: 320px;
    }
    .landing-title {
        margin: 30px 0 30px 0;
        padding: 0 20px;
    }
    .landing-title,
    .landing-title > *,
    body.rtl .landing-title,
    body.rtl .landing-title > * {
        text-align: center;
        font-size: 32px;
    }
    .landing-subtitle {
        padding: 0 30px;
        margin-right: 0;
    }
    .landing-subtitle,
    .landing-subtitle > *,
    body.rtl .landing-subtitle,
    body.rtl .landing-subtitle > * {
        font-size: 14px;
        text-align: center;
    }
    .landing-image,
    body.rtl .landing-image {
        padding: 40px 40px 0;
        transform: translateX(0px);
    }
    body.rtl .landing-image {
        padding-bottom: 50px;
    }
    .landing-image img {
        border-radius: 46px;
        overflow: hidden;
    }
    .landing-form {
        padding: 0 30px;
    }
    .landing-form .form-border {
        padding: 15px;
    }
    .landing .column:nth-child(1) {
        order:2;
    }
    .landing .column:nth-child(2) {
        order:1;
    }
    .landing-form .cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
        font-size: 16px;
        height: 58px;
        margin: 0;
    }
    .landing-form input[name="your-phone"] {
        margin-bottom: 15px;
    }
    .landing-button .full {
        text-align: center;
    }
    .landing-form input[name="your-message"] {
        margin-bottom: 0;
    }
    .landing-form button[type=submit] {
        width: 150px;
        height: 42px;
        margin: 0 auto;
        margin-right: auto;
        font-size: 18px;
    }
    .landing-form .landing-button {
        padding-top: 30px;
    }
}
@media (max-width:420px) {
    .landing-image.landing-no-image {
        padding: 0;
        height: 340px;
    }
    body.rtl .landing-image.landing-no-image {
        padding: 0;
        height: 430px;
    }
}
@media (max-width:391px) {
    .landing-image.landing-no-image {
        padding: 0;
        height: 310px;
    }
    body.rtl .landing-image.landing-no-image {
        padding: 0;
        height: 390px;
    }
}
body.rtl .cf7sg-response-output,
body.rtl .landing-form input {
    direction: rtl;
}