/* universal selector */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family:Arial, Helvetica, sans-serif
}
/* Background Image for Hero Section */
.hero-section {
  background-image: url("./Pictures/pexels-philpembani-2099021.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 150px 20px;
  text-align: center;
  height: 800px;
}
/* Navbar */
.navbar {
  padding: 30px 0;
  transition: background-color 0.3s ease, box-shadow 0.6s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
  background-color: #1e1e1e;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-brand,
.nav-link {
  color: white !important;
  font-weight: bold;
  transition: color 0.3s ease;
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: lightslategray;
  transition: width 0.6s ease, left 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
  left: 0;
}
/* Hero Section Heading */
.hero-section h1 {
  margin-top: 150px;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  color: white;
}
.hero-section p {
  font-size: 1.5rem;
  margin-top: 10px;
  color: white;
  font-weight: bolder;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
/* Event */
.event-section {
  background-color: #121212;
  color: white;
  height: 53vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.event-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.event-description {
  margin-top: 20px;
  font-size: medium;
  color: #b0b0b0;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.event-button {
  margin-top: 10px;
  border: 1px solid #666;
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.event-button:hover {
  border-color: white;
  color: white;
}
/* Subscribe */
.subscribe {
  background-color: #121212;
  padding: 40px 0px;
}
.subscribe h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}
.subscribe form input {
  padding: 5px 10px;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  margin-top: 5px;
}
.subscribe form ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 200;
}
.subscribe form .main-dark-button {
  display: inline-block;
  font-size: 14px;
  padding: 12px 18px;
  background-color: #343a3e;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s;
  border: none;
  outline: none;
  width: 100%;
}
.subscribe form .main-dark-button:hover {
  background-color: #656c74;
}
/* ABOUT US AND PIC start */
.abouttext1 {
  text-align: justify;
  padding-top: 15%;
  padding-left: 10%;
}
@media only screen and (max-width: 1000px) {
  .abouttext1 {
    text-align: justify;
    padding-top: 5%;
    padding-left: 2%;    
  }
}
.aboutbtn1 {
  display: flex;
  font-size:small;
  justify-content: center;
  width: 35%;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}
@media only screen and (max-width: 420px) {
  .aboutbtn1 {
    display: flex;
    justify-content: center;
    width: 75%;
    text-align: center;
    margin: auto;
    margin-top: 15px;
  }
}
/* testimonials */
.testimonial-heading {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: absolute;
  top: 30px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; 
  background-color: white; 
  padding: 0.5rem; 
}

.testimonial {
  text-align: center;
  padding: 100px 0;
  background-color: white;
  color: black;
}

.testimonial p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto 1.5rem;
  max-width: 700px;
}

.testimonial h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.carousel-indicators {
  position: absolute;
  margin-top: rem;
  background-color: white;
  padding: 0.1rem 0;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}
/* team */
.team-member {
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensures consistent height */
}

.team-member img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}

.team-section .row {
  display: flex;
  flex-wrap: wrap;
}

.team-member h5,
.team-member p {
  margin: 10px 0;
  min-height: 1.5em; /* Equal spacing for titles and descriptions */
}


/* FOOTER start */
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #121212;
}
.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}
.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .item.text {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}
.footer-dark .item.social {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}
.footer-dark .item.social > a:hover {
  opacity: 0.9;
}
.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
 /* logo */
.logo {
  font-size: 20px;
  color: black;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 24px;
  background-color: white;
  border-radius: 4px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
