h1{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 26px;
}
.price{
    font-size: 36px;
    font-family: Helvetica, sans-serif;
}
h2{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}
h3{
    /* font-family: 'Montserrat'; */
    /* font-style: normal; */
    font-weight: 700;
    font-size: 24px;
}
h4{
    font-size: 20px;
    /* font-family: 'Montserrat'; */
    font-weight: 700;
    line-height: 25px;
}
h5{
    /* font-family: 'Helvetica'; */
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
p{
    /* font-family: 'Inter'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 32px; */
    margin-bottom: 0;
}
p.rest{
    line-height: 20px;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.backcolor{
    background-color: #F2F9F4;
    border-radius: 20px;
    padding: 20px 41px;
    margin: 0 80px;
}
/* .row{
    --bs-gutter-x: 0;
} */
.row.responserel{
    --bs-gutter-x: 1rem
}
.topdiv{
    margin: auto;
}
.rectangleImageDivbundle{
    background-image: url("/public/img/Rectangle2026.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: auto;
    border-radius: 4px;
    position: relative;
    margin-right: 0;
}
.flexcolumn{
    display: flex;
    flex-direction: column;
}
.button{
    display: flex;
    align-items: center;
    /* padding-top: 0; */
    padding: 0;
    justify-content: center;
    margin: 0;
    transition: all 0.5s ease;
}
.button1{
    height: 48px;
    width: 134px;
    background-color: #F98600;
}
.button2{
    height: 48px;
    width: 160px;
    display: inline-block;
    padding-top: 0.8rem;
}
.buncuoy{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    position: relative;
}

.button3{
    height: 52px;
    background-color: #008024;
    width: 190px;
    color: #fff;
}
.button3:hover{
    color: #008024;
    background-color: #E5F2E9;
    border: 1px solid#008024;
    border-radius: 4px;
    scale: 1.08;
}


.button-edit{
    height: 52px;
    background-color: #f8fbfca9;
    width: 170px;
    color: #1e1c1c;
}

.button-edit:hover {
    color: #080808;
    background-color: #f8fbfca9;
    border-radius: 4px;
    scale: 1.08;
}

.durate{
    display: flex;
    align-items: center;
    gap: 30px;
}
.onebundlelefthead{
    /* margin: auto auto; */
    gap: 30px;
    padding-left: 5rem;
    margin-top: 100px;
}
.onebundlelefthead h4{
    font-weight: 600;
    font-size: 30px;
    line-height: 48.41px;
    color: #fff;
}
.discount{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    margin-left: 13px;
}
.headfisrt{
    gap: 18px;
}
.custombundlecard1{
    /* height: 290px; */
    border-radius: 20px;
    width: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    margin-top: 220px;
    transition: all 0.7s ease;
    position: absolute;
    z-index: 2;
}
.custombundlecard1:hover{
    transform: scale(1.05);
}
.bundlecardhead{
    background-color: #008024;
    height: 77px;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}
.bundlecardbody{
    display: flex;
    flex-direction: column;
    gap:18px;
}
.bundledate{
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.bundledate p{
    /* font-family: 'Inter'; */
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #008024;
}
.bundledate span{
    color: #000;
}
.onebundlediv{
    background-color: #fff;
    /* background-color: #E5E5E5; */
    gap: 36px;
    position: relative;
}
.bundleoverview{
    /* gap: 10px; */
    margin-top: 89px;
    transition: all ease 0.7s;
}
.bundleoverview:hover{
    transform: scale(1.05);
}
.bundlecourse{
    gap: 13px;
    margin: 0;
    height: 390px;
    overflow-y: hidden;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all 0.7s ease;
    max-height: 390px;
}
.bundlecourse:hover{
    transform: scale(1.05);
}
.bunbox{
    height: 370px !important;
}
.bundlerelated{
    gap: 38px;
    padding: 42px 70px 63px;
}
.remainingpart{
    margin: 0 94px;
}
.bundlefaq{
    gap: 13px;
}

#editbtn{
    cursor: pointer;
    color: #fafafb;
    transition: color 0.7s ease;
}

#editbtn:hover{
    color:#717272;
    border: 1px solid #717272;;
}

.bundlefaqquest {
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 0rem;
}
.buybuton{
    height: 52px;
    width: 199px;
}
.bunbydiv{
    transform: rotate(270deg);
    position: fixed;
    left: -5rem;
    top: 20rem;
    height: fit-content;
}
/* .factive,
.bundlefaqquest:hover {
    background-color: #F9F9F9;
} */
.fractive{
    font-weight: 700;
}
/* Style the faq-page panel. Note: hidden by default */
.faqans {
    display: none;
    overflow: hidden;
    transition: all 0.9s ease;
    font-size: 13px;
    max-height: 100px; 
    overflow-y: scroll;
}
.numt{
    transition: all 0.7s ease;
}
.numt:hover{
    transform: scale(1.05);
}
.faqans::-webkit-scrollbar{
    /* display: none; */
    width: 3px;
}
.faqans:hover::-webkit-scrollbar-thumb   {
    visibility: visible;
    background: #888; 
}
.faqans::-webkit-scrollbar-thumb:hover {
    background: #888; 
}
.faqans::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 1rem;
    visibility: hidden;
    transition: 0.3s all linear;
 }

/* Track
.faqans::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5rem;
} */

.bundlefaqquest:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: #000;
    float: right;
    margin-left: 5px;
}

