@import url('styles.css');

.funds{
    margin-top: 50px;
}

.funds h3{
    color: white;
    font-weight: 700;
}

.funds h4{
    color: white;
    font-weight: 500;
}

.funds h5{
    color: white;
    font-weight: 500;
}


.funds p{
    color: white;
}

.funds .col-md-5{
    border-left: 1px solid white;
    padding-left: 40px;
}

.funds .container{
    background: var(--primary-100);
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 5%);

}

.funds .account-overview{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.funds .account-overview-not{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.funds .btn-funds{
    font-size: 0.9rem;
    font-weight: 600;
    background-color: var(--secondary-100);
    color: var(--primary-100);
    padding: 15px 25px;
    margin-top: 15px;
}

.funds .broker-manage{
    background: #EAEEEF;
    padding: 5px;
    width: 100%;
}

.funds .broker-manage span{
    color: #74950E;
    text-decoration: underline;
    cursor: pointer;
}

.funds .broker-manage{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


.funds .badge-manage{
    background-color: var(--secondary-100);
    color: var(--primary-100);
    font-weight: 500;
    
}

/**/

.pendingAction{
    padding-top: 50px;
}

.pendingAction h3{
    color: var(--primary-100);
    font-weight: 600;
}

.pendingAction .smallcase-btn{
    width: 100%;
    background: #C7EE4E;
    border-radius: 8px;
    padding: 16px 12px;
    color: #1E2F2C;
    font-weight: 600;
}

.pendingAction a{
    color: var(--primary-100);
}

/**/

.hero {
    margin-top: 50px;
}

.hero .container{
    background-color: var(--primary-5);
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 5%);

}

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

.hero p{
    font-size: 0.9rem;
    color: var(--primary-100);
    font-weight: 500;
}

.hero .btn{
    font-size: 0.9rem;
    font-weight: 600;
    width: 50%;
    background-color: transparent;
    border: 1px solid var(--primary-100);
    color: var(--primary-100);
    padding: 15px;
}

.hero .btn:hover{
    background: var(--primary-100);
    color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.027);
}

/**/

.hero-not{
    margin-top: 50px;
}

.hero-not .container{
    background-color: var(--primary-100);
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 5%);
}

.hero-not h1{
    font-size: 2rem;
    color: white;
    font-weight: 700;
}

.hero-not p{
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.89);
    font-weight: 500;
}

.hero-not .btn{
    font-size: 0.9rem;
    font-weight: 600;
    width: 50%;
    background-color: var(--secondary-100);
    color: var(--primary-100);
    padding: 15px;
}

.hero-not .btn:hover{
    background-color: var(--secondary-hover-100);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.027);
}

/**/

.features h1{
    font-size: 2rem;
    color: var(--primary-100);
    font-weight: 700;
    width: 60%;
}

.features iframe{
    width: 100%;
    height: 300px;
}

.features p{
    font-size: 0.9rem;
    font-weight: 500;
    color: #2C3A37;
}

.features .left-col{
    padding-right: 100px;
}

.features h4{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-100);
}

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

.features h6{
    font-size: 0.9rem;
    font-weight:700;
    color: var(--primary-100);
}

/*Smallcase Start*/

.smallcase-card .card{
    border: 0.5px solid var(--black-25);
}

.smallcase-card img{
    width: 50px;
    border-radius: 8px;
}

.smallcase-card h4{
    color: var(--primary-100);
    font-weight: 600;
    font-size: 1.35rem;
}

.smallcase-card .smallcase-desc{
    color: var(--medium-gray);
    font-weight: 500;
}

.smallcase-card .smallcaseKey{
    color: var(--medium-gray);
    font-size: 0.9rem;
    font-weight: 500;
}

.smallcase-card .smallcaseValue{
    color: var(--primary-100);
    font-weight: 700;
}

.smallcase-card .internal-tag{
    background: rgba(191, 212, 210, 1);
    text-align: center;
    border-radius: 20px;
    font-size: 0.8rem!important;
    padding: 5px 15px;
    font-weight: 400!important;
    margin-bottom: 0;
    width: auto;
    color: var(--primary-100);
}

.smallcase-card .explore-a{
    color: var(--primary-100);
    font-weight: 600;
}

.smallcase-card .already{
    color: var(--medium-gray);
    font-size: 0.80rem;
}

.secondary-button{
    text-decoration: none;
    background-color: transparent ;
    border: 1px solid var(--primary-100);
    border-radius: 10px;
    color: var(--primary-100);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    transition: all 0.25s ease-in-out;
}

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

