/*
  Theme Name: Halda - eSports Gaming React-Js Template.
  Support: admin@gmail.com
  Description: Halda - eSports Gaming React-Js Template.
  Version: 1.0
*/

/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700|Poppins:300,400,500,600,700,800,900|Josefin+Sans:wght@300;400;500;600;700|Abril+Fatface|Great+Vibe|Lobster&display=swap");
@import url("https://fonts.cdnfonts.com/css/geomanist");

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Mobile-menu
4. Search
5. Breadcrumb
6. Banner
7. About
9. Just-gamer-area
10. Tournament
11. Team
12. Squad-area
13. RoadMap-area
14. Gallery
15. Live-stream
16. Stem
17. My-match
18. Give-player
19. Live-match
20. Offer
21. Counter
22. Countdown
23. Match single
24. Shop
25. Pagination
26. Blog
27. Blog-details
28. Contact
29. Newsletter
30. Footer
31. Preloader
32. Challenge-details
33. Leaderboard
34. Profile Menu

*/

/* 1. Theme default css */

:root {
  --white: #f7f7f7;
  --black: #393e46;
  --beige: #f2e7d5;
  --light-blue: #00a6c4;
  --zebra-blue: #012766;
  --orange: rgb(253, 168, 78);
}

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap");
@font-face {
  font-family: "Refault";
  src: url("../fonts/REFAULT.eot"); /* IE9 Compat Modes */
  src: url("../fonts/REFAULT.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/REFAULT.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/REFAULT.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/REFAULT.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #cfcfcf;
  font-style: normal;
  background: white;
}
.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: var(--zebra-blue);
  text-decoration: none;
}
a,
button {
  color: var(--zebra-blue);
  outline: medium none;
  text-decoration: 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: "Oswald", sans-serif;
  color: var(--white);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 700;
}
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: 14px;
  font-weight: normal;
  line-height: 26px;
  color: black;
  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: var(--zebra-blue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--zebra-blue);
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #15171c;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #15171c;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--zebra-blue);
}
.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;
}
.slick-slide:focus-visible {
  outline: none;
}

.title-primary {
  color: var(--zebra-blue);
  font-family: "Geomanist", sans-serif;
  text-align: center;
}

.title-secondary {
  color: var(--orange);
  font-family: "Geomanist", sans-serif;
  text-align: center;
}

.color-primary {
  color: var(--zebra-blue);
  color: var(--zebra-blue);
}

.color-secondary {
  color: var(--orange);
  color: var(--orange);
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}

/* button style */

#signup_btn {
  margin-left: 15px;
}

.btn-primary,
.btn-secondary:hover {
  background: var(--light-blue) none repeat scroll 0 0;
}
.btn-secondary,
.btn-primary:hover {
  background: var(--orange) none repeat scroll 0 0;
}

.btn-primary:disabled {
  background-color: var(--black);
}
.btn {
  -moz-user-select: none;
  user-select: none;
  background: var(--orange) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 14px 26px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
  border-radius: 0;
  position: relative;
  font-family: "Oswald", sans-serif;
}
.btn:hover {
  color: var(--white);
  background: var(--zebra-blue);
}

.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 48px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--orange);
  transition: 1s ease;
  border: none;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 30% 100%, 0 70%, 0 0);
  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: #fff;
  color: var(--zebra-blue);
}

/* 2. Header */

/* header.css */
.user {
  display: flex;
  align-items: center;
  background-color: var(--white);
}

.user-avatar {
  margin-left: 10px; /* Adjust the margin as needed for spacing */
}

.logout-button {
  /* If you want the logout button to appear on the same line as the avatar, you can use flex properties. */
  display: flex;
  align-items: center;
}

.custom-container {
  max-width: 1570px;
}
.menu-area {
  /* background: var(--white); */
  position: relative;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.36);
  z-index: 9;
  background: transparent;
}
.menu-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 175px;
  height: 18px;
  /* background: var(--white); */
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  background: transparent;
}
.menu-area::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 175px;
  height: 18px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
  background: transparent;
}
.menu-area.sticky-menu::after {
  display: none;
}
.menu-area.sticky-menu::before {
  display: none;
}
.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: 130px;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black);
  padding: 48px 30px;
  display: block;
  line-height: 1;
  position: relative;
  font-family: "Oswald", sans-serif;
  z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: var(--white);
}
.navbar-wrap > ul > li > a::before {
  transform: skewX(-15deg);
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: rgb(245, 155, 58);
  opacity: 0;
  transition: 0.3s linear;
}
.navbar-wrap > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  background: var(--zebra-blue);
  transition: 0.3s linear;
}
.navbar-wrap ul > li:hover > a::before,
.navbar-wrap ul > li:hover > a::after,
.navbar-wrap > ul > li.active > a:before,
.navbar-wrap > ul > li.active > a::after {
  opacity: 1;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.header-action ul {
  display: flex;
  align-items: center;
}
.header-action ul li {
  margin-right: 50px;
}
.header-action ul li:last-child {
  margin-right: 0;
}
.header-action ul .header-search a {
  color: #fff;
  font-size: 16px;
}
.header-action ul .header-search a:hover {
  color: var(--zebra-blue);
}
.header-action ul .header-sine {
  background: #262830;
  display: flex;
  align-items: center;
  position: relative;
}
/* .header-action ul .header-sine::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--zebra-blue);
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
	inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
} */
.header-action ul .header-sine a,
.header-action ul .header-sine button {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s linear;
  padding: 10px 25px 10px 25px;
  position: relative;
  font-family: "Oswald", sans-serif;
  background: var(--zebra-blue);
  border: none;
}
.header-action ul .header-sine a::before,
.header-action ul .header-sine button::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--zebra-blue);
}

.header-action ul .header-sine a i,
.header-action ul .header-sine button i {
  width: 32px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background: var(--zebra-blue);
  margin-right: 15px;
}

.header-action ul .header-sine a:hover,
.header-action ul .header-sine button:hover,
.header-action ul .header-sine a:hover i,
.header-action ul .header-sine button:hover i {
  background: var(--orange);
}

.header-action ul .header-sine a:hover:before,
.header-action ul .header-sine button:hover:before {
  background: var(--light-blue);
}

.navbar-wrap ul li .sub-menu {
  position: absolute;
  z-index: 9;
  border-radius: 0;
  display: block;
  left: -15px;
  opacity: 0;
  padding: 18px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #3d3f49;
  background: var(--white);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -webkit-box-shadow: 0px 30px 70px 0px rgb(1 1 1 / 15%);
  margin: 0;
  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 .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .sub-menu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 500;
  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 > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navbar-wrap ul li .sub-menu li a::after {
  transform: skewX(0deg);
}
.navbar-wrap ul li .sub-menu li a::before {
  left: 0;
  transform: skewX(0deg);
}
.navbar-wrap ul li.active .sub-menu li.active a {
  background: white;
  color: var(--zebra-blue);
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--white);
  -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;
}
.header-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.header-icon a {
  width: 120px;
  height: calc(100% + 18px);
  background: #1a1b21;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: unset;
}
.menu-area.sticky-menu .header-icon a {
  height: 100%;
}

/* header-style-two */
.menu-area.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
  background: rgb(153 5 190 / 80%);
}
.menu-area.transparent-header::after {
  background: rgb(153 5 190 / 80%);
}
.menu-area.transparent-header::before {
  background: rgb(153 5 190 / 80%);
}
.transparent-header .navbar-wrap ul li a::after {
  background: #440557;
}
.transparent-header.sticky-menu {
  background: #9905be;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -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;
}
.transparent-header .header-action ul li {
  margin-right: 25px;
}
.transparent-header .header-action ul li:last-child {
  margin-right: 0;
}
.transparent-header .header-action ul .header-th a {
  font-size: 26px;
  color: #fff;
}
.transparent-header .header-action ul .header-search a {
  font-size: 20px;
}
.header-action ul .header-phone {
  background: #480159;
  padding: 25px 29px;
  display: flex;
  align-items: center;
}
.header-phone .phone-icon {
  background: var(--zebra-blue);
  width: 67px;
  height: 61px;
  text-align: center;
  line-height: 58px;
  color: #fff;
  border-radius: 6px;
  margin-right: 15px;
}
.header-phone .phone-icon img {
  max-width: 36px;
}
.header-phone .call a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: block;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
.header-phone .call > span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.header-phone .call a:hover {
  color: var(--zebra-blue);
}
.header-fixed-position {
  display: block;
  height: 111px;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--black);
  margin-right: 30px;
  top: 15px;
}

.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-radius: 0px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: var(--white);
}
.mobile-menu-visible .menu-backdrop {
  opacity: 0.8;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--orange);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: var(--zebra-blue);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li.active > a,
.mobile-menu .navigation li:hover > a {
  color: var(--white);
  background-color: var(--orange);
  background: linear-gradient(90deg, #012766 41%, rgba(255, 255, 255, 1) 95%);
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: #2e2e30;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: var(--zebra-blue);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .social-links li {
  position: relative;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  display: block;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--zebra-blue);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  display: none;
  margin-top: 6px;
}

/* 4. Search */
.search-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(31, 31, 41, 0.95);
  height: 100%;
  width: 100%;
  z-index: 99;
  padding: 100px 0;
  display: none;
}
.search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.search-wrap .title {
  font-size: 47px;
  margin: 0 0 70px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--zebra-blue);
  padding: 10px 50px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background: transparent;
  color: #fff;
}
.search-form input::placeholder {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}
.search-btn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: var(--zebra-blue);
  top: 50%;
  transform: translateY(-50%);
}
.search-close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: var(--zebra-blue);
  cursor: pointer;
}

