@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

 .Small_header {
  font-family: "DM Serif Text", serif; !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #003468 !important;
  font-size: clamp(22px, 2vw, 26px) !important; /* Responsive font */
  margin-top: 25px !important;
}

.linkedin-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
}

.linkedin-icon {
  width: 40px; /* Adjust size */
  height: 40px;
  transition: transform 0.3s ease-in-out;
}

.linkedin-icon:hover {
  transform: scale(1.1);
}
.linkedin-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
}

.linkedin-icon {
  font-size: 40px; /* Increase size */
  font-weight: bold; /* Make it bold */
  color: #0077B5; /* LinkedIn blue */
  transition: transform 0.3s ease-in-out;
}

.linkedin-icon:hover {
  transform: scale(1.2);
  color: #005582; /* Darker blue on hover */
}

.img{
    height: 160px !important;
    width: 160px !important;
    max-height: 100%;
    max-width: 100%;
    margin-left: -24px !important;
    display: block;
}
.agaaz{
    font-family: 'Times New Roman', sans-serif;
    font-size: 55px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-left: -7rem;
    margin-top: 23px !important;
    color: #94AA52;
}

#carouselExampleCaptions {
  height: 400px;
}

#carouselExampleCaptions .carousel-inner,
#carouselExampleCaptions .carousel-item,
#carouselExampleCaptions .carousel-item img {
  height: 100%;
  object-fit: cover;
}



.national{
    font-family: 'Times New Roman', sans-serif;
    font-size: 45px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-top: 15px;
    color:#033537;
}
.together{
    text-align: left !important;
    margin-left: -7rem;
    font-size: 17px;
    margin-top: -8px;
}
.govt{
    text-align: left !important;
    margin-left: -7rem;
    font-size: 9px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none solid rgb(142, 142, 142) !important;
    background-color: #FFF;
}
.Text-warning{
  font-family:"Josefin Sans", serif !important;
    color:#000 !important;
    font-size: 26px;
    font-weight: 600;
    margin-top: 25px;
}
.Text-warningg{
  font-family:"Josefin Sans", serif;
    color:black !important;
    font-size: 34px;
    font-weight: 600;
}
.paragraph_2{
  margin-left: 4rem;
}

.paragraph_1{
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
}
.paragraph_3{
    font-size: 17px !important;
    font-weight: 700;
}
.imgs{
    height: 105px;
    width: 75px;
}
.bi{
    border-radius: 50%;
    
}
.active{
    color: #D5DEDE !important;
}


.icons{
    height: 123px;
    width: 75px;
    max-width: 100%;
    margin-top: 1rem;
}
.text_1{
    background-color:#2971B2;
}
.textt_1{
    /* text-align: center; */
    background-color:#2971B2;
    text-decoration-color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.mission{
  text-align: center;
  background-color:#2971B2;
  text-decoration-color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 17px;
  font-weight: 500;
}
.pakeezah{
  text-align:start;
  background-color:#2971B2;
  text-decoration-color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}
.images{
    height: 424px;
    width: 100%;
    margin-top: 21.9%;
    /* position: absolute; */
    transform: translateY(-6%);
    /* right:4% !important; */
}
.navv{
  margin-left:10rem;
 }
.xyz{
  margin-left:10rem;
 }
 .nav-link {
  font-size: 14px;
  color: #FFF; /* Default color for links */
  transition: color 0.3s ease; /* Smooth transition effect */
}
 .nav-link:hover {
  color: #FFF; /* Default color for links */
  transition: color 0.3s ease; /* Smooth transition effect */
}
/* Hover effect for red color */
.all:hover {
  color: #E75748 !important;
}
.modern-toggler {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #033537; /* Main background color */
  border-radius: 10px; /* Rounded edges */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-toggler:hover {
  transform: scale(1.1); /* Slightly enlarge on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow */
}

.toggler-icon {
  display: flex;
  flex-direction: column;
  gap: 5px; /* Space between lines */
}

.toggler-icon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: white; /* Line color */
  border-radius: 2px;
  transition: all 0.3s ease;
}

.modern-toggler[aria-expanded="true"] .toggler-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); /* Top bar turns into part of "X" */
}

.modern-toggler[aria-expanded="true"] .toggler-icon span:nth-child(2) {
  opacity: 0; /* Hide middle bar */
}

