﻿@import url("https://fonts.googleapis.com/css?family=Manrope:700,500,600|Poppins:400,500,600,500italic|Bree+Serif:400");

:root {
    --text: #101010;
    --font-family-manrope: "Manrope";
    --font-family-poppins: "Poppins";
}
.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.body-content {
    padding-left: 0;
    padding-right: 0;
}

#myCarousel {
    background-color: white;
    border-bottom: solid 2px white;
    width: 100%;
    position: relative;
}

.revolutionize-text {
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 700;
    width: 760px;
    font-size: 50.52px;
    line-height: 71px;
    color: var(--text);
}

.join-our-text {
    font-family: var(--font-family-poppins);
    font-style: normal;
    font-weight: 400;
    font-size: 21.33px;
    line-height: 30px;
    margin-top: 44px;
    width: 688px;
    color: var(--text);
}

.first-image {
    position: absolute;
    top: -9px;
    right: 0;
}

.btn-free-trial {
    margin-top: 55px;
    background: linear-gradient(93.36deg, #BD1613 0%, #E80C0C 120.17%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    gap: 10px;
    border-radius: 7px;
    width: 206px;
    height: 55px;
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    border-color: unset;
}

.second-image-div {
    margin-top: 136px;
    display: grid;
    grid-template-columns: max-content 1fr;
}

.right-content {
    padding-left: 66px
}

.learn-div {
    background: linear-gradient(90deg, #BD1613 0%, #E80C0C 100%);
    border-radius: 10px;
    width: 585px;
    height: 134px;
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.learn-image{
    margin: 40px;
    width: 55px;
}


.receive-5star-div,
.receive-div {
    border-radius: 10px;
    position: relative;
    border: 2px solid var(--text);
    margin-top: 40px;
    width: 585px;
    height: 134px;
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: var(--text);
}

.receive-image{
    margin: 26px 40px 0 40px;
    position: absolute;
    width: 51px;
}

.receive-text, .receive-5star-text {
    margin: 0;
    margin-left: 133px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.receive-5star-image {
    margin: 40px;
    position: absolute
}

.how-it-work-div {
    font-family: var(--font-family-poppins);
    font-style: normal;
    font-weight: 600;
    font-size: 39.62px;
    line-height: 59px;
    color: var(--text);
    margin-bottom: 10px;
}

.how-it-work-content{
    border-bottom: 2px solid #FFEEEE;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 78px !important;
}

#features .header {
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #BD1613;
}

#features .content {
    font-family: var(--font-family-poppins);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text);
    margin-top: 15px;
    margin-bottom: 36px;
}

.create-icon-div,
.receive-instant-icon-div {
    border-right: 2px solid #FFEEEE;
}

.receive-instant-icon-div .header {
    margin-right: 10px; 
}

    .happy-icon-div > div,
    .receive-instant-icon-div > div {
        margin-top: 30px;
    }

#features .image-icon{
    margin-top: 5px;
}

.subCarousel {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 8px;
}

.subCarousel p {
    width: 800px;
    font-size: 16px;
    font-weight: normal;
    margin: auto;
    padding-bottom: 10px;
}

.subCarousel .btn {
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-left: 25px;
    padding-right: 25px;
}

#features {
    width: 100%;
    margin: auto;
}

#features .row {
    padding-bottom: 15px;
}



#features .left img {
    max-width: 90px;
    max-height: 90px;
}

#features .left {
    width: 18%;
    float: left;
    text-align: center;
}

#features .right {
    width: 80%;
    float: right;
}

.subCarousel {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
}

.subCarousel p {
    width: 800px;
    font-size: 16px;
    font-weight: normal;
    margin: auto;
    padding-bottom: 10px;
}

.subCarousel .btn {
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-left: 25px;
    padding-right: 25px;
}

#features {
    width: 100%;
    margin: auto;
}

#features .row {
    padding-bottom: 15px;
}


#features .left img {
    max-width: 90px;
    max-height: 90px;
}

#features .left {
    width: 18%;
    float: left;
    text-align: center;
}

#features .right {
    width: 80%;
    float: right;
}

