﻿
body {
    overflow-x: hidden;
}


@font-face {
    font-family: "Plus Jakarta Sans light";
    src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans Bold";
    src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/satisfy/v17/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.section1 {
    background: linear-gradient(174deg,white 60%, rgba(248, 87, 87, 1) 60%);
    
}

.btn {
    pointer-events: all;
}
.card-para1 {
    font-family: 'Satisfy';
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(248, 87, 87, 1);
}


.hero-head {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 32, 44, 1);
    font-family: "Plus Jakarta Sans Bold";
    text-transform: none;
}

.hero-para {
    font-family: 'Plus Jakarta Sans light';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(26, 32, 44, 1);
    text-transform: none;
}
.marginGiving {
    margin: 7rem 0 3rem 0;
}

@media screen and (max-width:577px) {
    .hero-head {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
        padding-top: 0rem !important;
    }
    .marginGiving {
        margin: 1rem 0 3rem 0 !important;
    }
    .card-para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 19px !important;
    }

    .hero-para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
    }

    .sel-col-smal {
        margin: 3rem 0 8rem 0 !important;
    }

    .head {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 25px !important;
    }

    .para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
    }

    .row-2 {
        margin: 1rem 0 5rem 0 !important;
    }

    .daigonal-card-width-1 {
        margin-top: 5rem !important;
    }

    .faq-heading {
        -webkit-transition: text-indent 0.2s;
        /* text-indent: 20px; */
        font-family: 'Plus Jakarta Sans Bold';
        font-size: 17px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        color: #1A202C;
        margin: 0rem 0rem 0rem 1rem;
        padding-left: 2rem;
    }
}
@media screen and (min-width:1200px) {
    .sell-width {
        max-width: 1200px;
    }
}

.about-4-cards-padding {
    padding: 0 7px;
}

    .about-4-cards-padding .col-lg {
        padding: 0 10px;
    }

.about-4-cards {
    background-color: white;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    height: 100%;
}

    .about-4-cards:hover {
        transform: translateY(-7px);
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease-in-out;
    }

.about-card-head {
    font-family: "Plus Jakarta Sans Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    color: #F85757;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-card-para {
    font-family: "Plus Jakarta Sans light";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: none;
    color: rgba(26, 32, 44, 1);
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .about-para {
        max-width: 750px;
    }
}

.about-3-cards {
    padding: 0 7px;
}

    .about-3-cards .col-md {
        padding: 0 7px;
    }

.about-3-card {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: white;
    border-radius: 12px;
}

    .about-3-card:hover {
        transform: translateY(-7px);
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease-in-out;
    }

.linkedin-image {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px
}

.founder-card {
    padding: 15px 0 18px 30px;
}



.founder-head {
    font-family: "Plus Jakarta Sans Bold";
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}

.founder-para {
    font-family: "Plus Jakarta Sans light";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
    margin-bottom: 5px;
}

@media screen and (min-width:992px) {
    .about-para-1 {
        max-width: 850px;
    }
}


