* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.video-banner {
  position: relative;
  width: 100vw; /* Full viewport width */
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto; /* Let height determine the scaling */
  height: 100%; /* Full height of the viewport */
  object-fit: cover; /* Ensures video scales properly */
}

footer {
  /* margin-top: 50px; */
  height: 100px;
  /* line-height: 60px; */
  text-align: center;
  background-color:  #343a40 !important;
  color: #f5eded;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
body {
  /* background-color:rgb(5, 5, 87); */
  /* background-color: azure; */
  /* background-color: brown; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}

.one {
  /* text-emphasis-color: rgb(179, 98, 98); */
  /* margin-right: 80px; */
  /* background-color: white; */
  background-color: #acd0e9;
  font-size: larger;
}

.one a,
.nav-link {
  /* background-color: */
  color: #e9ebec;
  /* color: black; */
  cursor: pointer; /* Change cursor to pointer */
}

.one a:hover,
.nav-link:hover {
  color: #bcd1e7; /*Color on hover
    /* color: black; */
}
.new_drop {
  /* background-color: #bcd1e7; */
  color: black;
}
.one .dropdown-item {
  color: black !important; /* Set dropdown items font color to black */
}

.one .dropdown-item:hover {
  color: #4c4d4e !important; /* Change color on hover if desired */
}

.header {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 7px 0px;
  & #logo_1 {
    width: 80px;
    aspect-ratio: 1;
  }
  & #logo_2 {
    width: 300px;
  }
  & #logo_3 {
    width: 90px;
    height: 100px;
  }
}

/* .container {
    position: relative;
    height: 100px;
    width: 100%;
} */

/* .container1 {
    display: flex;
    width: 100%;
    height: 90px;
} */

/* .container1 img {
    width: 80px;
    height: auto;
    float: left;
} */

/* .container2 {
    width: 100%;
    height: 90px;
} */

/* .container2 img {
    margin-top: -90px;
    width: 100px;
    height: auto;
    float: right;
} */

/* .container3 {
    width: 100%;
    height: 90px;
    margin-top: -160px;
    display: flex;          
    justify-content: center;  
    align-items: center;      
    text-align: center;
}

.container3 img {
    margin-top: -160px;
    height: 70px;
    width: 300px;
} */
.h1 {
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.one {
  text-align: left;
}
.two img {
  margin: 40px;
  height: 50px;
  width: 50px;
}
.two_b {
  margin-top: -80px;
  margin-left: 100px;
  font-size: 25px;
}
.two_c {
  margin-left: 100px;
}
.three img {
  margin: 40px;
  height: 40px;
  width: 40px;
}
.three_a {
  margin-top: -80px;
  margin-left: 100px;
  font-size: 25px;
}
.three_b {
  margin-left: 100px;
}
.card-img-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  width: 150px; /* Set a maximum width for the image */
}

.card-title1 {
  padding: 30px;
  font-size: 20px;
}
.image-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; /* Prevents wrapping */
  overflow-x: auto; /* Adds horizontal scrolling if needed */
}
.image-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; /* Prevents wrapping */
  overflow-x: auto; /* Adds horizontal scrolling if needed */
}
.image-container .card {
  margin: 10px 5px;
}
.card img {
  width: 300px;
  height: 200px;
}
.card img:hover {
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 768px) {
  .video-banner {
    height: 300px;
  }
  .new_p {
    overflow-x: hidden;
    width: 100px;
    height: auto;
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .image-container {
    flex-direction: column;
    align-items: center;
  }

  .image-container .card {
    margin: 10px auto;
    width: 80%;
  }

  .navbar-nav .nav-item {
    margin-right: 0;
  }

  .navbar-nav {
    text-align: center;
  }
  .header {
    & #logo_1 {
      width: 70px;
      height: 80px;
    }
    & #logo_2 {
      width: 270px;
      height: 60px;
    }
    & #logo_3 {
      width: 90px;
      height: 76px;
    }
  }
}

