@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
/* @import url("aos.css"); */
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}
.text-danger2{color:#e43286 !important; font-size: 4.5rem;}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #44318D;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #D83F87;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder {
  color: #2A1B3D !important;
}

input::placeholder {
  color: #2A1B3D !important;
}

.btn-wrapper {
  height: auto;
}
.btn-wrapper .menu-toggle {
  min-height: 40px;
}
.btn-wrapper .menu-toggle .icon-bars {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #D83F87;
  position: relative;
  transition: transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before, .btn-wrapper .menu-toggle .icon-bars::after {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #D83F87;
  content: "";
  position: absolute;
  left: 0;
  transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before {
  top: 0.5em;
}
.btn-wrapper .menu-toggle .icon-bars::after {
  top: -0.5em;
}
.btn-wrapper .menu-toggle:active .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.btn-wrapper .menu-toggle:active .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.btn-wrapper .menu-toggle:active .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

.menu--is-revealed .menu-toggle .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.menu--is-revealed .menu-toggle .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.menu--is-revealed .menu-toggle .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background: #2A1B3D;
}

a,
a:hover {
  text-decoration: none;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

/*-- background color css --*/
.bg-color {
  background-color: #44318D;
}

.theme-bg-primary {
  background-color: #D83F87;
}

.theme-bg-secondary {
  background-color: #2A1B3D;
}

.theme-bg-accent-one {
  background-color: #000000;
}

.theme-bg-accent-two {
  background-color: #E98074;
}

.theme-bg-accent-three {
  background-color: #A4B3B6;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-transparent-bg {
  background-color: rgba(216, 63, 135, 0.1);
}

/*-- text color css --*/
.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #D83F87;
}

.theme-text-secondary {
  color: #2A1B3D;
}

.theme-text-accent-one {
  color: #000000;
}

.theme-text-accent-two {
  color: #E98074;
}

.theme-text-accent-three {
  color: #A4B3B6;
}

/*-- shadow css --*/
.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.5);
}
.themeSupport{
  border-radius: 10px;
    box-shadow: inset 0px 0px 12px 7px #9a13d2;
    text-align: center;
    padding: 40px 20px;
    transition: all 0.3s ease-in;
}
.emailicon img{height:80px}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.theme-border-radius {
  border-radius: 1.25rem;
}

.theme-border-primary {
  border: 2px solid #D83F87;
}

.theme-border-secondary {
  border: 2px solid #2A1B3D;
}

.end-10 {
  right: 10px;
}

/*-- custom button css*/
.custom-btn-primary {
  background-color: #D83F87;
  color: #ffffff;
  min-width: 170px;
  min-height: auto;
  border: 0;
}

.custom-btn-secondary {
  background-color: #D83F87;
  color: #ffffff;
  min-width: 50px;
  border-radius: 50%;
}
.custom-btn-secondary:hover {
  background-color: #D83F87;
  color: #ffffff;
}

.custom-link {
  background-color: #2A1B3D;
  color: #ffffff;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
}
.custom-link:hover {
  background-color: transparent;
  color: #2A1B3D;
  border: 2px solid #2A1B3D;
}

