
  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;
}

.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: #ffffff;
  color: #18181c;
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}

.breadcrumbs ul:before {
  content: " ";
  display: block;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 21px;
  border-top-left-radius: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-left: 40px solid transparent;
}

.breadcrumbs ul:after {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 21px;
  border-top-left-radius: 0;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffffff;
  border-right: 40px solid transparent;
  content: " ";
}

.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;
}