.hero-section{
    background: url('../images/100year/hero-bg.svg');
    background-size:cover ;

    p{
        color: var(--medium-gray);
        font-size: 1rem;
    }
}

.primary-button{
    background-color: var(--secondary-100);
    color: var(--primary-100)!important;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 10px;
}

.primary-button:hover{
    background-color: var(--secondary-hover-100);
    color: var(--primary-100)!important;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 10px;
}

p{
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 0.9rem;
}

h1{
    color: var(--primary-100);
    font-weight: 700;

}


h2{
    color: var(--primary-100);
    font-weight: 700;
}





.hero-info-card{


    p{
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
        color: var(--medium-gray);

    }

    h5{
        font-weight: 600;

    }
}

#stickyCTA{

    box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1);
    border: 0.5px solid #ccc;
    border-radius: 10px 10px 0px 0px ;

    p{
        margin-bottom: 0;
        font-size: 0.8rem;

    }

    h5{
        font-weight: 600;

    }
}


.whats-more{
    .card{

        background-color: var(--primary-5);
        border: none;
        padding: 1rem;
        border-radius: 10px;
        height: 100%;

        .card-img-top{
            width: 40px;
        }

        p{
            font-size: 0.9rem;
            color: var(--dark-grey);
        }

        h5{
            color: var(--primary-100);
            font-size: 1.1rem;
            font-weight: 600;
        }
    }
}


.content-section{
    p{
        color: var(--medium-gray);
    }
}


.faq h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-100);
}

.faq .btn{
    width: 100%;
    font-weight: 600;
    color: var(--primary-100);
    border-color: var(--primary-100);
    border: solid 1px;
    padding: 0.75rem 1rem;
    margin-right: 10px;
}

.faq .btn:hover{
    color: white;
    background: var(--primary-100);
}

.faq a{
    color: var(--secondary-100);
}

.accordion button{
    font-weight: 700;
    color: var(--primary-100)!important;
    font-size: 1rem;
}

.accordion-button:not(.collapsed){
    background-color : white;
}



.accordion-button:focus{
    border-color:  white!important;
    box-shadow: none!important;
}




.newsletter{
    background: var(--primary-100);
}

.newsletter h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--secondary-100);
}

.newsletter p{
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--black-5);
    opacity: 80%;
}

.newsletter input{
    height: 100%;
    background: none;
    border: solid 1px var(--black-25);
    font-size: 0.8rem;
    color: white!important;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.newsletter input:focus{
    color: white;
    background: none;
}

.newsletter button{
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-100);
    background: var(--secondary-100);
    padding: 0.75rem 2rem;
    border: none!important;
    width: 100%;
}


.newsletter button:hover{
    color: var(--primary-100);
    background: var(--secondary-hover-100);
}

.newsletter .alert{
    font-size: 0.9rem;
    width: 50%;

}

.who-can-invest{
    background-color: var(--light-grey);

    h5{
        font-weight: 700;
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
    p{
        font-weight: 600;
    }
}


.testimonials h1{
    font-size: 4rem;
    line-height: 4.5rem;
}

@media only screen and (min-width: 576px) {
    .testimonials .item{
        width:400px;
    }
    .hero .hero-image {
        position: absolute;
        bottom: -275px; 
        right: -50px;
        width: 55%; 
        z-index: 2;
    }

}


.why-invest{
    background-color: var(--primary-5);
    overflow-x: hidden;
    max-width: 100vw;
}

.why-invest .item{
    background-color: white;
    border: 0.5px solid #ccc;
    width:350px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.why-invest .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.why-invest button {
	background-color: white;
    color: white;
	border: 1px solid var(--primary-100);
    width: 50px;
    height: 50px;
	border-radius: 500px;
	margin: 5px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    transition: all 300ms ease-in-out;
}

.why-invest button:hover{
    background-color: var(--light-grey);
}


.why-invest .owl-nav{
    display: none!important;
}

#stickyCTA {
transform: translateY(100%);
transition: transform 0.4s ease-in-out;
}

#stickyCTA.show {
transform: translateY(0%);
}



/* Experimental CSS, remove it later */

/*Invest Performance*/

.investPerformance{
    padding-top: 50px;
}

.investPerformance h4{
    color: var(--primary-100);
    font-weight: 600;
}

.investPerformance .table {
    border: 0.5px solid #CCCCCC;
}

