.htmlMain {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.bodyMain {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  background: #000000;
  min-height: 100vh;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Alatsi';
  word-break: break-word;
  color: black;
  position: relative;
}

.divSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 50px;
  /*border-top: solid 10px #b87333;*/
  /*border-bottom: solid 10px #b87333;*/
  overflow: hidden;
}

@media (max-width: 900px) {
  .divSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
    /*border-top: solid 10px #b87333;*/
    /*border-bottom: solid 10px #b87333;*/
    overflow: hidden;
    background: rgba(0,0,0,0.1);
  }
}

.divCustomContainer {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 10px;
  position: relative;
  flex-grow: 1;
}

.divNavMain {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 25px 0 0 0;
  z-index: 3;
}

@media (max-width: 900px) {
  .divNavMain {
    position: fixed;
  }
}

.divNav {
  width: 100%;
  max-width: 600px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  background: #2846BA;
  justify-content: center;
  /*grid-gap: 25px;*/
  /*padding: 0 25px;*/
  /*border: solid 4px white;*/
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}

@media (max-width: 900px) {
  .divNav {
    width: 100%;
    max-width: unset;
    height: 100%;
    flex-direction: column;
    display: flex;
    background: #2846BA;
  }
}

.divNavLinkWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

@media (max-width: 900px) {
  .divNavLinkWrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
}

.divNavLink {
  transition: ease 0.3s;
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  color: rgb(255,255,255);
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  font-size: 18px;
  text-shadow: -1px 1px 3px rgba(0,0,0,0.25);
}

@media (max-width: 1400px) {
  .divNavLink {
    height: 100%;
  }
}

.divNavLink:hover {
  transition: ease 0.3s;
  text-decoration: unset;
  color: white;
  letter-spacing: 2px;
  background: rgba(255,255,255,0.1);
  font-weight: bold;
}

#Hero {
  height: 100vh;
  max-height: 1400px;
  padding: 100px 50px 100px 50px;
  border-top: unset;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px) brightness(60%);
}

@media (max-width: 900px) {
  #Hero {
    padding: 100px 00px 00px 00px;
    height: 100%;
  }
}

.divHero {
  width: 100%;
  padding: 0 25px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin: 100px 0 0 0;
}

@media (max-width: 900px) {
  .divHero {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
  }
}

.divHeroSec {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divHeroSecCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*padding: 10px;*/
  background: #12A5FF;
  border-radius: 12px;
  outline: solid 6px white;
}

.divAbout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px 100px;
}

@media (max-width: 900px) {
  .divAbout {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 150px 100px;
  }
}

.divHeadingMain {
  text-align: center;
  margin: 0 0 25px 0;
  text-align: center;
  font-size: 62px;
}

.divAboutSec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*grid-gap: 25px;*/
}

.divAboutSecTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: linear-gradient(90deg, #182B53 0%, #3A2141 100%);
  border-radius: 12px 12px 0 0;
  color: white;
  /*border: solid 6px white;*/
  z-index: 1;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  text-shadow: -2px 2px 3px rgba(0,0,0,0.25);
}

.divAboutSecTitleHeading {
  margin: 0;
  text-align: center;
}

.divAboutSecInfo {
  width: 100%;
  /*padding: 0 50px;*/
  z-index: 1;
}

.divAboutSecInfoPara {
  margin: 0;
  color: white;
  background: #1E293B;
  padding: 50px;
  /*margin-top: -40px;*/
  border-radius: 0 0 12px 12px;
  /*border: solid 8px #B87333;*/
}

@media (max-width: 900px) {
  .divAboutSecInfoPara {
    padding: 25px;
    text-align: center;
  }
}

.divHeroSecCardVideo {
  width: 100%;
  padding-top: calc(100% / (16 / 9));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}

.divHeroSecCardVideoIFRAME {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
}

.divScreenshots {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.divScreenshotsShot {
  width: 100%;
}

.divScreenshotsShotImg {
  width: 100%;
  border-radius: 12px;
  border: solid 6px white;
  box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);
}

#Screenshots {
  background: lightgray;
}

