@import url('styles.css');


/* hero-section-start */

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

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

.hero-section h1 span{
    color: var(--contrast-color);
}

.hero-section p{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dark-grey);
    margin-bottom: 0;
}

.hero-section h6{
    font-weight: 500;
    color: var(--dark-grey);
    margin-bottom: 0;
}

.hero-section .btn-2{
    font-weight: 600;
    color: var(--primary-100);
    background: transparent;
    padding: 13px 40px;
    border: solid 1px var(--primary-100);
}

.hero-section .btn-2:hover{
    color: var(--primary-100);
    background: transparent;
}

.hero-section .vertical-div{
    background: var(--black-25);
    width: 1px;
    height: 60px;
}

.hero-section img:hover{
    transform: scale(1.02);
}

.hero-section .media-coverage{
    mix-blend-mode: multiply;
    margin-right: 20px;
}

.hero-section .feat{
    color: var(--dark-grey);
    font-weight: 300;
}

.hero-section .card{
    border: none;
    border-radius: 20px;
}

.hero-section .card-body{
    padding: 30px;
}

.hero-section .card h5{
    color: var(--primary-100);
    font-weight: 600;
    margin-bottom: 0;
}

.hero-section .card .check label{
    width: 100%;
    text-align: left;
    padding: 16px;
    position: relative;
    border-radius: 12px;
}

.hero-section .card .check .btn-check + .btn{
    border: 1px solid var(--black-25);
}

.hero-section .card .check .btn-check:checked + .btn{
    border: 1px solid var(--contrast-color)!important;
    background: var(--primary-5);
}

.hero-section .card .check .round{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--black-25);
    position: absolute;
    top: 15px;
    right: 12px;
}

.hero-section .card .check .btn-check:checked + .btn .round{
    border: 4px solid var(--contrast-color);
}

.hero-section .card .check h6{
    color: var(--primary-100);
    font-weight: 700;
}

.hero-section .card .check p{
    color: var(--medium-gray);
    font-size: 0.8rem;
    font-weight: 400;
}

.hero-section .card .labelP{
    color: var(--medium-gray);
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 400;
}

.hero-section .card select{
    border: 1px solid var(--black-25);
    border-radius: 8px;
    padding-left: 10px;
    color: var(--primary-100);
    font-weight: 500;
}

.hero-section .card .btn-sub{
    background: var(--secondary-100);
    width: 100%;
    color: var(--primary-100);
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 12px;
}

/* hero-section-end */

/* What Smallcase Start*/

.what{
    padding: 100px 0;
}

.what iframe{
    width: 100%;
    height: 350px;
}

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

.what p{
    color: var(--dark-grey);
    font-weight: 500;
    margin-bottom: 0;
}

.what .btn-view-all{
    background: var(--secondary-100);
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--primary-100);
}

.what .btn-view-all:hover{
    color: var(--primary-100);
}

/* What Smallcase End */

/* smallcase-section-start */

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

.smallcase .filter-btn{
    border: 1px solid var(--medium-gray);
    border-radius: 48px;
    padding: 5px 25px;
    color: var(--dark-grey);
    font-weight: 500;
    font-size: 0.95rem;
}

.smallcase .btn-active{
    border: 1px solid var(--primary-100);
    background: var(--bg-color);
    color: var(--primary-100);
    font-weight: 600;
}

.smallcase .filter-card{
    display: none;
}

.smallcase .show-card{
    display: block;
}

.smallcase .smallcaseCTA{
    background: var(--primary-5);
    color: var(--primary-100);
    padding: 8px 12px;
    border-radius: 8px;
}

.smallcase .smallcaseCTA span{
    color: var(--contrast-color)
}

.smallcase hr{
    border-color: var(--black-25);
    border-top-width: 2px;
}

.smallcase-card{
    position: relative;
}

.smallcase-card .discountTab{
    position: absolute;
    background: var(--primary-100);
    color: var(--secondary-100);
    padding: 5px 10px;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 8px;
    font-size: 0.9rem;
}

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

/* smallcase-section-end */

/* unable section starts*/

.unable{
    padding: 50px 0px;
    background: var(--black-5);
}

.unable .unable-content{
    text-align: center;
}

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

