@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Freeman&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    padding: 0;
    margin: 0;
}

/* navbar start */

.navbar {
    padding-top: 21px;
}

.nav-bar {
    border-radius: 23px;
    border: 1px solid rgba(29, 29, 29, 0.07);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(11px);
    height: auto;
    padding: 8px 16px;
}

.nav-bar .nav-menu {
    gap: 20px;
}

.nav-bar .nav-menu .nav-link {
    color: #1D1D1D;
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-bar .nav-menu .nav-link.active {
    color: #FF2108;
    text-align: right;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nav-bar .nav-menu .circle {
    width: 6px;
    height: 6px;
    background-color: #FF2108;
    border-radius: 10px;
}

.nav-bar .download-btn {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    border: 2px solid #FFF;
    background: #1D1D1D;
    box-shadow: 8px 8px 11px 0 rgba(0, 0, 0, 0.17);
    text-decoration: none;
    width: auto;
}

.nav-bar .download-btn .download-btn-text {
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width:991.5px) {
    .nav-bar .nav-menu {
        gap: 10px;
    }
}

@media (max-width: 575.5px) {
    .navbar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-bar .download-btn {
        padding: 10px 11px;
        width: 170px;
    }

    .nav-bar .download-btn .download-btn-text {
        font-size: 15px;
    }
}

/* navbar end */


/* hero section start */

.hero-section {
    background-image: url(../../images/krs/hero-sec-bg.png);
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: contain;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 30px;
}

.hero-section .main-image {
    max-width: 619px;
    height: auto;
    border-radius: 60px 2px 60px 60px;
    border: 1px solid rgba(29, 29, 29, 0.10);
    background: url(<path-to-image>) lightgray 0px 0px / 131.14% 100% no-repeat;
    box-shadow: 10px 11px 17px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.hero-section .img-wrapper {
    position: absolute;
}

.hero-section .img-wrapper::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    right: -15px;
    bottom: -15px;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 10px;
    left: 2px;
    border-top-right-radius: 0px;
    z-index: 0;
}

.hero-section .img-wrapper::before {
    content: "";
    position: absolute;
}

.hero-section .gap1 {
    gap: 20px;
}

.hero-section .gap2 {
    gap: 10px;
}

.hero-section .symbol-name {
    border-radius: 30px;
    border: 3px solid #FF2108;
    background: #FFF;
    padding: 8px 25px;
    width: fit-content;
}

.hero-section .symbol-name .name1 {
    color: #FF2108;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.hero-section .symbol-name .name2 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-section .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    overflow-wrap: anywhere;
}

.hero-section .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    overflow-wrap: anywhere;
}

.hero-section .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.hero-section .hero-section-btn {
    padding: 9px 25px;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #1D1D1D;
    box-shadow: 9px 12px 15px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width:1399.5px) {
    .hero-section {
        padding-top: 160px;
        padding-bottom: 0px;
    }

    .hero-section .main-image {
        max-width: 548px;
    }
}

@media (max-width:1199.5px) {
    .hero-section .main-image {
        max-width: 457px;
    }

    .hero-section .heading-1 {
        font-size: 46px;
    }

    .hero-section .heading-2 {
        font-size: 46px;
    }
}

@media (max-width: 991.5px) {
    .hero-section {
        padding-top: 140px;
    }

    .hero-section .main-image {
        max-width: 550px;
    }

    .hero-section .top-padding1 {
        padding-top: 200px;
        padding-bottom: 180px;
    }
}

@media (max-width:650px) {
    .hero-section .main-image {
        max-width: 420px;
    }

    .hero-section .top-padding1 {
        padding-top: 180px;
        padding-bottom: 160px;
    }

    .hero-section .heading-1 {
        line-height: 45px;
    }

    .hero-section .heading-2 {
        line-height: 45px;
    }
}

@media (max-width:575.5px) {
    .hero-section .main-image {
        max-width: 370px;
    }

    .hero-section .top-padding1 {
        padding-top: 150px;
        padding-bottom: 140px;
    }

    .hero-section .heading-1 {
        font-size: 40px;
    }

    .hero-section .heading-2 {
        font-size: 40px;
    }
}

@media (max-width: 424.5px) {
    .hero-section .main-image {
        max-width: 325px;
    }

    .hero-section .top-padding1 {
        padding-top: 140px;
        padding-bottom: 120px;
    }

    .hero-section .hero-section-btn {
        padding: 9px 15px;
    }
}

@media (max-width: 386px) {
    .hero-section .symbol-name .name1 {
        font-size: 17px;
    }

    .hero-section .symbol-name .name2 {
        font-size: 17px;
    }

    .hero-section .symbol {
        width: 60px;
    }
}

@media (max-width: 374.5px) {
    .hero-section .main-image {
        max-width: 280px;
    }

    .hero-section .top-padding1 {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .hero-section .heading-1 {
        font-size: 36px;
    }

    .hero-section .heading-2 {
        font-size: 36px;
    }
}

/* hero section end */


/* about us section start */

.about-us-section {
    margin-top: 87px;
    padding-top: 93px;
    padding-bottom: 113px;
    overflow-x: hidden;
    background-color: rgb(255, 208, 183);
}

.about-us-section .line-image-top {
    top: 20px;
    height: auto;
    width: 100vw;
}

.about-us-section .line-image-bottom {
    bottom: 20px;
    height: auto;
    width: 100vw;
}

.about-us-section .main-image {
    /* max-width: 516px; */
    max-width: 495px;
    height: auto;
    border-radius: 60px 2px 60px 60px;
    border: 1px solid #FFF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 10px 11px 17px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.about-us-section .img-wrapper {
    position: relative;
}

.about-us-section .img-wrapper::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0px;
    right: -15px;
    bottom: -15px;
    border-radius: 60px;
    border: 1px solid white;
    top: 10px;
    left: 2px;
    border-top-right-radius: 0px;
    z-index: 0;
}

.about-us-section .img-wrapper::before {
    content: "";
    position: absolute;
}

.about-us-section .content {
    gap: 16px;
}

.about-us-section .content .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.about-us-section .content .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.about-us-section .content .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    overflow-wrap: anywhere;
}

