/* -------------------------header-top-css------------------------ */
.header-wrapper .navbar-top {
    background-color: var(--black-900);
    padding: 10px;
}

.header-wrapper .nav-content {
    justify-content: space-between;
}

.r-nav-icon {
    display: none;
}

.user-name-block {
    transform: translate(10px, 10px);
}

.logout-btn-margin-bottom {
    margin-bottom: 8px;
}

.notification-icon-res {
    margin-right: -10px !important;
}

.header-timing-text {
    color: white !important;
}

.logout-bottom-header {
    display: none;
}

.no-scroll {
    overflow: hidden !important;
}

/* ------------------------header-bottom-css---------------- */
.header-wrapper .navbar-bottom {
    padding: 10px;
}

.header-wrapper .navbar-bottom .row .menu-link .menu-group {
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
}

.header-wrapper .navbar-bottom .row .menu-link .menu-group .link a {
    font-weight: 400;
    font-size: 15px;
}

a.nav-link {
    color: var(--black-700);
}

.jito-logos-img-1 {
    width: 47px !important;
}

.jito-logos-img-2 {
    width: 70px !important;
}

.jito-logo-img-1 {
    width: 80px !important;
}

.jito-logo-img-2 {
    width: 110px !important;
}

.jito-right-logo-img {
    width: 120px !important;
}

