html {
  scroll-behavior: smooth;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  color: black;
}

a:hover {
  text-decoration: none;
}

ul li a {
  color: black;
}

a {
  color: black;
}

ul li {
  padding: 10px 0px;
}

ul li,
p {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

img {
  max-width: 100%;
}

h1 {
  color: #fff;
  font-family: "Bokis-Regular";
  font-weight: 400;
  font-size: 192px;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  color: #0C2340;
  font-weight: 400;
  font-size: 108px;
  line-height: 88px;
  text-transform: uppercase;
  font-family: "Bokis-Regular";
}

h3 {
  font-family: "Bokis-Regular";
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  color: #fff;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/*back to top*/

#back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0;
  z-index: 99999999;
  width: 72px;
  margin-right: 10px;
  height: 72px;
  animation: rotate 10.5s;
  text-align: center;
  line-height: 50px;
  background: #0C2340;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 0;
  align-content: center;
  font-size: 28px;
}

.show {
  display: block !important;
}

#back-to-top.show {
  opacity: 1;
  right: 0;
}

/*back to top*/

@font-face {
  font-family: "Bokis-Regular";
  src: url("../fonts/Bokis-Regular.woff");
}

/*HEADER*/
header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99999999;
  padding-top: 20px;
}

header.header-black {
  background: #0C2340;
  padding: 28px 0px;
  position: unset;
}

.navbar-light {
  padding: 10px 0px 10px 0px;
}

.menu-logo {
  display: none;
}

a.navbar-brand {
  position: relative;
  z-index: 99;
  padding: 0px;
}

div#navbarMobile {
  justify-content: flex-end;
}

ul#menu-header-menu li {
  padding: 0px 30px;
}

.navbar_content a {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.navbar_content li:last-child a {
  margin-right: 0px;
}

ul#menu-header-menu > li.current-menu-item > a {
  color: #fff;
}

header .menu-item a:hover {
  color: #fff;
}

ul#menu-header-menu li:hover > ul.sub-menu {
  display: block;
}

ul.sub-menu {
  list-style: none;
  padding: 0px;
  position: absolute;
  display: none;
  background: #db6237;
  width: 242px;
  border-radius: 6px;
  box-shadow: 0px 29px 38px -50px #5f5f5f;
  transform: translateX(-31%);
}

ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #db6237;
  top: -9px;
  left: 47%;
  position: absolute;
}

ul#menu-header-menu .sub-menu li {
  border-bottom: 1px solid #f9885f;
}

ul#menu-header-menu .sub-menu li:last-child {
  border: none;
}

.navbar_content .sub-menu a {
  padding-bottom: 0;
  display: block;
  color: #fff;
  font-size: 16px;
}

header .sub-menu .menu-item a:hover {
  color: #fff;
}

/*HEADER*/

/* Header Banner */
.post-header-banner,
.header-slider-image,
.header-banner-video,
.header-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.header-slider-image img,
.header-banner-video video {
  width: 100%;
  display: block;
}

.header-banner-bg-color {
  position: absolute;
  background: linear-gradient(175deg, #000000b0 0%, rgba(0, 0, 0, 0) 100%);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.header-banner-description {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 11;
  transform: translateY(-35%);
  text-align: center;
}

.header-banner-content-title {
  margin-bottom: 50px;
}

.header-banner-content-title span {
  border: 2px solid #ffffff;
  border-radius: 100px;
  padding: 8px 12px;
  font-family: "DM Mono";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #fff;
  text-transform: uppercase;
}

.header-banner-description p {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.arrow {
  text-align: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}

@keyframes sdb04 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }

  20% {
    transform: rotate(0deg) translate(0px, 10px);
  }

  40% {
    transform: rotate(0deg) translate(0, 0);
  }
}

/* Header Banner */

/*FOOTER*/

footer {
  padding: 50px 0px;
  background: #f5f5f5;
}

footer .navbar-nav {
  flex-direction: row;
  gap: 32px;
}

ul#menu-footer-menu {
  margin: 30px 0px 20px;
}

