html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  height: unset;
  /* scroll-snap-type: y mandatory;
  scroll-snap-stop: always; */
}

@font-face {
  font-family: SFProDisplay-Regular;
  src: url('../font/SFProDisplay-Regular.otf');
}

@font-face {
  font-family: SFProDisplay-Medium;
  src: url('../font/SFProDisplay-Medium.otf');
}

@font-face {
  font-family: SFProDisplay-Heavy;
  src: url('../font/SFProDisplay-Heavy.otf');
}

@font-face {
  font-family: SFProDisplay-Semibold;
  src: url('../font/SFProDisplay-Semibold.otf');
}

@font-face {
  font-family: GlowSansSC-Normal-Regular;
  src: url('../font/GlowSansSC-Normal-Regular.otf');
}

@font-face {
  font-family: GlowSansSC-Normal-Bold;
  src: url('../font/GlowSansSC-Normal-Bold.otf');
}

@font-face {
  font-family: GlowSansSC-Normal-Book;
  src: url('../font/GlowSansSC-Normal-Book.otf');
}

@font-face {
  font-family: GlowSansSC-Normal-ExtraBold;
  src: url('../font/GlowSansSC-Normal-ExtraBold.otf');
}

@font-face {
  font-family: GlowSansSC-Normal-Medium;
  src: url('../font/GlowSansSC-Normal-Medium.otf');
}

.cn-regular {
  font-family: GlowSansSC-Normal-Regular !important;
}

.cn-bold {
 font-family: GlowSansSC-Normal-Bold !important;
}

.cn-extrabold {
  font-family: GlowSansSC-Normal-ExtraBold !important;
 }

 .cn-medium {
  font-family: GlowSansSC-Normal-Medium !important;
 }

 .cn-book {
  font-family: GlowSansSC-Normal-Book !important;
 }

 .cursor-pointer {
  cursor: pointer;
 }