.primary-button{
    text-decoration: none;
    background-color: var(--secondary-100) ;
    border: none;
    border-radius: 10px;
    color: var(--primary-100);
    font-size: 0.9rem;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    transition: all 0.25s ease-in-out;
}

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

    .parent {
        background: linear-gradient(45deg, #ff4ea0, #0043ff);
        width: 200px;
        height: 200px;
        border-radius: 10px;
        font-weight: 700;
        padding: 1rem;
        box-shadow: 0 2px 30px rgb(0 0 0 / 50%);
        margin-bottom: 4rem;
        transform-style: preserve-3d;
    }
    .child {
        background: linear-gradient(45deg, #4effef, #0014ff);
        width: 200px;
        font-weight: 700;
        height: 200px;
        border-radius: 10px;
        position: relative;
        top: 30px;
        left: 30px;
        padding: 1rem;
        box-shadow: 0 2px 30px rgb(0 0 0 / 50%), 0 0 0 1px rgba(0,0,0,0.05);
        transform: translateZ(-10px)
    }
.smallcase .card-body .row{
    margin-left: -16px;
    margin-right: -16px;
}

.smallcase .card{
    background: white;
}

.smallcase .image-side{
    background: white;
    transform-style: preserve-3d;
}

.smallcase .marker-secondary{
    
    margin-top: -6px;
    padding: 2px 22px;
    position: absolute;
    left: -12px;
    border-radius: 4px;
    border-top-left-radius: 8px;
    z-index: -1;
    transform: translateZ(-10px)

}

.smallcase .marker-main{
    padding: 2px 22px;
    position: absolute;
    left: -12px;
    border-radius: 4px;
}

.smallcase .marker-s-high{
    background: #ffdeda;
    border: 1px solid #ffa79d;
    border-top: 7px solid #ffa79d;
}
.smallcase .marker-high{
    background: #ffdeda;
    border: 1px solid #ffa79d;
}

.smallcase .marker-s-med{
    background: #fff1d1;
    border: 1px solid #fcda8a;
    border-top: 7px solid #fcda8a;
}
.smallcase .marker-med{
    background: #fff1d1;
    border: 1px solid #fcda8a;
}

.smallcase .marker-s-normal{
    background: #d1ffd1;
    border: 1px solid #8df98d;
    border-top: 7px solid #8df98d;
}
.smallcase .marker-normal{
    background: #d1ffd1;
    border: 1px solid #8df98d;
}


.smallcase h1{
    font-size: 2rem;
    color: var(--primary-100);
    font-weight: 700;
    width: 60%;
}

.smallcase h4{
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--primary-100);
}

.smallcase .smallcase-desc{
    margin-top: 5px;
    margin-bottom: 0;
}

.smallcase-min{
    margin-left: 30px;
}

h6{
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--medium-gray)
}

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

.smallcase .case{
    min-width: 400px;
}

.smallcase-cta .smallcase-btn-1{
    width: 100%;
    border: 1px solid #003134;
    border-radius: 8px;
    padding: 16px 12px;
    color: #003134;
    font-weight: 600;

}

.smallcase-cta .smallcase-btn-2{
    width: 100%;
    background: #C7EE4E;
    border-radius: 8px;
    padding: 16px 12px;
    color: #1E2F2C;
    font-weight: 600;
}

/*Smallcase End*/

/**/

.calculator{
    background: var(--primary-5);
}

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

.calculator p{
    color: var(--dark-grey );
}

.calculator select{
    background: none;
    padding: 10px 20px!important;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.calculator input{
    background: none;
    padding: 10px 20px!important;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}

.calculator .duration-box{
    padding: 5px 8px;
    border: 1px solid var(--dark-grey );
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

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

/**/


/**/

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


.fund-managers .card{
    padding: 20px;
}


.fund-managers h5{
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-100);
}

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

.fund-managers a{

    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-100);
}

.fund-managers .img-container{
    overflow: hidden;
}

.fund-managers .card-img-top{
    transition: all 0.25s ease-in-out;
    object-fit: cover;
}

.fund-managers .card-img-top:hover{
    transform: scale(1.05);
}

.modal-header{
    border: none;
}

.modal-backdrop {
    background-color: #000000!important;
}

.modal .img-container{
    overflow: hidden;
    object-fit: cover;
    border-radius: 5px;
}

.modal .modal-img{
    overflow: hidden;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.modal .text-small{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dark-grey);
}


.calculator h1{
    font-size: 2rem;
    color: var(--primary-100);
    font-weight: 700;
    width: 60%;
}

.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;
}

@media only screen and (max-width: 992px){
    .account-values{
        margin-top: 25px;
    }
    .account-btn{
        margin-top: 25px;
    }
}
@media only screen and (max-width: 768px){
    .funds .col-md-5{
        border-top: 1px solid white;
        border-left: none;
        padding-left: 0px;
        padding-top: 25px;
    }

    .features iframe{
        width: 100%;
        height: 200px;
    }

    .funds{
        margin-top: 0px;
    }

    .funds .account-overview{
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    
    .funds .account-overview-not{
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .hero{
        margin-top: 0;
    }
    .hero-not{
        margin-top: 0;
    }
    .hero .container{
        border-radius: 0px;
    }
    .hero-not .container{
        border-radius: 0px;
    }
    .pendingAction{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .smallcase .card{
        padding: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .hero h1{
        font-size: 1.7rem;
    }

    .hero .btn{
        width: 100%;
        margin-bottom: 30px;
    }

    .hero img{
        width: 90%;
    }

    .features h1{
        font-size: 1.7rem;
        width: 100%;
        margin-bottom: 25px!important;
    }

    .features .left-col{
        padding-right: 10px;
    }

    .features img{
        margin-bottom: 30px;
    }

    .smallcase h1{
        font-size: 1.7rem;
    }

    .smallcase .smallcase-desc{
        margin-top: 20px;
    }

    .smallcase .card{
        padding: 0px;
    }
}

    

