/* Imports */
/* Icons */
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
/* 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,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?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");

/*Annimation Up And Down Start*/
/*.first-banner-img, .inner-banner-txt {*/
/*    -webkit-animation: mymove 2s ease 0.5s infinite;*/
/*    animation: mymove 2s ease 0.5s infinite;*/
/*}*/

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*Annimation Up And Down End*/

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  /* list-style-type: none; */
  font-family: "Poppins", sans-serif;
}

:root {
  --primary-color: #26419a; 
  --gradiat-color: #c8102e;
  --bg-light-gray: #f6f6f6;
}

::selection {
  color: #fff;
  background: var(--primary-color);
}

a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover,
a.active {
  color: var(--color-primary);
}

i[class^="bx"] {
  vertical-align: middle;
}

ul,
address {
  margin-bottom: 0;
}

li {
  list-style: none;
}

.imgFluid {
  max-width: 100%;
}

.primary-color {
  color: var(--color-primary);
}

body {
  overflow-x: hidden;
}

/************ Header Section Start **********/

.header-top-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-txt ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-txt ul li a {
  background: #fff;
  color: var(--primary-color);
  padding: 0px 6px;
}

.header-top-txt p {
  margin: 0px;
  color: #fff;
  font-size: 13px;
  transition: all 0.6s ease;
  font-family: "Roboto", sans-serif;
}

.header-top {
  background: #000;
  padding: 8px 0px;
}

.header-top-txt p span {
  color: #dc3934;
  font-size: 16px;
  margin: 0px 3px 0px 0px;
}

.header-top-txt p:hover {
  color: #dc3934;
}

.header-logo img {
  width: 150px;
}

