/*-------------------------------------
    Template Name: Gamex - eSports Html Template
    Description: Gamex - eSports Html Template
    Version: 1.0
    Tags: game, esports, creative, dark, sports, products
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common SCSS
    02. Content Box
    03. Icon Box
    04. Order, Unorder List
    05. Round One side 
    06. Video side 
    07. Overlap Image Box
    08. Image Box

    01. Header style
    02. Banner style
    03. Block style
    04. About Section
    05. Counter Section
    06. Release Section
    07. Team Section
    08. Match Section
    09. Stream Scetion
    10. Product Section
    11. Partner Section
    12. Blog Section
    13. CTA Section
    14. Footer section


/**
 * Fonts 
 * Oswald
 * Roboto
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap");
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * 
 * 
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  margin: 0;
}

h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 80px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 43px;
  }
}

h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

h4 {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

figure {
  margin: 0;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  color: #adadad;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.section-title h2 span {
  color: #dd163b;
}
.section-title .line img {
  width: auto;
  display: block;
  height: auto;
}
.section-title p {
  max-width: 540px;
  margin: 10px auto 0px;
}

.text-center {
  text-align: center;
}
.text-center img {
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

span {
  color: #dd163b;
}

ul,
li {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 130px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  section {
    padding: 90px 0px;
  }
}

@media (min-width: 479px) and (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #111;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dd163b;
  border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dd163b;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #dd163b;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #0e152b;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  border: none;
  background: none;
}
.modal .modal-content .modal-header {
  border: none;
  padding: 0;
}
.modal .modal-content .modal-header .btn-close {
  background: #dd163b;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: -10px;
  z-index: 99;
  top: -10px;
  margin: 0;
  padding: 0;
  opacity: 1;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 50%;
}
.modal .modal-content .modal-body {
  padding: 0px;
}

.preloader-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #191919;
  z-index: 99999999;
  width: 100%;
  height: auto;
}
.preloader-bar .status {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader-bar .bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}
.preloader-bar .bar1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.preloader-bar .bar2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader-bar .bar3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader-bar .bar4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader-bar .bar5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.preloader-bar .bar6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader-bar .bar7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.preloader-bar .bar8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    background: #dd163b;
  }
  100% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
    background: transparent;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    background: #dd163b;
  }
  100% {
    -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
    background: transparent;
  }
}
.btn {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 44px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: none;
  outline: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 1;
}
.btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 3px;
  left: auto;
  background-color: #2f3541;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  background: #dd163b;
}

.header {
  padding: 25px 0;
  position: fixed;
  width: 100%;
  height: 87px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 999;
}
.header .navbar .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .header .navbar .nav-item {
    display: none;
  }
}
.header .navbar .nav-item li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header .navbar .nav-item li a:hover {
  color: #dd163b;
}
.header .navbar .nav-item li:last-child a {
  margin-right: 0;
}

.header-meta {
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .header-meta {
    margin-right: 60px;
  }
}
@media screen and (max-width: 479px) {
  .header-meta {
    margin-right: 20px;
  }
}
.header-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-meta ul li a {
  font-size: 15px;
  color: #fff;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.header-meta ul li a span {
  position: absolute;
  top: -4px;
  right: -16px;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 300;
  height: 18px;
  width: 18px;
  background: #dd163b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.header-meta ul li:last-child a {
  margin-right: 0;
}

#menuTaggler {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dd163b;
  border: 2px solid #dd163b;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  #menuTaggler {
    display: block;
  }
}
#menuTaggler .menu-bar {
  width: 50%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
#menuTaggler .menu-bar:before, #menuTaggler .menu-bar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#menuTaggler .menu-bar:after {
  top: auto;
  bottom: -10px;
}
#menuTaggler .menu-bar.close {
  background: transparent;
}
#menuTaggler .menu-bar.close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 48%;
}
#menuTaggler .menu-bar.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 48%;
}

.nav-bg {
  background: #191919;
  padding: 25px 0;
  -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 31px 35px rgba(0, 0, 0, 0.1);
}

.overlay-slide {
  position: fixed;
  background: #191919;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.overlay-slide.open {
  height: 100%;
  z-index: 9999;
}
.overlay-slide .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #dd163b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 479px) {
  .overlay-slide .close-btn {
    right: 10px;
    top: 25px;
  }
}
.overlay-slide .close-btn a {
  font-size: 20px;
  color: #fff;
  display: contents;
}
.overlay-slide nav {
  position: relative;
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overlay-slide nav .main-nav {
  list-style: none;
  height: auto;
  width: 100%;
  line-height: 40px;
  text-align: center;
  display: flow-root;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 575px) {
  .overlay-slide nav .main-nav {
    line-height: 30px;
  }
}
.overlay-slide nav .main-nav li {
  display: block;
  position: relative;
}
.overlay-slide nav .main-nav li a {
  font-family: "Oswald", sans-serif;
  font-size: 43px;
  font-weight: 700;
  display: block;
  margin: 20px 0px;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.overlay-slide nav .main-nav li a:hover:before {
  background: #dd163b;
}
.overlay-slide nav .main-nav li a:hover {
  color: #dd163b;
}
.overlay-slide nav .main-nav li a:hover:before:focus {
  display: none;
}
@media screen and (max-width: 767px) {
  .overlay-slide nav .main-nav li a {
    font-size: 35px;
    margin: 13px 0px;
  }
}
@media (max-width: 575px) {
  .overlay-slide nav .main-nav li a {
    font-size: 30px;
  }
}
.overlay-slide nav .main-nav .sub-item {
  margin-left: 30px;
}

.banner-slider {
  overflow: hidden;
}
.banner-slider .single-slide {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 225px 0px;
}
@media screen and (max-width: 1440px) {
  .banner-slider .single-slide {
    padding: 130px 0;
  }
}
.banner-slider .single-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background: rgba(2, 16, 38, 0.6);
}
.banner-slider .single-slide .slide-caption {
  padding-top: 80px;
}
@media screen and (max-width: 479px) {
  .banner-slider .single-slide .slide-caption {
    padding-top: 0;
  }
}
.banner-slider .single-slide .slide-caption h6 {
  color: #dd163b;
  margin-bottom: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
}
.banner-slider .single-slide .slide-caption h1 {
  text-transform: uppercase;
}
.banner-slider .single-slide .slide-caption p {
  color: #fff;
  margin: 30px 0px 50px;
  font-weight: 400;
  max-width: 530px;
  text-transform: capitalize;
}
.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
  background-image: none;
  color: #fff;
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-slider .swiper-button-prev::after,
.banner-slider .swiper-button-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 3px;
  left: auto;
  background-color: #dd163b;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.banner-slider .swipe-button {
  position: absolute;
  bottom: 50px;
  right: 100px;
}
@media screen and (max-width: 479px) {
  .banner-slider .swipe-button {
    bottom: 40px;
    right: 70px;
  }
}
.banner-slider .slick-arrow {
  position: absolute;
  color: #fff;
  font-size: 16px;
  bottom: 50px;
  right: 100px;
  cursor: pointer;
  z-index: 99;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.banner-slider .slick-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 0;
  border-radius: 3px;
  left: auto;
  background-color: #dd163b;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.banner-slider .slick-arrow.fa-arrow-right {
  right: 50px;
}

.about-image {
  aspect-ratio: 4/5;
  position: relative;
  display: block;
  max-width: 450px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-image {
    max-width: 350px;
  }
}
.about-image::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  height: 200px;
  width: 200px;
  background: rgba(221, 22, 59, 0.3);
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.about-image::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  height: 200px;
  width: 200px;
  background: rgba(221, 22, 59, 0.3);
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.about-image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .about-image img {
    width: 100%;
  }
}
.about-image:hover::after {
  right: -15px;
  top: -15px;
  background: #dd163b;
}
.about-image:hover::before {
  left: -15px;
  bottom: -15px;
  background: #dd163b;
}

.about-content {
  padding-left: 50px;
}
.about-content h3 {
  color: #fff;
  line-height: 52px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .about-content h3 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .about-content h3 {
    font-size: 29px;
    line-height: 45px;
  }
}
@media screen and (max-width: 375px) {
  .about-content h3 {
    font-size: 24px;
    line-height: 38px;
  }
}
.about-content p {
  max-width: 500px;
  margin: 20px 0px;
}
@media screen and (max-width: 1440px) {
  .about-content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-content {
    margin-top: 30px;
  }
}

.list-item {
  margin-top: 15px;
}
.list-item ul li {
  margin: 7px 0px;
}
.list-item ul li p {
  margin: 0;
}
.list-item ul li p img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.about-btn {
  margin-top: 30px;
  margin-left: 8px;
}

.counter-item {
  background: #191919;
  padding: 45px 0px;
  border-radius: 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.counter-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.counter-item h2 {
  color: #fff;
  display: inline-block;
}
.counter-item span {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .counter-item span {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 375px) {
  .counter-item span {
    font-size: 32px;
  }
}
.counter-item p {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .counter-item {
    margin-bottom: 30px;
  }
}

.image-box {
  background: #191919;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 991px) {
  .image-box {
    margin-bottom: 30px;
  }
}
.image-box .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .image img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.image-box .content-box {
  padding: 30px 20px;
}
.image-box .content-box h4 {
  margin: 16px 0px;
}
.image-box .content-box h4 a {
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .content-box h4 a:hover {
  color: #dd163b;
}
.image-box .content-box h5 {
  margin-bottom: 16px;
}
.image-box .content-box h5 a {
  color: #0e152b;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .content-box h5 a:hover {
  color: #dd163b;
}
.image-box .content-box p {
  line-height: 22px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .image-box .content-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-box .content-box {
    padding: 30px 10px;
  }
}
.image-box .icon {
  height: 110px;
  width: 110px;
  background: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .icon svg {
  width: 55px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .icon svg path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .item-btn a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}
.image-box .item-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 0;
  background: #dd163b;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.image-box .item-btn a:hover::after {
  width: 100%;
}
.image-box:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}
.image-box:hover .content-box h5 a,
.image-box:hover .content-box h4 a {
  color: #dd163b;
}
.image-box:hover .image img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}
.image-box:hover .item-btn a::after {
  width: 100%;
}
.image-box:hover .icon {
  background: rgba(255, 102, 0, 0.06);
}
.image-box:hover .icon svg {
  width: 50px;
}
.image-box:hover .icon svg path {
  fill: #dd163b;
}

.meta-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.meta-tag ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #adadad;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.meta-tag ul li a i {
  margin-right: 8px;
}
.meta-tag ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: #dd163b;
}
.meta-tag ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.meta-tag ul li:last-child a::after {
  display: none;
}

.swiper {
  overflow: hidden;
}

.game-slide {
  overflow: hidden;
}

.game-item {
  position: relative;
}
.game-item .game-img {
  position: relative;
}
.game-item .game-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.game-item .game-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  place-content: center;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.game-item .game-overlay h4 a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.game-item .game-overlay h4 a:hover {
  color: #dd163b;
}
.game-item:hover .game-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.rating-star {
  padding-top: 10px;
}
.rating-star li {
  display: inline-block;
}
.rating-star li a {
  color: #fbaa33;
  font-size: 15px;
  display: inline-block;
  margin: 0px 3px;
}

.product-item {
  -webkit-box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.3);
}
.product-item .product-image {
  width: 100%;
  height: 224px;
  max-width: 100%;
  background: #141217;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-item .product-image img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.product-item .product-image .image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.product-item .product-image .image-overlay .prod-tag {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #dd163b;
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-item .product-image .image-overlay .prod-tag a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.product-item .product-image .image-overlay .cart-btn a {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background: #dd163b;
  width: calc(100% - 30px);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-item .product-content {
  background: #191919;
  padding: 20px 25px 30px;
  position: relative;
}
.product-item .product-content .product-meta h4 a {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.product-item .product-content .product-meta h4 a:hover {
  color: #dd163b;
}
.product-item .product-content .product-meta .product-price h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin: 10px 0px 5px;
}
.product-item:hover .product-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-item:hover .image-overlay .cart-btn a {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.match-item {
  border-radius: 5px;
  margin-bottom: 30px;
  background: radial-gradient(circle, #6c0a1c 0%, #080223 100%);
}
.match-item .match-img {
  padding: 20px 0px;
}
.match-item .match-img h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .match-item .match-img h4 {
    font-size: 18px !important;
  }
}
.match-item .match-img img {
  width: 140px;
  height: auto;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.match-item .match-img img:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media screen and (max-width: 575px) {
  .match-item .match-img {
    margin: 20px 0px;
  }
}
.match-item .match-time {
  display: grid;
  place-content: center;
  height: 100%;
}
.match-item .match-time h3 {
  color: #fff;
}
.match-item .match-time p {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 5px 0px;
}
.match-item .match-time .icon-item a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.match-item .match-time .icon-item a:hover {
  color: #0e152b;
}

.cta-wrapper {
  background: url("../images/cta-box/bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .cta-wrapper {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .cta-wrapper {
    padding: 40px 15px 0px;
  }
}

.cta-item .span {
  color: #dd163b;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
}
.cta-item h3 {
  color: #fff;
  display: block;
  margin: 20px 0px;
  text-transform: uppercase;
}
.cta-item p {
  margin-bottom: 20px;
  max-width: 480px;
}

.srteming-wrapper {
  background: #191919;
  padding: 10px;
  border-radius: 5px;
}

.stream-img .round {
  position: relative;
  overflow: hidden;
}
.stream-img .round:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.stream-img .round .video-box {
  margin: 0;
}
.stream-img .round .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #dd163b;
  border-radius: 50%;
  color: #1086ff;
  display: block;
  text-align: center;
  line-height: 85px;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  z-index: 1;
}
.stream-img .round .video-box .video-btn i {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .stream-img .round .video-box .video-btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
  }
}
.stream-img .round .video-box .video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 1.5s linear infinite;
          animation: beat 1.5s linear infinite;
  height: 100%;
  width: 100%;
  border: 2px solid #dd163b;
  border-radius: 50%;
  z-index: -1;
}
.stream-img .round .video-box .video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 2.2s linear infinite;
          animation: beat 2.2s linear infinite;
  border: 2px solid #dd163b;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.stream-img .round .video-box span {
  display: none !important;
}
@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.stream-img .round {
  border-radius: 5px 5px 0px 0px;
}
.stream-img .round::before {
  background: transparent;
}
.stream-img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 22px rgba(93, 93, 93, 0.13);
          box-shadow: 0px 2px 22px rgba(93, 93, 93, 0.13);
}
@media screen and (max-width: 575px) {
  .stream-img img {
    width: 100%;
  }
}

.partner-section {
  background: rgba(20, 18, 23, 0.7803921569);
}

.partner-wrapper {
  padding: 60px 40px;
}
@media screen and (max-width: 479px) {
  .partner-wrapper {
    padding: 40px 30px;
  }
}

.partner-slider .swiper-slide img {
  width: auto;
  height: auto;
  display: block;
}

.newsletter-section {
  z-index: 1;
}

.newsletter-title h3 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 45px;
  display: inline-block;
}
.newsletter-title h3 span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .newsletter-title h3 {
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .newsletter-title h3 {
    font-size: 21px;
    line-height: 25px;
  }
}

.newsletter-wrapper {
  background: #191919;
  padding: 60px 65px;
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper {
    padding: 45px 0px;
  }
}
.newsletter-wrapper .newsletter-form {
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.newsletter-wrapper .newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.newsletter-wrapper .newsletter-form .form-control {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #F2F2F2;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 22px 17px;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper .newsletter-form .form-control {
    padding: 17px 10px;
  }
}
.newsletter-wrapper .newsletter-form .form-control:focus {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newsletter-wrapper .newsletter-form .btn {
  background: #dd163b;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 8px;
  border: 3px solid #dd163b;
}
.newsletter-wrapper .newsletter-form .btn::after {
  display: none;
}
.newsletter-wrapper .newsletter-form .btn:hover {
  background: #fff;
  color: #0e152b;
  border-color: #fff;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper .newsletter-form .btn {
    padding: 15px 20px;
  }
}

.footer-section {
  background: rgba(20, 18, 23, 0.7803921569);
  padding-top: 190px;
  position: relative;
  margin-top: -90px;
}

@media screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
.footer-widget .logo {
  margin-bottom: 32px;
}
.footer-widget .logo img {
  width: auto;
  height: auto;
  display: block;
}
.footer-widget p {
  color: #E9E9E9;
  font-size: 16px;
  line-height: 24px;
}
.footer-widget .para-title {
  margin-top: 20px;
}
.footer-widget .para-title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.footer-widget .social-icon {
  margin-top: 16px;
}
.footer-widget .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-widget .social-icon ul li a {
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer-widget .social-icon ul li a:hover {
  background: #dd163b;
  color: #fff;
}
.footer-widget .widget-title h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
}
.footer-widget ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D9DBE1;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer-widget ul li a:hover {
  color: #dd163b;
}
.footer-widget ul li a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 12px;
}
.footer-widget .apps li {
  margin-bottom: 22px;
}
.footer-widget .apps li img {
  width: auto;
  height: auto;
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 85px;
  padding: 20px 0px;
}
.footer-bottom .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer-bottom .footer-content {
    display: block;
  }
}
.footer-bottom .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.footer-bottom .link a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D9DBE1;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer-bottom .link a:hover {
  color: #dd163b;
}
.footer-bottom .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #D9DBE1;
}
.footer-bottom .link a:last-of-type::before {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer-bottom .link {
    margin-top: 20px;
  }
}

.team-section .team-wrapper {
  background: #191919;
  padding: 40px 15px;
}
@media screen and (max-width: 991px) {
  .team-section .team-wrapper {
    margin-bottom: 30px;
  }
}
.team-section .team-wrapper .team-image img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.team-section .team-wrapper .team-content {
  margin-top: 10px;
}
.team-section .team-wrapper .team-content h4 a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.team-section .team-wrapper .team-content .icon-item {
  margin-top: 20px;
}
.team-section .team-wrapper .team-content .icon-item a {
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 40px;
  background: #2f3541;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.team-section .team-wrapper .team-content .icon-item a:last-of-type {
  margin-right: 0;
}
.team-section .team-wrapper .team-content .icon-item a:hover {
  background: #fff;
  color: #dd163b;
}
.team-section .team-wrapper:hover .team-image img {
  -webkit-transform: rotateY(360deg) scale(1.1);
          transform: rotateY(360deg) scale(1.1);
}
.team-section .team-wrapper:hover .team-content h4 a {
  color: #dd163b;
}

.signup-section,
.login-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.form-bg {
  background: #191919;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .form-bg {
    padding: 25px;
  }
}
.form-bg .login-title {
  margin-bottom: 30px;
}
.form-bg .login-title h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.form-bg .social-icon {
  padding-top: 20px;
}
.form-bg .social-icon a {
  font-size: 15px;
  color: #fff;
  height: 40px;
  width: 40px;
  background: #dd163b;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.form-bg .social-icon a:nth-of-type(1) {
  background: #3B5998;
}
.form-bg .social-icon a:nth-of-type(2) {
  background: #55ACEE;
}
.form-bg .social-icon a:nth-of-type(3) {
  background: #dd4b39;
}
.form-bg .social-icon a:nth-of-type(4) {
  background: #0976B4;
}
.form-bg .social-icon a:hover {
  background: #fff;
  color: #dd163b;
}
.form-bg .account-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #adadad;
  font-weight: 400;
  margin-top: 20px;
}
.form-bg .account-desc a {
  color: #dd163b;
}
.form-bg .fixed-heading h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}
.form-bg .lebel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.form-bg .lebel .agree-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.form-bg .forget {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #dd163b;
  text-transform: capitalize;
  display: inline-block;
}

.contact-modal .modal-header {
  border-bottom: 1px solid #0e152b;
}
@media (min-width: 576px) {
  .contact-modal .modal-dialog {
    max-width: 650px;
  }
}

.modal-body .contact-title h3 {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  padding: 20px 0px;
}

.form label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #0e152b;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.form .form-control {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: #000000;
  color: #fff;
  display: block;
  padding: 16px 24px;
  margin-bottom: 24px;
  border-radius: 0px;
  border: none;
}
.form .nice-select {
  width: 100%;
  height: auto;
}
.form .nice-select .list {
  width: 100%;
}
.form .nice-select::after {
  height: 8px;
  width: 8px;
}
.form .nice-select .option.selected {
  color: #0e152b;
}
.form .xi-btn {
  font-size: 14px;
}

.search-modal {
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 991px) {
  .search-bar {
    margin-top: 30px;
  }
}
.search-bar form {
  border: 0.8px solid rgba(144, 150, 166, 0.25);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}
.search-bar form .form-control {
  margin-bottom: 0;
  font-size: 22px;
  border: none;
  background: transparent;
}
.search-bar form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-bar form .sub-btn {
  border: none;
  outline: none;
  font-size: 20px;
  background: transparent;
  color: #dd163b;
  position: relative;
  right: 15px;
}

.cart {
  position: relative;
}
.cart:hover .minicart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  z-index: 9;
}

@media (min-width: 565px) {
  .cart-modal .modal-dialog {
    max-width: 380px;
  }
}
@media screen and (max-width: 575px) {
  .cart-modal .modal-dialog {
    max-width: 300px;
    margin: 20px auto;
  }
}

.minicart {
  background: #191919;
  padding: 25px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 380px;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.15);
          box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.15);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 575px) {
  .minicart {
    max-width: 305px;
  }
}
.minicart .title h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.minicart .cart-item {
  border-bottom: 1px dashed #3a3a3a;
  position: relative;
  min-height: 65px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.minicart .cart-item .item-min-thumb {
  height: 80px;
  width: 80px;
  background: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.minicart .cart-item img {
  max-width: 35px;
}
.minicart .cart-item .name a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 15px;
  margin-right: 20px;
  text-transform: uppercase;
}
.minicart .cart-item .name a:hover {
  color: #dd163b;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.minicart .cart-item .item-remove {
  position: relative;
  top: 20px;
  right: 0;
  height: 15px;
  width: 15px;
  font-size: 16px;
}
.minicart .cart-item .item-remove:hover {
  color: #fff;
  cursor: pointer;
}
.minicart .cart-item .item-price {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
.minicart .cart-item .item-price small {
  margin-left: 5px;
  text-decoration: line-through;
}
.minicart .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font: 500 16px "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 30px 0;
}
.minicart .total-amount span {
  color: #adadad;
}
.minicart .cart-button .btn {
  display: block;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
  background: #dd163b;
  border: 1px solid #dd163b;
}
.minicart .cart-button .btn:hover {
  background: transparent;
  color: #fff;
}
.minicart .cart-button .btn:last-child {
  background-color: transparent;
  border: 1px solid #dd163b;
  color: #fff;
}
.minicart .cart-button .btn:last-child:hover {
  background: #dd163b;
  color: #fff;
}
.minicart .cart-button .btn::after {
  display: none;
}

.checkout-title h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cart-form {
  border-radius: 8px;
  background: #191919;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .cart-form {
    overflow-x: scroll;
  }
}
.cart-form table {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cart-form table {
    width: 900px;
  }
}
.cart-form table td {
  border: 1px solid #242424;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  padding: 15px 30px;
}
.cart-form thead th {
  border: 1px solid #242424;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
}
.cart-form .cart-pd-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-form .cart-pd-thumb img {
  text-align: center;
  width: 50px;
  height: auto;
  display: block;
  margin-right: 25px;
}
.cart-form .cart-pd-thumb h6 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.cart-form .cart-pd-total {
  cursor: pointer;
  color: #9096A6;
}
.cart-form .cart-pd-total i {
  margin-left: 16px;
}
.cart-form .cart-pd-total:hover {
  color: #dd163b;
}

.actions-btn {
  padding: 34px 30px !important;
}

.action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coupon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.coupon-box .form-control {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  color: #adadad;
  padding: 16.5px 17px;
  display: inline-block;
  height: auto;
  border: 1px solid rgba(144, 150, 166, 0.26);
  border-radius: 8px;
  position: relative;
}
.coupon-box .btn {
  padding: 17px 50px;
  width: auto;
  position: absolute;
  background: #dd163b;
  top: 0;
  right: 0;
  outline: none;
  border: 1px solid rgba(144, 150, 166, 0.26);
  border-radius: 0px 8px 8px 0px;
  text-transform: capitalize;
}
.coupon-box .btn::after {
  display: none;
}
.coupon-box .btn:hover::before {
  border-radius: 0px 8px 8px 0px;
}

.pricing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.pricing-wrap .total-price .h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}
.pricing-wrap .total-price .h6 span {
  color: #dd163b;
}
.pricing-wrap .check-out .btn {
  background: rgba(255, 102, 0, 0.1019607843);
  border: 1px solid #dd163b;
  color: #fff;
  border-radius: 8px;
  margin-left: 65px;
  padding: 20px 25px;
  width: 120px;
}
.pricing-wrap .check-out .btn::after {
  display: none;
}
.pricing-wrap .check-out .btn:hover {
  background: #dd163b;
  color: #fff;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 479px) {
  .quantity-wrapper {
    display: -webkit-box;
  }
}
@media screen and (max-width: 767px) {
  .quantity-wrapper {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.quantity {
  display: inline-block;
  border-radius: 6px;
  background: #0e152b;
  border: 1px solid #0e152b;
}
.quantity > input[type=number] {
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  background: transparent;
  margin: 0;
  text-align: center;
  width: 50px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.quantity button {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  width: 40px;
  background: #93142b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
}
@media screen and (max-width: 479px) {
  .quantity button {
    height: 34px;
    width: 33px;
    font-size: 12px;
  }
}

.checkout-modal .modal-dialog {
  max-width: 840px;
}

.page-banner {
  background: url("../images/page-banner/banner-bg.html");
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 140px 0px 120px;
}

.page-banner-content {
  margin: 0 auto;
}
.page-banner-content h2 {
  color: #fff;
  margin-bottom: 10px;
}
.page-banner-content p {
  color: #F9F9F9;
  opacity: 0.7;
  line-height: 30px;
  max-width: 715px;
  margin: 0 auto;
}

.breadcrumb-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 15px 35px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.breadcrumb-meta .link a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #dd163b;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.breadcrumb-meta .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #dd163b;
}
.breadcrumb-meta span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0e152b;
  display: inline-block;
  position: relative;
}

/**
 *
 * Common CSS
 *
 */
.body-shape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.body-shape img {
  width: 100%;
  height: 100%;
  display: block;
}
.body-shape::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background: rgba(20, 18, 23, 0.89);
  z-index: 1;
}