.divExchange {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

@media (max-width: 1400px) {
  .divExchange {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.divHeadingMain.dHMExchange {
  width: 100%;
  text-align: start;
  color: white;
}

@media (max-width: 1900px) {
  .divHeadingMain.dHMExchange {
    text-align: center;
  }
}

.divExchangeSec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1400px) {
  .divExchangeSecPic {
    display: none;
  }
}

.divExchangeSecPara {
  margin: 0;
  /*padding: 0 100px 0 0;*/
  margin: 0 0 35px 0;
  color: white;
  text-shadow: -3px 3px 6px rgba(0,0,0,0.25);
  font-size: 18px;
  max-width: 600px;
}

@media (max-width: 1900px) {
  .divExchangeSecPara {
    margin: 0;
    /*padding: 0 100px 0 0;*/
    margin: 0 0 35px 0;
    color: white;
    text-shadow: 0px 0px 16px rgb(0,0,0);
    font-size: 18px;
    max-width: unset;
    text-align: center;
  }
}

.divAboutSecPic {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  /*position: absolute;*/
  bottom: 0;
}

@media (max-width: 900px) {
  .divAboutSecPic {
    display: none;
  }
}

.divAboutSecPicImg {
  width: 100%;
  border-radius: 12px;
  /*border: solid 6px white;*/
  /*box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);*/
  max-width: 750px;
}

.divExchangeSecPic {
}

.divExchangeSecPicImg {
  width: 100%;
  border-radius: 12px;
  /*border: solid 6px white;*/
  box-shadow: 0 0 30px 0px rgb(255,255,255);
}

.btn.btnMain {
  transition: ease 0.4s;
  padding: 12px 24px;
  border-radius: 12px;
  width: 100%;
  max-width: 350px;
  background: #3B82F6;
  color: white;
  /*border: solid 4px white;*/
  /*font-weight: bold;*/
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow: -2px 2px 3px rgba(0,0,0,0.25);
  outline: unset;
  border: unset;
}

.btn.btnMain:hover, active, focus {
  transition: ease 0.4s;
  background: #3B82F6;
  color: white;
  letter-spacing: 2px;
  border-radius: 12px;
  outline: unset;
  border: unset;
}

.divAboutSecButtons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 25px;
}

@media (max-width: 1400px) {
  .divAboutSecButtons {
    padding: 15px;
  }
}

.divExchangeSecButtons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /*flex-grow: 1;*/
}

@media (max-width: 1900px) {
  .divExchangeSecButtons {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*flex-grow: 1;*/
  }
}

#Exchange {
  -webkit-mask-image: linear-gradient(90deg, black, black, rgba(0,0,0,0.5),transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  #Exchange {
    -webkit-mask-image: linear-gradient(90deg, black, black 100%, rgba(0,0,0,0.5),transparent);
    backdrop-filter: blur(10px);
  }
}

