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

html {
    scroll-behavior: smooth;
}

:root{
    --scroll-progress:0%;
}


body{
    background:#0f0f0f;
    font-family:'Bebas Neue', sans-serif;
    overflow-x:hidden;
}

.section1 {

    position:relative;
    background:#0f0f0f;
    overflow:hidden;

}

/* opacity layer */

.section1::before{

    content:"";
    position:absolute;
    inset:0;
    background-image:url('BG.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0.1; /* 10% */
    z-index:0;
    animation: fadeInUp 1s ease-out;
}


/* keep content visible */

.section1 > *{
    position:relative;
    z-index:1;
}



/* HERO SECTION */

.hero{

    width:100%;
    height:100vh;
    position:relative;
    overflow:hidden;
    background-image:url('Asset 1.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


/* EXTRA HEIGHT FOR SCROLL */

.scroll-space{
    height:50vh;
}



/* VERTICAL PORTFOLIO */

.vertical-text{
    position:absolute;
    left:-330px;
    top:350px;
    transform:rotate(-90deg);
    color:#dfff00;
    font-size:200px;
    letter-spacing:18px;
    z-index:1;
    opacity:0.15;
}



/* LEFT TEXT */

.hero-text{
    position:absolute;
    top:120px;
    left:290px;
    width:700px;
    z-index:5;
}

.contact-top{
    display:inline-block;
    margin-bottom:30px;
    margin-right:20px;
    color:#dfff00;
    text-decoration:none;
    letter-spacing:4px;
    font-size:14px;
    transition:.3s ease;
}

.cv-top{
    display:inline-block;
    margin-bottom:30px;
    color:#dfff00;
    text-decoration:none;
    letter-spacing:4px;
    font-size:14px;
    transition:.3s ease;
}

.contact-top:hover{
   color:#ffffff;
    opacity:.7;
}

.cv-top:hover{
   color:#ffffff;
    opacity:.7;
}

.hero-text h1{
    font-size:110px;
    line-height:1;
    color:white;
    margin-bottom:10px;
    font-weight:400;
}

.hero-text h2{
    font-size:52px;
    line-height:1.1;
    color:#d0d0d0;
    font-weight:300;
}

/* ABOUT */

.about-floating{

    position:absolute;
    left:290px;
    top:400px;
    width:450px;
    z-index:5;
}

#aboutText{
    font-family:Arial,sans-serif;
    font-size:16px;
    line-height:1.9;

    /*
    top → bottom color fill
    */

    background:linear-gradient(

        to bottom,
        #dfff00 0%,
        #dfff00 var(--scroll-progress),
        #8a8a8a var(--scroll-progress),
        #8a8a8a 100%
    );

    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* PHOTO */

.photo-container{
    position:absolute;
    right:50px;
    top:160px;
    width:700px;
    height:750px;
}


.profile-photo{
    width:100%;
    height:100%;
    object-fit:cover;
    position:relative;
    z-index:1;
    border-left:0px solid #dfff00;
}


.overlay-photo1{
    position:absolute;
    top:-20px;
    left:150px;
    width:120%;
    height:90%;
    object-fit:contain;
    z-index:2;
    pointer-events:none;
}

.overlay-photo3{
    position:absolute;
    top:210px;
    left:-218px;
    width:110%;
    height:12%;
    object-fit:contain;
    z-index:2;
    pointer-events:none;

}

.overlay-photo4{
    position:absolute;
    top:70px;
    left:-218px;
    width:110%;
    height:12%;
    object-fit:contain;
    z-index:2;
    pointer-events:none;

}

.overlay-photo5{
    position:absolute;
    top:700px;
    left:-218px;
    width:110%;
    height:12%;
    object-fit:contain;
    z-index:2;
    pointer-events:none;
}

.overlay-photo6{
    position:absolute;
    top:1200px;
    left:-218px;
    width:110%;
    height:12%;
    object-fit:contain;
    z-index:2;
    pointer-events:none;
}

.overlay-photo7{
    position:absolute;
    top:700px;
    left:-98px;
    width:110%;
    height:12%;
    object-fit:contain;
    z-index:2;
    pointer-events:none;
}


/* BARCODE */

.overlay-photo2{
    position:absolute;
    top:830px;
    left:200px;
    width:180px;
    object-fit:contain;
    z-index:3;
    pointer-events:none;
}


/* SCROLLING TEXT */

.scroll-text{
    position:absolute;
    bottom:40px;
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}


.scroll-track{
    display:flex;
    gap:80px;
    animation:scrollLeft 25s linear infinite;
}


.scroll-track span{
    font-size:28px;
    color:transparent;
    -webkit-text-stroke:1px rgba(255,255,255,.4);
    letter-spacing:3px;
}

@keyframes scrollLeft{
    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

.rectangle {
  height: 50px;
  width: 790px;
  background-color: #dfff00;
  opacity: 50%;
    position:absolute;
    top:680px;
    z-index:3;
}

/* ============================================
   WID SECTION
   ============================================ */

.whatido {

    padding: 7rem 10px;
    background-color: #dbdbdb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.whatido-info {
    max-width: 400px;
}

.whatido-item {
    display: flex;
    gap: 40px;
    align-items: center;
}

.whatido-image img {
    width: 600px;
    border-radius: 10px;
    object-fit: cover;
    filter: grayscale(0%) brightness(1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.whatido-info {
    max-width: 450px;
}

.whatido .section-title {
    margin-bottom: 20px;
    color: #121212;


    font-size:122px;
    font-weight:300;
}

.whatido-subtitle {
line-height: 80px; 
color: #fff;
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-items: center;
}

.collection-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}


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

.collection-card h4 {
    /* position: absolute; */
    bottom: 20px;
    left: 20px;


}

.textoncard h4 {
    color: rgb(17, 17, 17);
    font-family:Arial,sans-serif;
    font-size: 1rem;
    font-weight: 100;
    padding-bottom: 5px;
    text-align: center;
    }


    /* ============================================
   SECTIONS CONTAINER
   ============================================ */

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.section-title {
    font-family:'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: #0f0f0f;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.section-subtitle {
    font-family:Arial,sans-serif;
    font-size: 1.1rem;
    color: #0f0f0f;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 300;
}


.footer {
    color: white;
    text-align: center;
}


/* ============================================
   contaxt SECTION
   ============================================ */

/* .contact {
    padding: 8rem 0px;
    background-color: #000000;
    border-bottom: 1px solid #e0e0e0;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-image: url('BG.jpg');
    opacity:0.1; /* 10% */
   /* border-bottom: 1px solid #e0e0e0;
    height: 900px;

}  */

/*
.contact > *{
    position:relative;
    z-index:1;
} */

.contact {

    position:relative;
    background:#0f0f0f;
    overflow:hidden;
    height: 900px;

}

/* opacity layer */

.contact::before{

    content:"";
    position:absolute;
    inset:0;
    background-image:url('BG.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0.1; /* 10% */
    z-index:0;
}


/* keep content visible */

.contact > *{
    position:relative;
    z-index:1;
}

/**/


.contact .section-container {
    max-width: 1400px;
    align-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact h2 {
    color: white;
    line-height: 30px;
}

.contact .contact-wrapper {
    border: 1px solid #dfff00;
    border-radius: 30px;
    max-width: 800px;
    padding: 30px;
    margin: 0 auto;
   

    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

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

.contact-form .form-group {
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contact .btn-primary{
   border: 2px solid #fff;
   color: #000;
}

.footer {
    text-align: center;
}

.contact .contact-info h3{
    color: #dfff00;
}

.contact .contact-info p{
    color: #ffffff;
    margin-bottom: 10px;
}

.contact .btn-primary {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    color: #dfff00;
    padding: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact .btn-primary:hover {
    background: #dfff00;
    color: #000;
}

.contact .scroll-text {
     padding-top: 90px;
}


/* ============================================
   NAVIGATION
   ============================================ */

.navbar {
    background-color: #dfff00;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-links a {
    font-family: 'Roboto', sans-serif;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 50px; 
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-2px);
}

.view-btn {
   /* background-color: rgba(0, 0, 0, 0.9); */
    border: 2px solid #fff;
    color: #fff;
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background-color: #000;
    transform: translateY(-2px);
}


/* ============================================
   Gallery
   ============================================ */



.gallery-section{
    position:relative;
    padding:100px 20px;
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;
}

.gallery-section::before{
    content:"";
    position:absolute;
    inset:0;

    background:url("BG.jpg") center/cover no-repeat;

    opacity:0.1; /* Adjust this value */

    z-index:0;
}

.gallery-container {
    position:relative;
    z-index:1;
    width:100%;
    max-width:1300px;
}

.gallery-header{
    margin-bottom:40px;
}

.gallery-title{
    font-size:6rem;
    color:#dfff00;
    margin-bottom:20px;
    font-family:'Bebas Neue', sans-serif;
}

.gallery-line{
    width:100%;
    height:1px;
    background:#dfff00;
}

/* COLLAGE GRID */

.gallery-grid{
    display:grid;

    grid-template-columns:
    repeat(4, 1fr);

    grid-auto-rows:180px;
    gap:15px;
}

.gallery-card{
    overflow:hidden;
    border-radius:12px;
    position:relative;
    background:#111;
}

.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    transition:.4s ease;
}

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

/* Different sizes */

.large{
    grid-column:span 2;
    grid-row:span 2;
}

.wide{
    grid-column:span 2;
    
}

.tall{
    grid-row:span 2;
}

/* Text Card */

.text-card{
    background:#0f0f0f;
    color:white;
    padding:30px;
    display:flex;
    align-items:center;
     border:1px solid #dfff00;
   
}

.gallery-text p{
    font-size:1rem;
    line-height:1.7;
    text-transform:uppercase;
    margin-bottom:20px;
}

.gallery-text span{
    color:#999;
    display:block;
    margin-bottom:20px;
}

.gallery-text h3{
    color:#fff;
    letter-spacing:2px;
}

/* Mobile */

@media (max-width: 768px){

    .gallery-grid{
        grid-template-columns:1fr;
        grid-auto-rows:250px;
    }

    .large,
    .wide,
    .tall{
        grid-column:span 1;
        grid-row:span 1;
    }

    .text-card{
        min-height:250px;
    }
}

.instagram-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: white;
    text-decoration: none;
}

.instagram-link i {
    font-size: 5rem;
    color:#dfff00;
}

.instagram-link b {
    color: white;
    font-size: 5rem;
}

/* prevents blue/purple link colors */
.instagram-link:visited,
.instagram-link:hover,
.instagram-link:active {
    color: white;
}