@font-face {
    font-family: 'SF Pro Display';
    src: url('/fonts/SF-Pro-Display-Regular.woff2') format('woff2'),
        url('/fonts/SF-Pro-Display-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


/* LOGIN SIGNUP PAGES START HERE  */
.input-box i {
    color: #000000 !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: inherit !important;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

.loginbg {
    background: url(../img/new-background.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #750223;

}

.login-box {
    background-color: #D5B457;
    padding: 40px 30px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 440px;
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 30px;
}

.login-box h2 {
    margin-bottom: 25px;
    font-size: 35.73px;
    color: black;

    font-family: 'SF Pro Display', sans-serif;
}

.input-box {
    position: relative;
}

.input-box input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #CDCDCD;
    background: rgba(255, 255, 255, 20%);
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.input-box input::placeholder {
    color: #000000;
}

.otpbox input {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 58.33px;
    height: 58.33px;
    text-align: center;
    border: 1px solid #cdcdcd;
    background: rgba(255, 255, 255, 20%);
    border-radius: 10px;
    outline: none;
    color: #fff;
    font-size: 15px;
}

.widthclass {
    width: 470px !important;
}


.input-box label {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.input-box input:focus~label,
.input-box input:valid~label {
    top: -10px;
    left: 18px;
    color: #fff;
    font-size: 12px;
}

.input-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
}

.forgot {
    margin-bottom: 20px;
    margin-top: 10px;
}

.forgot a {
    text-decoration: none;
    color: #fefefe;
    font-size: 13.36px;
    padding-left: 18px;
    font-family: "Inter", sans-serif;
}

.forgot a:hover {
    text-decoration: underline;
}

.login-btn {
    background-color: #750223;
    border: none;
    color: white;
    height: 54.88px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 18.7px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    border: 1px solid #CDCDCD;
}

.dontacc {
    color: #000000;
    font-size: 14.36px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.dontacc a {
    text-decoration: none;
    color: inherit;
}

.dontacc a:hover {
    text-decoration: underline;
}

.resendcode {
    color: #fefefe;
    font-size: 18.7px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    text-align: center;
}

.ecllipse {
    position: absolute;
    top: 0;
    right: 0;
}

.ecllipse img {
    width: 250px;
    height: 250px;
}

.ecllipse2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ecllipse2 img {
    width: 250px;
    height: 250px;
}

@media (max-width: 480px) {

    .login-box h2 {
        font-size: 32.73px;
        color: #fff;
    }

    .login-box {
        padding: 40px 6px 20px;
        width: 95%;
    }

    .widthclass {
        width: 95% !important;
    }

    .otpbox input {
        width: 40px !important;
        height: 40px !important;
    }

    .modal-content {
        width: 95% !important;
    }
}

@media (min-width: 481px) and (max-width: 992px) {

    .login-box {
        padding: 40px 23px 20px;
        width: 400px;
    }

    .widthclass {
        width: 450px !important;
    }

    .otpbox input {
        width: 55px !important;
        height: 55px !important;
    }

    .dontacc {
        font-size: 13px;
    }

    .modal-content {
        width: 90% !important;
    }
}

@media (min-width: 993px) and (max-width: 1250px) {

    .login-box {
        padding: 40px 23px 20px;
        width: 400px;
    }

    .modal-content {
        width: 93% !important;
    }
}

/* Hide the arrows in WebKit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Additional reset to prevent a potential workaround for hiding */
input[type="number"] {
    -moz-appearance: textfield;
    /* For Firefox */
}

.modal-header {
    background: #3e5f82;
}

.modal-title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}



.subcriptionbox {
    background: #fff;
    width: 385.05px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 47%);
    border-radius: 11.36px;
    padding: 20px 10px;
}

.subcriptionbox h2 {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: bold;
}

.subcriptionbox h1 {
    font-size: 53px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: bold;
}

.subcriptionbox h1 span {
    font-size: 26px;
    color: #000000;
}

.subcriptionbox p {
    font-size: 16px;
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

.subcriptionbox button {
    width: 100%;
    border: none;
    height: 56.79px;
    color: #fff;
    background-color: #3E5F82;
    border-radius: 64.43px;
    font-size: 19px;
}

.subcriptionbox button i {
    font-size: 13px;
}

/* FOOTER SESSION START  */
.footer-anchors {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
    width: fit-content;
    text-wrap: nowrap;
}

.footer-anchors::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    top: 23px;
    height: 4px;
    background-color: white;
    transition: all 0.3s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-anchors:hover::after,
.footer-anchors.active::after {
    width: 100%;
    left: 0px;
}

.footer-head {
    font-size: 31px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    text-wrap: nowrap;
    color: white;
}

.footer-anchors {
    font-family: 'Inter', sans-serif;
    font-weight: 100 !important;
    font-size: 15px;
    color: #FFFFFF !important;
}

.footer-para {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    color: #FFFFFF !important;
}

.footer-bt {
    background-color: white;
    color: #750223;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    height: 47px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.footer-bg {
    background-color: #800020;
    height: fit-content;
}




/* HEADER SESISON START  */








.user-pro {
    width: 65px;
}

.nav-link {
    color: white !important;
}

.offcanvas-body {
    background-color: white;
}


.for-canvas {
    color: #000 !important;
}

.offcanva-logo {
    width: 100px;
}

.nav-anchors {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
    width: fit-content;
}

.nav-anchors::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    top: 30px;
    height: 8px;
    background-color: #800020;
    transition: all 0.3s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-anchors:hover::after,
.nav-anchors.active::after {
    width: 100%;
    left: 0px;
}

.nav-anchors.active {
    color: black;
    font-weight: bold;
}

a {
    text-decoration: none !important;
}

.nav-parents {
    display: flex;
    gap: 40px;
    align-items: center;
}

.header-logo {
    width: 110px;
    height: 144px;
    position: relative;
    bottom: 30px;
}

.header-anchor {
    height: 108px;
}

.line {
    width: 100%;
    height: 30px;
}

.navbar-toggler {
    border: none;
    background: transparent;
}

.navbar-toggler-icon {
    width: 30px;
    height: 3px;
    display: block;
    position: relative;
    font-size: 30px;
    color: #750223;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    width: 30px;
    height: 3px;

    position: absolute;
    left: 0;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    bottom: -8px;
}

.buts {
    border: none;
    width: 185px;
    height: 55px;
    background-color: #750223;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.nav-anchors {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* Regular */
    color: black;
    font-size: 17px;
    text-decoration: none;
}

.borders {
    border-bottom: 1px solid #750223;
}

/* FIRST SESSION START  */


.carousel-controls {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 10px;
    border-radius: 10px;
}

.radio-container {
    display: flex;
    align-items: center;
}

.radio-container input[type="radio"] {
    display: none;
}

.radio-container .checkmark {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    padding: 2px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.radio-container .checkmark::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.radio-container input[type="radio"]:checked+.checkmark {
    width: 28px;
    /* Increase size when active */
    height: 28px;
    padding: 6px;
    /* Add extra padding inside */
}

.radio-container input[type="radio"]:checked+.checkmark::before {
    background-color: white;
}

.radio-container input[type="radio"]:checked+.checkmark::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-top-left-radius: 50%;
    /* Keep it rounded at top-left */
    background-color: transparent;
}


.first-bg {
    background-image: url(../img/church-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

.first-text-1 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding-top: 230px;
    letter-spacing: 3px;
    margin-bottom: 0px !important;
}

.second-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 61px;
    color: black;
    line-height: 65px;
}

.dummy-para {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 40%;
    font-size: 16px;
    color: gray;
    margin-bottom: 0;
}

.first-bt {
    border: none;
    width: 223px;
    height: 55px;
    background-color: transparent;
    color: white;
    font-family: 'Poppins', sans-serif;
    color: #750223;
    border: 1px solid #750223;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.second-bt {
    border: none;
    width: 223px;
    height: 55px;
    background-color: transparent;
    color: #750223;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #750223;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.first-bt:hover {
    color: white;
    background-color: #750223;
    transition: all 0.3s ease-in-out;
}

.second-bt:hover {
    color: white;
    background-color: #750223;
    transition: all 0.3s ease-in-out;
}



/* SECOND START  */
.session-first {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding-top: 140px;
    letter-spacing: 3px;
    margin-bottom: 0px !important;
    text-align: center;
}

.how-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 61px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.cards-parents {
    border: 1px solid #750223;
    width: 347px;
    padding: 31px;
    height: 306px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.cards-parents:hover .card-text-1,
.cards-parents:hover .cards-para {
    color: black;
}

.cards-parents:hover {
    background-color: #D5B457;
    cursor: pointer;
}

.custom-cards-hover:hover {
    border: 3px dashed #750223;
}

.custom-cards-hover {
    padding: 10px;
    border: 3px dashed white;
    transition: all 0.3s ease-in-out;
}

.card-text-1 {
    font-family: 'El Messiri', sans-serif;
    font-size: 30px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.cards-para {
    font-size: 14px;
    color: gray;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    text-align: center;

}

/* THIRD SESION START  */
.third-bg {
    background-color: #D5B457;
    width: 40%;
    height: 500px;
}

.row-margin {
    margin-top: 120px;
}

.video-setting {
    position: absolute;
    left: 0px;
    top: 40px;
}



.third-text-1 {
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 19px;
    padding-left: 140px;
    padding-top: 85px;
}

.commit-head {
    font-family: 'El Messiri', sans-serif;
    font-size: 61px;
    color: black;
    padding-left: 140px;
    line-height: 37px;
    text-wrap: nowrap;
}

.brown-para {
    padding-left: 140px;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;

}

.video-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: gray;
    width: 52%;
}

.last-bt-now {
    border: none;
    width: 185px;
    height: 55px;
    background-color: transparent;
    color: #750223;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: pointer !important;
    z-index: 99999;
    position: absolute;
    z-index: 1;
    border: 1px solid #750223;
}

.last-bt-now:hover {
    color: white !important;
    background-color: #750223 !important;
    transition: all 0.3s ease-in-out !important;
}

.hand-shake {
    position: absolute;
    right: 185px;
    top: 400px;
}

.image-container {
    position: relative;
    display: inline-block;
}



.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
}

.d-none {
    display: none;
}

/* NEWLY ADD SESSION  */
.newly-bg {
    background-color: #A1662F;
    height: fit-content;
    margin-top: 500px;
}

.for-newly-video {
    margin: auto;
    display: flex;
    justify-content: center;

}

.newly-bg {
    display: none;
}

.about-text {
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.commit-new {
    font-family: 'El Messiri', sans-serif;
    font-size: 45px;
    color: black;
    line-height: 37px;
}

.brown-new {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.last-new {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;

}

.last-bt-new {
    border: none;
    width: 185px;
    height: 55px;
    background-color: white;
    color: #A1662F;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.swiper-slide {
    margin-right: 20px !important;
}

.last-image {
    display: flex;
    margin: 0 auto;
}

.for-showing {
    display: none;
}

/* AFTER SESSION START  */

.request-p {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    text-align: center;
    padding-top: 385px;

}

.prayer-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 61px;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}

.prayer-para {
    color: gray;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.last-cards-parent {
    width: 380px !important;
    height: 553px;
    border: 1px solid #750223;

}
.last-cards-parent2{
    width: 380px !important;
    border: 1px solid #750223;
    padding-bottom: 10px;
}

.hand-images {
    width: 100%;
    height: 346px;
    border-radius: 10px;
}

.user-name {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px !important;
}

.user-email {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: gray;
    margin-bottom: 0px !important;
    line-height: 5px;
}

.follow-user {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
    color: #750223;
}

.user-heading {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}

.users-para {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: gray;
}

.followers {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: black;
    margin-bottom: 0px !important;
}

.inside-border {
    /* width: 395px; */
    height: 44px;
    background-color: #D9D9D9;
}

.prayer-bt {
    border: none;
    width: 223px;
    height: 55px;
    background-color: transparent;
    color: #750223;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #750223;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.prayer-bt:hover {
    background-color: #750223;
    color: white;
    transition: all 0.3s;
}

/* LAST SESSION START  */
.second-last-bg {
    background-color: #D5B457;
    margin-top: 90px;
    height: fit-content;
    padding-bottom: 30px;
}

.last-request {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 0px !important;
}

.last-prayer-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 61px;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.user-heading-new {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px !important;
}

.last-cards-parent-new {
    width: 420px;
    /* height: 538px; */
    padding-bottom: 10px;
    border: 1px solid #D5B457;
    background-color: #FFFFFF;
}

.end-bt {
    width: 96%;
    height: 44px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 22px;
    border: none;
    color: white;
    background-color: #D5B457;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.alter-group-bt {
    width: 196px;
    height: 44px;
    background-color: transparent;
    color: #D5B457;
    font-size: 22px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    border: none;
    border: 1px solid #D5B457;
}

.alter-group-bt-2 {
    width: 201px;
    height: 44px;
    background-color: #D5B457;
    color: white;
    font-size: 22px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    border: none;
    border: 1px solid #D5B457;
}





/* ENDING LAST SESSION  */
.ending-text {
    color: black;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 0px;

}

.ending-head {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 61px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 0;

}

.ending-last-bg {
    background-color: #D5B457;
    height: fit-content;
    padding-bottom: 20px;
    padding-top: 0px;
}

.ending-cards-parent {
    border: 1px solid #800020;
    width: 375px !important;
    height: 420px;
    background-color: white;
    padding: 35px;
}

.john-smith {
    display: flex;
    margin: 0 auto;
}

.smith-name {
    font-size: 26px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.smith-para {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    font-family: 'Inter', sans-serif;
    color: gray;
}

.stars {
    display: flex;
    margin: 0 auto;
}

.left-sticks {
    position: absolute;
    left: 20px;
    top: -15px;
}

.bottom-sticks {
    position: absolute;
    right: 20px;
    bottom: -13px;
}

.last-end-bt {
    width: 173px;
    height: 43px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 15px;
    background-color: white;
    color: #A1662F;
    border: none;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.last-end-bt:hover {
    background-color: #A1662F;
    color: white;
}

/* REQUEST PAGE START  */
.request-bg {
    background: url(../img/request-bg.svg);
    background-position: center;
    background-size: cover;
    height: 430px;
    background-repeat: no-repeat;
}

.request-text {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    padding-top: 150px;
    margin-bottom: 0;
}

.request-heading {
    text-align: center;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 64px;
}

.for-request-mg {
    margin-top: 100px;
    width: 100%;
}

.inside-border-request {
    width: 90%;
    margin: 0 auto;
    height: 44px;
    background-color: #D5B457;
}

.request-lt-head {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
    padding-top: 80px;
    padding-bottom: 20px;
    cursor: pointer;
}

.extra-content {
    overflow: hidden;
    display: none;
    /* Initially hidden */
}

.view-less {
    cursor: pointer;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
}

/* GROUP PAGE START  */

.search-container {
    position: relative;
    width: 923px;
    margin: 20px;
    height: 67px;
    display: flex;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding-left: 50px;
    border: 8px solid #bfbaba;
    outline: none;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.search-input::placeholder {
    color: black;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 22px;
    cursor: pointer;
}

/* MODAL PAGE START  */
.modal-parent {
    width: 400px;
    height: 370px;
    background-color: white;
    flex-direction: column;
    box-shadow: 1px 1px 10px 4px lightgray;
    padding-bottom: 15px;
}

.modal-radius {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    background-color: #D5B457;
    display: flex;
    margin: 0 auto;
}

.modal-text {
    color: #000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.modal-para {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    text-align: center;
}

.ribbon {
    display: flex;
    margin: 0 auto;
    width: 80px;
}


.modal-radius {
    position: relative;
    text-align: center;

}

.ribbon {
    animation: rotate 2s linear infinite;
    /* Infinite rotation */
}

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

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


#countdown {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: black;
    font-family: 'Inter', sans-serif;
}


/* MODAL  */
/* Overlay (Background RGB) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* RGB Overlay Effect */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

/* Modal Styling */
.modal-parent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.modal-parent.show {
    opacity: 1;
    visibility: visible;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-radius {
    text-align: center;
}

.open-modal-btn {
    padding: 10px 20px;
    background-color: #D5B457;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}




/* HASEEB PAGE  */


/*  profile page setup  start */

.profilebg {
    background: url(../img/profilebg.svg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.loginform {
    border: 5px solid #750223;
    width: 650px;
    background: #d5b457;
    border-radius: 20px;
    padding: 40px;
}

.profileimg {
    width: 142px;
    height: 142px;
    border-radius: 100px;
}

.dropdown {
    border: 1px solid #750223;
}

.dropdown-toggle {
    color: #fff;
    background: #750223;
    font-size: 18px;
    border: none;
    height: 42px;
    width: 175px;
}

.dropdown-menu.show {
    background: #d5b457;
    width: 175px;
    border: 1px solid #750223;
}

.dropdown-menu.show h3 {
    font-size: 18px;
}

.dropdown-menu.show li:hover {
    background: transparent;
}

.dropdown-item:focus {
    background: transparent;
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 5px;
}

.editprofile {
    position: absolute;
    bottom: 0;
    right: 0;
}

.editprofile img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.radioinput[type="radio"] {
    height: 22px;
    width: 22px;
    margin-bottom: 3px;
}

.radioinput[type="radio"]:before {
    width: 22px;
    height: 22px;
    background: #d5b457;
    border: 1px solid #750223;
    border-radius: 100%;
    content: "";
    position: absolute;
}

.radioinput[type="radio"]:after {
    opacity: 0;
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: #750223;
    border: 1px solid #750223;
    border-radius: 100%;
    top: 4px;
    left: 4.5px;
}

.radioinput[type="radio"]:checked:after {
    opacity: 1;
}

.inputs input {
    background: #ffffff;
    font-family: "Inter", sans-serif;
    height: 58px;
    font-weight: 400;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    font-size: 15.14px;
    color: #1e1e1e;
    outline: none;
    padding: 0px 28px;
}

.inputs input::placeholder {
    color: #1e1e1e;
}

.eyeicon {
    position: absolute;
    right: 28px;
    top: 20px;
    cursor: pointer;
    font-size: 20px;
}

.mapicon {
    position: absolute;
    left: 28px;
    top: 19px;
    width: 20px;
    height: 20px;
}

.updatebtn {
    height: 58px;
    border-radius: 10px;
    background: #750223;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18.7px;
    font-weight: bold;
    border: none;
}

/* profile page setup  end */

/* prayerRequest start */
.prayerRequestbg {
    background: url(../img/prayerRequestimg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.prayerrequestbox {
    width: 850px;
    margin: 20px 0px;
    border: 5px solid #750223;
}

.prayerrequestbox h2 {
    height: 110px;
    text-transform: capitalize;
    background: #750223;
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    padding: 20px 30px;
}

.typingbox {
    background: #ffffff;
    padding: 15px 30px;
}

.typingbox h3 {
    font-size: 43px;
}

.typingbox p {
    color: rgba(0, 0, 0, 30%);
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.typinginput {
    font-size: 28px;
    color: rgba(0, 0, 0, 30%);
    outline: none;
    border: none;
    width: 100%;
}

.typinginput::placeholder {
    color: rgba(0, 0, 0, 30%);
}

.categories-container {
    width: 175px;
    border: 1px solid #750223;
    /* padding: 10px; */
    background-color: #fff;
}

.categories-header {
    background-color: #750223;
    color: #fff;
    padding: 10px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.remainder {
    background-color: #750223;
    color: #fff;
    padding: 10px 20px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: fit-content;
}

.category-option {
    display: flex;
    align-items: center;
    margin: 8px 0;
    padding: 0px 10px;
}

.category-option input[type="radio"] {
    margin-right: 10px;
    accent-color: #750223;
    transform: scale(1.3);
}

.category-option label {
    font-size: 16px;
    color: #000;
    font-family: "Inter", sans-serif;
}

.privacy-container {
    width: 173px;

    background-color: #fff;
}

.privacy-header {
    background-color: #750223;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.privacy-header span {
    font-size: 16px;
}

.privacy-header .dropdown-arrow {
    font-size: 12px;
}

.privacy-options {
    display: none;
    padding: 5px 10px;
    border: 1px solid #750223;
}

.privacy-option {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.privacy-option input[type="radio"] {
    margin-right: 10px;
    accent-color: #750223;
    transform: scale(1.3);
}

.privacy-option label {
    font-size: 16px;
    color: #000;
    font-family: "Inter", sans-serif;
}

.margin-top {
    margin-top: 120px;
}

.imgbox {
    width: 55px;
    height: 50px;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attachimg {
    width: 45px;
    padding: 5px;
    cursor: pointer;
}

.postbtn {
    height: 50px;
    background: #d5b457;
    color: #fff;
    width: 60px;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 23px;
}

.inputtype {
    height: 50px;
    border: none;
    background: #e8e8e8;
    font-size: 20px;
    color: #000;
    padding-left: 15px;
    outline: none;
}

.inputtype::placeholder {
    color: #000;
}

/* prayerRequest end */
/* haseeb css end  */

/* PRIVACY POLICY PAGE  */
/* FAQ PAGE */

.faq-section {
    padding: 40px 0;
}

.container {
    /* width: 80%; */
    /* margin: 0 auto; */
}

.frequent-h1 {
    margin-bottom: 40px;
    color: #800020;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    font-size: 45px;
}

.faq-container {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.faq-title {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #800020;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    font-family: 'Poppins', sans-serif !important;
}

.faq-title:hover {
    background-color: #800020;
    transition: all 0.3s ease-in-out;
}

.faq-content {
    display: none;
    padding: 10px 15px;
    background-color: white;
    color: black;
    font-size: 16px;
    box-shadow: 1px 4px 10px 4px lightgray;
    font-family: 'Poppins', sans-serif !important;
}

.faq-content.active {
    display: block;
}

.arrow {
    font-size: 20px;
    transition: transform 0.3s;
}

.arrow.rotate {
    transform: rotate(90deg);
}

/* PRIVACY POLICY PAGE */
.second-text {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 70px;
    color: white;
    text-align: center;
}



.header-description {
    text-align: center;
    font-size: 1.2rem;
}

.info-item {
    font-family: 'Poppins', sans-serif !important;
}

.content {
    padding: 40px 0;
}

.privacy {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif !important;
    color: #800020;
    font-weight: bold;
}

.section-title {
    font-size: 1.8rem;
    margin-top: 20px;
    color: #800020;
    font-family: 'Poppins', sans-serif !important;
}

.section-paragraph {
    font-size: 1rem;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.info-list {
    padding-left: 20px;
}

.info-item {
    font-size: 1rem;
    margin-bottom: 10px;
}

.contact-link {
    color: #800020;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.background-privacy {
    background-color: white;
    color: black;
}


/* TERMS AND CONDITIONS PAGE */
.header-title {
    color: #800020;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    font-size: 45px;

}

.section-title {
    font-size: 24px;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif !important;
}

.intro-text {
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.subheading {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #800020;
}

.paragraph {
    color: black;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.features-list {
    margin: 15px 0;
    padding-left: 20px;
}

.feature-item {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif !important;
}

/* OWL CAROUSEL  */
/* .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 48%;
    background: none;
    width: 100%;
}

.pre-image {
    width: 60px;
    height: 60px;
}

.next-image {
    width: 60px;
    height: 60px;
}

.owl-carousel {
    display: block !important;
}

.owl-carousel .owl-item img {
    display: inline !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav .owl-next {
    right: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
    background: none !important;
}

.owl-carousel .owl-item .user-face {
    width: auto !important;
}

.owl-carousel .owl-item .dummies-pics {
    width: auto !important;
}

.user-face {
    width: 75px;
}

.dummies-pics {
    width: 20px;
}

.owl-carousel {
    width: auto !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex !important;
} */

.pre-image {
    width: 55px !important;
    height: 55px !important;
}

.image-set {
    position: absolute;
    left: -10px;
    top: 52%;
}

.image-set-2 {
    position: absolute;
    right: -10px;
    top: 52%;
}

.next-image {
    width: 55px !important;
    height: 55px !important;
}

.slider-wrapper {
    overflow: hidden;
}

.swiper {
    padding-left: 20px;
    padding-right: 20px;
}


.card-list .card-item .message-button:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: #fff;
}



.slider-wrapper .swiper-slide-button:hover {
    color: #4658ff;
}

@media (max-width: 768px) {
    .slider-wrapper {
        margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slide-button {
        display: none;
    }
}

/* VIDEO  */
.video-container {
    position: relative;
    width: 400px;
    height: 350px;
}

.video-thumbnail {
    width: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    display: block;
    background: none;
}

.video-iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}






/* TESTI  */
/* First carousel specific styles */
.custom-carousel-one .owl-item.center .ending-cards-parent {
    transform: scale(1.1);
}

.custom-carousel-one .owl-item:not(.center) .ending-cards-parent {
    transform: scale(0.8);
}


.custom-carousel-one .owl-item .ending-cards-parent img,
.custom-carousel-two .owl-item .ending-cards-parent img {
    width: auto;
    /* Ensure images don't stretch */
    height: auto;
    /* Maintain aspect ratio */
}


/* Non-active cards: Apply scaling and opacity to make them smaller and less visible */
.custom-carousel-one .owl-item:not(.center) .ending-cards-parent,
.custom-carousel-two .owl-item:not(.center) .ending-cards-parent {
    transform: scale(0.8);
    /* Smaller size for non-active cards */
}



/* Center (active) card: Ensure full width and height visibility */
.custom-carousel-one .owl-item.center .ending-cards-parent,
.custom-carousel-two .owl-item.center .ending-cards-parent {
    overflow: visible;
    transform: scale(1.1);
    opacity: 1;
    margin-top: 35px !important;
    height: 400px;

}

/* Non-active cards: Apply scaling and opacity to make them smaller */
.custom-carousel-one .owl-item:not(.center) .ending-cards-parent,
.custom-carousel-two .owl-item:not(.center) .ending-cards-parent {
    transform: scale(0.7);
}

.owl-carousel .owl-item {
    overflow: visible;
}

.owl-carousel .active {
    transform: scale(1.1);
    /* Slightly scale the active card */
    z-index: 10;
    /* Ensure the active card appears above others */
}

.owl-item.active.center {
    height: 480px !important;
}

.owl-item.cloned {
    width: 340px;
}

/* ABOUT US PAGE  */
.about-bg {
    background-image: url(../img/about-bg.svg);
    background-repeat: no-repeat;
    background-size: 67%;
    background-position: right;
    height: 620px;
    margin-bottom: 340px;
}

.aboutus-margin {
    margin-top: 0px;
}

.aboutus-video {
    position: absolute;
    left: 50px;
    top: 130px;
}

.about-us-pic {
    position: absolute;
    right: 155px;
    top: 450px;
}

.about-text-1 {
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 19px;
    padding-left: 115px;
    padding-top: 110px;
}


.about-text-2 {
    font-family: 'El Messiri', sans-serif;
    font-size: 61px;
    color: black;
    padding-left: 115px;
    line-height: 37px;
    text-wrap: nowrap;
}

.about-text-3 {
    padding-left: 115px;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    width: 685px;
}

.about-text-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: gray;
    width: 100%;
    padding-left: 35px
}

.about-borders {
    width: 485px;
    height: 200px;
}

.girl-about-pray {
    height: 561px;
    width: 530px;
}

.about-change {
    position: absolute;
    right: 63px;
    top: 505px;
}


















/* EVENTS PAGE START  */
.event-date {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 23px;
    text-decoration: underline;
    margin-bottom: 0;
}

.about-us-cards {
    width: 420px;
    height: fit-content;
    padding-bottom: 10px;
    border: 1px solid #D5B457;
    background-color: #FFFFFF;
}

.bottom-about {
    margin-top: 90px;
    margin-bottom: 90px;
}

/* FORUMS PAGE START  */
.forum-mt {
    margin-top: 60px;
    margin-bottom: 25px;
}

.forum-bt {
    background-color: #750223;
    color: white;
    width: 223px;
    height: 55px;
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 200;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none;
}

.forum-bt:hover {
    background-color: transparent;
    color: #800020;
    transition: all 0.3s;
    border: 1px solid #800020;
}

.forum-box-1 {
    background-color: #D5B457;
    width: 100%;
    height: fit-content;
    padding-bottom: 25px;
    border-radius: 10px;
}

.forum-h1 {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
    color: white;
}

.forum-taps-bt {
    width: 100%;
    height: 67px;
    border-radius: 10px;
    color: black !important;
    background-color: white !important;
    font-size: 22px !important;
    font-family: 'El Messiri', sans-serif !important;
    border: none;
    font-weight: bold !important;
    text-align: start;
    display: flex !important;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #800020 !important;
    color: white !important;
}

.inside-forums-boxes {
    /*width: 860px;*/
    height: fit-content;
    padding-bottom: 15px;
    background-color: white;
    border: 1px solid #A8A8A8;
    border-radius: 10px;
}

.forums-small {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #000;
    margin-bottom: 0;
}

.forums-small-second {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #928c8c;
    margin-bottom: 0;
    line-height: 8px;
}

.follow-text {
    color: #800020;
    font-size: 22px;
    font-weight: bold;
    font-family: 'El Messiri', sans-serif;
    text-decoration: underline;
}

.forum-box-h1 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font-family: 'El Messiri', sans-serif;
    margin-bottom: 0;
}

.forums-small-para {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #928c8c;
    margin-bottom: 0;
}

.inside-bg {
    background-color: #D5B457;
    width: 828px;
    padding: 13px;

}

.hum-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
}

.inside-second-box {
    /*width: 788px;*/
    height: fit-content;
    padding-bottom: 30px;
    background-color: white;
    border: 1px solid #A8A8A8;
    border-radius: 10px;
    /*margin-left: 70px;*/

}

.forums-small-changed {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    line-height: 7px;
}

.forums-small-second-changed {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #928c8c;
    margin-bottom: 0;
    line-height: 25px;
}

.follow-text-changed {
    color: #800020;
    font-size: 15px;
    font-weight: bold;
    font-family: 'El Messiri', sans-serif;
    text-decoration: underline;
    padding-right: 35px;
}

.forums-small-para-changed {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #928c8c;
    margin-bottom: 0;
    line-height: 21px;
    padding-left: 65px;
}

.lite-line {
    position: absolute;
    left: 246px;
}

/* PRAYER REQUEST DETAIL PAGE START HERE  */
.detail-bg {
    display: flex;
    margin: 0 auto;

}

.user-bg {
    width: 130px;
}

.detail-border {
    width: 100%;
    height: fit-content;
    margin-bottom: 75px;
}

.detail-text-1 {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;

}

.detail-text-2 {
    color: gray;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 0;
}

.details-bt {
    background-color: #800020;
    color: white;
    width: 240px;
    height: 52px;
    border-radius: 60px;
    text-align: center;
    font-size: 20px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    border: none;
}



.detail-dua {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: black;
}

.detail-pata-rd {
    color: gray;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.yell-bg {
    background-color: #d5b457;
    padding: 20px;
}

.users-images {
    width: 25px;
}

.users {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: black;
    margin-bottom: 0;
}

/* PRAYER GROUPS DETAIL PAGE START HERE  */
.group-detail-box {
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    border-radius: 20px;
}

.group-detail-head {
    color: #000000;
    font-size: 38px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 35px;

}

.custom-divs-text {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 27px;
}

.custom-divs {
    width: 366px;
    height: 82px;
    border-radius: 10px;
    background-color: white;
}

.divs-text-inside-1 {
    color: #000000;
    font-size: 22px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.divs-text-inside-2 {
    color: gray;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 5px;
}

.divs-follow {
    color: #800020;
    font-size: 22px;
    text-decoration: underline;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;

}

.second-mem {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 22px;
    text-wrap: nowrap;
}

.group-box {
    background-color: white;
    width: 366px;
    height: fit-content;
    padding-bottom: 25px;
    border-radius: 10px;
}


.green-fill-texts {
    font-size: 18px;
    color: black;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.join-bts {
    background-color: #D5B457;
    color: white;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    width: 366px;
    height: 44px;
    border: none;
}

.join-bts-2 {
    background-color: transparent;
    color: black;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    width: 366px;
    height: 44px;
    border: none;
    border: 1px solid black;
}

/* Basic styling for nav */
.nav-tabs-prayer {
    display: flex;
    list-style-type: none;
    padding: 0;
    border-bottom: 2px solid #ddd;
}

.nav-tabs-prayer li {
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    transition: color 0.3s;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.nav-tabs li.active {}

/* Active tab underline */
.nav-tabs-prayer li.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: #800020;
    border-radius: 2px;
}

/* Content display */
.tab-content-prayer {
    display: none;
}

.tab-content-prayer.active {
    display: block;
}

.ct-last-bt {
    width: 223px;
    height: 55px;
    background: transparent;
    border: 1px solid #800020;
    font-size: 16px;
    color: #800020;
    text-align: center;
    font-family: "Poppins", serif;
    font-weight: 200;
}

.for-group-mad {
    margin-top: 100px;
    margin-bottom: 60px;
}

.chat-box {
    width: 640px;
    height: fit-content;
    background-color: #F0F0F0;
    border-radius: 5px;
    padding-bottom: 35px;
}

.chat-box-2 {
    width: 640px;
    height: fit-content;
    padding-bottom: 35px;
    background-color: #F0F0F0;
    border-radius: 5px;
    margin-left: auto;
}

.chat-text-1 {
    color: #000000;
    font-size: 20px;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    margin-bottom: 0;

}

.chat-text-2 {
    color: #7e7e7e;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 5px;
}

.follow-user-new {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    color: #750223;
}

.chat-para {
    font-size: 15px;
    color: gray;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;

}

/* PROFILE BOX START  */
.user-profile-box {
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    border-radius: 20px;
}

.user-profile {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.use-prof-texts {
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
}

.use-prof-texts-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.text-mad {
    padding-top: 100px;
}

.pro-followers {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
}

.pro-followers-2 {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    text-decoration: underline;
}

.prof-mad {
    margin-top: 110px;
    margin-bottom: 55px;
}

/* FOLLOWERS PAGE START  */
.followers-text {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;

}

.followers-cards {
    background-color: #d5b457;
    width: 420px;
    height: 90px;
    border-radius: 10px;
}

.followers-para-lt {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
}

.followers-para-lt-2 {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 0;
}

/* TESTIMONAILS PAGE START HERE  */
.testimonials-parents {
    width: 420px;
    height: 400px;
    border: 1px solid #800020;
    background-color: white;
    padding: 30px;
    margin-top: 30px;
}

.testimonials-parents:hover {
    background-color: #750223;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.testimonials-parents:hover .test-text-1 {
    color: white;
}

.testimonials-parents:hover .test-para-2 {
    color: #FFFFFF;
}

.testimonials-parents:hover .test-scales {
    display: none;
}

.testimonials-parents:hover .white-scale-1 {
    display: block;
}

.testimonials-parents:hover .white-scale-2 {
    display: block;
}

.white-scale-1 {
    display: none;
    position: absolute;
    left: 20px;
    top: -17px;
}

.white-scale-2 {
    display: none;
    position: absolute;
    right: 20px;
    bottom: -17px;

}


.test-1 {
    display: flex;
    margin: 0 auto;
}

.test-text-1 {
    color: #000000;
    font-family: 'El Messiri', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    text-align: center;
}

.test-para-2 {
    color: #6f6767;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    font-style: italic;
    text-align: center;
}

.test-stars {
    display: flex;
    margin: 0 auto;
}

.test-scales {
    position: absolute;
    left: 20px;
    top: -17px;
}

.test-scales-2 {
    position: absolute;
    right: 20px;
    bottom: -17px;
}

.page-link {
    background: transparent !important;
    border: none !important;
    font-family: 'El Messiri', sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;
}

.page-link:active {
    border: none !important;
    background: none !important;

}

.arrows {
    width: 40px;
}

.arrows-2 {
    width: 40px;
}


/* EVENTS DETAILS PAGE  */
.events-bg {
    display: flex;
    margin: 0 auto;
    width: 90%;
}


.events-dt-head {
    font-family: 'El Messiri', sans-serif !important;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    margin-bottom: 0;
    text-transform: capitalize;
}

.events-dt-date {
    font-weight: bold;
    font-size: 25px;
    color: #000000;
    font-family: 'El Messiri', sans-serif !important;
    margin-bottom: 0;
    text-decoration: underline;
}

.events-dt-para {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: gray;
    margin-bottom: 0;
}

.events-dt-bts {
    /* width: 581px; */
    height: 80px;
    background-color: #750223;
    color: white;
    border: 8px solid #d5b457 !important;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    border: none;
}


.events-dt-bts:hover {
    background-color: transparent;
    color: #750223;
    border: 8px solid #d5b457;
    transition: all 0.3s ease-in-out;
}

.ev-mad {
    margin-top: 80px;
    margin-bottom: 100px;
}

.tab-content {
    display: block;
}

/* WRITE FORUM PAGE START HERE  */
.write-forum-box {
    width: 80%;
    height: 500px;
    border: 1px solid #A8A8A8;
    background-color: #F0F0F0;
    margin: 0 auto;
    border-radius: 10px;
}

.write-forum-head {
    color: black;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    margin-bottom: 0;

}

select {
    appearance: none;
    color: white;
    padding: 10px;
    width: 200px;
    font-size: 16px;
    height: 45px;
    background-color: #750223;
    font-family: 'Montserrat', sans-serif !important;
    outline: none;
    padding-left: 20px;
    cursor: pointer;
}

.custom-select {
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: end;
}

.custom-select::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    font-size: 13px;
}

.note-placeholder {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding-top: 20px;
}

.note-toolbar {
    border: none !important;
}

.note-frame {
    border: none !important;
}

.forum-2-changed {
    width: 70%;
    margin: 0 auto;
}

.note-btn-group.note-fontname {
    display: none;
}

.note-btn-group.note-style {
    display: none !important;
}

.note-btn-group.note-font {
    display: none !important;
}


.note-btn.dropdown-toggle {
    width: 55px !important;
    height: 33px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.note-toolbar {
    padding-left: 30px !important;
}

.newsecimg {
    width: 100%;
    height: 450px !important;
}

.newsec h1 {
    font-family: 'El Messiri', sans-serif;
    font-size: 40px;
    color: black;
}

.newsec p {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
