/*
  Theme Name: Geco - eSports Gaming HTML5 Template.
  Support: admin@gmail.com
  Description: Geco - eSports Gaming HTML5 Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Search modal
4. Breadcrumb
5. Slider
6. Brand
7. Product-area
8. About-us
9. Game Released
10. Game Manage
11. Featured-Games
12. Cta
13. Tournament
14. Just-gamers
15. Features
16. Fact
17. Shop
18. Upcoming-games
19. Game-overview
20. Blog
21. Pagination
22. Testimonial
23. Community
24. Contact
25. Newsletter
26. Footer
27. Preloader

main = 95d600
need = 95d600
*/

/* 1. Theme default css */

@import url("https://fonts.googleapis.com/css?family=Oxanium:400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700,700i&display=swap");
@font-face {
  font-family: "grinddemolished";
  src: url("../fonts/grind_demolished-webfont.woff2") format("woff2"),
    url("../fonts/grind_demolished-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111111;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #69cd0b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  color: #d4d4d4;
  background: #08090c !important;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxanium", cursive;
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: 800;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #cbcbcb;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* button style */
.btn {
  /* -moz-user-select: none; */
  border: medium none;
  border-radius: 5px;
  color: #1c1121;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 44px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.btn:hover {
  color: #1c1121;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-image: url(../img/images/btn_overlay.png);
  width: 100%;
  height: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  z-index: -1;
  transition: 0.3s linear;
}
.btn:hover::before {
  bottom: 0;
}
.btn i {
  margin-right: 5px;
}
.btn.transparent-btn {
  border: 2px solid #9f999d;
  background: transparent;
  color: #fff;
}
.btn.transparent-btn:hover {
  border: 2px solid #e4a101;
  color: #1c1121;
}
.btn.transparent-btn::before {
  display: none;
}
.btn.btn-style-two {
  background: transparent;
  padding: 20px 35px;
  margin: 0 8px;
}
.btn.btn-style-two::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  height: 100%;
  width: 5px;
  transform: skewX(-16deg);
  z-index: 1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 0;
  left: auto;
  background-color: #e4a101;
}
.btn.btn-style-two::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 0;
  left: auto;
  background-color: #e4a101;
}
.btn.btn-style-two:hover::before {
  right: 0;
}
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
#scrollUp {
  background: #69cd0b;
  height: 40px;
  width: 40px;
  right: 50px;
  bottom: 50px;
  color: #1c1121;
  text-align: center;
  border-radius: 0;
  font-size: 22px;
  line-height: 38px;
}
#scrollUp:hover {
  background: #444;
  color: #fff;
}

/* 2. Header */

.header-top-area {
  background: #1c1121;
}
.container-full-padding {
  padding: 0 260px;
}
.s-container-full-padding {
  padding: 0 230px;
}
.header-top-offer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #a5a5a5;
}
.header-top-offer .time-count {
  display: none;
}
.header-top-offer .time-count:first-child {
  display: block;
}
.header-top-offer .time-count > span {
  display: inline-block;
  padding: 16px 25px;
  font-weight: 900;
  font-size: 18px;
  color: #1c1121;
  position: relative;
  z-index: 1;
}
.header-top-offer .time-count > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/images/offer_count_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-social ul {
  display: flex;
  flex-wrap: wrap;
}
.header-social ul li {
  margin-left: 15px;
  display: inline-block;
}
.header-social ul li:first-child {
  margin-left: 0;
}
.header-social ul li a {
  color: #b4b0b5;
  font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
  color: #e4a101;
}
.header-top-action ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-top-mail p {
  margin-bottom: 0;
  font-size: 12px;
  color: #bcbcbc;
}
.header-top-mail p a {
  color: #bcbcbc;
}
.header-top-action {
  margin-left: 20px;
}
.header-top-action ul li:last-child {
  margin-left: 15px;
  overflow: hidden;
}
.header-top-mail p span {
  display: inline-block;
  margin-right: 15px;
}
.header-top-mail p i {
  margin-right: 10px;
}
.header-user-login > a {
  display: block;
  background: #181719;
  color: #edeaea;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0 0 2px 2px;
  height: 35px;
  line-height: 35px;
  padding: 0 18px 0 0;
  border-top: 1px solid #e4a101;
}
.header-user-login > a i {
  display: inline-block;
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  color: #1c1121;
}
.main-header {
  background-image: url(../img/bg/header_bg.jpg);
  background-position: right center;
  background-size: cover;
  position: relative;
}
.main-menu nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
}
.navbar-wrap ul li {
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #edeaea;
  padding: 43px 26px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "Oxanium", cursive;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-10deg);
  z-index: -1;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
  content: "";
  position: absolute;
  height: 3px;
  /* background: #e4a101; */
  right: 40px;
  left: 0;
  bottom: 0;
}
.navbar-wrap ul li:hover > a {
  color: #1c1121;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
  opacity: 1;
}
.navbar-wrap ul li.show > a {
  color: #1c1121;
}
.navbar-wrap ul li.active > a::before {
  opacity: 1;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header-action > ul li {
  position: relative;
  margin-left: 40px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action ul li a {
  color: #edeaea;
  font-size: 14px;
}
.header-shop-cart a span {
  position: absolute;
  right: -13px;
  top: -2px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  color: #1c1121;
}
.header-action ul li.header-search a {
  width: 56px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
  background: #111111;
  border-radius: 5px;
  font-size: 13px;
  box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
    inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.header-shop-cart ul.minicart {
  background: #1c1121;
  opacity: 0;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 63px;
  transition: all 0.5s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(20px);
}
.header-shop-cart ul.minicart::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -40px;
  width: 100%;
  height: 45px;
  display: block;
}
.header-shop-cart:hover ul.minicart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
}
.header-shop-cart .minicart > li {
  display: block;
  margin-bottom: 22px;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
}
.header-shop-cart .minicart .cart-img {
  float: left;
}
ul.minicart .cart-img img {
  width: 100px;
}
.header-shop-cart .minicart .cart-content {
  float: left;
  padding-left: 15px;
  text-align: left;
  padding-right: 25px;
}
.cart-content h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
ul.minicart .cart-content a {
  font-size: 14px;
  background: none;
  font-weight: 600;
}
ul.minicart .cart-price span {
  color: #747691;
  font-size: 13px;
  font-weight: 500;
}
ul.minicart .cart-price .new {
  font-size: 14px;
  color: #a5a5a5;
}
.header-shop-cart .minicart .del-icon {
  float: right;
  margin-top: 30px;
}
.minicart .del-icon > a {
  font-size: 18px;
}
.total-price {
  border-top: 1px solid #473151;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}
.total-price span {
  color: #a5a5a5;
  font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
  margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
  color: #1c1121;
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
  background: #291b35;
  color: #fff;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
  display: none;
}
.menu-style-two {
  padding: 28px 30px;
  border-radius: 0 0 14px 14px;
  background-image: url(../img/bg/header_bg.jpg);
  background-position: right center;
  background-size: cover;
  position: relative;
}
.transparent-header {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: auto;
  z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
  padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
  padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
  transform: skewX(-16deg);
  transition: 0.3s linear;
}
.s-header-top-area {
  background: #131014;
}
.navbar-wrap ul li > .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  display: block;
  left: -9px;
  opacity: 0;
  padding: 18px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #3a2746;
  background: #1c1421;
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  margin: 0;
  border-radius: 2px;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li > .submenu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
  display: none;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  ) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  padding: 0;
}
.t-header-top-area .header-top-social ul {
  display: flex;
  align-items: center;
}
.t-header-top-area .header-top-social ul li:first-child {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Oxanium", cursive;
  line-height: 1;
  letter-spacing: 2px;
  margin-right: 5px;
}
.t-header-top-area .header-top-social ul li + li {
  margin-left: 10px;
}
.t-header-top-area .header-top-social ul li a {
  background-image: url(../img/bg/header_social_bg.jpg);
  display: block;
  width: 38px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
  color: #ff4800;
  font-size: 12px;
}
.t-header-top-area .header-top-login ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.t-header-top-area .header-top-login ul li.or {
  margin: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oxanium", cursive;
}
.t-header-top-area .header-top-login ul li a {
  display: block;
  background: #23262d;
  text-transform: uppercase;
  color: #cfcdcd;
  font-weight: 700;
  font-size: 11px;
  font-family: "Oxanium", cursive;
  padding: 2px 23px 2px 7px;
  border-top: 2px solid #2a2b37;
  border-bottom: 2px solid #2a2b37;
  border-radius: 3px;
  box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}
