/**
* Template Name: Sailor - v4.10.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #DDDDDD;
  background: #071D34;
}

a {
  text-decoration: none;
  color: #DDDDDD;
}

a:hover {
  color: #FAFD22;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.bg-line {
  background-image: url('../img/bu-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 10px;
  margin-bottom: 50px;
}

.page-link {
  font-size: 12px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FAED22;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #071D34;
  line-height: 0;
}

.back-to-top:hover {
  background: #FAFD22;
  color: #071D34;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
  background: #071D34;
  z-index: 0;
  transition: all 0.5s;
}

.header-top.header-top-scrolled {
  margin-top: -27px;
}

/* .header-top .youtube i {
  font-size: 22px;
  position: absolute;
  top: -4px;
  margin-left: 7px;
} */

#header {
  background-image: url('../img/bu-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transition: all 0.5s;
  z-index: 997;
  margin-top: 25px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}

#header .logo a {
  color: #556270;
}

#header .border-img {
  position: absolute;
  top: 5px;
  background: #FFFFFF;
  border: 8px #00356E solid;
  padding: 10px;
  transition: all 0.5s;
}

#header .logo img {
  max-height: 80px;
}

#header .logo.logo-scrolled .border-img {
  top: -15px;
  transform: scale(0.7);
}

@media(max-width:1026px) {
  #header .border-img {
    top: 2px;
    background: #FFFFFF;
    border: 8px #00356E solid;
    padding: 5px;
  }

  #header .logo img {
    max-height: 60px;
  }

  #header .logo.logo-scrolled .border-img {
    top: 0px;
    transform: scale(0.8);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 20px 0 3px 0;
  transition: all 0.5s;
}

.navbar.navbar-scrolled {
  padding: 15px 0 1px 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #DDDDDD;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FAED22;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #071D34DD;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: all 0.5s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: bold;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FAED22;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .search-input {
  padding-left: 30px;
}

.navbar .input-search {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.navbar .btn-search {
  background: #FFFFFF;
  color: #071D34;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #071D34;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding-bottom: 10px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar .search-input {
    padding: 10px 30px 0 30px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #071D34DD;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-image: url('../img/bu-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #DDDDDD;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FAED22;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #071D34DD;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FAED22;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 80px 0 0 0;
  background: #071D34;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  color: #FAED22;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about img {
  width: 100%;
}

@media (max-width: 768px) {
  .about img {
    width: 30%;
  }
}

@media (max-width: 576px) {
  .about .description {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #DDDDDD;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #DDDDDD;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #FAED22;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #DDDDDD;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #DDDDDD;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #071D34;
  border: 1px solid #FAED22;
  background: #FAED22;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #071D34;
  padding: 0 0 30px 0;
  color: #DDDDDD;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

@media (max-width: 576px) {
  #footer {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner .carousel-item {
  position: unset;
}

#banner .carousel-caption {
  text-align: left;
  background: #00356E99;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 35px 50px 35px;
}

#banner .carousel-caption h3 {
  margin-top: -55px;
  color: #FAED22;
  font-weight: bold;
  text-shadow: 1px 1px 1px #071D34;
}

#banner .carousel-caption .description {
  text-align: justify;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
  opacity: .7;
}

.carousel-control-next .next-icon,
.carousel-control-prev .prev-icon {
  font-size: 50px;
  text-shadow: 1px 1px 5px #071D34;
}

@media(min-width:1366px) {
  #banner {
    height: 100vh;
  }
}

@media (max-width: 992px) {
  #carouselBanner {
    padding-top: 85px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    padding-top: 85px;
  }
}

@media (max-width: 768px) {
  #banner .carousel-caption {
    padding: 20px 0 20px 0;
  }
}

@media (max-width: 576px) {
  #banner .carousel-caption {
    padding: 30px 0 0 0;
  }

  #banner .carousel-caption h3 {
    font-size: 16px;
  }

  #banner .carousel-caption p {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Match Day
--------------------------------------------------------------*/
.matchDay h2 {
  font-weight: bold;
  color: #FAED22;
}

.matchDay #status {
  font-weight: bold;
  background: #FAED2250;
  padding: 5px;
  border-radius: 5px;
}

.matchDay table {
  color: #DDDDDD;
}

.matchDay .competitionName {
  font-size: 10px;
}

.matchDay .competition {
  margin: -55px 0 10px 0;
  font-size: 10px;
}

.matchDay .matchDate {
  font-size: 12px;
}

.matchDay #scheduleName {
  font-size: 12px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news h2 {
  font-weight: bold;
  color: #FAED22;
}

.news .card {
  overflow: hidden;
  background-color: #071D34;
  border-radius: 20px;
}

.news img {
  /* height: 30vh; */
  object-fit: cover;
  object-position: top;
  transition: all 0.5s;
  border-radius: 20px;
}

.news img:hover {
  transform: scale(1.02);
}

.news p {
  color: #DDDDDD;
  font-size: 13px;
}

