﻿.main-about {
    width: 100%;
    height: 650px;
    background-image: url(../aboutus/we.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.main-about::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
   background: rgba(21, 29, 53, 0.65);
    top: 0;
}
.main-about h2{
    color: #FFF;
    text-align: center;
    font-family: 'grahapalat';
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.4px;
    margin: auto;
}
.aboutus-text {
    padding-top: 310px;
    position: relative;
    z-index: 9;
}
@media (max-width: 1650px){
    .aboutus-text {
        padding-top: 240px;
        position: relative;
        z-index: 9;
    }
}
.p-aboutus {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 436px;
    margin: auto;
    margin-top: 20px;
}
@media (max-width: 1650px) {
    .main-about {
        height: 500px;
    }
}
@media (max-width: 992px){
    .main-about {
        height: 300px;
   }
    .aboutus-text {
        padding-top: 115px;
        position: relative;
        z-index: 9;
    }
}
@media (max-width: 768px) {
    .main-about {
        height: 180px;
        padding: 0 25px;
    }
    .aboutus-text {
        padding-top: 25px;
        position: relative;
        z-index: 9;
    }

    .main-about h2 {
        color: #FFF;
        text-align: center;
        font-family: 'grahapalat';
        font-size: 24px !important;
        line-height: 33px;
    }
    .p-aboutus{
        margin-top:0px
    }
}

@media (max-width: 450px) {
    .aboutus-text {
        padding-top: 20px;
        line-height: 28px;
    }
}
@media (max-width: 400px) {
    .main-about h2 {
        line-height: 28px;
    }
}
.teambg-color {
    background-color: #FAFAFA;
}
.team-member {
    min-width: 247px;
    height: 274px;
    overflow: hidden;
    border-radius: 12px;
    width: 247px;
}
.team-section{
    padding: 40px 0px;   
    padding-left: 32px;
}
.ilustration-1 {
    left: 0;
    top: 47px !important;
    padding-left: 10px;
}
.ilustration-2 {
    left: 0;
    top: 10px;
    padding-left: 0px;
    padding-right: 14px;
}
.ilustration-img {
    left: 0;
    top: 0px;
}
.ilustration-11 {
    top: 2px;
    left: 9px;
    width: 168px;
}
.team-member:hover .ilustration-img {
    display: block;
}

.ilustration-7 {
    top: 4px;
    left: 17px;
    width: 194px;
}


.ilustration-5 {
    left: -33px;
}

.member-title {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #676767;
    white-space: pre-wrap;
}
.member-box {
    margin-right: 24px;
    max-width: 247px;
}
.title-section{
    margin-top: 16px;
}
.about-h2 {
    color: #061C3D;
    text-align: center;
    font-family: 'grahapalat';
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
}
.team-text {
    color: #676767;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
}
.tm-section {
    padding-top: 80px;
    padding-bottom: 160px;
    margin-bottom: 50px;
}
.team-section {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    cursor: grab;
}

.team-section::-webkit-scrollbar {
        display: none; 
}
.timeline::-webkit-scrollbar {
        display: none; 
}

.team-section.active {
        cursor: grabbing;
}
.tm-section::after {
    position: absolute;
    content: "";
    background-image: url(../aboutus/long-line.png);
    background-repeat:no-repeat;
    left: 0px;
    height: 71px;
    width: 100%;
    bottom:0px
}
.values-section {
    max-width: 1281px;
    margin: auto;
    margin-top: 80px;
}
    .values-section p {
        margin-top: 14px;
        color: #676767;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: 0.1px;
        max-width: 500px;
    }
.title-value {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.1px
}
.v-box {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}

@media (max-width: 768px){
    .values-section {
        max-width: 1165px;
        margin: auto;
        margin-top: 32px;
    }
    .team-section {
        padding: 40px 0px;
        padding-left: 15px;
    }
    .tm-section::after {
        position: absolute;
        content: "";
        background-image: url(../aboutus/short-line.png);
        background-repeat: no-repeat;
        left: 0px;
        height: 13px;
        width: 100%;
        bottom: 0px;
        background-size: cover;
    }
    .tm-section {
        padding-top: 50px;
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
    .about-h2 {
        line-height: 38px;
        margin-bottom: 7px;
    }
}
@media (max-width: 576px){
    .readmoresec{
        display: none;
    }
}
.gallery-box {
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    margin-right: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    position: relative;
}
.about-gallery {
    overflow-x: hidden;
    align-items: center;
    overflow-y: hidden;
    transition: all 3s;
    padding-top: 130px;
    padding-bottom: 130px;
}

.animate-one {
    position: relative;
    transform: translateX(-50%);
    animation: slideGallery 100s linear infinite;
    left: 0;
}
@keyframes slideGallery {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

    .gallery-box:nth-child(4n + 1)::before {
        content: "";
        position: absolute;
        background: url(../aboutus/Red-Pin.svg);
        background-repeat: no-repeat;
        right: 50%;
        width: 36px;
        height: 49px;
        top: 0px;
        z-index: 999;
        transform: translateX(50%);
    }

    .gallery-box:nth-child(4n + 2)::before {
        content: "";
        position: absolute;
        background: url(../aboutus/Green-Pin.svg);
        background-repeat: no-repeat;
        right: 50%;
        width: 36px;
        height: 49px;
        top: 0px;
        z-index: 999;
        transform: translateX(50%);
    }

    .gallery-box:nth-child(4n + 3)::before {
        content: "";
        position: absolute;
        background: url(../aboutus/Purple-Pin.svg);
        background-repeat: no-repeat;
        right: 50%;
        width: 45px;
        height: 49px;
        top: 0px;
        z-index: 999;
        transform: translateX(50%);
    }

    .gallery-box:nth-child(4n)::before {
        content: "";
        position: absolute;
        background: url(../aboutus/Blue-Pin.svg);
        background-repeat: no-repeat;
        right: 50%;
        width: 50px;
        height: 55px;
        top: 6px;
        z-index: 999;
        transform: translateX(50%);
    }
@media (min-width: 576px) {
    .animate-gallery:hover {
        animation-play-state: paused;
    }
    .gallery-box:hover {
        transform-origin: 0;
        transform: rotate(0deg);
        animation-play-state: paused;
    }

    .animate-one:hover,
    .animate-two:hover {
        animation-play-state: paused;
    }
    .about-gallery:hover .animate-one,
    .about-gallery:hover .animate-two {
        animation-play-state: paused;
    }
    .gallery-box {
        transition: transform 0.5s ease;
    }

        .gallery-box:hover {
            transform: scale(1.1) rotate(0deg) !important;
            transition: all 0.35s;
            z-index: 999;
        }
        .gallery-box:nth-child(4n + 1) {
            transform: rotate(4.641deg);
            margin-right: 35px;
            top: 38px;
            top: 90px;
        }
        .gallery-box:nth-child(4n + 2) {
            transform: rotate(-3.368deg);
        }
        .gallery-box:nth-child(4n + 3) {
            transform: rotate(4.1deg);
            margin-right: 40px;
            top: 38px;
            top: 90px;
        }
        .gallery-box:nth-child(4n) {
            transform: rotate(-3.877deg);
        }

        .big-square {
            min-width: 320px;
            min-height: 248px;
            max-width: 320px;
          
        }

    .middle-square {
        min-width: 200px !important;
        min-height: 300px !important;
        max-width: 332px !important;
    }

    .small-square {
        min-width: 210px;
        min-height: 295px;
        max-width: 210px;

    }
}
.big-square {
    max-width: 360px;
    padding-bottom: 70px;
    margin-right: 35px;
    width: 360px;
}

.middle-square {
    width: 360px;
    max-width: 360px;
    padding-bottom: 90px;
    margin-right: 40px;
}

.small-square {
    max-width: 360px;
    width: 360px;
    padding-bottom: 70px;
}
@media (max-width: 576px){
    .about-gallery {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
.timeline {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 50px 0;
    padding: 20px 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .timeline::before {
        content: '';
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #000;
        width: calc(var(--item-count) * 295px);
        z-index: 999;
        margin-left: 9px;
    }

.timeline-item {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    max-width: 280px;
    min-width: 180px;
    margin-right: 120px;
    cursor: grabbing;
    white-space: nowrap;
}

    .timeline-item::before {
        content: '';
        position: absolute;
        top: 41px;
        left: 2%;
        transform: translate(-50%, -50%);
        height: 10px;
        width: 10px;
        background: #636363;
        border-radius: 50%;
        z-index: 9999;
    }

.fixed-timeline .timeline-item::before {
    left: 5px;
}

.timeline-year {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.timeline-content {
    padding: 0px 0;
    border-radius: 8px;
    margin-top: 18px;
}

.timeline-date {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.timeline-bg {
    background: #F1F7ED;
    padding-left: 128px;
    padding-top: 64px;
    padding-bottom: 30px;
}

.timeline-content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    width: 190px;
    white-space: normal;
    margin-bottom: 5px;
}

.tm-blue {
    color: #124366;
    background: #D5EBFF;
}

.tm-pink {
    background: #FFE2D5;
    color: #5A1620;
}

.tm-green {
    background: #E7F3D3;
    color: #364E0D;
}

.tm-creem {
    background: #FEF8D4;
    color: #645911;
}

.mx-width-250 {
    max-width: 250px;
}

.timeline-title {
    color: #000;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 137.5% */
    letter-spacing: 0.1px;
}
@media (max-width: 768px){
    .timeline-bg {
        padding-left: 20px;
    }
}
@media (max-width: 576px){
    .timeline-item {
        display: inline-flex;
        flex-direction: column;
        position: relative;
        max-width: 280px;
        min-width: 170px;
        margin-right: 65px;
        cursor: grabbing;
        white-space: nowrap;
    }
    .mx-width-250 {
        max-width: 180px;
    }
    .fixed-timeline > .timeline-item {
        margin-right: 35px;
    }
    .timeline::before {
        width: calc(var(--item-count) * 225px);
    }
}
.line-doshed {
    width: 100%;
    height: 30px;
    border-left: 1px dashed #B8B8B8;
    margin-left: 1px;
    margin-bottom: 11px;
}

.maxwidth-imgbox{
    width: 520px;
    min-height: 430px
}
.maxmidlewidth-imgbox {
    width: 460px;
    min-height: 280px;
}
.img-member {
    max-width: 100%;
    height: 100%;
}
.about-text-am {
    max-width: 485px;
}
.about-text-en {
    max-width: 425px;
}