/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.23

*/

/* Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0);
  border-radius: 0px;
  background: #0a0a0b;
}

::-webkit-scrollbar-thumb {
  background-color: #d9c645;
  border-radius: 0px;
}

/* Website style */
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  height: 100%;
  overflow-x: hidden;
  background-color: #070505;
}

a {
  text-decoration: none;
}

[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}
.aos-init[data-aos][data-aos].aos-animate {
  transform: unset;
}

.row-center {
  display: flex;
  align-items: center;
}

/* Container */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0rem;
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}

.container-fluid--header {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .container-fluid--header {
    max-width: 1920px;
  }
}

header {
  background-image: url("../img/background_main.webp");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.header__second {
  background-image: url("../img/background__second.webp");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.bg__buy {
  background-image: url("../img/tennis.webp");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
}

.tennis {
  background-image: url("../img/ball.webp");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
}

.navbar {
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.12);
}

.navbar,
.navbar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar li {
  list-style: none;
  margin: 0 15px;
}

.navbar li:nth-child(1) {
  padding-right: 20px;
  margin-left: -40px;
}

.navbar a {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: rgba(227, 227, 227, 0.71);
  transition: 0.3s;
}

.navbar a:hover {
  transition: 0.3s;
  color: white;
}

.navbar img {
  width: 80px;
}

.navbar__btn {
  background-color: #000;
  padding: 20px 40px;
  transition: 0.3s;
  color: #fff !important;
}

.navbar__btn:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.navbar__btn a {
  color: white !important;
  display: flex;
  gap: 50px;
}

.header__content {
  padding: 100px 0;
}

.header__content img {
  width: 380px;
}

.header__content p {
  color: white;
  width: 360px;
  font-weight: 400;
  margin-top: 15px;
}

.btn__section {
  margin-top: 100px;
  display: flex;
  gap: 30px;
  margin-bottom: 120px;
}

.btn__header {
  border: 3px solid #d9c645;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  transition: 0.3s;
}

.btn__header:hover {
  border: 3px solid #ffffff;
  transition: 0.3s;
  color: white;
}

.btn__color {
  gap: 15px;
  color: #d9c645;
}

.btn__light {
  color: #d9c645;
  border: 3px solid rgba(255, 255, 255, 0.09);
}

.btn__light:hover {
  border: 3px solid #d9c645;
  color: #d9c645;
  transition: 0.3s;
}

.scroll {
  display: flex;
  gap: 22px;
  align-items: center;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: rgba(255, 255, 255, 0.32);
  margin-bottom: 90px;
  transition: 0.3s;
}

.scroll:hover {
  color: white;
  transition: 0.3s;
}

.why {
  padding: 80px 0;
}

.why h1 {
  font-weight: 600;
  font-size: 35px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}

.why h1 span {
  color: #d9c645;
}

.why p {
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  color: #e3e3e3;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(116, 110, 110, 0.17);
  margin-bottom: 50px;
}

.why a {
  display: flex;
  gap: 15px;
  color: #d9c645;
  font-weight: normal;
}

.advantages {
  padding: 30px 0;
}

.adv__card {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #a2a2a2;
}

.adv__card--gold h6 {
  color: #d9c645;
  width: 150px;
}

.info__more p {
  border-bottom: 0;
  margin-bottom: 0;
}

.adv__card h6 {
  width: 150px;
}

.adv__card--info {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.adv__card--info .icon {
  margin-bottom: 20px;
}

.wins {
  background: #050404;
  padding: 80px 0;
}

.win__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  gap: 20px;
}

.win__title span {
  color: #d9c645;
}

.win__title h2 {
  font-size: 25px;
}

.win__title .hr {
  background-color: rgba(67, 67, 67, 0.41);
  height: 4px;
  width: 30px;
}

.add {
  padding: 100px 0;
}

.add .win__title {
  margin-bottom: 50px;
}

.add li {
  list-style: none;
  margin-left: -30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  color: #ccc;
  padding-bottom: 30px;
}

.footer {
  padding: 70px 0;
  border-top: 3px solid rgba(20, 20, 20, 0.42);
}

.footer img {
  width: 170px;
  margin-bottom: 30px;
}

.footer h5 {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  color: #ccc;
  margin-bottom: 50px;
}

.footer h6 {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  color: #ccc;
  opacity: 0.25;
}

.footer h6 a {
  color: white;
  opacity: 1 !important;
}

.footer ul {
  display: flex;
  justify-content: flex-end;
}

.footer li {
  list-style: none;
  margin: 0 15px;
}

.footer a {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: rgba(227, 227, 227, 0.71);
  transition: 0.3s;
}

.footer a:hover {
  transition: 0.3s;
  color: white;
}

.shop {
  padding-bottom: 100px;
}

.shop h2 {
  color: white;
  text-align: center;
  padding: 80px 0;
  font-weight: 600;
}

.shop h2 span {
  color: #d9c645;
}

.shop__card {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(107, 97, 28, 0.09) 75.93%,
    rgba(217, 198, 69, 0.19) 100%
  );
  border: 3px solid #212121;
  padding: 50px;
  color: white;
  margin-bottom: 20px;
  position: relative;
}