.modern-toggler[aria-expanded="true"] .toggler-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); /* Bottom bar turns into part of "X" */
}





.cardd_1{
    background-color:#F3C242;
    height: 440px !important;
    width: 450px !important;
    border-radius: 0;
    border: none;
    margin-left: 2.2rem;  
}

.social_icons{
    text-decoration: none;
}


.text_2{
    text-align: start;
    font-weight: 600;
    line-height: 56px;
    font-size: 40px;
    color: #212529;
}
.text-2{
    text-align: center;
    font-family: Cairo, sans-serif;
    
}


.image-hover-container {
  position: relative;
  overflow: hidden;
}

.images_1 {
  width: 100%;
  transition: filter 0.3s ease;
}

.images_1:hover {
  filter: brightness(70%);
}

.hover-text {
  position: absolute;
  bottom: 10px; /* Position the text at the bottom */
  left: 0;
  right: 0;
  text-align: center; /* Center the text horizontally */
  color: #FDCE2E; /* Yellow text color */
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 2px black; /* Optional: Add shadow for better visibility */
  white-space: nowrap; /* Ensure the text stays in one line */
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Add ellipsis if text overflows */
}

.image-hover-container:hover .hover-text {
  opacity: 1;
}
.bg-dark-overlay {
  position: relative;
}

.bg-dark-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity for darkness */
  z-index: 1;
}
.families{
  font-size: 18px;
  font-weight: 500;
}
.reached{
  font-size: 30px;
  font-weight: 600;
}
.famili{
  font-family: "Josefin Sans", serif;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background-color: #1cc7d0;
  border: #1cc7d0;
}
.famili:hover {
 background-color: #FFC168;
 border:#FFC168;
 color: #000 !important;
}
.familii{
  font-family: "Josefin Sans", serif;
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  margin-top: 10px;
  background-color: #1cc7d0;
  border: #1cc7d0;
}
.familii:hover {
  background-color: #FFC168;
  border:#FFC168;
  color: #000 !important;


 }

.images_1{
    width: 400px;
    height: 395px;
    max-width: 100%;
}
.images_2{
    width: 340px;
    height: 390px;
    max-width: 100%;
}

.row_1{
    background-color: #F3C242;
    text-decoration: aliceblue;
    text-align: justify;
    text-align: left;
}
.col-md-2{
    text-decoration-color: white;
    /* background-color: black; */
    text-decoration: aliceblue;
    
}
.cardd{
  background-color: #ffc168;
  border-bottom-right-radius: 20px ;
  border-top-left-radius: 20px ;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  
}
.card-text{
    font-weight: 500;
    font-size: 17px;
}

.carddd{
    background-color: #F3C242;
    height: 307px;
    width: 312px;
    border-radius: 50%;
    position: relative;
}

.images_3 {
    position: absolute; /* Allows precise positioning */
    top: 0; /* Aligns to the top */
    right: 0; /* Aligns to the right */
    width: 300px; /* Adjust image size as needed */
    height: 300px; /* Maintains aspect ratio */
    border-radius: 50%; /* Optional: Makes the image circular */
    transform: translate(-5%, 0%); /* Adjusts position slightly for a better look */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow effect */
    cursor: pointer;
    transition: filter 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}
.images_3:hover {
  filter: brightness(0.7); /* Makes the image darker */
  opacity: 0.9; /* Optional: Slightly lowers opacity */
}
.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* Adjust size */
  height: 40px; /* Adjust size */
  border: 1px solid #636363; /* Border color */
  border-radius: 50%; /* Makes it circular */
  text-align: center;
  color: #00467F; /* Icon color */
  transition: all 0.3s ease; /* Smooth transition */
  margin: 20px 5px 0px 40px; /* Spacing between icons */
  margin-left: 0px;
}

.card-link i {
  font-size: 18px; /* Icon size */
}

.card-link:hover {
  background-color: #3369e7 !important; /* Background color on hover */
  color: #fff; /* Icon color on hover */
  border-color: #3369e7 !important; /* Border color on hover */
}
.facebook_1 h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.facebook_1 iframe {
  border-radius: 8px; /* Optional: adds rounded corners to the video */
}

.video-description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: justify;
}
.video-box {
  border: 1px solid #ddd;
  padding-top: 30px !important;
  padding: 20px;
  background-color: #f9f9f9;
  margin-top: -2rem !important;
}

