@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("./../fonts/ClashDisplay/ClashDisplay-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  background: linear-gradient(180deg, #18122b 0%, #635bff 46.63%, #ff00a8 100%);
}

.mobileMenu {
  font-weight: 600;
}

.f-14 {
  font-size: 14px;
}

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

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-30 {
  font-size: 30px;
}
.f-34 {
  font-size: 34px;
}

.f-74 {
  font-size: 74px;
}
.lh-35 {
  line-height: 35px;
}
.min-text-205 {
  min-height: 202px;
}
.min-text-175 {
  min-height: 175px;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}
.w-700 {
  font-weight: 600;
}

.f-white,
.f-white * {
  color: #fff;
}

.f-black,
.f-black * {
  color: rgba(30, 30, 30, 1);
}
.f-purple,
.f-purple * {
  color: rgba(155, 93, 217, 1);
}
.no-deco {
  text-decoration: none;
}
.bg-white {
  background-color: #fff;
}
.bg-purple {
  background: rgba(192, 132, 252, 1);
}
.mustSection {
  padding: 15px 0px 10px 50px;
  line-height: 27px;
}
.br-16 {
  border-radius: 16px;
}
.p-20 {
  padding: 20px;
}
.p-20-80 {
  padding: 20px 80px;
}
.p-20-30 {
  padding: 20px 30px;
}
.p-40-80 {
  padding: 40px 80px;
}
.btn-purple {
  background: rgba(247, 209, 205, 1);
}

.text-decoration,
.text-decoration * {
  text-decoration: underline;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mt-50 {
  margin-top: 50px;
}

header#header {
  padding: 65px 0 50px 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.headerSubtitle {
  font-size: 44px;
}

a {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

header#header {
  background: transparent;
}

.text-right {
  text-align: right;
}

ul.headerMenu {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
}

ul.headerMenu li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

ul.headerMenu li:last-child {
  padding-right: 0;
}

ul.headerMenu li a {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

ul.headerMenu li:after {
  transition: all 0.2s ease 0s;
  position: absolute;
  width: 0;
  margin: 0 auto;
  left: 0px;
  right: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  content: "";
  bottom: -20px;
}

ul.headerMenu li:hover:after {
  width: 100px;
}

.text-left {
  text-align: left;
}

/* Toggle Menu Styles */
.mobileMenu {
  position: fixed;
  top: 0;
  right: -300px;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, #6ae5f6 0%, #6a72fe 46.5%, #b671ff 100%);
  color: white;
  transition: all 0.5s ease;
  z-index: 99999;
  padding: 80px 20px 20px 20px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease 0s;
}

.mobileMenu.active {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.2s ease 0s;
}

.mobileMenu ul {
  list-style: none;
  padding: 0;
}

.mobileMenu ul li {
  margin-bottom: 15px;
}

.mobileMenu ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.mobileMenu .closeBtn {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 34px;
  color: white;
  cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Footer */
footer#footer {
  background: rgba(0, 0, 0, 1);
}

/* Footer */
.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.buttonPurple {
  background: rgba(192, 132, 252, 1);
}

a.register {
  padding: 14px 33px;
  display: inline-block;
  border-radius: 10px;
}

.parallax-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./../images/bgBox.svg);
  background-size: cover;
  background-position: top center;
  will-change: transform;
  transition: transform 0.1s ease-out;
  z-index: -1;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

section.cardSection h1 {
  font-family: "ClashDisplay-Bold";
}

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
/* Home Page */
.cardSection {
  padding-top: 220px;
  background-image: url(./../images/headerBG.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  width: 100%;
  animation: scrollBackground 10s linear infinite;
  overflow: hidden;
  position: relative;
}

@keyframes scrollBackground {
  0% {
    background-position: bottom center;
  }
  100% {
    background-position: top center;
  }
}
.cardBoxes {
  padding: 50px 0;
  margin-bottom: 50px;
}

.boxContainer {
  background: #ff5a5f;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  border: 1px solid #3fffd2;
}

.leftGrid {
  width: 100%;
}

.imgBox {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 20px;
  margin-right: 20px;
  border-radius: 16px;
}


.boxTitile {
  margin-bottom: 10px;
  font-family: "ClashDisplay-Bold";
}

.boxLink {
  text-decoration: underline;
  margin-top: 0;
  font-size: 18px;
}

.rating {
  text-align: center;
  border-radius: 16px;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.rating p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.starImg {
  margin: 12px -1px;
  width: 55px;
}

.infoIcon {
  stroke: #000;
  margin-bottom: -3px;
}

.rightGrid {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 20px !important;
  width: 50%;
}

.rightPara {
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  background: rgba(155, 93, 217, 1);
  padding: 13px 20px;
  border-radius: 8px;
}

.rightParaSec {
  gap: 20px;

  align-items: center;
  justify-content: space-between;
  display: flex;
}

.getPara {
  font-size: 16px;
}

.rightButton {
  text-align: center;
  width: 135px;
}

.rightButton a,
.rightButton .btn-purple {
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  background: #3fffd2;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
}

.buttonBadge {
  margin-bottom: -4px;
  border: 1px solid;
  padding: 4px;
  border-radius: 100px;
  fill: #fff;
  margin-left: 6px;
}

.rank {
  position: absolute;
  background-color: #fff;
  top: -10px;
  left: 20px;
  width: 26px;
  height: 26px;
  padding: 4px;
  text-align: center;
  border-radius: 100px;
}
.knownPara {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin-top: 0px;
  padding-top: 10px;
  align-items: center;
}
.footerCopy {
  border-top: none !important;
  padding-top: 0 !important;
}

.footerImages {
  padding: 0 300px;
  gap: 30px !important;
  justify-content: center;
  display: flex !important;
}

.footerImages img {
  filter: invert(1);
}
.rgSec {
  transform: scale(0.85);
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
#header .menusItem {
  z-index: 9999;
}
#header .menusItem a {
  margin-left: 10px;
}
#header .menusItem a.activeMenu,
#mobileMenu a.activeMenu {
  font-weight: 800;
  border-bottom: 1px solid;
}

footer#footerId {
  padding: 50px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 60px;
  position: relative;
}
footer#footerId:after {
  background: url(./../images/footer_after.svg);
  content: "";
  position: absolute;
  height: 840px;
  width: 1440px;
  z-index: 999;
  bottom: 0;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#header .btn-green {
  background: #3fffd2;
  padding: 11px 22px;
  border-radius: 4px;
  margin-left: 30px !important;
}
section.cardBoxes p.boxTitile.mob-title  {
  display: none;
}
header .align-center {
    align-items: center;
}
section.cardBoxes {
    z-index: 9999;
    position: relative;
}