@media (max-width:1400px) {
    .about-us-section .main-image {
        /* max-width: 451px; */
        max-width: 430px;
    }

    .about-us-section .line-image-top {
        top: 20px;
        height: 13px;
        width: fit-content;
    }

    .about-us-section .line-image-bottom {
        bottom: 20px;
        height: 13px;
        width: fit-content;
    }
}

@media (max-width: 1200px) {
    .about-us-section .main-image {
        /* max-width: 380px; */
        max-width: 370px;
    }
    
    .about-us-section .content .heading-1 {
        font-size: 35px
    }

    .about-us-section .content .heading-2 {
        font-size: 35px
    }
}

@media (max-width: 991.5px) {
    .about-us-section {
        margin-top: 60px;
        padding-bottom: 93px;
    }

    .about-us-section .main-image {
        max-width: 451px;
    }

    .about-us-section .top-padding1 {
        padding-top: 235px;
    }

    .about-us-section .top-padding2 {
        padding-top: 250px;
    }

    .about-us-section .img-wrapper {
        position: absolute;
    }
}

@media (max-width: 767.5px) {
    .about-us-section .top-padding1 {
        padding-top: 170px;
    }

    .about-us-section .top-padding2 {
        padding-top: 200px;
    }
}

@media (max-width: 575.5px) {
    .about-us-section .content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-us-section .content .heading-1 {
        font-size: 30px;
        line-height: normal;
    }

    .about-us-section .content .heading-2 {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 767.5px) {
    .about-us-section .main-image {
        max-width: 350px;
    }
}

@media (max-width: 424.5px) {
    .about-us-section .main-image {
        max-width: 300px;
    }

    .about-us-section .top-padding1 {
        padding-top: 160px;
    }

    .about-us-section .top-padding2 {
        padding-top: 180px;
    }
}

@media (max-width: 375px) {
    .about-us-section .main-image {
        max-width: 260px;
    }

    .about-us-section .top-padding1 {
        padding-top: 135px;
    }

    .about-us-section .top-padding2 {
        padding-top: 150px;
    }
}

/* about us section end */


/* members section start */

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

.members-section .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.members-section .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.members-section .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.members-section .gap {
    gap: 16px;
}

.members-section .main-div {
    padding: 190px 30px 40px 30px;
    gap: 5px;
    border-radius: 40px;
    border: 1px solid rgba(29, 29, 29, 0.07);
    background: #FFF;
    box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.05);
    width: -webkit-fill-available;
}

