﻿.home-container {
    margin-top: 145px;
}

.home-container a {
    text-decoration: none !important;
    cursor: pointer;
}

.image-logo img {
    height: 66px;
}

.nav-item {
    font-size: 1rem;
    margin: 0px 16px;
    font-weight: 700;
    color: black;
    font-family: Brown-Regular-S,Helvetica,Arial,sans-serif;
}
.section-one {
    width: 100%;
    background-color: #FFF7F7;
    padding-top: 30px;
    padding-bottom: 24px;
}
.home-header {
    font-family: Brown-Regular-S,Helvetica,Arial,sans-serif;
}

.home__header__button {
    display: flex;
}

.home-header__trending {
    display: flex;
    margin-bottom: 7%;
}

.home-header__trending__left {
    padding-right: 32px;
    flex: 1;
}
.home-header__trending__right {
    flex: 1;
}
.home-header__trending__right img {
    width: 100%;
}

/*.home-header__trending h1 {
    font-size: 48px;
    letter-spacing: -0.89px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}*/

/*.home-header__trending p {
    color: #000;
    font-size: 14px;
    letter-spacing: -0.17px;
    line-height: 24px;
}*/

.course-container__banner {
    position: absolute;
    color: white;
    background-color: #f05;
    border-color: #f05;
    padding: 4px;
    width: 60px;
    font-size: 12px;
}

.home-video-suggested {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.home-video-suggested div {
    flex: 1;
}

/*.home-video-suggested__left h3 {
    font-size: 24px;
    letter-spacing: -0.28px;
    line-height: 39px;
    font-weight: bold;
    margin: 0;
}*/

.home-video-suggested__left p {
    margin: 0;
}

.home-video-suggested__right {
    display: flex;
    justify-content: flex-end;
}

/*.home-start-now {
    display: flex;
    align-items: center;
    border-radius: 30px !important;
    padding: .5rem 1.5rem !important;
    font-weight: bold !important;
    letter-spacing: -0.2px !important;
    color: #fff;
    background-color: #f05;
    justify-content: center;
    max-width: 269px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #f05;
}

.home-start-now:hover {
    background-color: #d60047 !important;
    border-color: #d60047 !important;
    color: #f5f5f5;
}   
.home-start-now a {
    color: #ffffff;
    min-width: 70px;
}
.home-start-now:hover a {
    text-decoration: none;
    color: #f5f5f5;
}*/

/*.home-discover-courses {
    display: flex;
    align-items: center;
    border-radius: 30px !important;
    padding: .5rem 1.5rem !important;
    font-weight: bold !important;
    border: 2px solid #000;
    color: #000;
    justify-content: center;
    max-width: 269px;
    font-size: 14px;
}

.home-discover-courses:hover {
    border-color: #000;
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
}*/

.home-section-two {
    position:relative;
}

.home-section-two .svg-outline-left,
.home-section-two .svg-outline-right {
    position: absolute;
    z-index: -1;
}

.home-section-two .svg-outline-left {
    top: 220px;
    left: 0;
}

.home-section-two .svg-outline-left img {
    width: 351px;
    Height: 612px;
    transform: rotate( 90deg );
}

.home-section-two .svg-outline-right {
    bottom: -168px;
    right: 0;
}

.home-section-two .svg-outline-right img {
        Width: 394px;
    Height: 397px;
}

.home-browser-course {
    margin: 48px auto;
}

.home-browser-course__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 48px 0;
    background-color: #FFFFFF;
}

/*.home-browser-course__heading h2
,.home-browser-course__contain__desc h2
, .home-community__header__contain h3
, .home-signup__left h1
, .home-stepper h3
, .home-plan__header h3 {
    font-size: 36px;
    letter-spacing: -0.6px;
    line-height: 52px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}*/

.home-circle-red div {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.28px;
    line-height: 32px;
}

/*.home-browser-course__heading p
, .home-browser-course__contain__desc p
, .home-community__header__contain p
, .home-community__contain__details span
, .home-signup__left p
, .home-stepper__contain h6
, .home-video-suggested__left p
, .home-stepper__contain p {
    color: #000;
    font-size: 16px;
    letter-spacing: -.2px;
    line-height: 26px;
}*/

.half-width {
    max-width: 50%;
}

