#slidemainbox {
  margin-right: 5em;
}
.slider-main-image img {
    width: 100%;
}
#slider .carousel-caption {
  left: 10%;
  right: 9%;
  top: 63%;
  bottom: unset;
  transform: translateY(-50%);
  padding: 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
/*#slider {
  overflow: hidden;
}*/
.slider-box {
  text-align: center;
}
#slider .slider-icon {
  color: white;
  font-size: 20px;
}
.carousel-control-next {
  right: 0;
  top: unset;
  bottom: 3em;
}
.carousel-control-prev {
  left: unset;
  right: 5em;
  bottom: 3em;
  top: unset;
}
#slider .slide-small-heading {
  font-size: 50px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
#slider .slidesmalltext {
  font-size: 16px;
  color: white;
}
#slider h1, #slider h2 {
  font-size: 48px;
  color: var(--color-primary);
  padding: 0;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.Slider-left-box {
    max-width: 50%;
}
#slider .carousel-indicators {
  display: block;
  right: 3em;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  bottom: unset;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: block;
  width: 2px !important;
  height: 40px !important;
  border: none;
  padding: 2px;
  background-color: white;
  border-radius: 0%;
  margin-bottom: 10px;
  border: none;
  opacity: 1;
}
/*#slider .carousel-indicators li span {
  background-color: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  text-align: center;
}*/
#slider .carousel-indicators li.active {
  background-color: var(--color-primary);
}
.slider_social a {
  background-color: black;
  padding: 13px 5px;
  display: block;
  width: 55px;
  height: 50px;
  text-align: center;
  border: 1px solid #8c9497;
}
.slider_social a i {
  color: white;
  font-size: 17px;
}
.slider_social {
  top: 58%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
}
.slider_social a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
.slede_right_img {
  position: absolute;
  top: -42px;
  right: 0;
  width: 22%;
}
.slide_clip_path {
  background: linear-gradient(90deg, rgba(102,252,241,1) 0%, rgba(51,126,121,1) 100%);
  width: 430px;
  height: 645px;
  display: inline-block;
  position: absolute;
  bottom: -38em;
  right: 0px;
  clip-path: polygon(14% 0, 66% 0, 100% 35%, 100% 32%, 100% 100%);
}

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  sanimation: jello-horizontal 0.9s both;
}
.slider_social a.facebook{
  background-color: #0e3068;
}
.slider_social a.twitter{
  background-color: #1e5d70;
}
.slider_social a.youtube{
  background-color: #887b59;
}
.slider_social a.insta{
  background-color: #115581;
}
.slider_social a.pintrest{
  background-color: #7f4c53;
}
.slide_bottom {
  background-color: black;
  padding: 3em 0;
}
.carousel-inner {
  margin: 0;
  overflow: visible;
}
/* --------- Popular Games --------- */
/*#popular_games {
  position: relative;
}*/
.about_clip_path {
  background: linear-gradient(90deg, rgba(102,252,241,1) 0%, rgba(51,126,121,1) 100%);
  width: 689px;
  height: 362px;
  display: inline-block;
  position: absolute;
  top: -224px;
  left: 0;
  clip-path: polygon(17% 0, 43% 0, 0 100%, 0 100%, 0% 38%);
}
.owl-carousel .owl-item .popular_games_thumb img {
    border-radius: 20px;
}
.cause_type   {
  background-color: #1D1D1D;
  color: white;
  display: inline-block;
  padding: 6px 20px 6px 17px;
  /* text-transform: uppercase; */
  /* font-family: var(--secondry-font); */
  position: absolute;
  top: 15px;
  left: 15px;
}
.popular_games_content h5 {
  padding: 10px 15px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: inline-table;
  margin: 0 auto;
  transform: skew(-21deg);
  font-size: 16px;
  font-family: var(--primary-font);
 letter-spacing: 0;
 font-weight: 600;

}
.popular_games_content h5 a{
  color: #23395B;
  transform: skew(21deg);
   font-family: var(--primary-font);
   letter-spacing: 0;
   display: inline-block;
}
/*------ Articles ------------*/
.articles_p  p, .articles_p{
  margin-bottom: 0;
  color: white;
  font-size: 13px;
}
.articles_p {
  margin-bottom: 16px;
  color: white;
}
.custom_block h6 {
  color: var(--color-primary);
  font-weight: 400;
  padding: 0;
  font-family: var(--font-secondry);
  padding: 0;
  font-size: 13px;
  letter-spacing: 0;
}
.custom_block {
  transition: .3s ease;
  transform: translateY(0);
}
.custom_block:hover{
  transform: translateY(-5%);
  transition: .3s ease;
}
.article-body {
  padding: 20px;
  background-color: rgb(33 32 30 / 80%);
  position: absolute;
  bottom: 31px;
  left: 25px;
  font-weight: 600;
  max-width: 77%;
}
.article-body h5, .article-body a {
  color: var(--color-primary);
  padding: 0;
}
.articles-head, .expert_gamers-head, .trending_streams-head, .latest_news-head, #why_choose{
    background-color: black;
}
#latest-news, #our-gallery{
  padding-top: 0;
  position: relative;
}
.scoreboard-head{
  background-color: black;
}
section#popular_games {
  overflow: hidden;
}
/*------ games ------------*/
.head_tab {
  border-radius: 40px;
  padding-bottom: 10em;
}
#trending-games .nav-tabs .nav-item.show .nav-link, #trending-games .nav-tabs .nav-link.active{
  background-color: var(--color-FFAB01);
  color: #47494C;
}
#trending-games .nav-tabs .nav-link{
  background-color: transparent;
  color: #47494C;
  border: 1px solid transparent;
  border-radius: 6px;
  letter-spacing: 1.25px;
  font-weight: 600;
  padding: 10px 20px;
  transform: skew(21deg);
  display: inline-block;
}
#trending-games .nav-tabs{
  border-bottom: none;
}
#trending-games li.nav-item {
  margin-right: 25px;
  background-color: var(--color-primary);
  color: #47494C;
  transform: skew(-21deg);
}
#trending-games .tab-pane {
  margin-top: -8em !important;
  max-width: 90%;
  margin: 0 auto;
}
.game-box{
  background-color: var(--color-primary);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.game-box img{
  width: 100%;
  height: auto;
 /* transform: scale(1.2);*/
  transition: all 0.5s ease 0s;
}
.game-box:hover img{
  opacity: 0.2;
  transform: translateY(20px) scale(1.2);
}
.game-box .game-box-content{
  color: #fff;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) scaleY(0);
  transform-origin: top center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.5s ease 0s;
}
.game-box:hover .game-box-content{ 
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scaleY(1);
}
.game-box-content h5 a {
  color: black;
}
.followers {
    background-color: black;
    padding: 10px;
}
.followers span {
    color: var(--color-primary);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
}
.followers_count {
  float: right;
}
/* --------- Scoreboard --------- */
#scoreboard{
  padding-bottom: 0;
  background: radial-gradient(circle, rgba(21,191,227,1) 43%, rgba(31,32,32,1) 100%);
}
.score_match {
  
  padding: 6em 0;
  background-size: cover !important;
}
.match_box .media {
  background-color: black;
}
.match_box img {
  overflow: hidden;
  z-index: 999;
}
.match_box .media-body {
  background-color: var(--color-primary);
  padding: 12px 16px 12px 56px;
  transform: skew(-21deg, 0);
  margin-left: -61px;  
  margin-right: 40px;
}
.match_box .media_right .media-body {
  margin-right: -61px;
  margin-left: 40px;
  padding: 12px 56px 12px 17px;
}
.match_box .media-body h6{
  display: inline-block;
  transform: skew(21deg, 0);
  padding: 0;
  font-size: 14px;
}
.match_score_span span {
  color: white;
  font-size: 36px;
  font-weight: 600;
}
.match-date-time span {
  color: white;
  font-size: 14px;
}
.match_listing_box_outer {
  padding: 2em 2em;
  border: 14px solid white;
  border-radius: 13px;
}
.match_listing_box {
  padding: 6em 2em;
  border: 5px solid white;
  border-radius: 13px;
}
/* --------- About Us --------- */
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.why_choose_icon_box img{
  padding: 5px;

}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/*------------ team ------------*/
.box-content{
  background-color: #f7f7f9;
}
.team_head a {
  color: #1a3643;
  text-transform: uppercase;
  font-weight: 400;
}
.team-box-inner span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.team_social a i {
  color: #a5a5a5;
  padding: 0 10px;
  font-size: 12px;
}
#our-team {
  background-size: 100%;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #49484d !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 6px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-primary) !important;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: var(--color-primary);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  top: 45%;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 20px;
  padding: 8px 22px;
  color: black;
  border: none;
  background-color: transparent;
  display: inline-block;
}
.owl-carousel .owl-nav  .owl-prev i {
  transform: skew(-21deg);
}
.owl-nav .owl-next i {
  transform: skew(21deg);
}
.owl-carousel .owl-nav  .owl-prev{
  transform: translateY(-50%) skew(21deg);
}
.owl-carousel .owl-nav .owl-next {
  transform: translateY(-50%) skew(-21deg);
}
.owl-carousel .owl-nav .owl-prev {
    left: -90px;
}
.owl-carousel .owl-nav .owl-next {
    right: -90px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    background-color: var(--color-primary);
}
.owl-carousel .owl-stage-outer{
  padding-bottom: 7px;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i, .owl-nav button.owl-next i {
  border-radius: 50%;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* --------- Contact Us --------- */
.contact-head {
  background-color: var(--color-primary);
  padding: 40px 0;
}
.contact_details_column {
  background-color: var(--color-primary);
}
.contact_shortcode {
  padding: 49px 76px;
  background-color: rgb(0 0 0 / 60%);
  transform: skew(-21deg);
  max-width: 84%;
  margin: 0 auto;
  }
.contact_shortcode_inner{
  transform: skew(21deg);
}
.contact_shortcode input[type="text"], .contact_shortcode input[type="tel"], .contact_shortcode input[type="email"], .contact_shortcode input[type="phno"], .contact_shortcode input[type="password"], .contact_shortcode textarea {
  border: none;
  font-size: 16px;
  background-color: #66FCF1;
  color: black;
  background: transparent linear-gradient(180deg, #66FCF1 0%, #337E79 100%) 0% 0% no-repeat padding-box;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact_shortcode input[type="text"]::placeholder, .contact_shortcode input[type="tel"]::placeholder, .contact_shortcode input[type="email"]::placeholder, .contact_shortcode input[type="phno"]::placeholder, .contact_shortcode input[type="password"]::placeholder, .contact_shortcode textarea::placeholder{
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.contact_shortcode textarea {
  height: 110px;
}
.contact_shortcode input[type="submit"]{
  background: transparent linear-gradient(180deg, #66FCF1 0%, #337E79 100%) 0% 0% no-repeat padding-box;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  transform: unset;
  font-size: 19px;
  border-radius: 0;
  padding: 10px 49px;
}
.contact_right_image {
    position: absolute;
    bottom: -61px;
    right: 0;
    display: inline-block;
}
.contact_shortcode p {
  margin: 0;
}
.contact_head.section_main_head.white_head h3, .why_choose-head.section_main_head.white_head h3 {
  color: var(--color-primary);
}
/*---------------Why Choose Us ------------------*/
.box_detail h6, .box_detail h6 a {
  color: var(--color-primary);
  font-family: var(--font-primary);
  letter-spacing: 1px;
  letter-spacing: 1.75px;
  font-size: 20px;
}
.box_detail img {
  width: 68px;
  height: 68px;
}
.box_row {
  margin-left: 9em;
}
.why_choose_right_image {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

/* ----------------- Gallery --------------- */
.gallery_image_box, .gallery_image_box a{
  position: relative;
}
.gallery_image_box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_image_box span{
  position: absolute;
  top: 0;
  bottom: 0;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: rgb(0 0 0 / 38%);
  display: none;
  transition: all 0.50s ease 0s;
}
.gallery_image_box i {
  color: black;
  font-size: 20px;
  background-color: var(--color-primary);
  padding: 20px 22px;
  border-radius: 50%;
}
.gallery_image_box:hover span{
  display: flex;
  transition: all 0.50s ease 0s;
}
/*---------------Video ------------------*/
/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 999999;
}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:8px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:white;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_outer {
  background: #f33e17;
}
.over_video img {
  width: 100%;
}
.ps_video {
  margin: 0 auto;
  text-align: center;
  padding: 35px 0px 0 0px;
  border-radius: 50%;
}
.ps_video i:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  top: -23%;
  left: -25%;
  cursor: pointer;
}
.ps_video i{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 20px 26px;
  position: relative;
  display: block;
  font-size: 35px;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: white;
  background-color: rgb(0 0 0 / 30%);
}
  @-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, 0.75), 0 0 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
#records {
  border-bottom: 45px solid #e2e8ec;
}
/* ----------- Latest News ------------- */
#latest-news {
  background-color: #404040;
  border-bottom: 60px solid black;
}
.news_date i, .entry-comments i {
  color: var(--color-121212);
  padding-right: 10px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.news_content {
  padding: 6px 10px;
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-text {
  color: #6b6b6b;
  margin-bottom: 20px;
}
.news_date_comment {
  display: flex;
  justify-content: space-between;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.news_date {
  color: white;
  right: 16px;
}
.auther_name, .entry-comments {
  color: white;
}
.news_date_comment span {
  padding-right: 7px;
}
.slash_span{
  color: var(--color-primary);
}
.read_more_icon {
    background-color: #1a3643;
    padding: 20px 22px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
}
.read_icon {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.news_right_image {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.news-box {
    position: relative;
}
/* ----------- Expert Gamers ------------- */
#expert_gamers .nav-link {
  padding: 0;
}
#expert_gamers .nav-link img {
  clip-path: polygon(13% 0, 100% 0%, 85% 100%, 0% 100%);
}

#expert_gamers li.nav-item {
    padding: 0;
}
.expert_gamers_img img {
    width: 200px;
}
.expert_gamers_img img {
  width: 200px;
  margin-bottom: 20px;
}
h5.expert_gamers_head a {
  color: black;
}
span.designation_gamer {
  display: block;
  color: black;
  font-weight: 600;
}
.expert_gamers_social a i{
  color: black;
  font-size: 14px;
  background-color: var(--color-primary);
  padding: 12px 14px;
  border-radius: 50%;
}
.post-text {
  color: #000000;
}
#expert_gamers a.theme_button {
  background-color: black;
  color: white;
}
.expert_right_image {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 0;
  transform: translateY(-50%);
}
.video_listing_box {
  max-width: 90%;
  margin: 0 auto;
}
.triangle_shape {
  background-color: var(--color-primary);
  clip-path: polygon(100% 0, 38% 0, 100% 100%);
  width: 310px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
}
.triangle_shape_bottom {
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 1% 100%, 100% 100%);
  width: 230px;
  height: 300px;
  position: absolute;
  bottom: -154px;
  left: 0;
  z-index: 9;
}
#trending_streams {
  overflow: visible;
}
.score_right_image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.popular_games_thumb {
    position: relative;
}
.popular_games_thumb img {
    border-radius: 20px;
}