


/* HERO */
.about-hero {
    position: relative;
    background: url('../images/about/hero-bg.png') bottom/cover no-repeat;
    padding: 250px 0 30px;
    color: #fff;
    overflow: hidden;
}

/* .about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(20 7 47 / 56%);
    z-index: 1;
} */

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(20 7 47 / 49%), rgb(20 7 47 / 85%));
    z-index: 1;
}

.about-hero .container {
    position: relative;
    z-index: 2;
}
.about-hero .sub-span{
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
padding: 0px 14px;
font-size: 12px;
width: 84px;
height: 28px;
background: #3E227E;

border: 1px solid #6941C6;
border-radius: 24px;
flex: none;
order: 0;
flex-grow: 0;
}

.about-hero .title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 75px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 0px;
}

.about-hero .title span{
  color: #FCA732;
}

.about-hero .description{
  font-size: 20px;
  line-height: 30px;
}

/* PROBLEM */
.problem {
  padding: 80px 0;
}

.problem h6{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.32px;
color: #6941C6;
}

.problem h2{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #181D27;

}

.problem p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #8E8E93;
}


.problem .quote-box{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px 24px 0px 28px;

background: linear-gradient(135deg, rgba(127, 86, 217, 0.15) 0%, rgba(148, 118, 217, 0.05) 100%);
border-left: 4px solid #7F56D9;
border-radius: 12px;


}

/*.problem .quote-box {
  background: #eee;
  padding: 15px;
  border-radius: 10px;
}*/

/* VISION */
.vision {
background: #140B28;
border-radius: 0px;
padding: 50px 0px;
}

.vision h6{

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.32px;
color: #C9BAEC;
}

.vision h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #FFFFFF;

}



.vision p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
leading-trim: both;
text-edge: cap;
color: #D2D2D2;
}

.vision .quote-highlight{


box-sizing: border-box;


display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px 24px 0px 28px;
gap: 8px;
background: linear-gradient(135deg, rgba(252, 167, 50, 0.15) 0%, rgba(255, 212, 153, 0.05) 100%);
border-left: 4px solid #FCA732;
border-radius: 12px;
flex: none;
order: 2;
align-self: stretch;
flex-grow: 0;
}

.vision .quote-highlight h3{
font-family: 'Inter';
font-style: italic;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #FFD499;
}


/*.founder {
  width: 150px;
  border-radius: 50%;
}*/

/* MILESTONES */
/*.milestones {
  padding: 80px 0;
  background: #f5f5f7;
}

.timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}*/

/*.milestone-section {
  position: relative;
  padding-top: 100px;
  background: linear-gradient(180deg,#f5f5f7,#e9ddff);
  overflow: hidden;
  padding-bottom: 250px;
}

.milestone-section h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    color: #181D27;

}

.milestone-section .sub{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: left;
letter-spacing: 0.32px;
color: #6941C6;
}

.milestone-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url('../images/about/shape2.png') no-repeat bottom;
    background-size: cover;
}


.milestone-section .timeline-wrapper{
  position:relative;
  margin-top:0px;
  height:250px;
}


.milestone-section .timeline-line{
  position:absolute;
  bottom:40px;
  left:0;
  height:4px;
  width:0%;
  background:linear-gradient(90deg,#7c3aed,#f59e0b);
  transition:width 1s ease;
}


.milestone-section .timeline-item{
  position:absolute;
  bottom:60px;
  transform:translateX(-50%);
  text-align:center;
}


.milestone-section .timeline-item:nth-child(even){
  bottom:120px;
}


.milestone-section .timeline-item h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #3E227E;
}

.milestone-section .timeline-item span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.milestone-section .timeline-item h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #8E8E93;
    margin-top: 20px;
}



.milestone-section .timeline-wrapper::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('../images/about/shape3.png') no-repeat center;
  background-size:contain;
}*/

/* ================= MILESTONES ================= */

