@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap");

.accordion-body p,
.lh-149 {
    line-height: 149.5%;
}

h1,
h3 {
    line-height: 1.2;
}

body,
p {
    line-height: 24px;
    color: #565656;
}

.arabic-size,
.arabic-size-2 {
    font-family: Fredoka, sans-serif;
}

.navbar2 {
    /* position: fixed; */
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
}

.alerts {
    padding: 20px 40px;
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 99999999999;
    border-radius: 4px;
    overflow: hidden;
    pointer-events: none;
}

.alerts-danger {
    color: white;
    background-color: #dc3545;
}

.alerts-success {
    color: white;
    background-color: #28a745;
}

.alerts-info {
    color: white;
    background-color: #1967d2;
}

:root {
    --textPrimary: #1e0e62;
    --textPrimary2: #18191f;
    --textPrimaryColor: #8c30f5;
    --grey: #e5e5e5;
    --indigo-2: #f3edff;
    --grey-2: #616b83;
    --grey-3: #5d5e62;
    --size-10: 10px;
    --size-11: 11px;
    --size-12: 12px;
    --size-13: 13px;
    --size-14: 14px;
    --size-14-2: 14px;
    --size-16: 16px;
    --size-17: 17px;
    --size-18: 18px;
    --size-18-2: 18px;
    --size-19: 19px;
    --size-20: 20px;
    --size-22: 22px;
    --size-23: 23px;
    --size-24: 24px;
    --size-26: 26px;
    --size-27: 27px;
    --size-28: 28px;
    --size-30: 30px;
    --size-34: 34px;
    --size-38: 38px;
    --size-40: 40px;
    --size-44: 44px;
    --size-48: 48px;
    --size-54: 54px;
    --size-57: 57px;
    --size-64: 64px;
    --header-size: 6rem;
    --device-height: 100vh;
    --home-height: 0px;
    --section-2-height: 0px;
    --section-3-height: 0px;
    --section-4-height: 0px;
    --section-5-height: 0px;
    --section-6-height: 0px;
    --section-7-height: 0px;
    --section-8-height: 0px;
    --section-9-height: 0px;
    --circle-user-size: 46px;
    --circle-user-size-medium: 59px;
    --circle-user-size-large: 59px;
    --card-padding: 42px 25.56px 18px 19.55px;
    --card-padding-medium: 31px 34px 18px 26px;
    --card-padding-large: 31px 34px 18px 26px;
    --card-width: 339px;
    --card-width-medium: 558px;
    --card-width-large: 558px;
}

@font-face {
    font-family: LPMQ;
    src: url("/fonts/LPMQ.ttf");
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: "Manrope";
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

body.position-relative.overflow-hidden nav {
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 600;
}

h1 {
    font-size: 2.7rem;
    font-weight: 600;
}

h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

svg {
    overflow: hidden;
}

button,
label {
    font-size: 1rem !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.navbar {
    position: relative;
    transition: background-color 0.3s;
}

.navbar-toggler {
    cursor: pointer;
    border: none;
    width: 3.75rem;
    padding: 0;
    color: #fff;
    transition: opacity 250ms;
    display: inline-block;
}

.navbar-toggler.dark-toggler,
.navbar-toggler.dark-toggler--click {
    border-color: rgba(33, 37, 41, 0.75) !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler-icon {
    width: 50%;
    position: relative;
}

.float,
.top {
    position: fixed;
    z-index: 1000;
}

.navbar-toggler-icon,
.navbar-toggler-icon::after,
.navbar-toggler-icon::before {
    display: block;
    height: auto;
    background: 0 0;
}

.navbar-toggler-icon.icon-dark,
.navbar-toggler-icon.icon-dark--click,
.navbar-toggler-icon.icon-dark--click::after,
.navbar-toggler-icon.icon-dark--click::before,
.navbar-toggler-icon.icon-dark::after,
.navbar-toggler-icon.icon-dark::before {
    background: #7e8085;
}

#home .custom-margin-section {
    backdrop-filter: blur(100px);
    background-color: #f2f7ffb2;
}

.loading {
    position: fixed;
    left: 0;
    z-index: 999999999;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s, transform 0.25s;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility linear, opacity 0.25s, transform 0.25s;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    top: 50%;
    left: 50%;
    animation: 2s infinite loader;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: 2s ease-in infinite loader-inner;
}

@keyframes loader-inner {
    0%,
    100%,
    25% {
        height: 0%;
    }

    50%,
    75% {
        height: 100%;
    }
}

@keyframes loader {
    0% {
        transform: rotate(0);
    }

    25%,
    50% {
        transform: rotate(180deg);
    }

    100%,
    75% {
        transform: rotate(360deg);
    }
}

.text-primary {
    color: #7c4fe0 !important;
}

.textGray3 {
    color: var(--grey-3) !important;
}

.logo {
    max-height: 90px;
    max-width: 90px;
}

.size-10 {
    font-size: var(--size-10) !important;
}

.size-11 {
    font-size: var(--size-11) !important;
}

.size-12 {
    font-size: var(--size-12) !important;
}

.size-13 {
    font-size: var(--size-13) !important;
}

.size-14 {
    font-size: var(--size-14) !important;
}

.size-14-2 {
    font-size: var(--size-14-2) !important;
}

.size-16 {
    font-size: var(--size-16) !important;
}

.size-17 {
    font-size: var(--size-17) !important;
}

.size-18 {
    font-size: var(--size-18) !important;
}

.size-18-2 {
    font-size: var(--size-18-2) !important;
}

.size-19 {
    font-size: var(--size-19) !important;
    color: var(--grey-2);
}

.size-20 {
    font-size: var(--size-20) !important;
}

.size-22 {
    font-size: var(--size-22) !important;
}

.size-23 {
    font-size: var(--size-23) !important;
}

.size-24 {
    font-size: var(--size-24) !important;
}

.size-27 {
    font-size: var(--size-27) !important;
}

.size-30 {
    font-size: var(--size-30) !important;
}

.size-34 {
    font-size: var(--size-34) !important;
}

.size-38 {
    font-size: var(--size-38) !important;
}

.size-48 {
    font-size: var(--size-48) !important;
}

.lh-151 {
    line-height: 151.5%;
}

.top {
    --offset: 200px;
    font-size: 2.5rem;
    opacity: 0.94;
    bottom: 20px;
    left: 20px;
    margin-top: calc(100vh + var(--offset));
    background-color: rgba(35, 35, 35, 0.65) !important;
    color: #fff;
    border-radius: 0.25rem;
    transition: 0.3s;
}

.top:hover {
    color: #fff;
    opacity: 0.7;
}

.float {
    width: 60px;
    height: 60px;
    right: 2%;
    bottom: 3%;
    text-align: center;
}

.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.custom-margin-home {
    padding-top: calc(
        var(--device-height) - calc(var(--device-height) - var(--header-size))
    );
}

.custom-padding-section-3 {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.custom-margin-section-3,
.custom-margin-section-5 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.custom-margin-section-5-1 {
    margin-bottom: 1.25rem;
}

.custom-margin-section-5-2,
.custom-margin-section-6-1 {
    margin-bottom: 5rem;
}

.custom-margin-section-6 {
    margin-top: 15rem;
}

.custom-margin-section-6-2 {
    margin-top: 8rem;
}

.custom-padding-section-6 {
    padding: 3rem;
}

.custom-margin-section-8 {
    margin-bottom: 10rem;
}

.content-section-2 {
    padding-bottom: 4rem;
}

.content-section-3 {
    min-height: var(--section-3-height);
}

.content-section-4 {
    min-height: calc(var(--section-4-height) * 1.9);
}

.content-section-5 {
    min-height: var(--section-5-height);
}

.content-section-6 {
    min-height: var(--section-6-height);
}

#carousel-7,
.content-section-7 {
    min-height: var(--section-7-height);
}

.content-section-8 {
    min-height: var(--section-8-height);
}

.content-section-9 {
    min-height: var(--section-9-height);
}

/* .custom-radius-footer {
    padding: 0 2.5rem 0 5rem
} */

.headline-width {
    width: 85%;
}

.why-image,
.why-size {
    width: 52px;
}

.hero {
    background: 0 0 !important;
    min-height: 500px;
    opacity: none !important;
}

.custom-dot,
.custom-dot-center {
    opacity: 1 !important;
    border: none;
}

.background-circle {
    z-index: -15;
}

.svg-circle-1 {
    max-height: 1080px;
    height: 1000px;
}

.svg-circle-2 {
    max-height: 1080px;
    height: 300px;
}

.dropdownMenuButton2 {
    width: 100%;
    padding-right: 20px;
    /* Adjust padding to make space for the image */
    position: relative;
    /* Set position to relative for positioning the background image */
    background-size: contain;
    /* Adjust the background size property */
}

.dropdownMenuButton2::after {
    border-top: 0 !important;
    position: absolute;
    top: 40%;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: url("/qaraa-web/img/class/dropdown.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#dropdownMenuButton2 {
    padding: 1rem 1.5rem !important;
    /* border: none !important; */
    background: #ffffff1f !important;
    text-align: start;
    color: white !important;
    font-size: 19.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
}

#dropdownMenuButton2 p {
    text-align: start;
    color: white !important;
    font-size: 17.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
}

.form-select#package,
.form-select#periode {
    appearance: none;
    /* for most browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.16992 8.07349L8.73589 11.6395L12.3019 8.07349H5.16992Z" fill="white"/></svg>');
    /* background-image: url('data:image/svg+xml;utf8,<svg width="18" height="19" viewBox="0 0 18 19" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M5.16992 8.07349L8.73589 11.6395L12.3019 8.07349H5.16992Z" fill="white"/></svg>'); */

    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.form-select.arrow {
    appearance: none;
    /* for most browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url('data:image/svg+xml;utf8,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.16992 8.07349L8.73589 11.6395L12.3019 8.07349H5.16992Z" fill="#242731"/></svg>'); */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.form-select.form-footer {
    color: var(--textPrimary2) !important;
    background-color: white !important;
}

.form-select.form-footer option {
    color: var(--textPrimary2) !important;
    background-color: white !important;
}

.form-select.form-footer,
#paket,
input.form-footer {
    font-family: "DM Sans";
    font-size: 19.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border: 1.8px solid #d8d9ea;
}

#paket:active,
#paket:focus,
.form-select.form-footer:focus,
.form-select.form-footer:active,
input.form-footer:focus,
input.form-footer:active {
    border: 1.8px solid #9d87e1b2 !important;
    box-shadow: none !important;
}

#paket:active,
#paket:focus,
input.form-footer:focus,
input.form-footer:active,
input.form-footer:valid,
input.form-footer:focus::placeholder {
    background-color: #fff !important;
    color: var(--Light-Basic-Primary, #242731);
}

#paket,
input.form-footer::placeholder,
input.form-footer {
    color: var(--textPrimary2) !important;
    background-color: white !important;
}

.rotate-270 {
    transform: rotate(270deg) translate(0, -100px);
}

.translate-x-100 {
    transform: translate(-100px);
}

.bg-circle-1 {
    fill: var(--indigo-2);
}

.why-background {
    background: var(--indigo-2);
}

.grayscale-100 {
    filter: brightness(0%);
}

.title {
    font-weight: 700;
    color: var(--textPrimary2);
}

.sub-title {
    font-feature-settings: "liga" off;
    font-size: 23px;
    font-style: normal;
    line-height: 32px;
    /* 139.13% */
}

.sub-title {
    font-weight: 400;
    color: var(--textPrimary);
}

#monthly-report .report-item {
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 9.989px;
    border: 1px solid #ece8f3;
}

#monthly-report .report-item .title-report {
    color: var(--textPrimaryColor);
    font-weight: 700;
}

#monthly-report .report-item .subtitle-report {
    color: #717171;
    font-weight: 400;
}

#who-we-help .info-chat {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 9.989px;
    border: 1px solid #ece8f3;
}

#who-we-help .info-chat .title-sa {
    color: var(--textPrimary2);
    font-size: 21.976px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.966px;
}

