@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #7f7f7f;
  overflow-x: hidden;
  background-color: #1c1c1c;
}

a {
  text-decoration: none;
  color: white;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #39ff14;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

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

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}
@font-face {
  font-family: "BahiaScriptSSK";
  src: url("../fonts/BahiaScriptSSK.ttf") format("truetype");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Russo One", sans-serif;
  font-size: 55px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "Russo One", sans-serif;
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "Russo One", sans-serif;
  font-size: 45px;
  color: #39ff14;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Russo One", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Russo One", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #7f7f7f;
  font-size: 14px;
  /* font-family: ""; */
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
.website-btn {
  background-color: #39ff14;
  height: 55px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 20px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.website-btn:focus {
  color: #000;
}
.website-btn > span {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.website-btn > span > img {
  width: 10px;
  height: 10px;
  object-fit: cover;
}
.website-btn:hover {
  color: #000;
}

.website-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #27dd05e3;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  top: 0;
  z-index: -1;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}

.website-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #27dd05e3;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  top: 0;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}

.website-btn:hover::before {
  opacity: 1;
  width: 116%;
}

.website-btn:hover::after {
  opacity: 1;
  width: 120%;
}

/*header css start */
.header-padding {
  padding: 0 5%;
}
.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-btn {
  width: 250px;
  height: 60px;
  background-color: #37f513;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.contact-btn:hover {
  color: black;
  background-color: #23dd00;
}

ul#menu {
  gap: 37px;
}

.logo img {
  height: 65px;
  width: 100%;
  object-fit: cover;
}

header.header {
  padding: 10px 0;
  background-color: #1c1c1c;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #fff;
}
div#Header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
/*header css Ends */

/*banner css start */
section.home-banner {
  position: relative;
  display: none;
}
.banner-content > a > img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* animation: BannerAnim 2s ease 0s 1 normal forwards; */
}
.banner-content > a > img.animate-banner {
  animation: BannerAnim 2s ease 0s 1 normal forwards;
}
@keyframes BannerAnim {
  0% {
    background-position: center bottom;
    background-size: 100%;
  }

  100% {
    background-position: center bottom;
    background-size: 150%;
  }
}
.home-banner .col-xl-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-12 {
  margin: 0;
  padding: 0;
}

/*banner css end*/
/* About Section starts  */
.about-sec {
  overflow: hidden;
  padding: 90px 0;
}
.about-left > img {
  height: 555px;
  width: 100%;
  object-fit: cover;
  /* animation: AboutLeft 2s ease 0s 1 normal forwards; */
  border-radius: 20px;
}
.about-left > img.animate-about-img {
  animation: AboutLeft 2s ease 0s 1 normal forwards;
}
@keyframes AboutLeft {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-250px);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
}
.about-left {
  position: relative;
}
.about-left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  background-color: #37f513;
  left: -50px;
  border-radius: 20px;
  /* animation: About-box 2s ease 0s 1 normal forwards; */
}
.about-left.animate-before::before {
  animation: About-box 2s ease 0s 1 normal forwards;
}
@keyframes About-box {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.about-right {
  padding-left: 50px;
}
.about-us-txt {
  display: inline-flex;
  background: transparent;
  color: white;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 60px 20px 20px;
  border-left: 7px solid #00ff00;
  width: fit-content;
}

.about-us-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  z-index: -1;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.about-us-txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100.5%;
  height: 103%;
  background-color: #303030;
  z-index: -2;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}
.about-us-txt h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  width: fit-content;
}
.about-right {
  height: 555px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-right .about-us-txt {
  margin-bottom: 32px;
}

.about-right > p {
  padding-bottom: 30px;
}
/* About Section Ends */

/* Summer Program Star.ts  */
.summer-heading > h2 {
  font-size: 45px;
  text-transform: uppercase;
}

.summer-heading > p {
  font-size: 14px;
}

.summer-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 30px 0;
}
.summer-heading > p {
  width: 42%;
  color: #edecec;
}
.summer-card-txt > img {
  height: 215px;
  width: 100%;
  object-fit: cover;
}
.summer-card {
  background-color: white;
  border-radius: 20px;
  /* animation: SummercardAnim 2s ease 0s 1 normal forwards; */
}