.text-center {
    text-align: center;
}

.text-blue {
    color: #007bff;
}

.zero-margin {
    margin: 0;
}

.text-bold {
    font-weight: bold;
}

.text-white {
    color: white;
}

.text-red {
    color: #f05;
}

.flex-1 {
    flex: 1 !important;
}

.flex-2 {
    flex: 2 !important;
}
.flex-3 {
    flex: 3 !important;
}


.text-underline {
    text-decoration: underline;
    cursor:pointer;
}

.home-community__header__contain p {
    margin: 0;
}

.home-browser-course__heading p {
    max-width: 50%;
    text-align: center;
}


.home-browser-course__button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: #FFFFFF;*/
}

/*.home-browser-course__button a {
    border-radius: 25px;
    padding: 12px 16px;
    font-weight: bold;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    margin: 0 8px;
    margin-bottom: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
}*/

/*.home-browser-course__button a:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
}*/

.home-browser-course__contain {
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 5px 5px whitesmoke;
    padding: 40px;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 96px 0;
    display: flex;
}

.home-browser-course__container {
    margin: 48px auto;
}

.home-browser-course__contain div {
    flex: 0 0 50%;
    max-width: 50%;
}

.home-browser-course__contain__image img {
    width: 100%;
    height: 100%;
}

.home-browser-course__contain__desc {
    padding: 5%;
    margin: 0 3%;
}

/*.home-browser-course__contain__desc h2 {
    font-size: 36px !important;
    letter-spacing: -0.6px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
}*/

/*.home-browser-course__contain__desc p {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 26px;
}*/

.home-feature {
    background-color: #EFFBFA;
    padding: 48px 0;
    margin-bottom: 48px;
}

.home-feature__header {
    margin-bottom: 48px;
}

.home-feature__header h2 {
    text-align: center;
    font-size: 36px !important;
    letter-spacing: -0.6px !important;
    line-height: 52px !important;
    font-weight: 900;
}

.home-feature__contain {
    display: flex;
    margin-bottom: 48px;
}

.home-feature__contain div {
    flex: 1
}

.home-feature__contain__left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

.home-feature__contain__left div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
}

.home-feature__contain__left h3 {
    font-size: 24px !important;
    letter-spacing: -0.3px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
}

.home-feature__contain__left p {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 26px;
}

.home-feature__contain__right img {
    width: 100%;
    padding: 24px;
}

