/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

a:hover {
  text-decoration: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* Hover Effects style-7 */
.menu-link {
  position: relative;
}

.menu-link div {
  position: relative;
  overflow: hidden;
  padding: 0 5px 10px;
}

.menu-link div::before,
.menu-link div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
  /* transition: transform 0.3s; */
  /* transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); */
  z-index: 1;
}

/* .menu-item.focus > .menu-link div::before,
.menu-link:hover div::before {
   transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
} */

.menu-link.focus div::after,
.menu-link:hover div::after {
  transform: translate3d(0, 10px, 0);
}

.menu-link div::after,
.menu-link.focus div::after {
  top: calc(50%);
  height: 4px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

/* @media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
} */

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }

  .m-marketing {
    /* max-width: 1130px; */
    margin: 0 auto;
  }
}

/* banner */
.m-banner {
  /* overflow: hidden;
  height: 1010px;
  margin-bottom: 70px;
  z-index: 5;
  background: linear-gradient(180deg, #D8E5FF -40.28%, #5547FB 44.47%, #000584 100%); */
}

/* .m-banner .m-banner-box {
  position: relative;
  z-index: 9;

} */

.m-banner .banner-eth {
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 2;
  margin-left: 24px;
  width: 740px;
  height: 770px;
  background: url(images/bg-eth.svg) no-repeat;
  background-position: 0 0;
}

/* .m-banner .banner-arr {
  position: absolute;
  bottom: -100px;
  left: 50%;
  z-index: 10;
  margin-left: -880px;
  width: 891px;
  height: 389px;
  background: url(images/banner-arr.png) center bottom no-repeat;
  -webkit-animation: 1s tree ease-in-out 1s infinite alternate;
  animation: 1s tree ease-in-out 1s infinite alternate;
} */

@-webkit-keyframes tree {
  100% {
    background-position: 50% 4px;
    transform: translate(0, -10px) rotate(-2deg);
    -webkit-transform: translate(10px, 20px) rotate(-2deg);
  }
}

@keyframes tree {
  100% {
    background-position: 50% 4px;
    transform: translate(0, 10px) rotate(-2deg);
    -webkit-transform: translate(10px, 20px) rotate(-2deg);
  }
}

@-webkit-keyframes fish {
  100% {
    background-position: 50% 4px;
    transform: translate(0, -10px) rotate(-8deg);
    -webkit-transform: translate(10px, 20px) rotate(-8deg);
  }
}

@keyframes fish {
  100% {
    background-position: 50% 4px;
    transform: translate(0, 10px) rotate(-8deg);
    -webkit-transform: translate(10px, 20px) rotate(-8deg);
  }
}

.bg-container-box-arr {
  position: absolute;
  top: 160px;
  left: 200px;
  z-index: 10;
  width: 254px;
  height: 240px;
  background: url(images/fish03.svg) center bottom no-repeat;
  -webkit-animation: 1s shipRun linear infinite alternate;
  animation: 1s shipRun linear infinite alternate;
}

@-webkit-keyframes shipRun {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
  }
  70% {
    -webkit-transform: translateY(-14px);
  }
  100% {
    -webkit-transform: translateY(-18px);
  }
}

@keyframes shipRun {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-18px);
  }
}

.bg-right-bar-fish01 {
  position: absolute;
  top: 40rem;
  right: 100px;
  z-index: 10;
  width: 138px;
  height: 56px;
  background: url(images/fish01.svg) center bottom no-repeat;
  -webkit-animation: 1s fish ease-in-out infinite alternate;
  animation: 1s fish ease-in-out infinite alternate;
}

.bg-right-bar-fish02 {
  position: absolute;
  top: 56rem;
  right: 20px;
  z-index: 10;
  width: 135px;
  height: 95px;
  background: url(images/fish02.svg) center bottom no-repeat;
  -webkit-animation: 2s fish ease-in-out 0.4s infinite alternate;
  animation: 2s fish ease-in-out 0.4s infinite alternate;

}

