.tennis-coach {
  max-width: 100vw !important;
  width: 100vw !important;
  margin: 0 0 !important;
  padding: 0 0 !important;

  overflow: hidden;
  scroll-behavior: smooth;
}

.logo-itf {
  padding-top: 2rem;
  height: 7vw !important;
  width: 7vw !important;
  position: absolute;
  top: 0vw;
  right: 2rem;
}

.coach-big {
  width: 100vw;
  height: calc(100vh - 20rem);
  position: relative;
  overflow: hidden;
}
.box-coach-main {
  width: 100%;
  height: calc(100vh - 20rem);
  padding: 0 10%;
  position: relative;
}
.coach-box {
  margin: 0.5rem;
  width: calc(((100vw - 2rem) / 10) - 1rem);
  aspect-ratio: 0.7;
}
.active .img-coach-box {
  outline: 4px solid #10183f;
}
.active .img-coach-box img {
  background-color: #c9d0f3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition-delay: 0.01s;
  transition: 0.2s;
  object-position: center;
  object-fit: cover;
  position: absolute;
  object-position: top 0 left 0;
}
.img-coach-box {
  width: calc(((100vw - 2rem) / 10) - 1rem - 4px);
  aspect-ratio: 1;
  outline: 2px solid #9d9d9d;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
  margin-left: 2px;
}
.img-coach-box img {
  width: calc((((100vw - 2rem) / 10) - 1rem - 4px));
  aspect-ratio: 1;
  object-position: center;
  object-fit: contain;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition-delay: 0.0001s;
  /* position: absolute; */
  /* width: 50vw; */
  /* object-fit: cover; */
  /* left: 50%;
  transform: translate(-50%, 0); */
  /* object-position: top 0 left 0; */
}
.img-coach-box img:hover {
  width: calc((((100vw - 2rem) / 10) - 1rem - 4px));
  aspect-ratio: 1;
  object-position: center;
  object-fit: cover;
  position: absolute;
  background-color: #c9d0f3;
  /* width: 50vw; */
  /* object-fit: cover; */
  /* left: 50%;
  transform: translate(-50%, 0); */
  object-position: top 0 left 0;
}
.text-coach-box {
  padding: 0.25rem;
  width: calc(((100vw - 2rem) / 10) - 1rem);
  white-space: pre-wrap;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.img-coach-main {
  width: 30%;
  height: calc(100vh - 20rem);
  overflow: hidden;
  position: relative;
}
.img-coach-main img {
  width: 100%;
  height: calc(100vh - 20rem);
  object-fit: contain;
  /* position: absolute; */
  /* width: 50vw; */
  /* object-fit: cover;
  left: 50%;
  transform: translate(-50%, 0);
  object-position: top 0 left 0; */
}
.text-coach-main {
  width: calc(70% - 4rem);
  height: calc(100vh - 20rem);
  position: relative;
  overflow: scroll;
  text-overflow: ellipsis;
}

.header-coach-main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  height: 4rem;
}
.detail-coach-main {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.row {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem;
}

@media (max-width: 750px) {
  .box-coach-row {
    overflow-x: scroll !important;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tennis-coach {
    max-width: 100vw !important;
    width: 100vw !important;
    margin: 0 0 !important;
    padding: 0 0 !important;

    overflow: hidden;
  }
  .coach-big {
    height: calc(100vh - 14.5rem - 150px);
  }
  .box-coach-main {
    height: calc(100vh - 14.5rem - 150px);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .coach-box {
    width: 100px;
    height: 150px;
  }
  .active .img-coach-box {
    outline: 4px solid #10183f;
  }
  .img-coach-box {
    width: 96px;
    height: 96px;
  }
  .img-coach-box img {
    width: 96px;
    height: 96px;
    transition-property: object-fit, height;
  }
  .text-coach-box {
    padding: 0.25rem;
    width: 100px;
    white-space: pre-wrap;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .img-coach-main {
    width: 30vw;
    height: calc(100vh - 14.5rem - 150px);
  }
  .img-coach-main img {
    width: 30vw;
    height: calc(100vh - 14.5rem - 150px);
  }
  .text-coach-main {
    width: calc(70vw - 4rem);
    height: calc(100vh - 14.5rem - 150px);
    position: relative;
    overflow: scroll;
    text-overflow: ellipsis;
  }

  .header-coach-main {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 4rem;
    height: 4rem;
  }
  .detail-coach-main {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .row {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
  }
}

@media (max-width: 450px) {
  .coach-box {
    margin: 0.5rem;
    width: 100px;
    height: 150px;
  }
  .text-coach-box {
    padding: 0.25rem;
    width: 100px;
    white-space: pre-wrap;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .img-coach-main {
    width: 100vw;
    height: 150px;
  }
  .img-coach-main img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    height: 150px;
  }
  .text-coach-main {
    width: 100vw;
    height: calc(100vh - 14.5rem - 150px);
    position: relative;
    overflow: scroll;
    text-overflow: ellipsis;
  }

  .header-coach-main {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2rem;
    height: fit-content;
  }
  .detail-coach-main {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .row {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0rem;
    margin-left: 0rem;
  }
}
@media (min-width: 576px) {
  .title-image {
    margin-top: 15%;
  }
}

.section2 {
  width: 100%;
  height: 800px;
  background-color: white;
}

.content1 {
  /* background-color: tomato; */
  width: 500px;
}

.content1 img {
  padding: 50px;
  width: 100%;
}

.content1 h1 {
  font-size: 50px;
  text-align: right;
  margin-top: -150px;
  padding: 50px;
  font-weight: 700;
  color: white;
}

.content1 p {
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
  font-weight: 700;
  color: black;
  border: 2px solid black;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  width: 70%;
  cursor: pointer;
}

.content2 {
  /* background-color: tomato; */
  width: 500px;
}

.content2 img {
  padding: 50px;
  width: 100%;
}

.content2 h1 {
  font-size: 50px;
  text-align: right;
  margin-top: -150px;
  padding: 50px;
  font-weight: 700;
  color: white;
}

.content2 p {
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
  font-weight: 700;
  color: black;
  border: 2px solid black;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  width: 70%;
  cursor: pointer;
}

.text-section3-head {
  z-index: 99;
  position: absolute;
  color: white;
  font-size: 70px;
  font-weight: 700;
  margin-top: 200px;
}

.text-section3-body {
  z-index: 99;
  position: absolute;
  color: white;
  font-size: 15px;
  margin-top: 270px;
  width: 70%;
  text-align: center;
}

.section4 {
  height: 850px;
}

.section4-main {
  background-color: white;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.section4-main img {
  width: 250px;
  padding: 20px;
}

.text-sectione4-1 {
  padding-left: 20px;
  color: black;
}

.text-sectione4-2 {
  padding-left: 20px;
  color: black;
}

.form-contact-index {
  width: 35% !important;
}

/* .form-control {
  padding-left: 40px;
  font-size: 15px !important;
  background-color: #fff !important;
  border: none;
  box-shadow: inset 0px 0px 10px 1px rgba(196, 196, 196, 0.6);
  border-radius: 20px 0px 0px 20px;
  height: 40px !important;
} */

/* .btn-primary {
  color: #ffffff;
  background-color: #235347;
  border-radius: 0px 20px 20px 0px;
  border-color: #235347;
  height: 40px !important;
  font-size: 15px !important;
  margin-bottom: 150px;
} */

.btn-read {
  color: #ffffff;
  background-color: #235347;
  border-color: #235347;
  height: 40px !important;
  font-size: 15px !important;
  margin-bottom: 150px;
}

/*8888*/

.tennis {
  width: 100%;
  height: 450px;
  background-color: white;
}

.tennis-courts {
  width: 100%;
  height: 1100px;
  background-color: white;
}

.tennis-content-1 {
  /* background-color: tomato; */
  width: 350px;
}

.tennis-content-1 img {
  padding: 20px;
  width: 100%;
  height: 500px;
  border-radius: 30px;
  object-fit: cover;
}

.tennis-content-1 h1 {
  border-radius: 0px 0px 9px 0px;
  font-size: 25px;
  text-align: right;
  margin-top: -107px;
  padding: 44px 20px 13px 0px;
  width: 329px;
  font-weight: 500;
  color: white;
  position: relative;
  display: block;
  background-image: linear-gradient(to right, #00000000, #0000000e, #0000009c);
}

.tennis-content-1 p {
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
  font-weight: 700;
  color: black;
  border: 2px solid black;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  width: 70%;
  cursor: pointer;
}

/* faq */
section {
  position: relative;
  padding: 7.5rem 0;
}

.banner-faq {
  height: 100%;
  padding: 0 !important;
  position: relative;
  /* height: 760px; */
  width: 100%;
}

.banner-faq img {
  width: 100%;
  /* height: 760px; */
  object-fit: cover;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.text-banner-faq {
  z-index: 99;
  position: absolute;
  color: white;
  font-size: 70px;
  font-weight: 700;
  margin-top: 170px;
}

div.title-text2 {
  font-size: 2.5rem;
  text-align: center;
  color: #000000;
  padding: 20px 0;
}

.main {
  position: relative;
  /* height: 760px; */
}

.img-card {
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
}

.img-card img {
  height: 100%;
  object-fit: contain;
}

@media (max-width: 670px) {
  .text-banner-faq {
    z-index: 99;
    position: absolute;
    color: white;
    font-size: 70px;
    font-weight: 700;
    margin-top: 100px;
  }
  .title-text1 {
    font-size: 2.5rem !important;
  }
  div.title-text2 {
    font-size: 1.5rem !important;
    padding: 0px 0;
  }
}

.content-faq {
  width: 600px;
  margin-right: 50px;
}

.content-faq-data {
  text-align: start;
  margin-left: 60px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 10px 1px rgba(196, 196, 196, 0.6);
}

.content-faq-item summary {
  font-size: 30px;
  font-weight: 600;
  background-color: #262626;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  outline: none;
  border-radius: 10px;
  text-align: left;
  position: relative;
}

.content-faq-text {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 15px;
}

.content-faq-item details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

.datepicker-strip {
  margin-top: 1.5rem !important;
}

.datepicker-month-label {
  margin-bottom: -2.5rem;
}

.datepicker-date-day-Item {
  border: 2px solid #00000000 !important;
}

.scroll-head {
  border: 1px solid #00000000 !important;
  border-radius: 2px;
  margin: 8px 0px 8px 0px;
  text-align: center;
  height: 18px;
  font-size: 12px;
  background: #00000000 !important;
  color: #00000000;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

details > summary::after {
  position: absolute;
  content: '+';
  right: 20px;
}

details[open] > summary::after {
  position: absolute;
  content: '-';
  right: 20px;
}

details > summary::-webkit-details-marker {
  display: none;
}

/* Create two equal columns that floats next to each other */

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 500px;
  padding: 50px;
  text-align: center;
}

.row-faq {
  height: 500px;
}

.form-content {
  background-color: #fff;
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
  height: 45px;
  width: 100%;
  padding-left: 15px;
}

.form-content-1 {
  background-color: #fff;
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
  height: 200px;
  width: 100%;
  padding-left: 15px;
}

.content-contact-main h3 {
  font-size: 88px;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 20px;
}

.content-contact-main p {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}

.content-contacts {
  width: 460px;
  height: 520px;
  padding: 30px;
  border-width: 1px;
  border-color: #42424244;
  border-style: solid;
  border-radius: 20px;
}

.content-box {
  width: 400px;
}

.content-data-contact {
  margin-right: 50px;
  margin-top: 50px;
  width: 700px;
}

.content-data-contact h5 {
  font-size: 20px;
  text-align: start;
}

.content-data-contact h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: start;
}

.content-data-contact p {
  text-align: start;
}

/* .form-control {
  padding-left: 40px;
  font-size: 20px;
  background-color: #fff;
  border: none;
  box-shadow: inset 0px 0px 10px 1px rgba(196, 196, 196, 0.6);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 60px;
} */

/* contact */

.img-contact img {
  width: 500px;
}

.column-faq {
  float: left;
  width: 40%;
  padding: 10px;
  height: 500px;
  padding: 50px;
  text-align: center;
}

.content-reservation-main {
  margin: 5%;
  margin-top: 3%;
}

.form-reserv {
  background-color: #fff;
  border: 0px;
  border-bottom: 2px solid #272727;
  height: 45px;
  width: 80%;
  padding-left: 15px;
}

.form-reserv-1 {
  background-color: #fff;
  border: 0px;
  border-bottom: 2px solid #272727;
  height: 200px;
  width: 80%;
  padding-left: 15px;
}

.content-reserv-time {
  text-align: center;
}

.content-reserv-time h4 {
  font-weight: normal;
  margin-bottom: 10px;
}

.content-reserv-time div {
  height: 50px;
  width: 70%;
  background-color: #e7e7e7;
  font-size: 20px;
  margin: 15px;
  margin-left: 15%;
  padding: 10px;
}

.content-reserv-time div:hover,
.content-reserv-time div:focus,
.content-reserv-time div:active {
  background-color: #222222;
  color: #ffffff;
}

.calendar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

.calendar-day {
  width: 100px;
  text-decoration: none;
  color: black;
  margin: 2px;
  text-align: center;
  font-size: 20px;
}

.calendar-day:hover {
  background-color: #222222;
  color: #ffffff;
}

.calendar-number {
  width: 100px;
  height: 80px;
  background-color: #e7e7e7;
  padding: 10px;
  text-decoration: none;
  color: black;
  margin: 2px;
  font-size: 20px;
}

.calendar-number:hover {
  background-color: #222222;
  color: #ffffff;
}

.content-calendar-header {
  width: 50%;
  height: 40px;
}

.content-calendar-btn {
  margin-top: -10px;
}

.content-calendar-btn button {
  font-size: 20px;
  width: 90%;
  padding: 5px;
}

.calendar-text {
  font-size: 20px;
  margin-left: 20px;
}

.content-reservation-data-2 {
  align-items: center;
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  height: 350px;
  width: 300px;
  padding: 2%;
  margin-left: 0px;
  margin-top: 100px;
}

.content-data-1 img {
  padding: 15px;
  object-fit: cover;
  width: 600px;
  height: 700px;
  border-radius: 40px;
}

/* ---------------------------------------- ---------------------------------------- ---------------------------------------- */

.home h1 {
  font-size: 2.5rem;
}

.home h2 {
  font-size: 8rem;
}

.tennis-card {
  padding: 10px 0px 0px 80px;
  line-height: 2rem;
}

.tennis-card h1 {
  font-size: 50px;
  color: #000000;
}

.tennis-card p {
  font-size: 16px;
  color: #000000;
}

.tennis-img {
  padding: 0px;
  border: 0px solid;
  border-radius: 10px;
  height: 450px;
  width: 100%;
}

.football-card {
  padding: 10px 80px 0px 0px;
  line-height: 2rem;
}

.football-card h1 {
  font-size: 50px;
  color: #000000;
}

.football-card p {
  font-size: 14px;
  color: #000000;
}

.topic-4 {
  font-size: 24px;
  padding: 5px 0px 20px 15px;
}

.football-btn {
  margin-top: auto;
  position: absolute;
  right: 80px;
  bottom: 0px;
  background-color: #353535;
}

.class-card {
  background-size: cover;
}

/* .class-card:hover,
.class-card:focus-within {
  transform: scale(1.05);
} */

.card {
  height: 530px;
  padding: 0rem 0 0;
  background: #00000000;
  overflow: hidden;
}

.card-content {
  align-content: end;
  height: 100%;
  padding: 1.5em;
  background: linear-gradient(
    hsl(0 0% 0% /0),
    hsl(20 0% 0%/ 0.3) 20%,
    hsl(0 0% 0% / 1)
  );
  transform: translateY(87%);
}

.card-content .topic-3 {
  font-size: 22px;
}

.card-content .text-desc1 {
  color: #fff;
  font-size: 0.8rem;
}

.card-title2 {
  position: relative;
  color: #ffffff !important;
}

.card-title2::after {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  bottom: -10px;
  width: 90%;
  background: #fff;
  transition: 500ms;
}

.class-card:hover .card-title2::after,
.class-card:focus-within .card-title2::after {
  transform: scaleX(1);
}

.card-content {
  transition: 500ms ease;
  transition-delay: 500ms;
}

/* .class-card:hover .card-content,
.class-card:focus-within .card-content {
  transform: translateY(0%);
} */

.class-card:focus-within .card-content {
  transition-duration: 0ms;
}

.card-content > *:not(.card-title2) {
  opacity: 0;
  transition: 500ms linear;
}

.class-card:hover .card-content > *:not(.card-title2),
.class-card:focus-within .card-content > *:not(.card-title2) {
  opacity: 1;
  transition-delay: 1000ms;
}

.card-title2::after {
  transform: scaleX(0);
}

.btn {
  display: inline-block;
  background-color: #fff;
  margin-top: 1em;
  padding: 0.5em 1.25em;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #181818;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item.disabled .page-arrow1,
.page-item.disabled .page-arrow2 {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
}

.page-item.active .page-arrow {
  z-index: 3;
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.page-item:first-child .page-arrow1 {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-arrow2 {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-arrow1:hover,
.page-arrow2:hover {
  text-decoration: none;
}

.page-arrow1 {
  position: absolute;
  display: block;
  font-size: 50px;
  left: 0;
  bottom: 300px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #181818;
}

.page-arrow2 {
  position: absolute;
  display: block;
  font-size: 50px;
  right: 0;
  bottom: 300px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #181818;
}

.btn-fix {
  display: none;
}

.btn.fix > button {
  color: #fff;
  background-color: #1a1a1a;
  border: 0px;
}

.menu-bar {
  display: none;
}

.menu-bar > a {
  display: none;
}

.icon-index {
  margin-top: -620px;
  margin-bottom: 150px;
}

.img-service {
  width: 1200px;
  height: 725px;
}

.modal-content {
  border-radius: 20px !important;
}

.table {
  background-color: #1a1a1a;
  color: #fff;
}

tbody {
  background-color: #fff;
  color: #1a1a1a;
}

.table td {
  vertical-align: middle;
}

.datepicker-month-label {
  color: #1a1a1a !important;
}

.datepicker-date-day-Item:hover {
  background-color: rgb(92, 184, 92) !important;
  color: #fff !important;
}

.date-day-Item-selected {
  color: rgb(92, 184, 92) !important;
}

.datepicker-button-previous,
.datepicker-button-next {
  background-color: #1a1a1a !important;
}

.css-yk16xz-control {
  border-width: 0px;
}

.orderDescText #text {
  width: 200px;
}

@media (min-width: 1025px) {
  .courtTen {
    margin-top: 5rem !important;
  }
}

@media (max-width: 1024px) {
  .info-padding {
    padding: 5px 3rem 55px 3rem !important;
  }

  .page-arrow1,
  .page-arrow2 {
    bottom: 220px;
  }

  .card {
    height: 600px;
  }

  .home h1 {
    margin-top: 50px;
    font-size: 2rem;
  }

  .home h2 {
    font-size: 7rem;
  }

  .tennis-card {
    padding: 0px 0px 0px 40px;
  }

  .tennis-card h1 {
    font-size: 45px;
    color: #000000;
  }

  .tennis-card p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
  }

  .football-card {
    padding: 0px 40px 0px 0px;
    line-height: 1.5rem;
  }

  .football-card h1 {
    font-size: 45px;
    color: #000000;
  }

  .football-card p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
  }

  .football-btn {
    position: absolute;
    right: 40px;
  }

  .info-img {
    height: 270px !important;
  }

  .btn-fix {
    display: inline;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    width: 100%;
    left: 138px;
  }

  .btn-fix > button {
    margin-left: 60px !important;
    margin-right: 60px !important;
    background-color: #1a1a1a;
    border: 0px;
  }

  .img-card {
    padding: 20px 50px;
  }

  .tennis-img {
    height: 450px;
  }

  .card {
    height: 440px;
    padding: 0rem 0 0;
  }

  .card-content {
    transform: translateY(83%);
    padding: 1.5em;
  }

  .card-content .topic-3 {
    font-size: 18px !important;
  }

  .card-content .text-desc1 {
    color: #fff;
    font-size: 0.75rem;
  }

  .icon-index {
    margin-top: -600px;
    margin-bottom: 200px;
  }

  .img-service {
    width: 800px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .bMcwED {
    grid-template-columns: repeat(1, 80%) !important;
  }
}

@media (max-width: 768px) {
  .info-padding {
    padding: 5px 0.75rem 5px 0.75rem !important;
  }

  .page-arrow1 {
    left: -50px;
  }

  .page-arrow2 {
    right: -50px;
  }

  .home h1 {
    margin-top: 70px;
    font-size: 1.5rem;
  }

  .home h2 {
    font-size: 5rem;
  }

  .tennis-card {
    padding: 0px 0px 0px 20px;
    line-height: 1.25rem;
  }

  .tennis-card h1 {
    font-size: 35px;
    color: #000000;
  }

  .tennis-card p {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
  }

  .football-card {
    padding: 0px 20px 0px 0px;
    line-height: 1.25rem;
  }

  .football-card h1 {
    font-size: 35px;
    color: #000000;
  }

  .football-card p {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
  }

  .football-btn {
    position: absolute;
    right: 20px;
  }

  .info-img {
    height: 190px !important;
  }

  .btn-fix {
    display: inline;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    width: 100%;
    left: 70px;
  }

  .btn-fix > button {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .img-card {
    padding: 20px 20px;
  }

  .tennis-img {
    height: 350px;
  }

  .card {
    height: 320px;
    padding: 0rem 0 0;
  }

  .card-content {
    transform: translateY(80%);
    padding: 0.75em;
  }

  .card-content .topic-3 {
    font-size: 14px !important;
  }

  .card-content .text-desc1 {
    color: #fff;
    font-size: 0.6rem;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .icon-index {
    margin-top: -400px;
    margin-bottom: 80px;
  }

  .img-service {
    width: 640px;
    height: 360px;
  }
}

@media (max-width: 750px) {
  .menu-bar {
    display: flex;
    background-color: rgb(239, 245, 244);
    position: fixed;
    z-index: 100;
    bottom: 10px;
    width: 95%;
    height: 60px;
    flex-direction: column;
    border-radius: 10px;
    justify-items: center;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .menu-bar > a {
    display: inline;
    color: #1a1a1a;
    width: 25% !important;
    text-align: center;
    margin-top: -4px;
  }
  .btn-fix {
    display: none;
  }
}

@media (max-width: 425px) {
  .home h1 {
    margin-top: 70px;
    font-size: 1.5rem;
  }

  .home h2 {
    font-size: 5rem;
  }

  .page-arrow1 {
    left: -40px;
  }

  .page-arrow2 {
    right: -40px;
  }

  .page-arrow1,
  .page-arrow2 {
    bottom: 700px;
  }

  .tennis-card {
    padding: 0px 0px 0px 0px;
    line-height: 1.25rem;
  }

  .tennis-card h1 {
    margin-top: 30px;
    font-size: 35px;
    color: #000000;
  }

  .tennis-card p {
    font-size: 15px;
    color: #000000;
  }

  .football-card {
    padding: 0px 0px 0px 0px;
    line-height: 1.25rem;
    margin-bottom: 30px;
  }

  .football-card h1 {
    font-size: 35px;
    color: #000000;
  }

  .football-card p {
    font-size: 15px;
    color: #000000;
  }

  .football-btn {
    position: unset;
    right: 20px;
    width: 330px;
  }

  div.text-header {
    padding-left: 0px;
  }

  div.btn-more {
    padding-right: 0px;
  }

  div.btn-more .topic-4 {
    margin-top: 0px !important;
  }

  div.text-header .topic-2 {
    font-size: 40px;
  }

  .coach-header {
    padding: 0;
  }

  .logo-itf {
    margin-top: 0.5rem;
    padding-top: 0rem;

    height: 7vw !important;
    right: 2vw;
    /* position: absolute;ƒ
  top: 5vw;
  right: 5vw; */
  }

  .img-card {
    padding: 10px 20px;
  }

  .info-main {
    padding: 5px !important;
  }

  .info-img {
    height: 120px !important;
  }
  .content-faq-item summary {
    font-size: 12px !important;
    font-weight: 400;
  }
  .content-faq-text {
    font-size: 12px;
  }
  .btn-fix {
    display: none;
  }
  .menu-bar {
    display: flex;
    background-color: rgb(239, 245, 244);
    position: fixed;
    z-index: 100;
    bottom: 10px;
    width: 95%;
    height: 60px;
    flex-direction: column;
    border-radius: 10px;
    justify-items: center;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .menu-bar > a {
    display: inline;
    color: #1a1a1a;
    width: 25% !important;
    text-align: center;
    margin-top: -4px;
  }

  .menu-bar > a:hover {
    text-decoration: none;
  }

  .img-card {
    padding: 10px 10px;
  }

  .tennis-img {
    height: 220px;
  }

  .card {
    height: 346.5px;
    padding: 0rem 0 0;
  }

  .card-content {
    transform: translateY(75%);
    padding: 0.5em;
  }

  .text-card {
    font-size: 10px !important;
  }

  .icon-index {
    margin-top: -210px;
    margin-bottom: 20px;
  }

  .img-service {
    width: 350px;
    height: 30px;
  }

  .index-text {
    text-align: center !important;
  }

  .img-coach {
    width: 400px;
  }
}

@media (max-width: 320px) {
}

