.wrapper0 {
  padding-top: 90px;
}

.wrapper {
  padding-top: 5rem;
}

.header a,
.footer a {
  text-decoration: none;
}

.header-logo {
  display: block;
  width: 400px;
  height: 75px;
  background: url("../assets/images/50Yearslogooneline.png") center/contain no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  top: -25px;
}

@media (max-width: 1000px) {
  .header-logo {
    width: 160px;
    height: 125px;
    top: -4rem;
  }
}

.container-main-feature {
  position: relative;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-slide {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
  height: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 500px) {
  .swiper-slide {
    height: 200px !important;
    max-height: 220px !important;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f79631;
}

.style1 {
  background-image: url("../assets/images/mainhero.jpg");
}

@media (max-width: 500px) {
  .style1 {
    background-image: url("../assets/images/mainhero375.png");
  }
}

.container-second-feature::before {
  content: "";
  background: url("../assets/images/50flower-icon.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 10rem;
  position: absolute;
  bottom: 0;
  right: 10%;
  display: none;
}

.container-second-feature::after {
  content: "";
  background: url("../assets/images/50yearsaboutuslotus50.png") bottom/contain no-repeat;
  width: 45rem;
  height: 45rem;
  position: absolute;
  top: 27%;
  left: -5%;
}

@media (max-width: 1100px) {
  .container-second-feature::before,
  .container-second-feature::after {
    display: none;
  }
}

.image-container {
  position: relative;
  background-size: contain;
  background-position: center;
  width: 400px;
  height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-repeat: no-repeat;
}

.footer a {
  color: #fff;
  font-weight: 500;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer-logo {
  display: block;
  width: 400px;
  height: 150px;
  background: url("../assets/images/footerlogo.png") center/contain no-repeat;
}

@media (max-width: 1024px) {
  .footer .footer-logo {
    width: 180px;
    height: 145px;
  }
}

.footer .footer-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2rem;
}

@media (max-width: 1024px) {
  .footer .footer-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.footer-title::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 5px;
  background-color: #d61016;
  bottom: -15px;
}

@media (max-width: 1199.98px) {
  .footer .footer-logo {
    width: 180px;
    height: 145px;
  }
}