/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500&display=swap');
.aura-banner-row{
    --bs-gutter-x:0;
}

.aura-banner-row > div{
    padding-left:0;
    padding-right:0;
}
.aura-about-banner {
    position: relative;
    min-height: 600px;
     padding:80px 0 50px;
    background: #080808;
    overflow: hidden;
}

.aura-about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.25) 100%),
        radial-gradient(circle at 75% 25%, rgba(216,162,77,.18), transparent 35%);
    z-index: 1;
}

.aura-banner-bg {
    position: absolute;
    inset: 0;
    background-image: url("assets/images/about/about-banner-bg.jpg");
    background-size: cover;
    background-position: center right;
    opacity: .45;
    transform: scale(1.04);
}

.aura-about-banner .container {
    position: relative;
    z-index: 2;
}

.aura-banner-content {
    
     max-width:520px;
    padding-right:40px;
    position:relative;
    z-index:2;
}

.aura-small-title {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #d8a24d;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.aura-small-title::after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgba(216,162,77,.65);
}

.aura-banner-content h1{
    font-family:'Cormorant Garamond', serif;
    font-size:88px;
    font-weight:400;
    line-height:0.92;
    letter-spacing:0;
    color:#fff;
    margin:0;
    max-width:420px;
}

.aura-banner-content h1 span{
    color:#D8A24D;
}

.aura-banner-content p{
    margin-top:25px;
    max-width:300px;
    
    font-family:'Inter',sans-serif;
    font-size:15px;
    line-height:1.75;
    font-weight:300;
    
    color:rgba(255,255,255,.75);
}

.aura-banner-content ul {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aura-banner-content ul li {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,.65);
    letter-spacing: .8px;
}

.aura-banner-content ul li + li::before {
    content: "/";
    margin-right: 14px;
    color: #d8a24d;
}

.aura-banner-content ul li a {
    color: #fff;
    text-decoration: none;
}

.aura-banner-image {
    position: relative;
    width: 95%;
    height:420px; /* was 560px */
    border-radius:180px 0 0 0;
    margin-left:auto;
    overflow: hidden;
    border: 1px solid rgba(216,162,77,.25);
    box-shadow: 0 30px 80px rgba(0,0,0,.65);
}

.aura-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Letter Animation */
.aura-animate-heading .letter{
    display:inline-block;
    opacity:0;
    transform:translateY(20px);
    animation:auraLetterReveal .6s cubic-bezier(.22,.61,.36,1) forwards;
    will-change:transform,opacity;
}


.aura-word{
    display:inline-block;
    opacity:0;
    transform:translateY(40px);
}

