*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 20px;
  overflow-x: hidden;
  max-width: 100%;
  font-weight: 500;
  background: #1d0e09; }

a {
  font-family: 'Mulish', sans-serif;
  color: #fff;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #322646; }

a:active {
  text-decoration: none; }

input, select {
  font-family: 'Mulish', sans-serif; }

img {
  border: 0 none;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.wrapper {
  max-width: 1410px;
  margin: auto;
  padding: 0 15px;
  position: relative; }

.container_lp {
  overflow-x: clip;
  display: block; }

.box1 {
  background: url(../images/b1.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  height: 100vh;
  position: relative; }

.box2 {
  background: url(../images/b2.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  height: 795px;
  position: relative; }

.box3 {
  background: url(../images/b3.jpg) no-repeat top center;
  background-size: cover;
  text-align: left;
  height: 650px;
  position: relative; }

.box4 {
  background: url(../images/b4.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  height: 820px;
  position: relative; }

.box5 {
  background: url(../images/b5.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  height: 820px;
  position: relative; }

.box6 {
  background: url(../images/b6.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  height: 650px;
  position: relative; }

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  overflow: hidden; }
  .logo img {
    animation: zoom .5s infinite; }

.tbox {
  margin: auto;
  margin-top: 120px;
  max-width: 60%;
  display: block;
  padding: 20px 0;
  text-align: center;
  background: #201009;
  background: linear-gradient(90deg, rgba(32, 16, 9, 0) 0%, rgba(32, 16, 9, 0.8) 25%, rgba(32, 16, 9, 0.8) 75%, rgba(32, 16, 9, 0) 100%); }
  .tbox p {
    font-size: 20px; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 1000;
  color: #fce772; }

.btn_box {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
  margin: auto; }
  .btn_box a {
    background: url(../images/bg-btn.png) repeat-x;
    display: inline-block;
    height: 52px;
    position: relative;
    padding: 0 34px;
    line-height: 52px;
    font-weight: 700;
    color: #201009;
    overflow: hidden;
    text-align: center;
    border-radius: 26px; }
    .btn_box a img {
      position: relative;
      top: 6px;
      margin-left: 8px; }
    .btn_box a:hover {
      filter: brightness(1.2); }
    .btn_box a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 34px;
      height: 52px;
      background: url(../images/left-btn.png) no-repeat; }
    .btn_box a:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 34px;
      height: 52px;
      background: url(../images/right-btn.png) no-repeat; }

.download_box {
  padding: 20px 0;
  display: flex;
  justify-content: space-between; }

.cont_box2 {
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 680px;
  top: 260px;
  gap: 10px; }
  .cont_box2 h4 {
    text-transform: uppercase;
    font-size: 24px; }

.title {
  text-align: left; }
  .title p {
    font-weight: 800;
    font-size: 42px;
    color: #fce772;
    text-transform: uppercase;
    line-height: 30px; }
  .title h1 {
    font-size: 48px; }

.box3 {
  position: relative; }
  .box3 .cont_box3 {
    max-width: 600px;
    position: absolute;
    top: 120px;
    right: 60px; }
  .box3 .btn_box {
    justify-content: unset;
    margin: 0; }
  .box3 ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 30px 0; }
    .box3 ul li {
      display: flex;
      align-items: center; }
      .box3 ul li img {
        margin-right: 10px; }

.box4 .cont_box4 {
  padding: 80px 0; }
  .box4 .cont_box4 .title {
    display: flex;
    justify-content: center; }
.box4 ul {
  display: flex;
  position: relative;
  top: 260px;
  gap: 8px;
  padding: 30px 0;
  justify-content: center; }
  .box4 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .box4 ul li p {
      padding: 20px 0; }
    .box4 ul li img:hover {
      filter: brightness(1.2);
      transform: scale(1.2);
      cursor: pointer; }

.box5 .cont_box5 {
  padding: 80px 0; }
  .box5 .cont_box5 .title {
    display: flex;
    justify-content: center; }

.box6 .cont_box6 {
  padding: 80px 0px 80px 460px; }
  .box6 .cont_box6 .title {
    display: flex;
    justify-content: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7); }

.footer {
  padding: 30px 0;
  text-align: center;
  font-size: 14px; }
  .footer .support a {
    display: inline-block;
    padding: 10px 20px;
    border: solid 2px  #fce772;
    border-radius: 20px;
    color: #fce772; }
    .footer .support a:hover {
      background: #fce772;
      color: #1d0e09; }
  .footer ul {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .footer ul li.col2 {
      display: flex;
      justify-content: center;
      gap: 60px; }
    .footer ul li p {
      padding: 8px 0; }
  .footer .social a {
    margin: 0 6px; }

@media only screen and (max-width: 1024px) {
  .box1 {
    height: auto; }

  .title h1 {
    font-size: 36px; }

  .box6 .cont_box6 {
    padding: 80px 0px 80px 320px; }

  .box4 ul {
    padding: 0 20px; }
    .box4 ul li {
      flex: 1; }
      .box4 ul li img {
        width: 100%; } }
@media only screen and (max-width: 768px) {
  .box3::before, .box4::before, .box2::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

  .title h1 {
    font-size: 36px; }

  .box6 .cont_box6 {
    padding: 80px 0px 80px 260px; }

  .box4 {
    height: auto;
    min-height: 360px; }
    .box4 ul {
      top: 80px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .box4 ul li {
        justify-content: flex-start; }
        .box4 ul li.arrow {
          display: none; }
        .box4 ul li img {
          max-width: 80%; }

  .box3 {
    text-align: center; }
    .box3 .title {
      text-align: center; }
    .box3 ul {
      justify-content: center;
      align-items: center; }

  .btn_box {
    width: 100%;
    max-width: 100%; }

  .box4 {
    text-align: center; }
    .box4 .title {
      text-align: center; }

  .title {
    text-align: center; }

  .box3 .cont_box3, .box2 .cont_box2 {
    right: auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 60px; }

  .box5, .box6 {
    height: auto;
    min-height: 360px; }

  .box3 .cont_box3 {
    top: 60px; }

  .box2 .cont_box2 {
    top: auto; }

  .download_box {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px; }
    .download_box a {
      margin: 0;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      overflow: visible;
      white-space: normal; }

  .box2 {
    height: auto;
    min-height: 360px; } }
@media only screen and (max-width: 480px) {
  .title h1 {
    font-size: 20px; }

  .title p {
    font-size: 18px;
    line-height: 18px; }

  body {
    font-size: 16px; }

  .logo img {
    max-width: 120px; }

  .tbox {
    margin-top: 0px;
    max-width: 90%; }
    .tbox h1 {
      font-size: 36px;
      margin-bottom: 20px; }

  .box2 {
    height: auto;
    min-height: 360px; }
    .box2 .cont_box2 {
      padding: 40px 0;
      top: auto; }

  .box3 {
    height: auto; }
    .box3 .cont_box3 {
      max-width: 600px;
      position: relative;
      top: auto;
      right: auto;
      padding: 40px 0; }

  .box4 {
    height: auto;
    min-height: 360px; }
    .box4 ul {
      top: 40px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .box4 ul li {
        width: 46%;
        flex: auto;
        justify-content: flex-start; }
        .box4 ul li.arrow {
          display: none; }
        .box4 ul li img {
          max-width: 80%; }

  .box5, .box6 {
    height: auto;
    min-height: 360px; }

  .box5 .cont_box5 {
    padding: 40px 0; }

  .box6 .cont_box6 {
    padding: 40px 0px 80px; } }

/*# sourceMappingURL=css.css.map */
