@import url('https://fonts.googleapis.com/css2?family=Gulzar&family=Marcellus&family=Maven+Pro:wght@400..900&display=swap');

body {
    font-family: 'Gulzar', serif;
    margin: 0;
    padding: 0;
    background-color: #fff; 
    color: #333; 
}
html {
  scroll-behavior: smooth;
}

/* -----------------Nav Bar------------------- */

nav {
    margin-top: -130px;
    display: flex;
    justify-content: center; 
    padding: 10px 0;
    background-color: #F4F9FD; 
}
/* .nav_btn{
  margin-right: 7%;
} */
.nav_links ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0;
    margin: 0;
    margin-right: 100px;
    margin-left: 20%;
}

.nav_links li{
    list-style: none;
    color: #094A9E;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    font-size: 20px;
}

.nav_links li:hover {
    color: #0d274a; 
    transform: scale(1.05);
}

.logo{
    width: 100px;
    height: 120px;
    margin-top: 20px;
    margin-left: 6%;
}
.extra-line {
    height: 2px;
    background-color: #094A9E; 
    width: 90%;
    margin: 20px auto; 
}

.join_btn, .Donate_btn, .View_more, .View_more1{
    border-radius: 6px;
    padding: 10px;
    background: linear-gradient(90deg, #094A9E 0%, #031A38 100%);
    border: none;
    color: #FFF;
    font-family: 'Marcellus';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);

}
.Donate_btn{
    width: 100px;
    margin-left: 5px;
}
.Donate_btn:hover, .join_btn:hover, .View_more:hover, .View_more1:hover {  
    background-color: #1a1a99;
    transform: scale(1.05); 
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3); 

}

