.slots tbody tr {
  cursor: pointer;
}
.cs-court-desc {
  font-size: 17px;
  text-align: justify;
  line-height: 25px;
}

.checkbox-booking:hover {
  cursor: pointer;
}

.title-and-search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-search {
  border-radius: 30px;
  outline: none;
  padding: 0 10px;
  border: 2px solid var(--shadow-color);
}

.title-container {
  font-size: 38px;
  font-weight: 900;
  text-transform: capitalize !important;
  color: var(--text);
  margin: 10px;
}
.court-details-layout {
  display: flex;
  flex: 1;
}
.court-details-owner-section {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px -1px #c6c6c6 !important;
}

.price-location-dimension-container {
  background-color: #fff;
  box-shadow: 0 0 6px -1px #c6c6c6 !important;
}

.side-court-details-owner-section {
  margin: 15px 0px;
}

.carousel-item {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-images1-background {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  filter: blur(5px);
}

.carousel-images1 {
  z-index: 10;
}

.owner-detail-container {
  border-radius: 5px;
  flex: 1;
  display: flex;
}

.profile-image-owner {
  height: 100%;
  width: 100%;
  flex: 0.3;
}

.title-owner {
  font-weight: bolder;
  font-size: 22px;
  color: #3861c9;
  margin: 10px 0;
}

.image-and-details-container {
  flex: 1;
}

.forms-and-owner-details-container {
  flex: 0.3;
}

.owner-details {
  width: 100%;
  border-radius: 3px;
}

.image-video-location-container {
  display: flex;
  justify-content: space-between;
}

.courts-details-content-image {
  height: 150px;
  width: 310px;
  border-radius: 15px;
}

.price-location-dimension-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 2px 0px #c6c6c6;
  border-radius: 5px;
  padding: 10px;
}

.location-dimension-container {
  display: flex;
  justify-content: space-between;
}
.court-details-price-container {
  display: flex;
  justify-content: start;
  font-size: 28px;
  color: #606060;
  font-weight: 600;
}

.location-dimension-container {
  display: flex;
  justify-content: space-between;
}

.save-share-btn-container {
  display: flex;
  justify-content: space-between;
}

.forms-and-owner-details-container {
  margin-left: 20px;
  margin-right: 0;
}