.summer-card.animate-summer {
  animation: SummercardAnim 2s ease 0s 1 normal forwards;
}
@keyframes SummercardAnim {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}
.summer-card-txt {
  padding: 20px;
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.summer-card-img > img {
  width: 100%;
  height: 216px;
  border-radius: 20px;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.summer-card-txt > h4 {
  text-transform: uppercase;
  padding: 5px 0;
}

.summer-card-txt > p {
  padding: 5px 0 12px;
}
.summer-sec {
  overflow: hidden;
  background: url("../images/summer-bg.png") no-repeat center center;
  background-size: cover !important;
  padding: 100px 0;
  position: relative;
}
.summer-sec::before {
  content: "";
  /* background-color: rgba(1, 1, 1, 0.1); */
  position: absolute;
  width: 100%;
  height: 100%;
}
.summer-slidder .slick-initialized .slick-slide {
  display: block;
}
.summer-slidder .slick-active {
  opacity: 1;
}

.summer-slidder .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}
.summer-slidder .slick-prev,
.summer-slidder .slick-next {
  top: 50%;
}
.summer-slidder .slick-prev {
  left: -100px;
}

.summer-slidder .slick-next {
  right: -63px;
}

.summer-slidder .slick-prev:before {
  content: "";
  position: absolute;
  opacity: 1;
  background: url("../images/arrow-left.png") no-repeat center center;
  width: 50px;
  height: 10px;
}

.summer-slidder .slick-next:before {
  content: "";
  position: absolute;
  opacity: 1;
  background: url("../images/about-right.png") no-repeat center center;
  width: 50px;
  height: 10px;
}

/* Summer Program Ends */
/* private tarsining starst  */
.private-training-right {
  height: 665px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.private-right-top > img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  /* animation: BasicAnim 2s ease 0s 1 normal forwards; */
}
.private-right-top > img.animate-private-img {
  animation: BasicAnim 2s ease 0s 1 normal forwards;
}
.private-right-bottom > img {
  border-radius: 20px;
  height: 395px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -150px;
  margin-right: -83px;
  /* animation: BasicAnim 2s ease 0s 1 normal forwards; */
}
.private-right-bottom > img.animate-private-bottom {
  animation: BasicAnim 2s ease 0s 1 normal forwards;
}
.private-right-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
}
.athetalic-box {
  height: 170px;
  width: 280px;
  background-color: #39ff14;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 17px;
  padding: 20px;
  /* animation: athetalic-box 3s ease 0s 2 normal forwards; */
}
.athetalic-box.animate {
  animation: athetalic-box 3s ease 0s 2 normal forwards;
}
@keyframes athetalic-box {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.athetalic-box > h4 {
  font-size: 30px;
  color: #0f8513;
  font-family: "BahiaScriptSSK", sans-serif;
  font-style: italic;
}
.athetalic-box > h5 {
  font-size: 18px;
  color: black;
  font-family: "BahiaScriptSSK", sans-serif;
  font-weight: 500;
}
@keyframes BasicAnim {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}
.private-training-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.private-training-left > h2 {
  text-transform: uppercase;
  padding-bottom: 15px;
}

.private-training-left > p {
  padding-bottom: 21px;
}
section.private-training {
  padding: 90px 0;
}
/* private tarsining Ends */
/* Athelatic Section Starts  */
.atheletic-sec {
  height: 630px;
  width: 100%;
  background: url("../images/atheletic-bg.png") no-repeat center center;
  background-size: cover !important;
  position: relative;
  /* animation: atheletic-bg 2s ease 0s 1 normal forwards; */
}
.atheletic-sec.animate-ath-bg {
  animation: atheletic-bg 2s ease 0s 1 normal forwards;
}
.atheletic-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: url("../images/atheletic-before.png") no-repeat;
  background-size: cover;
  bottom: 0 !important;
  z-index: 9;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(1440%)
    hue-rotate(9deg) brightness(85%) contrast(78%);
}
.atheletic-content-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 9%;
}

section.atheletic-sec .container {
  height: 100%;
}

.atheletic-sec .container > .row {
  height: 100%;
}
.atheletic-content > h2 {
  line-height: 50px;
  padding-bottom: 25px;
}

.atheletic-content > p {
  padding-bottom: 25px;
  color: #edecec;
}

