@font-face { font-family: Ortland; src: url('https://res.cloudinary.com/dblhjs3ea/raw/upload/v1723124824/Ortland_a7b4di.otf'); }
@font-face { font-family: Ortland-Outline; src: url('https://res.cloudinary.com/dblhjs3ea/raw/upload/v1725113790/Ortland-Outline_ryizq9.otf'); }
/*@font-face { font-family: Montserrat-Regular; src: url('/fonts/Montserrat-Regular.ttf'); }
@font-face { font-family: Montserrat-SemiBold; src: url('/fonts/Montserrat-SemiBold.ttf'); }
@font-face { font-family: Montserrat-ExtraBold; src: url('/fonts/Montserrat-ExtraBold.ttf'); }*/

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #FAF3F0;
    color: #000;
    overflow-x: hidden;
}

.hero{
    position: relative;
    /* border: 1px solid green; */
    height: 635px;
    background-image: url("img/BG Colorato@2x.png");
    background-position: center;
    top: 0;
}

.title-hero{
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    height: 140px;
    margin: 0;
}

.button-discover{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.imgBiglietti{
    width: 20px;
    height: 20px;
}

.discover-buy, .discover{
    text-align: center;
    margin-top: 100px;
    transition: all .2s;
}

.discover-buy a{
    display: flex;
    justify-content: center; /* centra verticalmente */
    align-items: center;
    text-align: center;
    gap: 8px; /* spazio tra testo e immagine (facoltativo) */
    padding: 18px 30px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background-color: #ff77c0;
    border-radius: 30px;
    transition: all .2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.discover a{
    display: flex;
    align-items: center; /* centra verticalmente */
    padding: 18px 30px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center; /* centra orizzontalmente */
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3); /* Colore di sfondo semitrasparente */
    backdrop-filter: blur(10px); /* Effetto blur */
    -webkit-backdrop-filter: blur(10px); /* Supporto per Safari */
    border: 0.5px solid #fff;
    border-radius: 30px;
    transition: all .2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.discover-buy a:hover{
    box-shadow: 0 0 8px 3px rgba(255, 119, 192, 0.6);
    transform: scale(1.02);
    transition: all 0.4s;
    border-radius: 30px;
}

.discover:hover{
    transform: scale(1.02);
    transition: all .2s;
}

@media screen and (max-width: 768px) {
    .hero {
        background-position: top;
    }

    .title-hero{
        padding-top: 50px;
    }

    .discover a{
        border-radius: 20px;
    }

    .discover{
        margin-top: 30px;
    }

    .button-discover {
        flex-direction: column; /* Cambia la direzione in colonna */
        align-items: center; /* Centra gli elementi orizzontalmente */
        gap: 10px; /* Spazio tra i pulsanti */
        display: block;
        width: 100%;
        margin-top: 0;
        height: auto; /* Permette ai pulsanti di adattarsi al contenuto */
        column-gap: 10px;
    }
}

.marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    cursor: default;
    user-select: none;
}

.marquee__inner {
    display: inline-block;
    white-space: nowrap;
}

.marquee__text {
    display: inline-block;
    font-family: 'Ortland-Outline', sans-serif;
    font-size: 80px;
    color: #000;
    padding-right: 2rem;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ff77c0;
}

.countdown-item {
    margin: 0 20px;
}

.countdown-item span {
    font-size: 60px;
    font-weight: bold;
}

.countdown-item p {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
}



#time {
    font-size: 20px;
    margin-top: 10px;
}

#date-location {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    display: none;
}

#date {
    opacity: 1;
}

.hidden {
    opacity: 0;
    transition: 1s ease-out;
}


/* .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    width: 435px;
    margin-left: -700px;
    height: 40px;
    top: 38%;
    margin-top: 55px;
    color: #666666;
    float: left;
}
  
.text p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 40px;
}
  
.word {
    position: absolute;
    width: 365px;
    opacity: 0;
    text-align: center;
}
  
.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}
  
.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
  
.letter.behind {
    transform: rotateX(-90deg);
}
  
.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
  
.wisteria {
    color: #FFD05A;
}
  
.belize {
    color: #FF6A87;
}
  
.green {
    color: #6B66FF;
} */

header {
    background-image: url("img/BG Colorato@2x.png");
    background-position: top;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 2;
    top: 0;
}

header a{
    text-decoration: none;
    color:#FFFFFF;
}