header.header-main {
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: absolute;
  z-index: 9;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-nav {
  height: 100%;
  position: relative;
}

.header-nav::before {
  position: absolute;
  content: "";
  background: #000000;
  height: 130px;
  width: 870px;
  left: -45px;
  top: 10px;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-nav ul li a {
  color: #fff;
  position: relative;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.header-nav ul li a:hover {
  color: #dc3934;
}

/************ Header Section End **********/

/************ First Banner Section Start **********/

.first-banner-sec {
  background-image: linear-gradient(135deg, #26419ab5 0%, #c8102ea6 100%);
  padding: 150px 0px 0px 0px;
}

.first-banner-txt {
  margin: 140px 0px 0px 0px;
}

.first-banner-img {
  margin: 40px 0px 0px 0px;
}

.first-banner-txt h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 800;
  color: var(--primary-color);
  font-size: 30px;
}

.first-banner-txt h4 {
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  font-family: "Titillium Web";
  line-height: 55px;
}

.first-banner-img h4 {
  color: #fff;
  font-size: 40px;
  font-family: "Titillium Web";
  font-weight: 700;
  text-align: end;
}

.first-banner-txt p {
  color: #fff;
  margin: 20px 0px;
  font-family: "Titillium Web";
  font-size: 18px;
}

.first-banner-txt h6 {
  font-weight: 800;
  font-size: 30px;
  color: var(--primary-color);
  margin: 30px 0px 0px 0px;
  font-family: "Titillium Web";
}

/************ First Banner Section End **********/

/************ First Foundation Section Start **********/

.foundation-video video {
  width: 100%;
  object-fit: cover;
  height: 650px;
  margin-top: 80px;
}

.first-foundation-sec {
  padding: 3em 0em 3em 0em;
  background-image: radial-gradient(
    at center center,
    #f6f6f6cc 0%,
    var(--bg-light-gray) 65%
  );
}

.foundation-txt h6 {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 18px;
  font-family: "Titillium Web";
  letter-spacing: 3px;
  margin: 20px 0px 0px 0px;
}

.foundation-txt h4 {
  font-size: 43.95px;
  font-family: "Titillium Web";
  color: #000;
  font-weight: 700;
  line-height: 50px;
  margin: 20px 0px 20px 0px;
}

.foundation-txt p {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
}

.foundation-txt {
  margin: 60px 0px 0px 0px;
}

/************ First Foundation Section End **********/

/************ Marquee Section Start **********/

.marque-sec marquee {
  font-family: "Titillium Web";
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin: 0px;
}

.marque-sec {
  padding: 50px 0px;
}

/************ Marquee Section End **********/

/************ Our Team Section Start **********/

.our-team-sec {
  background: url(../images/handsome-basketball-player.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 50px 0px 70px 0px;
  position: relative;
}

.our-team-sec::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(
    135deg,
    #26419acc 0%,
    var(--gradiat-color) 100%
  );
  top: 0px;
  height: 100%;
  width: 100%;
}

.team-member-imgtxt img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  height: 350px;
}

.team-member-imgtxt {
  text-align: center;
  color: #fff;
}

.our-team-sec h4 {
  position: relative;
  text-align: center;
  padding: 0px 0px 40px 0px;
  color: #fff;
  font-size: 50px;
  font-family: "Titillium Web";
  font-weight: 700;
}

.team-member-imgtxt h5 {
  font-size: 22.5px;
  font-family: "Titillium Web";
  font-weight: 700;
  margin: 30px 0px 20px 0px;
}

.team-member-imgtxt h6 {
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-member-imgtxt p {
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0px 0px 0px;
}

/************ Our Team Section End **********/

/************ Gallery Section CSS Start **********/

.gallery-sec {
  padding: 50px 0px 50px 0px;
  background-image: radial-gradient(
    at center center,
    #f6f6f6cc 0%,
    var(--bg-light-gray) 65%
  );
}

.gallery-txt h3 {
  background: #fff;
  position: relative;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 43.95px;
  font-family: "Titillium Web";
  font-weight: 700;
  margin: 0px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.swipe-txt h5 {
  text-align: center;
  padding: 30px 0px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
  font-size: 35px;
  font-family: "Roboto";
  font-weight: 700;
  background: #ffffff6b;
  margin: 0px;
}

.gallery-head h4 {
  margin: 20px 0px;
  text-align: center;
  font-family: "Titillium Web";
  color: #000;
  font-weight: 700;
  font-size: 43.95px;
}

.gallery-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.gallery-slider button.slick-prev.slick-arrow {
  background: transparent;
  left: 40px;
  top: 45%;
}

.gallery-slider button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\ea64";
  font-family: "remixicon";
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  line-height: 4px;
  opacity: 1;
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 500;
  left: 0px;
}

.gallery-slider button.slick-next.slick-arrow {
  background: transparent;
  right: 40px;
  top: 45%;
}

.gallery-slider button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\ea6e";
  font-family: "remixicon";
  right: 50%;
  top: 50%;
  transform: translate(-50%);
  line-height: 4px;
  opacity: 1;
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 500;
  left: 0px;
}

.gallery-slider .slick-dots li button {
  background: #8080807a;
  width: 4px;
  height: 4px;
  border-radius: 60px;
  margin: 20px 0px 0px;
}

.gallery-slider .slick-dots li.slick-active button {
  background: #000;
}

.gallery-slider .slick-dots li {
  width: 8px;
  height: 8px;
}

/************ Gallery Section CSS End **********/

/************ Our Passion Section CSS Start **********/

.our-passion-sec {
  background: url(../images/passion-bg.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 55px 0px 120px 0px;
  position: relative;
}

.our-passion-sec::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, var(--primary-color) 0%, #c8102ecc 100%);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.passion-txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.passion-txt h4 {
  color: #fff;
  font-size: 50px;
  font-family: "Titillium Web";
  font-weight: 700;
  line-height: 1em;
}

.offer-ul-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 50px 0px 0px 0px;
}

.offer-txt h4 {
  text-align: center;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.offer-ul-flex ul li {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto";
  line-height: 25px;
  list-style: disc;
}

/************ Our Passion Section CSS End **********/

/************ Children Group Section CSS Start **********/

.children-txt {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.children-group-sec {
  padding: 0px 0px;
  background-image: radial-gradient(
    at center center,
    #f6f6f6cc 0%,
    var(--bg-light-gray) 65%
  );
}

.children-txt h3 {
  color: #000;
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}

.children-txt ul li {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  list-style: disc;
  line-height: 24px;
}

.children-txt ul {
  margin: 0px 0px 0px 20px;
}

.children-grp-txt h6 {
  font-weight: 800;
  color: var(--primary-color);
  font-family: "Titillium Web";
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}

.children-grp-txt h4 {
  font-size: 43.95px;
  font-family: "Titillium Web";
  font-weight: 700;
  color: #000;
  margin: 10px 0px 20px 0px;
}

.children-grp-txt p {
  font-family: "Roboto";
  font-size: 18px;
}

.children-btn a {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 22.5px;
  text-decoration-line: underline !important;
  font-family: "Titillium Web";
}

/************ Children Group Section CSS End **********/

/************ Premium Services Section CSS Start **********/

.premimum-services {
  background: #f6f6f6;
  padding: 50px 0;
}

.serv-heading h2 { text-align: center; padding: 0 0 40px; font-size: 45px; font-weight: 700; }

/*.pre-serv-parent {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/

/*.premium-serv-card {*/
/*  background: #fff;*/
/*  padding: 30px 20px;*/
/*  border-radius: 10px;*/
/*  box-shadow: 0 0 20px 1px #0000001c;*/
/*}*/
/*.premium-serv-card h3 {*/
/*  text-align: center;*/
/*  margin: 0;*/
/*  font-size: 17px;;*/
/*}*/

.primary-serv-one h3 {
  font-size: 30px;
  /*margin-bottom: 20px;*/
  /*color: #26419a;*/
  font-weight: 600;
}
.primary-serv-one h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
.primary-serv-one p {
  font-family: "Roboto";
  margin-bottom: 15px;
  font-size: 17px;
}
.primary-serv-one ul li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 15px;
}

.primary-serve ul.lists-none li {
    list-style: none;
    margin-left: 11px;
}

.primary-serv-one .virtual-training-offerings {
  margin-bottom: 0 !important;
}
.premimum-services .virtual-training-offerings {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 30px;
}
.premimum-services .virtual-training-offerings a {
  padding: 10px 20px;
  font-size: 16px;
}
.primary-serv-one {
  margin: 40px 0;
}
/************ Premium Services Section CSS End **********/

/************ Indoor Classes Section CSS Start **********/

section.indoor-classes-sec {
  background: transparent;
  padding: 0px 0px 60px 0px;
  background-image: radial-gradient(
    at center center,
    #f6f6f6cc 0%,
    var(--bg-light-gray) 65%
  );
}

.indoor-card {
  text-align: center;
  background: #fff;
  padding: 2em 1em 2em 2em;
  height: auto;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.indoor-card h6 {
  margin: 20px 0px 40px 0px;
  color: var(--primary-color);
  font-weight: 800;
  font-family: "Titillium Web";
  letter-spacing: 2px;
  font-size: 18px;
}

.indoor-card h5 {
  font-family: "Titillium Web";
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.indoor-card p {
  color: #000;
  font-family: "Roboto";
  margin: 0px 0px 8px 0px;
}

.indoor-card span {
  color: #555555;
  font-family: "Roboto";
  font-size: 14px;
}

.indoor-card h3 {
  margin: 20px 0px 22px 0px;
  color: var(--primary-color);
  font-family: "Roboto";
  font-weight: 700;
  font-size: 27px;
}

.indoor-card a {
  background: #dc3934;
  padding: 20px 50px;
  border-radius: 40px;
  font-size: 20px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Roboto";
  border: 1px solid #dc3934;
}

.indoor-card a:hover {
  background: transparent;
  color: #dc3934;
}

.indoor-card h4 {
  font-size: 16px;
  font-family: "Roboto";
  color: #000;
  line-height: 24px;
  margin: 10px 0px 10px 0px;
}

/************ Indoor Classes Section CSS End **********/

/************ outdoor Classes Section CSS Start **********/

.ourtdoor-classes-sec {
  background-image: radial-gradient(
    at center center,
    #f6f6f6cc 0%,
    var(--bg-light-gray) 65%
  );
  padding: 20px 0px 50px 0px;
}

.ourtdoor-classes-sec h4 {
  text-align: center;
  font-size: 43.95px;
  font-family: "Titillium Web";
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  margin: 0px 0px 20px 0px;
}

.outdoor-classes-txt h5 {
  font-size: 35.16px;
  font-family: "Titillium Web";
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0px 0px 10px 0px;
}

.outdoor-classes-txt {
  margin: 0px 0px 30px 0px;
}

.outdoor-classes-txt ul li {
  color: #000;
  font-weight: 600;
  font-family: "Roboto";
}

.outdoor-card {
    height: auto;
    padding-bottom: 50px;
}

.indoor-card.outdoor-card {
  margin: 0px 0 40px;
}

.referral-sec {
  padding: 80px 0 80px;
}

.sign-in-sec {
  padding: 240px 0 80px;
}

.fields-line.sign-in {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 60px 40px 60px;
  width: 50%;
}

.fields-line.sign-in h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

.fields-line.sign-in h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  padding: 0 0 10px;
}

.fields-line.sign-in {
  position: relative;
  left: 20rem;
}

.sec-head h2 {
  color: #26419a;
  padding: 0 245px 0;
}

.referral-content h1 {
    text-align: center;
    padding: 0 0 30px;
    font-size: 45px;
    font-weight: 700;
}

.contact-frm a {
  background: #dc3934;
  padding: 20px 50px;
  border-radius: 40px;
  font-size: 20px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Roboto";
  border: 1px solid #dc3934;
  margin: 0px 0 15px;
}

.contact-frm {
  margin: 0px 0 20px;
}

/************ outdoor Classes Section CSS End **********/

/************ Contact Form Section CSS Start **********/

.contact-form-sec {
  padding: 80px 0;
  margin: 0px 0px 0px 0px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.contact-form {
  background: #fff;
  padding: 20px 40px 30px 40px;
}

.contact-form h5 {
  text-align: center;
  padding: 30px 0px 60px 0px;
  font-family: "Titillium Web";
  font-size: 43.95px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
}

.input-field input {
  width: 100%;
  display: block;
  padding: 10px 20px;
  background: #f6f6f6;
  border: none;
}

.input-field select {
  width: 100%;
  display: block;
  padding: 10px 20px;
  background: #f6f6f6;
  border: none;
}

.input-field {
  margin: 0px 0px 20px 0px;
}

.input-field label {
  font-family: "Roboto";
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.input-field input::placeholder {
  font-family: "Roboto";
}

.input-field textarea {
  width: 100%;
  display: block;
  padding: 20px 20px;
  height: 130px;
  background: #f6f6f6;
  border: none;
}

.legal-btn {
  text-decoration-line: underline !important;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
}

.input-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0px 20px 0px;
}

.input-check p {
  margin: 0px;
  color: #000;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.form-btn button {
  background: #dc3934;
  padding: 20px 50px;
  border-radius: 40px;
  font-size: 20px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Roboto";
  width: 100%;
  border: none;
  transition: all 0.6s ease;
}

.form-btn button:hover {
  background: #121212;
  color: #fff;
}

.contact-plan-txt {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contact-plan-txt h3 {
  color: #fff;
  font-family: "Titillium Web";
  font-size: 40px;
  font-weight: 700;
  margin: 0 22px 0;
}

.contact-plan-txt ul {
  margin: 20px 0px 0px 50px;
}

.contact-plan-txt ul li {
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  list-style: disc;
}

/************ Contact Form Section CSS End **********/

/************ Newsletter Section CSS Start **********/

.newsletter-sec {
  background: #000;
  padding: 40px 0px 20px 0px;
  border-bottom: 1px solid #ffffff2b;
}

.newsletter-txt h4 {
  color: #fff;
  font-family: "Titillium Web";
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
}

.newsletter-email input {
  padding: 12px 20px !important;
  width: 100%;
  border: none !important;
  margin: 0px 0px 10px 0px;
  border-radius: 0px !important;
}

.newsletter-email input::placeholder {
  font-family: "Roboto";
}

.newsletter-email button {
  width: 100%;
  padding: 18px 30px;
  border-radius: 50px;
  background: #dc3934;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2px;
  font-weight: 500;
  transition: all 0.6s ease;
}

.newsletter-email button i {
  color: #fff;
  margin: 0px 10px 0px 0px;
}

.newsletter-email button:hover {
  background: #121212;
  color: #fff;
}

.newsletter-email button:focus {
  outline: none;
}

.newsletter-email input:focus {
  outline: none;
}

/************ Newsletter Section CSS End **********/

/************ Footer Section CSS Start **********/

.footer-logo img {
  width: 230px;
}

.footer-main {
  padding: 2em 0em 2em 0em;
  background: #000;
}

.footer-nav h4 {
  color: #fff;
  font-family: "Titillium Web";
  font-weight: 600;
  font-size: 24px;
  margin: 0px 0px 20px 0px;
}

.footer-nav ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}

.footer-nav ul li a:hover {
  color: #dc3934;
}

.footer-email h4 {
  color: #fff;
  font-family: "Titillium Web";
  font-weight: 600;
  font-size: 24px;
  margin: 0px 0px 20px 0px;
}

.footer-email p {
  font-family: "Roboto";
  color: #fff;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}

.footer-email p i {
  color: #dc3934;
  font-size: 16px;
}

.footer-email ul {
  display: flex;
  align-items: center;
  margin: 20px 0px 0px 10px;
  gap: 6px;
}

.footer-email ul li a {
  color: #fff;
  background: #ffffff2b;
  padding: 4px 10px;
}

.footer-email ul li a:hover {
  transform: scale(1.1);
  color: #000;
  background: #dc3934;
}

/************ Footer Section CSS End **********/

/************ Inner Banner Section CSS Start **********/

.inner-banner-sec {
  background: url(../images/inner-bg.jpg) no-repeat top center;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 150px 0px 60px 0px;
  position: relative;
}

.inner-banner-sec::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #26419acc 0%, #c8102ec9 100%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.inner-banner-txt {
  margin: 100px 0px 80px 0px;
  padding: 40px 0px 0px 0px;
}

.inner-banner-txt h3 {
  text-align: center;
  color: #fff;
  font-family: "Titillium Web";
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
}

.legal-notice-sec {
  padding: 50px 0px 50px 0px;
}

.legal-notice-txt p {
  font-size: 16px;
  font-family: "Roboto";
  color: #000;
}

/************ Inner Banner Section CSS End **********/

/************ Book Now Banner Section CSS Start **********/

.book-now-bg {
  background: linear-gradient(135deg, #26419acc 0%, #c8102ec9 100%);
  height: 100%;
  width: 100%;
  padding: 150px 0px 60px 0px;
  position: relative;
}

.book-now-bg .inner-banner-txt h3 {
  font-size: 90px;
}

.book-now {
  padding: 50px 0px;
  background: #f6f6f6;
}

.book-now .contact-form {
  background: transparent;
}

.book-now .input-field input {
  background: #fff;
  border: 1px solid transparent;
}

.book-now .input-field textarea {
  height: 230px;
  background: #fff;
  margin: 0px 0px 10px 0px;
  border: 1px solid transparent;
}

.input-field span {
  color: #767676;
  font-family: "Roboto";
}

.input-field p {
  font-family: "Roboto";
  color: #000;
  font-size: 15px;
}

.book-now .input-field input:focus {
  outline: none;
  border-color: red;
}

.book-now .input-field textarea:focus {
  outline: none;
  border-color: red;
}

.book-now .input-field select {
  background: #fff;
}

.book-btn input {
  background: #dc3934;
  border: 1px solid #dc3934;
  padding: 15px 40px;
  font-size: 14px;
  color: #121212;
  font-family: roboto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: all 0.6s ease;
}

.book-btn input:hover {
  background: #121212;
  border: 1px solid #121212;
  color: #fff;
}

.align {
  position: absolute;
  bottom: 13px;
}

.align-2 {
    width: 100%;
}

.align-2 a {
  margin: 0px 0px 10px 0px;
}

/************ Book Now Banner Section CSS End **********/

.dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  height: 445px !important;
  left: 0px;
  width: 250px;
  align-items: flex-start !important;
}

.dropdown-content2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  height: 445px !important;
  left: 0px;
  width: 250px;
  align-items: flex-start !important;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  background-color: #000;
  height: 484px !important;
}

.dropdown2 {
  position: relative;
}

.dropdown2:hover .dropdown-content2 {
    visibility: visible;
    opacity: 1;
    background-color: #000;
    height: 220px !important;
}

.dropdown-content2 li {
  padding: 10px 20px;
}

.dropdown-content li {
  padding: 10px 20px;
}

.header-btn a {
  background: #dc3934;
  padding: 15px 10px;
  border-radius: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto";
  border: 1px solid #dc3934;
  width: 100%;
  text-align: center;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/************** Virtual training Offering Start  ************/

.virtual-training-offerings a {
  background: #dc3934;
  padding: 20px 50px;
  border-radius: 40px;
  font-size: 20px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Roboto";
  border: 1px solid #dc3934;
}

.virtual-training-offerings {
  text-align: center;
  margin: 0px 0px 50px 0px;
  padding: 20px 0px;
}

.virtual-training-offerings a:hover {
  color: #dc3934;
  background: transparent;
}

section.what-recieve-sec {
  margin: 150px 0px 0px 0px;
  padding: 100px 0px 50px 0px;
}

.recieve-box {
  padding: 40px;
  background: #000;
  color: #fff;
  margin: 0px 0px 30px 0px;
  height: 320px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 10px;
  transition: all 0.6s ease;
  transform: translate(0px, 0px);
}

.recieve-box a {
  font-size: 20px;
  background: #fff;
  padding: 8px 15px;
  margin: 0px 0px 20px 0px;
  border-radius: 30px;
}

.recieve-box h3 {
  font-family: "Titillium Web";
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}

.recieve-box p {
  font-size: 16px;
  font-family: "Roboto";
}

.what-recieve-sec h4 {
  margin: 0px 0px 50px 0px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-family: "Titillium Web";
  color: #000;
}

.get-access-today {
  padding: 50px 0px 50px 0px;
  margin: 0px 0px 30px 0px;
}

.get-access-today h3 {
  text-align: center;
  margin: 0px 0px 50px 0px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-family: "Titillium Web";
  color: #000;
}

.get-access-box {
  padding: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  height: 320px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.6s ease;
  transform: translate(0px, 0px);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.get-access-box a {
  background: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Titillium Web";
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #fff;
}

.get-access-box a:hover {
  color: #fff;
  background: transparent;
}

.get-access-box h4 {
  font-size: 30px;
  font-family: "Titillium Web";
  font-weight: 700;
}

.get-access-box p {
  font-family: "Poppins";
  padding: 5px 0px;
}

.recieve-box a:hover {
  color: #000;
}

.recieve-box:hover {
  box-shadow: rgb(0 0 0 / 26%) 0px 9px 12px;
  transform: translate(0px, -10px);
}

.get-access-box:hover {
  transform: translate(0px, -10px);
  box-shadow: rgb(0 0 0 / 26%) 0px 9px 12px;
}

.purchase-pg-prod {
  background: #f6f6f6;
}

/************** Virtual training Offering End  ************/

/************** Purchase Page CSS Start  ************/

.complete-puchase-sidebar {
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.complete-purchase-email input {
  display: block;
  width: 100%;
  padding: 23px 20px 8px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.complete-purchase-email {
  margin: 0px 0px 20px 0px;
  position: relative;
}

.complete-purchase-email label {
  position: absolute;
  top: 6px;
  font-size: 12px;
  left: 23px;
  color: #80808085;
  margin: 0px;
}

.complete-purchase-email input::placeholder {
  font-weight: 700;
  font-family: "Titillium Web";
  font-size: 20px;
}

.complete-purchase-txt h3 {
  font-weight: 600;
  font-family: "Titillium Web";
  font-size: 30px;
  margin: 10px 0px 17px 0px;
}

.purchase-card input {
  display: block;
  width: 100%;
  padding: 20px 20px 6px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.purchase-card {
  margin: 0px 0px 20px 0px;
  position: relative;
}

.purchase-card label {
  position: absolute;
  top: 6px;
  font-size: 12px;
  left: 23px;
  color: #80808085;
  margin: 0px;
}

.purchase-btn {
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}

.integration-opacity {
  opacity: 0.5;
}

.back-btn {
  color: #0292ff;
  font-family: "Poppins";
  font-weight: 500;
  display: block;
}

.complete-purchase-txt img {
  width: 160px;
  padding: 10px 0px;
}

.term-purchase-btn {
  text-align: end;
  margin: 120px 0px 0px 0px;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 4px;
}

.term-purchase-btn a {
  font-size: 14px;
  font-weight: 500;
  color: #80808082;
}

.term-purchase-btn span {
  font-size: 14px;
  color: grey;
}

.purchase-cards {
  width: 300px;
  box-shadow: 26px 29px 85px -11px rgba(16, 24, 47, 0.17);
  border-radius: 20px;
}

.purchase-card-name {
  background-color: #e1dede;
  padding: 22.5px 25px 25px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

.purchase-pg-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.access-training-txt ul {
  margin: 0px 0px 0px 30px;
  padding: 8px;
}

.access-training-txt {
  padding: 20px;
  height: 260px;
  overflow-y: hidden;
}

.access-training-txt p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "DM Sans Merlin";
  margin: 0px;
}

.access-training-txt ul li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "DM Sans Merlin";
  margin: 0px 0px 11px 0px;
  position: relative;
}

.access-training-txt ul li::before {
  position: absolute;
  content: "";
  background: url(../images/right-tick.svg) no-repeat;
  width: 20px;
  height: 20px;
  left: -26px;
  top: 3px;
  background-size: cover;
}

/************** Purchase Page CSS End  ************/

/************** SPECIALIZED TRAINING OPTIONS  CSS Start  ************/

.specialized-traning-option {
  margin: 150px 0px 20px 0px;
  padding: 50px 0px 50px 0px;
}

.Training-option-txt {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.Training-option-txt h3 {
    text-align: center;
    padding: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
}

.Training-option-txt ul li {
  margin: 4px 0px 4px 0px;
  font-size: 18px;
  font-weight: 500;
}

.sessions-card {
  padding: 20px 25px 20px 25px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 450px;
  border-radius: 10px;
}

.sessions-card h5 {
  font-size: 35px;
  font-family: "Titillium Web";
  font-weight: 600;
  color: #000;
}

.sessions-card h6 {
  font-family: "Titillium Web";
  font-size: 18px;
  color: #000;
}

.sessions-card h4 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}

.sessions-card p {
  color: #000;
  margin: 20px 0px;
}

.sessions-card span {
  font-weight: 600;
}

.purchase-dark-btn {
  padding: 12px 20px;
  color: #fff;
  background: #000;
  border-radius: 40px;
  font-size: 16px;
  border: 1px solid #000;
}

.purchase-dark-btn:hover {
  background: transparent;
  color: #000;
}

.indoor-classes-sec h2 {
  text-align: center;
  font-size: 43.95px;
  font-family: "Titillium Web";
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  margin: 0px 0px 20px 0px;
}

/************** SPECIALIZED TRAINING OPTIONS  CSS End  ************/

/************** Scroll Top CSS Start  ************/

.scrolltop {
  background: #060097;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 40px;
  bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0px 0px 0px 2px;
  z-index: 999999999999999999;
}

.scrolltop a {
  color: #fff;
}

.after-sec {
  padding: 0px 0 0px;
}

.baskit-content-1 h4 {
  font-size: 35px;
  font-weight: 700;
}

.baskit-content-2 h4 {
  font-size: 35px;
  font-weight: 700;
}

.baskit-content-3 h4 {
  font-size: 35px;
  font-weight: 700;
}

.baskit-content-4 h4 {
  font-size: 35px;
  font-weight: 700;
}

p.change-txt {
  position: relative;
  bottom: 15px;
}

.col-lg-12 h5 {
  font-size: 40px;
  font-weight: 600;
  color: #26419a;
}

.flex-sec {
  padding: 30px 0 0;
}

.player-profile {
  padding: 50px 0 50px;
}

.player-head h2 {
    text-align: center;
    padding: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
}

.player-img img {
  width: 100%;
  max-width: 250px;
  height: 350px;
  object-fit: cover;
  padding: 0 0 12px;
}

.player-card {
  text-align: center;
  box-shadow: rgb(220 57 52) 0px 3px 8px;
  padding: 20px 0 40px;
  border-radius: 20px;
  margin: 0 0 30px;
}

.player-card h5 {
  font-size: 30px;
  font-weight: 500;
}

.player-img p {
  margin: 0;
  font-size: 17px;
}

.player-img span {
  font-weight: 700;
}

.find-more a {
  background: #dc3934;
  padding: 10px 25px 10px;
  border-radius: 4px;
  color: black;
  font-weight: 500;
}

.find-more {
  margin: 15px 0 0;
}

.contact-frm {
  text-align: center;
}

.high-lights-sec {
  padding: 60px 0 60px;
}

.high-lights-sec h1 {
    text-align: center;
    padding: 0 0 20px;
    font-size: 45px;
    font-weight: 700;
}
.top-sec p {
  font-size: 23px;
  text-align: center;
  font-weight: 500;
}

.top-sec {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px 0px 25px;
  border-radius: 15px;
  margin: 40px 0 0;
}

.foundation-video.changed video {
  height: 290px;
  border-radius: 10px;
}

.contact-head h1 {
    text-align: center;
    padding: 20px 0 20px;
    font-size: 45px;
    font-weight: 700;
}

.foundation-video.changed {
  margin: 0 5px 0;
}

.player-img p {
  line-height: 26px;
}

.player-info {
  padding: 70px 0 70px;
  background: #d3d3d336;
}

.player-head h1 {
  font-size: 50px;
  text-align: center;
}

.player-img img {
  width: 100%;
  max-width: 340px;
  height: 400px;
  border-radius: 30px;
}

.player-head {
    padding: 0 0 40px; 
}
 
.player-cont p {
  font-size: 30px;
  margin: 0;
  line-height: 40px;
  font-weight: 600;
}

.player-video {
  padding: 70px 0 70px;
  background: #d3d3d336;
}

.video-head h2 {
  text-align: center;
  font-size: 45px;
}

.down-drop {
  display: flex;
  justify-content: center;
  padding: 5px 0 0;
}

.season p {
  margin: 5px 10px 0;
  font-size: 20px;
  font-weight: 500;
}

.btn-secondary {
  color: black;
  background-color: transparent;
  border-color: black;
}

.sec-vid .foundation-video.changed {
  width: 100%;
  max-width: 400px;
}

.cont-1 p {
  font-size: 28px;
  font-weight: 500;
}

.top-sec p a {
  color: #dc3934;
}

.how-it-works {
  padding: 70px 0 70px;
  background: #d3d3d336;
}

.works-head h1 {
  text-align: center;
  padding: 0 0 50px;
  font-size: 50px;
  font-weight: 500;
}

.work-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 193px;
  padding: 25px 40px 0;
  border-radius: 10px;
}

.work-box span {
  font-weight: 700;
  text-decoration: underline !important;
}

/************** Scroll Top CSS ENd  ************/

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}

.top_text h3 {
  color: #0d246e;
  font-family: "Titillium Web";
  font-size: 40px;
  font-weight: 700;
  padding-top: 50px;
}

h3.a_bit_higher {
  padding: 0px 0 60px 0;
}

.fields-line.sign-in h3 span {
  color: #dc3934;
  font-weight: 400;
}

p.indoor-card-p {
  height: 250px;
  max-height: 300px;
  line-height: 32px;
}

.header-btn i {
  font-size: 30px;
}

.purchase-card-name h3 {
  font-size: 18px !important;
}

.highlight-cont {
  padding: 70px 0 70px;
}

.cont-highlight h2 {
  font-size: 65px;
  font-weight: 300;
  text-align: center;
  padding: 0 0 30px;
}

.why-choose-us strong {
  font-size: 20px;
}

.team-highlight {
  padding: 70px 0 70px;
}

.high-light h2 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 30px;
}

.high-light strong {
  font-size: 20px;
}

.why-choose-us span {
  font-weight: 700;
  font-size: 20px;
}

.why-team strong {
  font-size: 20px;
}

.team-listing span {
  font-weight: 700;
}

.what-we-offer {
  padding: 30px 0px 0px;
}

.elivate {
  padding: 30px 0 11px;
}

.team-film {
  padding: 70px 0 70px;
}

.data-drive span {
  font-weight: 700;
  font-size: 20px;
}

.integration span {
  font-weight: 700;
  font-size: 20px;
}

.offensive span {
  font-weight: 700;
  font-size: 20px;
}

.evalution strong {
  font-size: 20px;
}

.evalution h5 {
  font-weight: 700;
  padding: 15px 0 15px;
}

.what-we-offer strong {
  font-size: 20px;
}

.advanced strong {
  font-size: 20px;
}

.advanced span {
  font-weight: 700;
  font-size: 20px;
}

.how-it-work strong {
  font-size: 20px;
}

.stop-guessing strong {
  font-size: 20px;
}

.personalize strong {
  font-size: 20px;
}

.technical span {
  font-size: 20px;
  font-weight: 700;
}

.decision span {
  font-size: 20px;
  font-weight: 700;
}

.game-iq span {
  font-size: 20px;
  font-weight: 700;
}

.transform span {
  font-size: 20px;
  font-weight: 700;
}

.transform strong {
  font-size: 20px;
}

.stop-watching span {
  font-size: 20px;
  font-weight: 700;
}

.individual-vid {
  padding: 70px 0 70px;
}

.unlock h2 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 25px;
}

.recording {
  padding: 70px 0 70px;
}

.recording-head h2 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding: 0 0 25px;
}

.more-then strong {
  font-size: 20px;
}

.what-you-will strong {
  font-size: 20px;
}

.what-you-will span {
  font-size: 20px;
  font-weight: 700;
}

.benefits {
  margin: 25px 0 0;
}

.benefits span {
  font-size: 20px;
  font-weight: 700;
}

.invest {
  margin: 25px 0 0;
}

.invest strong {
  font-weight: 700;
  font-size: 20px;
}

.training-sec {
  padding: 70px 0 70px;
}

.training-head h2 {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}

.focused strong {
  font-size: 20px;
  font-weight: 700;
}

.benefits strong {
  font-size: 20px;
  font-weight: 700;
}

.benefits p {
  padding: 20px 0 0;
}

.foundation strong {
  font-size: 20px;
}

.foundation span {
  font-size: 20px;
  font-weight: 700;
}

.invest strong {
  font-size: 20px;
}

.header-top-txt .txt a {
  background: transparent !important;
  color: red;
  font-weight: 600;
}

.btn-align {
  position: relative;
  bottom: -25px;
}

.header-btn.sticky-top {
  position: fixed;
  top: -260px !important;
  right: 35px;
}

.purchase-card-name h4 {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.stop-watching strong {
  font-size: 20px;
}

.sec-b a {
  background: #dc3934;
  font-weight: 500;
  font-size: 19px;
  padding: 15px 35px 15px;
  border-radius: 35px;
  position: relative;
}

.sec-b {
  position: relative;
  bottom: 85px;
  text-align: center;
  right: 291px;
}

.monthly-txt.flex {
  display: flex;
  justify-content: start;
  align-items: center;
}

.display-2 a {
  font-size: 20px;
  background: #dc3934;
  font-weight: 600;
  padding: 22px 40px 22px;
  border-radius: 35px;
  margin: 0px 35px 0;
}

.free-badge {
    background: #1b497e;
    border-radius: 170px;
    text-align: center;
    padding: 53px 60px;
}
.free-badge p {
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  margin: 0;
}
.monthly-txt .display-2 {
  font-size: unset;
}

.nxt-btn {
  text-align: center;
  margin: 50px 0 0;
}

.nxt-btn a {
  background: #dc3934;
  padding: 12px 40px 12px;
  border-radius: 5px;
  font-weight: 500;
}

.player-showcase {
  padding: 60px 0 60px;
}

.showcase-head h1 {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px;
}

.player-list p {
  font-weight: 600;
}

.player-list span {
  font-weight: 700;
}

p.tt-align {
  padding: 20px 0 0;
}

.recording-head h1 {
  text-align: center;
  padding: 0 0 40px;
  font-size: 45px;
  font-weight: 700;
}

h3.down-fall {
  margin: 17px 0 0;
}

.fields-line.sign-in p {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

.request-code a {
  font-weight: 600;
  font-size: 20px;
  background: #dc3934;
  padding: 13px 20px 13px;
  border-radius: 30px;
}

.request-code {
  text-align: center;
  padding: 20px 0 0;
}

.team-video h2 {
    text-align: center;
    padding: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
}

h2.online-classes-head-main {
    text-align: center !important;
    padding: 0 0 40px !important;
    font-size: 45px !important;
    font-weight: 700 !important;
}

.team-film-2 .team-video h2 {
    text-align: center;
    padding: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
}



.team-video h2.online-classes-head {
    padding: 0 0 30px;
}
.team-video strong {
  font-size: 28px;
}
.para-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.para-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.purchase-card-name H3 {
  text-transform: uppercase;
}

.unlock h1 {
    text-align: center;
    padding: 0 0 40px;
    font-size: 45px;
    font-weight: 600;
}

/*change-txt para{*/
/*    margin-top: 15px;*/
/*}*/
#indoor-classes {
  padding: 50px 0;
}

#outdoor-classes {
  padding: 50px 0;
}

#why-us {
  padding: 50px 0;
}

.heading-btn {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  gap: 40px;
}
.heading-btn {
  margin-bottom: 30px;
}
.heading-btn .virtual-training-offerings {
  margin: 0;
}
/***************************/
.select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  margin: 12px 0;
  padding: 10px 20px;
}
.select-btn .btn-text {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}
.select-btn .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #dc3934;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}
.list-items {
  position: relative;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}
