/* Thanks for riding with me 
writing this css wasnt easy and lol, i hope you do understand how i named my classes...cheers*/


@font-face {
  font-family: 'devant';
  src: url('../fonts/Devant-Horgen.ttf'); 
}

@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamNarrowBook.ttf'); 
}

@font-face {
  font-family: 'gothambold';
  src: url('../fonts/Gotham-Bold.otf'); 
}

@font-face {
  font-family: 'gothamlight';
  src: url('../fonts/Gotham-Light.otf'); 
}

body {
  font-family: 'gotham';
  color:#000;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'devant';
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fcc100;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}
.back-to-top:hover {
  background: #151515;
}
.back-to-top:hover i {
  color: #fcc100;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #fcc100;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: rgba(0, 0, 0, 2);
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 2);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #fcc100;
}
#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #fcc100;
}
.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}
@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

.button {

  border: 2px solid #fcc100;
  border-radius: 4px;
  color: #fcc100!important;
  padding: 12px 41px!important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 40px
}

@media only screen and (max-width: 600px) {
  .button {
    border: 2px solid #fcc100;
    border-radius: 4px;
    color: #fcc100!important;
    padding: 12px 123px!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px 20px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .button:hover {
    background: #fcc100;
    color: #343a40!important;
  }
}


.button:hover{
  background: #fcc100;
  color: #343a40!important;
}

.button-fill{
  background: #fcc100;
  padding: 13px 41px!important;
  border-radius: 4px;
  font-size: 16px;
  margin-left: 13px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #151515!important;
  border: 2px solid #fcc100;
}

@media only screen and (max-width: 600px) {
  .button-fill {
    background: #000000!important;
    padding: 13px 111px!important;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 13px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fcc100!important;
    margin: 0px 0px 20px 20px;
  }
}


@media only screen and (max-width: 600px) {
  .button-fill:hover{
    background: #000000;
    color: #fcc100!important;
  }
}

.button-fill:hover{
  background: #000000;
  color: #fcc100!important;
}

.wrapper {
  text-align: center;
  padding-top: 20px;
}

.buttonyellow{
  background: #fcc100;
  padding: 13px 64px!important;
  border-radius: 4px;
  font-size: 16px;
  margin-left: 13px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #151515!important;
  font-weight: 700;
}


@media only screen and (max-width: 600px) {
  .buttonyellow {
    background: #fcc100;
    padding: 13px 64px!important;
    border-radius: 4px;
    font-size: 16px;
    margin-left: -5px;
    text-decoration: none;
    text-align: center;
    color: #151515!important;
    font-weight: 700;

  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 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-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

@media only screen and (max-width: 600px) {
  .navbar a, .navbar a:focus{
 display: inline-block;
  }
}



.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: #fcc100;
}
.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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background-color: #fcc100;
}
.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;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

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

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

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  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-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #151515;
  background-color: #fcc100;
}
.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: #fff;
  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;
  color: #151515;
}
.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 {
  background-color: #fcc100;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}
#hero h1 {
  padding-top: -20px;
  margin: 0;
  font-size: 116px;
  line-height: 96px;
  color: #fff;
  font-family: 'devant';
  letter-spacing: 4px;
}
#hero p{
  color: #fff;
  padding-top: 15px;
  font-weight: 700;
}

#hero span{
  font-weight: 400;
}

#underdec{
  text-decoration: underline;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 20px;
  font-family: 'gotham';
  line-height: 28px;
}
#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}
#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #fcc100;
}
#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}
#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
#hero .icon-box h3 a:hover {
  color: #fcc100;
}
#hero .icon-box:hover {
  border-color: #fcc100;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 48px;
    line-height: 43px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

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

.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: #ffde9e;
  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: #151515;
}

/*--------------------------------------------------------------
# choose
--------------------------------------------------------------*/

.choose{
 background-image: url(/assets/img/choosebg.jpg);

}

.choose .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.choose h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  color: #000000;
}


@media only screen and (max-width: 600px) {
  .choose h1 {
    line-height: 50px;

  }
}

.choose .content ul {
  list-style: none;
  padding: 0;
}
.choose .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}
.choose .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #fcc100;
}
.choose .content p:last-child {
  margin-bottom: 0;
}

.coahes{
text-align: center;
}

.package{
  padding-top: 30px;
  text-align: center;
}

.since{
  background: #000;
  color: #fff;
  padding: 20px;
  margin-left: 300px;
  font-weight: 700;
  letter-spacing: 1.5px;
}


@media only screen and (max-width: 600px) {
  .since {
margin-left: auto;
padding: 20px;

  }
}

