@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');
:root { 
  --first-color: #F5F5DC;
  --back-color: #2c523b;
  --sudo-color: #8aff7d;
  --second-color: #9ea3f5;
  --secondsudo-color: rgba(147, 151, 229, 0.785);
  --background-color: #F3EAD3;
  --box-color: #F3EAD3;
  --nav-color: #50A060;
  --background-color1: #28282B;
  --third-color: #2e2e33;
  --text-color: #28282B;
  --black-color: #222;
  --transition-duration: 0.2s;
  --glass-white: rgba(255, 255, 255, 0.2);
  --glass-whiter: rgba(255, 255, 255, 0.6);
  --glass-black: rgba(0,0,0,0.2);
  --glass-blacker: rgba(0,0,0,0.3);
  --glass-second: rgba(147, 151, 229, 0.4);
  --box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}




.intro-sec{
    width: 100%;
    position: relative;
    height: fit-content;
    min-height: 850px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./../../asset/leaves.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 0 50px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;   
}

.intro-group-about{
    width: 100%;
    position: relative;
    height: 100%;
    top: 100px;
    min-height: 450px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;   
}

.intro-sec-img{
    position: relative;
    height: auto;
    max-width: 533px;
    width: 80%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.intro.active{
    top: -10px;
}


.nav-group > ul{
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    right: 20px;
    top: 50px;
}

.nav-group-li{
    color: var(--first-color);
    text-decoration: none;
    font-size: 30px;
    padding: 12px;
    font-weight: 300;
    width: 350px;
    display: block;
    text-align: right;
    border-top: 1px solid var(--first-color);
    position: relative;
}

.nav-group > ul:last-child {
    border-bottom: 1px solid var(--first-color);
}

.nav-group-li:before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    right:  0;
    bottom: 0;
    transition: all ease 1s;
}

.nav-group-li:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    right:  0;
    top: 0;
    transition: all ease 1s;
}
.nav-group-li:hover:before{
    width: 100%;
}
.nav-group-li:hover:after{
    width: 100%;
}
.nav-group-li:hover{
    border-top: none;
    border-bottom: none;
}


.nav-group{
    top: 50px;
    width: 40%;
    position: relative;
    align-items: end;
    display: flex;
    justify-content: right;
}


.intro-sec-info{
    position: relative;
    flex-direction: column;
    width: 60%;
    top: 60px;
    border-radius: 12px;
    align-items: left;
    justify-content: left;
}

.about{
    width: 800px;
    padding: 10px;
    width: 90%;
    top: 10px;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    text-align: left;
    position: relative;
    color: var(--first-color);
}

.subline{    
    left: 10px;
    font-weight: 300;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
    text-align: left;
    }

.subline:before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 0;
    bottom: 0;
    transition: all ease 1s;
}

.subline:hover:before{
    width: 100%;
}


.about-sec {
    width: 100%;
    position: relative;
    height: 2600px;
    min-height: 450px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    transform: translateX(-50%) ;
    background-image: url(./../../asset/astitbaaBG3.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding: 20px 50px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
  
.text > .head{
    left: 10px;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}

.mission .text .head::before,
.society .text .head::before,
.difference .text .head::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 0;
    bottom: 10px;
    transition: all ease 1s;
}

.mission .text .head:hover:before,
.society .text .head:hover:before,
.difference .text .head:hover:before{
    width: 100%;
}

.text{
    width: 60%;
    left: 10px;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 300;
    text-align: left;
    position: relative;
    color: var(--first-color);
    top: 100px;
}


#about-imgs{
    width: 400px;
    height: auto;
    left: 10px;
    position: relative;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border: 2px solid #F3EAD3;
    object-fit: contain;
    overflow: hidden;
}

.empowerment-img{
    position: relative;
    top: 60px;
}

.empowerment > .text{
    display: flex;
    position: relative;
    justify-content: right;
    text-align: right;
    flex-direction: column;
}

.empowerment .text .head::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    right: 0;
    bottom: 10px;
    transition: all ease 1s;
}

.empowerment .text .head:hover:before{
    width: 100%;
}

.about-sec .empowerment{
    position: relative;
    top: 80px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}

.about-sec .mission{
    position: relative;
    top: 0px;
    display: flex;
    justify-content: space-evenly;
}

.mission-img{
    top: 60px;
    position: relative;
}

.about-sec .society{
    position: relative;
    top: 190px;
    display: flex;
    justify-content: space-evenly;
}

.society-img{
    position: relative;
}

