* {
    margin: 0px;
    padding: 0px;
    caret-color: transparent;
}

/*-------------- BASE FEATURES --------------*/

@font-face {
    font-family: "Poppins";
    src: url("./fonts/Poppins-Regular.ttf") format("opentype");
    font-weight: normal; /* opcional */
    font-style: normal;  /* opcional */
}

@font-face {
    font-family: "ArchivoBlack";
    src: url("./fonts/ArchivoBlack-Regular.ttf") format("opentype");
    font-weight: normal; /* opcional */
    font-style: normal;  /* opcional */
}

body {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    /*cursor: url("../images/icons/cursor_funnel.png") 16 16, auto;*/
}

#bgVideoSwitch {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 999px;
    padding: 8px 16px 8px 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}

#bgTrack {
    width: 34px; 
    height: 20px;
    border-radius: 999px;
    background: #3B6D11;
    position: relative;
    flex-shrink: 0;
    transition: background .2s;
    display: inline-block;
}

#bgThumb {
    width: 14px; 
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 3px; left: 17px;
    transition: left .2s;
    display: block;
}

.section {
    overflow: hidden;
}

.full-screen {
    width: 100%;
    min-height: 100vh;
}

.fixed-full-screen {
    width: 100%;
    height: 100vh;
}

.main-spacing {
    padding: 0px 50px;
}

.minimum-width-containment {
    max-width: 1200px;
}

.mobile {
    display: none !important;
}

.desktop {
    display: flex !important;
}

.parallax {
    position:absolute; 
    will-change: transform;
}

.reverse-parallax {
    position:absolute; 
    will-change: transform;
}

.parallax-top {
    left:0;
    top:0;
}

.parallax-bottom {
    left:0;
    bottom:0;
}

.parallax-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parallax-fixed {
    position:absolute;
}

#smooth-content {
    position: relative;
}