.home-boosting-description > img {
    display: flex;
    margin: 0 auto 24px;
    width: 100%;
    height: auto;
}

.subCarousel-text {
    width: fit-content;
    margin: auto;
    text-align: left;
}


.clear {
    clear: both;
}




@media only screen and (max-width: 1580px) and (min-width: 1200px) {
    .join-our-text,
    .revolutionize-text {
        width: 650px;
    }

    .right-content {
        padding-left: 40px;
    }

    .second-image-div > div > img{
        width: 546px;
    }
    .learn-div {
        height: 111px;
    }
    .learn-image {
        margin: 30px;
    }

    .receive-image {
        margin: 14px 30px 0 30px;
    }

    .receive-5star-image {
        margin: 30px;
    }
    .receive-5star-div, .receive-div {
        margin-top: 37px;
        height: 111px;
    }
}

@media only screen and (max-width: 1200px){
    .five-stars-navbar .container {
        padding-left: 0;
        padding-right: 0;
    }

    .home-boosting-description > img {
        width: 650px;
    }

    .first-image {
        position: relative;
        top: 0;
        margin-top: 25px;
    }

        .first-image > img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 70%;
        }

    .second-image-div {
        display: block;
    }

    .join-our-text, .revolutionize-text {
        width: 100%;
        text-align: center;
    }

    .right-content {
        padding-left: 0;
    }

    .second-image-div > div > img {
        width: 100%;
    }

    .learn-image {
        margin: 30px;
    }

    .receive-image {
        margin: 14px 30px 0 30px;
    }

    .receive-5star-image {
        margin: 30px;
    }

    .receive-5star-div, .learn-div, .receive-div {
        margin-top: 37px;
        height: 111px;
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .create-icon-div, .receive-instant-icon-div {
        border-bottom: 2px solid #FFEEEE;
        border-right: unset;
    }

    .send-icon-div {
        margin-top: 30px;
    }

    #features .row {
        margin-right: 0;
        margin-left: 0;
    }

    #features {
        margin-top: 70px !important;
    }

    .how-it-work-content {
        margin-top: 50px !important;
    }
}


@media screen and (max-width: 767px) {
    .feature {
        margin-top: 20px;
    }

    .nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .second-image-div {
        margin-top: 60px;
    }
    
    .menu-active a {
        color: #fff !important;
    }

    .menu-active {
        border: none;
        text-align: center;
    }

    .receive-text, .receive-5star-text {
        margin-left: 111px;
    }

    .revolutionize-text {
        font-size: 25.52px;
        line-height: 40px;
    }

    .join-our-text {
        font-size: 18.33px;
        line-height: 26px;
    }

    .receive-5star-div, .learn-div, .receive-div {
        font-size: 18px;
        line-height: 28px;
    }

    #features {
        margin-top: 40px !important;
    }

    .how-it-work-content {
        margin-top: 30px !important;
    }

    .how-it-work-div {
        font-size: 25.52px;
    }

    #features .content {
        font-size: 15px;
        line-height: 20px;
    }

    #features .header {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .receive-5star-div, .learn-div, .receive-div {
        margin-top: 20px;
        height: 90px;
    }

    .receive-text, .receive-5star-text {
        margin-left: 90px;
    }

    .learn-image, .receive-5star-image {
        margin: 25px;
    }

    .receive-image {
        margin: 14px 27px 0 25px;
    }
    
    #myCarousel {
        padding-top: 16px;
    }


    .subCarousel {
        font-size: 18px;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .subCarousel-text {
        width: unset;
        margin: unset;
        text-align: unset;
    }

    .subCarousel p {
        width: 100%;
        font-size: 15px;
    }

    #features .left {
        width: 100%;
        float: none;
    }

    #features .left img {
        max-width: 60px;
        height: 25px;
    }

    .learn-image {
        width: 40px;
    }

    .receive-image {
        width: 35px;
    }

    .receive-5star-image {
        width: 40px;
    }

    .receive-5star-div, .learn-div, .receive-div {
        margin-top: 20px;
        height: 90px;
        width: 100%;
    }
   
    #features .right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}