/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #000125;
  --secondary: #333333;
}

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

body {
  position: relative;
  background: #000125;
  overflow-x: hidden;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

section {
  position: relative;
  padding: 4rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
}

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.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: #0a0b2e;
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: transparent;
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 0.9em 1.96em;
  border-radius: 80px;
  line-height: normal;
  border: 1px solid #fff;
  font-family: "Barlow Condensed";
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 45px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

a.nav-link.centerLogo {
  margin: 0 25px;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 1080px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 137px;
  line-height: 0.9;
  font-weight: bold;
  text-transform: uppercase;
}

.slideOne h2 {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.slideOne h3 {
  font-size: 3.75rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.slideOne {
  text-align: end;
}

.slideOne2 h2 {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.slideOne2 h1 {
  font-size: 150px;
  font-weight: bold;
  margin: 0;
  line-height: 0.9;
}

.slideOne2 h3 {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.slideOne2 .themeBtn {
  margin-top: 1rem;
}

.slideOne2 {
  margin-bottom: -22rem;
}

figure.bnrmid {
  margin-bottom: -11rem;
}

/* !MAIN HERO SLIDER CSS */

.mainHead {
  font-size: 3.75rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
}

.mainHead span {
  font-weight: bold;
}

/* .dedicate-section */
figure.dedicatefig {
  position: relative;
}

img.img-fluid.dedicate11 {
  position: absolute;
  left: -1rem;
  z-index: -1;
  top: -3rem;
}

.dedicate-content p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  width: 89%;
}

.dedicate-content p+p {
  margin-top: 2rem;
}

.dedicate-content a.themeBtn {
  margin-top: 1rem;
}

/* .dedicate-section */

/* boardcast-section */
.board-cast-section .mainHead {
  text-align: center;
  margin-bottom: 60px;
}

.board-cast-section figure {
  position: relative;
}

.board-cast-section figure a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board-cast-section figure a i {
  color: #fff;
  border: 1px solid #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
}

/* boardcast-section */

/* commitment-section */
.commitment-section {
  background: url(../images/commitbg.webp) center/cover no-repeat;
  padding: 17rem 0 5rem 0;
}

.commiment-content {
  text-align: center;
}

.commiment-content h3 {
  font-size: 6.25rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.commiment-content h2 {
  font-size: 4.375rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.commiment-content h4 {
  font-size: 7.5rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
  font-weight: bold;
  margin: 0;
}

.commit2 {
  position: absolute;
  right: 13rem;
  top: 1rem;
}

.commit1 {
  position: absolute;
  top: 7rem;
  left: 16%;
}

/* commitment-section */

/* garded-section */
section.graded-section .mainHead {
  margin-bottom: 3rem;
}

.graded-cntnt .btn-group {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.graded-wrap figure img {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 25px;
}

.graded-cntnt p {
  font-size: 22px;
  font-weight: 500;
  font-family: "Barlow Condensed";
  line-height: 1.4;
}

.graded-cntnt {
  margin-top: 28px;
  padding-right: 3rem;
}

.graded-cntnt .btn-group h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.graded-cntnt .btn-group h4 span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 9px;
}

.graded-wrap {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 20px;
  padding: 20px;
}

/* garded-section */

/* company-logo */
.company-wrap {
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 7px;
  border-radius: 6px;
}

.company-wrap figure img {
  opacity: 0.5;
}

.companySlider .swiper-slide.swiper-slide-active .company-wrap figure img {
  opacity: 1;
}

.companySlider .swiper-slide.swiper-slide-active .company-wrap {
  border-color: #fff;
}

.companySec {
  background: rgb(255 255 255 / 3%);
}

/* company-logo */

/* footer  */
ul.footer-list {
  display: flex;
  align-items: center;
  gap: 50px;
}

ul.footer-list li a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

footer {
  background: rgb(255 255 255 / 3%);
  padding-top: 2rem;
}

.copyRight {
  border-top: 1px solid rgb(255 255 255 / 50%);
  margin-top: 3rem;
  padding: 2rem 0;
}

.copyRight p {
  color: rgb(255 255 255 / 70%);
  font-size: 1rem;
  margin: 0;
}

ul.privacy-ftr {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}

ul.privacy-ftr li a {
  font-size: 1rem;
  color: rgb(255 255 255 / 50%);
}

/* footer  */

/* .sport-section */

.sportsSec {
  background: url(../images/sportbg.webp) center/cover no-repeat;
  padding: 6rem 0 14rem 0;
}

.sportsSlider .swiper-slide.swiper-slide-active .sports-wrap figure img {
  transform: scale(1.2);
}

.sports-wrap figure img {
  width: 100%;
}

.sportsSec .nav {
  gap: 2rem;
  padding: 2rem 0;
  border: 0;
  justify-content: center;
  margin-bottom: 4rem;
}

.sportsSec .nav-item {
  font-size: 1.125rem;
  color: #ffffffa3;
  padding: 16px 54px;
  background-color: transparent;
  opacity: 0.7;
  border: 1px solid #ffffff6e;
  border-radius: 5px;
  text-transform: uppercase;
}

.sportsSec .nav-item.active {
  color: var(--white);
  background-color: transparent;
  opacity: 1;
}

.sportsSec .mainHead {
  margin-bottom: 2rem;
  text-align: center;
}

/* .sport-section */
section.board-cast-section {
  padding-top: 0;
}

ul.footer-list li a:hover {
  color: #4044db;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #4044db;
}

.themeBtn:hover {
  background: #fff;
  color: #000;
}

/*Inner Pages Start  */

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

.innerBan h2 {
  font-size: 137px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  text-align: start;
  font-family: "Barlow Condensed";
}

.innerBan {
  position: relative;
}

.innerBan h4 {
  font-size: 31px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow Condensed";
  margin: 0;
  text-transform: uppercase;
}

.aboutpage {
  padding: 122px 0 21px 0;
}

.about-dedicate {
  padding: 34px 0 98px 0;
}

.gradedpage {
  padding: 100px 0;
}

.gradedpage .graded-wrap {
  margin-bottom: 80px;
}

.gradedpage h2.mainHead {
  margin-bottom: 70px;
}

p.main-text {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto';
  line-height: 2;
  margin: 30px 0 71px 0;
}

.salepage {
  padding: 100px 1px;
}

.salepage .graded-wrap {
  margin-bottom: 31px;
}

.salepage .btn-group {
  margin-bottom: 29px;
}

.form-content h3 {
  font-size: 50px;
  font-weight: bold;
  color: #0B0C2E;
  line-height: 2;
  font-family: 'Barlow Condensed';
}

.form-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 24px;
}

.contact-sec h2.mainHead {
  margin-bottom: 102px;
}

.form-group input {
  height: 55px;
  width: 100%;
  border-right: unset;
  background-color: transparent;
  border-left: unset;
  border-top: unset;
  border-radius: unset;
  box-shadow: unset !important;
  outline: unset !important;
}

.form-group p {
  font-size: 13px;
  font-weight: 400;
  color: #8E8E8E;
  margin: 10px 0 19px;
}

.form-group input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #8E8E8E;
  letter-spacing: 0.5px;
}

.contact-form button {
  width: 100%;
  background-color: #0982FE;
  color: #FFFFFF;
  height: 54px;
  border-radius: 10px;
  border: unset;
  outline: unset !important;
  box-shadow: unset !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Roboto';
  line-height: normal;
}


.form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #383C3E;
}

.form-last {
  display: flex;
  gap: 1rem;
  margin-top: 26px;
}

.form-last a {
  display: flex;
  align-items: center;
  gap: 1rem;
}


.form-last a h2 span {
  display: block;
}





/*Inner Pages End  */



section.sportsSec.sports-page .sports-wrap {
  margin-bottom: 5rem;
}

section.sportsSec.sports-page {
  padding-bottom: 0;
}



.sports-page .nav {
  gap: 1rem;
}

section.sportsSec.sports-page .nav-item {
  padding: 1rem 2rem;
}

.back-contact {
  position: relative;
}

.back-contact::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 70%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}

.back-contact::after {
  position: absolute;
  content: "";
  background: linear-gradient(181deg, #393B82, #0C0D1C);
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.leftcontactside {
  padding: 2rem 0 2rem 5rem;
}

.form-last a h2 {
  font-size: 13px;
  color: #000;
}



.back-contact iframe {
  border-radius: 20px;
  margin-left: -3rem;
}

form.contact-form {
  padding-right: 7rem;
}

.form-group.checkbox input {
  height: unset;
  width: unset;
}

.form-group.checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form-group.checkbox label {
  margin: 0;
}

.cntctpge1 {
  position: absolute;
  top: 0;
  z-index: -1;
}