/*
Theme Name: Innovita
Theme URI: https://innovita.agency
Author: Richard Zumkeller - Webeats
Author URI: https://webeats.com.br
Description: Theme for Innovita Agency
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: webeats
*/

/* Basic Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 30px; /* Largura da scrollbar vertical */
    height: 30px; /* Altura da scrollbar horizontal */
}

::-webkit-scrollbar-track {
    background: #fff; /* Fundo branco */
    border-radius: 0 !important;
    border: none;
}

::-webkit-scrollbar-thumb {
    background: #FF0000; /* Vermelho */
    border-radius: none !important;
    border: none;
}

* {
    scrollbar-width: medium;
    scrollbar-color: #FF0000 #fff;
}

.container {
    margin: 0 auto;
}

.inv-h1 {
    width: 0;
    height: 0;
    overflow: hidden;
}

h2 {
    font-weight: 700;
    color: #FF0000;
}

img {
    width: 100%;
    height: auto;
}

section {
    padding: 100px 0;
}

section ul {
    list-style: disc;
    margin-left: 40px;
}

section li {
    color: #5E5E5E;
    position: relative;
    padding: 0 1.2rem 0 1rem;
    margin-bottom: 1rem;
    font-size:24px;
    font-weight:500;
}

section h2 {
    font-size: 48px;
}

section .text {
    font-size: 24px;
    font-weight: 500;
    color: #5E5E5E;
}


header {
    padding: 20px;
    color: #5E5E5E;
    border-bottom: solid 1px #FF0000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Para Safari */
}

header .container {
    padding: 0;
}

.header-grid {
    display: grid;
    grid-template-columns: 150px auto 300px;
    align-items: center;
}

.site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo-right img {
    max-width: 256px;
    width: 100%;
    height: auto;
}

main {
    flex: 3;
    padding: 20px;
    background: white;
}

.hero {
    display: grid;
    grid-template-columns: 60% 1fr;
}

.hero .right {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    align-items: center;
}

.hero h2 {
    font-size: 60px;
    margin-left: -100px;
    margin-top: 200px;
    max-width: 580px;
}

.hero .symbol {
    max-width: 223px;
    margin-top: auto;
    align-self: flex-end;
    justify-self: flex-end;
}

.about {
    display: grid;
    grid-template-columns: 1fr 60%;
}

.about .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
}

.about .symbol {
    max-width: 124px;
    margin-top: 150px;
    margin-right: 500px;
    margin-bottom: 20px;
}

