body {
  margin: 0;
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background: #f9f9f9;
}

:root {
  --font-family-poppins: "Poppins", sans-serif;

  --font-family-bebas-neue: "Bebas Neue", sans-serif;

  --primary-color: #ea2127;

  --transform: all 0.3s linear;
}

/* === banner === */

#banner .banner {
  max-width: 100%;

  max-height: 100%;

  position: relative;
}

#banner .banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;
}

#banner .layer {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(var(--nir-gray) 80%, transparent);

  opacity: 0.4;

  z-index: 1;
}

#banner .layer_content {
  color: var(--nir-white);

  text-align: center;

  position: absolute !important;

  top: 50%;

  right: 50%;

  width: 70%;

  transform: translate(50%, -30%);

  z-index: 2;
}

.blog_detail .detail p {
  text-align: start;
}

#banner .layer_content h1 {
  font-size: 46px;

  font-weight: bold;

  margin-bottom: 40px;
}

#banner .layer_content p {
  font-size: 24px;

  font-weight: 500;
}

/* === card secion === */

#card .cards .cars_list {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

#card .cards .card_layer {
  position: relative;

  color: var(--nir-white);

  text-align: center;
}

#card .cards .layer_card {
  position: absolute;

  top: 50%;

  right: 50%;

  transform: translate(50%, -50%);

  z-index: 1;
}

#card .cards .card_layer h2 {
  font-size: 20px;

  font-weight: bold;

  text-transform: capitalize;
}

#card .cards .card_layer p {
  font-size: 16px;

  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 0;
}

#card .cards .card_layer img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  aspect-ratio: 1 / 1;

  transition: all 0.4s;
}

#card .cards .card_layer:hover img {
  filter: brightness(0.5);
}

/* === selector === */

#selector {
  padding: 12px 0;
}

#selector .selector {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  gap: 20px;
}

#selector .selector div select {
  background-color: var(--nir-white);

  color: var(--nir-gray);

  border-radius: 10px;

  padding: 10px 20px;

  font-weight: bold;

  font-size: 19px;
}

#selector .selector div a {
  background-color: var(--nir-theme);

  height: 100%;

  font-size: 19px;

  font-weight: bold;

  display: flex;

  justify-content: center;

  align-items: center;

  color: var(--nir-white);

  transition: all 0.4s;
}

#selector .selector div a:hover {
  background-color: var(--nir-white);

  color: var(--nir-theme);
}

.btn {
  border-radius: 10px;
}

/* === training === */

#training {
  padding: 50px 0;

  background-color: var(--nir-bg-gray);
}

#training .train_card {
  /* width: 30%; */

  /* margin: 0 10px; */

  background: var(--nir-white);

  color: var(--nir-gray);

  padding: 20px;

  border-radius: 20px;
}

#training .training .slider-slide {
  padding: 0 10px;
}

#training .slick-center .train_card {
  background: var(--nir-theme);

  color: var(--nir-white);

  margin-bottom: 40px;

  transform: translateY(-40px);
}

#training .slick-list.draggable {
  padding-top: 50px !important;
}

#training .train_card img {
  border-radius: 10px;

  width: 100%;

  aspect-ratio: 1 / 1;

  object-fit: cover;

  object-position: center;
}

#training .train_card .tain_detail {
  margin-top: 20px;
}

#training .slick-center a {
  border: 1px solid var(--nir-white);

  color: var(--nir-white);

  transition: all 0.4s;
}

.train_card .tain_detail a {
  text-decoration: none;

  padding: 2px 16px;

  border: 1px solid var(--nir-black);

  border-radius: 6px;

  display: block;

  width: fit-content;

  margin: 0 auto;

  margin-top: 16px;

  color: var(--nir-gray);

  font-size: 20px;

  font-weight: bold;

  transition: all 0.4s;
}

.train_card .tain_detail a:hover {
  color: var(--nir-white);

  background-color: var(--nir-theme);

  border-color: transparent;
}

#training .slick-center a:hover {
  border: 1px solid var(--nir-theme);

  color: var(--nir-gray);

  background-color: var(--nir-white);
}

#training .training {
  display: flex;

  justify-content: space-between;

  align-items: stretch;
}

.train_title {
  font-size: 50px;

  font-weight: 600;

  color: var(--nir-gray);

  margin-bottom: 50px;

  text-align: center;
}

#training .view_camps a {
  text-decoration: none;

  padding: 14px 20px;

  text-transform: uppercase;

  background-color: var(--nir-theme);

  color: var(--nir-white);

  display: block;

  width: fit-content;

  margin: 0 auto;

  border-radius: 10px;

  color: var(--nir-white);

  border: 1px solid transparent;

  transition: all 0.4s;

  font-size: 18px;

  font-weight: bold;

  margin-top: 10px;
}

#training .view_camps a:hover {
  color: var(--nir-black);

  background-color: var(--nir-white);

  border: 1px solid var(--nir-theme);
}

#training button.slick-next.slick-arrow,
#training button.slick-prev.slick-arrow {
  background-image: url(../image/arrow_slide.png);

  background-position: left;

  background-position: center;

  background-size: cover;

  padding: 0;

  border-radius: 50%;

  width: 30px;

  height: 30px;

  z-index: 1;
}

