.main {
    position: relative;
    height: calc(100vh);
    max-height: 80rem;
    min-height: 61rem;
    width: 100%;
    background-color: var(--main-color-01);
    max-height: 94rem;
    background-image: url(../img/main-background-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main .background-gradient {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    background-image: var(--background-gradient);
    z-index: 1;
    opacity: 0.1;
}

.main .main-content {
    position: relative;
    margin: 0 auto;
    padding-top: 6rem;
    height: 100%;
    max-width: 120rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.main-content .main-content-words {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    margin-top: 15vh;
}

.main-content-words .main-content-big-words {
    width: 80rem;
    text-align: center;
    color: var(--word-color-02);
}

.main-content-words .main-content-small-words {
    width: 70rem;
    text-align: center;
}

.main-content-words .main-content-small-words.textRevealUp {
    transition-delay: 1s;
}





.main-content .main-content-reviews {
    position: absolute;
    bottom: -2rem;
    width: 100%;
    height: 17rem;
    margin-top: 4rem;
}

.main-content-reviews .reviews-container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
}

.review .review-top-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.review hr {
    height: 2px;
    width: 100%;
    background-color: #000000;
    margin: 1rem 0;
}

.review .review-bottom-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
}



.our-process {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    background-color: white;
}

.our-process .our-process-content {
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
    padding: 11rem 0 11rem;
}

.our-process-content .our-process-content-heading {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.our-process-content-heading .our-process-content-heading-tip {
    height: 4.2rem;
    width: 18rem;
    background-color: var(--content-01);
    border-radius: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.our-process-content-heading .our-process-content-heading-title {
    overflow: hidden;
    display: inline-block;
}

.our-process-content-heading-tip img {
    width: 3rem;
}

.our-process-content-heading .our-process-content-heading-text-body {
    max-width: 70rem;
    text-align: center;
    text-wrap: pretty;
    margin: 2rem 0;
}



.our-process-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 7rem;
}

.our-process-body .our-process-body-pic {
    width: 42%;
}

.our-process-body .our-process-words-right-content {
    width: 49%;
}

.our-process-right-content-words {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    background-color: var(--main-color-05);
    padding: 3rem 4rem 4rem;
    border-radius: 3.2rem;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

.our-process-right-content-words .our-process-right-content-words-row .big-words-row {
    position: relative;
    height: 4rem;
    overflow: hidden;
}

.our-process-right-content-words .our-process-right-content-words-row .small-words-row {
    border-left: 0.6rem solid var(--main-color-03);
    padding-left: 1rem;
    margin-top: 1rem;
    background-color: var(--main-color-04);
    color: var(--word-color-01);
    overflow: hidden;
    z-index: 5;
}

.small-words-row p.textReveal {
    transition-delay: 0.4s;
}






.why-join-us {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-image: var(--gradient-01);
    color: white;
}

.why-join-us .why-join-us-content {
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
    padding: 6rem 0 11rem;
}

.why-join-us-content .why-join-us-content-heading {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.why-join-us-content-heading .why-join-us-content-heading-tip {
    height: 4.2rem;
    width: 18rem;
    background-color: var(--main-color-02);
    border-radius: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.why-join-us-content-heading .why-join-us-content-heading-title {
    overflow: hidden;
    display: inline-block;
}

.why-join-us-content-heading-tip img {
    width: 3rem;
}

.why-join-us-content-heading .why-join-us-content-heading-text-body {
    max-width: 70rem;
    text-align: center;
    text-wrap: pretty;
    margin: 2rem 0;
}

.why-join-us-content .why-join-us-content-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 30rem);
    justify-content: center;
}

.why-join-us-content .why-join-us-content-body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 34rem);
    justify-content: center;
    margin-top: 6rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 4rem;
}

.why-join-us-content-body .why-join-us-content-body-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.why-join-us-content-body-box .why-join-us-content-body-box-icon {
    width: 4.6rem;
    height: 4.6rem;
    margin: 0 auto;
    background-color: var(--main-color-01);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 0.7rem;
}






.trusted-by-companies {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 18rem;
}

.trusted-by-companies .trusted-by-companies-content {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.trusted-by-companies-content .trusted-by-companies-content-words {
    width: 50%;
}

.trusted-by-companies-content-words .trusted-by-companies-content-words-big {
    position: relative;
    margin-bottom: 4rem;
}

.trusted-by-companies-content-words .trusted-by-companies-content-words-big h2 {
    margin-bottom: 4rem;
}

.trusted-by-companies-content-words .trusted-by-companies-content-words-small {
    width: 90%;
    margin-bottom: 4rem;
    color: var(--word-color-01);
    overflow: hidden;
}



.trusted-by-companies-content .trusted-by-companies-content-scroll-companies {
    height: 51rem;
    width: 60rem;
    background-color: var(--main-color-04);
    border-radius: 4.1rem;
    padding: 5.5rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.trusted-by-companies .scroll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    border-radius: 2rem;
    -webkit-animation: scroll-vertically 10s linear infinite;
            animation: scroll-vertically 10s linear infinite;
}

.trusted-by-companies .scroll.no2 {
    -webkit-animation: scroll-inverse-vertically 10s linear infinite;
            animation: scroll-inverse-vertically 10s linear infinite;
}


/* Duplicate the content */
.scroll::after {
    content: "";
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.scroll .scroll-box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 1rem;
    background-color: var(--content-01);
    padding: 1rem;
}

.scroll-box .pics {
    height: 15rem;
    width: 22rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    justify-content: center;
}

.scroll-box .pics img {
    width: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.scroll-box .desc {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 22rem;
    border-radius: 1rem;
    background-color: var(--main-color-01);
    margin-top: 1rem;
    padding: 1rem;
    color: var(--word-color-01);
}



/* --------------------- Animations ----------------------------- */
@-webkit-keyframes scroll-vertically {
    0% {
      transform: translatey(0);
    }
    100% {
      transform: translatey(-370%);
    }
}
@keyframes scroll-vertically {
    0% {
      transform: translatey(0);
    }
    100% {
      transform: translatey(-370%);
    }
}

/* --------------------- Animations ----------------------------- */
@-webkit-keyframes scroll-inverse-vertically {
    0% {
      transform: translatey(-370%);
    }
    100% {
      transform: translatey(0);
    }
}
@keyframes scroll-inverse-vertically {
    0% {
      transform: translatey(-370%);
    }
    100% {
      transform: translatey(0);
    }
}







.people-also-ask {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 12rem;
}

.people-also-ask .people-also-ask-content {
    max-width: 120rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
}

.people-also-ask-content .people-also-ask-content-heading {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.people-also-ask-content-heading .people-also-ask-content-heading-tip {
    height: 4.2rem;
    width: 18rem;
    background-color: var(--content-01);
    border-radius: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.people-also-ask-content-heading-tip img {
    width: 3rem;
}

.people-also-ask-content-heading .people-also-ask-content-heading-title {
    position: relative;
}








@media only screen and (max-width: 948px) {
    .main-content-words .main-content-big-words {
        width: 100%;
        text-align: center;
        color: var(--word-color-02);
    }

    .main-content-reviews .reviews-container {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .review hr {
        display: none;
    }
    
    .review .review-bottom-content {
        display: none;
    }



    .our-process-body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .our-process-body .our-process-body-pic {
        width: 50rem;
    }
    
    .our-process-body .our-process-words-right-content {
        width: 100%;
        margin-top: 7rem;
    }

    /*  */

    .why-join-us-content-heading .why-join-us-content-heading-text-body {
        max-width: 90%;
    }

    /* ------------------ */

    .trusted-by-companies .trusted-by-companies-content {
        max-width: 120rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trusted-by-companies-content .trusted-by-companies-content-words {
        width: 100%;
        margin-bottom: 7rem;
    }
    
    .trusted-by-companies-content-words .trusted-by-companies-content-words-big {
        margin-bottom: 2rem;
    }

    /* --------------------- */

    .people-also-ask-content-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 7rem;
    }

    .main-content-words .main-content-small-words {
        width: 80%;
        text-align: center;
    }
    
    .people-also-ask-content-body .people-also-ask-content-body-pic {
        width: 50rem;
        margin-bottom: 4rem;
    }
    
    .people-also-ask-content-body .people-also-ask-content-body-words {
        width: 100%;
    }
}






@media only screen and (max-width: 710px) {
    .why-join-us-content-heading .why-join-us-content-heading-text-body {
        max-width: 90%;
        text-align: left;
    }

    .trusted-by-companies-content .trusted-by-companies-content-scroll-companies {
        width: 100%;
        justify-content: center;
    }

    .trusted-by-companies .scroll.no2 {
        display: none;
    }
}








@media only screen and (max-width: 550px) {
    .main-content-words .main-content-big-words {
        width: 100%;
        text-align: center;
        color: var(--word-color-02);
    }

    .main-content-reviews .reviews-container {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .review hr {
        display: none;
    }
    
    .review .review-bottom-content {
        display: none;
    }


    
    .our-process-body .our-process-body-pic {
        width: 100%;
    }

    /* ------------------ */

    .trusted-by-companies .trusted-by-companies-content {
        max-width: 120rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trusted-by-companies-content .trusted-by-companies-content-words {
        width: 100%;
        margin-bottom: 7rem;
    }
    
    .trusted-by-companies-content-words .trusted-by-companies-content-words-big {
        margin-bottom: 2rem;
    }

    /* --------------------- */

    .people-also-ask-content-body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 7rem;
    }

    .main-content-words .main-content-small-words {
        width: 100%;
        text-align: center;
    }
    
    .people-also-ask-content-body .people-also-ask-content-body-pic {
        width: 100%;
    }
    
    .people-also-ask-content-body .people-also-ask-content-body-words {
        width: 100%;
    }
}