.select-btn.open ~ .list-items {
  display: block;
}

/* Always show the scrollbar of the dropdown */
.select-btn.open ~ .list-items::-webkit-scrollbar {
  width: 8px;
  height: 0;
}
.select-btn.open ~ .list-items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.select-btn.open ~ .list-items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}
.list-items .item:hover {
  background-color: #e7edfe;
}
.item .item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}
.item.checked .checkbox {
  background-color: #dc3934;
  border-color: #dc3934;
}
.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.item.checked .check-icon {
  transform: scale(1);
}

.gaq-top {
  padding-top: 170px;
}

.get-a-quote-head h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
  color: #022d5a;
  text-transform: uppercase;
}
.gaq-form input,
.gaq-form textarea {
  width: 100%;
  margin: 12px 0;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.gaq-form button {
  padding: 13px 50px;
  background: #dc3934;
  border: 1px solid #dc3934;
  border-radius: 24px;
  margin: 12px auto 50px;
  display: block;
}

.online-class-video video {
  width: 100%;
  margin: 30px 0;
}
.onlinw-class-video-section {
  padding: 80px 0;
}

.gaq-form label {
  display: block;
  margin: 0;
}

.heading-btn h3 {
  margin: 0;
}
.indoor-card .free-badge {
  width: fit-content;
  margin: 0 auto;
  /*padding: 29px 46px;*/
}

a.quote-btn {
  background: #dc3934;
  padding: 15px 14px;
  border-radius: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto";
  border: 1px solid #dc3934;
  text-align: center;
  display: inline-block;
}

.online-wrapper {
    margin-bottom: 50px;
}

.online-wrapper h2 {
  font-size: 33px;
  margin-bottom: 30px;
  font-weight: 700;
}

h2.online-classes-head {
    text-align: center;
    padding: 0 0 40px;
    font-size: 45px;
    font-weight: 700;
}

.online-wrapper h3 {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 600;
}

.online-wrapper p {
  font-size: 16px;
  opacity: 1;
  /*line-height: 27px;*/
  color: #000;
  margin: 20px 0;
}

.online-wrapper ul {
  padding-left: 20px;
}

.online-wrapper ul li {
    margin: 10px 0;
    font-size: 16px;
    list-style: disc;
}

.high-light h2:first-child {
    margin-bottom: 40px;
    padding-bottom: 0;
    font-weight: 600;
}

.high-light h2:nth-child(3) {
  margin-top: 20px;
}

.online-wrapper hr {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}

.team-video strong {
    font-size: 30px;
}

.lister-div {
    text-align: justify;
    width: 70%;
    margin: 20px auto
}

.online-class-video h2 {
    text-align: center;
    margin: 0;
    margin-top: 20px;
}
a.gtst-btn {
    background: #dc3934;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin: 30px 0;
}
h2.sub-head-online {
    font-size: 27px;
}
.primary-serv-one ul .virtual-training-offerings {
    margin: 20px 0 !important;
}
.dropdown2:hover .dropdown3{
    height: 88px !important;
}
.primary-serv-one .contact-frm {
    text-align: left;
}
section.become-a-member h2 {
    margin: 20px 0;
}

section.become-a-member h3 {
    margin: 10px 0 20px;
}

h2.pricing-chart-heading {
    margin: 50px !important;
    text-align: center;
    text-transform: uppercase;
}
section.affiliate-programs h2 {
    margin: 30px 0;
}

section.affiliate-programs h3 {
    margin: 20px 0;
}
.contact-page {
    margin-top: 140px;
}
.dropdown4 .drop-down-affiliate {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.dropdown4:hover .drop-down-affiliate {
    visibility: visible !important;
    opacity: 1 !important;
    left: -250px;
    bottom: -180px;
}
li.dropdown4 {
    width: 100%;
}

.inner-basket-four li {
    list-style: disc;
}

.inner-basket-cont-two h4 {
    padding: 10px 0 10px;
}

.inner-basket-four {
    padding: 40px 0 0;
}

.inner-basket-cont-three {
    padding: 30px 0 0;
}

.inner-basket-five span {
    font-weight: 600;
}

.inner-basket-five i {
    font-size: 7px;
    padding: 0 5px 0;
}

.inner-basket-five {
    padding: 30px 0 20px;
}

.inner-basket-four i {
    font-size: 8px;
    padding: 0 7px 0;
}

.basket-ball-network {
    padding: 70px 0 70px;
}

.network-one span {
    font-weight: 600;
}

.network-two h3 {
    font-size: 18px;
    padding: 15px 0 15px;
}

.network-two h3 {
    font-size: 18px;
    padding: 15px 0 15px;
}

.network-two {
    padding: 25px 0 0;
}

.network-two span {
    font-weight: 600;
}

.network-two i {
    font-size: 7px;
    padding: 0 3px 0;
}

.network-three h4 {
    font-size: 19px;
}

.network-four span {
    font-weight: 600;
}

.network-four i {
    font-size: 7px;
    padding: 0 5px 0;
}

.network-four h3 {
    font-size: 19px;
}

.network-four {
    padding: 15px 0 0;
}

.network-three {
    padding: 20px 0 0;
}

.network-five h4 {
    font-size: 20px;
}

.network-five h3 {
    font-size: 20px;
}

.basket-ball-iq {
    padding: 70px 0 70px;
}

.basket-ball-iq h1 {
    text-align: center;
    padding: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
}

.basket-ball-iq-one h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 15px;
}

.basket-ball-iq-one h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0 0;
}