.investPerformance .table thead tr th{
    padding-top: 20px;
    padding-bottom: 20px;
}

.investPerformance .table tbody tr th,td{
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align:middle;
}

.investPerformance .table td, .table th {
    border: none;
}


/**/

.labelChart .row{
    margin-left: 0px;
}

.labelChart p{
    font-size: 0.7rem;
}

.inputCalc p{
    font-size: 0.85rem;
    margin-bottom: 5px;
    color: var(--medium-gray);
}

.calcInfo{
    background: var(--primary-5);
    padding: 10px;
    border-radius: 8px;
}

.calcInfo h6{
    margin-bottom: 0;
    color: var(--primary-100);
}

.calcInfo .calcInfoText{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.calcInfo .calcPercentage{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.calcInfo .calcValue{
    color: var(--primary-100);
    font-weight: 600;
}

.calcModal img{
    width: 140px;
}

.smallcasePhone .labelChart .row{
    margin-left: 0px;
}

.smallcasePhone .labelChart p{
    font-size: 0.7rem;
}

.smallcasePhone .inputCalc p{
    font-size: 0.85rem;
    margin-bottom: 5px;
    color: var(--medium-gray);
}

.smallcasePhone .calcInfo{
    background: var(--primary-5);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 100px;
}

.smallcasePhone .calcInfo h6{
    margin-bottom: 0;
    color: var(--primary-100);
}

.smallcasePhone .calcInfo .calcInfoText{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.smallcasePhone .calcInfo .calcPercentage{
    color: var(--medium-gray);
    font-size: 0.85rem;
}

.smallcasePhone .calcInfo .calcValue{
    color: var(--primary-100);
}

.mobileButton{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: white;
    margin-top: 50px;
}

.mobileButtonModal{
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: white;
    left: 0;
}

.buttonsMobile{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0.5px solid rgba(191, 212, 210, 1);
    border-bottom: 0.5px solid rgba(191, 212, 210, 1);
}

.mobileCalc{
    background: #EAEEEF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobileCalc a{
    color: var(--primary-100);
    cursor: pointer;
}


.mobileButtonInvest{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0.5px solid rgba(191, 212, 210, 1);
    border-bottom: 0.5px solid rgba(191, 212, 210, 1);
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background: white;
    margin-top: 25px;
}

/* Mobile Button End*/

/*Main Content Area*/

.mainContent .card-body{
    padding: 20px;
}

/* Perfromance*/

.performance{
    padding-top: 60px;
}

.performance h4{
    color: var(--primary-100);
    font-weight: 600;
}

.performance h6{
    color: var(--primary-100);
    font-weight: 400;
}

.performance .identityInfo{
    max-width: 280px;
}

.performance p {
    margin-bottom: 0;
}

.performance .performanceIdentifiers{
    margin-top: 25px;
    margin-bottom: 25px;
}

.performance .performanceIdentifiers .roundOne{
    background: var(--contrast-color);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-top: 4px;
}

.performance .performanceIdentifiers .val1{
    color: var(--contrast-color);
}
.performance .performanceIdentifiers .roundTwo{
    background: var(--black-25);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-top: 4px;
}
.performance .performanceIdentifiers .val2{
    color: var(--medium-gray);
}
.performance .performanceIdentifiers .legend{
    margin-left: 5px;
}

.performance .performanceIdentifiers .legend h6{
    font-size: 0.9rem;
    margin-bottom: 0;
}

.performance .duration-box{
    padding: 5px 8px;
    border: 1px solid var(--black-25);
    border-radius: 1px;
    cursor: pointer;
    background: var(--black-5);
}

.performance .active-box{
    background: var(--secondary-100);
    color: var(--primary-100);
    font-weight: 700;
}

.performance .infoText{
    border-radius: 8px;
    margin-top: 35px;
    background: var(--bg-color);
    padding: 10px;
    color: var(--medium-gray);
}

.performance .infoText b{
    color: var(--primary-100);
}

/* Performance End*/



section.performance .chart-card{
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 0.5px solid #c3c3c373;
}


.section-performance 




/* Quick Sec*/

    .quickSec{
        padding-top: 60px;
        z-index: 1;
    }

    .quickSec h5{
        color: var(--primary-100);
    }

/**/


.performance .card{
    border-radius: 10px;
}