@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --background-color: #100125;
    --primary-text: #ee0c93;
    --light-blue: #12C5E5;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    
}

body {
    min-height: 100vh;
    
    background-image: url(/images/back-test7.jpg) !important;
    background-color: var(--background-color);
    background-repeat: no-repeat;
    background-size: 100%; /* Scales the image to cover the entire container */
    background-position: top; /* Centers the image */

    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.d_none {
    display: none !important;
}
.number{
    width :75% ; 
}
.code {
    width  : 25% ;
}
.program-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    direction: rtl;
}

.program-header {
    background-color: #87107b;
    color: white;
    font-weight: bold;
}

.program-cell {
    padding: 8px;
    border: 1px solid #ddd;
    color : white ;
}
.back-to-topp {
    position: fixed;
    display: none;
    background: #25d366;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    transition: background 0.5s;
    z-index: 99;
    border: solid 1px #25d366;
}

    .back-to-topp i {
        font-size: 30px;
        padding: 18px;
        color: #fff;
    }
li a {
    text-decoration: none;
    color: inherit;
}
.no-underline {
    text-decoration: none; /* removes underline */
    color: inherit; /* optional: keeps the text color */
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
    text-decoration: none; /* remove underline */
}

    .whatsapp-float:hover {
        background-color: #1ebe5d;
        text-decoration: none;
        color: white;
    }

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.contactForm{
    width : 75% ; 
}
.form-control:disabled {
    background-color: darkgrey !important;
    color: white !important;
    opacity: 1;
}
p, h1, h2, h3, h4,span,li,a,ul {
    color: white;
    
}

footer {
    height: fit-content;
    bottom: 0;
    margin:0;
    position:relative;
    border-radius: 30px 30px 0 0;
    padding: 30px;
    
}





    

/*Test btn blur*/
.btn-box-blur {
    margin: 6px;
    width: fit-content;
    padding: 3px;
    height: fit-content;
    padding: 15px;
    border-right: 1px solid white;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: 200ms ease-in-out;
}
    .btn-box-blur:hover {
        background: rgba(0, 0, 0, .4);
        box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3), 4px 4px 3px rgba(0, 0, 0, 0.3);
    }

.custom-nav {
    
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    z-index: 1000;
    /* Glass effect */
    background: rgba(176, 0, 189, .1);
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0 0 50px 50px;
    padding: 10px 20px;
    /* Shadows */
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3), 4px 4px 3px rgba(0, 0, 0, 0.3);
}

.custom-nav a{
    color:white !important;
    font-weight:300;
    font-size: 11pt;
}



/* Nav links */
.nav-link {
    color: white !important;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #ff66ff !important; /* example hover color */
}

.logo-div {
    height: 60px;
    width: fit-content;
    position: relative;
}

    .logo-div img {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 60px;
        filter: drop-shadow(1px 0 0 white)
    }

.nav-content-div {
    
}

.main-row {
    margin-top:120px !important;
    height: 100%;
    min-height: 100vh;
}
.main-row-home {
    margin-top: 20px;
}

.head-div {
}

.desc-div {
    
    margin-top: 10%;
    padding: 30px;
}
.head-title {
    font-family: "Changa One", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.primary-text-color {
    color: var(--primary-text);
}

.img-div-head {
    
    margin-top: 10%;

}

    .img-div-head img {
        width: 100%;
        max-width: 500px;
    }

.content-box {
    
    width: 100%;
    padding: 15px;
    height: fit-content;
    background: rgba(0, 0, 0, .6);
    /*background: rgba(255, 255, 255, 0.15);*/
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    align-items: center;
    
    box-shadow: inset -2px -2px 3px rgba(237, 237, 237, 0.3);
    transition: 200ms ease-in-out;
}
    .content-box:hover {
        background: rgba(0, 0, 0, .4);
        box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3), 4px 4px 3px rgba(0, 0, 0, 0.3);
    }

.activity-div {
    width: 75%;
    min-height: 140px;
    
    margin-top: 15px;
    width: 100%;
    /*background: rgba(0, 0, 0, .6);*/
    background-image: linear-gradient(135deg, rgba(0,0,0,1), rgba(252, 68, 177,0.4), rgba(0,0,0,1));
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    align-items: center;
    box-shadow: inset -2px -2px 3px rgba(237, 237, 237, 0.3);
    transition: background-position 0.5s ease-in-out;
    background-size: 200% 200%;
    background-position: left center;
}
    .activity-div:hover {
        background-position: right center;
    }

    .activity-div i {
        color: rgba(252, 68, 177,1);
        background-color:white;
        border-radius: 100%;
        padding: 25px;
        margin-bottom: 9px;
    }

    