.basket-ball-iq-two span {
    font-weight: 700;
}

.basket-ball-iq-two h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 15px;
}

.basket-ball-iq-two h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0 0;
}

.basket-ball-iq-two {
    padding: 25px 0 0;
}

.basket-ball-iq-three {
    padding: 30px 0 0;
}

.basket-ball-iq-three h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 10px;
}

.basket-ball-iq-three h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0 0;
}

.basket-ball-iq-four {
    padding: 30px 0 0;
}

.basket-ball-iq-four p {
    margin: 0;
}

.basket-ball-iq-five {
    padding: 30px 0 0;
}

.basket-ball-iq-five h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 0px;
}

.basket-ball-iq-five h5 {
    font-size: 20px;
    font-weight: 200;
    padding: 0 0 25px;
}

.basket-ball-iq-five h6 {
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 5px;
}

.basket-ball-iq-six h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 0px;
}

.basket-ball-iq-six {
    padding: 20px 0 0;
}

.basket-ball-iq-seven h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 0px;
}

.basket-ball-iq-seven {
    padding: 25px 0 0;
}

.basket-ball-iq-seven p {
    margin: 0;
}

p.pra-one {
    padding: 30px 0 15px;
}

p.pra-two {
    padding: 0 0 15px;
}

p.pra-two span {
    font-weight: 600;
}