#who-we-help .info-chat .sub-title-sa {
    color: var(--textPrimary2);
    font-size: 17px;
    padding-bottom: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25.972px;
    /* 152.778% */
}

#who-we-help .textSize span {
    color: #8c30f5;
    font-weight: 700 !important;
}

#who-we-help .textSize span {
    font-weight: 600;
    padding: 0 0.25rem;
    border-radius: 4px;
    background-color: #ebe5fe;
    color: var(--textPrimaryColor);
}

.bg-custom {
    padding: 0 0.25rem;
    border-radius: 4px;
    background-color: #ebe5fe;
    color: var(--textPrimaryColor);
}

.label-info-1 {
    font-weight: 700;
    font-size: var(--size-30);
    color: var(--textPrimary);
}

.label-info-2 {
    font-weight: 400;
    color: var(--grey-2);
}

.why-image {
    height: auto;
}

.mt-n-circle {
    margin-top: -400px;
}

.owl-carousel-1 .owl-stage-outer .owl-stage .owl-item div {
    cursor: pointer;
    margin: 10% 5%;
    transition: margin 0.4s;
}

.textss {
    color: var(--textPrimary2) !important;
}

.owlClassCenter div {
    margin: 0 !important;
}

.owl-carousel-1 .owl-stage-outer .owl-stage .owl-item div img {
    box-shadow: 4.741343975067139px 4.741343975067139px 25.287168502807617px 0
        #00000012 !important;
    aspect-ratio: 136/239;
}

.owl-carousel-1 .owl-stage-outer .owl-stage .owl-item.center > div img {
    box-shadow: 3.003145933151245px 7.007340908050537px 52.05451202392578px
        4.004193305969238px #00000014 !important;
}

.owl-carousel-1 .owl-stage-outer .owl-stage .owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.owl-item:not(.center) > div:hover {
    opacity: 1;
}

.owl-carousel-1 {
    width: 80% !important;
}

@media screen and (max-width: 440px) {
    .hero__cta--link {
        width: 66.67%;
    }
}

footer {
    background-color: #0b0d17;
}