.news table {
  color: #DDDDDD;
  background-image: url('../img/bu-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  font-size: 13px;
}

.news table th {
  color: #FAED22;
}

.newsDetail {
  margin-top: 100px;
}

.newsDetail .caption {
  font-size: 12px;
}

@media (max-width: 576px) {
  .news .card-title {
    font-size: 13px;
  }

  .news p {
    font-size: 10px;
  }

  .newsDetail .caption {
    font-size: 10px;
  }

  .newsDetail h3 {
    font-size: 20px;
  }

  .newsDetail h6,
  .newsDetail .description {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.page-item .page-link {
  background: #16602B;
  color: #DDDDDD;
  border-color: #16602B;
}

.page-item:hover .page-link {
  background: #FAED22;
  color: #16602B;
}

.page-item.disabled .page-link {
  background: #16602B;
  color: #DDDDDD;
}

.page-item.active .page-link {
  background: #FAED22;
  color: #16602B;
  border-color: #FAED22;
}

.page-item .page-link:focus {
  box-shadow: 0 0 0 0.25rem #FAED9244;
}

/*--------------------------------------------------------------
# Player
--------------------------------------------------------------*/
.player h2 {
  font-weight: bold;
  color: #FAED22;
}

.player .playerSlide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.player .slide-container {
  width: 100%;
  padding-bottom: 40px;
}

.player .slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.player .card {
  border-radius: 25px;
  background-color: #071D34;
}

.player .image-content,
.player .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.player .image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.player .image-content .detail {
  position: relative;
  width: 75%;
  font-size: 13px;
}

.player .image-content .detail a {
  color: #DDDDDD;
}

.player .image-content .detail a:hover {
  color: #FAFD22;
}

.player .image-content .detail .number {
  font-size: 25px;
  font-weight: bold;
}

.player .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url('../img/bu-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px 25px 25px 25px;
}

.player .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.player .card-image {
  position: relative;
  height: 400px;
  width: 90%;
  border-radius: 20px;
  background: #FFF;
  padding: 3px;
}

.player .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #4070F4;
}

.player .name {
  font-size: 16px;
  color: #DDDDDD;
  font-weight: bold;
}

.player .swiper-navBtn {
  color: #FAED92;
  transition: color 0.3s ease;
}

.player .swiper-navBtn:hover {
  color: #FAED22;
}

.player .swiper-navBtn::before,
.player .swiper-navBtn::after {
  font-size: 35px;
}

.player .swiper-button-next {
  right: 0;
}

.player .swiper-button-prev {
  left: 0;
}

.player .swiper-pagination-bullet {
  background-color: #FAED92;
  opacity: 1;
}

.player .swiper-pagination-bullet-active {
  background-color: #FAED22;
}

@media screen and (max-width: 768px) {
  .player .slide-content {
    margin: 0 10px;
  }

  .player .swiper-navBtn {
    display: none;
  }
}

.players .card {
  overflow: hidden;
  background-color: #071D34;
  border-radius: 20px;
}

.players img {
  transition: all 0.5s;
  border-radius: 20px;
}

.players img:hover {
  transform: scale(1.02);
}

.players .number {
  font-size: 28px;
  font-weight: bold;
}

.players span {
  color: #DDDDDD;
  font-size: 13px;
}

@media (max-width: 576px) {
  .players .card-title {
    font-size: 13px;
  }

  .players span {
    font-size: 10px;
  }
}

.playerDetail img {
  width: 100%;
}

.playerDetail table {
  color: #DDDDDD;
  border: #DDDDDD50;
}

@media (max-width: 576px) {
  .playerDetail h2 {
    font-size: 20px;
  }

  .playerDetail table {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Match Schedule
--------------------------------------------------------------*/
.schedule h2 {
  font-weight: bold;
  color: #FAED22;
}

.schedule table {
  color: #DDDDDD;
}

.schedule #status {
  font-weight: bold;
  background: #FAED2250;
  padding: 5px;
  border-radius: 5px;
}

.schedule #scheduleName {
  font-size: 12px;
}

.schedule .matchDate {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Sponsor
--------------------------------------------------------------*/
.sponsor h2 {
  font-weight: bold;
  color: #FAED22;
}

/*--------------------------------------------------------------
# Match
--------------------------------------------------------------*/
.match #status {
  font-weight: bold;
  background: #FAED2250;
  padding: 5px;
  border-radius: 5px;
}

.match table {
  color: #DDDDDD;
}

.match img {
  width: 100px;
}

.match .competition {
  margin: -55px 0 10px 0;
  font-size: 10px;
}

.match .competition img {
  width: 30px;
}

.match .matchDate {
  font-size: 12px;
  border-bottom: 1px solid #DDDDDD50;
}

@media (max-width: 768px) {
  .match img {
    width: 70px;
  }
}

/*--------------------------------------------------------------
# Standing
--------------------------------------------------------------*/
.standing h2 {
  font-weight: bold;
  color: #FAED22;
}

.standing table {
  color: #DDDDDD;
}

.standing table thead .bg-bu {
  background-image: url('../img/bu-bg.png');
  background-repeat: no-repeat;
  background-position: center;
}

.standing table tbody .bg-bu {
  background: #FAED22;
  color: #071D34;
}

@media (max-width: 768px) {
  .standing table {
    font-size: 12px;
  }
}