.members-section .absolute-image {
    top: 0px;
    width: -webkit-fill-available;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.members-section .member-section-image {
    /* width: 161px; */
    /* height: 230px; */
    height: 260px;
    width: 260px;
    margin-top: -400px;
    z-index: 2;
    /* border-radius: 20px; */
    border-radius: 30px;
    border: 1px solid rgba(29, 29, 29, 0.07);
    background: url(<path-to-image>) lightgray 0px -8.36px / 100% 112.556% no-repeat;
    object-fit: cover;
}

.members-section .row-margin {
    margin-top: 150px;
    row-gap: 170px;
}

.members-section .main-div .content {
    gap: 10px;
}

.members-section .main-div .content .name1 {
    color: #FF2108;
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow-wrap: anywhere;
}

.members-section .main-div .content .name2 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow-wrap: anywhere;
}

.members-section .main-div .content .text {
    color: #1D1D1D;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    overflow-wrap: anywhere;
}

@media (max-width:1199.5px) {
    .members-section {
        margin-top: 120px;
    }

    .members-section .margin-3 {
        margin-top: 200px;
    }

    .members-section .main-div {
        max-width: 400px;
    }
    
    .members-section .heading-1 {
        font-size: 35px;
    }
    
    .members-section .heading-2 {
        font-size: 35px;
    }
}

@media (max-width:991.5px) {
    .members-section {
        margin-top: 80px;
    }
}

@media (max-width:767.5px) {
    .members-section {
        margin-top: 70px;
    }

    .members-section .margin-2 {
        margin-top: 200px;
    }
}

@media (max-width: 575.5px) {
    .members-section .heading-1 {
        font-size: 30px;
        line-height: normal;
    }

    .members-section .heading-2 {
        font-size: 30px;
        line-height: normal;
    }
}

/* members section end */


/* download now section start */

.download-app-sec {
    margin-top: 120px;
}

.download-app-sec .download-app-sec-bg {
    left: -50px;
    top: 188px;
    z-index: -1;
}

.download-app-sec .gap {
    gap: 20px;
}

.download-app-sec .gap1 {
    gap: 16px;
}

.download-app-sec .content .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.download-app-sec .content .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.download-app-sec .content .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.download-app-sec .download-btn {
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 21px;
    border: 2px solid #FFF;
    background: #1D1D1D;
    box-shadow: 8px 8px 11px 0 rgba(0, 0, 0, 0.17);
    text-decoration: none;
    width: 185px;
}

