:root {
    --bg-color: #10000E;
    --second-bg-color: #41404036;
    --text-color: #fff;
    --second-text-color: #7b838a;
    --main-color: #EFE70B;
    --input-color: #212121;
    --output-color: #181a1e;
    --deep-color: #D6C78B;
}

.dark-theme-variables{
    --bg-color: #000000;
}

.send-btn{
    margin-top: 2rem;
    cursor: pointer;
    background: transparent;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 300;
    border-radius: 6px;
    border: 0.5px solid var(--main-color);
    padding: 6px 20px;
    transition: 0.3s ease;
}
.send-btn:hover{
    box-shadow: 0 0 1rem var(--main-color);
    color: var(--main-color);
}

/* home section */
.home, .sata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teamsata{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}
.sidde img{
    height: 100px;
    max-width: 100%;
}
.heading{
    text-align: center;
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 4rem;
}
.text-box{
    font-size: 13px;
}
.text-box h1{
    font-size: 60px;    
    line-height: 70px;
    margin-left: 5px;
    font-weight: 500;
    padding-bottom: 10px;
}
.text-box h6{
    font-size: 18px;    
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
    color: #D6C78B;
    margin-bottom: 20px;
}
.text-box h3{
    font-size: 13px;
    color: var(--main-color);
    font-weight: 600;
    padding-bottom: 10px;
}
.text-box a{
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.text-box p{
    font-size: 13px;
}
.two-btns{
    display: flex;
    gap: 3rem;
}
.home-img img {
    width: 30vw;
    border-radius: 3%;
    border: 0.5px solid var(--main-color);
    animation: floatImage 4s ease-in-out infinite;
}
@keyframes floatImage {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2.4rem);
    }
    100% {
        transform: translateY(0);
    }
}
.social-media a {
    /*display: inline-flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: .2rem solid var(--main-color);
    border-radius: 50%;
    font-size: 2rem;
    color: var(--main-color);
    margin: 3rem 1.5rem 3rem 0;
    transition: .5s ease;
}
.social-media a:hover {
    background: var(--main-color);
    color: var(--bg-color);
    box-shadow: 0 0 1rem var(--main-color);
}
.social-right {
    display: flex;
    gap: 4rem;
}
.social-right img{
    height: 450px;
    max-width: 60%;
}
.social-right .sbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-right .sbox a{
    color: var(--text-color);
    width: 5rem;
    height: 5rem;
    transition: all 300ms ease;
    font-size: 16px;
}
.social-right .sbox a:hover{
    color: var(--main-color);
}
.social-right .sbox a:hover i{
    transform: scale(1.6);
}
.social-right .sbox .ones img {
    height: 40px;
    width: 17px;
    margin: 20px 0;
    cursor: pointer;
}
.social-right .sbox .twice img {
    height: 1px;
    width: 40px;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 20px 0;
}

/*About section*/
.about, .founder, .meetteam, .partners, .contact, .services, .events, .evregistration, .gallery, .donate,
 .blogs, .merchandise, .evregister, .membereg, .coachreg, .srequest, .admineditform, .adminedits, .admincr,
 .library, .readlibrary, .alldmin {
    padding-top: 10rem;
}
.about, .meetteam{
    background: var(--bg-color);
}
.sata{
    gap: 5rem;
}
.about-img img{
    width: 25vw;
    border-radius: 3%;
    border: 0.5px solid var(--main-color);
    animation: floatImage 4s ease-in-out infinite;
}
.about-content{
    /*line-height: 20px;    
    letter-spacing: 0.2em;*/
    max-width: 600px;
}
.about-content span{
    font-size: 16px;
    font-weight: 250;
}
.about-content p{
    font-size: 15px;
    font-weight: 400;
}
/*Founder section*/
.found-content{
    /*line-height: 18px;
    letter-spacing: 0.2em;*/
    max-width: 600px;
}
.found-content span{
    font-size: 27px;
    font-weight: 450;
}
.found-content p{
    font-size: 15px;
    font-weight: 400;
}
.f-social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: .2rem solid var(--main-color);
    border-radius: 50%;
    font-size: 2rem;
    color: var(--main-color);
    margin: 3rem 1.5rem 3rem 0;
    transition: .5s ease;
}
.f-social-media a:hover {
    background: var(--main-color);
    color: var(--bg-color);
    box-shadow: 0 0 1rem var(--main-color);
}
.found-img{
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid rgba(199, 191, 191, 0.25);    
    animation: floatImage 4s ease-in-out infinite;
}
.found-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Team Section*/
.heros{
    display: flex;    
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 400px;
    margin: 20px;
    background: var(--bg-color);
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.card:hover{
    box-shadow: none;
}
.card-cont{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: 0.5s;
}
.card:hover .card-cont{
    opacity: 1;
    transform: translateY(-20px);
}
.imgbox{
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid rgba(199, 191, 191, 0.25);
}
.imgbox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contentbox h3{
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 10px;
    line-height: 1.1em;
}
.contentbox h3 span{
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
    color: var(--deep-color);
}
.contentbox p{
    font-size: 12px;
    font-weight: 200;
}
.sci{
    position: absolute;
    bottom: 30px;
    display: flex;
}
.sci li{
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.1s * var(--i));
}
.card:hover .sci li{
    transform: translateY(0px);
    opacity: 1;
}
.sci li a{
    color: var(--text-color);
    font-size: 24px;
}
.sci li a:hover{
    color: var(--main-color);
}
/*partners section*/
.container-slide{
    width: 1500px;
    max-width: 100%;
}
.slider-wrapper{    
margin:  0 30px 20px;
padding: 20px 20px;
overflow: hidden;
}
.cardsp img{
    border-radius: 5%;
    object-fit: cover;
    padding: 5px;
    height: 300px;
    width: 230px;
}
.slider-wrapper .swiper-pagination-bullet{
background: var(--main-color);
height: 13px;
width: 13px;
opacity: 0.5;
}
.slider-wrapper .swiper-pagination-bullet-active{
opacity: 1;
}
.slider-wrapper .swiper-slide-button{
color: var(--text-color);
margin-top: -40px;
transition: 0.5s;
}
.slider-wrapper .swiper-slide-button:hover{
color: var(--main-color);
transform: scale(1.6);
}