.header.active {
    position: fixed;
    animation: slideIn 0.5s ease forwards;
}

.header.active h1{
    font-size: 50px;
    text-align: left;
    margin-left: 50px;
    width: 16%;
    float: left;
}

.header.active #menu{
    text-align: right;
    width: 50%;
    margin-right: 50px;
    float: right;
}

.header.active #date-location{
    float: left;
    display: block;
    margin-top: 15px;
}

@keyframes slideIn {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}

header h1 {
    margin: 0;
    font-family: 'Ortland', light;
    font-size: 90px;
}

nav {
    position: relative;
}

.menu-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 53px;
    right: 7px;
}

.menu-icon div {
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 5px 0;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    transition: transform .6s, opacity .8s, top .6s;
}

.bar1.change{
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 12px;
    top: 50px;
}
.bar2.change{
    opacity: 0;
}
.bar3.change{
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: -16px;
}

nav ul {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px;
    z-index: 1;
    transition: all 0.3s;
    border-radius: 10px;
}

nav ul li a:hover {
    color: #000;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 10px;
}

section {
    padding: 50px 20px;
}

h2 {
    color: #ff77c0;
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

#festival, #dove, #faqs, #orari {
    margin-bottom: 2rem;
}

#festival{
    padding: 40px;
    margin-left: 50%;
}

.faq-item {
    background-color: white;
    border: 1px solid var(--accent-color);
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.faq-item img{
    width: 15px;
    height: 15px;
    user-select: none;
}

.faq-question {
    padding: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.faq-answer {
    display: none;
    padding: 1rem;
    border-top: 1px solid var(--accent-color);
    transition: all 0.5s;
}

/* Google Maps */
iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map-container {
    display: grid; /* Usa il layout a griglia */
    grid-template-columns: 1fr 1fr; /* Due colonne di uguale larghezza */
    gap: 20px; /* Spaziatura tra le colonne */
    width: 100%; /* Larghezza del contenitore */
    margin: 0 auto; /* Centra il contenitore nella pagina */
    align-items: start; /* Allinea gli elementi in alto */
}

.direction-map{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    height: 300px;
    background-color: #fff; 
    color: #000;
}

.transport-options {
    display: flex; /* Layout orizzontale */
    justify-content: center; /* Spaziatura uniforme tra gli elementi */
    align-items: center; /* Allinea gli elementi in alto */
    gap: 20px; /* Spaziatura tra gli elementi */
    flex-wrap: wrap; /* Permette di andare a capo su schermi piccoli */
    margin: 60px 0 3px 5px;
}

.transport-item {
    text-align: center; /* Centra il contenuto */
    flex: 1; /* Gli elementi occupano lo stesso spazio */
    max-width: 300px; /* Larghezza massima per ogni elemento */
    margin: 0 20px 0px 5px;
}

.transport-icon {
    width: 20px; /* Dimensione dell'icona */
    height: 20px;
    margin-bottom: 10px; /* Spaziatura sotto l'icona */
    background-color: #ff77c0;
    padding: 10px; /* Spaziatura interna */
    border-radius: 50%; /* Icona circolare */
}

.transport-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.transport-item p {
    font-size: 14px;
    color: #555;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media screen and (max-width: 768px) {
    .direction-map{
        display: none;
    }
}

/* Biglietti */
#biglietti {
    padding: 20px 20px;
    background-color: #FAF3F0; /* Colore di sfondo */
    text-align: center;
}

.ticket-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Permette di andare a capo su schermi piccoli */
    margin-bottom: 20px;
    height: auto;
}

.tkt1, .tkt2{
    transition: all 0.4s;
}

.tkt1:hover, .tkt2:hover{
    transform: scale(1.02);
    transition: all 0.4s;
}

.tkt2 .ticket-button-container2s{
    margin-bottom: 20px;
}

.ticket-item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    width: 300px;
    height: 380px;
    text-align: left;
}

.ticket-item h3 {
    font-size: 27px;
    color: #333;
    margin-bottom: 2px;
}

.ticket-item p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.ticket-item h4 {
    font-size: 30px;
    color: #333;
    margin: 8px 0px;
}

.ticket-item hr{
    border: none;
    border-top: 1px solid #b9b9b9; /* Linea rosa */
    opacity: 0.5; /* Opacità della linea */
    margin: 10px 0; /* Spaziatura sopra e sotto la linea */
    width: 100%; /* Larghezza della linea */
}

