.service__detail-banner{
    padding: 70px 0px;
}
.development__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.development__content-col {
    width: calc(55% - 54px)
}

.development__image-col {
    width: calc(45% - 54px)
}

.image__wrapper {
    width: 100%;
    height: 344px;
    border-radius: 10px;
    overflow: hidden
}

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

.content__wrapper h2 {
    font-size: 56px;
    font-weight: var(--font-bold);
    line-height: 61.49px;
    margin-bottom: 30px
}
.content__wrapper h1 {
    font-size: 72px;
    font-weight: var(--font-bold);
    line-height: 92.65px;
    margin-bottom: 30px;
    font-family:var(--helvetica-regular-font);
    text-transform: capitalize;
}

.content__wrapper p {
    font-size: 16px;
    font-weight: var(--font-regular);
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: .32px;
    opacity: .6
}

.pricing__button {
    border: none;
    background-color: var(--yellow-color);
    padding: 12px 70px;
    line-height: normal;
    font-size: 14px;
    border-radius: 50px;
    display: inline-block;
    color: var(--black-color);
    font-weight: var(--font-medium);
    font-family: var(--open-sans-font);
    margin-top: 30px;
    transition: .3s ease-in-out;
}
.pricing__button:hover{
    background-color: var(--black-color);
    color: var(--yellow-color);
    transition: .3s ease-in-out;
}
.all__service-button {
    border: none;
    background-color: var(--yellow-color);
    padding: 12px 70px;
    line-height: normal;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    color: var(--black-color);
    font-weight: var(--font-medium);
    font-family: var(--open-sans-font);
    margin-top: 30px;
    margin-right: 10px;
    transition: .3s ease-in-out;
}
.all__service-button:hover{
    background-color: var(--black-color);
    color: var(--yellow-color);
    transition: .3s ease-in-out;
}
.company__cta-btn {
    border: none;
    background-color: var(--black-color);
    padding: 12px 70px;
    line-height: normal;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    font-weight: var(--font-medium);
    font-family: var(--open-sans-font);
    margin-top: 20px;
    transition: .3s ease-in-out;
}
.company__cta-btn:hover{
    background-color: var(--yellow-color);
    color: var(--black-color);
    transition: .3s ease-in-out;
}


/*  */
.opprotunities__section{
    padding: 70px 0px 70px;
}
.opprotunities__wrapper {
    position: relative;
    background-color: var(--black-color);
    padding: 70px 0 54px;
    border-radius: 50px 50px 0 0
}

.opprotunities__content-block {
    max-width: 50%;
    padding: 0 108px 0 65px
}

.opprotunities__content-block h2 {
    font-size: 44px;
    color: var(--white-color);
    /* font-weight: var(--font-bold); */
    line-height: 54.65px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin-bottom: 24px;
    font-family: var(--helvetica-regular-font);
    text-transform: capitalize;
}

.opprotunities__content-block p {
    font-size: 16px;
    color: var(--white-color);
    font-weight: var(--font-regular);
    line-height: 24px;
    margin-bottom: 60px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
    letter-spacing: .28px;
    opacity: .63
}

