/* Hero Section */
.hero__section{
    background-image: url("../img/hero-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.hero__section h1{
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.hero__section h1 span{
    color: #605DEC;
}
.hero__section h6{
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}
.hero__section h6 span{
    color: #605DEC;
    font-weight: 700;
}
.hero__section .btn{
    background: #575DF8;
    border-radius: 2.125rem;
    margin-left: 1.5rem;
    border: 2px solid #575DF8;
}
.hero__section .btn:hover{
    background: #FAFAFA;
    border: 2px solid #575DF8;
    transition: .3s all;
}
.hero__section .btn:hover a{
    color: #575DF8;
}
.hero__section .btn:hover a svg path{
    stroke: #575DF8;
}
.hero__section .btn a svg{
    margin-left: 0.46125rem;
}


/* Client Logo */
.client__logo{
    display: flex;
    align-items: center;
}
#tns1-ow [aria-controls], .tns-outer [data-action]{
    display: none;
}
#tns1 > .tns-item{
    width: 100% !important;
}


  
/* Banner Section */
.banner__section{
    background: #454BE1;
}
.banner__text h4,
.banner__text p{
    color: #FFFFFF;
}
.banner__text h4{
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
}
.banner__text p{
    line-height: 1.5rem;
}
.banner__btn{
    display: flex;
    align-items: center;
}
.banner__btn div{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner__btn a{
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 0.75rem;
}
.banner__btn .link-hover::after{
    border-bottom: solid 2px #bdbdbd;
}



/* Website we build */
.website__we__build{
    background: #FAFAFA;
}
.website__we__build h3{
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
}
.criteria{
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 1px solid #DCDCDC;
    line-height: 1.625rem;
}
.criteria h6{
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Success Banner */
.success__banner{
    background: #FFFFFF;
}
.success__banner--text .heading h5{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.success__banner--text .heading h2{
    letter-spacing: 0.2px;
    font-weight: 600;
    text-transform: capitalize;
}
.success__banner--text .heading .banner__btn div{
    background: #575DF8;
}
.success__banner--text .heading .banner__btn a{
    color: #575DF8;
}
.success__banner--text .paragraph{
    text-transform: capitalize;
    line-height: 1.8rem;
}
.success__banner .banner__btn .link-hover::after{
    border-bottom: solid 2px #575DF8;
}

/* What You Get */
.whatyouget__heading h3{
    font-weight: 600;
    letter-spacing: 0.2px;
}
.whatyouget .option h6{
    font-size: 1rem;
}


/* Testimonial Section */
.testimonial__section{
    background: #454BE1;
}
.testimonial__img{
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
}
.testimonial__text p{
    color: #FFFFFF;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 1.75rem;
}
.testimonial__text span{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.625rem;
}


        
/* Partner Section */
.partner__heading h2{
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.partner__logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.partner__logo .logo{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    
/* Service Section */
.service__section{
    background: #FAFAFA;
}
.service__heading{
    margin: 0 auto;
    text-align: center;
}
.service__heading h3{
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.service__heading p{
    line-height: 1.5rem;
}
.service{
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
}
.service h4{
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
}
.service ul{
    margin-bottom: 1.5rem;
}
.service ul li{
    line-height: 1.6rem;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.service a{
    text-decoration: underline;
    font-size: 0.875rem;
    line-height: 1.75rem;
}


/* Contact Section */
.contact__form{
    color: #FFFFFF;
}
.form__text h6{
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.form__text h2{
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    margin-bottom: 0.5rem;
}
.form__text p{
    line-height: 1.5rem;
    color: #FFFFFF;
}
.form__text h4{
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.999375rem;
}
.contact__info{
    display: flex;
    align-items: center;
}
.contact__info img{
    margin-right: 1.1875rem;
}
.contact__form .form{
    background: #FFFFFF;
    color: #333333;
    line-height: 1.375rem;
    font-weight: 600;
}
.contact__form .form form input{
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100%;
    padding-left: 1rem;
}
.contact__form .form form textarea{
    background: #FBFBFB;
    border: 1px solid #E0E0E0;
    width: 100%;
    height: 10rem;
    border-radius: 4px;
    padding-left: 1rem;
    padding-top: 1.0625rem;
    margin-top: 0.5rem;
}
.contact__form .form form button{
    width: 100%;
    background: #454BE1;
    border: 2px solid #454BE1;
    border-radius: 4px;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1rem;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: .3s all;
}
.contact__form .form form button:hover{
    border: 2px solid #454BE1;
    background: #FFFFFF;
    color: #454BE1;
}
::-webkit-input-placeholder { /* Edge */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
::placeholder {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
.contact__form .form form ::-webkit-input-placeholder { /* Edge */
    color: #B5B5B5;
}
.contact__form .form form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B5B5;
}
.contact__form .form form  ::placeholder {
    color: #B5B5B5;
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* Hero Section */
    .hero__section{
        height: 530px;
    }
    .hero__section .content__width{
        padding-left: 2.625rem;
        padding-top: 6.875rem;
    }
    .hero__text{
        max-width: 530px;
    }
    .hero__section h1{
        font-size: 2rem;
        line-height: 3rem;
    }
    

    /* Client Logo */
    .client__logo{
        padding: 1.420625rem 0;
    }
    #tns1 > .tns-item{
        height: 40px;
        margin-right: 1.5rem;
    }
    
    
    /* Banner Section */
    .banner__section .content__width{
        margin-right: 2.5rem;
        max-width: 48rem;
    }
    .banner{
        display: flex;
        position: relative;
        justify-content: flex-end;
        padding: 2.625rem 0;
    }
    .banner__img{
        position: absolute;
        left: 0;
        transform: translate(-29.5%, 12%);
    }
    .banner__img img{
        width: 588px;
        height: auto;
    }
    .banner__text{
        max-width: 309px;
    }
    .banner__text h4{
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 600;
    }
    .banner__text p{
        margin-bottom: 2rem;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .banner__btn div{
        width: 44px;
        height: 44px;
    }
    
    /* Website we build */
    .website__we__build{
        padding: 5rem 6.625rem 3rem 6.625rem;
        margin-top: 5rem;
    }
    .website__we__build h3{
        font-size: 2rem;
        line-height: 3.25rem;
        margin-bottom: 3.5rem;
    }
    .website__criteria{
        display: flex;
        flex-wrap: wrap;
    }
    .criteria{
        /* height: 264px; */
        width: 100%;
        padding: 2.5rem;
        margin-bottom: 2rem;
    }
    
    
    /* Success Banner */
    .success__banner{
        padding-bottom: 2.3125rem;
    }
    .success__banner--text .content__width{
        display: flex;
        justify-content: space-between;
        padding: 6.25rem 2.625rem;
    }
    .success__banner--text .heading h2{
        font-size: 2rem;
        margin-bottom: 2.125rem;
        line-height: 3rem;
        max-width: 347px;
    }
    .success__banner--text .heading h5{
        font-size: 0.9rem;
    }
    .success__banner--text .paragraph{
        flex-basis: 54%;
    }

    
    /* What You Get */
    .whatyouget__section .content__width{
        padding: 5rem 2.625rem;
    }
    .whatyouget__heading{
        padding-bottom: 4.25rem;
        max-width: 809px;
    }
    .whatyouget__heading h3{
        font-size: 1.5rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
    .whatyouget__heading p{
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .whatyouget{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 2px solid #F1F1F1;
        padding-top: 3rem;
    }
    .whatyouget .option{
        max-width: 280px;
        border-radius: 0.5rem;
        line-height: 1.625rem;
        margin-bottom: 3rem;
    }
    .whatyouget .option h6{
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
    }
    
    
    /* Testimonial Section */
    .testimonial__section .content__width{
        padding: 4.5rem 0;
    }
    .testimonial__text{
        max-width: 370px;
        margin: 0 auto;
    }  
    
    /* Service Section */
    .service__section{
        padding: 5rem;
    }
    .service__heading{
        max-width: 675px;
    }
    .service__heading h3{
        font-weight: 700;
        font-size: 2rem;
        line-height: 3rem;
    }
    .service__heading p{
        line-height: 1.5rem;
    }
    .services{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 5rem;
        gap: 4%;
    }
    .service{
        background: #FFFFFF;
        margin-bottom: 1.75rem;
        max-width: 290px;
        display: flex;
    }
    .service a{
        text-decoration: underline;
        font-weight: 600;
        font-size: 0.875rem;
    }
    .service:hover{
        background: #575DF8;
        color: #FFFFFF;
        transition: .3s;
    }
    .service:hover h4,
    .service:hover a{
        color: #FFFFFF;
    }
    .service h4{
        font-size: 1.3rem;
        line-height: 1.6875rem;
    }
    
    
    /* Contact Section */
    .contact__section .content__width{
        padding: 4rem 2rem;
    }
    .contact__form{
        background: #454BE1;
        border-radius: 0.5rem;
        padding: 4rem 3rem;
    }
    .form__text{
        flex-basis: 65%;
        margin-right: 4.8125rem;
        margin-bottom: 4rem;
    }
    .form__text h6{
        letter-spacing: 2px;
    }
    .form__text h2{
        font-size: 2.3rem;
        line-height: 3.99875rem;
    }
    .form__text p{
        margin-bottom: 3rem;
    }
    .form__text h4{
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .contact__info{
        margin-bottom: 1.0625rem;
        font-size: 0.9rem;
    }
    .contact__form .form{
        border-radius: 0.5rem;
        padding: 2.5rem;
    }
    .contact__form .form form input{
        height: 3.5rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .contact__form .form form textarea{
        margin-bottom: 2.5rem;
    }
    .contact__form .form form button{
        height: 3.5rem;
        font-weight: 600;
    }
}
    
@media screen and (max-width: 767px) {
    /* Hero Section */
    .hero__section{
        height: 520px;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.625rem;
    }
    .hero__text{
        max-width: 328px;
    }
    .hero__section h1{
        font-size: 1.5rem;
        line-height: 2.25rem;
        border-left: 6px solid #575DF8;
    }
    .hero__section h6{
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 17.5rem;
    }
    .hero__section .btn{
        width: 9.0625rem;
    }
    .hero__section .btn a{
        font-weight: 600;
    }

        
    /* Client Logo */
    .client__logo{
        padding: 0.9375rem 0;
    }
    #tns1 > .tns-item{
        height: 50px;
        margin-right: 0.5rem;
    }

    
    /* Banner Section */
    .banner{
        display: flex;
        flex-direction: column;
        padding: 2.5rem 1rem 0 1rem;
        height: 475px;
    }
    .banner__img{
        order: 2;
    }
    .banner__img img{
        width: 100%;
        height: auto;
    }
    .banner__text h4{
        font-size: 1.25rem;
        line-height: 1.875rem;
        font-weight: 600;
    }
    .banner__text p{
        margin-bottom: 1.5rem;
    }
    .banner__btn{
        margin-bottom: 1.125rem;
    }
    .banner__btn div{
        width: 40px;
        height: 40px;
    }
    .banner__btn a{
        font-size: 0.875rem;
    }

    /* Website we build */
    .website__we__build{
        padding: 2.5rem 1rem;
        margin-top: 3.8rem;
    }
    .website__we__build h3{
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }
    .criteria{
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    /* Success Banner */
    .success__banner{
        padding: 2.5rem 1rem;
    }
    .success__banner--text .heading h2{
        font-size: 1.75rem;
        line-height: 2.625rem;
        margin-bottom: 2rem;
    }
    .success__banner--text .content__width{
        position: relative;
    }
    .success__banner--text .heading .banner__btn{
        position: absolute;
        bottom: 0;
    }
    .success__banner--text .paragraph{
        padding-bottom: 5rem;
    }
    .carousel-cell{
        padding-right: 1rem;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .flickity-viewport{
        height: 100% !important;
        min-height: 200px;
    }

    
    /* What You Get */
    .whatyouget__section{
        padding: 1.25rem 1rem 2.5rem 1rem;
    }
    .whatyouget__heading{
        padding-bottom: 2rem;
        max-width: 328px;
        margin: 0 auto;
        text-align: center;
    }
    .whatyouget__heading h3{
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 1rem;
    }
    .whatyouget__heading p{
        line-height: 1.5rem;
    }
    .whatyouget .option h6{
        font-weight: 500;
        line-height: 1.375rem;
    }
    details:not(:first-child){
        margin-top: 0.5rem;
    }
    details summary {
        background: #FAFAFA;
        border: none;
        display: flex;
        justify-content: space-between;
        padding: 1.0625rem 1.5rem;
        cursor: pointer;
        align-items: center;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 0.2px;
        line-height: 1.375rem;
    }
    details summary::after{
        content: "";
        display: block;
        background-image: url('../icons/arrow-down-black.svg');
        height: 8px;
        max-width: 12px;
        width: 100%;
    }
    details[open] summary::after{
        background-image: url('../icons/arrow-down-white.svg');
    }
    details p{
        font-size: 0.875rem;
        padding: 1.5rem;
        border-top: none;
    }
    details[open] summary{
        background: #575DF8;
        color: #FFFFFF;
    }
    details[open] p{
        border: 2px solid #575DF8;
    }
    

    /* Testimonial Section */
    .testimonial__section .content__width{
        padding: 3.5rem 1rem;
    }

        
    /* Partner Section */
    .partner__section .content__width{
        padding: 3rem 0.75rem;
    }
    .partner__heading{
        text-align: center;
        margin: 0 auto 2rem auto;
        max-width: 296px;
    }
    .partner__heading h2{
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .partner__heading p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .partner__logo .logo{
        flex-basis: 45%;
    }


        
    /* Service Section */
    .service__section{
        padding: 2.5rem 1rem;
    }
    .service__heading{
        max-width: 328px;
        margin-bottom: 2.5rem;
    }
    .service__heading h3{
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .service{
        background: #575DF8;
    }
    .service h4{
        font-size: 1.125rem;
        line-height: 2rem;
        color: #FFFFFF;
        font-weight: 600;
    }
    .service ul li{
        color: #FFFFFF;
        font-weight: 400;
    }
    .service a{
        color: #FFFFFF;
        font-weight: 500;
    }
    #tns3 > .tns-item{
        display: inline-flex;
    }
    #tns3-ow .tns-controls{
        margin-top: 2rem;
        text-align: center;
    }
    #tns3-ow .tns-controls > *{
        border: none;
        background: transparent;
        color: #575DF8;
    }
    #tns3-ow .tns-controls > *:not(:first-child){
        margin-left: 1.5rem;
    }
    #tns3-ow .tns-controls > *:focus-visible{
        outline: none;
    }


    /* Contact Section */
    .contact__section .content__width{
        padding: 2.576875rem 1.25rem;
        background: #454BE1;
    }
    .form__text h6{
        letter-spacing: 0.1em;
    }
    .form__text h2{
        font-size: 2rem;
        line-height: 3rem;
    }
    .form__text p{
        margin-bottom: 2.5rem;
    }
    .form__text h4{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .contact__info{
        padding-bottom: 1rem;
    }
    .contact__form .form{
        border-radius: 4px;
        padding: 1.5rem 1rem;
        margin-top: 2rem;
        font-size: 0.875rem;
    }
    .contact__form .form form input{
        height: 3rem;
        margin-top: 0.173125rem;
        margin-bottom: 1.5rem;
    }
    .contact__form .form form textarea{
        margin-bottom: 2rem;
    }
    .contact__form .form form button{
        height: 2.75rem;
        font-weight: 700;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 650px) and (max-width: 767px) {
    .website__we__build {
        margin-top: 8rem;
    }
}

@media screen and (max-width: 1023px) {
    .tns-nav{
        text-align: center;
        margin-top: 2rem;
    }
    .tns-nav > [aria-controls]{
        width: 12px;
        height: 12px;
        padding: 0;
        margin-right: 0.5rem;
        border-radius: 50%;
        background: transparent;
        border: 1px solid #FFFFFF;
    }
    .tns-nav > .tns-nav-active{
        background: #FFFFFF;
    }

    /* Testimonial Section */
    .testimonial{
        text-align: center;
    }
    .testimonial__img{
        margin: 0 auto 1.875rem auto;
    }
    .testimonial__text span{
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 1024px) {
    /* Hero Section */
    .hero__section{
        height: 650px;
        padding-top: 10rem;
    }
    .hero__text{
        max-width: 584px;
    }
    .hero__section h1{
        font-size: 2.25rem;
        line-height: 3.375rem;
    }
    
    /* Client Logo */
    .client__logo{
        padding: 2.5rem 0;
    }
    #tns1 > .tns-item{
        margin-right: 1.875rem;
    }
    
    
    /* Banner Section */
    .banner{
        display: flex;
        position: relative;
        justify-content: flex-end;
    }
    .banner__img{
        position: absolute;
        left: 0;
    }
    .banner__text h4{
        font-weight: 700;
    }
    .banner__text p{
        margin-bottom: 2rem;
    }
    .banner__btn div{
        width: 44px;
        height: 44px;
    }
    
    /* Website we build */
    .website__we__build .content__width{
        margin-top: 5rem;
    }
    .website__we__build h3{
        font-size: 2rem;
        line-height: 3.25rem;
        margin-bottom: 3.5rem;
    }
    .website__criteria{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .criteria{
        /* height: 264px; */
        padding: 2.5rem;
        margin-bottom: 2rem;
    }
    
    
    /* Success Banner */
    .success__banner{
        padding-bottom: 2.3125rem;
    }
    .success__banner--text .content__width{
        display: flex;
        justify-content: space-between;
        gap: 5%;
    }
    .success__banner--text .heading h2{
        font-size: 2.25rem;
        margin-bottom: 2.125rem;
        line-height: 3.375rem;
        max-width: 347px;
    }
    .success__banner--text .paragraph{
        flex-basis: 54%;
    }
    #tns2-iw{
        margin: 0 !important;
    }
    #tns2 > .tns-item{
        width: auto !important;
    }
    
    
    /* What You Get */
    .whatyouget__heading{
        padding-bottom: 4.25rem;
        max-width: 809px;
    }
    .whatyouget__heading h3{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
    .whatyouget__heading p{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
    .whatyouget{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 2px solid #F1F1F1;
        padding-top: 3rem;
    }
    .whatyouget .option{
        border-radius: 0.5rem;
        line-height: 1.625rem;
        margin-bottom: 3rem;
    }
    .whatyouget .option h6{
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    
    /* Testimonial Section */
    .testimonial__section .content__width{
        padding: 6.75rem 7.875rem;
    }
    .testimonial__wrapper{
        display: flex;
        justify-content: space-evenly;
        gap: 6%;
    }
    .testimonial{
        display: flex;
    }
    .testimonial__img{
        margin-right: 1.875rem;
    }
    .testimonial__text{
        max-width: 370px;
    }
    .testimonial__text p{
        font-size: 1.25rem;
    }
    
    /* Service Section */
    .service__section .content__width{
        padding: 5rem 8rem 3.25rem 8rem;
    }
    .service__heading{
        max-width: 675px;
    }
    .service__heading h3{
        font-weight: 700;
        font-size: 2rem;
        line-height: 3rem;
    }
    .service__heading p{
        line-height: 1.5rem;
    }
    .services{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 5rem;
    }
    .service{
        background: #FFFFFF;
        margin-bottom: 1.75rem;
        display: flex;
    }
    .service a{
        text-decoration: underline;
        font-weight: 600;
        font-size: 0.875rem;
    }
    .service:hover{
        background: #575DF8;
        color: #FFFFFF;
        transition: .3s;
    }
    .service:hover h4,
    .service:hover a{
        color: #FFFFFF;
    }
    
    
    /* Contact Section */
    .contact__form{
        background: #454BE1;
        border-radius: 0.5rem;
        display: flex;
        justify-content: space-evenly;
    }
    .form__text{
        flex-basis: 65%;
        margin-right: 4.8125rem;
        max-width: 427px;
    }
    .form__text h6{
        letter-spacing: 2px;
    }
    .form__text h2{
        font-size: 2.875rem;
        line-height: 3.99875rem;
    }
    .form__text p{
        margin-bottom: 3rem;
    }
    .form__text h4{
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .contact__info{
        margin-bottom: 1.0625rem;
    }
    .contact__form .form{
        border-radius: 0.5rem;
        padding: 2.5rem;
        max-width: 588px;
    }
    .contact__form .form form input{
        height: 3.5rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .contact__form .form form textarea{
        margin-bottom: 2.5rem;
    }
    .contact__form .form form button{
        height: 3.5rem;
        font-weight: 600;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px){
    .hero__section .content__width{
        padding-left: 3rem;
    }
    
    /* Banner Section */
    .banner__section .content__width{
        padding-right: 2.625rem;
        max-width: 65rem;
    }
    .banner{
        padding: 4.75rem 0;
    }
    .banner__img{
        transform: translate(-12%, 11%);
    }
    .banner__img img{
        width: 644px;
        height: 364px;
    }
    .banner__text{
        max-width: 400px;
    }
    .banner__text h4{
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    .criteria{
        flex-basis: 48%;
    }
    .success__banner--text .content__width{
        padding: 6.25rem 2.625rem;
    }

    /* Website We Build */
    .website__we__build .content__width{
        padding: 5rem 5rem 3rem 5rem;
    }

    /* What You Get */
    .whatyouget__section .content__width{
        padding: 5rem 2.625rem 2.5rem 2.625rem;
    }
    .whatyouget .option {
        flex-basis: 30%;
    }
    .whatyouget .option h6{
        margin-bottom: 0.5rem;
    }

    /* Partner Section */
    .service{
        flex-basis: 48%;
    }
    .service h4{
        font-size: 1.3rem;
        line-height: 2.1rem;
    }

    .contact__section .content__width{
        padding: 5rem 6rem;
    }
    .contact__form{
        padding: 4rem 2.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1439px){
        /* Partner Section */
        .partner__section .content__width{
            display: flex;
            flex-direction: column;
            padding: 4rem;
            align-items: center;
        }
        .partner__heading{
            max-width: 418px;
            text-align: center;
            margin-bottom: 2.5rem;
        }
        .partner__heading h2{
            font-size: 2.2rem;
            line-height: 4rem;
            margin-bottom: 0.5rem;
        }
        .partner__heading p{
            font-size: 1rem;
            line-height: 2rem;
        }
        .partner__logo .logo{
            flex-basis: 25%;
        }
}

@media screen and (min-width: 1440px) {
    .hero__section .content__width{
        padding-left: 1rem;
    }

    /* Banner Section */
    .banner{
        margin-left: -2.5rem;
        margin-right: 4.625rem;
        padding: 81px 0;
    }
    .banner__img{
        transform: translateY(4%);
    }
    .banner__text{
        max-width: 479px;
    }
    .banner__text h4{
        font-size: 1.75rem;
        line-height: 2.625rem;
    }

    .criteria{
        flex-basis: 32%;
    }
    .success__banner--text .content__width{
        padding: 6.25rem 6.75rem 6.25rem 7.0625rem;
    }

    /* Website We Build */
    .website__we__build .content__width{
        padding: 5rem 1.375rem 3rem 1.375rem;
    }

    /* What You Get */
    .whatyouget__section .content__width{
        padding: 5rem 1rem 2.5rem 1rem;
    }
    .whatyouget .option {
        flex-basis: 23%;
    }
    .whatyouget .option h6{
        margin-bottom: 1rem;
    }

        
    /* Partner Section */
    .partner__section .content__width{
        display: flex;
        padding: 6.239375rem 5.0625rem;
        justify-content: space-evenly;
        align-items: center;
    }
    .partner__heading{
        max-width: 370px;
    }
    .partner__heading h2{
        font-size: 3rem;
        line-height: 4rem;
    }
    .partner__heading p{
        font-size: 1.125rem;
        line-height: 2rem;
    }
    .partner__logo .logo{
        flex-basis: 25%;
    }

    .service{
        flex-basis: 32%;
    }
    .service h4 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .contact__section .content__width{
        padding: 6.25rem 1rem;
    }
    .contact__form{
        padding: 4.6875rem 2.5rem 4.6875rem 6.5rem;
    }
}
@media screen and (min-width: 768px) {
    /* Hero Section */
    .hero__section h1{
        border-left: 8px solid #575DF8;
    }
    .hero__section h6{
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
    .hero__section .btn{
        width: 10.375rem;
    }
    .hero__section .btn a{
        font-weight: 700;
    }

    /* Service Section */
    .service h4{
        font-weight: 700;
    }
    .service ul li{
        font-weight: 500;
    }
    .service a{
        font-weight: 600;
    }
    .carousel-cell{
        padding-right: 32px;
        object-fit: cover;
    }
}