@media (max-width: 600px) {
  .header {
    & #logo_1 {
      width: 50px;
      height: 60px;
    }
    & #logo_2 {
      width: 220px;
      height: 50px;
    }
    & #logo_3 {
      width: 70px;
      height: 60px;
    }
  }
}

@media (max-width: 450px) {
  .header {
    & #logo_1 {
      width: 40px;
      height: 50px;
    }
    & #logo_2 {
      width: 200px;
      height: 40px;
    }
    & #logo_3 {
      width: 50px;
      height: 40px;
    }
  }
}
@media (max-width: 350px) {
  .header {
    & #logo_1 {
      width: 35px;
      height: 40px;
    }
    & #logo_2 {
      width: 150px;
      height: 40px;
    }
    & #logo_3 {
      width: 45px;
      height: 40px;
    }
  }
}
.dropdown-submenu {
  position: relative;
}
.card-custom {
  background-color: lightgrey;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-body-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hover img {
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.hover img:hover {
  transform: scale(1.1); /* Slightly increases the size */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds a shadow to simulate popping out */
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 10px;
}

.image-item {
  flex: 1 1 22%; /* allows 4 images to fit in the row with space around */
  text-align: center;
}

.image-item img {
  width: 50%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .image-item {
    flex: 1 1 48%; /* For medium-sized screens, 2 images per row */
  }
}

@media (max-width: 480px) {
  .image-item {
    flex: 1 1 100%; /* For small screens, 1 image per row */
  }
}

.team-section {
  padding: 50px 20px;
  background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  border-radius: 15px;
  margin: 30px;
}

h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.team-member {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  width: 250px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: scale(1.05);
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 5px solid #ff6b81;
}

p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

.meet-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 1rem;
  background: #ff6b81;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.meet-button:hover {
  background: #d63447;
}

@media (max-width: 768px) {
  .team-container {
    flex-direction: column;
    align-items: center;
  }
}
/* Wrapper to Center Everything */
.collab-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: auto; /* Ensures horizontal centering */
}
/* Card Styling */
.collab-card {
  background: #fff;
  padding: 25px;
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.8s ease-in-out;
}
/* Title */
h2 {
  color: #3acf5a;
  margin-bottom: 15px;
}

/* Text */
p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}

/* Button Styling */
.collab-button {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1rem;
  background: #2a6b56;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.collab-button:hover {
  background: #9fcfbd;
}

/* Fade-In Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .collab-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .collab-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* Title Styling */
.activities-title {
  padding-top: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ff8c00; /* Orange */
  margin: 20px 0;
}

/* Wrapper for Activities */
.activities-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* Activity Card Styling */
.activity-card {
  background: #ffffff;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.activity-card:hover {
  transform: scale(1.05);
}

/* Subtitle Styling */
.activity-title {
  font-size: 1.5rem;
  color: #0073e6; /* Blue */
  margin: 10px 0;
}

/* Image Styling */
.activity-card img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
  .activities-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 990px) {
  .header {
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 7px 0px;
    & #logo_1 {
      width: 70px;
      aspect-ratio: 1;
    }
    & #logo_2 {
      width: 270px;
    }
    & #logo_3 {
      width: 90px;
      height: 90px;
    }
  }
}
@media (max-width: 770px) {
  .header {
    & #logo_1 {
      width: 70px;
      aspect-ratio: 1;
    }
    & #logo_2 {
      width: 270px;
    }
    & #logo_3 {
      width: 80px;
      height: 8 0px;
    }
  }
}
@media (max-width: 550px) {
  .header {
    & #logo_1 {
      width: 70px;
      aspect-ratio: 1;
    }
    & #logo_2 {
      width: 200px;
    }
    & #logo_3 {
      width: 60px;
      height: 70px;
    }
  }
}
@media (max-width: 400px) {
  .header {
    & #logo_1 {
      width: 60px;
      height: 60px;
    }
    & #logo_2 {
      width: 150px;
    }
    & #logo_3 {
      width: 50px;
      height: 60px;
    }
  }
}
