@font-face {
  font-family: "WT Gothic";
  font-weight: bolder;
  font-style: italic;
  src: url("./src/font/WT_Gothic/WTGothic-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "WT Gothic";
  font-weight: bold;
  src: url("./src/font/WT_Gothic/WTGothic-Semi-Bold.otf") format("opentype");
}

@font-face {
  font-family: "WT Gothic";
  font-weight: bold;
  font-style: italic;
  src: url("./src/font/WT_Gothic/WTGothic-Semi-BoldItalic.otf")
    format("opentype");
}

@font-face {
  font-family: "WT Gothic";
  font-weight: lighter;
  src: url("./src/font/WT_Gothic/WTGothic-Light.otf") format("opentype");
}

@font-face {
  font-family: "WT Gothic";
  font-weight: lighter;
  font-style: italic;
  src: url("./src/font/WT_Gothic/WTGothic-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: "WT Gothic";
  src: url("./src/font/WT_Gothic/WTGothic-Variable.ttf") format("truetype");
}

@font-face {
  font-family: "WT Gothic";
  font-style: italic;
  src: url("./src/font/WT_Gothic/WTGothic-RegularItalic.otf") format("opentype");
}

html,
body {
  overflow-x: hidden;
  margin: 0px;
}

body {
  font-family: "WT Gothic", sans-serif !important;
  font-size: 26px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.color-white {
  color: #ffffff;
}

.color-yellow {
  color: #eee700;
}

.color-mood-gray {
  color: #aaaaaa;
}

.color-light-gray {
  color: #cccccc;
}

.color-purple {
  color: #28004b;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.w-80 {
  width: 80%;
}

.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

.w-33 {
  width: 33.33%;
}

.m-w-50 {
  max-width: 50%;
}

.main-header {
  top: 1%;
  left: 4%;
  z-index: 10;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: start;
}

.main-header img {
  width: 80%;
}

.img-bg-gradient-circle {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.3617822128851541) 1%,
    rgba(255, 255, 255, 0) 50%
  );
}

.img-bg-gradient-circle-big {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.3617822128851541) 1%,
    rgba(255, 255, 255, 0) 40%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 25%;
  top: 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-header {
    left: 50%;
    transform: translate(-50%, 20%);
  }

  .main-header img {
    width: 100%;
  }

  .main-header div:first-child {
    padding-right: 10px;
  }

  .main-header div:last-child {
    padding-left: 10px;
  }

  .m-w-50 {
    max-width: 100%;
  }
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 0.875rem !important;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 50000px) {
  .custom-container {
    max-width: 1630px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-container,
  .carouselhome-container {
    max-width: 960px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container,
  .carouselhome-container {
    max-width: 720px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 290px) and (max-width: 755px) {
  .custom-container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.nav-section {
  padding-top: 80px;
}

.brief-section {
  padding-top: 80px;
}

.box-section {
  padding: 80px 0;
}

.footer-section {
  padding: 120px 0;
}

.container-section {
  padding: 100px 0;
}

.container-section:last-child {
  padding-bottom: 250px;
}

.content {
  position: relative;
}

.item-el-section-1,
.item-el-section-2,
.item-el-section-3,
.item-el-section-4 {
  position: relative;
}

.item-el-section-1 {
  background-image: url(./src/asset/img/bg/bg-landing.png),
    linear-gradient(to right, #6db3f2, #6db3f2);
  position: relative;
  width: 100%;
}

.item-el-section-1 h1 {
  font-size: 7rem;
}

.item-el-section-1 .content:first-child {
  padding-left: 3vw;
}

.item-el-section-1 .content:last-child {
  padding-right: 3vw;
}

.item-el-section-1 .border-light-gray {
  border-left: 1px solid #cccccc;
}

.item-el-section-1 .btn-register,
.item-el-section-4 .btn-register {
  position: relative;
  display: inline-flex;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  cursor: pointer;
}

.item-el-section-1 .btn-register .text,
.item-el-section-4 .btn-register .text {
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.item-el-section-1 .btn-register:hover img.default,
.item-el-section-4 .btn-register:hover img.default {
  display: none;
}

.item-el-section-1 .btn-register:hover img.hover,
.item-el-section-4 .btn-register:hover img.hover {
  display: block;
  top: 10px;
  left: 10px;
}

.item-el-section-1 .btn-register .text h4,
.item-el-section-4 .btn-register .text h4 {
  margin-right: 10px;
}

.item-el-section-1 .btn-register:hover .text,
.item-el-section-4 .btn-register:hover .text {
  top: 12%;
  left: 5%;
}

.item-el-section-1 .btn-register .text .icon-ic-dot-arrow-right::before,
.item-el-section-4 .btn-register .text .icon-ic-dot-arrow-right::before {
  content: url(./src/asset/img/icon-play-circle.png);
}

.item-el-section-1 .btn-register img.default,
.item-el-section-4 .btn-register img.default {
  display: block;
}

.item-el-section-1 .btn-register img.hover,
.item-el-section-4 .btn-register img.hover {
  display: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
}

.item-el-section-1 .bg-water-mark-top-left {
  background-image: url(./src/asset/img/bg/bg-water-mark-top-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  top: 0;
  left: 0;
  background-position-y: -24%;
  background-position-x: -10%;
  background-repeat: no-repeat;
  bottom: auto;
}

.item-el-section-1 .bg-water-mark-bottom-right {
  background-image: url(./src/asset/img/bg/bg-water-mark-bottom-right.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  right: 0;
  bottom: 0;
  background-position-y: 130%;
  background-position-x: 125%;
  background-repeat: no-repeat;
}

.item-el-section-1 .bg-water-mark-bottom-center {
  background-image: url(./src/asset/img/bg/bg-water-mark-bottom-center.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  right: 0;
  bottom: 0;
  background-position-y: 150%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}

.item-el-section-1 .inner-shadow-bottom {
  box-shadow: inset 0px -140px 40px -45px rgb(80 36 195 / 100%);
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.item-el-section-1 .visit-site-section {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0%) !important;
  width: 70%;
}

@media only screen and (min-width: 1442px) and (max-width: 5000px) {
  .item-el-section-1 .content:first-child {
    margin-top: 8vw !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .item-el-section-1 .content:first-child {
    margin: 5vw 0!important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-section {
    padding-top: 130px;
  }

  .item-el-section-1 h1 {
    font-size: 4rem;
  }

  .item-el-section-1 .bg-water-mark-top-left {
    background-size: 75%;
  }

  .item-el-section-1 .bg-water-mark-bottom-right {
    background-size: 40%;
  }

  .item-el-section-1 .bg-water-mark-bottom-center {
    background-size: 60%;
  }
}

@media only screen and (min-width: 290px) and (max-width: 767px) {
  .nav-section {
    padding-top: 170px;
  }

  .item-el-section-1 h1 {
    font-size: 4rem;
    line-height: 1;
  }

  .item-el-section-1 h1 span {
    display: block;
  }

  .item-el-section-1 h4 {
    font-size: 1.2rem;
  }

  .item-el-section-1 .color-light-gray {
    color: #ffffff;
  }

  .item-el-section-1 .color-mood-gray {
    color: #ffffff;
  }

  .item-el-section-1 h4 br {
    display: none;
  }

  .item-el-section-1 .table-client h4:first-child {
    font-size: 1rem;
  }

  .item-el-section-1 .table-client h4 {
    font-size: 1.2rem;
  }

  .item-el-section-1 .bg-water-mark-top-left-m {
    background-image: url(./src/asset/img/bg/bg-water-mark-top-left-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    top: 0;
    left: 0;
    background-position-y: 0%;
    background-position-x: -40px;
    background-repeat: no-repeat;
    bottom: auto;
  }

  .item-el-section-1 .bg-water-mark-bottom-right-m {
    background-image: url(./src/asset/img/bg/bg-water-mark-bottom-right-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    top: 0;
    left: 0;
    background-position-y: 105%;
    background-position-x: 220px;
    background-repeat: no-repeat;
    bottom: auto;
  }

  .item-el-section-1 .bg-water-mark-bottom-center-m {
    background-image: url(./src/asset/img/bg/bg-water-mark-bottom-center-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    top: 0;
    left: 0;
    background-position-y: 70%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    bottom: auto;
  }

  .item-el-section-1 .inner-shadow-bottom {
    height: 10%;
    z-index: 1;
  }
}

.item-el-section-2 .content:first-child {
  padding-left: 3vw;
}

.item-el-section-2 .bg-water-mark-bottom-left {
  background-image: url(./src/asset/img/bg/bg-water-mark-bottom-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  right: 0;
  bottom: 0;
  background-position-y: -190%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-2 .bg-water-mark-section2 {
  background-image: url(./src/asset/img/bg/bg-water-mark-section2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  right: 0;
  bottom: 0;
  background-position-y: 100%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1442px) and (max-width: 5000px) {
  .item-el-section-2 .content:first-child {
    margin-top: 8vw !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .item-el-section-2 .content:first-child {
    margin: 6vw 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brief-section {
    padding-top: 80px;
  }

  .item-el-section-2 img.icon-img {
    width: 150px;
  }

  .item-el-section-2 h4 {
    font-size: 1.125rem;
  }

  .item-el-section-2 .bg-water-mark-bottom-left {
    background-size: 43%;
  }

  .item-el-section-2 .bg-water-mark-section2 {
    background-size: 7%;
  }
}

@media only screen and (min-width: 290px) and (max-width: 767px) {
  .item-el-section-2 h4 {
    font-size: 1.2rem;
  }

  .item-el-section-2 .img-invite-level-up {
    opacity: 0;
  }

  .item-el-section-2 .img-invite-level-up-m {
    background-image: url(./src/asset/img/img-invite-level-up-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    right: 0;
    bottom: 0;
    background-position-y: 100%;
    background-position-x: 50px;
    background-repeat: no-repeat;
  }

  .item-el-section-2 .bg-water-make-bottom-left-dection2 {
    background-image: url(./src/asset/img/bg/bg-water-make-bottom-left-dection2.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    right: 0;
    bottom: 0;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
  }

  .item-el-section-2 .bg-water-mark-bottom-left-m {
    background-image: url(./src/asset/img/bg/bg-water-mark-bottom-left-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    right: 0;
    bottom: 0;
    background-position-y: 0%;
    background-position-x: 0%;
    background-repeat: no-repeat;
  }
}

.item-el-section-3 {
  background-color: #5023c3;
}

.item-el-section-3 h2 {
  font-size: 4rem;
  line-height: 1;
}

.item-el-section-3 .icon-joy-game-play {
  width: 132.25px;
  height: 91.56px;
}

.item-el-section-3 .icon-chest-paper {
  width: 131.52px;
  height: 131.52px;
}

.item-el-section-3 .icon-cloud-download {
  width: 117.92px;
  height: 105.11px;
}

.item-el-section-3 .container .content.left-child {
  padding-left: 3vw;
}

.item-el-section-3 .container .content.right-child {
  padding-right: 3vw;
}

.item-el-section-3 .swiper {
  z-index: inherit;
  padding: 33px 3px 20px 3px;
}

.item-el-section-3 .swiper-wrapper {
  z-index: 2;
}

.item-el-section-3 .swiper-pagination-custom {
  display: block;
  width: auto;
  padding: 0 25px;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.item-el-section-3 .button-navigate .default {
  display: block;
}

.item-el-section-3 .button-navigate .hover {
  display: none;
}

.item-el-section-3 .button-navigate .disable {
  display: none;
}

.item-el-section-3
  .button-navigate:hover:not(.swiper-button-disabled)
  .default {
  display: none;
}

.item-el-section-3 .button-navigate:hover:not(.swiper-button-disabled) .hover {
  display: block;
}

.item-el-section-3 .button-navigate.swiper-button-disabled .default {
  display: none;
}

.item-el-section-3 .button-navigate.swiper-button-disabled .disable {
  display: block;
}

.item-el-section-3 .bg-border-red-slide {
  background-image: url(./src/asset/img/bg/bg-border-red-slide.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-position-y: 93%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-border-yellow-slide {
  background-image: url(./src/asset/img/bg/bg-border-yellow-slide.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-position-y: 0%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-solution-top-left {
  background-image: url(./src/asset/img/bg/bg-solution-top-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 0%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-solution-top-right {
  background-image: url(./src/asset/img/bg/bg-solution-top-right.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 10%;
  background-position-x: 113%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-solution-center-left {
  background-image: url(./src/asset/img/bg/bg-solution-center-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 42%;
  background-position-x: -200px;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-solution-bottom-left {
  background-image: url(./src/asset/img/bg/bg-solution-bottom-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-solution-bottom-right {
  background-image: url(./src/asset/img/bg/bg-solution-bottom-right.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 100%;
  background-position-x: 150%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-footer-top-left {
  background-image: url(./src/asset/img/bg/bg-footer-top-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 105.2%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-3 .bg-footer-top-right {
  background-image: url(./src/asset/img/bg/bg-footer-top-right.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 102.5%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .item-el-section-3 img.icon-img {
    width: 260px;
  }

  .item-el-section-3 .icon-joy-game-play {
    width: 100px;
    height: auto;
    padding-bottom: 5px;
  }

  .item-el-section-3 .icon-chest-paper {
    width: 100px;
    height: auto;
    padding-bottom: 5px;
  }

  .item-el-section-3 .icon-cloud-download {
    width: 80px;
    height: auto;
    padding-bottom: 5px;
  }

  .item-el-section-3 h2 {
    font-size: 2.5rem;
  }

  .item-el-section-3 h4 {
    font-size: 1.125rem;
  }

  .item-el-section-3 .custom-container.text-center br {
    display: none;
  }

  .item-el-section-3 .container .content.left-child {
    padding-left: 0;
  }

  .item-el-section-3 img.main-img {
    width: 80%;
  }

  .item-el-section-3 .container-section:last-child {
    padding-bottom: 150px;
  }

  .item-el-section-3 .bg-footer-top-left {
    background-position-y: 107.2%;
  }

  .item-el-section-3 .bg-footer-top-right {
    background-position-y: 103.45%;
  }
}

@media only screen and (min-width: 290px) and (max-width: 767px) {
  .item-el-section-3 h4 {
    font-size: 1.2rem;
  }

  .item-el-section-3 .container-section {
    padding: 60px 0;
  }

  .item-el-section-3 .main-img {
    width: 90%;
  }

  .item-el-section-3 h2 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .item-el-section-3 .icon-joy-game-play {
    width: 88.67px;
    height: 63.16px;
  }

  .item-el-section-3 .container-section {
    padding: 40px 0;
  }

  .item-el-section-3 .bg-border-red-slide {
    background-position-y: 97%;
  }

  .item-el-section-3 .swiper-button-prev-custom img {
    width: 60%;
  }

  .item-el-section-3 .swiper-button-next-custom img {
    width: 60%;
  }

  .item-el-section-3 .swiper-pagination-custom {
    padding: 0 20px 0 0;
    font-size: 18px;
  }

  .item-el-section-3 .icon-chest-paper {
    width: 88.02px;
    height: 88.02px;
  }

  .img-bg-gradient-circle-big {
    left: 0;
    top: -190px;
  }

  .item-el-section-3 .icon-cloud-download {
    width: 63.01px;
    height: 57.38px;
  }

  .item-el-section-3 .box-section {
    padding-bottom: 170px;
  }

  .item-el-section-3 .bg-solution-top-right-m {
    background-image: url(./src/asset/img/bg/bg-solution-top-right-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: -1%;
    background-position-x: 130%;
    background-repeat: no-repeat;
  }

  .item-el-section-3 .bg-solution-center-left-m {
    background-image: url(./src/asset/img/bg/bg-solution-center-left-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 35%;
    background-position-x: 110%;
    background-repeat: no-repeat;
  }

  .item-el-section-3 .bg-solution-bottom-right-m {
    background-image: url(./src/asset/img/bg/bg-solution-bottom-right-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 100%;
    background-position-x: 190px;
    background-repeat: no-repeat;
  }

  .item-el-section-3 .bg-footer-top-left-m {
    background-image: url(./src/asset/img/bg/bg-footer-top-left-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 101.6%;
    background-position-x: 0%;
    background-repeat: no-repeat;
  }

  .item-el-section-3 .bg-footer-top-right-m {
    background-image: url(./src/asset/img/bg/bg-footer-top-right-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 101.6%;
    background-position-x: 100%;
    background-repeat: no-repeat;
  }
}

.item-el-section-4 {
  background-color: #eee700;
}

.item-el-section-4 .only-button {
  height: 91px;
}

.item-el-section-4 .bg-footer-top-left {
  background-image: url(./src/asset/img/bg/bg-footer-top-left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: -32%;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-4 .bg-footer-top-right {
  background-image: url(./src/asset/img/bg/bg-footer-top-right.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: -24%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

.item-el-section-4 .bg-footer-coin-1 {
  background-image: url(./src/asset/img/bg/bg-footer-coin-1.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 160px;
  background-position-x: 0%;
  background-repeat: no-repeat;
}

.item-el-section-4 .bg-footer-coin-2 {
  background-image: url(./src/asset/img/bg/bg-footer-coin-2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 70%;
  background-position-x: 20%;
  background-repeat: no-repeat;
}

.item-el-section-4 .bg-footer-coin-3 {
  background-image: url(./src/asset/img/bg/bg-footer-coin-3.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 20%;
  background-position-x: 80%;
  background-repeat: no-repeat;
}

.item-el-section-4 .bg-footer-coin-4 {
  background-image: url(./src/asset/img/bg/bg-footer-coin-4.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 100%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section {
    padding: 80px 0;
  }

  .item-el-section-4 .bg-footer-top-left {
    background-position-y: -50%;
  }

  .item-el-section-4 .bg-footer-top-right {
    background-position-y: -34%;
  }

  .item-el-section-4 .bg-footer-coin-1 {
    background-size: 23%;
  }

  .item-el-section-4 .bg-footer-coin-4 {
    background-size: 20%;
  }
}

@media only screen and (min-width: 290px) and (max-width: 767px) {
  .item-el-section-4 .bg-footer-top-left-m {
    background-image: url(./src/asset/img/bg/bg-footer-top-left-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: -42.5%;
    background-position-x: 0%;
    background-repeat: no-repeat;
  }

  .item-el-section-4 .bg-footer-top-right-m {
    background-image: url(./src/asset/img/bg/bg-footer-top-right-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: -42.5%;
    background-position-x: 100%;
    background-repeat: no-repeat;
  }

  .footer-section {
    padding: 20px 0 0 0;
  }

  .item-el-section-4 .only-button {
    height: 160px;
  }

  .item-el-section-4 .bg-coin-left-m {
    background-image: url(./src/asset/img/bg/bg-footer-coin-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 116%;
    background-position-x: 0%;
    background-repeat: no-repeat;
  }

  .item-el-section-4 .bg-coin-right-m {
    background-image: url(./src/asset/img/bg/bg-footer-coin-m.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 116%;
    background-position-x: 100%;
    background-repeat: no-repeat;
  }
}

.bg-coin-master {
  background-image: url(./src/asset/img/bg/bg-coin-master.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: inherit;
  left: 0;
  top: 0;
  background-position-y: 76%;
  background-position-x: 107%;
  background-repeat: no-repeat;
}

.item-el-section-4 .visit-site-section {
  position: absolute;
  z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .owl-carousel .owl-item img {
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .bg-coin-master {
    background-image: url(./src/asset/img/bg/bg-coin-master.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 105%;
    background-position-x: 107%;
    background-repeat: no-repeat;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bg-coin-master {
    background-image: url(./src/asset/img/bg/bg-coin-master.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: inherit;
    left: 0;
    top: 0;
    background-position-y: 105%;
    background-position-x: 115%;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 290px) and (max-width: 767px) {
  .bg-coin-master-m {
    position: absolute;
    top: 1020px;
    right: 0;
    z-index: 1;
  }
}
