* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.top-navigation-container {
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(244, 244, 244, 0) 0%,
    #fbef04 49.48%,
    rgba(244, 244, 244, 0) 100%
  );
  padding: 2px 0;
}

.header-links-container a {
  font-size: 14px;
}

.sports-in-u-logo {
  width: 80px;
}

.header-links-container {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 5px 181px;
  background: linear-gradient(
    90deg,
    rgba(244, 244, 244, 0) 0%,
    #f4f4f4 49.48%,
    rgba(244, 244, 244, 0) 100%
  );
  background-color: #f6f6f6;
  margin-bottom: 0;
  list-style-type: none;
  gap: 30px;
}

.header-links-container li {
  position: relative;
  z-index: 2500;
}

.header-links-container div {
  gap: 30px;
}

.header-yellow-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(244, 244, 244, 0) 0%,
    #fbef04 49.48%,
    rgba(244, 244, 244, 0) 100%
  );
}

.nav-links {
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #24252c;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.25s ease;
}

.navigation-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 0;
  list-style-type: none;
  transition: all 0.25s ease;
}

.nav-link-active {
  color: #007c89 !important;
  font-weight: 500 !important;
}

#nav-menu-btn {
  display: none;
}

.nav-menu-show {
  width: 90% !important;
  padding: 20px !important;
}

.nav-menu-show li {
  display: block !important;
}

.hero-sec-text-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-sec-top-right-img {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}

.nav-show-on-scroll {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.04);
}

.nav-link-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.apple-store {
  transition: all 0.25s ease;
}

.playstore {
  transition: all 0.25s ease;
}

.playstore:hover {
  transform: scale(1.05);
}

.apple-store:hover {
  transform: scale(1.05);
}

/* 

  Hero Section CSS

*/

#hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.hero-section-header-text {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.03em;
  color: #24252c;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.gradient-text {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.03em;
  background: linear-gradient(89.48deg, #007c89 19.81%, #88c86d 52.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.border-text {
  border: 4px solid #fbef04;
  border-radius: 17px;
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 58px;
  /* identical to box height, or 116% */
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.03em;

  /* 24252C */
  padding: 0px 10px;

  color: #24252c;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.hero-section-header-sub-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
  color: #555555;
}

.download-app-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.download-app-container a {
  text-decoration: none;
}

.tournament-container {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.tournament-card {
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  flex-wrap: wrap;
  transition: all 0.25s ease;
  cursor: pointer;
}
.tournament-card:hover {
  transform: scale(1.05);
}

.tournament-number {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #24252c;
  text-align: center;
}

.tournament-name {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #7a869a;
  text-align: center;
  margin-top: 10px;
}

.hero-section-img {
  width: 100%;
}

/* 

  Auction Section CSS

*/

#auction-section {
  position: relative;
}

#auction-section > div {
  padding-top: 0;
}

.sub-heading-text {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #24252c;
}

.sub-heading-text span {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  background: linear-gradient(89.48deg, #007c89 19.81%, #88c86d 52.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sports-page-para {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #858585;
  margin-top: 20px !important;
  max-width: 907px;
}

.auction-img-1 {
  position: absolute;
  left: 0;
  bottom: -150px;
  z-index: -1;
}

.auction-img-2 {
  position: absolute;
  right: 0;
  bottom: -300px;
  z-index: -1;
}

.auction-sec-para {
  max-width: 907px;
}

/* 

  Craousal CSS

*/

.swiper {
  width: 100%;
  height: 350px;
  margin-top: 40px;
}

.button-indicator {
  position: static !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  background: #fbef04;
}

.button-indicator::after {
  font-size: 16px !important;
  color: white !important;
}

.slider-btn-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-height: 190px;
  object-fit: fill;
}

.swiper-slide {
  clip-path: polygon(0 0, 100% 1%, 100% 90%, 0% 100%);
  position: relative;
}

.slider-img {
  border-radius: 30px;
  position: relative;
}