.t-header-top-area .header-top-login ul li a i {
  width: 29px;
  height: 25px;
  box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
    inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
  text-align: center;
  line-height: 25px;
  background: #1d1e29;
  margin-right: 15px;
  color: #ff4800;
}
.t-header-top-area .header-top-login ul li a:hover {
  color: #ff4800;
}
.t-header-top-area {
  background: transparent;
  padding: 14px 0;
  border-bottom: 1px solid rgb(50 49 49 / 0.7);
}
.third-header-bg {
  position: relative;
  z-index: 9;
}
.third-header-bg .bg {
  /* background-image: url(../img/bg/h3_header_bg.jpg); */
  /* background: url(../img/images/header.png); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 146px;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.third-header-bg .menu-style-two {
  background-image: none;
  padding: 0;
}
.custom-container {
  max-width: 1330px;
}
.custom-container-two {
  max-width: 1430px;
}
.third-header-bg .navbar-wrap ul li.show a::before,
.third-header-bg .navbar-wrap ul li a::before {
  display: none;
}
.third-header-bg .navbar-wrap ul li.show > a,
.third-header-bg .navbar-wrap ul li:hover > a,
.third-header-bg .navbar-wrap ul li .submenu li.active > a,
.third-header-bg .navbar-wrap ul li .submenu li:hover > a,
.third-header-bg .header-action ul li.header-search a,
.third-header-bg #search-modal .modal-dialog .modal-content form button,
.third-banner-content h2 span,
.third-title-style h2 span,
.third-title-style .vertical-title {
  color: #ee5519;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li > a {
  padding: 35px 0;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li + li {
  margin-left: 42px;
}
.third-header-bg .navbar-wrap .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
  z-index: 8;
}
.third-header-bg .navbar-wrap .logo:hover .r_logo {
  left: 24.5% !important;

  animation: rotating 1s infinite ease-in-out;
}
.third-header-bg .navbar-wrap .logo .r_logo {
  position: absolute;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  height: 95px;
  top: 11px;
}
.third-header-bg .navbar-wrap ul.left {
  margin-left: 0;
  margin-right: auto;
}
.header-bottom-bg {
  /* background-image: url(../img/images/header.png); */
  border-bottom: 2px solid #69cd0b;
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  width: 1499px;
  height: 28px;
  margin: 0 auto;
  z-index: -1;
}
.third-header-bg .header-action ul li.header-search a {
  background: #262831;
}
.third-header-bg .navbar-wrap ul li > .submenu {
  border: 1px solid #ee551945;
  background: #1c1f26;
}
.third-header-bg .header-action > ul {
  margin-left: 30px;
}
.third-header-bg .sticky-menu .navbar-wrap .logo {
  top: 0;
}
.third-header-bg .sticky-menu {
  /* background-image: url(../img/images/header.png); */
  background: #08090c;
  border-bottom: 1px solid #69cd0b;
}
.header-style-four .header-top-area {
  background-image: url(../img/bg/fourth_header_top_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 22px 0;
}
.header-style-four .header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-style-four .header-social span {
  color: #fff;
  font-family: "Oxanium", cursive;
  font-weight: 700;
  margin-right: 15px;
}
.header-style-four .header-social ul li + li {
  margin-left: 8px;
  display: block;
}
.header-style-four .header-social ul li a {
  display: block;
  width: 35px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 3px 5.58px 0.42px rgba(33, 34, 47, 0.27);
  font-size: 12px;
  color: #e9a401;
  border: 1px solid rgb(40, 40, 46);
  background: rgb(51, 52, 66);
}
.header-style-four .menu-style-two {
  padding: 0;
  border-radius: 0;
  background-image: none;
  background-position: unset;
  background-size: cover;
  position: relative;
}
.header-four-wrap {
  background: #252634;
  border-top: 1px solid #1e1e2a;
  padding: 18px 0;
  position: relative;
}
.header-four-wrap .menu-style-two .navbar-wrap > ul > li > a {
  padding: 12px 23px;
}
.header-four-wrap .menu-style-two .navbar-wrap ul li.show a::before,
.header-four-wrap .menu-style-two .navbar-wrap ul li a::before {
  transform: skewX(-20deg);
}
.header-four-wrap .header-action ul li.header-search a {
  width: 52px;
  height: 46px;
  line-height: 46px;
  background: #252634;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 20%),
    inset 0px 3px 7px 0px rgb(0 0 0 / 40%);
}
.header-four-wrap .header-shop-cart ul.minicart {
  background: #252634;
  top: 53px;
}
.header-four-wrap .header-shop-cart .minicart .checkout-link a.red-color {
  background: #333442;
}
.header-four-wrap::before {
  content: "";
  position: absolute;
  width: 29%;
  background: #e9a401;
  height: 100%;
  top: 0;
  clip-path: polygon(0px 0px, 91% 0px, 100% 100%, 0% 100%);
}
.header-four-wrap.sticky-menu {
  position: fixed;
  border-top: none;
}
.submenu li a {
  clip-path: none !important;
}

.modal-backdrop {
  z-index: 1;
}
.modal-open .header-top {
  z-index: 2;
}
.btn,
.header-user-login > a i,
.navbar-wrap ul li a::before,
.header-shop-cart a span,
.header-shop-cart .minicart .checkout-link a,
.lg-tag a::before,
.product-content .product-tag a::before,
.tournament-menu button::before,
.tournament-schedule-meta a:hover,
.product-cart-action a:hover,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.fw-title h5::before,
.features-item .product-tag a::before,
.shop-area.black-bg .product-cart-action a:hover,
.latest-match-box .tournament-schedule-meta a:hover,
.features-item .features-list-content .product-tag a:hover::before {
  background: #e4a101;
}

/* 4. Breadcrumb */
.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg.jpg);
  padding-top: 275px;
  padding-bottom: 170px;
  background-position: center;
  background-size: cover;
}
.s-breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg02.jpg);
}
.third-breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg03.jpg);
}
.breadcrumb-content h2 {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 0.8;
}
.breadcrumb-content .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
}
.breadcrumb-content .breadcrumb li {
  text-transform: uppercase;
  font-weight: 600;
  color: #f2a900;
}
.breadcrumb-content h2 span {
  color: #f2a900;
}
.breadcrumb-content .breadcrumb li a {
  color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  content: "\f101";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.game-overview-breadcrumb .breadcrumb-content .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 25px;
}
.game-overview-img {
  margin-left: -100px;
}
.game-overview-status ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.game-overview-status ul li:last-child {
  margin-bottom: 0;
}
.game-overview-status {
  margin-bottom: 40px;
}
.game-overview-status ul li span {
  min-width: 115px;
  display: inline-block;
  color: #fff;
}
.game-overview-status ul li:first-child {
  color: #e9a301;
}
.game-overview-breadcrumb .breadcrumb-content h2 {
  margin-bottom: 36px;
}
.game-overview-breadcrumb.breadcrumb-bg {
  padding-top: 225px;
  padding-bottom: 120px;
}


.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
.slider-active .slick-next {
  right: 120px;
  left: auto;
}

.rotated-btn {
  font-size: 16px;
  background: #ff5917;
  border-radius: 0;
  color: #fff;
  padding: 19px 31px;
  margin-left: 17px;
  margin-right: 17px;
}
.rotated-btn:hover {
  color: #fff;
}
.rotated-btn::before {
  background-image: none;
  bottom: 0;
  border-radius: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 54px solid #ff5917;
  left: -17px;
  border-left: 17px solid transparent;
  transition: all 0.3s ease 0s;
}
.rotated-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 54px solid #ff5917;
  right: -17px;
  border-right: 17px solid transparent;
  transition: all 0.3s ease 0s;
}
.rotated-btn:hover {
  background: #2a2a32;
}
.rotated-btn:hover::before {
  border-top-color: #2a2a32;
}
.rotated-btn:hover::after {
  border-top-color: #2a2a32;
}
.third-banner-content h2 {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 0.8;
  font-family: "grinddemolished";
  font-weight: normal;
  margin-bottom: 14px;
}