/* Offcanvas-menu */
.extra-info {
  background: var(--white) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(100%);
}
.extra-info.active {
  transform: translateX(0);
}
.close-icon {
  margin-top: -16px;
  text-align: right;
}
.close-icon > button {
  background: transparent;
  border: 0 none;
  color: var(--zebra-blue);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}
.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.contact-list p {
  color: #cfcfcf;
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}
.side-instagram {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.side-instagram li {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 5px;
}
.side-instagram li > a {
  display: block;
}
.side-instagram img {
  width: 100%;
}
.social-icon-right > a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.social-icon-right > a:hover {
  color: var(--zebra-blue);
}
.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.dropdown-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  background: var(--orange);
}

.dropdown-footer {
  margin-left: 2rem;
}

.sign-out-button {
  color: var(--white);
  border-radius: 0.42rem;
  border-color: transparent;
  background-color: var(--zebra-blue);
  text-align: center;
  padding: 0.65rem 0.5rem;
  margin-left: 0.3rem;
  font-size: 1rem;
  width: 7rem;
}

.profile-sub-menu li {
  display: block !important;
}

.sign-out-button:hover {
  color: var(--white);
  background-color: var(--orange);
}

/* 5. Breadcrumb */
.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.breadcrumb-bg-two,
.breadcrumb-bg-three {
  background-image: url(../img/bg/breadcrumb_bg02.jpg);
}
.breadcrumb-bg-three .breadcrumb-content {
  text-align: center;
}
.breadcrumb-overflow {
  overflow: hidden;
  padding: 65px 0 110px;
  position: relative;
}
.breadcrumb-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 11px;
  background-image: url(../img/bg/breadcrumb_line.png);
  background-size: cover;
  background-position: center;
}
.breadcrumb-inner {
  padding: 0 85px;
}
.breadcrumb-content .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 25px;
}
.breadcrumb-content .breadcrumb {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0;
  background: var(--zebra-blue);
  clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
  padding: 15px 25px;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "\f101");
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.breadcrumb-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.breadcrumb-shape.shape-2 {
  left: auto;
  right: 0;
}
.breadcrumb-img {
  position: relative;
  padding: 0 65px 0 0;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumb-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/images/breadcrumb_img_shape.png);
  width: 570px;
  height: 426px;
  z-index: -1;
}
.zoom-fade,
.breadcrumb-img::before {
  animation-name: zoom-fade;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
}
.breadcrumb-img-two {
  max-width: 534px;
  margin: 0 auto;
  padding: 0 85px;
  position: relative;
  z-index: 1;
}
.breadcrumb-img-two::before,
.breadcrumb-img-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/images/breadcrumb_img_shape01.png);
  width: 210px;
  height: 319px;
  pointer-events: none;
  transition: 0.5s linear;
  z-index: -1;
}
.breadcrumb-img-two::after {
  background-image: url(../img/images/breadcrumb_img_shape02.png);
  left: auto;
  right: 0;
}
.breadcrumb-img-two:hover::before {
  left: 50px;
}
.breadcrumb-img-two:hover::after {
  left: auto;
  right: 50px;
}
.breadcrumb-img-three {
  min-width: 416px;
  margin: 0 0 0 -22px;
  padding: 0 0;
  position: relative;
  z-index: 1;
}
.breadcrumb-img-three.right-team {
  margin: 0 -22px 0 auto;
}
.breadcrumb-img-three::before,
.breadcrumb-img-three::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/images/breadcrumb_team_shape01.png);
  width: 164px;
  height: 249px;
  pointer-events: none;
  transition: 0.4s linear;
}
.breadcrumb-img-three::after {
  background-image: url(../img/images/breadcrumb_team_shape02.png);
  left: auto;
  right: 0;
}
.breadcrumb-img-three:hover::before {
  left: 25px;
}
.breadcrumb-img-three:hover::after {
  left: auto;
  right: 25px;
}
.breadcrumb-img-three .team-name {
  margin: 12px 0 0;
  text-align: center;
}
.breadcrumb-img-three .team-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 31%;
}
.breadcrumb-img-three.right-team .team-logo {
  transform: translateX(-43%);
}
.breadcrumb-bg-three .breadcrumb-overflow {
  padding: 90px 0 130px;
  position: relative;
}
.breadcrumb-content .coming-time {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zebra-blue);
  clip-path: polygon(93% 0, 100% 34%, 100% 100%, 8% 100%, 0 66%, 0 0);
  padding: 10px 25px;
  max-width: 255px;
  min-height: 55px;
  color: #fff;
  margin: 0 auto;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.breadcrumb-content .coming-time .time-count {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.breadcrumb-content .coming-time .time-count span {
  margin-right: 10px;
}
.breadcrumb-content .coming-time .time-count:last-child,
.breadcrumb-content .coming-time .time-count:last-child span {
  margin-right: 0;
}

/* 6. Banner */
.banner-bg {
  /* background-color: var(--light-blue); */
  background-image: url(../img/slider/live-stream_img01.png);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  width: 100%;
  height: 836px;
  display: flex;
  align-items: center;
}
.banner-content .small-title {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 30px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.54);
  margin-bottom: 25px;
}
.banner-content .title {
  font-size: 100px;
  color: var(--white);
  line-height: 0.9;
  margin-bottom: 0;
  font-family: "Geomanist", sans-serif;
  font-weight: normal;
  text-shadow: 0px 7px 0px rgba(181, 179, 201, 0.5);
}
.banner-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-btn > a {
  margin-top: 10px;
}
.banner-btn a > i {
  margin-left: 10px;
  font-size: 20px;
}
.banner-btn .text-btn {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 20px;
  font-family: "Oswald", sans-serif;
}
.banner-btn .text-btn:hover {
  color: var(--orange);
}

/* Banner-two */
.banner-area-two.banner-bg {
  /* background-color: var(--light-blue); */
  /* background-image: url(../img/slider/banner_bg02.jpg); */
  height: 916px;
}
.banner-area-two .banner-content {
  margin-top: 110px;
}

/* Banner-three */
.banner-three-bg {
  background-image: url(../img/slider/banner_bg03.jpg);
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0;
}
.banner-area-three .banner-content .small-title {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: var(--zebra-blue);
}
.banner-area-three .banner-content .small-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: var(--zebra-blue);
}
.banner-area-three .banner-content .title {
  font-size: 80px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  display: table;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 22px;
}
.banner-area-three .banner-content .title span {
  font-weight: 300;
  color: var(--zebra-blue);
}
.banner-area-three .banner-content .title i {
  margin-right: 15px;
}
.banner-area-three .banner-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  width: 80%;
}
.banner-area-three .banner-content .banner-btn {
  justify-content: flex-start;
}
.banner-area-three .banner-content .banner-btn .btn {
  font-size: 18px;
  letter-spacing: 0;
}
.banner-img-wrap {
  margin-left: auto;
  width: 565px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-img-item {
  width: 265px;
  flex: 0 0 265px;
  height: 262px;
  position: relative;
  margin-bottom: 35px;
  padding-left: 25px;
  padding-bottom: 20px;
  z-index: 1;
}
.banner-img-item .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s linear;
  z-index: -1;
}
.banner-img-item:hover .shape {
  bottom: 22px;
  left: 25px;
}
.banner-img-item:nth-child(4n + 3),
.banner-img-item:nth-child(4n + 4) {
  margin-bottom: 0;
}
.banner-img-item:nth-child(4n + 1) {
  margin-top: 30px;
}
.banner-img-item:nth-child(4n + 4) {
  margin-top: -30px;
}