.fade_bottom_overlay {
    position:absolute !important;
    z-index: 5;
    left:0;
    bottom:0;
    width:100%;
    height:200px; /* altura do fade */
    pointer-events:none;

    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.fade_bottom_overlay_sm {
    position:absolute !important;
    z-index: 5;
    left:0;
    bottom:0;
    width:100%;
    height:100px; /* altura do fade */
    pointer-events:none;

    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.fade_top_overlay {
    position:absolute !important;
    z-index: 5;
    left:0;
    top:0;
    width:100%;
    height:200px; /* altura do fade */
    pointer-events:none;

    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.fade_top_overlay_sm {
    position:absolute !important;
    z-index: 5;
    left:0;
    top:0;
    width:100%;
    height:150px; /* altura do fade */
    pointer-events:none;

    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.social_media_list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* fallback para Safari antigo (substitui gap) */
.social_media_list li {
    padding: 0 5px;
}

/* remove margem extra nas bordas */
.social_media_list li:first-child {
    margin-left: 0;
}

.social_media_list li:last-child {
    margin-right: 0;
}

.icon-link {
    display: block;
    width: 30px; /* ajuste conforme seu layout */
    height: auto;
    flex-shrink: 0;
}

.icon-link .icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*--------------------------------------*/




/*-------------- Intro --------------*/

.intro_video_container {
    position: fixed;
    top: 0px;
    inset: 0;
    background: #000000;
    transition: opacity 0.6s ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
}

.video_holder {
    width: 100vw;
    height: 100vh;
}

.intro_video_container.fade-out {
    opacity: 0;
    pointer-events: none;
}

#intro_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: -30px;
    transform: scale(1.1);
}

/*--------------------------------------*/




/*-------------- Header --------------*/

header {
    position: fixed;
    top: 0px;
    z-index: 99999999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_shadow {
    width: 94%;
    filter: drop-shadow(0px 0px 7px rgb(0, 0, 0));
    max-width: 1600px;
}

/* SEU NAV */
.nav_menu_container {
    height: 80px;
    background-color: #282828;
    padding: 0px 20px;

    clip-path: polygon(
        0% 0%,
        100% 0%,
        90% 100%,
        10% 100%
    );

    display: flex;
    justify-content: center;
    align-items: center;

}

.nav_sizer {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_nav_container {
    width: 132px;
    display: flex;
    justify-content: center;
}

.logo_nav_container a {
    display: flex;
    align-items: center;
}

.logo_nav_container img {
    height: 50px;
}

.main_nav {
    padding-left: 30px;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

nav ul li {
   position:relative;
   overflow:hidden;
}

nav ul li::before{
    content:"";
    position:absolute;
    inset:0;
    background:white;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s cubic-bezier(.77,0,.18,1);
    z-index:1;
}

nav ul li a{
    display:block;
    padding: 0px 5px;
    color:#fff;
    text-decoration:none;
    position:relative;
    z-index:2;
    transition:color .35s ease;
}

nav ul li:hover::before{
    transform:scaleX(1);
}

nav ul li:hover a{
    color:black;
}

.remove-effect-nav:hover::before{
    transform:scaleX(0);
} 

.contact_btn_container {
    background-color: #FBD010;
    /*background-image: url("../images/backgrounds/danger_2.png");
    background-size: cover;
    background-position: center;*/
    padding: 3px 8px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#contact-btn {
    background-color: #FBD010;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 5px;
    border-radius: 7rem;
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color:#1f1f1f;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999999;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    text-align: center;
}

.menu-overlay ul {
    list-style: none;
    flex-direction: column;
}

.menu-overlay a {
    text-decoration: none;
    font-size: 30px;
}

.menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 75%;
}
   
.menu-content li {
    margin-bottom: 10px;
}

.menu-overlay .icon {
    height: 40px;
    width: 40px;
}

.menu-overlay.active {
    transform: translateX(0);
}

.hamburger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    position: relative;
    transition: border-color 0.3s ease;
}

.bar {
    width: 32px;
    height: 3px;
    background: #fff;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.6s ease;
    will-change: transform, opacity;
}

.bar.light {
  background: #0f172a;
}

.bar.dark {
  background: #ffffff;
}

.hamburger-btn.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger-btn.active .bar:nth-child(2) {
    opacity: 0;
    transform: scale(0.8);
}

.hamburger-btn.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.hamburger-btn.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

#mobile-menu-logo {
    height: 60px;
}

/*--------------------------------------*/




/*-------------- HERO --------------*/

#hero {
    position: relative;
}

.hero_main_video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

.hero_main_video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center, 
        rgba(0, 0, 0, 0.329) 35%,
        rgb(0 0 0 / 70%) 90%, 
        rgb(0 0 0 / 84%) 100%
    );
    pointer-events: none;
}

.hero_main_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_main_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_call_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.logo_hero_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_hero_container img {
    width: 40%;
}

.wishlist_now_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #FBD010;
    border-radius: 20px;
    text-decoration: none;
    color: black;
    font-size: 1.5vw;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.wishlist_now_btn img {
    height: 40px;
}

.wishlist_now_btn:hover {
    transform: scale(1.05);
}

.centralize-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*--------------------------------------*/




/*-------------- Gameplay --------------*/

#gameplay {
    position: relative;
    background-image: url("/assets/images/backgrounds/van_bentch.jpg");
    display: flex;
    justify-content: center;
}

/* Blur Layer */
#gameplay::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    filter: brightness(0.7) contrast(1) blur(8px);
    z-index: 1;
    
}

/* Fog Layer */
#gameplay::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height:200px; /* altura do fade */
    pointer-events:none;
    z-index:2;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0)
    );
}

#gameplay > * {
    position: relative;
    z-index: 3;
}

.gameplay_container {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1.4fr;
    padding-top: 100px;
    padding-bottom: 50px;             
    will-change: opacity;   
    transform: translateZ(0);
    z-index: 99;
}