p.pra-one span {
    font-weight: 600;
}

p.pra-three span {
    font-weight: 600;
}

.btn-flex a {
    font-size: 18px;
    font-weight: 500;
}

.basket-ball-iq-eight h4 {
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 0px;
}

.basket-ball-iq-eight {
    padding: 30px 0 0;
}

.video-service-program {
    padding: 70px 0 70px;
}

.video-cont-four {
    padding: 10px 0 0;
}

.video-cont-five {
    padding: 15px 0 0;
}

.video-cont-six {
    padding: 15px 0 0;
}

.video-cont-seven h4 {
    font-size: 35px;
    font-weight: 500;
}

.video-cont-seven {
    padding: 15px 0 0;
}

.video-cont-ten h4 {
    font-size: 35px;
    font-weight: 400;
}

.video-cont-ten {
    padding: 15px 0 0;
}

.video-cont-eleven {
    padding: 15px 0 0;
}

.create-contract {
    padding: 70px 0 70px;
}

.contract-three h4 {
    font-size: 35px;
}

.contract-three h5 {
    font-weight: 700;
}

.contract-three {
    padding: 15px 0 0;
}

.contract-five h4 {
    font-size: 35px;
}

.contract-five {
    padding: 15px 0 0;
}

.contract-seven h4 {
    font-size: 35px;
}

