/* Import fonts at the beginning */
@import url("../../v2/css");
@import url("../../css2");

/* Body styles */
body {
  font-family: "Tourney", sans-serif !important;
}

h1,
h2,
h3 {
  /* font-family: "Tourney", serif; */
  font-weight: 600;
  font-family: "Tourney", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.bg_yellow {
  background-color: #ffdb6e;
}

.bg-second{
  background-color: #e2fde4;
}
.h2,
h2 {
  font-size: 2.5rem !important;
}
.bg_blue {
  background-color: #084607;
}
.sub-btn {
  color: #0f539a;
  border-bottom: 1px solid #ffe599;
}
.sport-box {
  position: relative;
  top: -26px;
}
.sport-img {
  max-height: 124px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: -2px 8px 13px 3px #ebebeb6e;
}

.testimonial-img {
  width: 94px;
  height: 94px;
  object-position: 50% 10%;
  object-fit: cover;
  position: relative;
  bottom: -15px;
  left: -34px;
  border: 5px solid #084607;
}
.testmonial-box {
  padding: 20px 30px 0px 30px;
  border-radius: 10px 0 10px 30px;
}
.bottom-section {
  position: absolute;
  bottom: 10px; /* Adjust position from bottom */
  left: 80px; /* Adjust padding from image */
}
.home-section {
  position: relative;
  top: 48px;
}
.p-15 {
  padding: 20px;
  border-radius: 15px;
}
.custom-img {
  max-height: 50%;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar-left,
.navbar-right {
  display: flex;
}
.header-bg {
  position: relative;
  z-index: 111;
}
.navbar-left .navbar-nav,
.navbar-right .navbar-nav {
  display: flex;
  list-style: none;
}

.navbar-brand {
  flex: 1;
  text-align: center;
}

.navbar-nav .nav-item {
  padding: 0 10px;
}

.bg_purple {
  background-color: #084607;
}
h2.main-title {
  font-size: 49px;
  text-transform: uppercase;
}
.btn_bg {
  background-color: #6cf58f;
}
.tl_color {
  color: #6cf58f;
}
.icon-circle {
  width: 89px;
  height: 50px;
  background-color: #fa8432; /* Background color */
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.icon-circle span {
  line-height: 1;
}

/* .text-light {
    color: #f8f9fa !important;
  } */

.text-muted {
  color: #ced4da !important;
}
.f-15 {
  font-size: 15px;
}
.img-80 {
  max-width: 85%;
  height: auto;
}

.bg-gray {
  background-color: #f1f1f1; /* Gray background */
  border-radius: 10px; /* Rounded corners */
}

.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 39px 14px;
}
.feature-icon {
  width: 180px; /* Fixed width for the left side */
}

.feature-content {
  flex: 1;
  text-align: left; /* Align text to the left */
}

.feature-icon i {
  color: #fa8432; /* Orange icon color */
}

.feature-box h5 {
  margin-top: 10px;
  font-weight: bold;
}
/* Blur background when modal is shown */
body.modal-open .content {
  filter: blur(5px);
  transition: filter 0.3s ease;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  margin: 0px 9px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.card-header {
  background-color: #10a206;
  border-bottom: 1px solid #0f539a;
}

.card-body {
  font-size: 0.95rem;
  color: #555;
}

.modal-content {
  padding: 20px 0;
  border-radius: 20px;
}
div#ageModal {
  backdrop-filter: blur(15px);
}
.modal-footer {
  border: none !important;
}

.feature_img img {
  width: 100%;
}

.bg_black {
  background-color: #000;
}
.nav-item a {
  color: #fff; /* Semi-transparent white */
}
iframe {
  width: 100%;
  height: 100%;
}
/* .wel_section {
  position: relative;
  height: 100vh; 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: center;
} */

.container {
  width: 100%; /* Ensure the container spans the full width */
}

.content-left {
  max-width: 50%; /* Make sure content takes 50% of the width */
  text-align: left; /* Align text to the left */
  margin-left: 30px;
}

.text-sentence {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.text-muted {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.btn-warning {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
}
.bg_gray {
  background-color: #335c55;
  padding: 10px 0;
  position: relative;
  top: 26px;
  z-index: 9;
}

.hide_desktop {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hide_mobile {
    display: none;
  }
  .hide_desktop {
    display: block;
  }
  .icon-circle {
    width: 70px;
    height: 50px;
  }
  .d-flex.align-items-start.mb-4 {
    margin-top: 38px;
  }
  .testimonial-box {
    margin-bottom: 59px !important;
  }
  /* Custom styles for mobile */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }

  .mobile-left {
    flex: 1;
  }

  .mobile-logo {
    max-width: 100px; /* Adjust logo size as needed */
    display: block;
  }

  .navbar-toggler-icon {
    background-color: #fff; /* White toggle icon */
  }

  .content-left {
    width: 100%; /* Ensure full width on smaller devices */
    padding: 10px; /* Adjust padding */
  }

  .text-sentence {
    font-size: 1.8rem; /* Reduce heading font size */
  }

  .content-left p {
    font-size: 0.9rem; /* Reduce paragraph font size */
  }

  .btn-warning {
    font-size: 1rem; /* Adjust button text size */
    padding: 12px 25px; /* Adjust button padding */
  }
  .whybox_spacing {
    margin: 22px 0;
  }
  .wel_section {
    position: relative;
    top: -89px;
    height: 500px;
  }
  .list-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .list-inline-item {
    flex: 0 0 50%; /* This will make each item take up 50% of the width on mobile, creating 2 lines */
    text-align: center;
    margin-bottom: 10px; /* Optional: add space between items on mobile */
  }
  /*.home-section {*/
  /*    position: relative;*/
  /*    top: 20px;*/
  /*}*/
}
