/*hoopaz css starts here*/

@font-face {
  font-family: "Barlow";
  src: url("./fonts/Barlow-Light.woff2") format("woff2"),
    url("./fonts/Barlow-Light.woff") format("woff"),
    url("./fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("./fonts/Barlow-Regular.woff2") format("woff2"),
    url("./fonts/Barlow-Regular.woff") format("woff"),
    url("./fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-Black.woff2") format("woff2"),
    url("./fonts/Lexend-Black.woff") format("woff"),
    url("./fonts/Lexend-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-ExtraBold.woff2") format("woff2"),
    url("./fonts/Lexend-ExtraBold.woff") format("woff"),
    url("./fonts/Lexend-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-Bold.woff2") format("woff2"),
    url("./fonts/Lexend-Bold.woff") format("woff"),
    url("./fonts/Lexend-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-Light.woff2") format("woff2"),
    url("./fonts/Lexend-Light.woff") format("woff"),
    url("./fonts/Lexend-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-Medium.woff2") format("woff2"),
    url("./fonts/Lexend-Medium.woff") format("woff"),
    url("./fonts/Lexend-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-SemiBold.woff2") format("woff2"),
    url("./fonts/Lexend-SemiBold.woff") format("woff"),
    url("./fonts/Lexend-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("./fonts/Lexend-Regular.woff2") format("woff2"),
    url("./fonts/Lexend-Regular.woff") format("woff"),
    url("./fonts/Lexend-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-hoopaz-barlow-regular: "Barlow", sans-serif;
  --font-hoopaz-barlow-light: "Barlow", sans-serif;
  --font-hoopaz-regular: "Lexend", sans-serif;
  --font-hoopaz-light: "Lexend", sans-serif;
  --font-hoopaz-medium: "Lexend", sans-serif;
  --font-hoopaz-extrabold: "Lexend", sans-serif;
  --font-hoopaz-semibold: "Lexend", sans-serif;
  --font-hoopaz-bold: "Lexend", sans-serif;
  --hoopaz-primary-color: #aaaaaa;
  --hoopaz-secondary-color: #1f2029;
  --hoopaz-white-color: #fff;
  --border-primary: 1px solid var(--constai-lightwhite-color);
}
button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

.hoopaz-game-wrapper {
  color: var(--hoopaz-primary-color);
  background-color: var(--hoopaz-secondary-color);
  position: relative;
}

.hoopaz-game-wrapper:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(53, 54, 62, 0.5);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .hoopaz-game-wrapper:before {
    background-color: rgba(53, 54, 62, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-game-wrapper:before {
    display: none;
  }
}
.hoopaz-head-text {
  margin: 0 0 45px;
}
@media only screen and (max-width: 1365px) {
  .hoopaz-head-text {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-head-text {
    margin: 0 0 20px;
  }
}

.hoopaz-text-grad-one {
  background: #ffc16f;
  background: linear-gradient(45deg, #ffc16f 0%, #a359b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}
.hoopaz-text-grad-two {
  background: #f8c5d8;
  background: linear-gradient(45deg, #f8c5d8 0%, #7545e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}

.hoopaz-bg-grad-green .hoopaz-container {
  position: relative;
  z-index: 2;
}

.hoopaz-game-wrapper picture {
  display: block;
  height: 100%;
}

.hoopaz-font-barlow-regular {
  font-family: var(--font-hoopaz-barlow-regular);
  font-weight: 400;
}
.hoopaz-font-barlow-light {
  font-family: var(--font-hoopaz-barlow-light);
  font-weight: 300;
}

.hoopaz-font-regular {
  font-family: var(--font-hoopaz-regular);
  font-weight: 400;
}
.hoopaz-font-light {
  font-family: var(--font-hoopaz-light);
  font-weight: 300;
}
.hoopaz-font-medium {
  font-family: var(--font-hoopaz-medium);
  font-weight: 500;
}
.hoopaz-font-semibold {
  font-family: var(--font-hoopaz-semibold);
  font-weight: 600;
}
.hoopaz-font-bold {
  font-family: var(--font-hoopaz-bold);
  font-weight: 700;
}

.hoopaz-font-extrabold {
  font-family: var(--font-hoopaz-extrabold);
  font-weight: 800;
}

.hoopaz-primary-color {
  color: var(--hoopaz-primary-color);
}

.hoopaz-white-color {
  color: var(--hoopaz-white-color);
}

.hoopaz-bg-blue {
  background-color: var(--hoopaz-secondary-color);
}

@media only screen and (min-width: 1500px) {
  .hoopaz-container {
    max-width: 1440px;
    padding: 0;
    margin: 0 auto;
  }
}

.hoopaz-ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-ptb-100 {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-ptb-100 {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-ptb-100 {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hoopaz-ptb-100 {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-ptb-100 {
    padding: 30px 0;
  }
}

.hoopaz-pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-pt-100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-pt-100 {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-pt-100 {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .hoopaz-pt-100 {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-pt-100 {
    padding-top: 30px;
  }
}

.hoopaz-pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-pb-100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-pb-100 {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-pb-100 {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .hoopaz-pb-100 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-pb-100 {
    padding-bottom: 30px;
  }
}

.hoopaz-p-100 {
  padding: 100px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-p-100 {
    padding: 75px;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-p-100 {
    padding: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-p-100 {
    padding: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .hoopaz-p-100 {
    padding: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-p-100 {
    padding: 30px;
  }
}

.hoopaz-mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-mb-100 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-mb-100 {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-mb-100 {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .hoopaz-mb-100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-mb-100 {
    margin-bottom: 30px;
  }
}

.hoopaz-mt-120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-mt-120 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-mt-120 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-mt-120 {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .hoopaz-mt-120 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-mt-120 {
    margin-top: 30px;
  }
}

.hoopaz-mt-70 {
  margin-top: 80px;
}
@media only screen and (max-width: 1699px) {
  .hoopaz-mt-70 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1499px) {
  .hoopaz-mt-70 {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-mt-70 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-mt-70 {
    margin-top: 20px;
  }
}

.hoopaz-mt-60 {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .hoopaz-mt-60 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-mt-60 {
    margin-top: 20px;
  }
}
.hoopaz-mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .hoopaz-mt-40 {
    margin-top: 20px;
  }
}

.hoopaz-br-40 {
  border-radius: 40px;
}
@media only screen and (max-width: 1199px) {
  .hoopaz-br-40 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-br-40 {
    border-radius: 10px;
  }
}

.hoopaz-br-24 {
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .hoopaz-br-24 {
    border-radius: 10px;
  }
}

.hoopaz-br-20 {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .hoopaz-br-20 {
    border-radius: 10px;
  }
}

.hoopaz-font-52 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 1600px) {
  .hoopaz-font-52 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1365px) {
  .hoopaz-font-52 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .hoopaz-font-52 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-font-52 {
    font-size: 28px;
  }
}

.hoopaz-font-48 {
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 1199px) {
  .hoopaz-font-48 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-font-48 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .hoopaz-font-48 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.hoopaz-font-40 {
  font-size: 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .hoopaz-font-40 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-font-40 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  .hoopaz-font-40 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.hoopaz-font-32 {
  font-size: 32px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .hoopaz-font-32 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-font-32 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  .hoopaz-font-32 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.hoopaz-font-28 {
  font-size: 28px;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .hoopaz-font-28 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .hoopaz-font-28 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.hoopaz-font-24 {
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .hoopaz-font-24 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.hoopaz-font-22 {
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .hoopaz-font-22 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.hoopaz-font-20 {
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  .hoopaz-font-20 {
    font-size: 16px;
  }
}

.hoopaz-font-18 {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .hoopaz-font-18 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.hoopaz-font-16 {
  font-size: 16px;
  line-height: 1.6;
}

.hoopaz-mt-20 {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .hoopaz-mt-20 {
    margin-top: 10px;
  }
}
.hoopaz-mt-10 {
  margin-top: 10px;
}

.z-index {
  z-index: 5;
}

.section-hoopaz-hero .item-wrap {
  position: absolute;
  right: 100px;
  top: 50px;
  z-index: 2;
}

@media only screen and (max-width: 1499px) {
  .section-hoopaz-hero .item-wrap {
    right: 50px;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-hero .item-wrap {
    right: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-hoopaz-hero .item-wrap {
    right: 15px;
    top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-hero .item-wrap .logo-wrap img {
    width: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .section-hoopaz-hero .item-wrap .logo-wrap img {
    width: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-hoopaz-hero .item-wrap span {
    font-size: 22px;
  }
}

.section-hoopaz-about {
  position: relative;
  margin-top: -70px;
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-about {
    margin-top: 35px;
  }
}

.section-hoopaz-about .hoopaz-about-wrapper {
  display: grid;
  grid-template-columns: 1fr 566px;
  background: url("./img/webp/big/about-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-about .hoopaz-about-wrapper {
    grid-template-columns: 1fr;
  }
}

.section-hoopaz-about .hoopaz-about-wrapper .hoopaz-head-text {
  margin: 0 0 40px;
}
@media only screen and (max-width: 1499px) {
  .section-hoopaz-about .hoopaz-about-wrapper .hoopaz-head-text {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-about .hoopaz-about-wrapper .hoopaz-head-text {
    margin: 0 0 20px;
  }
}

.section-hoopaz-about .hoopaz-about-wrapper .item:first-child {
  padding: 50px 0 50px 70px;
}
@media only screen and (max-width: 1499px) {
  .section-hoopaz-about .hoopaz-about-wrapper .item:first-child {
    padding: 50px 0 50px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-about .hoopaz-about-wrapper .item:first-child {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-about .hoopaz-about-wrapper .item:first-child {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 1499px) {
  .section-hoopaz-about .hoopaz-about-wrapper .item .small-logo img {
    width: 88px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .section-hoopaz-about .hoopaz-about-wrapper .item .small-logo img {
    width: 58px;
  }
}

.section-hoopaz-about .hoopaz-about-wrapper .item:last-child .img-wrap {
  position: relative;
  height: 100%;
}

.section-hoopaz-about .hoopaz-about-wrapper .item:last-child .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("./img/webp/big/young-man-holding-his-basketball.webp")
    no-repeat center;
  background-size: cover;
  mix-blend-mode: luminosity;
}

@media only screen and (max-width: 1499px) {
  .section-hoopaz-about
    .hoopaz-about-wrapper
    .item:last-child
    .img-wrap:before {
    background-position: left;
  }
}

@media only screen and (max-width: 1199px) {
  .section-hoopaz-about
    .hoopaz-about-wrapper
    .item:last-child
    .img-wrap:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-about .hoopaz-about-wrapper .item:last-child {
    display: none;
  }
}

.section-hoopaz-about .hoopaz-about-wrapper .img-wrap img {
  mix-blend-mode: luminosity;
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-vision {
    padding-bottom: 0;
  }
}

.section-hoopaz-vision .vision-content {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-left: -15px;
}

@media only screen and (max-width: 1365px) {
  .section-hoopaz-vision .vision-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-vision .vision-content {
    gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-vision .vision-content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-vision .vision-content {
    gap: 20px;
  }
}

.section-hoopaz-homescreen {
  position: relative;
  background: url("./img/webp/big/home-screen-bg.webp") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-homescreen {
    background-image: none;
    background-color: #000000;
  }
}

.section-hoopaz-homescreen:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("./img/svg/home-screen-gradient.svg") no-repeat center;
  z-index: 2;
  background-size: cover;
}

.section-hoopaz-homescreen .item-left {
  gap: 50px;
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-homescreen .item-left {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-homescreen .item-left {
    gap: 20px;
  }
}

.section-hoopaz-homescreen .item-left .para-wrap {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-homescreen .item-left .para-wrap {
    margin-bottom: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .section-hoopaz-homescreen .item-left .para-wrap {
    max-width: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .section-game-play {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-game-play {
    padding-bottom: 30px;
  }
}

.section-game-play:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1415px;
  background: url("./img/svg/game-play-bg-gradient.svg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 1199px) {
  .section-game-play:before {
    height: 1000px;
  }
}

@media only screen and (max-width: 767px) {
  .section-game-play:before {
    height: 500px;
  }
}

.section-game-play .mobile-lists {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media only screen and (max-width: 1499px) {
  .section-game-play .mobile-lists {
    gap: 50px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .section-game-play .mobile-lists {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-game-play .mobile-lists:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
    background: url("./img/svg/game-play-lines.svg") no-repeat center;
    width: 1203px;
    height: 523px;
  }
}

.section-game-play .mobile-lists .small-icons {
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .section-game-play .mobile-lists .small-icons {
    display: none;
  }
}

.section-game-play .mobile-lists .small-icons .grid-icon {
  position: absolute;
}
.section-game-play .mobile-lists .small-icons .grid-icon.one {
  right: 130px;
  top: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-game-play .mobile-lists .small-icons .grid-icon.one {
    right: 0;
    top: -10px;
  }
}

.section-game-play .mobile-lists .small-icons .grid-icon.two {
  left: 60px;
  top: 300px;
}

.section-game-play .mobile-lists .small-icons .grid-icon.three {
  right: 110px;
  top: 630px;
}

.section-game-play .mobile-lists .item {
  display: flex;
  gap: 100px;
  width: max-content;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1499px) {
  .section-game-play .mobile-lists .item {
    gap: 50px;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .section-game-play .mobile-lists .item {
    gap: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists .item {
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-game-play .mobile-lists .item {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists .item.last {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    justify-content: start;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-game-play .mobile-lists .item.last {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .section-game-play .mobile-lists .item {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    justify-content: start;
  }
}

@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists .item.first {
    margin-top: 30px;
  }
}

.section-game-play .mobile-lists .item .img-wrap {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists .item.last .img-wrap {
    width: 100%;
    min-width: 50%;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  .section-game-play .mobile-lists .item .img-wrap {
    width: 100%;
    min-width: 70%;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 575px) {
  .section-game-play .mobile-lists .item.last .img-wrap {
    min-width: 70%;
    margin: 0 0 5px;
  }
}
.section-game-play .mobile-lists .item .img-wrap img {
  filter: drop-shadow(0px 508px 142px #1a1919);
  -webkit-filter: drop-shadow(0px 508px 142px #1a1919);
  -moz-filter: drop-shadow(0px 508px 142px #1a1919);
}
@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists .item .img-wrap img {
    filter: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-game-play .mobile-lists .item .img-wrap .inner-img {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-world {
    padding: 45px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-world {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-world .main-logo-wrap .item {
    max-width: 45%;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-world .right-img {
    margin-top: 30px;
  }
}

.section-hoopaz-world:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("./img/svg/hoopaz-world-gradient.svg") no-repeat center;
  z-index: 2;
  background-size: cover;
}

.section-hoopaz-challenge .item-wrap .content-wrap .hoopaz-head-text {
  padding: 0 0 95px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-challenge .item-wrap .content-wrap .hoopaz-head-text {
    padding: 0;
    margin: 0 0 20px;
  }
}
.section-hoopaz-challenge .item-wrap .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

@media only screen and (max-width: 1499px) {
  .section-hoopaz-challenge .item-wrap .box-wrap {
    gap: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-hoopaz-challenge .item-wrap .box-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-challenge .item-wrap .box-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-challenge .item-wrap .box-wrap {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.section-hoopaz-challenge .item-wrap .box-wrap .common-div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
}
@media only screen and (max-width: 1499px) {
  .section-hoopaz-challenge .item-wrap .box-wrap .common-div {
    gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-challenge .item-wrap .box-wrap .common-div {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-challenge .item-wrap .box-wrap .common-div {
    gap: 20px;
  }
}
.section-hoopaz-challenge .item-wrap .box-wrap .common-div .item {
  padding: 20px 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-challenge .item-wrap .box-wrap .common-div .item {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-challenge .item-wrap .box-wrap .common-div .item {
    gap: 15px;
    width: 100%;
    padding: 20px 15px;
  }
}

.section-hoopaz-challenge .item-wrap .box-wrap .common-div .item.blue {
  background: url("./img/svg/box-blue-gradient.svg") no-repeat;
  background-size: cover;
}
.section-hoopaz-challenge .item-wrap .box-wrap .common-div .item.green {
  background: url("./img/svg/box-green-gradient.svg") no-repeat;
  background-size: cover;
}
.section-hoopaz-challenge .item-wrap .box-wrap .common-div .item.pink {
  background: url("./img/svg/box-pink-gradient.svg") no-repeat;
  background-size: cover;
}
.section-hoopaz-challenge .item-wrap .box-wrap .common-div .item p {
  color: #dddddd;
}

@media only screen and (min-width: 1200px) {
  .section-hoopaz-challenge .item-wrap:nth-child(2) .row {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1500px) {
  .section-hoopaz-challenge .item-wrap:nth-child(2) .content-wrap {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-hoopaz-challenge .item-wrap:nth-child(2) .content-wrap {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .section-basketball-wrap {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-basketball-wrap {
    padding-bottom: 30px;
  }
}

.section-hoopaz-typo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("./img/svg/hoopaz-typo-gradient.svg") no-repeat center;
  z-index: 2;
  background-size: cover;
}

@media only screen and (max-width: 1499px) {
  .section-hoopaz-typo .logo-wrapper .logo-wrap img {
    width: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-hoopaz-typo .logo-wrapper .logo-wrap img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-typo .logo-wrapper .logo-wrap img {
    width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .section-hoopaz-typo .typo-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-typo .typo-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-typo .typo-wrapper .multi-text {
    max-width: none !important;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-typo .typo-wrapper .multi-text {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-typo .typo-wrapper .multi-text .item img {
    max-width: 80%;
  }
}

.section-hoopaz-scenes .board-app-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 575px) {
  .section-hoopaz-scenes .board-app-wrapper {
    grid-template-columns: 1fr;
  }
}

.section-hoopaz-scenes .item {
  padding: 90px 40px;
  margin: 0 40px;
}

@media only screen and (max-width: 1499px) {
  .section-hoopaz-scenes .item {
    padding: 70px 30px;
    margin: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-hoopaz-scenes .item {
    padding: 50px 30px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section-hoopaz-scenes .item {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hoopaz-scenes .item {
    padding: 20px 15px;
  }
}

.section-hoopaz-scenes .item.item-left {
  background: url("./img/svg/the-board-gradient.svg") no-repeat center;
  background-size: cover;
}
.section-hoopaz-scenes .item.item-right {
  background: url("./img/svg/the-app-gradient.svg") no-repeat center;
  background-size: cover;
  margin-top: 300px;
}

@media only screen and (max-width: 1199px) {
  .section-hoopaz-scenes .item.item-right {
    margin-top: 30px;
  }
}

.section-gameplay-exp:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./img/svg/game-play-bg-gradient.svg") no-repeat center;
  background-size: cover;
}
.section-gameplay-exp .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section-gameplay-exp .card-button {
  position: sticky;
  top: 205px;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 520px;
  gap: 50px;
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .section-gameplay-exp .card-button {
    gap: 30px;
    top: 135px;
  }
}
@media only screen and (max-width: 991px) {
  .section-gameplay-exp .card-button {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gameplay-exp .card-button {
    display: none;
  }
}

.section-gameplay-exp .card-button span {
  color: var(--hoopaz-primary-color);
}
.section-gameplay-exp .card-button button {
  cursor: auto;
  text-align: left;
}
.section-gameplay-exp .card-button button.first.active .icon-wrap svg {
  filter: drop-shadow(0 0 7px #ee4656);
}
.section-gameplay-exp .card-button button.first.active .icon-wrap svg circle {
  stroke: #ff6c7a;
}
.section-gameplay-exp .card-button button.first.active .icon-wrap svg path {
  fill: #ff6c7a;
}
.section-gameplay-exp .card-button button.first.active .icon-wrap span {
  color: #ee4656;
}

.section-gameplay-exp .card-button button.second.active .icon-wrap svg {
  filter: drop-shadow(0 0 7px #6de6a9);
}
.section-gameplay-exp .card-button button.second.active .icon-wrap svg circle {
  stroke: #6de6a9;
}
.section-gameplay-exp .card-button button.second.active .icon-wrap svg path {
  fill: #6de6a9;
}
.section-gameplay-exp .card-button button.second.active .icon-wrap span {
  color: #6de6a9;
}

.section-gameplay-exp .card-button button.three.active .icon-wrap svg {
  filter: drop-shadow(0 0 7px #369fff);
}
.section-gameplay-exp .card-button button.three.active .icon-wrap svg circle {
  stroke: #369fff;
}
.section-gameplay-exp .card-button button.three.active .icon-wrap svg path {
  fill: #369fff;
}
.section-gameplay-exp .card-button button.three.active .icon-wrap span {
  color: #369fff;
}

.section-gameplay-exp .card-button button.four.active .icon-wrap svg {
  filter: drop-shadow(0 0 7px #fec36d);
}
.section-gameplay-exp .card-button button.four.active .icon-wrap svg circle {
  stroke: #fec36d;
}
.section-gameplay-exp .card-button button.four.active .icon-wrap svg path {
  fill: #fec36d;
}
.section-gameplay-exp .card-button button.four.active .icon-wrap span {
  color: #fec36d;
}

.section-gameplay-exp .card-button .icon-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .section-gameplay-exp .card-button .icon-wrap svg {
    width: 60px;
    height: 60px;
  }
}

.section-gameplay-exp .div-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 50px auto 0;
  gap: 24px;
}

@media only screen and (max-width: 575px) {
  .section-gameplay-exp .div-outer {
    margin: 30px auto 0;
    gap: 18px;
  }
}

.section-gameplay-exp .div-outer .card {
  position: sticky;
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.section-gameplay-exp .div-outer .card.one {
  top: 105px;
}
.section-gameplay-exp .div-outer .card.two {
  top: 300px;
  transform: scale(0.94);
}
@media only screen and (max-width: 1599px) {
  .section-gameplay-exp .div-outer .card.two {
    top: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-gameplay-exp .div-outer .card.two {
    top: 180px;
  }
}
.section-gameplay-exp .div-outer .card.three {
  top: 495px;
  transform: scale(0.88);
}
@media only screen and (max-width: 1599px) {
  .section-gameplay-exp .div-outer .card.three {
    top: 445px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-gameplay-exp .div-outer .card.three {
    top: 250px;
  }
}
.section-gameplay-exp .div-outer .card.four {
  top: 690px;
  transform: scale(0.82);
}
@media only screen and (max-width: 1599px) {
  .section-gameplay-exp .div-outer .card.four {
    top: 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-gameplay-exp .div-outer .card.four {
    top: 325px;
  }
}

@media only screen and (min-width: 768px) {
  .section-gameplay-exp .div-outer .card .img-wrap .resp-icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-gameplay-exp .div-outer .card .img-wrap .resp-icon {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 2;
    border-radius: 99em;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .section-gameplay-exp .div-outer .card .img-wrap .resp-icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .section-gameplay-exp .div-outer .card .img-wrap .resp-icon {
    width: 50px;
    height: 50px;
    top: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hoopaz-success .hoopaz-heading-wrap p {
    margin-top: 0;
  }
}

/*hoopaz css ends here*/