/* 7. About */
.about-bg {
  background-image: url(../img/bg/about_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 110px 0 120px;
  overflow: hidden;
}
.about-title {
  margin: 0 0 50px;
}
.about-title .title {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.5;
  margin: 0 0 0;
}
.about-info-item {
  display: flex;
  background: #1a1b21;
  border: 1px solid #23242a;
  margin: 0 0 30px;
  border-radius: 4px;
  padding: 35px 35px;
  transition: 0.3s linear;
  transform: translateY(0);
}
.about-info-item:hover {
  transform: translateY(-5px);
}
.about-info-icon {
  margin-right: 30px;
}
.about-info-icon img {
  max-width: 50px;
}
.about-info-content .title {
  margin: 0 0 12px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s linear;
}
.about-info-content p {
  margin: 0 0 0;
}
.about-info-item:hover .about-info-content .title {
  color: var(--zebra-blue);
}
.about-gallery-area {
  margin: 40px 0 0;
}
.about-gallery-active .slick-list {
  overflow: visible;
}
.about-gallery-active [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.about-gallery-item img {
  width: 100%;
}

/* area-bg */
.area-bg {
  background-image: url(../img/bg/area_bg.jpg);
  background-size: cover;
  background-position: center;
}
.area-bg-two {
  background-image: url(../img/bg/area_bg02.jpg);
  background-size: cover;
  background-position: center;
}

/* 9. Just-gamer-area */
.just-gamer-area {
  position: relative;
  z-index: 1;
}
.just-gamer-shape {
  background-image: url(../img/images/gamer_img_shadow.png);
  position: absolute;
  right: 0;
  top: -130px;
  width: 100%;
  height: 1092px;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}
.just-gamer-area .nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 36px;
}
.just-gamer-area .nav-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--zebra-blue);
  border-radius: 0 0 3px 3px;
}
.just-gamer-area .nav-tabs::after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: -4px;
  width: 50px;
  height: 5px;
  background: var(--zebra-blue);
  border-radius: 0 0 4px 4px;
}
.just-gamer-area .nav-tabs .nav-link {
  margin-bottom: 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #fff;
  cursor: pointer;
}
.just-gamer-area .nav-tabs .nav-item.show .nav-link,
.just-gamer-area .nav-tabs .nav-link.active {
  color: var(--zebra-blue);
  background-color: transparent;
  border-color: transparent;
}
.just-gamer-area .nav-tabs .nav-item:last-child {
  position: relative;
  margin-left: 60px;
}
.just-gamer-area .nav-tabs .nav-item:last-child::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 4px;
  background: #373843;
}
.just-gamer-content-box {
  background: var(--white);
  padding: 48px 43px;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.17);
  border-radius: 3px;
}
.section-title .title {
  font-size: 50px;
  margin-bottom: 24px;
  color: var(--zebra-blue);
}
.section-title p {
  margin-bottom: 30px;
  width: 92%;
}
.section-title .title span {
  color: var(--zebra-blue);
}
.gamer-content {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.gamer-content P {
  margin-bottom: 0;
}
.gamer-content i {
  color: var(--zebra-blue);
  margin-right: 10px;
  font-size: 16px;
}
.just-gamer-img img {
  position: absolute;
}
.just-gamer-img .gamer-shadow {
  left: -22%;
  top: -30%;
}
.just-gamer-img .main-img {
  z-index: 1;
  position: inherit;
}
.just-gamer-img .shape-1 {
  left: 0;
  top: 80px;
}
.just-gamer-img .shape-2 {
  right: 60px;
  top: 121px;
}
.just-gamer-img .shape-3 {
  right: -109px;
  top: 0;
}

/* 10. Tournament */

.tournament-area {
  padding-top: 170px;
  position: relative;
  z-index: 1;
}
.tournament-container {
  background-color: var(--light-blue);
  padding: 35px;
  box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
  border-radius: 10px;
}

.coding_picture {
  z-index: inherit;
}
.tournament-content .sub-title {
  font-size: 16px;
  color: var(--zebra-blue);
  margin-bottom: 13px;
}
.tournament-content .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.tournament-content p {
  width: 90%;
  margin-bottom: 36px;
}
.tournament-content .btn {
  font-size: 16px;
  letter-spacing: 0;
}
.prize-pool {
  text-align: center;
}
.prize-pool .title {
  font-size: 30px;
  margin-bottom: 18px;
}
.prize-pool .prize {
  background: var(--zebra-blue);
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  color: #211f2a;
  padding: 11px 42px;
  border-radius: 25.5px;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}
.tournament-area .prize-pool .coming-time {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Oswald", sans-serif;
  top: 25px;
}
.tournament-area .prize-pool .coming-time::before {
  content: "\f017";
  display: block;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
}
.tournament-area .prize-pool .time-count {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.image-container {
  width: 100%;
  height: auto;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.winner-wrap {
  background: transparent;
  text-align: center;
  padding: 50px;
  margin-top: 110px;
  /* box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.17); */
  border-radius: 3px;
}
.winner-wrap .title {
  font-size: 30px;
  margin-bottom: 28px;
}
.winner-wrap .winner-active .slick-arrow {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -65px;
  top: 30%;
}
.winner-wrap .winner-active .slick-next {
  left: auto;
  right: -65px;
}
.winner-thumb img {
  max-width: 100%;
  margin-bottom: 10px;
}
.slick-slide img {
  display: inline-block;
}
.winner-content span {
  display: inline-block;
  color: var(--white);
  background: transparent;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

/* 11. Team */
.section-title.title-style-two {
  position: relative;
  padding-bottom: 25px;
}
.section-title.title-style-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/images/section_line.png);
  height: 8px;
  width: 120px;
  margin: 0 auto;
}
.section-title.title-style-two .title {
  font-size: 40px;
  margin-bottom: 0;
}
.single-thumb {
  margin-bottom: 40px;
  width: calc(100% / 8);
  text-align: center;
}
.single-thumb a > img {
  border: 2px solid #282931;
  border-radius: 50%;
  transition: 0.3s linear;
  display: inline-block;
  position: relative;
}
.single-thumb a {
  position: relative;
}
.single-thumb a::before {
  content: "\f0c1";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 40px;
  opacity: 0;
  color: var(--zebra-blue);
  transition: 0.3s linear;
}
.single-thumb:hover a > img {
  border-color: var(--zebra-blue);
}
.single-thumb:hover a:hover::before {
  opacity: 1;
  z-index: 1;
}
.team-area-two .team-thumb img {
  width: 100%;
}
.team-area-two {
  background-image: url(../img/bg/team_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  padding: 110px 0 87px;
}
.counter-area-two {
  padding: 35px 0 0;
}

/* 12. Squad-area */
.our-squad-area {
  padding: 130px 0 120px;
}
.squad-item {
  margin: 0 0 50px;
}
.squad-thumb a {
  display: block;
}
.squad-thumb img {
  width: 100%;
  border: 2px solid #242424;
}
.squad-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 0 30px;
  border-bottom: 2px solid #242424;
}
.squad-info .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.squad-info > span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
}
.squad-social {
  margin-left: 20px;
  text-align: right;
}
.social-list {
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: flex-end;
  margin: 0 0 15px;
}
.social-list > a {
  color: #bababa;
  margin: 0 0 0 11px;
}
.social-list > a:first-child {
  margin: 0;
}
.squad-social .follow-us {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  color: var(--zebra-blue);
}
.social-list > a:hover {
  color: var(--zebra-blue);
}
.load-more-squad {
  margin: 20px 0 0;
}
.load-more-squad .btn {
  font-size: 16px;
}

/* Squad-details */
.squad-details-area {
  padding: 130px 0 120px;
  background-image: url(../img/bg/gallery_bg.png);
  background-position: top center;
  background-size: cover;
}
.squad-details-padding {
  padding: 0 85px;
}
.squad-details-meta {
  background: var(--white);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 10px 27px 0 rgb(6 5 7 / 50%);
  box-shadow: 0 10px 27px 0 rgb(6 5 7 / 50%);
  padding: 25px 30px 10px;
}
.squad-details-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.squad-details-info .squad-logo {
  max-width: 70px;
  margin-right: 20px;
}
.squad-details-info .squad-name .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.squad-details-info .squad-name .cat {
  display: block;
  font-size: 14px;
  color: var(--zebra-blue);
}
.squad-details-social {
  margin: 0 0 15px auto;
  text-align: right;
}
.squad-details-social .social-list {
  margin-bottom: 0;
}
.squad-details-social .follow {
  font-size: 18px;
  margin-bottom: 15px;
}
.squad-details-social .social-list > a {
  margin: 0 0 0 18px;
  font-size: 18px;
}
.squad-details-content > p {
  text-align: center;
  max-width: 79%;
  margin: 0 auto 15px;
}
.squad-details-content {
  padding: 50px 0 20px;
}
.squad-details-content .counter-img img {
  max-width: 75px;
}
.squad-details-content .counter-content {
  margin-left: 25px;
}
.squad-details-content .counter-item .counter-content .count {
  font-size: 48px;
  margin-bottom: 5px;
}
.squad-details-content .counter-item .counter-content .count > span {
  font-size: 56px;
}
.squad-details-content .counter-content p {
  font-size: 13px;
  margin-bottom: 0;
}
.squad-details-fact {
  margin-top: 50px;
  margin-bottom: 40px;
}
.squad-details-content .counter-item {
  justify-content: center;
}

/* 13. RoadMap-area */
.roadmap-area {
  background: #080808;
  padding: 108px 0 120px;
  overflow: hidden;
}
.roadmap-area .title-style-three .title {
  margin-bottom: 0;
  justify-content: flex-start;
  text-transform: uppercase;
}
.roadmap-timeline-wrap {
  position: relative;
}
.roadmap-timeline-wrap::before {
  content: "";
  position: absolute;
  left: 33%;
  top: 0;
  background-image: url(../img/bg/time_line.png);
  width: 5px;
  height: 100%;
  background-repeat: no-repeat;
}
.roadmap-timeline-wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
}
.roadmap-timeline-wrap ul li:last-child {
  margin-bottom: 0;
}
.sold-percentage {
  width: 30%;
}
.sold-percentage .title {
  margin-bottom: 0;
  font-size: 50px;
}
.timeline-content {
  width: 55.4%;
  margin-left: auto;
}
.roadmap-timeline-wrap ul li::before {
  content: "";
  position: absolute;
  left: 31.6%;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: #454545;
  border-radius: 50%;
  border: 5px solid #080808;
  transition: 0.3s linear;
}
.roadmap-timeline-wrap ul li:hover::before {
  background: #fff;
}
.timeline-content .image {
  margin-bottom: 35px;
}
.timeline-content .image img {
  border-radius: 50%;
}
.timeline-content > p {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 55px 0 0;
  letter-spacing: 10px;
  line-height: 2.5;
}
.timeline-content .sold-img img {
  border: 12px solid #171717;
}
.timeline-content .accordion-button {
  color: #ffffff;
  background-color: #171717;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 24px 28px;
}
.timeline-content .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #171717;
  box-shadow: none;
  border: none !important;
}
.timeline-content .accordion-item {
  background-color: #171717;
  border: none;
  border-radius: 6px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
.timeline-content .accordion-item:last-child {
  margin-bottom: 0;
}
.timeline-content .accordion-body {
  padding: 0 28px 30px;
  position: relative;
}
.timeline-content .accordion-body::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: var(--zebra-blue);
  border-radius: 3px 3px 0 0;
}
.timeline-content .accordion-body .title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0;
  line-height: 1.6;
}
.timeline-content .accordion-button::after {
  background-image: url(../img/icon/down_arrow.png);
  opacity: 0.64;
}
.timeline-content .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon/down_arrow.png);
  opacity: 1;
}
.timeline-bottom-image {
  max-width: 965px;
  margin: 120px auto 0;
  position: relative;
}
.timeline-bottom-image .main-img {
  width: 100%;
  border: 12px solid var(--zebra-blue);
}
.timeline-bottom-image .shape {
  position: absolute;
  right: 70px;
  bottom: 45px;
  z-index: 1;
}
.timeline-bottom-image .btn {
  position: absolute;
  left: 55px;
  bottom: 60px;
  z-index: 1;
}
.roadmap-area .title-style-three {
  margin-bottom: 55px;
}

