/* Common */
.btn a{
    color: #575DF8;
    font-weight: 600;
    line-height: 1.5rem;
}
.btn{
    border-radius: 34px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    transition: .3s all;
}
.btn:hover{
    background: #575DF8;
}


/* Hero Section */
.hero__section{
    text-align: center;
    position: relative;
}
.hero__section::before{
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background-image: url('../img/Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
}
.hero__section h1{
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.2px;
    max-width: 637px;
    text-transform: capitalize;
}
.hero__section p{
    color: #FFFFFF;
}
.hero__section .btn{
    max-width: 157px;
}
.hero__section .btn a svg{
    margin-left: 0.46125rem;
}
.hero__section .btn a svg path{
    stroke: #575DF8;
}
.btn:hover a,
.hero__section .btn:hover a svg path{
    stroke: #FFFFFF;
    color: #FFFFFF;
}


/* Web Vitals */
.web__vitals--text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.web__vitals--text h2{
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.web__vitals--text div p{
    line-height: 1.625rem;
}
.web__vitals--img img{
    border-radius: 0.5rem;
}


/* Page Spedd */
.page__speed .content__width{
    max-width: 90rem;
    display: flex;
    justify-content: space-between;
}
.page__speed--text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page__speed--text span{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}
.page__speed--text h2{
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.page__speed--text div p{
    line-height: 1.625rem;
}

/* Page Load */
.page__load{
    position: relative;
}
.page__load::before{
    content: "";
    display: block;
    width: 100%;
    height: 55%;
    background: #FAFAFA;
    position: absolute;
    top: 0;
    z-index: -1;
}
.page__load--img h2{
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.page__load--text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.page__load--text div h5{
    text-transform: uppercase;
}
.page__load--text .one{
    background: #575DF8;
}
.page__load--text .one h5,
.page__load--text .one p{
    color: #FFFFFF;
}
.page__load--text .two{
    background: #DEDFFF;
}
.page__load--text .three{
    background: #EAEBFF;
}


/* Other Services */
.other__services{
    padding: 2.5rem 0;
}
.other__services .content__width{
    max-width: 90rem;
}
.services__name{
    background: #575DF8;
}
.services__name a{
    color: #FFFFFF;
}
.services__description{
    background: #FAFAFA;
    flex-basis: 70%;
}
.services__description h3{
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.services__description p{
    line-height: 1.625rem;
}
div[data-view-active="false"] {
    display: none;
}
div[data-name-active="false"] {
    display: none !important;
}
.services__name h4{
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
}
.services__name ul li a{
    text-transform: capitalize;
}
.services__name ul li:not(:first-child){
    margin-top: 0.75rem;
}
.services__name ul li.active a{
    font-weight: 700;
    transition: .3s all;
}

/* Benefits Section */
.benefits__section h2{
    font-weight: 700;
    margin-bottom: 4rem;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.benefits__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3.5rem;
}
.benefits__icons div{
    width: 4.5rem;
    height: 4.5rem;
    background: #F4F5F7;
    border-radius: 50%;
    margin-right: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits__text{
    max-width: 460px;
}
.benefits__text h4{
    letter-spacing: 0.2px;
    margin-bottom: 0.5rem;
}
.benefits__text p{
    line-height: 1.625rem;
}


/* Contact Section */
.contact__section{
    background-image: url('../img/service-contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.contact__section::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}
.contact__section .content__width{
    display: flex;
    position: relative;
    z-index: 1;
}
.contact__section .left__wrapper > *{
    background: rgba(50, 55, 164, 0.6);
    text-align: center;
}
.contact__section .left__wrapper h6{
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.contact__section .left__wrapper p{
    line-height: 1.625rem;
    color: #FFFFFF;
}
.contact__section .left__wrapper > *:not(:first-child){
    margin-top: 1.5rem;
}
.contact__section .right__wrapper h5{
    color: #FFFFFF;
    letter-spacing: 0.2px;
    font-weight: 700;
}
.contact__section .right__wrapper p{
    color: #FFFFFF;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.contact__section .right__wrapper .btn{
    max-width: 176px;
}


/* Client Logo */
.client__logo .content__width{
    padding: 2.5625rem 2rem;
}
.client__logo .content__width div{
    max-width: 891px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    /* Hero Section */
    .hero__section{
        padding-top: 6.875rem;
        padding-bottom: 3.75rem;
    }
    .hero__section h1{
        font-size: 3rem;
        line-height: 4.2rem;
        margin: 0 auto 1rem auto;
    }
    .hero__section p{
        margin-bottom: 2rem;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .hero__section .btn{
        margin: 0 auto 3.5rem auto;
    }

    /* Web Vitals */
    .web__vitals--text h2{
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-bottom: 2rem;
    }

    /* Page Speed */
    .page__speed .content__width{
        padding: 6.25rem 6.25rem 6.25rem 0;
    }
    .page__speed--text h2{
        font-size: 2.5rem;
        line-height: 3.75rem;
    }
    .page__speed--img img{
        width: 100%;
        height: auto;
    }

    /* Page Load */
    .page__load .content__width{
        display: flex;
        justify-content: space-between;
    }
    .page__load--img{
        display: flex;
        flex-direction: column;
    }
    .page__load--img h2{
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-bottom: 1.5rem;
        max-width: 497px;
    }

    /* Other Services */
    .services__name h4{
        font-size: 2.25rem;
        line-height: 3.375rem;
        margin-bottom: 2rem;
    }
    .services__description h3{
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-bottom: 2rem;
        max-width: 653px;
    }

    /* Benefits */
    .benefits__section h2{
        font-size: 2.5rem;
        line-height: 3.75rem;
        max-width: 472px;
    }
    .benefits{
        display: flex;
        flex-basis: 46%;
    }

    /* Contact Section */
    .contact__section::after{
        background: linear-gradient(239.71deg, #3A40D6 -16.52%, #575DF8 100.87%);
    }
    .contact__section .content__width{
        justify-content: space-between;
    }
    .contact__section .right__wrapper{
        padding-top: 4.625rem;
    }
    .contact__section .right__wrapper h5{
        max-width: 411.43px;
    }
}

@media screen and (min-width: 1440px) {
    /* Web Vitals */
    .web__vitals .content__width{
        padding: 5rem 1rem;
    }
    .web__vitals--text{
        max-width: 610px;
    }

    /* Page Speed */
    .page__speed--text{
        max-width: 483px;
    }

    /* Page Load */
    .page__load .content__width{
        padding: 5rem 1rem 0 1rem;
    }
    .page__load--text{
        max-width: 713px;
    }
    .page__load--text div{
        padding: 3rem 5rem;
    }
    .page__load--img{
        justify-content: flex-end;
    }


    /* Other Services */
    .services__name{
        padding: 6.25rem;
        flex-basis: 40%;
    }
    .services__description{
        padding: 6.25rem;
    }


    /* Benefits Section */
    .benefits__section .content__width{
        padding: 5rem 1rem 7.5rem 1rem;
    }


    /* Contact Section */
    .contact__section .content__width{
        padding: 6.25rem 1rem;
    }
    .contact__section .left__wrapper{
        max-width: 649px;
    }
    .contact__section .right__wrapper{
        max-width: 503px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    /* Web Vitals */
    .web__vitals .content__width{
        padding: 5rem 5rem;
    }
    .web__vitals--text{
        max-width: 400px;
    }
    .web__vitals--img{
        flex-basis: 50%;
    }
    .web__vitals--img img{
        width: 100%;
        height: 100%;
    }

    /* Page Speed */
    .page__speed .content__width {
        padding-right: 5rem;
    }
    .page__speed--text{
        max-width: 400px;
    }

    /* Page Load */
    .page__load .content__width{
        padding: 5rem 5rem 0 5rem;
    }
    .page__load--img{
        flex-basis: 45%;
    }
    .page__load--text{
        flex-basis: 52%;
    }
    .page__load--text div{
        padding: 3rem;
    }
    .page__load--img{
        justify-content: center;
    }
    .page__load--img img{
        width: 100%;
        height: auto;
    }


    /* Other Services */
    .services__name{
        padding: 5rem;
        flex-basis: 58%;
    }
    .services__description{
        padding: 5rem;
    }


    /* Benefits Section */
    .benefits__section .content__width{
        padding: 5rem 5rem 7.5rem 5rem;
    }


    /* Contact Section */
    .contact__section .content__width{
        padding: 5rem;
    }
    .contact__section .left__wrapper{
        flex-basis: 50%;
    }
    .contact__section .right__wrapper{
        flex-basis: 45%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* Hero Section */
    .hero__section{
        padding-top: 5rem;
    }
    .hero__section h1{
        font-size: 2.125rem;
        line-height: 3.1875rem;
        margin: 0 auto 0.5rem auto;
    }
    .hero__section p{
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
    .hero__section .btn{
        margin: 0 auto 2.5rem auto;
    }
    .hero__section .btn a{
        font-size: 0.875rem;
    }
    .hero__img{
        margin-bottom: 2.5rem;
    }
    .hero__img img{
        max-width: 475px;
        height: 278px;
    }

    /* Web Vitals */
    .web__vitals .content__width{
        padding: 3rem 0 3rem 2rem;
        overflow-x: hidden;
    }
    .web__vitals--text{
        flex-basis: 60%;
    }
    .web__vitals--text h2{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
        max-width: 330px;
    }
    .web__vitals--img{
        transform: translateX(10%);
    }
    .web__vitals--img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    /* Page Speed */
    .page__speed .content__width{
        padding: 4.5rem 2rem 4.5rem 0;
        position: relative;
    }
    .page__speed--img{
        flex-basis: 53%;
    }
    .page__speed--img img{
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
    .page__speed--text{
        flex-basis: 45%;
    }
    .page__speed--text h2{
        font-size: 2rem;
        line-height: 3rem;
    }

    /* Page Load */
    .page__load .content__width{
        padding: 3.5rem 2rem;
    }
    .page__load--img h2{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
    .page__load--text div{
        padding: 3rem 4rem;
    }

    /* Other Section */
    .services__name{
        padding: 4.25rem 2rem;
    }
    .services__name h4{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
        max-width: 230px;
    }
    .services__description{
        padding: 4.25rem 2rem;
    }
    .services__description h3{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
        max-width: 410px;
    }

    /* Benefits */
    .benefits__section .content__width{
        padding: 4rem 2rem 6.5rem 2rem;
    }
    .benefits__section h2{
        font-size: 2rem;
        line-height: 3rem;
        max-width: 364px;
    }
    .benefits{
        display: flex;
        flex-direction: column;
        flex-basis: 45%;
    }
    .benefits__icons{
        margin-bottom: 2rem;
    }

    /* Contact Section */
    .contact__section .content__width{
        padding: 6.25rem 3.75rem;
    }
    .contact__section .right__wrapper{
        max-width: 508px;
    }
}

@media screen and (max-width: 1023px) {
    /* Page Load */
    .page__load--img img{
        display: none;
    }

    /* Contact Section */
    .contact__section{
        background-position: right;
    }
    .contact__section::after{
        background: linear-gradient(357deg, #3A40D6 -16.52%, #575DF8 100.87%);
    }
    .contact__section .content__width{
        flex-direction: column;
        align-items: center;
    }
    .contact__section .right__wrapper{
        padding-top: 3rem;
        text-align: center;
    }
    .contact__section .right__wrapper h5{
        margin-left: auto;
        margin-right: auto;
    }
    .contact__section .right__wrapper .btn{
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    /* Web Vitals */
    .web__vitals .content__width{
        display: flex;
        justify-content: space-between;
    }
    .web__vitals--text div p:not(:first-child){
        margin-top: 2rem;
    }

    /* Page Speed */
    .page__speed--text div p:not(:first-child){
        margin-top: 2rem;
    }
    .ps__img__mobile{
        display: none;
    }

    /* Page Load */
    .page__load--text div h5{
        font-weight: 700;
        font-size: 1.125rem;
        letter-spacing: 1px;
        line-height: 1.36125rem;
        margin-bottom: 1rem;
    }
    .page__load--text div p{
        line-height: 1.625rem;
    }

    /* Other Services */
    .other__services .content__width{
        display: flex;
    }
    .services__name ul li a{
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
    .services__description h3{
        font-weight: 600;
    }

    /* Benefits Section */
    .benefits__text h4{
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    /* Contact Section */
    .contact__section .left__wrapper > *{
        padding: 3rem;
    }
    .contact__section .left__wrapper h6{
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
    .contact__section .right__wrapper h5{
        margin-bottom: 1.5rem;
        font-size: 2.625rem;
        line-height: 3.25rem;
    }
}

@media screen and (max-width: 767px) {
    /* Hero Section */
    .hero__section .content__width{
        padding: 3rem 1rem 0 1rem;
    }
    .hero__section h1{
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero__section .btn{
        margin: 1.5rem auto 2rem auto;
    }
    .hero__img img{
        width: 100%;
        height: auto;
    }

    /* Web Vitals */
    .web__vitals .content__width{
        padding: 2rem 1rem;
    }
    .web__vitals--img img{
        width: 100%;
        height: auto;
    }
    .web__vitals--text{
        margin-bottom: 2rem;
    }
    .web__vitals--text h2{
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .web__vitals--text div p:not(:first-child){
        margin-top: 1rem;
    }

    /* Page Speed */
    .page__speed .content__width{
        flex-direction: column;
    }
    .ps__img__desktop{
        display: none;
    }
    .page__speed--img{
        order: 1;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .page__speed--img img{
        width: 100%;
        height: auto;
    }
    .page__speed--text{
        padding: 0 1rem;
    }
    .page__speed--text h2{
        font-size: 1.5rem;
        line-height: 1.6;
        max-width: 300px;
    }
    .page__speed--text div p:not(:first-child){
        margin-top: 1rem;
    }

    /* Page Load */
    .page__load .content__width{
        padding: 2rem 0;
    }
    .page__load--text div{
        padding: 2rem 1rem;
    }
    .page__load--img h2{
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 1.75rem;
        max-width: 300px;
        padding-left: 1rem;
    }
    .page__load--text div h5{
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.4;
        letter-spacing: 0.5px;
        margin-bottom: 0.7rem;
    }
    .page__load--text div p{
        line-height: 1.625rem;
    }

    /* Benefits */
    .benefits__section .content__width{
        padding: 2rem 1rem;
    }
    .benefits__section h2{
        font-size: 1.5rem;
        line-height: 1.6;
        max-width: 300px;
        margin-bottom: 2rem;
    }
    .benefits__text h4{
        font-size: 1.25rem;
        line-height: 1.4;
        font-weight: 600;
    }
    .benefits__wrap{
        row-gap: 2rem;
    }
    .benefits__icons{
        margin-bottom: 1.5rem;
    }

    /* Other Services */
    .other__services{
        padding: 0;
    }
    .services__name{
        padding: 2rem 1rem;
    }
    .services__description{
        padding: 2rem 1rem;
    }
    .services__name h4{
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    .services__name ul li a{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .services__description h3{
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 1rem;
        font-weight: 600;
    }


    /* Contact Section */
    .contact__section .content__width{
        padding: 3rem 1rem;
    }
    .contact__section .left__wrapper > *{
        padding: 1.5rem;
    }
    .contact__section .left__wrapper h6{
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 600;
    }
    .contact__section .right__wrapper{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contact__section .right__wrapper h5{
        font-size: 1.5rem;
        line-height: 1.5;
        max-width: 310px;
        margin-bottom: 1rem;
    }

    /* Client Logo Section */
    .client__logo .content__width div{
        flex-wrap: wrap;
        row-gap: 3rem;
    }
    .client__logo .content__width div > *{
        flex-basis: 45%;
    }

}