.video-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Limit to 6 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 150px; /* Adjust based on line height */
}

.video-description.expanded {
  -webkit-line-clamp: unset; /* Remove line limit */
  max-height: none; /* Allow full height */
}

.see-more-btn {
  display: block;
  color: #00467F;
  text-decoration: none;
  margin-top: -20px !important;
  margin-left: -10px;
  cursor: pointer;
}

.see-more-btn:hover {
  text-decoration: underline;
}

.video-actions {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 16px;
}

.action-icon {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.action-icon:hover {
  color: #007bff;
}

.action-icon i {
  font-size: 18px;
}
.story-causes {
  /*background-image: url('https://agaazinternational.org/wp-content/uploads/2023/03/20201025_121559-scaled.jpg');*/
  background-size: cover;  /* Ensure the image covers the whole section */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat;  /* Prevent the image from repeating */
  padding: 2rem;  /* Adjust the padding as per your needs */
  color: white;  /* Adjust text color for readability */
  height: 400px;
  position: relative;  /* To position the overlay */
}

.story-causes .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);  /* Black overlay with 50% opacity */
  border-radius: 10px;  /* Ensure the overlay has rounded corners */
  z-index: 1;  /* Ensure the overlay is above the background but below content */
}

.text-2 {
  position: relative;  /* Make sure the text is above the overlay */
  z-index: 2;
  margin-top: -30px;
}

.picc {
  width: 100%; /* Ensures it takes the full width of its container */
  height: 400px; /* Maintains the aspect ratio */
  object-fit: cover; /* Ensures the image looks well-fitted in its container */
}

.tonn{
  border-radius: 30px;
  font-family: Josefin Sans, serif;
  padding: 7px 20px 7px 20px;
  background-color: #003666;
  border: #1cc7d0;
}
.tonn:hover{
  border:#007CC0;
  background-color:#007CC0;
  color: white;
}
.card_1{
    width: 284px;
    height: 209px;
    margin-top: -5rem;
    margin-left: 6rem;
    border-radius: 18px;
}
.head_1{
    color: black;
    font-family: "Oswald", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem; 
}
.head_2{
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
    font-family: Josefin Sans, serif;
    text-decoration: none solid rgb(0, 70, 127);  
    color: #00467F !important;  
}

.like-1{
    height: 50px;
    width: 25px;
    margin-top: 3rem;
}
.align_items_center{
    justify-content: center !important;
    align-self: center !important;
    align-content: center !important;
    margin-left: 10rem !important;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* text-decoration: none solid rgb(68, 68, 68); */
}

.navbar_1 {
    background-color:#033537 !important;

}

.nav-link{
    color: #D5DEDE;
    text-decoration-color: #D5DEDE;
    text-size-adjust: 6px;
    margin-top: 5px;
    font-family: Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: 700; 
    position: inline-block;
    text-decoration: none solid rgb(255, 255, 255);
}

.para_1{
    background-color: #94AA52;
    text-align: center;
    height: 40px;
}
.para_2{
    line-height: 18px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal !important;
    margin-top: 10px;
    
}
/* Style for the container */
.para_7 {
  /* background-color: #1b4d37; */
  margin-top: 0.2rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for a soft effect */
  font-family: Josefin Sans, serif;
  position: relative;
  overflow: hidden;
  line-height: 1px;
}

/* Text styling for marquee */
.text_marquee {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 12px 0;
}
.text_marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Highlighted text */
.highlight {
  font-weight: bold;
  color:#fff;
}



/* Add animation to the marquee for smooth scrolling */


