* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ebebf6;
  color: #000000;
  padding: 0;
}

ul {
  padding-left: 40px;
  /* default browser value is around 40px */
}

/* Navigation Bar */
#navigation-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0px;
  position: fixed;
  top: 0;
  /* width: 100%; */
  z-index: 100;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo */
#logo-container {
  display: flex;
  align-items: center;
  width: 80px;
  margin-left: 10px;
  padding: 5px 0px;
  height: auto;
}

#logo-container img {
  width: 100%;
  border-radius: 5px;
}

/* Hamburger icon */
#hamburger-container {
  display: none;
  cursor: pointer;
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  margin-left: auto;
  margin-right: 15px;
}

/* Menu list (desktop) */
#menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: static;
  background: none;
  width: auto;
  padding: 0;
}

#menu-list a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  transition: color 0.3s ease;
}

#menu-list a:hover {
  color: #005863;
}

/* HomePage */
#hero-banner {
  width: 100%;
  min-height: 250px;
  max-height: 550px;
  padding: 15px 0px;
  margin-top: 91px;
  background-image: url(/images/backgg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

#flyer-container {
  height: 500px;
  margin-top: none;
  margin-left: auto;
  margin-right: 60px;
}

#flyer-container img {
  height: 100%;
  border-radius: 20px;
}

#hero-info {
  display: flex;
  flex-direction: column;
}

#hero-heading h1 {
  font-size: 70px;
  color: #ffffff;
  margin-left: 20px;
  font-weight: 800;
}

#hero-heading h1 span {
  color: #000000;
}

#hero-heading p {
  font-size: 20px;
  color: #ffffff;
  margin-left: 25px;
  /* margin-top: 15px; */
}

#contact-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;

}

#contact-container a {
  text-decoration: none;
}

.contacts {
  border-radius: 10px;
  padding: 10px;
  /* width: 120px; */
  background: #000000;
  font-size: 24px;
  color: #fff;

}

/* about us section */
#about-us {
  /* max-width: 100vw; */
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 20px;
  padding: 20px 10px;
  margin-top: 30px;
}

#about-us h1 {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
}

#about-info-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 65px;
}

#about-info {
  max-width: 100vw;
  padding: 0px 10px;
  text-align: justify;
  font-size: 20px;
  color: #000;
  line-height: 1.7rem;
}

.about-info-images-rows {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.info-containers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 200px;
  padding: 10px;
}

.info-images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 20px;
  background-color: #001f3f;
}

.info-images i {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.info-heading {
  font-size: 18px;
  font-weight: 600;
}

.info-write-up {
  font-size: 13px;
  text-align: center;
}

/* mission-vison */
#mission-vision {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  padding: 10px;
}

.mission-vision-containers {
  width: 350px;
  height: 500px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 15px 15px 0px 5px;
  background: #ffffff;
  box-shadow: 1px 1px 3px;
}

.mission-vision-image-containers {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  background-color: #001f3f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.mission-vision-containers h2 {
  font-size: 28px;
  font-weight: 600;
}

.mission-vision-info-containers {
  justify-self: flex-end;
  font-size: 15px;
}

/* tech stack */
#tech-stack {
  /* width: 100vw; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0px 0px 0px;
  background-color: #fff;
}

#tech-stack h1 {
  margin-top: 35px;
  font-size: 45px;
  font-weight: 700;
}

#tech-stack p {
  text-align: center;
  font-size: 18px;
}


.tech-stack-containers {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 30px;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #dfebea;
}

.tech-stack-image-containers {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  background-color: #ffffff;
}

.tech-stack-image-containers img {
  height: 50%;
}

.tech-stack-image-containers:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

/* what we do */
#what-we-do {
  margin-top: 70px;
  background: linear-gradient(100deg, #001f3f, #000);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  gap: 30px;

}

#what-we-do h1 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
}

#what-we-do-container {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  gap: 30px;
  min-height: 350px;
  /* width: 100%; */
  padding: 10px 0px;

  /* font-family: 'Tahoma'; */
}

.what-we-do-containers {
  border: 0.5px solid rgba(255, 255, 255, 0.301);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
  width: 240px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.what-we-do-image-containers {
  width: 70px;
  height: 70px;
  background-color: #dadde0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;

}

.what-we-do-image-containers i {
  color: #000000;
  font-size: 30px;
}

.what-we-do-containers h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.what-we-do-containers p {
  font-size: 14px;
  font-weight: 50;
  color: #fff;
  line-height: 1.5rem;
}

/* our portfolio */
#our-portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
  margin-top: 70px;
}

