@font-face {
  font-family: inter;
  src: url(/fonts/Inter-Regular.woff2);
}
@font-face {
  font-family: reg;
  src: url(/fonts/Inter-Medium.woff2);
}
@font-face {
  font-family: italic;
  src: url(/fonts/Inter-Italic.woff2);
}
@font-face {
  font-family: font1;
  src: url(/fonts/83d68701816a12aa35a2.otf);
}
@font-face {
  font-family: font2;
  src: url(/fonts/454eb5dae254a8dce752.otf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

.html {
  font-size: clamp(12px, 1vw, 20px);
}

.bg {
  position: fixed;
}
.bg .video-mobile {
  display: none;
}
.bg video {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

nav {
  position: absolute;
  width: 100%;
}
nav .navbar {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
}
nav .navbar button {
  padding: 0.8em 1.5em;
  border: none;
  background-color: rgb(240, 240, 240);
  font-weight: 550;
}

main {
  position: relative;
}
main .box1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2em;
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 99;
  color: white;
  font-family: inter;
  font-weight: 100;
  font-size: 2.7vmin;
}
main .box2 {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10em 3em;
}
main .box2 .top {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5em;
  padding-bottom: 5em;
}
main .box2 .top h4 {
  font-size: 1em;
  font-family: inter;
  font-weight: 100;
}
main .box2 .top h1 {
  font-size: 6vmin;
  font-family: inter;
  line-height: 1em;
  opacity: 0.9;
  font-weight: 550;
}
main .box2 .top p {
  font-size: 2.2vmin;
  max-width: 33em;
  font-family: inter;
  opacity: 0.8;
  line-height: 1.5em;
}
main .box2 .bottom {
  display: flex;
}
main .box2 .bottom img {
  width: 100%;
  border-radius: 1em;
}
main .box2 .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-family: inter;
}
main .box2 .base h2 {
  font-size: 5vmin;
  font-weight: 500;
  line-height: 1.2em;
}
main .box2 .base p {
  font-size: 1em;
  max-width: 20em;
  margin-right: 20em;
}
main .box3 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 4em;
}
main .box3 .card {
  display: flex;
  flex-direction: column;
  padding: 1em 2.5em;
}
main .box3 .card .top img {
  max-width: 100%;
  height: auto;
}
main .box3 .card .bottom {
  font-family: inter;
}
main .box3 .card .bottom .para {
  font-size: 0.8em;
}
main .box3 .card .bottom .b3flex1 {
  display: flex;
  justify-content: space-between;
}
main .box3 .card .bottom .b3flex1 .left h3 {
  font-size: 2.3em;
  font-weight: 100;
  padding: 0.4em 0;
}
main .box3 .card .bottom .b3flex1 .left .color {
  display: flex;
  gap: 0.2em;
  padding-bottom: 1em;
}
main .box3 .card .bottom .b3flex1 .left .color .box {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: black;
}
main .box3 .card .bottom .b3flex1 .right p {
  font-size: 1em;
}
main .box3 .card .bottom .b3flex2 {
  display: flex;
  justify-content: space-between;
}
main .box3 .card .bottom .b3flex2 .left h3 {
  font-size: 1em;
  font-weight: 100;
}
main .box3 .card .bottom .b3flex2 .left p {
  font-weight: 0.8em;
  color: rgba(0, 0, 0, 0.513);
}
main .box3 .card .bottom .b3flex2 .right {
  max-width: 25em;
}
main .box4 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: inter;
  padding: 5em 0;
  gap: 2.5em;
}
main .box4 h1 {
  font-size: 3.5em;
  text-align: center;
  color: rgba(0, 0, 0, 0.851);
}
main .box4 button {
  padding: 1em 2em;
  background-color: #ff3b36;
  color: white;
  border: none;
  border-radius: 0.5em;
}
main .box4 button:hover {
  background-color: #c82d2a;
  padding: 1.1em 2.1em;
}
main .box5 {
  color: white;
  font-family: inter;
}
main .box5 .text {
  position: absolute;
  padding: 2em 2em;
}
main .box5 .b5img {
  display: flex;
  align-items: end;
  justify-content: center;
}
main .box5 .b5img .btn {
  position: absolute;
  padding: 5vh 5vw;
}
main .box5 .b5img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .box5 .b5img .btn button {
  padding: 0.3em 0.6em;
  background-color: rgba(0, 0, 0, 0.223);
  color: white;
}
main .box6 {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10em 3em;
}
main .box6 .top {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5em;
  padding-bottom: 5em;
}
main .box6 .top h4 {
  font-size: 1em;
  font-family: inter;
  font-weight: 100;
}
main .box6 .top h1 {
  font-size: 6vmin;
  font-family: inter;
  line-height: 1em;
  opacity: 0.9;
  font-weight: 550;
  max-width: 15em;
}
main .box6 .top p {
  font-size: 2.2vmin;
  max-width: 33em;
  font-family: inter;
  opacity: 0.8;
  line-height: 1.5em;
}
main .box6 .bottom {
  display: flex;
}
main .box6 .bottom img {
  width: 100%;
  border-radius: 1em;
}
main .box6 .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-family: inter;
}
main .box6 .base h2 {
  font-size: 5vmin;
  font-weight: 500;
  line-height: 1.2em;
}
main .box6 .base p {
  font-size: 1em;
  max-width: 20em;
  margin-right: 20em;
}
main .box7 {
  background-color: white;
  font-family: font1;
  padding: 3em 6em;
}
main .box7 .b7flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5em;
}
main .box7 .b7flex .left {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
main .box7 .b7flex .left .box {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  flex-basis: 50%;
  border-bottom: 1px solid rgba(18, 18, 18, 0.165);
}
main .box7 .b7flex .left .box p {
  max-width: 35em;
  padding-bottom: 2.6em;
  line-height: 1.4em;
}
main .box7 .b7flex .left .box h1 {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.765);
  font-size: 2em;
}
main .box7 .b7flex .right img {
  width: 35em;
  border-radius: 0.9em;
}
main .box7 .b7img {
  padding: 0.4em;
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}
main .box7 .b7img img {
  width: 3em;
  border-radius: 0.2em;
}
main .box8 {
  color: white;
  font-family: inter;
}
main .box8 .text {
  position: absolute;
  padding: 2em 2em;
}
main .box8 .b5img {
  display: flex;
  align-items: end;
  justify-content: center;
}
main .box8 .b5img .btn {
  position: absolute;
  padding: 5vh 5vw;
}
main .box8 .b5img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .box8 .b5img .btn button {
  padding: 0.3em 0.6em;
  background-color: rgba(0, 0, 0, 0.223);
  color: white;
}
main .b8para {
  background-color: #F5F5E6;
  padding: 2em 2.5em;
  font-family: inter;
  font-weight: 100;
}
main .b8para p {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.488);
  max-width: 22em;
}
main .box9 {
  background-color: #F5F5E6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5em 3em;
}
main .box9 .top {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2.9em;
  padding-bottom: 5em;
}
main .box9 .top h4 {
  font-size: 1em;
  font-family: inter;
  font-weight: 100;
}
main .box9 .top h1 {
  font-size: 6vmin;
  font-family: inter;
  line-height: 1em;
  opacity: 0.9;
  font-weight: 550;
  max-width: 18em;
}
main .box9 .top p {
  font-size: 2.2vmin;
  max-width: 35em;
  font-family: inter;
  opacity: 0.8;
  line-height: 1.5em;
}
main .box9 .bottom {
  display: flex;
}
main .box9 .bottom img {
  width: 100%;
  border-radius: 1em;
}
main .box9 .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-family: inter;
}
main .box9 .base h2 {
  font-size: 5vmin;
  font-weight: 500;
  line-height: 1.2em;
}
main .box9 .base p {
  font-size: 1em;
  max-width: 20em;
  margin-right: 20em;
}
main .box10 {
  background-color: #F5F5E6;
  padding: 2em 2em;
  font-family: inter;
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
}
main .box10 .box {
  width: 26em;
  background-color: white;
  padding: 3em 1em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  border-radius: 0.6em;
}
main .box10 .box img {
  width: 25em;
  font-weight: 200;
}
main .box10 .box h3 {
  font-family: font2;
  color: rgba(0, 0, 0, 0.621);
}
main .box10 .box h6 {
  font-size: 1.1em;
  font-weight: 200;
  color: #ff3b36;
}
main .box10 .box p {
  font-size: 0.9em;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.697);
}
main .box11 {
  color: white;
  font-family: inter;
}
main .box11 .text {
  position: absolute;
  padding: 2em 2em;
}
main .box11 .b5img {
  display: flex;
  align-items: end;
  justify-content: center;
}
main .box11 .b5img .btn {
  position: absolute;
  padding: 5vh 5vw;
}
main .box11 .b5img img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .box11 .b5img .btn button {
  padding: 0.3em 0.6em;
  background-color: rgba(0, 0, 0, 0.223);
  color: white;
  outline: none;
}
main .b11para {
  background-color: #fff;
  padding: 2em 2.5em;
  font-family: inter;
  font-weight: 100;
}
main .b11para p {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.68);
  max-width: 30em;
}
main .box12 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10em 3em;
}
main .box12 .top {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2.2em;
  padding-bottom: 5em;
}
main .box12 .top h4 {
  font-size: 1em;
  font-family: inter;
  font-weight: 100;
}
main .box12 .top h1 {
  font-size: 6vmin;
  font-family: inter;
  line-height: 1em;
  opacity: 0.9;
  font-weight: 550;
  max-width: 18em;
}
main .box12 .top p {
  font-size: 2.2vmin;
  max-width: 35em;
  font-family: inter;
  opacity: 0.8;
  line-height: 1.5em;
}
main .box13 {
  padding: 2em 2.5em;
  font-family: inter;
  background-color: #fff;
}
main .box13 .mobile {
  display: none;
}
main .box13 .desktop {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
}
main .box13 .desktop .box video {
  width: 30vmax;
  border-radius: 0.4em;
}
main .box13 .desktop .box p {
  max-width: 25em;
  line-height: 1.5em;
  font-size: 0.9em;
  padding: 1em 0;
  color: rgba(0, 0, 0, 0.56);
}
main .box13 .desktop .box h2 {
  font-family: font1;
  font-weight: 300;
}
main .box13 .desktop .border {
  padding: 1em;
  border: 1px solid black;
}
main .box14 {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 1em !important;
  padding: 2em 3em;
}
main .box14 .top {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3em;
  padding-bottom: 5em;
  text-transform: capitalize;
}
main .box14 .top h4 {
  font-size: 1em;
  font-family: inter;
  font-weight: 100;
}
main .box14 .top h1 {
  font-size: 6vmin;
  font-family: inter;
  line-height: 1em;
  opacity: 0.9;
  font-weight: 550;
}
main .box14 .top p {
  font-size: 2.2vmin;
  max-width: 33em;
  font-family: inter;
  opacity: 0.8;
  line-height: 1.5em;
}
main .box14 .bottom {
  display: flex;
}
main .box14 .bottom img {
  width: 100%;
  border-radius: 1em;
}
main .box14 .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-family: inter;
}
main .box14 .base h2 {
  font-size: 5vmin;
  font-weight: 500;
  line-height: 1.2em;
}
main .box14 .base p {
  font-size: 1em;
  max-width: 20em;
  margin-right: 20em;
}
main .box15 {
  background-color: white;
  font-family: font1;
  padding: 3em 6em;
}
main .box15 .b7flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 2.5em;
}
main .box15 .b7flex .left {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
main .box15 .b7flex .left .box {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  flex-basis: 50%;
  border-bottom: 1px solid rgba(18, 18, 18, 0.165);
}
main .box15 .b7flex .left .box p {
  max-width: 35em;
  padding-bottom: 2.6em;
  line-height: 1.4em;
}
main .box15 .b7flex .left .box h1 {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.765);
  font-size: 2em;
}
main .box15 .b7flex .right video {
  width: 35em;
  border-radius: 0.9em;
}
main .box15 .b7img {
  padding: 0.4em;
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}
main .box15 .b7img img {
  width: 3em;
  border-radius: 0.2em;
}
main .box16 {
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10em 3em;
}
main .box16 .top {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1em;
  padding-bottom: 5em;
}
main .box16 .top h1 {
  font-size: 7vmin;
  font-family: inter;
  line-height: 1em;
  opacity: 0.9;
  font-weight: 550;
  padding-bottom: 0.5em;
}
main .box16 .top span {
  font-family: font2;
}
main .box16 .top button {
  background-color: #ff3b36;
  color: white;
  border: none;
  outline: none;
  padding: 0.8em 1.8em;
  border-radius: 0.3em;
}
main .box16 .top button:hover {
  background-color: #c82d2a;
  padding: 0.9em 1.9em;
}
main .box17 {
  background-color: black;
  color: white;
  padding: 2em 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  font-family: inter;
}
main .box17 .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
main .box17 .bottom .box {
  display: flex;
  align-items: center;
  gap: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.241);
  padding-bottom: 1.1em;
}
main .box17 .bottom .box h3 {
  font-size: 1.5em;
}