#training button.slick-next.slick-arrow {
  background-image: url(../image/arrow_slide_right.png);

  background-position: right;
}

#training .slick-prev {
  left: -20px;
}

#training .slick-next {
  right: -20px;
}

#training .slick-prev:before,
#training .slick-next:before {
  content: none;
}

#training .tain_detail h4 {
  font-size: 20px;

  font-weight: bold;
}

#training .tain_detail p {
  font-size: 16px;

  font-weight: 100;
}

/* === section === */

#section {
  overflow: hidden;
}

#section .first_section {
  background-color: var(--nir-theme);

  height: 100%;
}

#section .last_section img,
#section .first_section img {
  height: 100%;

  width: 100%;

  object-fit: cover;

  object-position: center;

  aspect-ratio: 2 / 1;
}

#section .first_section .sec_card {
  padding: 60px;
}

#section .first_section h4 {
  font-size: 50px;

  font-weight: bold;

  color: var(--nir-white);

  margin-bottom: 20px;
}

#section .first_section p {
  font-size: 24px;

  font-weight: 300;

  color: var(--nir-white);
}

#section .last_section .viewall_btn a,
#section .first_section .content_btn a {
  display: block;

  width: fit-content;

  background-color: var(--nir-white);

  color: var(--nir-gray);

  border: 1px solid transparent;

  padding: 14px 30px;

  font-weight: bold;

  text-transform: uppercase;

  color: var(--nir-gray);

  font-size: 18px;

  text-decoration: none;

  border-radius: 10px;

  margin-top: 40px;

  transition: all 0.4s;
}

.field--item a#about {
  visibility: hidden;
}

#section .last_section .viewall_btn a:hover,
#section .first_section .content_btn a:hover {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid var(--nir-white);
}

#section .last_section .sec_card {
  padding: 60px;

  padding-bottom: 0;
}

#section .last_section h5 {
  font-size: 18px;

  font-weight: bold;

  color: var(--nir-gray);
}

#section .description {
  margin-bottom: 40px;
}

#section .last_section p {
  font-size: 18px;

  font-weight: 300;

  color: var(--nir-gray-detail);

  margin-top: 10px;
}

#section .last_section .viewall_btn a {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid transparent;

  transition: all 0.4s;

  margin: 40px 0 10px auto;
}

#section .last_section .viewall_btn a:hover {
  background-color: var(--nir-white);

  color: var(--nir-theme);

  border: 1px solid var(--nir-gray);
}

/* === sliders === */

#sliders .sliders img {
  padding: 10px;

  width: 100%;

  height: 100%;

  border-radius: 20px;

  aspect-ratio: 1 / 1;
}

#sliders .slide_location img {
  width: 30px !important;

  height: 30px;

  padding: 0 !important;

  margin-right: 6px;
}

#sliders .slider_card {
  position: relative;
}

#sliders .slide_location {
  display: flex;

  justify-content: start;

  color: var(--nir-white);

  align-items: center;

  position: absolute;

  bottom: 20px;

  font-size: 12px;

  left: 5%;

  z-index: 1;

  text-align: left;

  width: 90%;
}

#sliders .slide_detail {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  color: var(--nir-white);

  font-size: 20px;

  align-items: center;

  position: absolute;

  text-align: center;

  top: 50%;

  width: 90%;

  right: 50%;

  transform: translate(50%, -50%);

  z-index: 2;
}

#sliders .slick-next {
  right: -20px;
}

#sliders .slick-prev {
  left: -20px;
}

#sliders .revies {
  display: flex;

  justify-content: center;

  align-items: stretch;

  gap: 5px;

  padding: 0;
}

#sliders .revies img {
  padding: 0;
}

#sliders .sliders button.slick-next.slick-arrow,
#sliders .sliders button.slick-prev.slick-arrow {
  background-image: url(../image/arrow.png);

  background-position: left;

  background-size: contain;

  background-repeat: no-repeat;

  width: 30px;

  height: 30px;

  scale: 1;

  transition: all 0.4s;
}

#sliders .sliders button.slick-next.slick-arrow:hover,
#sliders .sliders button.slick-prev.slick-arrow:hover {
  scale: 1.1;
}

#sliders .sliders button.slick-next.slick-arrow {
  background-image: url(../image/arrow_right.png);

  background-position: right;
}

#sliders .sliders .slick-next:before,
#sliders .sliders .slick-prev:before {
  content: none !important;
}

#sliders .slide_detail span {
  font-size: 20px;

  font-weight: bold;

  width: 100%;
}

#sliders .sliders_inner {
  padding: 0 30px;
}

/* === blog === */

#blog .blog_2 {
  max-height: 400px;

  height: 100%;
}

#blog .blog_1 {
  max-height: 600px;

  height: 100%;
}

#blog .blog_3 {
  max-height: 700px;

  height: 100%;
}

#blog .blog img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;
}

#blog .blog,
#blog .blog_card {
  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-direction: column;
}

#blog .blog_card {
  width: 50%;

  background-color: var(--nir-theme);
}

#blog .blog {
  flex-direction: row;

  align-items: stretch;

  color: var(--nir-white);
}