.aura-word.show{
    animation:auraReveal .7s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes auraReveal{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}
/* Tablet */
/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .aura-about-banner{
        min-height:720px;
        padding:0;
        display:flex;
        align-items:center;
    }

    .aura-banner-bg{
        background-image:url("../images/about/about-banner-light.png");
        background-size:cover;
        background-position:center center;
        opacity:1;
    }

    .aura-about-banner::before{
        background:
        linear-gradient(
        180deg,
        rgba(0,0,0,.15) 0%,
        rgba(0,0,0,.55) 55%,
        rgba(0,0,0,.90) 100%);
    }

    .aura-banner-image{
        display:none;
    }

    .aura-about-banner .container{
        position:relative;
        z-index:5;
    }

    .aura-banner-content{
        max-width:500px;
        margin:0 auto;
        text-align:center;
        padding-top:180px;
    }

    .aura-small-title{
        justify-content:center;
        margin-bottom:20px;
    }

    .aura-small-title::before{
        content:"";
        width:50px;
        height:1px;
        background:#D8A24D;
    }

    .aura-small-title::after{
        width:50px;
    }

    .aura-banner-content h1{
        max-width:100%;
        font-size:58px;
        line-height:1.02;
        margin:auto;
    }

    .aura-banner-content p{
        max-width:420px;
        margin:28px auto 0;
        font-size:16px;
        line-height:1.9;
    }

    .aura-banner-content ul{
        display:none;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .aura-about-banner{
        min-height:650px;
        padding:0;
        display:flex;
        align-items:center;
    }

    .aura-banner-content{
        max-width:300px;
        margin:auto;
        text-align:center;
        padding-top:160px;
    }

    .aura-small-title{
        justify-content:center;
        margin-bottom:18px;
    }

    .aura-small-title::before{
        content:"";
        width:40px;
        height:1px;
        background:#D8A24D;
    }

    .aura-small-title::after{
        width:40px;
    }

    .aura-banner-content h1{
        font-size:46px;
        line-height:1.05;
        max-width:100%;
        margin:auto;
    }

    .aura-banner-content p{
        max-width:280px;
        margin:24px auto 0;
        font-size:14px;
        line-height:1.85;
    }

}
/* Small Mobile */
@media (max-width: 480px) {
    .aura-about-banner {
        padding-top: 85px;
    }

    .aura-banner-content h1 {
        font-size: 34px;
    }

    .aura-banner-image {
        height: 310px;
    }
}
@media (min-width:390px) and (max-width:430px){

    .aura-banner-content{
        max-width:340px;
        padding-top:180px;
    }

    .aura-banner-content h1{
        font-size:52px;
    }

    .aura-banner-content p{
        max-width:310px;
        font-size:15px;
    }

}

/* story css*/


/* ==================================================
   AURA STORY SECTION
================================================== */

.aura-story-section-v2{
    background:#080808;
    padding:25px 0;
    position:relative;
}

.aura-story-grid-v2{
    display:grid;
    grid-template-columns:42% 58%;
    align-items:stretch;
    border:1px solid rgba(255,255,255,.08);
      min-height:430px;
}



.aura-story-content-v2{
    background:
    radial-gradient(circle at top left,
    rgba(216,162,77,.08),
    transparent 45%),
    #111111;

    padding:45px 40px;
    height:100%;
    position:relative;
    transition:.4s;
}

.aura-story-content-v2:hover{
    background:
    radial-gradient(circle at top left,
    rgba(216,162,77,.12),
    transparent 45%),
    #131313;
}

.aura-story-mini-v2{
    display:inline-flex;
    align-items:center;
    gap:14px;

    color:#D8A24D;

    font-family:'Inter',sans-serif;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:25px;
}

.aura-story-mini-v2::after{
    content:"";
    width:60px;
    height:1px;
    background:#D8A24D;
    transition:.4s;
}

.aura-story-content-v2:hover .aura-story-mini-v2::after{
    width:90px;
}

.aura-story-content-v2 h2{
    font-family:'Cormorant Garamond',serif;
    font-size:34px;
    line-height:1.08;
    font-weight:400;
    color:#fff;
    margin-bottom:22px;
    transition:.4s;
}

.aura-story-content-v2 h2 span{
    display:block;
    color:#d8d8d8;
}

.aura-story-content-v2:hover h2{
    color:#D8A24D;
}
.aura-story-content-v2 p{
    font-family:'Inter',sans-serif;
    font-size:14px;
    line-height:1.85;
    color:rgba(255,255,255,.78);
    margin-bottom:18px;
    max-width:420px;
}
.aura-story-mini-v2{
    margin-bottom:18px;
}
.aura-story-image-v2{
    position:relative;
    overflow:hidden;
    height:auto;
    min-height:100%;
}




.aura-story-image-v2 img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transition:1s ease;
}
.aura-story-image-v2:hover img{
    transform:scale(1.06);
}

.aura-story-image-v2:hover{
    box-shadow:
    inset 0 0 80px rgba(216,162,77,.08);
}

@media(max-width:767px){

.aura-story-section-v2{
    padding:20px 15px;
    background:#080808;
}

.aura-story-grid-v2{
    display:block;
    min-height:auto;
    border:none;
}

.aura-story-content-v2{
    padding:0;
    background:none;
}

.aura-story-mobile-v2{
    width:100%;
}

.aura-story-card-v2{

    background:
    radial-gradient(circle at top,
    rgba(216,162,77,.08),
    transparent 40%),
    #111;

    border-radius:16px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.05);

    box-shadow:
    0 20px 50px rgba(0,0,0,.4);
}

