@import url('styles.css');

/*Hero Section*/

.hero-section{
    background-image: url('../images/feeCalc-bg.webp');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}

.hero-section h1{
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--new-primary);
}

.hero-section p{
    font-size: 1rem;
    font-weight: 500;
    color: var(--new-p);
}

.hero-section p i{
    color: var(--new-primary);
    margin-right: 3px;
}

.hero-section .btn-1{
    font-weight: 600;
    background: linear-gradient(180deg, #E5CB96 -0.39%, #C89D4C 127.73%);
    color: var(--primary-100);
    border-color: none;
    border: solid 1px;
    padding: 0.75rem 4rem;
}

.hero-section .btn-2{
    font-weight: 600;
    color: var(--new-white);
    background: transparent;
    padding: 0.75rem 1rem;
    border: solid 1px var(--new-white);
}

/*Login*/

.pms-client-login h2{
    color: var(--primary-100);
    font-weight: 600;
}

.pms-client-login p{
    color: var(--dark-grey);
}

.pms-client-login{
    background: var(--primary-5);
}

.pms-client-login .b1{
    border: 1px solid #003134;
    border-radius: 8px;
    color: #003134;
    width: 100%;
    padding: 13px 0px;
    font-weight: 500;
}

.pms-client-login .b2{
    background: linear-gradient(180deg, #E5CB96 -0.39%, #C89D4C 127.73%);
    border-radius: 8px;
    border: none;
    color: #003134;
    width: 100%;
    padding: 13px 0px;
    font-weight: 500;
}

.pms-client-login .modal .modal-body{
    padding: 40px;
}

.pms-client-login .modal .modal-body img {
    width: 60%;
}

.pms-client-login .borderR{
    border-right: 1px solid var(--black-25);
}

/* About Section*/

.stats-section .card{
    background: var(--primary-100);
    border-radius: 10px;
    margin-right: 30px;
}

.stats-section .card h6{
    color: var(--new-white);
    font-size: 1.1rem;
}

.stats-section .card p{
    color: var(--new-p);
    font-size: 0.9rem;
}

.stats-section h2{
    color: var(--primary-100);
    font-weight: 600;
}

/*Funds*/

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

.funds h5{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--new-primary);
}

.funds p{
    font-size: 0.9rem;
    color: var(--new-p);
}

.funds .card{
    width: 100%;
    background-color: var(--primary-100);
    border-radius: 8px;
    padding: 20px!important;
}

.funds .card img{
    width: 75px;
}

.funds .btn{
    font-weight: 600;
    color: var(--new-white);
    border-color: var(--new-white);
    border: solid 1px;
    padding: 0.75rem 2rem;
}

.funds .btn:hover{
    color: var(--new-white);
    border-color: var(--new-white);
    border: solid 1px;
}

/**/

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

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

.custodians .top-text{
    width: 75%;
    font-size: 0.9rem;
    color: var(--dark-grey);
}

.custodians .calc-btn{
    width: 100%;
    color: var(--primary-100);
    border: 1px solid var(--primary-100);
    padding: 10px 20px;
    margin-bottom: 0;
}

.custodians .calc-container{
    background-color: #F2F3EB;
    border-radius: 20px;
}

.custodians .card{
    border: 0.5px solid #003134;
    border-radius: 12px;

    h3{
        font-weight: 600;
        font-size: 1.1rem;
        text-transform: uppercase;
    }

    .input-group-text{
        background: none;
        border: none;
        padding: 0px!important;
        margin-right: 1rem;
        font-weight: 500;
    }

    input{
        border-top-left-radius : .375rem!important;
        border-bottom-left-radius :.375rem!important;
    }

    input:focus{
        border: 1px solid var(--primary-100)!important;
        box-shadow: none!important;
        background-color: var(--primary-5);
    }
}



.custodians .table-bordered>:not(caption)>*>* {
    border-width: 0;
}

.custodians table{
    border: 1px solid #dee2e6 !important;
    border-radius: 10px;

}

.custodians .input-group .input-group-text{
    padding: 10px;
    color: var(--primary-100);
}

.custodians th{
    color: var(--dark-grey);
    font-weight: 600!important;
    border: 1px solid #dee2e6;
}

.custodians td{
    border: 1px solid #dee2e6;
}

.custodians table th,td{
    padding: 25px 10px 25px 10px!important;
}

.custodians .amcBox{
    border-right: 1px solid black;
}

.custodians .bdr {
    border-radius: 6px;
    overflow: hidden;
  }

  .top-row th{
    color: #58746E!important;
    font-size: 1rem;
}
.custodians .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custodians .table-group-divider {
    border-top: 1.6px solid #003134;
}

.custodians .table-footer-note h6{
    font-weight: 600;
    color: var(--primary-100);
}

.custodians .table-footer-note p{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--medium-gray);
}

/* Chrome, Safari, Edge, Opera */
.custodians input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.custodians input[type=number] {
  -moz-appearance: textfield;
}

/**/

.rightInvestment{
    padding: 100px 0px;
}

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

.rightInvestment p{
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark-grey);
}

.rightInvestment p i{
    color: var(--new-primary);
    margin-right: 0.5rem;
}