#blog .blog_detail {
  height: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: start;

  align-items: start;

  padding: 60px 0;

  background-color: var(--nir-theme);
}

#blog .blog_detail .detail {
  padding: 0 60px;
}

#blog .blog_2,
#blog .blog_1 {
  position: relative;

  width: 100%;
}

.blog_2 img,
.blog_3 img,
.blog_1 img {
  transition: all 0.4s;
}

.blog_2:hover img,
.blog_3:hover img,
.blog_1:hover img {
  filter: brightness(0.5);
}

.blog_1 img {
  aspect-ratio: 2/1;
}

.blog_2 img {
  aspect-ratio: 2/1;
}

.blog_3 img {
  aspect-ratio: 3/1;
}

#blog .img_blog {
  position: relative;

  bottom: 130px;

  text-align: left;

  left: 50px;

  z-index: 1;

  font-size: 18px;

  font-weight: bold;

  margin-bottom: 0;

  color: var(--nir-white);

  width: 220px;
}

#blog .blog_detail .detail h4 {
  font-size: 50px;

  font-weight: bold;

  text-align: start;

  text-transform: uppercase;
}

#blog .blog_detail .detail .read_btn a {
  display: block;

  width: fit-content;

  background-color: var(--nir-white);

  color: var(--nir-gray);

  padding: 14px 30px;

  font-weight: bold;

  text-transform: uppercase;

  color: var(--nir-gray);

  font-size: 18px;

  text-decoration: none;

  border-radius: 10px;

  border: 1px solid transparent;

  transition: all 0.4s;

  margin-top: 40px;
}

#blog .blog_detail .detail .read_btn a:hover {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid var(--nir-white);
}

#blog .blog_detail .detail p {
  font-size: 24px;

  font-weight: 300;

  margin-top: 10px;
}

#blog .blog_2,
#blog .blog_3 {
  height: 100%;

  width: 100%;
}

#blog .blog_2 img,
#blog .blog_3 img {
  object-fit: cover;

  object-position: center;
}

#blog~.paragraph--type--ansicht {
  padding-top: 0 !important;
}

/* === services === */

// #services {
//   margin: 80px 0;

//   margin-bottom: 0px;
// }

#services .service_card {
  background-color: var(--nir-bg-gray);
}

#services .card_services {
  display: flex;

  align-items: center;

  padding: 50px 10px;
}

#services .card_services img {
  margin-right: 20px;

  width: 60px;

  flex: 0 0 auto;
}

#services .find_out {
  text-align: center;

  color: var(--nir-white);

  background-image: url(../image/services.jpg);

  background-position: bottom;

  background-size: cover;

  background-repeat: no-repeat;

  padding: 50px 0;

  position: relative;
}

#services .find_out_inner {
  position: relative;

  z-index: 1;
}

#services .find_out h3 {
  font-size: 40px;

  font-weight: bold;
}

#services .find_out p {
  font-size: 24px;

  font-weight: 300;
}

#services .find_out .get_touch a {
  display: block;

  width: fit-content;

  background-color: var(--nir-gray);

  color: var(--nir-white);

  padding: 16px;

  font-weight: 400;

  font-size: 18px;

  text-decoration: none;

  border-radius: 10px;

  margin: 0 auto;

  margin-top: 40px;

  border-bottom: 4px solid var(--nir-theme);

  transition: all 0.4s;
}

#services .find_out .get_touch a:hover {
  color: var(--nir-theme);

  border-bottom: 4px solid var(--nir-theme);
}

#services .layer {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(var(--nir-gray) 80%, transparent);

  opacity: 0.4;

  z-index: 1;
}

#services .card_detail h5 {
  font-size: 24px;

  font-weight: bold;
}

#services .card_detail p {
  font-size: 18px;

  font-weight: 300;
}

/* === partners === */

#partners .partners {
  display: flex;

  justify-content: space-between;

  align-items: stretch;
}

#partners p {
  font-size: 20px;

  font-weight: 400;

  text-align: center;

  margin-bottom: 20px;

  color: var(--nir-gray);
}

#partners .partners img {
  width: 18%;

  transition: all 0.4s;

  border-radius: 10px;
}

#partners .partners img:hover {
  box-shadow: 0px 0px 10px var(--nir-bg-gray);
}

/* === about === */

#about {
  padding: 60px 20px;

  margin: 0px 0;

  background-repeat: no-repeat;

  background-size: cover;
}

#about .about {
  color: var(--nir-white);

  text-align: center;
}

#about .about h4 {
  font-size: 50px;

  font-weight: bold;

  margin-bottom: 40px;
}

#about .about p {
  font-size: 24px;

  margin-bottom: 20px;

  font-weight: 300;
}

#about .about p:last-child {
  margin-bottom: 0;
}

#about .about_section {
  margin-bottom: 80px;
}

/* === team === */

#team {
  text-align: center;
}

#team .team_card img {
  border-radius: 50%;

  width: 200px;

  height: 200px;

  object-fit: cover;

  object-position: center;

  transition: all 0.4s;

  aspect-ratio: 1 / 1;
}

#team .team_card:hover img {
  box-shadow: 0px 10px 10px var(--nir-bg-gray);
}

