/*
Theme Name: Club447 Landing
Theme URI: https://club447.com/
Author: Venenü
Description: WordPress landing page theme for Club447 No Jardim.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: club447-landing
*/

@font-face {
    font-family: 'N27';
    font-style: normal;
    font-weight: 400;
    src: local('N27'), url(https://fonts.cdnfonts.com/s/83602/N27-Regular.woff) format('woff');  
}

:root {
    --primary-pink: #ff7a84;
    --primary-blue: #40c2cf;
    --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

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

body {
    font-family: 'N27', 'systemN27';
    font-style: normal;
    font-weight: 400;
    src: local('N27'), url(https://fonts.cdnfonts.com/s/83602/N27-Regular.woff) format('woff');  
    background-color: #fff;
    overflow-x: hidden;
    color: #000;
}

p.info-text {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.page-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.desktop-stripes {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100vw;
    height: 120%;
    z-index: 1;
    pointer-events: none;
    object-fit: fill;
}

.mobile-stripes {
    display: none;
}

@media screen and (max-width: 768px) {
    .desktop-stripes {
        display: none;
    }
    
    .mobile-stripes {
        display: block;
        position: absolute;
        
        object-position: left top;
        width: 103vw;
        height: 100vh;
        transform: translateX(-1%);
        pointer-events: none;
    }
}

.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-outline {
    margin-top: 3rem;
    padding: 12px 30px;
    color: #fff;
    border: 2px solid var(--primary-pink);
    background-color: transparent;
}

.btn-outline:hover {
    background-color: var(--primary-pink);
}

.hero-content {
    margin: auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-18deg);
}

.hero-logo {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    transform: rotate(18deg);
}

@media screen and (max-width: 768px) {
    .hero-logo {
        transform: rotate(21deg);
    }
}

.info-section {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 12rem 2rem 8rem 2rem;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .info-section {
        padding: 2rem 2rem 8rem 2rem;
    }
}

.info-container {
    max-width: 650px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.info-text {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .info-text {
        text-align: left;
    }
    #main-text {
       text-align: center;
    }
}





.btn-solid {
    padding: 12px 50px;
    color: #fff;
    background-color: var(--primary-pink);
    border: none;
}

.btn-solid:hover {
    background-color: #e66972;
}

.carousel-section {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 2rem 0 6rem 0;
    background: transparent;
}

.carousel-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-track:active {
    cursor: grabbing;
}

.carousel-track img {
    height: 420px;
    width: auto;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    pointer-events: none;
}

.carousel-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.site-footer {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

.footer-right {
    font-weight: 600;
}

.fixed-socials {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 100;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--primary-blue);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.social-btn:hover {
    transform: translateY(-4px);
    background-color: #35aab6;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 0.5rem)); }
}
