html,
body {
  position: relative;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}

.landing {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("./asset/01.JPG");
  background-position: center;
  background-size: cover;
}

.logo {
  position: absolute;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  display: inline-block;
  margin: 20px 40px;
}

.navbar {
  position: absolute;
  display: flex;
  margin: 0 auto 0 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 576px) {
  .navbar {
    bottom: 30px;
    justify-content: end;
    align-items: flex-end;
  }
}
.navbar a {
  font-size: 18px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px 0;
  transition: all 400ms;
}
.navbar a:hover {
  text-decoration: underline;
}

.heading1 {
  padding: 100px 0 10px 0;
  border-bottom: 1px #ddd solid;
}

#sec3 h3 {
  margin: 100px auto 0;
  display: block;
  text-align: center;
}

.textarea {
  display: flex;
  width: 300px;
  border: 1px #ddd solid;
}
@media screen and (max-width: 576px) {
  .textarea {
    font-size: 18px;
    width: 100%;
    padding: 0px;
  }
}
.textarea p {
  line-height: 200%;
}
.textarea .textarea1 {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .textarea .textarea1 {
    width: 40%;
  }
}
.textarea .textarea2 {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 0 10px 0 0;
}
.textarea .textarea3 {
  width: 10%;
}

.imgs {
  display: flex;
  flex-wrap: wrap;
}
.imgs img {
  width: 50%;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .imgs img {
    width: 100%;
  }
}
.imgs p {
  width: 100%;
  text-align: center;
}

.btn {
  display: block;
  border: 2px #333 solid;
  border-radius: 40px;
  padding: 20px 80px;
  margin: 40px auto 100px;
  max-width: 100px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  text-align: center;
  transition: all 600ms;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }
}

.swiper {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .swiper {
    width: 100%;
  }
}

.mySwiperM2 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */