@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

body {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #333;
  color: white;
  font-family: "Space Grotesk", serif;
  margin: 0;
}

h1 {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  /* 87.054% */
}

.navbar-custom {
  width: 100%;
  background: #333;
  position: sticky;
  top: 0;
  left: 0;
  min-height: 82px;
}

.navbar-brand {
  width: 15%;
  margin-left: 5%;

}

.navbar-brand img {
  width: 100%;
  /* Adjust logo size */


}

.nav-link {
  color: #fff !important;
  padding: 0 15px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #00bcd4 !important;
  /* Optional hover effect */
}

.btn-custom {
  color: #fff;
  border: 1px solid #fff;
  margin-right: 10%;
}

.btn-custom:hover {
  background-color: #00bcd4 !important;
  color: #fff;
}

/* General Body Styling */




.bg {
  background: linear-gradient(0deg, #0B3C49 0%, #333333 94%);
  width: 100%;
}

/* Hero Section */
.hero-section2 {
  min-height: 40vh;
  margin-bottom: 50px;
}

.hero-section2 h2 {
  font-size: 75px;
  text-align: left;
}

.hero-section2 h1 {
  font-size: 150px;
  text-align: left;
  font-weight: bold;
}

.hero-section2 h1 span {
  color: #00aaff;
}

.hero-section2 .btn {
  width: 300px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 92px;
}

.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;

}

.track {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out;
}

.slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  font-size: 2rem;
}

.carousel button {
  position: absolute;
  top: 50%;
  border: none;
  font-size: 2rem;
  background: none;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}

.carousel button:hover {
  background: rgb(0, 0, 0, 0.1);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

button:not(:disabled) {
  cursor: pointer;
  color: #fff;
}


/* Footer Section */
.footer-section {
  padding: 2rem 0;
  /* Padding for spacing */
  position: relative;
}
.footer-logo{
  width: 70%;
}

.footer-section h5, .footer-section h6 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer-section ul {
  padding: 0;
  list-style-type: none;
}

.footer-section ul li a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
  /* Slight transparency for links */
  transition: opacity 0.3s;
}

.footer-section ul li a:hover {
  opacity: 1;
  /* Full visibility on hover */
}

.footer-section p, .footer-section hr {
  color: #cccccc;
  font-size: 0.9rem;
}

.footer-section hr {
  border-top: 1px solid #555;
  margin-top: 2rem;
}

.footer-section p.text-center {
  margin-top: 1rem;
}


@media only screen and (max-width: 540px) {
  .founder-card {
    max-width: 1123px;
    min-height: 364px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20%;
    padding: 0px;
    margin: auto;
  }

  .bn {
    justify-content: center;
    flex-direction: column-reverse;
  }

  .founder-card .cn {
    width: 80%;
    margin: auto 40px;
  }

  .founder-card img {
    border-radius: 50%;
    width: 80%;
    height: 85%;
    margin: 40px auto;
  }

  .logo img {
    width: 80%;
  }

  .footer-section .text-right {
    text-align: center;

  }

  .footer-section .list-unstyled {
    display: block;
    justify-content: space-around;
    padding: 20px;
  }
}

.lastlogo {
  position: absolute;
  bottom: 0;
  right: 0;
}

.lastlogo img {
  width: 100%;
  height: 100%;
  padding: 0px 33px;
  margin-bottom: -3px;
}

.navbar-nav .nav-link {
  margin: 20px;
}