@keyframes atheletic-bg {
  0% {
    background-position: center bottom;
    background-size: 100%;
  }

  100% {
    background-position: center bottom;
    background-size: 150%;
  }
  /* Athelatic Section Ends */
}
/* Youth sec starts  */
.youth-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.youth-heading > p {
  width: 40%;
}
.youth-sec {
  overflow: hidden;
  padding-bottom: 100px;
}
.youth-heading > h2 {
  text-transform: uppercase;
}
/* Youth sec Ends */
/* Testimonail starts  */
.tetsimonial-sec {
  height: 590px;
  background: url("../images/testimonial-background.png") no-repeat center
    center;
  background-size: cover !important;
  position: relative;
  animation: atheletic-bg 2s ease 0s 1 normal forwards;
}
.tetsimonial-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.1); */
  inset: 0;
}
.testimonial-heading {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 50px;
}
.testimonial-heading > p {
  width: 40%;
  color: #edecec;
}
section.tetsimonial-sec {
  padding: 70px 0;
  overflow: hidden;
}

.testimonial-heading > h3 {
  text-transform: uppercase;
}

.testi-slidder {
  position: relative;
  z-index: 2;
}

.testi-people-img {
  clip-path: circle(50% at 26% 24%);
  background-color: #808080;
  width: 110px;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  border-radius: 20px 0 0 0;
}

.testi-people-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.rating-box-testi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.testi-head-wrapper {
  display: flex;
}
.testi-ratting > div {
  display: flex;
  gap: 10px;
}
.testi-comma {
  width: 50px;
  height: 50px;
  background-color: #39ff14;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.testi-comma > img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.testi-ratting > div i {
  color: #ffd234;
}
.test-card {
  background-color: white;
  border-radius: 20px;
  padding: 0 20px 20px 0;
  /* animation: SummercardAnim 2s ease 0s 1 normal forwards; */
}
.test-card.animate-test {
  animation: SummercardAnim 2s ease 0s 1 normal forwards;
}
.test-card > p {
  padding-left: 22px;
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.testi-ratting h4 {
  font-size: 17px;
  font-weight: 300 !important;
}
.tetsimonial-sec .slick-current {
  opacity: 1;
}
.tetsimonial-sec .slick-active {
  opacity: 1;
}

/* Dots */
.tetsimonial-sec .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.tetsimonial-sec .slick-dots {
  position: absolute;
  bottom: -80px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.tetsimonial-sec .slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tetsimonial-sec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.tetsimonial-sec .slick-dots li button:hover,
.tetsimonial-sec .slick-dots li button:focus {
  outline: none;
}
.tetsimonial-sec .slick-dots li button:hover:before,
.tetsimonial-sec .slick-dots li button:focus:before {
  opacity: 1;
}
.tetsimonial-sec .slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: gray;
  border-radius: 0;
  opacity: 0.5;
  border: none;
  border-top: 2px dashed gray;
  position: absolute;
  top: 0;
  left: 0;
}
.tetsimonial-sec .slick-dots li.slick-active button:before {
  background: #39ff14;
  border: none;
  opacity: 1;
}
.testi-slidder .slick-slide {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

/* Testimonail Ends */

/* Training Program Starts  */
.training-heading-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 35px;
}

.training-heading-row > p {
  width: 44%;
}
.training-heading-row h2 {
  text-transform: uppercase;
}
section.training-rogram {
  padding: 90px 0;
  overflow: hidden;
}
/* Training Program Ends */
/* Athlete Sport Starts  */
section.athelet-sport {
  height: 465px;
  background: url("../images/sport-bg02.png") no-repeat center center;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* animation: atheletic-bg 2s ease 0s 1 normal forwards; */
}
section.athelet-sport.animate-athletic-bg {
  animation: atheletic-bg 2s ease 0s 1 normal forwards;
}
/* section.athelet-sport::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(57, 255, 20, 0.5);
} */
.athelet-sport-content h2 {
  color: black;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.athelet-sport-content p {
  color: black;
}
.athelet-sport .website-btn {
  background-color: black;
  height: 55px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 20px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.athelet-sport .website-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #1c1c1c;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  top: 0;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}
.athelet-sport .website-btn::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #1c1c1c;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  top: 0;
  z-index: -1;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}
.athelet-sport .website-btn:hover::before {
  opacity: 1;
  width: 116%;
}

.athelet-sport .website-btn:hover::after {
  opacity: 1;
  width: 120%;
}
.athelet-sport-content p {
  padding-bottom: 20px;
}
/* Athlete Sport Ends */
/* Fall program Starst */
section.fall-program {
  padding: 90px 0;
  overflow: hidden;
}

.fall-program-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 50px;
}

.fall-program-heading p {
  width: 41%;
}
.fall-program-heading h2 {
  text-transform: uppercase;
}
/* Fall program Ends */

/* footer start */

footer.footer-sec {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
  background: #0b0b0b;
}

ul.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
  gap: 20px;
}

