/*=========================================================
    FICTION PLAY
    STYLE.CSS - PARTE 1
=========================================================*/

/*==========================
    RESET
==========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Orbitron',sans-serif;

    background:#05070d;

    color:#ffffff;

    overflow-x:hidden;

    min-height:100vh;

    position:relative;

}


/*==========================
    VARIÁVEIS
==========================*/

:root{

    --black:#05070d;

    --blue:#00b7ff;

    --blue2:#1d4cff;

    --purple:#7b2cff;

    --pink:#ff2ec8;

    --orange:#ff8b00;

    --white:#ffffff;

    --gray:#a5a5a5;

    --glass:rgba(255,255,255,.05);

    --border:rgba(255,255,255,.15);

}


/*==========================
    FUNDO
==========================*/

body::before{

    content:"";

    position:fixed;

    width:100%;

    height:100%;

    left:0;

    top:0;

    background:

    radial-gradient(circle at top left,
    rgba(0,183,255,.15),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,180,.10),
    transparent 40%),

    radial-gradient(circle at center,
    rgba(123,44,255,.08),
    transparent 60%);

    z-index:-3;

}


body::after{

    content:"";

    position:fixed;

    inset:0;

    background-image:

    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),

    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);

    background-size:50px 50px;

    opacity:.35;

    z-index:-2;

}


/*==========================
    PARTICLES
==========================*/

#particles-js{

    position:fixed;

    inset:0;

    z-index:-1;

}


/*==========================
    LINKS
==========================*/

a{

    text-decoration:none;

    color:white;

    transition:.35s;

}


a:hover{

    color:var(--blue);

}


/*==========================
    HEADER
==========================*/

header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:90px;

    backdrop-filter:blur(18px);

    background:rgba(8,10,18,.65);

    border-bottom:1px solid rgba(255,255,255,.08);

    z-index:9999;

}


/*==========================
    TOPO
==========================*/

.topHeader{

    width:calc(100% - 3cm);

    margin:auto;

    height:90px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}


/*==========================
    LOGO
==========================*/



.logoArea img{

    max-height:70px;

    width:auto;

    display:block;

    transition:.4s;

    filter:
        drop-shadow(0 0 8px #008cff)
        drop-shadow(0 0 18px #8c00ff);

}


.logoArea img:hover{

    transform:scale(1.05);.logoArea{

    width:420px;

    height:90px;

    display:flex;

    align-items:center;

}

}


/*==========================
    PESQUISA
==========================*/

.googleSearch{

    flex:1;

    display:flex;

    justify-content:center;

    padding:0 40px;

}


.googleSearch form{

    width:100%;

    max-width:620px;

    display:flex;

}


.googleSearch input{

    flex:1;

    height:50px;

    border:none;

    outline:none;

    border-radius:40px 0 0 40px;

    background:#ffffff;

    padding-left:25px;

    font-size:15px;

}


.googleSearch button{

    width:70px;

    border:none;

    cursor:pointer;

    color:white;

    font-size:18px;

    border-radius:0 40px 40px 0;

    background:

    linear-gradient(45deg,
    var(--blue),
    var(--purple),
    var(--pink));

}


.googleSearch button:hover{

    opacity:.92;

}


/*==========================
    REDES
==========================*/

.socialArea{

    display:flex;

    gap:15px;

    margin-left:20px;

}


.socialArea a{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    font-size:18px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.12);

}


.socialArea a:hover{

    transform:translateY(-5px);

    background:

    linear-gradient(45deg,
    var(--blue),
    var(--purple));

    box-shadow:

    0 0 20px var(--blue);

}


/*==========================
    MENU
==========================*/

.menuArea{

    position:relative;

    margin-left:20px;

}


.menuButton{

    width:55px;

    height:55px;

    cursor:pointer;

    border:none;

    border-radius:50%;

    color:white;

    font-size:22px;

    background:

    linear-gradient(45deg,
    var(--purple),
    var(--pink));

    transition:.4s;

}


.menuButton:hover{

    transform:rotate(90deg);

}


.dropdownMenu{

    position:absolute;

    right:0;

    top:70px;

    width:220px;

    display:none;

    overflow:hidden;

    border-radius:16px;

    background:#111827;

    border:1px solid rgba(255,255,255,.10);

    box-shadow:

    0 20px 40px rgba(0,0,0,.45);

}


.dropdownMenu a{

    display:block;

    padding:16px 20px;

    border-bottom:1px solid rgba(255,255,255,.05);

    transition:.35s;

}


.dropdownMenu a:hover{

    background:

    linear-gradient(90deg,
    var(--blue),
    var(--purple));

}
/*=========================================================
    STYLE.CSS - PARTE 2
    HERO • BARRAS LATERAIS • VÍDEO • NOTÍCIAS
=========================================================*/


/*=========================================================
    BARRAS LATERAIS
=========================================================*/

.leftBar,
.rightBar{

    position:fixed;

    top:0;

    width:1.5cm;

    height:100vh;

    z-index:999;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:hidden;

    background:linear-gradient(
        180deg,
        #03101d,
        #081c33,
        #120b28,
        #05070d
    );

    border-right:1px solid rgba(0,183,255,.25);

}

.rightBar{

    right:0;

    left:auto;

    border-right:none;

    border-left:1px solid rgba(255,46,200,.25);

}

.leftBar{

    left:0;

}

.verticalText{

    writing-mode:vertical-rl;

    transform:rotate(180deg);

    letter-spacing:10px;

    font-size:18px;

    font-weight:700;

    color:#ffffff;

    text-shadow:
        0 0 10px #00b7ff,
        0 0 25px #7b2cff,
        0 0 45px #ff2ec8;

    animation:verticalGlow 3s infinite alternate;

}

@keyframes verticalGlow{

    from{

        opacity:.6;

    }

    to{

        opacity:1;

        text-shadow:
        0 0 15px #00b7ff,
        0 0 35px #7b2cff,
        0 0 60px #ff2ec8;

    }

}


/*=========================================================
    HERO
=========================================================*/

.hero{

    width:calc(100% - 3cm);

    margin:auto;

    margin-top:120px;

    min-height:520px;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    overflow:hidden;

    border-radius:25px;

    background:

    linear-gradient(
        135deg,
        rgba(0,183,255,.12),
        rgba(123,44,255,.08),
        rgba(255,46,200,.08)
    );

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.08);

}