.home-community {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-community__header {
    display: flex;
    justify-content: center;
    margin: 0 auto 350px;    
    width: 100%;
}

.home-community__header__contain {
    max-width: 40%;
}

.home-community__header__contain h2 {
    text-align: center;
}
.home-community__contain {
    position: relative;
    z-index: 3;
    width: 40%;
    margin-bottom: 240px;
}

.home-community__contain:last-child {
    margin-bottom: 0;
}

.home-community__contain__body {
    box-shadow: 0px 0px 5px 5px #f5f5f5;
    border: none;
    position: relative;
    max-width: 100%;
    width: 358px;
    height: 525px;
    background-color: #fff;
}

.home-community__contain__body:hover p {
    color: #f05;
}

.home-community__contain__body img {
    height: 358px;
    width: 100%;
}

.home-community__contain__details {
    padding: 39px 36px 26px;
    background-color: #ffffff
}

.home-community__btn {
    height: 110.6px;
    width: 110.6px;
    border-radius: 50%;
    border: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-community__btn .fal {
    font-size: 39px
}

.home-community__btn--color-1 {
    background-color: #ff0055;
    border-color: #ff0055;
}
.home-community__btn--color-2 {
    background-color: #94E0DC;
    border-color: #94E0DC;
}
.home-community__btn--color-3 {
    background-color: #3848bf;
    border-color: #3848bf;
}
.home-community__btn--position-1 {
    top: 35px;
    right: -35px;
}

.home-community__btn--position-2 {
    top: -35px;
    right: 35px;
}

.home-community__btn--position-3 {
    top: 35px;
    left: -35px;
}
.home-community .svg-fill, .home-community .svg-outline {
    position: absolute;
    z-index: -1;
    top: 0;
}
.card-1 .svg-fill img {
    /* width: 400px;*/
    width: 300px;
    margin-left: 180px;
    margin-top: -50px;
}
.card-1 .svg-outline img {
    /* width: 435px;*/
    width: 400px;
    transform: rotate( 180deg );
    margin-left: -176px;
    margin-top: -102px;
}
.card-2 .svg-fill img {
    width: 450px;
    margin-left: -110px;
    margin-top: -31px;
}

.card-2 .svg-outline img {
    width: 300px;
    margin-left: 189px;
    margin-top: -67px;
}
.card-3 .svg-fill img {
    margin-left: -65px;
    margin-top: -44px;
    transform: rotate( 35deg );
    width: 400px;
    z-index: 1;
}

.card-3 .svg-outline img {
    width: 400px;
    margin-left: -239px;
    margin-top: 70px;
    z-index: 2;
    transform: rotate( 90deg );
}

.text-muted {
    color: #6c757d !important;
}

.image-0 {
    margin-top: -240px;
    display: flex;
    justify-content: center;
}
.image-1 {
    display: flex;
    justify-content: center;
}
/*.card-2 {
    display: flex;
    justify-content: flex-end;
}

.card-3 {
    margin-top: -240px;
    display: flex;
    justify-content: center;
}*/

.section-signup {
    background-color: #EEF3FF;
    width: 100%;
    margin: 7% 0 224px 0;
}
.home-signup {
    display: flex;
/*    padding-top: 7%;*/
 /*   margin: 7% auto;*/
}

.home-signup__left {
    flex: 1;
    /*padding: 0 32px 0 64px;*/
    padding: 131px 32px 131px 0;
}

/*.home-signup__left h1 {
    font-size: 36px !important;
    letter-spacing: -0.6px !important;
    line-height: 50px !important;
    font-weight: bold;
}*/

/*.home-signup__left p {
    color: #000;
    font-size: 16px;
    letter-spacing: -.2px;
    line-height: 26px;
}*/

.home-signup__left__btn-group {
    display: flex;
/*    justify-content:center;*/
}

.home-signup__button-free {
    border-radius: 30px !important;
    padding: .7rem 1.5rem !important;
    font-weight: bold !important;
    letter-spacing: -0.2px !important;
    color: #fff;
    background-color: #f05;
    border-color: #f05;
    font-size: 18px !important;
    min-width: 200px;
    margin-right: 15px;
}

.home-signup__button-free:hover {
    background-color: #d60047 !important;
    border-color: #d60047 !important;
    color: #f5f5f5;
}

.home-signup__button-try {
    background-color: transparent;
    border: 2px solid black;
    border-radius: 30px !important;
    padding: .7rem 1.5rem !important;
    font-weight: bold !important;
    min-width: 200px;
    margin-right: 15px;
}

.home-signup__button-try:hover {
    color: #212529;
    text-decoration: none;
}

.home-signup__right {
    flex: 1;
    position: relative
}

.home-signup__right img {
    position:absolute;
    width: 100%;
    top: 131px;
}

.home-stepper {
    margin: 112px auto;
}

.home-stepper h2 {
    margin-bottom: 3rem !important;
    text-align: center;
}

.home-stepper__contain {
    display: flex;
    justify-content: space-between;
}

.home-circle-red {
    text-align: center;
}

.home-circle-red div {
    background-color: #f05;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: auto;
    width: 48px;
    align-items: center;
    font-weight: 900;
}

.home-stepper__contain div {
    max-width: 285px;
    margin-bottom: 29px;
    flex: 1;
}

.home-stepper__contain h6 {
    text-align: center;
}

.home-stepper__contain p {
    text-align: center;
}
.testimonial-body {
    min-height: 630px;
}
.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4% 4%;
}

.testimonial-profile {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-profile img {
    width: 200px;
    height: auto;
}

.testimonial-contain h1 {
    font-size: 32px !important;
    letter-spacing: -0.6px !important;
    padding: 20px 40px;
    line-height: 52px !important;
    font-weight: 700 !important;
    text-align: center
}

.testimonial-footer {
    display: flex
}

.testimonial-footer div {
    width: 20px;
    height: 20px;
}

.testimonial-footer img {
    margin-left: 8px
}

.testimonial-footer img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.carousel-item {
    height: auto !important;
}
.home-logo-partner {
    display: flex;
    min-height: 183.5px;
    align-items: center;
}

.home-logo-partner__text {
    flex: 2;
/*    text-align: center;*/
    max-width: 255px;
}

.home-logo-partner__text h4 {
    margin: 0;
}

.home-logo-partner__image {
    flex: 1;
    padding: 0 15px;
  /*  display: flex;
    justify-content: center;*/
}

.home-logo-partner img {
    max-width: 184px;
    width: 100%;
}

.home-logo-partner h4 {
    font-size: 18px !important;
    letter-spacing: -0.2px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
}

.home-plan {
    padding: 0 30px;
    text-align: center;
}

.home-plan__header {
    display: flex;
    justify-content: center;
}

/*.home-plan__header h3 {
    font-size: 24px !important;
    letter-spacing: -0.3px !important;
    line-height: 32px !important;
    font-weight: 700;
    max-width: 234px;
}*/

.home-plan {
    margin-top: 30px;
}

.home-plan__container, .solutions__body__details__contain__video {
    display: flex;
    justify-content: space-evenly;
    padding: 0 15px;
}

.solutions__body__details__contain__video .solutions-video-container {
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
    box-shadow: 0px 0px 5px 5px #f5f5f5;
    border: none;
}

.home-plan__container div {
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
    box-shadow: 0px 0px 5px 5px #f5f5f5;
    border: none;
    padding: 50px;
    background-color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-plan__container div h3 {
    margin-bottom: 32px;
}

.home-plan__container div button {
    letter-spacing: -0.2px !important;
    font-size: 18px !important;
    border-radius: 30px !important;
    padding: .7rem 1.5rem !important;
    font-weight: bold !important;
    color: #fff;
    background-color: #f05;
    border-color: #f05;
    width: 100%;
    margin-top: 1rem !important;
}

.home-plan__container div button:hover {
    background-color: #d60047 !important;
    border-color: #d60047 !important;
    color: #f5f5f5;
}
.section-plan {
    width: 100%;
    position: relative;
    margin: 0 auto 7% auto;
   /* height: 400px;*/
}
.section-plan .svg-outline {
    position: absolute;
    z-index: -1;
}
.section-plan .blue-lozenge {
        left: -140px;
    bottom: -380px;
}
.section-plan .lozenge-green, .section-plan .lozenge-pink {
    bottom: -300px;
    left: 40%;
}
.section-plan .half-pink {
    right: 150px;
    top: 4%;
}

.section-plan .halfcircle-blue {
    left: 0;
    bottom: -250px;
}

.section-plan .drop-green {
    right: 30px;
    top: 0;
}

.section-plan .blue-lozenge img {
    width: 350px;
}
.section-plan .lozenge-green img, .section-plan .lozenge-pink img {
    width: 300px;
      transform: rotate( 90deg );
}
.section-plan .half-pink img {
    width: 250px;
    transform: rotate( 33deg );
}
.section-plan .halfcircle-blue img {
    width: 235px;
    transform: rotate( 150deg );
}
.section-plan .drop-green img {
    width: 400px;
    transform: rotate( -90deg );
}


@media (min-width: 992px) {

    .home-container { 
        min-height: 390px;
    }
/*    .home-discover-courses {
        margin: 0 15px;
    }*/
}

@media screen and (max-width: 575px) {

    /*  .home-discover-courses {
        margin: 15px 0;
    }*/

    .home-plan {
        padding: 0 15px;
    }

    .home-plan__container, solutions__body__details__contain__video {
        padding: 0;
    }
    .home-video-suggested div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home-video-suggested
    , .home-browser-course__contain
    , .home-feature__contain
    , .home-signup
    , .home-signup__left__btn-group
    , .home-stepper__contain
    , .home-plan__container
    , .home-video-suggested__right {
        flex-direction: column;
    }

    /*.home-header__trending h1 {
        font-size: 28px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }*/

    .home-header__trending {
        flex-direction: column-reverse;
    }


    .body-padding-top {
        padding-top: 15px;
    }

    .home__header__button {
        flex-direction: column;
        align-items: center;
    }

    .section-one {
        padding-top: 15px;
    }

    .home-logo-partner {
        flex-wrap: wrap;
        margin-bottom: 64px;
    }

    .home-logo-partner div {
        min-width: 150px;
        margin-bottom: 30px;
        text-align: center;
    }

    .home-browser-course__heading p
    ,.home-browser-course__contain__desc p {
        max-width: 100%;
    }

    .home-community__contain {
        width: 100%;
        margin-bottom: 120px
    }

    .image-0 {
        margin: 0;
        margin-bottom: 120px
    }

    .card-1 .svg-outline img {
        margin-top: -77px;
    }

    .card-1 .svg-fill img {
        margin-top: 0px;
    }

    .card-2 .svg-outline img {
        margin-top: -78px;
    }

    .card-2 .svg-fill img {
        margin-top: -10px;
    }

    .home-community__btn--position-1,
    .home-community__btn--position-2,
    .home-community__btn--position-3 {
        top: auto !important;
        left: auto !important;
        bottom: 137px !important;
        right: 24px !important;
    }

    .home-community__contain__body {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 25% 0;
    }

    .home-community__contain__body img {
        height: 289px;
    }

    .home-browser-course__contain div {
        max-width: 100%;
    }

    .home-browser-course__contain__desc {
        padding: 0;
        margin: 5% 0 0 0;
    }

   /* .home-browser-course__contain__desc h2 {
        font-size: 21px !important;
        letter-spacing: -0.3px !important;
        line-height: 28px !important;
        max-width: 245px;
    }*/

    .home-feature__contain__left {
        justify-content: flex-start;
    }

    .home-community__header__contain {
        max-width: 100%;
    }

    .home-community__btn {
        right: 25%;
        top: 45%;
        height: 62.16px;
        width: 62.16px;
    }

    .home-community__btn .fal {
        font-size: 21.92px;
    }

    .home-signup {
        margin-bottom: 150px;
    }

    .home-signup__left {
        padding: 32px 0 0 0;
    }

    .home-signup__left h1 {
       /* display: none;*/
    }

    .home-signup__right img {
        position: relative;
    }

    .home-signup__left__btn-group div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home-signup__left__btn-group a {
        width: 100%;
    }

    .home-signup__right img {
        top: 70px;
    }

    .home-signup__button-free, .home-signup__button-try {
        margin: 16px 0;
    }

    .home-stepper__contain {
        align-items: center;
    }

    .home-plan__container div {
        margin-bottom: 48px;
        max-width: 100%;
    }

    .section-plan {
        height:auto
    }
    .testimonial-footer {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-contain h1 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .testimonial-footer p {
        text-align: center;
    }

    .home-video-suggested__left {
        padding-bottom: 12px;
    }

    /*.home-video-suggested__left p
    , .home-header__trending p {
        font-size: 12px;
        letter-spacing: -0.15px;
        line-height: 22px;
    }*/

   /* .home-browser-course__heading p
    , .home-browser-course__contain__desc p 
    , .home-community__header__contain p
    , .home-community__contain__details span
    , .home-signup__left p
    , .home-stepper__contain h6
    , .home-stepper__contain p {
        font-size: 14px;
        letter-spacing: -0.17px;
        line-height: 24px;
    }*/

    .home-circle-red div {
        font-size: 18px;
        letter-spacing: -0.21px;
        line-height: 26px;
    }

    /*.home-browser-course__heading h2
    , .home-browser-course__contain__desc h2
    , .home-community__header__contain h3
    , .home-signup__left h1
    , .home-stepper h3
    , .home-plan__header h3 {
        font-size: 21px;
        letter-spacing: -0.3px;
        line-height: 28px;
        margin-bottom: 18px;
    }*/

    .home-browser-course__button a {
        font-size: 12px;
    }

    .home-circle-red div {
        height: 32px;
        width: 32px;
    }
    .home-community__header {
        margin: 0 auto 120px;
    }

    .home-logo-partner__text {
        min-width: 100% !important;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
   /* .nav-item .home-discover-courses {
        margin: 15px 0;
    }*/

    .home-container {
        margin-top: 0; 
    }

    .section-signup {
        margin: 69px 0;
    }

    .home-stepper {
        margin: 69px auto;
    }

    .solutions__body__details__contain__video {
        flex-direction:column;
    }

    .solutions__body__details__contain__video .solutions-video-container {
        max-width: 100%;
    }

    .home-header__trending__left {
        padding-right: 0;
    }
}