#team .team_card h5 {
  font-size: 20px;

  font-weight: bold;

  margin-top: 30px;
}

#team .team_card p {
  font-size: 16px;

  margin-bottom: 20px;
}

#team .team_card .team_btn a {
  font-size: 14px;

  font-weight: bold;

  text-decoration: none;

  border: 1px solid black;

  border-radius: 50px;

  padding: 4px 20px;

  color: var(--nir-gray);

  transition: all 0.4s;
}

#team .team_card .team_btn a:hover {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid transparent;
}

#team .team {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

#team .team_card {
  margin-bottom: 50px;
}

/* === sports === */

#sports {
  background-image: url(../image/sport.png);

  color: var(--nir-white);

  padding: 100px 0;

  position: relative;

  background-repeat: no-repeat;

  background-size: cover;
}

#sports .sports textarea {
  width: 100%;
}

#sports .sports h4,
#sports .sports p {
  margin-bottom: 14px;
}

#sports .sports p {
  font-size: 24px;

  font-weight: 400;
}

#sports .sports h4 {
  font-size: 50px;

  font-weight: bold;
}

#sports .sports .form-control {
  border-radius: 10px;

  padding: 14px 20px;

  font-size: 16px;
}

#sports .sports .form-control::placeholder {
  color: var(--nir-gray);

  font-weight: bold;
}

#sports .send_btn a {
  display: block;

  width: 50%;

  text-align: center;

  background-color: var(--nir-theme);

  color: var(--nir-white);

  padding: 14px 30px;

  font-weight: bold;

  text-transform: uppercase;

  font-size: 19px;

  text-decoration: none;

  border-radius: 10px;

  margin: 0 auto;

  margin-top: 30px;

  transition: all 0.4s;
}

#sports .send_btn a:hover {
  background-color: var(--nir-white);

  color: var(--nir-theme);
}

#sports:after {
  position: absolute;

  width: 100%;

  height: 100%;

  content: "";

  background-image: linear-gradient(var(--nir-gray) 70%, transparent);

  opacity: 0.5;

  top: 0;

  right: 0;

  z-index: 1;
}

#sports .sports {
  position: relative;

  z-index: 2;
}

/* === end css === */

@media (max-width: 768px) {
  /* === banner === */

  #banner .banner {
    min-height: 100vh;
  }

  #banner .banner img {
    height: 100vh;
  }

  .layer_content {
    width: 90%;
  }

  /* === blog === */

  #blog .blog {
    flex-wrap: wrap;
  }

  #blog .blog_card {
    width: 100%;
  }

  #blog .blog_2,
  #blog .blog_3 {
    width: 100%;
  }

  #blog .blog_detail .detail {
    padding: 0 40px;
  }

  /* === selector === */

  #selector .selector {
    flex-wrap: wrap;
  }

  #selector .selector div {
    width: 100%;
  }

  #section .first_section .sec_card {
    padding: 60px 40px;
  }

  #section .last_section .sec_card {
    padding: 60px 40px 0 40px;
  }

  /* === sports === */

  #sports .send_btn a {
    width: 100%;
  }

  /* === partners === */

  #partners .partners {
    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;
  }

  #partners .partners img {
    width: 23%;

    margin-bottom: 10px;
  }

  .train_card .tain_detail a {
    font-size: 18px;
  }

  .blog_1 img,
  .blog_2 img,
  .blog_3 img {
    aspect-ratio: 2/1;
  }
}

@media (max-width: 450px) {
  /* === banner === */

  #banner .layer_content h1 {
    font-size: 30px;

    margin-bottom: 20px;
  }

  #banner .layer_content {
    width: 100%;
  }

  #banner .layer_content p {
    font-size: 16px;

    font-weight: 400;
  }

  #banner .layer_content {
    transform: translate(50%, -30%);
  }

  /* === card === */

  #card .card_layer {
    height: 300px;

    width: 100%;
  }

  #card .card_layer img {
    width: 100%;

    height: 100%;

    object-fit: cover;
  }

  /* === training === */

  .train_title {
    font-size: 38px;

    margin-bottom: 30px;
  }

  #about .about h4,
  #sports .sports h4,
  #blog .blog_detail .detail h4,
  #section .first_section h4 {
    font-size: 34px;

    margin-bottom: 20px;
  }

  #blog .blog_detail .detail p,
  #section .first_section p {
    font-size: 20px;

    margin-bottom: 0;
  }

  #sports .send_btn a,
  #blog .blog_detail .detail .read_btn a,
  #section .last_section .viewall_btn a,
  #section .first_section .content_btn a {
    padding: 10px 20px;

    font-size: 16px;

    border-radius: 8px;

    margin-top: 30px;
  }

  #sports .send_btn a {
    margin-top: 10px;
  }

  .slick-next {
    right: 0px !important;

    z-index: 1;
  }

  .slick-prev {
    left: 0px !important;

    z-index: 1;
  }

  #services .card_services {
    padding: 30px 10px;
  }

  #services .find_out h3 {
    font-size: 30px;
  }

  #services .find_out p {
    font-size: 20px;
  }

  #partners p {
    font-size: 18px;
  }

  #about .about p {
    font-size: 18px;

    margin-bottom: 10px;
  }

  #sports {
    padding: 50px 0;
  }

  #sliders .slide_location {
    left: 30px;

    bottom: 30px;
  }

  #partners .partners {
    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;
  }

  #partners .partners img {
    width: 45%;
  }

  #section .last_section p {
    font-size: 16px;
  }

  .train_card .tain_detail a {
    font-size: 16px;
  }

  #about .about_section {
    margin-bottom: 30px;
  }

  #selector .selector div a,
  #training .view_camps a,
  #services .find_out .get_touch a,
  #selector .selector div select {
    font-size: 16px;
  }

  #sports .sports p {
    font-size: 20px;
  }

  #about,
  #services {
    margin: 50px 0;
  }

  #services .card_detail h5 {
    font-size: 20px;
  }

  #services .card_detail p {
    font-size: 16px;

    line-height: unset;
  }
}