.heroGlow{

    position:absolute;

    width:900px;

    height:900px;

    border-radius:50%;

    background:

    radial-gradient(circle,
        rgba(0,183,255,.18),
        transparent 70%);

    animation:pulseGlow 7s infinite;

}


@keyframes pulseGlow{

    0%{

        transform:scale(.8);

        opacity:.4;

    }

    50%{

        transform:scale(1.15);

        opacity:1;

    }

    100%{

        transform:scale(.8);

        opacity:.4;

    }

}


.heroContent{

    position:relative;

    z-index:5;

    width:80%;

    text-align:center;

}


.heroContent h1{

    font-size:62px;

    font-weight:900;

    line-height:75px;

    text-transform:uppercase;

}


.heroContent span{

    background:

    linear-gradient(
        90deg,
        #00b7ff,
        #7b2cff,
        #ff2ec8,
        #ff8b00
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}


.heroContent p{

    margin-top:30px;

    font-size:20px;

    color:#d7d7d7;

    line-height:34px;

}


.heroContent a{

    display:inline-block;

    margin-top:45px;

    padding:18px 45px;

    border-radius:40px;

    font-size:17px;

    font-weight:bold;

    background:linear-gradient(
        45deg,
        #00b7ff,
        #7b2cff,
        #ff2ec8
    );

    box-shadow:

    0 0 20px rgba(0,183,255,.35);

}

.heroContent a:hover{

    transform:translateY(-5px);

}


/*=========================================================
    VÍDEO
=========================================================*/

.videoSection{

    width:calc(100% - 3cm);

    margin:90px auto;

}


.sectionTitle{

    text-align:center;

    margin-bottom:40px;

}


.sectionTitle h2{

    font-size:42px;

    margin-bottom:15px;

    color:#ffffff;

}


.sectionTitle p{

    color:#bdbdbd;

    font-size:18px;

}


.videoContainer{

    overflow:hidden;

    border-radius:25px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:

    0 0 35px rgba(0,183,255,.15);

}


.videoContainer iframe{

    width:100%;

    height:720px;

    border:none;

}


/*=========================================================
    NOTÍCIAS
=========================================================*/

.newsSection{

    width:calc(100% - 3cm);

    margin:auto;

    margin-bottom:80px;

}


.newsGrid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}


.newsCard{

    background:

    rgba(255,255,255,.04);

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    overflow:hidden;

    backdrop-filter:blur(14px);

    transition:.4s;

}


.newsCard:hover{

    transform:translateY(-10px);

    box-shadow:

    0 0 35px rgba(0,183,255,.18);

}


.cardHeader{

    padding:25px;

    display:flex;

    align-items:center;

    gap:18px;

    background:

    linear-gradient(
        90deg,
        #00b7ff,
        #7b2cff
    );

}


.cardHeader i{

    font-size:28px;

}


.cardHeader h3{

    font-size:23px;

    color:#ffffff;

}


.newsContent{

    padding:30px;

    min-height:420px;

}


.loading{

    text-align:center;

    color:#cfcfcf;

    font-size:17px;

    padding-top:100px;

}
/*=========================================================
    STYLE.CSS - PARTE 3
    FOOTER • RESPONSIVO • ANIMAÇÕES
=========================================================*/


/*=========================================================
    HIGHLIGHTS
=========================================================*/

