.carousel-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 590px;
    z-index: 9;
}
.home-carousel-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 75%;
    z-index: 1;
    background: linear-gradient(-90deg,rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.carousel-text span{
    font-family: var(--libre);
    font-size: 2.8rem;
    line-height: 36px;
    color:var(--navy-dark);
    font-style: italic;
}
.carousel-text h1{
    font-family: var(--roboto);
    font-size: 5.5rem;
    font-weight: 350;
    line-height: 55px;
    color:var(--navy-dark);
}

.hero-curve{
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
}
.img-container{
    position: relative;

}
/*.img-container::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0; left: 0; right: 0; bottom: 0;*/
/*    z-index: 1;*/
/*    background: #ffffff;*/
/*    background: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);*/
/*    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);*/
/*}*/

.goals img{
    width: 25px;
    height: 25px;
}
.goals p{
    line-height: 1;
    margin-bottom: 25px;
}
.goals ul{
    list-style: none;
    padding: 0;
}
.goals ul li{
    padding-left: 35px;
    background: url(../img/arrow.svg) no-repeat 0px 1px;
    background-size: 25px;
    padding-bottom: 15px;
}
.circles{
    position: relative;
    height: 700px;
}
.circle-title a{
    display: block;
}
.circle-1 .circle-title a:hover{
    color: var(--navy-dark) !important;
}
.circle-1 .circle-title a:hover + img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(36%) saturate(4072%) hue-rotate(195deg) brightness(100%) contrast(99%);
}
.circle-2 .circle-title a:hover,
.circle-3 .circle-title a:hover,
.circle-4 .circle-title a:hover{
    color: var(--gray-dark) !important;
}
.circle-2 .circle-title a:hover,
.circle-3 .circle-title a:hover,
.circle-4 .circle-title a:hover{
    color: var(--gray-dark) !important;
}
.circle-2 .circle-title a:hover + img,
.circle-3 .circle-title a:hover + img,
.circle-4 .circle-title a:hover + img{
    filter: brightness(0) saturate(100%) invert(45%) sepia(1%) saturate(0%) hue-rotate(41deg) brightness(92%) contrast(93%);
}
.circles .arrow{
    width: 25px;
    height: 25px;
}
.circle-1{
    position: relative;
    /*background-color: #7CB096 ;*/
    background-color: #63A181;
    width: 560px;
    height: 560px;
    border-radius: 50%;
}
.circle-1 .circle-title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
}
.circle-position-1{
    position: absolute;
    right: -190px;
}

.circle-2{
    position: relative;
    background-color: #DB986C ;
    width: 296px;
    height: 296px;
    border-radius: 50%;
    border: 5px solid white;
}
.circle-2 .circle-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #022E59;
}
.circle-position-2{
    position: absolute;
    right: 405px;
    bottom: 95px;
}

.circle-3{
    position: relative;
    background-color: #FBF0D9 ;
    width: 324px;
    height: 324px;
    border-radius: 50%;
    border: 5px solid white;
}
.circle-3 .circle-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #022E59;
}
.circle-position-3{
    position: absolute;
    right: 244px;
    top: 93px;
}

.circle-4{
    position: relative;
    background-color: #022E59 ;
    width: 341px;
    height: 341px;
    border-radius: 50%;
    border: 5px solid white;
}
.circle-4 .circle-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.circle-position-4{
    position: absolute;
    bottom: 44px;
    right: -23px;
}

.home-section-2 .left-col{
    margin-top: 193px;
}

.home-curve-2{
    filter: drop-shadow(2px -35px 18px rgba(2,46,89,0.17));
    -webkit-filter: drop-shadow(2px -35px 18px rgba(2,46,89,0.17));
    -moz-filter: drop-shadow(2px -35px 18px rgba(2,46,89,0.17));
    margin-top: -180px;
    position: relative;
    z-index: -5;
}
.speech-bubbles{
    display: flex;
    align-items: center;
    justify-content: center;
}
.speech-bubbles img{
    width: 100%;
}
.speech-bubble-container-1,
.speech-bubble-container-2,
.speech-bubble-container-3{
    position: relative;
    width: fit-content;
}
.speech-bubble-container-1{
    z-index: 1;
}
.speech-bubble-container img{
    width: 100%;
}
.speech-bubble-container-2{
    margin: 0 -70px;
}
.speech-text{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
}
.home-section-5{
    margin-bottom: 95px;
}