/*-- primary button effect css --*/
.btn-wrap {
  text-align: center;
  display: flex;
}
.btn-wrap .btn-primary {
  position: relative;
  color: #ffffff;
  background: #D83F87;
  background: linear-gradient(135deg, transparent 0.6em, #D83F87 0) top left, linear-gradient(225deg, #D83F87 0, #D83F87 0) top right, linear-gradient(45deg, #D83F87 0, #D83F87 0) bottom left, linear-gradient(315deg, transparent 0.6em, #D83F87 0) bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
  border: none;
  z-index: 1;
  box-shadow: -0.5em 1em 1em -0.7em rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  border-radius: 0em;
  padding: 0.5rem;
}
.btn-wrap .btn-primary:active, .btn-wrap .btn-primary:focus {
  outline: none;
}
.btn-wrap .btn-primary:after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(135deg, transparent 0.6em, transparent 0) top left, linear-gradient(225deg, transparent 0, transparent 0) top right, linear-gradient(45deg, transparent 0, transparent 0) bottom left, linear-gradient(315deg, transparent 0.6em, transparent 0) bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
  z-index: -1;
  opacity: 0;
}
.btn-wrap .btn-primary:hover:after {
  opacity: 1;
  width: 100%;
  background: linear-gradient(135deg, transparent 0.6em, #2A1B3D 0) top left, linear-gradient(225deg, #2A1B3D 0, #2A1B3D 0) top right, linear-gradient(45deg, #2A1B3D 0, #2A1B3D 0) bottom left, linear-gradient(315deg, transparent 0.6em, #2A1B3D 0) bottom right;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}
.btn-wrap .btn-primary:after {
  left: 0;
}
.btn-wrap .btn-primary:hover {
  transform: translateY(-0.25em);
  box-shadow: -0.5em 0.8em 1em -0.7em rgba(0, 0, 0, 0.5);
}

/*-- secondary button css --*/
.secondary-btn-effect {
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #2A1B3D;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
  color: #D83F87;
}
.secondary-btn-effect:hover {
  box-shadow: 0 0 10px 0 #2A1B3D inset, 0 0 10px 2px #2A1B3D;
  border: 2px solid #D83F87;
  color: #2A1B3D;
  background-color: #D83F87;
}

/*-- video button css --*/
.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(42, 27, 61, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(42, 27, 61, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(42, 27, 61, 0);
  }
}

.z-in-2 {
  z-index: 2;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.owl-theme .custom-nav {
  display: flex;
  justify-content: end;
  margin: 0;
}
.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  background-color: #d83f87;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D83F87;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.owl-theme .custom-nav .owl-prev:hover,
.owl-theme .custom-nav .owl-next:hover {
  background-color: #000000;
}
.owl-theme .custom-nav .owl-prev i,
.owl-theme .custom-nav .owl-next i {
  font-size: 1.5rem;
  color: #fff;
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #D83F87;
}

.svg-sprt {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentcolor;
}

nav {
  position: relative;
}
@media screen and (max-width: 767px) {
  nav .navbar-brand {
    width: 60%;
  }
}

.switch {
  display: flex;
  align-items: center;
}
.switch .dropdown button {
  color: inherit;
  box-shadow: none;
}
.switch .dropdown .dropdown-menu {
  width: auto;
  border-radius: 0;
  padding: 0;
  min-width: auto;
}
.switch .dropdown .dropdown-menu li {
  width: auto;
}
.switch .dropdown .dropdown-menu li .dropdown-item {
  width: auto;
  margin: 0;
  padding: 6px;
}
.switch .dropdown .dropdown-menu li .dropdown-item:active, .switch .dropdown .dropdown-menu li .dropdown-item.active {
  background-color: #008CFF;
}

/* 
[data-bs-theme=dark] body {
  background-color: #000000;
}
[data-bs-theme=dark] .header {
  background-color: #000000;
}
[data-bs-theme=dark] .header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
[data-bs-theme=dark] .header .navbar-nav .nav-item .dropdown-menu {
  background-color: #000000;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.5);
}
[data-bs-theme=dark] .header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
}
[data-bs-theme=dark] .hero::before {
  background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0.85) 100%);
}
[data-bs-theme=dark] .experience .step-card:before {
  background: rgba(216, 63, 135, 0.2);
}
[data-bs-theme=dark] .footer h1,
[data-bs-theme=dark] .footer h2,
[data-bs-theme=dark] .footer h3 {
  color: #ffffff;
}
[data-bs-theme=dark] .footer p {
  color: #E98074;
}
[data-bs-theme=dark] .contact:before {
  background: rgba(0, 0, 0, 0.77);
} */
/* 
[data-bs-theme=light] .switch .dropdown button {
  color: #000000;
}
[data-bs-theme=light] .header {
  background-color: #ffffff;
}
[data-bs-theme=light] .header .navbar-nav .nav-item .nav-link {
  color: #000000;
}
[data-bs-theme=light] .hero::before, [data-bs-theme=light] .hero::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.5) 100%);
}
[data-bs-theme=light] .hero .bg:before {
  background: rgba(68, 49, 141, 0.8);
}
[data-bs-theme=light] .hero .animate-charcter {
  background-image: linear-gradient(-225deg, #000000 0%, #D83F87 100%);
}
[data-bs-theme=light] .review .start {
  top: 0px;
}
[data-bs-theme=light] .review .end {
  bottom: 0px;
}
[data-bs-theme=light] .footer .form-subcriber input {
  background-color: #E98074;
}
[data-bs-theme=light] .footer .link-list li a {
  color: #000000;
  font-size: 0.875rem;
}
[data-bs-theme=light] .footer .social a {
  background: #A4B3B6;
} */


[data-bs-theme=auto] body {
  background-color: #2A1B3D;
}
[data-bs-theme=auto] .heading {
  color: #ffffff;
}
[data-bs-theme=auto] .switch .dropdown button {
  color: #D83F87;
}
[data-bs-theme=auto] .hero .bg:before {
  background: rgba(42, 27, 61, 0.8);
}
 /* [data-bs-theme=auto] .experience {
  background: linear-gradient(180deg, #44318d 0%, black 46%, #2a1b3d 100%);
}  */
/* [data-bs-theme=auto] .faq {
  background: linear-gradient(180deg, #44318d 0%, black 46%, #2a1b3d 100%);
} */
[data-bs-theme=auto] .contact:before {
  background: rgba(68, 49, 141, 0.77);
}
[data-bs-theme=auto] .scrollup {
  background-color: #000000;
} */
/* [data-bs-theme=auto] .logo {
  filter: brightness(200%);
} */

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #3e1954;
  z-index: 9999;
  overflow: visible;
}
.page-loader .loader {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page-loader .loader .dot {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.page-loader .loader .dot:nth-child(1) {
  background-color: #D83F87;
  animation: jump 0.6s 0.5s ease-in infinite;
}
.page-loader .loader .dot:nth-child(2) {
  background-color: #b721c5;
  animation: jump 0.6s 0.7s ease-in infinite;
}
.page-loader .loader .dot:nth-child(3) {
  background-color: #d18efb;
  animation: jump 0.6s 0.9s ease-in infinite;
}
@keyframes jump {
  0% {
    transform: translate3D(0, 0, 0);
    opacity: 0;
  }
  50% {
    transform: translate3D(0, -15px, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}

.header {
  /* background-color: #2A1B3D; */
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 1.2rem 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header .navbar-nav .nav-item .nav-link:hover {
  color: #a868f1;
}
@media screen and (max-width: 992px) {
  .header .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 0rem;
    border-bottom: 1px solid #ffffff;
  }
}
/* .header .navbar-nav .nav-item .active:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #D83F87;
  position: absolute;
  bottom: 0;
  display: block;
  left: 43%;
  border-radius: 3rem;
} */
.header .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.5);
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 0.8rem 1rem;
  font-weight: 600;
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #D83F87;
  color: #a868f1;
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #D83F87;
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.nav-effect {
  position: relative;
}
/* .nav-effect::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 26%;
  width: 2.5rem;
  height: 0.2rem;
  background: #E98074;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  border-radius: 3rem;
  z-index: 1;
} */
@media screen and (max-width: 992px) {
  .nav-effect::before {
    left: 0%;
  }
}
.nav-effect:hover:before {
  transform-origin: center center;
  transform: scale(1, 1);
}

.hero {
  position: relative;
}
.hero:before, .hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #D83F87;
  height: 50px;
  z-index: 1;
}
.hero:after {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.hero .heading {
  font-size: 9rem;
}
.hero .sub-heading {
  position: relative;
  padding: 1rem;
}
.hero .sub-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #D83F87;
  background: linear-gradient(97deg, #d83f87 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.28;
}
.hero .max {
  max-width: 650px;
  margin: 0 auto;
}
.hero .bg {
  background-color: #D83F87;
  background-image: url(../images/hero/ezzobg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hero .bg {
    min-height: 60vh;
  }
}
.hero .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .hero .bg:before {
    background: rgba(0, 0, 0, 0.8);
  }
}
.hero .shape-wrap img {
  z-index: -1;
}
.hero .shape-wrap .obj-1 {
  animation: rippleEffect 5s linear infinite;
}
@keyframes rippleEffect {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -15px);
  }
  66% {
    transform: translate(-15px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.trending .list {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.25rem;
}
.trending .list .image-icon img {
  max-width: initial;
  min-height: 140px;
  border: double 5px transparent;
  border-radius: 1.25rem;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #D83F87, #000000, #2A1B3D, #44318D);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.trending .list .con {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.trending .owl-carousel {
  margin-top: 4rem;
}

.experience .line {
  height: 2px;
  background: linear-gradient(to right, transparent 50%, #D83F87 50%);
  background-size: 16px 2px, 100% 2px;
  top: 115px;
  position: absolute;
  left: 150px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .experience .line {
    display: none;
  }
}
.experience .step-card {
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 2rem 0;
  border-radius: 1.25rem;
}
.experience .step-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.experience .step-card:hover:before {
  transform: scale(50);
}
.experience .step-card:hover p {
  transition: all 0.3s ease-out;
}
.experience .step-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #2A1B3D;
}
.experience .step-corner .step-arrow {
  color: #D83F87;
}

.games {
  position: relative;
}
.games .frame {
  direction: rtl;
  margin-top: 6rem;
}
.games .frame img {
  max-width: unset;
}
@media screen and (max-width: 992px) {
  .games .frame img {
    max-width: 100%;
  }
}
.games .game-card {
  transition: all ease-in-out 0.3s;
  border-radius: 1.25rem;
}
.games .game-card:hover {
  background-color: #2A1B3D;
}
.games .game-card .icon-bg {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  min-height: 300px;
}
.games #timer {
  font-size: 2.2em;
  font-weight: 600;
  color: #D83F87;
  display: flex;
  justify-content: center;
}
.games #timer div {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 575px) {
  .games #timer div {
    min-width: 60px;
  }
}
.games #timer div:last-child {
  border-right: none;
}
.games #timer div span {
  color: #A4B3B6;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}

.streamer {
  position: relative;
}
.streamer:before, .streamer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 390px;
  z-index: 1;
}
.streamer:after {
  left: 0;
  bottom: 0;
  background-image: url(../images/top-player/bottom-shap.png);
}
.streamer:before {
  left: 0;
  top: 0;
  background-image: url(../images/top-player/top-shap.png);
}
.streamer .bg-pic {
  background-color: #D83F87;
  background-image: url(../images/top-player/stream-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.streamer .bg-pic:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.streamer .bg-pic .item {
  position: relative;
  margin-bottom: 1.5rem;
  border: 2px solid #44318D;
  padding: 2px;
  border-radius: 1.25rem;
}
.streamer .bg-pic .item .icon-bg {
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.streamer .bg-pic .item .icon-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 27, 61, 0.4);
  border-radius: 1.25rem;
  transition: all ease-in-out 0.3s;
}
.streamer .bg-pic .item .icon-bg img {
  width: auto;
  margin: auto;
  border-radius: 1.25rem;
}
.streamer .bg-pic .item .con {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.streamer .bg-pic .item .con .heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
.streamer .bg-pic .item:hover .icon-bg:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.streamer .bg-pic .item:hover .con .heading {
  color: #D83F87;
}

.review .item {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.review .bg-review {
  background: #D83F87;
  background: linear-gradient(180deg, #d83f87 0%, #44318d 100%);
  position: relative;
  padding: 6rem 3rem 5rem 3rem;
  border-radius: 1.25rem;
}
.review .start {
  left: 20px;
  top: -20px;
}
.review .end {
  right: 20px;
  bottom: -20px;
}
.review .icon-bg {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 120px;
  max-height: 120px;
  position: absolute;
  top: -70px;
}
.review .icon-bg img {
  width: auto;
  margin: auto;
}
/* .review .owl-carousel {
  margin-top: 4rem;
} */
.review .owl-nav {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 42%;
}
.review .owl-nav button.owl-prev,
.review .owl-nav button.owl-next {
  padding: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #44318D;
  border: 2px solid #44318D;
  font-size: 2rem;
  position: absolute;
}
.review .owl-nav button.owl-prev:hover,
.review .owl-nav button.owl-next:hover {
  background-color: #D83F87;
  border: 2px solid #D83F87;
}
.review .owl-nav button.owl-prev {
  left: -30px;
}
@media screen and (max-width: 575px) {
  .review .owl-nav button.owl-prev {
    left: 0px;
  }
}
.review .owl-nav button.owl-next {
  right: -30px;
}
@media screen and (max-width: 575px) {
  .review .owl-nav button.owl-next {
    right: 0px;
  }
}

.watch .owl-carousel .owl-stage-outer {
  padding-top: 5rem;
}
.watch .owl-item.active.center {
  transform: translateY(-50px);
}
.watch .group {
  display: flex;
  min-height: 600px;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.watch .group figure {
  margin: 0;
}
.watch .group figure img {
  width: auto;
}
.watch .group::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(68, 49, 141, 0.5);
}
.watch .video-icon {
  border-radius: 50%;
  background-color: #2A1B3D;
  color: #2A1B3D;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
}
.watch .video-icon i {
  color: #D83F87;
  font-size: 1.5rem;
}
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: none;
}
.faq .accordion-item .accordion-button {
  background-color: #2A1B3D;
  color: #E98074;
  border-radius: 1.25rem !important;
  padding: 1.2rem 2rem;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: none;
  border: 1px solid #D83F87;
}
.faq .accordion-item .accordion-button i {
  font-size: 1.5rem;
}
.faq .accordion-item .accordion-button::after {
  color: #ffffff;
}
.faq .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icons/arrow-minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 30px;
  transition: all ease 0.3s;
}
.faq .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icons/arrow-plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}
.faq .accordion-item .accordion-body {
  padding: 0 20px;
}
.faq .accordion-item .accordion-body p {
  border-top: 1px solid #D83F87;
  padding: 20px 0;
}

.contact {
  background-color: #D83F87;
  background-image: url(../images/section/support-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4 {
  color: #e43286;
}
/* .footer p {
  line-height: 2.2rem;
} */
.footer .link-list li {
  line-height: 2.5rem;
}
.footer .link-list li a {
  color: #ffffff;
  font-size: 0.875rem;
}
.footer .link-list li a:hover {
  color: #D83F87;
}
.footer .social a {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in;
  color:#fff;
  line-height: 3rem;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .social a:hover {
  background: #D83F87;
}

.svg-sprt {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentcolor;
}

.footer-link-effect {
  position: relative;
}
.footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #2A1B3D;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  bottom: -3rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: #44318D;
  display: block;
  color: #D83F87;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #E98074;
}
.scrollup.back-top {
  bottom: 20px;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #D83F87;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
}

.cursor-f {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #D83F87;
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.hover {
  background-color: #D83F87;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

/* custom css */
.counter-box {
  display: flex;
  align-items: center;
  position: relative;
}
.counter-box .content h4 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-shadow: 0px 0px 20px #842cfd;
  color: #fd218a;
  margin-bottom: 0px;
}
.counter-box .content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
  color:#fff
}
.counter-box .myborder {
  position: absolute;
  height: 90%;
  width: 1px;
  right: -14px;
  background: #504f8d;
}
.counter-section {
  padding: 40px 0px 40px;
  background: url(../images/prize/counter-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:inset 0px -15px 15px -10px #ea3e8f;
}

.video-background-holder {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}



.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.single-play {
  border-radius: 10px;
  box-shadow: inset 0px 0px 12px 7px #9a13d2;
  text-align: center;
  padding: 40px 20px;
  transition: all 0.3s ease-in;
}
.single-play .image{
  width:180px;
  height:180px;
  margin: 0 auto;
  box-shadow: inset 0px 0px 12px 7px #9a13d2;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  text-align: center;

}
.single-play .image img {
  display: inline-block;
  height:150px; margin-top:15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.single-play .contant {
  padding-top: 30px;
}
.single-play .contant a {
  display: inline-block;
}
.mybtn1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding: 12px 35px;
  border-radius: 50px;
  box-shadow: inset 0px 0px 10px 7px #d72fc6;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.single-play .contant h4 {
  display: block;
  margin-top: 30px;
  color: #cfcffd;
  font-size: 16px;
  line-height: 26px;
}
.single-play .contant ul li {
  margin-left: -15px;
  display: inline-block;
}
.single-play .contant ul li img {
  width: 30px;
  height: 30px;
  border: 1px solid #364374;
  border-radius: 50%;
}
.single-play .contant ul li:first-child {
  margin-left: 0px;
}
.single-play .contant ul li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0px 0px 7px 3px #9a13d2;
  font-size: 10px;
  background: #300983;
  color:#fff
}
.single-play:hover {
  transform: translateY(-5px);
  box-shadow: inset 0px 0px 12px 7px #eb15d2;
}

@media(max-width:910px){
  .aboutBox{padding: 1.5rem;}
  .video-background-holder {
    height:auto;
    overflow:auto;
    padding: 50px 0;
  }
  .single-play {
     margin-bottom: 15px;
  }
  .single-play .image img {
    height: 135px;
  
}
.single-play .contant h4 {
  margin-top: 16px;
}
.text-danger2 {
  font-size: 3rem;
}
.video-background-content {
  padding-top: 65px;
}
.navbar-nav{ background: #2A1B3D;}
}

.team-nav1 .tab-btn {
  text-align: center;
  background-color: transparent;
  padding:4rem 1.1rem;
  margin: 21px 0 30px 0;
  position: relative;
  border: 4px solid #800f74;
  transition: all ease 0.4s;
  cursor: pointer;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  background: rgba(21, 1, 50, 0.8);
}
.team-nav1 .tab-btn:hover{
  border:4px solid #ce14bb;
  background: rgba(21, 1, 50, 1);
 }
.team-nav1 .tab-btn img.team-logo{ height: 180px;}
.team-nav1 .tab-btn:hover img.team-logo{opacity: 0.5;}

.team-nav1 .tab-btn .team-name{
  display: block;
  background-color:#504f8d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  /* margin: -40px 20px 0 20px; */
  padding: 12px 10px;
  z-index: 2;
  position: absolute;
  top:-15px; left:25px;
  transition: all ease 0.4s;
}
.footer{background: url(../images/footerbg.jpg) no-repeat 50% 50%; 
background-size:cover;
padding: 120px 0 80px; 
position:relative;}
.footer p{color:#bda2e2}
.totop{position: relative;
z-index: 99;}
.footercover{position:absolute;
top:0;left:0;height:100%;right:0;
background: rgba(42, 27, 61, 0.8);
}
.vframe1{ background: #060006 url(../images/vidBg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0;}
.vframe{background:url(../images/vframe.png) no-repeat 50% 50%;
background-size:cover;height:auto;width:100%; padding: 30px 20px;}

.text6 {
  text-shadow: 0 13.36px 8.896px #3b2231, 0 -2px 1px #ff41f2;
 letter-spacing: -4px;
 color: #ffffff;
}
.experience{background: url(../images/vidBg2.jpg) no-repeat top ;
background-size: cover;}

/* timeline css */
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
}
.timeline:before {
  background-color: rgb(136, 32, 140);
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #a83279;
  -webkit-box-shadow: inset 40em 0 0 0 #a83279;
  box-shadow: inset 40em 0 0 0 #a83279;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%;
}
.timeline-event-copy h3 {
  font-size: 1.75em; color:#cd3992;
  font-weight: 500;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: .5em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}
.timeline ul li{color:#eaeaea; font-size:1.1rem;}
.aboutBox{
  background: rgba(34,1,38,0.7);
  padding: 3rem;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}

