 * {margin: 0;padding: 0;font-family: "Poppins", sans-serif;box-sizing: border-box;}:root {--bg-color: #000000;--bg-shadow: #ba181b;--text-color: #fff;--second-color: lime;--third-color: #191c1d;}.second-color {color: var(--second-color);}.extra-color {color: rgb(0, 255, 191);}html {scroll-behavior: smooth !important;}body {background: var(--bg-color);color: var(--text-color);}section {padding: 100px 0px;}.container {padding: 10px 10%;}.row {display: flex;justify-content: space-between;flex-wrap: wrap;}.col-33 {flex-basis: 33%;}.col-35 {flex-basis: 35%;}.col-50 {flex-basis: 50%;}.col-60 {flex-basis: 60%;}.col-100 {flex-basis: 100%;}.inline-block {display: inline-block;}.logo-container {border: 1px solid white;padding: 5%;border-radius: 15px;text-align: center;}.center {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: space-around;text-align: center;gap: 1rem;}.center-sx {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}.title {font-size: 60px;font-weight: 900;}.pre-title {font-size: 35px;font-weight: 400;}.sub-title {font-size: 25px;font-weight: 700;}.parag {font-size: 20px;font-weight: 400;}.medium-parag{font-size: 16px;}.mini-parag {font-size: 12px;}.m-0 {margin: 0 }.m-1 {margin: 10px }.m-2 {margin: 20px }.m-3 {margin: 30px }.m-4 {margin: 40px }.m-5 {margin: 50px }.mt-0 {margin-top: 0 }.mt-1 {margin-top: 10px }.mt-2 {margin-top: 20px }.mt-3 {margin-top: 30px }.mt-4 {margin-top: 40px }.mt-5 {margin-top: 50px }.mt-6 {margin-top: 60px }.mt-100 {margin-top: 100px }.mb-0 {margin-bottom: 0 }.mb-1 {margin-bottom: 10px }.mb-2 {margin-bottom: 20px }.mb-3 {margin-bottom: 30px }.mb-4 {margin-bottom: 40px }.mb-5 {margin-bottom: 50px }.mb-6 {margin-bottom: 60px }.mb-100 {margin-bottom: 100px }.mb-250 {margin-bottom: 250px }.mb-275 {margin-bottom: 275px }.mb-300 {margin-bottom: 300px }.mr-05{margin-right: 5px}.mr-1{margin-right: 10px}.mr-2{margin-right: 20px}.p-0 {padding: 0 }.p-1 {padding: 10px }.p-2 {padding: 20px }.p-3 {padding: 40px }.p-4 {padding: 100px }.pt-1 {padding-top: 10px;}.pt-3 {padding-top: 20px;}.pt-3 {padding-top: 40px;}.pt-4 {padding-top: 15vh;}.pb-1 {padding-bottom: 10px;}.pb-2 {padding-bottom: 20px;}.pb-3 {padding-bottom: 40px;}.pb-4 {padding-bottom: 15vh;}.pb-3vh {padding-bottom: 3vh;}.spacer-25 {min-height: 25px;}.spacer-50 {height: 50px;}.spacer-100 {height: 100px;}.shadow {box-shadow: 0 0 50px var(--bg-shadow) }.round {border-radius: 15px;}.responsive {width: 100%;}.deco-none {color: var(--text-color);text-decoration: none;}@property --rotate {syntax: "<angle>";initial-value: 0deg;inherits: false;}.button {--radius: 50px;--rotate: 0deg;border-radius: var(--radius);background: var(--bg-color);color: var(--text-color);font-size: 30px;font-weight: 700;text-align: center;text-decoration: none;margin-top: 2rem;padding: 14px 25px;display: inline-block;cursor: pointer;position: relative;overflow: hidden;}.web-site-author-button {border: 2px solid white;border-radius: 25px;background-color: var(--bg-shadow);color: var(--text-color);font-size: 14px;font-weight: 400;text-align: center;text-decoration: none;margin-top: 2rem;padding: 14px 25px;display: inline-block;cursor: pointer;}.fancy {position: absolute;inset: 0;&:before {content: "";background: conic-gradient(from var(--rotate), transparent 0%, white 5%, transparent 10%);position: absolute;inset: 0;animation: rotate 2s linear infinite;}&:after {content: "";background: var(--bg-color);position: absolute;inset: 2px;border-radius: calc(var(--radius) - 2px);}}.text {position: relative;}@keyframes rotate {to {--rotate: 360deg;}}a.button:hover, a:hover, .button:hover, a.button:active, a:active, .button:active {background: var(--third-color);box-shadow: 0 0 100px var(--bg-shadow) }.button-border-text {border: solid 1px var(--text-color);}.button-border-shadow {border: solid 1px var(--bg-shadow);}.button-big {width: 100% }.button-grow::before {height: 30px;width: 30px;margin-right: 1rem;}button {background: none;color: var(--text-color);}button:hover, button:active {cursor: pointer;background: var(--third-color);color: var(--text-color);box-shadow: 0 0 100px var(--bg-shadow) }header.nav-container {z-index: 3 !important;position: fixed !important;width: 100%;padding: 0% 10%;transition: 800ms ease-in-out;}.sticky-header-mode {background-color: var(--bg-color) !important;box-shadow: 2px 2px 14px 10px var(--bg-shadow);z-index: 1 !important;transition: 800ms ease-in-out;}p.logo {font-weight: 700;height: 70px;}#logo-icon {display: inline;color: var(--text-color);height: 15px;width: 15px;font-size: 1.5rem;color: var(--text-color);bottom: -3px;}nav {height: 50px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}nav ul {height: 90px;}nav ul li {display: inline-block;list-style: none;margin: 5px 20px;margin-right: 0;opacity: 0;animation: slideTop 1.5s ease forwards;animation-delay: calc(.2s * var(--i));}nav ul li a {color: var(--text-color);text-decoration: none;font-size: 18px;position: relative;}nav ul li a::after {content: '';width: 0;height: 3px;background: var(--bg-shadow);position: absolute;left: 0;bottom: -6px;transition: 0.5s;}nav ul li a:hover::after, nav ul li a.active::after {width: 100%;font-size: 1.5rem;}nav ul li a.active {font-size: 1.5rem;}nav .quick-menu {display: none;}#home {width: 100%;height: 100vh;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}#home h1 {margin-top: 2rem;line-height: 1;}#home ul li {list-style: none;}.tab-titles-container {display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 5vh;position: relative;animation: fade-in linear;animation-timeline: view();animation-range-start: cover;animation-range-end: 30%;}#tab-icon {font-size: 1.5rem;padding-right: 5px;margin: 0;position: relative;bottom: -3px;}.tab-links {display: inline-block;margin-right: 15px;padding-top: 15px;cursor: pointer;position: relative;}.tab-links::after {content: '';width: 0;height: 3px;background: white;position: absolute;left: 0;bottom: -8px;transition: 0.5s;}.tab-links:hover::after, .tab-links.active-link::after {width: 100%;}.tab-contents {display: none;margin: 0;}.tab-contents.active-tab {display: block;}.copyright {width: 100%;text-align: center;padding: 15px 0;background: var(--bg-shadow);color: var(--text-color);margin-top: 20px;}img.footer-contact-icon{padding-right: 5px;display: inline-block;vertical-align: middle;width: 40px;height: auto;fill: white;}.layover, .layover2, .layover3, .layover4, .layover5, .layover6 {position: absolute;top: 0;bottom: 10;left: 0;right: 0;z-index: 4;display: flex;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, 0.5);padding: 15px;animation: form-fade-in 0.7s ease-out;}@keyframes form-fade-in {0% {transform: translateY(180px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}.form, .form2, .form3, .form4, .form5, .form6 {border: 1px solid white;background-color: var(--third-color);color: var(--text-color);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 1rem;padding: 15px;}input, textarea {padding: 5px;background-color: var(--third-color);color: var(--text-color);}input[type="date"] {background-color: var(--text-color);color: var(--bg-color);}legend {margin: 0px 15px;}.modal, .modal2, .modal3, .modal4, .modal5, .modal6 {border: 1px solid red;max-width: 700px;padding: 15px;background-color: var(--third-color);border-radius: 5px;box-shadow: 1px 1px 2px 1px #555;}.modal-closed, .modal-closed2, .modal-closed3, .modal-closed4, .modal-closed5, .modal-closed6 {display: none;}.modal-header {display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;}i.x-close-modal {font-size: 30px;align-items: flex-end;color: var(--bg-shadow);background-color: var(--text-color);border-radius: 100%;cursor: pointer;}.sending, .sending2, .sending3, .sending4, .sending5, .sending6 {border-radius: 15px;padding: 10px;background-color: var(--bg-shadow);color: var(--text-color);}.slideRight-1-0 {opacity: 0;animation: slideRight 1s ease forwards;animation-delay: 1.0s;}.slideRight-1-5 {opacity: 0;animation: slideRight 1s ease forwards;animation-delay: 1.5s;}.slideTop {opacity: 0;animation: slideTop 1.5s ease forwards;animation-delay: 2s;}.fade-in {width: 100%;animation: fade-in linear;animation-timeline: view();animation-range-start: cover;animation-range-end: 30%;}@keyframes slideRight {0% {transform: translateX(-100px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}@keyframes slideTop {0% {transform: translateY(180px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}@keyframes fade-in {from {scale: .2;opacity: 0;}to {scale: 1;opacity: 1;}}@media only screen and (max-width:968px) {section {padding-bottom: 0;}.pre-title {font-size: 35px;}.title {font-size: 2.5rem;margin-bottom: 1.5rem;}.sub-titolo {font-size: 25px;}.parag {font-size: 1rem;}.small-col-100 {flex-basis: 100%;}.logo-container {margin-bottom: 1.5rem;}p.logo {height: 30px;}nav ul {border: 1px solid red;color: var(--text-color);background: var(--third-color);position: fixed;top: 0;right: -200px;width: 200px;height: 100vh;padding-top: 50px;opacity: 1;z-index: 3;transition: right 0.5s;}nav ul li {display: block;margin: 25px;}nav ul li a {color: var(--text-color);}nav ul li a::after {background: var(--bg-shadow);}nav ul .quick-menu {position: absolute;top: 25px;left: 25px;}nav .quick-menu {display: block;font-size: 25px;}i.quick-menu.fa2xl::before {font-size: 35px;position: absolute;top: 25px;right: 10%;}#home {background-position: center center;background-size: center;}.home-button {font-size: 15px;}#about img {margin-bottom: 20px;}#about img.ftgc {margin: 0;}#about a.button.parag.ftgc {margin: 0;font-size: .5rem;padding: 5px;}.tab-links:hover::after, .tab-links.active-link::after {width: 100%;}#footer p {display: inline-block;}#footer p span {display: block;}}