@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;
}
body {
  /* font-family: 'Poppins', sans-serif; */
  font-size: 16px;
  font-weight: 500;
  color: white;
}

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;
}
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,
.header-user-login > a i,
.navbar-wrap ul li a::before {
  background: #e4a101;
}
.btn {
  -moz-user-select: none;
  border: medium none;
  border-radius: 5px;
  color: #1c1121;
  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:not([disabled]) {
  cursor: pointer;
}
.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:not([disabled]):hover::before {
  right: 0;
}

/* 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 a.active::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 a.active::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 a.active,
.navbar-wrap ul li a.active::before,
.navbar-wrap ul li:hover > a::before {
  opacity: 1;
}
.navbar-wrap ul li a.active {
  color: #1c1121;
}
/* .navbar-wrap ul li a.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: #010b1a;
  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-image: url(../img/bg/header_bg.jpg);
  -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);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 129px;
  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: 9;
}
.third-header-bg .navbar-wrap ul.left {
  margin-left: 0;
  margin-right: auto;
}
.header-bottom-bg {
  background-image: url(../img/bg/header_bottom_bg.png);
  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/bg/h3_header_bg.jpg);
}
.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;
}