.ticket-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.ticket-benefits li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.ticket-benefits .removed{
    color: #d7d7d7;
}

.check-icon img{
    color: #ff77c0; /* Colore dell'icona */
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
    width: 17px;
    height: 17px;
}

.ticket-button-container {
    margin-top: 30px;
}

.buy-ticket-button {
    font-family: 'Montserrat', sans-serif;
    background-color: #ff77c0;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    transition: all 0.4s;
}

.buy-ticket-button:hover {
    box-shadow: 0 0 8px 3px rgba(255, 119, 192, 0.6);
    transform: scale(1.02);
    transition: all 0.4s;
    border-radius: 30px;
}

.arrow-icon {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

@media screen and (max-width: 336px) {
    .ticket-item {
        height: 400px; /* Aumenta l'altezza per schermi piccoli */
    }

    .transport-item p{
        display: none;
    }
    
}

/* Tabella degli orari */
.table-container {
    display: flex;
    gap: 20px; /* Spazio tra le tabelle, puoi modificarlo come preferisci */
}
.table-item {
    flex: 1;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #ff77c0;
    color: white;
}

tr:hover {
    background-color: #f2f2f2;
}

/*Sponsor*/
#sponsor {
    padding: 2rem;
    background-color: var(--bg-color);
    border-top: 1px solid var(--primary-color);
    text-align: center;
}

.sponsor-category {
    margin-bottom: 2rem;
}

.sponsor-category h3 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.sponsor-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.sponsor-logos img {
    width: 125px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.5) invert(1);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.sponsor-logos img:hover {
    transform: scale(1.1);
    filter: brightness(0.8) invert(1);
}



@media screen and (max-width: 768px) {
    .title-hero{
        margin-top: 60px;
        font-size: 40px;
        
    }

    .countdown{
        display: none;
    }

    table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
    
    .table-container{
        display: block; 
    }

    th {
        width: 100%;
        padding: 10px;
    }

    .links{
        display: none;
    }

    /* .frase-inizio{
        align-items: center;
        margin-left: 0;
    }

    .text{
        width: 100%;
        color: #666666;
        margin-left: 0;
        text-align: center;
        float: none;
    }

    .text p{
        font-size: 25px;
    }

    .word{
        margin-top: 45px;
        margin-left: -160px;
        width: 200px;
        opacity: 0;
        text-align: right;
        font-size: 25px;

    } */

    .map-container {
        grid-template-columns: 1fr; /* Una sola colonna */
    }

    #festival{
        margin-left: 0%;
    }

    .entry{
        margin-top: 110px;
        text-align: center;
    }

    .social{
        padding-bottom: 20px;
    }
    
    .social-icons {
        display: flex;
        gap: 1rem;
        align-items: center;
        position: absolute;
        margin-left: -40px;
    }

    .contact{
        padding-top: 40px;
    }

    .sponsor-logos img {
        width: 80px;
    }
}


@media screen and (max-width: 768px) {
    header{
        position: fixed;
    }

    header h1{
        font-size: 50px;
    }

    .header.active{
        display: none;
    }

    #festival {
        padding-top: 120px;
    }

    .menu-icon {
        display: block;
        margin-top: -20px;
    }

    nav ul {
        display: none;
        position:absolute;
        top: 0px;
        background-image: url("img/BG Colorato@2x.png");
        background-position: top;
        width: 100%;
        text-align: center;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    nav ul li a {
        display: block;
        padding: 15px;
        text-align: center;
    }

    nav ul li a:hover{
        border-radius: 0px;
    }
}


@keyframes fadeInOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

footer {
    background-image: url("img/BG Colorato@2x.png");
    background-position: top;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: absolute;
    left: 47%;
    padding-top: 20px;
}

.icon {
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.icon:hover {
    transform: scale(1.1);
}

.instagram {
    background-image: url('img/instagram.png');
}

.email {
    background-image: url('img/email.png');
}

.about {
    flex: 1;
    min-width: 200px;
    margin: 10px 0;
    padding-top: 11px;
}

.about h1{
    font-size: 45px;
    padding-bottom: 0px;
}


.footer-section h2 {
    margin-bottom: 10px;
    color: #fff;
}

.footer-section h1{
    font-family: 'Ortland', sans-serif;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-section a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom p {
    margin: 0;
}

/* Responsive footer */
@media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
}

/*LOGIN PAGE*/ /* AUTH PAGE */
#authForm {
    margin: 0px auto;
    text-align: center;
}

