/*==================================================
ABOUT HERO
==================================================*/

.about-hero{

   position:relative;

    min-height:80vh;

    display:flex;

    align-items:center;

    justify-content:start;

    padding:180px 0 120px;

    background:url("../images/about-hero-bg.png") center center;

    background-size:cover;

    background-repeat:no-repeat;

    overflow:hidden;

}

.about-hero::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    top:-180px;

    left:-180px;

    border-radius:50%;

    background:rgba(201,169,106,.08);

    filter:blur(90px);

}

.about-hero::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    right:-180px;

    bottom:-180px;

    border-radius:50%;

    background:rgba(204,220,232,.35);

    filter:blur(100px);

}

.about-hero-content{

    position:relative;

    z-index:2;

}

.about-breadcrumb{

    margin-bottom:20px;

    font-size:15px;

    color:#888;

}

.about-breadcrumb a{

    color:#888;

    text-decoration:none;

    transition:.3s;

}

.about-breadcrumb a:hover{

    color:var(--gold);

}

.about-breadcrumb span{

    margin:0 8px;

}

.about-hero h1{

    margin:20px 0 25px;

    font-size:64px;

    line-height:1.15;

}

.about-hero p{

    font-size:18px;

    line-height:1.9;

    color:var(--text);

    max-width:620px;

}

.about-hero-buttons{

    margin-top:40px;

}

/*==================================================
IMAGE
==================================================*/

.about-hero-image{

    position:relative;

    padding-left:40px;

}

.about-hero-image img{

    width:100%;

    display:block;

    border-radius:35px;

    box-shadow:0 35px 70px rgba(0,0,0,.10);

}

.experience-card{

    position:absolute;

    left:0;

    bottom:40px;

    width:210px;

    padding:28px;

    border-radius:30px;

    background:rgba(255,255,255,.72);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.85);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    text-align:center;

}

.experience-card h3{

    margin-bottom:10px;

    font-size:48px;

    color:var(--gold);

}

.experience-card span{

    display:block;

    line-height:1.7;

    color:var(--heading);

}

/*==================================================
STATS
==================================================*/

.about-stats{

    position:relative;

    padding:100px 0;

    background:#FCFAF7;

}

.stat-card{

    height:100%;

    padding:40px 30px;

    text-align:center;

    border-radius:30px;

    background:rgba(255,255,255,.70);

    backdrop-filter:blur(16px);

    -webkit-backdrop-filter:blur(16px);

    border:1px solid rgba(255,255,255,.90);

    box-shadow:0 20px 45px rgba(0,0,0,.05);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.stat-card h2{

    margin-bottom:12px;

    font-size:48px;

    color:var(--gold);

}

.stat-card p{

    margin:0;

    color:var(--text);

    line-height:1.8;

    font-size:17px;

}

/*==================================================
BUTTON
==================================================*/

.about-hero .theme-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

}

.about-hero .theme-btn i{

    transition:.35s;

}

.about-hero .theme-btn:hover i{

    transform:translateX(5px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1199px){

.about-hero h1{

    font-size:54px;

}

}

@media(max-width:991px){

.about-hero{

    padding:150px 0 80px;

}

.about-hero-image{

    padding-left:0;

    margin-top:50px;

}

.experience-card{

    left:30px;

}

.about-stats{

    padding:80px 0;

}

}

@media(max-width:767px){

.about-hero{

    padding:130px 0 70px;

}

.about-hero h1{

    font-size:38px;

}

.about-hero p{

    font-size:16px;

}

.about-hero-image img{

    border-radius:25px;

}

.experience-card{

    position:relative;

    left:0;

    bottom:0;

    width:100%;

    margin-top:20px;

}

.stat-card{

    padding:30px 20px;

}

.stat-card h2{

    font-size:40px;

}

}


/*==================================================
MY JOURNEY
==================================================*/

.my-journey-section{

    padding:120px 0;

    background:#fff;

}

.my-journey-section [data-aos]{

    opacity:1 !important;

    transform:none !important;

}

.journey-image{

    position:-webkit-sticky;

    position:sticky;

    top:120px;

    z-index:2;

}

.journey-image img{

    width:100%;

    border-radius:35px;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

    display:block;

}

.journey-content h2{

    margin:20px 0;

}

.journey-content p{

    line-height:1.9;

    margin-bottom:40px;

}

.journey-timeline{

    border-left:2px solid var(--gold);

    padding-left:35px;

}

.timeline-item{

    position:relative;

    margin-bottom:40px;

}

.timeline-item:last-child{

    margin-bottom:0;

}

.timeline-item::before{

    content:"";

    position:absolute;

    width:18px;

    height:18px;

    background:var(--gold);

    border-radius:50%;

    left:-45px;

    top:8px;

}

.timeline-item span{

    color:var(--gold);

    font-weight:700;

    display:block;

    margin-bottom:8px;

}

.timeline-item h5{

    margin-bottom:10px;

}

/*==================================================
VALUES
==================================================*/

.values-section{

    padding:120px 0;

    background:#FCFAF7;

}

.value-card{

    height:100%;

    padding:35px;

    border-radius:30px;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.85);

    box-shadow:0 20px 45px rgba(0,0,0,.05);

    transition:.35s;

}

.value-card:hover{

    transform:translateY(-8px);

}

.value-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:var(--gold);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.value-icon i{

    color:#fff;

    font-size:30px;

}

.value-card h4{

    margin-bottom:15px;

}

.value-card p{

    margin:0;

    line-height:1.8;

}

.values-image img{

    width:100%;

    border-radius:35px;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

}

@media(max-width:991px){

.my-journey-section,

.values-section{

    padding:80px 0;

}

.journey-image{

    position:relative;

    top:auto;

    margin-bottom:20px;

}

.values-image{

    margin-top:40px;

}

}