*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page-wrapper{
    background-color: #121212;
}
.font-Lexend{
    font-family: "Lexend", sans-serif;
}
.font-Inter{
    font-family: "Inter", sans-serif;
}
.sub{
    border: 1.6px dashed #9B9B9B;
    border-right: none;
    padding-top: 30px;
    padding-left: 25px;
    padding-bottom: 30px;
    height: 100%;
   
}
.cardds{
    padding: 1.5rem;
    background-color: #272727;
    border-radius: 1rem;
    margin: 1rem;
}
.updatedInfo{
    background-image: linear-gradient(180deg, #7428B0 0%, #5D0692 100%);
    border-radius:3rem;
    padding: 0.5rem;
    width: fit-content;

}
.rkidea{
    font-family: "Poppins", sans-serif;color: #FEC63F;
    font-weight: 700;
    font-size: 18px;
}
.rkideapara{
    color:#FFFFFF;opacity: 0.4;font-family: "Inter", sans-serif;font-size: 13px;font-weight: 400;line-height: 20px;
}
.rklogodesigns{
    color: #ffffff;
    font-size: 20.08px;
    font-weight: 500;
}
.rkourperson{
    font-family: "Inter", sans-serif;
    color: #ffffff;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
}
.rkattentions{
    font-family: "Inter", sans-serif;
    color:#FEC63F;
   
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
}
.rksmall{
    font-family: "Inter", sans-serif;
    color:#ffffff;
   
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
}
.rkfreques{
    font-family: "Lexend", sans-serif;
    color: #FEC63F;
    font-weight: 600;
    font-size: 45px;

}
/* .accordion{
    color:white;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-size: 20.8px;

} */
.accordion {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 1.2rem 1.2rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
}
.indi{
    border-bottom: 2px dashed rgb(113, 113, 113);
}
.panel {
    padding: 0 2.3rem 0.9rem 2.3rem;
    display: none;
    overflow: hidden;
}
.upButt{
    display: none;
}
.downButt{
    display: block;
}
.rkanswers{
    color: #ffffff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 17px;
}
.lineOv{
    width: 9rem; height: 3px; background-color: #FEC63F; position: absolute;
}
.mainTxt{
    margin-left: 2rem;
}
@media (max-width:770px) {
    .mainTxt{
        margin-left: 0rem;
    }
}