html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    background: #000;
    color: #ffffff;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.rubik-font {
    font-family: "Rubik Mono One", serif;
    font-weight: 400;
    font-style: normal;
}

h2.rubik-font.section-title {
    font-size: 60px;
    line-height: 0.9;
    margin: 0 0 50px;
    color: #ffde00;
    max-width: 630px;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.66);
}

.biliard-image {
    position: absolute;
    right: 16%;
}

.calcio_balilla {
    position: absolute;
    right: 10%;
}

.text-section {
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.66);
}

.roboto-font {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.5;
}

header {
    position: fixed;
    width: 100%;
    padding: 0;
    text-align: center;
    z-index: 10;
}
header svg {
    max-width: 150px;
}
#bob-text {
    display: none;
}

#BigText {
    max-width: 900px;
    height: 100%;
    padding: 0 10px;
}

.section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px 0 50px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.form-container {
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 90px;
}

.info-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.info-bar a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    gap: 20px;
    align-items: center;
}

.info-bar a svg {
    width: 40px;
    fill: #ffde00;
}

h2.rubik-font.section-title:after {
    content: "";
    width: 200px;
    height: 3px;
    background-color: #e30613;
    display: block;
    margin-top: 50px;
}

form {
    background-color: #ea5b0c;
    padding: 50px;
    max-width: 600px;
    border-radius: 30px;
}

input,
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    height: 50px;
}

textarea {
    height: 100px;
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: white;
}

button {
    padding: 10px 20px;
    background: #e30613;
    color: white;
    border: none;
    cursor: pointer;
    width: 140px;
    border-radius: 10px;
    text-transform: uppercase;
}

#videoCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assicura che l'immagine copra l'intero canvas */
    z-index: -1; /* Dietro al contenuto della pagina */
    opacity: .5
  }

.inner-section {
    max-width: 1200px;
    overflow: hidden;
}

.container-section {
    padding: 0 10px;
}

.container-section img {
    max-width: 760px;
    width: 100%;
}

.container-section .calcio_balilla img {
    min-width: 700px;
}

.arrow {
    width: 30px;
    height: 30px;
    fill: white;
    animation: bounce 1.5s infinite;
    position: absolute;
    bottom: 40px;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.6;
    }
    50% {
        transform: translateY(10px);
        opacity: 1;
    }
}

.floating-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.floating-bar a {
    line-height: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e30613;
    border-radius: 100%;
    padding: 10px;
}

.floating-bar svg {
    fill: white;
}

input[type="checkbox"] {
    height: auto;
}

span.wpcf7-list-item {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.privacy-copy {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.privacy-copy a {
    color: #fff;
    text-decoration: underline;
}

/***************************************************
 * Generated by SVG Artista on 2/3/2025, 4:42:52 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.3s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both;
    animation: animate-svg-fill-1 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s
        both;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.6s both;
    animation: animate-svg-fill-2 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.6s
        both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.7s both;
    animation: animate-svg-fill-3 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.7s
        both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both;
    animation: animate-svg-fill-4 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s
        both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.9s both;
    animation: animate-svg-fill-5 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.9s
        both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s both;
    animation: animate-svg-fill-6 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s
        both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s both;
    animation: animate-svg-fill-7 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s
        both;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.2000000000000002s both;
    animation: animate-svg-fill-8 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.3s both;
    animation: animate-svg-fill-9 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.3s
        both;
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.4s both;
    animation: animate-svg-fill-10 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.4s both;
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.5s both;
    animation: animate-svg-fill-11 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.5s both;
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.6s both;
    animation: animate-svg-fill-12 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.6s both;
}

@-webkit-keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-13 {
    -webkit-animation: animate-svg-fill-13 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.7000000000000002s both;
    animation: animate-svg-fill-13 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-14 {
    -webkit-animation: animate-svg-fill-14 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.8s both;
    animation: animate-svg-fill-14 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.8s both;
}

@-webkit-keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-15 {
    -webkit-animation: animate-svg-fill-15 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.9000000000000001s both;
    animation: animate-svg-fill-15 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335)
        1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

@keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: white;
    }
}

.svg-elem-16 {
    -webkit-animation: animate-svg-fill-16 0.5s
        cubic-bezier(0.6, 0.04, 0.98, 0.335) 2s both;
    animation: animate-svg-fill-16 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2s
        both;
}

/****RESPONSIVE****/

@media only screen and (max-width: 1220px) {
    .container-section {
        display: block;
    }

    .biliard-image {
        text-align: center;
    }

    .calcio_balilla {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    h2.rubik-font.section-title {
        font-size: 50px;
        max-width: 460px;
    }

    .container-section .calcio_balilla img {
        min-width: 1px;
    }

    .biliard-image,
    .calcio_balilla {
        position: relative;
        right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .info-bar {
        grid-template-columns: 1fr;
    }
}