/* Services */
.service-cont{
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.service-cont a {    
    text-decoration: none;
}
.service-box{
    background: var(--bg-color);
    border-radius: 3px;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    padding: 20px;
    cursor: pointer;
}
.service-box:hover{
    box-shadow: none;
    background: var(--second-bg-color);
    border: 0.1px solid var(--deep-color);
}
#s-icon{
    font-size: 40px;
    color: var(--deep-color);
    margin-top: 10px;
}
.service-box:hover #s-icon{
    margin-top: 0;
    color: var(--main-color);
}
.service-box h2{
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    color: var(--text-color);
}
.service-box p{
    font-weight: 600;
    margin-top: 5px;
    font-size: 14px;
    color: var(--text-color);
}
#arrow{
    font-size: 25px;
    margin-top: 20px;
    color: var(--deep-color);
    display: none;
    transition: 1s ease;
}
.service-box:hover #arrow{
    margin-top: 10px;
    display: block;
}
/*service request*/
.serve-info{
    display: flex;
    flex-direction: column;
    background: var(--bg-color);
    padding: 5px;
    width: 500px;
    height: 400px;
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.serve-info:hover{
    box-shadow: none;
    border: 0.5px solid var(--deep-color);
}
.serve-info h5{
    font-size: 13px;
    font-weight: 400;
    color: var(--main-color);
    padding: 5px;
}
.serv-on{
    padding: 20px 20px 0;
}
.serv-on h6{
    color: var(--deep-color);
    font-size: 12px;
    padding-bottom: 5px;
}
.serve-info .check-form .input-box .rselect{
    width: 49%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.rselect option {
    background: var(--bg-color);
    color: var(--text-color);
}
/* Events */
.events-cont{
    display: grid;
    grid-template-columns: repeat(2, 500px);
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 2rem;
}
.event-info{
    display: flex;
    background: var(--bg-color);
    padding: 5px;
    width: 500px;
    height: 400px;
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.event-info:hover{
    box-shadow: none;
    border: 0.5px solid var(--deep-color);
}
.event-info img{
    width: 280px;
    height: 390px;
    border-radius: 3%;
    object-fit: cover;
    cursor: pointer;
}
.event-info img:hover{
    transform: scale(1.3);
}
.event-reg{
    text-align: start;
    justify-content: center;
    width: 220px;
    padding: 20px;
}
.event-reg h3{
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.event-reg p{
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.reg-btn {
    text-decoration: none;
    color: var(--text-color);
    background: transparent;
    font-size: 13px;
    font-weight: 200;
    border-radius: 3px;
    border: 0.5px solid var(--main-color);
    margin-top: 10px;
    padding: 3px 7px;
    transition: 0.3s ease;
    cursor: pointer;
}
.reg-btn:hover{
    color: var(--main-color);
    box-shadow: 0 0 1rem var(--main-color);
}
/*pagination links*/
.pagination .page-link {
    color: var(--text-color);
    background: var(--bg-color);
    border-radius: 50%;
    margin: 0 4px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    transition: all 0.2s;
}

.pagination .page-item.active .page-link {
    background-color: var(--bg-color);
    color: var(--main-color);
    border: 0.1px solid var(--main-color);
}

.pagination .page-link:hover {
    background-color: #e8f0ff;
    color: #0d6efd;
}
/*unique event*/
.evdet-cont{
    display: grid;
    grid-template-columns: repeat(2, 500px);
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.evdet-cont p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.event-form{
    display: grid;
    grid-template-rows: 45px 1fr 70px;
    width: 500px;
    height: 400px;
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    background: var(--bg-color);
    padding: 5px;
}
.event-form:hover{
    border: 0.5px solid var(--deep-color);
    box-shadow: none;
}
.event-form h3{
    text-align: center;
}
.event-form p{
    font-size: 12px;
}
.reghead{
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}
.itself{                
    overflow-y: auto;
    margin: 10px 5px;       
    border-radius: 3%;
    width: 450px;
}
.itself::-webkit-scrollbar{
    width: 0;
}
table{
    background: var(--second-bg-color);
    border-collapse: collapse;
    border-spacing: 0;
    width: 450px;
    text-align: center;
    border: 0.1px solid #7e57c26e;
}
th{
    background: #7e57c26e;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 7px;
}
tr{
    font-size: 11px;
    font-weight: 300;
}
tr:nth-child(even){
    background: var(--bg-color);
}
td{    
    padding: 15px 7px;
}
.ed-table,
.del-table{
    text-decoration: none;
    color: var(--text-color);
    border-radius: 30%;
    background: #3f51b5;
    padding: 2px 5px;
    font-size: 7px;
}
.del-table{
    background: red;
    margin-left: 5px;
}
.totitself{
    text-align: center;
    padding-top: 5px;
    background: var(--second-bg-color);
    border-radius: 3%;
}
.popreg{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0 30px 30px;
    background: #7c4dff;
    border-radius: 5%;
    z-index: 1000;
}
.popreg.openPay{
    display: block;
}
.popreg form .input-box .rselect,
.verific form .input-box .rselect{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.4rem;
    font-weight: 100;
    color: var(--text-color);
    background-color: var(--bg-color);
    border-radius: .8rem;
    margin: .7rem 0;    
}
.verific.openPup{
    display: block;
}
.popreg h4{
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color);
    margin: 4px;
}
.popreg-btn button{
    margin-left: 10px;
}
.verific{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0 30px 30px;
    background: #7c4dff;
    border-radius: 5%;
    z-index: 1000;
}
.verific form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: start;
}
.verific form .input-box,
.popreg form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.verific form .input-box input,
.popreg form .input-box input{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
/*.m-btn{
    width: 20%;
    margin-top: 10px;
    padding: 8px 0;
    color: var(--text-color);
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
}*/
.form-container form {
    display: none;
}
.form-container form.active {
    display: block;
}
.button-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.toggled-btn {
    background-color: transparent;
    color: var(--text-color);
    border: 0.5px solid var(--text-color);
    padding: 5px 20px;
    border-radius: 5%;
    cursor: pointer;
}
.toggled-btn.active-btn {
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.btn-mpesa.active-btn {
    background-color: green;
}
.btn-bank.active-btn {
    background-color: orange;
}
.btn-paypal.active-btn {
    background-color: blue;
}
.verific form img{
    width: 100px;
}
.desc{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.desc p{
    font-size: 10px;
    font-weight: 100;
}
/* Gallery */
.our-gallery{
    display: grid;
    grid-template-columns: repeat(4, 250px);
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}
.gallery-cont{
    width: 200px;
    height: 200px;
    perspective: 300px;
    margin-bottom: 2rem;
}
.gallery-cont:hover .snap{
    cursor: pointer;
    transform: rotateY(180deg) rotateZ(180deg);
}
.snap{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    transition: transform 1000ms;
    transform-style: preserve-3d;
}
.sfront,
.sback{
    position: absolute;
    color: var(--text-color);
    height: 100%;
    width: 100%;
    border-radius: 5%;
    backface-visibility: hidden;
    /*box-shadow: 0 0 5px 2px rgba(50, 50, 50, 0.25);*/
}
.sfront img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5%;
}
.sback{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    transform: rotateY(180deg) rotateZ(180deg);    
    border: 0.5px solid var(--deep-color);
    gap: 3rem;
    padding: 10px;
}
.sback h1{
    font-size: 15px;
    font-weight: 500;
}
.sback p{
    font-size: 12px;
    font-weight: 100;
}
/*library*/
.lib-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.libsnap a{
    text-decoration: none;
}
.libsnap{
    width: 210px;
    height: 270px;
    background: var(--bg-color);
    padding: 4px;
    border-radius: 3px;
}
.libsnap:hover {
    border: 0.1px solid var(--main-color);
}
.libsnap img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 5px;
}
.libsnap h2{
    color: var(--text-color);
    margin-bottom: 10px;
}
/*read book*/
.readlibrary {
    display: flex;
    flex-direction: column;    
    box-sizing: border-box;
    height: 800px;
}
.pdf-container {
    width: 100%;
    flex: 1;
    overflow-y: scroll;
    scrollbar-width: none;
}
.pdf-container::-webkit-scrollbar {
    width: 0;
}
.pdf-container embed {
    width: 100%;
    height: 100%;
}
/* Blogs */
.blogs p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2rem;
    padding: 0 20px;
}
.blog-cont{
    display: grid;
    grid-template-columns: repeat(2, 500px);
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}
.idblog{
    width: 500px;
    height: 500px;
    background: var(--bg-color);
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    padding: 5px;
}
.idblog:hover{
    box-shadow: none;    
    border: 0.5px solid var(--deep-color);
}
.idblog img{
    width: 490px;
    height: 270px;
    object-fit: cover;
    border-radius: 5%;   
}
.det-blog{
    text-align: start;
    justify-content: center;
    width: 500px;
    padding: 5px;    
}
.det-blog a{
    text-decoration: none;
}
.det-blog a h4{
    font-size: 22px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 5px;
}
.det-blog a h4:hover{
    color: var(--main-color);
}
.det-blog p{
    font-size: 10px;
    font-weight: 100;
    margin-bottom: 20px;
}
.det-icon{
    display: grid;
    grid-template-columns: repeat(4, 110px);
    gap: 5px;
    margin-bottom: 5px;
}
.p-group{
    justify-content: center;
    align-items: center;
    background: var(--second-bg-color);
    border-radius: 5%;
    padding: 5px;
    cursor: pointer;
}
.p-group i{
    color: var(--deep-color);
    font-size: 20px;
}
.p-group span{
    color: #edeff1;
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
    vertical-align: middle;
    margin-top: 2px;
}
/* Share button*/
.share-btn,
.share-btn1,
.share-btn2,
.share-btn3{
    background: transparent;
    margin-left: 20px;
    cursor: pointer;
}
.share-options,
.share-options1,
.share-options2,
.share-options3{
    position: relative;
    width: 260px;
    height: auto;
    transform-origin: bottom left;
    display: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(132, 139, 200, 0.925);
    color: var(--text-color);
    padding: 10px;
    transition: .5s;
    transition-delay: .5s;
    margin-bottom: 6rem;
}
.share-options.active,
.share-options1.active,
.share-options2.active,
.share-options3.active{
    display: block;
    transition-delay: 0s;
}

.copy-text,
.copy-text1,
.copy-text2,
.copy-text3{
    position: relative;
    padding: 10px;
    display: flex;
    gap: 5px;
    width: 260px;
}
.copy-text input.text,
.copy-text1 input.text,
.copy-text2 input.text,
.copy-text3 input.text{
    padding: 5px 10px;
    font-size: 15px;
    color: #555;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 240px;
}
.copy-text button,
.copy-text1 button,
.copy-text2 button,
.copy-text3 button{
    padding: 5px 10px;
    border-radius: 5px;
    background: #5784f5;
    color: var(--text-color);
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}
.copy-text button:active,
.copy-text1 button:active,
.copy-text2 button:active,
.copy-text3 button:active{
    background: #809ce2;
}
.copy-text button::before,
.copy-text1 button::before,
.copy-text2 button::before,
.copy-text3 button::before{
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #5c81dc;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
}
.copy-text button::after,
.copy-text1 button::after,
.copy-text2 button::after,
.copy-text3 button::after{
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
}
.copy-text.active button::before,
.copy-text.active button::after,
.copy-text1.active button::before,
.copy-text1.active button::after,
.copy-text2.active button::before,
.copy-text2.active button::after,
.copy-text3.active button::before,
.copy-text3.active button::after{
    display: block;
}
.p-group a{
    color: #D6C78B;
    vertical-align: middle;
    font-size: 10px;
    margin-top: 2px;
}
.p-group a:hover{
    color: var(--main-color);
}
.sharethis-inline-share-buttons{
    width: 320px;
    margin-top: 10px;    
    padding: 5px 0;
}
/* Merchandise */
.merch{
    width: 900px;
    max-width: 90vw;
    margin: 0;
    text-align: center;
    transition: transform 0.5s;
}
.m-head{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.m-title{
    font-size: 14px;
}
.hidden {
    display: none;
}
.icon-cart{
    position: fixed;
    top: 10%;
    right: 10%;
    cursor: pointer;
    z-index: 99;
}
.icon-cart i{
    width: 30px;
    font-size: 40px;
}
.icon-cart span{
    position: absolute;
    display: flex;
    color: var(--text-color);
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: 50%;
    right: -25px;
}
.merch-product{
    display: grid;
    grid-template-columns: repeat(4, 200px);
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: transform 0.5s;
}
.merch-item{
    background: var(--second-bg-color);
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    border-radius: 3%;
    padding: 20px;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: 0.5s;
}
.merch-item:hover{
    box-shadow: none;
    background: var(--bg-color);
    border: 0.5px solid var(--deep-color);
}
.merch-item img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 3%;
    transition: transform 0.5s;
    margin-bottom: 5px;
}
.merch-item img:hover{
    transform: scale(1.5);
}
.merch-item h2{
    font-size: 12px;
    font-weight: 500;
}
.price{
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
}
.addcart{
    color: var(--text-color);
    background: darkslateblue;
    padding: 5px 10px;
    border-radius: 6px;
    border: 0.5px solid #000;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.cart-tab{
    position: fixed;
    text-align: start;
    display: grid;
    grid-template-rows: 50px 1fr 50px;
    background: #343532;
    border-radius: 3%;
    color: var(--text-color);
    top: 20%;
    right: -400px;
    width: 400px;
    height: 75vh;
    transition: 0.5s;
}
body.showcart .cart-tab{
    right: 0;
}
body.showcart .merch{
    transform: translateX(-150px);
}
body.showcart .merch-product{
    grid-template-columns: repeat(3, 200px);
}
.cart-tab h1{
    padding: 20px;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
    border-bottom: 0.5px solid var(--deep-color);
    border-radius: 3%;
}
.listcart{
    overflow: auto;
}
.listcart::-webkit-scrollbar{
    width: 0;
}
.listcart-item{
    display: grid;
    grid-template-columns: 70px 130px 40px 1fr;
    gap: 5px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.listcart-item:nth-child(even){
    background: #eee1;
}
.list-img{
    padding: 5px;
    height: 65px;
}
.list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}
.list-name{
    font-size: small;
    font-weight: 200;
}
.totalprice{
    letter-spacing: 3px;
    font-size: small;
    font-weight: 200;
}
.quantity span{
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 15px;
    background: var(--text-color);
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
}
.quantity span:nth-child(2){
    background: transparent;
    color: var(--text-color);
}
.merch-buttons{
    display: grid;
    grid-template-columns: repeat(2, 0.25fr);
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.merch-buttons button{
    background: darkslateblue;
    padding: 8px 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5%;
    color: var(--text-color);
    cursor: pointer;
}
.merch-buttons .close-btn{
    background: var(--main-color);
    color: #000;
}
/*Merchandise checkout*/
.detailevent .reghead{
    color: var(--text-color);
    padding-left: 10px;
}
.detailevent .check-list{
    height: 410px;
    margin: 10px 0;
    overflow-y: auto;
    border: 0.1px solid #7e57c26e;
    border-radius: 13px
}
.detailevent .check-list::-webkit-scrollbar{
    width: 0;
}
.detailevent .check-list ul{
    list-style-type: none;
}
.detailevent .check-list ul li{
    display: flex;
    justify-content: space-between;
    padding: 10px;   
}
.detailevent .check-list ul li:nth-child(odd){
    background: var(--second-bg-color);
}
.detailevent .check-list ul li span{
    font-size: 11px;
    font-weight: 400;
}
.detailevent .check-list ul li span:nth-child(2){
    color: var(--text-color);
}
.check-form form{
    padding: 3rem;
    text-align: start;
}
.check-form form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.check-form form .input-box input,
.check-form form textarea {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.check-form form .input-box input {
    width: 49%;
}
.check-form form textarea {
    resize: none;
}
.detailevent h6{
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.payment-button{
    margin-top: 2rem;
    cursor: pointer;
    background: transparent;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 200;
    border-radius: 6px;
    border: 0.5px solid var(--main-color);
    padding: 6px 20px;
    transition: 0.3s ease;
}
.payment-button:hover{
    box-shadow: 0 0 1rem var(--main-color);
    color: var(--main-color);
}
/* donate section */
.donate h2{
    margin-bottom: 10px;
}
.donate p{
    font-size: 12px;
    margin-bottom: 10px;
}
.donate-cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 3rem;
}
.whyd{
    display: flex; 
    flex-direction: column;   
    justify-content: center;
}
.dhead{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--main-color);
    text-align: center;
}
.don-col{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-evenly;
    align-items: start;    
    gap: 1rem;
}
.don-info{
    align-items: center;
    justify-content: center;    
    height: 180px;
    margin-bottom: 10px;
    background: var(--bg-color);
    border-radius: 3px;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    padding: 10px;
    cursor: pointer;
}
.don-info:hover{
    box-shadow: none;
    background: var(--second-bg-color);
    border: 0.5px solid var(--deep-color);
}
.don-info h5{
    font-size: 14px;
    font-weight: 500;
    color: var(--deep-color);
    margin-bottom: 5px;
}
.don-info p{
    font-size: 14px;
    font-weight: 400;
}
.donform{
    border-radius: 5%;
    height: 200px;
    height: 100%;
}
.m-donate{
    background: var(--bg-color);
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.m-donate form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: start;
    margin-bottom: 3rem;
    padding: 10px;
}
.m-donate form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m-donate form .input-box input,
.m-donate form textarea {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.m-donate form .input-box input {
    width: 49%;
}
.m-donate form textarea {
    resize: none;
}
/*.m-btn{
    width: 20%;
    margin-top: 10px;
    padding: 8px 0;
    color: var(--text-color);
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
}*/
.form-container form {
    display: none;
}
.form-container form.active {
    display: block;
}
.button-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.toggled-btn {
    background-color: transparent;
    color: var(--text-color);
    border: 0.5px solid var(--text-color);
    padding: 5px 20px;
    border-radius: 5%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.toggled-btn.active-btn {
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.btn-mpesa.active-btn {
    background-color: green;
}
.btn-bank.active-btn {
    background-color: #BE0028;
}
.btn-paypal.active-btn {
    background-color: #039CDD;
}
.m-donate form img{
    width: 100px;
}
.desc{
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
    gap: 10px;
}
.desc p{
    font-size: 10px;
    font-weight: 400;
}
/* Contact Us */
/*.c-cont{
    display: grid;
    grid-template-columns: repeat(2, 70rem);
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 15px;
}
.ad-c h4, .con-form h4{
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 8px;
}
.con-con{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-evenly;
    max-width: 70rem;
}
.cont-info{
    display: flex;
    align-items: center;    
    justify-content: space-evenly;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid var(--second-text-color);
    width: 34rem;
}
.cont-info i{
    font-size: 30px;
    color: var(--main-color);
}
.coti h4{
    font-size: 15px;
    color: var(--text-color);
    font-weight: 700;
}
.coti p{
    font-size: 13px;
    font-weight: 400;
}
.coti p a{
    text-decoration: none;
    color: var(--main-color);
}
.coti p a:hover{
    color: var(--third-text-color);
}
.m-adr{
    max-width: 70rem;
    border: 1px solid var(--second-text-color);
    border-radius: 10px;
    padding: 2px;
    overflow: hidden;
}
.m-adr iframe{
    width: 100%;
    height: 35rem;
    border-radius: 10px;
}
.con-form form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: start;
    margin-bottom: 3rem;
}
.con-form form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con-form form .input-box input,
.con-form form textarea {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    border: 0.1px solid var(--second-text-color);
    background: var(--bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.con-form form .input-box input {
    width: 49%;
}*/
/*.contact{
    padding: 12rem 9% 2rem 6%;    
}*/
.con-sata{
    display: grid;
    grid-template-columns: repeat(2, 48rem); 
    align-items: center;
    justify-content: center;
    gap: 3rem;  
}
.contad, .c-form{
    max-width: 48rem;
}
.map-cont {
    /*position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 3%;*/
    max-width: 48rem;
    border: 1px solid var(--second-text-color);
    border-radius: 10px;
    padding: 2px;
    overflow: hidden;
}
.map-cont iframe {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 3%;*/
    width: 100%;
    height: 35rem;
    border-radius: 10px;
}
.coti{
    font-size: 13px;
    font-weight: 400;   
}
.coti p{
    font-size: 13px;
    font-weight: 400;
}
.coti p a{
    text-decoration: none;
    color: var(--main-color);
}
.continformation {
    /*display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    gap: 20px;
    margin-top: 1rem;*/
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    max-width: 48rem;
    margin-top: 1rem;
}
.cont-info {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    border-radius: 3%;
    padding: 10px;
    box-shadow: 0 0 0.3rem var(--deep-color);*/
    display: flex;
    align-items: center;    
    justify-content: space-evenly;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid var(--second-text-color);
    width: 23rem;
}
.cont-info h4{
    font-size: 15px;
    color: var(--text-color);
    font-weight: 700;
}
.cont-info i {
    font-size: 4rem;
    color: var(--main-color);
}
.cont-info p{
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color); 
}
.cont-info p a{
    text-decoration: none;
    color: var(--main-color); 
}
.contact form {
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3rem;
}
.contact form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact form .input-box input,
.contact form textarea {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.contact form .input-box input {
    width: 49%;
}
.contact form textarea {
    resize: none;
}
.send-btn{
    margin-top: 2rem;
    cursor: pointer;
    background: transparent;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 200;
    border-radius: 6px;
    border: 0.5px solid var(--main-color);
    padding: 6px 20px;
    transition: 0.3s ease;
}
.send-btn:hover{
    box-shadow: 0 0 1rem var(--main-color);
    color: var(--main-color);
}
/* services section */
.services{
    padding: 12rem 5% 2rem 13%;    
}
.service-cont{
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.service-box{
    background: var(--bg-color);
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    padding: 20px;
    cursor: pointer;
}
.service-box:hover{
    box-shadow: none;
    background: var(--second-bg-color);
    border: 0.5px solid var(--deep-color);
}
#s-icon{
    font-size: 40px;
    color: var(--deep-color);
    margin-top: 10px;
}
.service-box:hover #s-icon{
    margin-top: 0;
    color: var(--main-color);
}
.service-box h2{
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    color: var(--text-color);
}
.service-box p{
    font-weight: 400;
    margin-top: 5px;
    font-size: 12px;
    color: var(--text-color);
}
#arrow{
    font-size: 25px;
    margin-top: 20px;
    color: var(--deep-color);
    display: none;
    transition: 1s ease;
}
.service-box:hover #arrow{
    margin-top: 10px;
    display: block;
}
/* events section */
.events{
    padding: 12rem 5% 2rem 13%;    
}
.event-info{
    display: flex;
    background: var(--bg-color);
    padding: 5px;
    width: 500px;
    height: 400px;
    border-radius: 3%;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.event-info:hover{
    box-shadow: none;
    border: 0.5px solid var(--deep-color);
}
.event-info img{
    width: 280px;
    height: 390px;
    border-radius: 3%;
    object-fit: cover;
    cursor: pointer;
}
.event-info img:hover{
    transform: scale(1.3);
}
.event-reg{
    text-align: start;
    justify-content: center;
    width: 220px;
    padding: 20px;
}
.event-reg h3{
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

/*admin home*/
.insights{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 5rem;
}
.dareas{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    padding: 20px;
    cursor: pointer;
    background: var(--bg-color);    
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    border-radius: 3px;
}
.dareas:hover{
    border: 0.1px solid var(--deep-color);
    box-shadow: none;
}
.left h3{
    font-size: 13px;
    font-weight: 500;
}
.left h2{
    color: #ffffffb2;
    font-size: 13px;
    font-weight: 500;
}
.text-mutedd{
    margin-top: 5px;
    color: #ffffff7e;
}
.dareas i{
    color: var(--deep-color);
    font-size: 50px;
}
/*admin upload*/
.ad-cont{
    background: var(--bg-color);
    padding: 10px;
    border-radius: 6px;    
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    margin-bottom: 5rem;
}
.ad-cont:hover{
    box-shadow: none;
}
.adhd{
    font-size: 20px;
    margin-bottom: 10px;
}
.ad-cont form label{
    font-size: 11px;
    margin-bottom: 3px;
    color: var(--main-color);
}
.ad-cont form input, .ad-cont form textarea{
    padding: 8px 5px;
    background-color: var(--bg-color);
    border-radius: 3px;
    border: 0.5px solid var(--text-color);
    color: var(--text-color);
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.apbtn{
    padding: 3px;
    font-size: 11px;
}
.ad-cont table{
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
    border-radius: 5px;
    text-align: center;
    border: 0.1px solid #7e57c26e;
}
.ad-cont table th{
    font-size: 11px;
    border:0.1px solid var(--second-bg-color);
}
.ad-cont table td{
    font-size: 9px;
    border:0.1px solid var(--second-bg-color);
}
.tabtn{
    padding: 3px;
    font-size: 9px;
    color: var(--text-color);
}
/*login and signup*/
#signu, #logi, #contac, #hom, #abou, #propd{
    background: var(--second-bg-color);
}
.logfom{
    border-radius: 6px;
    background: var(--bg-color);
}
.logfom h5{
    font-size: 22px;
}
.logfom .ltrue{
    font-size: 14px;
    font-weight: 500;
    color: var(--third-text-color);
}
.logfom label{
    font-size: 12px;
    font-weight: 400;
    color: var(--text-color);
}
.logfom input{
    background: var(--bg-color);
    padding: 8px 10px;
    font-size: 15px;
    color: var(--text-color);
    border-radius: 3px;
}
.logfom button{
    padding: 10px 10px;
    margin-top: 25px;
}
.logfom a{
    text-decoration: none;
    font-size: 12px;
    color: var(--main-color);
    transition: 0.3s ease;
}
.logfom a:hover{
    color: var(--third-text-color);
}
.logfom p{
    font-size: 15px;
}
.logfom span{
    color: var(--text-color);
    font-size: 15px;
}
#terms, #keep-logged-in{
    margin: 0 10px 0 20px;
    border-radius: 4px;
}
.btncl{
    width: 100%;
}

/*logged in pages*/
/*landing*/
.mash-home{
    padding: 13rem 5% 2rem 13%;
}
.mash-intro{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 3rem;
}
.welc-text h1{
    font-size: 60px;    
    line-height: 70px;
    margin-left: 5px;
    font-weight: 450;
}
.welc-text h3{
    margin-left: 5px;
    font-weight: 450;
    font-size: 20px;
}
.welc-text h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.welc-text h5{
    font-size: 13px;
    color: var(--main-color);
    font-weight: 200;
    padding-bottom: 5px;
}
.welc-text h6{
    font-size: 18px;    
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
    color: #D6C78B;
    margin-bottom: 20px;
}
.welc-text p{
    font-size: 14px;
    line-height: 30px;
}
/*about*/
.about-mash{
    padding: 12rem 5% 2rem 13%;
    background: var(--bg-color);
}
/*database*/
.datab-home{
    padding: 9rem 5% 2rem 13%;
}
.dbcont{
    position: relative;
    background: var(--text-color);    
    width: 100%;
    height: 85vh;
    border-radius: 8px;
    overflow: hidden;
}
.dbcont iframe{
    /*margin-top: -15rem;*/
    height: 100%;
    width: 100%;   
    border-radius: 3px;
    object-fit: cover;
}
/*analysis*/
.databse-home{
    padding: 9rem 5% 2rem 13%;
    display: grid;
    grid-template-columns: repeat(1, 0.8fr);
    justify-content: center;
    align-items: center;
}
.dbsecont{
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    background: var(--text-color);    
    width: 0.8fr;
    height: 85vh;
    border-radius: 8px;
    overflow: hidden;
}
.dbsecont iframe{
    /*margin-top: -2rem;*/
    margin-left: -10rem;
    height: 100%;
    width: 170%;   
    border-radius: 3px;
    object-fit: cover;
}

/*analysis chessify*/
.dbchecont{
    position: relative;
    background: var(--text-color);    
    width: 100%;
    height: 85vh;
    border-radius: 8px;
    /*box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);*/
    overflow: hidden;
}
.dbchecont iframe{
    margin-top: -5rem;
    height: 100%;
    width: 100%;   
    border-radius: 3px;
    object-fit: cover;
}
/*profiles*/
.news{
    padding: 12rem 5% 2rem 13%;
}
.prev-cont{
    display: grid;
    grid-template-columns: repeat(2, 50rem);
    justify-content: center;
    gap: 5rem;
}
.id-news{
    position: relative;
}
.id-news-text{
    position: relative;
    padding: 25px;
}
.id-news-text p{
    font-size: 14px;
    line-height: 30px;
}
.news-head{
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 13px;
}
.iframe-cont{
    position: relative;
    width: 50rem;
    height: 60rem;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    overflow: hidden;
}
.iframe-cont iframe{
    margin-top: -5rem;
    width: 87rem;
    height: 90rem;   
    border-radius: 15px;
    object-fit: cover;
}
.profile-logged{
    position: relative;
    display: grid;
    grid-template-rows: 12rem 48rem;
    width: 50rem;
    height: 60rem;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
    overflow: hidden;
    margin-bottom: 3rem;
}
.profile-logged-img{
    height: 12rem;
    padding: 0.5rem;
    display: grid;    
    justify-content: center;
    align-items: center;
}
.profile-logged-img img{
    object-fit: cover;
    border-radius: 50%;
    height: 11rem;
    width: 11rem;
    background: #000000;
    border: 0.1px solid var(--main-color);
}
.profile-logged-info{
    display: grid;    
    justify-content: center;
    padding: 5px;
}
.profile-logged-info table{
    border-collapse: collapse;
    border-radius: 15px;
    padding: 1rem;
    width: 300px;
    height: 46rem;
}
.profile-logged-info table td{
    font-size: 11px;
    padding: 7px;
    border: 1px solid #7e57c26e;
}
.profile-logged-info table tr:nth-child(even){
    background: var(--second-bg-color);
}
/*Mashinani forms*/
/*student*/
.reg-student{
    padding: 13rem 5% 2rem 13%;
}
.std-data{
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(187, 178, 178, 0.2);
}
.std-data form {
    padding: 3rem;
    text-align: start;
    margin-bottom: 3rem;
}
.std-data form .input-box .rselect{
    width: 49%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.rselect option {
    background: var(--bg-color);
    color: var(--text-color);
}
#club {
    width: 49%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.ui-autocomplete {
    max-height: 200px; /* Limit height */
    overflow-y: auto; /* Enable scrolling */
    z-index: 1000; /* Ensure it appears above other elements */
}
.ui-menu-item {
    padding: 8px; /* Padding for each item */
    font-size: 1.6rem;
    color: var(--text-color);
    background: var(--bg-color);
    border: none;
}
.std-data form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.std-data form .input-box input,
.std-data form textarea {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background-color: var(--second-bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
}
.std-data form .input-box input {
    width: 49%;
}
.std-data form textarea {
    resize: none;
}
.m-btn{
    margin-top: 2rem;
    cursor: pointer;
    background: transparent;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    border: 0.5px solid var(--main-color);
    padding: 6px 20px;
    transition: 0.3s ease;
}
.m-btn:hover{
    box-shadow: 0 0 1rem var(--main-color);
    color: var(--main-color);
}
.date-input {
    padding: 10px;
    border-radius: 4px;
    background-color: transparent;
    color: var(--text-color);
    appearance: none;
    -webkit-appearance: none;
}

.date-input::-webkit-calendar-picker-indicator {
    background-color: transparent;
    border-radius: 30%;
    color: var(--text-color);
    padding: 5px;
}

/* Screen Breakpoints */
@media (max-width: 991px) {
    .sidde img{
        display: none;
    }
    .home-img img{
        width: 40vw;
    }
    .social-media a {
        display: inline-flex;
    }
    .social-right{
        display: none;
    }
    .hidp{
        display: none;
    }
    .about-img img{
        width: 30vw;
    }
    .found-img{
        width: 700px;
        height: 300px;
    }
    .evdet-cont{
        grid-template-columns: repeat(1, 500px);
    }
    .coti h4{
        font-size: 13px;
    }
    .coti p{
        font-size: 11px;
    }
    /*.c-cont{
        grid-template-columns: repeat(2, 44rem);
    }
    .cont-info{
        width: 21rem;
        gap: 0.5rem;
    }
    .coti h4{
        font-size: 13px;
    }
    .coti p{
        font-size: 11px;
    }
    .cont-info i{
        font-size: 20px;
    }
    .con-sata{
        grid-template-columns: repeat(1, 44rem);
    }*/
    .con-sata{
        grid-template-columns: repeat(1, auto);
    }
    .continformation, .map-cont, .c-form{
        max-width: 44rem;
    }
    .cont-info i{
        font-size: 20px;
    }
    .our-gallery{
        grid-template-columns: repeat(3, 200px);
        gap: 2rem;
    }
    .merch{
        max-width: 991px;
        width: 668px;
    }
    .icon-cart i{
        font-size: 40px;
    }
    .icon-cart span{
        width: 20px;
        height: 20px;
        font-size: 11px;
        right: -23px;
    }
    .merch-product{
        grid-template-columns: repeat(3, 1fr);
    }
    body.showcart .merch-product{
        grid-template-columns: repeat(2, 200px);
    }
    .m-donate form .input-box input {
        width: 100%;
    }
    .blog-cont{
        grid-template-columns: repeat(2, 390px);
    }
    .idblog,
    .det-blog{
        width: 390px;
    }
    .idblog{
        height: 520px;
    }
    .idblog img{
        width: 380px;
    }
}
@media (max-width: 768px) {
    .home, .sata, .teamsata {
        align-items: center;
        justify-content: center;
        gap: 5rem;
    }
    .home{        
        flex-direction: column;
    }
    .home-content h3 {
        font-size: 2.6rem;
    }
    .home-content h1 {
        font-size: 5rem;
    }
    .home-img img {
        width: 70vw;
    }
    .text-box{
        margin-top: 8rem;
    }
    .about-img img{
        width: 65vw;
    }
    .hidp{
        display: inline-flex;
    }
    .sata, .teamsata {
        flex-direction: column-reverse;
    }
    .found-img{
        width: 50rem;
        height: 50rem;
    }
    .events-cont{
        grid-template-columns: repeat(1, 500px);
        align-items: center;
        justify-content: center;
    }
    .evdet-cont{
        grid-template-columns: repeat(1, 320px);
    }
    .detailevent,
    .serve-info,
    .specsvent,
    .event-form{
        width: 500px;
    }
    .serve-info{
        height: 550px;
    }
    .detailevent{
        height: 500px;
    }
    .detailevent img{
        width: 310px;
        height: 290px;
    }
    .snorth,
    .lnorth{
        grid-template-columns: repeat(2, 115px);
    }
    .itself,
    table{
        width: 450px;
    }
    th{
        font-size: 8px;
        padding: 3px 2px;
    }
    td{
        padding: 7px 2px;
    }
    tr{
        font-size: 7px;
    }
    .blog-cont{
        grid-template-columns: repeat(1, 500px);
    }
    .idblog,
    .det-blog{
        width: 500px;
    }
    .idblog img{
        width: 490px;
    }
    .slider-wrapper{
        margin:  0 20px 20px;
        padding: 20px 30px;
      }
      .cardsp img{
        height: 290px;
        width: 230px;
    }
    .check-form form .input-box input,
    .serve-info .check-form .input-box .rselect{
        width: 100%;
    }
    .detailevent .check-list{
        height: 450px;
    }
    /*.c-cont{
        grid-template-columns: repeat(1, 66rem);
    }
    .cont-info{
        width: 32rem;
    }
    .con-sata{
        grid-template-columns: repeat(1, 66rem);
    }*/
    .cont-info{
        width: 32rem;
    }
    .service-cont{
        grid-template-columns: repeat(2, 1fr);
    }
    .our-gallery{
        grid-template-columns: repeat(2, 250px);
    }
    .gallery-cont,
    .sfront img{
        width: 250px;
        height: 250px;
    }
    .merch{
        max-width: 768px;
        width: 517px;
    }
    .icon-cart i{
        font-size: 35px;
    }
    .icon-cart span{
        width: 20px;
        height: 20px;
        font-size: 11px;
        right: -18px;
    }
    .merch-product{
        grid-template-columns: repeat(2, 1fr);
    }
    .cart-tab{
        width: 300px;
    }
    .listcart-item{
        grid-template-columns: 60px 100px 40px 1fr;
    }
    .list-img{
        height: 50px;
    }
    .totalprice{
        font-weight: 500;
    }
    .quantity span{
        width: 18px;
        height: 18px;
        font-size: 12px;
        margin-left: 2px;
    }
    .merch-buttons{
        grid-template-columns: repeat(2, 0.35fr);
    }
    .donate-cont{
        grid-template-columns: repeat(1, 1fr);
    }
    .m-donate form .input-box input {
        width: 49%;
    }
    .blog-cont{
        grid-template-columns: repeat(1, 500px);
    }
    .idblog,
    .det-blog{
        width: 500px;
    }
    .idblog img{
        width: 490px;
    }
    .news{
        padding-left: 5%;
    }
    .prev-cont{
        grid-template-columns: repeat(1, 62rem);
    }
    .mash-intro{
        flex-direction: column;
        align-items: start;
    }
}
@media (max-width: 617px) {
    section {
        padding: 0 5% 2rem 3%;
    }
    .text-box h1{
        font-size: 50px;    
        line-height: 60px;
        font-weight: 500;
    }
    .text-box h6{
        margin-top: 0;
        margin-bottom: 0;
    }
    .text-box p,
    .about-content p,
    .found-content p{
        font-size: 12px;
    }
    .home-img img {
        width: 80vw;
    }
    .about-img img{
        width: 75vw;
    }
    .service-cont{
        grid-template-columns: repeat(1, 1fr);
    }
    .events-cont{
        grid-template-columns: repeat(1, 380px);
    }
    .event-info{
        height: 410px;
    }
    .event-info img{
        height: 390px;
        width: 265px;
    }
    .whyd h3{
        text-align: start;
    }
    .blog-cont{
        grid-template-columns: repeat(1, 380px);
    }
    .idblog,
    .det-blog{
        width: 360px;
    }
    .idblog img{
        width: 360px;
    }
    .cardsp img{
        height: 220px;
        width: 210px;
    }
    .sharethis-inline-share-buttons{
        width: 310px;        
        padding: 10px 0;
    }
    .our-gallery{
        grid-template-columns: repeat(2, 200px);
    }
    .gallery-cont,
    .sfront img{
        width: 200px;
        height: 200px;
    }
    .merch{
        max-width: 617px;
        width: 350px;
    }
    body.showcart .merch-product{
        grid-template-columns: repeat(1, 200px);
    }
    .welc-text h1{
        font-size: 50px;    
        line-height: 60px;
        font-weight: 350;
    }
    .welc-text h4{
        font-size: 14px;
        font-weight: 300;
    }
    .databse-home{
        grid-template-columns: repeat(1, 370px);
    }
    .dbsecont{
        width: 370px;
    }
    /*.con-sata{
        grid-template-columns: repeat(1, 60rem);
    }*/
    .cont-info{
        width: 28rem;
    }
}
@media (max-width: 450px) {
    /*.contact{
    padding: 12rem 0 2rem 13%;    
}section{
    padding: 12rem 0 2rem 2%;
}*/
    .text-box h6{
        font-size: 17px;
    }
    .events-cont{
        grid-template-columns: repeat(1, 290px);
    }
    .event-info{
        width: 290px;
        height: 680px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .event-info img{
        width: 270px;
        height: 450px;
    }
    .event-info img:hover{
        transform: scale(1.1);
    }
    .event-reg{
        width: 290px;        
        padding: 10px;
    }
    .evdet-cont{
        grid-template-columns: repeat(1, 290px);
    }
    .detailevent,
    .specsvent,
    .serve-info,
    .event-form{
        width: 280px;
    }
    .detailevent img{
        width: 270px;
    }
    .itself,
    table{
        width: 280px;
    }
    .blog-cont{
        grid-template-columns: repeat(1, 290px);
        text-align: center;
    }
    .idblog,
    .det-blog{
        width: 280px;
    }
    .det-blog a h4{
        font-size: 18px;
    }
    .idblog img{
        width: 270px;
        height: 200px;
    }    
    .det-icon{
        grid-template-columns: repeat(2, 110px);
    }
    .continformation {
        grid-template-columns: repeat(1, 290px);
        justify-content: center;
        gap: 4px;        
    }  
    .c-cont{
        grid-template-columns: repeat(1, 290px);
    }
    .c-form{
        max-width: 290px;
    }
    .contact form .input-box input {
        width: 100%;
    }
    .cont-info{
        width: 140px;
        justify-content: space-between;
        padding: 2px;
    }
    .cont-info i{
        font-size: 16px;
    }
    .coti h4{
        font-size: 12px;
    }
    .cont-info p{
        font-size: 10px;
        font-weight: 400;
    }
    .con-form form .input-box input {
        width: 100%;
    }
    .our-gallery{
        grid-template-columns: repeat(1, 250px);
    }
    .gallery-cont,
    .sfront img{
        width: 250px;
        height: 250px;
    }
    .merch{
        max-width: 450px;
        width: 265px;
    }
    .icon-cart i{
        font-size: 30px;
    }
    .icon-cart span{
        width: 20px;
        height: 20px;
        font-size: 11px;
        right: -12px;
    }
    .merch-product{
        grid-template-columns: repeat(1, 1fr);
    }
    body.showcart .merch{
        transform: translateX(-350px);
    }
    .list-name{
        font-size: 11px;
        font-weight: 200;
    }
    .donate p{
        font-size: 11px;
    }
    .don-col{
        grid-template-columns: repeat(1, auto);
    }
    .m-btn{
        /*font-size: 14px;*/
        width: 30%;
    }
    .news{
        padding-left: 2%;
    }
    .prev-cont{
        grid-template-columns: repeat(1, 310px);
        justify-content: center;
    }
    .iframe-cont{
        width: 310px;
        height: 320px;
    }
    .iframe-cont iframe{
        width: 80rem;
        height: 93rem;
    }
    .profile-logged{
        width: 310px;
    }
    .mash-intro{
        align-items: center;
    }
    .databse-home{
        grid-template-columns: repeat(1, 320px);
        padding-left: 0;
    }
    .dbsecont{
        width: 320px;
    }
    .dbsecont iframe{
        width: 165%;
    }
    .datab-home{
        padding-left: 2rem;
        display: block;
        justify-content: center;
    }
}
@media (max-width: 365px) {
    .home-img img,
    .about-img img{
        width: 90vw;
    }
    .home-img img{
        height: 70vw;
        object-fit: cover;
    }
    .found-img{
        width: 40rem;
        height: 40rem;
    }
    .card{
        width: 250px;
    }
    .merch{
        max-width: 365px;
        width: 230px;
    }
    .m-donate form .input-box input {
        width: 100%;
    }
    /*.blog-cont{
        grid-template-columns: repeat(1, 290px);
    }
    .idblog,
    .det-blog{
        width: 290px;
    }
    .idblog img{
        width: 270px;
    } */
}