@import "Style.css";
.main_page {
  float: left;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.main_banner {
  width: 100%;
  height: 100vw;
  max-height: 750px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_banner .earth {
  position: absolute;
  top: 50px;
  left: 10vw;
  box-sizing: border-box;
  width: 20vw;
  height: 20vw;
  background: #00000091;
  box-shadow: 0 0 12px 1px #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/public/img/home/Earth.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation: moveAround 7s infinite alternate linear;
}

@keyframes moveAround {
  0% {
    top: 50px;
    left: 10vw;
  }
  25% {
    top: 320px;
    left: 70vw;
  }
  50% {
    top: 50px;
    left: 70vw;
  }
  75% {
    top: 320px;
    left: 10vw;
  }
  100% {
    top: 50px;
    left: 10vw;
  }
}

.main_banner h2 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_banner h2 span {
  line-height: 20vw;
  font-size: 2vw;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  white-space: nowrap;
  animation: moveAround2 5s linear infinite;
  text-shadow: 4px 4px #014996;
}

@keyframes moveAround2 {
  0% {
    transform: translateX(200%) translateY(0);
  }
  100% {
    transform: translateX(-200%) translateY(0);
  }
}

.main_banner p {
  display: none;
  position: absolute;
  bottom: 50px;
  box-sizing: border-box;
  width: 80%;
  padding: 10px 20px;
  font-size: 2vw;
  font-weight: 900;
  color: #fff;
  background: #00000075;
  box-shadow: 0 0 8px 0px #fff;
  border-radius: 10px;
}
.section1 {
  float: left;
  width: 100%;
  height: 450px;
  background: #d8f1f1;
  position: relative;
}
.section1 .items {
  position: absolute;
  top: -150px;
  left: 60px;
  right: 60px;
  height: 450px;
  display: flex;
  justify-content: space-between;
}
.section1 .item {
  width: 30%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #fff;
  border-radius: 0 0 80px 0;
  position: relative;
}
.section1 .item img {
  height: 90px;
}
.section1 .item h2 {
  margin: 15px 0;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}
.section1 .item p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.section1 .item a {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 90px);
  width: 180px;
  line-height: 60px;
  border-radius: 30px;
  display: none;
}
.section2 {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 120px 60px;
  display: flex;
  justify-content: space-between;
}
.section2 .img_cont {
  width: 33%;
}
.section2 .img_cont img {
  width: 100%;
}
.section2 .text_cont {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section2 .text_cont h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
}
.section2 .text_cont p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}
.section2 .text_cont a {
  float: left;
  width: fit-content;
  box-sizing: border-box;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #4a9797;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  transition: flex 0.2s;
  display: none;
}
.section2 .text_cont a:hover {
  border-color: #4a9797;
  padding: 0 2px;
  margin-left: -2px;
}
.section3 {
  box-sizing: border-box;
  width: 100%;
  padding: 60px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url(/public/img/sky1.webp);url(
  /public/img/sky1 .webp);url(
  /public/img/sky1 -.webp);url(
  /public/img/sky1 - .webp);url(
  /public/img/sky1 - C.webp);url(
  /public/img/sky1 - Co.webp);url(
  /public/img/sky1 - Cop.webp);url(
  /public/img/sky1 - Copy.webp);url(
  /public/img/sky1 - Copy);
  background-repeat: repeat;
}
.section3 h2 {
  margin: 0 0 50px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
.section3 p {
  margin: 20px 0;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  width: 100%;
}
.section3 a {
  width: fit-content;
  background: #014996;
  color: #fff;
  border-radius: 10px;
  line-height: 50px;
  display: block;
  padding: 0 20px;
  margin: 0 auto 30px;
}
.section3 .pool {
  width: 100%;
  background: #01499661;
  padding: 20px 2%;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 2px #267ddb;
}
.section3 .pool img {
  width: 30%;
  border-radius: 8px;
}
.section3 .pool div {
  width: 70%;
}
.section3 .pool h3 {
  width: 100%;
  color: #ffffff;
  line-height: 50px;
  margin: 0;
  font-weight: 900;
  font-size: 1.5rem;
}
.section3 .pool p {
  width: 100%;
  height: auto;
  margin: 0;
  color: #fff;
  text-align: justify;
  padding: 15px 20px 25px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 32px;
}

.section4 {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: url(/public/img/sky1.webp);
  background-repeat: repeat;
}
.section4 h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}
.section4 img {
  width: 300px;
  border-radius: 8px;
  margin: 30px 0;
}
.section4 p {
  width: 100%;
  text-align: justify;
  line-height: 36px;
  font-size: 1.2rem;
  box-shadow: 0 0 15px 2px #267ddb;
  background: #01499661;
  padding: 20px 2%;
  color: #fff;
  box-sizing: border-box;
}
.slideshow-container {
  float: left;
  width: 100%;
  height: 270px;
  position: relative;
  margin-top: 20px;
}
.mySlides {
  display: none;
  width: 100%;
  text-align: left;
}
.mySlides p {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}
.mySlides h4 {
  margin: 25px 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
}
.mySlides h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}
.dots_cont {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.dots_cont .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background: #23232333;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dots_cont .dot:hover {
  background-color: #232323cc;
}
.dots_cont .active-slide {
  background-color: #232323cc;
  width: 30px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.section5 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 4%;
  box-sizing: border-box;
}
.section5 h2 {
  margin: 0;
  font-size: 3vw;
  font-weight: 900;
  color: #ffffff;
  background: #00000085;
  box-shadow: 0 0 5px 0px #fff;
  border-radius: 5px;
  width: 80%;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}
