.navbar-container {
  padding: 10px;
  background-color: rgb(55, 54, 54);
  border-width: 0px;
  border-style: solid;
  border-color: rgb(28, 28, 28);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/header-5bg.jpg);
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
}

ul li a {
  color: rgb(255, 255, 255);
  font-weight: lighter;
  text-decoration: none;
  font-family: "Open Sans";
}

.content {
  background-color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#section1 {
  background-image: url(../images/section-bg1.png);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#section2 {
  background-image: url(../images/section-bg2.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  padding: 20px;
}

#section8 {
  display: flex;
  color: rgb(255, 255, 255);
  background-color: rgb(219, 217, 224);
  padding: 60px 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#section9 {
  background-image: url(../images/footer.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
  font-weight: lighter;
}

#section9 h2 {
  font-weight: 300;
}

.swiper {
  width: 100vw;
  height: 100%;
}

#section3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #6693a8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.swiper-slide img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 960px;
  height: 500px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

#section4 .swiper-slide,
#section4-1 .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #6a6a68;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

#section4-2 {
    background-color: #e7ffe6;
}
#section5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #49474d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#section6 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #bbeef0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#section7 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #1d334e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
#section4-2 button {
    padding: 2%;
    font-weight: bold;
    color: white;
    background-color: #48a973;
    width: 60%;
}