@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* tudo */

* {
    font-family: inter;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

/* header */

header {
    width: 85vw;
    margin: 0 auto;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
}

.logo-topo {
    width: clamp(70px, 8vw, 112px);
    height: auto;
}

.menu-topo {
    display: none;
    cursor: pointer;
}

.menu-topo div {
    width: clamp(20px, 2.5vw, 32px);
    height: clamp(1px, 0.2vw, 2px);
    background: #000;
    margin: clamp(5px, 0.8vw, 8px);
}

.itens-topo {
    position: relative;
    display: flex;
    list-style: none;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
    gap: clamp(10px, 3vw, 20px)
}

.itens-topo li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.itens-topo li img {
    cursor: pointer;
}

.itens-topo a {

    color: #12263B;
    text-decoration: none;
    transition: 0.3s;
}

.itens-topo a:hover {
    opacity: 0.7;
}

.dropdown-menu {
    position: absolute;
    top: 200%;
    padding: 10px 0;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    background-color: #fff;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.dropdown-menu li a {
    padding: 10px 40px;
    clear: both;
    white-space: nowrap;
}


.dropdown-menu.show {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 30px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.div-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.botao-cliente {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: clamp(90px, 10vw, 170px);
    height: clamp(20px, 4vh, 40px);
    color: #fff;
    font-family: inter;
    font-weight: 600;
    font-size: clamp(10px, 1vw, 14px);
    background-color: #DF1E2F;
    border: none;
    text-decoration: none;
    border-radius: 8px;
}


@media (max-width: 1000px) {

    .itens-topo {
        position: absolute;
        top: 10vh;
        right: 0;
        width: 100vw;
        height: 90vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        z-index: 999;
    }

    .div-dropdown {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;   
    }
    
    .itens-topo.active {
        transform: translateX(0);
    }

    .itens-topo li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #E55C5C;
    }

    .itens-topo li:last-child {
        border-bottom: none;
    }
    .dropdown-menu {
        position: static;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
    }

    .dropdown-menu.show {
        width: 100%;
        max-height: 300px;
        box-shadow: none;
    }

    .dropdown-menu li {
        border-bottom: none;
    }

    .dropdown-menu li a {
        text-align: center;
    }

    .menu-topo {
        display: block;
    }

    .botao-cliente {
        display: none;
    }
}


/* section 1 */

.section-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90vh;
    padding: 10vh 7.25vw;
    gap: 50px;
}

.div1-s1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.section-one h1 {
    color: #444242;
    font-weight: 900;
    font-size: clamp(52px, 3.8vw, 68px);
}