.title {
  display: flex;
  align-items: center;
}

.title .hr {
  margin-top: -12px;
  margin-left: -50px;
  margin-right: 20px;
  background-color: #d9c645;
  height: 4px;
  width: 30px;
}

.shop__card h1 {
  margin-top: 50px;
  font-weight: 600;
  font-size: 40px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 60px;
}

.sh-trans {
  background: transparent !important;
}

.shop__card span {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  color: #929292;
}

.slider {
  margin-top: 40px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: left;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}

.swiper-pagination-bullet {
  border-radius: 0px !important;
  background: #2a2a2a !important;
}

.swiper-pagination-bullet-active {
  background: #d9c645 !important;
}

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

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid rgba(125, 125, 125, 0.13);
  margin-bottom: 80px;
}

.swiper {
  position: relative;
}

.btn__only {
  display: none;
}

.nav__mobile {
  display: none;
}

.header {
  width: 100%;
}

.navbar__links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  header {
    background-position: 0% 50%;
  }

  .navbar {
    padding: 20px 0;
  }

  .nav__mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
  }

  .btn__only {
    margin-top: 50px !important;
    display: block;
    border: 3px solid #4f4f4f;
    width: 300px;
  }

  .btn__only a {
    color: black !important;
    font-weight: 500;
  }

  .btn--hidd {
    display: none;
  }

  .navbar__links {
    display: none !important;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    width: 100%;
    z-index: 999;
    background-color: black;
    padding: 50px 4%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .navbar__links--active {
    display: block !important;
  }

  .navbar__links ul {
    display: block !important;
  }

  .navbar__links ul li:nth-child(1) {
    display: none;
  }

  .navbar__links ul li {
    margin: 12px 0;
  }

  .header__content {
    padding: 100px 6%;
  }

  .header__content img {
    width: 280px;
  }

  .btn__section {
    flex-direction: column;
  }

  .scroll {
    margin-bottom: 20px;
  }

  .why {
    padding: 80px 6% 40px;
  }

  .advantages {
    padding: 0px 6% 80px;
  }

  .adv__card {
    transform: scale(0.9);
    margin-bottom: -90px;
  }

  .wins {
    padding: 80px 6%;
  }

  .add {
    padding: 70px 6%;
  }

  .add .win__title {
    margin-bottom: 50px;
  }

  .add ul {
    margin-bottom: 0 !important;
  }

  .footer {
    padding: 70px 6%;
  }

  .footer ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 50px;
  }

  .footer li {
    list-style: none;
    margin: 12px 0px;
    margin-left: -30px;
  }

  .shop {
    padding: 0 6%;
  }

  .shop svg {
    display: none;
  }
}

.status {
  padding: 100px 0;
}

.status h1 {
  font-weight: 600;
  font-size: 35px;
  text-align: left;
  color: #d9c645;
}

.status h6 {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #787878;
}

.status h5 {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #c5c5c5;
}

.status .scroll {
  margin-top: 100px;
}

.status span {
  color: white;
}

.status--app {
  border: 3px solid #d9c645;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  transition: 0.3s;
  color: #d9c645;
  width: 470px;
  margin: 50px 0;
}

@media only screen and (max-width: 1300px) {
  .status {
    padding: 100px 6%;
  }

  .status--app {
    width: 100%;
  }

  .header__second {
    background-position: 0% 50%;
  }
}

.buy__info {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 600px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.13);
  margin-bottom: 50px;
}

.buy__info .inf {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #8a8a8a;
  margin-top: -5px;
}

.buy__info .inf a {
  color: white;
}

.b--inf {
  font-weight: 500 !important;
  font-size: 15px;
  text-align: left;
  color: #fff !important;
  margin-bottom: 40px;
}