.fractive:after {
    content: "\2796";
    font-size: 10px;
    color: #000;
    /* Unicode character for "minus" sign (-) */
}
.bundlenodata{
    margin-top: 39px;
    margin-bottom: 23.59px;
}
.bundlecard2{
    display: flex;
    flex-direction: column;
    background-color: #F2F9F4;
    border-radius: 20px;
    height: 390px;
    /* overflow-y: scroll; */
    text-align: center;
    padding: 0 26px;
    transition: all 0.7s ease;
}
.bundlecard2:hover{
    transform: scale(1.05);
}
.secondback{
    margin: 0 80px !important;
}
.selectcoursediv{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectcourse{
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: #E9F0F7;
    margin: 9% 5% 10px;
    padding: 20px 40px;
    border-radius: 8px;
    height: 80vh;
    position: relative;
}
.selectcourse h3{
    /* font-family: "Inter"; */
    font-weight: 700;
    line-height: 43.2px;
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.selectcourse p{
    /* font-family: "Inter"; */
    font-weight: 400;
    line-height: 36px;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.selectthecourse{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    overflow-y: scroll;

}
.courseselect{
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 25px;
    gap: 5px;
    height: 154px;
    border-radius: 0 10px 0 0;
    background: linear-gradient(97.26deg, #000000 0.87%, #1F68B1 100%);
}
.courseselect input {
    position: absolute;
    left: -8px;
    top: 0;
    width: 38px;
    height: 24.48px;
    padding: 0;
    margin: 0;
    background-color: #008024 !important;
}
.courseselect h4{
    /* font-family: "Inter"; */
    font-weight: 500;
    line-height: 23.04px;
    color: #FFF;
    font-size: 16px;
    margin-left: 10px;
}
.courseselect .btn{
    width: 70%;
    position: absolute;
    left: 10px;
    bottom: 20px;
    border-radius: 10px;
}
.btn-div{
    text-align: center;
    margin-top: 1rem;
}
.letterx{
    position: absolute;
    right: 1rem;
    top: 1rem;
    /* scale: 1.5; */
    cursor: pointer;
    font-weight: 700 !important;
    font-family: cursive !important;
    margin: 0;
}
.hide{
    display: none;
}
.bundlecard2 h3{
    /* font-family: "Montserrat"; */
    font-size: 32px;
}
.gapbtn{
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-bottom: 38px;
}
.btnnewde{
    margin-top: 15px; 
    width: 83%; 
    position: absolute; 
    top: 63%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dert{
    font-size: 22px;
    font-family: 'DM Sans';
    margin-bottom: 15px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .onebundlelefthead {
        gap: 30px;
        padding-left: 5%;
        margin-top: 90px;
    }
    .custombundlecard1{
        display: none;
    }
    .backcolor, .bundlecard2 {
        padding: 20px 20px;
        margin: 30px 15px 0;
    }
    .buncuoy{
        flex-direction: row !important;
    }
    .secondback{
        margin: 0 !important;
    }
    .onebundlediv{
        gap: 0;
    }
    .remainingpart {
        margin: 0 15px;
    }
    .gapbtn{
        gap: 10px; 
        margin-top: 38px;
    }
    .buybuton{
        padding: 0 10px;
    }
    .bunbydiv {
        left: -5rem;
        /* z-index: 10; */
    }
    .opaque{
        opacity: 0.5;
    }
}