
  main .jumbo {
    
    width: 100%;
    height: 600px;
    background: url(https://images2.alphacoders.com/111/1118315.jpg) ;
    background-size: cover;
  }
  main .icons {
    display: flex;
    justify-content: space-between;
  }
  main .icons .big-icon {
    width: 120px;
    height: 120px;
    background: url(../img/tlogo/freefirep.png) center ;
    background-size: 140%;
    border-radius: 50%;
    border: 2px solid white;
    margin-top: -70px;
  }
  main .icons .rate {
    width: 125px;
    display: flex;
    justify-content: space-between;
    order: -1;
  }
  main .icons .rate .star-btn {
    margin-top: -27.5px;
  }
  main .icons .rate .star-btn i {
    font-size: 26px;
  }
  main .icons .rate .like-btn {
    margin-top: -27.5px;
  }
  main .icons .rate .like-btn i {
    font-size: 22px;
  }
  main .icons .add {
    width: 125px;
    display: flex;
    justify-content: flex-end;
  }
  main .icons .add .add-btn {
    margin-top: -27.5px;
  }
  main .icons .add .add-btn i {
    font-size: 28px;
  }
  main .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  main .details h3 {
    color: black;
    font-size: 28px;
    margin-top: 15px;
  }
  
 
  
  @media screen and (max-width: 600px) {
    
  
    .jumbo {
      height: 340px !important;
    }
  
    .icons {
      justify-content: center !important;
    }
  
    .rate {
      display: none !important;
    }
  
    .add {
      display: none !important;
    }
    main .icons .big-icon {
        width: 90px;
        height: 90px;
        
        background-size: 140%;
        border-radius: 50%;
        border: 2px solid white;
        margin-top: -50px;
      }

      main .jumbo {
    
        width: 100%;
        height: 600px;
        background: url(../img/banner/freefire-banner.jpg) ;
        background-size: cover;
      }
  }
  @media screen and (min-width: 600px) {
    .fab {
      display: none;
    }
  }

  /*----------------------TOURNAMENTS GAMES FILTER GRID ---------------------*/







/* filter  */
.section {
    padding: 30px 0;
    color: #333;
    
  }
  .section .top-side {
    text-align: center;
  }
  .section .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
  }
  .section .top-side .title:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
  }
  .section .top-side h2 {
    font-weight: 700;
  }
  .section.portfolio .filters {
    text-align: center;
    margin-top: 50px;
  }
  .section.portfolio .filters ul {
    padding: 0;
  }
  .section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
  }
  .section.portfolio .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
  }
  .section.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
  }
  .section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
  }
  .section.portfolio .filters-content {
    margin-top: 50px;
  }
  






/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}

.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

 /*----------------------GAMES PAGE HEADER ---------------------*/

.inner_cover {
  min-height: 400px;
  position: relative;
  background-position: center center;
  background-size: cover;
  
}

.inner_cover .overlay_dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(31, 31, 32, 0.6);

}

.inner_cover .inner_cover_content {
  padding: 170px 0;
}

.inner_cover .inner_cover_content h3 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
}

.breadcrumbs {
  position: absolute;
  bottom: -1px;
  margin: 0;
  float: none;
  width: auto;
  display: inline-block;
  list-style: none;
  background-color:white ;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}

.breadcrumbs ul {
  padding: 5px 90px;
  margin: 0 auto;
  text-align: center;
  float: none;
  bottom: 0;
  min-height: 50px;
  position: relative;
  width: auto;
  display: inline-block;
  list-style: none;
  background-color:white ;
  color: #18181c;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}



.breadcrumbs ul li {
  display: inline-block;
  
}

.breadcrumbs ul li a {
  padding: 13px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: #18181c;
}

.breadcrumbs ul li span {
  padding: 13px;
  font-size: 12px;
  font-weight: 600;
  color: #f50136;
}

/*--------------------------Text Style---------------------------------*/

.text {
  position: relative;
  z-index: 10;
}

.text h2 {
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}

.text h3 {
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}

.text p {
  font-size: 1.1em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
}

.text h5 {
  font-size: 1.1em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
}

.text a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}

.text a:hover {
  letter-spacing: 6px;
}

/*-----------------------------------------------------REGISTER ESPORTS --------------------*/








.content-container {
  width: 726px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 726px) {
  .content-container {
    width: 100%;
    padding: 0 1rem;
  }
}



.subject-links {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.register-btn  {
  padding: 0.5rem 1rem;
  border-radius: 25px;
  height: 30px;
  text-decoration: none;
  color: #00274C;
}

.btn-white {
  background: white;
}

.btn-shadow {
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.11);
}

.btn-subject {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 144px;
  padding: 0.5rem;
  margin: 0.5rem;
}