.swiper-slide::after {
  content: "";
  width: 93px;
  height: 93px;
  bottom: 7px;
  right: -16px;
  position: absolute;
  /* background: white; */
  border-right: 14px solid white;
  border-radius: 50%;
  transform: rotate(42deg);
}

.swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slider-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #24252c;
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 20px;
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  border-radius: 15px;
}

.slider-text-container {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(
      180.45deg,
      #007c89 23.52%,
      #88c86d 47.63%,
      #ecff59 71.34%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  padding: 2px;
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  border-radius: 15px;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  transition: all 0.25s ease;
  background: rgb(171 171 171) !important;
  border-radius: 50% !important;
}

.swiper-pagination-bullet-active {
  width: 25px !important;
  height: 15px !important;
  background: #fbef04 !important;
  border-radius: 30px !important;
}

.slider-btn-main-container {
  gap: 30px;
}

/* 

  Features Section CSS

*/

#features-section {
  padding-top: 175px;
}

.features-section-card-container {
  background-image: url(../images/featres-section-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 50px;
}

.features-section-card-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.features-card {
  padding: 15px;
  background: #ffffff;
  border-left: 6px solid #fbef04;
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  max-width: 386px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.features-card:hover {
  transform: scale(1.05);
}

.feature-name {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #007c89;
}

.features-para {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-top: 10px;
}

/* 

  Provide Section CSS

*/

#provide-section {
  padding-top: 118px;
  background-image: url(../images/provide-section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 227px;
  margin-top: 80px;
}

.provide-section-card {
  background-image: url(../images/provide-card-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 47px 36px 34px 36px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.provide-section-card:hover {
  transform: scale(1.05);
}

.provide-section-card-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #555555;
  text-align: center;
}

.provide-section-card-container {
  margin-top: 50px;
}

/* 

  About Page CSS

*/

#about-section {
  padding-top: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-sec-para {
  margin-top: 20px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}

.about-page-img {
  width: 50%;
}

.about-sec-text-container {
  margin-right: 111px;
  flex-grow: 1;
}

/* 

  Pricing Section CSS

*/

#pricing-section {
  padding-top: 175px;
}

.pricing-page-card {
  height: 310px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: end;
  flex-direction: column;
  background-image: url(../images/pricing-sec-card-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  padding: 60px;
  position: relative;
  margin-top: 35px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.pricing-page-card:hover {
  transform: scale(1.05);
}

.pricing-page-card-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #858585;
}

.pricing-page-card-bold-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px;
  color: #555555;
  text-align: center;
}

.pricing-page-card-container {
  margin-top: 60px;
}

.pricing-page-card-price-container {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 14px 84px 15px 35px;
  box-shadow: 10px 5px 14px rgba(0, 0, 0, 0.02);
  border-radius: 0px 20px 20px 0px;
  background-image: url(../images/pricing-card-price-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-sell-btn-container {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-sell-btn {
  padding: 15px 31px;
  background: #fbef04;
  border-radius: 9px;
  border: none;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #444444;
  background-image: url(../images/contact-sell-btn-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 

  Download App Section CSS

*/

#download-section {
  margin-bottom: 100px;
  padding-top: 175px;
  margin-left: 25px;
  margin-right: 25px;
}

#download-section > div {
  background: #ffffff;
  border: 1px solid #fbef04;
  border-radius: 20px;
  padding: 51px 0;
  position: relative;
}

.download-app-text-container {
  background: #ffffff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 35px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 200;
}

.download-app-design-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.download-app-design-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}

.download-app-text-container > div {
  position: relative;
  z-index: 200;
}

.download-left-img {
  position: absolute;
  top: 0;
  left: 12%;
  z-index: 20;
  max-width: 352px;
  width: 100%;
  object-fit: cover;
}

.download-right-img {
  position: absolute;
  top: 0;
  right: 12%;
  z-index: 20;
  max-width: 291px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 474px) {
  .download-right-img {
    height: 100%;
  }

  .download-left-img {
    height: 90%;
  }
}

@media screen and (max-width: 421px) {
  .download-left-img {
    left: 5%;
  }
}

/* 

  Footer CSS

*/

#footer {
  padding-top: 50px;
}

#footer > div {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 156px;
}

.footer-address-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
  flex-wrap: wrap;
}

.address-card {
  padding: 15px;
  background: #ffffff;
  border-bottom: 3px solid #fbef04;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  width: 282px;
  align-self: stretch;
  transition: all 0.25s ease;
  cursor: pointer;
}

.address-card:hover {
  transform: scale(1.05);
}

.address-card-city-name {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  background: linear-gradient(89.48deg, #007c89 19.81%, #88c86d 52.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: fit-content;
}

.address-card-address,
.address-card-mo {
  margin-top: 15px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}

.address-card-mo {
  font-weight: 500;
  margin-top: 5px;
}

.footer-input {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0a142f;
  padding: 10px 25px;
  background: #ffffff;
  outline: none;
  border-radius: 15px;
  border: 1px solid #0a142f;
  resize: none;
  width: 100%;
}

.footer-input:focus {
  border: 2px solid #fbef04;
}

textarea.footer-input {
  margin-top: 20px;
}

.footer-contact-form-container {
  margin-top: 60px;
  background-image: url(../images/footer-contact-form-bg.png);
  background-size: cover;
}

.send-btn-container {
  margin-top: 35px;
}

#send-message-btn {
  background: #fbef04;
  box-shadow: 0px 24px 34px rgba(155, 144, 41, 0.1);
  border-radius: 10px;
  padding: 10px 35px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  border: none;
}

.social-icon-container {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-contact-form {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 15px 35.7px rgba(51, 51, 51, 0.05);
  border-radius: 20px;
}

.footer-contact-form-container {
  padding-left: 30px;
  padding-bottom: 85px;
}

.get-in-touch {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #24252c;
}

.get-in-touch span {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  background: linear-gradient(89.48deg, #007c89 19.81%, #88c86d 52.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: 15px;
}

.footer-right-text,
.back-to-top {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #858585;
  text-decoration: none;
}

.footer-right-text span {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #24252c;
}

.footer-credit-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
}

.whatsappChat{
  position: fixed;
  text-align: center;
  width: 45px;
  height: 45px;
  z-index: 101;
  bottom: 100px;
  right: 80px;
}

/* Responsive Design CSS */

@media screen and (max-width: 1200px) {
  .about-sec-text-container {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1180px) {
  .header-links-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 992px) {
  .features-section-card-container > div {
    justify-content: center;
  }

  #hero-section {
    padding-top: 150px;
  }
}

@media screen and (max-width: 900px) {
  .header-links-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .about-sec-text-container {
    margin-right: 25px;
  }
}

@media screen and (max-width: 850px) {
  .about-page-img {
    display: none;
  }

  .about-sec-text-container {
    margin-right: 50px;
    margin-left: 50px;
  }

  #about-section {
    margin-top: 0px;
    padding-top: 0;
  }
}

@media screen and (max-width: 825px) {
  .header-links-container {
    justify-content: space-between;
    gap: 10px;
  }

  .header-links-container div {
    gap: 10px;
  }

  .header-links-container .nav-link {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 760px) {
  .navigation-link-container {
    flex-direction: column;
    position: absolute;
    top: 130px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 0;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    padding: 0;
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.04);
  }

  .nav-links {
    color: black;
  }

  .navigation-link-container li {
    display: none;
  }

  .header-links-container .nav-links {
    font-size: 13px !important;
  }

  #nav-menu-btn {
    display: block;
  }

  .nav-item-logo-img {
    display: none;
  }

  .nav-links {
    font-weight: 700 !important;
  }

  .nav-link-active {
    font-weight: 800 !important;
  }
}

@media screen and (max-width: 550px) {
  .about-sec-text-container {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 400px) {
  .header-links-container .nav-links {
    font-size: 12px !important;
  }

  .header-links-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-links-container {
    justify-content: space-between;
    gap: 5px !important;
  }

  .header-links-container div {
    gap: 5px !important;
  }
}