.title-footer {
    color: var(--Text-Gray-100, #f4f5f7);
    font-feature-settings: "liga" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.footer-menu,
.footer-menu:hover,
.footer-menu:focus,
.footer-menu:active {
    color: var(--Text-Gray-200, #eeeff4);
    font-feature-settings: "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-feature-font {
    background: -webkit-linear-gradient(
        89.8deg,
        #ffa901 -1.88%,
        #fff501 109.38%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.mockup-padding {
    padding: 0 15% 5%;
    margin-left: -15%;
}

.custom-mockup-size {
    width: 75%;
}

.ai-label {
    color: #f1f1f1;
    font-size: 120px;
    font-weight: 800;
}

.ml-n5 {
    margin-left: -3rem;
}

.mr-n5 {
    margin-right: -3rem;
}

.ai-padding {
    padding-bottom: 5%;
    padding-top: 5%;
}

.mic-width {
    width: 10%;
}

.mic-width-2 {
    width: 92px;
    height: 92px;
}

.arabic-size {
    font-size: var(--size-48);
    font-weight: 500;
}

.trial-font {
    font-weight: 500;
    font-size: var(--size-20);
    color: #283739;
}

.play-font {
    color: #fd841f;
    font-weight: 600;
    font-size: var(--size-16);
}

.border-play {
    border-radius: 7px;
    border: 1px solid #fd841f;
}

.fasih-card-size {
    width: var(--card-width-large);
    box-shadow: 6.72455px 3.8426px 66.2848px 0.96065px rgba(0, 0, 0, 0.06);
    aspect-ratio: 558/439;
}

@media (max-width: 991.98px) {
    .navbar2 {
        height: 65px;
    }
    .owl-carousel-1 {
        width: 90% !important;
    }

    .fasih-card-size {
        width: var(--card-width-medium);
        aspect-ratio: 558/439;
    }

    #who-we-help {
        padding: 0 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .sub-title {
        font-feature-settings: "liga" off;
        font-size: 16px;
        font-style: normal;
    }

    .owl-carousel-1 {
        width: 100% !important;
    }

    .label-info-1 {
        font-size: 28px !important;
    }

    .fasih-card-size {
        width: var(--card-width);
        aspect-ratio: 379/352;
    }

    .h-300 {
        height: 330px;
    }
}

.custom-dot-center {
    width: 30%;
    height: 5px !important;
    background: #8c30f5;
}

.pause {
    animation-play-state: paused;
}

.button-record {
    width: 100px;
    height: 100px;
    background: #8c30f5;
    border: none;
}

.custom-dot {
    width: 30%;
    height: 5px !important;
    background: var(--grey);
}

.pure-bg-white {
    background-color: #fff;
}

.arrow-color,
.text-primary-subscribe {
    color: #8c30f5;
}

.arrow-border-color {
    border-color: #8c30f5;
}

.popular-font {
    color: #00000045;
    font-weight: 500;
}

.custom-card-radius {
    border-radius: 5px;
}

.iti--separate-dial-code .iti__selected-flag {
    border-right: 1px solid #dadfe6;
    background-color: transparent !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

p.only-qaraa {
    color: var(--grey-3);
    font-size: 16.167px;
    font-style: normal;
    font-weight: 400;
}

p.only-qaraa-text {
    color: var(--textPrimary2);
    font-feature-settings: "liga" off;
    font-size: 25.867px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
}

#testimonial p.only-qaraa-description {
    font-size: 18px;
    line-height: 25px;
}

p.only-qaraa-description {
    color: var(--textPrimary2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.245px;
    /* 123.178% */
}

/* modal-menu-confirm  */
.modal-menu-confirm .hadits {
    background-color: #f9f3ff;
    border: 1px solid #e9d6ff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.modal-menu-confirm .hadits p {
    height: 100%;
    margin: auto;
    padding-right: 1rem;
    color: #3f3d4a;
    font-style: italic;
    line-height: 152%;
}

/* register */
.modal-menu-register .tes {
    margin-bottom: 1.25rem;
}

.modal-menu-register {
    overflow-y: auto;
}

.modal-menu-register p.title-register {
    color: var(--textPrimary2);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 25.675px;
    /* 91.696% */
}

.modal-menu-register label.label-register {
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: start;
    color: var(--Light-Basic-Primary, #242731);
    font-family: "Poppins";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.837px;
}

.modal-menu-register input.form-input {
    padding: 0.6rem 0.75rem !important;
    border-radius: 4.279px;
    border: 0.713px solid var(--Light-Basic-Strokes, #d4d4d4);
    font-family: "Roboto";
    font-size: 13.837px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.969px;
}

.packet p,
.modal-menu-register input.form-input:valid,
.modal-menu-register input.form-input:focus::placeholder {
    color: var(--Light-Basic-Primary, #242731);
}

.modal-menu-register input.form-input::placeholder,
.modal-menu-register input.form-input {
    color: #9095a9;
}

.modal-menu-confirm .start-register:hover,
.modal-menu-confirm .start-register:active {
    color: white;
}

.start-register {
    border-radius: 100px !important;
    color: white;
    text-align: center;
    font-size: 24.43px;
    font-style: normal;
    line-height: 36.644px;
    padding: 0.5rem 2rem;
    /* 150% */
}

.modal-menu-register input.form-input:focus,
.modal-menu-register input.form-input:active {
    border-radius: 4.279px;
    border: 1.134px solid var(--Primary-600, #4277ff) !important;
    box-shadow: none !important;
}

.packet {
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
    background: white;
    padding: 0.6rem 0.75rem !important;
    border-radius: 4.279px;
    border: 0.713px solid var(--Light-Basic-Strokes, #d4d4d4) !important;
    font-family: "Roboto";
    font-size: 13.837px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.969px;
}

.packet p {
    font-family: "Roboto";
    font-size: 13.837px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.969px;
}

.dropdown-menu2,
.modal-menu-register .dropwdown .dropdown-menu {
    height: 245px;
    border-radius: 3px;
    border: none !important;
    background: #fff;
    box-shadow: 0px 0px 19.46px 0px rgba(0, 0, 0, 0.1);
}
.form-group .dropdown-item,
.dropdown-menu2 .dropdown-item,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item {
    cursor: pointer;
    display: flex;
    padding: 1rem;
    height: 64px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0.75rem;
    justify-content: space-between;
    gap: 0.6rem;
    min-width: auto !important;
    border-radius: 10px;
    border: 1.1px solid #d8d9ea;
    background: var(--Base-White, #fff);
}
.form-group .dropdown-item.activeDropdown,
.dropdown-menu2 .dropdown-item.activeDropdown,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item.activeDropdown {
    border: 1.134px solid var(--Primary-600, #7f56d9) !important;
    background: var(--Primary-50, #f9f5ff) !important;
}

.form-group .dropdown-item.activeDropdown .text-packet-discount,
.form-group .dropdown-item.activeDropdown .pricing p.price-discount,
.dropdown-menu2 .dropdown-item.activeDropdown .text-packet-discount,
.dropdown-menu2 .dropdown-item.activeDropdown .text-packet,
.dropdown-menu2 .dropdown-item.activeDropdown .pricing p.price-discount,
.modal-menu-register
    .dropwdown
    .dropdown-menu
    .dropdown-item.activeDropdown
    .text-packet-discount,
.modal-menu-register
    .dropwdown
    .dropdown-menu
    .dropdown-item.activeDropdown
    .pricing
    p.price-discount {
    color: #7f56d9 !important;
}

.dropdown-menu2 .dropdown-item .text-packet-discount,
.form-group .dropdown-item .text-packet,
.dropdown-menu2 .dropdown-item .text-packet,
.modal-menu-register
    .dropwdown
    .dropdown-menu
    .dropdown-item
    .text-packet-discount,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item .text-packet {
    font-family: "Inter" !important;
    font-style: normal;
    line-height: 11.343px;
}

.form-group .dropdown-item .text-packet,
.dropdown-menu2 .dropdown-item .text-packet,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item .text-packet {
    color: var(--textPrimary2);
    font-size: 16px;
    font-weight: 600;
    /* 111.111% */
}

.dropdown-menu2 .dropdown-item .text-packet-discount,
.modal-menu-register
    .dropwdown
    .dropdown-menu
    .dropdown-item
    .text-packet-discount {
    color: #82879c;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-menu2 .dropdown-item .popular,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item .popular {
    position: absolute;
    right: 1rem;
    border-radius: 3px 0px 0px 3px;
    background: linear-gradient(165deg, #ff244a -19.24%, #ff1ab1 129.43%);
    color: var(--Netral-White, #fff);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    padding: 0.1rem 0.2rem;
    margin-bottom: 2.2rem;
    line-height: normal;
    letter-spacing: -0.17px;
}

.dropdown-menu2 .dropdown-item .pricing,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item .pricing {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.dropdown-menu2 .dropdown-item .pricing p.price-discount,
.modal-menu-register
    .dropwdown
    .dropdown-menu
    .dropdown-item
    .pricing
    p.price-discount {
    color: #82879c;
    font-family: "Inter" !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.343px;
    text-decoration: line-through;
}

.form-group .dropdown-item .pricing p.price,
.dropdown-menu2 .dropdown-item .pricing p.price,
.modal-menu-register .dropwdown .dropdown-menu .dropdown-item .pricing p.price {
    color: #7f56d9;
    text-align: right;
    font-family: "Inter" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 11.343px;
    /* 103.114% */
}

.button-cancel {
    border-radius: 100px;
    background: white;
    border: 0.713px solid var(--Light-Basic-Thriary, #79808f);
    padding: 0.75rem 1.5rem;
    color: var(--textPrimary2);
    text-align: center;
    font-family: "Poppins";
    font-size: 13.411px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.117px;
    text-transform: capitalize;
}

.chanse .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.button-joins,
.button-join {
    border: none;
    background: var(--textPrimary2);
    border-radius: 0.5rem !important;
    color: var(--textPrimary2);
    padding: 0.75rem 1.5rem;
    color: var(--Light-Invertion-Primary, #fff);
    text-align: center;
    font-family: "Roboto";
    font-size: 13.411px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.117px;
    text-transform: capitalize;
}

.buttones {
    color: white;
    background: transparent !important;
    border: 2px solid white;
    padding: 0.75rem 2rem !important;
    border-radius: 50px !important;
}

@media (min-width: 991.98px) {
    .size-40 {
        font-size: var(--size-34) !important;
    }

    .size-44 {
        font-size: var(--size-44) !important;
    }

    .size-54 {
        font-size: var(--size-54) !important;
    }

    .size-64 {
        font-size: var(--size-64) !important;
    }

    .why-flex {
        padding: 0 2.5rem !important;
    }

    /* #carousel-2 .owl-item.active .flex-column:first-child,
    #carousel-7,
    .navbar-flex {
        padding: 0 2.5rem 0 5rem !important
    } */
}

@media (min-width: 1404px) {
    #who-we-help .info-chat {
        height: 16rem;
    }
}

@media (min-width: 992px) and (max-width: 1403.98px) {
    #who-we-help .info-chat {
        height: 17rem;
    }
}

@media (min-width: 992px) {
    .navbar2 {
        height: 90px;
    }
    .tes {
        margin-bottom: 1.25rem;
        width: 90%;
    }

    .tests button.bg-primary {
        padding: 0.6rem 2rem !important;
    }

    #partner .custom-margin-home {
        padding-top: calc(
            var(--device-height) -
                calc(var(--device-height) - (0.8 * var(--header-size)))
        );
    }

    .custom-margin-home p.only-qaraa,
    .second-container p.only-qaraa {
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.275px;
    }

    .custom-margin-home p.only-qaraa-text,
    .second-container p.only-qaraa-text {
        font-feature-settings: "liga" off;
        font-size: 48px !important;
        font-weight: 800;
        line-height: 60px;
    }

    .second-container p.only-qaraa-description {
        line-height: 32px;
    }

    .textSize {
        line-height: 32px;
    }

    #monthly-report .report-item,
    #who-we-help .info-chat {
        width: 100%;
    }

    .custom-margin-section {
        padding-top: 2rem;
    }

    .background-gradient {
        object-fit: fill;
    }

    .background-gradient-2 {
        width: 59%;
        object-fit: fill;
        height: 136%;
    }

    .max992,
    .vertical-list {
        display: none;
    }

    .left-second-container {
        padding-left: 5rem;
    }

    .size-15 {
        font-size: 15px !important;
    }

    .size-57 {
        font-size: var(--size-57) !important;
    }

    /* .second-container {
        padding: 0 2.5rem 0 5rem
    } */

    .four-container,
    .third-container {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .four-container .textPrimary {
        font-size: 35px;
    }

    #who-we-help {
        padding-bottom: 5rem;
    }

    .w-65 {
        width: 75%;
    }

    .content-section-2 {
        padding-top: 4rem;
    }

    #price-list .s1 {
        background: #fff;
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #dedee6;
        border-radius: 0 0 14px 14px;
    }

    .horizontal-list {
        list-style-type: none;
        margin: 0;
        display: flex;
        flex-direction: row;
    }

    .py-10,
    .py-sm-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

@media (max-width: 992px) {
    .navbar-flex,
    .why-flex {
        padding: 0 1.5rem;
    }

    .navFlex {
        display: flex;
        flex-direction: row;
    }

    .max992 {
        display: block;
        width: 20px;
        margin: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .buttones,
    .tests button.bg-primary {
        padding: 0.8rem 2rem !important;
    }

    .horizontal-list,
    .menu-pro {
        display: none;
    }

    .label-info-1,
    .menu-pro {
        color: var(--textPrimary);
    }

    .four-container .textPrimary,
    .menu-pro h4,
    .vertical-list .title {
        font-size: 20px;
    }

    .py-10,
    .py-sm-10 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .label-info-1 {
        font-size: var(--size-28);
    }

    .custom-padding-section-3 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .custom-margin-section-3,
    .custom-margin-section-5 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .custom-margin-section-5-1 {
        margin-bottom: 4rem;
    }

    .custom-margin-section-5-2 {
        margin-bottom: 5rem;
    }

    .custom-margin-section-6 {
        margin-top: 15rem;
    }

    .custom-margin-section-6-1 {
        margin-bottom: 1rem;
    }

    .custom-padding-section-6 {
        padding: 4rem;
    }

    .custom-margin-section-8 {
        margin-bottom: 10rem;
    }

    .custom-padding-footer-1 {
        padding-right: 3rem;
    }

    .owl-carousel-1 {
        width: 90% !important;
    }

    .custom-mockup-size,
    .menu-pro {
        width: 100%;
    }

    .left-second-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #carousel-7 .content-section-7 .d-block {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .custom-radius-footer {
        padding: 0 0.5rem 0 2.5rem;
    }

    .mockup-padding {
        padding: 5% 15%;
        margin-left: 0;
    }

    .navbar-nav .nav-item {
        padding: 7px 8px !important;
        width: 100%;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .custom-nav-link {
        padding: 0.5rem 0 !important;
    }

    #price-list .s1 {
        background: #fff;
        border-width: 0 2px 2px;
        border-style: solid;
        border-color: #dedee6;
        border-radius: 0 0 14px 14px;
    }

    .vertical-list p {
        letter-spacing: -0.3px;
    }

    .vertical-list p.textPrimary.fw-400 {
        padding-right: 1.5rem;
    }

    .menu-pro {
        animation-duration: 1s;
        animation-name: slidein;
        text-align: center;
        padding: 0 1.5rem 1rem;
        position: fixed;
        background-color: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.09);
        top: 73px;
        z-index: 99;
    }

    @keyframes slidein {
        from {
            margin-top: -30%;
        }

        to {
            margin-top: 0;
        }
    }

    .menu-pro h4 {
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .modal-menu-register p.only-qaraa {
        color: var(--grey-3);
        font-size: 13.167px;
        font-style: normal;
        font-weight: 400;
    }

    .modal-menu-register .tes {
        margin-bottom: 0 !important;
    }

    .modal-menu-register p.only-qaraa-text {
        color: var(--textPrimary2);
        font-feature-settings: "liga" off;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
    }

    .material h6 {
        font-size: 15.689px;
        line-height: 20.919px;
    }

    .modal-menu-register .w-80 {
        width: 50% !important;
    }

    .button-join {
        border-radius: 8px;
        border: 1px solid #8c30f5;
        background: #8c30f5;

        /* Shadow / xs */
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    #monthly-report .report-item,
    .button-join,
    .w-80 {
        width: 100% !important;
    }

    #navbarScroll {
        background-color: #fff;
    }

    .py-sm-10 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .footer-container {
        padding: 0;
        position: relative;
    }

    .custom-padding-section-3 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-margin-section-3 {
        margin-top: 0;
        margin-bottom: 5rem;
    }

    .custom-margin-section-5 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .custom-margin-section-5-1 {
        margin-bottom: 2rem;
    }

    .custom-margin-section-5-2 {
        margin-bottom: 5rem;
    }

    .custom-margin-section-6 {
        margin-top: 0;
    }

    .custom-margin-section-6-1 {
        margin-bottom: 3rem;
    }

    .custom-padding-section-6 {
        padding: 2rem;
    }

    .custom-margin-section-8 {
        margin-bottom: 10rem;
    }

    .custom-padding-footer-1 {
        padding-right: 1rem;
    }

    .owl-carousel-1 {
        width: 100% !important;
    }

    .mockup-padding {
        padding: 5% 15%;
        margin-left: 0;
    }

    .custom-mockup-size {
        width: 100%;
    }

    .size-64 {
        font-size: var(--size-48) !important;
    }

    #price-list .s2 {
        background: linear-gradient(155.57deg, #7f00ff 21.74%, #e100ff 136.22%);
        border-radius: 0 0 14px 14px;
    }

    div.position-relative .second-container {
        padding: 0;
    }

    .vertical-list .title {
        font-size: 16px !important;
    }

    .menu-pro h4 {
        font-size: 1rem !important;
    }
}

@media (min-width: 576px) {
    .custom-margin-home p.only-qaraa-text span {
        padding: 0 0.5rem;
        border-radius: 10px;
        background-color: #ebe5fe;
        color: var(--textPrimaryColor);
    }

    .material {
        gap: 1rem;
        background: #f5f6f8;
    }

    .material h6 {
        font-size: 20px;
        line-height: 32px;
    }

    .material p {
        font-size: 16px;
    }

    .img-section1 {
        padding: 0.75rem 1.1rem;
        width: 72px;
        height: 72px;
    }

    .footer-container {
        position: absolute;
        top: 37%;
    }

    .navbar {
        background-color: transparent;
    }

    .background-gradient {
        width: 100%;
    }

    .h-300 {
        height: 300px;
    }

    .label-info-2 {
        font-size: var(--size-14);
    }

    #price-list .s2 {
        background: linear-gradient(155.57deg, #7f00ff 21.74%, #e100ff 136.22%);
        border-radius: 0 0 14px 14px;
    }
}

#logo-navbar > .navbar-toggler {
    width: auto !important;
    padding-right: 1rem;
}

#logo-navbar > .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    align-items: center;
}

.navbar-flex {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.custom-nav-link {
    padding: 0.5rem;
}

.ayaEn,
.ayaId,
.dropdown-navbar .dropdown-toggle::after,
.noneDisplay {
    display: none;
}

.modal-menu-success h6 {
    color: var(--Gray-900, #101828);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.modal-menu-success h6,
.modal-menu-success p {
    margin-bottom: 0 !important;
    font-family: "Inter" !important;
    font-style: normal;
}

.modal-menu-success p {
    color: var(--Gray-600, #475467);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.start-register,
.modal-menu-success button {
    border-radius: 8px;
    border: 1px solid #8c30f5;
    background: #8c30f5;
    /* Shadow / xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.modal-menu-success button:active,
.modal-menu-success button:hover,
.modal-menu-success button:focus {
    background: #8c30f5;
    outline: 0 !important;
    box-shadow: none !important;
}

.modal-menu-success:focues,
.dropdown-navbar .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

#close-dropdown {
    cursor: pointer;
    color: var(--textPrimary);
}

.custom-nav-link,
.nav-link,
.text-navbar {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-family: "DM Sans";
    color: var(--textPrimary) !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code,
.nav-item > strong,
.nav-link.active,
.nav-link:hover,
.text-dropdown-toggle {
    color: var(--textPrimary) !important;
}

.img-navbar {
    margin-right: 0.2rem;
    border: 1px solid #e2e5ec;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}

.aya-surah,
.text-play-surah,
.title-tafsir-popup {
    font-weight: 600 !important;
    color: var(--textPrimaryColor) !important;
}

.bgTranslate .display-navbar {
    display: -webkit-box !important;
    -webkit-box-align: center;
    padding: 1px 0 5px 15px !important;
}

.bgTranslate .display-navbar:hover {
    background: #e5e5e5 !important;
}

.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("/qaraa-web/img/arrow-down.svg");
    background-repeat: no-repeat;
}

.feather-17 {
    width: 17px;
    margin-left: 0.1rem;
    height: 17px;
}

.bgTranslate .display-navbar > .text-dropdown-item {
    color: #252724;
    margin-top: 2px !important;
}

.text-dropdown-item:active,
.text-dropdown-item:hover {
    color: #252724;
    background-color: transparent !important;
}

.display-navbar img {
    border: 1px solid #e2e5ec;
    border-radius: 100%;
}

.display-navbar:hover {
    background-color: #e9ecef;
}

.text-dropdown-toggle {
    padding-top: 0.5rem;
    height: 100%;
}

.text-dropdown-item,
.text-dropdown-toggle {
    font-size: 14px !important;
}

.text-dropdown-toggle,
.custom-nav-link.active,
.custom-nav-link:hover {
    font-weight: 500 !important;
}

.navbar-login {
    border-radius: 100px;
    border: 2px solid rgba(30, 14, 98, 0.3);
    padding: 7px 1.25rem;
    color: #1e0e62;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.navbar-login:active,
.navbar-login:focus {
    box-shadow: none !important;
}

.bg-auth {
    background-image: url("/qaraa-web/img/bg-login.webp");
    background-size: cover;
    justify-content: center;
    padding-top: 4.5rem;
    background-repeat: no-repeat;
}

.bg-auth img {
    padding: 2rem 0;
    object-fit: cover;
}

.a-btn {
    font-weight: 400;
    border-radius: 7px;
    border: 1px solid #d7d8ef;
}

.textPrimaryColor2 {
    color: #8c30f5 !important;
}

.bg-primary2,
.bg-primary2:hover,
.bg-primary,
.bg-primary:hover {
    color: white;
    background-color: #8c30f5 !important;
}
.bg-primary3:hover {
    color: white;
}
.bg-primary4,
.bg-primary3,
.bg-primary {
    border-radius: 3rem;
    padding: 0.5rem 1rem;
    color: var(--Default-White, #fff);
    font-feature-settings: "liga" off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

/* .bg-primary3 {
    background: linear-gradient(0deg, #7212e0, #7212e0),
        linear-gradient(224.54deg, #cf12e0 12.27%, #7212e0 75.2%);
    color: white;
} */

/* .bg-primary3 {
    background: linear-gradient(224.54deg, #cf12e0 12.27%, #7212e0 75.2%);
    color: white;
    } */

.bg-primary4,
.bg-primary3 {
    background: linear-gradient(224.54deg, #cf12e0 12.27%, #7212e0 75.2%);
    width: 100%;
    padding: 0.75rem 3rem;

    color: white;
}

.custom-transition-1-0,
.custom-transition-1-1,
.custom-transition-1-2,
.custom-transition-1-3,
.custom-transition-1-4,
.custom-transition-1-5,
.custom-transition-1-6,
.custom-transition-1-8,
.custom-transition-1-9,
.custom-transition-1-7,
.custom-transition-1-10,
.custom-transition-2-1,
.custom-transition-2-2,
.custom-transition-2-3,
.custom-transition-2-4,
.custom-transition-2-5 {
    transition: transform 0.5s, opacity 0.5s;
}

.transition-home,
.transition-home-1,
.transition-home-2,
.transition-home-3,
.transition-section-2,
.transition-section-3-1,
.transition-section-3-10,
.transition-section-3-11,
.transition-section-3-12,
.transition-section-3-13,
.transition-section-3-14,
.transition-section-3-15,
.transition-section-3-16,
.transition-section-3-17,
.transition-section-3-18,
.transition-section-3-19,
.transition-section-3-2,
.transition-section-3-3,
.transition-section-3-4,
.transition-section-3-5,
.transition-section-3-6,
.transition-section-3-7,
.transition-section-3-8,
.transition-section-3-9,
.transition-section-7-1,
.transition-section-7-2 {
    transform: none;
    opacity: 1;
}

.transition-home.on-hide,
.transition-home-1.on-hide,
.transition-home-2.on-hide,
.transition-home-3.on-hide,
.transition-section-2.on-hide,
.transition-section-3-1.on-hide,
.transition-section-3-6.on-hide,
.transition-section-5-1.on-hide,
.transition-section-5-2.on-hide,
.transition-section-5-3.on-hide,
.transition-section-6-1.on-hide,
.transition-section-6-2.on-hide,
.transition-section-6-3.on-hide,
.transition-section-6-4.on-hide,
.transition-section-7-1.on-hide,
.transition-section-7-2.on-hide,
.transition-section-8-1.on-hide,
.transition-section-8-2.on-hide,
.transition-section-footer.on-hide {
    transform: translate(0, 50%);
    opacity: 0;
}

.custom-transition-3-1,
.custom-transition-3-10,
.custom-transition-3-11,
.custom-transition-3-12,
.custom-transition-3-13,
.custom-transition-3-14,
.custom-transition-3-15,
.custom-transition-3-16,
.custom-transition-3-17,
.custom-transition-3-18,
.custom-transition-3-19,
.custom-transition-3-2,
.custom-transition-3-3,
.custom-transition-3-4,
.custom-transition-3-5,
.custom-transition-3-6,
.custom-transition-3-7,
.custom-transition-3-8,
.custom-transition-3-9,
.custom-transition-6-1,
.custom-transition-6-2,
.custom-transition-6-3,
.custom-transition-6-4,
.custom-transition-7,
.custom-transition-7-1,
.custom-transition-7-2,
.custom-transition-8-1,
.custom-transition-8-2,
.custom-transition-8-3 {
    transition: transform 1s, opacity 1s;
}

.transition-section-3-2.on-hide {
    transform: translate(-180%, 0);
    opacity: 0;
}

@media (min-width: 991.98px) {
    .transition-section-3-3.on-hide.on-hide-2 {
        transform: translate(-360%, 0);
        opacity: 0;
    }

    .transition-section-3-4.on-hide.on-hide-2 {
        transform: translate(360%, 0);
        opacity: 0;
    }

    .transition-section-3-3.on-hide {
        transform: translate(-180%, 0);
        opacity: 0;
    }

    .transition-section-3-4.on-hide {
        transform: translate(180%, 0);
        opacity: 0;
    }

    .navbar-nav .nav-item {
        padding: 0 8px !important;
    }
}

.transition-section-3-5.on-hide {
    transform: translate(180%, 0);
    opacity: 0;
}

#partner {
    background-image: url("/scholarship/img/ellipsis.svg");
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
}

.qaraa-description {
    margin-bottom: 1rem;
    color: var(--textPrimary2);
    line-height: 28px;
}

#qaraa-santri-dreams {
    padding-bottom: 10%;
}

/* .learn {
    background-image: url('/qaraa-web/img/class/learn.svg');
    background-size: 30px 30px;
    background-position: right top;
    background-repeat: no-repeat;
} */

#containerAround,
.background-gradient {
    height: var(--section-4-height) !important;
}

.transition-section-5-4.on-hide {
    transform: translate(100%, 0);
    opacity: 0;
}

#section-5 {
    margin-top: 10%;
}

/* .modal-menu-register .tes
#submit-scholarship .tes
 {
    background-image: url('/qaraa-web/img/class/bg-text.svg');
    background-repeat: no-repeat;
    background-size: auto;
}

#submit-scholarship .tes {
    background-position: center bottom;
}

.modal-menu-register .tes {
    background-position: center center;

} */

.transition-section-7 {
    transform: translate(0, 0) scale(1);
}

.image-primary {
    z-index: 9999;
    box-shadow: 18.1436px 45.335px 96.0622px -30px rgba(0, 0, 0, 0.12);
}

.image-secondary {
    z-index: 9999;
    width: 70px;
    height: 70px;
}

.transition-section-8-3.on-hide {
    opacity: 0;
}

.custom-transition-9,
.custom-transition-footer,
.custom-transition-footer-2,
.custom-transition-footer-3,
.custom-transition-footer-4 {
    transition: transform 1s;
}

.transition-section-9.on-hide {
    transform: translateX(-100%);
}

.login-height {
    height: calc(100vh - 0px);
}

.login-height .py-10 {
    padding-bottom: 0 !important;
}

.g-btn {
    color: #252724;
}

.a-btn {
    background: #252724;
    color: #d7d8ef;
}

.text-information {
    color: #717888;
}

.fw-400 {
    font-weight: 400;
}

.arabic-size-2,
.correction-note,
.fw-500 {
    font-weight: 500;
}

.custom-padding-login-1 {
    padding-bottom: 5rem;
}

.custom-padding-login-2 {
    padding: 0.7rem;
}

.custom-padding-login-2:active,
.custom-padding-login-2:focus,
.custom-padding-login-2:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.custom-input {
    border: none;
    transition: transform 0.5s;
}

input[type="date"].custom-input,
input[type="text"].custom-input {
    padding: 0;
    color: #252724;
    font-weight: 600;
    font-size: 18px;
}

.custom-input:focus {
    outline: 0 !important;
    border: none !important;
    visibility: visible;
}

.custom-label-login {
    transform: translate(0, 50%);
    color: var(--textPrimary);
    transition: transform 0.5s;
}

.custom-label-login.focus {
    transform: none;
}

.custom-input-border {
    border: 1px solid #dadfe6;
    border-radius: 7px;
}

.custom-input-border.focus {
    border: 1px solid #8c30f5;
    border-radius: 7px;
}

.iti {
    position: relative;
    display: inline-block;
    width: 66.66666667%;
}

.iti--allow-dropdown input[type="tel"] {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    border-radius: 8px;
    border: 1px solid #dadfe6;
    outline: 0;
}

input[name="gender"] {
    accent-color: #8c30f5;
    width: 15px;
    height: 15px;
}

input[name="gender"]:hover,
.cursor-pointer {
    cursor: pointer;
}

.custom-button-login {
    background: #8c30f5;
    border-radius: 7px;
    border: none;
    font-weight: 600;
    color: #fff;
}

.custom-padding-profile {
    padding-top: 10rem !important;
}

@media (max-width: 767.98px) {
    .button-cancel {
        border: 1px solid var(--Gray-300, #d0d5dd);
        background: var(--Base-White, #fff);

        /* Shadow / xs */
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .w-40 {
        display: none;
        /* background-image: url('/qaraa-web/img/class/modal-background.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat; */
    }
    .w-90,
    .button-cancel,
    .w-40,
    .w-60 {
        width: 100% !important;
    }

    .modal-menu-confirm .hadits {
        gap: 0.5rem;
        align-items: end;
    }

    .modal-menu-confirm .hadits p {
        padding: 0.1rem 1rem 0.1rem 0;
        font-size: 12px;
    }

    .modal-menu-confirm .hadits img {
        width: 80px;
    }

    .icons {
        gap: 1.5rem !important;
    }

    .icons img {
        width: 40px;
    }

    #home .sub-title {
        text-align-last: center;
    }

    label.label-footer {
        color: var(--textPrimary2);
        font-size: 14px;
        width: 100%;
        text-align: left;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 16.8px */
    }

    .start-register {
        font-style: normal;
        font-weight: 700;
        /* 150% */
    }

    .size-15 {
        font-size: 13px !important;
    }

    .size-57 {
        font-size: 36px !important;
    }

    .custom-margin-footer {
        margin-top: 1rem;
    }

    #carousel-2.owl-item.active .flex-column:first-child,
    #section-9 > .justify-content-center,
    .custom-radius-footer,
    .left-second-container {
        padding: 0 1.5rem;
    }

    .w-65 {
        height: calc(var(--device-height));
        width: 100%;
    }
}

@media (min-width: 768px) {
    .w-40 {
        width: 40%;
        backdrop-filter: blur(100px);
        background-color: #f2f7ffb2;
    }

    .w-60 {
        width: 60%;
    }

    .modal-menu-confirm .hadits {
        align-items: center;
    }

    .modal-menu-confirm .hadits p {
        font-size: 16px;
    }

    .modal-menu-confirm .hadits img {
        width: 150px;
    }

    .button-joins {
        padding: 1.25rem 1.5rem;
    }

    label.label-footer {
        color: var(--textPrimary2);
        text-align: left;
        width: 100%;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .modal-menu-success .bg-white {
        width: 420px;
    }

    .background-gradient {
        width: 71.2% !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    #partner .custom-margin-home {
        padding-top: calc(
            var(--device-height) -
                calc(var(--device-height) - (0.6 * var(--header-size)))
        );
    }

    .custom-margin-home p.only-qaraa,
    .second-container p.only-qaraa {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.275px;
    }

    .custom-margin-home p.only-qaraa-text,
    .second-container p.only-qaraa-text {
        font-feature-settings: "liga" off;
        font-size: 36px !important;
        font-weight: 800;
        line-height: 45px;
    }

    .second-container p.only-qaraa-description {
        font-feature-settings: "liga" off;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    #monthly-report .report-item,
    #who-we-help .info-chat {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .w-65 {
        width: auto;
    }

    #containerAround div div {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1204px) {
    /* .material h2,
    .material p,
    .owl-carousel-1 {
        width: 75% !important;
        } */
}

@media (min-width: 1400px) {
    #home .justify-content-center {
        place-self: center;
    }
}
#pray {
    position: relative;
    width: 100%;
}
#pray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/scholarship/img/pray.webp");
    background-size: cover;
    background-position: center;
    /* Filter hanya untuk background image */
    filter: grayscale(100%) brightness(0.6) contrast(1.2);
    z-index: 1;
}
#pray div {
    position: relative;
    width: 100%;
    z-index: 2;
}
#pray .text-prayer {
    line-height: 150%;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3rem 2rem;
}
.modal-header.audio-player {
    border-bottom: none;
}

.custom-modal-fasih {
    height: 150px;
}

.btn-fasih {
    border: none;
    color: #fff;
    background-color: #ffbc1e;
    border-radius: 10px;
    padding: 1rem;
}

.custom-border-fasih {
    border: 1px solid #dadfe6;
    border-radius: 10px;
}

.sound-check {
    border: none;
    border-top: 1px solid #dadfe6;
    background-color: #fff;
    padding: 1rem;
}

.arabic-size-2 {
    font-size: 28px;
}

.teacher-voice {
    border-left: 0 solid #dadfe6;
    border-bottom-right-radius: 10px;
}

.your-voice {
    border-right: 0.5px solid #dadfe6;
    border-bottom-left-radius: 10px;
}

.audio-active-button {
    background-color: #ffbc1e0d;
}

.star-color-2 {
    color: #16c79a;
}

.star-color-3 {
    color: #6f4a8e;
}

.star-color-4 {
    color: #2abbea;
}

.star-color-5,
.x-color {
    color: #e8505b;
}

.star-color-6 {
    color: #eff1f6;
}

.star-size {
    width: 25px;
}

.correction-note {
    background-color: rgba(167, 96, 255, 0.15);
    border-radius: 6px;
    font-size: 14px;
    color: #8c30f5;
}

.textPrimary2 {
    color: var(--textPrimary2);
}

.custom-radius-footer h1,
.textPrimary {
    color: var(--textPrimary);
}

.size-audio-icon {
    font-size: 25px;
}

.crop-bottom {
    margin-bottom: 0;
    padding-right: 15%;
}

.custom-radius-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer-copyright {
    color: var(--Text-Gray-300, #d9dbe1);
    font-feature-settings: "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 576px) {
    .crop-bottom {
        margin-bottom: 0;
        margin-right: -50%;
    }

    .navbar {
        background-color: #fff;
    }

    .background-gradient {
        width: 100%;
        object-fit: cover;
    }

    .custom-margin-footer {
        padding-bottom: 1rem;
    }

    .content-section-7 {
        place-content: center;
    }

    #carousel-7 .content-section-7 .d-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.width-36 {
    width: 36px;
}

.width-100 {
    width: 100px;
}

.subtitle-email,
.title-name {
    width: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

.upgrade-pro {
    border: 1px solid #8c30f5;
    color: #8c30f5;
    font-weight: 600;
    background: #fff;
    border-radius: 7px;
}

.custom-dropdown-width-header {
    width: 330px !important;
    box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
}

.custom-border-dropdown {
    border-top: 1px solid #e5e5e5 !important;
}

.custom-logout-button {
    border: 1px solid #e8505b;
    color: #e8505b;
    font-weight: 600;
    background: #fff;
    border-radius: 7px;
}

.footer-p {
    color: var(--Text-Gray-200, #eeeff4);
    font-feature-settings: "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.custom-ads {
    background-image: url("/qaraa-web/img/tahsin.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #8c30f5;
}

.carousel-3-width {
    aspect-ratio: 399/291;
    box-shadow: 4.803250312805176px 3.8425991535186768px 38.426002502441406px 0
        #00000014;
}

#price-list .br1 {
    background: #8c30f5;
}

#price-list .br2 {
    background: #8001ff;
}

#price-list .br1,
#price-list .br2 {
    border-radius: 11.5px 11.5px 0 0;
    height: 16px;
}

.accordion-item .accordion-button {
    border-radius: 0;
    background-color: transparent;
    border-width: 1.5px 0;
    font-weight: 600;
    padding: 1.25rem;
    line-height: 149.5%;
    border-style: solid;
    border-color: #e4e4eb;
}

.accordion-body {
    padding: 1.25rem;
}

.accordion-body p {
    padding-bottom: 1rem;
    color: #000;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-position: bottom;
}

.accordion-button.collapsed::after {
    background-position: center;
}

.accordion-button:focus,
.accordion-button:not(.collapsed),
button.accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: 0;
    color: #000;
}

th {
    border-color: inherit;
    border-style: none !important;
    border-width: 0;
}

.subscribe-button-1,
.subscribe-button-1:active,
.subscribe-button-1:focus {
    border-radius: 7px;
    font-weight: 600;
    color: #9b55f3 !important;
}

.card-subscribe-1 {
    background-color: #fff;
    border-radius: 10px;
}

#firstPackage,
#secondPackage,
#thirdPackage {
    border-radius: 10px;
    margin-top: 3rem;
}

.s1 p.textPrimary,
.s2 p.textPrimary {
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 130%;
}

.check-color {
    color: #2dc515;
}

.selected-package {
    border: 1px solid #8c30f5 !important;
    background: rgba(167, 96, 255, 0.06);
}

.custom-rotate-subscribe {
    transform: rotate(180deg);
}

.index-top {
    z-index: 15;
}

.custom-margin-section-7 {
    margin-bottom: 12rem;
    margin-top: 12rem;
}

.textPrimaryColor,
.text-navbar:hover,
.custom-nav-link.active,
.custom-nav-link:hover,
.c-primary,
.c-primary:focus,
.text-primary-subscribe {
    color: var(--textPrimaryColor) !important;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.img-section1 {
    border-radius: 100px;
    background: #f4f5f7;
}

.program-scholarship,
.material {
    display: flex;
    flex-direction: row;
}
.material {
    padding: 1rem;
    align-items: center;
    border-radius: 1rem;
}

.material p {
    font-weight: 400;
}

.material h6 {
    font-weight: 600;
}

.material h6,
.material p {
    margin-bottom: 0 !important;
    color: var(--textPrimary2);
    font-feature-settings: "liga" off;
    font-style: normal;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.i-frame {
    width: 100%;
    aspect-ratio: 1;
}

.user-1,
.user-2,
.user-3,
.user-4,
.user-5 {
    font-weight: 700;
    font-size: var(--size-26);
    color: #f2f3f7;
    width: var(--circle-user-size-large);
    aspect-ratio: 1;
}

.user-1 {
    background-color: #ff7171;
}

.user-2 {
    background-color: #71a1ff;
}

.user-3 {
    background-color: #78e16f;
}

.user-4 {
    background-color: #9074ff;
}

.user-5 {
    background-color: #ff74d8;
}

.card-padding-slider {
    padding: var(--card-padding-large);
}

@media (max-width: 991.98px) {
    .button-joins {
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
        border-radius: 10px !important;
    }

    .material h6,
    .material p {
        width: 100%;
    }

    .textSize {
        text-align: center;
        font-feature-settings: "liga" off;
        font-size: 16.014px !important;
        font-weight: 400;
        line-height: 25.622px !important;
    }

    .beasiswa-qaraa {
        margin-top: 3rem;
        background-image: none;
    }

    .beasiswa-qaraa .w-80 {
        text-align-last: center;
    }

    .iti {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    #carousel-7,
    .four-container,
    .second-container,
    .third-container {
        padding: 0 1.5rem;
    }

    .crop-bottom {
        margin-bottom: 0;
        padding-right: 5%;
    }

    .custom-ads {
        background-image: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #8c30f5;
    }

    .carousel-3-width {
        aspect-ratio: 399/291;
    }

    .custom-border-dropdown {
        padding: 1rem 0 0;
    }

    .size-15 {
        font-size: 10px !important;
    }

    .size-40,
    .size-44 {
        font-size: var(--size-34) !important;
    }

    .size-54 {
        font-size: 36px !important;
    }

    .size-57 {
        font-size: var(--size-44);
    }

    .size-64 {
        font-size: var(--size-54);
    }

    .user-1,
    .user-2,
    .user-3,
    .user-4,
    .user-5 {
        font-weight: 700;
        font-size: var(--size-26);
        color: #f2f3f7;
        width: var(--circle-user-size-medium);
        aspect-ratio: 1;
    }

    .user-1 {
        background-color: #ff7171;
    }

    .user-2 {
        background-color: #71a1ff;
    }

    .user-3 {
        background-color: #78e16f;
    }

    .user-4 {
        background-color: #9074ff;
    }

    .user-5 {
        background-color: #ff74d8;
    }

    .card-padding-slider {
        padding: var(--card-padding-medium);
    }

    .mt-card {
        margin-top: 3rem;
    }
}

@media (max-width: 575.98px) {
    .modal-menu-confirm .hadits p {
        font-size: 11px !important;
    }
    .program-scholarship p {
        font-size: 16px !important;
    }

    #partner .custom-margin-home {
        padding-top: calc(
            var(--device-height) -
                calc(var(--device-height) - (0.3 * var(--header-size)))
        );
    }

    #what-is-qaraa h2.custom-transition-1-5 {
        font-size: 28px !important;
        font-weight: 800;
        line-height: 42.252px;
    }

    .material {
        background: white;
        border: 1px solid #b8bcdb40;
        gap: 0.75rem;
    }

    .material p {
        font-size: 12.459px;
        font-style: normal;
        line-height: 16.996px;
        /* 162.5% */
    }

    #who-we-help .info-chat {
        width: 100%;
    }

    .img-section1 {
        padding: 0.75rem 1.1rem;
        width: 50px;
        height: 50px;
    }

    .carousel-3-width {
        aspect-ratio: 300/291;
    }

    .py-10 .size-34.title {
        font-size: 30px !important;
    }

    .user-1,
    .user-2,
    .user-3,
    .user-4,
    .user-5 {
        font-weight: 700;
        font-size: var(--size-26);
        color: #f2f3f7;
        width: var(--circle-user-size);
        aspect-ratio: 1;
    }

    .user-1 {
        background-color: #ff7171;
    }

    .user-2 {
        background-color: #71a1ff;
    }

    .user-3 {
        background-color: #78e16f;
    }

    .user-4 {
        background-color: #9074ff;
    }

    .user-5 {
        background-color: #ff74d8;
    }

    .card-padding-slider {
        padding: var(--card-padding);
    }

    .w-65 {
        height: 80vh !important;
    }

    .label-info-2 {
        font-size: 11px;
    }
}

.cookie-modal {
    z-index: 1500;
}

.bg-gray-2 {
    background-color: var(--grey-2);
}

.ratio-1 {
    aspect-ratio: 1;
}

/* Border Pulse Animation - Regular Pattern Like Image */
@keyframes pulseRing {
    0% {
        transform: scale(1.02);
        opacity: 0.8;
        border: 4px solid #7212e0;
    }
    100% {
        transform: scaleX(1.05) scaleY(1.3);
        opacity: 0.6;
        border: 4px solid #7212e0;
    }
}

.pulse-border-delay-2:hover {
    color: white;
}
.pulse-border-delay-2 {
    position: relative;
    overflow: visible;
    border-radius: 50px;
}

.pulse-border-delay-2 span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #7212e0;
    left: 0;
    top: 0;
    border-radius: inherit;
    opacity: 0.8;
    animation: pulseAnimation 4s ease-out infinite;
    animation-delay: calc(1s * var(--i));
}

@keyframes pulseAnimation {
    100% {
        opacity: 0;
        transform: scaleX(1.09) scaleY(1.4);
    }
}
/* .pulse-border-delay-2::before,
.pulse-border-delay-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
}

.pulse-border-delay-2::before {
    animation: pulseRing 2s linear infinite;
    animation-delay: 0s;
}

.pulse-border-delay-2::after {
    animation: pulseRing 2s linear infinite;
    animation-delay: 1s;
} */