.download-app-sec .download-btn .download-btn-text {
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.download-app-sec .main-img {
    margin-top: 65px;
}

.download-app-sec .div-list {
    margin-top: 33px;
    gap: 15px;
}

.download-app-sec .div-list .bg {
    padding: 9px;
    background-color: #FFD0B74D;
    border-radius: 28px;
    box-shadow: none;
    border: 3px solid #FFF;
    border-radius: 28px;
}

.download-app-sec .div-list .bg .inner-div {
    background-color: #FFD0B74D;
    border: 3px solid #FFF;
    border-radius: 20px;
    padding: 13px 25px;
}

.download-app-sec .div-list .bg .inner-div .text {
    padding-left: 10px;
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow-wrap: anywhere;
}

@media (max-width:1399.5px) {
    .download-app-sec .download-app-sec-bg {
        left: 0px;
        z-index: -1;
        height: 470px;
    }
}

@media (max-width:1365px) {
    .download-app-sec .download-app-sec-bg {
        left: -40px;
    }
}

@media (max-width:1300px) {
    .download-app-sec .download-app-sec-bg {
        left: -65px;
    }
}

@media (max-width:1250px) {
    .download-app-sec .download-app-sec-bg {
        left: -88px;
    }
}

@media (max-width: 1199.5px) {
    .download-app-sec {
        margin-top: 65px;
    }

    .download-app-sec .center-align {
        display: flex;
        justify-content: center;
    }

    .download-app-sec .download-app-sec-bg {
        left: 0px;
        width: 600px;
    }

    .download-app-sec .main-img {
        margin-top: 0px;
    }

    .download-app-sec .top-margin {
        margin-top: 70px;
    }
    
     .download-app-sec .content .heading-1 {
        /*font-size: 40px;*/
        font-size: 35px;
    }

    .download-app-sec .content .heading-2 {
        /*font-size: 40px;*/
        font-size: 35px;
    }
}


@media (max-width: 991.5px) {
    .download-app-sec {
        margin-top: 60px;
    }

    .download-app-sec .main-img {
        margin-top: 0px;
        height: 500px;
    }

    .download-app-sec .download-app-sec-bg {
        top: 60px;
        height: 450px;
        left: 0px;
        width: auto;
    }

    .download-app-sec .div-list .bg .inner-div {
        padding: 13px 15px;
    }
}

@media (max-width: 767.5px) {
    .download-app-sec .main-img {
        height: 410px;
    }

    .download-app-sec .download-app-sec-bg {
        height: 355px;
    }

    .download-app-sec .div-list .bg .inner-div {
        padding: 7px 10px;
    }

    .download-app-sec .top-margin {
        margin-top: 30px;
    }

    .download-app-sec .gap {
        gap: 5px;
    }
}

@media (max-width: 575.5px) {

    .download-app-sec {
        margin-top: 70px;
    }

    .download-app-sec .content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .download-app-sec .download-btn {
        padding: 10px 11px;
        width: 170px;
    }

    .download-app-sec .download-btn .download-btn-text {
        font-size: 15px;
    }

    .download-app-sec .content .heading-1 {
        /*font-size: 40px;*/
        font-size: 27px;
        line-height: normal;
    }

    .download-app-sec .content .heading-2 {
        /*font-size: 40px;*/
        font-size: 27px;
        line-height: normal;
    }
}

@media (max-width: 475px) {
    .download-app-sec .main-img {
        height: 350px;
    }

    .download-app-sec .download-app-sec-bg {
        height: 275px;
        top: 85px;
    }
}

@media (max-width:365px) {
    .download-app-sec .download-app-sec-bg {
        top: 60px;
    }
}

/* download now section end */


/* slider start */

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        flex-wrap: nowrap;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
    }
}

.card {
    margin: 0 1.1875em;
}

@media (max-width:768px) {
    .card {
        margin: 0 1.5em;
    }
}

@media (max-width:575px) {
    .card {
        margin: 0 4em;
    }
}

@media (max-width:575px) {
    .card {
        margin: 0 2.5em;
    }
}

@media (max-width:503px) {
    .card {
        margin: 1.7em;
    }
}

@media (max-width:475px) {
    .card {
        margin: 0.75em;
    }
}

@media (max-width:450px) {
    .card {
        margin: 0.5em;
    }
}

@media (max-width:424.5px) {
    .card {
        margin: 1.2em;
    }
}

@media (max-width:363px) {
    .card {
        margin: 1em;
    }
}



.card2 {
    margin: 0 1.1875em;
}

@media (max-width:768px) {
    .card2 {
        margin: 0 1.5em;
    }
}

/* slider end */


/* upcoming-event-section start */

.upcoming-events-section {
    margin-top: 100px;
}

.upcoming-events-section .slider-padding {
    padding-top: 10px;
    padding-bottom: 30px;
}