.gameplay_video_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.old_monitor_sizer {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#old_monitor {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.old_monitor_content_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding: 30px 60px 140px 60px;
}

#old_monitor_content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gameplay_text_container {
    display: flex;
    justify-content: center;
    align-items: center;
    container-type: inline-size;
    z-index: 9;
}

.gameplay_text {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
    color: #e5e5e5;
}

.gameplay_text h2{
    font-size: clamp(16px, 12cqw, 48px);
}

.gameplay_text p{
    font-size: clamp(16px, 5cqw, 48px);
}

/*--------------------------------------*/




/*-------------- Lamp scene --------------*/

#lamp {
    position: relative;
}

/* cena */
.lamp-scene{
  position:relative;
  overflow:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* imagem de fundo */
.bg{
  position:absolute;
  inset:0;
  background:url("../images/backgrounds/inside_house.jpg") center/cover no-repeat;
  opacity:1;
}

/* Blur Layer */
.bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    filter: brightness(0.7) contrast(1) blur(4px);
    z-index: 1;
    
}

/* Fog Layer */
.bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height:170px; /* altura do fade */
    pointer-events:none;
    z-index:2;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0)
    );
}


/* overlay preta real */
.black-overlay{
  position:absolute;
  inset:0;
  background:#000;
  opacity:1;
  pointer-events:none;
  z-index: 999;
}
/*--------------------------------------*/




/*-------------- About --------------*/

#about {
    position: relative;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_background_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.about_background_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_container {
    width: 100%;
    padding: 0px 30px;
}

.about_pannel_container {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    position: relative;
    background-color: #282828;
    border-radius: 20px;
    width: 100%;
    padding: 30px;
}

.about_text {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
    color: #e5e5e5;
}

.about_text h2{
    font-size: clamp(16px, 9cqw, 48px);
}

.about_text p{
    font-size: clamp(16px, 4cqw, 48px);
}

.text_about_container {
    display: flex;
    align-items: center;
    justify-content: center;
    container-type: inline-size;
}

.img_about_container {
    overflow: hidden;
    border-radius: 20px;
}

.img_about_container img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.img_about_container video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

/*--------------------------------------*/




/*-------------- Parallax --------------*/

#parallax {
    position: relative;
}

/* fade BOTTOM */
#parallax::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:200px;
  pointer-events:none;
  z-index:999;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0)
  );
}

.parallax_section_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
    color: white;
}

.parallax_text_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 300px;
    margin-bottom: 100px;
}

.parallax_text_item {
    max-width: 400px;
    text-align: center;
}

.parallax_text_content h3 {
    font-size: clamp(16px, 12cqw, 50px);
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
}

.bush {
    bottom: -950px;
    z-index: 999;
}

/*--------------------------------------*/




/*-------------- Wishlist --------------*/

#wishlist {
    position: relative;
    background-image: url("../images/backgrounds/van.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wishlist_parallax_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wishlist_parallax_container video{
    position: absolute;
    object-fit: cover;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

/* Blur Layer */
#wishlist::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    filter: blur(8px);
    z-index: 1;
}

/* Fog Layer */
#wishlist::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.651);
    z-index: 2;
}

.wishlist_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: relative;
}

.wishlist_container iframe {
    min-width: 600px;
    height: 188px;
    transform: scale(1.3);
    /*background-color: #000000;*/
}

/*--------------------------------------*/




/*-------------- Footer --------------*/

footer {
    background-color: #282828;
    height: 200px;
    padding: 50px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

footer img {
    height: 100%;
}

.bg-metal-worn {
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,0.05), transparent 45%),
        radial-gradient(circle at 70% 60%, rgba(0,0,0,0.08), transparent 50%),
        repeating-linear-gradient(
            80deg,
            rgba(255,255,255,0.025) 0,
            rgba(255,255,255,0.025) 1px,
            transparent 1px,
            transparent 3px
        ),
        #2b2b2b;
}