ul.footer-social-list li i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8a8887;
  color: #fff;
}

.footer-text img {
  width: auto;
  object-fit: scale-down;
}

.footer-text.chg p {
  text-align: left;
  margin-top: 20px;
  color: #ffff;
  font-weight: 300;
  font-size: 14px;
}

ul.footer-social-list li i:hover {
  background: #004aad;
  transition: 1s ease-in-out;
  color: #fff;
}

ul.footer-link li a {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: montserrat;
}

ul.footer-link-list li i {
  font-size: 22px;
  color: #39ff14;
}

ul.footer-link-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

ul.footer-link-list li p {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}

.footer-form {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
}

.footer-form input {
  width: 100%;
  height: 60px;
  padding: 15px;
  border: none;
  margin-bottom: 18px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding-left: 50px;
}

.footer-form i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #39ff14;
  font-weight: 400;
}

.footr-btn button {
  border: 0;
  margin: 0;
  width: 100%;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}

.footer-text.chg:before {
  display: none;
}

.footer-text.chg {
  padding: 0;
  margin: 0;
  padding-top: 0;
}

.footer-text {
  /* padding-left: 25px; */
  padding-top: 15px;
}

.footer-text.ftr-border:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 110%;
  left: -20px;
  top: -15%;
  background: #004aad;
  display: none;
}

.footer-text.ftr-border:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 110%;
  right: 20px;
  top: -15%;
  background: #004aad;
  display: none;
}

section.bottom-nav {
  padding: 15px 0;
  text-transform: capitalize;
  background: #0b0b0b;
  margin-top: 30px;
  border-top: 1px solid #272727;
}

section.bottom-nav p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
}

.footer-text {
  position: relative;
}

ul.footer-link li {
  border-bottom: 1px solid transparent;
  width: 75%;
  transition: 1s ease-in-out;
}

ul.footer-link-list li {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  transition: 1s ease-in-out;
}

.footer-text ul.hdr-top-right-list {
  justify-content: start;
}

ul.footer-link {
  column-count: 2;
}

.get-quote-box select {
  width: 100%;
  height: 60px;
  color: #aeaeae;
  padding-left: 15px;
  margin-bottom: 25px;
  border: 1px solid #aeaeae;
  background-color: transparent;
  appearance: auto;
  border-radius: 12px;
  margin: 0 0 10px 0;
}

.get-quote-main-box {
  position: relative;
}

ul.footer-link li {
  border-bottom: 1px solid transparent;
  width: 75%;
  transition: 1s ease-in-out;
}

ul.footer-link-list li {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  transition: 1s ease-in-out;
}

.footer-text ul.hdr-top-right-list {
  justify-content: start;
  margin-top: 22px;
}

.footer-text ul.hdr-top-right-list li a:hover {
  transition: 0.3s ease-in-out;
  background-color: #39ff14;
  border: 1px solid #39ff14;
}
ul.hdr-top-left-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

ul.hdr-top-right-list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 14px;
}

.top_bar {
  padding: 15px 0;
  background: #2bbdcf;
}

ul.hdr-top-right-list h6 {
  margin: 0;
}

ul.hdr-top-right-list li a {
  background: #f7f7f7;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 0;
  border: 1px solid #ffff;
  transition: 0.3s ease-in-out;
}

ul.hdr-top-right-list li a:hover {
  transition: 0.3s ease-in-out;
  background-color: #2f2929;
  border: 1px solid #2f2929;
}

ul.hdr-top-right-list li a:hover i {
  transition: 0.3s ease-in-out;
  color: #000;
}

ul.hdr-top-right-list li a i {
  font-size: 20px;
}

