

/* =========================================
   CINEMATIC INTERIOR SECTION
========================================= */

.alfacode-cinematic-section{
    padding:140px 0;
    background:#0f0f0f;
    overflow:hidden;
    position:relative;
}

.alfacode-cinematic-section::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    background:rgba(197,157,95,.12);
    top:-300px;
    right:-200px;
    filter:blur(20px);
}

/* WRAPPER */

.alfacode-cinematic-wrapper{
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:70px;
    align-items:center;
}

/* LEFT */

.alfacode-cinematic-tag{
    display:inline-block;
    background:#c59d5f;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:28px;
}

.alfacode-cinematic-title{
    font-size:78px;
    line-height:1;
    color:#fff;
    margin-bottom:35px;
    font-weight:700;
}

.alfacode-cinematic-text{
    color:#bdbdbd;
    line-height:2;
    font-size:17px;
    margin-bottom:50px;
}

/* POINTS */

.alfacode-cinematic-points{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.alfacode-point{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.alfacode-point-line{
    width:4px;
    height:70px;
    background:#c59d5f;
    border-radius:50px;
    flex-shrink:0;
}

.alfacode-point h5{
    color:#fff;
    font-size:24px;
    margin-bottom:10px;
}

.alfacode-point p{
    color:#999;
    margin:0;
    line-height:1.8;
}

/* RIGHT */

.alfacode-cinematic-right{
    position:relative;
    min-height:850px;
}

/* MAIN IMAGE */

.alfacode-cinematic-main{
    position:absolute;
    right:0;
    top:0;
    width:82%;
    height:760px;
    border-radius:40px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.4);
}

.alfacode-cinematic-main img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* SMALL IMAGE */

.alfacode-cinematic-small{
    position:absolute;
    left:0;
    bottom:80px;
    width:42%;
    height:280px;
    border-radius:35px;
    overflow:hidden;
    border:10px solid #0f0f0f;
    box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.alfacode-cinematic-small img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* GLASS CARD */

.alfacode-cinematic-glass{
    position:absolute;
    right:40px;
    bottom:40px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    padding:30px;
    width:280px;
    border-radius:28px;
    z-index:5;
}

.alfacode-cinematic-glass span{
    color:#c59d5f;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:2px;
}

.alfacode-cinematic-glass h4{
    color:#fff;
    font-size:34px;
    line-height:1.2;
    margin-top:18px;
}

/* BIG NUMBER */

.alfacode-cinematic-number{
    position:absolute;
    left:-20px;
    top:50%;
    transform:translateY(-50%);
    font-size:170px;
    font-weight:700;
    color:rgba(255,255,255,.04);
    line-height:1;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

.alfacode-cinematic-title{
    font-size:58px;
}

}

@media(max-width:991px){

.alfacode-cinematic-wrapper{
    grid-template-columns:1fr;
}

.alfacode-cinematic-right{
    min-height:auto;
}

.alfacode-cinematic-main,
.alfacode-cinematic-small{
    position:relative;
    width:100%;
    height:420px;
    left:0;
    right:0;
    bottom:0;
    margin-bottom:25px;
}

.alfacode-cinematic-small{
    border-width:0;
}

.alfacode-cinematic-glass{
    right:20px;
    bottom:20px;
}

.alfacode-cinematic-number{
    display:none;
}

}

@media(max-width:767px){

.alfacode-cinematic-section{
    padding:90px 0;
}

.alfacode-cinematic-title{
    font-size:38px;
}

.alfacode-cinematic-main,
.alfacode-cinematic-small{
    height:300px;
}

.alfacode-cinematic-glass{
    width:240px;
    padding:22px;
}

.alfacode-cinematic-glass h4{
    font-size:26px;
}

.alfacode-point h5{
    font-size:20px;
}

}
/* =========================================
   EXPERIENCE SECTION
========================================= */

.alfacode-luxury-experience{
    background:#f4efe7;
}

.alfacode-exp-layout{
    position:relative;
    min-height:650px;
}

.alfacode-exp-img-one{
    width:75%;
    border-radius:35px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.alfacode-exp-img-one img{
    height:650px;
    object-fit:cover;
}

.alfacode-exp-img-two{
    position:absolute;
    right:0;
    bottom:40px;
    width:45%;
    border-radius:30px;
    overflow:hidden;
    border:10px solid #f4efe7;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.alfacode-exp-img-two img{
    height:260px;
    object-fit:cover;
}

.alfacode-exp-badge{
    position:absolute;
    left:30px;
    bottom:40px;
    background:#111;
    color:#fff;
    padding:28px;
    border-radius:25px;
    width:220px;
}

.alfacode-exp-badge h3{
    color:#c59d5f;
    font-size:52px;
    margin-bottom:5px;
}

.alfacode-exp-feature-wrap{
    margin-top:40px;
}

.alfacode-exp-feature{
    display:flex;
    gap:18px;
    margin-bottom:30px;
}

.alfacode-exp-icon{
    width:70px;
    height:70px;
    background:#111;
    color:#c59d5f;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.alfacode-exp-feature h5{
    font-size:24px;
    margin-bottom:10px;
}

.alfacode-exp-feature p{
    color:#666;
    line-height:1.9;
    margin:0;
}

/* =========================================
   TIMELINE SECTION
========================================= */

.alfacode-timeline-section{
    background:#111;
}

.alfacode-timeline-section .alfacode-heading{
    color:#fff;
}

.alfacode-timeline{
    position:relative;
}

.alfacode-timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:2px;
    height:100%;
    background:rgba(255,255,255,.1);
    transform:translateX(-50%);
}

.alfacode-timeline-item{
    position:relative;
    width:50%;
    padding:30px;
}

.alfacode-timeline-item:nth-child(odd){
    padding-right:80px;
}

.alfacode-timeline-item:nth-child(even){
    margin-left:auto;
    padding-left:80px;
}

.alfacode-time-number{
    position:absolute;
    top:50%;
    right:-28px;
    transform:translateY(-50%);
    width:56px;
    height:56px;
    border-radius:50%;
    background:#c59d5f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    z-index:2;
}

.alfacode-timeline-item:nth-child(even) .alfacode-time-number{
    left:-28px;
}

.alfacode-time-card{
    background:#1b1b1b;
    padding:40px;
    border-radius:30px;
    border:1px solid rgba(255,255,255,.08);
}

.alfacode-time-card h4{
    color:#fff;
    font-size:30px;
    margin-bottom:18px;
}

.alfacode-time-card p{
    color:#bbb;
    line-height:1.9;
    margin:0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

.alfacode-exp-layout{
    min-height:auto;
}

.alfacode-exp-img-one{
    width:100%;
}

.alfacode-exp-img-one img{
    height:450px;
}

.alfacode-exp-img-two{
    position:relative;
    width:100%;
    bottom:0;
    margin-top:25px;
    border-width:0;
}

.alfacode-exp-img-two img{
    height:320px;
}

.alfacode-exp-badge{
    left:20px;
    bottom:20px;
}

.alfacode-timeline::before{
    left:25px;
}

.alfacode-timeline-item{
    width:100%;
    padding-left:80px !important;
    padding-right:0 !important;
}

.alfacode-time-number{
    left:-3px !important;
    right:auto;
}

}

@media(max-width:767px){

.alfacode-exp-img-one img,
.alfacode-exp-img-two img{
    height:300px;
}

.alfacode-exp-badge{
    position:relative;
    width:100%;
    left:0;
    bottom:0;
    margin-top:20px;
}

.alfacode-time-card{
    padding:30px;
}

.alfacode-time-card h4{
    font-size:24px;
}

}

/* =========================================
   ALFACODE LUXURY INTERIOR UI
========================================= */

body {
    overflow-x: hidden;
    background: #f4efe7;
    font-family: 'Poppins', sans-serif;
}

.alfacode-luxury-page img {
    width: 100%;
    display: block;
}

.alfacode-luxury-page section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.alfacode-luxury-page .container {
    max-width: 1350px;
}

/* =========================================
   HERO
========================================= */

.alfacode-hero {
    padding-top: 160px !important;
    background: #111;
}

.alfacode-hero::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: rgba(197, 157, 95, .15);
    border-radius: 50%;
    top: -250px;
    right: -250px;
    filter: blur(20px);
}

.alfacode-mini-title {
    color: #c59d5f;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.alfacode-main-title {
    font-size: 95px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.alfacode-main-title span {
    color: #c59d5f;
}

.alfacode-hero-text {
    color: #bbb;
    font-size: 18px;
    line-height: 2;
    max-width: 620px;
    margin-bottom: 45px;
}

.alfacode-btn-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.alfacode-btn-dark {
    background: #c59d5f;
    color: #fff !important;
    padding: 17px 38px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

.alfacode-btn-dark:hover {
    background: #fff;
    color: #111 !important;
}

.alfacode-btn-light {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff !important;
    padding: 17px 38px;
    border-radius: 60px;
    text-decoration: none;
    transition: .4s;
}

.alfacode-btn-light:hover {
    background: #fff;
    color: #111 !important;
}

/* =========================================
   HERO IMAGE STYLE
========================================= */

.alfacode-hero-images {
    position: relative;
    min-height: 780px;
}

.alfacode-main-img {
    position: absolute;
    width: 78%;
    right: 0;
    top: 0;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

.alfacode-main-img img {
    height: 760px;
    object-fit: cover;
}

.alfacode-small-img {
    position: absolute;
    width: 42%;
    left: 0;
    bottom: 50px;
    border-radius: 35px;
    overflow: hidden;
    border: 10px solid #111;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
}

.alfacode-small-img img {
    height: 280px;
    object-fit: cover;
}

.alfacode-floating-card {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    padding: 28px;
    border-radius: 28px;
    width: 260px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.alfacode-floating-card h2 {
    color: #fab113;
    font-size: 52px;
    margin-bottom: 5px;
}

.alfacode-floating-card p {
    color: #f7ba11;
    margin: 0;
}

/* =========================================
   EDITORIAL SECTION
========================================= */

.alfacode-editorial {
    background: #f4efe7;
}

.alfacode-editorial-card {
    background: #fff;
    border-radius: 40px;
    padding: 60px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
}

.alfacode-editorial-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #c59d5f;
    opacity: .08;
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.alfacode-heading {
    font-size: 62px;
    line-height: 1.1;
    color: #111;
    margin-bottom: 30px;
    font-weight: 700;
}

.alfacode-text {
    color: #666;
    line-height: 2;
    font-size: 17px;
}

.alfacode-feature-box {
    margin-top: 40px;
}

.alfacode-feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.alfacode-feature-icon {
    width: 65px;
    height: 65px;
    background: #111;
    color: #c59d5f;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.alfacode-feature-item h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* =========================================
   SHOWCASE
========================================= */

.alfacode-showcase {
    background: #111;
}

.alfacode-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 28px;
}

.alfacode-grid-left {
    display: grid;
    gap: 28px;
}

.alfacode-grid-right {
    display: grid;
    gap: 28px;
}

.alfacode-show-box {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
}

.alfacode-show-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.alfacode-show-box:hover img {
    transform: scale(1.08);
}

.alfacode-show-large {
    height: 780px;
}

.alfacode-show-small {
    height: 376px;
}

.alfacode-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent 65%);
    display: flex;
    align-items: flex-end;
    padding: 35px;
}

.alfacode-overlay h3 {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

/* =========================================
   GLASS STATS
========================================= */

.alfacode-stats {
    margin-top: -100px;
    z-index: 5;
}

.alfacode-glass {
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 35px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

.alfacode-glass h2 {
    font-size: 60px;
    color: #c59d5f;
    margin-bottom: 10px;
}

.alfacode-glass p {
    color: #fff;
    margin: 0;
}

/* =========================================
   CTA
========================================= */

.alfacode-cta {
    background: #c59d5f;
    text-align: center;
}

.alfacode-cta h2 {
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
}

.alfacode-cta p {
    max-width: 850px;
    margin: auto auto 40px;
    color: #fff;
    line-height: 2;
    font-size: 18px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .alfacode-main-title {
        font-size: 62px;
    }

    .alfacode-heading,
    .alfacode-cta h2 {
        font-size: 46px;
    }

    .alfacode-hero-images {
        min-height: auto;
        margin-top: 50px;
    }

    .alfacode-main-img,
    .alfacode-small-img {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 25px;
    }

    .alfacode-main-img img,
    .alfacode-small-img img {
        height: 420px;
    }

    .alfacode-floating-card {
        right: 20px;
        bottom: 20px;
    }

    .alfacode-grid {
        grid-template-columns: 1fr;
    }

    .alfacode-show-large {
        height: 450px;
    }

    .alfacode-show-small {
        height: 300px;
    }

}

@media(max-width:767px) {

    .alfacode-luxury-page section {
        padding: 80px 0;
    }

    .alfacode-main-title {
        font-size: 42px;
    }

    .alfacode-heading,
    .alfacode-cta h2 {
        font-size: 32px;
    }

    .alfacode-editorial-card {
        padding: 35px;
    }

    .alfacode-btn-group {
        flex-direction: column;
    }

    .alfacode-main-img img,
    .alfacode-small-img img,
    .alfacode-show-large,
    .alfacode-show-small {
        height: 300px;
    }

}