.section-one a.btn-scroll { 
    height: clamp(90px, 6.58vw, 126px);
    width: clamp(325px, 23.79vw, 457px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: clamp(20px, 1.46vw, 28px);
    background-color: #DF1E2F;
    border-radius: clamp(60px, 4.39vw, 84px);
    text-decoration: none;
    border-style: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-one a.btn-scroll:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 30px rgba(223, 30, 47, 0.4);
}

.div2-s1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.section-one h2 {
    background: linear-gradient(to bottom, #12263B, #3168A1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: clamp(56px, 4.1vw, 79px);
    margin-bottom: clamp(40px, 2.92vw, 56px);
}

.section-one p {
    color: #505050;
    font-weight: 400;
    font-size: clamp(25px, 1.83vw, 35px);
    line-height: clamp(32px, 2.34vw, 45px);
    width: clamp(742px, 54.31vw, 1043px);
    text-align: justify;
}

.section-one span {
    font-weight: 800;
}

@media (max-width: 1024px) {

    .section-one {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .div1-s1,
    .div2-s1 {
        flex-direction: column;
        align-items: center; 
    }
    
    .div1-s1 {
        align-items: center; 
    }

    .div1-s1 h1 {
        display: none;
    }


    .section-one p {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-one {
        padding: 30px 40px; 
        flex-direction: column-reverse;
    }
    
    .div1-s1,
    .div2-s1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .div1-s1 {
        margin-bottom: 60px; 
    }

    .section-one h1 {
        display: none;
    }

    .section-one a.btn-scroll {
        width: 260px;
        height: 70px;
        font-size: 18px;
    }

    .section-one h2 {
        font-size: 40px;
    }
    
    .section-one p {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
}

/* section 1.5 */

.section-nova1 {
    display: flex;
    flex-direction: column;
    background-image: url("../img/fundo-zurich.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: clamp(1148px, 84vw, 1613px);
    height: clamp(608px, 44.5vw, 854px);
    margin: 0 auto clamp(100px, 10vh, 150px) auto;
    padding: 50px;
    border-radius: 60px;
}

.section-nova1 h2 {
    font-weight: 600;
    color: #fff;
    font-size: clamp(35px, 2.5vw, 50px);
    margin-bottom: clamp(30px, 2.2vw, 42px);
    margin-left: clamp(50px, 3.66vw, 70px);
}

.section-nova1-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.medico {
    position: absolute;
    bottom: -3.5vw;
    left: 40%;
    transform: translateX(-50%);
    width: clamp(460px, 33vw, 632px);
    height: auto;
    z-index: 1;
}

.coluna-nova1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 38%;
    gap: 20px;
    z-index: 2;
}

.itens-nova1 {
    display: flex;
    align-items: flex-start;
}

.itens-nova1 img {
    margin-right: 10px;
    width: clamp(35px, 2.5vw, 50px);
}

.itens-nova1 p {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 0.9;
}

.itens-nova1 span {
    font-weight: 300;
    font-size: 15px;
}

@media (max-width: 1356px) and (min-width: 769px) {

    .section-nova1 {
        width: 90vw;
        height: auto;
        padding: 50px;
        margin-bottom: 80px;
    }

    .section-nova1 h2 {
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    
    .section-nova1-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    
    .medico {
        display: none;
    }

    .coluna-nova1 {
        flex: 1 1 300px;
        width: auto;
    }

    .itens-nova1 p {
        font: 18px;
        line-height: 1;
    }

    .itens-nova1 span {
        font-size: 14px;
    }
}    

@media (max-width: 768px) {

    .section-nova1 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 40px 20px;
        border-radius: 0;
    }

    .medico {
        display: none;
    }

    .section-nova1-container {
        flex-direction: column;
        gap: 0;
    }

    .coluna-nova1 {
        width: 100%;
        margin-bottom: 20px;
        gap: 25px;
    }
    .coluna-nova1:last-child {
        margin-bottom: 0;
    }

    .section-nova1 h2 {
        text-align: center;
        margin-left: 0;
        font-size: 32px;
    }
    
    .itens-nova1 p { font-size: 16px; line-height: 1.2; }
    .itens-nova1 span { font-size: 13px; }
}

/* section 2 */

.section-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #12263B;
    padding: clamp(150px, 20vh, 250px) 7.25vw;
    gap: 40px;
}

.section-two h2 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(50px, 3.66vw, 64px);
}

.section-two .br {
    display: block;
}

.section-two span {
    color: #DF1E2F;
}

.capa-video img {
    cursor: pointer;
    width: clamp(300px, 40vw, 640px);
    aspect-ratio: 16 / 9.5;
    border-radius: 10px;
    display: block;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.capa-video img:hover {
    transform: scale(1.03);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.4);
}

.lightbox {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);  
    display: flex;  
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
}

.lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #000;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    z-index: 99;
}

.close-lightbox {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(35px, 3vw, 45px); 
    height: clamp(35px, 3vw, 45px);
    z-index: 3;
}

.close-lightbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.close-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
}