.img-div-content {
    max-width: 500px
}
.img-div-content img{
    width: 450px;
}

.overlay {
    position: absolute;
    display: block;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    margin: auto;
    
    /* Glass effect */
    background: rgba(176, 0, 189, .1);
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0 0 50px 50px;
    padding: 10px 20px;
    /* Shadows */
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3), 4px 4px 3px rgba(0, 0, 0, 0.3);
    display:none;
}

/* Banner */
.banner {
    padding-top:30px;
    padding-bottom:30px;
    width: 100%;
    max-height: 450px;
}

.banner img{
    width: 100%;
    max-height: 450px;
}

.banner-row {
    margin-top: 60px;
    margin-bottom: 60px;
}



/* Footer */


.footer-logo {

    max-height: 200px;
}
.footer-logo img{
    max-width: 200px;
}

.custom-footer {
    position:relative;
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3);
    background: linear-gradient(135deg, #8748C2, #FC44B1, #4D81FA);
    bottom: 0;
    margin-top: 50%;
}

    .custom-footer a, div {
        
        color: white;
        bottom: 0;
    }

/* Accordion */
.accordion-item {
    background: rgba(0, 0, 0, .1);
    backdrop-filter: blur(20px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius:  50px;
    padding: 10px 20px;
    
}

.accordion-button {
    border-radius: 8px !important;
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3);
    background: linear-gradient(135deg, #8748C2, #FC44B1, #4D81FA);
    color: white;
    
    backdrop-filter: blur(20px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 50px;
}

.accordion-button:focus{
    color:black;
}


/* Form Input */
form {
  
    padding: 25px;
}

.form-control {
    height: 50px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0 0 50px 50px;
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3);
    border-radius: 80px;
    color: white !important;
    transition: 200ms ease-in-out;
}



.form-control:focus {
    border: 1px solid var(--primary-text) !important;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0 0 50px 50px;
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3);
    border-radius: 80px;

}

.btn-custom {
   
    height: 60px;
    background: none;
    color: var(--primary-text);
    font-size: 14pt;
    border: 2px solid var(--primary-text);
    border-radius: 80px;
    box-shadow: inset -4px -4px 8px rgba(237, 237, 237, 0.3);
    transition: 200ms ease-in-out;
}
    .btn-custom:hover {
        background-color: var(--primary-text);
        color: white;
       
    }

    .btn-custom.active {
        background-color: var(--primary-text);
        color: white;
    }

    .btn-custom:focus {
        border: none !important;
        outline: none !important;
        box-shadow: 0 0 3px 3px rgba(252, 68, 177, 0.5) !important;
    }

.checkbox-div {
    padding: 15px;
    border: 1px solid white;
    border-radius: 8px;
}

    .checkbox-div > input, .checkbox-div > label {
        font-size: 14pt;
    }


.form-group textarea {
    border-radius: 8px;
    font-size: 11pt;
    height: 130px !important;
}
    .form-group textarea:focus {
        border-radius: 8px;
    }
.hidden {
    display: none;
}

select.form-control option {
    
    background: rgba(0, 0, 0, 1);
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
}

#RegistrationForm {

    width: 75%;
}

#contact-form {
    width:100%;
}

/* Table */
.head-tr {
    background-color: var(--light-blue);
    color: black;
}

.main-tr {
    height:60px;
    background-color: var(--primary-text) !important;
}



@media (max-width: 767px) {

    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(238,12,147,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .navbar-toggler-icon:focus {
        outline: none !important;
        border: none !important; 
        
    }
    .custom-nav {
        /* allow expanding */
        
        width: 100vw;
        padding: 10px;
        border-radius: 0 0 50px 50px;
    }

    .navbar-nav {
        margin-top: 15px;
        align-content: end;
        align-items: end;
        text-align: center;
    }
    .btn-box-blur {
        width: 170px;
        padding:15px;
    }

    .nav-link {
        margin: 15px;
        display: block;
    }

    .img-div-head {
        margin-top: 15%;
    }

    #mainNav {
        
        justify-content: right;
    }

    .img-div-content img {
        width: 100%;
        max-width: 300px;
    }

    .activity-div {
        width: 100%;
        min-height: 150px;
    }

    form {
        padding: 8px;
    }
    #RegistrationForm {
        width: 100%;
    }

    .desc-div {
        position:relative;
    }
    .desc-div-content {
        position: absolute;
        bottom: 120px;
        margin:auto;
    }
}