@media screen and (min-width:992px) {
    .card-not-mobile {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .card-on-mobile {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .mobile-margin {
        margin: 5rem 0 15rem 0 !important;
    }
}

.mobile-shape {
    background-color: rgba(248, 87, 87, 1);
    clip-path: polygon(100% 0%, 100% 60%, 0 79%, 0 20%);
    height: 60rem;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -45px;
}

.card-on-mobile {
    position: absolute;
    background-color: rgba(250, 234, 234, 1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}


@media screen and (min-width:992px) {
    .card-not-mobile {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .card-on-mobile {
        display: none;
    }
}



/*testimonial carousel*/
.testimonial-para {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.testimonial-data {
    font-family: 'Plus Jakarta Sans light';
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}


section {
    width: 100%;
    margin: auto;
}

.owl .item {
    background: white;
    border-radius: 25px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.item {
    padding: 2.5rem 2rem;
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(1);
}

.active .item {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width:500px) {

    .item {
        padding: 1.5rem;
    }
}



.owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}



.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.fa-star.checked {
    color: rgba(248, 87, 87, 1);
}

.owl-prev, .owl-next {
    width: 60px !important;
    height: 60px !important;
    background-color: white !important;
    border-radius: 50%;
    color: black !important;
    font-size: 30px !important;
}

.owl-nav {
    position: relative;
    top: 87%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item
/*owl navs can be positioned */
/*
    :root {
    --margin-width: calc(var(--curtain-width) + var(--curtain-offset) + var(--colGap));
    --curtain-width: calc(100% - var(--card-width));
    --card-width: clamp(65vw, 64rem,70vw);
    --curtain-offset: calc(-0.45 * var(--curtain-width));
    --colGap: 1.6rem;
}

.owl-next {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(249, 97, 97, 1) !important;
    border-radius: 50%;
    color: white !important;
    font-size: 30px !important;
    right: var(--margin-width);
    position: absolute;
}

.owl-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(249, 97, 97, 1) !important;
    border-radius: 50%;
    color: white !important;
    font-size: 30px !important;
    left: var(--margin-width);
    position: absolute;
}

.owl-nav {
    position: relative;
}

@media screen and (min-width:1200px) {
    .owl-nav {
        max-width: 1400px !important;
    }
}



*/
/*testimonial carousel*/


/*Buttons Carousel*/

.carousel-indicators li {
    height: 100%;
    width: 100%;
    text-indent: 0;
    margin: 0 12px;
    transition: transform 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.carouse-btn {
    padding: 4px 6px;
    background-color: white;
    color: #F85757;
    border: 2px solid #F85757;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 2rem;
}

.carousel-indicators .active > .carouse-btn {
    background-color: #F85757;
    color: white;
}

.carousel-indicators li:hover {
    opacity: 1;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

    .carousel-indicators li:hover > .carouse-btn {
        background-color: #F85757;
        color: white;
    }

/*.carousel-inner .carousel-item img {
    border-radius: 12px;
    
}*/


@media (min-width: 1200px) {
    .carousel-indicators {
        max-width: 1250px;
        padding: 2rem 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
/*lessthan-992px button carousel*/

.carouse-btn1 {
    padding: 20px;
    background-color: white;
    color: #F85757;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 1rem;
}

    .carouse-btn1:hover {
        background-color: #F85757;
        color: white;
    }

.carousel-indicators .active > .carouse-btn1 {
    background-color: #F85757;
    color: white;
}

.carousel-indicators div {
    margin: 0 8px;
}
/*Buttons Carousel*/
@media screen and (max-width:1200px) {
    .mobile-card {
        width: 300px !important;
    }
}


@media only screen and (max-width:993px) {
    .greater-than-992px {
        display: none;
    }
}

@media only screen and (min-width:991px) {
    .lessthan-992px {
        display: none;
    }
}


/*cards*/


/*cards*/


@media screen and (min-width:1000px) {
    .mutln-text {
        max-width: 650px !important;
    }
}

@media screen and (min-width:1000px) {
    .mutln-text1 {
        max-width: 900px !important;
    }
}

@media screen and (min-width:1200px) {
    .card-max-width {
        max-width: 1200px !important;
    }
}

@media screen and (max-width:1200px) {
    .card-max-width {
        max-width: calc(100vw - 20px) !important;
    }
}

.two-color-back {
    background: rgba(249, 97, 97, 1) !important;
    width: 100%;
}

@media screen and (min-width:1200px) {
    .two-color-back {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bhsda{
        margin-top:2rem;
    }
    .carousel-content {
        max-width: 1400px;
    }
}

@media screen and (max-width:1199px) {


    .carousel-content {
        max-width: 1100px;
    }
}

@media screen and (max-width:800px) {


    .carousel-content {
        max-width: 800px;
    }
}

