/* Common */
.heading{
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Why Free Service */
.whyfreeservice__header{
    margin-bottom: 3rem;
}
.whyfreeservice__header h3{
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.whyfreeservice__header p{
    text-transform: capitalize;
    line-height: 1.875rem;
}
.whyfreeservice ul li{
    text-transform: capitalize;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    line-height: 1.5rem;
}
.whyfreeservice ul li:not(:first-child){
    margin-top: 2rem;
}
.whyfreeservice ul li img{
    margin-right: 1rem;
}

/* Hero Section */
.hero__section .content__width{
    position: relative;
    display: flex;
    max-width: 90rem;
}
.hero__section .content__width::after{
    content: "";
    display: block;
    background-image: url('../img/Shape.png');
    max-width: 961px;
    width: 100%;
    height: 684px;
    position: absolute;
}
.hero__text{
    background: #575DF8;
}
.hero__text h5{
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.hero__text h1{
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.hero__text p{
    color: #FFFFFF;
    line-height: 1.8rem;
    text-transform: capitalize;
}


/* How We Work */
.howwework__header{
    margin: 0 auto;
    text-align: center;
}
.howwework__header h2{
    margin-bottom: 1rem;
}
.process{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.process h5{
    border-radius: 50%;
    background: #F3F7FC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.875rem;
    letter-spacing: 0.2px;
    color: #575DF8;
}
.process p{
    text-transform: capitalize;
    line-height: 1.5rem;
    max-width: 290px;
}



/* Whychooseus Section */
.whychooseus__header p{
    line-height: 1.5rem;
    text-transform: capitalize;
}
.whychooseus{
    margin-top: 2.625rem;
}
.reason{
    background: #FFFFFF;
    border: 1px solid rgba(190, 200, 218, 0.33);
}
.reason__icon.one{
    background: #E9E5FE;
}
.reason__icon.two{
    background: #FFD9E6;
}
.reason__icon.three{
    background: #D4E8FF;
}
.reason__icon.four{
    background: #CCF6FF;
}
.reason__icon{
    height: 53px;
    width: 53px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.375rem;
}
.reason h4{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.875rem;
    letter-spacing: 0.015em;
    text-transform: capitalize;
    color: #1A1A1A;
    opacity: 0.87;
    margin-bottom: 4px;
}
.reason p{
    line-height: 1.625rem;
    color: #1A1A1A;
    opacity: 0.87;
    text-transform: capitalize;
}

/* 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;
    line-height: 3.99875rem;
    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: 1024px) {
    /* Common */
    .heading h2{
        font-size: 2rem;
        line-height: 3rem;
        text-transform: capitalize;
    }

    /* Hero Section */
    .hero__text h1{
        font-size: 2.25rem;
        line-height: 3.375rem;
        max-width: 347px;
    }
    .hero__section .content__width::after{
        bottom: 0;
    }

    /* Why Free Service */
    .whyfreeservice__section .content__width{
        display: flex;
        justify-content: space-between;
    }
    .whyfreeservice__header h3{
        font-size: 2rem;
        line-height: 3rem;
        max-width: 377px;
    }
    .whyfreeservice__header p{
        max-width: 690px;
    }
    .whyfreeservice__img{
        display: flex;
        align-items: center;
    }
    .whyfreeservice__img img{
        width: 100%;
        height: auto;
    }

    /* How We Work */
    .howwework__header{
        max-width: 675px;
    }
    .process{
        flex-basis: 23.5%;
    }
    .process::after{
        content: "";
        display: block;
        width: 148px;
        height: 23px;
        position: absolute;
    }
    .process h5{
        height: 61px;
        width: 61px;
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .process.one::after{
        background-image: url(../img/howwework.svg);
        transform: translateY(-100%);
        left: 18%;
    }
    .process.three::after{
        background-image: url(../img/howwework.svg);
        transform: translateY(-100%);
        right: 18%;
    }
    .process.two::after{
        background-image: url(../img/howwework.svg);
        transform: rotate(180deg);
        bottom: 50%;
        left: 45%;
    }


    /* Why Choose Us */
    .whychooseus__header{
        max-width: 577px;
    }
    .whychooseus__header h2{
        margin-bottom: 1.3125rem;
    }
    .reason{
        flex-basis: 49.1%;
    }
    #tns1 > .tns-item{
        padding-right: 30px;
    }

    /* 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: 1250px){
    .process.one::after{
        left: 15%;
    }
    .process.three::after{
        right: 15%;
    }
    .process.two::after{
        left: 41%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px){
    /* Hero Section */
    .hero__section .content__width{
        overflow-x: clip;
    }
    .hero__section .content__width::after{
        transform: translateY(10%);
    }
    .hero__img{
        position: absolute;
        right: 0;
        transform: translateX(25%);
        z-index: 1;
    }
    .hero__text{
        padding: 5rem 30rem 4.625rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    /* Why Free Service */
    .whyfreeservice__section .content__width{
        padding: 3rem 5rem;
    }

    /* How We Work */
    .howwework__section .content__width{
        padding: 4.5rem 5rem;
    }

    /* Whychooseus Section */
    .whychooseus__wrapper .content__width{
        padding: 4.5rem 6rem;
    }
    .whychooseus{
        row-gap: 1.1rem;
    }

    /* Contact Section */
    .contact__section .content__width{
        padding: 5rem 6rem;
    }
    .contact__form{
        padding: 4rem 2.5rem;
    }
}

@media screen and (min-width: 1440px) {
    /* Hero Section */
    .hero__text{
        flex-basis: 60%;
        padding: 8.125rem 10.375rem 8.125rem 6.25rem;
    }


    /* Why Free Service */
    .whyfreeservice__section .content__width{
        padding: 3rem 1rem;
    }

    /* How We Work */
    .howwework__section .content__width{
        padding: 4.5rem 1.0625rem;
    }

    /* Whychooseus Section */
    .whychooseus__wrapper .content__width{
        padding: 4.5rem 2.875rem;
    }
    .whychooseus{
        row-gap: 1.5rem;
    }
    /* Contact Section */
    .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__text{
        height: 648px;
    }
    .hero__text h5{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .hero__img img{
        border-radius: 0px 0px 0px 40px;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    /* Why Free Service */
    .whyfreeservice__header h3{
        margin-bottom: 1.5rem;
    }
    .whyfreeservice ul li{
        max-width: 687px;
    }

    /* How We Work */
    .howwework{
        margin-top: 3.5rem;
        display: flex;
        justify-content: space-between;
        position: relative;
    }


    /* Why Choose Us */
    .whychooseus{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .reason{
        padding: 1.5rem 2rem;
        border-radius: 1.5rem;
    }

    .carousel-cell{
        padding-right: 32px;
        object-fit: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* Common */
    .heading h2{
        font-size: 1.75rem;
        line-height: 2.625rem;
    }

    /* Hero Section */
    .hero__section .content__width{
        overflow-x: clip;
    }
    .hero__section .content__width::after{
        transform: translateY(10%);
    }
    .hero__text{
        padding: 5rem 18.8rem 4.625rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero__img{
        position: absolute;
        right: 0;
        transform: translateX(53%);
        z-index: 1;
    }
    .hero__text h1{
        font-size: 1.875rem;
        line-height: 2.8125rem;
        max-width: 290px;
    }

    /* Why Free Service */
    .whyfreeservice__section{
        margin-top: 4.5rem;
    }
    .whyfreeservice__section .content__width{
        padding: 3rem 2rem;
    }
    .whyfreeservice__header h3{
        font-size: 1.75rem;
        line-height: 2.625rem;
    }
    .whyfreeservice__img{
        display: none;
    }
    
    /* How We Work */
    .howwework__section .content__width{
        padding: 3rem 5.0625rem;
    }
    .howwework__header{
        max-width: 498px;
    }
    .howwework{
        flex-wrap: wrap;
        row-gap: 3rem;
    }
    .process{
        flex-basis: 48.5%;
    }
    .process h5{
        height: 3rem;
        width: 3rem;
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }


    /* Why Choose Us */
    .whychooseus__wrapper .content__width{
        padding: 3rem 2rem;
    }
    .whychooseus__header{
        max-width: 558px;
    }
    .whychooseus{
        row-gap: 1.25rem;
    }
    .whychooseus__header h2{
        margin-bottom: 1.125rem;
    }
    .reason{
        flex-basis: 48.7%;
    }
    #tns1 > .tns-item{
        padding-right: 20px;
    }
    
    /* 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) {
    /* Common */
    .heading h2{
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    /* Hero Section */
    .hero__text{
        padding: 3rem 1rem;
    }
    .hero__text h5{
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
    .hero__text h1{
        font-size: 1.5rem;
        line-height: 2.25rem;
        max-width: 290px;
    }
    .hero__img{
        display: none;
    }

    /* Why Free Service */
    .whyfreeservice__section .content__width{
        padding: 2.5rem 1rem;
    }
    .whyfreeservice__header h3{
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .whyfreeservice__img{
        display: none;
    }

    /* How We Work */
    .howwework{
        margin-top: 3rem;
    }
    .howwework__section .content__width{
        padding: 3rem 1rem;
    }
    .process:not(:first-child){
        margin-top: 2rem;
    }
    .process h5{
        height: 3rem;
        width: 3rem;
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
    }

    /* Why Choose Us */
    .whychooseus__section{
        padding-bottom: 1.75rem;
    }
    .whychooseus__wrapper .content__width{
        padding: 2rem 1rem;
    }
    .whychooseus__header h2{
        margin-bottom: 1rem;
    }
    .reason{
        padding: 1.5rem;
        border-radius: 1rem;
    }
    .reason:not(:first-child){
        margin-top: 1.25rem;
    }
    .carousel-cell{
        padding-right: 1rem;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .flickity-viewport{
        margin: 0 1rem;
        height: 100% !important;
        min-height: 200px;
    }
      
    /* 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;
    }
}