* {
    font-family: 'Montserrat', sans-serif;
}

.xyu {
    position: relative;
    background: linear-gradient(to top, #110f16, #53196e);  
}

.clmn {
    border: #661f86 solid 2px;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
}

.xyu1 {
    color: lightsalmon;
}

body {
    background-color: #110f16;
}
.link1 {
    color: #53196e;
}
.link1:hover {
    color: lightsalmon;
}
.link2 {
    color: lightgoldenrodyellow;
}
.link2:hover {
    color: lightsalmon;
}
.intro {
    background-size: cover;
}
.fon {
    background: url() center no-repeat;
    background-size: cover;
}
.btn {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid black;
    transition: 0.5s;
}
.btn:hover {
    border: 1.5px solid black;
    background-color: black;
    color: white;
}
.btn2 {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid white;
    transition: 0.5s;
}
.btn2:hover {
    border: 1.5px solid #eee;
    background-color: #eee;
}
.btn3 {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid #53196e;
    transition: 0.5s;
    color: #53196e;
    background-color: rgb(33, 33, 33);
}
.btn3:hover {
    border: 1.5px solid #53196e;
    background-color: #53196e;
    color: rgb(33, 33, 33);
}
.arrow {
	margin: 0 auto;
	position: relative;
	background: #53196e;
	border-radius: 3px;
}
.arrow:before {
	content: ""; 
	border: solid transparent;
	position: absolute;
 	top: 100%;
	left: 50%;
	border-top-color: #53196e;
	border-width: 40px;
	margin-left: -40px;
}

.gray_section {
    background-color: rgb(246, 247, 250);
}
.card {
    background: radial-gradient(circle, rgb(83, 58, 11) 0%, rgb(22, 20, 15) 100%); 
    border: 1px solid rgb(134, 93, 17);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
}
.card2 {
    background: radial-gradient(circle, rgb(8, 20, 77) 0%, rgb(3, 0, 17) 100%); 
    border: 1px solid rgb(14, 33, 128);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
    text-align: right;
}
.card3 {
    background: radial-gradient(circle, rgb(63, 19, 83) 0%, rgba(17,15,22,1) 100%);
    border: 1px solid #661f86;
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
}
.card4 {
    background: radial-gradient(circle, rgb(7, 78, 23) 0%, rgb(0, 17, 5) 100%); 
    border: 1px solid rgb(11, 124, 38);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
    color: white;
    text-align: right;
}
/* .card:hover {
    scale: 1.005;
    border: 1px solid #75249b;
    background: linear-gradient(90deg, rgba(17,15,22,1) 0%, rgb(63, 19, 83) 15%, rgba(17,15,22,1) 100%); 
    -webkit-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    -moz-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
}
.card2:hover {
    scale: 1.005;
    border: 1px solid #75249b;
    background: linear-gradient(90deg, rgba(17,15,22,1) 0%, rgb(63, 19, 83) 85%, rgba(17,15,22,1) 100%); 
    -webkit-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    -moz-box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    box-shadow: -5px 5px 25px 0px rgba(83,25,110,1);
    text-align: right;
} */
.card1 {
    margin: 10px;
    box-shadow: none;
}
.card_orange {
    background-color: #53196e;
    border-radius: 15px;
    margin: 15px;
    box-shadow: none;
}
.white_text {
    color: white;
}
.hr {
    border: #53196e 1px solid;
}
.cl_img {
    display: flex;
    justify-content: center;
    margin: auto;
}
.hover:hover {
    color: #4fc1f1;
}

.footer {
    color: white;
    background-color: #1b2a32;
    padding-bottom: 5px;
    padding-top: 20px;
}

li {
    list-style: none;
    background-size: 20px 20px;
    padding-left: 30px;
}
.text_block {
    text-align: center;
}
.hr_short {
    width: 20%;
    background-color: #53196e;
    margin-bottom: 10px;
}
.card_img {
    border-radius: 5px;
    margin: auto;
}


/* Basis-Styling für beide Buttons */
.baton, .baton2 {
    display: inline-block;
    padding: 12px 30px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

/* Schlichter Glas-Button */
.baton {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.baton:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.baton:active {
    transform: scale(0.95);
}

/* Auffälliger, aber harmonischer Lila-Blau-Glow Button */
.baton2 {
    color: #ffffff;
    background: linear-gradient(90deg, #3a0ca3, #7209b7, #660bad, #480ca8, #3a0ca3);
    background-size: 300% 300%;
    animation: softNeonGlow 5s linear infinite;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(114, 9, 183, 0.8);
}

/* Sanfte Animation für den Farbverlauf */
@keyframes softNeonGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Weicher Schein um den Button */
.baton2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    filter: blur(12px);
    z-index: -1;
}

.baton2:hover {
    box-shadow: 0 0 25px rgba(114, 9, 183, 1);
    transform: scale(1.05);
}

.baton2:active {
    transform: scale(0.95);
}



/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px; /* Etwas höher für ein moderneres Aussehen */
    backdrop-filter: blur(15px); /* Stärkerer Blur-Effekt */
    background: rgba(255, 255, 255, 0.2); /* Leicht transparenter Hintergrund */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Tiefere Schatten für mehr Tiefe */
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Feiner Rand für Glasmorphismus */
}

/* Navigation Container */
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px; /* Mehr Padding für ein moderneres Layout */
    height: 100%;
    max-width: 1200px; /* Begrenzte Breite für bessere Lesbarkeit */
    margin: 0 auto; /* Zentrieren des Containers */
}

/* Logo Styling */
.logo {
    font-size: 24px; /* Größere Schrift für mehr Präsenz */
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Textschatten für bessere Sichtbarkeit */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Sanfte Animationen */
}

.logo:hover {
    transform: scale(1.05); /* Leichte Vergrößerung beim Hover */
    opacity: 0.9; /* Leichte Transparenz beim Hover */
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 25px; /* Mehr Abstand zwischen den Links */
    text-shadow: 2px 2px 4px rgba(128, 128, 128, 0.6); /* Grauer Schatten */
}

.nav-links li a {
    text-decoration: none;
    color: black; /* Standardfarbe für Desktop */
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px; /* Mehr Padding für bessere Klickbarkeit */
    border-radius: 8px; /* Abgerundete Ecken */
    transition: background-color 0.3s ease, color 0.3s ease; /* Sanfte Übergänge */
}

.nav-links li a:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Heller Hintergrund beim Hover */
    color: #ff6b6b; /* Akzentfarbe beim Hover */
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .sticky-header {
        height: 60px; /* Kleinere Höhe für Mobile */
    }

    .nav-container {
        padding: 0 15px; /* Weniger Padding für Mobile */
    }

    .logo {
        font-size: 20px; /* Kleinere Schrift für Mobile */
    }

    .nav-links {
        gap: 15px; /* Weniger Abstand zwischen den Links */
    }

    .nav-links li a {
        font-size: 14px; /* Kleinere Schrift für Mobile */
        padding: 6px 10px; /* Weniger Padding für Mobile */
        color: black; /* Textfarbe für Mobile auf Schwarz ändern */
        text-shadow: none; /* Schatten im mobilen Modus entfernen */
    }
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: white; /* Standardfarbe für Desktop */
    font-size: 16px;
    transition: color 0.3s ease-in-out;
    text-shadow: 2px 2px 4px rgba(128, 128, 128, 0.6); /* Grauer Schatten */
}

