@import url('https://fonts.googleapis.com/css2?family=Manjari&family=Odor+Mean+Chey&display=swap');

html {
  scroll-behavior: smooth !important;
}

/* apply above font to the whole website */
* {
  font-family: Nunito, sans-serif !important;
}

body {
  /* background: #74788d; default them color */
  background: white !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* fix z index for date behind match */
[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}
.aos-init[data-aos][data-aos].aos-animate {
  transform: unset;
}

/* disabled svg map class */
.disabled {
  pointer-events: none;
  cursor: default;
}

.btn-primary {
  transition: all 0.4s ease !important;
  /* border-radius: 15px !important; */
}

.cursor-pointer {
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
}

/* ======= Navbar ========*/
.navbar {
  background: linear-gradient(45deg, #1e2341, #1c2341, #0c1a33) !important;
}

/* #navbarNav {
  background: linear-gradient(45deg, #1e2341, #1c2341, #0c1a33) !important;
  padding: 0.8rem 1rem 0.8rem 1rem !important;
} */

.transparent {
  /* background: linear-gradient(45deg, #1e2341, #1c2341, #0c1a33) !important; */
  background: transparent !important;
  z-index: 10;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* .logo {
  width: 3.5rem !important;
  height: 3.5rem !important;
} */

.nav-item a {
  color: white !important;
  font-size: 1.1rem !important;
  word-spacing: -1px !important;
  transition: all 0.3s ease !important;
}

.nav-item a:hover {
  color: #f46036 !important;
  cursor: pointer !important;
}

.active-link a {
  color: #f46036 !important;
}

.lang-btn {
  color: rgba(166, 170, 189, 1) !important;
  transition-duration: 0.15s !important;
  background: transparent !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  text-align: center !important;
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
  border-radius: 2rem !important;
  line-height: 1.5rem !important;
  width: 8rem;
  border: 1px solid rgba(166, 170, 189, 1) !important;
}

.lang-btn:hover {
  opacity: 0.7;
}

.lang-dropdown {
  min-width: 8rem !important;
}

/* Customize the Icon */
.navbar-toggler {
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    transition: .5s ease-in-out !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.navbar-toggler span {
    margin: 0 !important;
    padding: 0 !important;
}

.toggler-icon {
    display: block !important;
    position: absolute !important;
    height: 3px !important;
    width: 100% !important;
    background: #f46036 !important;
    border-radius: 1px !important;
    opacity: 1 !important;
    left: 0 !important;
    transform: rotate(0deg) !important;
    transition: .25s ease-in-out !important;
}

.middle-bar {
    margin-top: 0px !important;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px !important;
    transform: rotate(135deg) !important;
}

.navbar-toggler .middle-bar {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.navbar-toggler .bottom-bar {
    margin-top: 0px !important;
    transform: rotate(-135deg) !important;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px !important;
    transform: rotate(0deg) !important;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px !important;
    transform: rotate(0deg) !important;
}

/* Color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 90deg, rgba(244,96,54,1) 0%, rgba(27,153,139,1) 100% ) !important;
    /* background: linear-gradient( 90deg, rgba(244,96,54,1) 0%, rgba(27,153,139,1) 100% ) !important; */
    background: #1b998b !important;
    /* background: #f46036 !important; */
}

/* ======= End Navbar ========*/

/* ======= Footer ========*/
footer {
  margin-top: auto;
  background: linear-gradient(45deg, #1e2341, #1c2341, #0c1a33);
}

.site-map-link {
  transition: all 0.3s ease;
  display: block !important;
  margin-bottom: 0.6rem;
}

/* while hover over the a draw a line in bottom */
.site-map-link:hover {
  color: #fdc52c !important;
}

.footer-about,
.footer-contact {
  line-height: 1.6rem;
}
/* ======= End Footer ========*/

.hero-image {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(70vh - 70px);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url('/assets/frontend/images/page-covers/home.jpg');
}

.a {
  height: calc(80vh - 70px);
}

.text-gradient {
  /* background: linear-gradient(90deg, #ff0000, #154284); */
  background: linear-gradient(90deg, #fdc52c, #035d4e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

.card-shadow {
  border: 0.1rem solid #efefef !important;
  /* box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 6%) !important; */
  transition: box-shadow 0.3s ease !important;
  /* make border shadow glowing */
  animation: glowing 1s ease-in-out infinite alternate;
}

@keyframes glowing {
  from {
    box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 6%), 0 0 0.8rem 0 rgb(0 0 0 / 6%);
  }
  to {
    box-shadow: 0 0 0.8rem 0 rgb(0 0 0 / 6%), 0 0 0.8rem 0 rgb(0 0 0 / 6%), 0 0 0.8rem 0 rgb(0 0 0 / 6%);
  }
}

.card-shadow:hover {
  box-shadow: 0 0 1.4rem rgb(0 0 0 / 20%) !important;
}

.input-group-text {
  border-radius: 0 !important;
}

/* ===============
    Home Page
================== */
.home_hero-image {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url('/assets/frontend/images/page-covers/home.jpg');
  background-position: bottom !important; */
}
.title,
.subtitle {
  font-family: 'Odor Mean Chey', cursive !important;
  color: white;
}

.title {
  font-size: 3.5rem;
  /* color: #fdc52c; */
}

.subtitle {
  font-family: 'Manjari', sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
}

.search-form-control {
  padding: 0.8rem 1rem !important;
  font-size: 1.2rem !important;
  width: 50% !important;
}

/* change placeholder font size */
.search-form-control::placeholder {
  font-size: 1.2rem !important;
}

/* add icon before place holder */
.search-form-control::before {
  content: '\f002' !important;
  font-family: 'Font Awesome 5 Free' !important;
  position: absolute !important;
  top: 50% !important;
  left: 1rem !important;
  transform: translateY(-50%) !important;
  font-weight: 900 !important;
  font-size: 1.2rem !important;
  color: #fdc52c !important;
  pointer-events: none !important;
}

/* ======= End Hero Section ========*/

/* ======= Match Card ========*/

.home_time {
  font-size: 2.4rem;
  font-weight: 700;
}

.match-date {
  line-height: 1rem !important;
  word-spacing: 0.1rem !important;
  color: white !important;
}

/* Match Card Header */
.match-date .day {
  display: inline-block !important;
  font-size: 2.8rem !important;
}

.match-date .info {
  text-transform: uppercase !important;
  display: inline-block !important;
  word-spacing: normal !important;
}

.match-date .weekday {
  color: #fff !important;
  display: block !important;
  font-size: 1rem !important;
  line-height: 1.3rem !important;
  font-weight: bold !important;
}

.match-date .month {
  color: #fff !important;
  display: inline-block;
  font-weight: 200 !important;
  font-size: 1.2rem;
  margin: 0 !important;
}

.team-names {
  font-size: 0.9rem;
  font-weight: bold;
  color: #154284;
  text-align: center;
  margin-top: 0.5rem;
}
.vs {
  font-family: fcb-light, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  color: #222;
  font-size: 0.75rem;
}

.stadium {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.2rem;
}

/* for all label that has class required add red asterisk */
label.required::after {
  content: '*';
  padding: 0 2px;

  color: #f46a6a;
}

/* ======================
     Match Detail Page
========================= */

.match_header-btn {
  font-weight: 600 !important;
}

.match_hero-image {
  padding-top: 3rem !important;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/frontend/images/page-covers/home.jpg'); */
}

.match_league {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
}

.match_time {
  font-size: 3.4rem;
  font-weight: 700;
}

.match_date {
  font-weight: 700 !important;
  color: white !important;
  text-align: center !important;
}

.match_date .day {
  font-size: 1.8rem !important;
  background: linear-gradient(#f8f8f8, #d8e3f4, #3077e2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: white;
  line-height: 2.5rem;
}

.match_date .month {
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  line-height: 1.4rem;
}

.stadium_name {
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(182, 182, 193, 1) 45%, rgba(255, 255, 255, 1) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stadium_location {
  font-size: 1.2rem;
  font-weight: 500;
  color: primary;
}

.match_category-title {
  font-size: 1.8rem;
  /* only border for bottom */
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem dashed #9aa0a7;
}

.match_category-includes {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 1.6rem;
}

.match_category-includes p i {
  font-size: 1.8rem;
}

.match_category-btn {
  background: linear-gradient(45deg, #1e2341, #1c2341, #0c1a33) !important;
  color: white !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.match_category-btn:hover {
  border-color: #0c1a33 !important;
  background: white !important;
  color: #0c1a33 !important;
}

/* countdown */
.countdown__clock {
  color: white;
  display: flex;
  flex: 1;
  margin-top: -0.4rem;
  align-items: center;
}

.countdown__clock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.countdown__count {
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.countdown__value {
  font-family: fcb-extra-bold, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: 400;
}

.countdown__separator {
  display: inline-block;
  margin: 0 0.2rem;
  font-family: fcb-light, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: 400;
}

.countdown__count-label {
  font-size: 0.8rem;
  color: #fdc52c;
  font-family: fcb-bold, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: 400;
}

/* ======================
     Seat Selection Page
========================= */

.seat_hero-image {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/frontend/images/page-covers/home.jpg'); */
}

.seat {
  border: 1px solid #dee2e6 !important;
  transition: all 0.3s ease !important;
}

.seat:hover {
  background: rgba(17, 29, 55, 1) !important;
  cursor: pointer !important;
}

.active-seat {
  background: rgba(17, 29, 55, 1) !important;
  color: #fdc52c !important;
}

.seat:hover span {
  color: #fdc52c !important;
}

.hover {
  background: rgba(17, 29, 55, 1) !important;
  color: #fdc52c !important;
}

/* ======================
     Checkout Page
========================= */

.paymentMethods label {
  /* while hover make shadow and scale a little bit with transition */
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  background: white;
}

.paymentMethods label:hover {
  transform: scale(1.02);
  box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
}

.checkout-card {
  box-shadow: 0 0 0.6rem rgb(0 0 0 / 10%) !important;
}

/* ======================
     About Page
========================= */
.about_hero-image {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/frontend/images/page-covers/match-detail.jpg'); */
}

#about,
#goals {
  margin-bottom: 5rem !important;
}

.about_title,
.about_goal-title,
.about_contact-title {
  font-size: 1.8rem !important;
  font-weight: 600;
}

/* after about_title make border bottom  */
.about_title:after,
.about_goal-title:after,
.about_contact-title:after {
  content: '';
  display: block;
  width: 20rem;
  height: 0.2rem;
  background: #1b998b;
  margin-top: 0.8rem;
  border-radius: 0.5rem;
}

.about_title + p {
  line-height: 1.8rem;
  font-size: 1.2rem;
}

.about_goal-title:after {
  margin-left: auto;
  margin-right: auto;
}

.ltr-option {
  direction: ltr;
  text-align: left;
}

.form-check-input {
  width: 1rem !important;
  height: 1rem !important;
}

.match_hero-image,
.home_hero-image,
.seat_hero-image,
.about_hero-image {
  height: calc(800px - 70px);
}

/* Mobile Devices */
@media only screen and (max-width: 767px) {
  .search-form-control {
    padding: 0.5rem 1rem !important;
    font-size: 1.1rem !important;
    width: 80% !important;
  }

  /* change placeholder font size */
  .search-form-control::placeholder {
    font-size: 1.1rem !important;
  }

  .match_hero-image,
  .home_hero-image,
  .seat_hero-image,
  .about_hero-image {
    height: calc(650px - 70px);
  }

  .title {
    font-size: 2.5rem !important;
  }

  .subtitle {
    font-size: 1.5rem !important;
  }

  .avatar {
    height: 4rem !important;
    width: 4rem !important;
  }
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home_hero-image {
    height: calc(600px - 70px);
  }

  .match_hero-image,
  .seat_hero-image,
  .about_hero-image {
    height: calc(700px - 70px);
  }

  .avatar {
    height: 5.8rem !important;
    width: 5.8rem !important;
  }
}

/* Laptops and Desktops */
@media only screen and (min-width: 1024px) {
  .home_hero-image {
    height: calc(700px - 70px);
  }

  .match_hero-image,
  .seat_hero-image,
  .about_hero-image {
    height: calc(800px - 70px);
  }
}