/* New Design home page  */

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

.full-slider-section .slider-item p {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  padding: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
  text-align: center;
}

.full-slider-section .slider-item img {
  aspect-ratio: 1;
  object-fit: cover;
}

.full-slider-section .slider {
  position: relative;
  box-shadow: 0px 24px 54px rgba(127, 127, 127, 0.25);
  border-radius: 5px;
  margin-bottom: 60px;
  overflow: hidden;
}

/* 
.common-bottom-section {
  padding-bottom: 88px;
} */

/* Keen-find-section */

.Keen-find-section .Keen-find {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 45px;
  border-radius: 5px;
  overflow: hidden;
}

section.Keen-find-section.secound {
  padding-bottom: 0 !important;
}

.Keen-find-section .Keen-find * {
  color: #fff;
}

.Keen-find-section .Keen-find .common-btn {
  margin-top: 18px;
}

.Keen-find-section .Keen-find .title-box {
  margin: 0;
}

.title-box h2 {
  font-size: 60px;
  font-family: var(--font-family-bebas-neue);
  text-transform: uppercase;
  margin-bottom: 6px;
  margin: 0;
}

.title-box p {
  font-size: 16px;
  /* text-transform: capitalize; */
  color: #444444;
  margin: 0;
}

.read-more-btn {
  font-size: 15px;
  border: solid 1px #fff;
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
  margin-top: 24px;
  transition: var(--transform);
}

/* elevate-athletic-section */
.elevate-athletic-section h6 {
  font-size: 24px;
  font-weight: 600;
  margin: 38px 0 8px;
  text-transform: unset;
}

.elevate-athletic-section .common-btn {
  margin-top: 31px;
}

.elevate-athletic-section .container .row .col-md-7 {
  margin: 30px 0;
}

.elevate-athletic-section p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.elevate-athletic-section.common-bottom-section .title-box {
  margin-bottom: 0;
}

.common-btn {
  background: var(--primary-color);
  border: 1px solid transparent;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  transition: all 0.4s linear;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.common-btn:hover {
  color: var(--primary-color) !important;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  transition: all 0.4s linear;
}

.get-touch {
  color: #fff !important;
}

/* training-camp-section */
/* .training-camp-section {
  padding-top: 0;
} */
.training-camp-section .slider-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: var(--transform);
}

.training-camp-section .slider-box .camp-img {
  position: relative;
  display: block;
  height: 375px;
}

.training-camp-section .slider-box .camp-img img {
  height: 100%;
}

.training-camp-section .slider-box .camp-img:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0.7) 28.59%,
      rgba(0, 0, 0, 0) 49.84%);
  z-index: 1;
}

.training-camp-section .slider-box .details {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 30px 20px;
  transition: all 0.4s;
  overflow: auto;
}

.training-camp-section .slider-box .details * {
  color: #fff;
}

.training-camp-section .slider-box .details span {
  font-size: 16px;
  transition: var(--transform);
}

.training-camp-section .slider-box .details p {
  font-size: 15px;
  display: none;
  transition: var(--transform);
}

.training-camp-section .slider-box .details h4 {
  font-weight: bold;
  font-size: 26px;
  transition: var(--transform);
  text-transform: capitalize;
}

.training-camp-section .read-more-btn {
  display: none;
}

.training-camp-section .slider-box:hover img {
  opacity: 0;
  transition: var(--transform);
}

.training-camp-section .slider-box:hover {
  background: var(--primary-color);
  transition: var(--transform);
}

.training-camp-section .slider-box:hover .details {
  height: 100%;
}

.training-camp-section .slider-box:hover .camp-img:after {
  opacity: 0;
  transition: var(--transform);
}

.training-camp-section .slider-box:hover .details a,
.training-camp-section .slider-box:hover .details p {
  display: inline-block;
  transition: var(--transform);
}

.owl-prev span,
.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../image/l-arrow.svg) !important;
  background-position: center !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #b9b9b9 !important;
  transition: all 0.4s;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../image/l2-arrow.svg) !important;
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url(../image/r-arrow.svg) !important;
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(../image/r2-arrow.svg) !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}