/* 14. Gallery */
.gallery-area {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.gallery-active .slick-list {
  overflow: visible;
}
.gallery-item {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.gallery-item img {
  display: inline-block;
  border-radius: 3px;
}
.gallery-active .slick-slide {
  margin-top: 50px;
  transition: 0.4s linear;
}
.gallery-active .slick-active.slick-center {
  margin-top: 0;
}
.gallery-area .slider-nav {
  max-width: 800px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.gallery-area .slider-nav .slick-next.slick-arrow {
  margin-left: auto;
}
.slider-nav > span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: var(--zebra-blue);
  cursor: pointer;
  transition: 0.3s linear;
  font-family: "Oswald", sans-serif;
}
.slider-nav > span i {
  color: #fff;
  font-size: 13px;
}
.slider-nav > span i:hover {
  color: var(--zebra-blue);
}
.slider-nav > span:hover {
  color: #fff;
}

/* 15. Gallery-two */
.gallery-area-two.gallery-bg {
  background-image: url(../img/bg/gallery_bg.png);
  background-position: top center;
  background-size: cover;
}
.gallery-active-two .slick-slide {
  transform: scale(0.85);
  transition: 0.4s linear;
  max-width: 1140px;
  padding: 10px;
  position: relative;
}
.gallery-active-two .slick-slide .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 110px;
  height: 110px;
}
.gallery-active-two .slick-slide .popup-video svg {
  width: 100%;
  height: 100%;
}
.gallery-active-two .slick-slide .popup-video svg .circle {
  stroke: #fff;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  opacity: 0.6;
  fill: rgba(0, 0, 0, 0.8);
  fill-rule: nonzero;
}
.gallery-active-two .slick-slide .popup-video svg .triangle {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fafafa;
  transform: translateY(0);
}
.gallery-active-two .slick-slide .popup-video:hover svg .circle {
  stroke-dashoffset: 0;
  opacity: 1;
  fill: rgba(0, 0, 0, 0.3);
}
.gallery-active-two .slick-slide .popup-video:hover svg .triangle {
  stroke: var(--zebra-blue);
  stroke-dashoffset: 0;
  opacity: 1;
  z-index: 10;
}
.gallery-item.slick-slide.slick-current.slick-active {
  transform: scale(1);
}
.gallery-two-bottom {
  position: relative;
}
.gallery-area-two .gallery-nav {
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 215px;
}
.gallery-area-two .gallery-nav button {
  font-size: 40px;
  border: none;
  padding: 0;
  background: transparent;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.gallery-area-two .gallery-nav button:hover {
  color: #fff;
}
.gallery-area-two .gallery-nav .slick-prev {
  margin-right: 15px;
}
.gallery-area-two .gallery-nav .slick-next {
  margin-left: 15px;
}
.gallery-area-two .gallery-item img {
  display: inline-block;
  transition: 0.4s linear;
  max-width: 100%;
  border: 12px solid #30344a;
  border-radius: 0;
}
.gallery-active-two .slick-list {
  overflow: visible;
}
.gallery-area-two {
  position: relative;
  overflow: hidden;
}
.gallery-active-two .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--zebra-blue);
  box-shadow: 0px 4px 5.52px 0.48px rgba(255, 133, 3, 0.04);
  transition: 0.4s linear;
  opacity: 0;
}
.gallery-item.slick-slide.slick-current.slick-active::before {
  opacity: 1;
}
.gallery-nav-active {
  max-width: 275px;
  margin: 50px auto 0;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zebra-blue);
  padding: 0 50px;
  clip-path: polygon(90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0);
}
.gallery-nav-active h4 {
  margin-bottom: 0;
  font-size: 20px;
}

/* 15. Live-stream */
.live-stream-bg {
  background-image: url(../img/bg/live-stream_bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.live-stream-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #1a131f;
  background: -webkit-linear-gradient(to top, transparent, #1a131f 85%);
  background: linear-gradient(to top, transparent, #1a131f 85%);
}
.live-stream-wrap {
  background: rgb(31 32 41 / 72%);
  padding: 100px 0px 50px 64px;
  border: 1px solid #43484e;
  position: relative;
  margin-top: 285px;
}
.live-stream-icon {
  width: 85px;
  height: 85px;
  background: var(--zebra-blue);
  text-align: center;
  line-height: 85px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 35px;
}
.live-stream-icon img {
  max-width: 50px;
}
.section-title .sub-title {
  font-size: 22px;
  margin-bottom: 5px;
  color: var(--zebra-blue);
}
.live-stream-content p {
  margin-bottom: 32px;
}
.live-stream-content a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--zebra-blue);
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
}
.live-stream-content a::before {
  content: "\f067";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.live-stream-content a:hover {
  color: #fff;
}
.live-videos-wrapper {
  display: flex;
}
.live-video-active {
  max-width: 550px;
  flex: 0 0 550px;
  text-align: center;
  margin-top: -395px;
  margin-left: -107px;
  position: relative;
  z-index: 1;
}
.live-video-item .coming-time {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.live-video-item .coming-time::before {
  content: "\f017";
  display: block;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  margin-right: 7px;
}
.live-video-item .video {
  margin: 29px 29px 70px;
  position: relative;
}
.live-video-item .video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  background-image: url(../img/images/live_stream_shape.png);
  width: 549px;
  height: 549px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.live-video-item .btn i {
  margin-left: 10px;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
.live-video-navs {
  margin-left: auto;
  width: 306px;
  flex: 0 0 306px;
}
.video-nav-item {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 37px 0 25px;
  position: relative;
  transform: scale(0.8);
  transition: 0.3s ease-in-out;
  margin-bottom: 16px;
  cursor: pointer;
  z-index: 1;
}
.live-video-navs .video-nav-item.slick-current.slick-center {
  transform: scale(1);
}
.video-nav-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 70px;
  background: var(--zebra-blue);
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.live-video-navs .video-nav-item.slick-current.slick-center::before {
  width: 100%;
}
.video-nav-item .thumb {
  width: 140px;
  flex: 0 0 140px;
  margin-left: 20px;
}
.video-nav-item .thumb img {
  border: 3px solid var(--zebra-blue);
  max-width: 100%;
}
.video-nav-item .content .title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}
.liveVideo {
  width: 493px;
  height: 493px;
  border-radius: 50%;
  object-fit: cover;
  object-position: right center;
}

/* 16. Stem */
.stem-bg {
  background-image: url(../img/bg/stem_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}
.stem-content .stem-icon a {
  font-size: 100px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.stem-content .title {
  font-size: 80px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.stem-content > span {
  font-size: 23px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 25px;
  color: #fff;
  text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.54);
}

/* Tournament */
.tournament-area-bg {
  background-image: url(../img/bg/tournament_bg.jpg);
  background-position: center;
  background-size: cover;
}
.tournament-area-bg .live-streams-area {
  padding: 120px 0 120px;
}
.tournament-area-bg .tournament-area {
  padding: 0 0 120px;
}
.live-streams-wrapper {
  padding: 0 87px;
}
.live-streams-item {
  position: relative;
}
.streams-thumb {
  position: relative;
}
.streams-thumb img {
  width: 100%;
}
.streams-thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 80px;
  display: block;
  line-height: 1;
}
.streams-bottom-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  background: #1a1a1e;
  opacity: 0.87;
  height: 150px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  width: 40%;
  justify-content: space-between;
}
.streams-bottom-wrap::before {
  content: "";
  position: absolute;
  right: 25px;
  top: -3px;
  width: 4px;
  height: 159px;
  background: var(--zebra-blue);
  transform: rotate(18deg);
}
.streams-content {
  margin-left: 32px;
}
.streams-content .live-btn {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding: 7px 18px;
  z-index: 1;
  margin: 0 6px 10px;
}
.streams-content .live-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-25deg);
  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;
  background: var(--zebra-blue);
}
.streams-content .live-btn:hover,
.watch-stream:hover {
  color: var(--zebra-blue);
}
.streams-content .live-btn:hover::before {
  background: #fff;
}
.streams-content .title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
}
.streams-content .date {
  color: var(--zebra-blue);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.streams-bottom-wrap .watch-stream {
  margin-right: 51px;
  display: flex;
  align-items: center;
  color: #fff;
}
.live-streams-active .slick-arrow {
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0;
  border: none;
  transition: 0.3s linear;
  background: transparent;
  width: auto;
  z-index: 9;
}
.live-streams-active .slick-next {
  right: -85px;
  left: auto;
}
.watch-stream {
  font-size: 12px;
  text-transform: uppercase;
  color: #a19f9f;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.watch-stream img {
  margin-right: 12px;
}
.live-streams-active [class*="col-"] {
  padding: 0 15px;
}

/* 17. My-match */
.my-match-area {
  background-color: var(--white);

  background-position: center;
  background-size: cover;
  padding: 90px 0 110px 0;
}
.my-match-box-wrap {
  position: relative;
  margin-top: -30px;
}
.my-match-box-wrap > img {
  width: 100%;
}
.my-match-box-wrap ul {
  display: flex;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 120px;
  right: 100px;
}
.my-match-team {
  display: flex;
  align-items: center;
}
.my-match-box-wrap ul li:first-child {
  width: 400px;
  flex: 0 0 400px;
}
.my-match-box-wrap ul li:nth-child(2) {
  width: 350px;
  flex: 0 0 350px;
}
.my-match-box-wrap ul li:last-child {
  flex-grow: 1;
  text-align: right;
}
.my-match-team .vs {
  margin: 0 25px;
}
.my-match-info {
  padding: 0 35px;
}
.my-match-info .live-btn {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding: 7px 18px;
  z-index: 1;
  margin: 0 6px 10px;
}
.my-match-info .live-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-25deg);
  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;
  background: var(--zebra-blue);
}
.my-match-info .live-btn:hover,
.watch-stream:hover {
  color: var(--zebra-blue);
}
.my-match-info .live-btn:hover::before {
  background: #fff;
}
.my-match-info h5 {
  font-size: 20px;
  margin-bottom: 13px;
}
.my-match-info > span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
}
.challenge-details-btn {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding: 7px 18px;
  z-index: 1;
  margin: 0 6px 10px;
}
.challenge-details-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-25deg);
  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;
  background: var(--orange);
}
.challenge-details-btn:hover,
.watch-stream:hover {
  color: var(--zebra-blue);
}
.challenge-details-btn:hover::before {
  background: #fff;
}
.watch-stream {
  font-size: 12px;
  text-transform: uppercase;
  color: #a19f9f;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.watch-stream img {
  margin-right: 12px;
}
.match-menu button {
  border: none;
  position: relative;
  color: var(--orange);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: none;
  z-index: 1;
  padding: 7px 16px;
  margin: 0 8px;
}
.match-menu button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-25deg);
  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;
  background: var(--zebra-blue);
  opacity: 0;
}
.match-menu button.active {
  color: #fff;
}
.match-menu button.active::before {
  opacity: 1;
}
.match-menu {
  margin-bottom: 0;
  margin-left: 14%;
  border: none;
}
.my-match-inner {
  padding: 20px 100px;
}