.save-btn {
  background-color: var(--primary);
  width: 150px;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.share-btn {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 150px;
  background-color: var(--primary);
}

.star-review {
  height: 20px;
  width: 20px;
}

.caurosel {
  position: relative;
}

.court-details-rating-container {
  position: absolute;
  top: 0;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.open-modal-book-btn {
  border-radius: 5px;
  background-color: #3861c9;
  padding: 5px 20px;
  width: 15%;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px gray;
  color: #fff;
  font-weight: bolder;
  box-shadow: 0px 0px 5px 0px gray;
}

.court-timing-modal {
  border-radius: 5px;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  background-color: #fff;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .court-timing-modal {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: scroll;
  }
  .adjuster-mobile {
    flex-direction: column;
  }
  .time-section {
    height: 100% !important;
    overflow-y: visible !important;
    margin-right: 0 !important;
  }
  .add-ons-container {
    flex: 1;
    margin-top: 20px;
  }
  .court-timings-div {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .submit {
    width: 100% !important;
    border-left: none !important;
  }
  .modal-container {
    padding: 10px !important;
  }
  .status-cycler {
    margin-left: 10px !important;
  }
  .booking-modal-close-btn {
    display: block;
  }
}

.card-body{
  z-index:-1;
}

@media screen and (max-width: 500px) {
  .open-modal-book-btn {
    width: 30%;
  }
}

.modal-container {
  padding: 10px 0 !important;
  padding-right: 10px !important;
}
.court-timings-div {
  width: 70%;
}

.proceed-btn {
  background-color: #3861c9;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.court-timing-modal-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  left: 0;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.time-section {
  overflow-y: scroll;
  height: 35vh;
  margin-top: 10px;
  margin-right: 20px;
  background-color: #f0f9ff;
}

.time-section::-webkit-scrollbar {
  width: 10px;
}

.time-section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.time-section::-webkit-scrollbar-thumb {
  background: #3861c9;
  border-radius: 10px;
}

.time-section::-webkit-scrollbar-thumb:hover {
  background: var(--navbar-menu-hover);
}

.court-details-date-selector {
  border-radius: 30px !important;
  padding: 0 10px !important;
  margin-left: 5px !important;
  outline: none !important;
  border: 2px solid #c6c6c6 !important;
  font-size: 12px !important;
}

.court-details-contact-us-form {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  color: var(--text);
  font-weight: 600;
  box-shadow: 0px 0px 7px var(--shadow-color);
  border-radius: 5px;
  margin-bottom: 30px;
}

.court-detail-contact-form-input {
  border-radius: 30px;
  border: 2px solid #d9d9d9;
  padding: 10px;
}

.court-details-social-icons {
  width: 25px !important;
  height: 25px !important;
  margin: 0 5px;
}

.contact-us-btn {
  background-color: var(--primary);
  padding: 5px;
  color: var(--text);
  font-size: 14px;
  border-radius: 3px;
  border: none;
  width: 100%;
  color: var(--text);
}

.owner-detail-container {
  color: var(--text);
}

.owner-profile-image {
  flex: 1;
}

.location-container span {
  text-align: center;
}

.location-container span:nth-child(1) {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.court-details-image-container {
  margin: 0 5px;
}

@media screen and (max-width: 1280px) {
  .court-details-layout {
    flex-direction: column;
  }
  .image-video-location-container {
    flex-direction: row;
  }
  .image-video-location-container img {
    width: 100%;
  }
  .courts-details-content-image {
    width: 500px;
  }
  .court-details-image-container {
    width: 100%;
  }
  .forms-and-owner-details-container {
    margin: 0;
  }
  .owner-profile-image {
    flex: 0.4;
  }
  .court-details-image-container {
    margin: 5px;
  }
}

.court-details-container {
  background-image: url("../images/Sports.png");
  padding:100px 110px;
}

@media screen and (max-width: 768px) {
  .court-details-container {
    margin: 100px 20px !important;
    padding: 0px;
  }
  .owner-detail-container img {
    width: 20%;
  }

}

@media screen and (max-width: 678px) {
  .court-details-image-container {
    margin: 5px;
  }
}

@media screen and (max-width: 450px) {
  .courts-details-content-image {
    height: 100px;
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  .owner-detail-container {
    flex-direction: column;
  }
  .court-details-price-container {
    flex-direction: column;
  }
  .location-dimension-container {
    flex-direction: column-reverse;
  }
  .location-container {
    margin-left: 0 !important;
  }
}

************************************************************* .conatiner {
  display: flex;
  flex-direction: row;
}

/* first container */
.firstcontainer {
  flex: 1;
}

.nameofground {
  position: absolute;
  width: 230px;
  height: 28px;
  left: 170px;
  top: 139px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #000000;
}

.caourselimages {
  position: absolute;
  width: 1002px;
  height: 459px;
  left: 163px;
  top: 224px;

  border-radius: 30px;
}

.roundedcaurosel {
  border-radius: 30px;
}

.prebtn {
  position: absolute;
  width: 63px;
  height: 96px;
  right: 1694px;
  top: 250px;

  background: linear-gradient(180deg, #403232 12.59%, rgba(2, 2, 2, 0.53) 100%);
  border-radius: 0px 14px 14px 0px;
}

.nexbtn {
  position: absolute;
  width: 63px;
  height: 96px;
  right: 0px;
  top: 250px;

  background: linear-gradient(180deg, #403232 12.59%, rgba(2, 2, 2, 0.53) 100%);
  border-radius: 14px 0px 0px 14px;
}

.footballground {
  position: absolute;
  width: 300px;
  height: 152px;
  left: 163px;
  top: 856px;

  border-radius: 20px;
}

.footballplayer2 {
  position: absolute;
  width: 300px;
  height: 152px;
  left: 513px;
  top: 856px;

  border-radius: 20px;
}

.googlemap {
  position: absolute;
  width: 300px;
  height: 152px;
  left: 863px;
  top: 856px;

  border-radius: 20px;
}

.imageshadow1 {
  position: absolute;
  width: 300px;
  height: 152px;
  left: 163px;
  top: 856px;

  background: linear-gradient(180deg, #919191 0%, rgba(17, 15, 15, 0) 100%);
  border-radius: 20px;
}
.imageshadow2 {
  position: absolute;
  width: 300px;
  height: 152px;
  left: 513px;
  top: 856px;

  background: linear-gradient(180deg, #919191 0%, rgba(17, 15, 15, 0) 100%);
  border-radius: 20px;
}
.imageshadow3 {
  position: absolute;
  width: 300px;
  height: 152px;
  left: 863px;
  top: 856px;

  background: linear-gradient(180deg, #919191 0%, rgba(17, 15, 15, 0) 100%);
  border-radius: 20px;
}

.vediocollection {
  position: absolute;

  right: 82.55%;
  height: 28px;
  bottom: 53.88%;
  left: 293px;
  top: 920px;
}
.camcollection {
  position: absolute;

  right: 82.55%;
  height: 28px;
  bottom: 53.88%;
  left: 643px;
  top: 920px;
}

.mapcollection {
  position: absolute;

  right: 82.55%;
  height: 28px;
  bottom: 53.88%;
  left: 993px;
  top: 920px;
}

.rateforground {
  position: absolute;
  width: 238px;
  height: 44px;
  left: 184px;
  top: 1050px;

  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;

  color: #3f3d3d;
}

.dimensionbox {
  position: absolute;
  width: 723px;
  height: 106px;
  left: 163px;
  top: 1103px;

  background: #ffffff;
  box-shadow: -1px 2px 12px 1px rgba(0, 0, 0, 0.25);
}

.dimenloca {
  position: absolute;
  width: 250px;
  height: 41px;
  left: 44px;
  top: 24px;

  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;

  color: #3f3d3d;
}

.district {
  position: absolute;
  width: 131px;
  height: 14px;
  left: 44px;
  top: 70px;

  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;

  color: #3f3d3d;
}

.groundlong {
  position: absolute;
  width: 191px;
  height: 14px;
  left: 294px;
  top: 70px;

  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;

  color: #3f3d3d;
}

.groundwide {
  position: absolute;
  width: 191px;
  height: 14px;
  left: 534px;
  top: 70px;

  font-family: Righteous;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;

  color: #3f3d3d;
}
/* second container */
.searchinput {
  position: absolute;
  width: 418px;
  height: 47px;
  left: 1339px;
  top: 140px;

  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 100px;
}

.secondcontainer {
  flex: 1;
}
input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 3;
  padding-left: 25px;
}

.save-button {
  position: absolute;
  width: 190px;
  height: 76px;
  left: 1339px;
  top: 230px;

  background: #e7d558;
  border-radius: 20px;
  border: #e7d558;
  text-decoration: none;
}

.save-heart {
  position: absolute;
  width: 27px;
  height: 25px;
  color: white;
  margin-right: 30px;
  left: 30px;
  top: 27px;
}
.savebuttontext {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  color: #737373;
  left: 70px;
  top: 20px;
}

.share-button {
  position: absolute;
  width: 190px;
  height: 76px;
  left: 1577px;
  top: 230px;

  background: #e7d558;
  border-radius: 20px;
  text-decoration: none;
}

.save-share {
  position: absolute;
  width: 27px;
  height: 30px;
  color: white;
  margin-right: 30px;
  left: 30px;
  top: 23px;
}

.sharebuttontext {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  color: #737373;
  left: 70px;
  top: 20px;
}

/* contact us */
.contactuscontainer {
  position: absolute;
  width: 428px;
  height: 305px;
  left: 1339px;
  top: 336px;

  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.contactustext {
  position: absolute;
  width: 239px;
  height: 55px;
  left: 22px;
  top: 15px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #565654;
}
.emailcontactus {
  position: absolute;
  width: 360px;
  height: 38px;
  left: 22px;

  background: #ffffff;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  top: 80px;
  border-radius: 16px;
}

.intrestedinput {
  position: absolute;
  width: 360px;
  height: 46px;
  top: 150px;
  left: 22px;

  background: #ffffff;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.contactbtn {
  position: absolute;
  width: 360px;
  height: 41px;

  background: #e7d558;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  top: 75%;
  left: 22px;
}

.contactbtntext {
  position: absolute;
  width: 100px;
  height: 29px;
  left: 22px;

  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */

  bottom: -10px;
  left: 38%;
  color: #ffffff;
}

/* Owner */

.owner {
  position: absolute;
  width: 266px;
  height: 41px;
  left: 1349px;
  top: 680px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #303030;
}

.ownerbox {
  position: absolute;
  width: 436px;
  height: 152px;
  left: 1339px;
  top: 720px;

  background: #ffffff;
  box-shadow: -1px 2px 12px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.ownerpic {
  position: absolute;
  width: 113px;
  height: 134px;
  top: 10px;
  left: 10px;

  border-radius: 7px;
}

.ownername {
  position: absolute;
  width: 160px;
  height: 23px;
  left: 1474px;
  top: 739px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;

  color: #606060;
}

.owmerlocation {
  position: absolute;
  width: 217px;
  height: 19px;
  left: 1474px;
  top: 773px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #606060;
}

.ownernumber {
  position: absolute;
  width: 148px;
  height: 22px;
  left: 1474px;
  top: 800px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #606060;
}

.owneremail {
  position: absolute;
  width: 144px;
  height: 21px;
  left: 1622px;
  top: 800px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #606060;
}

.ownersoialmedia {
  position: absolute;
  width: 295px;
  height: 19px;
  left: 1472px;
  top: 832px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  color: #606060;
}

/* description */

.disptitle {
  position: absolute;
  width: 179px;
  height: 26px;

  top: 934px;
  left: 1343px;

  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #303030;
}

.dispbox {
  position: absolute;
  width: 436px;
  height: 134px;
  left: 1339px;
  top: 975px;

  background: #ffffff;
  box-shadow: -1px 2px 12px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.disppara {
  position: absolute;
  width: 394px;
  height: 100px;
  left: 20px;
  top: 10px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  color: #606060;
}