#form {
    position: relative;
    background-color: #FAF3F0;
    border-radius: 25px;
    height: 400px;
    width: 350px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
}

.input {
    margin: 10px auto;
    width: 100%;
    position: relative;
}

.input input {
    width: 93.2%;
    height: 35px;
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    font-size: 16px;
    outline: none;
}

.input label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 4;
}

.input input:focus + label,
.input input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: #333;
    z-index: 4;
}

#signInButton, #signUpButton{
  border: none;
  border-radius: 30px;
  margin: 0 auto;
  height: 35px;
  width: 90%;
  color: white;
  background-color: #ff77c0;
  transition: all .4s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* #signUpButton{
    border: none;
    background: none;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 auto;
    z-index: 4;
} */

#signOutButton{
    border: none;
    border-radius: 30px;
    margin: 0 auto;
    height: 35px;
    width: 10%;
    color: white;
    background-color: #ff77c0;
    transition: all .4s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#signInBtn{
    border: 0.5px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
    height: 35px;
    width: 10%;
    color: white;
    background-color: #ff77c0;
    transition: all .4s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#signInGoogle{
    border: none;
    border-radius: 35px;
    height: 40px;
    width: 50px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all .4s;
}

#signInGithub{
    border: none;
    border-radius: 35px;
    height: 40px;
    width: 50px;
    color: white;
    background-color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all .4s;
}

.signInIcon{
    height: 35px;
    width: 35px;
}

.g-recaptcha{
    width: 90%;
    height: 100px;
}

.button{
    margin-top: 50px;
    z-index: 4;
}

#signUpButton:hover, #signInButton:hover, #signInGoogle:hover, #signInGithub:hover{
    transform: scale(1.03);
    transition: all .4s;
    cursor: pointer;
}

#signOutButton:hover, #signInBtn:hover{
    transform: scale(1.03);
    transition: all .4s;
    cursor: pointer;
    color: #ff77c0;
    background-color: white;
}

.notification{
    width: 346px;
    padding: 20px;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    margin-left: -195px;
    margin-top: 30px;
    border-radius: 18px; 
    background-color: #ec2d2d;
    border: 2px solid red;
    opacity: 0.5;
    text-align: center;
    color: #fff;
    display: none; 
    z-index: 4;
}

.notification.active{
    display: block;
    transition: all 0.5s;
}

#signTabs{
    display: flex; /* Disposizione orizzontale dei pulsanti */
    justify-content: center; /* Centra i pulsanti orizzontalmente */
    align-items: center; /* Allinea verticalmente */
    background-color: #fff; /* Colore dello sfondo del contenitore */
    padding: 8px; /* Spazio interno */
    border-radius: 10px; /* Angoli arrotondati */
    width: 375px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#signTabs button {
    flex: 1; /* I pulsanti occupano spazio equo */
    background-color: #fff; /* Colore di sfondo */
    color: #b9b9b9; /* Colore del testo */
    border: none; /* Rimuove il bordo */
    padding: 10px 20px; /* Spaziatura interna */
    border-radius: 8px; /* Angoli arrotondati */
    font-size: 16px; /* Dimensione del font */
    cursor: pointer; /* Cambia il cursore al passaggio */
    text-align: center; /* Centra il testo */
    margin-right: 8px; /* Spazio tra i pulsanti */
    margin-left: -3px;
    transition: all 0.3s; /* Aggiunge */
}

#signTabs button:last-child {
    margin-right: -3px; /* Rimuove lo spazio tra l'ultimo pulsante e il bordo */
}

#signTabs button.active {
    background-color: #ff77c0; /* Cambia il colore di sfondo */
    color: #fff; /* Cambia il colore del testo */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#showPassword{
    position: absolute;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background-color: white;
    width: 30px;
    height: auto;
}

#terms{
    font-size: 12px;
    color: #454545;
    width: 100%;
    height: 20px;
    align-items: center;
    justify-content: space-around;
}

#terms-B{
    appearance: none;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 5px;
    background-color: #e7e7e7;
    cursor: pointer;
}

#terms-B:checked{
    background-color: #ff77c0;
}

@media screen and (max-width: 768px) {
    #authForm{
        margin: 10px auto;
    }
}

#secretContent video{
    width: 50%;
    scrollbar-width: none;
    overflow-y: none;
    margin-left: 25%;
    height: auto;
    border: none;
    outline: none;
}