.aura-story-content-v2{

    padding:30px 22px 0;
}

.aura-story-mini-v2{

    font-size:11px;

    letter-spacing:1.8px;

    margin-bottom:18px;
}

.aura-story-mini-v2::after{

    width:45px;
}

.aura-story-content-v2 h2{

    font-size:28px;

    line-height:1.15;

    margin-bottom:18px;
}

.aura-story-content-v2 h2 span{

    color:#D8A24D;
}

.aura-story-line-v2{

    width:45px;
    height:2px;
    background:#D8A24D;

    margin-bottom:22px;
}

.aura-story-content-v2 p{

    font-size:13px;

    line-height:1.9;

    margin-bottom:14px;

    color:rgba(255,255,255,.72);
}

.aura-story-image-v2{
    height:260px;
    margin-top:0;
}

.aura-story-image-v2 img{

    width:100%;
    height:100%;

    object-fit:cover;

    object-position:center bottom;
}

}
@media(min-width:390px) and (max-width:767px){

.aura-story-content-v2 h2{

    font-size:34px;
}

.aura-story-content-v2 p{

    font-size:14px;
}

.aura-story-image-v2{

    height:280px;
}

}
@media(min-width:768px) and (max-width:991px){

.aura-story-grid-v2{
 display:block;
    grid-template-columns:1fr;
}

.aura-story-content-v2{
width:100%;
    padding:55px;
}

.aura-story-content-v2 h2{

    font-size:52px;
}

.aura-story-image-v2{

    width:100%;
    height:420px;
}

}
.aura-story-highlight-v2{
    color:#D8A24D;
    font-weight:500;
    letter-spacing:.3px;
}
/* =========================================
   AURA MISSION & VISION
========================================= */

.aura-mission-section-v3{
    background:#080808;
    padding:0 0 25px;
}

.aura-mission-grid-v3{
    display:flex;
    align-items:stretch;
    border:1px solid rgba(255,255,255,.08);
}

/* IMAGE */

.aura-mission-image-v3{
    width:38%;
    overflow:hidden;
    position:relative;
}

.aura-mission-image-v3 img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:1s ease;
}

.aura-mission-image-v3:hover img{
    transform:scale(1.08);
}

/* CONTENT */

.aura-mission-content-v3{
    width:62%;
    display:flex;
    align-items:center;

    background:
    radial-gradient(circle at top left,
    rgba(216,162,77,.08),
    transparent 45%),
    #111111;
}

.aura-mission-card-v3{
    flex:1;
    padding:55px 45px;
}

.aura-mission-divider-v3{
    width:1px;
    background:rgba(255,255,255,.08);
    align-self:stretch;
}

.aura-mission-card-v3 span{
    display:block;

    color:#D8A24D;

    font-family:'Inter',sans-serif;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:25px;
}

.aura-mission-icon-v3{
    width:72px;
    height:72px;

    border:1px solid rgba(216,162,77,.35);
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:28px;

    transition:.4s ease;
}

.aura-mission-icon-v3 img{
    width:34px;
    transition:.4s ease;
}

.aura-mission-card-v3:hover .aura-mission-icon-v3{
    border-color:#D8A24D;
    box-shadow:0 0 25px rgba(216,162,77,.18);
    transform:translateY(-4px);
}

.aura-mission-card-v3:hover .aura-mission-icon-v3 img{
    transform:scale(1.15);
    filter:brightness(1.4);
}

.aura-mission-card-v3 p{
    font-family:'Inter',sans-serif;
    font-size:14px;
    line-height:1.85;
    color:rgba(255,255,255,.75);
    max-width:330px;
    margin-bottom:18px;
}.aura-mission-card-v3{
    padding:42px 42px;
}
.aura-mission-icon-v3 svg{
    width:34px;
    height:34px;
    transition:.4s ease;
}

