/*
Theme Name: CorexisGlobal
Theme URI: https://corexisglobal.com
Author: Joseph
Description: Luxury digital agency WordPress theme
Version: 1.0
*/

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

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
background:#090909;
color:#fff;
overflow-x:hidden;
}

a{
text-decoration:none;
color:inherit;
}

.bg-blur{
position:fixed;
inset:0;
z-index:-1;
overflow:hidden;
}

.bg-blur::before{
content:'';
position:absolute;
width:600px;
height:600px;
background:rgba(255,255,255,.05);
filter:blur(120px);
border-radius:50%;
top:-200px;
left:-150px;
}

.bg-blur::after{
content:'';
position:absolute;
width:700px;
height:700px;
background:rgba(255,255,255,.04);
filter:blur(140px);
border-radius:50%;
bottom:-300px;
right:-250px;
}

.glass-nav{
position:fixed;
top:20px;
left:50%;
transform:translateX(-50%);
width:min(1180px,92%);
padding:14px 22px;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(255,255,255,.08);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.12);
border-radius:999px;
z-index:9999;
box-shadow:0 10px 40px rgba(0,0,0,.2);
}

.logo{
font-size:14px;
font-weight:700;
letter-spacing:.25em;
}

.nav-links{
display:flex;
gap:28px;
}

.nav-links a{
color:rgba(255,255,255,.7);
font-size:14px;
transition:.3s;
}

.nav-links a:hover{
color:#fff;
}

.nav-btn{
background:#fff;
color:#111;
padding:11px 20px;
border-radius:999px;
font-size:14px;
font-weight:600;
transition:.3s;
}

.hero{
min-height:100vh;
display:flex;
align-items:center;
padding:140px 6% 80px;
}

.hero-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:80px;
align-items:center;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:10px 18px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.1);
border-radius:999px;
font-size:12px;
letter-spacing:.2em;
color:rgba(255,255,255,.65);
margin-bottom:28px;
backdrop-filter:blur(20px);
}

.hero h1{
font-size:clamp(58px,8vw,120px);
line-height:.92;
letter-spacing:-.06em;
margin-bottom:30px;
}

.hero h1 span{
color:rgba(255,255,255,.55);
}

.hero p{
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.62);
max-width:620px;
margin-bottom:40px;
}

.hero-actions{
display:flex;
flex-wrap:wrap;
gap:16px;
}

.hero-primary,
.hero-secondary{
padding:16px 28px;
border-radius:999px;
font-weight:600;
transition:.3s;
}

.hero-primary{
background:#fff;
color:#111;
}

.hero-secondary{
background:rgba(255,255,255,.05);
color:#fff;
border:1px solid rgba(255,255,255,.1);
}

.hero-card{
position:relative;
border-radius:40px;
overflow:hidden;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
}

.hero-card img{
width:100%;
height:650px;
object-fit:cover;
display:block;
}

.hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.8),transparent 60%);
}

.hero-content{
position:absolute;
bottom:0;
left:0;
padding:40px;
}

.section{
padding:120px 6%;
}

.section-head{
max-width:900px;
margin:0 auto 80px;
text-align:center;
}

.section-head small{
display:block;
margin-bottom:18px;
letter-spacing:.25em;
font-size:12px;
color:rgba(255,255,255,.45);
}

.section-head h2{
font-size:clamp(42px,6vw,72px);
line-height:1;
margin-bottom:24px;
}

.services-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.service-card{
padding:40px;
border-radius:32px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(20px);
}

.service-icon{
width:64px;
height:64px;
border-radius:22px;
background:rgba(255,255,255,.08);
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
margin-bottom:30px;
}

.projects-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.project-card{
overflow:hidden;
border-radius:36px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
}

.project-card img{
width:100%;
height:420px;
object-fit:cover;
display:block;
}

.project-content{
padding:34px;
}

.project-card{
transition:.4s;
}

.project-card:hover{
transform:translateY(-8px);
}

.project-card img{
transition:1s;
}

.project-card:hover img{
transform:scale(1.05);
}

.about-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about-img{
border-radius:36px;
overflow:hidden;
}

.about-img img{
width:100%;
height:650px;
object-fit:cover;
}

.cta{
padding:0 6% 120px;
}

.cta-box{
max-width:1300px;
margin:auto;
padding:100px 50px;
text-align:center;
border-radius:42px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(24px);
position:relative;
overflow:hidden;
}

.cta-content{
position:relative;
}

.cta-content small{
letter-spacing:.25em;
font-size:12px;
color:rgba(255,255,255,.45);
display:block;
margin-bottom:20px;
}