.rightInvestment .b2{
    background: linear-gradient(180deg, #E5CB96 -0.39%, #C89D4C 127.73%);
    border-radius: 8px;
    border: none;
    color: #003134;
    padding: 1rem 4rem;
    font-weight: 500;
}

.rightInvestment .vidId{
    width: 100%;
    height: 350px;
}

/**/

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

.fundManagers h2{
    color: var(--new-white);
}

.fundManagers h6{
    color: var(--primary-100);
    font-size: 1.2rem
}

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

/* Accordion Settings*/

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

/*Onboarding*/

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

/*FAQ*/

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

/*Blogs*/

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

.blogs .card{
    padding: 15px;
}

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

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

.blogs .text-small{
    font-size: 0.8rem;
    color: var(--dark-grey);
}

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


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

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


.blogs .img-container{
    overflow: hidden;
    height: 200px;
    object-position: center;
}

.blogs img{
    transition: all 0.25s ease-in-out;
    object-fit: cover;
}

.blogs img:hover{
    transform: scale(1.05);
}

/*Contact Us*/


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

.contact-us h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--new-primary);
}

.contact-us p{
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--new-p);
}

.contact-us a{
    width: 50%;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-100);
    background: linear-gradient(180deg, #E5CB96 -0.39%, #C89D4C 127.73%);
    padding: 0.75rem 2rem;
    border: none!important;
}


.contact-us a:hover{
    color: var(--primary-100);
    background: var(--new-primary);
}

.contact-us a:focus{
    color: var(--primary-100);
    background: var(--new-primary);
}

/*Content Section*/

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

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


/*criteria Section*/
.criteria h2{
    color: var(--primary-100);
    font-weight: 600;
}

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

.criteria i{
    color: #D4B06B;
}

.criteria p{
    font-weight: 500;
    color: var(--dark-grey);
}


.criteria-step .col-lg-6{
    position: relative;


}

.criteria-step-1 .col-lg-6::before{
    content: '1';
    font-weight: 700;
    font-size: 15rem;
    position: absolute;
    top: -5rem;
    left: -2rem;
    color: #BFD4D2;
    opacity: 40%;
    z-index: -1;
    
}
.criteria-step-2 .col-lg-6::before{
    content: '2';
    font-weight: 700;
    font-size: 15rem;
    position: absolute;
    top: -10rem;
    left: -2rem;
    color: #BFD4D2;
    opacity: 40%;
    z-index: -1;
    
}
.criteria-step-3 .col-lg-6::before{
    content: '3';
    font-weight: 700;
    font-size: 18rem;
    position: absolute;
    top: -5rem;
    left: -2rem;
    color: #BFD4D2;
    opacity: 40%;
    z-index: -1;
    
}



@media only screen and (max-width: 768px) {
    .criteria-step-1 .col-lg-6::before{
        font-size: 20rem;
        top: -7rem;
        left: -0.5rem;
        
    }
    .criteria-step .col-lg-6{
        min-height: 300px;
    
    }

    .criteria-step-2 .col-lg-6::before{
        content: '2';
        font-weight: 700;
        font-size: 15rem;
        position: absolute;
        top: -5rem;
        left: -0.5rem;
        color: #BFD4D2;
        opacity: 40%;
        z-index: -1;
        
    }
    .criteria-step-3 .col-lg-6::before{
        top: -5rem;
        left: -1rem;
        
    }

    .funds .card img{
        width: 50px;
    }

    .pms-client-login .modal .modal-body{
        padding: 20px;
    }

    .pms-client-login .modal .modal-body img {
        width: 90%;
    }

    .rightInvestment .vidId{
        width: 100%;
        height: 250px;
    }
}



/**/

/**/

@media only screen and (max-width: 992px) {

    .hero-section .btn-1{
        width: 100%;
    }
    
    .hero-section .btn-2{
        width: 100%;
        margin-top: 10px;
    }

    .pms-client-login .b2{
        margin-top: 10px;
    }

    .custodians h1{
        font-size: 1.8rem;
    }

    .custodians .top-text {
        width: 100%;
        margin-bottom: 25px;
    }

}

@media only screen and (max-width: 767px) {
    .custodians .calc-btn{
        width: auto;
        padding: 10px 30px;
    }

    .custodians .amcBox{
        border-right: none;
    }
    .custodians .calc-container{
        border-radius: 0px;
    }

    .custodians .illustration-card{
        border-radius: 10px 0px 0px 10px;
    }

    .custodians{
        overflow-x: hidden;
    }

    body{
        overflow-x: hidden!important;
    }

    .custodians .table-container{
        padding : 0;
    }

    .custodians .illustration-card{
        margin-right: -1.5rem;
    }

    .custodians .illustration-card .card-body{
        
        padding-right: 0!important;
    }

}

@media only screen and (max-width: 580px) {

    .hero-section img{
        width: 85%;
    }

    .stats-section .item{
        margin:10px;
        padding: 10px;
    }
    .stats-section h1{
        font-size: 1.5rem;
    }
    .stats-section p{
        font-size: 0.8rem;
    }

    .solutions h1{
        font-size: 1.8rem;
    }    
    
    .funds h1{
        font-size: 1.8rem;
    }    
    
    .philosophies h1{
        font-size: 1.8rem;
    }   

    .onboarding h1{
        font-size: 1.8rem;
    }      
    
    .faq h1{
        font-size: 1.8rem;
    }      
    
    .contact-us h1{
        font-size: 1.8rem;
    }    
    
    .blogs h1{
        font-size: 1.8rem;
    }  
    
}