/* 6. Brand */
.brand-bg {
  background-image: url(../img/bg/brand_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
}
.brand-item img {
  display: inline-block;
}
.slick-slide:focus {
  outline: none;
}
.t-brand-bg {
  background: #131418;
  padding: 80px 0;
}
.t-brand-item {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-brand-item img {
  max-width: 100%;
}
.home-four-brand.brand-bg {
  background-image: url(../img/bg/s_brand_bg.jpg);
}

/* area-bg */
.area-bg-one {
  background-image: url(../img/bg/area_bg01.jpg);
  background-position: center;
  background-size: cover;
}
.area-bg-two {
  background-image: url(../img/bg/area_bg02.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 55px;
}
.home-four-area-bg {
  position: relative;
}
.home-four-area-bg .bg {
  background-image: url(../img/bg/home_four_area_bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1390px;
  background-position: bottom center;
  background-size: cover;
}

/* 7. Product-area */
.section-title > span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #c8c8c8;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -2px;
}
.latest-games-items {
  position: relative;
  box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}
.latest-games-thumb img {
  width: 100%;
}
.latest-games-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(23, 13, 28, 0.929);
  box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
  width: 100%;
  padding: 35px 30px;
  z-index: 1;
}
.lg-tag {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: 1;
}
.lg-tag a,
.product-content .product-tag a,
.features-item .product-tag a {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1c1121;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 20px;
}
.lg-tag a::before,
.product-content .product-tag a::before,
.features-item .product-tag a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-10deg);
  z-index: -1;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.latest-games-content h4 {
  font-size: 22px;
  margin-bottom: 13px;
  line-height: 1;
}
.latest-games-content p {
  line-height: 1;
  margin-bottom: 0;
  color: #c9c9c9;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
}
.latest-games-active.owl-carousel .owl-nav,
.testimonial-active.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -85px;
  z-index: 1;
}
.latest-games-active.owl-carousel .owl-nav button,
.testimonial-active.owl-carousel .owl-nav button {
  width: 37px;
  height: 33px;
  color: #bebac0;
  border: 3px solid #bebac0;
  display: inline-block;
  transition: 0.3s linear;
}
.latest-games-active.owl-carousel .owl-nav button.owl-next,
.testimonial-active.owl-carousel .owl-nav button.owl-next {
  margin-left: 10px;
}
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover {
  border-color: #e4a101;
}
.home-four-title h2 {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0;
}
.home-four-title.black-title h2 {
  color: #1c1121;
}
.home-four-latest-games .latest-games-content h4 {
  font-size: 20px;
  text-transform: uppercase;
}
/* 9. Game Released */
.released-game-item {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px;
  margin: 50px 0;
}
.released-game-img {
  margin-right: 35px;
  position: relative;
  z-index: 2;
}
.released-game-item-bg {
  background-image: url(../img/bg/released_slide_bg.jpg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.05;
}
.released-game-rating {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.released-game-rating h5 {
  font-size: 16px;
  font-weight: 700;
  color: #413b43;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-right: 10px;
}
.released-rating {
  display: flex;
  font-size: 14px;
  color: #e9a301;
  align-items: center;
}
.released-game-content h4 {
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #1c1121;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.released-game-content h4::before {
  content: "";
  background-image: url(../img/images/released_game_brush.png);
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  width: 324px;
  background-repeat: no-repeat;
  z-index: -1;
}
.released-game-content h4 > span {
  color: #fff;
}
.released-game-list ul li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
  margin-bottom: 10px;
}
.released-game-list ul li:last-child {
  margin-bottom: 0;
}
.released-game-list ul li span {
  color: #413b43;
  font-weight: 600;
  margin-right: 20px;
}
.released-game-content p {
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
  margin-bottom: 30px;
}
.released-game-content .btn {
  font-size: 14px;
  padding: 16px 26px;
}
.released-game-nav-item {
  margin: 10px 0;
}
.released-game-nav-item img {
  width: 100%;
  box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
  cursor: pointer;
}
.released-game-active .slick-dots {
  position: absolute;
  left: 85px;
  bottom: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.released-game-active .slick-dots li {
  line-height: 0;
  margin: 0 15px;
}
.released-game-active .slick-dots li button {
  text-indent: -999999px;
  border: none;
  padding: 0;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.3s linear;
}
.released-game-active .slick-dots li button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid #e4a101;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s linear;
  opacity: 0;
}
.released-game-active .slick-dots li.slick-active button::before {
  opacity: 1;
}
.released-game-active .slick-dots li.slick-active button {
  background: #e4a101;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
  right: 0;
  margin: 0 auto;
}
.game-mange-bg {
  background-image: url(../img/bg/game_manage_bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.coming-match-team {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  text-align: center;
  padding: 30px 35px 40px;
}
.coming-match-item {
  border-top: 5px solid #e4a101;
  background-color: rgb(33, 19, 44);
  box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.match-team-name a {
  font-size: 14px;
  text-transform: uppercase;
  color: #d7d5d5;
  font-weight: 800;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
.coming-match-status {
  margin: 0 25px;
}
.coming-match-info {
  padding: 35px 35px;
  text-align: center;
  background: #1b1024;
}
.coming-match-info h5,
.tournament-schedule-content h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover {
  transition: 0.3s linear;
}
.match-rating i {
  font-size: 12px;
  color: #e4a101;
}
.match-rating {
  line-height: 1;
}
.match-info-action .btn {
  font-size: 12px;
  padding: 17px 17px;
}
.match-info-action .btn::before {
  height: 100%;
  bottom: 0;
}
.match-info-action {
  margin-top: 30px;
}
.match-info-action .transparent-btn {
  padding: 15px 17px;
  margin-left: 25px;
}
.coming-match-time .coming-time {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #20132b;
  padding: 20px 35px;
}
.coming-match-time .time-count span {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.coming-match-time .time-count {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 22px;
  margin-right: 22px;
  position: relative;
}
.coming-match-time .time-count:last-child {
  padding-right: 0;
  margin-right: 0;
}
.coming-match-time .time-count::before {
  content: ":";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #5e5e5e;
  font-weight: 500;
}
.coming-match-time .time-count:last-child::before {
  display: none;
}

/* 11. Featured-Games */
.featured-game-item {
  box-shadow: 0px 1px 13px 0px rgba(12, 11, 15, 0.32);
  position: relative;
  z-index: 1;
}
.featured-game-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 163, 1, 0.749);
  transition: 0.3s linear;
  opacity: 0;
}
.featured-game-thumb img {
  width: 100%;
}
.featured-game-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 35px;
  z-index: 1;
  transition: 0.3s linear;
}
.featured-game-icon {
  margin-bottom: 20px;
}
.featured-game-content h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.featured-game-content h4 span,
.featured-game-meta i {
  color: #e9a301;
}
.featured-game-content h4 a:hover {
  color: #fff;
}
.featured-game-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e3e3e3;
}
.featured-game-meta i {
  margin-right: 5px;
}
.featured-game-overlay-content {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  bottom: auto;
  opacity: 0;
}
.featured-game-overlay-content .featured-game-meta {
  justify-content: center;
  color: #fff;
}
.featured-game-overlay-content h4,
.featured-game-overlay-content h4 a:hover {
  color: #1c1121;
}
.featured-game-overlay-content h4 span,
.featured-game-overlay-content .featured-game-meta i {
  color: #fff;
}
.featured-game-item:hover .featured-game-content {
  opacity: 0;
  visibility: hidden;
}
.featured-game-item:hover .featured-game-overlay-content,
.featured-game-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.featured-game-bg {
  background-image: url(../img/bg/featured_game_bg.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.featured-game-icon img {
  display: inline-block;
}
.featured-game-area .container-full {
  padding-left: 60px;
  padding-right: 60px;
}
.new-released-game-area .no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.new-released-game-area {
  background: #f7f7f7;
}

/* 12. Cta */
.cta-bg {
  background-image: url(../img/bg/cta_bg.jpg);
  padding: 120px 0;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.52);
}
.cta-content {
  padding: 0 50px;
}
.cta-content .section-title h2 {
  font-size: 50px;
  margin-bottom: 5px;
}

/* 13. Tournament */
.tournament-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgb(32, 19, 43);
  box-shadow: 0px 4px 5.58px 0.42px rgba(0, 0, 0, 0.13),
    inset 0px 1px 16px 0px rgba(228, 161, 1, 0.17);
  padding: 25px 30px;
}
.tournament-title h2 {
  font-size: 26px;
  letter-spacing: -1px;
}
.tournament-menu {
  display: flex;
  flex-wrap: wrap;
}
.tournament-menu button {
  font-size: 14px;
  border: none;
  background: transparent;
  padding: 0;
  color: #a0a0a0;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  transition: 0.4s linear;
}
.tournament-menu button:first-child {
  margin-left: 0;
}
.tournament-menu button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  opacity: 0;
  transition: 0.4s linear;
}
.tournament-menu button.active::before {
  opacity: 1;
}
.tournament-area {
  background-color: rgb(27, 16, 36);
  box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.tournament-schedule-wrap {
  padding: 30px 30px 15px;
}
.tournament-schedule-item {
  display: flex;
  align-items: center;
  background: #23162e;
  padding: 37px 20px;
  justify-content: space-between;
  height: 100%;
}
.tournament-schedule-content {
  padding: 35px 35px;
  position: relative;
  background: #20132b;
  height: 100%;
}
.tournament-schedule-content h3 a:hover span {
  color: #fff;
}
.tournament-schedule-content p {
  margin-bottom: 0;
}
.tournament-schedule-meta {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tournament-schedule-meta h5 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  color: #c9c9c9;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.tournament-schedule-meta h5 span {
  margin-left: 5px;
}
.tournament-schedule-meta a {
  display: block;
  border: 1px dashed #383838;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 13px;
  line-height: 1;
  margin-left: 18px;
}
.tournament-schedule-meta a:hover {
  border: 1px solid #e4a101;
  color: #1c1121;
}
.latest-match-bg {
  background-image: url(../img/bg/latest_match_bg.jpg);
  background-position: center;
  background-size: cover;
}
.latest-match-box {
  display: flex;
  align-items: center;
  background: #211e23;
  padding: 15px;
  box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.latest-match-box .tournament-schedule-content {
  padding: 41px 30px;
  background: #1c181e;
}
.latest-match-box .tournament-schedule-content p {
  font-size: 13px;
  line-height: 2;
  padding-right: 20px;
}
.latest-match-box .tournament-schedule-meta a {
  color: #d7d5d5;
  background: #222225;
}
.latest-match-box .tournament-schedule-meta a:hover {
  color: #1c1121;
}
.team-member-thumb {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.team-member-thumb img {
  width: 100%;
  transition: 0.3s linear;
}
.team-member-social {
  position: absolute;
  right: 20px;
  top: 30px;
  transform: translateX(30px);
  opacity: 0;
  transition: 0.3s linear;
}
.team-member-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e9a301;
  transition: 0.3s linear;
  opacity: 0;
}
.team-member-content h4 {
  font-size: 20px;
  color: #1c1121;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.team-member-box:hover .team-member-content h4 a {
  color: #e8a301;
}
.team-member-box:hover .team-member-thumb img {
  box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.16);
}
.team-member-box:hover .team-member-thumb::before {
  opacity: 0.9;
}
.team-member-box:hover .team-member-social {
  transform: translateX(0px);
  opacity: 1;
}
.team-member-content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
}
.team-member-social ul li {
  display: block;
  margin-bottom: 13px;
}
.team-member-social ul li a {
  color: #fff;
  font-size: 15px;
}
.team-bg {
  background-image: url(../img/bg/third_team_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  padding: 110px 0 90px;
}
.third-team-content {
  position: relative;
  padding: 20px 50px;
  z-index: 1;
}
.third-team-content .main-bg {
  background-image: url(../img/bg/team_content_bg.png);
  width: 302px;
  height: 93px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: -10px;
}
.third-team-content .hover-bg {
  background-image: url(../img/bg/team_content_hover_bg.png);
  width: 302px;
  height: 93px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: -10px;
  opacity: 0;
  transition: 0.3s linear;
}
.third-team-content h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
.third-team-content span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ff5917;
  transition: 0.3s linear;
}
.third-team-content h5 a:hover {
  color: #fff;
}
.third-team-item:hover .third-team-content .hover-bg {
  opacity: 1;
}
.third-team-item:hover .third-team-content span {
  color: #1f2026;
}

/* Game-gallery */
.game-gallery-area.position-relative {
  z-index: 1;
  padding: 120px 0 0;
  margin-bottom: -150px;
}
.game-gallery-bg {
  background-image: url(../img/bg/game_gallery_bg.png);
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 715px;
  z-index: -1;
}
.game-gallery-item img {
  max-width: 100%;
  display: inline-block;
}
.game-gallery-item {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.game-gallery-active .slick-active.slick-center {
  margin-top: 0;
}
.game-gallery-active .slick-slide {
  margin-top: 80px;
  transition: 0.4s linear;
}
.game-gallery-area .slider-nav {
  max-width: 1080px;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-nav > span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #bebebe;
  cursor: pointer;
  transition: 0.3s linear;
}
.slider-nav > span.slick-next i {
  margin-left: 5px;
}
.slider-nav > span.slick-prev i {
  margin-right: 5px;
}
.slider-nav > span:hover {
  color: #ff5917;
}
.home-four-shop-area {
  background-image: url(../img/bg/home_four_shop_bg.jpg);
  background-position: center;
  background-size: cover;
}
.home-four-shop-area .shop-item {
  background-color: #1e1b20;
}
.home-four-shop-area .product-cart-action a {
  background: #1c1a1d;
  border: 1px solid #3d2f48;
}
.home-four-shop-area .product-cart-action a:hover {
  background: #e9a301;
  border: 1px solid #e9a301;
}
.home-four-shop-area .product-content {
  padding: 40px 25px 25px;
}
.home-four-shop-area .product-content h4 {
  text-transform: uppercase;
}
.home-four-title p {
  margin-bottom: 0;
  margin-top: 20px;
}

/* 18. Upcoming-games */
.upcoming-game-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
  padding: 30px 25px 35px;
}
.uc-game-head-title > span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #e8a301;
  font-family: "Oxanium", cursive;
  margin-bottom: 6px;
}
.uc-game-head-title h4 {
  font-size: 22px;
  color: #1c1121;
  text-transform: uppercase;
  margin-bottom: 0;
}
.uc-game-head-title h4 a:hover {
  color: #e9a301;
}
.upcoming-game-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.uc-game-head-title {
  margin-right: 50px;
}
.uc-game-price h5 {
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding: 6px 25px;
  margin-right: 7px;
}
.uc-game-price h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-20deg);
  z-index: -1;
  right: 0;
  margin: 0 auto;
  background: #e4a101;
  box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.upcoming-game-item p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 24px;
  margin-bottom: 30px;
}
.upcoming-game-thumb {
  position: relative;
}
.upcoming-game-thumb img {
  width: 100%;
}
.upcoming-game-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e4a101;
  opacity: 0;
  transition: 0.3s linear;
}
.upcoming-game-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.upcoming-game-cart a.btn {
  border-color: #1c1121;
  color: #1c1121;
  font-size: 14px;
  padding: 13px 24px;
  transform: translateY(20px);
  transition: 0.4s linear;
  opacity: 0;
}
.upcoming-game-cart a.btn:hover {
  border-color: #fff;
  background: #fff;
  color: #1c1121;
}
.upcoming-game-item:hover .upcoming-game-thumb::before {
  opacity: 0.77;
}
.upcoming-game-item:hover .upcoming-game-cart a.btn {
  opacity: 1;
  transform: translateY(0px);
}
.upcoming-games-bg {
  background-image: url(../img/bg/upc_game_bg.jpg);
  background-position: center;
  background-size: cover;
}
.inner-about-padding {
  padding-bottom: 172px;
}
.game-single-content {
  box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px 40px;
  overflow: hidden;
}
.game-single-content .upcoming-game-head {
  display: block;
  margin-bottom: 35px;
}
.game-single-content .uc-game-head-title {
  margin-right: 0;
  margin-bottom: 25px;
}
.game-single-content .uc-game-head-title h4,
.game-single-title h4 {
  font-size: 24px;
  color: #1c1121;
  text-transform: uppercase;
  margin-bottom: 0;
}
.game-single-content .uc-game-head-title h4 > span,
.game-single-title h4 span {
  color: #e8a301;
}
.game-single-content .uc-game-head-title > span {
  margin-bottom: 10px;
}
.game-single-content .uc-game-price h5 {
  display: inline-block;
  margin-left: 7px;
}
.game-single-content p {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 20px;
}
.game-single-content p > span {
  font-weight: 600;
  color: #1c1121;
}
.game-single-img img {
  width: 100%;
  margin-bottom: 30px;
}
.game-single-img {
  margin-top: 40px;
  margin-bottom: 5px;
}
.game-single-info ul li {
  color: #6c6c6c;
  font-size: 14px;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e5e4;
  margin-bottom: 16px;
}
.game-single-info ul li:last-child {
  margin-bottom: 0;
}
.game-single-info ul li span {
  font-size: 16px;
  font-weight: 600;
  color: #413f3f;
  margin-right: 40px;
}
.game-single-gallery img {
  width: 100%;
  margin-top: 30px;
}
.game-single-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  z-index: -1;
}