.cta-content h2{
font-size:clamp(44px,6vw,86px);
line-height:1;
margin-bottom:30px;
letter-spacing:-.05em;
}

.cta-content p{
max-width:850px;
margin:auto;
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.58);
margin-bottom:40px;
}

.cta-actions{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:16px;
}

/* footer */
.footer{
    padding:40px 6%;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-wrap{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.footer-left h3{
    font-size:18px;
    letter-spacing:.2em;
    margin-bottom:8px;
}

.footer-left p,
.footer-right{
    color:rgba(255,255,255,.45);
    line-height:1.8;
}

/* Mobile Footer */
@media(max-width:768px){

    .footer-wrap{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .footer-left h3{
        font-size:16px;
    }

    .footer-left p,
    .footer-right{
        font-size:14px;
    }
}

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.hero-card img{
height:500px;
}

@media(max-width:768px){

.nav-links{
display:none;
}

.services-grid,
.projects-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:62px;
}
}

.contact-form{
display:flex;
flex-direction:column;
gap:20px;
}

.input-group{
display:flex;
flex-direction:column;
}

.input-group label{
margin-bottom:10px;
color:rgba(255,255,255,.6);
font-size:14px;
}

.input-group input,
.input-group textarea{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
padding:18px;
border-radius:18px;
color:#fff;
font-size:15px;
outline:none;
}

.input-group textarea{
min-height:180px;
resize:vertical;
}

.input-group input:focus,
.input-group textarea:focus{
border-color:rgba(255,255,255,.25);
background:rgba(255,255,255,.08);
}

/* CONTACT PAGE */

.contact-wrap{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1fr 1.1fr;
gap:30px;
align-items:start;
}

.contact-info{
padding:50px;
border-radius:32px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(20px);
}

.contact-info h3{
font-size:42px;
margin-bottom:24px;
line-height:1.1;
}

.contact-info p{
color:rgba(255,255,255,.6);
line-height:1.9;
margin-bottom:35px;
}

.contact-item{
margin-bottom:28px;
padding-bottom:28px;
border-bottom:1px solid rgba(255,255,255,.08);
}

.contact-item small{
display:block;
color:rgba(255,255,255,.45);
margin-bottom:10px;
letter-spacing:.15em;
}

.contact-item h4{
font-size:20px;
font-weight:500;
}

.contact-form{
padding:50px;
border-radius:32px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(20px);
}

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-bottom:20px;
}

.input-group{
display:flex;
flex-direction:column;
margin-bottom:20px;
}

.input-group label{
margin-bottom:10px;
font-size:14px;
color:rgba(255,255,255,.65);
}

.input-group input,
.input-group textarea,
.input-group select{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
border-radius:18px;
padding:18px 20px;
color:#fff;
font-size:15px;
outline:none;
backdrop-filter:blur(10px);
transition:.3s;
}

.input-group input:focus,
.input-group textarea:focus,
.input-group select:focus{
border-color:rgba(255,255,255,.3);
background:rgba(255,255,255,.08);
}

textarea{
min-height:180px;
resize:vertical;
}

.submit-btn{
width:100%;
border:none;
background:#fff;
color:#111;
padding:18px;
border-radius:999px;
font-weight:700;
font-size:15px;
cursor:pointer;
transition:.3s;
}

.submit-btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 30px rgba(255,255,255,.12);
}

.contact-social{
display:flex;
gap:14px;
margin-top:30px;
}

.contact-social a{
width:50px;
height:50px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
font-size:18px;
transition:.3s;
}

.contact-social a:hover{
background:rgba(255,255,255,.12);
transform:translateY(-3px);
}

@media(max-width:950px){

.contact-wrap,
.form-grid{
grid-template-columns:1fr;
}

.contact-info,
.contact-form{
padding:30px;
}

.contact-info h3{
font-size:34px;
}

}

/* stats */
.stats{
    padding:40px 6% 120px;
}

