/* Custom Modal Styles */
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.bg-gray-600 { background-color: rgba(75, 85, 99, 0.5); /* Semi-transparent gray */ }
.overflow-y-auto { overflow-y: auto; }
.h-full { height: 100%; }
.w-full { width: 100%; }
.hidden { display: none; } /* Used to hide/show the modal */
.z-50 { z-index: 50; } /* Ensure modal is on top */

.relative { position: relative; }
.top-20 { top: 5rem; /* Adjust position from top */ }
.mx-auto { margin-left: auto; margin-right: auto; }
.p-5 { padding: 1.25rem; }
.border { border-width: 1px; }
.w-96 { width: 24rem; /* Fixed width for modal */ }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.rounded-md { border-radius: 0.375rem; }
.bg-white { background-color: #fff; }
.mt-3 { margin-top: 0.75rem; }
.text-center { text-align: center; }
.text-lg { font-size: 1.125rem; }
.leading-6 { line-height: 1.5rem; }
.font-medium { font-weight: 500; }
.text-gray-900 { color: #111827; }
.mt-2 { margin-top: 0.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-gray-500 { color: #6b7280; }
.items-center { align-items: center; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.bg-blue-500 { background-color: #3b82f6; } /* Example blue for button */
.text-white { color: #fff; }
.text-base { font-size: 1rem; }
.w-full { width: 100%; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.hover\:bg-blue-700:hover { background-color: #1d44c9; } /* Darker blue on hover */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5); } /* Blue ring on focus */
/* End Custom Modal Styles */

/* Your existing CSS rules follow below */
@font-face {
  font-family: "Avenir LT Std 95 Black";
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 95 Black"),
    url("../fonts/avenir-lt-std-cufonfonts-webfont/AvenirLTStd-Black.woff")
      format("woff");
}

@font-face {
  font-family: "Avenir LT Std 65 Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 65 Medium"),
    url("../fonts/avenir-lt-std-cufonfonts-webfont/AvenirLTStd-Medium.woff")
      format("woff");
}

@font-face {
  font-family: "Avenir LT Std 85 Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT Std 85 Heavy"),
    url("../fonts/avenir-lt-std-cufonfonts-webfont/AvenirLTStd-Heavy.woff")
      format("woff");
}

body[dir="rtl"] .how-it-works {
  background: url(../images/MiddleLeft.png) top Left no-repeat;
  background-size: 70% auto;
}

body[dir="rtl"] .top-right {
  background: url(../images/TopLeft.png) top Left no-repeat;
  background-size: 50% auto;
}

body[dir="rtl"] .whats-lzaz-txt {
  border-right-width: 2px;
  border-right-color: #fffbe7;
  border-right-style: solid;
  border-left: none;
}

body[dir="rtl"] .cont {
  background: url(../images/TopR.png) top right no-repeat,
    url(../images/Bg.png) no-repeat;
  background-size: 30% auto, auto;
}

.primary-button {
  border-radius: 53px;
  background-image: -moz-linear-gradient(
    -49deg,
    rgb(255, 254, 247) 0%,
    rgb(255, 255, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    -49deg,
    #8b9b74 0%,
    #8b9b74 100%
  );
  background-image: -ms-linear-gradient(
    -49deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
  box-shadow: 0px 17px 29px 0px rgba(250, 202, 47, 0.25);
}

.nav-span{
  font-family:'Avenir LT Std 85 Heavy';color: white
}

#lang:hover {
  cursor: pointer;
}

.cont {
  background: url(../images/TopL.png) top left no-repeat,
    url(../images/Bg.png);
  background-size: 30% auto, auto;
}

.title {
  font-family: "Avenir LT Std 95 Black";
  color: white;
}
.title2 {
  font-family: "Avenir LT Std 65 Medium";
  font-size: 30px;
  font-weight: 200 !important;
}
.yellow-hr {
  width: 40px;
  background-color: #879a6c;
}

.long-text {
  font-size: 17px;
  font-family: "Avenir LT Std 65 Medium";
  color: #606264;
  padding-left: 10px;
  text-align: justify;
  padding-right: 10px;
}

.football-matches-text {
  margin-top: 15px;
}
.top-right {
  background: url(../images/TopRight.png) top right no-repeat;
  background-size: 50% auto;
}

.how-it-works {
  background: url(../images/MiddleRight.png) top right no-repeat;
  background-size: 60% auto;
}
.features-div {
  background-color: white;
  border-radius: 10px;
  padding: 7%;
  margin: 0 50px;
}
.features-text {
  display: inline-block;
  color: black;
  font-family: "Avenir LT Std 65 Medium";
  font-size: 20px;
}
.features-img {
  width: 50px;
  display: inline-block;
}
.hit:hover {
  cursor: pointer;
}

.social{
  width:40px; margin: 0px 10px

}

.social:hover {
  cursor: pointer;
}

.whats-lzaz-txt {
  border-left-width: 2px;
  border-left-color: #749d71;
  border-left-style: solid;
}

.hit-title {
  font-family: "Avenir LT Std 95 Black";
  color: white;
}

.hit-txt {
  margin-left: -20px;
  font-family: "Avenir LT Std 65 Medium";
  color: #606264;
  font-size: 18px;
  text-align: justify;
}

.hit-section {
  display: inline-block;
  width: 70%;
  margin-top: 10%;
}
.get-in-touch {
  width: 50%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/BottomBg.png) bottom no-repeat;
  background-size: 100% auto;
}

.git-txt {
  font-size: 16px;
  font-family: "Avenir LT Std 65 Medium";
  color: #606264;
}

.form-control:focus {
  outline: none !important;
  border-bottom-color: #ffffff !important;
  box-shadow: none !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-family: "Avenir LT Std 65 Medium";
}

.form-control:-ms-input-placeholder {
  font-family: "Avenir LT Std 65 Medium";
}

.form-control:-moz-placeholder {
  font-family: "Avenir LT Std 65 Medium";
}

.form-control::-moz-placeholder {
  font-family: "Avenir LT Std 65 Medium";
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
}

@media (max-width: 991px) {
  .nav-item {
    margin: 10px 25px !important;
  }
}