.dropdown-filter {
  margin-bottom: 20px;
}

.challenge-pic {
  width: 50px;
  height: 50px;
}
.Submit_button {
  background-color: #1e1e1e;
}
.Submit_button:hover {
  background-color: #1e1e1e;
  color: #28a745;
}
.run_button {
  background-color: #1e1e1e;
  color: #28a745;
}

.run_button:hover {
  background-color: #1e1e1e;
  color: var(--orange);
}
.copy_button {
  background-color: #1e1e1e;
}

.copy_button:hover {
  background-color: #1e1e1e;
  color: var(--orange);
}
.run-icon {
  padding-right: 4px;
}
.buttons_container {
  margin-bottom: 0 !important ;
  padding: 10px 10px 10px 10px;
}
#console {
  background-color: #001f3f;
  color: white;
}

/* Out Put Terminal  */

/* 18. Give-player */
.give-player-bg {
  background-image: url(../img/bg/give_player_bg.png);
  background-position: top center;
  background-size: cover;
}
.gp-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.gp-item-top .title {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 25px;
}
.gp-item-top img {
  max-width: 45px;
}
.gp-content p {
  margin-bottom: 0;
}
.gp-img img {
  width: 100%;
}
.gp-item.right .gp-item-top .title {
  margin-right: 0;
  margin-left: 25px;
}