.divContact {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

@media (max-width: 900px) {
  .divContact {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.divContactSec {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.divContactSecPicImg {
  width: 100%;
  border-radius: 12px;
  /*border: solid 6px white;*/
  /*box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);*/
  max-width: 500px;
}

.divContactSecPic {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divContactSecCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-radius: 12px;
  grid-gap: 25px;
  /*border: solid 6px white;*/
  /*box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);*/
  /*background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 100%), linear-gradient(#12a5ff, #12a5ff 100%);*/
  color: white;
  text-shadow: -2px 2px 3px rgba(0,0,0,0.25);
}

@media (max-width: 1400px) {
  .divContactSecCard {
    padding: 0;
  }
}

.divContactSecCardFields {
  width: 100%;
  display: flex;
  grid-gap: 25px;
}

.divContactSecCardFieldsWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.divHeadingMain.divContactSecCardHeading {
  margin: unset;
}

.divContactSecCardPara {
  margin: 0;
  text-shadow: 0px 0px 16px rgb(0,0,0);
}

@media (max-width: 900px) {
  .divContactSecCardPara {
    text-align: center;
  }
}

.divContactSecCardLinks {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 25px;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.divContactSecCardLinksLink {
  transition: ease 0.3s;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  color: white;
  font-size: 32px;
  flex-grow: 1;
  border-radius: 8px;
  background-color: #3B82F6;
  /*border: solid 3px rgba(255,255,255,0);*/
  min-width: 100px;
}

.divContactSecCardLinksLink:hover {
  transition: ease 0.3s;
  background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,0.25));
  background-color: #468cff;
  color: white;
  /*border: solid 3px rgb(255,255,255);*/
}

.divContactSecCardLinksLink:hover > .divContactSecCardLinksLinkIcon {
  transition: ease 0.3s;
  transform: scale(1.2);
}

.divContactSecCardLinksLinkIcon {
  transition: ease 0.3s;
  transform: scale(1);
}

.divFooterMain {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 50px;
  background: lightgrey;
}

@media (max-width: 900px) {
  .divFooterMain {
    padding: 25px 0;
  }
}

.divFooter {
  width: 100%;
  margin: 0;
  border-radius: 12px;
  /*overflow: hidden;*/
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1.15fr;
  justify-content: center;
  grid-gap: 25px;
  /*padding: 50px;*/
  /*border: solid 6px white;*/
  /*box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);*/
  /*background: #12A5FF;*/
  color: white;
}

@media (max-width: 992px) {
  .divFooter {
    width: 100%;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    grid-gap: 25px;
    /*padding: 50px;*/
    /*border: solid 6px white;*/
    /*box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);*/
    /*background: #12A5FF;*/
    color: white;
  }
}

.divFooterSec {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divFooterSecPic {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divFooterSecPicImg {
  transition: ease 0.4s;
  width: 100%;
  max-width: 150px;
}

.divFooterSecPicImg:hover {
  transition: ease 0.4s;
  transform: scale(1.05);
}

.divHeroSecCTA {
  margin: 50px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 25px;
  padding: 0;
  align-items: center;
  margin: 25px 0;
}

@media (max-width: 600px) {
  .divHeroSecCTA {
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.divHeroSecCTALinkPic {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.divHeroSecCTALinkPicImg {
  width: 100%;
  height: auto;
  border: solid 3px white;
  border-radius: 14px;
  background: white;
  max-width: 200px;
}

@media (max-width: 900px) {
  .divHeroSecCTALinkPicImg {
    width: 100%;
    height: auto;
    border: solid 3px white;
    border-radius: 14px;
    background: white;
    max-width: unset;
  }
}

.divHeroSecCTALink.dHSCTALAlt {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btnMain.dHSCTALAltBtn {
  padding: 14px;
  text-decoration: unset;
  max-width: 300px;
}

.btnMain.dHSCTALAltBtn:hover {
  max-width: 350px;
}

.divFooterSecPara {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1400px) {
  .divFooterSecPara {
    text-align: center;
  }
}

.divFooterSecLinks {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1800px) {
  .divFooterSecLinks {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .divFooterSecLinks {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: center;
    justify-content: center;
  }
}

.divFooterSecLinksLink {
  transition: ease 0.3s;
  color: black;
  text-decoration: unset;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 12px;
  /*background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,0.0)), linear-gradient(#ffa63e, #ffad67);*/
  color: white;
  /*font-weight: bold;*/
  /*border: solid 4px white;*/
  letter-spacing: 1px;
  width: 100%;
  /*max-width: 300px;*/
  text-shadow: -2px 2px 3px rgba(0,0,0,0.25);
  font-size: 14px;
}

.divFooterSecLinksLink:hover {
  transition: ease 0.3s;
  transform: scale(1.03);
  color: black;
  text-decoration: unset;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 12px;
  /*background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,0.25)), linear-gradient(#ffad66, #ffad66);*/
  color: white;
  font-weight: bold;
  /*border: solid 4px white;*/
  letter-spacing: 2px;
  width: 100%;
}

.divHeroSecCTALink {
}

.divHeroSecCTALink.DLs {
  transition: ease 0.4s;
  max-width: 250px;
}

@media (max-width: 900px) {
  .divHeroSecCTALink.DLs {
    transition: ease 0.4s;
    max-width: unset;
    width: 100%;
    padding: 0 50px;
  }
}

.divHeroSecCTALink.DLs:hover {
  transition: ease 0.4s;
  transform: scale(1.03);
}

.divHeroSecCTALinkWrapper {
  /*width: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divHeroSecPic {
  width: 100%;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: flex-start;*/
  /*align-items: center;*/
  /*flex-grow: 1;*/
  /*padding: 25px;*/
}

@media (max-width: 900px) {
  .divHeroSecPic {
    display: none;
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*flex-grow: 1;*/
    /*padding: 25px;*/
  }
}

.divHeroSecPicImg {
  width: 100%;
  border-radius: 20px;
}

#footer {
  padding-bottom: 50px;
}

.btnMain.btnSecMain:hover {
  transition: ease 0.3s;
  max-width: 400px;
}

.btnMain.btnSecMain {
  transition: ease 0.3s;
}

.divHeroSecLogo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.divHeroSecLogoPic {
  width: 100%;
  /*height: 500px;*/
  /*border-radius: 100px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divNavWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  grid-gap: 25px;
  padding: 0 25px;
}

@media (max-width: 900px) {
  .divNavWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
    padding: 0 25px;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
  }
}

.divNavWrapperLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.divNavWrapperMid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1400px) {
  .divNavWrapperMid {
    width: 100%;
    flex-grow: 1;
  }
}

.divNavWrapperRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1400px) {
  .divNavWrapperRight {
    width: 100%;
    padding: 25px 25px 25px 25px;
    justify-content: center;
    align-items: center;
  }
}

.divHeroSecInfo {
  width: 100%;
  color: white;
}

.divHeroSecInfoHeading {
  font-family: 'Bangers';
  font-size: 64px;
  text-shadow: 0px 0px 16px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .divHeroSecInfoHeading {
    text-align: center;
  }
}

.divHeroSecInfoPara {
  font-size: 24px;
  text-shadow: 0px 0px 16px rgba(0,0,0,0.5);
}

@media (max-width: 900px) {
  .divHeroSecInfoPara {
    text-align: center;
  }
}

.divHeroSecLogoPicImg {
  width: 100%;
  height: auto;
}

.divSection.divSecAlt {
  position: relative;
  height: 700px;
  position: relative;
  padding-bottom: 0;
  background: linear-gradient(123deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0));
}

@media (max-width: 900px) {
  .divSection.divSecAlt {
    backdrop-filter: blur(10px);
    height: 100%;
    padding: 10px;
  }
}

.divNavWrapperRightLink {
  transition: ease 0.4s;
  text-decoration: unset;
  color: white;
  background: #3B82F6;
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  border-radius: 12px;
}

.divNavWrapperRightLink:hover {
  transition: ease 0.4s;
  text-decoration: unset;
  color: white;
  background: #5293ff;
  letter-spacing: 1px;
}

@media (max-width: 1400px) {
  .divNavMain.divNavMainMobile {
    display: flex;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    height: 100%;
  }
}

.navBurgerMobile {
  width: 100%;
  padding: 0 25px 0 0;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 25px 0;
}

@media (max-width: 900px) {
  .navBurgerMobile {
    display: flex;
  }
}

.btn.btnBurger {
  background: #2846BA;
  color: white;
  padding: 10px 15px;
  font-size: 20px;
  outline: unset;
  border: unset;
  box-shadow: unset;
}

@media (max-width: 900px) {
  .divNavWrapper.divNavWrapperHide {
    display: none;
  }
}

@media (max-width: 900px) {
  .divAboutSec.dASHideM {
    display: none;
  }
}

#ContactUs {
  -webkit-mask-image: linear-gradient(270deg, black 90%, transparent 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  #ContactUs {
    -webkit-mask-image: linear-gradient(270deg, black 100%, transparent 100%);
    backdrop-filter: blur(10px);
  }
}

#AboutCrypto {
  -webkit-mask-image: linear-gradient(270deg, black, black, rgba(0,0,0,0.5),transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  #AboutCrypto {
    -webkit-mask-image: linear-gradient(270deg, black, black 100%, rgba(0,0,0,0.5),transparent);
    backdrop-filter: blur(10px);
  }
}