.highlights{

    width:calc(100% - 3cm);

    margin:80px auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.highlight{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:40px;

    text-align:center;

    transition:.4s;

    backdrop-filter:blur(15px);

}

.highlight:hover{

    transform:translateY(-12px);

    box-shadow:0 0 35px rgba(0,183,255,.25);

}

.highlight i{

    font-size:55px;

    margin-bottom:25px;

    background:linear-gradient(90deg,#00b7ff,#7b2cff,#ff2ec8);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.highlight h2{

    margin-bottom:20px;

    font-size:28px;

}

.highlight p{

    line-height:30px;

    color:#d5d5d5;

}


/*=========================================================
    NEWSLETTER
=========================================================*/

.newsletter{

    width:calc(100% - 3cm);

    margin:90px auto;

}

.newsletterBox{

    padding:60px;

    border-radius:30px;

    background:linear-gradient(
        135deg,
        rgba(0,183,255,.12),
        rgba(123,44,255,.12),
        rgba(255,46,200,.10)
    );

    text-align:center;

    border:1px solid rgba(255,255,255,.10);

    backdrop-filter:blur(20px);

}

.newsletterBox h2{

    font-size:42px;

    margin-bottom:20px;

}

.newsletterBox p{

    color:#dddddd;

    margin-bottom:35px;

    font-size:18px;

}

.newsletterBox form{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

}

.newsletterBox input{

    width:420px;

    max-width:100%;

    height:58px;

    border:none;

    border-radius:40px;

    padding:0 25px;

    font-size:16px;

}

.newsletterBox button{

    padding:18px 35px;

    border:none;

    border-radius:40px;

    cursor:pointer;

    color:#fff;

    font-size:16px;

    background:linear-gradient(45deg,#00b7ff,#7b2cff,#ff2ec8);

}


/*=========================================================
    FOOTER
=========================================================*/

footer{

    background:#04060d;

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:80px;

}

.footerContainer{

    width:calc(100% - 3cm);

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

    padding:60px 0;

}

.footerLogo img{

    width:260px;

    margin-bottom:20px;

}

.footerLogo p{

    color:#bfbfbf;

    line-height:28px;

}

.footerContact h3,
.footerSocial h3{

    margin-bottom:25px;

    color:#00b7ff;

}

.footerContact p{

    margin-bottom:18px;

    color:#d7d7d7;

}

.footerContact i{

    width:30px;

}

.socialIcons{

    display:flex;

    gap:15px;

}

.socialIcons a{

    width:48px;

    height:48px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    transition:.35s;

}

.socialIcons a:hover{

    background:linear-gradient(45deg,#00b7ff,#7b2cff,#ff2ec8);

    transform:translateY(-5px);

}

.copyright{

    text-align:center;

    padding:25px;

    border-top:1px solid rgba(255,255,255,.06);

    color:#999;

    font-size:14px;

}


/*=========================================================
    BOTÃO TOPO
=========================================================*/

#backToTop{

    position:fixed;

    right:35px;

    bottom:35px;

    width:58px;

    height:58px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    display:none;

    color:#fff;

    font-size:22px;

    background:linear-gradient(45deg,#00b7ff,#7b2cff,#ff2ec8);

    box-shadow:0 0 25px rgba(0,183,255,.35);

    z-index:9999;

}


/*=========================================================
    ANIMAÇÕES
=========================================================*/

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.hero,
.newsCard,
.highlight,
.newsletterBox{

    animation:fadeUp .8s ease;

}


/*=========================================================
    SCROLLBAR
=========================================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#070b12;

}

::-webkit-scrollbar-thumb{

    border-radius:30px;

    background:linear-gradient(
        #00b7ff,
        #7b2cff,
        #ff2ec8
    );

}


/*=========================================================
    RESPONSIVO
=========================================================*/

@media(max-width:1200px){

.newsGrid{

grid-template-columns:1fr;

}

.highlights{

grid-template-columns:1fr;

}

.footerContainer{

grid-template-columns:1fr;

text-align:center;

}

.socialIcons{

justify-content:center;

}

.videoContainer iframe{

height:520px;

}

.heroContent h1{

font-size:46px;

line-height:58px;

}

}

@media(max-width:900px){

.leftBar,
.rightBar{

display:none;

}

.topHeader,
.hero,
.videoSection,
.newsSection,
.highlights,
.newsletter,
.footerContainer{

width:95%;

}

.logoArea img{

width:210px;

}

.googleSearch{

display:none;

}

.videoContainer iframe{

height:420px;

}

.hero{

min-height:420px;

}

.heroContent{

width:92%;

}

.heroContent h1{

font-size:34px;

line-height:46px;

}

.heroContent p{

font-size:17px;

line-height:30px;

}

.newsletterBox{

padding:35px;

}

.newsletterBox h2{

font-size:30px;

}

}

@media(max-width:600px){

header{

height:auto;

padding:15px 0;

}

.topHeader{

flex-direction:column;

gap:20px;

height:auto;

}

.socialArea{

margin:0;

}

.menuArea{

margin:0;

}

.videoContainer iframe{

height:250px;

}

.hero{

margin-top:180px;

}

.heroContent h1{

font-size:28px;

line-height:38px;

}

.heroContent a{

padding:15px 30px;

font-size:15px;

}

.highlight{

padding:30px;

}

.footerLogo img{

width:190px;

}

#backToTop{

right:15px;

bottom:15px;

width:50px;

height:50px;

}

}