.container-1 {
  padding: 0;
  text-align: center;
  overflow: hidden;
  /* background: rgb(1, 10, 107, 0.87); */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8f8f8;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.arrow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 4rem;
}
.arrow span {
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: 7px solid #fff;
  border-right: 7px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  border-radius: 5px;
  animation: animate 2s infinite;
  box-shadow: 10px 10px 10px rgb(255, 255, 255, 0.1);
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.triangle-bot {
  display: none;
}
/* .container-1::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 75vh 18vw;
  border-color: transparent transparent transparent rgb(0, 5, 161, -1);
  top: 0;
  left: 0;
  position: absolute;
}

.container-1::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75vh 18vw;
  border-color: transparent transparent rgb(0, 5, 161, -1) transparent;
  bottom: 0;
  right: 0;
  position: absolute;
} */

.outer-bg {
  background: white;
  width: 100%;
  position: relative;
}

.top-radius {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

#bg-vid,
#bg-vid-m {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

#bg-vid-m {
  display: none;
  height: 100vh;
}

.icon-96m {
  /* width: 190px; */
  width: 14.8vw;
  margin-bottom: 1.5rem;
}

.select-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-lang > div {
  width: 100%;
}

.select-lang > div,
.select-lang p:hover {
  color: #f47920;
  cursor: pointer;
}

.select-lang > div:first-child {
  padding-right: 50px;
}

.select-lang > div:first-child > div {
  text-align: center;
  width: fit-content;
  display: block;
  margin-left: auto;
}

.select-lang > div:last-child {
  padding-left: 50px;
}

.select-lang > div:last-child > div {
  text-align: center;
  width: fit-content;
  display: block;
  margin-right: auto;
}

.select-lang img {
  /* width: 92px; */
  width: 5.5vw;
  max-width: 92px;
  margin-bottom: 1.5rem;
  border: 4px solid white;
  border-radius: 50%;
}

.select-lang > div:hover img {
  border: 4px solid #f47920;
}

.select-lang > div:hover p {
  color: #f47920;
}

.select-lang p {
  font-family: SFProDisplay-Regular;
  color: #f8f8f8;
  font-size: 1.15rem;
  text-align: center;
}

.sec-1 {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
}

.sec-1 > img:first-child {
  width: 6vw;
  margin-bottom: 2rem;
}

.sec-1 > img:nth-child(2) {
  width: 31vw;
  margin-bottom: 3rem;
}

.sec-1 > img:nth-child(3) {
  display: none;
}

.sec-1 > img:nth-child(4) {
  width: 36vw;
  margin-bottom: 1.5rem;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
}

.sec-1 > img:nth-child(5) {
  display: none;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
}

.sec-1 > p:nth-child(2) {
  font-family: GlowSansSC-Normal-Bold;
  /* font-size: 2.9rem; */
  font-size: 3.635vw;
  margin-bottom: 0.2rem;
}

.sec-1 > p:nth-child(3) {
  /* font-size: 1.4rem; */
  font-size: 1.75vw;
  margin-bottom: 3rem;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}

.float-ic-1 {
  position: absolute;
  height: auto;
  top: 14vw;
  right: -6vw;
  width: 7vw;
  transform-origin: bottom;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.float-ic-2 {
  position: absolute;
  height: auto;
  left: -11vw;
  top: 5vw;
  width: 9vw;
  transform-origin: bottom;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.float-ic-3 {
  position: absolute;
  height: auto;
  top: 16vw;
  left: -5vw;
  width: 4vw;
  transform-origin: bottom;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.float-ic-4 {
  position: absolute;
  height: auto;
  top: 4vw;
  right: 0vw;
  width: 4vw;
  transform-origin: bottom;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.float-ic-5 {
  position: absolute;
  height: auto;
  top: 1vw;
  left: 0vw;
  width: 4vw;
  transform-origin: bottom;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.float-ic-3-m,
.float-ic-4-m {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1000px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2rem 5rem 2rem;
  /* scroll-snap-align: start; */
}

.sec-2 {
  display: none;
}

.down_arrow {
  width: 58px;
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  margin-top: 2rem;
}

.jacky_wu {
  width: 100%;
}

.fade-des-mob {
  display: none;
}

.container-2 > div:first-child > div {
  display: flex;
  align-items: center;
  margin-top: 4vw;
}

.join-content {
  position: relative;
  width: 40%;
}

.join-content > p:nth-child(2) {
  font-family: SFProDisplay-Medium;
  color: #696969;
  font-size: 1.4rem;
  white-space: nowrap;
}

.jacky-text-m {
  display: none;
  line-height: normal;
  font-size: 2.3rem;
  font-family: SFProDisplay-Heavy;
  color: #0523dd;
}

.join-content img {
  display: block;
  width: 115px;
}

.join-content > div > p:nth-child(2) {
  color: #6a6a6a;
  margin-bottom: 0px;
  font-size: 1.725rem;
  padding: 1rem;
}

.join-content > div > p:last-child {
  font-family: GlowSansSC-Normal-Bold;
  text-align: left;
  font-size: 2.3rem;
  color: #696969;
  margin-bottom: 0;
}

.join-content > p:nth-child(2) span {
  font-family: GlowSansSC-Normal-Regular;
}

.join-content > p:nth-child(4) {
  font-family: SFProDisplay-Regular;
  color: #c1c1c1;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 2rem;
}

.join-btn-con p {
  padding: 0 !important;
}

.jacky-content-m {
  width: 60%;
  position: relative;
}

.jacky-content {
  position: relative;
  width: 60%;
}

.description-content {
  position: relative;
  width: 40%;
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
}

.description-content > div > p:first-child {
  font-size: 2.3rem;
  font-family: GlowSansSC-Normal-Bold;
  color: #252525;
  margin-bottom: 0;
  line-height: normal;
}

.description-content > div > p:nth-child(2) {
  line-height: normal;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-family: SFProDisplay-Heavy;
  color: #0523dd;
}

.description-content > div > p:nth-child(3) {
  color: #f4791f;
  font-size: 20px;
  font-family: SFProDisplay-Semibold;
  margin-bottom: 1.5rem;
}

.description-content > div > p:nth-child(4) {
  font-size: 14px;
  color: #696969;
  font-family: SFProDisplay-Medium;
  margin-bottom: 3rem;
  line-height: 1.7;
}

.description-content > div > button > img {
  width: 40px;
  margin-right: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.jacky-content > div,
.jacky-content-m > div {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: end;
  top: 49rem;
  left: 2rem;
}

.jacky-content-m > div > p:last-child {
  font-family: GlowSansSC-Normal-Regular;
  margin-bottom: 0;
  font-size: 5px;
  color: #696969;
}

.jacky-content-m > div > p:first-child {
  margin-bottom: 0;
  color: #696969;
  font-family: SFProDisplay-Heavy;
  font-size: 6px;
}

.jacky-content div > p:first-child {
  font-family: SFProDisplay-Heavy;
  font-size: 1.4rem;
  color: #696969;
  margin-bottom: 0;
  line-height: 0.5;
}

.jacky-content div > p:first-child span {
  font-family: GlowSansSC-Normal-Regular;
  font-weight: 600;
  margin-top: 10px;
}

.jacky-content div > p:last-child {
  font-family: GlowSansSC-Normal-Regular;
  font-size: 1rem;
  color: #696969;
  margin-top: 10px;
}

.join-btn,
.join-btn-m {
  font-family: SFProDisplay-Heavy;
  width: 175px;
  border: none;
  padding: 0.5rem;
  background-color: #f47920;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.yt-video.mob {
  display: none;
}

.join-content-m {
  font-family: SFProDisplay-Regular;
  color: #696969;
  font-size: 0.85rem;
  width: 35%;
  position: relative;
}

.join-content-m > div {
  /* position: absolute; */
  /* bottom: 2rem; */
}

.join-content-m > p:nth-child(3) {
  font-family: 'SFProDisplay-Regular';
  color: #c1c1c1;
  white-space: normal;
  font-size: 1rem;
}

.join-content .join-btn-con {
  display: block !important;
  align-items: unset !important;
  margin-top: unset !important;
  /* position: absolute !important;
  left: 0 !important;
  top: 49rem !important; */
  margin-top: 2rem !important;
}

.join-content > div:last-child {
  padding: 0;
}

.join-content > div:last-child p,
.join-content-m > div:last-child p {
  font-family: SFProDisplay-Regular;
  color: #f47920;
  font-size: 0.9rem;
}

.yt-video {
  margin-top: 1rem;
  width: 100%;
}

.section-3 {
  position: relative;
  background: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.section-3 > div {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
}

.white-btn {
  border: none;
  border-radius: 25px;
  padding: 15px 10px;
  width: 200px;
  background: white;
  box-shadow: 0px 0px 15px darkgrey;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  font-size: 18px;
  font-family: 'SFProDisplay-Regular';
  cursor: pointer;
}

.call-us {
  margin-top: 5rem;
}

.contact-us {
  width: 40%;
}

.contact-us > p:first-child {
  font-size: 2.3rem;
  font-family: 'SFProDisplay-Heavy';
  margin-bottom: 4rem;
}

.contact-us > div > div {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-us > div > div > img {
  margin-right: 3rem;
  width: 56px;
  height: 56px;
}

.contact-us > div > div > div > p:first-child {
  margin-bottom: 0;
  font-size: 18px;
  font-family: SFProDisplay-Semibold;
  color: #252525;
}

.contact-us > div > div > div > p:last-child {
  margin-bottom: 0;
  font-size: 12px;
  font-family: SFProDisplay-Regular;
  color: #797979;
}

.promo-girl {
  width: 60%;
}

.promo-girl > img {
  width: 100%;
}

.section-4 {
  position: relative;
  background: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.section-4 > div {
  max-width: 1000px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.section-4 > div > div:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}

.section-4 > div > div:first-child > p {
  font-size: 2.3rem;
  font-weight: 700;
  margin-right: 2rem;
  margin-bottom: 0;
  font-family: SFProDisplay-Heavy;
}

.section-4 > div > div:first-child > img {
  height: 2.3rem;
}

.section-4 > div > div:nth-child(2) {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 3%;
}

.section-4 > div > div:nth-child(2) > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: white;
  box-shadow: 0px 0px 15px darkgrey;
  border-radius: 15px;
  height: 170px;
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 4rem;
}

.section-4 > div > div:nth-child(2) > div > div {
  height: 80px;
  width: 80px;
  margin-top: -40px;
}

@keyframes bounce-icons {
  0%,
  50%,
  50%,
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.section-promos {
  position: relative;
  width: 100%;
  background: white;
}

.promo-slider #tns4 > .tns-item {
  width: 50%;
}

.promo-slider .tns-item {
  /* min-width: 10%; */
  padding: 0 8px;
}

.promo-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.promo-img.mobile {
  display: none;
}

.fade-effect {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 1) 95%
  );
}

.fade-effect-y {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 0) 49%,
    rgba(245, 245, 245, 1) 100%
  );
}

.section-4 > div > div:nth-child(2) > div > div > img {
  position: absolute;
  height: 80px;
  width: auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.section-4 > div > div:nth-child(2) > div {
  cursor: pointer;
}

.section-4 > div > div:nth-child(2) > div:hover > div > img {
  cursor: pointer;
  animation-name: bounce-icons;
  -moz-animation-name: bounce-icons;
}

.section-4 > div > div:nth-child(2) > div > p:nth-child(2) {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 24px;
  font-family: SFProDisplay-Heavy;
}

.section-4 > div > div:nth-child(2) > div > p:nth-child(3) {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #c1c1c1;
  font-family: SFProDisplay-Regular;
}

.section-5 {
  position: relative;
  background-image: linear-gradient(#f5f5f5, #fff);
  width: 100%;
  /* height: 915px; */
  display: flex;
  justify-content: center;
  padding: 5rem 0;
  flex-flow: column;
}

.section-5 > div {
  max-width: 1000px;
}

.section-5 > p {
  font-family: SFProDisplay-Heavy;
  text-align: center;
  font-size: 2.3rem;
  color: #252525;
  margin-bottom: 5rem;
}

.my-slider-mobile {
  display: none;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.join-now {
  background-image: linear-gradient(1deg, #f4811f, #ffb200);
  border: none;
  padding: 15px 10px;
  border-radius: 25px;
  color: white;
  width: 200px;
  margin-top: 4rem;
  box-shadow: 0px 0px 5px grey;
  font-size: 18px;
  background-image: linear-gradient(1deg, #f4791f, #ffb400);
  font-family: 'SFProDisplay-Medium';
  cursor: pointer;
}

.container-4 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 4rem; */
  padding: 4rem 2rem;
  position: relative;
  padding-bottom: 2rem;
}

.container-4 > p {
  font-family: SFProDisplay-Semibold;
  text-align: left;
  font-size: 50px;
  color: #252525;
  margin-bottom: 2rem;
}

.license-grid {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-gap: 2%;
  margin-bottom: 4rem;
}

.license-grid > div > p {
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b3b3b3;
}

.license-grid > div {
  display: flex;
  flex-flow: column;
}

.orange-link {
  font-family: SFProDisplay-Regular;
  color: #f57921;
  font-weight: 500;
  cursor: pointer;
}

.license-img {
  height: 50px;
  margin-bottom: 2rem;
  margin-right: auto;
}

.license-grid > div:nth-child(2) img,
.license-grid > div:nth-child(3) img {
  padding-top: 10px;
}

.global-con {
  display: flex;
  height: 250px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -50px;
  margin-top: -100px;
}

.global-con > img {
  height: 90px;
}

.up-arrow {
  width: 60px;
  position: fixed;
  right: 2rem;
  /* top: 0; */
  margin-top: -30px;
  z-index: 1;
  cursor: pointer;
  bottom: 100px;
}

.carousel-control-next {
  right: -15px !important;
}

.carousel-control-prev {
  left: -15px !important;
}

.cr-item-content {
  height: 370px;
  /* height: 410px; */
  width: 100%;
  padding: 2.5rem 2rem 2rem 2rem;
  background-color: white;
  border-radius: 10px;
  font-size: 0.75rem;
  /* background-image: url('../images/Testimonial-box.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  box-shadow: 0 0 7px grey;
}

.tns-item {
  padding: 5px;
}

/* 
.cr-item-content::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35vh 8vw;
  border-color: transparent transparent rgb(0,0,0, .1) transparent;
  bottom: 0;
  right: 30px;
  position: absolute;
} */

.carousel-inner {
  height: 370px;
  overflow-y: hidden;
  width: 85% !important;
}

.carousel-item {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container-fluid {
  width: 90%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cr-item-content > img {
  width: 40px;
  /* margin-left: -10px; */
  height: auto;
  margin-bottom: 24px;
}

.cr-item-content > p:nth-child(2) {
  font-size: 1.3rem;
  font-family: SFProDisplay-Semibold;
  color: #696969;
  margin-bottom: 0.5rem;
}

.cr-item-content > p:nth-child(3) {
  font-family: SFProDisplay-Regular;
  color: #696969;
  font-size: 0.85rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.cr-item-content > p:nth-child(4) {
  font-family: SFProDisplay-Semibold;
  font-size: 0.75rem;
  text-align: end;
  font-style: italic;
  position: absolute;
  margin-bottom: 0px;
  bottom: 3rem;
  right: 4rem;
  display: inline-block;
  align-self: self-end;
  color: #0524dd;
}

.container-7 {
  padding: 2rem;
  background-color: #0524dd;
  position: relative;
}

.sec-7 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.sec-7-m {
  display: none;
}

.sec-7-m h6 {
  font-size: 10px;
  font-family: 'SFProDisplay-Regular';
  color: #f8f8f8;
  /* font-style: italic; */
}

.responsible-icons,
.socia-icons {
  display: flex;
}

.footer-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.footer-info {
  text-align: left;
}

.responsible-links {
  text-align: right;
}

.footer-info ol,
.footer-nav ol {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-info ol {
  margin: -5px;
}

.footer-info img {
  width: calc(10% - 10px);
}

.socials img {
  max-width: 30px;
}

.footer-info li,
.footer-nav li {
  display: inline;
  margin: 0 3px;
  font-family: SFProDisplay-Regular;
  font-size: 0.75rem;
  color: #f8f8f8;
}

.footer-nav li > a {
  color: #f8f8f8;
  font-size: 0.75rem;
}

.footer-info h6 {
  font-family: SFProDisplay-Regular;
  font-size: 0.75rem;
  /* font-style: italic; */
  color: #f8f8f8;
  margin-bottom: 17px;
}

#footer_style {
  color: #0c42e5;
  background-color: #0c42e5;
  border: none;
  height: 4px;
  margin-top: 2rem;
}

.responsible-nav {
  text-align: right;
  color: #f8f8f8;
  font-family: SFProDisplay-Regular;
  font-size: 0.75rem;
  /* font-style: italic; */
}

.responsible-nav p {
  margin-bottom: 0px;
  margin-block-start: 5px;
}

.container-8 {
  padding: 1.25rem 0;
  background-color: black;
}

.section-8 {
  position: relative;
  width: 100%;
  background: white;
  padding-bottom: 5rem;
}

.section-8 > div {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.section-8 > div > p {
  font-size: 50px;
  color: #252525;
  margin-bottom: 2rem;
  font-family: SFProDisplay-Semibold;
}

.providers-slider img {
  width: 100%;
}

.carousel-example > div > div > div > div > img {
  width: 90px;
  height: auto;
}

/* .carousel-example > div > div > div {
  width: 70px !important;
} */

.clone {
  visibility: hidden;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}

.sec-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.providers {
  height: 60px;
  width: 100%;
  padding: 2.5rem 2rem 2rem 2rem;
  /* background-color: white; */
  border-radius: 10px;
  font-size: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-8 img {
  width: 30px;
  margin: 0px 2px;
}

.sec-8 p {
  margin-bottom: 0px;
  font-family: SFProDisplay-Regular;
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #f8f8f8;
}

.sec-8 span {
  color: #f47920;
}

.sec-8 select {
  margin-left: 1rem;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: transparent;
  color: #f8f8f8;
  font-size: 0.85rem;
  padding: 3px 3px 3px 15px;
  width: 100px;
  -webkit-appearance: none;
}

.green-dot {
  height: 5px;
  width: 5px;
  background-color: #01ff23;
  border-radius: 50%;
  display: inline-block;
  margin-left: -1rem;
}

.sec-8 select option {
  background: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sec-8 select option:hover {
  color: #f47920;
  background-color: transparent;
}

#nav {
  position: relative;
  display: flex;
  align-items: center;
}

#lang-list {
  display: none;
}

#nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 30px;
  width: 100px;
  left: 1rem;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}

#nav ul li {
  font-size: 0.85rem;
  padding: 1px 0;
  font-family: SFProDisplay-Regular;
}

#nav ul li:hover {
  color: #f47920;
}

#selected-lang {
  margin-left: 1rem;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: transparent;
  color: #f8f8f8;
  font-size: 0.85rem;
  padding: 3px 3px 3px 15px;
  width: 100px;
  -webkit-appearance: none;
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .license-img {
    height: auto;
    width: 80%;
  }

  .global-con > img {
    height: auto;
    width: 25%;
  }
}

@media screen and (max-width: 320px) {
  /*
  ------------------------------------------------------------
  */

  /*************** section 1 ********************************/

  .sec-1 > img:first-child {
    width: 20vw;
    margin-bottom: 1rem;
  }

  .sec-1 > img:nth-child(2) {
    width: 77vw;
    display: none;
  }

  .sec-1 > img:nth-child(3) {
    display: block;
    width: 85vw;
    margin-bottom: 10vw;
  }

  .sec-1 > img:nth-child(4) {
    display: none;
  }

  .sec-1 > img:nth-child(5) {
    display: block;
    width: 64vw;
  }

  .down_arrow {
    width: 15vw;
    margin-top: 3rem;
  }

  .float-ic-1 {
    top: 15vw;
    width: 15vw;
    right: -11vw;
  }

  .float-ic-2 {
    left: -1vw;
    width: 20vw;
    top: -13vw;
  }

  .float-ic-5 {
    top: 23vw;
    width: 8vw;
    left: -9vw;
  }

  .float-ic-3,
  .float-ic-4 {
    display: none;
  }

  .float-ic-3-m {
    position: absolute;
    display: block;
    width: 9vw;
    top: -14vw;
    right: 2vw;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }

  .float-ic-4-m {
    position: absolute;
    display: block;
    top: 70vw;
    left: -9vw;
    width: 12vw;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  /*************** section 2 ********************************/

  .top-radius {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .jacky-content {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin: 2rem 0;
  }

  .description-content {
    width: 100%;
    padding: 0 12px;
  }

  .description-content > div > p:first-child,
  .jacky-text-m {
    font-size: 8vw;
  }

  .description-content > div > p:nth-child(3) {
    font-size: 5vw;
    margin-bottom: 10px;
  }

  .description-content > div > p:nth-child(4) {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .description-content > [data-aos],
  .jacky_wu,
  .contact-us,
  .promo-girl > img {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .white-btn {
    border-radius: 10px;
    font-size: 4vw;
    width: 175px;
  }

  .description-content > div > button > img {
    width: 9vw;
  }

  /*************** section 3 ********************************/

  .promo-img.desktop {
    display: none;
  }

  .promo-img.mobile {
    display: block;
  }

  .promo-img {
    height: auto;
  }

  .fade-effect {
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) -10%,
      rgba(255, 255, 255, 0) 49%,
      rgba(255, 255, 255, 1) 110%
    );
  }

  /*************** section 4 ********************************/

  .section-3 {
    padding: 4rem 20px 2rem 20px;
  }

  .section-3 > div {
    flex-flow: column-reverse;
  }

  .contact-us {
    width: 100%;
    margin-top: 55px;
    padding: 0 16px;
  }

  .promo-girl {
    width: 100%;
  }

  .promo-girl > img {
    display: block;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us > p:first-child {
    font-size: 8vw;
  }

  .section-4 > div > div:nth-child(2) > div > div > img:hover {
    cursor: pointer;
    animation-name: unset;
    -moz-animation-name: unset;
  }

  /*************** section 5 ********************************/
  .section-4 {
    padding: 50px 0;
  }

  .section-4 > div {
    max-width: 100%;
    align-items: unset;
    padding: 0px 15px;
  }

  .section-4 > div > div:first-child {
    margin-bottom: 2rem;
  }

  .section-4 > div > div:first-child > p {
    font-size: 8vw;
    margin-right: 5px;
  }

  .section-4 > div > div:first-child > img {
    height: 6vw;
  }

  .section-4 > div > div:nth-child(2) {
    display: flex;
    overflow-x: auto;
    width: 100%;
    align-items: center;
    padding: 3rem 0 1rem;
    grid-template-columns: unset;
    grid-gap: unset;
    margin-left: -1rem;
  }

  .section-4 > div > div:nth-child(2) > div {
    width: 64vw;
    flex: 0 0 auto;
    height: 235px;
    margin: 0 1rem;
  }

  .section-4 > div > div:nth-child(2) > div > div {
    position: relative;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 15px;
    text-align: center;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(3) {
    font-size: 12px;
  }

  .join-now {
    font-size: 4vw;
    width: 175px;
    border-radius: 10px;
    margin-top: 2rem;
  }

  /*************** section 6 ********************************/

  .section-5 {
    padding: 50px 0px;
  }

  .section-5 > p {
    font-size: 8vw;
    text-align: left;
    padding: 0 15px;
  }

  .testimonials-grid {
    display: none;
  }

  .my-slider-mobile {
    display: block;
  }

  .my-slider-mobile .cr-item-content {
    width: 100%;
  }

  /*************** section 7 ********************************/

  .container-4 {
    padding: 1.5rem 10px 2rem 10px;
    margin-bottom: 0%;
  }

  .container-4 > p {
    font-size: 6vw;
    margin-bottom: 24px;
  }

  .license-grid {
    grid-template-columns: 45% 45%;
    grid-gap: 4%;
    margin-bottom: 0;
    grid-row-gap: 20px;
  }

  .license-img {
    width: auto;
    height: 7.5vw;
    margin-bottom: 15px;
  }

  .license-grid > div:nth-child(2) img,
  .license-grid > div:nth-child(3) img {
    padding-top: 2px;
  }

  .license-grid > div > p {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .license-grid > div {
    display: block !important;
    flex-flow: unset !important;
  }

  /*************** section 8 ********************************/

  .section-8 > div {
    padding: 0;
  }

  .section-8 > div > p {
    font-size: 6vw;
    padding: 0 15px;
    margin-bottom: 24px;
  }

  /*************** section 9 ********************************/

  .sec-7-m > div > div:nth-child(2) h6 {
    text-align: right;
  }

  .sec-7-m > div > div:nth-child(2) > div {
    justify-content: end;
  }

  .sec-7-m > div > div:first-child img {
    width: 16%;
  }

  /*
  ------------------------------------------------------------
  */

  .container-1::before {
    border-width: 0px 0px 30vh 28vw;
  }

  .container-1::after {
    border-width: 0 0 30vh 28vw;
  }

  .icon-96m {
    width: 120px;
    margin-bottom: 5px;
  }

  .sec-1 > p:nth-child(2) {
    font-size: 9vw;
  }

  .sec-1 > p:nth-child(3) {
    font-size: 0.65rem;
    margin-bottom: 2rem;
  }

  .select-lang img {
    width: 50px;
    margin-bottom: 5px;
  }

  .select-lang p {
    font-size: 11px;
    margin-bottom: 0;
  }

  .select-lang > div:first-child {
    padding-right: 4vw;
  }

  .select-lang > div:last-child {
    padding-left: 4vw;
  }

  .container-2 {
    padding: 1rem 10px 2rem 10px;
  }
  .yt-video {
    margin-bottom: 0;
  }

  .yt-video.mob {
    display: block;
    margin-top: 0;
  }

  .join-content img {
    width: 20%;
    padding-top: 1rem;
  }

  .join-content-m {
    display: block;
    width: 40%;
    padding-top: 1rem;
  }

  .join-content-m > p:nth-child(3) {
    font-size: 7px;
    margin-top: 10px;
  }

  .join-content > div > p:nth-child(2) {
    font-size: 1rem;
    padding: 0 15px;
  }

  .join-content > div > p:last-child {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }

  .join-content > p:nth-child(2) {
    font-size: 10px;
  }

  .yt-video {
    width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .jacky-content-m {
    width: 60%;
  }

  .join-content-m > p {
    white-space: nowrap;
    margin-top: 0;
    font-size: 8px;
    margin-bottom: 0;
  }

  .join-content-m > div:first-child {
    bottom: 10px;
    display: flex;
    position: unset;
    align-items: center;
  }

  .join-content-m > div:last-child {
    position: unset;
    margin-top: 1rem;
  }

  .join-btn-m {
    font-size: 9px;
    margin-bottom: 2px;
    width: 85px;
    padding: 3px;
  }

  .join-content-m > div:last-child p {
    font-size: 7px;
    margin-bottom: 0px;
  }

  .join-content-m > div > img {
    width: 17vw;
  }

  .join-content-m > div:first-child > p:nth-child(2) {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 0;
  }

  .join-content-m > div:first-child > p:nth-child(3) {
    font-family: GlowSansSC-Normal-Bold;
    color: #696969;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .join-btn-con {
    margin-top: 10px !important;
    /* position: absolute !important;
    bottom: unset !important;
    top: 60vw !important; */
  }

  .jacky-content-m > div {
    top: 60vw;
    left: 2vw;
  }

  .jacky-content-m > div > p:first-child {
    font-size: 6px !important;
  }

  .jacky-content-m > div > p:first-child span {
    font-size: 6px !important;
  }

  .jacky-content-m > div > p:last-child {
    font-size: 5px !important;
  }

  .global-con {
    height: 81px;
    height: 81px;
    width: auto;
    margin-bottom: -17px;
    margin-top: -40px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .carousel-item {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .carousel-inner {
    height: 250px;
  }

  .cr-item-content {
    padding: 2rem;
    height: 250px;
    width: 75%;
  }

  .cr-item-content > img {
    width: 25px;
  }

  .cr-item-content > p:nth-child(2) {
    font-size: 10px;
  }

  .cr-item-content > p:nth-child(3) {
    font-size: 7px;
  }

  .cr-item-content > p:nth-child(4) {
    font-size: 7px;
    right: 5rem;
  }

  .container-7 {
    padding: 20px 10px 20px 10px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    direction: rtl;
  }

  .responsible-links {
    text-align: left;
  }

  .footer-info h6 {
    font-size: 7px;
  }

  .footer-info ol {
    display: flex;
    flex-direction: row-reverse;
  }

  .footer-info img {
    width: 75%;
  }

  .sec-7-m {
    display: block;
  }

  .sec-7 {
    display: none;
  }

  .responsible-icons img,
  .social-icons > a img {
    width: 20%;
  }

  .responsible-icons img {
    margin-right: 5px;
  }

  #footer_style {
    height: 1px;
    margin-top: 1rem;
  }

  .sec-7-m > p {
    font-size: 10px;
    font-family: 'SFProDisplay-Regular';
    color: #f8f8f8;
    margin-bottom: 0;
  }

  .sec-8 p {
    font-size: 7px;
  }

  .sec-8 img {
    width: 15px;
    margin: 0 0px;
  }

  #nav ul {
    /* display: block; */
    bottom: 25px;
    width: 70px;
  }

  #nav ul li {
    font-size: 10px;
  }

  #selected-lang {
    width: 70px;
    font-size: 10px;
    padding-left: 10px;
  }

  .join-content {
    display: none;
  }
}

@media screen and (max-width: 550px) and (min-width: 321px) {
  /*
  --------------------------------------------------------------
  */

  /************ section 1 ***********************************************/
  .sec-1 > img:first-child {
    width: 20vw;
  }

  .sec-1 > img:nth-child(2) {
    display: none;
  }

  .sec-1 > img:nth-child(3) {
    display: block;
    width: 85vw;
    margin-bottom: 10vw;
  }

  .sec-1 > img:nth-child(4) {
    display: none;
  }

  .sec-1 > img:nth-child(5) {
    display: block;
    width: 65vw;
  }

  .float-ic-1 {
    top: 15vw;
    width: 15vw;
    right: -11vw;
  }

  .float-ic-2 {
    left: -1vw;
    width: 20vw;
    top: -13vw;
  }

  .float-ic-5 {
    top: 23vw;
    width: 8vw;
    left: -9vw;
  }

  .float-ic-3,
  .float-ic-4 {
    display: none;
  }

  .float-ic-3-m {
    position: absolute;
    display: block;
    width: 9vw;
    top: -14vw;
    right: 2vw;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }

  .float-ic-4-m {
    position: absolute;
    display: block;
    top: 70vw;
    left: -9vw;
    width: 12vw;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  /************ section 2 ***********************************************/

  .jacky-content {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .jacky_wu {
    width: 80vw;
  }

  .description-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .description-content > div > p:first-child {
    font-size: 8vw;
  }

  .description-content > div > p:nth-child(4) {
    margin-bottom: 24px;
    line-height: 1.3;
  }

  .description-content > [data-aos],
  .jacky_wu,
  .contact-us,
  .promo-girl > img {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .jacky-text-m {
    font-size: 8vw;
  }

  .white-btn,
  .join-now {
    border-radius: 12px;
    padding: 20px 10px;
  }

  .description-content > div > p:nth-child(3) {
    margin-bottom: 10px;
  }

  .top-radius {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  /************ section 3 ***********************************************/

  .promo-img.desktop {
    display: none;
  }

  .promo-img.mobile {
    display: block;
  }

  .fade-effect {
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 2%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      rgba(255, 255, 255, 1) 98%
    );
  }

  .promo-img {
    height: auto;
  }

  .section-promos {
    padding: 5px 0;
  }

  .container-2 {
    padding: 2rem 20px 2rem 20px;
  }

  .section-3 {
    padding: 4rem 20px 2rem 20px;
  }

  .section-3 > div {
    flex-flow: column-reverse;
  }

  .contact-us {
    width: 100%;
    margin-top: 55px;
    padding: 0 16px;
  }

  .promo-girl {
    width: 100%;
  }

  .promo-girl > img {
    display: block;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us > p:first-child {
    font-size: 8vw;
  }

  .call-us {
    margin-top: 4rem;
  }
  /************ section 4 ***********************************************/

  .section-4 {
    padding: 3rem 0;
  }

  .section-4 > div {
    max-width: 100%;
    align-items: unset;
  }

  .section-4 > div > div:first-child {
    margin-bottom: 2.5rem;
  }

  .section-4 > div > div:first-child > p {
    font-size: 8vw;
    margin-right: 10px;
  }

  .section-4 > div > div:first-child > img {
    height: 6vw;
  }

  .section-4 > div > div:nth-child(2) {
    display: flex;
    overflow-x: auto;
    width: 100%;
    align-items: center;
    padding: 3rem 0 2rem;
    grid-template-columns: unset;
    grid-gap: unset;
    margin-left: -1rem;
  }

  .section-4 > div > div:nth-child(2) > div {
    width: 56vw;
    flex: 0 0 auto;
    height: 235px;
    margin: 0 1rem;
  }

  .section-4 > div > div:nth-child(2) > div > div {
    position: relative;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 15px;
    text-align: center;
  }

  .section-4 > div > div:nth-child(2) > div > p:nth-child(3) {
    font-size: 12px;
  }

  .section-4 > div > div:nth-child(2) > div > div > img:hover {
    cursor: pointer;
    animation-name: unset;
    -moz-animation-name: unset;
  }

  /* .fade-des-mob {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 100%
    )
  } */

  /************ section 5 ***********************************************/
  .section-5 {
    padding: 2.5rem 0;
  }

  .section-5 > p {
    text-align: unset;
    padding: 0 36px;
    margin-bottom: 2.5rem;
    font-size: 8vw;
  }

  .testimonials-grid {
    display: none;
  }

  .my-slider-mobile {
    display: block;
  }

  .cr-item-content {
    width: 100%;
    height: 375px;
    padding: 2rem;
  }

  .cr-item-content > img {
    width: 25px;
    margin-bottom: 1rem;
  }

  .cr-item-content > p:nth-child(2) {
    font-size: 15px;
  }

  .cr-item-content > p:nth-child(3) {
    font-size: 12px;
    line-height: 1.3;
  }

  .cr-item-content > p:nth-child(4) {
    font-size: 9px;
    right: 5rem;
  }

  /************ section 6 ***********************************************/

  .container-4 > p {
    margin: 0 0 1rem 0;
    font-size: 24px;
  }

  .license-grid {
    grid-template-columns: 46% 46%;
    grid-gap: 8%;
    margin-bottom: 0;
    grid-row-gap: 20px;
  }

  .license-img {
    width: unset;
    height: 7vw;
    margin-bottom: 15px;
  }

  .license-grid > div:nth-child(2) img,
  .license-grid > div:nth-child(3) img {
    padding-top: 0.5vw;
  }

  .license-grid > div {
    display: block !important;
    flex-flow: unset !important;
  }

  .license-grid > div > p {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .global-con {
    height: 81px;
    height: 81px;
    width: auto;
    margin-bottom: -17px;
    margin-top: -40px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .tst-icon {
    width: 50% !important;
  }

  /************ section 9 ***********************************************/

  .section-8 {
    padding-bottom: 4rem;
  }

  .section-8 > div {
    padding: 0;
  }

  .section-8 > div > p {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .carousel-example > div > div > div > div > img {
    width: 75px;
  }

  /************ section 10 ***********************************************/

  .sec-7-m > div > div:nth-child(2) > h6 {
    text-align: end;
  }

  .responsible-icons {
    justify-content: end;
  }

  .sec-7-m > div > div:first-child img {
    width: 16%;
  }

  /*
  --------------------------------------------------------------
  */
  /* .container-1 {
    height: 100%;
  } */

  .yt-video.mob {
    display: block;
  }

  .container-1::before {
    border-width: 0px 0px 30vh 28vw;
  }

  .container-1::after {
    border-width: 0 0 30vh 28vw;
  }

  .icon-96m {
    width: 170px;
    margin-bottom: 5px;
  }

  .sec-1 > p:nth-child(2) {
    font-size: 9vw;
  }

  .sec-1 > p:nth-child(3) {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .select-lang img {
    width: 70px;
    margin-bottom: 5px;
  }

  .select-lang p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .select-lang > div:first-child {
    width: auto;
    padding-right: 30px;
  }

  .select-lang > div:last-child {
    width: auto;
    padding-left: 30px;
  }

  .down_arrow {
    width: 50px;
    margin-top: 6rem;
  }

  .join-content {
    display: none;
  }

  .join-content-m {
    display: block;
  }

  .yt-video.mob {
    display: block;
    margin-top: 0;
  }

  .join-content-m > div:first-child {
    position: unset;
    display: flex;
    align-items: center;
  }

  .join-content-m > div:first-child > img {
    width: 18vw;
  }

  .join-content-m > div:first-child > p:nth-child(2) {
    margin: 0 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .join-content-m > div:first-child > p:nth-child(3) {
    font-family: GlowSansSC-Normal-Bold;
    font-size: 6.5vw;
    white-space: nowrap;
    color: #696969;
  }

  .join-content-m > div:last-child {
    position: unset;
    margin-top: 25px;
  }

  .join-content-m > div:last-child button {
    padding: 5px;
  }

  .join-content-m > p:nth-child(3) {
    font-size: 9px;
    margin-top: 3vw;
    margin-bottom: 0px;
  }

  .join-content img {
    width: 20%;
  }

  .join-content-m {
    width: 40%;
  }

  .join-content > div > p:nth-child(2) {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  .join-content > div > p:last-child {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }

  .join-content > p:nth-child(2) {
    font-size: 10px;
  }

  .join-btn-con {
    margin-top: 4vw !important;
    /* position: absolute !important;
    bottom: unset !important;
    top: 53vw !important; */
  }

  .join-btn-con p {
    font-size: 9px !important;
  }

  .yt-video {
    width: 100%;
    height: 200px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0;
  }

  .jacky-content-m {
    width: 60%;
  }

  .join-content-m > p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
  }

  /* .join-content-m > div {
    bottom: 10vw;
    left: 1vw;
  } */

  .join-btn-m {
    font-size: 13px;
    margin-bottom: 4px;
    width: 110px;
    padding: 3px;
  }

  .join-content-m p:last-child {
    font-size: 9px;
    margin-bottom: 0px;
  }

  .jacky-content-m > div {
    bottom: unset !important;
    left: 0vw !important;
    top: 55vw !important;
  }

  .jacky-content-m > div > p:first-child {
    font-size: 9px !important;
  }

  .jacky-content-m > div > p:first-child span {
    font-size: 6px !important;
  }

  .jacky-content-m > div > p:last-child {
    font-size: 6px !important;
  }

  .container-4 {
    padding: 1.5rem 20px 2rem 20px;
    margin-bottom: 0%;
  }

  .carousel-item {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .carousel-inner {
    height: 280px;
  }

  .container-7 {
    padding: 1.5rem 20px 1rem 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    direction: rtl;
  }

  .responsible-links {
    text-align: left;
  }

  .footer-info h6 {
    font-size: 7px;
  }

  .footer-info ol {
    display: flex;
    flex-direction: row-reverse;
  }

  .footer-info img {
    width: 75%;
  }

  .sec-7-m {
    display: block;
  }

  .sec-7 {
    display: none;
  }

  .responsible-icons img,
  .social-icons > a img {
    width: 20%;
  }

  .responsible-icons img {
    margin-right: 5px;
  }

  #footer_style {
    height: 1px;
    margin-top: 1rem;
  }

  .sec-7-m > p {
    font-size: 10px;
    font-family: 'SFProDisplay-Regular';
    color: #f8f8f8;
    margin-bottom: 0;
  }

  .sec-8 {
    position: relative;
    justify-content: unset;
  }

  .sec-8 p {
    font-size: 9px;
    margin-left: 20px;
  }

  .sec-8 img {
    width: 20px;
    margin: 0 0px;
  }

  .sec-8 .nav-content {
    position: absolute;
    right: 30px;
  }

  #nav ul {
    /* display: block; */
    bottom: 30px;
    width: 80px;
  }

  #nav ul li {
    font-size: 12px;
  }

  #selected-lang {
    width: 80px;
    font-size: 12px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 400px) and (min-width: 371px) {
  .join-content-m > p {
    font-size: 8px;
  }

  .jacky-content-m > div {
    bottom: 10vw;
    left: 0vw;
  }
}

@media screen and (max-width: 370px) and (min-width: 321px) {
  .container-2 {
    padding: 1rem 10px 2rem 10px;
  }

  .yt-video.mob {
    display: block;
  }

  .join-content-m > p {
    margin-top: 3px;
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .jacky-content-m {
    margin-top: 15px;
  }

  .join-content {
    display: none;
  }

  .join-content-m {
    display: block;
    padding-top: 1rem;
  }

  .join-content-m > div:first-child {
    position: unset;
    display: flex;
    align-items: center;
  }

  .join-content-m > div:first-child > img {
    width: 20vw;
  }

  .join-content-m > div:first-child > p:nth-child(2) {
    margin: 0 10px;
    font-size: 14px;
    line-height: 1;
  }

  .join-content-m > div:first-child > p:nth-child(3) {
    font-family: GlowSansSC-Normal-Bold;
    font-size: 1.5rem;
    white-space: nowrap;
    color: #696969;
  }

  .join-content-m > div:last-child {
    position: unset;
  }

  .join-btn-m {
    font-size: 11px;
    width: 100px;
    padding: 1px;
  }

  .join-content-m p:last-child {
    font-size: 8px;
  }

  .join-btn-con {
    margin-top: 4vw !important;
    /* position: absolute !important;
    bottom: unset !important;
    top: 62vw !important; */
  }

  .join-btn-con p {
    font-size: 9px !important;
  }

  .jacky-content-m {
    margin-top: 15px;
  }

  .jacky-content-m > div {
    top: 60vw !important;
    left: 0 !important;
  }

  .yt-video.mob {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  /*
--------------------------------------------------------
*/

  .description-content > div > p:nth-child(2) {
    display: none;
  }

  .jacky-text-m {
    display: inline-block;
  }

  /*
--------------------------------------------------------
*/

  .triangle-top {
    display: block;
    position: absolute;
    width: 240px;
    height: 270px;
    background: linear-gradient(
      to top left,
      transparent 0%,
      transparent 50%,
      rgb(1, 10, 107, 0.05) 30%,
      rgb(1, 10, 107, 54) 70%
    );
    top: 0;
    left: 0;
  }

  .triangle-bot {
    display: block;
    position: absolute;
    width: 240px;
    height: 270px;
    background: linear-gradient(
      to bottom right,
      transparent 0%,
      transparent 50%,
      rgb(1, 10, 107, 0.05) 30%,
      rgb(1, 10, 107, 54) 70%
    );
    bottom: 0;
    right: 0;
  }

  #bg-vid {
    display: none;
  }

  #bg-vid-m {
    display: block;
  }

  #lang-list {
    display: none;
  }

  /* .jacky-content {
    display: none;
  } */
  .container-2 {
    flex-flow: column;
  }
  .sec-2 {
    display: flex;
  }

  .join-content {
    width: 100%;
  }

  .yt-video {
    width: 100%;
    height: 500px;
  }

  .join-btn {
    display: none;
  }

  .join-content > p:last-child {
    display: none;
  }

  .join-content > p:nth-child(2) {
    text-align: center;
  }

  .join-content > div {
    justify-content: center;
  }

  .jacky-content-m > div > p:first-child {
    font-size: 1.2rem;
  }

  .jacky-content-m > div > p:last-child {
    font-size: 0.85rem;
  }

  .up-arrow {
    width: 36px;
    margin-top: -18px;
  }

  .sec-1 > p:nth-child(2) {
    /* font-size: 3.5vw !important; */
  }

  .carousel-inner {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 886px) {
  .container-2 {
    padding: 1rem 2rem 2rem 2rem;
  }

  .join-content {
    width: 100%;
    display: none;
  }

  .join-content-m {
    padding-top: 3rem;
  }

  .join-content-m > p {
    margin-top: 5px;
    font-size: 2vw;
    white-space: nowrap;
  }

  .join-content-m > div:first-child {
    position: unset;
    display: flex;
    align-items: center;
  }

  .join-content-m > div:last-child {
    /* position: absolute;
    bottom: unset;
    margin-top: 0;
    top: 60vw; */
  }

  .join-content-m > div:first-child img {
    width: 15vw;
  }

  .join-content-m > div:first-child > p:nth-child(2) {
    margin-bottom: 0;
    font-size: 3vw;
    padding: 0 2rem;
  }

  .join-content-m > div:first-child > p:nth-child(3) {
    font-size: 5vw;
    white-space: nowrap;
    font-family: 'GlowSansSC-Normal-Bold';
    margin-bottom: 0;
    color: #696969;
  }

  .jacky-content-m > div {
    top: 62vw;
    left: 1vw;
  }

  .yt-video.mob {
    display: block;
    margin-top: 0;
  }

  .container-4 {
    padding: 0rem 2rem 1rem 2rem;
  }
}

@media screen and (max-width: 885px) and (min-width: 751px) {
  .container-2 {
    padding: 1rem 2rem 2rem 2rem;
  }

  .join-content {
    display: none;
  }

  .join-content-m {
    padding-top: 3rem;
  }

  .jacky-content-m > div {
    top: 62vw;
    left: 0vw;
  }

  .join-content-m > div:first-child {
    position: unset;
    display: flex;
    align-items: center;
  }

  .join-content-m > div:first-child img {
    width: 13vw;
  }

  .join-content-m > div:first-child > p:nth-child(2) {
    font-size: 2vw;
    margin-bottom: 0;
    padding: 0 15px;
  }

  .join-content-m > div:first-child > p:nth-child(3) {
    font-family: 'GlowSansSC-Normal-Bold';
    font-size: 4vw;
    color: #696969;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .join-content-m > div:last-child {
    margin-top: 0;
    /* position: absolute;
    bottom: unset;
    top: 58vw; */
  }

  .yt-video.mob {
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) and (min-width: 415px) {
  .container-2 {
    padding: 1rem 2rem 2rem 2rem;
  }

  .join-content {
    display: none;
  }

  .join-content-m {
    padding-top: 3rem;
  }

  .join-content-m > div:first-child {
    position: unset;
    display: flex;
    align-items: center;
  }

  .join-content-m > div:first-child img {
    width: 13vw;
  }

  .join-content-m > div:first-child > p:nth-child(2) {
    font-size: 2vw;
    margin-bottom: 0;
    padding: 0 15px;
  }

  .join-content-m > p {
    white-space: nowrap;
  }

  .yt-video.mob {
    display: block;
  }

  .join-content-m > div:last-child {
    position: unset;
    margin-top: 3rem;
  }

  .join-content-m > div:first-child > p:nth-child(3) {
    font-family: GlowSansSC-Normal-Bold;
    font-size: 4.5vw;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .icon-96m {
    width: 130px;
    margin-bottom: 5px;
  }

  .sec-1 > p:nth-child(2) {
    font-size: 2rem;
  }

  /* 13px */
  .sec-1 > p:nth-child(3),
  .join-content > p:nth-child(2),
  .jacky-content-m > div > p:first-child {
    font-size: 13px;
  }

  .select-lang img {
    width: 65px;
    margin-bottom: 15px;
  }

  /* 12px */
  .select-lang p,
  .join-content-m > p,
  .join-content-m p:last-child,
  .license-grid > div > p,
  .cr-item-content > p:nth-child(3),
  .cr-item-content > p:nth-child(4) {
    font-size: 12px;
  }

  .down_arrow {
    width: 30px;
  }

  .join-content img {
    width: 80px;
  }

  .join-content > div > p:nth-child(2) {
    font-size: 20px;
  }

  .join-content > div > p:last-child {
    font-size: 30px;
  }

  .yt-video {
    height: 340px;
  }

  .join-btn-m {
    font-size: 1rem;
    width: 150px;
  }

  .jacky-content-m > div > p:last-child {
    font-size: 10px;
  }

  .container-4 > p {
    font-size: 25px;
  }

  .license-img {
    width: 70%;
    height: auto;
  }

  .cr-item-content > p:nth-child(2) {
    font-size: 1rem;
  }

  .global-con {
    width: 70%;
    height: 0;
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .global-con > img {
    height: auto;
    width: 25%;
  }

  .tst-icon {
    width: 60% !important;
  }
}

@media screen and (max-width: 660px) and (min-width: 415px) {
  .join-content-m > p {
    font-size: 10px;
  }
}

.white {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
  border-radius: 50%;
  cursor: pointer;
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* @keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInWeb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
} */
