/*==========================================================

PARKIA LANDING PAGE

Arquivo:
style.css

Desenvolvimento:
SOFT42 | Site e Sistema para Imobiliária

==========================================================*/


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Montserrat',sans-serif;
    font-size:16px;
    color:#FFFFFF;
    background:#111111;
    overflow-x:hidden;
}

img{
    display:block;
    max-width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

button{
    border:none;
    cursor:pointer;
    font-family:inherit;
}

ul{
    list-style:none;
}


/* ==========================================================
   VARIÁVEIS
========================================================== */

:root{
    --preto:#111111;
    --branco:#FFFFFF;
    --cinza:#EFEFEF;
    --dourado:#C6A15B;
    --container:1200px;
    --transition:.35s;
}


/* ==========================================================
   CONTAINER
========================================================== */

.container{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}


/* ==========================================================
   BOTÕES
========================================================== */

.btn-primary,
.btn-secondary,
.btn-footer{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 42px;
    border-radius:10px;
    background:#111111;
    color:#FFFFFF;
    font-size:25px;
    font-weight:700;
    text-transform:uppercase;
    transition:.3s;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-footer{
    transform:translateY(-2px);
}

.btn-primary{
    background: #414141;
    color: #ffffff;
}

.btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.btn-secondary{
    background:#FFFFFF;
    color:#111111;
    height:54px;
}

.btn-secondary:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}


/* ==========================================================
   HERO
========================================================== */

#hero{
    position:relative;
    height:780px;
    overflow:hidden;
}

.hero-bg{
    position:absolute;
    inset:0;
    background-image:url("../img/hero.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:1;
}


.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.18);
    z-index:2;
}

.hero-content{
    position:relative;
    z-index:5;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    padding-top:22px;
}

.logo-parkia{
    width:333px;
    max-width:90%;
}

.hero-content h1{
    display:flex;
    flex-direction:column;
    gap:4px;
    color: #414141;
    font-size:58px;
    font-weight:800;
    line-height:1.05;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:18px;
}

.hero-content p{
    display:flex;
    flex-direction:column;
    color: #414141;
    gap:2px;
    font-size:19px;
    font-weight:500;
    line-height:1.4;
    margin-bottom:28px;
}

.hero-logos p {
    display: flex;
    flex-direction: column;
    color: #414141;
    gap: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 0.4;
    margin-bottom: 15px;
}

.hero-logos{
    display:flex;
    align-items:center;
    gap:40px;
    margin-top:70px;
}

.hero-logos img{
    height:55px;
    width:auto;
}

/* ==========================================================
   LOGO BOX
========================================================== */

.logo-box{
    top:-18px;
    position:relative;
    z-index:15;
    width:440px;
    height:185px;
    background:#FFF;
    border-radius:0 0 60px 60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 45px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

/* ==========================================================
   FAIXA SUPERIOR
========================================================== */

.hero-top-bar{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:62%;
    height:22px;
    background:#4f4f4f;
    border-radius:0 0 16px 16px;
    z-index:20;
}

/* ==========================================================
   LOCALIZAÇÃO
========================================================== */

#location{
    background:#111111;
    padding:22px 0;
}

.location-content{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:35px;
}

.location-icon{
    width:70px;
    display:flex;
    justify-content:center;
}

.location-icon img{
    width:54px;
}

.location-divider{
    width:2px;
    height:60px;
    background:rgba(255,255,255,.45);
}

.location-text{
    color:#FFFFFF;
}

.location-text p{
    font-size:40px;
    font-weight:300;
    line-height:1.2;
    padding: 20px;
}

.location-text strong{
    font-weight:700;

}

.location-divider{
    width:1px;
    height:65px;
    background:rgba(255,255,255,.35);
}


/* ==========================================================
   MAPA
========================================================== */

#map{
    background:#FFFFFF;
}

.map-wrapper{
    width:100%;
    overflow:hidden;
}

.map-image{
    display:block;
    width:100%;
    height:auto;
    transition:.6s ease;
}

.map-wrapper:hover .map-image{
    transform:scale(1.015);
}

/* ==========================================================
   OFERTA
========================================================== */

#offer{
    background:#111111;
    padding:45px 0;
}

.offer-top{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:55px;
}

.offer-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.offer-content img{
    width:230px;
}

.offer-text{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.offer-number{
    font-size:110px;
    line-height:1;
    font-weight:800;
    color:#FFFFFF;
}

.offer-description{
    font-size:26px;
    font-weight:600;
    letter-spacing:4px;
    color:#FFFFFF;
}

.offer-brand{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.offer-brand small{
    color:#FFFFFF;
    font-size:13px;
    letter-spacing:2px;
    margin-bottom:12px;
}

.offer-divider{
    width:2px;
    height:95px;
    background:rgba(255,255,255,.85);
}

.offer-button{
    display:flex;
    justify-content:center;
    margin-top:35px;
    padding-left:0;
}

/* ==========================================================
   VÍDEO
========================================================== */

#video{
    background:#EFD4A2;
    padding:95px 0 90px;
}

.video-wrapper{
    max-width:260px;
    margin:auto;
}

.video-play{
    position:relative;
    width:100%;
    background:none;
    border:none;
    cursor:pointer;
}

.video-play img{
    width:100%;
    display:block;
    border-radius:8px;
}

.play-circle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:78px;
    height:78px;
    border-radius:50%;
    background:#c10606;
    color:#FFF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    transition:.35s;
}

.video-play:hover .play-circle{
    transform:translate(-50%,-50%) scale(1.10);
}

/* ==========================================================
   CTA FINAL
========================================================== */

#cta-final{
    background:#111111;
    padding:70px 0 60px;
    text-align:center;
}

.instagram-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:30px;
    color:#FFFFFF;
    font-size:18px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.instagram-link img{
    width:22px;
}

.footer-logos{
    margin-top:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
}

.footer-partners{
    display:flex;
    align-items:center;
    gap:35px;
}

.footer-partners img{
    height:30px;
    width:auto;
}

.footer-logo-parkia{
    width:300px;
}

.footer-divider{
    width:1px;
    height:45px;
    background:rgba(255,255,255,.35);
}

.footer-logos img:not(.footer-logo-parkia){
    height:50px;
    width:auto;
}


.footer-logos p {
    display: flex;
    flex-direction: column;
    color: #FFF;
    gap: 2px;
    font-size: 9px;
    font-weight: 500;
    line-height: 0.4;
    margin-bottom: 15px;
}

.btn-footer{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:auto;
    padding:16px 30px;
    background:#2DBE00;
    color:#FFF;
}

.btn-footer:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}


/* ==========================================================
   MODAL VÍDEO
========================================================== */

.video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.90);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:9999;
}

.video-modal.active{
    opacity:1;
    visibility:visible;
}

.video-modal-content{

    width:380px;

    max-width:90vw;

    aspect-ratio:9/16;

}

.video-modal.active .video-modal-content{
    transform:scale(1);
}

#videoContainer{
    width:100%;
    height:100%;
}

#videoContainer iframe{
    width:100%;
    height:100%;
}

.close-video{
    position:absolute;
    top:-45px;
    right:0;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:28px;
    font-weight:bold;
    cursor:pointer;
    z-index:20;
}