/* 19. Live-match */
.live-match-bg {
  background-image: url(../img/bg/live_match_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.live-match-team {
  position: relative;
  z-index: 1;
}
.live-match-team::before {
  content: "";
  position: absolute;
  right: 35px;
  top: -140px;
  background-image: url(../img/images/dots.png);
  width: 566px;
  height: 560px;
  z-index: -1;
}
.live-match-time {
  position: relative;
}
.live-match-time > span {
  display: block;
  max-width: 273px;
  background: var(--zebra-blue);
  color: #fff;
  text-transform: uppercase;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto 85px;
  font-family: "Poppins", sans-serif;
}
.live-match-time .time {
  font-size: 70px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  padding: 0 50px;
  display: inline-block;
  position: relative;
}
.live-match-time .time::before,
.live-match-time .time::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 1px;
  background: #d3d1d1;
}
.live-match-time .time::after {
  right: -50px;
  left: auto;
}
.live-match-bg .live-overlay-text {
  font-size: 352px;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  line-height: 0.9;
  margin-bottom: 0;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(246, 245, 245, 0.051);
}
.live-match-team.right::before {
  left: 35px;
  right: auto;
}

/* 20. Offer */
.offer-area {
  position: relative;
  z-index: 1;
}
.offer-area::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -80px;
  background-image: url(../img/images/offer_shape.png);
  width: 169px;
  height: 261px;
  background-repeat: no-repeat;
  background-size: contain;
  animation: heartbeat 3s infinite alternate;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.offer-area .section-title .title {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  line-height: 1.1;
  margin-bottom: 65px;
}
.offer-area .section-title .title::before {
  content: "";
  position: absolute;
  background: var(--zebra-blue);
  width: 11px;
  height: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offer-item {
  background: var(--zebra-blue);
  background-image: -moz-linear-gradient(
    93deg,
    rgb(249, 81, 73) 0%,
    rgba(160, 45, 106, 0.59) 47%,
    rgba(70, 9, 138, 0.12941) 100%
  );
  background-image: -webkit-linear-gradient(
    93deg,
    rgb(249, 81, 73) 0%,
    rgba(160, 45, 106, 0.59) 47%,
    rgba(70, 9, 138, 0.12941) 100%
  );
  background-image: -ms-linear-gradient(
    93deg,
    rgb(249, 81, 73) 0%,
    rgba(160, 45, 106, 0.59) 47%,
    rgba(70, 9, 138, 0.12941) 100%
  );
  box-shadow: 0px 4px 11.96px 1.04px rgba(255, 133, 3, 0.56);
  padding: 45px 30px;
  position: relative;
  z-index: 1;
  transform: translateY(0);
  transition: 0.3s linear;
}
.offer-item:hover {
  transform: translateY(-8px);
}
.offer-item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
.offer-item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.offer-item .overlay-text {
  position: absolute;
  margin-bottom: 0;
  right: 0px;
  top: 44px;
  transform: rotate(-90deg);
  font-size: 40px;
  font-weight: 600;
  color: #d98d7b;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d98d7b;
  z-index: -1;
}

/* 21. Counter */
.counter-item {
  display: flex;
  align-items: center;
}
.counter-content {
  margin-left: 30px;
}
.counter-item .counter-content .count {
  line-height: 0.8;
  font-size: 70px;
  display: flex;
  align-items: center;
  color: var(--zebra-blue);
  -webkit-text-fill-color: #121316;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--zebra-blue);
  margin-bottom: 10px;
}
.counter-content p {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.counter-area-two .row .col-20 {
  width: 20%;
  flex: 0 0 20%;
}
.counter-item-two .counter-content {
  margin-left: 0;
  margin-bottom: 30px;
}
.counter-item-two .counter-content .count {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.counter-item-two .counter-content p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
}
.counter-item-two .counter-content > span {
  background: var(--zebra-blue);
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 8px;
}
.counter-area-two
  .row
  [class*="col-"]:nth-child(3)
  .counter-item-two
  .counter-content
  .count,
.counter-area-two
  .row
  [class*="col-"]:nth-child(4)
  .counter-item-two
  .counter-content
  .count {
  margin-bottom: 6px;
}
.counter-area-two
  .row
  [class*="col-"]:nth-child(5)
  .counter-item-two
  .counter-content
  p {
  margin: 0 0 18px 0;
  line-height: 1.2;
}
.counter-area-two .counter-content i {
  font-size: 30px;
  color: #fff;
}
.counter-area-two .odometer-inside {
  margin-right: 10px;
}

/* 22. Countdown */
.countdown-bg {
  background-image: url(../img/bg/counter_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 107px 0 112px;
}
.title-style-three .title {
  font-size: 50px;
  margin-bottom: 27px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.title-style-three .title::after {
  content: "";
  background-image: url("../img/icon/title_icon.png");
  width: 37px;
  height: 41px;
  display: block;
  margin-left: 13px;
}
.title-style-three.text-center span {
  color: #f1f1f1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
}
.ClassyCountdown-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.ClassyCountdown-wrapper > div {
  width: auto !important;
  height: auto !important;
  margin: 0 25px 50px;
}
.ClassyCountdown-wrapper > div > div:not(:last-child) {
  display: block !important;
  width: 130px !important;
  height: 130px !important;
}
.ClassyCountdown-wrapper > div > div canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.ClassyCountdown-value {
  display: block;
  line-height: 0;
}
.ClassyCountdown-value > div {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: -85px;
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 600;
}
.ClassyCountdown-value > span {
  font-size: 16px;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #f1f1f1;
  font-weight: 500;
  line-height: 1;
}
.countdown-wrap img {
  margin-bottom: 80px;
}
.countdown-wrap p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 13px;
}

/* 23. Match single */
.match-single-content {
  background: #171717;
  padding: 50px 35px;
  margin: 0 0 50px;
}
.match-single-content .blog-meta ul {
  margin-bottom: 10px;
}
.match-single-img {
  margin: 32px 0 30px;
}
.match-single-img img {
  max-width: 100%;
}
.match-single-content .blog-details-content-bottom {
  margin-top: 50px;
}
.comment-reply-box .widget-title {
  margin: 0 0 30px;
}

/* 24. Shop */
.shop-thumb {
  position: relative;
}
.shop-thumb .shape {
  width: 100%;
}
.shop-thumb .shop-img {
  position: absolute;
  left: 50%;
  top: calc(50% + 15px);
  transform: translate(-50%, -50%);
}
.shop-date {
  position: absolute;
  top: 14px;
  right: 40px;
}
.shop-date span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--zebra-blue);
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
}
.shop-date span::before {
  content: "\f017";
  display: block;
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  line-height: 1;
}
.shop-share {
  position: absolute;
  right: 25px;
  top: 22%;
}
.shop-share a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #3e3e45;
  border-radius: 50%;
  color: var(--zebra-blue);
  font-size: 14px;
}
.shop-share a:hover {
  border-color: var(--zebra-blue);
}
.shop-content {
  padding: 35px 0 0 0;
}
.shop-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop-content-top .shop-title .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.shop-content-top .shop-title .title a:hover {
  color: var(--zebra-blue);
}
.shop-content-top .shop-title p {
  font-size: 15px;
  text-transform: uppercase;
  color: #bababa;
  font-weight: 400;
  margin-bottom: 0;
}
.shop-content-top .price span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: var(--zebra-blue);
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.shop-content-bottom .btn {
  font-size: 18px;
  align-items: center;
  padding: 19px 33px;
}
.shop-content-bottom .btn i {
  font-size: 14px;
  margin-right: 8px;
}
.shop-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-content-bottom .shop-wishlist a {
  display: block;
  width: 70px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #1f1f28;
  color: var(--zebra-blue);
  font-size: 18px;
  clip-path: polygon(75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%, 0 0);
}
.shop-content-bottom .shop-wishlist a:hover {
  background: var(--zebra-blue);
  color: #fff;
}
.inner-shop-area {
  padding: 130px 0 120px;
}
.shop-top-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.shop-top-meta .shop-show-result {
  color: #bababa;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
}
.shop-top-meta .shop-top-right {
  margin: 0 0 15px 0;
}
.shop-top-meta .shop-top-right form {
  display: flex;
  align-items: center;
}
.shop-top-meta .shop-top-right form label {
  min-width: 65px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #bababa;
  cursor: default;
}
.shop-top-meta form .form-select {
  padding: 10px 42px 10px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #c4c4c4;
  vertical-align: middle;
  background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5%
    center;
  background-color: #171717;
  border: 1px solid #232323;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out;
  width: 160px;
  height: 48px;
  margin-left: 15px;
}
.shop-sidebar {
  margin-left: 20px;
}
.shop-sidebar .widget,
.blog-sidebar .blog-widget {
  padding: 35px 25px;
  background: #171717;
  border: 1px solid #232323;
  border-radius: 2px;
  margin: 0 0 30px;
}
.shop-sidebar .widget:last-child,
.blog-sidebar .blog-widget:last-child {
  margin: 0 0 0;
}
.widget-title {
  display: inline-flex;
  margin: 0 0 23px;
  padding-right: 20px;
  position: relative;
  line-height: 1;
}
.widget-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 18px;
  background: var(--zebra-blue);
}
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  background: #080808;
  border: none;
  padding: 20px 100px 20px 20px;
  height: 68px;
  font-weight: 500;
  font-size: 14px;
  color: #c4c4c4;
}
.sidebar-search input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #c4c4c4;
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  border: none;
  padding: 0;
  background: var(--zebra-blue);
  color: #fff;
  z-index: 1;
  font-size: 20px;
}
.price_filter {
  margin-top: 15px;
}
.price_filter
  .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  border-radius: 20px;
  height: 8px;
  margin-bottom: 20px;
  margin-left: auto;
}
.price_filter .ui-slider-range {
  background: var(--zebra-blue) none repeat scroll 0 0;
  border-radius: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  height: 15px;
  width: 15px;
  top: 0;
  margin-top: -4px;
  background: #fff;
  border-radius: 50px;
  margin-left: 0;
  border: 3px solid var(--zebra-blue);
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
  outline: none;
  box-shadow: none;
}
.price_slider_amount {
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #080808;
  padding: 14px 25px;
  height: 65px;
  margin: 0 0 25px;
}
.price_slider_amount > span {
  font-size: 15px;
  font-weight: 500;
  color: #bababa;
  text-transform: uppercase;
  margin-right: 9px;
}
.price_slider_amount > input[type="text"] {
  height: auto;
  margin-left: 0;
  text-align: left;
  width: 120px;
  flex-grow: 1;
  border: none;
  font-size: 15px;
  color: #bababa;
  font-weight: 500;
  background: transparent;
  padding: 0;
}
.price_filter > input[type="submit"] {
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: var(--zebra-blue);
  font-weight: 600;
  justify-content: center;
  border: none;
  min-width: 123px;
  padding: 16px 33px;
}
.price_filter > input[type="submit"]:hover {
  color: #fff;
  background: #232323;
  border-color: #232323;
}
.shop-sidebar-cat li + li {
  margin-top: 10px;
}
.shop-sidebar-cat li a {
  display: flex;
  align-items: center;
  background: #080808;
  font-size: 15px;
  color: #fff;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 13px 20px;
}
.shop-sidebar-cat li a span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  border-radius: 50%;
  flex: 0 0 44px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -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;
}
.shop-sidebar-cat li a:hover span {
  color: var(--zebra-blue);
}
.shop-sidebar-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -7px -13px;
}
.shop-sidebar-tags li {
  padding: 0 7px 13px;
}
.shop-sidebar-tags li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px;
  clip-path: polygon(85% 0, 100% 30%, 100% 100%, 15% 100%, 0 70%, 0 0);
  position: relative;
  background: #232323;
}
.shop-sidebar-tags li a:hover {
  background: var(--zebra-blue);
}
.shop-details-area {
  padding: 130px 0 60px;
}
.shop-details-thumb {
  position: relative;
}
.shop-details-thumb .shop-date {
  right: 55px;
  top: 0;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.shop-details-thumb .shop-date span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: var(--zebra-blue);
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
}
.shop-details-thumb .shop-date span::before {
  content: "\f017";
  display: block;
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  line-height: 1;
}
.shop-details-thumb .wrap-bg {
  width: 100%;
}
.shop-details-thumb .main-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  margin: 20px 0 0;
}
.shop-details-images .nav-tabs {
  border: none;
  margin: 23px 0 0;
}
.shop-details-images .nav-tabs .nav-item {
  margin-right: 16px;
}
.shop-details-images .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.shop-details-images .nav-tabs .nav-item .nav-link {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.shop-details-images .nav-tabs .nav-item .nav-link img {
  border-radius: 2px;
  border: 1.5px solid #232323;
}
.shop-details-content {
  margin-left: 30px;
}
.shop-details-content > span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: var(--zebra-blue);
  font-family: "Oswald", sans-serif;
  margin-bottom: 13px;
}
.shop-details-content .title {
  font-size: 30px;
  margin: 0 0 20px;
}
.shop-details-rating {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.shop-details-rating .rating {
  font-size: 12px;
  color: #febd00;
  margin-right: 8px;
}
.shop-details-rating > span {
  font-size: 14px;
}
.shop-details-price {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.shop-details-price .price {
  margin: 0;
  font-size: 24px;
}
.shop-details-price .stock-status {
  font-size: 12px;
  color: var(--zebra-blue);
  margin: 0 0 0 12px;
}
.shop-details-content > p {
  margin-bottom: 0;
  width: 85%;
}
.shop-details-quantity {
  display: flex;
  align-items: center;
  margin: 40px 0 55px;
}
.shop-details-quantity .quantity {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin: -30px 13px 0 0;
}
.shop-details-quantity .cart-plus-minus {
  width: 137px;
  flex: 0 0 137px;
  position: relative;
}
.shop-details-quantity .cart-plus-minus input {
  width: 100%;
  border: 1px solid #cfcfcf;
  background: transparent;
  border-radius: 0;
  height: 45px;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  color: #cfcfcf;
  font-weight: 600;
}
.shop-details-quantity .cart-plus-minus .qtybutton {
  position: absolute;
  top: 1px;
  left: 0;
  width: 40px;
  height: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #cfcfcf;
  cursor: pointer;
  border-right: 1px solid #cfcfcf;
  user-select: none;
  -moz-user-select: none;
}
.shop-details-quantity .cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #cfcfcf;
}
.shop-details-button-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.shop-details-button-wrap .btn {
  font-size: 16px;
  min-width: 210px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0 20px 15px 0;
}
.shop-details-button-wrap .btn:last-child {
  margin-right: 0;
}
.shop-details-bottom .bottom-list li {
  display: flex;
  margin: 0 0 15px;
}
.shop-details-bottom .bottom-list li:last-child {
  margin-bottom: 0;
}
.shop-details-bottom .bottom-list li span {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-right: 10px;
}
.shop-details-bottom .bottom-list li a {
  color: #cfcfcf;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}
.shop-details-bottom .bottom-list li a:last-child {
  margin-right: 0;
}
.shop-details-bottom .bottom-list li a:hover {
  color: var(--zebra-blue);
}
.shop-description-wrap {
  margin: 70px 0 0;
}
.shop-description-wrap .nav-tabs {
  border: 1px solid #232323;
  padding: 23px 30px 8px;
  margin-bottom: -1px;
  border-radius: 2px 2px 0 0;
}
.shop-description-wrap .nav-tabs .nav-item {
  margin: 0 45px 15px 0;
}
.shop-description-wrap .nav-tabs .nav-link {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.shop-description-wrap .nav-tabs .nav-link.active {
  color: var(--zebra-blue);
}
.shop-description-wrap .tab-content .tab-pane {
  border: 1px solid #232323;
  background: #171717;
  border-radius: 2px;
  padding: 35px 35px 50px;
}
.shop-description-wrap .product-desc-content p span {
  color: #fff;
  font-weight: 600;
}
.shop-description-wrap .product-desc-content p:last-child {
  margin-bottom: 0;
}

.product-desc-img img {
  width: 100%;
}
.product-desc-info .small-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 800;
}
.product-desc-info p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.product-desc-list li {
  font-size: 14px;
  display: block;
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
.product-desc-list li:last-child {
  margin-bottom: 0;
}
.product-desc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  background: var(--zebra-blue);
  top: 9px;
}
.product-desc-review {
  border: 1px solid #232323;
  padding: 25px 30px;
}
.review-title .title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}
.product-desc-review .left-rc {
  display: inline-block;
}
.product-desc-review .left-rc p {
  margin-bottom: 0;
  font-size: 14px;
}
.product-desc-review .right-rc {
  float: right;
  display: block;
}
.product-desc-review .right-rc a {
  color: var(--zebra-blue);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-desc-review .right-rc a:hover {
  color: var(--zebra-blue);
}
.related-products-wrap {
  padding: 110px 0 0;
}

/* 25. Pagination */
.pagination-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-wrap ul li {
  margin: 10px 10px 0 0;
}
.pagination-wrap ul li:last-child {
  margin: 10px 0 0;
}
.pagination-wrap ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 11px 22px;
  border: 2px solid var(--zebra-blue);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
  color: #fff;
  border-color: var(--zebra-blue);
  background: var(--zebra-blue);
}

/* 26. Blog */
.blog-area,
.blog-details-area {
  padding: 130px 0 120px;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog-thumb img {
  max-width: 100%;
}
.blog-content .small-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--zebra-blue);
}
.blog-content .title {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.blog-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-meta ul li {
  font-size: 14px;
  font-weight: 500;
  color: #c4c4c4;
  text-transform: uppercase;
  margin: 0 25px 10px 0;
}
.blog-meta ul li:last-child {
  margin-right: 0;
}
.blog-meta ul li i {
  margin-right: 8px;
}
.blog-meta ul li a {
  color: #c4c4c4;
}
.blog-meta ul li a:hover {
  color: var(--zebra-blue);
}
.blog-content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #1e1e1e;
  padding-top: 30px;
}
.blog-details-content-bottom .social,
.blog-content-bottom .social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details-content-bottom .social li,
.blog-content-bottom .social li {
  margin-right: 15px;
}
.blog-details-content-bottom .social li:last-child,
.blog-content-bottom .social li:last-child {
  margin-right: 0;
}
.blog-details-content-bottom .social li a,
.blog-content-bottom .social li a {
  width: 55px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  border: 1px solid #282828;
  position: relative;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 28% 100%, 0% 74%, 0 0);
  overflow: hidden;
  font-size: 18px;
  transition: 0.3s linear;
  color: var(--zebra-blue);
}
.blog-details-content-bottom .social li a:hover,
.blog-content-bottom .social li a:hover {
  background: var(--zebra-blue);
  color: #fff;
  border-color: var(--zebra-blue);
}
.blog-details-content-bottom .social li a::before,
.blog-content-bottom .social li a::before {
  content: "";
  position: absolute;
  background: #282828;
  width: 60px;
  height: 2px;
  left: -16px;
  bottom: -1px;
  transform: rotate(43deg);
  transition: 0.3s linear;
}
.blog-details-content-bottom .social li a::after,
.blog-content-bottom .social li a::after {
  content: "";
  position: absolute;
  background: #282828;
  width: 60px;
  height: 2px;
  right: -16px;
  top: -1px;
  transform: rotate(43deg);
  transition: 0.3s linear;
}
.blog-details-content-bottom .social li a:hover::before,
.blog-details-content-bottom .social li a:hover::after,
.blog-content-bottom .social li a:hover::before,
.blog-content-bottom .social li a:hover::after {
  background: var(--zebra-blue);
}
.blog-sidebar {
  margin-left: 40px;
}
.blog-sidebar .widget-title .title {
  margin-bottom: 0;
}
.blog-categories ul li {
  margin-bottom: 15px;
}
.blog-categories ul li:last-child {
  margin-bottom: 0;
}
.blog-categories ul li a {
  display: flex;
  justify-content: space-between;
  padding: 23px 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  background-size: cover;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 1;
}
.blog-categories ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.blog-categories ul li a > span {
  width: 48px;
  height: 48px;
  background: var(--zebra-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}
.blog-categories ul li:hover a {
  color: var(--zebra-blue);
}
.rc-post-list ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #24272e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rc-post-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.rc-post-thumb {
  width: 110px;
  flex: 0 0 110px;
  margin-right: 18px;
}
.rc-post-thumb img {
  max-width: 100%;
}
.rc-post-content .title {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.6;
}
.rc-post-content .date {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #c4c4c4;
  font-weight: 500;
}
.rc-post-content .date i {
  color: var(--zebra-blue);
  margin-right: 5px;
}
.sidebar-newsletter {
  background: #24272e;
  padding: 30px 25px;
}
.sn-content > p {
  width: 80%;
  margin: 0 auto 25px;
  line-height: 1.6;
}
.sn-content input {
  width: 100%;
  border: none;
  text-align: center;
  padding: 16px 25px;
  display: block;
  clip-path: polygon(93% 0, 100% 30%, 100% 100%, 7% 100%, 0 75%, 0 0);
  font-size: 14px;
  color: #707070;
  height: 52px;
  margin-bottom: 12px;
}
.sn-content input::placeholder {
  font-size: 14px;
  color: #707070;
}
.sn-content button {
  border: none;
  color: #fff;
  background: var(--zebra-blue);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 17px 40px;
  font-family: "Oswald", sans-serif;
  width: 100%;
  height: 52px;
  clip-path: polygon(93% 0, 100% 30%, 100% 100%, 7% 100%, 0 75%, 0 0);
  margin-bottom: 20px;
}
.sn-content .last-text {
  width: 100%;
  margin: 0;
}