.about h2 {
    max-width: 796px;
    align-self: flex-start;
    margin-left: -40px;
}

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.services .right {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.services h2 {
    margin-top: 120px;
    margin-bottom: 60px;
}

.services .symbol {
    max-width: 223px;
    margin-top: auto;
    justify-self: flex-end;
    align-self: flex-end;
}

.approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.approach .left {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.approach h2 {
    margin-top: 160px;
    margin-bottom: 30px;
}

.approach ul {
    max-width: 705px;
}

.clients {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.clients .left img {
    margin-left: -190px;
}

.clients .symbol {
    max-width: 105px;
    float: right;
}

.clients h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    line-height: 176%;
    padding-right: 15%;
}

.clients .right {
    padding-right: 30px;
    margin-left: -100px;
}

.clients .text {
    font-size: 28px;
    max-width: 720px;
}

.clients .logos {
    max-width: 737px;
    margin-left: -30px;
    margin-top: 40px;
}

/* Case Study */

.cs-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cs-hero .left {
    padding-left: 30px;
}

.cs-hero h2 {
    margin-top: 300px;
    margin-bottom: 30px;
}

.cs-hero .text {
    max-width: 796px;
}

.brand-design {
    padding-left:30px;
    padding-right: 30px;
}

.brand-design .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.brand-design .text {
    max-width: 795px;
    padding: 30px 0;
}

.brand-design {
    scroll-margin-top: 150px;
}

.illustration-animation,
.video-production,
.animations-3d {
    scroll-margin-top: 130px;
}


.illustration-animation {
    padding-left:30px;
    padding-right: 30px;
}

.illustration-animation .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.illustration-animation .text {
    padding: 10px 0 30px;
}

.video-production {
    padding-left:30px;
    padding-right: 30px;
}

.video-production .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.video-production .text {
    padding: 10px 0 30px;
}

.animations-3d {
    padding-left:30px;
    padding-right: 30px;
}

.animations-3d .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.animations-3d .text {
    padding: 10px 0 30px;
}


.experience-design {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.experience-design .left {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.experience-design h2 {
    margin-bottom:30px;
}

.web-dev {
    display: flex;
    flex-direction: column;
    position: relative;
}

.web-dev .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.mob-ui-ux {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mob-ui-ux .left {
    padding-left: 30px;
}

.mob-ui-ux h2 {
    margin-bottom: 30px;
}

.mob-ui-ux .text p {
    margin-bottom: 30px;
}

.mob-ui-ux .right {
    position: relative;
}

.mob-ui-ux .symbol {
    max-width: 223px;
    position: absolute;
    top: 0;
    right: 30px;
}

.packaging-design {
    display: flex;
    flex-direction: column;
    position: relative;
}

.packaging-design .bottom {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.print-design {
    display: flex;
    flex-direction: column;
    position: relative;
}

.print-design .bottom {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
}

.print-design h2,
.print-design .text {
    color: #FFFFFF;
}

.print-design .text {
    color: #FFFFFF;
    max-width: 430px;
}

.campaigns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.campaigns h2 {
    margin-bottom: 30px;
}

.campaigns .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.entry-content {
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry-content h1 {
    font-size: 48px;
    color: #FF0000;
}

.entry-content h3 {
    font-size: 32px;
    color: #5E5E5E;
    font-weight: 700;
    padding: 30px 0;
}

.wpcf7 {
    max-width: 800px;
    width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email] {
    width: 100%;
    height: 50px;
    border: solid 1px #FF0000;
    padding: 10px;
    font-size:18px;
}

.wpcf7 textarea {
    width: 100%;
    border: solid 1px #FF0000;
    padding: 10px;
    font-size:18px;
}

.wpcf7 input[type=submit] {
    height: 50px;
    border: none;
    padding: 10px 50px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: all ease .3s;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}

.wpcf7 input[type=submit]:hover {
    opacity: 0.7;
}

.wpcf7 p {
    margin-bottom: 30px;
}

.wpcf7 label {
    font-weight: 700;
    color: #5E5E5E;
    margin-bottom: 10px;
}

footer {
    text-align: center;
}

footer .logo {
    text-align: right;
    padding: 60px 30px 0 30px;
}

footer .logo img {
    max-width: 700px;
}

footer .email {
    text-align: center;
    padding: 60px 0;
}

footer div.symbol {
    text-align: right;
    padding: 60px 30px 0 30px;
    margin: 0;
}

footer .symbol img {
    max-width: 327px;
    margin-bottom: -8px;
}


.cta {
    height: 50px;
    border: none;
    padding: 10px 50px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: all ease .3s;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    text-decoration:none;
}

.cta:hover {
    opacity: 0.7;
}


/* Vid Config */
.video-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.video-container video {
    width: 100%;
    display: block;
    background: #000;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: 2; /* Garante que a thumbnail fique acima do vídeo */
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-thumbnail:hover::after {
    opacity: 1;
}

.video-hidden {
    display: none;
}

.thumb-hidden {
    opacity: 0;
    pointer-events: none; /* Impede interações com a thumbnail escondida */
}


@media (max-width: 1024px) {
    .site-logo-right {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr 1fr;
        padding-top: 200px;
    }

    .hero h2 {
        font-size: 48px;
        margin: 80px 0 20px 0;
    }

    .hero .symbol {
        max-width: 100px;
    }

    .about {
        grid-template-columns: 1fr 1fr; 
    }

    .about .left {
        width: 100%;
    }

    .about h2 {
        font-size: 38px;
    }

    .about .symbol {
        max-width: 100px;
        margin: 0;
    }

    .services .symbol {
        max-width: 100px;
        margin-top: 20px;
    }

    .clients .left img {
        margin-left: -90px;
    }

    .clients h2 {
        line-height: 118%;
        padding-right: 20%;
    }

    .clients h2 img {
        margin-top: -43px;
        margin-right: -40px;
    }

    .clients .logos {
        width: 155%;
        margin-left: -260px;
    }

    .cs-hero {
        padding-top: 200px;
    }

    .cs-hero h2 {
        margin-top: 0;
    }

    .web-dev .bottom {
        width: 40%;
    }

    .web-dev h2 {
        line-height: 110%;
        margin-bottom: 20px;
    }

    .mob-ui-ux .pic {
        margin-top: 50%;
    }

    .packaging-design .bottom {
        top: 25%;
    }

    .packaging-design h2 {
        font-size: 36px;
    }

    .packaging-design .text {
        font-size: 26px;
    }

    .print-design .bottom {
        top: 25%;
        width: 42%;
    }

    .print-design h2 {
        line-height: 110%;
        margin-bottom: 10px;
    }

    .print-design .text {
        max-width: 385px;
        font-size: 26px;
    }
}

@media (max-width: 768px) {

    section {
        padding: 60px 0;
    }

    .hero {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        padding-top: 150px;
        padding-bottom: 0;
    }
    .hero .left {
        order: 2;
    }

    .hero .right {
        order: 1;
        padding: 0 30px;
    }


    .about {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        padding-top: 32px;
    }
    .about .left {
        order: 2;
    }

    .about .right {
        order: 1;
        padding: 0 30px;
    }

    .about h2 {
        margin: 0;
    }

    .services {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        padding-top: 0;
        margin-top: -80px;
    }

    .services .left {
        order: 2;
    }

    .services .right {
        order: 1;
        padding: 0 30px;
    }

    .services h2 {
        font-size: 40px;
    }


    .approach {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        padding-top: 0;
        margin-top: -300px;
    }

    .clients {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        padding-top: 0;
    }

    .clients .right {
        margin: -320px 0 0 0;
        padding: 0 30px;
    }

    .clients h2 {
        padding: 0;
    }

    .clients h2 img {
        margin-top: -166px;
        margin-right: 0;
    }

    .clients .logos {
        width: 100%;
        margin: 30px 0 0 0;
    }

    footer .email a {
        font-size: 24px;
    }


    .cs-hero {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
    }

    .cs-hero h2 {
        font-size: 40px;
    }

    .cs-hero ul {
        margin-left: 20px;
        margin-bottom: 40px;
    }

    .cs-hero li {
        font-size: 20px;
    }
    
    #Branding {
      scroll-margin-top: 130px;
    }

    .brand-design {
        margin-top: -150px;
    }

    .brand-design h2 {
        font-size: 40px;
    }

    .brand-design .text {
        font-size: 22px;
    }

    .brand-design .bottom {
        flex-direction: column;
    }
    
    #2DIllustrations,
    #VideoProduction,
    #3DAnimations {
      scroll-margin-top: 130px;
    }

    .illustration-animation .text,
    .video-production .text,
    .animations-3d .text {
        font-size: 22px;
    }

    .experience-design {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
    }

    .experience-design ul {
        margin: 40px 0 40px 20px;
    }

    .experience-design li {
        font-size: 24px;
    }

    .web-dev .top {
        order: 2;
        padding-top: 30px;
    }
    .web-dev .bottom {
        order: 1;
        position: relative;
        width: 100%;
        padding: 0 30px;
    }

    .mob-ui-ux {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
    }

    .mob-ui-ux ul {
        margin: 40px 0 40px 20px;
    }

    .mob-ui-ux li,
    .mob-ui-ux .text {
        font-size: 24px;
    }

    .mob-ui-ux .right {
        padding: 0 30px;
    }

    .mob-ui-ux .symbol {
        max-width: 100px;
    }

    .mob-ui-ux .pic {
        margin-top:0;
    }

    .packaging-design {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        margin-top: -600px;
    }

    .packaging-design .top {
        order: 2;
    }

    .packaging-design h2 {
        font-size: 48px;
        line-height: 110%;
    }

    .packaging-design .bottom {
        position: relative;
        order: 1;
        padding:0 30px 40px 30px;
    }

    .print-design {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        margin-top: 50px;
    }

    .print-design h2 {
        color: #FF0000;
    }

    .print-design .text {
        color: #5E5E5E;
    }

    .print-design .top {
        order: 2;
    }

    .print-design .bottom {
        position: relative;
        order: 1;
        padding:0 30px 40px 30px;
        width: 100%;
    }

    .campaigns {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr;
        margin-top: 50px;
    }

    .campaigns .left {
        padding: 0 30px;
    }

    .campaigns .right {
        margin-top: 40px;
    }
}