.bg-metal {
    background:
       linear-gradient(90deg, 
       rgb(242 247 0 / 2%), 
       rgba(0, 0, 0, 0.05), 
       rgb(242 247 0 / 2%)), #2b2b2b
}

/*--------------------------------------*/

@media (min-height: 500px) {
    .bush {
        bottom: -600px;
    }
}

@media (min-height: 800px) {
    .bush {
        bottom: -900px;
    }
}

@media (min-height: 1000px) {
    .bush {
        bottom: -1250px;
    }
}

@media (min-height: 1200px) {
    .bush {
        bottom: -1450px;
    }
}

@media (min-height: 1400px) {
    .bush {
        bottom: -1650px;
    }
}

@media (max-width: 1440px) {

   .parallax_text_content {
        padding: 0px 150px;
    }

}


@media (max-width: 1210px) {

    #icon_X {
        display: none;
    }

    .logo_nav_container {
        display: none;
    }

}

@media (max-width: 1024px) {

    nav ul {
        gap: 30px;
    }

    .wishlist_now_btn {
        font-size: 2vw;
    }

    .old_monitor_content_container {
        padding: 30px 50px 120px 50px;
    }

    .parallax_text_content {
        padding: 0px 50px;
    }
    
    .nav_shadow {
        width: 98%;
    }

    .main_nav {
        padding-left: 0px;
    }

}

@media (max-width: 820px) {

    .mobile {
        display: flex !important;
    }
    
    .desktop {
        display: none !important;
    }

    .wishlist_now_btn {
        font-size: 3vw;
    }

    .nav_menu_container {
        width: 100%;
        height: 60px;
        clip-path: polygon(
            0% 0%,    /* vértice 1 */
            100% 0%,   /* vértice 2 */
            100% 100%,  /* vértice 3 */
            00% 100%     /* vértice 4 */
        );
        padding: 0px 50px;
    }

    .wishlist_container iframe{
        transform: scale(1);
    }

    .nav_sizer {
        width: 100%;
    }

    .nav_shadow {
        width: 100%;
    }

    .logo_nav_container {
        width: auto;
    }

    .logo_hero_container img {
        width: 60%;
    }

    .about_pannel_container {
        grid-template-columns: 1fr;
    }

    .gameplay_container {
        grid-template-columns: 1fr;
    }

    .old_monitor_content_container {
        padding: 30px 60px 150px 60px;
    }

    .parallax_text_content {
        flex-direction: column;
        justify-content: center;
    }

    .parallax_text_item {
        margin-bottom: 10px;
    }

    .parallax_text_content h3 {
        font-size: clamp(16px, 12cqw, 35px);
        margin-bottom: 40px;
    }

    .lamp-scene{
        padding-bottom: 100px;
    }

    #about {
        padding: 200px 0px;
    }

    .logo_nav_container {
        display: flex;
    }
    
}

@media (max-width: 630px) {

    .wishlist_container iframe{
        transform: scale(0.65);
    }

    .old_monitor_content_container {
        padding: 25px 50px 120px 50px;
    }

}


@media (max-width: 425px) {

    .wishlist_container iframe{
        transform: scale(0.65);
    }
    
    .nav_menu_container {
        padding: 0px 20px;
    }

    .main-spacing {
        padding: 0px 20px;
    }

    .logo_hero_container img {
        width: 86%;
    }

    .old_monitor_content_container {
        padding: 20px 35px 80px 35px;
    }

}

@media (max-width: 375px) {

    .wishlist_container iframe{
        transform: scale(0.55);
    }

    .old_monitor_content_container {
        padding: 15px 25px 80px 30px;
    }


}

@media (max-width: 320px) {

    .wishlist_container iframe{
        transform: scale(0.50);
    }

    .old_monitor_content_container {
        padding: 15px 25px 60px 30px;
    }

}