.m-foot-fish01 {
  position: absolute;
  top: 29rem;
  right: 5rem;
  z-index: 10;
  width: 140px;
  height: 44px;
  background: url(images/foot-fish01.svg) center bottom no-repeat;
  -webkit-animation: 1.2s fish ease-in-out 0.4s infinite alternate;
  animation: 1.2s fish ease-in-out 0.4s infinite alternate;
}

.m-foot-fish02 {
  position: absolute;
  bottom: 50px;
  left: 10rem;
  z-index: 10;
  width: 100px;
  height: 132px;
  background: url(images/foot-fish02.svg) center bottom no-repeat;
  -webkit-animation: 2s fish ease-in-out 0.4s infinite alternate;
  animation: 2s fish ease-in-out 0.4s infinite alternate;
}

.m-banner .menu-link {
  margin-left: 20px;
}

.m-banner .navbar {
  padding: 1rem 0;
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

.m-banner .navbar-brand {
  width: 151px;
  height: 46px;
  padding: 0;
  background: url(images/logo.svg) center top no-repeat;
  text-indent: -9999px;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .9);
  border-color: rgba(255, 255, 255, .5);
}

.m-banner .menu-link a {
  color: #fff;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.m-banner .menu-link.focus a {
  font-weight: 900;
  color: #fff;
}

.m-banner .menu-link-last-btn {
  width: 8.3rem;
  height: 2.2rem;
  background: url(images/btn-rectangle.png) center top no-repeat;
  background-size: 100% 100%;
}

.m-banner .menu-link-last-btn a {
  font-weight: 700;
  color: #000;
}

.m-banner .menu-link-last-btn:hover {
  opacity: 0.85;
}

.m-banner .menu-link-last-btn a {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.2rem;
}

.m-banner .menu-link-last-btn.focus div::after,
.m-banner .menu-link-last-btn:hover div::after {
  display: none;
}

/* .m-banner .navbar {
  justify-content: flex-end;
} */


.m-banner-txt {
  overflow: hidden;
  position: relative;
  z-index: 50;
  width: 100%;
  height: 810px;
}

.m-banner-txt .txt-box {
  position: absolute;
  top: 160px;
  left: 120px;
  z-index: 60;
  width: 518px;
}

.m-banner-txt .txt-box h1 {
  width: 360px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 2rem;
}

.m-banner-txt .txt-box .t1 {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 30px;
  color: #fff;
}

.m-total {
  position: relative;
  z-index: 10;
  margin-top: -40px;
}

/******************/
.m-cet-btn {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 60px;
  line-height: 100px;
  color: #fff;
  background: #000;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 3rem;
}

.m-cet-btn .tit {
  float: left;
  margin-right: 130px;
}

.m-cet-btn .t1 {
  float: left;
  font-weight: 700;
  background-image: -webkit-linear-gradient(left, #A9F801, #45FEE8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m-cet-btn .arr {
  position: absolute;
}

.m-cet-btn .arr01 {
  right: 11.9rem;
  top: -6.5rem;
  width: 9.6rem;
  height: 10.6rem;
  background: url(images/btn-arr01.png) center top no-repeat;
  background-size: 100% 100%;
}

.m-cet-btn .arr02 {
  right: 0;
  top: -4.6rem;
  width: 20rem;
  height: 21.5rem;
  background: url(images/btn-arr02.png) center top no-repeat;
  background-size: 100% 100%;
}

/******************/
.bg-container-box {
  position: relative;
  background: url(images/bg-mod-left.png) left top no-repeat;
  background-size: 20.8rem 50.6rem;
}

/******************/
.m-top-txt {
  padding: 50px 0 0 480px;
  box-sizing: border-box;
  color: #000;
}

.m-top-txt .t-t1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 40px;
}

.m-top-txt .t-t2 {
  font-size: 32px;
  line-height: 47px;
  margin-bottom: 20px;
}

