@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Raleway:wght@500;700&display=swap");

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #06131f;
  overflow-x: hidden;
}

@media (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

:root {
  --theme-color: #ed1b24;
  --theme-secondary-color: #398376;
  --white: #fff;
  --black: #000;
  --gray: #a8a5a8;
}

p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover,
button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

.themeBtn {
  background: linear-gradient(to right, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.themeBtn:hover {
  background-size: 0% 100%;
  color: var(--white);
}

.themeBtn2 {
  background-position: center;
  background-color: var(--gray);
}

.themeBtn2:hover {
  border-right-color: var(--gray);
  border-left-color: var(--gray);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

section {
  position: relative;
  padding: 8em 0;
}
.secHeading {
  margin-bottom: 40px;
}
.secHeading h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.secHeading h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.875rem;
}
.secHeading h3 {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.row [class*="col-"] {
  position: relative;
}

/* loader */
.preLoader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
}

.preLoader.black {
  background-color: var(--theme-secondary-color);
  z-index: 30;
}

.preLoader.white {
  z-index: 20;
  background-color: var(--theme-color);
}

/*header css*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

.navbar-nav {
  gap: 1rem 1.5rem;
}

.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item .nav-link.active {
  color: var(--white);
  position: relative;
  padding: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-nav .nav-link.search:before {
  content: none;
}

.navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.navbar-nav .nav-item:hover .nav-link:before {
  width: 100%;
}

/*main slider*/
.main-section {
  position: relative;
  z-index: 1;
}
.main-section .bgShape {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.sliderMain {
  padding: 0;
}

.sliderMain.-type-1 .sliderMain__subtitle {
  margin: 0;
  font-size: 2rem;
}

.sliderMain.-type-1 .js-title p {
  font-size: 1rem;
  width: 50%;
  margin: auto auto 1rem;
  font-weight: 400;
}

/*About Sec start*/

.aboutSec {
  background: url(../images/aboutBg.png) center/cover no-repeat;
  padding: 15rem 0 8rem;
  margin-top: -8rem;
}
.aboutSec .secHeading h2 {
  font-size: 5rem;
}
.aboutSec .aboutMainImg {
  position: relative;
  margin-left: -15px;
}

.aboutSec .aboutMainImg .main {
  position: absolute;
  top: -20px;
  z-index: 1;
}
.aboutSec P {
  font-size: 1.125rem;
}
.sponsorSlider figure {
  padding: 1.5rem;
  display: grid;
  text-align: center;
  place-items: center;
}
.sponsorSlider figure img {
  max-width: 80%;
}
.sponsorSlider .swiper-button-prev,
.sponsorSlider .swiper-button-next {
  position: absolute;
  color: var(--white);
  font-size: 1.125rem;
}
/* AthleteSec sec*/
.athleteSec {
  background: url(../images/athleteBg.png) center/cover no-repeat;
}
.athleteCard .imgWrap {
  display: flex;
}

.athleteCard .imgWrap figure {
  width: calc(100% - 10%);
}

.athleteSec .swiper {
  padding-left: 300px;
  overflow: visible;
}

.athleteCard .name {
  writing-mode: tb-rl;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.25rem;
}

.athleteCard .name .line {
  height: 100px;
  width: 1px;
  background: #fff;
}

.athleteCard .name h5 {
  margin: 0;
}

.athleteCard .content {
  margin-top: 1.5rem;
}

.athleteCard .content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.athleteCard .socials {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  align-items: center;
}
.athleteCard .socials li a {
  height: 2.125rem;
  width: 2.125rem;
  display: inline-grid;
  place-items: center;
  border-radius: 5px;
  color: var(--white);
  font-size: 1.125rem;
}
.athleteCard .socials li a.fb {
  background: #305294;
}
.athleteCard .socials li a.insta {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.athleteCard .socials li a.twitr {
  background: #00b9f5;
}
.athleteCard .socials li a.utube {
  background: #e60000;
}

/* sponsorSec */

.sponsorSec {
  padding: 8rem 0;
  position: relative;
}
.sponsorSec .sponsorBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sponsorSec .bgShape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 89%;
  margin: 0 auto;
}
.sponsorSec .secHeading h2 {
  font-size: 3.5rem;
}
.sponsorSec .aboutMainImg {
  position: relative;
  margin-right: -15px;
}
.sponsorSec .aboutMainImg .main {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
}

.sponsorSec P {
  font-size: 1.125rem;
}
.sponsorSec .themeBtn {
  background: linear-gradient(
    to right,
    var(--theme-secondary-color),
    var(--theme-secondary-color)
  );
  border: 2px solid var(--theme-secondary-color);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: transparent;
}
.sponsorSec .themeBtn:hover {
  background-size: 0% 100%;
}

/* Gallery Section */
.gallerySec {
  padding: 15rem 0 8rem;
  margin-top: -5rem;
  background: url(../images/galleryBg.png) center/cover no-repeat;
}
.gallerySec figure .imgWrap img {
  width: 100%;
}

/*gameSection Sec*/
.gameSection {
  position: relative;
  margin-top: -5rem;
  padding: 12rem 0 5rem;
}
.gameSection .bgShape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3rem;
  left: 0;
  right: 0;
  transform: scale(-1);
}
.gameSection .gameBg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.gameSection .secHeading {
  margin-bottom: 40px;
}
.gameSection .container-fluid {
  max-width: 90%;
  margin: 0 auto;
}

.gameCard {
  display: flex;
  flex-direction: column;
  margin: 3rem 0;
}
.gameCard .imgWrap {
  transform: skewX(-10deg);
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.gameCard .imgWrap img {
  transform: scale(1.25) skewX(10deg) !important;
}
.gameCard a {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  color: var(--white);
  font-size: 2.625rem;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  transform: scale(0);
  /* transform: skewX(-15deg) translateX(-53px); */
  background: var(--theme-color);
}
.gameCard a span {
  transform: skewX(15deg);
}
.gameCard:hover a {
  transform: scale(1) skewX(-15deg) translate(-50px, 0px);
}
.gameCard:hover {
  position: relative;
  z-index: 2;
}
.gameCard:hover .imgWrap {
  transform: skewX(-10deg) scale(1.125);
}
.gameSlider .swiper-pagination {
  bottom: 0rem;
}

.testimonialSec {
  padding: 2rem 0 6rem;
  background: url(../images/testimonialBg.png) center/cover no-repeat;
}
.testimonialSec .secHeading h2 {
  font-size: 5rem;
}
.testimonialCard {
  display: flex;
  gap: 1.5rem;
  margin-right: 6rem;
}
.testimonialCard figure {
  width: 25%;
}
.testimonialCard .content {
  width: 75%;
}
.testimonialCard .para-wrap {
  padding: 2rem 4rem 2rem 2rem;
  gap: 0.5rem;
  background: var(--theme-secondary-color);
  margin-bottom: 2rem;
  position: relative;
  display: flex;
}
.testimonialCard .para-wrap i {
  display: block;
  font-size: 1.5rem;
  color: var(--white);
}
.testimonialCard .fa-quote-right {
  align-self: flex-end;
}
.testimonialCard h3 {
  color: var(--white);
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
}
.testimonialCard .para-wrap:before {
  content: "";
  height: 30px;
  width: 30px;
  background: var(--theme-secondary-color);
  position: absolute;
  bottom: -15px;
  z-index: -1;
  transform: rotate(45deg);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background: none;
  display: none;
}
.reviewSlider .swiper-button-prev,
.reviewSlider .swiper-button-next {
  position: absolute;
  color: var(--white);
  font-size: 1.125rem;
  top: 30%;
}
.reviewSlider .swiper-button-prev {
  right: 3rem;
  left: auto;
}
/*contact sec*/
.contactSec {
  padding: 4rem 0;
  background: url(../images/contactBg.png) center/cover no-repeat;
}

.contactSec .secHeading {
  text-align: center;
}
.contactSec .secHeading h2 {
  font-size: 5rem;
}
.contactSec .secHeading p {
  font-size: 1.625rem;
  color: var(--white);
  font-weight: 400;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}

form .form-control {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  border: 0;
  height: 4rem;
  border-radius: 0;
  padding: 1rem 0.75rem !important;
  font-size: 1rem;
}

form label {
  color: #fff;
  font-size: 0.9rem;
}

form .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.contactSec .themeBtn {
  border-radius: 0;
  width: 325px;
}
.partnerSec figure {
  display: grid;
  place-items: center;
}
.partnerSec figure img {
  transition: 0.3s ease-in-out;
  filter: grayscale(1);
  width: 180px;
}

.partnerSec figure:hover img {
  filter: grayscale(0);
}
.partnerSec .swiper-button-prev,
.partnerSec .swiper-button-next {
  position: absolute;
  color: var(--white);
  z-index: 1;
  font-size: 1.125rem;
}

/*footer*/

footer {
  padding: 5em 0 1.25rem;
  background: var(--black);
  position: relative;
}
.footerLinks ul li a {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.contactInfo a {
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contactInfo a span {
  display: block;
}
.socialIo {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
  align-items: center;
}
.socialIo li a {
  height: 3.125rem;
  width: 3.125rem;
  display: inline-grid;
  place-items: center;
  color: #757c85;
  border-radius: 50%;
  background: var(--white);
}
.socialIo li a:hover {
  background: var(--theme-color);
  color: var(--white);
}

.copyright {
  border-top: 1px solid rgba(238, 232, 227, 0.2);
  margin-top: 4rem;
  padding: 1rem 0;
}
.copyright p {
  font-size: 1.125rem;
  margin: 0;
}

/* Inner Pages Css Start */

.innerBanner .overlay {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBanner h2 {
  font-size: 5rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.mission {
  background: unset;
  padding: 0;
}

.gallryInner .imgWrap {
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}

.gallryInner .imgWrap:hover .expandIcon {
  transform: scale(1);
  transform: translate(-50%, -50%);
}

.expandIcon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}

.expandIcon i {
  color: var(--white);
  font-size: 3rem;
  font-weight: 300;
}

.gallryInner {
  background: url(../images/galleryInnr.png) center/cover no-repeat;
  margin-top: -12rem;
  padding-top: 19rem;
  padding-bottom: 16rem;
}

.athletesInner .athleteCard .name {
  padding-right: 2.5rem;
  margin-left: 0;
}

.athletesInner .athleteCard .socials {
  list-style: none;
}

.athletesInner .athleteCard .content p {
  font-weight: 300;
  margin: 1.25rem 0 1.75rem 0;
}

.secondAthletes .athleteCard .name {
  padding-right: 0;
  margin-left: 1.125rem;
}

.secondAthletes .athleteCard .name {
  padding-right: 0;
  margin-left: 1.125rem;
}

.secondAthletes .athleteCard .content {
  text-align: end;
}

.secondAthletes .athleteCard .socials {
  justify-content: end;
}

.athletesInner .row + .row {
  padding-top: 2rem;
}

.athletesInner {
  background: url(../images/athletesInner.png) center/cover no-repeat;
  margin-top: -12rem;
  padding-top: 16rem;
  padding-bottom: 18rem;
}

.contactInner a {
  text-align: center;
}

.contactInner a h4 {
  font-size: 1.375rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  margin-top: 1rem;
}

.contactInner a h4 span {
  font-size: 1.125rem;
  display: block;
  font-family: "Poppins", sans-serif;
}

.contactInner a img {
  max-height: 68px;
}

.contactInner h2 {
  font-size: 4.0625rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.contactForm .form-group .form-control {
  background: unset;
  border-bottom: 1px solid var(--white);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: unset;
  height: 0;
  margin-top: -1.25rem;
}

.contactForm .form-group label {
  font-size: 1.25rem;
}

.contactForm .form-group textarea {
  min-height: 70px;
}

.contactForm button {
  font-size: 1.25rem;
  color: var(--white);
  background: unset;
  border: unset;
  margin-top: 1.5rem;
  letter-spacing: 3px;
}

.contactForm button i {
  padding-right: 1rem;
}

.contactInner {
  background: url(../images/contactInner.png) top/cover no-repeat;
  margin-top: -12rem;
  padding-top: 19rem;
}

.mapSec {
  padding: 0;
}

.testimonialInner  {
  background: url(../images/contactInner.png) center top/cover no-repeat;
  margin-top: -12rem;
  padding-top: 19rem;
  padding-bottom: 16rem;
}

.testimonialInner .row + .row {
  padding-top: 6rem;
}

.secondCard .para-wrap {
  background-color: var(--theme-color);
}

.secondCard .para-wrap:before {
  background-color: var(--theme-color);
}

.gameInner .secHeading h2{
  font-size: 4.5rem;
}

.gameInner  {
  background: url(../images/gameInner.png) center/cover no-repeat;
  margin-top: -12rem;
  padding-top: 19rem;
  padding-bottom: 16rem;
}

.footBg {
  position: absolute;
  top: -35%;
}

.partnerSec {
  padding-bottom: 14rem;
}
/* Inner Pages Css End */