.home-banner-slider .owl-nav {
  position: absolute;
  width: 160px;
  top: calc(100% - 30px);
  right: calc(100% + 20px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-banner-slider .owl-nav button.owl-next:hover,
.home-banner-slider .owl-nav button.owl-prev:hover {
  background-color: transparent !important;
}

.home-banner-slider .owl-nav button {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: white !important;
}

.home-banner-slider .owl-nav button.owl-next {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.home-banner-slider.owl-carousel .owl-nav button {
  background-image: unset !important;
  width: unset;
  height: unset;
  background-color: unset !important;
  border-radius: unset;
  border: none !important;
}

.home-banner-slider.owl-carousel .owl-nav button.owl-next {
  background-image: unset !important;
}

.home-banner-slider.owl-carousel .owl-nav button:hover {
  background-image: none !important;
}

/* our-client-section */
.our-client-section {
  background-color: #fff;
}

.our-client-say {
  padding: 28px 24px;
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.our-client-say h6 {
  font-size: 18px;
  margin: 12px 0 18px;
  font-weight: 600;
  font-style: italic;
  color: #444444;
}

.our-client-say p {
  font-size: 16px;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #444444;
}

.our-client-say .client {
  margin-top: 56px;
}

.our-client-say .client b {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.our-client-say .client p,
.our-client-say .client span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #444444;
  display: block;
}

.our-client-say .client span {
  margin: 3px 0;
}

.owl-carousel .owl-stage-outer {
  overflow-x: clip;
  overflow-y: visible;
  padding: 10px 0 20px 0;
}

/* blog-section */
.blog {
  padding: 18px 21px;
  box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.blog img {
  border-radius: 5px;
  aspect-ratio: 1.4;
  display: block;
  margin-bottom: 23px;
}

.blog span {
  font-size: 15px;
  color: #444444;
  display: block;
  margin-bottom: 6px;
}

.blog h4 {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog .read-more-btn {
  display: inline-block;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.owl-dots {
  display: none;
}

/* banner-section */
.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 99px 0;
}

.banner-section:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.92deg,
      rgba(118, 2, 5, 0.8) 18.85%,
      rgba(118, 2, 5, 0.32) 99.17%);
}

.banner-section span {
  color: var(--primary-color);
  font-size: 20px;
  background: #fff;
  margin-bottom: 18px;
  font-weight: 600;
}

.banner-section h1 {
  max-width: 500px;
  font-size: 99px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-family-bebas-neue);
  margin-bottom: 8px;
  line-height: 99px;
}

.banner-section #slider p {
  color: #fff;
  max-width: 416px;
  font-size: 18px;
  margin-bottom: 25px;
}

.banner-section #slider-thumbs,
.banner-section #slider {
  position: relative;
  z-index: 1;
}

.banner-section #slider-thumbs {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 26px;
  max-width: 300px;
  z-index: 1;
}

.banner-section #slider-thumbs a {
  cursor: pointer;
}

.banner-section #slider-thumbs a img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  height: 140px;
}

