.footer__wrapper,
.growth,
.feature,
.hero .main-heading,
.paragraph {
    direction: rtl;
    text-align: right;
}

.header.header-1 {
    direction: rtl;
}

.header__nav-primary > li:nth-child(n + 2) {
    margin-left: 0;
    margin-right: 3rem;
}

.growth__wrapper {
    padding: 15rem 0;
}

.growth h2 {
    padding: 20px 0;
    line-height:30px;
}

.clients-slide {
    text-align: center !important;
}

.clients-slide a img {
    max-height: 150px !important;

}

.header__nav-primary > li:last-child {
    margin-left: 3rem;
}


.swiper-slide {
    text-align: center;
    width: 500px;
}

.swiper-slide p{
    font-size: 18px;
    text-align: center;
}

.instagram {
    background: #833ab4;
    background: linear-gradient(
      to right,
      #833ab4,#fd1d1d,#fcb045
    );
  }

.clients-sec h2 {
    color: #666b6d;
    text-align: center;
    font-size: 6rem;
}

.questions .section-heading {
    width: 50%;
}

.swiper-container,
.clients {
    height: 220px;
}


.header__nav ul li:last-child {
    background: #6c499d; 
    border-radius: 5px;
    padding: 8px 20px ;
}

.header__nav ul li:last-child a {
    color: #fff !important;
}

/* contact_f */
.contactff {
    width: 100vw;
}
.contactff__wrapper {
    width: calc(100% - 10rem);
    margin: 0 auto;
    position: relative;
    padding: 1.5rem 0 0 0;
}
.contactff__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82%;
    background-color: #fef2f6;
    border-radius: 3rem;
}
.contactff__info {
    position: relative;
    bottom: -4.6rem;
}
.contactff__info .section-heading {
    width: 88%;
}
.contactff__info--field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
}
.contactff__info button {
    width: 23.1rem;
    margin-left: 1rem;
    background: #8d2ac4;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: white;
    background: -webkit-gradient(linear, left bottom, left top, from(#8d2ac4), color-stop(50%, #ff8aaf), to(#8d2ac4));
    background: linear-gradient(0deg, #8d2ac4 0%, #ff8aaf 50%, #8d2ac4 100%);
    border: none;
    background-size: 200% 200%;
    background-position: bottom;
    -webkit-transform: var(--transform-fix);
    transform: var(--transform-fix);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
    -webkit-filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
    -moz-filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
    cursor: pointer;
}
.contactff__info button:hover {
    background-position: top;
}
.contactff__img {
    text-align: right;
    position: relative;
}
.contactff__img img {
    z-index: 10;
    position: relative;
}
.contactff__img::before {
    content: "";
    width: 63.6rem;
    height: 36.7rem;
    background: url(../images/contactff-texture.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    right: -15rem;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .contactff {
        margin-top: 5rem;
    }
    .contactff__wrapper {
        width: calc(100% - 5rem);
        background-color: #fef2f6;
        border-radius: 3rem;
        padding-top: 10rem;
        overflow: hidden;
    }
    .contactff__wrapper::before {
        display: none;
    }
    .contactff__img {
        text-align: center;
        margin-top: 2rem;
    }
    .contactff__img::before {
        right: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .contactff__info {
        position: static;
        bottom: initial;
    }
    .contactff__info--field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contactff__info button {
        margin: 2rem auto 0 auto;
        width: 33rem;
    }
}
select,
.input-field {
    width: 33rem;
    height: 6.5rem;
    border: 4px solid #f1eafd;
    border-radius: 10rem;
    padding: 0 2rem 0 3rem;
    font-size: 1.6rem;
    color: #666b6d;
}
.input-field::-webkit-input-placeholder {
    color: #666b6d;
}
.input-field::-moz-placeholder {
    color: #666b6d;
}
.input-field:-ms-input-placeholder {
    color: #666b6d;
}
.input-field:-moz-placeholder {
    color: #666b6d;
}
.input-field:focus {
    outline: 0;
    border: 4px solid #694b9a;
}
.contactff-2 .contactff__wrapper {
    overflow: visible;
}
.contactff-2 .contactff__wrapper::before {
    height: 90% !important;
}
.contactff-2 .container {
    overflow: visible;
}
.contactff-2 .row > div {
    overflow: visible;
}
.contactff-2 .section-heading {
    width: 80%;
    margin-bottom: 3rem;
}
.contactff-2 .comment_form {
    z-index: 50;
    position: relative;
}
.contactff-2 .contactff__img {
    position: relative;
    right: -5rem;
}
.contactff-2 .contactff__img img {
    width: auto;
    height: auto;
}
.contactff-2 .contactff__img::before {
    width: 66rem;
    height: 40rem;
}

.section-contact {
    font-size: 18px;
    text-align: right;
    direction: rtl;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 15px;
}

.questions .order-2 {
    text-align: right;
    direction: rtl;
}




@media (max-width: 991.98px) {
    .contactff-2 .section-heading {
        width: 80%;
    }
    .contactff-2 .contactff__wrapper {
        padding: 5rem 2rem 0 2rem;
        overflow: hidden;
    }
    .contactff-2 .contactff__wrapper::before {
        height: 100%;
    }
    .contactff-2 .contactff__img {
        position: static;
        right: initial;
        text-align: center;
    }
}
