﻿body {
    overflow-x: hidden;
}

.section1 {
    background: linear-gradient(174deg,white 60%, rgba(248, 87, 87, 1) 60%);
}

.btn {
    pointer-events: all;
}

.smal-text {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    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";
}

.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);
}

.sell-btn {
    background-color: white;
    padding: 10px 12px;
    color: #F85757;
    border: 2px solid #F85757;
    border-radius: 8px;
}

    .sell-btn:hover {
        color: white !important;
        background-color: #F85757 !important;
    }

.hover-img {
    transition: transform .2s;
}

    .hover-img:hover {
        transform: scale(1.1) !important;
    }

@media screen and (max-width:577px) {
    .hero-head {
        font-size: 26px;
        font-weight: 700;
        line-height: 25px;
        padding-top: 0rem !important;
    }
    .card-para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 19px !important;
    }
    .hero-para {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .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;
    }


}





.sell-btn1 {
    background-color: #F85757;
    padding: 10px 12px;
    color: rgba(255, 249, 249, 1);
    border-radius: 8px;
}

    .sell-btn1:hover {
        color: rgba(255, 249, 249, 1);
    }

@media screen and (min-width:1200px) {
    .sell-width {
        max-width: 1200px;
    }
}

@media screen and (min-width:1200px) {
    .sell-width-2 {
        max-width: 1150px;
    }
}

.sell-width-1 {
    background: linear-gradient(186deg,white 49%, rgba(248, 87, 87, 1) 49%);
}

.card-head {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.card-para {
    font-family: 'Plus Jakarta Sans light';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
.card-hover3 {
    height:100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    pointer-events: all;
}

/*skew divs*/
.skew-div {
    padding: 8px 10px !important;
    margin: 8px;
    border-radius: 12px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    height: 96%;
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

    .skew-div:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
        transform: scale(1.03);
    }

.skew-div1 {
    transform: skew(0, -6deg);
    padding: 10px 8px;
}


@media screen and (max-width:992px) {
    .skew-div {
        margin: 10px 8px !important;
    }
}

@media screen and (max-width:767px) {
    .skew-div {
        margin: 0 !important;
    }
}


@media screen and (max-width:992px) {
    .skew-div1 {
        transform: none !important;
    }

    .row-skew {
        transform: none !important;
    }
}


@media screen and (min-width:1000px) {
    .daigonal-card-width-1 {
        max-width: 1150px;
    }
}

.daigonal-head {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
}

.daigonal-para {
    font-family: 'Plus Jakarta Sans Light';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
/*skew divs*/
/*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: 55px;
    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) {*/


@media screen and (max-width:570px) {


    .faq input[type="checkbox"]:checked + label > .faq-arrow {
        top: -41px !important;
    }

    .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: 0rem 0rem 0rem 1rem;
        padding-left: 2rem;
    }

    .faq input[type="checkbox"]:not(:checked) + label {
        display: block;
        transition: max-height 0.8s;
        max-height: 5rem !important;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .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: -43px !important;
        color: red;
        transition: height 0.1s ease-in-out;
    }
}


.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: none;
    color: black;
    max-height: 500px;
    transition: max-height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.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%;
}


::-webkit-scrollbar {
    display: none;
}


/*faqs styling*/


@media screen and (min-width:992px) {
    .funded-para {
        max-width: 880px !important;
    }
}

/*hover-effect styling*/
.card-hover3 {
    height:100% !important;
    background-color: white;
    border-radius: 12px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    height: auto;
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}

    .card-hover3:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
        transform: scale(1.03);
    }

/*hover-effect styling*/