.nav-links a:hover {
    color: lightsalmon;
}

/* Hamburger Menü Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* Responsive Anpassungen für das Hamburger Menü */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
    }
}

/*ddddddddddddddddddddddddddddddddddddddddddddddd*/
/* Abstand unterhalb des Headers für besseren Lesekomfort */
.hero {
    padding-top: 5px; /* 60px für den Header + 15px Abstand */
}

/* Optional: Falls du weiteren Abstand für kleinere Bildschirme brauchst */
@media (max-width: 768px) {
    .hero {
        padding-top: 30px; /* Etwas mehr Platz auf kleineren Displays */
    }
}









    html {
            scroll-behavior: smooth; /* Enable smooth scrolling */
        }


    /* Modal Container (Hintergrund) */
    .custom-modal {
        display: none; /* Standardmäßig versteckt */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Dunklerer Hintergrund für besseren Kontrast */
        justify-content: center;
        align-items: center;
        z-index: 1000; /* Sicherstellen, dass das Modal über allem liegt */
        backdrop-filter: blur(10px); /* Glasmorphismus-Effekt */
    }

    /* Modal Content */
    .custom-modal-content {
        background: rgba(30, 30, 30, 0.9); /* Dunkler, transparenter Hintergrund */
        padding: 25px;
        border-radius: 15px; /* Abgerundete Ecken */
        max-width: 90%; /* Breite anpassen für Mobile */
        width: 600px; /* Maximale Breite für Desktop */
        position: relative;
        backdrop-filter: blur(15px); /* Glasmorphismus-Effekt */
        border: 1px solid rgba(255, 255, 255, 0.1); /* Leichter Rand für Tiefe */
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); /* Schatten für 3D-Effekt */
    }

    /* Close Button */
    .custom-modal-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #fff; /* Weiße Farbe für bessere Sichtbarkeit */
        transition: color 0.3s ease; /* Sanfte Farbänderung beim Hover */
    }

    .custom-modal-close:hover {
        color: #ff6b6b; /* Rötliche Farbe beim Hover */
    }

    /* Text im Modal */
    .custom-modal-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #fff; /* Weiße Schrift */
        text-align: center;
    }

    .custom-modal-content p {
        font-size: 16px;
        line-height: 1.6; /* Bessere Lesbarkeit */
        color: #e0e0e0; /* Hellgraue Schrift */
        margin-bottom: 20px;
    }

    /* Responsive Anpassungen */
    @media (max-width: 768px) {
        .custom-modal-content {
            padding: 20px;
            width: 90%; /* Breite anpassen für Mobile */
        }

        .custom-modal-content h2 {
            font-size: 20px; /* Kleinere Schrift für Mobile */
        }

        .custom-modal-content p {
            font-size: 14px; /* Kleinere Schrift für Mobile */
        }
    }

    /* Zeige das Modal, wenn es aktiv ist */
    .custom-modal.active {
        display: flex;
    }
	
	
	.footerneu {
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    backdrop-filter: blur(10px); /* Frosted glass effect */
    border-radius: 15px; /* Rounded corners */
    padding: 20px; /* Padding for spacing */
    color: #ffffff; /* Text color */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px; /* Margin for spacing */
    font-family: 'Arial', sans-serif; /* Font style */
    text-align: center; /* Centered text */
}