.section5 p {
  margin: 20px 0;
  color: #ffffff;
  text-align: justify;
  line-height: 30px;
  background: #00000085;
  box-shadow: 0 0 5px 0px #fff;
  width: 80%;
  padding: 20px 3%;
  border-radius: 10px;
  font-size: 1.6vw;
  font-weight: 700;
  box-sizing: border-box;
}
.section5 .video_cont {
  height: 90vh;
  width: 160vh;
  border-radius: 10px;
  overflow: hidden;
}
.section5 .video_cont video {
  height: 100%;
}
.section6 {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 60px;
  display: flex;
  justify-content: space-between;
  background: #000;
  border-top: 1px solid #555;
}
.section6 .column {
  width: 48%;
  min-height: 185px;
}
.section6 .column h3 {
  margin: 0 0 30px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.section6 .column p {
  margin: 0;
  font-size: 22px;
  line-height: 27px;
  text-align: left;
  color: #dddddd;
}
.section6 .column .form {
  width: 70%;
  margin-left: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section6 .column .form label {
  font-size: 20px;
  color: #ffffff;
}
.section6 .column .form input {
  width: 100%;
  line-height: 60px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #333;
  color: #fff;
  font-size: 20px;
  padding: 0 10px 1px;
  box-sizing: border-box;
  margin: 15px 0 40px;
  background: none;
}
.section6 .column .form input:focus {
  border-bottom: 2px solid #014996;
  padding-bottom: 0;
}
.section6 .column .form span {
  line-height: 44px;
  padding: 0 48px;
  border-radius: 10px;
  background: #014996;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.section6 .column .form span:hover {
  background: #d952b0ab;
}
.section6 .column .msg {
  float: right;
  width: 70%;
  background: #014996;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  display: none;
}

@media (max-width: 768px) {
  .main_banner {
    height: 500px;
    background-position: center;
  }
  .main_banner img {
    width: 100%;
    height: 100%;
  }
  .main_banner .earth {
    top: 85px;
    padding: 0;
    left: 5vw;
    width: 30vw;
    height: 30vw;
    font-size: 6vw;
    line-height: 7vw;
  }
  @keyframes moveAround {
    0% {
      top: 50px;
      left: 5vw;
    }
    25% {
      top: 320px;
      left: 65vw;
    }
    50% {
      top: 50px;
      left: 65vw;
    }
    75% {
      top: 320px;
      left: 5vw;
    }
    100% {
      top: 50px;
      left: 5vw;
    }
  }
  .main_banner h2 {
    margin: 0;
    padding: 0;
  }
  .main_banner h2 span {
    font-size: 3.5vw;
  }
  .main_banner p {
    font-size: 5vw;
    bottom: 30px;
  }
  .section1 {
    height: auto;
    overflow: hidden;
    min-height: 450px;
    padding: 20px 0 50px;
  }
  .section1 .items {
    top: 30px;
    flex-direction: column;
    height: auto;
    width: 80%;
    left: 10%;
    right: 10%;
    position: relative;
  }
  .section1 .item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section1 .item a {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .section2 {
    flex-direction: column;
    padding: 50px 0;
  }
  .section2 .img_cont {
    width: 100%;
  }
  .section2 .text_cont {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .section2 .text_cont h2 {
    font-size: 1.5rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section2 .text_cont p {
    font-size: 1rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section2 .text_cont a {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .section3 {
    padding: 50px 8%;
  }
  .section3 .pool .step h4 {
    font-size: 5vw;
  }
  .section3 .pool {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
  .section3 .pool img {
    width: 100%;
    border-radius: 0;
  }
  .section3 .pool div {
    width: 100%;
    padding-top: 15px;
  }
  .section3 .pool .step span {
    font-size: 7vw;
  }
  .section3 .pool i {
    font-size: 7vw;
  }
  .section3 .pool .step .perWorth {
    font-size: 6vw;
  }
  .section3 .note {
    font-size: 5vw;
    margin: 10px 0;
  }
  .section3 .note span {
    font-size: 5.2vw;
  }

  .section4 {
    padding: 50px 0;
  }
  .section4 h2 {
    font-size: 1.5rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section4 img {
    width: 84%;
  }
  .section4 p {
    font-size: 1rem;
    padding: 0 20px;
    box-sizing: border-box;
    width: 84%;
  }
  .section5 {
    background-position: top;
    padding: 10px 4% 50px;
    height: 80vh;
  }
  .section5 h2 {
    font-size: 7vw;
    width: 100%;
    box-shadow: unset;
  }
  .section5 p {
    width: 98%;
    box-sizing: border-box;
    font-size: 4.5vw;
  }
  .section6 {
    flex-direction: column;
    padding: 20px;
  }
  .section6 .column {
    width: 100%;
  }
  .section6 .column .form {
    width: 100%;
    margin: 0;
  }
  .footer {
    height: auto;
    padding: 50px 10px;
  }
  .logo_part_footer {
    width: 100%;
  }
  .logo_part_footer .logo {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .logo img {
    float: none;
  }
  .footer_row {
    flex-direction: column;
  }
  .footer_row .column {
    width: 100%;
    text-align: center;
  }
  .footer_row .column .button {
    width: 100%;
  }
  .footer_row .column .social_media {
    float: none;
  }
}