.opprotunities__content-block a {
    border: none;
    background: var(--primery-gradient);
    padding: 12px 47px;
    color: var(--white-color);
    font-family: var(--open-sans-font);
    font-weight: var(--font-medium);
    line-height: normal;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.client__slide-item,
.opprotunities__content-block a:hover {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.opprotunities__content-block a:hover {
    opacity: .8;
    transition: .3s ease-in-out
}

.opprotunities__image-wrapper {
    width: 50%;
    height: 575px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.opprotunities__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* Pricing */
.service__detail-pricing{
    padding: 70px 0px 35px;
}

.pricing__row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -13px
}

.pricing__column {
    width: 33.33%;
    padding: 0 13px
}

.pricing__item-wrapper {
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(185, 152, 217, .49);
    padding: 30px 22px 41.03px 22px;
    position: relative;
    height: 100%;

}

.pricing__item-wrapper h4 {
    font-size: 28px;
    line-height: 34.73px;
    font-weight: var(--font-bold);
    color: var(--black-color);
    margin-bottom: 4px;
}

.package__info-list ul li,
.pricing__item-wrapper p {
    line-height: 19.36px;
    font-weight: var(--font-regular)
}

.pricing__item-wrapper p {
    font-size: 14px;
    color: var(--black-color);
    margin-bottom: 0
}

.package__price {
    margin-top: 15px;
    margin-bottom: 15px;
}

.package__price h4 {
    color: var(--black-color);
    font-size: 46px;
    line-height: 56.77px;
    font-weight: var(--font-bold);
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
}

.package__start-button a,
.recommended__tag p {
    color: var(--white-color);
    font-weight: var(--font-bold)
}

.package__price h4 .currency__symbols {
    font-size: 26px;
    line-height: 29.89px;
    margin-bottom: 25px;
}

.package__price h4 .price__par-month {
    font-size: 14px;
    line-height: 16.94px;
    color: var(--dark-gray-color);
    font-weight: var(--font-regular);
    margin-bottom: 12px
}

.package__start-button {
    text-align: center;
    margin-bottom: 21.39px
}

.package__start-button a {
    font-size: 14px;
    line-height: 16.94px;
    background-color: var(--black-color);
    padding: 12px 86px;
    border: 1px solid var(--black-color);
    border-radius: 50px;
    transition: .3s ease-in-out
}

.contact__sale-button a,
.package__start-button a:hover {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.package__start-button a:hover {
    background-color: transparent;
    color: var(--black-color);
    transition: .3s ease-in-out
}

.package__info-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.package__info-list ul li {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 10.61px 0 10.61px 22.95px;
    position: relative;
    font-size: 14px;
    color: var(--black-color);
}
.package__info-list ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 0;
    background: url(../images/success-line.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

.recommended__tag {
    position: absolute;
    top: 8px;
    left: 22px;
}

.recommended__tag p {
    font-size: 11px;
    line-height: 14.52px;
    margin: 0;
    display: inline-block;
    padding: 2px 11px;
    border-radius: 3px;
    background: var(--2-color-gradient, linear-gradient(90deg, #641da3 0, #e12677 100.45%))
}

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

.pricing__enterprise-column {
    height: calc(50% - 8.5px);
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(185, 152, 217, .49);
    padding: 30px 22px 30px 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing__book-column {
    height: calc(50% - 8.5px);
    background: var(--primery-gradient);
    border-radius: 10px;
    padding: 25px 18px 25px 18px;
    position: relative;
    display: flex;
}

.pricing__enterprise-column h4 {
    font-size: 32px;
    line-height: 38.73px;
    font-weight: var(--font-bold);
    color: var(--black-color);
    margin-bottom: 11px
}

.pricing__enterprise-column p {
    font-size: 14px;
    line-height: 18.36px;
    font-weight: var(--font-regular);
    color: var(--black-color);
    margin-bottom: 0;
}

.contact__sale-button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.contact__sale-button a {
    font-size: 14px;
    font-weight: var(--font-bold);
    line-height: 16.94px;
    color: var(--black-color);
    background-color: var(--yellow-color);
    padding: 12px 74px;
    border: 1px solid var(--yellow-color);
    border-radius: 50px;
    transition: .3s ease-in-out
}

.book__call-button a,
.contact__sale-button a:hover {
    background-color: var(--black-color);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.contact__sale-button a:hover {
    border-color: var(--black-color);
    color: var(--yellow-color);
    transition: .3s ease-in-out
}

.card__bottom-text {
    text-align: center
}

.card__bottom-text p {
    color: var(--dark-gray-color);
    font-size: 14px;
    font-weight: var(--font-regular);
    line-height: normal;
    margin: 0
}

.pricing__book-column h2 {
    color: var(--white-color);
    font-weight: var(--font-bold);
    line-height: normal;
    font-size: 32px;
    margin-bottom: 7px
}

.pricing__book-column p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--font-regular);
    line-height: normal;
    margin-bottom: 0
}

.book__call-button {
    text-align: right;
    margin-top: 41px
}

.book__call-button a {
    font-size: 14px;
    font-weight: var(--font-bold);
    line-height: 16.94px;
    color: var(--white-color);
    padding: 12px 72px;
    border: 1px solid var(--black-color);
    border-radius: 50px;
    transition: .3s ease-in-out
}

.book__call-button a:hover {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--black-color);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.pricing__book-bg--layer {
    width: 241px;
    height: 61px;
    position: absolute;
    top: 0;
    right: 0
}

.pricing__book-bg--layer img {
    width: 100%;
    height: 100%
}
.pricing__switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

.pricing__switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing__slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background: var(--yellow-color);
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing__switch input:checked + .pricing__slider {
    background-color: #000 !important;
}
.pricing__switch input:checked + .pricing__slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: var(--yellow-color);
}
.pricing__slider.round {
    border-radius: 34px;
}
.pricing__slider.round:before {
    border-radius: 50%;
}
.pricing__switch-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 15px;
}
.pricing__switch-btn p{
    font-size: 18px;
    line-height: 21.78px;
    color: var(--black-color);
    font-family: var(--inter-font);
    font-weight: var(--font-bold);
    margin-bottom: 0px;
    text-transform: uppercase;
}
.seo__chart-img{
    max-width: 170px;
    margin: 0 auto;
    margin-top: 10px;
}
.seo__chart-img img{
    width: 100%;
}
.pricing__book-border--wrapper{
    border: 1px solid var(--white-color);
    padding: 19px 60px 19px 23px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup__main-block {
    max-height: 95%;
    overflow-y: auto;
}
.recommended__tag p{
    min-height: auto;
}
.pricing__switch-btn p{
    min-height: auto;
}
/* Pricing */

.service__detail-company{
    padding: 35px 0px 70px;
}
.company__title-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 79px
}

.company__title-heading {
    width: calc(45% - 50px)
}

.company__title-content {
    width: calc(55% - 50px);
    padding-top: 16px;
}

.company__title-heading h2 {
    font-size: 44px;
    color: var(--black-color);
    /* font-weight: var(--font-bold); */
    line-height: 54.65px;
    margin-bottom: 0;
    font-family: var(--helvetica-regular-font);
    text-transform: capitalize;
}

.company__title-content p {
    font-size: 16px;
    color: var(--dark-gray-color);
    font-weight: var(--font-regular);
    line-height: 26px;
    margin-bottom: 0
}

.clients__sliders .swiper-wrapper{
    align-items: stretch;
}
.clients__sliders .swiper-wrapper .swiper-slide{
    height: auto;
}

.client__slide-item {
    padding: 50px 25px 50px 25px;
    position: relative;
    border-radius: 10px;
    background: 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s ease-in-out;
}

.client__slide-item h5,
.client__slide-item p {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.client__slide-item h5 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 40.65px;
    font-family: var(--helvetica-regular-font);
    transition: .3s ease-in-out;
}

.client__slide-item p {
    font-size: 16px;
    color: #605454;
    font-weight: var(--font-regular);
    margin-bottom: 0;
    line-height: 26px;
    transition: .3s ease-in-out
}

.popup__header h2,
.popup__header h3 {
    color: var(--white-color);
    line-height: normal
}

.swiper-slide-active .client__slide-item,
.swiper-slide-active .client__slide-item h5 {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

/* .client__slide-item {
    background: linear-gradient(110deg, #641da3 11.46%, #e12677 94.73%);
    transition: .3s ease-in-out
}

.client__slide-item h5 {
    color: var(--white-color);
    transition: .3s ease-in-out
} */
.swiper-slide-active .client__slide-item {
    background: linear-gradient(110deg, #641da3 11.46%, #e12677 94.73%);
    transition: .3s ease-in-out
}

.swiper-slide-active .client__slide-item h5 {
    color: var(--white-color);
    transition: .3s ease-in-out
}

.clients__sliders .swiper-pagination .swiper-pagination-bullet,
.swiper-slide-active .client__slide-item p {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.swiper-slide-active .client__slide-item p {
    color: #e6e6e6;
    transition: .3s ease-in-out
}

.clients__sliders .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5.5px;
    min-height: 18px;
    width: auto;
}

.clients__sliders .swiper-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 9px;
    height: 9px;
    background: linear-gradient(63deg, #641da3 -58.82%, #e12677 110.78%), #d9d9d9;
    transition: .3s ease-in-out
}

.clients__sliders .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pricing__button {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.clients__sliders .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    transition: .3s ease-in-out
}
.clients__sliders-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.clients__sliders-nav .swiper-button-next, .clients__sliders-nav .swiper-button-prev{
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    margin: 0px;
}
.clients__sliders-nav .swiper-button-next::after, .clients__sliders-nav .swiper-button-prev::after{
    display: none;
}
.clients__sliders-nav .swiper-button-next svg, .clients__sliders-nav .swiper-button-prev svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width:1460px) and (min-width:1401px) {
    .content__wrapper h1 {
        font-size: 54px;
        line-height: 70.65px;
    }
    .content__wrapper p{
        line-height: 25px;
    }
    .opprotunities__content-block h2{
        font-size: 36px;
        line-height: 43.56px;
    }
    .opprotunities__content-block p{
        font-size: 16px;
        line-height: 25px;
    }
    .company__title-heading h2{
        font-size: 36px;
        line-height: 43.56px;
    }
    .company__title-content p{
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width:1400px) and (min-width:1301px) {
    .content__wrapper h1 {
        font-size: 54px;
        line-height: 70.65px;
    }
    .content__wrapper p{
        line-height: 25px;
    }
    .opprotunities__content-block h2{
        font-size: 36px;
        line-height: 43.56px;
    }
    .opprotunities__content-block p{
        font-size: 16px;
        line-height: 25px;
    }
    .company__title-heading h2{
        font-size: 36px;
        line-height: 43.56px;
    }
    .company__title-content p{
        font-size: 16px;
        line-height: 25px;
    }
}


@media screen and (max-width:1320px) and (min-width:1025px) {
    .page__title h1 {
        font-size: 54px
    }

    .development__content-col {
        width: calc(55% - 15px)
    }

    .development__image-col {
        width: calc(45% - 15px)
    }

    .content__wrapper h2 {
        font-size: 46px;
        line-height: 53.49px;
        margin-bottom: 20px
    }
    .content__wrapper h1 {
        font-size: 48px;
        line-height: 64.65px;
        margin-bottom: 20px
    }
    .content__wrapper p{
        font-size: 16px;
        line-height: 24px;
    }

    .image__wrapper {
        height: 335px
    }

    .opprotunities__wrapper {
        padding: 60px 0 55px;
        border-radius: 40px 40px 0 0
    }

    .opprotunities__content-block {
        padding: 0 50px 0 40px
    }

    .opprotunities__content-block h2 {
        font-size: 36px;
        line-height: 43.56px;
        margin-bottom: 19px;
    }

    .opprotunities__content-block p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .opprotunities__content-block a {
        padding: 10px 35px;
        font-size: 16px
    }

    /* .company__title-heading {
        width: calc(65% - 25px)
    }

    .company__title-content {
        width: calc(35% - 25px)
    } */

    .opprotunities__image-wrapper {
        height: 515px;
    }

    .company__title-heading h2 {
        font-size: 36px;
        line-height: 43.56px
    }

    .company__title-content p {
        font-size: 16px;
        line-height: 24px
    }

    .client__slide-item {
        padding: 40px 20px 50px
    }

    .client__slide-item h5 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 15px
    }

    .all__services-wrapper {
        padding: 40px 0 70px
    }
    .clients__sliders::after {
        right: 80px;
        width: 170px;
        height: 154px;
    }
    .clients__sliders::before {
        left: 80px;
        width: 170px;
        height: 154px;
    }
    .popup__main-block {
        max-width: 95%;
    }
    .popup__header h2 {
        font-size: 22px;
        margin-bottom: 2.46px;
    }
    .popup__header h3 {
        font-size: 34px;
    }
    .popup__header {
        padding: 17px 45px 17px 45px;
    }
    .popup__body {
        padding: 25px 25px;
    }
    .pricing__item-wrapper h4 {
        font-size: 22px;
        line-height: 27.73px;
    }
    .pricing__item-wrapper p {
        font-size: 12px;
        line-height: 16.36px;
    }
    .pricing__switch-btn p {
        font-size: 14px;
        line-height: 18.78px;
    }
    .pricing__item-wrapper {
        padding: 35px 20px 40px 20px;
    }
    .recommended__tag {
        top: 10px;
        left: 20px;
    }
    .pricing__switch-btn {
        gap: 10px;
    }
    .pricing__switch {
        width: 43px;
        height: 20px;
    }
    .pricing__slider:before {
        height: 16px;
        width: 16px;
    }
    .pricing__switch input:checked + .pricing__slider:before {
        -webkit-transform: translateX(23px);
        -ms-transform: translateX(23px);
        transform: translateX(23px);
    }
    .package__start-button a {
        font-size: 14px;
        line-height: 15.94px;
        padding: 10px 45px;
    }
    .package__info-list ul li {
        padding: 13.61px 0 13.61px 22.95px;
        font-size: 13px;
    }
    .contact__sale-button a {
        font-size: 14px;
        line-height: 15.94px;
        padding: 10px 40px;
    }
    .pricing__enterprise-column p {
        font-size: 12px;
        line-height: 17.36px;
    }
    .pricing__enterprise-column h4 {
        font-size: 22px;
        line-height: 27.73px;
        margin-bottom: 4px;
    }
    .seo__chart-img {
        max-width: 163px;
        margin-top: 6px;
    }
    .pricing__enterprise-column {
        height: calc(50% - 8.5px);
        padding: 35px 22px 24px 22px;
    }
    .pricing__book-column {
        height: calc(50% - 8.5px);
    }
    .pricing__book-border--wrapper {
        padding: 20px 20px 20px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pricing__book-column h2 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .book__call-button a {
        font-size: 14px;
        line-height: 15.94px;
        padding: 10px 45px;
    }
    .pricing__book-column p {
        font-size: 12px;
    }
    .book__call-button {
        text-align: center;
        margin-top: 30px;
    }
    .package__price h4 {
        font-size: 40px !important;
        line-height: 50.77px !important;
    }
    .package__price h4 .currency__symbols {
        font-size: 24px;
        line-height: 28.89px;
        margin-bottom: 21px;
    }
    .package__price h4 .price__par-month {
        font-size: 17px;
        line-height: 18.94px;
        margin-bottom: 9px;
    }
    .popup__main-block {
        max-height: 95%;
        overflow-y: auto;
    }
}

@media(max-width:1024px) {
    .page__title h1 {
        font-size: 54px
    }

    .development__content-col {
        width: calc(55% - 15px)
    }

    .development__image-col {
        width: calc(45% - 15px)
    }

    .content__wrapper h2 {
        font-size: 46px;
        line-height: 53.49px;
        margin-bottom: 20px
    }
    .content__wrapper h1 {
        font-size: 48px;
        line-height: 64.65px;
        margin-bottom: 20px;
    }
    .content__wrapper p {
        line-height: 24px;
    }
    .all__service-button {
        padding: 10px 55px;
        font-size: 16px;
    }

    .image__wrapper {
        height: 335px
    }

    .opprotunities__wrapper {
        padding: 60px 0 55px;
        border-radius: 40px 40px 0 0
    }

    .opprotunities__content-block {
        padding: 0 50px 0 40px
    }

    .opprotunities__content-block h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .opprotunities__content-block p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .opprotunities__content-block a {
        padding: 10px 35px;
        font-size: 16px
    }

    .company__title-heading {
        width: calc(45% - 50px)
    }

    .company__title-content {
        width: calc(55% - 50px)
    }

    .company__title-heading h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .company__title-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .company__cta-btn {
        padding: 10px 55px;
        font-size: 16px;
    }

    .client__slide-item {
        padding: 40px 20px 40px
    }

    .client__slide-item h5 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .client__slide-item p{
        line-height: 24px;
    }

    .all__services-wrapper {
        padding: 40px 0 70px
    }
    .clients__sliders::after {
        right: 80px;
        width: 170px;
        height: 154px;
    }
    .clients__sliders::before {
        left: 80px;
        width: 170px;
        height: 154px;
    }
    /* Popup */
    .popup__main-block {
        max-width: 95%;
    }
    .popup__header h2 {
        font-size: 22px;
        margin-bottom: 2.46px;
    }
    .popup__header h3 {
        font-size: 34px;
    }
    .popup__header {
        padding: 17px 45px 17px 45px;
    }
    .popup__body {
        padding: 25px 25px;
    }
    .pricing__item-wrapper h4 {
        font-size: 22px;
        line-height: 27.73px;
    }
    .pricing__item-wrapper p {
        font-size: 12px;
        line-height: 16.36px;
    }
    .pricing__switch-btn p {
        font-size: 14px;
        line-height: 18.78px;
    }
    .pricing__item-wrapper {
        padding: 35px 20px 40px 20px;
    }
    .recommended__tag {
        top: 10px;
        left: 20px;
    }
    .pricing__switch-btn {
        gap: 10px;
    }
    .pricing__switch {
        width: 43px;
        height: 20px;
    }
    .pricing__slider:before {
        height: 16px;
        width: 16px;
    }
    .pricing__switch input:checked + .pricing__slider:before {
        -webkit-transform: translateX(23px);
        -ms-transform: translateX(23px);
        transform: translateX(23px);
    }
    .package__start-button a {
        font-size: 14px;
        line-height: 15.94px;
        padding: 10px 45px;
    }
    .package__info-list ul li {
        padding: 13.61px 0 13.61px 22.95px;
        font-size: 13px;
    }
    .contact__sale-button a {
        font-size: 14px;
        line-height: 15.94px;
        padding: 10px 40px;
    }
    .pricing__enterprise-column p {
        font-size: 12px;
        line-height: 17.36px;
    }
    .pricing__enterprise-column h4 {
        font-size: 22px;
        line-height: 27.73px;
        margin-bottom: 4px;
    }
    .seo__chart-img {
        max-width: 60%;
        margin-top: 6px;
    }
    .pricing__enterprise-column {
        height: calc(50% - 8.5px);
        padding: 35px 22px 24px 22px;
    }
    .pricing__book-column {
        height: calc(50% - 8.5px);
    }
    .pricing__book-border--wrapper {
        padding: 20px 20px 20px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .pricing__book-column h2 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .book__call-button a {
        font-size: 14px;
        line-height: 15.94px;
        padding: 10px 45px;
    }
    .pricing__book-column p {
        font-size: 12px;
    }
    .book__call-button {
        text-align: center;
        margin-top: 30px;
    }
    .package__price h4 {
        font-size: 40px !important;
        line-height: 50.77px !important;
    }
    .package__price h4 .currency__symbols {
        font-size: 24px;
        line-height: 28.89px;
        margin-bottom: 21px;
    }
    .package__price h4 .price__par-month {
        font-size: 17px;
        line-height: 18.94px;
        margin-bottom: 9px;
    }
    .opprotunities__image-wrapper {
        height: 500px;
    }
}

@media(max-width:991px) {
    .tab {
        gap: 20px;
        row-gap: 20px
    }

    .page__title h1 {
        font-size: 46px
    }

    .servicesTabcontent {
        padding: 70px 0 0
    }

    .content__wrapper h2 {
        font-size: 32px;
        line-height: 40.49px;
        margin-bottom: 20px
    }
    .content__wrapper h1 {
        font-size: 36px;
        line-height: 48.65px;
        margin-bottom: 20px
    }

    .content__wrapper p {
        font-size: 16px;
        line-height: 24px
    }
    .all__service-button {
        font-size: 14px;
    }

    .image__wrapper {
        height: 285px
    }

    .opprotunities__content-block {
        padding: 0 20px
    }

    .opprotunities__content-block p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .opprotunities__image-wrapper {
        height: 445px
    }

    .opprotunities__content-block h2 {
        font-size: 20px;
        line-height: 28.527px;
        margin-bottom: 10px;
    }

    .company__title-heading h2 {
        font-size: 26px;
        line-height: normal;
    }

    .company__title-heading {
        width: calc(45% - 10px);
    }

    .company__title-content {
        width: calc(55% - 10px)
    }

    .client__slide-item h5 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .opprotunities__wrapper {
        padding: 40px 0 40px;
    }

    .client__slide-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .service__detail-company {
        padding: 35px 0px 50px;
    }

    .client__slide-item {
        padding: 30px 20px
    }

    .clients__sliders .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 13px;
        height: 13px
    }

    .clients__sliders .swiper-pagination {
        gap: 6px;
    }
    .company__title-content {
        padding-top: 7px;
    }

    .popup__main-block {
        max-width: 95%;
        max-height: 95%;
        overflow-y: auto;
    }
    .pricing__column {
        width: 50%;
    }
    .pricing__sub-column {
        width: 100%;
        margin-top: 26px;
        flex-direction: row;
        align-items: stretch;
    }
    .pricing__enterprise-column {
        height: 100%;
        width: calc(50% - 13px);
    }
    .pricing__book-column {
        height: 100%;
        width: calc(50% - 13px);
    }
    .service__detail-banner {
        padding: 40px 0px;
    }
    .opprotunities__section {
        padding: 40px 0px 40px;
    }
    .service__detail-pricing {
        padding: 40px 0px 35px;
    }
    .company__title-block {
        margin-bottom: 40px;
    }
    .company__cta-btn {
        padding: 10px 50px;
        font-size: 14px;
    }    
}

@media(max-width:767px) {
    .page__title h1 {
        font-size: 24px
    }

    .tab button {
        font-size: 14px;
        line-height: 16.36px
    }

    .tab {
        gap: 20px;
        row-gap: 15px
    }

    .servicesTabcontent {
        padding: 60px 0 0
    }

    .company__title-content,
    .company__title-heading,
    .development__content-col,
    .development__image-col {
        width: 100%
    }

    .development__row {
        row-gap: 20px
    }

    .content__wrapper h2 {
        font-size: 24px;
        line-height: 30.49px;
        margin-bottom: 10px
    }
    .content__wrapper h1 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 10px
    }

    .content__wrapper p {
        font-size: 14px;
        line-height: 22px;
    }

    .image__wrapper {
        height: 235px
    }

    .opprotunities__image-wrapper {
        height: 100%;
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 30px;
        max-height: inherit;
        transform: none;
        display: flex;
    }

    .opprotunities__wrapper {
        padding: 40px 0 0;
        border-radius: 30px 30px 0 0
    }

    .opprotunities__content-block {
        max-width: 100%;
        padding: 0 15px
    }

    .opprotunities__content-block h2 {
        font-size: 20px;
        line-height: 28.527px;
        margin-bottom: 15px
    }

    .opprotunities__content-block p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px
    }

    .opprotunities__content-block a {
        padding: 8px 31px;
        font-size: 14px
    }

    .company__title-block {
        margin-bottom: 45px;
        row-gap: 20px
    }

    .company__title-heading h2 {
        font-size: 20px;
        line-height: normal;
    }

    .company__title-content p {
        font-size: 14px;
        line-height: 22px
    }
    .company__title-content {
        padding-top: 0px;
    }
    .clients__sliders::after {
        display: none;
    }
    .clients__sliders::before {
        display: none;
    }
    .all__services-wrapper {
        padding: 40px 0 20px;
    }
    .pricing__column {
        width: 100%;
    }
    .pricing__sub-column {
        width: 100%;
        margin-top: 0px;
        flex-direction: column;
        align-items: stretch;
        row-gap: 15px;
    }
    .pricing__enterprise-column {
        height: 100%;
        width: 100%;
    }
    .pricing__book-column {
        height: 100%;
        width: 100%;
    }
    .popup__body {
        padding: 25px 15px;
    }
    .popup__header h2 {
        font-size: 18px;
        margin-bottom: 1.46px;
    }
    .popup__header h3 {
        font-size: 28px;
    }
    .popup__header {
        padding: 15px 35px 15px 15px;
    }
    .popup__close-button {
        top: 10px;
        right: 9.03px;
    }
    .popup__main-block {
        top: 22px;
    }
    .pricing__row {
        row-gap: 15px;
    }
    .service__detail-company {
        padding: 35px 0px 40px;
    }
    .pricing__button {
        padding: 10px 50px;
        font-size: 12px;
        margin-top: 15px;
    }
    .all__service-button {
        padding: 10px 50px;
        font-size: 14px;
        margin-top: 15px;
        margin-right: 0px;
    }
    .company__cta-btn {
        padding: 10px 50px;
        font-size: 14px;
        margin-top: 15px;
    }
}