/* 27. Blog-details */

.blog-details-content {
  padding-top: 65px;
}
.blog-details-content p {
  margin-bottom: 20px;
}
.blog-details-content blockquote {
  background: #171717;
  padding: 47px 66px 47px 125px;
  border-bottom: 1px solid var(--zebra-blue);
  position: relative;
  margin-bottom: 25px;
}
.blog-details-content blockquote::before {
  content: "\f10d";
  position: absolute;
  left: 45px;
  top: 45px;
  font-size: 47px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #fff;
}
.blog-details-content blockquote p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-style: italic;
}
.blog-details-content blockquote cite {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", sans-serif;
  position: relative;
  padding-left: 35px;
}
.blog-details-content blockquote cite::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--zebra-blue);
  width: 25px;
  height: 2px;
}
.blog-details-content .title-two {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--black);
}
.blog-details-img img {
  max-width: 100%;
}
.blog-details-list li {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.blog-details-list li:last-child {
  margin-bottom: 0;
}
.blog-details-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: var(--zebra-blue);
}

.blog-details-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #1e1e1e;
  padding-top: 30px;
  margin-top: 60px;
}
.blog-details-content-bottom .post-tags .title {
  font-size: 14px;
  width: 100%;
  margin-bottom: 3px;
}
.blog-details-content-bottom .post-tags .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details-content-bottom .post-tags .tags li {
  margin-right: 5px;
}
.blog-details-content-bottom .post-tags .tags li:last-child {
  margin-right: 0;
}
.blog-details-content-bottom .post-tags .tags li a {
  font-size: 14px;
  color: #cfcfcf;
}
.blog-details-content-bottom .post-tags .tags li a:hover {
  color: var(--zebra-blue);
}
.avatar-post {
  display: flex;
  align-items: center;
  background: #171717;
  border: 1px solid #282828;
  padding: 35px 30px;
}
.avatar-post-img {
  margin-right: 30px;
}
.avatar-post-img img {
  border-radius: 50%;
}
.ap-content-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ap-content-top .title {
  font-size: 20px;
  margin-bottom: 0;
}
.ap-content-top > a {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.ap-content-top > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: var(--zebra-blue);
}
.avatar-post-content p {
  margin-bottom: 20px;
}
.avatar-post .social {
  display: flex;
  align-items: center;
}
.avatar-post .social li {
  margin-right: 15px;
}
.avatar-post .social li:last-child {
  margin-right: 0;
}
.avatar-post .social li a {
  font-size: 16px;
  color: #fff;
}
.avatar-post .social li a:hover {
  color: var(--zebra-blue);
}
.blog-next-prev {
  display: flex;
  align-items: center;
}
.blog-next-prev a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  transition: 0.3s linear;
}
.blog-next-prev a:hover {
  color: var(--zebra-blue);
}
.blog-details-area .blog-next-prev a i {
  width: 55px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zebra-blue);
  position: relative;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 28% 100%, 0% 74%, 0 0);
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}
.comment-reply-box {
  background: #171717;
  border: 1px solid #282828;
  padding: 60px 40px;
}
.form-grp textarea,
.form-grp input {
  display: block;
  border: none;
  width: 100%;
  padding: 20px 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.form-grp textarea::placeholder,
.form-grp input::placeholder {
  font-size: 14px;
}
.form-grp textarea {
  min-height: 140px;
}
.comment-reply-box .btn {
  font-size: 16px;
}
.comment-reply-box .form-check {
  margin-bottom: 30px;
}
.comment-reply-box .form-check-label {
  color: #cfcfcf;
}
.comment-reply-box .form-check-input[type="checkbox"] {
  background-color: #080808;
  border: 1px solid #383838;
}
.details-img-wrap {
  margin: 30px 0 30px;
}

/* 28. Contact */
.contact-area {
  padding: 40px 0 80px;
}
.contact-wrap {
  margin: 0 0 0 0;
}
.contact-title {
  margin: 0 0 40px;
}
.contact-title .title {
  font-size: 40px;
  margin: 0 0 23px;
}
.contact-title .title span {
  display: block;
  font-size: 32px;
}
.contact-title p {
  margin: 0 0;
  width: 85%;
}
.contact-form {
  padding: 40px 25px 25px 25px;
}
.contact-form .form-grp {
  margin-bottom: 25px;
}
.contact-form .form-grp label {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
  line-height: 1;
  margin: 0 0 13px;
}
.contact-form .form-grp label > span {
  color: var(--balck);
  margin-left: 6px;
}
.contact-form .form-grp input {
  padding: 15px 30px;
  margin-bottom: 0;
  border: solid 1px black;
  border-radius: 2px;
}
.contact-form .form-grp textarea {
  background: #171717;
  padding: 15px 30px;
  clip-path: polygon(97% 0, 100% 15%, 100% 100%, 3% 100%, 0 85%, 0 0);
  margin-bottom: 0;
  max-height: 140px;
  border: solid 1px black;
}
.contact-form .form-grp input::placeholder,
.contact-form .form-grp textarea::placeholder {
  color: #676666;
}
.contact-form .form-check {
  display: block;
  margin-bottom: 35px;
}
.contact-form .form-check-input {
  background-color: #171717;
  border-color: #383838;
}
.contact-form .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #676666;
  text-transform: capitalize;
}
.contact-info-wrap {
  /* background: #171717; */
  padding: 12px;
}
.login-form {
  border: solid 2px var(--zebra-blue);
}

