@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
/*  font-family: 'Special Elite', cursive;  */

    .fixedMenu {
        z-index: 10;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, -30%);
    }
    .fixedMenu .menuBar {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 50px;
        z-index: 9;
        background: #1f1f1fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        display: none;
    }
    .fixedMenu .menuArea {
        position: fixed;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 280px;
        height: 100px;
        background: #1f1f1fff;
        border-bottom-left-radius: 20% 50%;
        border-bottom-right-radius: 20% 50%;
    }
    .fixedMenu .menuArea .menuButton {
        z-index: 11;
        text-align: center;
        transform: translateY(100%);
    }
    .fixedMenu .menuArea .menuButton span{
        margin-right: 5rem;
        color: #edf3ffff;
    }

    .fixedMenu .menuArea .menuButton .closebtn {
        z-index: 11;
        font-size: 30px;
        margin-left: 5rem;
        color: #edf3ffff;
    }


    .fixedMenu .menuArea .menuButton .container {
        cursor: pointer;
        left: 50%;
        transform: translate(-50%, -10%) scale(0.5);
        position: fixed;
        z-index: 10;
        transition: 0.5s;
    }
    .fixedMenu .menuArea .menuButton .container .active{
        transform:scale(0.4);

    }
    .fixedMenu .menuArea .menuButton svg {
      transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fixedMenu .menuArea .menuButton .active svg {
      transform: rotate(90deg);
    }
    .fixedMenu .menuArea .menuButton path {
      transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fixedMenu .menuArea .menuButton path:nth-child(1) {
      transform-origin: 36% 40%;
    }
    .fixedMenu .menuArea .menuButton path:nth-child(2) {
      stroke-dasharray: 29 299;
    }
    .fixedMenu .menuArea .menuButton path:nth-child(3) {
      transform-origin: 35% 63%;
    }
    .fixedMenu .menuArea .menuButton path:nth-child(4) {
      stroke-dasharray: 29 299;
    }
    .fixedMenu .menuArea .menuButton path:nth-child(5) {
      transform-origin: 61% 52%;
    }
    .fixedMenu .menuArea .menuButton path:nth-child(6) {
      transform-origin: 62% 52%;
    }
    .fixedMenu .menuArea .menuButton .active path:nth-child(1) {
      transform: translateX(9px) translateY(1px) rotate(45deg);
    }
    .fixedMenu .menuArea .menuButton .active path:nth-child(2) {
      stroke-dasharray: 225 299;
      stroke-dashoffset: -72px;
    }
    .fixedMenu .menuArea .menuButton .active path:nth-child(3) {
      transform: translateX(9px) translateY(1px) rotate(-45deg);
    }
    .fixedMenu .menuArea .menuButton .active path:nth-child(4) {
      stroke-dasharray: 225 299;
      stroke-dashoffset: -72px;
    }
    .fixedMenu .menuArea .menuButton .active path:nth-child(5) {
      transform: translateX(9px) translateY(1px) rotate(-45deg);
    }
    .fixedMenu .menuArea .menuButton .active path:nth-child(6) {
      transform: translateX(9px) translateY(1px) rotate(45deg);
    }


    .topMenu {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #1f1f1fff;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        overflow-y: hidden;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
    .topMenu .row-top {
        height: 50vh;
        /* justify-content: center; */
    }
    .topMenu .row-top .title {
        position: relative;
    }
    .topMenu .row-top .title .boxContent {
        margin-left: 3rem;
        position: absolute;
        top: 60%;
        padding: 2rem;
        transform: translateY(-50%);
        background: rgba( 31, 31, 31, 0.55 );
        box-shadow: 5px 6px 6px rgba(103, 199, 234, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 5.0px );
        border-radius: 15px;
        border: 1px solid rgba(103, 199, 234, 0.18 );

    }
    .topMenu .row-top .title h1 {
        position: relative;
        text-transform: Uppercase;
        font-family: 'Rubik', sans-serif !important;
        font-size: 4rem;
        color: #E4E5E6;
        z-index: 0;
        background: linear-gradient(to right, #464692, #2364da, #1b0c9e);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .topMenu .row-top .title p {
        text-transform: uppercase;
        color: #7592d6;
        margin-bottom: 0;
        text-align: center;
    }

    .topMenu .row-top .title h1::before, .topMenu .row-top .title h1::after {
        content: attr(data-text);
        position: absolute;
        margin-bottom: .5em;
        top: 0;
        left: 0;
    }
    .topMenu .row-top .title h1::before {
        z-index: -1;
        text-shadow: -0.001em -0.001em 1px rgba(255,255,255,.15)
    }

    .topMenu .row-top .title h1::after {
        z-index: -2;
        text-shadow: 10px 10px 10px rgba(0,0,0,.5), 20px 20px 20px rgba(0,0,0,.4), 30px 30px 30px rgba(0,0,0,.1);
        mix-blend-mode: multiply;
    }


    .topMenu .row-top .img {
        position: relative;
    }
    .topMenu .row-top .img .boxImg {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2rem;
        padding-bottom: 0;
        background: rgba( 31, 31, 31, 0.55 );
        box-shadow: 5px 6px 6px rgba(103, 199, 234, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 5.0px );
        border-radius: 15px;
        border: 1px solid rgba(103, 199, 234, 0.18 );
    }
    .topMenu .row-top .img .boxImg img{
        max-height: 430px;
    }
    .topMenu .row-top .img .boxText {
        position: absolute;
        top: 40%;
        left: 15%;
        transform: translate(-50%, -50%);
    }
    .topMenu .row-top .img h2 {
        text-transform: uppercase;
    }

    .topMenu .row-top .img .glow-left {
        color: #fff6a9;
        position: absolute;
        font-family: 'Exo 2', sans-serif;
        width: 200px;
        top: 44%;
        left: 17%;
        font-size: 2.3rem;
        transform: rotate(-33deg);
        animation: blink 5s infinite;
         -webkit-animation: blink 5s infinite;
    }
    .topMenu .row-top .img .glow-right {
        color: #fff6a9;
        position: absolute;
        font-family: 'Exo 2', sans-serif;
        width: 200px;
        top: 51%;
        right: 10%;
        font-size: 2.3rem;
        transform: rotate(33deg);
        animation: blink 3s infinite;
         -webkit-animation: blink 3s infinite;
    }
    @-webkit-keyframes blink {
        20%,24%,55% {
            color: #111;
            text-shadow: none;
        }

        0%,19%,21%,23%,25%,54%,56%,100% {
            text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
            color: #fff6a9;
        }
    }
    @keyframes blink {
        20%,
        24%,
        55% {
            color: #111;
            text-shadow: none;
        }

        0%,19%,21%,23%,25%,54%,56%,100% {
            text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
            color: #fff6a9;
        }
    }

    @media (min-width: 768px) and (max-width: 899.98px){
        .topMenu .row-top .img .glow-left {
            font-size: 1.2rem;
            left: 15%
        }
        .topMenu .row-top .img .glow-right {
            font-size: 1.2rem;
            right: -9%;
            top:64%;
        }
    }
    @media (min-width: 900px) and (max-width: 999.98px){
        .topMenu .row-top .img .glow-left {
            font-size: 1.5rem;
            left: 15%
        }
        .topMenu .row-top .img .glow-right {
            font-size: 1.5rem;
            right: -4%;
            top:61%;
        }
    }
    @media (min-width: 1000px) and (max-width: 1094.98px){
        .topMenu .row-top .img .glow-left {
            font-size: 1.5rem;
            left: 17%
        }
        .topMenu .row-top .img .glow-right {
            font-size: 1.5rem;
            right: 1%;
            top:61%;
        }
    }
    @media (min-width: 1095px) and (max-width: 1129.98px){
        .topMenu .row-top .img .glow-left {
            font-size: 2rem;
            left: 14%
        }
        .topMenu .row-top .img .glow-right {
            font-size: 2rem;
            right: 4%;
            top:53%;
        }
    }
    @media (min-width: 1130px) and (max-width: 1300px){
        .topMenu .row-top .img .glow-left {
            left: 12%
        }
        .topMenu .row-top .img .glow-right {
            right: 6%;
        }
    }
    @media (min-width: 1510px){
        .topMenu .row-top .img .glow-left {
        }
        .topMenu .row-top .img .glow-right {
            right: 11%;
        }
    }
    @media (min-width: 1545px){
        .topMenu .row-top .img .glow-left {
        }
        .topMenu .row-top .img .glow-right {
            right: 12%;
        }
    }
    @media (min-width: 1595px){
        .topMenu .row-top .img .glow-left {
            left:18%;
        }
        .topMenu .row-top .img .glow-right {
            right: 13%;
        }
    }
    @media (min-width: 1630px){
        .topMenu .row-top .img .glow-left {
            left:19%;
        }
        .topMenu .row-top .img .glow-right {
            right: 14%;
        }
    }
    @media (min-width: 1690px){
        .topMenu .row-top .img .glow-left {
            left:20%;
        }
        .topMenu .row-top .img .glow-right {
            right: 15%;
        }
    }
    @media (min-width: 1740px){
        .topMenu .row-top .img .glow-left {
            left:21%;
        }
        .topMenu .row-top .img .glow-right {
            right: 16%;
        }
    }
    @media (min-width: 1785px){
        .topMenu .row-top .img .glow-left {
            left:23%;
        }
        .topMenu .row-top .img .glow-right {
            right: 18%;
        }
    }
    @media (min-width: 1900px){
        .topMenu .row-top .img .glow-left {
            left:25%;
        }
        .topMenu .row-top .img .glow-right {
            right: 20%;
        }
    }


    .topMenu .row-tubi {
        height: 150px;
    }
    .topMenu .tubo-content {
        position:relative;
        bottom:-180%;
        text-align: center;
    }
    .topMenu .tubo-content a {
        color: inherit;
        text-decoration: none;
    }
    .topMenu .tubo-content  .tubo {
        max-width: 85%;
        z-index: 2;
        position: inherit;
    }
    .topMenu .tubo-content  .avatar {
        position: absolute;
        width: 60%;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        opacity:0;
        transition: 0.6s cubic-bezier(.53,.01,.35,1.58);
    }
    .topMenu .tubo-content h4 {
        color: #edf3ffff;
        font-family: 'Exo 2', sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        transition: 0.6s;
        margin-bottom: 1rem;
    }
    @media (max-width: 1490px){
        .topMenu .tubo-content h4 {
            font-size: 18px;
        }
    }
    @media (max-width: 1380px){
        .topMenu .tubo-content h4 {
            font-size: 16px;
        }
    }
    @media (max-width: 1290px){
        .topMenu .tubo-content h4 {
            font-size: 14px;
        }
    }
    @media (max-width: 1100px){
        .topMenu .tubo-content h4 {
            font-size: 12px;
        }
    }
    .topMenu .tubo-content:hover h4 {
        transform: translateY(-140px) scale(1.4);
    }
    .topMenu .tubo-content:hover .avatar {
        opacity: 1;
        transform: translate(-50%, -100%);
    }
    #c {
        position: absolute;
        top: 0; left: 0;
        display: inline;
    }
    p, h1, h2, h4, img{
        position: relative;
    }

    @media (max-width: 1459.98px) {
            .topMenu .row-top .title h1 {
            font-size: 4rem;
        }
    }
    @media (max-width: 1378.98px) {
        .topMenu .row-top .title h1 {
            font-size: 3.5rem;
        }
        .topMenu .row-top .img .boxImg img {
            max-height: 430px;
        }
    }
    @media (max-width: 1254.98px) {
        .topMenu .row-top .title h1 {
            font-size: 3rem;
        }
        .topMenu .row-top .img .boxImg img {
            max-height: 380px;
        }
    }
    @media (max-width: 1139.98px) {
        .topMenu .row-top .title h1 {
            font-size: 3rem;
        }
        .topMenu .row-top .img .boxImg img {
            max-height: 350px;
        }
    }
    @media (max-width: 1095.98px) {
        .topMenu .row-top .title h1 {
            font-size: 2.5rem;
        }
        .topMenu .row-top .img .boxImg img {
            max-height: 300px;
        }
    }
    @media (max-width: 955.98px) {
        .topMenu .row-top .title h1 {
            font-size: 2rem;
        }
        .topMenu .row-top .img .boxImg img {
            max-height: 260px;
        }
    }
    @media (max-width: 814.98px) {
        .topMenu .row-top .title h1 {
            font-size: 1.5rem;
        }
        .topMenu .row-top .img .boxImg img {
            max-height: 220px;
        }
    }

    @media (max-height: 799.98px) {
        .topMenu .row-tubi {
            height: 130px;
        }
    }
    @media (max-height: 739.98px) {
        .topMenu .row-tubi {
            height: 120px;
        }
    }
    @media (max-height: 699.98px) {
        .topMenu .row-tubi {
            height: 110px;
        }
    }
