
.about-div{
    font-family: Montserrat;
    background-color: #fff;
}

.banner-section {
    background: url('/assets/images/about-us/banner_about.webp') no-repeat center center;
    background-size: cover;
    max-width: 100%;
    background-position: top;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.banner-content {
    margin-top: 275px;
    max-width: 60%;
}

.banner-title {
    font-weight: 600;
    font-size: 31px;
    line-height: 40px;
    text-align: center;
}

.banner-description {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}


.about-button{
    width: 180px;
    height: 55px;
    border-radius: 50px;
    font-size: 20px;
    color: white;
    background: 
        linear-gradient(#333333, #333333) padding-box,
        linear-gradient(60deg, #00CCFF, #33CC66) border-box;
    border: 2px solid transparent;
    font-weight: 500;
    text-shadow: 0.5px 0.5px #5c5b5b;
}


.about-button:hover{
    background: linear-gradient(to right, #00CCFF, #33CC66);
    border: none;

}


.icons-section{
    display: grid;
    grid-template-columns: repeat(4, 0fr);    
    justify-content: center;
    width: 100%;
    margin: 50px 0;
    row-gap: 5%;
    column-gap: 10%;
}

.icons-div{
    text-align: center;
}

.icon-border{
    width: 100px;
    height: 100px;
    border: 2px solid #33CC66;
    border-radius: 70px;
}

.expert-icon{
    width: 40px;     
    margin-top: 20px;
}

.game-icon{
    width: 50px;     
    margin-top: 30px;
}

.exp-icon{
    width: 55px;     
    margin-top: 20px;
}

.global-icon{
    width: 50px;     
    margin-top: 25px;
}

.icon-head{
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
}

.icon-text{
    color: #05040B;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.content-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 15%;
}

.about-head{
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
}

.about-text{
    text-align: center;
}

.con-para{
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #66667D;
}

.second-half{
    display: flex; 
    margin-top: 5%;
}

.sub-content{
    width: 70%;
    margin-right: 10%;
}

.content-img2{
    width: 20%;
    height: auto;
}


.about-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
}

.image-container {
    max-width: 50%;
}

.main-image {
    width: 100%;
    margin:0;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.content-container {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.mission-vision {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px;
    background-color: #ffffff;
}


.tabs {
    display: flex;
    gap: 10px;
    width: 100%;
    border-bottom: 2px solid #33CC66;
}

.tab {
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    padding-right: 80px;
    cursor: pointer;
}

.mission.active-tab{
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);background:linear-gradient(to right, #00CCFF, #33CC66);
    background:linear-gradient(to right, #00CCFF, #33CC66);
    color: white;
}

.vision.active-tab {
    background:linear-gradient(to right, #00CCFF, #33CC66);
    width: 100%;
    color: white;
}


.content {
    width: 100%;
    color: #66667D;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    display: none; 
}

.content.active-content {
    display: block; 
}

.hidden {
    display: none; 
}


.core-values {
    background-image: url('/assets/images/about-us/core-bg.webp'); 
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 1% 15%;
    padding-bottom: 150px;
    clip-path: polygon(48% 0, 100% 0, 100% 20%, 100% 100%, 0% 84%, 50% 92%, 0 100%, 0 0);
    text-align: center;
}


.section-title {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 40px;
    margin-top: 5%;
    line-height: 52px;
    color: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
}

.value-card {
    background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(60deg, #00CCFF, #33CC66) border-box;
      color: #fff;
      border: 2px solid transparent;
      display: inline-block;
      text-align: center;
      padding-top: 25%;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
      transform: rotateY(0deg); 
}

.value-card .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.value-card h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2BC4AD;
    margin-bottom: 10px;
}

.text-card {
    background-color: #ffffff;
    padding: 20% 5%;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
}

.text-card .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.card-content h2 {
    font-size: 20px !important;
    font-weight: 700;
}

.card-content p {
    font-size: 14px;
}

.card-content{
    margin: 10px;
}

.card-container {
    position: relative;
    width: 300px;
    height: 275px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .value-card,
  .text-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 275px;
    backface-visibility: hidden;
    transition: transform 0.6s;
  }
  

  .card-container:hover .value-card {
    transform: rotateY(180deg);
  }
  
  .card-container:hover .text-card {
    transform: rotateY(0deg); 
  }
  


.community-section {
    padding: 5% 10%;
    text-align: center;
}

.main-heading {
    font-weight: 700;
    color: #000;
    margin-bottom: 5%;
    font-size: 40px;
}

.content-wrapper {    
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.community-content{
    display: flex;
    width: 100%;
    gap: 5%;
}

.community-text {
    text-align: left;
    float: left;
}

.community-text p {
    margin-bottom: 15px;
    font-size:20px;
    line-height: 30px;
    padding: 0;
    color: #555;
}

.cta-button {
    display: inline-block;
    background: 
        linear-gradient(#333333, #333333) padding-box,
        linear-gradient(60deg, #00CCFF, #33CC66) border-box;
    color: #fff;
    border: 2px solid transparent;
    color: #fff;
    width: 250px;
    height: 55px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 29.26px;
    font-weight: 600;
}

.cta-button:hover{
    background: linear-gradient(to right, #00CCFF, #33CC66);
    border: none;

}

@media (min-width:1920px) {

.banner-section {
    width: 100%;
    background-size: 100%;
    justify-content: center;
    padding-bottom: 400px !important;
    color: #fff;
    overflow: hidden;
}


.banner-content {
    margin-top: 300px;
}

.banner-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    padding-top: 100px;
    text-align: center;
}

.banner-description {
    font-weight: 500;
    font-size: 26px;
    line-height: 52.85px;
    color: #fff;
    text-align: center;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.about-button{
    width: 250px;
    height: 75px;
    border-radius: 100px;
    font-size: 28px;
    background: 
        linear-gradient(#333333, #333333) padding-box,
        linear-gradient(60deg, #00CCFF, #33CC66) border-box;
    border: 2px solid transparent;
    color: white;
    font-weight: 500;
    text-shadow: 0.5px 0.5px #5c5b5b;
}

.icons-section{
    display: grid;
    grid-template-columns: repeat(4, 0fr);    
}

.icon-border{
    width: 150px;
    height: 150px;
    border-radius: 200px;
}

.expert-icon{
    width: 60px;     
    margin-top: 32px;
}

.game-icon{
    width: 70px;     
    margin-top: 45px;
}

.exp-icon{
    width: 80px;     
    margin-top: 30px;
}

.global-icon{
    width: 70px;     
    margin-top: 35px;
}


.icon-head{
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
}

.icon-text{
    color: #05040B;
    padding: 0;
    font-size: 29px;
    font-weight: 500;
    line-height: 33.83px;
}

.content-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.content {
    width: 100%;
    color: #66667D;
    font-size: 26px;
    line-height: 44.45px;
    font-weight: 500;
    display: none; 
}


.about-head{
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}


.con-para{
    padding: 0;
    font-size: 26px;
    line-height: 44.45px;
    font-weight: 400;
    color: #66667D;
}


.tab {
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    padding-right: 80px;
    cursor: pointer;
}


.card-content h2 {
    font-size: 29px !important;
    font-weight: 700;
}

.card-content p {
    font-size: 20px;
    line-height: 35.35px;
}


.card-container {
    position: relative;
    width: 476px;
    height: 449px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .value-card,
  .text-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 476px;
    height: 449px;
    backface-visibility: hidden;
    transition: transform 0.6s;
  }

  .icon img{
    width: 85px;
    height: 85px;
  }

.value-card h2 {
    font-size: 27px !important;
    font-weight: 600;
    color: #2BC4AD;
    margin-bottom: 10px;
}


.section-title {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 62px;
    color: #fff;
}


.main-heading {
    font-weight: 700;
    color: #000;
    margin-bottom: 5%;
    font-size: 50px;
}

.content-wrapper {    
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.community-content{
    display: flex;
    width: 100%;
    gap: 5%;
}

.community-text {
    text-align: left;
    float: left;
}

.community-text p {
    margin-bottom: 15px;
    font-size:26px;
    line-height: 44.45px;
    padding: 0;
    color: #555;
}

.cta-button {
    display: inline-block;
    width: 344px;
    height: 77px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 29.26px;
    font-weight: 600;
}

    
}


@media (min-width: 900px){
    .content-img2 {
        width: 40%;
    }
}

@media (max-width: 500px) {


    .banner-buttons {
        display: flex;
        flex-direction: column;
        padding-left: 20%;
    }


    .banner-content {
        margin-top: 300px !important;
    }

    .main-heading {
        font-size: 30px !important;
    }
    .banner-section {
        background: url('/assets/images/about-us/banner-mobile.webp') no-repeat center center/cover !important;
    }    

    .content-img2{
        width: 20% !important;
        margin: 0 !important
    };



}
@media (max-width: 750px) {
    .icons-section{
        grid-template-columns: repeat(2, 0fr);  
    }
}

@media (max-width: 650px) {


    .banner-content {
        margin-top: 62%;
    }
    
    .values-grid {
        grid-template-columns: repeat(1, 0fr) !important;
        justify-content: center;
    }

    .core-values{
        clip-path: none;
        padding-bottom: 50px !important;
    }

    
    .community-section {
        padding: 10%;
    }

    .value-card{
        width: 317px;
        height: 270px;
    }

    .mission-vision{
        margin: 10% !important;
    }

    .content-section {
        margin: 5%;
    }

    .content-img2{
        width: 20% !important;
    }


    .banner-title {
        font-size: 15px !important;
        line-height: 26px !important;
    }

    .banner-description{
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .section-title{
        font-size: 30px !important;
    }

    .content-img2 {
        width: 250px !important;
    }

    .image-container {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .vision {
        font-weight: 600;
    }

    .mission{
        padding: 10px 30px;    
        width: 200px;
        height: 65px;
    }

    .card-container{
        width: 317px;
        height: 270px;
    }

    .text-card{
        width: 317px;
        height: 270px;
    }

    .value-card{
        width: 317px;
        height: 270px;
    }

    .text-content{
        font-size: 14px;
    }

    .core-values{
        padding-bottom: 26%;
    }
}

@media (max-width: 600px) {
    .content-container {
        max-width: 100%;
    }

    .mission{
        font-size: 15px;
    }

    .vision{
        font-size: 15px;
    }
}

@media (max-width: 800px) {

    .banner-section {
        background: url('/assets/images/about-us/banner_tablet.webp') no-repeat;
        background-size: 100%;
    }

    .banner-content {
        margin-top: 70%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .banner-title {
        font-size: 20px;
    }

    .banner-description{
        font-size: 15px;
        padding: 0;
    }


    .about-button{
        width: 133px;
        height: 31px;
        font-size: 15px;
    }

    

    .content-section {
        margin: 10%;
    }

    .mission-vision{
        margin: 0;
    }


}

@media (max-width: 1300px) {

.core-values{
    padding: 1px 10px;
    padding-bottom: 200px;
}

}

@media (max-width: 900px) {


    .values-grid {
        grid-template-columns: repeat(2, 1fr);    
    }

    .second-half{
        flex-direction: column;
        justify-content: center;
    }

    .sub-content{
        width: 100%;
        text-align: center;
    }

    .content-img2{
        width: 50%;
        margin: 0 25%;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }

    .community-content{
        flex-direction: column;
    }

    .community-text {
        text-align: center;
    }

    .image-container {
        max-width: 70%;
        margin-left: 5%;
    }

    .image-content img {
        width: 90%;
        margin-top: 5%;
    }

}