.password-input {
  position: relative;
  padding-right: 30px;
}

.eye-icon {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #8e8e8e;
  z-index: 2;
}

.eye-icon:hover {
  color: #696969;
}

#signup-btn {
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  float: right;
}
#signup-btn:hover {
  color: var(--orange);
}
.password-forgot {
  margin-bottom: 50px;
}

#login-txt {
  color: black;
  text-align: center;
  margin-bottom: 20px;
}
.contact-info-list {
  padding: 20px 33px;
}
.contact-info-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info-list ul li:last-child {
  margin-bottom: 0;
}
.contact-info-list .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: var(--zebra-blue);
  flex: 0 0 45px;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
}
.contact-info-list .content {
  flex-grow: 1;
}
.contact-info-list .content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #cfcfcf;
}
.contact-info-map img {
  max-width: 100%;
}
.contact-social ul {
  display: flex;
  align-items: center;
}
.contact-social ul li {
  margin-right: 15px;
}
.contact-social ul li:last-child {
  margin-right: 0;
}
.contact-social ul li a {
  display: block;
}
.contact-social ul li a i {
  width: 41px;
  height: 41px;
  display: block;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  background: #385594;
  color: #fff;
  font-size: 14px;
}
.contact-social ul li:nth-child(2) a i {
  background: #4eabee;
}
.contact-social ul li:nth-child(3) a i {
  background: #f04336;
}
.contact-social {
  padding: 10px 33px 35px;
}
#contact-map {
  width: 100%;
  height: 350px;
}
#contact-map iframe {
  width: 100%;
  height: 100%;
}

/* 29. Newsletter */
.newsletter-area-bg {
  background-image: url(../img/bg/newsletter_area_bg.jpg);
  background-position: bottom center;
  background-size: cover;
}
.newsletter-wrap {
  background-image: url(../img/bg/newsletter_bg.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  padding: 64px 65px 68px 77px;
  align-items: center;
  justify-content: space-between;
}
.newsletter-title .title {
  font-size: 40px;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-left: 35px;
}
.newsletter-content {
  display: flex;
  align-items: center;
  width: 50%;
}
.newsletter-form {
  flex-grow: 1;
  margin-left: 127px;
}
.newsletter-form form {
  position: relative;
  display: flex;
  overflow: hidden;
}
.newsletter-form form::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 60px;
  height: 2px;
  left: -11px;
  bottom: -1px;
  transform: rotate(45deg);
}
.newsletter-form input {
  background: #9d4923;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 27px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  clip-path: polygon(96% 0, 100% 36%, 100% 100%, 4% 100%, 0 66%, 0 0);
  height: 56px;
  width: 100%;
  padding-right: 220px;
}
.newsletter-form input::placeholder {
  color: #fff;
}
.newsletter-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  background: #fff;
  color: var(--zebra-blue);
  font-size: 18px;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.newsletter-form .btn i {
  font-size: 15px;
  margin-right: 8px;
}
.newsletter-form .btn:hover {
  background: #1f1f28;
  color: #fff;
}

/* 30. Footer */
.footer-top-wrap {
  background-color: var(--zebra-blue);
  background-position: center;
  background-size: cover;
  padding-top: 35px;
}
.footer-menu-wrap {
  position: relative;
  padding-bottom: 30px;
}

.footer-menu nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-menu nav .navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
}
.footer-menu nav .navigation li {
  margin-right: 34px;
}
.footer-menu nav .navigation li a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
  float: left;
}
.footer-menu nav .navigation li a:hover {
  font-size: 16px;
  color: var(--orange);
}

.footer-search form {
  min-width: 288px;
  position: relative;
  display: flex;
}

.footer-search form input {
  width: 100%;
  border: none;
  color: gray;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  padding: 15px 75px 15px 25px;
}
.footer-search form input::placeholder {
  color: gray;
}
.footer-search button {
  position: absolute;
  border: none;
  width: 53px;
  height: 52px;
  font-size: 14px;
  background: var(--zebra-blue);
  color: #fff;
  right: 0;
  transition: 0.3s linear;
}
.footer-search button:hover {
  background: #fff;
  color: var(--zebra-blue);
}
.footer-quick-link-wrap {
  margin-top: 40px;
}
.quick-link-list ul {
  display: flex;
  align-items: center;
}
.quick-link-list ul li {
  margin: 5px 50px 5px 0px;
}
.quick-link-list ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #d8d8d8;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
.quick-link-list ul li a:hover {
  color: var(--zebra-blue);
}
.copyright-wrap {
  background: #1a131f;
  padding: 23px 0;
}
.copyright-text p {
  font-size: 14px;
  font-weight: 500;
  color: #c5c5c5;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}
.copyright-text p span {
  color: var(--zebra-blue);
}

/* 31. Preloader */
#preloader {
  background-color: #1a1b21;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}
.loader .loader-outter {
  position: absolute;
  border: 4px solid var(--zebra-blue);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader .loader-inner {
  position: absolute;
  border: 4px solid var(--zebra-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.cart-plus-minus h4 {
  font-size: 14px;
  position: relative;
  left: 60px;
  top: -35px;
}

.gallery-area-two button.slick-arrow.slick-next {
  font-size: 40px;
  border: none;
  padding: 0;
  background: transparent;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
.gallery-area-two button.slick-arrow.slick-prev {
  font-size: 40px;
  border: none;
  padding: 0;
  background: transparent;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

/* 32. Challenge Details */
input[type="file"] {
  display: none;
}

/* 33. LeaderBoard */
.leaderboard-bg {
  /* background-image: url(../img/slider/winner-podium.jpg); */
  background-color: white;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.leaderboard-content {
  box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
  /* background-color: var(--light-green); */
  background-image: url("../img/slider/winner-podium.jpg");
  border-radius: 10px;
}
.leaderboard-color {
  background-color: rgba(0, 216, 254, 0.68);
}

.leaderboard-content-list {
  box-shadow: 0px 2px 14.88px 1.12px rgba(181, 179, 201, 0.5);
  background-color: var(--light-blue);
  border-radius: 9px;
  margin: 20px 0;
}
.leaderboard-list p {
  color: white;
}
.leaderboard-item {
  background-image: url(../img/bg/my_match_box.png);
  background-position: top center;
  background-size: cover;
  border-radius: 25px;
  margin-bottom: 25px;
}
.leaderboard-item img {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding: 10px;
}

.leaderboard-item p {
  font-size: 30px;
  padding-top: 20px;
}

/* 34. Quiz */
.quiz-div {
  margin-left: 5rem;
}

.quiz-iframe {
  width: 80vw;
  height: 80vh;
}

/* 34. Profile Menu */
.user-profile-menu {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.user-profile-menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.big-iframe-boi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
}

.main-section {
  margin: 50px;

  
}
.main-card {
  border-radius: 25px;
  box-shadow: var(--light-blue) 10px 10px;
}