.home-section-5 ul{
    list-style: none;
    padding: 0;
}
.home-section-5 ul li{
    padding-left: 35px;
    background: url("../img/checkmark.svg") no-repeat 0px 0px;
    background-size: 22px;
    padding-bottom: 15px;
}
section:first-of-type {
    margin-top: 103px;
}

@media(max-width: 1199px){
    .sub-curve-top, .sub-curve-bottom{
        display: none;
    }

}
@media(max-width: 1500px){
    .carousel-text{
        max-width: 442px;
    }
    .carousel-text span{
        font-size: 2rem;
    }
    .carousel-text h1{
        font-size: 4.2rem;
        line-height: 40px;
    }
}
@media(max-width: 1250px) {
    .home-section-2 .left-col{
        margin-top: 100px;
        padding-right: 146px;
    }
}
@media(max-width: 991px) {
    .circle-position-1{
        right: 0;
    }
    .circle-position-2{
        right: unset;
        left: 0;
    }
    .circle-position-3 {
        right: 374px;
    }
    .circle-position-4 {
        right: 111px;
    }
    .home-section-2 .left-col{
        margin-top: 0;
        padding-right: 0;
    }
    .home-section-5{
        margin-bottom: 50px;
    }
}
@media(max-width: 910px) {
    .carousel-text{
        position: unset;
        transform: unset;
        margin: 10px auto;
        text-align: center;
        max-width: 100%;
    }

}
@media(max-width: 850px) {
    .circle-title .text-3{
        font-size: 4.5rem;
    }
    .circle-1{
        width: 460px;
        height: 460px;
    }
    .circle-2{
        width: 225px;
        height: 225px;
    }
    .circle-3{
        width: 265px;
        height: 265px;
    }
    .circle-4{
        width: 265px;
        height: 265px;
    }
    .circle-position-2{
        bottom:170px;
    }
    .circle-position-4{
        bottom: 140px;
        right: 150px;
    }
    .speech-text.text-3{
        font-size: 3.5rem;
    }
    .speech-bubble-container-2{
        margin: 0 -40px;
    }
}
@media(max-width: 767px) {
    .home-section-1 .left-col,
    .home-section-1 .right-col h2{
        text-align: center;
    }
    .home-section-1 .left-col .btn{
        margin: 0 auto;
    }
}
@media(max-width: 720px) {
    .circles{
        height: 518px;
        margin: 0 auto;
        width: fit-content;
        left: 211px;
    }
    .circle-title .text-3{
        font-size: 2rem;
    }
    .circle-1{
        width: 260px;
        height: 260px;
    }
    .circle-2{
        width: 125px;
        height: 125px;
    }
    .circle-3{
        width: 165px;
        height: 165px;
    }
    .circle-4{
        width: 165px;
        height: 165px;
    }
    .circle-1 .circle-title{
        top: 65px;
    }
    .circle-position-2{
        bottom: 215px;
        left: unset;
        right: 318px;
    }
    .circle-position-3{
        right: 217px;
        top: 50px;
    }
    .circle-position-4{
        bottom: 195px;
        right: 78px;
    }
    .w-170 {
        max-width: 110px;
    }
}
@media(max-width: 675px) {
    #home-carousel .carousel-text{
        position: unset;
        transform: translateY(0);
        text-align: center;
        max-width: none;
    }
    .home-carousel-gradient{
        display:none;
    }
}

@media(max-width: 490px) {
    .circles{
        left: 165px;
    }
    .circle-1 .circle-title {
        top: 25px;
    }
    .circle-1 {
        width: 200px;
        height: 200px;
    }
    .circle-3 {
        width: 140px;
        height: 140px;
    }
    .circle-4 {
        width: 140px;
        height: 140px;
    }
    .circle-position-2 {
        right: 210px;
        bottom: 270px;
    }
    .circle-position-3 {
        right: 148px;
        top: 16px;
    }
    .circle-position-4 {
        bottom: 261px;
        right: 46px;
    }
    .speech-text.text-3{
        font-size: 2rem;
    }
}