/* 19. Game-overview */
.game-overview-content .upcoming-game-head {
  margin-bottom: 25px;
}
.overview-history-img img {
  width: 100%;
}
.overview-history-content {
  padding-right: 42px;
}
.overview-history-content p {
  margin-bottom: 35px;
}
.overview-history-list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 10px;
}
.overview-history-list ul li:last-child {
  margin-bottom: 0;
}
.overview-list-thumb {
  margin-right: 20px;
}
.overview-list-content h4 {
  font-size: 16px;
  color: #1c1121;
  margin-bottom: 5px;
}
.overview-list-content h4 a:hover {
  color: #e9a301;
}
.overview-list-content span {
  display: block;
  font-size: 14px;
  color: #6c6c6c;
}
.overview-list-content {
  padding-right: 50px;
  margin-right: 30px;
  position: relative;
}
.overview-list-content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #dadada;
  height: 60px;
  border-radius: 50%;
}
.overview-list-price h4 {
  font-size: 18px;
  color: #e9a301;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

.watch-stream {
  font-size: 12px;
  text-transform: uppercase;
  color: #a19f9f;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.watch-stream i {
  font-size: 20px;
  color: #d1d1d1;
  margin-right: 10px;
}


/* 24. Contact */
#contact-map {
  width: 100%;
  height: 445px;
  display: block;
  box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.35);
}
.contact-area .title-style-three {
  padding-bottom: 0;
}
.contact-area .title-style-three::before {
  display: none;
}
.contact-area .title-style-three h2 {
  font-size: 30px;
  letter-spacing: -1px;
}
.contact-info-list ul li {
  color: #6c6c6c;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.contact-info-list ul li:last-child {
  margin-bottom: 0;
}
.contact-info-list ul li i {
  margin-right: 10px;
  color: #e9a301;
}
.contact-form textarea {
  width: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 2px solid #eeeeee;
  height: 105px;
  margin-bottom: 50px;
  padding: 0 0 20px;
  transition: 0.3s linear;
}
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  font-size: 14px;
  color: #9e9e9e;
}
.contact-form textarea:focus,
.contact-form input:focus {
  border-color: #e9a301;
}
.contact-form input {
  width: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 50px;
  padding: 0 0 20px;
  transition: 0.3s linear;
}
.contact-form button {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  color: #1c1121;
  text-transform: uppercase;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9a301;
  margin-top: 16px;
  transition: 0.3s linear;
}
.third-contact-bg {
  background-image: url(../img/bg/third_contact_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
.third-title-style ul li + li {
  margin-top: 10px;
}
.third-title-style ul li {
  font-size: 14px;
  color: #d3d3d3;
}
.third-title-style ul li span {
  font-family: "grinddemolished";
  font-weight: normal;
  color: #fff;
  margin-right: 5px;
}
.third-contact-wrap .third-title-style .vertical-title {
  left: -35px;
  margin-bottom: 0;
  top: 50px;
  letter-spacing: 2px;
}
.third-contact-form input,
.third-contact-form textarea {
  width: 100%;
  border: none;
  background: #292a2e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 19px 25px;
  margin-bottom: 20px;
}
.third-contact-form textarea {
  min-height: 160px;
  max-height: 160px;
}
.third-contact-form input::placeholder,
.third-contact-form textarea::placeholder {
  color: #b5b4b4;
  font-size: 14px;
  font-weight: 500;
}

/* 25. Newsletter */
.newsletter-wrap {
  border-radius: 80px;
  background-color: rgb(25, 14, 34);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 65px;
  margin-top: -55px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.newsletter-form form {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.newsletter-form-grp {
  position: relative;
}
.newsletter-form-grp i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  left: 15px;
}
.newsletter-form form input {
  width: 495px;
  background: #24182d;
  border: none;
  color: #fff;
  padding: 17px 40px;
  font-size: 14px;
  font-weight: 500;
}
.newsletter-form form input::placeholder {
  color: #a0a0a0;
}
.newsletter-form-grp::before,
.newsletter-form button::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 20px;
  border-color: transparent transparent #24182d transparent;
}
.newsletter-form-grp::after,
.newsletter-form button::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 20px 0 0;
  border-color: #24182d transparent transparent transparent;
}
.newsletter-title h2 {
  font-size: 26px;
  letter-spacing: -1px;
}
.newsletter-form button {
  border: none;
  color: #1c1121;
  font-size: 14px;
  font-weight: 800;
  padding: 17px 15px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s linear;
}
.newsletter-form button::before {
  border-color: transparent transparent #e4a101 transparent;
  transition: 0.3s linear;
}
.newsletter-form button::after {
  border-color: #e4a101 transparent transparent transparent;
  transition: 0.3s linear;
}
.newsletter-form button:hover {
  background: #fff;
}
.newsletter-form button:hover::before {
  border-color: transparent transparent #fff transparent;
}
.newsletter-form button:hover::after {
  border-color: #fff transparent transparent transparent;
}
.newsletter-form button i {
  font-size: 12px;
  margin-left: 5px;
}
.s-newsletter-area .newsletter-wrap {
  background-color: #1c181e;
}
.s-newsletter-area .newsletter-title h2 {
  letter-spacing: 0;
  text-transform: uppercase;
}
.s-newsletter-area .newsletter-form form input {
  background: #262228;
}
.s-newsletter-area .newsletter-form-grp::after {
  border-color: #262228 transparent transparent transparent;
}
.s-newsletter-area .newsletter-form-grp::before {
  border-color: transparent transparent #262228 transparent;
}

/* 26. Footer */

.footer-bg {
  padding-top: 50px;
  background-image: url(../img/bg/footer_bg.jpg);
  background-color: #f9f9f9;
  background-position: top center;
  background-size: cover;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
.third-footer-bg {
  background-image: url(../img/bg/t_footer_bg.jpg);
  padding-top: 90px;
  padding-bottom: 40px;
}
.footer-text p {
  font-size: 15px;
  color: #90949c;
  margin-bottom: 15px;
}
.footer-contact ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #90949c;
  line-height: 28px;
}
.footer-contact ul li i {
  margin-right: 10px;
}
.footer-contact ul li span {
  font-weight: 500;
}
.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.fw-title h5 {
  font-size: 18px;
  color: #c8c8c8;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}
.fw-title h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
}
.fw-link ul li {
  display: block;
}
.fw-link ul li a {
  color: #90949c;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
}
.fw-link ul li a:hover {
  padding-left: 5px;
}
.footer-social ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-social ul li {
  display: block;
  margin-right: 9px;
}
.footer-social ul li a {
  width: 36px;
  height: 36px;
  background-color: rgb(59, 89, 152);
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.footer-social ul li:nth-child(2) a {
  background: #2c2f33;
}
.footer-social ul li:nth-child(3) a {
  background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
  background: #1565c0;
}
.footer-newsletter input {
  width: 100%;
  background: #24182d;
  border: none;
  padding: 12px 20px;
  color: #fff;
  padding-right: 60px;
  font-size: 14px;
}
.footer-newsletter input::placeholder {
  color: #7c7c7d;
  font-size: 14px;
}
.footer-newsletter form {
  position: relative;
}
.footer-newsletter button {
  position: absolute;
  width: 53px;
  height: 100%;
  border: none;
  color: #1c1121;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 14px;
}
.footer-fire {
  position: absolute;
  left: 90px;
  bottom: 0;
  z-index: -1;
}
.footer-fire-right {
  left: auto;
  right: 90px;
}
.copyright-wrap {
  background: #140a1c;
  padding: 20px 0;
}
.copyright-text p {
  font-size: 14px;
  color: #90949c;
  margin-bottom: 0;
}
.copyright-text p a {
  font-weight: 500;
}
.s-footer-bg {
  background-image: url(../img/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
  font-size: 16px;
  text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
  background: #262228;
}
.s-copyright-wrap {
  background: #161417;
}
.fw-text p {
  font-size: 14px;
  line-height: 28px;
  padding-right: 70px;
  margin-bottom: 20px;
}
.fw-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fw-social ul li + li {
  margin-left: 15px;
}
.fw-social ul li a {
  display: block;
  font-size: 14px;
  color: #a6a6a5;
  line-height: 1;
}
.fw-social ul li a:hover,
.fw-quick-link ul li a:hover,
.fw-title h3 > span,
.third-copyright-wrap .copyright-text p a {
  color: #ff5917;
}
.fw-title h3 {
  font-size: 26px;
  font-family: "grinddemolished";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.fw-quick-link ul li a {
  display: inline-block;
  font-size: 14px;
  color: #b5b5b5;
  font-weight: 500;
}
.fw-quick-link ul li + li {
  margin-top: 10px;
}
.third-copyright-wrap {
  background: #131418;
}


/* Home Five CSS */
.home-five-header .t-header-top-area .header-top-social ul li a {
  color: #cfcdcd;
}
.home-five-header .t-header-top-area .header-top-social ul li a:hover,
.home-five-header .t-header-top-area .header-top-login ul li a:hover,
.home-five-header .t-header-top-area .header-top-login ul li a:hover i,
.home-five-header .menu-style-two .navbar-wrap > ul > li:hover > a,
.home-five-header .menu-style-two .navbar-wrap > ul > li.show > a,
.home-five-header .navbar-wrap ul li .submenu li:hover > a,
.home-five-header .navbar-wrap ul li .submenu li.active > a,
.home-five-header .header-action ul li.header-search a {
  color: #69cd0b;
}
.home-five-header .t-header-top-area .header-top-login ul li a i {
  color: #cfcdcd;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-five-header .menu-style-two .navbar-wrap > ul > li > a {
  padding: 35px 0;
}

/* Banner */
.home-five-banner {
  background-image: url(../img/slider/fourth_banner_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 215px 0 190px;
  margin-top: -20px;
}
.home-five-banner .banner-content .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 17px;
  padding-left: 17px;
}
.home-five-banner .banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #69cd0b;
}
.home-five-banner .banner-content .title-one,
.home-six-banner .banner-content .title-one {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 0.9;
  margin-bottom: 12px;
}
.home-five-banner .banner-content .title-two,
.home-six-banner .banner-content .title-two {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 35px;
}
.home-five-banner .banner-content .title-two span {
  color: #69cd0b;
}
.border-btn {
  user-select: none;
  -moz-user-select: none;
  background: transparent;
  border: 3px solid #69cd0b;
  /* border-radius: 50px; */
  color: #e3dfdf;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 16px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.border-btn i {
  margin-right: 10px;
}
.border-btn:hover {
  background: #69cd0b;
  color: #fff;
}
.home-five-banner .banner-meta {
  margin-bottom: 35px;
}
.home-five-banner .banner-meta ul {
  display: flex;
  flex-wrap: wrap;
}
.home-five-banner .banner-meta ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 18px;
}
.home-five-banner .banner-meta ul li:last-child {
  margin-right: 0;
}
.home-five-banner .banner-meta ul li.quality > span {
  font-size: 11px;
  text-transform: uppercase;
  color: #21232b;
  background: #fff;
  font-weight: 700;
  padding: 7px 11px;
  line-height: 1;
}
.home-five-banner .banner-meta ul li.quality > span:last-child {
  background: transparent;
  color: #fff;
  margin-left: 9px;
  border: 2px solid #fff;
  padding: 5px 10px;
}
.home-five-banner .banner-meta ul li.category > a {
  font-size: 14px;
  font-weight: 500;
  color: #e3dfdf;
}
.home-five-banner .banner-meta ul li.category > a + a {
  margin-left: 5px;
}
.home-five-banner .banner-meta ul li.release-time > span {
  font-size: 14px;
  font-weight: 500;
  color: #e3dfdf;
}
.home-five-banner .banner-meta ul li.release-time > span + span {
  margin-left: 15px;
}
.home-five-banner .banner-meta ul li.release-time > span > i {
  font-size: 12px;
  margin-right: 5px;
}

/* Trending */
.trending-gamepay-area {
  background: #171821;
  padding: 80px 0 30px;
}
.hf-section-title .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  position: relative;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 17px;
}
.hf-section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #69cd0b;
}
.section-btn {
  text-align: right;
}
.gameplay-thumb {
  position: relative;
  margin-bottom: 22px;
}
.gameplay-thumb > a {
  display: block;
  position: relative;
}
.gameplay-thumb > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #544a7d;
  background: -webkit-linear-gradient(to bottom, transparent, #111111);
  background: linear-gradient(to bottom, transparent, #111111);
  opacity: 0.76;
}
.gameplay-thumb > a .play {
  max-width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gameplay-thumb img {
  max-width: 100%;
  border-radius: 10px;
}
.treand-gameplay-overlay {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.treand-gameplay-overlay ul {
  display: flex;
  align-items: center;
}
.treand-gameplay-overlay ul li {
  font-size: 10px;
  text-transform: uppercase;
  color: #21232b;
  background: #fff;
  font-weight: 700;
  padding: 7px 11px;
  line-height: 1;
}
.treand-gameplay-overlay ul .quality {
  background: transparent;
  color: #fff;
  margin-left: 9px;
  border: 2px solid #fff;
  padding: 5px 10px;
}
.gameplay-content .title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.gameplay-meta ul {
  display: flex;
  align-items: center;
}
.gameplay-status {
  margin-left: auto;
}
.gameplay-status > span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #69cd0b;
  border-radius: 4px;
  padding: 2px 19px;
  display: inline-block;
}
.gameplay-meta ul li {
  text-transform: uppercase;
  color: #c7c7c7;
  font-size: 12px;
  margin-right: 20px;
}
.gameplay-meta ul li:last-child {
  margin-right: 0;
}
.gameplay-content {
  margin-right: 50px;
}
.gameplay-content .title a:hover {
  color: #69cd0b;
}

/* live-streaming */
.live-streaming-area {
  /* background-image: url(../img/images/AboutBottom.png); */
  background: #08090c;
  background-position: center;
  background-size: cover;
  padding: 84px 0 50px;
  position: relative;
  overflow: hidden;
}
.live-streaming-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1200px;
  height: 4px;
  background: #69cd0b;
  top: 0;
  margin: 0 auto;
}
.live-stream-item .thumb {
  position: relative;
}
.live-stream-item .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #544a7d;
  background: -webkit-linear-gradient(to bottom, transparent, #111111);
  background: linear-gradient(to bottom, transparent, #111111);
  opacity: 0.52;
}
.live-stream-item .thumb img {
  max-width: 100%;
}
.live-stream-item .content {
  position: absolute;
  left: 35px;
  bottom: 35px;
  width: 60%;
  z-index: 1;
}
.live-stream-meta {
  margin-bottom: 10px;
}
.live-stream-meta ul {
  display: flex;
  align-items: center;
}
.live-stream-meta ul li {
  color: #fff;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.live-stream-meta ul li a {
  display: block;
  background: #c8ff0b;
  color: #2a2c36;
  padding: 5px 12px;
  box-shadow: 0px 3px 10px 0px rgba(39, 39, 40, 0.36);
  border-radius: 4px;
}
.live-stream-item .content .title {
  font-size: 22px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.live-stream-item .content .title a:hover {
  color: #fff;
}
.live-stream-item {
  position: relative;
}
.live-stream-item .thumb .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.live-stream-item.style-two .content .popup-video {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  display: inline-block;
  margin-bottom: 30px;
}
.live-stream-item.style-two .content .title {
  font-size: 20px;
  line-height: 1.4;
}
.live-stream-item.style-two .content {
  width: 73%;
  left: 30px;
  bottom: 20px;
}
.live-stream-item.style-two .live-stream-meta ul li a {
  background: #ea8f00;
  color: #fff;
}
.live-streaming-area
  [class*="col-"]
  .row
  [class*="col-"]:last-child
  .live-stream-item.style-two
  .live-stream-meta
  ul
  li
  a {
  background: #007bff;
}

/* Latest-video */
.latest-game-video-area {
  /* background: url(../img/images/bg_2.png); */
  min-height: 120vh;
  width: 100%;
  /* background: #08090c !important; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 25px;
}

/* Episodes */
.game-episodes-area,
.video-blog-area {
  /* background: url(../img/images/bg_2.png); */
  background: #08090c;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.episodes-wrapper {
  /* background: url(../img/images/bg_2.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 45px 73px 55px; */
}
.episodes-wrapper .hf-section-title .title {
  font-size: 18px;
}
.episodes-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.episodes-wrapper .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.game-episodes-item .thumb {
  position: relative;
}
.game-episodes-item .thumb img {
  max-width: 100%;
  border-radius: 6px;
}
.game-episodes-item .episodes-tags {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 1;
}
.game-episodes-item .episodes-tags a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 0px 0px 4px 4px;
  background: #007bff;
  padding: 3px 14px;
  margin-right: 7px;
}
.game-episodes-item {
  position: relative;
}
.game-episodes-item .content {
  position: absolute;
  left: 25px;
  bottom: 20px;
  right: 25px;
  z-index: 1;
}
.game-episodes-item .content .date {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.game-episodes-item .content .title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1.5;
}
.game-episodes-item .content .title a:hover {
  color: #fff;
}
.game-episodes-item .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #544a7d;
  background: -webkit-linear-gradient(to bottom, transparent, #111111);
  background: linear-gradient(to bottom, transparent, #111111);
  opacity: 0.6;
}
.episodes-wrapper
  .row:last-child
  [class*="col-"]:nth-child(2)
  .game-episodes-item
  .episodes-tags
  a {
  background: #69cd0b;
}
.episodes-wrapper
  .row:last-child
  [class*="col-"]:nth-child(3)
  .game-episodes-item
  .episodes-tags
  a {
  background: #ea8f00;
}
.game-episodes-active .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: -45px;
  line-height: 0;
}
.game-episodes-active .slick-dots li {
  line-height: 0;
}
.game-episodes-active .slick-dots li + li {
  margin-left: 7px;
}
.game-episodes-active .slick-dots li button {
  text-indent: -999999px;
  border: none;
  padding: 0;
  width: 6px;
  height: 6px;
  line-height: 0;
  background: #69cd0b;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.game-episodes-active .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/* Footer */
.home-five-footer .footer-bg {
  background-image: url(../img/bg/h5_footer_bg.jpg);
  background-position: center;
  background-size: cover;
}
.home-five-footer .s-newsletter-area .newsletter-wrap {
  background-color: #17181d;
}
.home-five-footer .newsletter-title h2 span,
.home-five-footer .newsletter-form-grp i,
.home-five-footer .fw-link ul li a:hover,
.home-five-footer .copyright-text p a {
  color: #69cd0b;
}
.home-five-footer .newsletter-form form input {
  background: #0e0f15;
}
.home-five-footer .newsletter-form-grp::before {
  border-color: transparent transparent #0e0f15 transparent;
}
.home-five-footer .newsletter-form-grp::after {
  border-color: #0e0f15 transparent transparent transparent;
}
.home-five-footer .newsletter-form button {
  color: #fff;
  background: #69cd0b;
}
.home-five-footer .newsletter-form button::before {
  border-color: transparent transparent #69cd0b transparent;
}
.home-five-footer .newsletter-form button::after {
  border-color: #69cd0b transparent transparent transparent;
}
.home-five-footer .fw-title h5 {
  font-size: 16px;
  text-transform: uppercase;
}
.home-five-footer .fw-title h5::before {
  background: #69cd0b;
}
.home-five-footer .footer-newsletter input {
  background: #161417;
  padding: 17px 25px;
  padding-right: 60px;
}
.home-five-footer .footer-newsletter button {
  color: #fff;
  background: #69cd0b;
}
.home-five-footer .copyright-wrap {
  padding: 31px 0;
}

/* Home-six-css */

/* Header */

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* live-streaming */
.live-streaming-two {
  background-image: url(../img/bg/streaming_bg02.jpg);
}
.live-streaming-two::before {
  background: #bcee0e;
}

/* Game News */
.latest-game-news-area {
  background-image: url(../img/bg/latest_game_news.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0 140px;
}
.latest-game-news-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.latest-game-news-item .lgn-thumb {
  max-width: 380px;
  flex: 0 0 380px;
  margin-right: 30px;
}
.latest-game-news-item .lgn-thumb img {
  max-width: 100%;
}
.latest-game-news-item .trend-news-content .tags {
  margin-bottom: 14px;
}
.latest-game-news-item .trend-news-content {
  flex-grow: 1;
}
.latest-game-news-item .trend-news-content .title {
  margin-bottom: 13px;
  padding-right: 40px;
}
.latest-game-news-item .trend-news-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  color: #c5c1c1;
}
.latest-game-news-item.blue .trend-news-content .tags > a {
  background: #007bff;
}
.latest-game-news-item.green .trend-news-content .tags > a {
  background: #c8ff0b;
  color: #171821;
}
.latest-game-news-area .pagination-wrap ul li a {
  display: block;
  background: #292b35;
  color: #c8ff0b;
}
.latest-game-news-area .pagination-wrap ul li a:hover {
  background: #c8ff0b;
  color: #1c1121;
}

/* Brand */
.pz-brand-item {
  display: flex;
  min-height: 73px;
  align-items: center;
  justify-content: center;
}
.pz-brand-item img {
  transition: 0.3s linear;
  cursor: pointer;
  opacity: 0.4;
}
.pz-brand-item img:hover {
  opacity: 1;
}

/* Footer */
.home-six-footer .footer-bg {
  background-image: url(../img/bg/h5_footer_bg.jpg);
  background-position: center;
  background-size: cover;
}
.home-six-footer .s-newsletter-area .newsletter-wrap {
  background-color: #17181d;
}
.home-six-footer .newsletter-title h2 span,
.home-six-footer .newsletter-form-grp i,
.home-six-footer .fw-link ul li a:hover,
.home-six-footer .copyright-text p a {
  color: #c8ff0b;
}
.home-six-footer .newsletter-form form input {
  background: #0e0f15;
}
.home-six-footer .newsletter-form-grp::before {
  border-color: transparent transparent #0e0f15 transparent;
}
.home-six-footer .newsletter-form-grp::after {
  border-color: #0e0f15 transparent transparent transparent;
}
.home-six-footer .newsletter-form button {
  color: #1c1121;
  background: #c8ff0b;
}
.home-six-footer .newsletter-form button::before {
  border-color: transparent transparent #c8ff0b transparent;
}
.home-six-footer .newsletter-form button::after {
  border-color: #c8ff0b transparent transparent transparent;
}
.home-six-footer .fw-title h5 {
  font-size: 16px;
  text-transform: uppercase;
}
.home-six-footer .fw-title h5::before {
  background: #c8ff0b;
}
.home-six-footer .footer-newsletter input {
  background: #161417;
  padding: 17px 25px;
  padding-right: 60px;
}
.home-six-footer .footer-newsletter button {
  color: #1c1121;
  background: #c8ff0b;
}
.home-six-footer .copyright-wrap {
  padding: 31px 0;
}

.dis_in {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}

.dis_in img {
  height: 450px;
}

.team_signle {
  margin: 15px;
  height: 400px;
  width: 350px;
  background: #69cd0b;
  padding: 4px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
  cursor: pointer;
  overflow: hidden;
}
.team_signle .team_contents {
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.team_signle .team_contents::after {
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #1f1f1f;
  height: 100%;
  width: 100%;
}
.team_signle .team_contents h2,
.team_view {
  text-transform: uppercase;
  z-index: 5;
}
.team_contents .bg_2 {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
  text-align: center;
  /* display: none; */
}
.team_contents .bgs {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.team_contents .bg_1 {
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
  transform: translateX(-500px);
}
.team_contents:hover .bg_2 {
  transform: translateX(500px);
}
.team_contents:hover .bg_1 {
  transform: translateX(0);
}
.team_contents .title_btn {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team_view {
  outline: none;
  border: 2px solid #69cd0b;
  background: none;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden !important;
  transition: all 0.5s ease-in-out;
  transform: translateX(-500px);
}
.team_view::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0;
  left: -1px;
  background: #69cd0b;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
  /* transform: rotate(55deg); */
}
.team_contents:hover .team_view {
  transform: translateX(0);
}
.team_view:hover::before {
  width: 200%;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* +++++++++++++++++++++about us++++++++++++++++++++++++ */
.about_us {
  width: 100%;
  overflow: hidden;
}
.about_us .contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.about_us .left_content img {
  height: 400px;
}
.about_us .right_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.about_us .right_content p {
  font-size: 18px;
  line-height: 2;
  margin-left: 10px;
}
.about_us .right_content p span {
  color: #69cd0b;
}

.watch {
  width: 100%;
}
.watch .contents {
  display: flex;
  justify-content: center;
}
.watch .contents .montage {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  align-items: center;
  justify-content: center;
}

.watch .contents .montage .bg {
  background: #69cd0b;
  padding: 4px 4px 0px 4px;
  margin: 10px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
  position: relative;
  overflow: hidden;
  height: 350px;
}
.watch .contents .montage .bg iframe {
  /* border-left: 2px solid #69cd0b;
	border-right: 2px solid #69cd0b;
	border-radius: 0 6px 0 6px; */
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
}
.watch .contents .montage .bg .iframe_overlay {
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 97.5%;
  background: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0.8;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
}
.watch .contents .montage .bg .iframe_overlay h2 {
  text-transform: uppercase;
  color: #69cd0b;
}
.watch .contents .montage .bg:hover .iframe_overlay {
  transform: translateY(-500px);
}

/* ==========================plans=========================== */
.plans_all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.plans_all .plan_single {
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
  height: 700px;
  width: 350px;
  margin: 10px 0;
  padding: 3px;
  padding-top: 10px;
  overflow: hidden;
}
.plans_all .plan_single .plan_contents {
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  height: 100%;
  width: 100%;
  background: #1f1f1f;
  position: relative;
  overflow: hidden;
}
.plans_all .plan_single .plan_contents .r {
  width: 80%;
  margin: auto;
}
.plans_all .plan_single .plan_contents .r .prize span {
  font-size: 15px;
}
.plans_all .plan_single .plan_contents .r .opp {
  margin-bottom: 45px;
}
.silver {
  background: #007bff;
}
.silver_t {
  color: #007bff;
}
.silver_b {
  border-top: 5px solid #007bff;
}
.silver_b_d {
  border-bottom: 3px solid #007bff !important;
}

.platinum {
  background: #82c600;
}
.platinum_t {
  color: #82c600;
}
.platinum_b {
  border-top: 5px solid #82c600;
}
.platinum_b_d {
  border-bottom: 3px solid #82c600 !important;
}

.gold {
  background: #f30f4c;
}
.gold_t {
  color: #f30f4c;
}
.gold_b {
  border-top: 5px solid #f30f4c;
}
.gold_b_d {
  border-bottom: 3px solid #f30f4c !important;
}
.plans_all .plan_single .plan_contents .r .plan_subs {
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  clip-path: polygon(0% 0%, 98% 0%, 100% 100%, 3% 100%) !important;
  font-weight: bold;
  position: relative;
}

.silver_sub::before {
  position: absolute;
  height: 100%;
  width: 0%;
  content: "";
  background: #007bff;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 98% 0%, 100% 100%, 3% 100%) !important;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.platinum_sub::before {
  position: absolute;
  height: 100%;
  width: 0%;
  content: "";
  background: #82c600;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 98% 0%, 100% 100%, 3% 100%) !important;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.gold_sub::before {
  position: absolute;
  height: 100%;
  width: 0%;
  content: "";
  background: #f30f4c;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 98% 0%, 100% 100%, 3% 100%) !important;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.silver_sub:hover::before,
.platinum_sub:hover::before,
.gold_sub:hover::before {
  width: 110%;
}
.sub_title {
  z-index: 1;
  font-size: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_title:hover {
  color: #fff;
}
.plans_all .plan_single .plan_contents .plan_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #111111;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  /* display: none; */
}
/* .plans_all .plan_single .plan_contents:hover .plan_subs{
	clip-path: polygon(0% 0%, 98% 0%, 100% 100%, 3% 100% ) !important;

} */
.plans_all .plan_single .plan_contents:hover .plan_overlay {
  transform: translateY(700px);
}
.contact_us {
  width: 100%;
  overflow: hidden;
}
.contact_us .contact_form .top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.contact_us .contact_form input,
.contact_us .contact_form .message {
  background: none;
  margin: 10px 0;
  outline: none;
  border-bottom: 3px solid #69cd0b;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.contact_us .contact_form .top input {
  width: 45%;
}
.contact_us .contact_form .top input:focus,
.contact_us .contact_form .message:focus {
  border-bottom: 3px solid #f30f4c;
}
.contact_us .contact_form .message::placeholder,
.contact_us .contact_form input::placeholder {
  font-size: 18px;
}
.contact_us .contact_form .message {
  width: 100%;
  height: 150px;
}
.contact_us .contact_form button {
  padding: 10px;
  width: 100%;
  font-weight: bold;
  color: #69cd0b;
  background: none;
  border: 3px solid #69cd0b;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.contact_us .contact_form button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background-color: #f30f4c;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  opacity: 0.1;
  transition: all 0.5s ease-in-out;
}
.contact_us .contact_form button:hover {
  border: 3px solid #f30f4c;
}
.contact_us .contact_form button:hover .title {
  color: #f30f4c;
}
.contact_us .contact_form button:hover::before {
  width: 150%;
}
.contact_us .contact_form button .title {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  z-index: 3;
}
.overhide {
  overflow: hidden;
}
.motto {
  width: 100%;
  /* background: url("../img/images/chair_discount_img.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
  padding-top: 20px;
  overflow: hidden !important;
}
/* .motto::before, */
.opportunity::before,
.connect::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #0e0f15;
  opacity: 0.5;
}
.motto span {
  color: #69cd0b;
}
.motto .tab {
  padding-left: 10px;
}
.motto h1 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.opportunity {
  width: 100%;
  /* background: url("../img/images/live_match_img.jpg"); */
  background: #0b0c10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 1560px;
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}
.opportunity span {
  color: #69cd0b;
}
.opportunity .tab {
  padding-left: 10px;
}
.opp_contents {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-transform: uppercase;
  margin-top: -100px;
}

.connect {
  width: 100%;
  background: url("../img/images/PUBG_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* height: 400px; */
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}
.connet_contents {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-transform: uppercase;
}
.connet_contents ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.connet_contents ul li {
  transition: all 0.5s ease-in-out;
}
.connet_contents ul li a {
  font-size: 60px;
  color: #69cd0b;
  transition: all 0.5s ease-in-out;
}
.connet_contents ul li:hover {
  transform: translateY(-25px) rotate(45deg);
}
.connet_contents ul li:hover a {
  color: #fff;
}
.page_bg {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -17px;
}
.page_bg::before {
  content: "";
  position: absolute;
  height: 106%;
  width: 100%;
  left: 0;
  top: 0;
  background: #0e0f15;
  opacity: 0.55;
}
.bg__contents {
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
}
.bg__contents h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #69cd0b;
}
.bg_1 {
  background: url("../img/images/PUBG_2.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_plan {
  background: url("../img/images/plan_bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_team {
  background: url("../img/images/about_us_img.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_com {
  background: url(../img/images/bg_2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_coming {
  background: url("../img/slider/slider_bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_join {
  background: url("../img/slider/third_banner_bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_contact {
  background: url("../img/images/ContactUs.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
/* shutterstock_1524338165.jpg */
.bg_watch {
  background: url("../img/images/shutterstock_1524338165.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.join_form {
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);

  width: 450px;
  /* background: #69cd0b; */
  padding-left: 3px;
  padding-bottom: 3px;

  overflow: hidden;
}
.join_form span {
  color: #69cd0b;
}
.join_wall_measure{
  clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 11% 100%);
}
.join_form .join_contents {
  clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 11% 100%);

  padding: 20px 0;
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  height: 100%;
  width: 100%;
  /* background: #1f1f1f; */
  position: relative;
  overflow: hidden;
}
.join_form .form_inputs input[type="text"] {
  outline: none;
  border: none;
  border-bottom: 2px solid #69cd0b;
  border-left: 2px solid #69cd0b;
  background: none;
  width: 70%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.join_form .form_inputs input[type="radio"]:checked {
  background: #69cd0b;
}
.join_form .form_inputs label {
  padding-left: 10px;
}
.join_form .form_inputs input[type="text"]:focus {
  border-bottom: 2px solid #cb2027;
  border-left: 2px solid #cb2027;
}
.join_form .form_inputs button {
  background: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  border: 2px solid #69cd0b;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.join_form .form_inputs button::before {
  content: "";
  height: 100%;
  width: 10%;
  position: absolute;
  background: #69cd0b;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 85% 0%, 100% 85%, 85% 100%, 100% 100%, 0% 100%);
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.join_form .form_inputs button:hover {
  border: 2px solid #cb2027;
}
.join_form .form_inputs button:hover::before {
  width: 150%;
  background: #cb2027;
}
.join_form .form_inputs button:hover .title {
  color: #cb2027;
}
.join_form .form_inputs button .title {
  font-size: 15px;
  margin: 0;
}
.nav_act {
  background: #69cd0b !important;
  color: #111111 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}
.swiper {
  height: 100vh;
}
.swiper-pagination {
  color: #69cd0b;
}
.swiper-pagination-bullet,
.swiper-scrollbar-drag {
  color: #69cd0b !important;
  background: #69cd0b !important;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-scrollbar {
  color: #69cd0b !important;

}
.team__bg {
  height: 100vh;
  width: 100%;
}
.team__bg .contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  justify-content: end;
}
.team__bg .contents h1 {
  color: #fff;
  text-shadow: 4px 4px 7px #69cd0b;
  font-size: 50px;
  font-weight: bold;
  -webkit-text-stroke: 2px #69cd0b;
  text-align: center;
  width: 100%;
  letter-spacing: 35px;
}
.team__bg .contents button{
  width: 200px;
  padding: 10px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #111111;
  border: 3px solid #69cd0b;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  margin-bottom: 50px;
}
.team__bg .contents button:hover {
	background: #69cd0b;
	border: 3px solid #111111;

}
.team_apx {
	background: url("../img/slider/teams/team_guns.jpg");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team_hades {
  background: url("../img/slider/teams/guns.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.z_squads {
  background: url("../img/slider/teams/z_squad.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nexus {
  background: url("../img/slider/teams/Roster_NEXUS.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.genesis {
  background: url("../img/slider/teams/Roster_GENESIS.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bravo_six {
  background: url("../img/slider/teams/Roster_APxBT_4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team_gunslinger {
  background: url("../img/slider/teams/team_pubg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team_pubg {
  background: url("../img/slider/teams/team_pubg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single_team {
  min-height: 130vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: hidden !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  ) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  /* box-shadow: inset 3px 5px 10px #69cd0b, 3px 5px 10px #ffff; */
  /* box-shadow: inset 2px 1px 25px #69cd0b, 0px 1px 28px #69cd0b; */
  padding: 25px;


}
.teams_all {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: center;
  }


._team_title {

  z-index: 5;
  color: #fff;
  text-shadow: 4px 4px 7px #69cd0b;
  font-size: 70px;
  font-weight: bold;
  -webkit-text-stroke: 2px #69cd0b;
  text-align: center;
  width: 100%;
  letter-spacing: 35px;
}
.our_team {
  height: 410px;
  margin: 25px 0;
  border-top: 3px solid #69cd0b;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); */
  /* background: #111111; */
}
.our_team .team_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #69cd0b;
  padding: 5px;
}
.our_team .team_content a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.our_team .team_content a:hover{
    color: #ff6600;
}

.our_team .title {
  color: #69cd0b;
  z-index: 2;
  /* position: absolute;
	  bottom: -5px;
	  left: 0;
	  margin: 0 !important; */
  font-size: 18px;
}
.our_team .pic {
  /* height: 400px; */
  width: 245px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  ) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  /* box-shadow: inset 3px 5px 10px #69cd0b, 3px 5px 10px #ffff; */
  /* box-shadow: inset 2px 1px 25px #69cd0b, 0px 1px 28px #69cd0b; */
  padding: 15px;


}

.our_team .pic img {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}

.look_for_team {
  width: 100%;
  background: #111111;
  overflow: hidden;
}
.look_for_team .look_contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.look_for_team .look_contents h1 {
  text-transform: uppercase;
}
.look_for_team .look_contents a {
  text-decoration: none;
  color: #69cd0b;
  font-weight: bold;
  font-size: 25px;
  padding: 10px;
  border: 3px solid #69cd0b;
  transition: all 0.3s ease-in-out;
}
.look_for_team .look_contents a:hover {
  border: 3px solid #cb2027;
  color: #cb2027;
}

.subs_div {
  width: 100%;
}
.bill_detail {
  margin: 70px 0;
}
.bill_detail .bill_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bill_detail .bill_head span {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  background: #111111;
  position: absolute;
  top: -22px;
  padding: 0 30px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
}
.d {
  margin-top: 30px;
}
form.bill_inputs {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b_i {
  margin: 10px !important;
  background: none;
  clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
  padding: 10px 30px;
  color: #ffffff;
  width: 40%;
}
.b_i:focus {
  border-bottom: 3px solid #69cd0b !important;
}
form.bill_inputs button {
  width: 100%;
  padding: 10px;
  outline: none;
  background: none;
  font-size: 18px;
  font-weight: bold;
  clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
form.bill_inputs button:hover {
  color: #69cd0b;
  border-bottom: 3px solid #69cd0b !important;
  border-top: 3px solid #69cd0b !important;
}
.order_placed {
  color: #69cd0b !important;
  border-bottom: 3px solid #69cd0b !important;
  border-top: 3px solid #69cd0b !important;
}

.placed_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.placed_order a {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.placed_order a:hover {
  color: #69cd0b;
  border-bottom: 3px solid #69cd0b !important;
}

.loader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: #1c1f26;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden !important;
  transition: all 0.3s ease-in-out;
}
.loader .loader_divs {
  /* position: relative; */
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
/* 1C1F26 */
.loader .loader_divs .text {
  /* color: #69cd0b; */
  font-size: 18px !important;
  animation: color_changing 1.75s infinite ease-in-out;
}
.loader .loader_divs .logo {
  animation: rotating 1.5s infinite;
}

.loader .loader_divs .logo img {
  height: 200px;
}

@keyframes rotating {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes color_changing {
  0% {
    color: #fff;
  }

  50% {
    color: #69cd0b;
  }
  100% {
    color: #fff;
  }
}
.nav_act_3{
  color: #69cd0b !important;
}
.d_none{
  display: none !important;
}
#stick_nav{
  position: fixed;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  z-index: 444;
  background: #69cd0b;
  padding: 10px;
  margin: 10px;
  text-align: center;
  display: none;
}
#stick_nav i{
  font-size: 30px;
color: #111111;
}

.bg__light{
  background: #0B0C10 !important;
}
.middle__logo{
  position: relative;
  height: 120px;
  width: 250px;
  background: rebeccapurple;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);
}
.middle__logo .left__bar{
  position: absolute;
  top: 11px;
  left: 21px;
  background: #69cd0b;
  height: 100px;
  width: 12px;
  clip-path: polygon(0% 0%, 100% 10%, 100% 86%, 0% 100%);
  transform: rotate(-17deg);
}
.middle__logo .right__bar{
  position: absolute;
    top: 10px;
    right: 21px;
    background: #69cd0b;
    height: 98px;
    width: 12px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 90%, 0% 10%);
    transform: rotate(17deg);
}