/* -----------------------------------banner-section------------- */
.banner-section {
    background-image: url('../img/banner-page.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 937px;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    background-color: #c9c7c7;
}

.banner-section .banner-content .img-group {
    display: flex;
}

.banner-section .banner-content .img-group .round-img {
    margin-right: -15px;
}

.banner-section .banner-content .title-text {
    margin-top: 70px;
    margin-bottom: 20px;
}

.social-icon {
    position: fixed;
    right: 0;
    background: var(--basic-white);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 200px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    padding: 4px;
    z-index: 9;
    /* width: 65px; */
    /* margin: 0 0 0 auto; */
}

.social-icon ul {
    display: grid;
    gap: 10px;
}

.social-icon ul li svg {
    font-size: 25px;
}

/* ---------------------------why-us-card------------------------ */
.why-us-section .why-us-content .card-content-wrap .why-us-card {
    height: 300px;

}

/* ------------------------------Testimonial-section----------------- */
.testimonial-section {
    background-image: url('../img/testimonial\ bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
}

.testimonial-section .testi-content .testi-card {
    position: relative;
    margin-left: 15px;
}

.testimonial-section .testi-content .testi-card .testi-img-wrap {
    top: -26%;
}

.testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
}

.testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-1 {
    top: -105px;
    left: -55px;
    position: absolute;
}

.testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-2 {
    top: -122px;
    right: -35px;
    position: absolute;
}

.testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-3 {
    top: -40px;
    left: -50px;
    position: absolute;
}

/* ------------------------------Profile-section-------------------- */

.profile-section .profile-content .card-content-wrap .card-wrap .card-img-wrap {
    position: relative;
}

.profile-section .profile-content .card-content-wrap .card-wrap .card-img-wrap .card-title-wrap {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    border-radius: 12px;
}

.profile-section .profile-content .card-content-wrap .card-wrap .card-img-wrap .card-title-wrap .card-title span {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ------------------------------Event-section-------------------- */
.event-section .event-content .card-content-wrap .card-wrap.slick-slide {
    width: 100% !important;
}

.event-section .event-content .card-content-wrap .card-wrap .card-img-wrap {
    width: 100%;
}

.event-section .profile-content .card-content-wrap .card-wrap .card-img-wrap {
    width: 1000px;
}

/* --------------------------Stories-Section---------------------------- */

.story-section .story-content .card-content-wrap .story-text-content .text-wrap::before {
    content: " ";
    position: absolute;
    height: 270px;
    border-width: 3px;
    border-style: solid;
    border-image: var(--primary-gradient) 1 100%;
    margin-left: -20px;
}

.story-section .story-content .card-content-wrap .story-text-content .home-story-textwrap::before {
    margin-top: -25px;
}

.home-story-content {
    height: 28.2em;
    overflow: hidden;
}

.home-story-card-img {
    height: 350px;
    object-fit: cover;
    margin: 10px;
    object-position: 100% 0%;
}

@media (max-width: 768px) {
    .home-story-card-img {
        height: 300px;
        margin: unset;
    }

    .home-story-content {
        height: 12.0em;
        margin-bottom: 10px;
    }

    .story-section .story-content .card-content-wrap .story-text-content .text-wrap::before {
        height: 105px;
        margin-left: -40px;
    }
}

.story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
    content: " ❝ ";
    position: absolute;
    font-size: 98px;
    top: -27px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.story-section .story-content .card-content-wrap .slick-slide {
    margin: 0 10px;
}

.story-section .story-content .btn-text .btn-me {
    display: block;
    margin: 30px auto 0;
    padding: 15px 50px;
    font-size: 20px;
}

.video-view-more {
    background: var(--primary-gradient);
    padding: 15px 50px;
    border-radius: 5px;
    color: var(--basic-white);
    text-align: center;
    width: fit-content;
    font-weight: 400;
    display: block;
    margin: 30px auto 0;
    font-size: 20px;
}

/* ----------------------gallery-section--------------------------- */
.gallery-section {
    position: relative;
}

.gallery-section .bg-img-content .img-1 {
    position: absolute;
    z-index: 0;
    top: 200px;
}

.gallery-section .bg-img-content .img-2 {
    position: absolute;
    bottom: 88px;
    right: 0;
    z-index: 0;
}

.gallery-section .gallery-content .title-content-wrap {
    margin-bottom: 30px !important;
}

.gallery-section .gallery-content .sub-title-wrap {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* board-member-commttee css start  */


/* .board-member-image img{
    height: 200px;
} */
.card-title-wrap .board-mem-name {
    font-size: 14px !important;
}


/* ----------------------footer-section------------------- */
.footer-section {
    background: var(--primary-gradient);
}

.footer-section .footer-top-content .title-text p {
    padding-bottom: 10px;
    font-size: 16px;
}

.footer-section .footer-top-content .menu-link .menu-group .link {
    padding-top: 10px;
}

.footer-section .footer-top-content .google-img-group {
    padding: 15px 0;
}

.footer-section .footer-bottom {
    border-top: 1px solid var(--basic-white);
}


@media (max-width: 1500px) {

    /* ===============.why-us-card============ */
    .why-us-section .why-us-content .card-content-wrap .why-us-card {
        height: 335px;
    }

    /*======== testimonial-section ==============*/

    .testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-1 {
        top: -110px;
        left: -60px;
        position: absolute;
    }

    .testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-2 {
        top: -122px;
        right: -50px;
        position: absolute;
    }

    .testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-3 {
        top: -55px;
        left: -60px;
        position: absolute;
    }
}


/* =============================responsive-css============================== */
@media (min-width: 991px) {
    .navigation {
        display: block !important;
    }
}

@media (max-width: 991px) {


    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 0px;
    }

    .jito-logo-img-1 .res-nav-bell-icon {
        margin-right: -232px;
    }

    .text {
        font-size: 17px;
        font-weight: 400;
        color: var(--black-600);
    }

    .r-nav-icon {
        display: block;
        display: flex;
    }

    .nav-icon-f-screen {
        display: none !important;
    }

    .user-name-block {
        margin-bottom: 20px;
    }

    .r-icon {
        /* margin-left: -5px;
        position: absolute;
        top: -24px;
        left: 45px; */
        display: none;
    }

    .r-nav-contact {
        position: absolute;
        top: -43px;
        /* width: 100%; */
        /* transform: translate(50%, 0); */
        right: -38px;
        display: none;
    }

    .r-nav-mail {
        display: none;
        position: absolute;
        top: -17px;
        right: -46px;
    }

    .r-nav-timing {
        position: absolute;
        top: 10px;
        right: -46px;
        display: none;
    }

    .res-header-user-name {
        text-align: left !important;
    }

    .res-user-name {
        margin-top: -8px;
    }

    .res-login-user-name {
        margin-top: 10px;
    }

    .logout-btn-margin-bottom {
        margin-bottom: -6px;
    }

    .r-logout-btn {
        margin-right: -30px;
        display: none;
        margin-left: 13px;
        margin-top: 7px;
    }

    .logout-bottom-header {
        display: block;
    }

    .res-login-header-button {
        margin-left: 13px !important;
        padding-top: 20px !important;
    }

    .res-register-header-button {
        margin-left: 10px !important;
        padding-top: 20px !important;
    }



    ul.text-right.position-relative.list-inline.mb-0.d-lg-block.align-items-center.justify-content-end {
        width: 100% !important;
    }

    /* ------------------navbar-responsive-start---------------------- */
    .r-block {
        display: block !important;
    }

    .r-h-100vh {
        height: 100vh;
    }

    .header-wrapper .navigation {
        position: fixed;
        display: none;
        width: 375px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto 0;
        z-index: 2;
        height: 100vh;
        transition: 1s;
        border-right: 1px solid var(--basic-white);
        background-color: var(--basic-white);
    }

    .header-wrapper .fa {
        margin: 0;
        font-size: 20px;
        padding: 3px 0;
        color: #fff;
    }

    .header-wrapper .fa-times {
        color: #000;
        margin: 10px;
        padding: 6px;
        width: 32px;
    }

    .main-div-responsive {
        margin-top: 3rem;
    }

    .desktop-search-section {
        /* display: none !important; */
        position: fixed;
        margin-top: 6px;
        z-index: 3;
        top: 0;
        right: 0;
    }

    .header-wrapper {
        width: 100%;
        background: white;
        position: fixed !important;
        z-index: 2;
    }

    .header-wrapper .menu-icon {
        display: block !important;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
        /* width: 100%; */
    }

    .header-wrapper .cross-icon {
        display: block !important;
        position: absolute;
        z-index: 1;
        margin-top: -5px;
        right: -1px;
        margin-top: 6px !important;

    }

    .header-wrapper .cross-icon svg {
        font-size: 15px;
        margin: 13px;
        color: var(--secondary-color);
        padding: 2px 4px;
        border-radius: 50%;
        background: var(--basic-white);
    }

    .header-wrapper .menu-icon svg {
        color: var(--primary-color);
        font-size: 20px;
        /* margin: 20px; */
        color: var(--secondary-color);
        padding: 6px 10px;
        border-radius: 15%;
        background: var(--basic-white);
    }

    .header-wrapper .header-top {
        padding-top: 44px !important;
    }

    .width-100 {
        width: 100%;
    }

    .width-50 {
        width: 50%;
    }

    .hidden-ele {
        display: none;
    }

    .help-line {
        position: absolute;
        top: 63px;
        right: 68px;
    }

    .help-line a {
        color: var(--black-700);
    }

    .logo-img {
        margin: 30px 0;
    }

    .header-wrapper .navbar-bottom .row .menu-link .menu-group {
        display: block;
        justify-content: space-between;
    }

    .header-wrapper .navbar-bottom .row .menu-link .menu-group li {
        padding: 10px 20px;
        margin-bottom: 20px;
        background-color: var(--basic-white);
        box-shadow: var(--font-shadow);
        border-radius: 5px;
    }

    .btn-me {
        width: auto;
    }

    .top-nav-list .list-inline-item {
        margin-bottom: 10px;
    }

    .navbar-margin {
        margin-left: -21px;
    }

    /* ------------------navbar-responsive-end---------------------- */

}


@media (max-width: 1200px) {
    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: -5px;
        font-size: 75px;
    }

    .text {
        font-size: 16px;
        font-weight: 400;
        color: var(--black-600);
    }

    .sub-title-wrap.pb-4 {
        padding-bottom: 10px !important;
    }

    .sub-title-wrap.pb-4 p {
        font-size: 26px;
    }


    .navbar-margin {
        margin-left: -34px;
    }

    .nav-link {
        padding: .5rem 14px !important;
    }

    /* .footer-bottom-height {
        height: 120px;
    } */

    .notification-icon-res {
        margin-right: 10px !important;
    }



    /* ===============.why-us-card============ */
    .why-us-section .why-us-content .card-content-wrap .why-us-card {
        height: 245px;

    }

    /*======== testimonial-section ==============*/

    .testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-1 {
        top: -125px;
        left: -60px;
        position: absolute;
    }

    .testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-2 {
        top: -143px;
        right: -50px;
        position: absolute;
    }

    .testimonial-section .testi-content .testi-card .testi-img-wrap .rect-img-wrap .rect-3 {
        top: -70px;
        left: -60px;
        position: absolute;
    }
}



@media (max-width: 991px) {

    .text {
        font-size: 11px;
        font-weight: 500;
    }

    .sub-title-wrap.pb-4 {
        padding-bottom: 0px !important;
    }

    .sub-title-wrap.pb-4 p {
        font-size: 26px;
    }

    /* ===============.why-us-card============ */
    .why-us-section .why-us-content .card-content-wrap .why-us-card {
        height: 290px;

    }
}

@media (max-width: 768px) {
    .jito-logo-img-1 {
        width: 60px !important;
    }

    .jito-logo-img-2 {
        width: 90px !important;
    }

    .member-img-wrap {
        height: 100% !important;
        padding-top: 0 !important;
    }

    .member-img-wrap img {
        /* height: auto !important; */
        /* height: auto !important; */
    }

    .plan-title {
        background: white;
        margin: 15px 15px;
        border-radius: 5px;
    }

    .plan-title {
        background: white;
        margin: 15px 15px;
        border-radius: 5px;
    }

    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 10px;
        font-size: 85px;
    }

    .text {
        font-size: 16px !important;
        font-weight: 400;
    }

    .sub-title-wrap.pb-4 {
        padding-bottom: 10px !important;
    }

    .story-section .story-content .card-wrap .story-text-content {
        padding: 31px;
    }

    .main-title {
        font-size: 40px !important;
    }

    .sub-title {
        font-size: 25px !important;
    }

    .title-text {
        font-size: 18px !important;
        font-weight: 700;
    }

    .banner-section .banner-content .img-group .round-img {
        margin-right: -15px;
        width: 100px;
        height: auto;
    }

    .banner-section .banner-content .img-group .round-img img {
        margin-right: -15px;
        width: 100px;
        height: auto;
    }

    .banner-section {
        height: 560px;
    }

    .res-banner-content {
        margin-top: 70px;
    }

    .banner-section .banner-content .title-text {
        margin-top: 30px;
    }

    /* .res-footer-item {
        text-align: center;
    }

    .res-footer-social-icon {
        justify-content: center;
    } */

    /* .footer-bottom-height {
        height: 145px;
    } */

    /* ===============.why-us-card============ */
    .why-us-section .why-us-content .card-content-wrap .why-us-card {
        height: 240px;
    }



}