.stats-grid{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.stat-card{
    padding:40px 30px;
    border-radius:30px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    text-align:center;
}

.stat-card h2{
    font-size:56px;
    margin-bottom:14px;
}

.stat-card p{
    color:rgba(255,255,255,.55);
    line-height:1.7;
}

/* Tablet */
@media(max-width:1024px){

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .stat-card h2{
        font-size:46px;
    }
}

/* Mobile */
@media(max-width:768px){

    .stats{
        padding:30px 6% 80px;
    }

    .stats-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .stat-card{
        padding:30px 20px;
    }

    .stat-card h2{
        font-size:40px;
    }

    .stat-card p{
        font-size:14px;
    }
}

/* ABOUT PAGE */

.about-hero{
padding:180px 6% 120px;
text-align:center;
}

.about-hero-content{
max-width:1000px;
margin:auto;
}

.about-hero small{
display:block;
margin-bottom:24px;
letter-spacing:.25em;
font-size:12px;
color:rgba(255,255,255,.45);
}

.about-hero h1{
font-size:clamp(60px,9vw,130px);
line-height:.9;
letter-spacing:-.06em;
margin-bottom:30px;
}

.about-hero p{
max-width:850px;
margin:auto;
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.6);
}

.about-story{
padding:0 6% 120px;
}

.about-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-image{
overflow:hidden;
padding:0;
border-radius:36px;
}

.about-image img{
width:100%;
height:700px;
object-fit:cover;
display:block;
}

.about-content small{
display:block;
margin-bottom:18px;
letter-spacing:.2em;
font-size:12px;
color:rgba(255,255,255,.45);
}

.about-content h2{
font-size:clamp(42px,5vw,72px);
line-height:1;
margin-bottom:28px;
letter-spacing:-.04em;
}

.about-content p{
font-size:17px;
line-height:1.9;
color:rgba(255,255,255,.62);
margin-bottom:24px;
}

.about-stats{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:40px;
}

.about-stat{
text-align:center;
padding:40px 20px;
}

.about-stat h3{
font-size:52px;
margin-bottom:12px;
}

.about-stat p{
margin:0;
}

.process-section{
padding:0 6% 120px;
}

.process-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.process-card{
padding:40px;
}

.process-number{
font-size:70px;
font-weight:700;
opacity:.15;
margin-bottom:20px;
}

.process-card h3{
font-size:28px;
margin-bottom:16px;
}

.process-card p{
line-height:1.9;
color:rgba(255,255,255,.6);
}

.about-cta{
padding:0 6% 120px;
}

.about-cta-box{
max-width:1200px;
margin:auto;
text-align:center;
padding:90px 40px;
border-radius:40px;
}

.about-cta-box small{
display:block;
margin-bottom:18px;
letter-spacing:.2em;
font-size:12px;
color:rgba(255,255,255,.45);
}

.about-cta-box h2{
font-size:clamp(44px,6vw,86px);
line-height:1;
margin-bottom:24px;
letter-spacing:-.05em;
}

.about-cta-box p{
max-width:700px;
margin:auto;
line-height:1.9;
font-size:18px;
color:rgba(255,255,255,.6);
margin-bottom:40px;
}

@media(max-width:1000px){

.about-grid,
.process-grid{
grid-template-columns:1fr;
}

.about-image img{
height:500px;
}

}

@media(max-width:700px){

.about-hero h1{
font-size:68px;
}

.about-content h2{
font-size:48px;
}

}

/* PORTFOLIO PAGE */

.portfolio-hero{
padding:180px 6% 90px;
text-align:center;
}.portfolio-hero{
padding:180px 6% 90px;
text-align:center;
}

.portfolio-hero h1{
font-size:clamp(52px,7vw,110px);
letter-spacing:-.05em;
line-height:.95;
margin-bottom:24px;
}

.portfolio-hero p{
max-width:850px;
margin:auto;
font-size:18px;
line-height:1.9;
color:rgba(255,255,255,.6);
}

.masonry{
column-count:3;
column-gap:24px;
padding:0 6% 120px;
max-width:1500px;
margin:auto;
}

.portfolio-item{
    position:relative;
    margin-bottom:24px;
    break-inside:avoid;
    overflow:hidden;
    border-radius:30px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
}

.portfolio-item img{
    width:100%;
    height:450px;
    object-fit:cover;
    display:block;
    transition:1s;
}

.portfolio-item:hover img{
    transform:scale(1.08);
}

.portfolio-overlay{
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.85),transparent 60%);
opacity:0;
transition:.4s;
display:flex;
align-items:flex-end;
padding:30px;
}

.portfolio-item:hover .portfolio-overlay{
opacity:1;
}

.portfolio-overlay h3{
font-size:28px;
margin-bottom:10px;
}

.portfolio-overlay p{
color:rgba(255,255,255,.7);
line-height:1.7;
}

@media(max-width:1000px){
.masonry{
column-count:2;
}
}

@media(max-width:700px){
.masonry{
column-count:1;
}
}

/* logo */
.logo img{
    height: 60px;
    width:auto;
    display:block;
}