 
/* HOME HEADER — ALWAYS WHITE (Dark & Light) */
/* ================= HOME HEADER FORCE WHITE ================= */
body.home-header header .nav a {
    color: #ffffff !important;
}

/* Optional */
body.home-header header .nav a:hover {
    opacity: 0.85;
}

body.home-header header .nav a.active {
    color: #ffffff !important;
}


/* ================= SLIDER ================= */
.titlehome {
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.2;
    text-align: start;
    color: #ffffff;
}

.subtitlehome {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2.2vw, 18px);
    line-height: 1.5;
    text-align: start;
    opacity: 0.85;
    color: #ffffff;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
   
}
.slider::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1); /* opacity here */
    z-index: 1;
    pointer-events: none;
    border-radius: 0px 0px 100px 10px;
}
/* ================= SLIDE ================= */
/* .slide {
    position: absolute;
    opacity: .6;
    transform: translateX(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
} */

.slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.slide.prev {
    transform: translateX(-100%);
}

#currentSlide,#totalSlides{
    font-family: Sora;
font-weight: 500;
font-style: Medium;
font-size: 32px;
leading-trim: NONE;
line-height: 41.6px;
letter-spacing: 0%;
text-align: center;
color: #ffffff;
}
.view-project-btn-home{
    width: 213px;
 height: auto;
border-radius: 12px;
 display: flex;
opacity: 1;
gap: 10px;
padding-top: 14px;
padding-right: 28px;
padding-bottom: 14px;
padding-left: 28px;
border-width: 1px;
border: 1px solid #00A8FF;
font-family: Sora;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 19.2px;
letter-spacing: 1%;
color: #00A8FF;
background-color: transparent;
 
}
/* ================= MOBILE ================= */
@media (min-width:330px) and  (max-width:768px) {
.slider-controls {
    position: absolute;
    right:50%;
    bottom: 0px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    
}
    .homecontent {
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
        padding: 24px;
        gap: 20px;
    }

    .textcontenthome {
        max-width: 100%;
        padding: 24px;
    }

    .homebuttons {
        flex-direction: column;
        width: 100%;
    }

    .homehero,
    .homehero img {
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .textcontenthome h1 {
        font-size: 28px;
    }
}
#home {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
     border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}



/* SLIDE */
.slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease;
}

.slide.active {
    opacity: 1;





    transform: translateX(0);
    z-index: 1;
}

.slide.prev {
    transform: translateX(-100%);
}
.slider-controls {
    position: absolute;
    right:10%;
    bottom: 10%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    min-width: 33.33%;
    display: flex;
    gap: 10px;
}

/* BAR */
.progress-bar {
    width: 150px;
    height: 5px;
    background: #ffffff;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 40px;
}

.progress-fill {
    height: 20px;
    width: 20px;
    background: var(--primary);
}

.nav-buttons {
    display: flex;
    gap: 20px;
}

 
.nav-buttons button {
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-buttons button::before{
    filter: blur(3px);
}

 
.homecontent {
    position: absolute;
    left: 100px;
    z-index: 3;
}

.textcontenthome {
     width:55rem;
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(2px);
    position: relative;
}

/* IMAGE */
.homehero {
    width: 100%;
    height: 100vh;
     border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.homehero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

/* BUTTONS */
.homebuttons {
    margin-top: 24px;
    display: flex;
    gap: 20px;
}

.btnabt {
    background: #00a8ff;
    border: none;
    padding: 12px 20px;
    color: #fff;
    border-radius: 8px;
}
.btnabt:hover{
    box-shadow: 1px 1px 10px 1px #00a8ff;
}

 

.slider-controls button {
    background: transparent;
    border: 1px solid white;
    color: white;
     padding: 20px;
    border-radius: 50%;
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
    .homecontent {
        left: 24px;
        right: 24px;
    }

    .textcontenthome {
        max-width: 100%;
        padding: 24px;
        text-align: center;
    }

    .homebuttons {
        flex-direction: column;
    }

    .slider-controls {
       right: 35%;
        bottom: 2%;
         padding-top: 40px;
        
    }
    .progress-bar {
    width: 150px;
    height: 5px;
    background: #ffffff;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0px;
}
}