.aura-mission-card-v3:hover .aura-mission-icon-v3{
    border-color:#D8A24D;
    box-shadow:
    0 0 20px rgba(216,162,77,.18),
    inset 0 0 10px rgba(216,162,77,.08);
}

.aura-mission-card-v3:hover .aura-mission-icon-v3 svg{
    transform:scale(1.12) rotate(5deg);
}
@media(max-width:991px){

.aura-mission-grid-v3{
    display:block;
}

.aura-mission-image-v3{
    width:100%;
    height:420px;
}

.aura-mission-content-v3{
    width:100%;
}

}
@media(max-width:767px){

.aura-mission-section-v3{
    padding:20px 15px;
}

.aura-mission-grid-v3{

    display:flex;
    flex-direction:column-reverse;

    border-radius:16px;
    overflow:hidden;

    border:1px solid rgba(255,255,255,.05);
}

.aura-mission-content-v3{

    width:100%;
    display:block;
}

.aura-mission-card-v3{
    padding:28px 22px;
}

.aura-mission-card-v3 span{
    font-size:12px;
    margin-bottom:18px;
}

.aura-mission-icon-v3{
    width:68px;
    height:68px;
    margin-bottom:20px;
}

.aura-mission-card-v3 p{
    font-size:13px;
    line-height:1.85;
    max-width:100%;
}

.aura-mission-divider-v3{
    width:auto;
    height:1px;
    margin:0 22px;
}

.aura-mission-image-v3{
    width:100%;
    height:260px;
}

}
/* ==========================================
   AURA PHILOSOPHY
========================================== */

.aura-philosophy-section-v4{
    background:#080808;
    padding:0 0 25px;
}

.aura-philosophy-grid-v4{
    display:flex;
    align-items:stretch;
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

/* LEFT CONTENT */

.aura-philosophy-content-v4{
    width:42%;

    background:
    radial-gradient(circle at top left,
    rgba(216,162,77,.08),
    transparent 45%),
    #111111;

    padding:50px 40px;

    transition:.4s ease;
}

.aura-philosophy-content-v4:hover{
    background:
    radial-gradient(circle at top left,
    rgba(216,162,77,.12),
    transparent 45%),
    #141414;
}

.aura-philosophy-mini-v4{
    display:inline-flex;
    align-items:center;
    gap:12px;

    font-family:'Inter',sans-serif;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#D8A24D;

    margin-bottom:22px;
}

.aura-philosophy-mini-v4::after{
    content:"";
    width:55px;
    height:1px;
    background:#D8A24D;

    transition:.4s;
}

.aura-philosophy-content-v4:hover
.aura-philosophy-mini-v4::after{
    width:80px;
}

.aura-philosophy-content-v4 h2{
    font-family:'Cormorant Garamond',serif;
    font-size:54px;
    line-height:1.15;
    font-weight:400;
    color:#fff;

    margin-bottom:22px;

    transition:.4s;
}

.aura-philosophy-content-v4:hover h2{
    color:#D8A24D;
}

.aura-philosophy-content-v4 h2 span{
    display:block;
}

.aura-philosophy-line-v4{
    width:48px;
    height:2px;
    background:#D8A24D;

    margin-bottom:24px;
}

.aura-philosophy-content-v4 p{
    font-family:'Inter',sans-serif;
    font-size:14px;
    line-height:1.9;
    color:rgba(255,255,255,.75);

    max-width:330px;
}

/* RIGHT IMAGE */

.aura-philosophy-image-v4{
    width:58%;
    overflow:hidden;
    position:relative;
}

.aura-philosophy-image-v4 img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    transition:1s ease;
}

.aura-philosophy-image-v4:hover img{
    transform:scale(1.06);
}

@media(max-width:991px){

.aura-philosophy-grid-v4{
    display:block;
}

.aura-philosophy-content-v4{
    width:100%;
    padding:50px;
}

.aura-philosophy-image-v4{
    width:100%;
    height:380px;
}

}