/*==========video==========*/
@media (max-width: 766px) {
  .bg .video-desktop {
    display: none;
  }
  .bg .video-mobile {
    display: block;
  }
}
/*=====box2====*/
@media (max-width: 1200px) {
  main .box2 .base {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    gap: 1em;
    padding-top: 1em;
  }
}
@media (max-width: 500px) {
  main .box2 {
    padding: 5em 2em;
  }
  main .box2 .top p {
    font-size: 0.9em;
  }
  main .box2 .bottom img {
    border-radius: 1em;
  }
  main .box2 .base p {
    width: 100%;
    opacity: 0.8;
    font-family: inter;
    font-size: 0.9em;
    padding: 0;
  }
  main .box2 .base h2 {
    font-size: 1.2em;
  }
}
/*======box3=========*/
@media (max-width: 1200px) {
  main .b3flex2 {
    display: flex;
    gap: 1em;
    flex-direction: column;
    justify-content: space-between;
  }
  main .b3flex2 .left h3 {
    font-size: 1em;
    font-weight: 100;
  }
  main .b3flex2 .left p {
    font-weight: 0.8em;
    color: rgba(0, 0, 0, 0.513);
  }
}
@media (max-width: 768px) {
  main .box3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/*=======box 5=======*/
@media (max-width: 1200px) {
  main .box7 {
    padding: 3em 2em;
  }
  main .box7 .b7flex .right img {
    width: 25em;
    border-radius: 0.9em;
  }
}
@media (max-width: 768px) {
  main .box7 {
    padding: 3em 2em;
  }
  main .box7 .b7flex {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 2.5em;
  }
  main .box7 .b7flex .left .box p {
    max-width: 35em;
    padding-bottom: 2.6em;
    line-height: 1.4em;
    font-size: 0.7em;
  }
  main .box7 .b7flex .left .box h1 {
    font-size: 1.5em;
  }
  main .box7 .b7flex .right img {
    max-width: 24em;
    border-radius: 0.9em;
  }
}
@media (max-width: 488px) {
  main .box7 {
    padding: 3em 2em;
  }
  main .box7 .b7flex .right img {
    max-width: 21em;
    border-radius: 0.9em;
  }
}
@media (max-width: 488px) {
  .box10 .box img {
    width: 18em !important;
    font-weight: 200;
  }
  .box10 .box h3 {
    font-family: font2;
    color: rgba(0, 0, 0, 0.621);
  }
  .box10 .box h6 {
    font-size: 1.1em;
    font-weight: 200;
    color: #ff3b36;
  }
  .box10 .box p {
    font-size: 0.9em;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 0.697);
  }
}
/*view 13*/
@media (max-width: 900px) {
  main .box13 {
    padding: 1em;
  }
  main .box13 .desktop {
    display: none;
  }
  main .box13 .mobile {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
  main .box13 .mobile .box video {
    width: 45vmin !important;
    border-radius: 1em;
  }
  main .box13 .mobile .box p {
    padding: 1em 0;
    font-size: 0.8em;
    max-width: 28em;
  }
}
/*view 14*/
@media (max-width: 1200px) {
  main .box15 {
    padding: 3em 2em;
  }
  main .box15 .b7flex .right video {
    width: 25em;
    border-radius: 0.9em;
  }
}
@media (max-width: 768px) {
  main .box15 {
    padding: 3em 2em;
  }
  main .box15 .b7flex {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 2.5em;
  }
  main .box15 .b7flex .left .box p {
    max-width: 35em;
    padding-bottom: 2.6em;
    line-height: 1.4em;
    font-size: 0.7em;
  }
  main .box15 .b7flex .left .box h1 {
    font-size: 1.5em;
  }
  main .box15 .b7flex .right video {
    max-width: 30em;
    border-radius: 0.9em;
  }
}
@media (max-width: 488px) {
  main .box15 {
    padding: 3em 2em;
  }
  main .box15 .b7flex .right video {
    max-width: 19em;
    border-radius: 0.9em;
  }
}
/*view 16*/
@media (max-width: 800px) {
  main .box16 {
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4em 3em;
  }
  main .box16 .top {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5em;
    padding-bottom: 5em;
  }
  main .box16 .top h1 {
    font-size: 5vmin;
    font-family: inter;
    line-height: 1em;
    opacity: 0.9;
    font-weight: 550;
    padding-bottom: 0.5em;
  }
  main .box16 .top span {
    font-family: font2;
  }
  main .box16 .top button {
    background-color: #ff3b36;
    color: white;
    border: none;
    outline: none;
    padding: 0.6em 1.6em;
    border-radius: 0.3em;
  }
  main .box16 .top button:hover {
    background-color: #c82d2a;
    padding: 0.9em 1.9em;
  }
}/*# sourceMappingURL=style.css.map */