

<!--/*=========================== ABOUT-HERO SECTION ============================*/-->

.about-hero__container{

}

.about-hero__wrapper{
    margin-top: 4rem;

}

.about-hero__content{

}

.hero-main-info-box{
    height: var(--container-width-small);
    width: var(--container-width-large);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;

}

.about-content-box{
    height: var(--container-full);
    width: var(--container-full);

    display: flex;
    justify-content: center;
    align-items: center;
}

.about-box-left{
    padding: 1rem;
    height: var(--container-full);
    border-radius: 1rem;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.about-text-heading{
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 2rem;

}

.about-box-left .about-text{
    font-size: 1.4rem;
    text-align: center;
    line-height: var(--line-height-p-main);
    background-image: linear-gradient(to right, var(--color-light_black), var(--color-temp-darker), var(--color-light_black));

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.2);

}

.about-text{
    margin-bottom: 2rem;
}

.about-info-box{
    box-shadow: 0 0 0.4rem var(--color-temp-darker);
    background-image: linear-gradient(to top right, var(--color-temp), var(--color-temp-darker), var(--color-light_black));
    border-radius: 1rem;
    padding: 1rem;
    height: var(--container-full);
    width: var(--container-full);

    font-size: 1.2rem;
    text-align: center;
    color: var(--color-pure-white-primary-bg);
    text-shadow: 0 0 0.5rem var(--color-pure-white-primary-bg);

    display: flex;
    justify-content: center;
    align-items: center;

}

.core-values-heading{
    font-weight: bold;
    font-size: 1.6rem;
    background-image: linear-gradient(to right, var(--color-light_black), var(--color-temp-darker), var(--color-light_black));

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}

.about-box-right{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 1rem;

}

.core-values-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.value-box{
    height: 14rem;
    width: 14rem;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.4rem;

}

.value-img-wrapper{
    height: 8rem;
    width: 8rem;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 1rem var(--color-light_black);

}

.value-img{
    height: 8rem;
    width: 8rem;

}

.value-text{
    font-size: 1.2rem;
    color: var(--color-temp-darker);
    font-weight: 700;

}

<!--/*=========================== ABOUT-MORE-INFO SECTION ============================*/-->

.about-more-info__container{
    background: var(--color-light_black);

}

.about-more-info__wrapper{
    height: var(--container-width-large);
    width: var(--container-width-large);
    padding: 2rem;
}

.about-more-info__content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.more-info__content-box{
    padding: 1rem;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.more-info__content-box--right{
    /*box-shadow: 0 0 1rem var(--color-temp-sec);*/
    border-radius: 2rem;

    width: var(--container-full);
    height: var(--container-full);
}

.meet-the-founder__box{
    width: var(--container-full);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.meet-the-founder__title{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4rem;

}

.meet-the-founder__title,
.founder-details,
.founder-info{
    background-image: linear-gradient(to right, var(--color-temp-sec), var(--color-temp), var(--color-temp-darker));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.2);

}

.founder-img-frame{
    background-color: var(--color-light_gray);
    height: 16rem;
    width: 16rem;
    overflow: hidden;
    margin-bottom: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 1rem var(--color-temp-darker);

}

.founder-img{
    height: 16rem;
    width: 16rem;
}

.founder-details{
    font-size: 1.8rem;
    font-weight: bold;


    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.founder-title{
    font-size: 1.4rem;
    font-weight: lighter;
    font-style: italic;
    margin-bottom: 2rem;

}

.founder-info{
    padding: 1rem;
    font-size: 1.4rem;
    text-align: center;
}

/*---- Swipper JS ----*/

.more-info__content-box--left{
    padding: 0;
    box-shadow: 0 0 1rem var(--color-dark_gray  );
    border-radius: 2rem;
    overflow: hidden;
    height: var(--container-full);
    width: var(--container-full);

    display: flex;
    justify-content: center;
    align-items: center;

}

.more-info__slider-container{
    position: relative;
    height: var(--container-full);
    width: var(--container-full);

    display: flex;
    justify-content: center;
    align-items: center;

}

.more-info__swiper {
    position: relative;

    background-image: url("../IMAGES/HERO/bg-6.webp");
    background-position: center;
    background-size: cover;
    height: var(--container-full);
    width: var(--container-full);
}

.more-info__swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
    /*background-image: var(--color-rgb-bg-img-reverse);*/


}

.swiper-slide img {
    display: block;
    height: var(--container-full);
    width: var(--container-full);
    object-fit: cover;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: var(--container-full);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
    width: var(--container-width-small);


    display: flex;
    align-items: center;
    justify-items: left;
}

.swiper-slide .subtitle {
    width: var(--container-width-small);

    font-size: 2rem;
    margin-bottom: 1rem;

    display: flex;
    align-items: center;
    justify-items: left;
}

.swiper-slide .text {
    width: var(--container-width-small);
    line-height: 1.3;

    font-size: 1.4rem;
    color: var(--color-pure-white-primary-bg);
    text-shadow: 0 0 0.5rem var(--color-shady_white);

    display: flex;
    align-items: center;
    justify-items: center;
    text-align: left;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--color-temp);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--color-temp);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
























