﻿body {
    background-image: url(../images/footer-bg-free-img.webp);
    background-blend-mode: overlay;
    background-color: #000000c2;
    background-size: cover;
    background-attachment: fixed;
}
/*======================Section-1===================*/

.new-line-gradient .eyebrow-new {
    background: linear-gradient(90deg, #ffaa00 0%, #ffffff 20%, #ffffff 50%, #ffffff 75%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}


.story-section {
    /* background: #111; */
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

    .story-section::before {
        content: "";
        position: absolute;
        inset: 0;
        /* background: radial-gradient(circle at top left, rgba(255,170,0,.08), transparent 45%); */
        pointer-events: none;
    }

.story-container {
    display: grid;
    grid-template-columns: 2fr 0.7fr 2fr;
    gap: 20px;
    align-items: center;
}


.story-left h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 500;
}

.story-left p {
    color: #ffffffab;
    font-size: 13px;
    line-height: 1.9;
    margin-bottom:0;
    max-width: 480px;
}

.signature {
    margin-top: 40px;
    color: #d89a1d;
    font-size: 28px;
    font-family: cursive;
}

.video-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a171000, #0f0e0c00) padding-box, linear-gradient(179deg, #ffffff8c, #d4af3785, #6a4b0a99) border-box;
    height: 350px;
}

    .video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.insta-cell-new {
    height: 350px;
    display: flex;
    justify-content: center;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #d89a1d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d89a1d;
    font-size: 34px;
    background: rgba(0,0,0,.45);
}

.story-right {
    display: flex;
    margin-left: 30px;
    flex-direction: column;
}

.info-box {
    display: flex;
    gap: 22px;
    padding: 13px 0;
    border-bottom: 1px solid rgb(205 151 41 / 32%);
}

    .info-box:last-child {
        border-bottom: none;
    }

.icon {
    min-width: 47px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid rgba(216,154,29,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d89a1d;
    font-size: 20px;
}

.content h4 {
    color: #d89a1d;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.content p {
    color: #ffffffab;
    line-height: 1.9;
    margin-bottom: 3px;
    font-size: 13px;
}

@media(max-width:1100px) {

    .story-container {
        grid-template-columns: 1fr;
    }

    .story-left h2 {
        font-size: 42px;
    }

    .video-card {
        height: 400px;
    }
}
/*======================Section-1===================*/

/*======================Section-2===================*/
.vault-advantages {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(39deg, #ffffff 0%, #fff2d8 100%);
}

    .vault-advantages::before {
        content: "";
        pointer-events: none;
        position: absolute;
        inset: 0;
        background-image: url(/images/about/gym.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.1;
        z-index: 1;
        background-blend-mode: overlay;
        background-color: #ffffff91;
    }

.vault-wrap {
    width: min(92%,1600px);
    margin: auto;
}

.vault-heading-area {
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 28px;
}

.vault-tagline {
    display: block;
    color: #835c00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

.vault-main-title {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.vault-heading-right p {
    font-size: 13px;
    line-height: 1.9;
    color: #333;
    margin: 0;
    font-weight: 400;
}

.vault-feature-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 11px;
}

.vault-feature-box {
    background: #fff;
    border-radius: 7px;
    padding: 24px 12px 21px;
    position: relative;
    z-index: 2;
    text-align: center;
    border: 1px solid #d5810057;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.4s;
}

.vault-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #000; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    .vault-icon-wrap i {
        color: #d58100;
        font-size: 20px;
        width: 45px;
        height: 45px;
        min-width: 45px;
        border: 1px solid #d58100;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        box-shadow: 0 0 0px 5px #ff9b0038;
    }

.vault-feature-box h3 {
    font-size: 14px;
    line-height: 1.35;
    color: #111;
    margin: 0 0 9px;
    font-weight: 600;
}

.vault-feature-box p {
    font-size: 13px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    margin-bottom: 10px;
}

.vault-divider {
    width: 40px;
    height: 3px;
    background: #c69214;
    border-radius: 30px;
    margin-top: auto;
}


@media(max-width:991px) {

    .vault-heading-area {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vault-main-title {
        font-size: 48px;
    }

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

@media(max-width:576px) {

    .vault-feature-grid {
        grid-template-columns: 1fr;
    }

    .vault-main-title {
        font-size: 34px;
    }
}
/*======================Section-2===================*/

/*======================Section-3===================*/
.env-section {
    /* background: linear-gradient(191deg, #000 0%, #242018 52%, #000 100%); */
    padding: 50px 0;
    background: linear-gradient(201deg, #2e1f02 0%, #242018 52%, #000 100%);
}

.env-wrap {
    width: min(92%,1450px);
    margin: auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}

.env-tag {
    display: block;
    color: #d59a1a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.env-title {
    color: #fff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    margin: 0;
}

.env-line {
    width: 240px;
    height: 1px;
    background: #333;
    margin: 25px 0;
    position: relative;
}

    .env-line::after {
        content: "";
        position: absolute;
        left: 60px;
        top: -1px;
        width: 38px;
        height: 2px;
        background: #d59a1a;
    }

.env-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

    .env-list li {
        color: #fff;
        font-size: 13px;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .env-list i {
        color: #d59a1a;
        font-size: 12px;
    }

.env-btn {
    width: 220px;
    height: 50px;
    border: 1px solid #b78319;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 12px;
    letter-spacing: .5px;
}

    .env-btn i {
        color: #d59a1a;
    }

.env-gallery {
    display: grid;
    grid-template-columns: 2fr 1.1fr .95fr;
    gap: 6px;
}

.env-big img,
.env-logo img,
.env-locker img,
.env-cardio img,
.env-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: linear-gradient(135deg, #1a171000, #0f0e0c00) padding-box, linear-gradient(179deg, #ffffff8c, #d4af3785, #6a4b0a99) border-box;
}

.env-center,
.env-right {
    display: grid;
    gap: 6px;
}


@media(max-width:991px) {

    .env-wrap {
        grid-template-columns: 1fr;
    }

    .env-gallery {
        grid-template-columns: 1fr;
    }

    .env-big,
    .env-logo,
    .env-locker,
    .env-cardio,
    .env-track {
        height: 300px;
    }
}
/*======================Section-3===================*/

/* ===== CTA BANNER ===== */
.cta-banner {
    /* padding:70px 24px; */
    text-align: center;
    position: relative;
    overflow: hidden;
    /*background: linear-gradient(90deg, rgb(8 8 9 / 0%), rgb(8 8 9 / 12%)), url(../images/transform-your-life.webp) center / cover no-repeat;*/
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #ffffff00, #f2b65f59, #ffffff00) 1;
    border-top: 1px solid;
}

    .cta-banner h2 {
        font-size: 30px;
        margin-bottom: 4px;
    }

    .cta-banner p {
        color: #a9a6a1;
        margin-bottom: 26px;
        font-size: 13px;
        font-weight: 400;
        width: 50%;
        margin: 0 auto 26px;
    }

    .cta-banner .hero-btns {
        justify-content: center;
    }

img.efuyf_tri {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

img.efuyff_tri {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.ggrg_tri {
    position: relative;
    padding: 70px 24px;
}

section.cta-banner:before {
    content: '';
    /* background: linear-gradient(
182deg, #ffaa0057 0%, #000000 52%, #000000 100%); */
    padding: 70px 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    /*background: radial-gradient(circle at center, rgb(0 0 0 / 35%) 0%, transparent 45%), radial-gradient(circle at top, rgb(38 25 0) 0%, transparent 40%), radial-gradient(circle at right, rgb(255 170 0 / 32%) 0%, transparent 40%), radial-gradient(circle at bottom, rgb(60 40 0) 0%, transparent 40%), radial-gradient(circle at left, rgba(255, 193, 7, 0.25) 0%, transparent 40%), #0f0e0c;*/
}
a.btn.btn-outline.gydcyr_tri {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 22px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
}
a.btn.btn-primary.rgygy_tri {
    background: #ffaa00;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 22px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #ffaa00;
    margin-right: 8px;
}
/* ===== CTA BANNER ===== */
.vault-feature-box:hover {    border-color: var(--gold);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);}
/* =========================
   Responsive CSS
========================= */

/* Large Laptop */
@media (max-width:1200px){

    .story-container{
        grid-template-columns:1.5fr .8fr 1.5fr;
        gap:25px;
    }

    .vault-feature-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .env-wrap{
        grid-template-columns:280px 1fr;
        gap:30px;
    }

    .cta-banner p{
        width:70%;
    }

}

/* Tablet */
@media (max-width:991px){

    .story-section,
    .vault-advantages,
    .env-section,
    .cta-banner{
        padding:40px 0;
    }

    .story-container{
        grid-template-columns:1fr;
        gap:30px;
    }

    .story-left,
    .story-right{
        text-align:center;
    }

    .story-left p{
        max-width:100%;
    }

    .story-right{
        margin-left:0;
    }

    .info-box{
        justify-content:center;
        text-align:left;
    }

    .story-left h2,
    .vault-main-title,
    .env-title{
        font-size:34px;
    }

    .video-card,
    .insta-cell-new{
        height:380px;
    }

    .play-btn{
        width:90px;
        height:90px;
        font-size:28px;
    }

    .vault-heading-area{
        grid-template-columns:1fr;
        gap:20px;
    }

    .vault-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .env-wrap{
        grid-template-columns:1fr;
    }

    .env-gallery{
        grid-template-columns:1fr;
    }

    .env-big,
    .env-logo,
    .env-locker,
    .env-cardio,
    .env-track{
        height:280px;
    }

    .cta-banner h2{
        font-size:28px;
    }

    .cta-banner p{
        width:90%;
    }

    img.efuyf_tri,
    img.efuyff_tri{
        display:none;
    }

}

/* Mobile */
@media (max-width:767px){

    .story-section,
    .vault-advantages,
    .env-section,
    .cta-banner{
        padding:30px 0;
    }

    .story-left h2,
    .vault-main-title,
    .env-title{
        font-size:28px;
    }

    .story-left p,
    .content p,
    .vault-heading-right p,
    .vault-feature-box p{
        font-size:13px;
        line-height:1.8;
    }

    .video-card,
    .insta-cell-new{
        height:300px;
    }

    .play-btn{
        width:70px;
        height:70px;
        font-size:22px;
    }

    .info-box{
        gap:15px;
    }

    .icon{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:18px;
    }

    .content h4{
        font-size:15px;
    }

    .vault-feature-grid{
        grid-template-columns:1fr;
    }

    .vault-feature-box{
        padding:20px 15px;
    }

    .env-gallery{
        gap:10px;
    }

    .env-big,
    .env-logo,
    .env-locker,
    .env-cardio,
    .env-track{
        height:220px;
    }

    .env-btn{
        width:100%;
    }

    .cta-banner h2{
        font-size:24px;
    }

    .cta-banner p{
        width:100%;
        font-size:12px;
    }

    .hero-btns{
        flex-direction:column;
        gap:12px;
    }

    .hero-btns .btn{
        width:100%;
        text-align:center;
    }

}

/* Small Mobile */
@media (max-width:576px){

    .story-left h2,
    .vault-main-title,
    .env-title{
        font-size:24px;
    }

    .new-line-gradient .eyebrow-new,
    .vault-tagline,
    .env-tag{
        font-size:11px;
    }

    .video-card,
    .insta-cell-new{
        height:240px;
    }

    .play-btn{
        width:60px;
        height:60px;
        font-size:20px;
    }

    .signature{
        font-size:22px;
        margin-top:25px;
    }

    .vault-icon-wrap i{
        width:40px;
        height:40px;
        min-width:40px;
        font-size:18px;
    }

    .vault-feature-box h3{
        font-size:15px;
    }

    .env-big,
    .env-logo,
    .env-locker,
    .env-cardio,
    .env-track{
        height:180px;
    }

    .ggrg_tri{
        padding:40px 15px;
    }

    a.btn.btn-primary.rgygy_tri,
    a.btn.btn-outline.gydcyr_tri{
        width:100%;
        margin:0 0 10px;
    }

}