/* Define marquee animation */
@keyframes marqueeAnimation {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.btn-primary-1{
    background-color: #003666 !important;
    border-radius: 2px !important;
    border: 1px solid #003666;
    color: white;
    font-weight: 500;
    top: 16%;
    left: 67%;
    padding: 4px 16px;
    font-size: 14px; 
    margin-top: 5px;
}
.btn-primary-1:hover{
    background-color: #00467F !important;
}
.icons_11{
    border-radius: 50% !important;
}

.text_5{
    text-align: center;
    font-family: "Josefin Sans", serif;
    margin-top: 3rem;
}
.textt_5{
    text-align: center;
    color: #000 !important;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 600;
    font-family: "Josefin Sans", serif;
  }
.text_6{
    text-align: left;
    
    
}

.facebook-icon {
    color: #3b5998; /* Facebook Blue */
  }
  .youtube-icon {
    color: #FF0000; /* YouTube Red */
  }
  .whatsapp-icon {
    color: #25D366; /* WhatsApp Green */
  }
  .instagram-icon {
    color: #E4405F; /* Instagram Pink */
  }

  .icons {
    font-size: 25px; /* Adjust icon size */
    transition: transform 0.3s; /* Smooth animation */
  }

  .icons:hover {
    transform: scale(1.2); /* Slight zoom on hover */
  }

  .text_marquee{
    padding-top: 20px;
  }

  .btn-primary-2{
    color: white;
    background-color: #003666;
    height: 40px;
    width: 100px;
    font-size: 13px;
    font-weight: 700;
    margin-left: -25rem;
  }
  .btn-primary-2:hover {
    background-color: #007cc0; /* Change background to red on hover */
    color: white; /* Ensure text remains white */
}
  .btn-primary-3{
    font-family: Josefin Sans, serif;
    background-color: #003666;
    color: white;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
  }
  .btn-primary-3:hover{
    background-color: #00467F !important;
    color: white;
  }
    
  .form_1{
    right: 100%;
  }
  .p-3_1 {
    color: white;
    background: repeating-linear-gradient(
        55deg,
        #F1BE3A, /* Medium shade of yellow-orange */
        #e0aa50 10px,
        #f3c978 10px, /* Soft light yellow */
        #f3c978 10px
    );
    height: 280px;
    width: 1000px;
    margin-left: 2rem;
    margin-top: 13rem;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Softer shadow for subtle effect */
}

  .btn-light{
    text-align: center;
    margin-left: 29rem;
    font-family: 'Merriweather', serif !important;
    margin-top: -5rem;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
  }
  .btn-light:hover{
    background-color: #007CC0 !important;
    color: white;
    border: #007CC0;
  }
  .img-10{
    margin-right: 3rem;
    text-align: right;
    height: 600px;
    /* width: 322px; */
    /* max-width: 100%; */
    margin-top: -26.7rem;
  }
  .img-10 img {
    margin-top: 4.6rem;
    width: 310px;  /* Set the desired width */
    height: 575px !important;  /* Maintain the aspect ratio */
    object-fit: contain;  /* Adjust how the image fits within the dimensions */
}

  .h_1{
    font-family: Josefin Sans, serif;
    font-weight: 500;
    margin-top: 3rem;
    margin-left: 2.5rem;
    word-spacing: 0px;
  }

  .p-3-2 {
    font-family: Josefin Sans, serif;
    border-radius: 25px;
    padding: 1rem;
    color: white;
    /* margin-top: 2rem; */
}

.map-container iframe {
    margin-top: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} 


  .namee{
    height: 32px;
    border-radius: 14px;
    font-size: 16px;
    font-family: serif;
  }
  .name{
    height: 200px;
    border-radius: 14px;
    font-size: 16px;
    font-family: serif;
    color: white !important;
  }
  .name::placeholder {
    color: white;
}

  textarea.form-control {
    color: #FFF; /* Ensure the text is visible */
    background-color: transparent !important; /* Make the background transparent */
    border: 1px solid #ccc; /* Optional: Add a light border for visibility */

}

textarea.form-control:focus {
    border-color: #f44336; /* Highlight border on focus */
    outline: none;
}
.submit {
    font-family: 'Merriweather', serif !important;
    background-color: #003666 !important; /* Yellow background */
    color: white;
    border: none;
    transition:background-color 0.3s ease; /* Smooth transition */
    padding: 10px 40px 10px 40px;
}
.become {
    font-family: 'Merriweather', serif !important;
    background-color: #003666;
    color: white;
    border: none;
    transition:background-color 0.3s ease; /* Smooth transition */
    padding: 10px 20px 10px 20px;
}

.submit:hover {
    background-color: #007cc0 !important; /* Red on hover */
    /* color: #000; */
}
.become:hover {
    background-color: #007cc0; /* Red on hover */
}

  @media (max-width: 576px) { /* Target devices with a screen width of 576px or less */
     
     .carousel-inner {
       height: 200px !important;
     }
     
    .para_1{
      background-color: #94AA52;
      text-align: center;
      height: 65px;
  }
    .xyz{
      margin-left: 0rem !important;
    }
    .navv{
      margin-left: 0rem !important;
    }
    .text_1 {
      padding: 1.5rem 0.5rem; /* Further reduce padding */
  }
  .textt_1 {
      font-size: 1.25rem; /* Smaller heading size for mobile */
  }
  .mission p, .pakeezah {
      font-size: 0.9rem; /* Adjust font size for mobile readability */
  }
  .btn.btn-primary-2.align_items_start {
    margin-left: -14rem; /* Apply left margin for mobile view */
}
.ddd {
  height: 850px !important; /* Set height to 800px on mobile */
}
.cardd {
  margin-left:30px !important;
  border-top-left-radius: 1rem;
}
.image-container{
  height: 390px !important;
  margin-top: 0px !important;
}
.story-causes {
  background-image: url('https://agaazinternational.org/wp-content/uploads/2023/03/20201025_121559-scaled.jpg');
  background-size: cover;  /* Ensure the image covers the whole section */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat;  /* Prevent the image from repeating */
  padding: 2rem;  /* Adjust the padding as per your needs */
  color: white;  /* Adjust text color for readability */
  height: 520px;
  position: relative;  /* To position the overlay */
}

}


@media (max-width: 992px) { /* Tablet and below */
  .text_1 {
      padding: 2rem 1rem; /* Adjust padding for smaller screens */
  }
  .textt_1 {
      font-size: 1.5rem; /* Reduce heading size */
      text-align: center; /* Center-align text on smaller screens */
  }
  .mission p {
      font-size: 1rem; /* Adjust paragraph font size */
  }
  .pakeezah {
      font-size: 1rem; /* Adjust list item font size */
      margin-bottom: 1rem; /* Add spacing between list items */
  }
  .imgg img {
    max-width: 80%; /* Scale down the logo for tablets */
}
.govt {
    font-size: 0.9rem; /* Adjust text size for better readability */
    margin-left: -5rem !important;
}
.together {
    font-size: 1.2rem; /* Adjust heading size */
    margin-left: -5rem !important;
}
.agaaz{
    margin-left: -5rem !important;
}
.social_icons {
    font-size: 1.2rem; /* Scale icons slightly */
}
.btn-primary {
    font-size: 0.9rem; /* Adjust button font size */
    padding: 0.5rem 1rem; /* Adjust button padding */
}
.cardd_1{
  background-color:#F3C242;
  height: 2oopx !important;
  width: 290px !important;
  border-radius: 0;
  border: none;
  margin-left:14px;  
}
.images {
  max-width: 100%;
  max-height: 100%;
  /* transform: translateY(0); */
  right: 0;
  margin-left:-10px;
}
      .quicks{
          margin-left:15rem;
      }
      .quicky{
          margin-left:15rem;
      }

}
/* Mobile Media Starts */
@media (min-width: 370px) and (max-width: 575px){
    .img {
    margin-left: 6rem !important;
    }
    .imgg{
      margin-bottom: -2rem;
    }
    .paragraph_2{
      margin-left: 0rem;
      margin-bottom: -2.5rem;
    }
    .agaaz {
    margin-left: 10px;
    font-size: 35px !important;
    }
    .govt{
      margin-left: 20px !important;
    }
    .national{
      font-size: 40px !important;
    }
    .paragraph_3 {
      font-size: 14px !important;
      margin-left:13rem !important;
    }
    .together{
      margin-left: -7rem;
    }  

    .navvv{
      margin-left:0rem !important;
    }

    .Text-warning {
      font-size: 18px;
    }
    .paragraph_1 {
      font-size: 10px;
    }
    .imgs {
      height: 122px;
      width: 75px;
      margin-left: 0;
      
    }
    .icons {
      height: 80px;
      width: 50px;
      margin-top: 0.5rem;
    }
    .text_1 {
      padding-top: 2rem;
      font-size: 10px;
    }

    .text_2 {
      font-size: 24px;
      line-height: 30px;
    }

    .images_1 {
        width: 100%;
        height: 97%;
        margin-bottom: 10px;
      }
    .images_2{
        width: 100%;
       height: auto;
    }
    .row_1 {
      height: auto;
      text-align: center;
    }
    .carddd {
      height: 310px !important;
      width: 300px !important;
      border-radius: 50%;
      margin-bottom: 20px !important;
    }
    .card_1 {
      width: 80%;
      height: auto;
      margin-left: 0;
    }
    .head_1 {
      font-size: 24px;
      margin-top: 0.5rem;
    }
    .head_2 {
      font-size: 12px;
    }
    .like-1 {
      height: 30px;
      width: 15px;
    }
    .align_items_center {
      margin-left: 0 !important;
    }
    .navbar_1 {
      text-align: center;
    }
    .btn-primary-3 {
      font-size: 10px;
    }
    .p-3_1 {
      height: 550px;
      width: 100%;
      margin-left: 0;
      margin-top: 5rem;
      border-radius: 15px;
    }
    .img-10 img {
      margin-top: 19.1rem !important;
      width: 310px;  /* Set the desired width */
      height: 575px !important;  /* Maintain the aspect ratio */
      object-fit: contain;  /* Adjust how the image fits within the dimensions */
  }
  .btn-light{
    text-align: center;
    margin-left: 5rem;
    font-family: Josefin Sans, serif;
    margin-top: 3.5rem;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
  }
    .h_1 {
      /* font-size: 24px; */
      margin-left: 0;
    }
    .picc {
      margin-bottom: 1rem; /* Adds space below the image on mobile */
  }
  .quicky{
    margin-left: 3.5rem !important;
  }
  .agaazinternationall{
    margin-left: -2rem !important;
  }
  }
  /* Mobile Media ends */

  .counter {
    font-size: 2rem; /* Adjust font size */
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.btn-modern {
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.btn-modern:hover {
    transform: translateY(-3px); /* Lift effect */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); /* Deeper shadow */
}

.btn-modern:focus {
    outline: none;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

  .text_0 {
    text-align: center;
}

.text_5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.textt_5 {
    font-size: 1rem;
    color: #000 !important;
    margin-bottom: 2rem;
}

.images_2 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cardd {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 10px;
    margin-top: -2rem ;
}

.card-title {
    font-size: 1.25rem;
}

.card-text {
    font-size: 0.9rem;
}

.btn-primary-3 {
    background-color: #007bff;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary-3:hover {
    background-color: #0056b3 !important;
    color: #fff;
}

@media (max-width: 768px) {
    .text_5 {
        font-size: 1.25rem;
    }

    .textt_5 {
        font-size: 0.9rem;
    }

    .cardd {
        margin-left: 0 !important;
        margin-top:-1rem !important;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-text {
        font-size: 0.85rem;
    }

    .btn-primary-3 {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}
  /* Tablet Media Starts */
@media (min-width: 769px) {
  .img {
    height: 200px;
    width: 200px;
    margin-left: -4rem;
  }
  /* .agaaz {
    margin-left: -8rem;
    margin-top: 2rem;
  } */
  .Text-warning {
    font-size: 26px;
  }
  .paragraph_1 {
    font-size: 12px;
  }
  .paragraph_3 {
    font-size: 17px !important;
  }
  .imgs {
    height: 100px;
    width: 70px;
    margin-top: 35px;
    margin-left: 6rem;
  }
  .icons {
    height: 123px;
    width: 75px;
    margin-top: 1rem;
  }
  .images {
    height: 424px;
    width: 430px;
    transform: translateY(-6%);
    right: 10.7% !important;
  }

  .text_2 {
    font-size: 40px;
    line-height: 56px;
  }

  .images_1  {
    width: 400px;
    height: 350px;
  }
  .images_2{
    width: 340px;
    height: 334px;
  }

  .cardd {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .carddd {
    height: 307px;
    width: 316px;
  }
  .card_1 {
    width: 284px;
    height: 209px;
    margin-left: 6rem;
  }
  .head_1 {
    font-size: 32px;
    margin-top: 1rem;
  }
  .head_2 {
    font-size: 14px;
  }
  .like-1 {
    height: 50px;
    width: 25px;
  }
  .align_items_center {
    margin-left: 10rem !important;
  }
  .navbar_1 {
    text-align: center;
  }
  .nav-link {
    font-size: 12px;
    margin-top: 5px;
  }
  .btn-primary-3 {
    font-size: 12px;
  }
  .p-3_1 {
    height: 280px;
    width: 1100px;
    margin-left: 48px;
    margin-top: 6rem;
    border-radius: 25px;
  }
  .h_1 {
    font-size: 33px;
    margin-left: 2.5rem;
  }

}

    .counter {
        font-size: 32px;
        /* font-weight: bold; */
        margin-bottom: 10px;
        text-align: center;
    }
    
    /* Make the images responsive */
   .images {
    width: 100%;  /* Ensure image takes up full width of its container */
    height: auto; /* Maintain aspect ratio */
}

/* On very small screens, ensure image fits well */
@media (max-width: 480px) {
    .images {
        width: 100%;  /* Image will be 100% width on smaller screens */
    }
}
   /* Make the images responsive */
   .imagess {
    width: 100%;  /* Ensure image takes up full width of its container */
    height: auto; /* Maintain aspect ratio */
}

/* On very small screens, ensure image fits well */
@media (max-width: 480px) {
    .imagess {
        width: 100%;  /* Image will be 100% width on smaller screens */
    }
}



/* tablet Media ends */

footer {
  background:url(https://images.unsplash.com/photo-1634896382669-a1489b7c5287?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fGRhcmslMjBpbWFnZXxlbnwwfHwwfHx8MA%3D%3D);
  /* Darker background for bottom section */
  color: white;
  padding: 0 1rem; /* Add horizontal padding to avoid the content touching edges */

}
.img_1{
  margin-left: 2rem;
}

.head{
  color: #F1BE3A ;
}

footer .quick_links h5 {
  font-size: 1.2rem;
  font-family: 'Merriweather', serif !important;
  font-weight: bold;
  margin-bottom: 1rem;
}

footer .nav-item a {
  font-family: 'Merriweather', serif !important;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}



footer .nav-link {
  padding: 0.25rem 0;
}

footer .bottom-footer {
  /* background:url(https://images.unsplash.com/photo-1732881280855-1903612a7d68?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) #333; Darker background for bottom section */
  padding-top: 2rem;
  padding-bottom: 1rem;
}

footer .footer-bottom-text {
  font-family: 'Merriweather', serif !important;
  font-size: 0.9rem;
}

footer .footer-link {
  font-family: 'Merriweather', serif !important;
  color: #F1BE3A; /* Yellow link color */
}

footer .footer-link:hover {
  text-decoration: underline;
}

.foot{
  color: white !important;
  font-weight: 300;
}

footer .quick_links {
  display: flex;
  flex-direction: column;
}

footer .bi {
  font-size: 1.2rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  footer .row {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  footer .col-md-3 {
      margin-bottom: 1.5rem;
      width: 100%;
  }

  footer .quick_links {
      margin-top: 1rem;
  }

  footer .bottom-footer {
      padding: 1rem;
  }

  footer .footer-bottom-text {
      font-size: 0.8rem;
  }

  footer .bi-arrow-up-circle-fill {
      font-size: 2rem;
      position: fixed;
      bottom: 20px;
      right: 20px;
      cursor: pointer;
  }
}

@media (max-width: 576px) {
  footer .quick_links h5 {
      font-size: 1rem;
  }

  footer .nav-item a {
      font-size: 0.85rem;
  }

  footer .footer-bottom-text {
      font-size: 0.75rem;
  }
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-link {
    color: #495057;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    background-color: #f3c342;
    color: #fff;
}

.nav-link.active {
    /* Highlight color */
    color: white;
    /* Text color when highlighted */
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #f3c342 !important;
    color: #000;
}

.card:hover .btn {
    background-color: #003666;
    color: white;
    border: #003666 !important;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.btn-light:hover {
    background-color: #2dde98;
    color: white;
}

.btn-primary:hover {
    background-color: #007cc0 !important;
    border: #007cc0;
    color: white;
}

.carousel-inner img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.btn-primary {
    background-color: #003666;
    border: #003666;
}

.btn-primary:hover {
    background-color: #007cc0;
}

.carousel-caption {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.carousel-caption .btn {
    margin-top: 10px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #007bff;
    /* Change to your desired active color */
}

.dot:hover {
    background-color: #0056b3;
    /* Change to your desired hover color */
}

@media (max-width: 576px) {

    /* Increase the height of the background image in mobile view */
    .team-background {
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        /* Disable fixed attachment in mobile */
        background-color: rgba(0, 0, 0, 0.5);
    }

    .img-mobile {
        height: 300px;
        /* Increase the image height on mobile */
        width: 300px;
    }

    .card_1,
    .carddd {
        display: flex;
        flex-direction: row;
        /* Display the card and image in a row */
        align-items: center;
    }

    .card_1 .card-body,
    .carddd .card-body {
        flex: 1;
    }

    .carousel-inner img {
        /* height: 240px;
        width: auto;
        object-fit: cover;
    } */

    .team {
        margin-left: 10px;
    }
}

.team-background {
    background-image: url('https://agaazinternational.org/wp-content/uploads/2023/03/IMG-20200423-WA0013.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    /* Disable fixed attachment in mobile */
    background-color: rgba(0, 0, 0, 0.5);
}

.video-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 3rem;
    transition: max-height 0.3s ease, white-space 0.3s ease;
}

.video-description.expanded {
    white-space: normal;
    max-height: none;
}



/* ################################ recent.css  ###################################*/


/* Mobile - Screen width up to 576px */
@media (max-width: 576px) {
  .text_center {
    position: relative;
    transform: translateY(-200%) !important;
  }

  .text_center-p {
    color: brown;
  }

  .lead {
    font-size: 12px; /* Smaller font size for readability */
  }

  .your {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    height: auto; /* Adjust height for smaller screens */
    width: 100%; /* Full width for mobile */
    text-decoration: none;
    background-color: #ffffff;
    cursor: pointer;
  }

  .your:hover {
    color: #e74c3c;
  }

  .btn-outlinee-danger {
    border-radius: 0;
    border: 1px solid #AAAAAA !important;
    color: #AAAAAA;
  }

  .btn-outlinee-danger:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #e74c3c;
  }

  p a {
    color: #AAAAAA;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  p a:hover {
    color: #E74C3C;
    text-decoration: none;
  }

  .carousel-inner {
    height: 530px;
  }
}

/* Tablet - Screen width between 577px and 768px */
@media (min-width: 577px) and (max-width: 768px) {
  .text_center {
    position: relative;
    transform: translateY(-300%) !important;
  }

  .text_center-p {
    color: brown;
  }

  .lead {
    font-size: 14px; /* Slightly larger for tablets */
  }

  .your {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    height: auto;
    width: 480px; /* Adjusted for tablet screens */
    text-decoration: none;
    background-color: #ffffff;
    cursor: pointer;
  }

  .your:hover {
    color: #e74c3c;
  }

  .btn-outlinee-danger {
    border-radius: 0;
    border: 1px solid #AAAAAA !important;
    color: #AAAAAA;
  }

  .btn-outlinee-danger:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #e74c3c;
  }

  p a {
    color: #AAAAAA;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  p a:hover {
    color: #E74C3C;
    text-decoration: none;
  }

  .carousel-inner {
    height: 400px !important;
  }
}

/* Laptop - Screen width between 769px and 1200px */
@media (min-width: 769px) and (max-width: 1200px) {
  .text_center {
    position: relative;
    transform: translateY(-400%) !important;
  }

  .text_center-p {
    color: brown;
  }

  .lead {
    font-size: 15px;
  }

  .your {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    height: auto;
    width: 520px;
    text-decoration: none;
    background-color: #ffffff;
    cursor: pointer;
  }

  .your:hover {
    color: #e74c3c;
  }

  .btn-outlinee-danger {
    border-radius: 0;
    border: 1px solid #AAAAAA !important;
    color: #AAAAAA;
  }

  .btn-outlinee-danger:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #e74c3c;
  }

  p a {
    color: #AAAAAA;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  p a:hover {
    color: #E74C3C;
    text-decoration: none;
  }

  .carousel-inner {
    height: 400px !important;
  }
}

/* Desktop - Screen width above 1200px */
@media (min-width: 1201px) {
  .text_center {
    position: relative;
    transform: translateY(-400%) !important;
  }

  .text_center-p {
    color: brown;
  }

  .lead {
    font-size: 16px;
  }

  .your {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    height: 65px;
    width: 560px;
    text-decoration: none solid rgb(68, 68, 68);
    background-color: #ffffff;
    cursor: pointer;
  }

  .your:hover {
    color: #e74c3c;
  }

  .btn-outlinee-danger {
    border-radius: 0;
    border: 1px solid #AAAAAA !important;
    color: #AAAAAA;
  }

  .btn-outlinee-danger:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #e74c3c;
  }

  p a {
    color: #AAAAAA;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  p a:hover {
    color: #E74C3C;
    text-decoration: none;
  }

  .carousel-inner {
    height: 500px !important;
  }
}}