.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 */
}

.carousel-caption {
  font-family: Josefin Sans, serif;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;  /* Optional: Set text color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Optional: Add shadow for text visibility */
  text-align: center;
}



  
  
  /* Row Styling */
.button-row {
    margin-top: 20px; /* Add spacing above the row if needed */
    display: flex; /* Ensure equal spacing */
    align-items: center; /* Center buttons vertically */
  }
  
  /* Button Styling */
  .custom-btn {
    background-color: #2971B2; /* Bootstrap primary blue */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 90px 15px 90px;  
  }
  /* Button Styling */
  .custom-btnn {
    background-color: #F16E47; /* Bootstrap primary blue */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 100px 15px 100px !important;
    /* margin-left: -4rem; */
  }
  /* Button Styling */
  .custom-btnnn {
    background-color: #3be8b0; /* Bootstrap primary blue */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 90px 15px 90px !important;
  }
  
  /* Button Hover Effect */
  .custom-btn:hover {
    background-color: #6EC1E4; /* Darker blue on hover */
  }
  .custom-btnn:hover {
    background-color: #FDCE2E; /* Darker blue on hover */
  }
  .custom-btnnn:hover {
    background-color: #EE70A6; /* Darker blue on hover */
  }
  
  /* Button Focus Effect */
  .custom-btn:focus {
    outline: none;
    box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.5); /* Highlight focus */
  }
    /* Button Styling */
    .custom-btns {
        background-color: #EE70A6; /* Bootstrap primary blue */
        color: white;
        border: none;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.2s;
        padding: 15px 90px 15px 90px !important;
        margin-left: 7rem;
      }
    .custom-btnns {
        background-color: rgb(243, 135, 3); /* Bootstrap primary blue */
        color: white;
        border: none;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.2s;
        padding: 15px 90px 15px 90px !important;
      }
      .custom-btns:hover {
        background-color: #4D7AA1; /* Darker blue on hover */
      }
      .custom-btnns:hover {
        background-color: #6EC1E4; /* Darker blue on hover */
      }
    
 /* Button Styling */
  .custom-bttn {
    background-color: rgb(253, 203, 46); /* Bootstrap primary blue */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 90px 15px 90px !important;
  }
  /* Button Styling */
  .custom-bttnn {
    background-color: rgb(12, 185, 193); /* Bootstrap primary blue */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 100px 15px 100px !important;
  }
  /* Button Styling */
  .custom-bttnnn {
    background-color: rgb(108, 173, 223); /* Bootstrap primary blue */
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 90px 15px 90px !important;
  }
    /* Button Hover Effect */
    .custom-bttn:hover {
        background-color: #F85A40; /* Darker blue on hover */
      }
      .custom-bttnn:hover {
        background-color: #2971B2; /* Darker blue on hover */
      }
      .custom-bttnnn:hover {
        background-color: #F16E47; /* Darker blue on hover */
      }      
      .carousel-textt {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 2;
      }
      .carousel-imgs img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 500px;
        filter: brightness(70%);
      }
      .card-body-centered {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 134px;
        width: 100%;
      }
      .card {
        width: 18rem;
        background-color: white;
        margin: 0 auto; /* Centers the card horizontally */
      }
      
      .card-body {
        height: 134px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color:#444444;
      }
      .cardd_body {
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color:#444444;
      }
      
    .btn-light{
      font-family: "Raleway", serif;
      background-color: #FCB429;
      border: 1px solid #FCB429;
      padding: 20px 20px 20px 20px;
      height: 61px;
      font-size: 17px;
    }
    .white-text {
      color: white;
      text-decoration: none;
    }
    .white-text:hover {
      color: white;
    }
    .whitee-text {
      color: #fff;
      text-decoration: none;
    }
    .white-text:hover {
      color: white !important;
    }
    
    .btn-light:hover{
      background-color:#FDCE2E;
    }
    .btn-lightt{
      font-family: "Raleway", serif;
      background-color:transparent;
      border: 2px solid #FCB429;
      margin-left: -6px;
      padding: 10px 15px 10px 15px;
      height: 61px;
      /* width: 129px; */
      font-size: 17px;
    }
    .btn-lightt:hover{
      background-color:#FDCE2E;
    }

    .carousel-itemm img {
      filter: brightness(70%);
      height: 450px;
    }
      
    .carousel-captionn {
      position: absolute;
      font-family: Josefin Sans, serif;
      top: 25%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;  /* Optional: Set text color */
      text-align: center;
    }


    .separator {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 52.5%;
      transform: translateX(-50%);
      border-left: 3px dotted #61CE70;
      width: 0;
    }
    
    .tick-mark {
      position: absolute;
      top: 0px;
      left: 0%;
      transform: translateX(-50%);
      background-color: #61CE70;
      color: white;
      font-size: 30px;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .separators {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 52.5%;
      transform: translateX(-50%);
      border-left: 3px dotted #61CE70;
      width: 0;
    }
    
    .tick-marks {
      position: absolute;
      top: -48px;
      left: 0%;
      transform: translateX(-50%);
      background-color: #61CE70;
      color: white;
      font-size: 30px;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .separatorr {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 52.3%;
      transform: translateX(-50%);
      border-left: 3px dotted #61CE70;
      width: 0;
    }
    
    .tick-markk {
      position: absolute;
      top: 0px;
      left: 0%;
      transform: translateX(-50%);
      background-color: #61CE70;
      color: white;
      font-size: 30px;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /* Background image for the container-fluid */
/* Background container with fixed image */
.bg-container {
  background-image: url('/static/images/i4.jpeg'); /* Replace with your image URL */
  background-size: cover; /* Ensures the image covers the viewport */
  background-position: center; /* Centers the image */
  background-attachment: fixed; /* Keeps the image fixed */
  overflow: hidden; /* Hides any overflow from the container */
  position: relative; /* Ensures scrollable content layers over the background */
}

/* Background color and styling for the paragraph */
.bg-paragraph {
  font-family: Josefin Sans, serif;
  background-color: #5C63EB; /* Blue background */
  color: white; /* White text color */
  padding: 25px 15px 25px 25px; /* Adds padding inside the paragraph */
  max-width: 95%; /* Optional: Sets a maximum width for better readability */
  margin: 20px auto; /* Centers the paragraph within the container */
  font-size: 22px;
  border-radius: 5px; /* Adds rounded corners */
}

.donate{   
  color: white;
  margin-left: 2rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  word-spacing: 0px;
}
.submitt {
  background-color: #F1BE3A; /* Yellow background */
  color: white;
  border: none;
  transition:background-color 0.3s ease; /* Smooth transition */
  padding: 10px 30px 10px 30px;
  border-radius: 3px;
  font-weight: 500;
}
.submitt:hover {
  color: #FFF;
  background-color: #ce9b1a; /* Red on hover */
}
.your{
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  height: auto;
  width: auto;
  color: #ffff;
  background-position: 0% 0%;
  display: inline;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none rgb(255, 255, 255);
}

@media (max-width: 576px) { /* Mobile */
  .carousel-caption h1 {
    font-size: 1.5rem; /* Smaller heading for mobile */
  }
  .carousel-caption p {
    font-size: 0.9rem; /* Adjust paragraph font size */
  }
  .para_1{
    background-color: #94AA52;
    text-align: center;
    height: 65px;
}
}

@media (min-width: 577px) and (max-width: 768px) { /* Tablet */
  .carousel-caption h1 {
    font-size: 2rem; /* Slightly larger heading for tablets */
  }
  .carousel-caption p {
    font-size: 1rem; /* Adjust paragraph font size */
  }
}

@media (min-width: 769px) { /* Desktop */
  .carousel-caption h1 {
    font-size: 2.5rem; /* Larger heading for desktop */
  }
  .carousel-caption p {
    font-size: 1.2rem; /* Adjust paragraph font size */
  }
}

   

  /* Responsive Design */
  @media (max-width: 600px) { /* Mobile screens */
    .carousel-text h2 {
      font-size: 1rem;
    }
    .carousel-text p {
      font-size: 0.9rem;
    }
    .carousel-imgg img {
      max-height: 300px;
    }
      .custom-btn {
        /* margin-left: 2.5rem; */
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
      }
      .custom-btnn {
        margin-left: 0rem;
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
      }
      .custom-btnnn {
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
        margin: 0 auto; /* Center horizontally */
        display: block; /* Ensure the button is treated as a block element */
      }
      .custom-btns {
        margin-left: 0rem;
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
      }
      .custom-btnns {
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
        margin: 0 auto; /* Center horizontally */
        display: block; /* Ensure the button is treated as a block element */
      }
      .custom-bttn {
        /* margin-left: 2.5rem; */
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
      }
      .custom-bttnn {
        /* margin-left: 2rem; */
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
      }
      .custom-bttnnn {
        margin-bottom: 10px; /* Add spacing between buttons */
        width: 80%; /* Stretch button width */
        margin: 0 auto; /* Center horizontally */
        display: block; /* Ensure the button is treated as a block element */
      }
      .lite{
        margin-left: 3rem !important;
      }
      .endd{
        text-align: justify;
      }
      .separator{
        display: none;
      }
      .separatorr{
        display: none;
      }
      .separators{
        display: none;
      }
  }
  
  @media (min-width: 601px) and (max-width: 1024px) { /* Tablet screens */
    .carousel-text h2 {
      font-size: 1rem;
    }
    .carousel-text p {
      font-size: 1rem;
    }
    .carousel-imgg img {
      max-height: 400px;
    }
    .button-row {
        flex-direction: column; /* Stack buttons vertically */
        align-items: center;
      }
    
      .custom-btn {
       margin-left: 1rem !important;
      }

      .custom-btn, .custom-btnn, .custom-btnnn {
        width: auto; /* Auto width for tablet layout */
        margin-bottom: 10px; /* Adjust spacing */
      }
      .custom-btnnn {
        margin-left: -4px;
        margin-bottom: -10px;
        display: block; /* Ensure the button is treated as a block element */
      }
      .custom-btns {
        margin-left: 3.3rem;
        margin-bottom: 5px;  
       }
      .custom-btnns {
        margin-left: 52px;
      }
      .custom-bttn {
        margin-left: 3.2rem;
        margin-top: -15px;
      }
       .relief {
        margin-left: 3rem;
        margin-top: 5px;
      }
      }
      .agaaz {
        margin-left: -5rem !important;
      }
      .together {
        margin-left: -5rem !important;
      }
      .govt {
        margin-left: -5rem !important;
      }
      .lite{
        margin-left: 4.6rem !important;
      }
      .quicks{
          margin-left:0rem;
      }
      .quicky{
          margin-left:0rem;
      }

  }
  
  @media (min-width: 1025px) { /* Laptop and larger screens */
    .carousel-text h2 {
      font-size: 2rem;
    }
    .carousel-text p {
      font-size: 1rem;
    }
    .carousel-imgg img {
      max-height: 500px;
    }

    
      .custom-btn, .custom-btnn, .custom-btnnn {
        width: auto; /* Auto width for larger screens */
      }
      .custom-btns, .custom-btnns{
        width: auto; /* Auto width for larger screens */
      }
  }
  

  
.card-title {
  font-size: 33px;
  margin-top: 1rem;
}









  
  
  
  
  
                      /* ################# index css ######################## */
  
  
  .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;
  }
  .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;
  }
  
  .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;
  }
  
  .navv{
    margin-left:10rem;
   }
   .nav-link {
      color: white !important; /* Sets the text color to white */
  }
  
  .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;
  }
  .all.active {
    color:#94AA52 !important; /* Green color for active link */
    text-decoration: underline; /* Underline active link */
    text-underline-offset: 14px; /* Adjust the gap between text and underline */
  }
  
  
  .social_icons{
      text-decoration: none;
  }
  /* .background-color{
      background-color: yellow;
      margin-left: 2rem;
      margin-top: 2rem;
      height: 520px;
  } */
  
  .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 */
  }
  
  
  .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;
  }
  
  .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: #F3C242;
    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;
  }
  .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 30px; /* Spacing between icons */
  }
  
  .card-link i {
    font-size: 18px; /* Icon size */
  }
  
  .card-link:hover {
    background-color: #f00; /* Background color on hover */
    color: #fff; /* Icon color on hover */
    border-color: #f00; /* Border color on hover */
  }
  
  
  .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;
  }
  
  .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;
  }
  
  .picc{
    height: 400px;
    width: 636px;
    margin-left: -1rem;
  }
  
  
  
  
  .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_2{
      line-height: 18px;
      font-family: 'Times New Roman', Times, serif;
      font-size: 19px;
      font-weight: 500;
      font-style: italic;
      margin-top: 10px;
      
  }
  /* Style for the container */
  .para_7 {
    /* background-color: #FFDD57; */
    margin-top: 0.2rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for a soft effect */
    font-family: Arial, sans-serif; /* More user-friendly font */
    position: relative;
    overflow: hidden;
    line-height: 1px;
  }
  
  /* Text styling for marquee */
  .text_marquee {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    padding: 12px 0;
  }
  .text_marquee-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  
  /* Highlighted text */
  .highlight {
    font-weight: bold;
    color: white;
  }
  
  
  
  /* Add animation to the marquee for smooth scrolling */
  
  
  /* Define marquee animation */
  @keyframes marqueeAnimation {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
  }
  

  .icons_11{
      border-radius: 50% !important;
  }
  
  .text_5{
      text-align: center;
      font-family: "Sofia", serif;
      margin-top: 3rem;
      font-size: 33px;
      color: #2971B2;
  }
  .textt_5{
    text-align: center;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 500;
    font-family:sans-serif;
  }
  
  
    @media (max-width: 576px) { /* Target devices with a screen width of 576px or less */
      .imgg, /* Hide the first image section */
      .agaazz, /* Hide the Agaaz text section */
      .paragraph_2, /* Hide the paragraph_2 section */
      .abc,
      .para_1{
        background-color: #94AA52;
        text-align: center;
        height: 65px;
    }
    .quicky{
      margin-left: -1.5rem !important;
    }
    .agaazinternationall{
      margin-left: -4rem !important;
    }
      .xyz{
        margin-left: 0rem !important;
      }
      .navv{
        margin-left: 0rem !important;
      }
  
      .ddd {
        height: 800px !important; /* Set height to 800px on mobile */
      }
      .cardd {
        margin-left:30px !important;
        border-top-left-radius: 1rem;
    }
    
  }
  
  

  /* 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;
      }
      .paragraph_1 {
        font-size: 10px;
      }
      .imgs {
        height: 122px;
        width: 75px;
        margin-left: 0;
        
      }
      .icons {
        height: 80px;
        width: 50px;
        margin-top: 0.5rem;
      }
  
      .images_2{
          width: 100%;
         height: auto;
      }
      .row_1 {
        height: auto;
        text-align: center;
      }
  
  
  
      .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: auto;
        width: 100%;
        margin-left: 0;
        margin-top: 5rem;
        border-radius: 15px;
      }
      .h_1 {
        /* font-size: 24px; */
        margin-left: 0;
      }
    }
    /* Mobile Media ends */
  
  
    /* Tablet Media Starts */
  @media (min-width: 769px) {
    
    .img {
      height: 200px;
      width: 200px;
      margin-left: -4rem;
    }
    /* .agaaz {
      margin-left: -8rem;
      margin-top: 2rem;
    } */
  
    .paragraph_1 {
      font-size: 12px;
    }
    .paragraph_3 {
      font-size: 17px !important;
    }
    .imgs {
      height: 100px;
      width: 70px;
      margin-top: 22px;
      margin-left: 7rem;
    }
    .icons {
      height: 123px;
      width: 75px;
      margin-top: 1rem;
    }
  
    .images_2{
      width: 340px;
      height: 334px;
    }
  
    .cardd {
      border-bottom-right-radius: 20px;
      border-top-left-radius: 20px;
    }
  
    .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: 1200px;
      margin-left: 2rem;
      margin-top: 13rem;
      border-radius: 25px;
    }
    .h_1 {
      font-size: 33px;
      margin-left: 2.5rem;
    }
  
  }
  
  /* tablet Media ends */
  
  .text_marquee {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  padding: 12px 0;
}
.text_marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Highlighted text */
.highlight {
  font-weight: bold;
  color: white;
}
.para_1{
      background-color: #94AA52;
      text-align: center;
      /* height: 65px; */
  }
  .btn-light{
    font-family: "Raleway", serif;
    background-color: #FCB429;
    border: 1px solid #FCB429;
    padding: 20px 20px 20px 20px;
    height: 61px;
    font-size: 17px;
  }
  .btn-light{
  text-align: center;
  margin-left: 0rem;
  font-family: Josefin Sans, serif;
  margin-top: -5rem;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 25px 10px 25px;
}