.milestone-section {
    position: relative;
    padding: 60px 0 15px;
    background: linear-gradient(180deg, #f5f5f7, #e9ddff);
    overflow: hidden;
}

.milestone-section::before {
    content: "";
    position: absolute;
    left: -18%;
    top: 0px;
    /* bottom: -40px; */
    width: 140%;
    height: 660px;
    background: repeating-radial-gradient(
        circle at 50% 100%,
        rgba(145, 98, 255, 0.10) 0px,
        rgba(145, 98, 255, 0.10) 2px,
        transparent 3px,
        transparent 24px
    );
    animation: waveMove 7s linear infinite;
    opacity: .9;
}

/* animated wave */
@keyframes waveMove{

    0%{
        transform: translateX(0px) translateY(0px);
    }

    50%{
        transform: translateX(-60px) translateY(12px);
    }

    100%{
        transform: translateX(0px) translateY(0px);
    }
}

/* content above bg */
.milestone-section .container{
    position: relative;
    z-index: 2;
}

.milestone-section h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #181D27;
    margin-top: 10px;
}

.milestone-section .sub{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #6941C6;
}

/* ================= TIMELINE ================= */

.milestone-section .timeline-wrapper{
    position: relative;
    margin-top: 70px;
    height: 420px;
}

/* SVG LINE */
.milestone-path{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.milestone-path path {
    fill: none;
    stroke: url(#lineGradient);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
}

/* animation start only when active */
.milestone-section.active .milestone-path path{
    animation: drawLine 10s ease forwards;
}

/* line draw animation */
@keyframes drawLine{

    to{
        stroke-dashoffset: 0;
    }

}

/* arrow animation */
.arrow-head {
    animation: arrowPulse 1.5s infinite;
    transform-origin: center;
    transform: translateX(20px);
}

/*.arrow-head::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    
    box-shadow: 0 0 0 8px rgba(124,58,237,.12);
    animation: pulseDot 2s infinite;
}*/

/*@keyframes arrowPulse{

    0%{
        transform: translateX(1%);
    }

    50%{
        transform: translateX(5%);
    }

    100%{
        transform: translateX(1%);
    }

}*/

/* ================= ITEMS ================= */

.milestone-section .timeline-item{
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

/* DOT */
.milestone-section .timeline-item::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;

    width: 16px;
    height: 16px;
    border-radius: 50%;

    /*background: #7C3AED;*/
    box-shadow: 0 0 0 8px rgba(124,58,237,.12);

    animation: pulseDot 2s infinite;
}

@keyframes pulseDot{

    0%{
        box-shadow: 0 0 0 0 rgba(124,58,237,.30);
    }

    70%{
        box-shadow: 0 0 0 14px rgba(124,58,237,0);
    }

    100%{
        box-shadow: 0 0 0 0 rgba(124,58,237,0);
    }

}

/* text */
.milestone-section .timeline-item h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3E227E;
    margin-bottom: 10px;
}

.milestone-section .timeline-item span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000;
}

.milestone-section .timeline-item h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 58px;
    color: rgba(0,0,0,.35);
    margin-top: 20px;
}

/* stagger animation */
.milestone-section .timeline-item{
    opacity: 0;
}

/* start animation only when section visible */
.milestone-section.active .timeline-item{
    animation: fadeUp .8s ease forwards;
}

.milestone-section .timeline-item:nth-child(2){ animation-delay: .8s; }
.milestone-section .timeline-item:nth-child(3){ animation-delay: 1.4s; }
.milestone-section .timeline-item:nth-child(4){ animation-delay: 2s; }
.milestone-section .timeline-item:nth-child(5){ animation-delay: 2.6s; }
.milestone-section .timeline-item:nth-child(6){ animation-delay: 3.2s; }

@keyframes fadeUp{

    from{
        opacity: 0;
        transform: translateX(-50%) translateY(30px);
    }

    to{
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }

}

/* ================= MOBILE ================= */

@media(max-width:991px){

    .milestone-section{
        padding: 70px 0 160px;
    }

    .milestone-section h2{
        font-size: 34px;
        line-height: 42px;
    }

    .milestone-section .timeline-wrapper{
        overflow-x: auto;
        overflow-y: hidden;
        height: 360px;
        padding-bottom: 30px;
    }

    .timeline-inner{
        width: 1200px;
        position: relative;
        height: 100%;
    }

}

/* LEADERSHIP */
.leadership {
 /* padding: 80px 0;*/
  background: #1c0f3f;
  color: #fff;
}

.leadership h6{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #C9BAEC;
}

.leadership h3{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #FFFFFF;
}

.leadership p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #D2D2D2;
}

.leadership .chess img {
    /* width: 100%; */
    position: relative;
    right: -27%;
    overflow: hidden;
    height: 650px;
}