@media (max-width:576px) {
    .banner-section {
        height: 550px;
    }
}

@media (max-width: 533px) {
    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 10px;
        font-size: 85px;
    }


    .main-title {
        font-size: 30px !important;
        line-height: 40px;
    }

    .sub-title {
        font-size: 18px !important;
    }

    .banner-section .banner-content .title-text {
        margin-top: 16px !important;
    }
}

@media (max-width: 500px) {
    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 10px;
        font-size: 85px;
    }

}

@media (max-width: 475px) {
    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 10px;
        font-size: 62px;
    }

    .res-nav-pills {
        display: flex !important;
        justify-content: center !important;
    }

    .arrow {
        right: 20px !important;
    }

    .banner-section {
        height: 470px;
    }

}

@media (max-width: 410px) {
    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 10px;
        font-size: 62px;
    }

    /* ===============.why-us-card============ */
    .why-us-section .why-us-content .card-content-wrap .why-us-card {
        height: 300px;
    }

    .res-sponsor-img-width {
        width: 115% !important;
    }

    .res-sponsor-img {
        margin-left: -23px;
    }

    .sponsor-banner-section-space {
        padding: 0px 0 !important;
    }

    .section-space {
        padding: 30px 0;
    }

    .header-wrapper .navigation {
        width: 100%;
    }


}