.venues-next ul {
  display: flex;
  gap: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

.venues-next li {
  color: #fff;
  text-transform: uppercase;
}

.venues-next li:first-of-type {
  border-bottom: solid 1px #fff;
}

.title-box {
  margin-bottom: 45px;
}

.title-box h2 {
  font-size: 60px;
  font-family: var(--font-family-bebas-neue);
  text-transform: uppercase;
  margin-bottom: 6px;
  margin: 0;
}

.title-box p {
  font-size: 16px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.Keen-find-section.secound .title-box p {
  font-size: 18px;
  margin-bottom: 0 !important;
}

.read-more-btn {
  font-size: 15px;
  border: solid 1px #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-top: 24px;
  transition: var(--transform);
  border-radius: 4px;
}

/* sports-journey-section */
.sports-journey-section {
  background-image: url(../image/sports-journey-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sports-journey-section * {
  color: #fff;
  text-align: center;
}

.sports-journey-section p {
  color: #fff;
  font-size: 18px;
}

.journey {
  margin-top: 70px;
}

.lets-image img {
  object-fit: cover;
  object-position: top;
}

.longtext-container p {
  max-width: 70%;
  margin: 0 auto;
}

.our-partners-section .title-box p {
  font-size: 18px;
  color: #444444;
}

.our-partners-section {
  padding-top: 0 !important;
}

.sports-journey-section .journey p {
  max-width: 346px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.sports-journey-section .journey img {
  display: block;
  margin: 0 auto;
  height: 60px;
}

.sports-journey-section .journey h6 {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 10px;
  text-transform: capitalize;
}

.sports-journey-section .common-btn {
  margin-top: 42px;
}

.get-touch {
  background: #ea2127;
  border-radius: 5px;
  padding: 10px 20px !important;
  font-size: 14px !important;
  text-decoration: none;
  display: block;
  width: fit-content;
  color: white !important;
  border: 1px solid transparent;
  transition: all 0.4s;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.common-btn {
  margin: 0 auto;
}

.get-touch:hover {
  background-color: white !important;
  color: #ea2127 !important;
  transition: all 0.4s;
}

.elevate-athletic-section .row .col-md-5.co-12 img {
  width: 100%;
}

.training-camp-section .our-client-slider .owl-stage-outer .owl-stage {
  padding-bottom: 30px;
  margin-left: 20px;
}

section.venue-inner-section {
  padding-bottom: 50px;
}

.full-slider-section {
  padding-top: 0;
  padding-bottom: 30px;
}

.right-full-slider .owl-nav {
  display: block !important;
}

@media (min-width: 1024px) {
  .training-camp-section .title-box {
    width: 92%;
  }
}

@media (max-width: 1024px) {
  .full-slider-section {
    padding-bottom: 10px;
  }

  .training-camp-section .slider-box .details {
    padding: 10px 10px;
  }

  .training-camp-section .slider-box .details h4 {
    font-size: 20px;
  }

  .training-camp-section .slider-box .details span {
    font-size: 14px;
  }

  .read-more-btn {
    margin-top: 0;
  }
}

@media (max-width: 769px) {
  .banner-section #slider-thumbs {
    position: relative;
    left: 100%;
    margin-top: 20px;
    transform: translateX(-100%);
    max-width: 230px;
    top: 0;
  }

  .banner-section #slider-thumbs a img {
    aspect-ratio: 1.1;
  }

  .Keen-find-section .Keen-find {
    background-position: 70%;
  }

  .blog {
    padding: 10px;
  }

  .blog h4 {
    font-size: 20px;
  }

  .sports-journey-section .common-btn {
    margin-top: 0px;
  }
}

@media (max-width: 450px) {
  .banner-section #slider-thumbs {
    left: 10px;
    transform: unset;
    max-width: 100%;
  }

  .home-banner-slider .owl-nav {
    position: relative;
    margin-top: 20px;
    right: 0;
    width: 100%;
  }

  .progress_main {
    max-width: 100% !important;
    width: 90% !important;
    position: relative;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    padding: 0 !important;
  }

  .full-slider-section {
    padding-bottom: 0;
  }

  .owl-nav {
    top: -50px;
  }

  .owl-carousel.owl-loaded {
    margin-top: 60px;
  }
}

/* .owl-stage .active {
  -webkit-mask-image: -webkit-gradient(
    linear,
    0% 100%,
    60% bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  ) !important;
} */

.webform-flex input {
  border: 1px solid black !important;
  background: white !important;
}

select.js-webform-select2 {
  border: 1px solid black !important;
  background: white !important;
  border-radius: 7px;
  padding: 10px 20px !important;
}

#edit-flexbox-02 {
  display: block !important;
}

.training-camp-section .title-box {
  margin-bottom: 10px !important;
}

.training-camp-section .title-box p {
  margin-bottom: 0 !important;
}

.lets-content .webform-button--submit {
  margin-top: 30px;
}

.training-camp-section .field-content .read-more-btn {
  margin-bottom: 15px !important;
}

.training-camp-section .slider-item h4 a {
  /* color: black !important; */
  font-weight: 600;
}

/* designe fixing on 5 march  */
.training-camp-section:has(.custom-our-clientsay) {
  padding: 80px 0 0px !important;
}

.training-camp-section .blog h4 a {
  color: #000000 !important;
}

/* adding css for design fixes 9 march*/
.camp-d7-youth-swim-performance-camp .maraleina-sports-section .common-btn {
  margin: 40px auto 0 !important;
}

.camp-d7-youth-swim-performance-camp .node--camps--full__content {
  padding-top: 70px !important;
}

.camp-d7-youth-swim-performance-camp .starrating {
  margin-left: 125px !important;
}

/*adding on 10 apr*/
@media screen and (max-width: 767px) {
  .training-camp-section:has(.custom-our-clientsay) {
    padding:
      30px 0 0px !important;
  }
}

.banner-inner-section .banner-container {
  min-height: 400px;
}

.img-main-div {
  width: 50%;
}


/** Camps Pricing Block CSS **/
section.pricing-section {
  background: #eeeeee;
  padding-bottom: 65px;
}

section.pricing-section .box {
  margin: 0px 10px;
  border-radius: 5px;
  overflow: hidden;
  height: auto !important;
}

section.pricing-section .box img {
  width: 281.51px;
  height: 214px;
  object-fit: fill;
}

.pricing-body p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  /* max-width: 694px; */
  max-width: 720px;
  margin: 20px auto;
}

.price-box {
  /* width: 332px; */
  height: 207px;
  border-radius: 5px 5px 5px 5px;
  background: #FFFFFF;
  box-shadow: 0px 24px 44px 0px #99999930;
  /* margin: 0 20px; */
  overflow: hidden;
  max-width: 332px;
  margin: 0 auto;
}

.price-box .price-value.custom-price {
  border-radius: 5px 5px 0px 0px;
  background: #000000;
  height: 78px;
  font-family: Bebas Neue;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 5px 5px 0px 5px;
}

.price-text.custom-price-text {
  /* height: 129px; */
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  /* align-items: center; */
  /* vertical-align: top; */
  text-align: center;
}

.price-box .price-text.custom-price-text p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0px !important;
}
.price-boxes {
  /* display: grid; */
  column-gap: 1rem;
  column-count: 2;
}

/* New image secton css start */
.row-extra {
  padding-top: 44px;
  padding-bottom: 44px;
}
.mn-part-hold {
  width: 730px;
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-flex-align: center;
  -o-flex-align: center;
  align-items: center;
  background-color: #F2F4F4;
  margin-left: auto;
  margin-right: auto;
}

