@font-face {
  font-family: SF-Regular;
  src: url(/CCCALandingPageFA/Fonts/EN\ Font/SF-Pro-Display-Regular.otf);
}

@font-face {
  font-family: SF-Light;
  src: url(/CCCALandingPageFA/Fonts/EN\ Font/SF-Pro-Display-Light.otf);
}

@font-face {
  font-family: SF-Heavy;
  src: url(/CCCALandingPageFA/Fonts/EN\ Font/SF-Pro-Display-Heavy.otf);
}

@font-face {
  font-family: SF-SemiBold;
  src: url(/CCCALandingPageFA/Fonts/EN\ Font/SF-Pro-Display-Semibold.otf);
}

@font-face {
  font-family: SF-Medium;
  src: url(/CCCALandingPageFA/Fonts/EN\ Font/SF-Pro-Display-Medium.otf);
}

@font-face {
  font-family: GlowSansSC-Normal;
  src: url(/CCCALandingPageFA/Fonts/CN\ Font/GlowSansSC-Normal-Medium.otf);
}

body,
html {
  margin: 0;
  font-family: SF-Pro-Display-Regular;
  overflow-x: hidden;
}

.navItems {
  text-decoration: none;
  color: white;
  margin: 0 20px 0 30px;
  font-family: SF-Light;
  font-size: 0.938rem;
}

.logo {
  width: 13vmin;
}

nav {
  background-color: #000099;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 3vw 15vw 3vw 15vw;
}

li {
  font-family: SF-Medium;
  color: #969696;
}

.redeemCodeNavBtn {
  display: block;
  margin: 0;
  font-size: 1.188rem;
  font-family: SF-SemiBold;
  text-decoration: none;
  color: white;
}

.socialMedia {
  background-color: #0524dd;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 50px 25vw 50px 25vw;
  color: white;
  font-size: 0.75rem;
}

.blackFooterIcon {
  width: 20px;
  height: 20px;
  margin: 0.5vw;
}

.blueFooterIcon {
  width: 30px;
  height: 30px;
  margin: 0.5vw;
}

.footerFontMobile {
  display: none;
  font-size: 10px;
  margin: 30px 0 0 0;
}

.crypto {
  background-color: black;
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 5vw 1vw 5vw;
  color: white;
  font-family: SF-Regular;
}

.redeemBtn {
  margin-left: auto;
  border-color: transparent;
  border-radius: 25px;
  color: white;
  background-color: #f47920;
  height: 50px;
  width: 200px;
  font-size: 1.188rem;
  font-family: SF-SemiBold;
}

.landing {
  background-image: url(/CCCALandingPageFA/Desktop/Landing/Blue/Background.jpg);
  /* background-image: url(/CCCALandingPageFA/Desktop/Landing/Orange/Background.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 170px);
  width: 100%;
  position: relative;
}

.claimNowSection {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.frontImg {
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.JackyDesktop {
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  right: 15%;
}

.JackyMobile {
  width: 60vh;
  /* position: absolute;
  bottom: 0;
  right: -45px; */
  display: none;
}

.landingContent {
  top: 7vw;
  left: 17vw;
  position: absolute;
  width: 30vw;
}

.landingContent_CN {
  top: 7vw;
  left: 22vw;
  position: absolute;
  width: 30vw;
}

.landingTitle {
  font-family: SF-Heavy;
  /* font-size: 4.688rem; */
  font-size: 3.3vw;
  font-weight: 900;
  color: #000096;
  margin: 0 0 20px 0;
  line-height: 70px;
}

.landingSubTitle {
  font-size: 2.2vw;
  color: white;
  margin: 0 0 20px 0;
  font-family: GlowSansSC-Normal;
}

.landingDescription {
  color: white;
  font-family: SF-Light;
  /*  font-size: 1.375rem; */
  font-size: 1.2vw;
  margin: 0 0 10px 0;
}

.claimNowImg {
  width: 100%;
}

.invitedGif {
  width: 50vw;
  position: absolute;
  top: -6vw;
  left: 25%;
  z-index: 2;
}

.modal-header {
  padding: 3.125rem;
}

.modal-body {
  padding: 0 1rem 3.125rem 1rem;
}

.modal-content {
  border-radius: 50px;
}

.claimNowContainer {
  padding: 10vw 0 10vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.claimNowSubContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f2f2;
  /* height: 300px; */
  border-radius: 10px;
  padding: 20px 0 20px 0;
  margin: 0 4px 0 4px;
}

.bonusPlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20vw 0 20vw;
  text-align: center;
}

.depositContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #e9e5ff, #e2f4ff);
  margin: 30px 0 30px 0;
  border-radius: 25px;
  width: 100%;
  height: 16vh;
  padding: 3vh 0 3vh 0;
}

.howToApplyIcon {
  width: 100px;
}

.depositSubContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1vh 2vw 1vh 2vw;
}

.modal-title {
  margin-left: auto;
  margin-right: auto;
  color: #0623df;
  font-family: SF-Heavy;
  font-size: 30px;
  text-align: center;
}

.modal-header {
  border-bottom: none;
}

.modal-header .btn-close {
  margin: 0;
}

