﻿body {
    overflow-x: hidden;
}

@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;
}

.hero-head {
    font-size: 50px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A202C;
    font-family: "Plus Jakarta Sans Bold";
}

.hero-para {
    font-family: 'Plus Jakarta Sans light';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

@media screen and (max-width:1068px) {
    .no-line {
        display: none !important;
    }
}

.section2 {
    background: linear-gradient(174deg,white 60%, rgba(248, 87, 87, 1) 60%);
    padding: 1rem 0;
}

.btn {
    font-size: 16px;
    font-weight: lighter;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    pointer-events: all;
}

.buy-btn {
    background-color: #F85757;
    padding: 9px 12px;
    color: white;
    border-radius: 7px;
}

    .buy-btn:hover {
        color: white;
    }


@media screen and (max-width:577px) {
    .hero-head {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
    }

    .hero-para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
    }

    .smal-col {
        margin: 4rem 0 7rem 0 !important;
    }
}

.cards-width {
    width: calc(100vw - 10px);
}

@media screen and (min-width:557px) {
    .cards-width {
        max-width: 650px !important;
    }
}


@media screen and (max-width:608px) {

    .cards-width {
        padding: 0 !important;
    }

    .nav-tabs li a {
        padding: 18px 20px !important;
        border-radius: 8px !important;
        font-size: 15px !important;
    }

    .carouse-cards {
        padding-top: 2rem !important;
        padding-bottom: 5rem !important;
    }
}

@media screen and (max-width:410px) {

    .nav-tabs li a {
        padding: 15px 15px !important;
        border-radius: 8px !important;
        font-size: 13px !important;
    }
}


.nav-tabs li a {
    text-decoration: none;
    color: rgba(248, 87, 87, 1);
    padding: 30px 45px;
    border-radius: 6px;
    font-family: 'Plus Jakarta Sans light';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

    .nav-tabs li a:hover {
        background-color: rgba(248, 87, 87, 1);
        color: rgba(255, 255, 255, 1);
    }

.nav-tabs > li > .active {
    background-color: rgba(248, 87, 87, 1);
    color: rgba(255, 255, 255, 1);
}




/*card-carousal*/
.card-head {
    font-family: "Plus Jakarta Sans Bold";
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
}

.card-para {
    font-family: "Plus Jakarta Sans light";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

.prev-arrow, .next-arrow {
    height: 40px !important;
    width: 40px !important;
    background-color: rgba(26, 32, 44, 0.4) !important;
    color: white !important;
    opacity: 1 !important;
    top: 44%;
    border-radius: 50%;
    margin: 0 10px;
}

    .prev-arrow:hover, .next-arrow:hover {
        background-color: red !important;
        color: white !important;
    }

.dot-indicators {
    padding: 0 !important;
}

    .dot-indicators li {
        height: 2px !important;
        width: 2px !important;
        text-indent: 0 !important;
        margin: 0 1px !important;
        background-color: transparent;
        border: 2px solid white;
        opacity: 1;
    }

        .dot-indicators li.active {
            background-color: white;
        }

disapear-card-carousel-1, disapear-card-carousel-2 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


@media screen and (max-width:992px) {
    .disapear-card-carousel-2 {
        display: none !important;
    }
}

@media screen and (max-width:572px) {
    .disapear-card-carousel-1 {
        display: none !important;
    }
}

@media screen and (min-width:1400px) {
    .card-carousel {
        max-width: 1250px !important;
    }
}
/*card-carousal*/


/*blur and shit*/

.blur {
    position: relative;
    text-align: center;
    margin-top: .2rem;
}

    .blur:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(5px) !important; /* Main property */
        -webkit-backdrop-filter: blur(5px) !important; /* Safari support */
        z-index: 0;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.5); /* Fallback for browsers not supporting backdrop-filter */
    }

    .blur .over-blur {
        top: 23px;
        position: absolute;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60%;
        flex-direction: column;
        font-family: 'Plus Jakarta Sans light';
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
    }

.over-blur a {
    font-family: 'Plus Jakarta Sans light';
    font-weight: 600;
}


/*blur and shit*/



/*blurnot and shit*/


/*blurnot and shit*/

.listFaqs li {
    font-family: 'Plus Jakarta Sans light';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 2rem;
    width: 88%;
}

/*red progress bar*/
.red-progress {
    border-radius: 30px;
    display: block;
    height: 4px;
}

    .red-progress::-webkit-progress-bar {
        background-color: rgba(217, 217, 217, 1);
        border-radius: 30px;
    }

    .red-progress::-webkit-progress-value {
        background-color: rgba(248, 87, 87, 1);
        border-radius: 30px;
    }

    .red-progress::-moz-progress-bar {
        /* style rules */
    }

/*red progress bar*/

@media screen and (max-width:850px) {
    .carous-bottom {
        display: none !important;
    }
}

@media screen and (min-width:850px) {
    .carous-bottom1 {
        display: none !important;
    }
}


@media screen and (min-width:992px) {
    .funded-para {
        max-width: 880px !important;
    }
}

/*faqs styling*/


.faq-heading {
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A202C;
    margin: 1.2rem 0;
    padding-left: 2rem;
}

.faq-text {
    font-family: 'Plus Jakarta Sans light';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    width: 84%;
    margin-left: 66px;
    margin-top: 25px;
    padding-left: 5px;
    border-left: 2px solid rgba(248, 87, 87, 1);
    margin-bottom: 50px;
}

.faq {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:570px) {
    .faq {
        padding: 0 12px !important;
    }

        .faq .faq-arrow {
            top: -39px !important;
        }

        .faq input[type="checkbox"]:checked + label > .faq-arrow {
            top: -34px !important;
        }

    .faq-text {
        margin-left: 35px;
        margin-top: 2rem;
        padding-left: 5px;
        border-left: 2px solid rgba(248, 87, 87, 1);
    }
}

@media screen and (max-width:570px) {
    .faq .faq-arrow {
        top: -30px !important;
        left: 6px !important;
    }

    .faq input[type="checkbox"]:checked + label > .faq-arrow {
        top: -24px !important;
    }

    .faq input[type="checkbox"]:not(:checked)  + label {
        display: block;
        transition: max-height 0.8s;
        max-height: 82px !important;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .faq-heading {
        -webkit-transition: text-indent 0.2s;
        text-indent: 0px;
        font-family: 'Plus Jakarta Sans Bold';
        font-size: 17px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        color: #1A202C;
        margin: 0.2rem 0;
        padding-left: 2.5rem;
    }
    
}




.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    max-height: 71px;
    padding-top: 1px;
    border-bottom: 1px solid rgba(248, 87, 87, 0.3);
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 15px;
    height: 15px;
    border: none;
    margin: 10px;
    --b: 2.5px;
    background: conic-gradient(from 90deg at var(--b) var(--b),#fff 90deg,rgba(248, 87, 87, 1) 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
    left: 10px;
    position: relative;
    top: -38px;
    color: red;
    transition: height 0.1s ease-in-out;
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
    width: 15px;
    height: 1.5px;
    top: -31px;
    background-color: transparent;
}

.faq input[type="checkbox"]:checked + label {
    display: block;
    /*background: rgba(250, 234, 234, 1) !important;*/
    color: black;
    max-height: 500px;
    transition: max-height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type="checkbox"]:not(:checked) + label {
    display: block;
    transition: max-height 0.8s;
    max-height: 71px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}


/*faqs styling*/

@media screen and (min-width:557px) {
    .invest-para {
        max-width: 1050px !important;
    }
}


.carousel-inner .carousel-item img {
    border-radius: 12px 12px 0px 0px;
}