.contract-seven {
    padding: 15px 0 0;
}

.contract-eight {
    padding: 15px 0 0;
}

.contract-eight h4 {
    font-size: 35px;
}

.contract-eight h5 {
    font-size: 20px;
    font-weight: 600;
}

.contract-nine {
    padding: 15px 0 0;
}

.contract-nine h5 {
    font-weight: 600;
    padding: 0 0 15px;
}

.contract-ten {
    padding: 15px 0 0;
}

.contract-ten h4 {
    font-size: 35px;
}

.drop-card-sec {
    padding: 70px 0 70px;
}

.affiliate-program-sec {
    padding: 60px 0 60px;
}

.head-one a {
    font-size: 45px;
    font-weight: 500;
}

.head-one {
    padding: 0 0 30px;
    text-align:center;
}

.head-two a {
    font-size: 45px;
    font-weight: 500;
}

.head-two {
    padding: 0 0 30px;
    text-align:center;
}

.head-three a {
    font-size: 45px;
    font-weight: 500;
}

.head-three {
    padding: 0 0 30px;
    text-align:center;
}

.head-four a {
    font-size: 45px;
    font-weight: 500;
}

.head-four {
    padding: 0 0 30px;
    text-align:center;
}

.pricer {
    margin-bottom: 30px;
}

