@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Akatab:wght@400;500;600;700;800;900&family=Belanosima:wght@400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Belanosima', sans-serif;
  overflow-x: hidden;

}

.row {
  padding: 50px 0px;

}


/* Preloader styling */

/* hero section */

.top-section {
  position: relative;
  /* Required for positioning the pseudo-element */
  overflow: hidden;
  /* Ensure no overflow from the pseudo-element */
}

.top-section::before {
  content: "";
  /* Creates a pseudo-element */
  position: absolute;
  /* Position it absolutely within the parent */
  top: 0;
  /* Align to the top */
  left: 0;
  /* Align to the left */
  right: 0;
  /* Full width */
  height: 80%;
  /* Set the height of the background color */
  background: #05605B;
  /* Background color */
  z-index: -1;
  /* Place it behind the content */
}


nav.navbar {
  width: 100%;
  background: #05605B;
  padding: 30px;
}

.ms-auto {
  gap: 30px;
}

.navbar-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  text-wrap: wrap;
  margin-top: 1.25rem;
}

.navbar-brand::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-brand:hover::after {
  width: 100%;
  left: 0;
  color: #fff;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.nav-item {
  font-family: 'Afacad', sans-serif;
  font-weight: 400;
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



/* first section */
.bar-svg {
  color: #09A144;
  padding: 10px;
  width: 30px;
  padding-right: 30px !important;
}

.bar-title {
  color: #fff;
  font-size: 42px;
}

.bar-content {
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.ship-svg {
  padding: 50px 0px;
}

.bar-p {
  font-size: 21px;
  font-family: 'Akatab', sans-serif;
  line-height: 200%;
}

.green-button {
  font-size: 18px;
  font-family: 'Afacad', sans-serif;
  background-color: #09A144;
  border-radius: 5rem;
  color: #fff;
  padding: 12px 15px;
  border: none;
}

.bar-green-button {
  padding: 10px 0px;
  font-size: 18px;
}

.ship-img {
  display: flex;
  justify-content: end;
  padding-bottom: 50px;
}

/* counter section */

.counter {
  padding: 0px;
}

.counter-number {
  color: #05605B;
  font-size: 55px;
  font-family: 'Akatab', sans-serif;
  font-weight: 900;
  margin: 0px;
}

.counter-name {
  color: #000;
  font-size: 21px;
  font-family: 'Akatab', sans-serif;
  font-weight: 600;

}

.counter-row {
  display: grid;
  place-items: center;
}

/* about section */

.about-title {
  color: #000;
  font-size: 40px;
  font-family: 'Afacad', sans-serif;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: 2%;
}

.about-content {
  display: grid;
  place-items: center;
  padding: 50px;
}

.about-para {
  font-size: 20px;
  font-family: 'Akatab', sans-serif;
  font-weight: 500;
  line-height: 200%;
  padding: 20px 0px;
  text-align: justify;
  margin: 0px;
}

/* achievements */

.green-bg {
  background-color: #05605B;
  border-radius: 2rem;
}

.bar-content-center {
  display: flex;
  justify-content: center;
}

.c-padding {
  padding: 50px 50px 0px 50px;
}

.ach-p {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Akatab', sans-serif;
  padding: 20px 0px 0px 0px;
}



/* footer */

.footer {
  background-color: #05605B;
}

.ach-p-footer {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
}

.footer {
  position: relative;
  overflow: hidden;
  /* Ensures no overflow content adds scrollbars */
}

.footer-background-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 140px;
  color: #ffffff;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  font-family: 'Afacad', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: -15px;
  /* Remove any potential margin issues */
  overflow: hidden;
}


.ach-p-footer-list {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
  font-family: 'Afacad', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.ach-p-footer-copyright {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
  font-family: 'Afacad', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.icon-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.navbar-toggler {
  color: #fff;
  font-size: 22px;
  padding: 0px;
  border: none !important;
}

.navbar-toggler:focus {
  border: none !important;
  box-shadow: none;
}


/* response below 992px */

@media (max-width: 992px) {

  .cn-res-left {
    text-align: right;
    padding: 20px 0rem !important;
}
  .ct-res-left {
    padding: 0px !important;
  }

  .navbar-brand {
    font-size: 26px;
    margin: 0px;
  }

  .ach-p-footer {
    padding-left: 2rem;
  }

  .ach-p-footer-list {
    padding-left: 2rem;
  }

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    gap: 10px;
  }

  .bar-title {
    color: #fff;
    font-size: 35px;
  }

  .bar-p {
    font-size: 16px;
  }

  .bar-content {
    width: 60% !important;
  }

  .profile-img {
    width: 40% !important;
  }

  .ship-svg {
    display: none;
  }

  .navbar-collapse {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    /* Whitish shadow */
  }

  .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-wrap: wrap;
    padding: 10px;
  }

  .ms-auto {
    gap: 10px;
    padding: 0px;
  }

  .about-title {
    font-size: 30px;
  }

  .counter-name {
    font-size: 18px;
  }

  .ach-e {
    width: 100%;
    text-align: center;
  }

  .ach-e>img {
    object-fit: contain;
    width: 100%;
  }

  .ship-img {
    padding: 50px 0px;
  }

  .about-content {
    padding: 20px;
  }

  .footer-background-text {
    font-size: 35px;
    margin: 0px;
  }

}


/* response below 768px */

@media (max-width: 768px) {

.image-grid2 img.fade-up {
  padding: 0px !important;
}
  .c-padding {
    padding: 20px;
  }
  .ms-auto {
    gap: 10px;
    padding: 10px;
  }

  .bar-content,
  .profile-img {
    width: 100% !important;
  }

  .profile-img {
    text-align: center;
  }

  .carousel {
    padding: 20px !important;
  }
}

@media (max-width: 1200px) {
  .icon-list {
    flex-direction: column;
    align-items: start;
    padding-top: 1rem;
  }

  .ship-svg {
    display: none;
  }

  .ms-auto {
    justify-content: space-between !important;
    gap: 0px !important;
  }

  .gallery-homepage {
    display: none;
  }

}

.ach-e>img {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 1200px) {

  /* Adjust brand name font size */

  /* Reduce spacing between navigation links */
  .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.9rem;
    /* Slightly reduce font size if needed */
  }

  /* Enable wrapping or stacking of navbar links */
  .navbar-nav {
    flex-wrap: wrap;
  }

  /* Adjust button size or margin if necessary */
  .navbar-toggler {
    margin-right: 10px;
    /* Add more space if needed */
  }

  .background-text-text {
    text-wrap: wrap;
    font-size: 100px;
  }

  .img-1,
  .img-2,
  .img-3,
  .img-4 {
    position: absolute;
    /* or position: relative; if inside a container */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .gallery-homepage-responsive {
    display: block !important;
  }

  .carousel-item img {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .gallery-homepage-responsive {
    display: none;
  }
}

.carousel {
  padding: 50px;
}

.carousel-control-prev,
.carousel-control-next {
  font-size: 24px;
}

#animContainer {
  width: 100%;
  height: 100%;
}









.background-text-text {
  opacity: 0.3;
  font-size: 140px;
  color: #05605B;

  text-align: center;
  font-weight: 800;
  z-index: 0;
  font-family: 'Afacad', sans-serif;
  white-space: nowrap;
}





/* Initial state of the elements (off-screen and invisible) */
/* .award-content {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.8s ease-out;
}

.about-content {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.8s ease-out;
} */

/* State when the elements are in view (visible and in position) */
.award-content.animate-left {
  transform: translateX(0);
  opacity: 1;
}

.about-content.animate-right {
  transform: translateX(0);
  opacity: 1;
}




/* gallery section - homepage */
.gallery-homepage {
  height: 120vh;
  position: relative;
  overflow: hidden;
  /* Prevent overflow, but ensure content is within bounds */
}

/* Background text styling */
.background-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Prevent the text from breaking */
}

