:root {
  --main-color--: #344595;
  --main2-color--: #ebf8fe;
  --holdText-color--: #627085;

  --transition--: 0.5s;
  --shadow--: 0px 2px 2px 0px #0000004d;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Tajawal", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.form-control:focus {
  box-shadow: unset;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}

.BgGradientBtn {
  background: linear-gradient(99.79deg, #38bdf8 -9.14%, #1e3a8a 94.06%);
}

.textMainColor {
  color: var(--main-color--) !important;
}
.holdColor {
  color: var(--holdText-color--);
}
.BorderColor {
  border: 1.6px solid #38bdf84d;
}
.small-text {
  font-size: 0.9rem;
  color: var(--holdText-color--);
}

/* header */

.navbar {
  background-color: var(--main2-color--);
  box-shadow: 0px 0px 5.5px 2px #38bdf840;
  padding: 0;
}

.navbar-brand img {
  height: 80px;
}

.nav-link {
  color: #000 !important;
  font-weight: bold !important;
  margin: 0 10px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 30px;
  }
}

.nav-link.active,
.nav-link:hover {
  background: linear-gradient(
    89.76deg,
    rgba(168, 85, 247, 0.1) 0.15%,
    rgba(56, 189, 248, 0.1) 102.04%
  );
  color: var(--main-color--) !important;
  border-radius: 4px;
  margin: 0 10px;
}

.btn-subscribe {
  background: linear-gradient(99.79deg, #38bdf8 -9.14%, #1e3a8a 94.06%);
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  padding: 8px 25px;
  border: 0;
  transition: var(--transition--);
}

.btn-subscribe:hover {
  background: linear-gradient(99.79deg, #38bdf8 -13.14%, #10245b 100.06%);
  color: #fff;
}

@media (max-width: 992px) {
  .navbar-brand img {
    height: 50px;
  }
  .btn-subscribe {
    font-weight: 500;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 15px;
    text-wrap: nowrap;
  }
}

.modal-backdrop.show {
  opacity: 0;
}

.offcanvas-header .btn-close {
  margin: 0;
}

.navbar-toggler {
  outline: 0;
  border: 0;
  box-shadow: unset !important;
}

@media (max-width: 992px) {
  .offcanvas {
    background: var(--main2-color--);
  }

  .offcanvas-header {
    border-bottom: 1px solid #eee;
  }
  .navbar-nav {
    padding: 0;
  }
  .offcanvas .nav-link {
    font-size: 18px;
    margin: 10px 0;
    padding: 10px;
  }
}

/* header */

/* Hero */

.HeroSec {
  position: relative;
  margin-top: 90px;
  height: calc(100vh - 90px);
}

.HeroSec .hero-img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 90px);
  object-fit: cover;
  display: block;
}

.HeroSec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(10, 22, 40, 0.855) 0%,
    rgba(16, 36, 94, 0.81) 50%,
    rgba(15, 23, 42, 0.855) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #fff;
}

.HeroSec .content {
  width: 100%;
  max-width: 600px;
}
.btn-HeroPrimary {
  background: #38bdf8;
  color: #fff !important;
}

.HeroSec p {
  margin: 15px 0 25px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .HeroSec {
    margin-top: 60px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .HeroSec {
    height: auto;
    margin-top: 60px;
  }

  .HeroSec .overlay {
    padding: 10px;
  }

  .HeroSec h1 {
    font-size: 1.3rem;
  }
  .HeroSec p {
    font-size: 0.7rem;
  }
  .HeroSec span {
    font-size: 0.7rem;
  }
  .HeroSec svg {
    width: 15px;
    height: 15px;
  }
}

/* Hero */

.Banner-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.Banner-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* StadiumSec */
.StadiumSec {
  overflow: hidden;
}
.StadiumSec h1 {
  font-size: 3.8rem;
}
@media (max-width: 865px) {
  .StadiumSec h1 {
    font-size: 1.8rem;
  }
}

.field-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 6px 1px #38bdf880;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .field-card {
    max-width: 380px;
  }
}

.field-card:hover {
  transform: translateY(-5px);
}

