/* ===== Home Page CSS Start ===== */

/*Comman CSS Start */
body {
  background-color: #000;
  font-family: 'Roboto', sans-serif;
}

.bg-black {
  background-color: #000;
}

.backdrop {
  display: none;
}

h1 {
  font-size: 36px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

p {
  font-size: 16px;
  color: #9099B4;
  line-height: 1.5;
}

@media(min-width:992px) {
  p {
    font-size: 18px;
    line-height: 1.8;
  }
}

.navbar-brand {
  width: 150px;
  padding: 0;
  margin-top: -25px;
}

@media (min-width:992px) {
  .navbar-brand {
    width: 260px;
    padding: 10px 0;
   /* margin-top: -;*/
  }
}

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 100px;
}

@media(min-width:992px) {
  .btn {
    font-size: 16px;
    padding: 8px 30px;
    font-size: 18px;
  }
}

.btn-primary {
  background-color: #000;
  border: 1px solid #0EFDEA;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(102, 243, 255, 0.8);
  -moz-box-shadow: 0px 2px 8px 0px rgba(102, 243, 255, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(102, 243, 255, 0.8);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0EFDEA;
  color: #000;
  border-color: #0EFDEA;
}

.btn-primary:focus {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(102, 243, 255, 0.8);
  -moz-box-shadow: 0px 2px 8px 0px rgba(102, 243, 255, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(102, 243, 255, 0.8);
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #9099B4;
}

/*Comman CSS End */


/*Video Section CSS Start */
.video-section {
 margin-top: 30px;
}

.video-section .video-main {
  height: auto;
}

.right-dots {
  display: none;
}

/*.backdrop-text {
  display: none;
}*/

@media (min-width: 992px) {
  .video-section {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: relative;
    background: #000;
/*    margin-top: 230px;*/
  }

  .video-section .video-main {
    height: 620px;
  }

  .video-section::before {
    content: "";
    width: 100px;
    height: 200px;
    background-image: url(../images/left-graphics.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: -30px;
    z-index: 20;
  }

  .video-section::after {
    content: "";
    width: 100px;
    height: 200px;
    background-image: url(../images/left-graphics.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    right: -30px;
  }

  .right-dots {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 60px;
    z-index: 10;
  }


}


@media (max-width: 767px) {
  .video-section .video-main{
    scale: 1.5;
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
/*Video Section CSS End */


/* Hero-section CSS Start*/
.hero-section {
  padding: 50px 0 100px 0;
}

.strokeme {
  color: #000;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #EB0F4A,
    1px -1px 0 #EB0F4A,
    -1px 1px 0 #EB0F4A,
    1px 1px 0 #EB0F4A;
}

@media (min-width: 992px) {
  .hero-section {
    padding: 90px 0 140px 0;
  }
}

/* Hero-section CSS End*/

/* Feature CSS Start*/
.feature-section {
  margin-bottom: 50px;
}

.feature-section .feature {
  background-color: #23262F;
  padding: 20px 15px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-section .feature h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}

.feature-section .feature p {
  font-size: 14px;
  margin-bottom: 30px;
}

.feature-section .feature .action {
  margin-top: auto;
}

@media (min-width: 992px) {
  .feature-section {
    position: relative;
    margin-bottom: 110px;
    margin-top: 0px;
    z-index: 11;
  }
  .feature-section .feature p {
    font-size: 17px;
  }
  .feature-section .feature{
    padding: 40px 30px;
  }
}

@media (min-width:1200px) {
  .feature-section {
    margin-bottom: 130px;
    margin-top: 115px;
  }
}

@media (max-width:767px) {
  .feature-section .feature{
    text-align: center;
  }
  .feature-section .feature h2{
    font-size: 16px;
  }
}

/* Feature CSS End*/

/* Athlete Gallery Start */
.gallery-container {
  padding-bottom: 40px;
}

.athlete-gallery .slick-slide {
  margin: 0 15px;
}

.athlete-gallery .slick-slide img {
  margin: 0 auto;
  width: 100%;
  border-radius: 4px;
}

.athlete-gallery .slick-dots {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 25px 0;
  margin: 0;
}

.athlete-gallery .slick-dots ul {
  padding-left: 0;
}

.athlete-gallery .slick-dots li button {
  display: none;
}

.athlete-gallery .slick-dots li {
  width: 5px;
  height: 5px;
  background-color: #9099B4;
  border-radius: 100px;
}

.athlete-gallery .slick-dots .slick-active {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.athlete-gallery .slick-arrow{
  position: absolute;
  top: 37%;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
}
.athlete-gallery .slick-prev{
  left: 10px;
  background: url(../images/arrow-left.svg) no-repeat 0 0;
  background-size: 40px;
}
.athlete-gallery .slick-next{
  right: 10px;
  background: url(../images/arrow-right.svg) no-repeat 0 0;
  background-size: 40px;
}

@media (min-width: 992px) {
  .athlete-gallery .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .gallery-container {
    padding-bottom: 90px;
  }

}


/* Athlete Gallery End */

/* Footer CSS Start */

.footer-main {
  width: 100%;
  padding: 20px;
  background-color: #23262F;
}

 .footer-main p {
    font-size: 14px;
}

@media (min-width: 992px) {
  .footer-main p {
    font-size: 16px;
  }
}

.footer-main a {
  text-decoration: none;
  color: #9099B4;
}

.footer-main a:hover {
  text-decoration: underline;
}

.social-media {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

/* Footer CSS End */

/* ===== Home Page CSS End ===== */



/* ===== About Us Page CSS Start ===== */

/*.about-main {
  padding-top: 100px;
}*/

.about-main .video-section {
  height: auto;
}

.about-main .video-section::after {
  display: none;
}

.about-hero h1 {
  text-transform: uppercase;
  color: #fff;
}

.about-info {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.about-info .about-details {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-info h2 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.about-info::after {
  display: none;
}

.blue-dots {
  display: none;
}

@media (min-width: 992px) {
  .about-info {
    margin-top: 90px;
    margin-bottom: 90px;
    position: relative;
    overflow: hidden;
  }

  .about-info h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .about-info::after {
    content: "";
    width: 100px;
    height: 200px;
    background-image: url(../images/left-graphics.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 45%;
    right: -30px;
  }

  .blue-dots {
    display: inline-block;
    position: absolute;
    left: -160px;
    top: 140px;
    z-index: 10;
  }
}


@media(min-width:1200px) {
  .about-info {
    margin-top: 150px;
    margin-bottom: 150px;
    position: relative;
    overflow: hidden;
  }

}


.backdrop-text {
  width: 100%;
  z-index: -1;
  display: block;
  position: relative;
  font-size: 232px;
  word-break: keep-all; 
  font-weight: bold;
  color: #000;
  opacity: 0.3;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #66F2FF,
    1px -1px 0 #66F2FF,
    -1px 1px 0 #66F2FF,
    1px 1px 0 #66F2FF;
}

.backdrop-text marquee {
  position: absolute;
  top: -148px;
  line-height: 1;
  z-index: -1;
}

.backdrop {
  padding: 150px 0;
  display: block;
  width: 100%;
}

@media(max-width:767px) {
  .backdrop-text {
    font-size: 100px;
  }
  .backdrop-text marquee {
     top: -70px;
  }
  .backdrop {
    padding: 50px 0;
  }
}

/* ===== About Us Page CSS End ===== */