/* Container for the images */
.container-gallery {
  position: relative;
  /* Set this to relative so images are positioned inside it */
  z-index: 1;
  /* Ensure content stays above background text */
  display: block;
  /* Make sure the images are not affected by flex */
  height: 100%;
  overflow: hidden;
  /* Ensure the container takes up the full height */
}

/* Image styles */
.container-gallery img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  /* Forcefully override Bootstrap's styles */
  display: block !important;
  /* Ensure proper layout */
  position: absolute;
  z-index: 1;
  /* Ensure images are above the background text */
}

/* Position images within the container */
.img-1 {
  top: 4%;
  /* Adjust this value to position the first image */
  left: 10%;
}

.img-2 {
  top: -2%;
  /* Adjust this value to position the second image */
  right: 10%;
}

.img-3 {
  bottom: 4%;
  /* Adjust this value to position the third image */
  left: 2%;
}

.img-4 {
  bottom: 6%;
  /* Adjust this value to position the fourth image */
  left: 60%;
}


.line {
  background: linear-gradient(to bottom, #05605B 0%, #05605B 0%, #fff 0%, #fff 100%);
  transition: background 0.1s ease;
  /* Smooth transition for better visual effect */
}



.ach-p-footer-list a {
  color: white;
  text-decoration: none;
  /* Optional: Removes underline */
}

.ach-p-footer-list a:hover {
  text-decoration: underline;
  /* Optional: Adds underline on hover */
}

.modal-content {
  background-color: #05605B;
  color: #fff;
}

.btn-close {
  background-color: #fff;
}


@media (min-width: 992px) {
  .btn-close-menu {
    display: none !important;
  }
}