main#main .section-hero {
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#main .section-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
main#main .section-hero .container h1, main#main .section-hero .container p {
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
main#main .section-hero .container h1 {
  font-size: 60px;
  line-height: 1.2;
}
main#main .section-hero .container h1 .highlight {
  color: #FF11E3;
}
main#main .section-hero .container p {
  font-size: 24px;
  margin-top: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
main#main .section-aboutus {
  padding: 60px 0;
  background-color: #340777;
}
main#main .section-aboutus .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
main#main .section-aboutus .aboutus-item {
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  background: #340777;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}
main#main .section-aboutus .aboutus-item .aboutus-image {
  width: 100%;
  margin-bottom: 15px;
}
main#main .section-aboutus .aboutus-item .aboutus-image img {
  width: 40%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
main#main .section-aboutus .aboutus-item .aboutus-text {
  margin-top: 15px;
}
main#main .section-aboutus .aboutus-item .aboutus-text p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  main#main .section-aboutus .aboutus-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  main#main .section-aboutus .aboutus-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
main#main .section-mission {
  padding: 100px 0;
  text-align: center;
  background-color: #340777;
}
main#main .section-mission .container h4 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
main#main .section-mission .container h4 .highlight {
  color: #FF11E3;
}
main#main .section-mission .container h5 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
main#main .section-mission .container .mission-image {
  width: 100%;
}
main#main .section-mission .container .mission-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main#main .section-mission .container h4 {
    font-size: 28px;
  }
  main#main .section-mission .container h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  main#main .section-mission .container h4 {
    font-size: 24px;
  }
  main#main .section-mission .container h5 {
    font-size: 18px;
  }
}
main#main .section-team {
  background-color: #340777;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}
main#main .section-team .container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
}
main#main .section-team .container .team-images {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  width: calc(50% - 32px);
  min-width: calc(50% - 32px);
  max-width: calc(50% - 32px);
}
main#main .section-team .container .team-images .team-image-item {
  width: calc(50% - 16px);
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
}
main#main .section-team .container .team-images .team-image-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
main#main .section-team .container .team-images .team-image-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
main#main .section-team .container .inner {
  width: calc(50% - 32px);
  min-width: calc(50% - 32px);
  max-width: calc(50% - 32px);
}
main#main .section-team .container .inner h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
main#main .section-team .container .inner h2 .highlight {
  color: #FF11E3;
}
main#main .section-team .container .inner .team-desc {
  font-size: 24px;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: left;
}
main#main .section-popular {
  padding: 80px 0;
  text-align: center;
  background: #340777;
}
main#main .section-popular h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}
main#main .section-popular h2 .highlight {
  color: #FF11E3;
}
main#main .section-popular .popular-image {
  margin-top: 30px;
}
main#main .section-popular .popular-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
main#main .section-prices {
  padding: 80px 0;
  text-align: center;
  background-color: #340777;
}
main#main .section-prices h2 {
  font-size: 36px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}
main#main .section-prices h2 .highlight {
  color: #FF11E3;
}
main#main .section-prices .prices-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
main#main .section-prices .prices-photos .prices-photo {
  flex: 0 0 calc((100% - 64px) / 3);
  max-width: 100%;
  position: relative;
}
main#main .section-prices .prices-photos .prices-photo img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
main#main .section-prices .prices-photos .prices-photo:hover img {
  transform: scale(1.05);
  box-shadow: none;
}
main#main .section-subscribe {
  background-color: #340777;
  padding: 80px 20px;
  text-align: center;
}
main#main .section-subscribe .subscribe-head {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
main#main .section-subscribe .subscribe-head .highlight {
  color: #FF11E3;
}
main#main .section-subscribe .subscribe-subheading {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
main#main .section-subscribe form {
  background: linear-gradient(to bottom, #FF11E3, #00C8FF);
  padding: 50px;
  border-radius: 12px;
  max-width: 1860px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
main#main .section-subscribe form label {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
main#main .section-subscribe form input, main#main .section-subscribe form textarea, main#main .section-subscribe form select {
  background-color: white;
  width: 100%;
  padding: 20px 24px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
}
main#main .section-subscribe form select {
  height: 60px;
  cursor: pointer;
}
main#main .section-subscribe form input[type=submit] {
  background: linear-gradient(90deg, #FF11E3, #00C8FF);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: center;
}
main#main .section-subscribe form input[type=submit]:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(255, 17, 227, 0.4);
}/*# sourceMappingURL=home.css.map */