.about-sec .apart{
    position: relative;
    top: 180px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.apart-img{
    top: -80px;
    position: relative;
}

.about-sec .difference{
    position: relative;
    top: 90px;
    display: flex;
    justify-content: space-evenly;
}

.apart > .text{
    display: flex;
    position: relative;
    justify-content: right;
    text-align: right;
    flex-direction: column;
}

.apart .text .head::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    right: 0;
    bottom: 10px;
    transition: all ease 1s;
}

.apart .text .head:hover:before{
    width: 100%;
}

.content{
    top: 30px;
    position: relative;
}

.socials .head{
    left: 10px;
    font-weight: 300;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    color: var(--first-color);
    position: relative;
    top: 200px;
    text-transform: uppercase;
}

.about-sec .socials{
    position: relative;
    top: 30px;
}


.social-container{
    width: 90%;
    min-width: 200px;
    max-width: 500px;
    position: relative;
    padding: 0px 5px;
    display: flex;
    gap: 40px;
    top: 250px;
}

.social-icon{
    height: 70px;
    width: auto;
    top: 10px;
    left: 10px;
    position: relative;
    display: block;
}

.difference-img{
    top: 50px;
    width: 400px;
    height: 400px;
    left: 10px;
    position: relative;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border: 2px solid #F3EAD3;
}

.stats-sec{
    width: 100%;
    position: relative;
    height: 100vh;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%) ;
    background-image: url(./../../asset/BG2.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 0 50px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.stat-container{
    top: 100px;
    width: 100%;
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 80px;
    padding: 0 50px;
    color: var(--first-color);
}

.stat-head{
    left: 10px;
    width: fit-content;
    top: 50px;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}

.stat-head::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    transition: all ease 1s;
}

.stat-head:hover:before{
    width: 100%;
}

.stat{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    border-top: 2px solid var(--back-color);
    border-bottom: 2px solid var(--back-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.stat::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    transition: all ease 1s;
}

.stat:hover:before{
    width: 100%;
}

.stat::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    transition: all ease 1s;
}

.stat:hover:after{
    width: 100%;
}

.stat-name{
    left: 10px;
    top: 12px;
    width: fit-content;
    font-weight: 300;
    font-size: clamp(1.1rem, 2.1vw, 1.9rem);
    color: var(--first-color);
    position: relative;
}

.stat-number{
    width: fit-content;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}

.stat-number::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    transition: all ease 1s;
}

.stat-number:hover:before{
    width: 100%;
}

.members-sec{
    width: 100%;
    position: relative;
    height: 900px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%) ;
    background-image: url(./../../asset/BG2.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 0 50px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.member-container{
    width: 90%;
    height: 700px;
    position: relative;
    top: 50%;
    left: 50%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translate(-50%, -55%);
    border-radius: 12px;
}



.member-name::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    transition: all ease 1s;
}

.member-name:hover:before{
    width: 100%;
}

.member-role::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    transition: all ease 1s;
}

.member-role:hover:before{
    width: 100%;
}


.frame{
    position: relative;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
    transition: ease-in 0.3s;
}

.member-pic{
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    border-radius: 12px;
}
 