@media only screen and (max-width: 600px) {
  .since1 {

margin-right: auto!important;
  }
}

.since1{
  background-color: none;
  border: 1px solid #fcc100;
  padding: 20px;
  margin-right: 300px;
  font-weight: 700;
  letter-spacing: 1.5px;
}




.card{
  border-radius: 9px;
  -webkit-box-shadow: 5px 3px 23px 6px rgba(0,0,0,0.21); 
box-shadow: 5px 3px 23px 6px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 600px) {
  .card {
margin-top: 30px;
  }
}
.cavemen{
  background-color: #fde597;
  font-size: 25px;
  font-weight: 900;
  color:#000;
  
}

.cavemen2{
  background-color: #fccd32;
  font-size: 25px;
  font-weight: 900;
  color:#000;
  
}

.package{
  margin-left: 0px;
}

.double-r{
  background-color: #f3f3f3;
  padding: 20px 20px 11px 20px;
  margin: 20px 20px 20px 20px;

}
.three-rivers span {
    font-size: 40px;
    font-weight: 900;
}

.double-r2{
  background-color: #f3f3f3;
  padding: 20px 20px 11px 20px;
  margin: 0px 20px 20px 20px;

}
.three-rivers span {
    
    font-size: 40px;
    font-weight: 900;
}

.worosiworo{
  padding-left: 7px!important;
}



.location{
  font-size: 16px!important;
}

.three-rivers{
  text-align: left;
}

.button-choose{
  background: #fcc100;
  padding: 13px 41px!important;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #151515!important;
  border: 2px solid #fcc100;
  font-weight: 900;
  margin-top: 11px;
}


.malo{
  text-align: left;
}


/*--------------------------------------------------------------
# Upcoming games
--------------------------------------------------------------*/
.upcoming-mid h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  color: #fff;
}

.upcoming{
  background-color: black;
}

.upcoming h1 p{
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  color: #fff;
}

.upcoming h4{
  color: #fcc100;
  font-weight: 900;
  font-family: 'gotham'!important;
  font-size: 17px;
  text-transform: uppercase;
}

.upcoming p {
  font-size: 15px;
    font-weight: 900;
}

.upcomingbtn{
    background: #fcc100;
    padding: 13px 41px!important;
    border-radius: 4px;
    font-size: 14px;
    /* margin-left: 3px; */
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #151515!important;

    font-weight: 900;
    margin: 11px 15px 20px 15px;
}

.morebtn{
margin-top: 40px;
  text-align: center;
}

.oshe{
  text-align: center;
  background: #fcc100;
  padding: 15px 120px!important;
  border-radius: 4px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #151515!important;
  font-weight: 900;
  margin: 11px 15px 20px 15px;
}

@media only screen and (max-width: 600px) {
  .oshe {
    padding: 13px 105px!important;
  }
}



/*--------------------------------------------------------------
# Games recap section
--------------------------------------------------------------*/
#months-ago {
  color: #999999;
  font-size: 12px;
}

#view-recap {
  color: #999999;
  font-size: 12px;
}
#recap-link{
  font-size: 12px;
}

#recap-link a{
color: #008bfc;
}

.longbg{
  background-color: #fff;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 4px 11px -6px rgba(0,0,0,0.5); 
box-shadow: 0px 4px 11px -6px rgba(0,0,0,0.5);
}

.games-recap-mid h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  color: #000;
}

.games-recap{
background-image: url(/assets/img/recap.jpg);
}

.games-recap h1 p{
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  color: #000000;
}

.games-recap h4{
  color: #000000;
  font-weight: 900;
  font-family: 'gotham'!important;
  font-size: 12px;
  
}

.games-recap p {
  font-size: 17px;
    font-weight: 900;
}

.games-recapbtn{
    background: #fcc100;
    padding: 13px 41px!important;
    border-radius: 4px;
    font-size: 14px;
    /* margin-left: 3px; */
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #151515!important;

    font-weight: 900;
    margin: 11px 15px 20px 15px;
}

.followus h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  color: #000000;
  padding-top: 100px;
}


@media only screen and (max-width: 600px) {
  .followus h1 {
line-height: 50px;
font-size: 51px;
  }
}

.lolo{
  border-radius: 10px;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.socials a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 24px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.socials a:hover {
  background: #fcc100;
  color: #151515;
  text-decoration: none;
}

#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


.col-xl-6 {
    flex: 0 0 auto;
    width: 60%;
}

@media only screen and (max-width: 600px) {
  .col-xl-6 {
    width: 90%;
  }
}


.social-links{
  padding-left: 200px;
}


@media only screen and (max-width: 600px) {
  .social-links {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .col-6 {
    width: 90%;
  }
}