/* Google fonts */
/* font-family: 'Nunito Sans', sans-serif; */
h1 {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-weight: 600;
  size: 3.5rem;
}

h2 {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-weight: 600;
  size: 2.5rem;
}

h3,
h4 {
  font-family: "Nunito Sans", sans-serif;
  color: #0071bb;
  font-weight: 600;
  size: 3.5rem;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #0071bb;
  font-size: 1rem;
  line-height: 1.8;
}

.heading-section h2 {
  font-size: 40px;
  font-weight: 900;
}

.heading-section h2 span {
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

.heading-section.heading-section-white {
  color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff;
}

.heading-section.heading-section-white h2 span {
  color: #0071bb;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Navbar */
.navbar-brand {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 5px;
  color: #0071bb;
}

.navbar {
  padding: 0.5rem 0 0.5rem;
}

.nav-link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: light;
  font-size: 1.5rem;
  color: #0071bb !important;
}

.dropdown-item {
  background-color: #fff;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
}

/* End navbar */

/* Carousel */

.drk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.5;
  z-index: 1;
  margin-top: 90px;
}

.carousel-caption {
  z-index: 2;
  top: 50%;
}

.carousel .carousel-item img {
  height: 200px;
  object-fit: cover;
  display: block;
  min-height: 85vh;
  margin-top: 90px;
}

@media (min-width: 768px) {
  .carousel .carousel-item img {
    height: 850px;
    object-fit: cover;
  }
}

/* End carousel */

/* Services section */

.service-banner-section {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 170px;
  overflow: hidden;
  background-color: #ffffff;
}

.service-banner-section .content-box {
  position: relative;
  top: 210px;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 150px 15px;
  margin: 50px auto;
}

.text-center {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16pxrem;
  font-weight: bold;
  text-align: center;
}

.text {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.logos {
  font-size: 5rem;
  text-align: center;
  color: #0071bb;
}

.ftco-section {
  padding: 6em 0;
  position: relative;
}

/* End services section */

/* Sponsors section */
.sponsors-section {
  background: #0071bb;
  padding: 30px;
}

/* Results section */
.results {
  background: #ffffff;
  padding-top: 92px;
  padding-bottom: 100px;
}

.results_row {
  margin-top: 5px;
}

.results_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.results_subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
}

.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.border-line {
  border-right: 1px solid #0071bb;
}

hr {
  border: 5px #0071bb;
}

/* Footer section */
.copyright_part {
  background-color: #303030;
  padding: 15px;
}

a,
.footer-social {
  font-size: 1rem;
  color: #fff;
}

.footer-text {
  font-size: 1rem;
  color: #fff;
}

.fa-instagram-square:hover,
.fa-facebook-square:hover {
  color: #0071bb;
}

/* End footer section */
*/

/* Training section */
.map-section {
  align-items: center;
  margin: auto;
}

/* Membership options */

.pricing-header,
.club-history {
  max-width: 700px;
  margin-top: 90px;
}

/* Marketing content */
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing-section {
  margin-top: 4rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* rtl:end:ignore */

/* Featurettes
  ------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Heroes Divider auskick page */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: 0.3rem;
  }
}

/* Start Shop section */
.overlay {
  position: absolute;
  background-color: black;
  opacity: 0.2;
  top: 67px;
  bottom: 333px;
  left: 0;
  right: 0;
}

.shop-section {
  margin-top: 90px;
}

/* End shop section */

/* Images */
.image-marketing {
  align-items: flex-start;
}

/* Games section */
.match-table {
  text-align: left;
}

/* Events section */
body {
  margin-top: 20px;
}

.event-schedule-area .tab-area .nav-tabs {
  border-bottom: inherit;
}

.event-schedule-area .tab-area .nav {
  border-bottom: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}

.event-schedule-area .tab-area .nav-item {
  margin-bottom: 75px;
}
.event-schedule-area .tab-area .nav-item .nav-link {
  text-align: center;
  font-size: 22px;
  color: #333;
  font-weight: 600;
  border-radius: inherit;
  border: inherit;
  padding: 0px;
  text-transform: capitalize !important;
}

.event-schedule-area .tab-area .tab-content .table {
  margin-bottom: 0;
  width: 80%;
}
.event-schedule-area .tab-area .tab-content .table thead td,
.event-schedule-area .tab-area .tab-content .table thead th {
  border-bottom-width: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #252525;
}
.event-schedule-area .tab-area .tab-content .table td,
.event-schedule-area .tab-area .tab-content .table th {
  border: 1px solid #b7b7b7;
  padding-left: 30px;
}
.event-schedule-area .tab-area .tab-content .table tbody th .heading,
.event-schedule-area .tab-area .tab-content .table tbody td .heading {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 6px;
}

.event-schedule-area .tab-area .tab-content .table tbody th span.date,
.event-schedule-area .tab-area .tab-content .table tbody td span.date {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.event-schedule-area .tab-area .tab-content .table tbody th p {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

.event-schedule-area-two ul.custom-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}
.event-schedule-area-two ul.custom-tab li {
  margin-right: 70px;
  position: relative;
}
.event-schedule-area-two ul.custom-tab li a {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 35px 0;
  position: relative;
}
.event-schedule-area-two ul.custom-tab li a:hover:before {
  width: 100%;
}
.event-schedule-area-two ul.custom-tab li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #0071bb;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.event-schedule-area-two ul.custom-tab li a.active {
  color: #0071bb;
}

.event-schedule-area-two .primary-btn {
  margin-top: 40px;
}

.event-schedule-area-two .tab-content .table {
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.event-schedule-area-two .tab-content .table thead {
  background-color: #007bff;
  color: #fff;
  font-size: 20px;
}
.event-schedule-area-two .tab-content .table thead tr th {
  padding: 20px;
  border: 0;
}
.event-schedule-area-two .tab-content .table tbody {
  background: #fff;
}
.event-schedule-area-two .tab-content .table tbody tr.inner-box {
  border-bottom: 1px solid #dee2e6;
}
.event-schedule-area-two .tab-content .table tbody tr th {
  border: 0;
  padding: 30px 20px;
  vertical-align: middle;
}
.event-schedule-area-two .tab-content .table tbody tr th .event-date {
  color: #252525;
  text-align: center;
}
.event-schedule-area-two .tab-content .table tbody tr th .event-date span {
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
}
.event-schedule-area-two .tab-content .table tbody tr td {
  padding: 30px 20px;
  vertical-align: middle;
}

.event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a {
  font-size: 20px;
  line-height: 20px;
  color: #cf057c;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  h3
  a:hover {
  color: #4125dd;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .time
  span {
  color: #252525;
}

.event-schedule-area-two .tab-content .table tbody tr td .primary-btn {
  margin-top: 0;
  text-align: center;
}
.event-schedule-area-two .tab-content .table tbody tr td .event-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