@media(max-width:767px){

.aura-philosophy-section-v4{
    padding:20px 15px;
}

.aura-philosophy-grid-v4{

    display:flex;
    flex-direction:column;

    border-radius:16px;
    overflow:hidden;

    border:1px solid rgba(255,255,255,.05);

    box-shadow:
    0 20px 50px rgba(0,0,0,.4);
}

.aura-philosophy-content-v4{
    width:100%;
    padding:28px 22px;
}

.aura-philosophy-mini-v4{
    font-size:12px;
    margin-bottom:18px;
}

.aura-philosophy-content-v4 h2{
    font-size:28px;
    line-height:1.18;
    margin-bottom:18px;
}

.aura-philosophy-line-v4{
    width:42px;
    margin-bottom:22px;
}

.aura-philosophy-content-v4 p{
    font-size:14px;
    line-height:1.95;
    max-width:100%;
}

.aura-philosophy-image-v4{
    width:100%;
    height:260px;
}

.aura-philosophy-image-v4 img{
    object-position:center bottom;
}

}
/* ===================================
   WHY AURA
=================================== */

.aura-why-section-v5{
    background:#080808;
    padding:70px 0;
    position:relative;
}

.aura-why-title-v5{
    text-align:center;
    margin-bottom:60px;
}

.aura-why-title-v5 h2{
    font-family:'Inter',sans-serif;
    font-size:18px;
    font-weight:400;
    letter-spacing:2px;
    color:#D8A24D;
    margin-bottom:10px;
}

.aura-why-title-v5 span{
    width:45px;
    height:2px;
    background:#D8A24D;
    display:block;
    margin:auto;
}

.aura-why-timeline-v5{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.aura-why-line-v5{
    position:absolute;
    top:22px;
    left:8%;
    width:84%;
    height:1px;
    background:rgba(216,162,77,.45);
}

/* ITEMS */

.aura-why-item-v5{
    text-align:center;
    position:relative;
}

.aura-why-node-v5{
    width:48px;
    height:48px;

    border-radius:50%;
    border:1px solid rgba(216,162,77,.5);

    color:#D8A24D;

    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:500;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#080808;

    margin:0 auto 35px;

    transition:.4s;
    position:relative;
    z-index:2;
}

/* GLOW DOT */

.aura-why-node-v5::after{
    content:"";
    position:absolute;
    left:120%;
    top:50%;

    width:8px;
    height:8px;

    border-radius:50%;
    background:#D8A24D;

    transform:translateY(-50%);
    opacity:.3;

    transition:.4s;
}

.aura-why-item-v5:hover .aura-why-node-v5{
    box-shadow:
    0 0 25px rgba(216,162,77,.55),
    0 0 50px rgba(216,162,77,.2);

    border-color:#D8A24D;
}

.aura-why-item-v5:hover .aura-why-node-v5::after{
    opacity:1;

    box-shadow:
    0 0 15px #D8A24D,
    0 0 30px #D8A24D;
}

/* ICON */

.aura-why-icon-v5{
    width:55px;
    height:55px;

    margin:0 auto 18px;

    transition:.4s;
}

.aura-why-icon-v5 svg{
    width:100%;
    height:100%;

    fill:none;
    stroke:#D8A24D;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.aura-why-item-v5:hover .aura-why-icon-v5{
    transform:translateY(-5px) scale(1.08);
    filter:drop-shadow(0 0 10px rgba(216,162,77,.5));
}

/* TEXT */

.aura-why-item-v5 h4{
    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:500;
    color:#fff;

    margin-bottom:12px;
}

.aura-why-item-v5 p{
    font-family:'Inter',sans-serif;
    font-size:14px;
    line-height:1.8;
    color:rgba(255,255,255,.75);

    max-width:220px;
    margin:auto;
}

@media(max-width:767px){

.aura-why-section-v5{
    padding:50px 20px;
}

.aura-why-title-v5{
    margin-bottom:40px;
}

.aura-why-line-v5{
    display:none;
}

.aura-why-timeline-v5{
    display:block;
}

/* ITEM */

.aura-why-item-v5{

    position:relative;

    padding-bottom:40px;

    margin-bottom:35px;

    text-align:left;

    border-bottom:1px solid rgba(216,162,77,.18);
}

/* NUMBER */

.aura-why-node-v5{

    width:48px;
    height:48px;

    margin:0 0 25px;

    font-size:15px;
}

/* GOLD LINE */

.aura-why-node-v5::after{

    content:"";

    position:absolute;

    top:50%;

    left:65px;

    width:120px;

    height:1px;

    background:rgba(216,162,77,.45);

    transform:translateY(-50%);

    display:block;
}

/* ICON */

.aura-why-icon-v5{

    width:50px;
    height:50px;

    margin:0 0 15px;
}

.aura-why-item-v5 h4{

    font-size:15px;

    margin-bottom:12px;

    text-align:left;
}

.aura-why-item-v5 p{

    font-size:13px;

    line-height:1.8;

    max-width:100%;

    margin:0;

    text-align:left;
}

/* LAST ITEM */

.aura-why-item-v5:last-child{

    margin-bottom:0;

    padding-bottom:0;

    border-bottom:none;
}

}
/* =====================================
   FINAL CTA
===================================== */

.aura-final-cta-v6{
    position:relative;

    padding:85px 0;

    overflow:hidden;

    background:#080808;

    background-image:url('../images/about/cta-bg.png');
    background-size:cover;
    background-position:center;
}

.aura-final-overlay-v6{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0,0,0,.78)
    );

    z-index:1;
}