.field-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.price-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  color: #0055a5;
  font-weight: normal;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Women-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(270.33deg, #ec4899 2.53%, #a855f7 97.46%);
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.field-body {
  padding: 20px;
}

.field-body h5 {
  color: var(--main-color--);
  font-weight: 700;
}

.field-body p {
  color: var(--holdText-color--);
  margin-bottom: 15px;
}

.field-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.btn-field {
  display: block;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.btn-field:hover {
  opacity: 0.9;
}
/* StadiumSec */

/* login */
.loginBox {
  min-width: 680px;
  background: linear-gradient(
      135deg,
      #f9fafb 0%,
      rgba(56, 189, 248, 0.1) 50%,
      rgba(168, 85, 247, 0.1) 100%
    ),
    #ffffff;
  border-radius: 15px;
  padding: 15px;
}
@media (max-width: 768px) {
  .loginBox {
    width: 100%;
    min-width: 300px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.login-card {
  width: 100%;
  max-width: 380px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-top: 0.8px solid #f3f4f6;
  padding: 20px 25px;
  margin: 0 auto;
}

.loginBox h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.loginBox .form-control {
  border-radius: 10px;
  padding: 6px 12px;
}

.loginBox .btnLogin {
  border-radius: 5px;
  background: linear-gradient(269.19deg, #38bdf8 14.36%, #1e3a8a 99.71%);
  border: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.loginBox .btnLogin:hover {
  opacity: 0.9;
}

.loginBox .logoLogin {
  display: block;
  margin: 0 auto 15px;
  width: 100px;
}

.loginBox .create-account {
  border: 1.6px solid #38bdf8;
  border-radius: 8px;
  background: transparent;
  color: #1e3a8a;
  transition: var(--transition--);
}

.loginBox .create-account:hover {
  transition: var(--transition--);
  background: linear-gradient(269.19deg, #38bdf8 14.36%, #1e3a8a 99.71%);
  color: #fff;
}

.loginBox .footer-text {
  color: #6b7280;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}
.togglePassword {
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  left: 20px;
  top: 8px;
}

.eyePassword {
  color: var(--main-color--);
}

/* login */

/* footer */

.footer {
  overflow: hidden;
  background: linear-gradient(90deg, #b8ebff 0%, #e6f8ff 100%);
}

.footer * {
  color: var(--main-color--);
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin: 40px 0;
}

.footer-top img {
  height: 80px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.footer-column p {
  font-size: 16px;
  font-weight: 500;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
  font-weight: 500;
}

.footer-column ul li a:hover {
  color: var(--main-color--);
}

.footer .media a {
  padding: 5px;
  font-size: 20px;
}

.con_soc {
  display: flex;
  gap: 10px;
}

.faq-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: transform 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-column p {
    font-size: 17px;
  }

  .footer-column_end {
    justify-content: space-between;
  }

  .footer-bottom {
    padding-top: 20px;
  }
}

@media screen and (max-width: 780px) {
  .con_soc {
    justify-content: center;
  }

  .faq-button {
    width: 35px;
    height: 35px;
  }
}
.footer-top {
  padding-bottom: 0px;
  margin: 40px 0 0;
}

.footer-column {
  gap: 5px;
}

/* footer */

/* padel */

.padel-main-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.thumbs-Con {
  max-width: 430px;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.thumbs {
  position: relative;
  overflow: hidden;
  max-width: 340px;
  margin: 0 auto;
}

.thumbs-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 10px;
  padding: 10px;
}

.thumbs img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
  flex-shrink: 0;
}

.thumbs img.active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #0d6efd;
}

.thumb-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e1f5fe;
  color: #344595;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.thumb-btn:hover {
  background: #f1f1f1;
}

.thumb-btn.left {
  left: 5px;
}

.thumb-btn.right {
  right: 5px;
}

.info-list li {
  margin-bottom: 10px;
  font-size: 17px;
}

.info-list svg {
  color: #009966;
  background-color: #d0fae5;
  margin-left: 5px;
  border-radius: 50%;
  padding: 3px 0;
}

@media (max-width: 767px) {
  .padel-main-img img {
    height: 280px;
  }
}

.icondashbaordBackGround {
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.2) 0%,
    rgba(168, 85, 247, 0.2) 100%
  );
  border-radius: 10px;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.icondashbaordBackGround img {
  width: 100%;
}

.badge-green {
  display: inline-block;
  padding: 4px 12px;
  background-color: #dcfce7;
  color: #008236;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.badge-red {
  display: inline-block;
  padding: 4px 12px;
  background-color: #ffe2e2;
  color: #c10007;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.CardBorderBlue {
  border: 1px solid #32aadf;
  border-radius: 20px;
}

.CardBorderBlue.disabled {
  border: 1.6px solid #e5e7eb;
  background-color: #f3f4f6;
  color: #6a7282;
  border-radius: 20px;
}

.CardBorderBlue.disabled svg path {
  stroke: #6a7282 !important;
}

.badgePurble {
  background: linear-gradient(270.33deg, #ec4899 2.53%, #a855f7 97.46%);
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badgeBlue {
  background: linear-gradient(180deg, #1e3a8a 0%, #38bdf8 100%);
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-player {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px #4a556580;
  border: 1px solid #38bdf8;
  border-radius: 24px;
}

.player-options {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.player-card {
  position: relative;
  cursor: pointer;
  flex: 1;
  max-width: 350px;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  text-align: center;
}

.player-card input {
  display: none;
}

.player-card .card-content {
  padding: 20px;
  border-radius: 16px;
  background: #f9fafb;
  transition: 0.3s ease;
  border: 1.6px solid #e5e7eb;
}

.player-card-men .card-content {
  background: linear-gradient(
    135deg,
    rgba(30, 58, 138, 0.05) 0%,
    rgba(56, 189, 248, 0.05) 100%
  );
}

.player-card-women .card-content {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.05) 0%,
    rgba(236, 72, 153, 0.05) 100%
  );
}

.player-card-men input:checked + .card-content {
  box-shadow: 0px 0px 8px 7px #38bdf84d;
  border: 3px solid #38bdf8;
}

.player-card-women input:checked + .card-content {
  border: 2px solid #ec489a;
  box-shadow: 0 0 12px #ec489ab0;
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #555;
}

.availability {
  font-size: 13px;
  font-weight: 500;
}

.player-card-men .availability {
  color: #38bdf8;
}

.player-card-women .availability {
  color: #a855f7;
}

.choose-Padal .Padal-card input {
  display: none;
}

.choose-Padal .card-content {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 6px 1px #38bdf880;
  transition: transform 0.3s ease;
  transition: 0.5s;
}

.choose-Padal .card-content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .choose-Padal.card-content {
    max-width: 380px;
  }
}

.choose-Padal .Padal-card input:checked + .card-content {
  border: 3px solid #38bdf8;
  box-shadow: 0px 0px 22.3px 2px #38bdf8b2;
}

.date-options {
  box-shadow: 0px 0px 8px 0px #38bdf880;
  background: #ebf8fe;
  border-radius: 16px;
  padding: 32px 20px;
}

.date-card {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
  transition: 0.5s;
  flex: 1 1 calc(33.333% - 12px);
  max-width: 140px;
}

@media (max-width: 768px) {
  .date-card {
    flex: 1 1 calc(50% - 12px);
  }
}

@media (max-width: 480px) {
  .date-card {
    flex: 1 1 100%;
    max-width: 100px;
  }

  .date-options {
    padding: 32px 3px;
  }
}

.date-card input {
  display: none;
}

.date-card .content {
  border: 1px solid #38bdf8;
  border-radius: 12px;
  padding: 20px;
  min-width: 80px;
  text-align: center;
  transition: 0.5s;
}

.date-card .day {
  display: block;
  font-size: 14px;
  color: #273470;
}

.date-card strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #273470;
}

.date-card input:checked + .content {
  background: linear-gradient(180deg, #1e3a8a 0%, #38bdf8 100%);
  color: #fff;
  border: 0;
  transition: 0.5s;
}

.date-card input:checked + .content strong,
.date-card input:checked + .content .day {
  color: #fff;
  transition: 0.5s;
}

.time-card {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
  padding: 10px;
}


@media (max-width: 480px) {
  .time-options {
    padding: 32px 3px;
  }
}

.time-card input {
  display: none;
}

.time-card .CardBorderBlue,
.time-card .content {
  border: 1px solid #38bdf8;
  border-radius: 12px;
  padding: 20px;
  min-width: 80px;
  transition: 0.5s;
}

.time-card .time {
  display: block;
  font-size: 14px;
  color: #273470;
}

.time-card strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #273470;
}

.time-card input:checked + .content {
  background: linear-gradient(180deg, #1e3a8a 0%, #38bdf8 100%);
  color: #fff;
  border: 0;
  transition: 0.5s;
}

.time-card input:checked + .content strong,
.time-card input:checked + .content .time {
  color: #fff;
  transition: 0.5s;
}

.summary-box,
.form-box {
  border: 1px solid #1e3a8a;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px #38bdf84d;
}

.summary-box h5,
.form-box h5 {
  color: #273470;
  font-weight: bold;
}

.summary-box span {
  color: #273470;
}

.summary-box .form-control {
  border-radius: 12px;
  padding: 12px;
}

.BookNowPadal .btn-primary {
  background: linear-gradient(89.75deg, #38bdf8 -15.2%, #1e3a8a 94.63%);
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: bold;
}
.BookNowPadal .btn-dark {
  background: linear-gradient(89.75deg, #5b6a80 -15.2%, #364153 94.63%);

  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: bold;
}
/* padel */
