@import url(https://db.onlinewebfonts.com/c/13e8917c1c8ed1b120b4a62b31c69c6a?family=UPBOLTERS+Italic);
* {
  margin: 0;
  padding: 0;
  /* font-family: "Roboto Condensed", sans-serif; */
}
/* scroll to top */
/* Scroll to Top Button Styling */
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background-color: #e97df9;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: none; /* Hidden initially */
}

#scrollToTopBtn:hover {
  background-color: #c952dd;
  transform: scale(1.1);
}

/* Fonts */
@font-face {
  font-family: "UPBOLTERS Italic";
  src: url("https://db.onlinewebfonts.com/t/13e8917c1c8ed1b120b4a62b31c69c6a.woff2")
    format("woff2");
}
.montserrat-default {
  font-family: "Montserrat", "sans-serif";
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
}
body {
  background-image: url("img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  /* font-family: "default", sans-serif; */
}

/* navbar */

.navbar-nav {
  margin-right: 0 !important;
  padding-right: 100px;
}
.navbar {
  background-color: transparent;
  color: white !important;
}
.nav-item a {
  color: white !important;
  transition: 0.3s all ease;
}
.nav-item a:hover {
  color: #e97df9 !important;
  text-decoration: underline;
}
.nav-item {
  padding-left: 50px;
  font-size: 1.3rem;
}

.navbar-brand {
  color: white !important;
  padding-left: 100px;
}
.navbar-brand img {
  width: 100px;
}
#navbar button {
  background-color: transparent;
  color: blueviolet !important;
}
.navbar-toggler button {
  color: white !important;
}

/* banner */

#banner-container {
  background-color: transparent;
  color: white !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
p {
  padding-left: 60px;
}
li {
  margin-left: 20px;
}
#banner-row h1 {
  font-family: "UPBOLTERS italic";
  font-size: 55px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
}
#banner-row h1,
p {
  padding-top: 20px;
}
#banner-container a {
  background: linear-gradient(to right, rgb(134, 27, 151), rgb(90, 24, 213));
  color: white !important;
  border: none;
  border-radius: 0px;
  margin-top: 10px;
  width: 8rem;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s all ease;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#banner-container a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
#banner-col {
  padding-left: 50px;
}
/* Vision */
#vision {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-top: 80px;
  color: white !important;
}
#vision h2 {
  margin-left: 50px;
  font-weight: bold;
  color: #e97df9 !important;
}
hr {
  margin-left: 50px;
  height: 10px;
  background-color: #e97df9 !important;
}
/* guidelines */
#guidelines {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-top: 80px;
  color: white !important;
}
#guidelines h2 {
  color: #e97df9 !important;
  text-align: center;
}
#guidelines li {
  margin-top: 30px;
  margin-left: 50px;
}
/* Stages */
#service {
  color: white !important;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 75%;
}

#service h1,
#gallery h1 {
  padding-bottom: 50px;
  color: #e97df9 !important;
}

.stage {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  flex-wrap: wrap;
  gap: 20px;
}

.stage div {
  flex: 1; /* Allows each stage to take equal space */
  min-width: 250px; /* Minimum width for better mobile responsiveness */
}

.stage h3 {
  background: linear-gradient(to right, rgb(134, 27, 151), rgb(90, 24, 213));
  width: 100%; /* Make the header full width of the column */
  height: 75px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.stage p {
  padding: 0 10px; /* Add some padding for the paragraph text */
  color: white;
}

@media (max-width: 768px) {
  .stage {
    flex-direction: column;
  }

  #service h1 {
    font-size: 24px; /* Adjust heading size for smaller screens */
  }
}

/* about */

#about {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about h1 {
  padding-bottom: 70px;
}

#about-col ul {
  padding-top: 50px;
  padding-left: 50px;
}

#about-col ul li {
  padding-top: 15px;
}

/* product */

#product {
  padding-top: 80px;
  padding-bottom: 80px;
}

#product h1 {
  padding-bottom: 70px;
}

#product-col2 ul {
  padding-top: 90px;
}

#product-col2 ul li {
  padding-top: 15px;
}

/* social */