@media (max-width: 376px) {
    .story-section .story-content .card-content-wrap .story-text-content .sub-title-wrap::before {
        top: 10px;
        font-size: 62px;
    }

}

/* ========animation css ========= */

.why-us-card {

    transition: 0.9s ease;
    cursor: pointer;
}

.why-us-card:hover {
    transform: translateY(-15px);
}

/* bottom-top-arrow */
html {
    scroll-behavior: smooth;
}

.arrow {
    position: fixed;
    /* background: var(--primary-gradient); */
    /* border-radius: 50px; */
    height: max-content;
    bottom: 90px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    z-index: 1;
}

/* project-committee========== */
.board-member-image {

    transition: 0.9s ease;
    cursor: pointer;
}

.board-member-image:hover {
    transform: translateY(-10px);
}

/* privacy-policy-vss-start  */

.privacy-policy-section-title p {
    color: var(--black-900);
    font-size: 15px;
}

.privacy-policy-section-text p {
    color: var(--black-900);
    font-size: 15px;
}

.privacy-policy-mail-text {
    color: #f7595e;
    border-bottom: 1px solid var(--black-900);
    margin-left: 2px;
}

.privacy-policy-link {
    color: blue;
    border-bottom: 1px solid var(--black-600);
}

.privacy-policys-section-title {
    color: var(--black-900);
    font-size: 22px;
    font-weight: 600 !important;
}