.m-top-txt .t-t3 {
  color: #565656;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}


.u-btnlist ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.u-btnlist ul li {
  float: left;
  list-style: none;
  margin-right: 20px;
}

.u-btnlist ul li a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

.u-btnlist .btn-jus {
  width: 272px;
  height: 60px;
  background: url(images/btn-rectangle-big.png) center top no-repeat;
  background-size: 100% 100%;
  color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 60px;
}

.u-btnlist .btn-jus:hover {
  opacity: 0.85;
}

.u-btnlist .btn-jus i {
  display: inline-block;
  width: 16px;
  height: 8px;
  margin-left: 5px;
  vertical-align: 1px;
  background: url(../src/assets/vector.png) center top no-repeat;
}

.u-btnlist .btn-twi {
  width: 38px;
  height: 38px;
  margin-top: 5px;
  background: url(../src/assets/icon-twitter.svg) center top no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.u-btnlist .btn-med {
  width: 38px;
  height: 38px;
  margin-top: 5px;
  background: url(../src/assets/icon-medium.svg) center top no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.u-btnlist .btn-tel {
  width: 38px;
  height: 38px;
  margin-top: 5px;
  background: url(../src/assets/icon-telegram.svg) center top no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.m-banner-txt .arr-ball {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 20;
  width: 306px;
  height: 198px;
  background: url(../src/assets/banner-ball.png) center top no-repeat;
  -webkit-animation: logoGshow 1.5s ease-in-out infinite alternate;
  animation: logoGshow 1.5s ease-in-out infinite alternate;
}

.m-banner-txt .arr-star {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px #DDD;
  -webkit-animation: starBlink 5s linear infinite forwards;
  animation: starBlink 5s linear infinite forwards;
}

.m-banner-txt .arr-star1 {
  top: 60px;
  left: 560px;
  width: 5px;
  height: 5px;
  -webkit-animation: starBlink 5s linear infinite forwards;
  animation: starBlink 5s linear infinite forwards;
}

.m-banner-txt .arr-star2 {
  top: 260px;
  left: 760px;
  width: 8px;
  height: 8px;
  -webkit-animation: starBlink 5s 1s linear infinite forwards;
  animation: starBlink 5s 1s linear infinite forwards;
}

.m-banner-txt .arr-star3 {
  top: 160px;
  left: 660px;
  width: 6px;
  height: 6px;
  -webkit-animation: starBlink 3s linear infinite forwards;
  animation: starBlink 3s linear infinite forwards;
}

.m-banner-txt .arr-star4 {
  top: 160px;
  left: 960px;
  width: 10px;
  height: 10px;
  -webkit-animation: starBlink 5s 2s linear infinite forwards;
  animation: starBlink 5s 2s linear infinite forwards;
}

.m-banner-txt .arr-star4 {
  top: 460px;
  left: 460px;
  width: 4px;
  height: 4px;
  -webkit-animation: starBlink 5s 2s linear infinite forwards;
  animation: starBlink 5s 2s linear infinite forwards;
}

.m-banner-txt .arr-star5 {
  top: 100px;
  left: 460px;
  width: 8px;
  height: 8px;
  -webkit-animation: starBlink 5s 1s linear infinite forwards;
  animation: starBlink 5s 1s linear infinite forwards;
}

.m-banner-txt .arr-star6 {
  top: 600px;
  left: 260px;
  width: 6px;
  height: 6px;
  -webkit-animation: starBlink 5s 1s linear infinite forwards;
  animation: starBlink 5s 1s linear infinite forwards;
}

.m-banner-txt .arr-star7 {
  top: 400px;
  left: 560px;
  width: 6px;
  height: 6px;
  -webkit-animation: starBlink 5s 1s linear infinite forwards;
  animation: starBlink 5s 1s linear infinite forwards;
}

.m-banner-txt .arr-star8 {
  top: 300px;
  left: auto;
  right: 40px;
  width: 8px;
  height: 8px;
  -webkit-animation: starBlink 4s 1.5s linear infinite forwards;
  animation: starBlink 4s 1.5s linear infinite forwards;
}

@-webkit-keyframes starBlink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes starBlink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.m-cet-txt {
  color: #000;
  text-align: center;
}

.m-cet-txt .u-tit {
  margin-bottom: 40px;
}

.u-tit {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
}

.u-t1 {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}

.u-pic {
  overflow: hidden;
  margin-bottom: 50px;
  /* Opacity Blue */
  box-sizing: border-box;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}

.u-btn a {
  display: block;
  width: 261px;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
  background: #FF6B00;
  border-radius: 37px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.m-card-box {
  padding-bottom: 60px;
}

.m-card-box .cardmod {
  margin-bottom: 10px;
  /* background:url(../src/assets/img-group01.png) center top no-repeat;
  background-size: cover; */
}

.m-card-box .cardmod2 {
  position: relative;
  margin-top: 70px;
}

.m-card-box .cardmod2 .card-text1 {
  color: #000;
}

.m-card-box .cardmod2 .card-text2 {
  color: #000;
}


.m-card-box .cardmod .c-img {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 66px;
  height: 66px;
}

.m-card-box .card-body {
  display: block;
  position: relative;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: left;
  text-align: center;
}

.m-card-box .card-text1 {
  position: absolute;
  top: 42%;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
}

.m-card-box .card-text2 {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  font-size: 20px;
}

.m-card-box .card-btn {
  position: absolute;
  top: 76%;
  left: 50%;
  width: 276px;
  margin-left: -138px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
  color: #000;
}

.m-card-box .card-btn:hover {
  opacity: 0.85;
}

.m-card-box .card-btn01 {
  background: #A9F801;
  background-image: linear-gradient(to right, #A9F801, #45FEE8);
}

.m-card-box .card-btn02 {
  color: #fff;
  background: #6A59F6
}

.m-card-box .card-btn03 {
  color: #fff;
  background: #000;
}

/********************************/
.m-card-box-new .cardmod-new {
  border-radius: 10px;
}

.m-card-box-new .cardmod-new a {
  display: block;
}

.m-card-box-new .cardmod-new:hover {
  box-shadow: 0 5px 7px rgba(35, 26, 91, 0.08);
}

.m-card-box-new .card-body .card-text1 {
  padding-top: 20px;
  color: #4C5159;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

/********************************/
.bg-right-bar {
  position: relative;
  background: url(images/bg-right.png) right 30rem no-repeat;
  background-size: 18rem 36rem;
}

/********************************/
.m-card-box-logo {

}

.m-card-box-logo .card-body {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.m-card-box-logo .g-img {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.m-card-box-logo .g-txt {
  width: 50%;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

/********************************/
.m-ft-search {
  width: 100%;
  height: 60px;
  margin-bottom: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.m-ft-search .form-control {
  max-width: 500px;
  height: 60px;
  background: none;
  margin-right: 25px;
  border: 1px solid #000;
  font-size: 24px;
  border-radius: 8px;
}

.m-ft-search .btn {
  width: 220px;
  height: 60px;
  color: #fff;
  background: #000;
  font-size: 24px;
  border-radius: 8px;
}

/********************************/
.m-ft-list {
  padding: 80px 0 150px;
  border-top: #C7C7C7 1px solid;
  border-bottom: #C7C7C7 1px solid;
}

.m-ft-list ul {
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.m-ft-list ul li {
  float: left;
  margin-right: 70px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

.m-ft-list ul li a {
  color: #000;
}

/********************************/
.m-cet-txt-backed {
  padding-top: 210px;
  background: url(images/bg-backed.png) left top no-repeat;
  background-size: 36rem 35rem;
}

.m-cet-txt-backed .m-card-box .cardmod {
  /* padding: 0 80px; */
  box-sizing: border-box;

}

.m-cet-txt-backed .m-card-box .cardmod .g-img {
  max-width: 200px;
}

/* .m-cet-txt-backed .m-card-box-2 .cardmod {} */

.m-cet-txt-backed .m-card-box {
  padding-bottom: 150px;
}

/* m-featurette */
/* .m-featurette {
  margin-bottom: 60px;
} */
.m-featurette.row {
  margin: 0 0 20px 0;
}

.m-featurette.row.mt120 {
  margin: 0 0 120px 0;
}

.m-featurette .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-featurette .col-md-6:nth-child(n) {
  padding-right: 25px;
  padding-left: 0;
}

.m-featurette .col-md-6:nth-child(2n) {
  padding-right: 0;
  padding-left: 25px;
}

.m-featurette .col-md-6.order-md-1 {
  padding-right: 25px !important;
  padding-left: 0 !important;
}

.m-featurette .col-md-6.order-md-2 {
  padding-right: 0 !important;
  padding-left: 25px !important;
}

.m-featurette .num {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #8A8A8A;
}

.m-featurette .tit {
  width: 450px;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #000;
}

.m-featurette .subtit {
  width: 450px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #4C5159;
}

.m-featurette .move-box {
  position: relative;
  /* Opacity Blue */
  box-sizing: border-box;
}


/* move move01 */
.m-featurette .move-box01 .arr01 {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 40%;
  /* -webkit-animation:handMove 3s linear infinite;
  animation:handMove 3s linear infinite; */
}

@-webkit-keyframes handMove {
  70% {
    -webkit-transform: translateX(0)
  }
  84% {
    -webkit-transform: translateX(-20px)
  }
}

@keyframes handMove {
  70% {
    transform: translateX(0)
  }
  84% {
    transform: translateX(-20px)
  }
}

.m-featurette .move-box01 .arr02 {
  position: absolute;
  top: 22%;
  left: 10%;
  z-index: 5;
  width: 40%;
  -webkit-animation: logoGshowMove 1.5s ease-in-out infinite alternate;
  animation: logoGshowMove 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes bottleAni {
  80% {
    -webkit-transform: rotate(0deg)
  }
  83% {
    -webkit-transform: rotate(-15deg)
  }
  86% {
    -webkit-transform: rotate(6deg)
  }
  89% {
    -webkit-transform: rotate(-6deg)
  }
  92% {
    -webkit-transform: rotate(4deg)
  }
  94% {
    -webkit-transform: rotate(-2deg)
  }
}

@keyframes bottleAni {
  80% {
    transform: rotate(0deg)
  }
  83% {
    transform: rotate(-15deg)
  }
  86% {
    transform: rotate(6deg)
  }
  89% {
    transform: rotate(-6deg)
  }
  92% {
    transform: rotate(4deg)
  }
  94% {
    transform: rotate(-2deg)
  }
}

/* move move02 */
.m-featurette .move-box02 .arr01 {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 54%;
  z-index: 5;
  margin-left: -27%;
  /* -webkit-animation:logoGshow 1.5s ease-in-out infinite alternate;
  animation:logoGshow 1.5s ease-in-out infinite alternate; */
}

@-webkit-keyframes logoGshowMove {
  0% {
    -webkit-transform: translateY(14px);
  }
  100% {
    -webkit-transform: translateY(-14px);
  }
}

@keyframes logoGshowMove {
  0% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(-14px);
  }
}


@-webkit-keyframes logoGshow {
  0% {
    -webkit-transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
  }
}

@keyframes logoGshow {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(-8px);
  }
}


.m-featurette .move-box02 .arr02 {
  position: absolute;
  top: 5%;
  right: 15%;
  width: 16%;
  -webkit-animation: logoGshow 3s ease infinite alternate;
  animation: logoGshow 3s ease infinite alternate;
}


.m-featurette .move-box02 .arr03 {
  position: absolute;
  top: 25%;
  right: 25%;
  width: 8%;
  -webkit-animation: logoGshowMove 3.5s 1s ease infinite alternate;
  animation: logoGshowMove 3.5s 1s ease infinite alternate;
}

@-webkit-keyframes pageBcpt {
  0% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pageBcpt {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.m-featurette .move-box02 .arr04 {
  position: absolute;
  bottom: 2%;
  left: 18%;
  width: 22%;
  -webkit-animation: logoGshowMove 4s 2s ease infinite alternate;
  animation: logoGshowMove 4s 2s ease infinite alternate;
}

@-webkit-keyframes pageBlight {
  0% {
    -webkit-transform: translate(-30px, 10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes pageBlight {
  0% {
    transform: translate(-30px, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


.m-featurette .move-box02 .arr05 {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 12%;
  -webkit-animation: logoGshowMove 4.5s 1s ease infinite alternate;
  animation: logoGshowMove 4.5s 1s ease infinite alternate;
}

.m-featurette .move-box02 .arr06 {
  position: absolute;
  top: 49%;
  right: 15%;
  width: 10%;
  -webkit-animation: logoGshowMove 4.5s 1s ease infinite alternate;
  animation: logoGshowMove 4.5s 1s ease infinite alternate;
}

/* move move03 */
.m-featurette .move-box03 .arr01 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 50%;
  z-index: 5;
  margin-left: -23%;
}

.m-featurette .move-box03 .arr02 {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 28%;
  -webkit-animation: logoGshow 2.5s 2s ease-in-out infinite alternate;
  animation: logoGshow 2.5s 2s ease-in-out infinite alternate;
}

.m-featurette .move-box03 .arr03 {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 28%;
  -webkit-animation: logoGshowMove 3s 1s ease-in-out infinite alternate;
  animation: logoGshowMove 3s 1s ease-in-out infinite alternate;
}

.m-featurette .move-box03 .arr04 {
  position: absolute;
  bottom: 2%;
  left: 12%;
  width: 26%;
  -webkit-animation: logoGshow 2s ease-in-out infinite alternate;
  animation: logoGshow 2s ease-in-out infinite alternate;
}

.m-featurette .move-box03 .arr05 {
  position: absolute;
  bottom: 2%;
  right: 6%;
  width: 32%;
  -webkit-animation: logoGshowMove 2.5s 0.5s ease-in-out infinite alternate;
  animation: logoGshowMove 2.5s 0.5s ease-in-out infinite alternate;
}

/* move move04 */
.m-featurette .move-box04 .arr01 {
  position: absolute;
  top: 24%;
  left: 35%;
  width: 35%;
  z-index: 5;
  margin-left: -23%;
  -webkit-animation: logoGshow 1.5s 0.5s ease-in-out infinite alternate;
  animation: logoGshow 1.5s 0.5s ease-in-out infinite alternate;
}

.m-featurette .move-box04 .arr04 {
  position: absolute;
  top: 10%;
  left: 32%;
  width: 10%;
  z-index: 5;
  margin-left: -5%;
  -webkit-animation: logoGshow 1.5s 1s ease-in-out infinite alternate;
  animation: logoGshow 1.5s 1s ease-in-out infinite alternate;
}

.m-featurette .move-box04 .arr02 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 38%;
  /* -webkit-animation:pageCgift 0.7s linear infinite alternate;
  animation:pageCgift 0.7s linear infinite alternate; */
}

.m-featurette .move-box04 .arr03 {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 38%;
  /* -webkit-animation:pageCgift 0.7s 1s linear infinite alternate;
  animation:pageCgift 0.7s 1s linear infinite alternate; */
}

@-webkit-keyframes pageCgift {
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}

@keyframes pageCgift {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}

/**************************/
.m-cet-txt-star {
  position: relative;
}

.m-cet-txt-star .stat {
  position: absolute;
  top: -3rem;
  right: 4rem;
  width: 10rem;
  height: 10rem;
}

/**************************/
.m-cet-txt-news {
  position: relative;
}

.m-cet-txt-news .stat {
  position: absolute;
  top: -6rem;
  right: 8rem;
  width: 14rem;
  height: 16rem;
}


.m-columns .card {
  height: 184px;
  margin-bottom: 40px;
  background: #FFFFFF;
  /* Opacity Blue */

  border: 1px solid rgba(14, 99, 244, 0.1);
  box-sizing: border-box;
  /* shadow */

  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}


.m-columns .card .name {
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #1544EB;
}

.m-columns .card .name .s {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.m-columns .card .price {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000439;
}

.m-columns .card .status {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 30px;
  color: #BB9A46;
}

.m-columns .card .yes {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #000439;
}

.m-columns .card .yes .s {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-right: 10px;
  background: url(../src/assets/yes.png) center top no-repeat;
}

.m-foot {
  position: relative;
  padding-top: 200px;
  background: url(images/bg-footer.png) center top no-repeat;
  background-size: cover;
}

.m-foot h2 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #FF6B00;
}

.m-foot .t1 {
  height: 100px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.m-foot .f-btn a {
  display: inline-block;
  height: 48px;
  padding: 0 36px;
  line-height: 48px;
  background: #FF6B00;
  border-radius: 37px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

.m-foot .f-txt {
  width: 100%;
  padding: 60px 0 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #8A8A8A;
}


/*********** media ************/
.star-container {
  width: 100%;
  align-self: end;
  justify-self: center;
  height: 720px;
}

.star {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #fff, rgba(0, 0, 255, 0));
  filter: drop-shadow(0 0 6px #fff);
}

.star::before {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  width: 12px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #fff, rgba(0, 0, 255, 0));
  border-radius: 100%;
  transform: translateX(50%) rotateZ(45deg);
  animation: shining 2s ease-in-out infinite;
}

.star::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  width: 12px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #fff, rgba(0, 0, 255, 0));
  border-radius: 100%;
  transform: translateX(50%) rotateZ(45deg);
  animation: shining 2s ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}

.star:nth-child(1) {
  top: 10%;
  left: calc(50% - 22%);
  animation-delay: 450ms;
}

.star:nth-child(2) {
  top: calc(50% - 7%);
  left: calc(50% - 29.5%);
  animation-delay: 650ms;
}

.star:nth-child(3) {
  top: 70%;
  left: calc(50% - 39.2%);
  animation-delay: 550ms;
}

.star:nth-child(4) {
  top: calc(50% + 8%);
  left: calc(50% - 25.6%);
  animation-delay: 650ms;
}

.star:nth-child(5) {
  top: calc(50% - 1.5%);
  left: 95%;
  animation-delay: 750ms;
}

.star:nth-child(6) {
  top: calc(50% - 8%);
  left: calc(50% - 3%);
  animation-delay: 650ms;
}

.star:nth-child(7) {
  top: 15%;
  left: calc(50% + 22.5%);
  animation-delay: 550ms;
}

.star:nth-child(8) {
  top: 25%;
  left: calc(50% + 7%);
  animation-delay: 650ms;
}

@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 12px;
  }
  100% {
    width: 0;
  }
}

/*********** media ************/
@media (max-width: 1200px) {
  .m-cet-btn .arr01 {
    right: 0;
  }

  .m-cet-btn .arr02 {
    display: none;
  }

  .m-card-box .card-text1 {
    top: 40%;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .m-card-box .card-text2 {
    top: 56%;
    font-size: 18px;
  }

  .mb100 {
    margin-bottom: 40px;
  }

  /* .m-cet-txt-backed .m-card-box .cardmod {
    padding: 0 20px;
  } */
  .m-cet-txt-news .stat {
    right: 0;
  }

  .m-card-box .card-btn {
    width: 200px;
    margin-left: -100px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .m-banner .navbar-brand,
  .bg-right-bar-fish01,
  .bg-right-bar-fish02 {
    display: none;
  }
}

/*********** media ************/
@media (max-width: 1000px) {
  .m-banner-txt .txt-box {
    left: 40px;
  }

  .m-banner .menu-link {
    margin-left: 0;
  }

  .m-banner-txt .txt-box {
    width: 80%;
  }

  .m-cet-btn {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }

  .m-cet-btn .tit {
    margin-right: 80px;
  }

  .m-cet-btn .arr01 {
    display: none;
  }

  .m-cet-btn .arr02 {
    display: none;
  }

  .m-top-txt {
    padding: 30px 0 0 0;
  }

  .bg-container-box {
    background: none;
  }

  .m-featurette .tit {
    width: auto;
  }

  .m-featurette .subtit {
    width: auto;
  }

  .m-cet-txt-star .stat {
    right: 1rem;
  }

  .m-card-box .cardmod2 {
    margin-top: 0;
  }

  .m-card-box .card-text1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
  }

  .m-card-box .card-text2 {
    top: 58%;
    font-size: 18px;
  }

  .m-cet-txt-backed {
    padding-top: 0;
    background: none;
  }

  .m-cet-txt-news .stat {
    display: none;
  }

  .m-cet-txt-backed .m-card-box {
    padding-bottom: 60px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .bg-container-box-arr,
  .m-foot-fish01,
  .m-foot-fish02 {
    display: none;
  }
}

@media (max-width: 780px) {
  .m-banner {
    /* background-image:url(../src/assets/banner-mob.jpg);
    background-color: #0b0046;
    background-size: 100% auto;
    background-position: center bottom; */
    /* height: 760px; */
  }

  .m-banner .navbar-brand {
    width: 150px;
    background-size: 100% auto;
    background-position: center;
  }

  .m-banner .nav {
    margin-top: 20px;
  }

  .m-banner .navbar-brand {
    margin-left: 10px;
  }

  .m-banner .nav {
    justify-content: flex-start !important;
  }

  .m-banner .menu-link a {
    padding: 0.5rem 0.5rem;
  }

  .m-banner-txt .txt-box {
    top: 130px;
  }

  .m-banner-txt .txt-box h1 {
    width: 230px;
    font-size: 34px;
  }

  .m-banner-txt .arr-ball {
    width: 153px;
    height: 99px;
    background-size: cover;
  }

  /* .u-btnlist .btn-jus {
    width: 270px;
  } */
  .mb120 {
    margin-bottom: 70px;
  }

  .m-featurette.row.mt120 {
    margin: 0 0 70px 0;
  }

  .m-banner-txt .txt-box {
    left: 20px;
    width: 90%;
  }

  .m-banner-txt,
  .star-container {
    height: 680px;
  }

  .m-featurette .move-box02 .arr01 {
    top: 14%;
  }

  .m-featurette .col-md-6:nth-child(n) {
    padding: 0 !important;
  }

  .m-featurette .col-md-6:nth-child(2n) {
    padding: 0 !important;
  }

  .m-featurette .col-md-6.order-md-1 {
    padding: 0 !important;
  }

  .m-featurette .col-md-6.order-md-2 {
    padding: 0 !important;
  }

  .m-cet-btn {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 30px;
  }

  .m-cet-btn .tit {
    margin-right: 20px;
  }

  .m-banner-txt .txt-box .t1 {
    font-size: 22px;
  }

  .m-cet-txt-star .stat {
    display: none;
  }

  .m-card-box .card-text1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
  }

  .m-card-box .card-text2 {
    top: 58%;
    font-size: 24px;
  }

  .m-foot {
    padding-top: 60px;
  }

  .m-ft-search .btn {
    width: 130px;
  }

  .m-ft-list {
    padding: 30px 0 50px;
  }

  .f-txt {
    font-size: 16px;
  }

  .m-banner .navbar-brand {
    display: block;
  }
}