.aura-final-wrap-v6{
    position:relative;
    z-index:2;

    text-align:center;

    max-width:650px;

    margin:auto;
}

.aura-final-mini-v6{
    display:inline-block;

    color:#D8A24D;

    font-size:13px;

    letter-spacing:2px;

    text-transform:uppercase;

    font-family:'Inter',sans-serif;

    margin-bottom:18px;
}

.aura-final-wrap-v6 h2{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    font-weight:400;

    line-height:1.05;

    color:#fff;

    margin-bottom:22px;
}

.aura-final-wrap-v6 h2 span{
    color:#D8A24D;
}

.aura-final-wrap-v6 p{

    max-width:520px;

    margin:0 auto 35px;

    font-size:15px;

    line-height:1.9;

    color:rgba(255,255,255,.78);

    font-family:'Inter',sans-serif;
}

/* BUTTONS */

.aura-final-btns-v6{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;
}

.aura-btn-primary-v6{

    padding:15px 32px;

    background:#D8A24D;

    color:#111;

    text-decoration:none;

    font-size:13px;

    letter-spacing:1px;

    text-transform:uppercase;

    transition:.4s;
}

.aura-btn-primary-v6:hover{

    background:#fff;

    transform:translateY(-3px);
}

.aura-btn-secondary-v6{

    padding:15px 32px;

    border:1px solid rgba(216,162,77,.55);

    color:#fff;

    text-decoration:none;

    font-size:13px;

    letter-spacing:1px;

    text-transform:uppercase;

    transition:.4s;
}

.aura-btn-secondary-v6:hover{

    background:#D8A24D;

    border-color:#D8A24D;

    color:#111;

    transform:translateY(-3px);
}

@media(max-width:991px){

.aura-final-wrap-v6 h2{
    font-size:46px;
}

}

@media(max-width:767px){

.aura-final-cta-v6{
    padding:65px 20px;
}

.aura-final-wrap-v6 h2{

    font-size:34px;

    line-height:1.15;
}

.aura-final-wrap-v6 p{

    font-size:14px;

    line-height:1.8;
}

.aura-final-btns-v6{

    flex-direction:column;
}

.aura-btn-primary-v6,
.aura-btn-secondary-v6{

    width:100%;
}
}
/* =========================================
   AURA ORIGIN STORY
========================================= */