#our-portfolio h1 {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
}

#our-portfolio p {
  font-size: 18px;
  text-align: center;
}

#our-portfolio-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px 10px;
  width: 100%;
}

.our-portfolio-containers {
  border: 0.5px solid rgba(255, 255, 255, 0.533);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.our-portfolio-containers h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

.our-portfolio-image-containers {
  width: 280px;
  height: 200px;
  border: 0.5px solid rgba(195, 191, 191, 0.533);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.our-portfolio-image-containers img {
  width: 100%;
  object-fit: cover;
  transition: transform 5s linear;
}

.scroll-button {
  position: absolute;
  bottom: 10px;
  left: 90px;
  border: 0.5px solid rgba(255, 255, 255, 0.301);
  background: rgba(255, 255, 255, 0.107);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 5px 10px;
  display: none;
  transition: 0.8s ease;
  color: #fff;
}

.our-portfolio-image-containers:hover .scroll-button {
  display: block;
}

#view-more-portfolio {
  border: 2px solid #000000;
  padding: 10px 20px;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#view-more-portfolio:hover {
  background-color: #000000;
  color: #ffffff;
}

#our-portfolio a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

/* cal to action */
#call-to-action {
  width: 100%;
  min-height: 200px;
  background: linear-gradient(100deg, #001f3f, #000);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 90px;
  flex-wrap: wrap;
  margin-top: 90px;
  padding: 50px 0px 50px 80px;
}

#call-to-action-info {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 20px;
  max-width: 850px;
}

#call-to-action-info h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}

#call-to-action-info p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.5rem;
}

#call-to-action a {
  text-decoration: none;
}

#call-to-action-button {
  border-radius: 10px;
  padding: 15px 30px;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#call-to-action-button:hover {
  background-color: #c7c7e6;
}

#call-to-action-button i {
  font-size: 25px;
}

/*  faq */
#faq-section {
  max-width: 950px;
  margin: 90px auto;
}

#faq-section h1 {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;

}

.faq-item {
  padding: 25px 20px;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.faq-item:hover {
  transform: scale(1.01);
  border-left: 3px solid #001f3f;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-size: 20px;
}

.faq-question i {
  font-size: 35px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  color: #000;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.7rem;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.7rem;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

/* footer */
#footer {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 10px;
}

#footer-first-part {
  border-bottom: 1px solid #001f3f;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  padding: 20px 10px;
}

#footer-info-part {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 300px;
  padding: 10px 20px;
}

#footer-info-image-part {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-color: #001f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

#footer-info-image-part img {
  width: 100%;
  border-radius: 10px;
}

#footer-info-part p {
  font-size: 18px;
  line-height: 1.3rem;
  text-align: left;
}

#footer-info-link-part {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  padding: 10px 5px;
}

#footer-info-link-part i {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
}

#footer-info-link-part i:hover {
  color: #005863;
}

#footer-quick-link-part {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 230px;
  padding: 15px 45px;
}

#footer-quick-link-part h3 {
  font-size: 22px;
  font-weight: 600;
}

#footer-quick-link-part a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  transition: color 0.3s ease;
}

#footer-quick-link-part a:hover {
  color: #005863;
}

.footer-quick-links {
  margin-top: 10px;
}

#footer-contact-part {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 290px;
  padding: 15px 25px;
}

#footer-contact-part h3 {
  font-size: 22px;
  font-weight: 600;
}

#footer-contact-part a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

.footer-contact-info span:hover {
  color: #005863;
}

.footer-contact-info {
  margin-top: 10px;
}

.footer-contact-info span {
  margin-left: 10px;
  font-weight: 500px;
  transition: color 0.3s ease;
}

#footer-office-part {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 300px;
  padding: 15px 25px;
}

#footer-office-part h3 {
  font-size: 22px;
  font-weight: 600;
}

#footer-office-info {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3rem;
}

#footer-office-info span {
  margin-left: 10px;
  font-weight: 500px;
}

/* text */
#our-portfolio-container.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.loader {
  font-size: 18px;
  opacity: 0.7;
}