@font-face {
  font-family: "SegoeUI";
  src: url("../../assets/fonts/SegoeUI400.ttf");
}

@font-face {
  font-family: "SegoeUI";
  src: url("../../assets/fonts/SegoeUI600.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "SegoeUI";
  src: url("../../assets/fonts/SegoeUI700.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "SegoeUI";
  src: url("../../assets/fonts/SegoeUI900.ttf");
  font-weight: 900;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #051631;
  background-color: #f9f9f9;
}

.container {
  max-width: 992px;
  padding: 0px 15px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.button {
  margin-right: 0px;
  border: 1px solid #3575d4;
  border-radius: 5px;
  padding: 10px 25px;
  transition: 0.5s;
  cursor: pointer;
  width: max-content;
  font-weight: 500;
}

.button:hover {
  color: #f9f9f9;
  background-color: #3575d4;
}

.line {
  height: 2px;
  width: 25px;
  background-color: #051631;
  margin-right: 12px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 20px 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media (max-width: 800px) {
  nav {
    padding: 15px 25px;
  }
}

nav img {
  width: 40px;
}

nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}

nav ul li {
  margin-left: 50px;
  font-weight: 500;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 175px;
}

@media (max-width: 800px) {
  .hero {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .hero .content {
    width: 100%;
  }
}

.hero .content img {
  margin-right: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  width: auto;
  height: 40px;
  border-radius: 5px;
  margin-top: 24px;
}

@media (max-width: 800px) {
  .hero .content img {
    height: 36px;
    margin-top: 0px;
  }
}

@media (max-width: 800px) and (max-width: 440px) {
  .hero .content img {
    height: 32px;
  }
}

@media (max-width: 800px) and (max-width: 400px) {
  .hero .content img {
    height: 24px;
  }
}

.hero .content h1 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
}

@media (max-width: 800px) {
  .hero .content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero .content p {
  margin: 12px 0;
  width: 450px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 800px) {
  .hero .content p {
    width: 100%;
  }
}

.hero .image {
  position: relative;
  width: 50vw;
  text-align: center;
}

.hero .image img {
  height: 500px;
}

@media (max-width: 800px) {
  .hero .image {
    margin-top: 50px;
    width: 100%;
    justify-content: center;
  }
}

.section2 {
  margin: auto;
  margin-top: 150px;
  display: flex;
  justify-content: center;
}

@media (max-width: 800px) {
  .section2 {
    margin-top: 100px;
    flex-direction: column-reverse;
  }
}

.section2 .left {
  width: 50%;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .section2 .left {
    width: 100%;
  }
}

.section2 .left video {
  width: 80%;
}

@media (max-width: 800px) {
  .section2 .left video {
    width: 100%;
    margin-top: 50px;
  }
}

.section2 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 800px) {
  .section2 .right {
    width: 100%;
  }
}

.section2 .right .subtitle {
  display: flex;
  align-items: center;
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 12px;
}

.section2 .right h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 12px;
}

@media (max-width: 800px) {
  .section2 .right h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.section2 .right p {
  line-height: 26px;
  opacity: 0.8;
}

.section2 .right .play {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.section2 .right .play span {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 600;
}

.section3 {
  margin: auto;
  margin-top: 150px;
  display: flex;
  justify-content: center;
}

@media (max-width: 800px) {
  .section3 {
    margin-top: 100px;
    flex-direction: column;
  }
}

.section3 .left {
  width: 50%;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .section3 .left {
    width: 100%;
    margin-top: 50px;
  }
}

.section3 .left img {
  width: 100%;
}

.section3 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 800px) {
  .section3 .right {
    width: 100%;
  }
}

.section3 .right .subtitle {
  display: flex;
  align-items: center;
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 12px;
}

.section3 .right h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 12px;
}

@media (max-width: 800px) {
  .section3 .right h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.section3 .right p {
  line-height: 26px;
  opacity: 0.8;
}

.section3 .right .button {
  margin-top: 16px;
}

video {
  width: 100%;
  height: 100%;
}

.video {
  margin-top: 150px;
  margin-bottom: 100px;
  height: max-content;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  position: relative;
}

@media (max-width: 800px) {
  .video {
    grid-template-columns: 1fr;
    grid-template-areas: "1" "2";
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.video .left {
  background-image: url("../../assets/image/imageleft.png");
  height: 100%;
  background-size: cover;
}

.video .box {
  position: absolute;
  background-color: #f9f9f9;
  width: 36vw;
  height: max-content !important;
  padding: 40px;
  top: 0;
  bottom: 0;
  left: 15vw;
  border-radius: 10px;
  margin: auto;
}

@media (max-width: 992px) {
  .video .box {
    width: 50vw;
    left: 5vw;
  }
}

@media (max-width: 800px) {
  .video .box {
    position: relative;
    width: 100%;
    padding: 5px;
    grid-area: 1;
    left: 0;
    margin-bottom: 24px;
  }
}

.video .box h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.video .box p {
  margin-bottom: 32px;
  opacity: 0.8;
}

@media (max-width: 800px) {
  .video .box p {
    margin-bottom: 16px;
  }
}

.video .box .button {
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fdfdfd;
  background: #3575d4;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: fit-content;
  text-transform: capitalize;
}

.section4 {
  width: 50vw;
  text-align: center;
  margin-bottom: 150px;
}

@media (max-width: 800px) {
  .section4 {
    width: 100%;
    margin-bottom: 100px;
  }
}

.section4 h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 800px) {
  .section4 h3 {
    font-size: 26px;
  }
}

.section4 p {
  opacity: 0.8;
  margin-bottom: 32px;
}

.section4 img {
  width: 100%;
}

footer .image {
  background-image: url("../../assets/image/footer.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
}

@media (max-width: 800px) {
  footer .image {
    height: 200px;
  }
}

footer .image h4 {
  font-size: 48px;
  color: #f9f9f9;
}

@media (max-width: 800px) {
  footer .image h4 {
    font-size: 20px;
  }
}

footer .image .buttons {
  display: flex;
}

footer .image .buttons img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #f9f9f9;
  width: auto;
  height: 40px;
  border-radius: 5px;
  margin-top: 24px;
}

@media (max-width: 800px) {
  footer .image .buttons img {
    height: 24px;
  }
}

footer .image .buttons .margin {
  margin: 0 24px;
}

footer .below {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

@media (max-width: 800px) {
  footer .below {
    padding: 15px;
  }
}

footer .below img {
  width: 32px;
}

footer .below .right {
  display: flex;
  align-items: center;
}

footer .below .right .btn {
  margin-left: 24px;
}
/*# sourceMappingURL=style.css.map */