/* VALUES */
.values {
    background-color: #FCFCFD;
    padding: 50px 0px;
    background-image: url('../images/about/shape1.png');
    background-size: cover;
    background-repeat: no-repeat;
}



.values .title-box h6{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #6941C6;
}

.values .title-box h2{


font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
text-align: center;
color: #181D27;
}

.values .title-box p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #8E8E93;
}

.values .value-box {
    /*padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px #F1EDF7;
    border-radius: 20px;*/
    margin: 10px;
}

.values .value-box i{
padding: 10px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, #7F56D9 0%, #9476D9 100%);
border-radius: 10px;
color: #fff;
text-align: center;
}

.values .value-box h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0px;
    color: #252B37;
}

.values .value-box p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8E8E93;

}


/***********************
ICON Box Hover Effect 1
************************/

/*.values .value-box{
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px #F1EDF7;
    border-radius: 20px;
    margin: 10px;
    transition: all .45s ease;
    position: relative;
    overflow: hidden;
}

.values .value-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,#14072f,#7F56D9);
    opacity: 0;
    transition: .45s ease;
    z-index: 0;
}

.values .value-box *{
    position: relative;
    z-index: 2;
}

.values .value-box:hover{
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(127,86,217,.25);
}

.values .value-box:hover::before{
    opacity: 1;
}

.values .value-box:hover h5,
.values .value-box:hover p{
    color: #fff;
}

.values .value-box i{
    padding: 10px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #7F56D9 0%, #9476D9 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    transition: .45s ease;
}

.values .value-box:hover i{
    transform: rotate(10deg) scale(1.15);
    background: #fff;
    color: #7F56D9;
}
*/

/***********************
ICON Box Hover Effect 2
************************/

/*
.values .value-box{
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
    border: 1px solid transparent;
}

.values .value-box::before{
    content: "";
    position: absolute;
    top: -120%;
    left: -120%;
    width: 250%;
    height: 250%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(127,86,217,.15),
        transparent
    );
    transform: rotate(25deg);
    transition: .7s ease;
}

.values .value-box:hover::before{
    left: 100%;
}

.values .value-box:hover{
    border-color: #7F56D9;
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(127,86,217,.15);
}

.values .value-box i{
    transition: .4s ease;
}

.values .value-box:hover i{
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(127,86,217,.4);
}*/

/***********************
ICON Box Hover Effect 3
************************/


/*.values .value-box{
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: .45s ease;
    z-index: 1;
}

.values .value-box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #14072f;
    transition: .45s ease;
    z-index: -1;
}

.values .value-box:hover::after{
    height: 100%;
}

.values .value-box:hover{
    transform: translateY(-10px);
}

.values .value-box h5,
.values .value-box p{
    transition: .4s ease;
}

.values .value-box:hover h5,
.values .value-box:hover p{
    color: #fff;
}

.values .value-box i{
    transition: .4s ease;
}

.values .value-box:hover i{
    background: #fff;
    color: #14072f;
    transform: rotateY(180deg);
}*/

/***********************
ICON Box Hover Effect 4
************************/


/*.values .value-box{
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    transition: .4s ease;
    border: 2px solid #f1edf7;
    position: relative;
}

.values .value-box:hover{
    border-color: #7F56D9;
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(127,86,217,.15);
}

.values .value-box i{
    transition: .5s ease;
}

.values .value-box:hover i{
    transform: translateY(-12px);
    box-shadow: 0 10px 25px rgba(127,86,217,.35);
}

.values .value-box h5{
    transition: .3s ease;
}

.values .value-box:hover h5{
    color: #7F56D9;
}*/


/***********************
ICON Box Hover Effect 5
************************/

/*.values .value-box{
    padding: 24px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    transition: .45s ease;
    position: relative;
    overflow: hidden;
}

.values .value-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(127,86,217,.12),
        rgba(20,7,47,.15)
    );
    opacity: 0;
    transition: .45s ease;
}

.values .value-box:hover::before{
    opacity: 1;
}

.values .value-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(20,7,47,.15);
}

.values .value-box *{
    position: relative;
    z-index: 2;
}

.values .value-box i{
    transition: .45s ease;
}

.values .value-box:hover i{
    transform: scale(1.15) rotate(-8deg);
}*/