.unable p{
    color: var(--dark-grey);
    font-weight: 500;
    margin-bottom: 0;
}

.unable .btn-choose{
    background: var(--secondary-100);
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--primary-100);
}

.unable .btn-choose:hover{
    color: var(--primary-100);
}

/* unable section ends*/

/*how section starts*/

.how{
    padding: 100px 0px;
    background: var(--primary-5);
}

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

.how .card{
    border: 5px solid var(--black-25);
    border-radius: 12px;
}

.how h4{
    color: var(--primary-100);
    font-weight: 600;
    width: 80%;
    margin-left: 10%;
}

.how p{
    color: var(--contrast-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.how .owl-stage{
    display: flex;
}

/*how section ends*/

/* why section starts*/

.why{
    padding: 100px 0px;
}

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

.why h5{
    color: var(--primary-100);
    font-weight: 600;
}

.why p{
    color: var(--dark-grey);
    font-weight: 500;
    margin-bottom: 0px;
}

.why .card{
    border: 1px solid var(--black-25);
    border-radius: 4px;
}

.why .owl-stage{
    display: flex;
}

.why-img{
    width: 70px!important;
}

/* why section ends*/

/*testimonial start*/

.testimonial{
    padding: 0px 0px 100px 0px;
}

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

.testimonial .video-js {
    position: relative !important;
    width: 100% !important;
    height: 500px !important;
}

.testimonial .modal .video-js {
    position: relative !important;
    width: 100% !important;
    height: 600px !important;
}

.testimonial  .vjs-poster {
    background-size: cover!important;
    background-position: inherit;
}

.testimonial .vjs-poster img{
    object-fit: cover!important;
}

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

.testimonial h6{
    color: var(--dark-grey);
    font-weight: 500;
}

.testimonial .d-flex img{
    width: 40px;
    border-radius: 2px;
}

.testimonial .d-flex h5{
    margin-bottom: 0;
    color: var(--dark-grey);
}

.testimonial .modal .smallImg{
    width: 50px;
    border-radius: 8px;
}

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

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

.testimonial  .smallcaseValue{
    color: var(--primary-100);
    font-weight: 700;
    font-size: 1.1rem;
}

/*testimonial end*/

/* faq-section-start */
.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;
}

.accordion a{
    color: #a1ce1c;
}

.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-section-end */


/* investor-resources-section-start */
.investor-resources h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-100);
}

.investor-resources .card p{
    margin: 0px 20px 20px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-100);
}
/* investor-resources-section-end */

/* contact-us-section-start */
.contact-us{
    background: var(--primary-100);
}

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

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

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

.contact-us a:hover{
    color: var(--primary-100);
    background: var(--secondary-hover-100);
}
/* contact-us-section-end */



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


.webinars .card{
    padding: 15px;
    widows: 100%;
}

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

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

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

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

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

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

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


.news .card{
    padding: 15px;
}

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

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

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

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

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

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

.news .img-container{
    overflow: hidden;
}

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

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



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

.blogs .card{
    padding: 15px;
    width: 100%;
}

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

.blogs img{
    transition: all 0.25s ease-in-out;
    object-fit: cover;
    height: 200px;
    object-position: center;
}

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


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

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

@media only screen and (max-width: 992px) {
    .stats-section .item{
        min-width: 30vw; 
     }
 
     .stats-section .item-container{
         width: 100%;
     }

     .testimonial .video-js {
        position: relative !important;
        width: 100% !important;
        height: 400px !important;
    }
    
    .testimonial .modal .video-js {
        position: relative !important;
        width: 100% !important;
        height: 500px !important;
    }
    }

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

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

    .smallcase .card{
        padding: 0px;
    }

    .what .btn-view-all{
        width: 100%;
    }

    .unable .unable-content{
        text-align: left;
    }

    .how{
        padding: 50px 0px;
    }
    .hero-section .card-body{
        padding: 12px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .what iframe{
        width: 100%;
        height: 250px;
    }

    .testimonial .video-js {
        position: relative !important;
        width: 100% !important;
        height: 300px !important;
    }
    
    .testimonial .modal .video-js {
        position: relative !important;
        width: 100% !important;
        height: 400px !important;
    }
}