input {
  background: transparent;
  border: 3px solid rgba(70, 70, 70, 0.19);
  margin-bottom: 20px;
  padding: 20px 30px;
  width: 600px;
  color: white;
}

input:focus {
  outline: none;
  border: 3px solid rgba(255, 255, 255, 0.73);
}

.terms {
  font-weight: normal;
  font-size: 14px !important;
  text-align: left;
  color: #8a8a8a;
}

.terms a {
  color: white;
}

.status .btn__header {
  width: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.checkbox-container {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

.check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.check h5 {
  font-size: 14px !important;
}

.pay__row {
  width: 600px;
  margin-bottom: 60px;
}

.checkbox-container input {
  display: none;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(70, 70, 70, 0.19);
  margin-right: 8px;
}

.checkmark::after {
  margin-top: 0.5px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #d9c645;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.checkbox-container input:checked ~ .checkmark::after {
  opacity: 1;
  border: 3px solid #d9c645 !important;
}

.checkbox-container:hover .checkmark {
  border-color: #d9c645;
}

@media only screen and (max-width: 1300px) {
  .buy__info {
    width: auto;
  }

  input {
    width: 100%;
  }

  .pay__row {
    width: auto;
    margin-bottom: 60px;
  }

  .status .btn__header {
    width: auto !important;
  }
}

.header__third {
  background: transparent;
}

.header__third .navbar__btn {
  background: #d9c645;
}

.header__third .navbar__btn a {
  color: black !important;
  font-weight: 500;
}

.header__third .navbar__btn svg {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.main__title h1 {
  font-weight: 600;
  font-size: 35px;
  text-align: left;
  color: #d9c645;
}

.main {
  padding: 80px 0 110px;
}

.main__title {
  margin-bottom: 50px;
}

.main__title p {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #787878;
}

.main__info {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px !important;
  color: #d1d1d1;
}

@media only screen and (min-width: 500px) and (max-width: 1300px) {
  .adv__card {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .main {
    padding: 100px 6%;
  }

  .main .shop__card .btn__header svg {
    display: none;
  }
}

.main input {
  width: calc(100% - 25px);
}

.main-set .main__info {
  color: #787878;
}

label {
  font-weight: 200 !important;
  font-size: 14px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

button {
  background: transparent;
}

.main button {
  width: 300px;
}

@media only screen and (max-width: 1300px) {
  .main input {
    width: 100%;
  }

  .main button {
    width: 100%;
  }
}

.type img {
  width: 100%;
}

.type__add {
  text-align: center;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid rgba(112, 112, 112, 0.29);
  flex-direction: column;
  width: 100%;
}

.type__add h1 {
  font-weight: 600;
  font-size: 100px;
  color: #d9c645;
}

.type__add h5 {
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 60px;
}

.type__add svg {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .type img {
    margin-bottom: 40px;
  }
}
.login-bottom a {
  color: #a3a3a3;
  margin-right: 30px;
}

.login-bottom a:hover {
  color: #dbdbdb;
}
.login_a a {
  color: #6f6f6f;
  margin-right: 20px;
}
.login_a a:hover {
  color: #a3a3a3;
  margin-right: 20px;
}
.small_logo {
  max-width: 40px;
}

.promo__info {
  position: absolute;
  top: 0;
  right: 0;
}

.promo__info span {
  position: absolute;
  top: 23px;
  right: 11px;
  color: black !important;
  font-weight: 700 !important;
}

.promo__info::before {
  content: url("../img/triangle.svg");
  position: relative;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
}

.price__box {
  position: relative;
}

.price__box h5 {
  position: absolute;
  margin-top: -16px;
  font-size: 15px;
  color: #d9c645;
}
@media only screen and (max-width: 500px) {
  header {
    background-position: -100% 50%;
    background-repeat: inherit;
  }
}
.cookie__alert{
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.59);
    border: 2px solid #d9c645;
    z-index: 999;
    width: 350px;
    padding: 30px;
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.cookie__alert b{
    color: #d9c645;
}

.cookie__alert a{
    color: #d9c645;
    transition: .3s;
}

.cookie__alert a:hover{
    color: #a7972b;
    transition: .3s;
}

.close{
    position: absolute;
    right:28px;
    top: 20px;
}

.close svg{
    width: 13px;
    transition: .3s;
    cursor: pointer;
}

.close svg:hover{
    opacity: .5;
    transition: .3s;
}