footer ul li {
  padding: 0px 0px;
}

footer ul li a {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #5c5f66;
}

footer ul li a:hover {
  color: #a6a7ab;
}

.socia-site-icons.row {
  justify-content: flex-end;
  margin: 20px 0px 0px 0px;
}

.social-icon-app a {
  color: #5c5f66;
  font-size: 23px;
  padding: 0px 25px 0px 0px;
}

footer form {
  margin-top: 0px;
}

form h2,
footer h2 {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0C2340;
}

form p {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5c5f66;
}

.footer-bottom-section p,
.footer-bottom-section ul li a {
  color: #a6a7ab;
}

.footer-bottom-section-right p {
  text-align: right;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

footer hr {
  border-color: #a6a7ab;
  margin: 50px 0px 30px;
}

form {
  margin-top: 30px;
}

form p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

form label {
  margin-bottom: 15px;
  width: 100%;
}

textarea,
input {
  width: 100%;
  background: transparent;
  color: #a6a7ab;
  padding: 16px 20px;
  border: 2px solid #0C2340;
  border-radius: 100px;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

textarea::placeholder,
input::placeholder {
  color: #a6a7ab;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

textarea:focus-visible,
input:focus-visible {
  outline: unset;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #0C2340;
  width: unset;
  color: #fff;
  padding: 16px 20px;
  border-radius: 100px;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

form .wpcf7-spinner {
  display: none;
}

form.submitting .wpcf7-spinner {
  display: inline-block;
}

textarea {
  height: 160px;
}

form .wpcf7-list-item {
  margin-left: 0px;
}

form .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

form .wpcf7-list-item input {
  width: 20px;
  height: 20px;
}

form .wpcf7-list-item-label {
  font-size: 18px;
  font-family: "Inter Medium";
  font-weight: 500;
  margin-left: 15px;
}

form br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

form .wpcf7-not-valid-tip {
  color: #000000;
}

/*FOOTER*/

/*  HOMEPAGE  */

.index-banner-description {
  position: absolute;
/*  bottom: 150px;
  left: 0px;
  right: 0px;
  z-index: 11;
  transform: unset !important;
  top: unset !important; */
  transform: translateY(-50%);
}

.index-banner-des {
  display: flex;
  align-items: flex-end;
}

.index-banner-cont {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.index-banner-cont h1 {
  font-family: "Bokis";
  font-weight: 400;
  font-size: 240px;
  line-height: 76%;
  text-align: left;
  text-transform: uppercase;
  font-family: "Bokis-Regular";
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.index-banner-cont p {
  text-align: left;
}

.index-button-section {
  display: flex;
  gap: 20px;
  margin: 20px 0px 1rem;
}

.home-button a {
  padding: 16px 20px;
  border-radius: 100px;
  background: #ffffff;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-button i {
  font-size: 14px;
  color: #000;
}

/*  HOMEPAGE  */

/* Events Page */

.events-section {
  padding: 40px 0px 30px;
}

.events-section-repeater-content {
  margin: 15px 0px;
}

.events-section-repeater-description {
  border-radius: 31px;
  background: #0C2340;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.events-section-repeater-data {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.events-section-repeater-image img {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  width: 100%;
}

.events-section-repeater-desc {
  font-family: "Bokis-Regular";
  font-weight: 400;
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}

.events-section-repeater-date {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.home-buttons {
  margin-top: 15px;
}

.home-buttons a {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-buttons i {
  font-size: 14px;
  color: #fff;
}

/* Events Page */

/* Divisions Page */

.division-section-repeater {
  margin: 50px -15px;
}

.home-button-black a {
  background: #0C2340;
  color: #fff;
  padding: 16px 20px;
  border-radius: 100px;
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.division-section-repeater-left-description .index-button-section {
  margin: 0px;
}

.division-section-repeater-left-description
  .index-button-section
  .home-button-black {
  margin-top: 25px;
}

.division-section-repeater-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.division-section-repeater-right img {
  width: 100%;
}

.division-section-repeater-left-description {
  width: 533px;
}

.cn-right .division-section-repeater-left-description {
  margin-left: auto;
}

/* Divisions Page */
/* Athletes Page */

.athletes-section-1 {
  margin-bottom: 30px;
}

.athletes-section-1-content {
  width: 936px;
  margin: 60px auto 50px;
  text-align: center;
}

.athletes-section-1-image img {
  width: 100%;
}

.athletes-section-1-image {
  position: relative;
}

.email-card-paly {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%) translateY(-50%);
}

.play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: sticky;
  background: #a6a7ab;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #ffffff;
  z-index: 100;
}

.athletes-section-2 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.athletes-section-2-description {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

.athletes-section-2-description h2,
.athletes-section-2-description p {
  color: #fff;
}

.athletes-section-2-description form p {
  font-size: 14px;
  line-height: 22px;
  justify-content: center;
}

.athletes-section-2-description form label {
  width: 489px;
}

.athletes-section-2-description form textarea,
.athletes-section-2-description form input {
  color: #fff;
  border: 2px solid #ffffff;
}

.athletes-section-2-description
  form
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #fff;
  color: #000000;
}

/* Athletes Page */

/* About Page */

.about-executive-section-title-content {
  display: flex;
  gap: 32px;
  padding-right: 50px;
}

.about-executive-section-title-content p {
  margin-top: -10px;
}

.about-executive-section {
  margin: 100px 0px 50px;
}

.about-executive-section-title {
  margin-bottom: 30px;
}

.about-executive-section-repeater-desc {
  background: #0C2340;
  border-radius: 31px;
}

.about-executive-section-repeater-content {
  padding: 24px 20px;
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.about-executive-section-repeater-desc img {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  width: 100%;
}

.about-executive-section-repeater-content h3 {
  margin-bottom: -5px;
}

.about-executive-section-repeater-content .social-site-icons {
  margin-top: 20px;
}

.about-executive-section-repeater-content .social-icon-app a {
  color: #fff;
  padding: 0px 16px 0px 0px;
}

.performance-market-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.performance-market-section {
  padding: 40px 0px 36px;
  position: relative;
  z-index: 1;
}

.performance-market-section-top-content h2 {
  font-family: "Bokis-Regular";
  font-weight: 400;
  font-size: 240px;
  line-height: 80%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.performance-market-section-top-content p {
  width: 926px;
  margin: 0px auto 20px;
  color: #fff;
  text-align: center;
}

.performance-market-section-top-content .home-button {
  margin-bottom: 20px;
  text-align: center;
}

.performance-market-section-top-content .home-button a {
  display: inline-flex;
}

.performance-market-section-repeater-description {
  backdrop-filter: blur(100px);
  padding: 36px 40px;
  border-radius: 30px;
}

.performance-market-section-repeater-number {
  font-family: "Bokis-Regular";
  font-weight: 400;
  font-size: 192px;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: -15px;
}

.performance-market-section-repeater-description p {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.about-philisophy-section {
  margin: 50px 0px;
}

.about-philisophy-section-right {
  display: flex;
  align-items: flex-end;
}

.about-philisophy-section-right p {
  margin-bottom: 0px;
}

/* About Page */

/* Contact Us */

.contact-section-1-right-description .social-icon-app {
  margin-bottom: 15px;
}

.contact-section-1-right-description .social-site-icons a {
  padding: 0px;
  border: 2px solid #0C2340;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C2340;
  font-size: 16px;
  margin-left: auto;
}

.contact-form-section-content form textarea,
.contact-form-section-content form input {
  border: unset;
  border-bottom: 1px solid #cacaca;
  border-radius: unset;
  padding: 10px 10px 32px 10px;
  color: #000;
}

.contact-form-section-content form textarea::placeholder,
.contact-form-section-content form input::placeholder {
  color: #000;
}

.contact-form-section-content form textarea {
  height: 146px;
}

.contact-page-form {
  display: flex;
  gap: 32px;
  margin: 30px 0px;
}

.contact-form-section {
  margin: 80px -15px 50px;
}

.contact-work-section {
  background: #0C2340;
  padding: 36px 0px;
}

.contact-work-section-description h2,
.contact-work-section-description p {
  color: #fff;
}

.contact-work-section-left-description input {
  border: 2px solid #fff;
  color: #a6a7ab;
}

.contact-work-section-left-description input::placeholder {
  color: #a6a7ab;
}

.contact-work-section-left-description
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.contact-work-section-right-description-repeater-button {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #ffffff;
  padding: 4px 12px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 8px;
}

.contact-work-section-left-description {
  padding-right: 30px;
}

.contact-work-section-right-description-repeater {
  margin-bottom: 30px;
}

/* Contact Us */

/* Media Listing Page */

.media {
  display: unset;
}

.media-inventory-section {
  margin: 80px 0px 60px;
}

.media-section .athletes-section-1-content {
  margin-left: unset;
  text-align: left;
}

.blog-listing-table ul.nav-tabs {
  border-bottom: unset;
  margin: 10px 0px 15px;
}

.blog-listing-table ul.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.blog-listing-table ul li a.nav-link {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border: unset;
  border-radius: unset;
  color: #d6d6d6;
  padding: 0px;
}

.blog-listing-table ul li a.nav-link.active {
  color: #000000;
}

.blog-listing-table ul.nav-tabs {
  border-bottom: unset;
  margin: 20px 0px 20px;
  gap: 36px;
}

.blog-listing-section1-right-description-right {
  margin-bottom: 40px;
}

.post-category-name {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #000000;
  border-radius: 100px;
  padding: 2px 8px;
  display: inline-block;
  margin: 15px 0px;
}

.blog-listing-latest-list-title {
  font-family: "Roboto Mono";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}

.blog-listing-latest-list-content .home-text-button-black a {
  opacity: 0.2;
}

.media-post-image {
  position: relative;
}

.media-post-image .play-btn {
  backdrop-filter: blur(100px);
  background: linear-gradient(
    152.97deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 64px;
  height: 64px;
}

.media-post-image .play-btn::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #ffffff;
}

/* Media Listing Page */

.single-page-image img {
  width: 100%;
}

.blog-listing-section1-right-description-right img {
  width: 100%;
}

/* Media Details Page */

.single-page-back-button {
  margin: 50px 0px;
}

.home-text-button-black a {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
}

.news-post-desc {
  padding: 40px 0px;
}

.single-page-bottom-button {
  margin: 20px -15px 30px;
}

.single-page-bottom-button-right {
  text-align: right;
}

/* Media Details Page */

/* Error Page */
.error-page-content h1 {
  font-size: 240px;
  line-height: 80%;
  margin-bottom: 0px;
}

.error-page-content p {
  font-size: 16px;
  line-height: 24px;
}

.error-page-button {
  margin-top: 40px;
}

.error-page-button a {
  font-family: "Roboto Mono";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgb(0 0 0) 100%);
  backdrop-filter: blur(100px);
  padding: 12px 16px;
  border-radius: 5px;
}

/* Error Page */

/*  RESPONSIVENESS  */

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

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1368px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1599px) {
  .events-section-repeater-desc {
    font-size: 45px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1439px) {
  h2 {
    font-size: 100px;
    line-height: 82px;
  }

  .events-section-repeater-desc {
    font-size: 43px;
    line-height: 39px;
  }

  .performance-market-section-repeater-number {
    font-size: 175px;
    line-height: 135px;
  }
}

@media screen and (max-width: 1365px) {
  ul#menu-header-menu li {
    padding: 0px 20px;
  }

  .error-page-content h1,
  .index-banner-cont h1 {
    font-size: 195px;
  }

  h1 {
    font-size: 175px;
    line-height: 135px;
  }

  h2 {
    font-size: 89px;
    line-height: 75px;
  }

  h3 {
    font-size: 42px;
    line-height: 46px;
  }

  footer .navbar-nav {
    gap: 28px;
  }

  .blog-listing-latest-list-title {
    font-size: 16px;
    line-height: 24px;
  }

  .events-section-repeater-date {
    font-size: 16px;
    line-height: 26px;
  }

  .events-section-repeater-desc {
    font-size: 37px;
    line-height: 34px;
  }

  .contact-section-1-right-description .social-site-icons a {
    width: 40px;
    height: 40px;
  }

  .about-executive-section-title-content {
    padding-right: 0px;
  }

  .about-executive-section-title-content p {
    margin-top: -8px;
  }

  .about-executive-section-repeater-content {
    font-size: 15px;
    line-height: 22px;
  }

  .performance-market-section-top-content h2 {
    font-size: 192px;
    line-height: 75%;
  }

  .performance-market-section-repeater-description {
    backdrop-filter: blur(100px);
    padding: 36px 25px;
    border-radius: 30px;
  }

  .performance-market-section-repeater-number {
    font-size: 150px;
    line-height: 120px;
  }

  .performance-market-section-repeater-description p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1199.98px) {
  ul#menu-header-menu li {
    padding: 0px 15px;
  }

  .navbar_content a {
    font-size: 14px;
    line-height: 22px;
  }

  .error-page-content h1,
  .index-banner-cont h1 {
    font-size: 145px;
    line-height: 74%;
  }

  .header-banner-description p {
    font-size: 15px;
    line-height: 26px;
  }

  .home-button a {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 135px;
    line-height: 110px;
  }

  h2 {
    font-size: 85px;
    line-height: 72px;
  }

  h3 {
    font-size: 34px;
    line-height: 38px;
  }

  ul li,
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .arrow img {
    width: 60px;
  }

  .division-section-repeater-left-description {
    width: unset;
  }

  .home-text-button-black a,
  .home-button-black a {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-listing-table ul li a.nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-listing-latest-list-title {
    font-size: 14px;
    line-height: 22px;
  }

  .athletes-section-1-content {
    width: unset;
  }

  .events-section-repeater-desc {
    font-size: 29px;
    line-height: 26px;
  }

  .contact-work-section-right-description-repeater-button {
    font-size: 14px;
    line-height: 22px;
  }

  h3 {
    font-size: 34px;
    line-height: 38px;
  }

  h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .about-executive-section-repeater-content {
    font-size: 14px;
    line-height: 22px;
  }

  .about-executive-section-repeater-content .social-icon-app a {
    font-size: 19px;
  }

  .performance-market-section-top-content h2 {
    font-size: 135px;
    line-height: 75%;
  }

  .performance-market-section-top-content p {
    width: unset;
  }

  .performance-market-section-repeater-number {
    font-size: 115px;
    line-height: 105px;
  }

  .performance-market-section-repeater-description p {
    font-size: 14px;
    line-height: 24px;
  }

  footer .navbar-nav {
    gap: 15px;
  }

  footer ul li a {
    font-size: 13px;
    line-height: 22px;
  }

  form p {
    font-size: 15px;
    line-height: 22px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  textarea,
  input {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  textarea::placeholder,
  input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991.98px) {
  .menu-logo {
    display: block;
    margin-top: 12px;
  }

  .menu-logo img {
    width: 136px;
  }

  .page-template-index .navbar-brand {
    display: block;
  }

  #toggle:checked ~ .toggle-btn {
    position: fixed;
    right: 20px;
    top: 20px;
  }

  .toggle-btn {
    z-index: 9999999999999;
    cursor: pointer;
    margin-bottom: 0px;
  }

  .cross-btn-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
  }

  .toggle-btn .bar:nth-child(1) {
    transition: all 0.6s ease-in-out;
  }

  .toggle-btn .bar {
    width: 36px;
    height: 4px;
    opacity: 1;
    margin: 5px 0px 5px auto;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  #toggle:checked ~ .toggle-btn .bar {
    background-color: #ffffff;
  }

  header #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(60deg);
    transform: translateY(0px) rotate(50deg);
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-46deg);
    transform: translateY(-9px) rotate(-50deg);
  }

  #toggle:checked ~ #navbarMobile {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
  }

  #navbarMobile {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-collapse {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0C2340;
    transition: 0.3s;
    z-index: 99999999999999999999999;
  }

  .navbar_content {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0C2340;
    transition: 0.3s;
    z-index: 9999999999999999;
  }

  .navbar ul {
    display: block;
    position: absolute;
    top: 180px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #0C2340;
    padding: 15px;
    transition: 0.3s;
    text-align: center;
    border-radius: 7px;
  }

  .navbar_content li {
    margin-bottom: 0px;
    padding: 4px 0px;
  }

  .navbar_content a {
    margin: 0px !important;
    display: block;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
  }

  header .menu-item a:hover {
    color: #ffffff;
  }

  ul#menu-header-menu > li.current-menu-item > a {
    color: #ffffff;
  }

  ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: relative;
    display: block;
    background: no-repeat;
    width: 90%;
    margin: 5px auto 0px;
    border-radius: 6px;
    transform: translateX(0);
    border: 1px solid rgb(205 205 205 / 50%);
    top: 0px;
    left: 0px;
    background-image: linear-gradient(92.35deg, #ec4e4e -0.09%, #f3549e 99.83%);
  }

  ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ffffff;
    top: -9px;
    left: 49%;
    position: absolute;
  }

  ul#menu-mobile-menu .sub-menu li {
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
  }

  .navbar_content .sub-menu a {
    padding-bottom: 0;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
  }


  .error-page-content h1,
  .index-banner-cont h1 {
    font-size: 85px;
    line-height: 74%;
  }

  .header-banner-description p {
    font-size: 13px;
    line-height: 26px;
  }

  .index-button-section {
    gap: 15px;
  }

  .home-button a {
    font-size: 13px;
    line-height: 22px;
    padding: 14px 20px;
  }

  form h2,
  footer h2 {
    font-size: 16px;
    line-height: 26px;
  }

  form p {
    font-size: 14px;
    line-height: 22px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  textarea,
  input {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 24px;
  }

  textarea::placeholder,
  input::placeholder {
    font-size: 13px;
    line-height: 24px;
  }

  .social-icon-app a {
    font-size: 22px;
    padding: 0px 23px 0px 0px;
  }

  .header-banner-content-title span {
    font-size: 14px;
    line-height: 20px;
  }

  .header-banner-content-title {
    margin-bottom: 40px;
  }

  h1 {
    font-size: 100px;
    line-height: 80px;
  }

  h2 {
    font-size: 68px;
    line-height: 58px;
  }

  .arrow img {
    width: 45px;
  }

  .division-section-repeater-left-description .index-button-section {
    margin: 0px;
    flex-wrap: wrap;
  }

  .home-button-black a {
    padding: 14px 20px;
    font-size: 13px;
    line-height: 22px;
  }

  .division-section-repeater-left-description
    .index-button-section
    .home-button-black {
    margin-top: 15px;
  }

  .blog-listing-table ul li a.nav-link {
    font-size: 13px;
  }

  .blog-listing-table ul.nav-tabs {
    gap: 20px;
  }

  .media-post-image .play-btn {
    width: 54px;
    height: 54px;
  }

  .media-post-image .play-btn::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #ffffff;
  }

  .home-text-button-black a,
  .post-category-name {
    font-size: 13px;
    line-height: 22px;
  }

  .blog-listing-latest-list-title {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .media-inventory-section {
    margin: 70px 0px 40px;
  }

  .home-buttons a {
    font-size: 16px;
    line-height: 26px;
  }

  .athletes-section-2,
  .athletes-section-2 img {
    height: 420px;
  }

  .performance-market-section-top-content h2 {
    font-size: 92px;
    line-height: 75%;
  }

  .performance-market-section-repeater-number {
    font-size: 78px;
    line-height: 88px;
  }

  .performance-market-section-repeater-description p {
    font-size: 14px;
    line-height: 20px;
  }

  .performance-market-section-repeater-description {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .header-banner-video,
  .header-banner-video video,
  .header-banner,
  .header-banner img {
    height: 640px;
    background-position: center;
    object-fit: cover;
  }

  .index-banner-description {
    bottom: 20px;
  }

  .index-banner-des {
    align-items: flex-start;
    flex-direction: column;
  }

  .index-banner-cont {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    width: 69%;
     /* margin-left: auto; */
  }

  .index-banner-cont h1 {
    font-size: 96px;
    line-height: 78px;
  }

  .header-banner-description p {
    font-size: 18px;
    line-height: 28px;
  }

  .index-banner-description p {
    text-align: left;
  }

  /*  .index-banner-description .index-button-section {
  	margin-left: auto; 
  } */

  .index-button-section {
    margin: 15px 0px 1rem;
    flex-direction: column;
  }

  .home-button-black a,
  .home-button a {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
  }

  .header-banner-content-title {
    margin-bottom: 30px;
  }

  h1 {
    font-size: 84px;
    line-height: 66px;
  }

  h2 {
    font-size: 72px;
    line-height: 56px;
  }

  .arrow img {
    width: 64px;
    height: unset;
  }

  .header-banner-content-title span {
    font-size: 18px;
    line-height: 22px;
  }

  .division-section-repeater-right {
    margin-bottom: 36px;
  }

  .division-section-repeater {
    margin: 50px -15px 80px;
  }

  .division-section-repeater-left-description form p {
    margin-bottom: 0px;
    color: #000;
  }

  .division-section-repeater-left-description form p label {
    margin-bottom: 0px;
  }

  .division-section-repeater-left-description form p input {
    margin-top: 15px;
  }

  .division-section-repeater-left-description h2 {
    font-size: 48px;
    line-height: 40px;
  }

  .division-section-repeater-left-description .index-button-section {
    gap: 24px;
  }

  .division-section-repeater-left-description
    .index-button-section
    .home-button-black {
    margin-top: 25px;
  }

  .division-section-repeater-left-description form h2 {
    font-size: 18px;
    line-height: 28px;
  }

  footer {
    text-align: center;
  }

  footer form {
    margin-top: 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0px 10px;
    margin: 10px 0px 40px;
  }

  ul#menu-footer-menu {
    margin: 30px 0px 20px;
    justify-content: center;
    flex-direction: column;
  }

  footer .social-site-icons {
    justify-content: center;
  }

  footer hr {
    margin: 30px 0px 30px;
    display: none;
  }

  footer ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-bottom-section ul li a {
    color: #5c5f66;
  }

  .footer-bottom-section-left .navbar-nav {
    justify-content: center;
    margin-bottom: 25px;
  }

  .footer-bottom-section-right p {
    text-align: center;
    font-size: 14px;
  }

  .footer-right-section {
    margin-top: 32px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  textarea,
  input {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  textarea::placeholder,
  input:placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .single-page-back-button {
    margin: 40px 0px;
  }

  .news-post-desc {
    padding: 40px 0px 20px;
  }

  .contact-work-section-right {
    margin-top: 30px;
  }

  .contact-work-section-left-description {
    padding-right: 0px;
  }

  .athletes-section-2,
  .athletes-section-2 img {
    height: 572px;
    background-position: center;
  }

  .athletes-section .division-section-repeater-right {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .our-story-section-right {
    margin-top: 30px;
  }

  .about-executive-section {
    margin: 80px 0px 80px;
  }

  .about-executive-section-title-content {
    gap: 0px;
    flex-direction: column;
  }

  h3 {
    font-size: 48px;
    line-height: 52px;
  }

  .about-executive-section-repeater-content {
    font-size: 16px;
    line-height: 24px;
  }

  .about-executive-section-title {
    margin-bottom: 20px;
  }

  .performance-market-section-repeater-description {
    padding: 40px 15px 10px;
  }

  .performance-market-section-top-content h2 {
    font-size: 72px;
    line-height: 58px;
  }

  .performance-market-section-repeater-description p {
    font-size: 16px;
    line-height: 24px;
  }

  .performance-market-section-repeater-content {
    margin-bottom: 15px;
  }

  .performance-market-section-repeater-number {
    font-size: 128px;
    line-height: 76%;
  }

  .performance-market-section-repeater {
    justify-content: center;
  }

  .about-philisophy-section-right {
    margin-top: 30px;
  }

  .about-executive-section-repeater .slick-dots li button:before {
    font-size: 40px;
    line-height: 40px;
  }

  .about-executive-section-repeater .slick-dots li.slick-active button:before {
    opacity: 1;
  }

  .blog-listing-table ul li a.nav-link {
    font-size: 16px;
    line-height: 24px;
  }

  .post-category-name {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-listing-latest-list-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .home-text-button-black a {
    font-size: 16px;
    line-height: 24px;
  }

  .athletes-section-1-image {
    margin-bottom: 24px;
  }

  .media-section .athletes-section-1-content h2 {
    font-size: 48px;
    line-height: 40px;
  }

  .athletes-section-1 {
    margin-bottom: 0px;
  }

  .media-inventory-section {
    margin: 0px 0px 40px;
  }

  .events-section-repeater-date {
    font-size: 18px;
    line-height: 28px;
  }

  .events-section-repeater-desc {
    font-size: 36px;
    line-height: 40px;
  }

  .home-buttons a {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-section-1-left h2 {
    font-size: 48px;
    line-height: 40px;
  }

  .contact-section-1-right-description .social-site-icons {
    display: flex;
    gap: 18px;
    margin-top: 15px;
  }

  .contact-section-1-right-description .social-icon-app {
    margin-bottom: 0px;
  }

  .contact-section-1-right-description .social-site-icons a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .contact-work-section-right-description-repeater-button {
    font-size: 18px;
    line-height: 28px;
  }

  .news-post-desc h2 {
    font-size: 48px;
    line-height: 40px;
  }

.error-page-content h1 {
    font-size: 128px;
    line-height: 76%;
    margin-bottom: 0px;
}

.error-page-content p {
    font-size: 16px;
    line-height: 24px;
}
}

@media screen and (max-width: 575px) {
  .division-section-repeater {
    margin: 50px -15px 60px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  .play-btn::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #ffffff;
  }

  .contact-page-form {
    display: flex;
    gap: 0px;
    margin: 30px 0px 0px;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  #back-to-top {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 26px;
  }

  header {
    padding-top: 10px;
  }

  a.navbar-brand img {
    width: 140px;
  }

  .index-banner-cont {
    width: 90%;
  }

/*  .header-banner-description {
    transform: translateY(-25%);
  } */

  h1 {
    font-size: 66px;
    line-height: 60px;
  }

  .blog-listing-table ul.nav-tabs {
    margin: 20px 0px 30px;
    gap: 15px;
  }

  .blog-listing-table ul.nav-tabs .nav-item {
    padding: 0px;
  }

  .single-page-back-button {
    margin: 35px 0px;
  }

  .events-section-repeater-data {
    padding: 20px;
  }

  .contact-form-section {
    margin: 0px -15px 30px;
  }

  .contact-work-section {
    padding: 36px 0px 20px;
  }

  .contact-section-1-description.division-section-repeater {
    margin: 50px -15px 20px;
  }

  .athletes-section .athletes-section-1-content {
    margin: 50px auto 25px;
  }

  .performance-market-background-image {
    background-position: center;
  }

  footer {
    padding: 50px 0px 30px;
  }

  ul#menu-footer-menu {
    margin: 35px 0px 30px;
    flex-direction: column;
  }

  footer hr {
    margin: 15px 0px 30px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 55px;
    line-height: 50px;
  }

  .performance-market-section-top-content h2 {
    font-size: 62px;
    line-height: 55px;
  }

  .performance-market-section-repeater-number {
    font-size: 115px;
    line-height: 80%;
  }

  .contact-work-section-right-description-repeater-button {
    font-size: 16px;
    line-height: 26px;
  }
}

/*  RESPONSIVENESS  */