/* Terms and condition css start  */
.terms-condition-title p {
    color: var(--black-900);
    font-size: 14px;
}

.terms-condition-text p {
    color: var(--black-900);
    font-size: 14px;
}

.terms-condition-section .terms-condition-text li {
    color: var(--black-600);
    font-size: 18px;
    font-weight: 500;
}

.terms-condition-section li {
    list-style-type: disc !important;
}

.terms-condition-sub-title {
    color: var(--black-900) !important;
    font-size: 14px !important;
}

.terms-condition-section-title {
    color: var(--black-900);
    font-size: 22px;
    font-weight: 600 !important;

}

/* event-module-css ============= */
.event-module-section-space {
    padding: 30px 0px 30px;
}

.event-module-section {
    margin-right: 25px;
    border-radius: 8px;
    border: 1px solid var(--White-light---fill, #C9CCC0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.event-btn a {
    border-radius: 5px;
    border: none;
    font-size: 15px;
    padding: 5px 25px;
    background: var(--primary-gradient);
    color: white;
    font-weight: 500;
}

.event-name-text {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.event-details-name,
.view-participates,
.text-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.participant-info-icon {
    background: var(--primary-gradient);
    border-radius: 50%;
    color: white !important;
}

.radio_gradient {
    accent-color: #ae2525 !important;
}

.add-input {
    width: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid var(--bg-light);
}

.event-date-text,
.event-location-text {
    color: var(--gray);
    font-size: 15px;
}

.event-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    object-position: 100% 0%;
}

.event-module-section .card .card-body {
    padding: 20px 23px;
    border-radius: 4px;
}

.event-module-section a:hover {
    color: #fff !important;
}

.event-module-section .event-offline-text {
    background: #21c0e8;
    position: absolute;
    top: 8px;
    right: 9px;
    color: #fff;
    height: 20px;
    display: flex;
    padding: 6px 21px;
    align-items: center;
    border-radius: 3px;
    font-size: 13px;
}

.event-poster {
    border-radius: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.event-card-img-overlay {
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 160px;
    left: -0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
    background: var(--primary-gradient);
    padding: 3px 8px 0px 8px;
}

.payment-dialog {
    max-width: unset !important;
    /* margin: unset !important; */
}

.nothing-found::before {
    content: "\f119";
    font-family: "Line Awesome Free";
    font-size: 60px;
    opacity: 0.5;
}

#paymentModal {
    padding-right: 0px !important;
}

@media (min-width: 1500px) {
    .event-image {
        height: 300px !important;
    }
}

/* register-page-css-------------------------- */
.register-page-section .events-card {
    border: 1px solid var(--White-light---fill, #C9CCC0) !important;
    border-radius: 8px;
}

.offline-border-radius {
    /* border: 1px solid var(--White-light---fill, #C9CCC0) !important; */
}

.location-word-wrap {
    word-wrap: break-word;
    max-width: 330px;
}

.events-register-justify {
    justify-content: center;
}

.register-events-card-text {
    gap: 10px;
}

.about-text {
    font-size: 20px;
    font-weight: 600px;
    color: var(--black-900);
}

.free-evets-text {
    color: var(--black-500);
    font-size: 16px;
    font-weight: 600 !important;
}

.register-page-section .events-register-btn .register-btn {
    padding: 5px 32px !important;
}

.event-register-text {
    color: var(--black-500);
    font-size: 16px;
    margin-bottom: 10px;
    word-break: break-word;
}

.register-main-row {
    justify-content: center;
}

.events-social-media-icons .facebook {
    color: #3b5998;
    font-size: 33px;
}

.events-social-media-icons .whatsapp {
    color: #65bc54;
    font-size: 33px;
}

.events-social-media-icons .instagram {
    color: #ff5964;
    font-size: 33px;

}

.events-social-media-text p {
    font-size: 17px;
    color: var(--black-500);
}

.bottom-box-border {
    border: none !important;
    padding: 0 !important;
}

.event-text-flex-wrap {
    gap: 20px;
    flex-wrap: nowrap;
}

.register-align-item {
    text-align: end;
}

.event-time-res {
    margin-left: -17px;
}

.upcoming-evets-cards-width {
    width: 250%;
}

.event-offline-btn {
    color: var(--required-field);
    border-color: var(--required-field);
    font-weight: 600;
    background: white;
    border: 1px solid var(--required-field);
    padding: 5px 36px !important;
    border-radius: 5px;
    height: max-content;
}

.event-offline-btn:hover,
.text-refund:hover {
    color: var(--light);
    background-color: var(--required-field);
}

.text-refund {
    /* color: white;
    background: var(--required-field);
    border-color: var(--required-field);
    border: 1px solid var(--required-field);
    font-weight: 600;
    padding: 5px 25px !important;
    border-radius: 5px;
    height: max-content; */

    color: var(--required-field);
    border-color: var(--required-field);
    font-weight: 600;
    background: white;
    border: 1px solid var(--required-field);
    padding: 5px 26px !important;
    border-radius: 5px;
    height: max-content;
}

.event-online-btn {
    color: var(--green);
    border-color: var(--green);
    font-weight: 600;
    background: white;
    border: 1px solid var(--green);
    padding: 5px 36px !important;
    border-radius: 5px;
    height: max-content;
}

.event-online-btn:hover {
    color: var(--light);
    background-color: var(--green);
}

@media (max-width:1200px) {
    .event-module-section {
        margin-right: 20px;
        margin-left: 20px;
    }

    .event-text-flex-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.event-back-icons span {
    background: white;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px 5px;
    color: var(--primary-color);
    font-weight: 600;
}

.event-back-icons {
    margin-left: -12px !important;
    margin-top: -12px !important;
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .res-event-section-margin-top {
        margin-top: 28px;
    }

    .event-back-icons {
        margin-left: -12px !important;
        margin-top: -40px !important;
    }

    .register-align-item {
        margin-top: 15px;
    }

    .event-section-margin-top {
        margin-top: 40px;
    }

    .event-text-flex-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .event-social-icon {
        display: flex;
        justify-content: end;
    }

    .column-reverse-event {
        flex-direction: column-reverse;
        margin-top: -55px;
    }

    .upcoming-evets-cards-width {
        width: 100%;
    }

}

@media (max-width:576px) {
    .event-time-res {
        margin-left: 0px;
        /* margin-top: 15px; */
    }

    .event-inner-top {
        line-height: 30px;
    }

    .event-inner-bottom {
        min-width: -webkit-fill-available;
    }

    .QR-code {
        display: none !important;
    }

    .event-inner-middle {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .add-buttons {
        margin-top: 15px;
    }
}

.QR-code {
    display: flex;
    justify-content: flex-end;
}

.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-preview {
    background-color: #f0f0f0 !important;
}

.uppy-DashboardContent-bar .uppy-DashboardContent-back {
    visibility: visible !important;
    opacity: 1 !important;
}

.uppy-Informer p {
    background-color: red !important;
    color: white !important;
    font-weight: bold !important;
}

@media (max-width: 414px) {
    .res-section-margin-top {
        margin-top: 51px;
    }
}

@media (max-width: 912px) {
    .res-section-margin-top {
        margin-top: 52px;
    }
}

@media (max-width: 767px) {
    .footer-bottom-height {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) and (max-height: 600px) {
    .footer-bottom-height {
        margin-bottom: 85px;
    }
}

.activeClass {
    background: var(--primary-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.uppy-Dashboard-AddFiles .uppy-Dashboard-note {
    background: var(--primary-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700 !important;
    text-align: left !important;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .menu-loader-icon {
        display: none !important;
    }
}

@media (min-width: 1281px) {
    .menu-loader-icon {
        display: none !important;
    }
}

.uppy-Dashboard-AddFiles .uppy-Dashboard-note::after {
    content: '1. Upload a front facing close up pic without goggles.\A 2. Pic should be minimum 100kb. \A 3. Adjust your pic before saving.';
    white-space: pre-wrap;
    display: block;
}

.uppy-Dashboard-inner {
    height: 550px !important;
}

.chat-border .p-header {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (max-width: 1024px) {
    .chat-thread-tooltip {
        display: none !important;
    }
}

.chat-check-icon {
    float: inline-end;
    padding-top: 10px !important;
}

.event-card-img {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: #e9e9e9;
    background-size: cover;
    background-position: top center;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .card-details {
        height: 90px !important;
    }

    .event-card-img-overlay {
        bottom: 153px !important;
    }
}

.show-guest-count {
    display: block !important;
}

.hide-guest-count {
    display: none !important;
}

.direct-message {
    background: var(--light-pink-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    height: 20px;
    color: #ae2525 !important;
}

@media (max-width: 768px) {
    .direct-message {
        margin-top: 5px;
    }

    .direct-message-icon {
        white-space: nowrap;
        margin-top: 10px !important;
        display: inline-block;
    }
}

.direct-message a:hover,
.direct-message-icon a:hover {
    color: #ae2525 !important;
}

.direct-message-icon {
    background: var(--light-pink-bg);
    font-size: 12px;
    color: #ae2525 !important;
    border-radius: 5px;
    padding: 5px 10px;
}

.similar_profiles_text {
    font-size: 14px !important;
    background: var(--primary-gradient) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    font-weight: 700 !important;
}

.profile-title {
    margin-top: 4.5px;
    font-size: 20px !important;
}

.similar-profile-div:hover {
    color: #070707 !important;
}

.profile-card-img-top {
    border-radius: 0px 16px 16px 0px;
    object-fit: cover;
    object-position: 100% 0%;
    width: 100%;
}

.reject_list {
    align-items: end;
    display: flex;
    flex-direction: column;
}

.testimonial-card {
    width: 350px;
}

.testimonial-card-up {
    background: var(--primary-gradient);
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.testimonial-avatar {
    width: 110px;
    height: 110px;
    margin-top: -60px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}

.gallery-col {
    cursor: pointer;
    transition: background-color 2s ease-in-out;
}

.gallery-col:hover {
    background-color: rgb(252, 233, 233);
    color: rgb(141, 9, 9);
}

.gallery-col-img {
    height: 300px;
    object-fit: cover;
    object-position: 100% 0%;
}

.happy-story-atag:hover {
    color: black !important;
}

@media only screen and (max-width: 768px) {

    /* Adjust the max-width as needed */
    .blank-wrap {
        display: none;
    }
}

@media (max-width: 576px) {
    .interest-checkbox-div {
        margin-top: unset !important;
    }

    .interested-by-photo {
        margin-top: 35px !important;
    }

    .board-member-image img {
        height: unset !important;
    }
}

/* Intro js css */
.introjs-button {
    text-shadow: none !important;
}

.introjs-nextbutton {
    background-color: #901D28 !important;
    color: white !important;
    border: 1px solid #901D28 !important;
}

.introjs-progressbar {
    background-color: #901D28 !important;
}

.introjs-progress {
    height: 5px !important;
}

.introjs-nextbutton:focus {
    box-shadow: 0 0 0 .2rem rgb(245 43 43 / 21%) !important;
}

.how-does-it-work-new {
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-gradient);
    border-radius: 50%;
    margin: auto;
}

.how-does-it-work-data h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2E2E2E;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .pending-highlight-modal-body {
        max-height: 50vh !important;
        overflow-y: auto !important;
    }
}