.site-index {
  width: 100% !important;
  overflow-x: hidden;
}

.hero-section-image {
  width: 100%;
  height: 750px;
  position: relative;
  background-image: url(../images/Futsal-Wallpaper-1600x900-07036.png);
  background-attachment: fixed;
}

.hero-section-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  /* background-color: rgba(0,0,0,0.8); */
  z-index: 10;
}

.hero-section-content-container {
  /* display: flex;
    z-index: 20; */
  margin: 0 110px;
  margin-top: 200px;
  /* flex:1; */
}

::-webkit-input-placeholder { 
  position:absolute;
  left:-10px;
}

.custom-otp::-webkit-input-placeholder { 
  position:relative;
}

.court-search-input::-webkit-input-placeholder { 
  position:absolute;
  top:-5px;
}

.mainDiv {
  padding: 20px;
}
.formSubDiv {
  background-color: #00000061;
}

@media screen and (max-width: 1050px) {
  .hero-section-content-container {
    margin-left: 100px;
    margin-right: 100px;
  }

  .hero-section-image {
    height: 1150px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section-content-container {
    /* flex-direction: column-reverse; */
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px !important;
  }

}

@media screen and (max-width: 320px) {
  .hero-section-image {
    height: 1350px;
  }

}

.welcome-section {
  flex: 0.7;
  /* margin: 10px; */
}

.check-availability-form-container {
  flex: 0.3;
  color: #fff;
  margin: 10px;
  margin-top: 30px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: flex;
  height: 400px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background-color: #00000057;
}

.supersub-date-picker {
  background-color: transparent !important;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #fff;
  width: 100% !important;
  padding: 0px 30px;
  outline: none;
  height: 50px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(0.5);
}

.btn-check {
  /* border-radius: 5px;
    border:2px solid #3861c9; */

  color: black;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background-color:#f6e14e;
  margin: 20px 0;
  margin-top: 30px;
}

.btn-check:hover {
  /* background-color: #053dcc; */
  color: #ffffff;
  /* border:2px solid #fff;
    transition: 300ms linear; */
}

.welcome-section p {
  font-weight: 600;
  font-size: 36px;
}

.booking-section {
  position: relative;
  height: 450px;
  display: flex;
}

.booking-description-container {
  box-shadow: 2px 4px 15px #737373;
  width: 100%;
  background-image: url(../images/Futsal-qualifiers.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 150%;
  display: flex;
  justify-content: flex-end;
}

.description-right {
  width: 70%;
  height: 100%;
  background-color: rgba(246, 225, 78, 0.8);
  clip-path: polygon(100% 0, 34% 0, 11% 48%, 33% 100%, 100% 100%);
  position: relative;
  animation: opendescriptionright 1000ms linear;
}

.description-left {
  height: 100%;
  width: 71%;
  background-color: rgba(246, 225, 78, 0.8);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  position: relative;
  animation: opendescriptionleft 1000ms linear;
}

.booking-description-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.content-header {
  font-size: 36px;
  font-weight: 600;
  width: 100%;
}

.content-header-highlight {
  color: #fff;
  text-shadow: 0 0 5px #737373;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -55%);
}

.content-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.booking-btn-container {
  margin: 15px 0;
  width: 100%;
}

.landing-page-btn a {
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #737373 !important;
  padding: 5px 15px;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 600;
  color: #737373 !important;
}

.landing-page-btn a:hover {
  background-color: #737373;
  text-decoration: none !important;
  color: #fff !important;
  transition: 500ms;
}

.about-us-section {
  position: relative;
  height: 450px;
  margin: 0 10px !important;
  display: flex;
}

.about-us-description-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  border-radius: 20px;
  box-shadow: 2px 4px 15px #737373;
  width: 90%;
  background-image: url(../images/maxresdefault.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 200%;
  display: flex;
  justify-content: flex-end;
}

.contact-us-section {
  position: relative;
  height: 450px;
  display: flex;
}

.contact-us-description-container {
  width: 100%;
  background-image: url(../images/location.png);
  background-repeat: no-repeat;
  background-size: 150% 150%;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 4px 15px #737373;
  justify-content: flex-start;
}

.contact-us-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.contact-us-input-fields {
  border: 2px solid #737373;
  border-radius: 5px;
  resize: none;
  background-color: rgba(240, 228, 139, 0.8);
}

.contact-us-submit-btn {
  background-color: transparent;
  border: 2px solid var(--text);
  border-radius: 5px;
  padding: 5px 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.contact-us-submit-btn:hover {
  background-color: #737373;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
}

.carousel {
  margin-top: 20px;
}

.carousel-images1 {
  height: 450px;
  align-self: center;
  border-radius: 5px !important;
  align-content: center;
}

.carousel-images {
  height: 400px;
  align-self: center;
  border-radius: 5px !important;
  align-content: center;
}

.carousel-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#index-page {
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .booking-description-overlay {
    display: block;
  }
  .description-right,
  .description-left {
    clip-path: none;
    width: 100%;
  }
  .content,
  .content-left {
    position: static;
    transform: translate(0%, 0%);
    margin: 20px;
  }
  .booking-section,
  .about-us-section,
  .about-us-description-container,
  .contact-us-description-container,
  .booking-description-container {
    height: auto;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-size: 100% 100%;
    background-position: center;
  }
  .contact-us-section {
    position: static;
    margin: 10px;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  .carousel-inner {
    border-radius: none;
  }

  .info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
  }
  .booking-description-container,
  .about-us-description-container,
  .contact-us-description-container {
    transform: translate(0%, 0%);
  }

  .description-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content-left {
    width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .content-left {
    width: 100%;
  }
  .content-header {
    font-size: 24px;
  }
    .mainDiv{
    flex-direction: column-reverse;

  }
}

@keyframes opendescriptionright {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 47%, 100% 100%, 100% 98%);
  }
  100% {
    clip-path: polygon(100% 0, 34% 0, 11% 48%, 33% 100%, 100% 100%);
  }
}

@keyframes opendescriptionleft {
  0% {
    clip-path: polygon(0% 0%, 0 0, 0 51%, 0 99%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  }
}
