﻿body {
    overflow-x: hidden !important;
}

.section2 {
    background: linear-gradient(174deg,white 60%, rgba(248, 87, 87, 1) 60%);
    padding: 5rem 0;
}

.hero-head {
    font-size: 50px;
    font-weight: 500;
    line-height: 76px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A202C;
    font-family: "Plus Jakarta Sans Bold";
}
@media screen and (max-width:577px) {
    .hero-head {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 27px !important;
        padding-left: 0rem !important;
        margin: 0rem !important;
    }

    .hero-para {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        padding-left: 0rem !important;
        
    }
}

    @media screen and (min-width:1000px) {
        .cards-width {
            max-width: 880px !important;
        }
    }

    @media screen and (max-width:686px) {
        .smal-col {
            margin: 4rem 0 4rem 0 !important;
        }

        .hero-head {
            font-size: 35px;
            line-height: 50px;
        }
    }

    @media screen and (max-width:416px) {
        .smal-col {
            margin: 2rem 0 4rem 0 !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);
    }


    /*search bar*/
    .search-box {
        width: 100%;
        position: relative;
        display: flex;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .search-input {
        width: 100%;
        max-width: unset;
        font-family: "Plus Jakarta Sans Light";
        font-size: 20px;
        padding: 15px 45px 15px 30px;
        color: #6c6c6c;
        border-radius: 6px;
        border: none;
        transition: all .4s;
    }

        .search-input:focus-visible {
            outline: #F85757 auto 1px;
        }



    .search-btn {
        background-color: transparent;
        font-size: 18px;
        padding: 6px 9px;
        margin-left: -58px;
        margin-top: 7px;
        border: none;
        color: #6c6c6c;
        transition: all .4s;
        z-index: 10;
    }

        .search-btn:focus {
            outline: none;
            color: black;
        }


    @media screen and (max-width:686px) {
        .cards-width {
            width: calc(100vw - 20px) !important;
        }

        .search-input {
            padding: 10px 30px 10px 20px;
            font-size: 16px;
        }

        .search-btn {
            margin-left: -35px;
        }

            .search-btn i {
                font-size: 1.4rem !important;
            }
    }

    /*search bar*/

    /*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;
        color: black;
    }

    .faq {
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
    }

    @media screen and (max-width:570px) {
        .faq {
            padding: 0 12px !important;
        }

            .faq .faq-arrow {
                top: -33px !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:478px) {
        .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 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: 700px;
        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*/