.footerneu a {
    color: #b931f8; /* Link color */
    text-decoration: none; /* Remove underline from links */
}

.footerneu a:hover {
    text-decoration: underline; /* Underline on hover */
}

-----------------------------------------------------------------------------












.modal-container {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    text-align: left;
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container.is-open { 
    pointer-events: all; 
    opacity: 1;
}




.modal-container1 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content1 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container1 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container1.is-open1 { 
    pointer-events: all; 
    opacity: 1;
}



.modal-container2 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content2 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container2 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container2.is-open2 { 
    pointer-events: all; 
    opacity: 1;
}


.modal-container3 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content3 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container3 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container3.is-open3 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container4 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content4 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container4 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container4.is-open4 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container5 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content5 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container5 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container5.is-open5 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container6 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content6 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container6 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container6.is-open6 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container7 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content7 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close7 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container7 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container7.is-open7 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container8 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content8 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close8 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container8 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container8.is-open8 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container9 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content9 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
}
.close9 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container9 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container9.is-open9 { 
    pointer-events: all; 
    opacity: 1;
}

.modal-container10 {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0; 
    display: flex;
    width: 100vw;
    height: 100vh; 
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content10 {
    z-index: 9999;
    overflow: scroll;
    width: 100%; 
    height: 100%; 
    max-width: 1000px; 
    max-height: 600px; 
    background: radial-gradient(circle, rgba(43,31,48,1) 0%, rgba(22,27,33,1) 100%); 
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}
.close10 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}
.modal-container10 { 
    pointer-events: none; 
    opacity: 0;
}
.modal-container10.is-open10 { 
    pointer-events: all; 
    opacity: 1;
}