#social {
  padding-top: 80px;
  padding-bottom: 80px;
}

#social h1 {
  padding-bottom: 70px;
}

.social-col a:hover img {
  transform: translateY(-10px);
}

#social-row {
  flex-direction: row;
}
/* Gallery container */
#gallery {
  /* display: flex; */
  align-items: center;
  text-align: center;
  margin: 50px;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 80%;
  margin: auto;
  justify-content: center;
}
/* Timeline */
#timeline {
  /* margin: 100px; */
  position: relative;
  height: 300px;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 50%);
}
.timeline-container {
  width: 75%; /* Set the width to 75% */
  margin: 0 auto; /* Center the timeline horizontally */
  display: flex;
  justify-content: space-between; /* Align logos evenly */
  align-items: center;
  position: relative;
  font-size: 205px;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: white !important;
  transform: translateY(-50%);
}

.event-logo {
  width: 30px; /* Adjust width and height as needed */
  height: 30px;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s;
  border-radius: 50%;
}

.event-logo:hover {
  transform: scale(2);
  z-index: 1; /* Ensure it scales above other elements */
}

.event-popup {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white !important;
  color: #e97162;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
}

.event-details {
  margin-top: 30px;
  text-align: center;
  color: white !important;
}

.event-logo.active {
  border: 2px solid black; /* Highlight active logo */
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

/* Each gallery item */
.gallery-item {
  width: 200px;
  height: 175px;
  overflow: hidden;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-image:hover {
  transform: scale(1.05);
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s;
  user-select: none;
  text-decoration: none;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
/* footer */

.mb-3 {
  padding-top: 10px;
}
#footer {
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid blueviolet;
  width: 85%;
  height: auto;
  padding: 50px 0;
  backdrop-filter: blur(5px);
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}

#footer img {
  margin: 0 auto;
}
.vertical-line {
  height: 150px;
  width: 4px;
  background-color: #e97df9;
}
#footer-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}

#footer-right {
  color: white !important;
  margin-top: 50px;
  text-align: center;
}

.footer-right-head h3 {
  font-weight: bold;
  color: #e97df9;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-right-text p {
  margin: 0;
  padding-left: 0px;
}

.footer-left-text {
  color: white !important;
  font-family: "UPBOLTERS italic";
}
.contacts {
  /* margin-left: 100px; */
  text-align: center;
}
.contacts h3 {
  margin-top: 25px;
  color: #e97df9 !important;
  font-size: 24px;
  font-weight: bold;
}
.contacts p {
  color: white;
}
#icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#icons a {
  text-align: center;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 25px;
  padding: 5px;
  border-radius: 8px;
  background: linear-gradient(to right, rgb(96, 18, 220), rgb(116, 14, 240));
  transition: 0.3s all ease;
}
#footer a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
/* media */
@media only screen and (max-width: 987px) {
  .navbar-brand {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #banner-row img {
    padding-top: 20px;
  }
  .social-col {
    width: 33%;
  }
  #banner-row h1 {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }
  .stage {
    display: block;
    padding: 0px;
  }
  .stage p {
    padding: 10px;
  }
  .timeline-container {
    width: 90%; /* Adjust the width for mobile devices */
    justify-content: space-between; /* Ensure even spacing between logos */
  }
  .timeline-line {
    width: 100%;
  }
  .event-logo {
    margin: 0 10px; /* Add horizontal margin between icons */
  }
  #footer-left,
  #footer-right {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }

  #footer-left {
    justify-content: center;
    align-items: center;
  }

  .vertical-line {
    display: none; /* Hide the vertical line on small screens */
  }

  #footer-left h1 {
    font-size: 20px;
  }

  #footer-right {
    margin-top: 20px;
  }
  .contacts {
    text-align: center;
    display: flex;
    justify-content: center; /* Ensure the contacts section is centered */
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
  }

  #icons {
    justify-content: center;
    gap: 10px;
  }

  #icons a {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  #footer {
    width: 95%; /* Make the footer container a bit wider on very small screens */
    padding: 30px 0;
  }

  #footer-left h1 {
    font-size: 18px;
  }

  #icons a {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}