.pricer h5 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pricer p {
    margin-bottom: 10px;
}

.serve-wrap {
    margin-bottom: 30px;
}

.aff-heading {
    text-align: center;
    padding: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
}

 body {
     font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.section {
    background-color: #f5f5f5;
    color: #000;
    padding: 20px 5vw;
    margin: 5px 0;
    min-height: 400px;
    /*border-bottom: 2px solid #e0e0e0;*/
}

h2 {
    margin-bottom: 15px;
    font-size: 32px; 
}

p {
    margin-bottom: 25px;
    font-size: 20px; 
    line-height: 1.6;
}

.cta-button {
    background-color: #dc3934; 
    color: white;
    padding: 20px 40px; 
    text-decoration: none;
    font-size: 22px; 
    border-radius: 30px;
    display: inline-block;
    transition: background-color 0.3s;
    text-align: center;
}

.cta-button:hover {
    background-color: #dc393450;
}

.cta-container {
    text-align: right;
}

.cta-container a {
margin-left: 25px;
}

.section-banners {
    /*background-image: linear-gradient(135deg, #26419ab5 0%, #c8102ea6 100%);*/
    margin-bottom: -2px;
    display: flex;
    align-items: center;
}

/*FBA__CSS__START*/

.section {
    color: #000;
    padding: 20px 5vw;
    margin: 0px 0;
    min-height: 400px;
    /*border-bottom: 2px solid #e0e0e0;*/
    background-image: linear-gradient(135deg, #26419ab5 0%, #c8102ea6 100%);
}
        
h2 {
    margin-bottom: 15px;
    font-size: 32px;
    /*color: white;*/
}
        
p {
    margin-bottom: 25px;
    font-size: 20px; 
    line-height: 1.6;
    /*color: white;*/
}
        
.cta-button {
    background-color: #dc3934; 
    color: white;
    padding: 20px 40px; 
    text-decoration: none;
    font-size: 22px; 
    border-radius: 40px;
    display: inline-block;
    transition: background-color 0.3s;
    text-align: center;
}

.cta-button:hover {
    background-color: #000000ad;
    color: white;
}

.cta-container {
    text-align: right; 
    padding: 0px 0 50px;
}

.cta-container a {
    margin-left: 25px; 
}

.cont-color {
    color: white;
}


.contact-linking {
    background-image: linear-gradient(135deg, #26419ab5 0%, #c8102ea6 100%);
    color: white;
    padding: 40px 0 0;
}


/*FBA__CSS__END*/