.aura-origin-story-sec{
    background:#050505;
    padding:90px 0;
    overflow:hidden;
}

.aura-origin-story-wrap{
    display:grid;
    grid-template-columns:58% 42%;
    gap:70px;
    align-items:center;
}

/* LEFT */

.aura-origin-story-content{
    max-width:720px;
}

.aura-origin-story-subtitle{
    display:inline-flex;
    align-items:center;
    gap:16px;

    color:#D8A24D;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-family:'Inter',sans-serif;
    margin-bottom:28px;
}

.aura-origin-story-subtitle:after{
    content:"";
    width:90px;
    height:1px;
    background:#D8A24D;
}

.aura-origin-story-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:72px;
    line-height:1.02;
    font-weight:400;
    color:#fff;
    margin-bottom:35px;
}

.aura-origin-story-content h2 span{
    display:block;
    color:#D8A24D;
}
.aura-origin-story-text{
    max-height:320px;
    overflow:hidden;
    transition:max-height .6s ease;
    position:relative;
}.aura-origin-story-text::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:90px;
    background:linear-gradient(
        transparent,
        #050505
    );
    pointer-events:none;
}

.aura-origin-story-text.active{
    max-height:2000px;
}

.aura-origin-story-text.active::after{
    display:none;
}
.aura-origin-story-text p{
    color:rgba(255,255,255,.82);
    font-size:17px;
    line-height:1.9;
    margin-bottom:22px;
    font-family:'Inter',sans-serif;
}

.aura-origin-story-text span{
    color:#D8A24D;
}

.aura-origin-read-btn{
    margin-top:20px;
    background:transparent;
    border:1px solid rgba(216,162,77,.4);
    color:#D8A24D;
    padding:14px 34px;
    transition:.4s;
}

.aura-origin-read-btn:hover{
    background:#D8A24D;
    color:#000;
}

/* RIGHT */

.aura-origin-image-side{
    position:relative;
}

.aura-origin-image-frame{
    width:100%;
    max-width:520px;
    margin:auto;
    border:1px solid rgba(216,162,77,.35);
    border-radius:30px;
    overflow:hidden;
    background:#111;
}

.aura-origin-image-frame img{
    width:100%;
    display:block;
}

.aura-origin-image-frame:hover img{
    transform:scale(1.05);
}

.aura-origin-image-frame img{
    transition:.7s;
}

/* FLOAT CARD */

.aura-origin-floating-card{
    position:absolute;
    left:-40px;
    bottom:40px;

    width:200px;

    background:rgba(8,8,8,.95);

    border:1px solid rgba(216,162,77,.25);

    backdrop-filter:blur(12px);

    padding:25px;

    box-shadow:0 20px 60px rgba(0,0,0,.5);

    animation:auraFloatCard 5s ease-in-out infinite;
}

.aura-origin-card-item{
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.aura-origin-card-item:last-child{
    border-bottom:none;
}

.aura-origin-card-item h4{
    color:#fff;
    font-size:32px;
    margin-bottom:5px;
}

.aura-origin-card-item span{
    color:#D8A24D;
    font-size:13px;
    letter-spacing:1px;
}

@keyframes auraFloatCard{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

.aura-origin-story-wrap{
    grid-template-columns:1fr;
}

.aura-origin-story-content h2{
    font-size:58px;
}

.aura-origin-image-frame{
    max-width:450px;
}

.aura-origin-floating-card{
    left:0;
    bottom:-30px;
}
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

.aura-origin-story-sec{
    padding:70px 0;
}

.aura-origin-story-wrap{
    gap:35px;
}

.aura-origin-story-content h2{
    font-size:42px;
}

.aura-origin-story-text p{
    font-size:14px;
    line-height:1.9;
}

.aura-origin-image-frame{
    max-width:100%;
    border-radius:20px;
}

.aura-origin-floating-card{
    position:relative;
    width:100%;
    left:auto;
    bottom:auto;
    margin-top:20px;
}

.aura-origin-card-item h4{
    font-size:26px;
}
}