.page-header {
    background-image: url('../assets/image/about/banner.jpg') linear-gradient(90deg, rgba(241,224,46,1) 0%, rgba(252,179,2,1) 100%);
    background-size: cover;
    background-position: center;
    color:#fff;
    padding-bottom:30%;
}
.page-header:after {
    content:'';
    width:100%;
    height:50%;
    position:absolute;
    left:0;
    bottom:-10%;
background: rgb(241,224,46);
background: linear-gradient(90deg, rgba(241, 224, 46, 1) 0%, rgba(247, 201, 24, 1) 35%, rgba(252, 179, 2, 1) 100%)
}
img {
    display: block;
}
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-101%);
    }
  }
.brand-story-section {
    background-color: #000;
    color:#fff
}
.brand-story-section .text {
    width: 65%;
}
.mission-vision .title{
    display: flex;
    align-items: center;
}
.mission-vision h3 {
    color: #00CC96;
    margin: 0;
    margin-bottom: 2rem;
}
.mission-vision .title img{
    flex:0 0 5rem;
    width: 5rem;
    margin-right: 2rem;
}
.mission-vision-section {
    background-color: #fff;
    z-index: 2;
    position: relative;
}
.mission-vision-section .row .image-col {
    width: 55%;
    flex: 0 0 55%;
    display: flex;
    flex-wrap: wrap;
} 
.mission-vision-section .row .image-col > * {
    flex: 0 0 45%;
}
.image-1 {
    transform: translate(-65%,-60%) rotate(20deg)
}
.image-2 {
    transform: translate(20%,10%) rotate(-20deg);
}
.image-3 {
    transform: translate(-10%,20%) rotate(-10deg);
}
.mission-vision-section .row .image-col .image img {
    box-shadow: -5px 5px 22px 15px rgba(0, 255, 133, .21);
    border-radius:32%;
}
.mission-vision-section .row .content-col {
    width: 45%;
    flex: 0 0 45%;
} 
.brand-story-section {
    position: relative;
    padding-bottom: 15%;
    padding-top: 5%;
    position: relative;
    z-index: 2;
}
.brand-story-section::before {
    content: "";
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    border-radius: 50%;
    transform: scale(2);
    z-index: 0;
}
.brand-story-section .image{
    right: 0;
    bottom: -8%;
    position: absolute;
    width: 33%;
}
.brand-story-section .description {
    font-size: 1.5rem;
    line-height: 1.5em;
}
.brand-story-section .text {
    z-index: 1;
    position: relative;
}
.brand-story-section .image img {
    display: block;
    width: 100%;
}
.about-banner-galleries {
    margin-top: -20%;
    margin-bottom: -5%;
}
.about-banner-galleries img {
    display: block;
    width:100%;
}
.about-banner-galleries {
    display: flex;
}
.about-banner-galleries > * {
    flex:0 0 calc(20% + 2rem);
    width: calc(20% + 2rem);
    border-radius: 20px;
    transform: scale(1.1);
    box-shadow: 1px 1px 20px 10px rgba(0,0, 0,0.3);
    margin:0 -1rem
}
.about-banner-galleries > *:nth-child(1) {
    transform: translateX(185%) translateY(50%) ;
    opacity:0;
}
.about-banner-galleries > *:nth-child(2) {
        transform: translateX(93%) translateY(50%);
    z-index: 1;

}
.about-banner-galleries > *:nth-child(3) {
    transform: translateY(50%) ;
    z-index: 1;
} 
.about-banner-galleries > *:nth-child(4) {
    transform: translateX(-93%) translateY(50%);
    z-index: 1;
} 
.about-banner-galleries > *:nth-child(5) {
    transform:translateX(-185%) translateY(50%);
}
.mission-vision-section {
    padding-bottom: 0%;
} 
@media screen and (max-width: 991px){
.about-banner-galleries > *:nth-child(1) {
    transform: translateX(158%) translateY(50%) ;
    opacity:0;
}
.about-banner-galleries > *:nth-child(2) {
        transform: translateX(78%) translateY(50%);
    z-index: 1;

}
.about-banner-galleries > *:nth-child(3) {
    transform: translateY(50%) ;
    z-index: 1;
} 
.about-banner-galleries > *:nth-child(4) {
    transform: translateX(-78%) translateY(50%);
    z-index: 1;
} 
.about-banner-galleries > *:nth-child(5) {
    transform:translateX(-158%) translateY(50%);
}

    .page-header:after {
        bottom:5%;    
    }
    .brand-story-section::before {
        top: 72%;
        transform: scale(4);
    }
    .logo-wrapper img {
        width: 80%;
    }
    .mission-vision  .image-1 {
    transform: translate(2%, -60%) rotate(20deg) !important;
}
    .mission-vision  .image-2 {
        transform: translate(17%, 15%) rotate(-20deg)!important;
    }
    .mission-vision  .image-3 {
        transform: translate(5%, -20%) rotate(-10deg)!important;
    }
    .brand-story-section {
        padding-bottom: 30%;
    }
    .brand-story-section .description {
        font-size: 1rem;
    }
    .brand-story-section .text {
        width: 100%;
    }
    .sliding-tagline {
        font-size: 4rem;
    }
    .about-section .flex-row > .text{
        flex:0 0 100%;
        width: 100%;
    } 
    .mission-vision .container  > * {
        width:100%;
    }
    .mission-vision .container  > *:nth-child(1) {
        margin-bottom: 5%;
        margin-right: 0;
    }
    .mission-vision-section .row  {
        justify-content: center;
    }
    .mission-vision-section .row .image-col {
        width: 80%;
        flex: 0 0 80%;
        margin: 0 auto;
    }
    .mission-vision-section .row .content-col{
        width:100%;
        flex:0 0 100%;
    }
    .mission-vision-section {
        padding-bottom:15%;
    }
    .main-body-wrapper {
        padding-bottom:0;
    }
    .row {
        flex-wrap: wrap;
    }
    .subtitle {
        font-size: 2rem;
    }
}