.info-container{
    height: 70%;
    top: 100px;
    position: relative;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.member-name{
    left: 10px;
    top: 12px;
    width: fit-content;
    font-weight: 300;
    font-size: clamp(22px, 2.1vw, 38px);
    color: var(--back-color);
    position: relative;
    border-bottom: 2px solid var(--back-color);
}

.member-role{
    left: 10px;
    top: 12px;
    width: fit-content;
    font-weight: 300;
    font-size: clamp(18px, 2.1vw, 28px);
    color: var(--back-color);
    position: relative;
    border-bottom: 2px solid var(--back-color);
}


.member-about{
    left: 10px;
    top: 12px;
    width: fit-content;
    font-weight: 300;
    font-size: clamp(14px, 2.1vw, 18px);
    color: var(--back-color);
    position: relative;
    height: 300px;
    overflow-y: scroll;
    padding: 5px;
}



.member-about::-webkit-scrollbar {
    width: 2px;
    background: transparent;
  }
  
  /* Track */
  .member-about::-webkit-scrollbar-track {
    border-radius: 2px;
    background: transparent;
  }
  
  /* Handle */
  .member-about::-webkit-scrollbar-thumb {
    background: var(--back-color);
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .member-about::-webkit-scrollbar-thumb:hover {
    background: #60ff4f;
  }
  

.member-fav-quote{
    left: 10px;
    top: 12px;
    width: fit-content;
    font-weight: 300;
    font-size: clamp(14px, 2.1vw, 18px);
    color: var(--first-color);
    position: relative;
}

  

.members-sec-head{
    left: 10px;
    width: fit-content;
    top: 30px;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}

.members-sec-head::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    transition: all ease 1s;
}

.members-sec-head:hover:before{
    width: 100%;
}

@media (max-width: 1030px) {
    
.intro-sec{
    width: 100%;
    position: relative;
    height: fit-content;
    min-height: 650px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./../../asset/leaves.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 0 50px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;   
}

.intro-group-about{
    width: 100%;
    position: relative;
    height: fit-content;
    top: 100px;
    min-height: 450px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;   
}

.intro-sec-img{
    position: relative;
    height: auto;
    max-width: 533px;
    width: 90%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.nav-group{
    display: none;
}


.intro-sec-info{
    position: relative;
    flex-direction: column;
    width: 90%;
    top: 60px;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.about{
    padding: 10px;
    width: 90%;
    top: 10px;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    text-align: center;
    position: relative;
    color: var(--first-color);
}


.subline{    
    left: 10px;
    font-weight: 300;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    }


.about-sec {
    width: 100%;
    position: relative;
    height: fit-content;
    min-height: 450px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transform: translateX(-50%) ;
    background-image: url(./../../asset/astitbaaBG3.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding: 20px 20px 300px 20px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
  
.text > .head{
    left: 0px;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}


.text{
    width: 100%;
    left: 10px;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 300;
    text-align: center;
    position: relative;
    color: var(--first-color);
    top: 100px;
}




#about-imgs{
    max-width: 400px;
    width: 90%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border: 2px solid #F3EAD3;
    object-fit: cover;
    overflow: hidden;
}

.about-sec .mission{
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 0 0 20px 0;
    top: -50px;
    position: relative;
}

.mission .content{
    height: fit-content;
    position: relative;
    display: block;
    height: 250px;
}
.mission-img{
    position: relative;
    top: 30px;
}
.content{
    top: 10px;
    bottom: 20px;
    position: relative;
}

.about-sec .empowerment{
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 0 0 50px 0;
    top: -10px;
    position: relative;
}



.empowerment-img{
    position: relative;
    top: 80px;
}

.empowerment > .text{
    position: relative;
    justify-content: center;
    text-align: center;
    display: block;
    height: 270px;
}


.about-sec .society{
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 0 0 50px 0;
    top: 10px;
    position: relative;
}

.society > .text{
    position: relative;
    justify-content: center;
    text-align: center;
    display: block;
    height: 270px;
}

.society-img{
    position: relative;
    top: 80px;
}


.about-sec .apart{
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 0 0 50px 0;
    top: 10px;
    position: relative;
}

.apart-img{
    position: relative;
    top: 80px;
}

.about-sec .difference{
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 0 0 50px 0;
    top: 10px;
    position: relative;
}

.apart > .text{
    position: relative;
    justify-content: center;
    text-align: center;
    display: block;
    height: 270px;
}

.difference > .text{
    position: relative;
    justify-content: center;
    text-align: center;
    display: block;
    height: 270px;
}

.difference-img{
    max-width: 400px;
    width: 90%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    border-radius: 12px;
    border: 2px solid #F3EAD3;
    object-fit: cover;
    overflow: hidden;
    top: 40px;
}



.socials .head{
    left: 10px;
    font-weight: 300;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    color: var(--first-color);
    position: relative;
    top: 80px;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.about-sec .socials{
    position: relative;
    top: 30px;
    width: 100%;
}

.social-container{
    width: 90%;
    min-width: 200px;
    max-width: 500px;
    position: relative;
    padding: 0px 5px;
    display: flex;
    gap: 20px;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.social-icon{
    height: 80px;
    width: auto;
    top: 10px;
    left: 10px;
    position: relative;
    display: block;
}

.stats-sec{
    width: 100%;
    position: relative;
    height: 600px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%) ;
    background-image: url(./../../asset/BG2.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 0 20px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.stat-container{
    top: 100px;
    width: 100%;
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 40px;
    padding: 0 30px;
    color: var(--first-color);
}

.stat-head{
    left: 10px;
    width: 100%;
    top: 50px;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.stat{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    border-top: 2px solid var(--back-color);
    border-bottom: 2px solid var(--back-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


.stat-name{
    left: 10px;
    top: 12px;
    width: fit-content;
    font-weight: 300;
    font-size: clamp(1.1rem, 2.1vw, 1.9rem);
    color: var(--first-color);
    position: relative;
}

.stat-number{
    width: fit-content;
    font-weight: 300;
    font-size: clamp(1.4rem, 3.2vw, 2.5rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}

.stat-number::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--first-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    transition: all ease 1s;
}

.stat-number:hover:before{
    width: 100%;
}

.members-sec-head{
    left: 10px;
    width: fit-content;
    top: 10px;
    font-weight: 300;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
}


.carousel {
    width: 100%;
    user-select: none;
    height: 1100px;
    position: relative;
    background-color: var(--first-color);
    border-radius: 20px;
  }


.members-sec{
    width: 100%;
    position: relative;
    height: 1300px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%) ;
    background-image: url(./../../asset/BG2.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 30px 20px 0 20px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.frame{
    position: relative;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    transition: ease-in 0.3s;
}

.member-pic{
    height: auto;
    width: 50%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    border-radius: 12px;
}
 
.member-container{
    width: 90%;
    height: 700px;
    position: relative;
    top: 30px;
    left: 50%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateX(-50%);
    border-radius: 12px;
}

.info-container{
    height: 70%;
    top: -10px;
    position: relative;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

}

@media(max-width: 700px){
    .stat-container{
        top: 100px;
        width: 100%;
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 40px;
        padding: 0 10px;
        color: var(--first-color);
    }
    .stat{
        display: flex;
        width: 100%;
        height: 100px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border-top: 2px solid var(--back-color);
        border-bottom: 2px solid var(--back-color);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .stats-sec{
        width: 100%;
        position: relative;
        height: 700px;
        background-color: var(--back-color);
        left: 50%;
        transform: translateX(-50%);
        transform: translateX(-50%) ;
        background-image: url(./../../asset/BG2.jpg);
        background-position: center center;
        background-repeat: none;
        background-size: cover;
        align-items: center;
        padding: 0 20px;
        color: var(--first-color);
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }
    
.info-container{
    height: 60%;
    top: -10px;
    position: relative;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
.member-pic{
    height: auto;
    width: 50%;
    min-width: 280px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    border-radius: 12px;
}

.carousel {
    width: 100%;
    user-select: none;
    height: 900px;
    position: relative;
    background-color: var(--first-color);
    border-radius: 20px;
  }


.members-sec{
    width: 100%;
    position: relative;
    height: 1100px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%) ;
    background-image: url(./../../asset/BG2.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 30px 20px 0 20px;
    color: var(--first-color);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

}

@media(max-width: 500px){
    .members-sec{
        width: 100%;
        position: relative;
        height: 1100px;
        background-color: var(--back-color);
        left: 50%;
        transform: translateX(-50%);
        transform: translateX(-50%) ;
        background-image: url(./../../asset/BG2.jpg);
        background-position: center center;
        background-repeat: none;
        background-size: cover;
        align-items: center;
        padding: 30px 0px 0 0px;

        color: var(--first-color);
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }    
.carousel {
    width: 100%;
    user-select: none;
    height: 900px;
    position: relative;
    background-color: var(--first-color);
    border-radius: 20px;
    left: px;
  }
    .info-container{
        height: 60%;
        top: 10px;
        position: relative;
        font-weight: 300;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        padding-bottom: 20px;
    }
}


@media(max-width:600px){
.intro-sec{
    width: 100%;
    position: relative;
    height: 100vh;
    min-height: 650px;
    background-color: var(--back-color);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./../../asset/leaves.jpg);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    align-items: center;
    padding: 0 10px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;   
}
.intro-group-about{
    width: 100%;
    position: relative;
    height: fit-content;
    top: 100px;
    min-height: 450px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;   
}

.intro-sec-info{
    position: relative;
    flex-direction: column;
    width: 100%;
    top: 60px;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.about{
    padding: 10px;
    width: 100%;
    top: 10px;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    text-align: center;
    position: relative;
    color: var(--first-color);
}


.subline{    
    left: 10px;
    font-weight: 300;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    color: var(--first-color);
    position: relative;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    }


    .about-sec {
        width: 100%;
        position: relative;
        height: fit-content;
        min-height: 450px;
        background-color: var(--back-color);
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        transform: translateX(-50%) ;
        background-image: url(./../../asset/astitbaaBG3.png);
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        align-items: center;
        padding: 20px 20px 250px 20px;
        color: var(--first-color);
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }
      
    .text > .head{
        left: 0px;
        font-weight: 300;
        font-size: clamp(1.6rem, 3.2vw, 2.8rem);
        color: var(--first-color);
        position: relative;
        text-transform: uppercase;
    }
    
    
    .text{
        width: 100%;
        left: 0px;
        font-size: clamp(14px, 2vw, 18px);
        font-weight: 300;
        text-align: center;
        position: relative;
        color: var(--first-color);
        top: 100px;
    }
    
    
    #about-imgs{
        max-width: 400px;
        width: 90%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        border-radius: 12px;
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
        border: 2px solid #F3EAD3;
        object-fit: cover;
        overflow: hidden;
    }
    
    .about-sec .mission{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 0 0 0px 0;
        top: -50px;
        position: relative;
    }
    
    .mission .content{
        height: fit-content;
        position: relative;
        display: block;
        height: 350px;
    }
    .mission-img{
        position: relative;
        top: 30px;
    }
    .content{
        top: 20px;
        position: relative;
    }
    
    .about-sec .empowerment{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 0 0 50px 0;
        top: -10px;
        position: relative;
    }
    
    
    
    .empowerment-img{
        position: relative;
        top: 30px;
    }
    
    .empowerment > .text{
        position: relative;
        justify-content: center;
        text-align: center;
        display: block;
        height: 370px;
        width: 100%;
    }
    
    
    .about-sec .society{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 0 0 50px 0;
        top: 10px;
        position: relative;
    }
    
    .society > .text{
        position: relative;
        justify-content: center;
        text-align: center;
        display: block;
        height: 410px;
    }
    
    .society-img{
        position: relative;
        top: 30px;
    }
    
    
    .about-sec .apart{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 0 0 50px 0;
        top: 10px;
        position: relative;
    }
    
    .apart-img{
        position: relative;
        top: 60px;
    }
    
    .apart > .text{
        position: relative;
        justify-content: center;
        text-align: center;
        display: block;
        height: 360px;
    }

    .about-sec .difference{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 0 0 50px 0;
        top: 10px;
        position: relative;
    }
    
    
    .difference > .text{
        position: relative;
        justify-content: center;
        text-align: center;
        display: block;
        height: 370px;
    }
    
    .difference-img{
        max-width: 400px;
        width: 90%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        border-radius: 12px;
        border: 2px solid #F3EAD3;
        object-fit: cover;
        overflow: hidden;
    }
    
    
    .socials .head{
        left: 10px;
        font-weight: 300;
        font-size: clamp(1.6rem, 2.8vw, 2.4rem);
        color: var(--first-color);
        position: relative;
        top: 80px;
        left: 50%;
        text-align: center;
        width: 100%;
        transform: translateX(-50%);
        text-transform: uppercase;
    }
    
    .about-sec .socials{
        position: relative;
        top: 30px;
        width: 100%;
    }
    
    .social-container{
        width: 90%;
        min-width: 200px;
        max-width: 500px;
        position: relative;
        padding: 0px 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-icon{
        height: 80px;
        width: auto;
        top: 10px;
        left: 10px;
        position: relative;
        display: block;
    }
    
    
    
    .stats-sec{
        width: 100%;
        position: relative;
        height: 700px;
        background-color: var(--back-color);
        left: 50%;
        transform: translateX(-50%);
        transform: translateX(-50%) ;
        background-image: url(./../../asset/BG2.jpg);
        background-position: center center;
        background-repeat: none;
        background-size: cover;
        align-items: center;
        padding: 0 5px;
        color: var(--first-color);
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }
    
    .stat-container{
        top: 60px;
        width: 100%;
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 40px;
        padding: 0 30px;
        color: var(--first-color);
    }
    
    .stat-head{
        left: 10px;
        width: 100%;
        top: 50px;
        font-weight: 300;
        font-size: clamp(1.8rem, 3.2vw, 2.8rem);
        color: var(--first-color);
        position: relative;
        text-transform: uppercase;
        text-align: center;
    }
    
    .stat{
        display: flex;
        align-items: center;
        text-align: center;
        width: 100%;
        justify-content: space-between;
        position: relative;
        border-top: 2px solid var(--back-color);
        border-bottom: 2px solid var(--back-color);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    
    
    .stat-name{
        left: 10px;
        top: 12px;
        width: fit-content;
        font-weight: 300;
        font-size: clamp(1.1rem, 2.1vw, 1.9rem);
        color: var(--first-color);
        position: relative;
    }
    
    .stat-number{
        width: fit-content;
        font-weight: 300;
        font-size: clamp(1.4rem, 3.2vw, 2.5rem);
        color: var(--first-color);
        position: relative;
        text-transform: uppercase;
    }
    
    .stat-number::before{
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: var(--first-color);
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        transition: all ease 1s;
    }
    
    .stat-number:hover:before{
        width: 100%;
    }
    
    .members-sec-head{
        left: 10px;
        width: fit-content;
        top: 10px;
        font-weight: 300;
        font-size: clamp(1.8rem, 3.2vw, 2.8rem);
        color: var(--first-color);
        position: relative;
        text-transform: uppercase;
    }
    

}