.text {
  color: #6981ff;
  font-family: SF-Semibold;
  font-size: 1.25rem;
}

.price {
  color: #690fff;
  font-family: SF-Semibold;
  font-size: 2.188rem;
}

select {
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  text-align: center;
  height: 34px;
  width: 110px;
  margin: 0 0 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/CCCALandingPageFA/Footer/greendot.png) 85% / 7% no-repeat
    black;
}

.sign {
  color: #f57921;
  font-size: 40px;
  font-family: SF-SemiBold;
}

.multiplication {
  display: flex;
  background-color: white;
  margin: 2vh 5vw 2vh 5vw;
  height: 7vh;
  width: 4vw;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  border-color: #a7bcff;
  color: #6901ff;
  font-size: 1.875rem;
  font-family: SF-Semibold;
}

.blueTitle {
  color: #0623df;
  font-family: SF-Heavy;
  font-size: 2.5rem;
}

.subContent {
  font-family: SF-Light;
  font-size: 1.438rem;
  text-align: center;
  margin: 30px 0 0 0;
}

.minDeposit {
  color: #696969;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
  font-family: SF-Regular;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.greyFontBold {
  color: #969696;
  font-family: SF-Semibold;
  font-size: 1.188rem;
}

.blueFont {
  color: #1e6dff;
  font-weight: bold;
  font-size: 2rem;
  font-family: SF-Semibold;
}

.redeemCode {
  margin: 20px 0 30px 0;
  font-size: 1.25rem;
  font-family: SF-Heavy;
}

.claimNowBtn {
  position: absolute;
  bottom: -25px;
  margin-left: auto;
  border-color: transparent;
  border-radius: 10px;
  color: white;
  background-color: #f47920;
  height: 60px;
  width: 180px;
  font-size: 1.375rem;
  font-family: SF-Semibold;
}

.bonusContainer {
  background-color: white;
  width: 14vw;
  height: 8vw;
  border-radius: 15px;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.horizontalLine {
  width: 0.5vw;
  height: 3vw;
  background-color: #c7bde5;
  margin-top: -2vw;
  margin-left: 50%;
}

.howToApply {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 50px 50px 50px;
}

.stepsContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-content: space-between;
  background-color: transparent;
  text-align: center;
  height: 320px;
  border-radius: 15px;
  margin: 10px 10px 10px 10px;
  padding: 30px 10px 30px 10px;
  box-shadow: 0px 0px 3px 3px #ececec; /*any color you want*/
}

.termsMobileView {
  display: block;
}

.stepsLeft {
  margin: 0 50px 20px 50px;
}

.stepTitleMobile {
  font-family: SF-Semibold;
  color: #696969;
  font-size: 13px;
  display: none;
}

.termsSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 7vh 20vw 7vh 20vw;
}

.seeMoreBtn {
  background-color: transparent;
  color: purple;
  text-decoration: underline;
  border: none;
  font-family: SF-Regular;
}

.iconContainer {
  display: flex;
  flex-direction: row;
}

.footerLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: SF-Regular;
}

.footerRight {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: SF-Regular;
}

.no1 {
  font-size: 3.9vw;
}

.termsTitle {
  font-family: SF-Regular;
  color: #252525;
  font-size: 1.688rem;
}

.termsSubTitle {
  font-family: SF-Medium;
  color: #969696;
  font-size: 1.125rem;
}

.termsSubContent {
  font-family: SF-Light;
  color: #969696;
}

.stepTitle {
  font-family: SF-Semibold;
  color: #696969;
  font-size: 1.063rem;
  margin: 0 0 20px 0;
}

.stepsSubtitle {
  font-family: SF-Semibold;
  color: #252525;
  font-size: 1.25em;
}

.stepsDescription {
  font-family: SF-Regular;
  color: #959595;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.scrollFade {
  opacity: 1;
  pointer-events: all;
}
.scrollFade--hidden {
  opacity: 0;
  pointer-events: none;
}
.scrollFade--visible {
  opacity: 1;
  pointer-events: all;
}
.scrollFade--animate {
  transition: opacity 1.5s ease-in-out;
}

/* TESTING */

.switchLanguagesBtn {
  position: relative;
  display: flex;
  align-items: center;
}

.switchLanguagesBtn 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;
  display: none;
}

.switchLanguagesBtn ul li:hover {
  color: orange;
}

.green-dot {
  height: 5px;
  width: 5px;
  background-color: #01ff23;
  border-radius: 50%;
  display: inline-block;
  margin-left: -1rem;
}
#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;
}

/* Currency-btn */
.switchCurrencyBtn {
  position: relative;
  display: flex;
  align-items: center;
}

.switchCurrencyBtn ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 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;
  display: none;
  z-index: 1;
}

.currency_icon {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

.switchCurrencyBtn ul li:hover {
  color: orange;
}

.green-dot {
  height: 5px;
  width: 5px;
  background-color: #01ff23;
  border-radius: 50%;
  display: inline-block;
  margin-left: -1rem;
}
#selected_currency {
  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;
  display: flex;
  align-items: center;
}