.mn-txt-part {
  padding: 45px 45px 61px;
}
.mn-txt-part h2 {
  font-family: Roboto-Medium, Helvetica, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.77778;
  color: #4B5353;
  text-transform: capitalize;
  margin: 0;
}
.mn-txt-part .download-program-file {
  margin-top: 20px;
}
.mn-txt-part .download-program-file a.common-btn {
  font-family: Roboto-Medium, Helvetica, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.mn-img-part {
  padding-left: 45px;
  padding-right: 76px;
}
.mn-img-part .box {
  width: 179px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  position: relative;
}
.mn-img-part .box:after, .mn-img-part .box:before{
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 5px;
  width: 50%;
  top: 80%;
  background: #999;
  -webkit-box-shadow: 0 10px 10px #999;
  -moz-box-shadow: 0 10px 10px #999;
  -ms-box-shadow: 0 10px 10px #999;
  -o-box-shadow: 0 10px 10px #999;
  box-shadow: 0 10px 10px #999;
}
.mn-img-part .box:before {
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-12deg);
  left: 10px;
}
.mn-img-part .box:after {
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
  right: 10px;
}
/* New image secton css end */

/* Footer Css Start */
.social_detail .addres:nth-child(3) {
  display: block !important;
}

.social_detail .addres:nth-child(3) p {
  display: inline-block;
  margin-left: 10px;
}

/* Footer Css End */

/* Home Page Css start*/
.training-camp-section .slider-box .details {
  text-align: center;
}

.training-camp-section .slider-box .details h4 {
  text-align: left;
}

.training-camp-section .slider-box .details span {
  text-align: left;
  display: block;
}

.training-camp-section .slider-box .details p {
  text-align: left;
}

.training-camp-section .slider-box .details h6 {
  text-align: left;
}

/* Home Page Css end*/
@media screen and (min-width: 1600px) and (max-width: 8000px) {
  .training-camp-section .slider-box:hover .details a.read-more-btn {
    position: fixed;
    bottom: 25px;
    left: 0;
    width: 130px;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .price-boxes {
    padding: 0px !important;
    margin: 0 auto !important;
  }

  .price-text.custom-price-text {
    padding: 20px 5px;
  }

  .img-main-div {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  section.pricing-section .box {
    text-align: center;
  }

  .price-boxes {
    padding: 0px !important;
    margin: 0 auto !important;
  }

  .img-main-div {
    width: 100%;
  }
  /* New image secton css start */
  .mn-part-hold {
    width: 100%;
    font-size: 18px;
    display: block;
  }
  .mn-txt-part {
      padding: 20px 0px;
      text-align: center;
  }
  .mn-txt-part h2{
    font-size: 18.9px;
  }
  .mn-txt-part .download-program-file a.common-btn {
      width: auto;
  }
  .mn-img-part {
      padding: 20px 0px 0px 0px;
  }
  .mn-img-part .box{
    margin: 0 auto;
  }
  /* New image secton css end */
}

.maraleina-sports-section h6{
	/* font-size: 40px; */
    /* font-weight: 600; */
	text-transform: uppercase;
	/* margin-bottom: 30px; */
	
	font-size: 30px;
    font-weight: 600;
    margin: 14px 0 11px;
}





/* section.pricing-section.common-top-section{ */
/* background-color: #EEEEEE !important; */
/* } */

/* .bg-black { */
/* background-color: #000; */
/* padding: 10px; */
/* } */

/* .bg-white { */
/* background-color: #fff; */
/* padding: 5px; */
/* } */

/* .text-white { */
/* color: #fff; */
/* } */

/* .text-black { */
/* color: #000; */
/* } */

/* .second_pricing_content.d-flex.justify-content-center.flex-wrap { */
/* margin-top: 20px; */
/* } */

/* .custom-box { */
/* flex: 0 0 auto;  */
/* width: 332px; */
/* height: 207px; */
/* margin-right: 10px; */
/* border-radius: 5px 5px 0 0; */
/* } */

/* .custom-image { */
/* width: 100%; */
/* height: 100%; */
/* object-fit: cover; */
/* border-radius: 5px 5px 0 0; */
/* } */

/* .custom-price { */
/* font-family: 'Bebas Neue', sans-serif; */
/* font-weight: 400; */
/* font-size: 50px; */
/* line-height: 50px; */
/* text-align: center; */
/* background-color: black; /* Black background for price */
*/
/* color: white; /* White text for price */
*/
/* width: 100%; /* Full width for the black background */
*/
/* padding: 10px 0; /* Some padding for better visual spacing */
*/
/* } */

/* .custom-price-text { */
/* font-family: 'Poppins', sans-serif; */
/* font-weight: 400; */
/* font-size: 16px; */
/* line-height: 28px; */
/* text-align: center; */
/* background-color: white; /* White background for price text */
*/
/* color: black; /* Black text for price text */
*/
/* width: 100%; /* Full width for the white background */
*/
/* padding: 10px 0; /* Some padding for better visual spacing */
*/
/* margin-top: 10px; /* Paragraph spacing */
*/
/* } */