.video-container {
    position: relative;
    height: 0;
    padding-top: 56.25%; 
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {

    .section-two {
        flex-direction: column;
        text-align: center;
        padding-top: clamp(100px, 15vh, 150px);
    }

    .section-two h2 {
        font-size: 42px;
    }

    .section-two .br {
    display: none;
    }

    .capa-video img {
        width: 60vw; 
    }

}

@media (max-width: 768px) {
    .section-two {
        padding: 80px 20px;
    }

    .section-two h2 {
        font-size: 25px;
    }

    .capa-video img {
        width: 80vw; 
    }
    
    .lightbox-content {
        width: 95%;
    }

    .close-lightbox {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
}


/* section 3 */

.section-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: clamp(100px, 15vh, 200px) 7.25vw;
}

.section-three h2 {
    text-align: center;
    background: linear-gradient(to bottom, #12263B, #3168A1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 56px;
}

.section-three span {
    font-weight: 800;
}

.conteiner-s3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(30px, 2.5vw, 50px);
    width: 100%;
}

.box-s3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: clamp(280px, 20vw, 380px);
    border: solid 1px #ccc;
    border-radius: 30px;
    padding: clamp(20px, 1.5vw, 28px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-s3:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
}

.box-s3 h3 {
    background: linear-gradient(to bottom, #12263B, #3168A1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    font-size: clamp(22px, 1.6vw, 31px);
    line-height: 1.2;
    margin-bottom: clamp(10px, 1vw, 14px);
    min-height: 3.6em; 
    display: flex;
    align-items: center;
}

.section-three .br {
    display: block;
}

.section-three p {
    font-weight: 400;
    font-size: clamp(14px, 1.02vw, 20px);
    line-height: 1.5;
    color: #555;
}

.section-three a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    font-size: clamp(20px, 1.46vw, 28px);
    background-color: #DF1E2F;
    padding: clamp(25px, 1.83vw, 35px);
    text-decoration: none;
    border-style: none;
    border-radius: 60px;
    min-width: clamp(300px, 22vw, 420px);
    transition: transform 0.3s ease;
}
.section-three a:hover { transform: scale(1.05); }

@media (max-width: 1024px) {

    .section-three {
        padding: 5vh 7.25vw;
    }

    .section-three h2 {
        font-size: 40px;
    }

    .conteiner-s3 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
    }

    .box-s3 {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width: 768px) {

    .section-three {
        gap: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .section-three h2 {
        font-size: 36px;
        padding: 0 20px;
    }


    .conteiner-s3 {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        grid-template-columns: none;
        gap: 16px;
        width: 100%;
        max-width: none;
        padding: 20px calc((100vw - 85vw) / 2);
        box-sizing: border-box;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .conteiner-s3::-webkit-scrollbar {
        display: none;
    }

    .box-s3 {
        display: flex;
        justify-content: center;
        flex: 0 0 85vw;
        scroll-snap-align: center;
    }

    .box-s3 h3 {
        font-size: 25px;
    }

    .section-three p {
        font-size: 15px;
    }
}

/* section 4 */


/* ---------- Section Four (Depoimentos) ---------- */
.section-four {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #F0F0F0;
    padding: 5vw 7.25vw;
}

.section-four > p {
    color: #444242;
    font-weight: 600;
    font-size: clamp(20px, 1.46vw, 28px);
}

.section-four h2 {
    text-align: center;
    background: linear-gradient(to bottom, #12263B, #3168A1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: clamp(56px, 4.1vw, 79px);
    margin-bottom: clamp(40px, 2.92vw, 56px);
}

.conteiner-s4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    width: clamp(670px, 49vw, 941px);
    height: clamp(360px, 26.3vw, 506px);
    padding: clamp(50px, 3.66vw, 70px);
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.conteiner-s4 h3 {
    color: #716F6F;
    font-weight: 800;
    font-size: clamp(35px, 2.56vw, 49px);
}

.conteiner-s4 h4 {
    color:#7D7D7D;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(20px, 1.46vw, 28px);
    margin-bottom: clamp(20px, 1.46vw, 28px);
}

.conteiner-s4 p {
    color: #12263B;
    font-weight: 500;
    font-size: clamp(25px, 1.83vw, 35px);
    line-height: 1.4;
    margin-bottom: clamp(50px, 3.66vw, 70px);
    max-width: 90%;
}

/* ---------- Botão da Section Four ---------- */
.button-s4 {
    cursor: pointer;
    position: absolute;
    bottom: clamp(-15px, -1.5vw, -30px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: white;
    font-weight: 600;
    font-size: clamp(22px, 1.6vw, 31px);
    background-color: #12263B;
    border: none;
    border-radius: 60px;
    padding: clamp(20px, 1.46vw, 28px) clamp(30px, 2.2vw, 42px);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.button-s4:hover {
    transform: scale(1.05);
}

/* ---------- Lightbox Compartilhado ---------- */
.lightbox {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999;
}

.lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
}

.video-container {
    position: relative;
    height: 0;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botão de fechar */
.close-lightbox {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(35px, 3vw, 45px); 
    height: clamp(35px, 3vw, 45px);
    z-index: 3;
}

.close-lightbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.close-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default;
}

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
    .section-four {
        min-height: auto;
        padding: 100px 5vw;
    }

    .section-four > h2 {
        font-size: 42px;
    }

    .conteiner-s4 {
        width: 90%;
        height: auto;
        padding: 40px;
    }

    .conteiner-s4 h3 { font-size: 28px; }
    .conteiner-s4 h4 { font-size: 18px; }
    .conteiner-s4 p { font-size: 20px; }
    .button-s4 { font-size: 20px; }
}

@media (max-width: 768px) {
    .section-four {
        padding: 80px 20px;
    }

    .section-four > p {
        font-size: 16px;
    }

    .section-four > h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .conteiner-s4 {
        padding: 30px 25px;
    }

    .conteiner-s4 h3 { font-size: 24px; }
    .conteiner-s4 h4 { font-size: 16px; }
    .conteiner-s4 p { font-size: 18px; margin-bottom: 0; }

    .button-s4 {
        position: static;
        margin-top: 30px;
        width: 100%;
    }

    .lightbox-content {
        width: 95%;
    }

    .close-lightbox {
        top: 20px;
        right: 20px;
        left: auto;
        transform: none;
        width: 30px;
        height: 30px;
    }
}

.formulario {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #4B648F;
    padding: 15vh 10vw;
    gap: 40px;

}

.formulario h2 {
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    width: 800px;
}

.formulario span {
    display: block;
}

@media (max-width: 1024px) {
    .formulario{
    padding: 5vh 10vw;
    }
}

@media (max-width: 768px) {

    .formulario {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto; 
        min-height: auto;
        padding: 60px 20px;
        gap: 40px;
    }

    .formulario h2 {
        font-size: 34px;
        width: 100%;
    }

    div[role="main"] {
        width: 100%;
    }
}


/* footer */

footer {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #12263B;
    padding: 100px 0 100px 0;
}

.div-desc-footer {
    display: flex;
    flex-direction: column;
}


.alinha-desc-footer {
    display: flex;
    
}

.logo-footer {
    width: 80px;
    height: 40px;
    margin-bottom: 50px;
}

.desc-footer {
    max-width: 266px;
    height: 75px;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    text-align: justify;
    margin: 0;
    margin-left: 10px;
    line-height: 15px;

}

.selo {
    width: 56px;
}

.copy {
    width: 278px;
    margin-left: 66px;
    font-weight: 500;
    font-size: 12px;
    color: #7d7d7d;
}

footer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.div-nav-footer {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.nav-footer:not(:first-child) {
    display: flex;
    flex-direction: column;
    width: 10vw;
    align-items: center;
    height: auto;
}

#nav-footer-contatos {
    display: none;
}


.nav-footer h2 {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: 16px;
    color: #E55C5C;
}

.nav-footer ul {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    list-style: none;
    margin-bottom: 30px;
}

.nav-footer a {
    color: #fff;
    text-decoration: none;
}

.nav-footer a:hover {
    text-decoration: underline;
}

.nav-footer ul li {
    margin-bottom: 10px;  
}

.nav-footer img {
    transition: 0.2s ease-in-out;
}
.nav-footer img:hover {
    opacity: 0.5;
}

@media (max-width: 1000px) {

    
    footer {
        position: relative;
        padding-bottom: 10px;
    }
    
    .logo-footer {
        margin-top: 30px;
    }

    .div-logo-footer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }

    .selo {
        width: 50px;
    }

    .div-desc-footer {
        align-items: flex-start;
    }

    .alinha-desc-footer {
        margin-bottom: 5px;
    }

    .copy {
        margin-left: 50px;
    }

    .desc-footer {
        margin: 0;
    }

    .nav-footer:not(:first-child) {
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
        height: auto;
}

    .nav-footer {
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
    }

    .g2i-footer {
        text-align: center;
    }

    .social {
        display: flex;
        gap: 30px;

    }

}

/* media queries */

/* header */


/* section 1 */