@keyframes slideInFromTop {
  from {
      opacity: 0;
      transform: translateY(-50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.logo {
  position: relative;
  z-index: 25; 
  animation: slideInFromTop 0.8s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.nav_container {
  position: relative;
  overflow: visible; 
  height: auto;
  background-color: #f0f8ff; 
}

.nav_links {
  animation: slideInFromTop 0.8s ease-out forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

.nav_btn {
  animation: slideInFromTop 0.8s ease-out forwards;
  animation-delay: 0.6s;
  opacity: 0;
}



/* -----------------Banner------------------- */


.banner {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: space-between; 
    padding: 30px; 
    background-color: #f0f8ff; 
    margin-top: -50px;
}

.banner_text {
  animation: slideInFromLeft 0.8s ease-out forwards;
  animation-delay: 0.8s;
  opacity: 0;
  margin-bottom: 130px;
  margin-top: 2%;
}

.banner_img {
  /* max-width: 100%;  */
  height: auto;
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 1s;
  opacity: 0;
  margin-right: 5%;
}
.banner_img img{
  width: 100%;
}
.banner_text p {
    margin-left:10%; 
    font-size: 24px; 
    color: black;
}
.slogan{
  width: 100%;
    font-size: 65px !important;
    background: linear-gradient(to right, #094A9E 0%, #031A38); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}



/* Our Story */

.our_story{
  width: 100%;
    height: 580px;
    flex-shrink: 0;
    background-color: #FFF;
}
.story_head
{
    display: flex;
    flex-direction: row;
    
}
.story_img img{
    width: 551px;
    height:360px;
    flex-shrink: 0;
}

.story_img {
    position: relative;
}

.since {
    position: absolute; 
    top: 50px; 
    right: 10px;
    left: 417px; 
    width: 187px;
    height: 100px;
    border-radius: 3px;
    background: #A5C9E5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.since p {
    margin: 0; 
    color: #094A9E;
    font-family: 'Marcellus';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.since h6 {
    margin: 0;
    font-family: 'Marcellus';
font-size: 55px;
font-style: normal;
font-weight: 800;
line-height: normal;
background: linear-gradient(180deg, #094A9E 0%, #031A38 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
}

.lineright {
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 6px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 0px 3px 3px 0px;
    background: linear-gradient(180deg, #094A9E 0%, #031A38 100%);
}
.lineleft {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 6px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 3px 0px 0px 3px;
    background: linear-gradient(180deg, #094A9E 0%, #031A38 100%);
}
.linetopr, .linetopl, .linebottomr, .linebottoml  {
    position: absolute; 
    width: 22px;
    height: 5px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #094A9E 0%, #031A38 100%);
}
 .linetopr{
    top: 0; 
    right: 6px; 
    border-radius: 3px 0px 0px 3px;
 }
 .linetopl{
    top: 0; 
    left: 6px; 
    border-radius: 0px 3px 3px 0px;
 }
 .linebottoml{
    bottom:0; 
    right: 6px; 
    border-radius: 3px 0px 0px 3px;
 }
 .linebottomr{
    bottom:  0; 
    left: 6px;
    border-radius: 0px 3px 3px 0px; 
 }
.our_story h3{
    color: #094A9E;
    font-family: Marcellus;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.story_text {
    color: #094A9E;
    text-align: center;
    font-family: Marcellus;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.story_text p{
    margin-left: 100px;
    margin-right: 10%;
}

.story_desc{
    padding-top: 20px;
    color: #5C7588;
    font-family: Marcellus;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.View_more{
 margin-top: 30px;
}


  .mission_vission {
    display: flex;
    flex-direction: row;
    justify-content: center;  
    align-items: center;      
    gap: 20px;               
    margin: 0 auto;          
    width: fit-content;       
}
  
  .mission, .vission {
      display: flex;
      flex-direction: row;
      width: 524px;
      height: 141px;
      flex-shrink: 0;
      border-radius: 20px;
      background: #FFF;
      box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.25);
      margin: 20px auto;
  }
  
.mission img {
    width: 100px;
    height: 96.277px;
    flex-shrink: 0;
    margin: 30px 0 20px 10px;
}
.vission img{
    width: 100px;
    height: 70.028px;
    flex-shrink: 0;
    margin: 40px 0 20px 10px;
}
.mission_content{
    color: #094A9E;
    text-align: justify;
    font-family: "Maven Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 20px 0 0;
}
.mission_line{
    width: 4px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #094A9E;
    margin: 20px 10px 20px 10px;
}

/* Animation keyframes */
@keyframes slideInLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}


@keyframes moveToLeft {
  from {
    transform: translateX(50%); 
    opacity: 0;
  }
  to {
    transform: translateX(calc(- 6%)); 
    opacity: 1;
    margin-left: 8%;
  }
}

@keyframes moveToRight {
  from {
    transform: translateX(-50%); 
    opacity: 0;
  }
  to {
    transform: translateX(calc(6%)); 
    opacity: 1;
    margin-right: 8%  ;
  }
}


@media (max-width: 768px) {
  .mission, .vission {
    width: 90%; 
    margin-left: 5%; 
    margin-right: 5%; 
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.9);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

/* Animation classes */
.story_img {
  opacity: 0;
  animation: none;
}

.story_text {
  opacity: 0;
  animation: none;
}

.mission, .vission {
  opacity: 0;
  animation: none;
}

.since {
  opacity: 0;
  animation: none;
}

/* Triggered animations */
.story_img.animated {
  animation: slideInLeft 0.8s ease-out forwards;
}

.story_text.animated {
  animation: slideInRight 0.8s ease-out forwards;
}

.mission, .vission {
  position: relative;
  opacity: 0;
  transform: translateX(0);
  animation: none;
}

.mission.animated {
  animation: moveToLeft 1.2s ease-in-out forwards;
}

.vission.animated {
  animation: moveToRight 1.2s ease-in-out forwards;
}


.since.animated {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 0.8s; 
}


/* ----------------Our Ipacts----------------- */

  .our_impacts {
    position: relative;
    height: 525px;
    background: linear-gradient(180deg, rgb(9, 74, 158) 0%, rgb(3.19, 26.23, 56) 100%);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    }

  .left_head{
    position: absolute;
    top: 7%;
    left: 6%;
    font-family: Marcellus;
    font-weight: 100;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
  }
  .left_gruop{
    position: relative;
    width: 500px;
    height: 350px;
    top: 24%;
    left:15%;
  }
  .impact_line {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    transition: height 1s ease;
}

.impact_line::before,
.impact_line::after {
    content: '';
    position: absolute;
    width: 10px; 
    height: 10px;
    background-color: #ffffff; 
    border-radius: 50%; 
}

.impact_line::before {
    top: -5px; 
    left: -4px;
}

.impact_line::after {
    bottom: -5px; 
    left: -4px;
}


.gruop1_bullet, .gruop2_bullet, .gruop3_bullet{
  width: 50px;
  height: 50px;
}
.gruop1_bullet{
  position: absolute;
  top:20px;
  left: 0;
  background-color: #ffffff;
  border-radius: 25px;
}

.gruop2_bullet{
  position: absolute;
    top: 130px;
    left: 0;
    background-color: #ffffff;
    border-radius: 25px;
}

.gruop3_bullet{
  position: absolute;
    top: 240px;
    left: 0;
    background-color: #ffffff;
    border-radius: 25px;
}

.gruop1_bullet .icon {
  position: absolute;
  width: 14px;
  height: 27px;
  top: 12px;
  left: 18px;
}

.gruop2_bullet .icon, .gruop3_bullet .icon {
  position: absolute;
  width: 29px;
  height: 19px;
  top: 16px;
  left: 10px;
}

.gruop1_text, .gruop2_text, .gruop3_text{
  position: absolute;
  margin-left: 80px;
  
}
.gruop2_text{
  margin-top: 110px;
}

.gruop3_text{
  margin-top: 220px;
}

.gruop1_text h4, .gruop2_text h4, .gruop3_text h4{
  color: #FFF;
  font-family: "Maven Pro";
  font-weight: 600;
}

.gruop1_text p, .gruop2_text p, .gruop3_text p{
  width: 457px;
  color: #A5C9E5;
  font-family: "Maven Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -10px;
}


.right {
  margin-top: 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  margin-right: 5%;
}

.right_1 {
  max-width: 80%; 
  color: #FFF;
  text-align: right;
  font-family: "Maven Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10%; 
  
}

.right_2 {
  max-width: 70%; 
  color: #FFF;
  text-align: right;
  font-family: "Maven Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12%; 
}

.right_btn {
  padding: 10px;
  font-family: Marcellus;
  font-weight: 400;
  color: #094a9e;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right_btn:hover {
  transform: scale(1.15);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}


.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}


.impact_line {
  position: absolute;
  width: 2px;
  height: 0; 
  background-color: #ffffff;
  left: 25px;
  top: 0;
  transition: height 1s ease; 
}

.impact_group {
  opacity: 0; 
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease; 
}

/* ----------------What We Do----------------- */

.what_we_do{
  background-color: #f0f8ff; 
  width: 100%;
height: 550px;
flex-shrink: 0;
margin-top: 0;
overflow: hidden;
position: relative;
}
.what_we_do_head{
  color: #094A9E;
font-family: Marcellus;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-left: 80px;
margin-top: 40px;
}

.what_we_do_text{
  width: 550px;
  color: #000;
font-family: Marcellus;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-left: 80px;
margin-top: 40px;
}
.rotate_container{
  display: flex;
  flex-direction: row;
  gap: 2%;
}
.flip_container{
  height: 190px;
}
.flip_container .flip_group1,
.flip_container .flip_group2,
.flip_container .flip_group3,
.flip_container .flip_group4,
.flip_container .flip_group5,
.flip_container .flip_group6{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: 60%;
  margin-top: 30px;
}
.line{
width: 10px;
height: 161.564px;
flex-shrink: 0;
border-radius: 20px;
background: #094A9E;
margin-top: 10px;
}

.box{
  width: 330%;
height: 182.887px;
flex-shrink: 0;
border-radius: 20px;
background: #A5C9E5;
display: flex;
flex-direction: row;
gap: 20px;
}

.box h4{
  color: #000;
  font-family: Marcellus;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 15px;
}
.box p{
  width: 400px;
  color: #000;
font-family: Marcellus;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 15px;
}
.box  .number{
position: absolute;
color: #094A9E;
font-family: Marcellus;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-top: 10px;
padding-left: 400px;
padding-right: 10px;
}
.circle_container{
  margin-left: 35%;
  margin-top: -1%;
}
.dash_circle_1{
  width: 280px;
height: 280px;
flex-shrink: 0;
border-radius: 400px;
border: 5px dashed #A5C9E5;
}
.dash_circle_2{
  margin-top: 10px;
  margin-left: 10px;
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  border-radius: 400px;
  border: 5px dashed #A5C9E5;
 
}

svg{
  position: absolute; 
  top: 80%; 
  left: 70%;
 cursor: pointer;
}

.rotater {
  width: 800px;
  height: 800px;
  flex-shrink: 0;
  border-radius: 50%; 
  border: 5px dashed #A5C9E5;
  margin-top: -540px;
  margin-left: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rotater img {
  position: absolute;
  transform-origin: 50% 50%;
  width: 100px;  
  height: auto;  
  transform: rotate(0deg);
  transition: transform 0.5s ease-out;
}

 .edu_vector{
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  position: absolute;
  left: 43%; 
  margin-left: -50%; 
}

.women_Vector{
  width: 50px !important;
  height: 100px !important;
  flex-shrink: 0;
  position: absolute;
  left: 45%; 
  margin-top: -100%; 
}
.health_Vector{
  width: 100px;
  height: 70px;
  flex-shrink: 0;
  position: absolute;
  left: 95%; 
   transform: translateX(-50%) translateY();
} 
.econimic_vector{
  width: 100px;
  height: 70px;
  flex-shrink: 0;
  position: absolute;
  left: 45%; 
   transform: translateX(-50%) translateY();
  margin-bottom: -100%;  
} 

.indicator{
  display: flex;
  flex-direction: row;
  gap: 2px;
  position: absolute; 
  top: 75%; 
  left: 50%;
}
.indicator1{
  border-radius: 2px;
  width: 40px;
  height: 6px;
  background: #094A9E;
}
.indicator2, .indicator3, .indicator4, .indicator5, .indicator6{
  border-radius: 2px;
  width: 20px;
  height: 6px;
  background: #A5C9E5;
}
.View_more1{
 margin-left: 120px;
 position: absolute;
 margin-top: 250px;
}

  @keyframes slide-up-in {
  from {
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-up-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10%);
    opacity: 0;
  }
}

@keyframes slide-down-in {
  from {
    transform: translateY(-10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-down-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10%);
    opacity: 0;
  }
}  

/* ----------------Number that speaks----------------- */
.num_speaks{
  width: 66%;
height: 220px;
flex-shrink: 0;
border-radius: 20px;
background: linear-gradient(90deg, #094A9E 0%, #031A38 100%);
margin-left: 200px;
margin-top: -35px;
margin-bottom: 80px;
z-index: 20;
position: relative; 
display: flex;
flex-direction: row;
}
.num_speaks_text{
  width: 230px;
  color: #FFF;
font-family: "Maven Pro";
font-style: normal;
line-height: normal;
padding: 50px 10px 50px 20px;
}
.num_speaks_text p{
 font-size: 12px;
}
.num_speaks_line{
  width: 1.5px;
height: 50px;
background-color: #FFF;
margin-top: 30px;
}
.num_container{
  display: flex;
  flex-direction: row;
 
}
.members{
 display: flex;
 flex-direction: row;
 gap: 10px;
 margin-left: 25px;
 padding-top: 60px;
}
.mem_text {
  color: #FFF;
font-family: "Maven Pro";
font-style: normal;
font-weight: 600;
line-height: normal;
}
.mem_text h2{
  font-size: 40px;
  opacity: 10%;
  transition: opacity 1s ease, transform 1s ease; 
  transform: scale(0.9); 
}
.mem_text p{
  font-size: 12px;
  margin-top: -20px;
}

.mem_text h2.active {
  opacity: 1; 
  transform: scale(1); 
}

/* ----------------Our Events----------------- */
.events {
  background-color: #FFF;
  position: relative;
  padding: 40px 0; 
}

.events h2 {
  font-family: Gulzar;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(180deg, #094A9E 0%, #031A38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 30%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 1; 
}

.line_circle_left {
  position: absolute;
  top: 20%; 
  left: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transform: translateY(-50%); 
}

.line_circle_right {
  position: absolute;
  top: 120%; 
  right: 0; 
  display: flex;
  flex-direction: row;
  gap: 10px;
  transform: translateY(-50%); 
}

.line_left, .line_right {
  width: 355px;
  height: 7px;
  flex-shrink: 0;
}

.circle_left, .circle_right {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 25px;
  margin-top: -5px;
}

.line_left, .circle_left {
  background: linear-gradient(90deg, #094A9E 0%, #031A38 100%);
}

.line_right, .circle_right {
  background: linear-gradient(90deg, #031A38 0%, #094A9E 100%);
}
.events_container{
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  gap: 1.5%;
  padding-bottom: 40px;
}

.events_container1{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.events_container3{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.event img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; 
  transition: all 0.3s ease;
}


.event::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1; 
}


.event::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 5;
  opacity: 1; 
  transition: opacity 0.3s ease; 
}


.event:hover::after {
  /* opacity: 0 !important;  */
  display: none;
}


.event:hover img {
  transition: height 0.3s ease, width 0.3s ease;
}


.event-text {
  position: absolute;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  z-index: 3;
  top: 20px; 
  max-height: 100%; 
  overflow: hidden; 
  text-overflow: ellipsis;
}


.event.event1 .event-text,
.event.event5 .event-text{
  left: 15%; 
}

.event.event2 .event-text,
.event.event4 .event-text{
  left: 1%; 
  right: 15%;
}

.event.event3 .event-text{
  top: 100px !important;
  left: 15%; 
  right: 15%;
}
.event.event3 .event-text p{
  -webkit-line-clamp: 10 ;
}
.event.event3:hover .event-text  {
  margin-top: -70px;
}
.event.event3:hover .event-text p{
  margin-top: -50px;
}
.event.event3 .event-text h3{
  text-align: center !important;
  margin-bottom: 50px;
}
.event.event3 .event-text p {
  margin-bottom: 0;
  transition: margin-top 0.3s ease; 
}

.event-text h3 {
  font-family: Gulzar;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0; 
  text-align: left;
}

.event-text p {
  font-family: "Maven Pro";
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event:hover .event-text p {
  -webkit-line-clamp: unset; 
  height: auto;
  overflow: visible;
  text-overflow: unset; 
}

.event.event1 img {
  transition: height 0.3s ease, width 0.3s ease; 
}

.event.event2 img {
  transition: height 0.3s ease, width 0.3s ease; 
}

.event.event2 p {
  opacity: 1;
  transition: opacity 0.3s ease; 
}


.event.event1:hover img {
  height: 390px; 
}

.event.event1:hover ~ .events_container1 .event.event2 img {
  height: 71px; 
}

.event.event1:hover ~ .events_container1 .event.event2 p {
  opacity: 0; 
}


.read_more{
  border: 2px solid #FFF;
  color: #FFF;
  background-color: transparent;
  cursor: pointer;
  padding: 5px;
  margin-top: 10px;
  transition: all 0.3s ease;
  /* position: absolute; */
}

.read_more:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); 
  border-color: #FFF; 
}
.event.event1 .read_more,
.event.event4 .read_more{
  margin-left: 73%;
}

.event.event2 .read_more,
.event.event5 .read_more{
  margin-right: 73%;
}

/* ---------------- Gallery ----------------- */

.gallery {
  background-color: #FFF;
  position: relative;
  padding: 40px 0;
}

.gallery h2 {
  font-family: Gulzar;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(180deg, #094A9E 0%, #031A38 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery .line_circle_left {
  position: absolute;
  top: 20%; 
  left: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transform: translateY(-50%);
}

.gallery .line_circle_right {
  position: absolute;
  top: 120%; 
  right: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transform: translateY(-50%);
}

.gallery .line_left, .gallery .line_right {
  width: 355px;
  height: 7px;
  flex-shrink: 0;
}

.gallery .circle_left, .gallery .circle_right {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 25px;
  margin-top: -5px;
}

.gallery .line_left, .gallery .circle_left {
  background: linear-gradient(90deg, #094A9E 0%, #031A38 100%);
}

.gallery .line_right, .gallery .circle_right {
  background: linear-gradient(90deg, #031A38 0%, #094A9E 100%);
}

.link_btn{
  position: absolute;
  margin-top: 40px;
  right: 20px;
  text-align: end;
  text-decoration: none;
  color: #1a1a99;
  font-size: 16px;
  margin-right: 10px;
}
.gallery_img {
  margin-top: 80px;
  /* margin-bottom: 80px; */
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 360px;
}

.gallery_img img {
  width: 400px;
  height: 360px;
  flex-shrink: 0;
  pointer-events: none; 
}


.gallery_img:hover img {
  pointer-events: auto; 
}

/* ---------------- Donation ----------------- */

.donation{
  background-color: #FFF;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 200px;
}
.donation_left {
  
  color: #094A9E;
font-family: Marcellus;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.donation_left h3{
  margin-left: 120px;
font-size: 32px;
}
.donation_left p{
  margin-left: 120px;
  font-size: 16px;
  margin-top: 20px;
  }
.donation_line{
  width: 323px;
height: 1px;
flex-shrink: 0;
background: #094A9E;
margin-top: 10px;
}
.donation_right p{
  color: #094A9E;
text-align: center;
font-family: Marcellus;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.donation_right .Donate_btn{
  margin-left: 100px;
}

/* ---------------- Contact Us ----------------- */
.contact_us {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  background: linear-gradient(96deg, #094A9E 2.24%, #031A38 82.77%);
}

.contact_elements {
  display: flex;
  flex-direction: row;
  gap: 2%;
  width: 80%; 
  max-width: 1200px; 
  justify-content: space-between; 
  margin: 0 auto;
  padding: 0 2%;
}
.usefull_links{
  display: flex;
  flex-direction: row;
}
.logo_note {
  padding-top: 80px;
}


.logo_note p {
  text-align: justify;
  width: 300px;
  color: #FFF;
  font-family: Gulzar;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.usefull_links_head h3 {
  color: #FFF;
  font-family: Gulzar;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 40px;
}

.contacts {
  margin-left: 2%;
}

.contacts h3 {
  color: #FFF;
  font-family: Gulzar;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -4px;
}

.usefull_links {
  margin-top: -60px;
}

.usefull_links li {
  list-style: none;
  color: #FFF;
  font-family: Gulzar;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.set {
  display: flex;
  align-items: center;
  gap: 2%;
  color: #FFF;
  margin-top: 10px;
}

.set i {
  height: 20px;
  width: 20px;
}

.set p {
  line-height: 1.5;
  font-family: Gulzar;
  font-size: 14px;
}

.loc i {
  margin-top: -18px;
}

.copy_right {
  width: 70%;
  height: 3px;
  flex-shrink: 0;
  background-color: #FFF;
  margin-left: calc(15%);
}

.Copyright_text {
  color: #FFF;
  text-align: center;
  font-size: 12px;
}