@media (max-width: 371px) {
  #header .btn-green {
    background: #3fffd2;
    padding: 7px 12px;
    border-radius: 4px;
    margin-left: 5px !important;
    font-size: 14px
}
}

@media (max-width: 767px) {
.titleSection {
    display: none;
  }
  section.cardBoxes .mob-flex {
    display: flex;
    margin-bottom: 20px;
  }
  section.cardBoxes p.boxTitile.mob-title  {
    display: inline-flex;
  }
  .rating {
    width: 100%;
    margin-top: 15px;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 990px) {
  #mobileMenu {
    background: linear-gradient(
      to right,
      rgb(29, 27, 56),
      /* Dark */ rgb(60, 58, 90),
      /* Medium */ rgb(100, 98, 130) /* Light */
    );
  }
  .rightButton {
    text-align: left;
  }
  .f-74 {
    font-size: 25px;
  }
  .f-22 {
    font-size: 18px;
  }
  .f-74 br {
    display: none;
  }
  .p-20-30 {
    padding: 12px 15px;
  }
  .p-40-80 {
    padding: 40px 30px;
  }
  .no-deco {
    word-wrap: break-word;
  }
  .mustSection {
    padding: 20px 40px;
  }
  a.register {
    padding: 14px 15px;
  }
  .getPara {
    margin-bottom: 0;
  }
  .getPara br {
    display: none;
  }

  .rating {
    width: 100%;
    padding: 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .rightButton a,
  .rightButton .btn-purple {
    width: auto;
    padding: 12px 30px;
  }
  .knownPara {
    margin-top: 14px;
    padding-top: 15px;
    flex-direction: column;
    align-items: start;
  }
  .knownPara .text-right {
    text-align: left;
  }
  .cardBoxes {
    padding: 20px 0 0;
    margin-bottom: 0;
  }

  .boxContainer {
    display: flex !important;
    flex-direction: column;
    padding: 10px;
  }
  img,
  svg {
    max-width: 100%;
  }
  .imgBox {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  

  
  .rightGrid {
    flex-direction: column;
  }

  .rightPara {
    width: 100%;
  }

  .rightParaSec {
    display: flex !important;
    flex-direction: column;
  }

  .rightButton {
    width: 100%;
  }

  .footerImages {
    padding: 0 15px;
  }

  .footerImages {
    flex-direction: column;
  }

  header#header {
    padding: 19px 0 20px 0;
  }
  #header img.max-width {
    max-width: 80px;
  }
  .cardSection {
    padding-top: 40px;
  }
  .hamburger {
    display: block;
  }
  .mobileToggle span {
    background: #fff;
    width: 100%;
    display: block;
    height: 2px;
    margin-bottom: 10px;
  }
  #header {
    z-index: 9999;
  }
  .mobileToggle {
    width: 60px;
    border: 2px solid #fff;
    padding: 8px 10px 0 10px;
    border-radius: 7px;
    display: inline-block;
  }
  .menusItem {
    display: none;
  }
  #header .row {
    align-items: center;
  }
}
@media (min-width: 991px) {
  #header .menusItem {
    z-index: 9999;
    padding-top: 25px;
  }
}
@media (max-width: 1500px) {
  footer#footerId:after {
    width: 100%;
  }
}
/* Home Page */
