@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
a:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
}

.btn {
  background-color: #f7921e;
  border-width: 0 0 3px 0;
  border-color: #df7c0b;
  padding: 10px 50px;
}
.btn:hover {
  background-color: #df7c0b;
  border-color: #c26800;
}

.BGvideo {
  width: 100%;
  height: 100vw;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.BGvideo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/mask.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.BGvideo .logo {
  position: absolute;
  height: 10%;
  top: 10px;
  right: 10px;
  z-index: 4;
}
.BGvideo video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content h1 {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
}
.content h2 {
  color: #3a3a3a;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  margin: 1rem 0;
}
.content .round {
  background-image: url(../images/round.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.content .round .text {
  position: relative;
  top: -2.5%;
  z-index: 3;
}
.content .people1,
.content .people2 {
  width: 300px;
  position: absolute;
  top: 2%;
  left: -60%;
}
.content .people1.people2,
.content .people2.people2 {
  top: auto;
  left: auto;
  bottom: 40%;
  right: -70%;
}
.content .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  color: #fff;
}

.content .contact .text {
  font-size: 24px;
}

.content .copyright {
  color: #fff;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 5px 20px;
  position: relative;
  z-index: 3;
}

.btn {
  padding: 2px 12px;
}

.float {
  position: fixed;
  right: 0px;
  bottom: 15px;
  width: 150px;
  height: 150px;
  padding: 40px 30px 10px 10px;
  text-align: center;
  background-image: url(../images/float_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
.float h3 {
  font-size: 16px;
  line-height: 1.3rem;
  margin-bottom: 5px;
}
.float h3 big {
  color: #f7921e;
  font-size: 24px;
}
.float .btn {
  font-size: 14px;
  padding: 3px;
}

@media screen and (max-width: 576px) {
  .content {
    top: 20%;
  }
  .content .round {
    width: 250px;
    height: 250px;
    margin-top: 0;
  }
  .content .people1,
  .content .people2 {
    width: 210px;
    position: absolute;
    top: -20%;
    left: -45%;
  }
  .content .people1.people2,
  .content .people2.people2 {
    top: auto;
    left: auto;
    bottom: 45%;
    right: -65%;
  }
  .content .copyright {
    color: #fff;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    padding: 5px 20px;
  }

  .BGvideo {
    height: 100vh;
  }
  .content .contact {
    margin-top: 48px;
  }

  .content .contact .text {
    font-size: 18px;
  }
  .content h2 {
    font-size: 20px;
    margin: 0 0 0.5rem 0;
  }
  .content p {
    font-size: 14px;
  }
} /*# sourceMappingURL=main.css.map */