.footer-text h5 {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

.footr-btn button {
  width: 100%;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 16px;
  border-radius: 0;
  background: #39ff14;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
}
.footr-btn2 .website-btn {
  border: 1px solid transparent;
  width: 100%;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding-left: 24%;
}
/* footer end */

/* About Us page Starts  */
section.inner-banner {
  height: 370px;
  background-color: black;
}

.inner-banner-content h2 {
  text-transform: uppercase;
}

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

section.inner-banner .row {
  height: 100%;
}

section.inner-banner .container {
  height: 100%;
}
/* About Us page Ends */
/* Service page starts  */
section.inner-summer-sec {
  padding: 100px 0;
  overflow: hidden;
}
.youth-inner-sec {
  background: url("../images/youth-inner-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 59px 0 100px 0;
  overflow: hidden;
}
.fall-inner-program {
  background: url("../images/youth-inner-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 59px 0 100px 0;
  overflow: hidden;
}

/* Service page Ends */
/* Service detail Starts  */
.service-detail-left img {
  height: 475px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  /* animation: AboutLeft 2s ease 0s 1 normal forwards; */
}
.service-detail-left img.animate-service-img {
  animation: AboutLeft 2s ease 0s 1 normal forwards;
}
section.service-detail .row {
  align-items: center;
}
section.service-detail {
  padding: 100px 0;
  overflow: hidden;
}
.service-detail-left {
  position: relative;
}
.service-detail-left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  background-color: #37f513;
  left: -50px;
  border-radius: 20px;
  z-index: -1;
  /* animation: About-box 2s ease 0s 1 normal forwards; */
}
.service-detail-left.animate-before::before {
  animation: About-box 2s ease 0s 1 normal forwards;
}
.service-detail-right h2 {
  text-transform: uppercase;
  padding: 10px 0;
}

.service-detail-right p {
  padding: 14px 0;
}

.service-detail-right {
  padding: 0 20px 20px 36px;
}
.services-d-para {
  padding: 30px 0;
}
.services-detail-card img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  /* animation: AboutLeft 2s ease 0s 1 normal forwards; */
}
.services-detail-card img.animate-service-card {
  animation: AboutLeft 2s ease 0s 1 normal forwards;
}
.services-detail-card {
  margin: 0 15px;
}
/* Service detail Ends */
/* Contact us Starts  */
section.contact-us-sec {
  padding: 100px 0;
}

.contact-heading h2 {
  text-transform: uppercase;
  padding-bottom: 5px;
}

.contact-heading {
  padding: 0 0 25px;
}

.contact-form-input input {
  width: 100%;
  height: 50px;
  padding: 20px;
  margin: 13px 0;
  border-radius: 33px;
  outline: none;
  border: 1px solid transparent;
}

.contact-left {
  padding-right: 100px;
}
.contact-form-input textarea {
  height: 150px;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  border-radius: 33px;
  resize: none;
  outline: none;
  border: 1px solid transparent;
}
.contact-form-input textarea {
  height: 150px;
  width: 100%;
  padding: 20px;
  margin: 13px 0;
  border-radius: 33px;
}

.contact-form-input button {
  border: 1px solid transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 38%;
  margin-top: 10px;
}
.get-in-heading h2 {
  text-transform: uppercase;
  padding-bottom: 5px;
}

.get-in-heading {
  padding-bottom: 25px;
}

.contact-para {
  display: flex;
  gap: 25px;
  margin: 35px 0;
  align-items: center;
}
.contact-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #39ff14;
  border-radius: 50%;
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.contact-icon:hover {
  background-color: white;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.contact-icon i {
  font-size: 22px;
  color: black;
}
.contact-details a {
  cursor: pointer;
}
.contact-details h5 {
  text-transform: uppercase;
}
.contact-icon:hover {
  background-color: white;
  cursor: pointer;
}

.contact-map {
  padding-top: 100px;
}

.contact-map iframe {
  height: 400px;
}
.contact-map iframe.animate-map {
  animation: SummercardAnim 2s ease 0s 1 normal forwards;
}

/* Contact us Ends */
.summer-card:hover .summer-card-img > img {
  transform: translateY(215px);
}

.summer-card:hover .summer-card-txt {
  transform: translateY(-215px);
}

@keyframes imageDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200px);
  }
}

@keyframes textUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-215px);
  }
}

.summer-card-img > img,
.summer-card-txt {
  transition: transform 0.5s ease;
}
.fall-program {
  background: url("../images/banner.png") no-repeat center center;
  background-size: cover !important;
  padding: 100px 0;
  overflow: hidden;
}