.upcoming-events-section .gap {
    gap: 16px;
}

.upcoming-events-section .margin-class {
    margin-top: 50px;
}

.upcoming-events-section .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.upcoming-events-section .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.upcoming-events-section .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.upcoming-events-section .button-div {
    gap: 28px;
}

.upcoming-events-section .slider-button-prev {
    width: 50px;
    height: 44px;
    border: 1px #FF2108 solid;
    background-color: white;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    transition: ease-out 1.5s;
}

.upcoming-events-section .slider-button-prev:hover {
    filter: drop-shadow(-15px 13px 14px rgba(0, 0, 0, 0.08));
    background-color: #FF2108;
}

.upcoming-events-section .slider-button-prev:hover .slider-btn-left {
    content: url(../../images/krs/slider-hover-left.svg);
}

.upcoming-events-section .slider-button-next {
    width: 50px;
    height: 44px;
    border: 1px #FF2108 solid;
    background-color: white;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    transition: ease-out 1.5s;
}

.upcoming-events-section .slider-button-next:hover {
    filter: drop-shadow(-15px 13px 14px rgba(0, 0, 0, 0.08));
    background-color: #FF2108;
}

.upcoming-events-section .slider-button-next:hover .slider-btn-right {
    content: url(../../images/krs/slider-hover-right.svg);
}

.upcoming-events-section .slider-div-bg {
    /* width: 515px; */
    width: 415px;
    height: 190px;
}