/* Footer style */
.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: SF-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: SF-Regular;
  font-size: 0.75rem;
  color: #f8f8f8;
}

.footer-nav li > a {
  color: #f8f8f8;
  font-size: 0.75rem;
}

.footer-info h6 {
  font-family: SF-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: SF-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: SF-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: 99;
}

.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 5px;
}

.sec-8 p {
  margin-bottom: 0px;
  font-family: SF-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: SF-Regular;
}

#nav ul li:hover {
  color: #f47920;
  font-family: SF-Regular;
}

#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;
  font-family: SF-Regular;
}

@media only screen and (max-width: 575.98px) {
  .navItems {
    display: none;
  }

  ol {
    padding-right: 2rem;
  }

  nav {
    padding: 0 5vw 0 5vw;
    height: 70px;
  }

  .landing {
    background-image: url(/CCCALandingPageFA/Mobile/Landing/blue/Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 135px);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .landingContent {
    width: 80vw;
    text-align: center;
    top: 0;
    left: 0;
    position: relative;
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .landingContent_CN {
    width: 80vw;
    text-align: center;
    top: 0;
    left: 0;
    position: relative;
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .landingTitle {
    font-size: 2.25rem;
    line-height: 35px;
  }

  .landingDescription {
    font-size: 0.938rem;
  }

  .no1 {
    font-size: 2.5rem;
  }

  .landingSubTitle {
    display: none;
  }

  .JackyDesktop {
    display: none;
  }

  .JackyMobile {
    display: block;
    margin: 20px 0 0 0;
  }

  .frontImg {
    width: 30vw;
  }

  .bonusContainer {
    width: 140px;
    height: 70px;
  }

  .footerFontMobile {
    display: block;
  }

  .claimNowContainer {
    padding: 25vw 5vw 10vw 5vw;
  }

  .claimNowSubContainer {
    height: 220px;
    margin: 0 8px 10vw 8px;
  }

  .horizontalLine {
    width: 1.5vw;
    height: 5vw;
  }

  .invitedGif {
    width: 90vw;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .bonusPlay {
    margin: 0 5vw 0 5vw;
  }

  .redeemBtn {
    font-size: 10pt;
    width: 130px;
    height: 40px;
  }

  .steps {
    display: flex;
    flex-direction: row;
    height: 170px;
    padding: 30px;
  }

  .stepTitle {
    display: none;
  }

  .stepTitleMobile {
    display: block;
  }

  .stepsLeft {
    margin: 0 10px 0 10px;
  }

  .stepsRight {
    text-align: left;
    /* margin: 0 50px 0 0; */
  }

  .minDeposit {
    font-size: 10px;
  }

  .sign {
    font-size: 20px;
  }

  .greyFontBold {
    font-size: 9px;
  }

  .blueFont {
    font-size: 18px;
  }

  .redeemCodeNavBtn {
    font-size: 11px;
  }

  .blueTitle {
    font-size: 30px;
  }

  .subContent {
    font-size: 13px;
  }

  .text {
    font-size: 11px;
  }

  .price {
    font-size: 15px;
  }

  .multiplication {
    font-size: 15px;
    background-color: white;
    margin: 2vh 5vw 2vh 5vw;
    height: 50px;
    width: 50px;
  }

  .seeMoreBtn {
    background-color: purple;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 30px;
  }

  .footerFontDesktop {
    font-size: 10px;
  }

  .termsMobileView {
    display: none;
  }

  .JackyMobileContainer {
    height: 50vh;
  }

  .ewallet-invi {
    display: none;
  }

  .redeemCode {
    font-size: 18px;
  }

  .claimNowBtn {
    font-size: 16px;
    height: 45px;
  }

  .depositContainer {
    height: 100px;
  }

  .howToApplyIcon {
    width: 80px;
  }

  .termsSection {
    margin: 50px 30px 50px 30px;
  }

  .termsSubTitle {
    font-size: 13px;
  }

  .modal-title {
    font-size: 20px;
  }

  li {
    font-size: 11px;
  }

  .termsSubContent {
    font-size: 10px;
  }

  .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: SF-Regular;
    color: #f8f8f8;
    margin-bottom: 0;
  }

  .sec-7-m > div > div:first-child img {
    width: 16%;
  }

  .sec-7-m > div > div:nth-child(2) > h6 {
    text-align: end;
  }

  .responsible-icons {
    justify-content: end;
  }

  .sec-8 {
    position: relative;
    justify-content: unset;
  }

  .sec-8 p {
    font-size: 9px;
    margin-left: 20px;
  }

  .sec-8 img {
    width: 20px;
    margin: 0 2px;
  }

  .sec-8 .nav-content {
    position: absolute;
    right: 30px;
  }

  #nav ul {
    /* display: block; */
    bottom: 30px;
    width: 80px;
    font-family: SF-Regular;
  }

  #nav ul li {
    font-size: 12px;
    font-family: SF-Regular;
  }

  #selected-lang {
    width: 55px;
    font-size: 12px;
    padding-left: 10px;
    font-family: SF-Regular;
  }

  .switchLanguagesBtn ul {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 30px;
    width: 55px;
    left: 1rem;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #f8f8f8;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
  }
}