.upcoming-events-section .slider-div-bg::before {
    content: "";
    position: absolute;
    /* width: 219px; */
    width: 119px;
    height: 42px;
    border-radius: 29px;
    background: var(--Style, #FF2108);
    bottom: 0px;
    left: 0px;
}

.upcoming-events-section .slider-div-bg::after {
    content: "";
    position: absolute;
    /* width: 219px; */
    width: 119px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 29px;
    background: var(--Style, #FF2108);
    top: 0px;
    right: 0px;
}

.upcoming-events-section .slider-div-bg .inner-div {
    /* width: 506px; */
    width: 406px;
    height: 178px;
    padding: 20px;
    gap: 7px;
    z-index: 1;
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 1px 3px 16px 0 rgba(0, 0, 0, 0.12);
    left: 5px;
    top: 6px;
}

.upcoming-events-section .slider-div-bg .inner-div .first-div {
    border-radius: 9px;
    background: rgba(255, 208, 183, 0.30);
    gap: 7px;
    padding: 4px 10px;
    width: fit-content;
}

.upcoming-events-section .slider-div-bg .inner-div .first-div .event {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

.upcoming-events-section .slider-div-bg .inner-div .first-div .date {
    color: #FF2108;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.8;
}

.upcoming-events-section .slider-div-bg .inner-div .text-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.upcoming-events-section .slider-div-bg .inner-div .text-2 {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.upcoming-events-section .carousle-first-item {
    margin-left: -5px;
}

/* slider starting gap start */
@media (min-width: 991px) and (max-width: 1199px) {
    #carouselExampleControls {
        padding-left: calc((100vw - 960px) / 2);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #carouselExampleControls {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

@media (min-width: 1400px) {
    #carouselExampleControls {
        padding-left: calc((100vw - 1320px) / 2);
    }
}

/* slider starting gap end */

@media (max-width: 1199.5px) {
    .upcoming-events-section {
        margin-top: 120px;
    }
    
    .upcoming-events-section .heading-1 {
        font-size: 35px;
    }
    
    .upcoming-events-section .heading-2 {
        font-size: 35px;
    }
}

@media (max-width: 991.5px) {
    .upcoming-events-section {
        margin-top: 80px;
    }

    .upcoming-events-section .carousle-first-item {
        margin-left: 0px;
    }
}

@media (max-width: 767.5px) {
    .upcoming-events-section .slider-div-bg {
        width: 400px;
        height: 210px;
    }

    .upcoming-events-section .slider-div-bg .inner-div {
        width: 391px;
        height: 198px;
        padding: 20px;
    }
}

@media (max-width: 575.5px) {
    .upcoming-events-section {
        margin-top: 70px;
    }

    .upcoming-events-section .heading-1 {
        font-size: 30px;
        line-height: normal;
    }

    .upcoming-events-section .heading-2 {
        font-size: 30px;
        line-height: normal;
    }

    .upcoming-events-section .margin-class {
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    .upcoming-events-section .slider-div-bg {
        width: 380px;
        height: 200px;
    }

    .upcoming-events-section .slider-div-bg .inner-div {
        width: 371px;
        height: 188px;
        padding: 15px;
    }
}

@media (max-width: 424.5px) {
    .upcoming-events-section .slider-div-bg {
        width: 300px;
        height: 226px;
    }

    .upcoming-events-section .slider-div-bg .inner-div {
        width: 291px;
        height: 214px;
    }

    .upcoming-events-section .margin-class {
        margin-top: 10px;
    }
}

@media (max-width: 374.5px) {
    .upcoming-events-section .slider-div-bg {
        width: 260px;
        height: 273px;
    }

    .upcoming-events-section .slider-div-bg .inner-div {
        width: 251px;
        height: 261px;
    }
}

/* upcoming-event-section end */


/* past-event-section start */

.past-event-section {
    margin-top: 50px;
}

.past-event-section .gap {
    gap: 16px;
}

.past-event-section .slider-padding {
    padding-top: 10px;
    padding-bottom: 30px;
}

.past-event-section .margin-class {
    margin-top: 50px;
}

.past-event-section .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.past-event-section .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.past-event-section .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.past-event-section .button-div {
    gap: 28px;
}

.past-event-section .slider-button-prev {
    width: 50px;
    height: 44px;
    border: 1px #FF2108 solid;
    background-color: white;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    transition: ease-out 1.5s;
}

.past-event-section .slider-button-prev:hover {
    filter: drop-shadow(-15px 13px 14px rgba(0, 0, 0, 0.08));
    background-color: #FF2108;
}

.past-event-section .slider-button-prev:hover .slider-btn-left {
    content: url(../../images/krs/slider-hover-left.svg);
}

.past-event-section .slider-button-next {
    width: 50px;
    height: 44px;
    border: 1px #FF2108 solid;
    background-color: white;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    transition: ease-out 1.5s;
}

.past-event-section .slider-button-next:hover {
    filter: drop-shadow(-15px 13px 14px rgba(0, 0, 0, 0.08));
    background-color: #FF2108;
}

.past-event-section .slider-button-next:hover .slider-btn-right {
    content: url(../../images/krs/slider-hover-right.svg);
}

.past-event-section .inner-div {
    max-width: 311px;
    height: auto;
    padding: 10px 10px 20px 10px;
    gap: 15px;
    border-radius: 24px;
    border: 1px solid rgba(29, 29, 29, 0.07);
    background: #FFF;
    /* box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.05); */
    box-shadow: 7px 6px 15px 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
    left: 5px;
    top: 6px;
}

.past-event-section .inner-div .card-image {
    border-radius: 20px;
    border: 1px solid rgba(29, 29, 29, 0.07);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: 230px;
    width: 290px;
}

.past-event-section .inner-div .content {
    gap: 5px;
}

.past-event-section .inner-div .content .text1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.past-event-section .inner-div .content .text2 {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.past-event-section .carousle-first-item {
    margin-left: -5px;
}

/* slider starting gap start */
@media (min-width: 991px) and (max-width: 1199px) {
    #carouselControls2 {
        padding-left: calc((100vw - 960px) / 2);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #carouselControls2 {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

@media (min-width: 1400px) {
    #carouselControls2 {
        padding-left: calc((100vw - 1320px) / 2);
    }
}

/* slider starting gap end */


@media (max-width: 1199.5px) {
    .past-event-section {
        margin-top: 120px;
    }
    
    .past-event-section .heading-1 {
        font-size: 35px;
    }
    
    .past-event-section .heading-2 {
        font-size: 35px;
    }
}

@media (max-width: 991.5px) {
    .past-event-section {
        margin-top: 80px;
    }

    .past-event-section .carousle-first-item {
        margin-left: 0px;
    }
}

@media (max-width: 575.5px) {
    .past-event-section {
        margin-top: 20px;
    }

    .past-event-section .heading-1 {
        font-size: 30px;
        line-height: normal;
    }

    .past-event-section .heading-2 {
        font-size: 30px;
        line-height: normal;
    }

    .past-event-section .margin-class {
        margin-top: 20px;
    }
}

@media (max-width: 424.5px) {
    .past-event-section .margin-class {
        margin-top: 10px;
    }
}

@media (max-width: 374.5px) {
    .past-event-section .inner-div .card-image {
        height: 182px;
    }

    .past-event-section .inner-div {
        width: 250px;
    }
}

/* past-event-section end */


/* admin-notification-section start */

.admin-notification-section {
    /* margin-top: 150px; */
    margin-top: 50px;
}

.admin-notification-section .gap {
    gap: 16px;
}

.admin-notification-section .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.admin-notification-section .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.admin-notification-section .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.admin-notification-section .row-margin {
    margin-top: 60px;
    gap: 25px;
}

.admin-notification-section .row-margin .information {
    padding: 11px 20px;
    border-radius: 16px;
    border: 1px solid rgba(29, 29, 29, 0.07);
    background: #FFF;
    gap: 10px;
    box-shadow: 0 0 12px 0 rgba(92, 92, 92, 0.08);
}

.admin-notification-section .row-margin .information .circle-image {
    height: 30px;
    width: auto;
}

.admin-notification-section .row-margin .information .text {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 1199.5px) {
    .admin-notification-section {
        margin-top: 120px;
    }
    
    .admin-notification-section .heading-1 {
        font-size: 35px;
    }
    
    .admin-notification-section .heading-2 {
        font-size: 35px;
    }
}

@media (max-width: 991.5px) {
    .admin-notification-section {
        margin-top: 80px;
    }
}

@media (max-width: 575.5px) {
    .admin-notification-section {
        margin-top: 70px;
    }

    .admin-notification-section .heading-1 {
        font-size: 30px;
        line-height: normal;
    }

    .admin-notification-section .heading-2 {
        font-size: 30px;
        line-height: normal;
    }

    .admin-notification-section .row-margin {
        padding-left: 16px;
        padding-right: 16px;
    }

}

/* admin-notification-section end */


/* footer start */

.footer {
    margin-top: 148px;
    overflow-x: hidden;
    background-color: rgb(255, 208, 183);
    padding-top: 90px;
    padding-bottom: 90px;
}

.footer .gap {
    gap: 20px;
}

.footer .ourapp {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    /* text-decoration-thickness: auto; */
    /* text-underline-offset: auto; */
    /* text-underline-position: from-font; */
    opacity: 0.9;
}

.footer .heading-1 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.footer .heading-2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    overflow-wrap: anywhere;
}

.footer .text {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.footer .download-btn {
    padding: 9px 25px;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #1D1D1D;
    box-shadow: 9px 12px 15px 0 rgba(0, 0, 0, 0.12);
}

.footer .line-image-top {
    top: 20px;
    height: auto;
    width: 100vw;
}

.footer .line-image-bottom {
    bottom: 0px;
    height: auto;
    width: 100vw;
}

.footer .content {
    gap: 20px;
}

.footer .content .text1 {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.8;
    overflow-wrap: anywhere;
}

.footer .content .gap1 {
    gap: 15px;
}

.footer .col-gap {
    column-gap: 6px;
}

.footer .content .gap1 .name {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.footer .content .gap1 .name2 {
    color: #FF2108;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.footer .content .gap1 .details {
    gap: 10px;
}

.footer .content .gap1 .details .main-div {
    padding: 10px;
    gap: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.60);
    max-width: 360px;
    padding-right: 30px;
}

.footer .content .gap1 .details .main-div .img-div {
    border-radius: 17px;
    border: 1px solid #FF2108;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.10);
    padding: 8px;
    height: 34px;
}

.footer .content .gap1 .details .main-div .img-div .icon-img {
    width: 18px;
    height: auto;
}

.footer .content .gap1 .details .main-div .text1 {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.8;
    overflow-wrap: anywhere;
}

.footer .content .gap1 .details .main-div .text2 {
    color: #1D1D1D;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow-wrap: anywhere;
}

@media (max-width:1400px) {
    .footer .line-image-top {
        top: 20px;
        height: 13px;
        width: fit-content;
    }

    .footer .line-image-bottom {
        height: 13px;
        width: fit-content;
    }
}

@media (max-width: 1199.5px) {
    .footer {
        margin-top: 120px;
    }
    
    .footer .heading-1 {
        font-size: 30px;
    }
    
    .footer .heading-2 {
        font-size: 30px;
    }
}

@media (max-width: 991.5px) {
    .footer {
        margin-top: 80px;
    }
}

@media (max-width: 575.5px) {
    .footer {
        margin-top: 70px;
    }

    .footer .heading-1 {
        font-size: 27px;
        line-height: normal;
    }

    .footer .heading-2 {
        font-size: 27px;
        line-height: normal;
    }

    .footer .padding-class {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width:424.5px) {
    .footer .download-btn {
        padding: 9px 15px;
    }
}

/* footer end */


.last-section {
    margin-top: -2px;
    padding-top: 30px;
    background-color: rgb(255, 208, 183);
    padding-bottom: 30px;
}

.last-section .copyright {
    color: #1D1D1D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.last-section .back-to-top {
    color: #1D1D1D;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

@media (max-width: 575.5px) {
    .last-section .padding-class {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* pop up css start */

.pop-up {
    max-width: 647px;
    padding: 25px;
    gap: 20px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.10);
}

.pop-up .content {
    gap: 10px;
}

.pop-up .content .heading {
    color: #0A0909;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    column-gap: 6px;
    overflow-wrap: anywhere;
}

.pop-up .content .heading-color {
    color: #FF6411;
    overflow-wrap: anywhere;
}

.pop-up .content .text {
    color: rgba(10, 9, 9, 0.65);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow-wrap: anywhere;
}

.pop-up .buttons {
    gap: 10px;
}

.pop-up .buttons .close-btn {
    height: 41px;
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid #FF2008;
    text-decoration: none;
}

.pop-up .buttons .close-btn .text {
    color: #FF2008;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow-wrap: anywhere;
}

.pop-up .buttons .download-now-btn {
    height: 41px;
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid #FF2008;
    background: #FF2008;
    box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
}

.pop-up .buttons .download-now-btn .text {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Vector, linear-gradient(152deg, #EFF7FC 51.35%, #FFF 81.92%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow-wrap: anywhere;
}

.pop-up .pop-up-img {
    height: 250px;
    width: auto;
}

@media (max-width:991.5px) {
    .pop-up .pop-up-img {
        height: 230px;
    }
}

@media (max-width:767.5px) {
    .pop-up .pop-up-img {
        height: 200px;
    }
}

@media (max-width:575.5px) {
    .modal {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pop-up .pop-up-img {
        height: 170px;
    }
}

@media (max-width:400px) {
    .pop-up {
        padding: 12.5px;
    }

    .pop-up .content .heading {
        font-size: 18px;
    }

    .pop-up .buttons .close-btn {
        padding: 8px 12px;
    }

    .pop-up .buttons .download-now-btn {
        padding: 8px 12px;
    }

    .pop-up .buttons .download-now-btn .text {
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        background: var(--Vector, linear-gradient(152deg, #EFF7FC 51.35%, #FFF 81.92%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

#blur-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(35px);
    background: rgba(255, 255, 255, 0.35);
    z-index: 1040;
    pointer-events: none;
    display: none;
}

/* pop up css end */