@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button:active {
  border: 0;
  background-color: transparent;
}

body {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  display: table;
  table-layout: fixed;
  max-width: 1600px;
  height: auto;
  margin: auto !important;
  color: #ffffff;
  background: #1d1b24;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

body.overview #main {
  background: #242428;
}

body,
input,
textarea {
  font-family: 'Poppins', sans-serif;
}

html {
  height: 100%;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  box-sizing: border-box;
}

body.overview {
  background: #0e0e0e;
  background-size: cover;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 300;
}

img {
  width: 100%;
  overflow: hidden;
}

a {
  color: #ffffff;
  text-decoration: none !important;
}

input,
p,
textarea,
ul li {
  font-size: 14px;
}

ul {
  font-size: 0;
}

h1,
h2,
h3,
h4,
p {
  line-height: 1.5em;
}

/* blink based browser */
html::-webkit-scrollbar {
  width: 0.7vw;
}

html::-webkit-scrollbar-thumb {
  background-color: #2f3444;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #2f3444;
}

html::-webkit-scrollbar-track {
  background-color: #282c39;
}

html::-webkit-scrollbar-track:hover {
  background-color: #282c39;
}

/* blink based browser */

/* geckeo based browser */
.mobile-nav {
  scrollbar-width: thin;
  scrollbar-color: #ffffff00 #ffffff00;
}

/* geckeo based browser */

/* button style */
.btnstyle {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-block;
  z-index: 1;
}

.btnstyle a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51569e;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.btnstyle:hover a {
  letter-spacing: 3px;
}

.btnstyle a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.btnstyle:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.btnstyle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -5px;
  width: 30px;
  height: 10px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.btnstyle:hover::before

/*lightup button*/
  {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.btnstyle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -5px;
  width: 30px;
  height: 10px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.btnstyle:hover::after

/*lightup button*/
  {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.btnstyle::before,
.btnstyle::after {
  background: #42D1D8;
  box-shadow: 0 0 5px #42D1D8, 0 0 15px #42D1D8, 0 0 30px #42D1D8, 0 0 60px #42D1D8;
}


/* button style */

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.nofloat {
  float: none !important;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
  margin: 0;
}

.inner-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  /* padding: 0 30px; */
  z-index: 1;
  position: relative;
}

.heading-section h4 {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  font-weight: 800;
  background: #242428;
  display: inline;
  border-left: 3px solid #42d1d8;
  padding: 0 5px;
  border-right: 3px solid #42d1d8;
  text-transform: capitalize;
}

.heading-section h4 i {
  margin-right: 5px;
  color: #42d1d8;
}

.heading-section h4 span {
  font-size: 19px;
}

.heading-section {
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}

.heading-section ::after {
  position: absolute;
  content: '';
  z-index: -1;
  bottom: 50%;
  margin-bottom: -2px;
  height: 2px;
  left: -20px;
  right: 0;
  background: #373d47;
}

/* //////////////////////////////////////////////////////////////////////////
                            go top button css start
////////////////////////////////////////////////////////////////////////// */
#upToTopBtn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(180deg, #6A4EF8 -1.75%, #42D1D8 100.23%);
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 85, 0.5);
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

#upToTopBtn span {
  max-width: 35px;
  transition: 0.3s ease-in-out;
}

#upToTopBtn span i {
  font-size: 30px;
}

#upToTopBtn:hover {
  box-shadow: 0 0 30px rgba(0, 0, 17, 0.8);
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  color: #fff;
}

#upToTopBtn.active {
  visibility: visible !important;
  opacity: 1 !important;
}

/* //////////////////////////////////////////////////////////////////////////
                            go top button css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            site-container  css start
////////////////////////////////////////////////////////////////////////// */
#site-container {
  display: table-cell;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition-property: -webkit-transform, left, right;
}

#site-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#site-container:after,
#site-container:before {
  content: " ";
  display: table;
  clear: both;
}

/* //////////////////////////////////////////////////////////////////////////
                            site-container  css end
////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////
                            sidebar css start
////////////////////////////////////////////////////////////////////////// */
body .sidebar,
body .sidebar * {
  transform: none;
}

body .sidebar {
  position: relative;
  position: static;
  display: table-cell;
  top: 0;
  width: 100px;
  z-index: 40;
}

body .sidebar.sb-active {
  display: table-cell;
  z-index: 1;
}

body .sidebar nav {
  position: fixed;
  background: #2f2f33;
  width: 100px;
  height: inherit;
  top: 0;
  z-index: 40;
  overflow: scroll;
}

.sidebar {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition-property: -webkit-transform, left, right;
  backface-visibility: hidden;
}

.sidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  display: none;
  background-color: #121117;
}

.sb-toggle-left {
  display: none;
  padding: 13px 0;
  float: left;
  margin: 20px 20px 20px 0;
  cursor: pointer;
}

.sb-toggle-left .menu-icon-text {
  padding-left: 15px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  color: #42d1d8;
}

.sb-toggle-left .menu-icon {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 3px;
  background-color: #ffffff;
  margin-top: -1px;
  vertical-align: middle;
  z-index: 10;
}


.sidebar,
.sidebar * {
  transform: translateZ(0);
}

.sb-toggle-left .menu-icon::after,
.sb-toggle-left .menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.sb-toggle-left .menu-icon:before {
  -webkit-transform: translateY(-6px) rotate(0);
  -moz-transform: translateY(-6px) rotate(0);
  -ms-transform: translateY(-6px) rotate(0);
  -o-transform: translateY(-6px) rotate(0);
  transform: translateY(-6px) rotate(0);
}

.sb-toggle-left .menu-icon:after {
  -webkit-transform: translateY(6px) rotate(0);
  -moz-transform: translateY(6px) rotate(0);
  -ms-transform: translateY(6px) rotate(0);
  -o-transform: translateY(6px) rotate(0);
  transform: translateY(6px) rotate(0);
}

.sb-active .sb-toggle-left .menu-icon {
  background: 0 0;
}

.sb-active .sb-toggle-left .menu-icon:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.sb-active .sb-toggle-left .menu-icon:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.sb-left {
  left: 0;
}

.sb-right {
  right: 0;
}

.sidebar.sb-static,
html.sb-static .sidebar {
  position: absolute;
}

.sidebar.sb-active {
  display: block;
}

.sb-style-overlay {
  z-index: 9999;
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
}

body .sidebar nav {
  height: 100% !important;
}

.mobile-nav ul li {
  display: block;
  margin: 10px 10px;
}

.mobile-nav ul li a {
  display: block;
  color: #51569e;
  font-size: 10px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  align-items: center;
  align-content: center;
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
}

.mobile-nav ul li a i {
  display: block;
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
}

.mobile-nav ul li a span {
  display: block;
  text-align: center;
}

.mobile-nav ul li a {
  /* color: #fff; */
  background: #0e0e0e;
  position: relative;
  font-weight: 800;
  z-index: 2;
  color: #888;
  /* border: 2px solid #858585; */
}

.mobile-nav ul li a:hover {
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

.mobile-nav ul li.active a {
  color: #fff;
}

.mobile-nav ul li.active a:hover {
  color: #fff;
}

.mobile-nav ul li.active a::after {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  z-index: -1;
}

.mobile-nav ul li.active a::before,
.mobile-nav ul li.active a::after {
  inset: 0;
  content: "";
  transition: all ease 0.5s;
  position: absolute;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* //////////////////////////////////////////////////////////////////////////
                            sidebar css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            main menu css start
////////////////////////////////////////////////////////////////////////// */
#main-menu .main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  z-index: 4;
}

#main-menu .main-header .logo {
  float: left;
  margin: 8px 0;
  margin-left: 115px;
  align-content: center;
}

#main-menu .main-header .header-nav {
  position: relative;
  float: right;
  padding: 23px 0;
}

#main-menu .main-header .header-nav li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}

#main-menu .main-header .header-nav li a {
  display: inline-block;
  color: #fff;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: transparent;
  border: 0;
}

.classynav ul li a:focus {
  color: #ffffff !important;
}

.classy-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
  top: -7px;
}

.dropdown.open>.dropdown-menu {
  display: block;
}

.dropdown.open .dropdown-toggle i.fa-angle-down:before {
  content: "\f106";
}

.dropdown,
body {
  position: relative;
}

.dropdown-toggle::after {
  display: none;
}

.menu-search {
  display: inline-block;
  padding: 23px 0;
  margin-left: 70px;
}

.menu-search form {
  display: inline-flex;
  justify-content: center;
  justify-items: center;
  vertical-align: middle;
}

.menu-search form .form-control::placeholder {
  color: #888;
}

.menu-search form .form-control:focus {
  border-color: none;
  box-shadow: none;
}

.menu-search form .form-control {
  color: #fff;
  background-color: #2f2f33;
  border: var(--bs-border-width) solid #2f2f33;
  border-radius: 20px 0 0 20px;
}

.menu-search form button {
  background: #2f2f33;
  color: #888;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 0 20px 20px 0;
}

.event__search__floater {
  position: fixed;
  top: 50px;
  /*   left:0; */
  right: 50px;
  transition: all ease-in-out 0.2s;
  transform: translate(-50%, -50%);
}

.search__anchor {
  position: relative;
  width: auto;
  height: auto;
  /*   TODO: Center anchor */
}

.search__submit {
  opacity: 0;
  width: 0px;
}

.search__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
  border: none;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  opacity: 0;
  z-index: 5;
  transition: all 0.2;
  font-size: 12px;
}

.search__bar:hover {
  cursor: pointer;
}

.search__bar:focus {
  width: 200px;
  left: auto;
  opacity: 1;
  cursor: text;
  transition: all 0.2;
  padding-left: 25px;
  padding-right: 70px;
}

.search__toggler {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #2f2f33;
  opacity: 1;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  transition: all 0.2s;
}

.search__toggler:hover {
  cursor: pointer;
}

.search__toggler::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 12px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.2s;
}

.search__toggler::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.2s;
}

.event__search__floater {
  display: none;
}

.search__bar:focus~.search__toggler {
  right: 400px;
  background: #151515;
  z-index: 6;
  transition: all 0.2;
}

.search__bar:focus~.search__toggler::before {
  top: 0;
  left: 0;
  width: 25px;
}

.search__bar:focus~.search__toggler::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.menu-search form button:hover {
  background: #51569e;
  color: #fff;
}

.menu-search form button:active {
  border: 1px solid #858585 !important;
}

.header-area {
  position: fixed;
  z-index: 600;
  width: 5%;
  right: 0px;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.main-header-area {
  text-align: end;
}

.breakpoint-on .classynav {
  padding-top: 70px;
  text-align: start;
  margin-left: 20px;
}

.breakpoint-on .classy-navbar .classy-menu {
  right: -30%;
  background: rgba(47, 47, 51, 0.5);
  backdrop-filter: blur(30px);
  scrollbar-width: thin;
  scrollbar-color: #ffffff00 #ffffff00;
}

.breakpoint-on .classynav>ul>li>a {
  background: transparent;
}

.header-area .main-header-area.sticky {
  top: 0;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  left: 0;
  z-index: 650;
  border-bottom-color: transparent;
}

.classy-nav-container {
  background-color: #1c1c1c00;
  padding: 0;
  border-radius: 50px 0 0 0;
}

.classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff !important;
  margin: 4px 0;
  width: 27px;
}

.classy-nav-container .classy-navbar {
  height: 80px;
  padding: 0 13%;
}

.classycloseIcon button {
  background: #888;
  border: 0;
  color: #fff;
  padding: 10px 11px;
  border-radius: 20px;
}

.classy-nav-container .classy-navbar .classynav ul li a {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
  color: #42D1D8;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
}

.classynav ul li.has-down>a::after,
.classynav ul li.has-down.active>a::after,
.classynav ul li.megamenu-item>a::after {
  color: #fff;
}

.classynav .community a {
  line-height: 36px;
  border-radius: 20px;
  font-size: 13px;
  border: none !important;
  font-weight: 500;
  padding: 0 1rem;
  color: #fff;
  box-shadow: none !important;
  background-color: #0e0e0e;
  width: 96%;
  text-align: center;
  margin-bottom: 10px;
}

.classynav .community a i {
  color: #42D1D8;
}

.genre-menu {
  text-align: center;
}

.genre-menu h4 {
  font-size: 16px;
  margin-top: 30px;
}

.genre-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.genre-menu ul li a {
  font-size: 12px !important;
}

.genre-menu ul li:nth-of-type(7n+1) a {
  color: #d0e6a5 !important;
}

.genre-menu ul li:nth-of-type(7n+2) a {
  color: #ffdd95 !important;
}

.genre-menu ul li:nth-of-type(7n+3) a {
  color: #fc887b !important;
}

.genre-menu ul li:nth-of-type(7n+4) a {
  color: #ccabda !important;
}

.genre-menu ul li:nth-of-type(7n+5) a {
  color: #abccd8 !important;
}

.genre-menu ul li:nth-of-type(7n+6) a {
  color: #d8b2ab !important;
}

.genre-menu ul li a.more {
  color: #ffffff !important;
}

.genre-menu ul li:nth-of-type(7n) a {
  border-color: #86e3ce !important;
  color: #86e3ce !important;
}

.breakpoint-off .classynav ul li .dropdown {
  background-color: #ddd;
  box-shadow: 0px 0 10px 0px #51569e;
  text-align: start;
}

.breakpoint-on .classynav>ul>li>a {
  border-bottom: 0;
}


.classynav ul li .dropdown li a {
  border-bottom: none;
  height: 40px;
}

.classynav ul li .dropdown li .dropdown li .dropdown li a,
.classynav ul li .dropdown li .dropdown li a {
  border-bottom: none;
}

.mobile-user.user {
  display: inline-block;
  margin-left: 50px;
}

.user a.btn {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  border-radius: 23px;
  color: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border: 0;
  padding: 2px 10px;
}

.user li a i {
  color: #42D1D8;
}

.user li a i.fa-right-from-bracket {
  color: #ff0000;
}

.user li a {
  background: #2f2f33;
  border-radius: 0;
  color: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border: 0;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 30px 10px 9px;
}

.classy-navbar-toggler {
  background: #2f2f3300;
  text-align: center;
  align-content: center;
  padding: 8px;
  border-radius: 50%;
}

.user li:hover a,
.dropdown-item:focus {
  background: #858585;
  color: #fff;
}

.user a:hover {
  background: linear-gradient(180deg, #6A4EF8 -1.75%, #42D1D8 100.23%);
}

.user a img {
  max-width: 25px;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.user a::after {
  color: #fff;
}

.breakpoint-off .classynav ul li .user .dropdown {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

.breakpoint-off .classynav ul li .user .dropdown .dropdown-item {
  background: #ddd;
  padding: 9px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 500;
}

.breakpoint-off .classynav ul li .user .dropdown .dropdown-menu {
  background-color: #ddd;
  border-color: transparent;
  box-shadow: 0px 0 10px 0px #51569e;
  border: 0;
  padding: 10px;
}

.user .dropdown-toggle::after {
  display: inline-block;
}

.social-icons {
  display: inline-block;
  margin-left: 90px;
}

.social-icons ul {
  display: flex;
}

.social-icons ul li {
  margin-right: 10px;
}

.social-icons ul li a {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
  align-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.social-icons ul li a:hover {
  background: linear-gradient(180deg, #6A4EF8 -1.75%, #42D1D8 100.23%);
}

#main-menu .main-header .inner-container {
  background: #1c1c1c7d;
  max-width: 1600px;
  height: inherit;
}

.site-header {
  backdrop-filter: blur(10px);
}

#main-menu .main-header .inner-container {
  background-color: rgba(47, 47, 51, 0.2);
  max-width: 1600px;
  height: inherit;
  padding: 0;
}

/* //////////////////////////////////////////////////////////////////////////
                            main menu css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            banner css start
////////////////////////////////////////////////////////////////////////// */

.main-banner {
  height: 620px;
  border-radius: 23px;
}

.main-banner h6 {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 20px;
}

.main-banner h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}

.anime-banner-info .anime-play-button a.play-button {
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  padding: 10px 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 6px;
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
}

.anime-play-button:hover a.play-button {
  background: #fff;
  color: #42D1D8;
}

.anime-banner-info .anime-play-button a.play-detail {
  color: #fff;
  background: #858585;
  padding: 10px 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 20px;
  margin-top: 6px;
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-left: 21px;
}

.anime-play-button:hover a.play-detail {
  background: #fff;
  color: #42D1D8;
}

.anime-banners .owl-nav {
  position: absolute;
  margin: 0 auto;
  bottom: 70px;
  right: 18px;
  display: grid;
}

.anime-banners .owl-nav .owl-prev span,
.anime-banners .owl-nav .owl-next span {
  color: #fff;
  font-size: 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin: 3px 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 40px;
}

.anime-banners .owl-nav .owl-prev span:hover,
.anime-banners .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

#banner-area .owl-dots {
  text-align: center;
  position: absolute;
  top: 109px;
  right: 10px;
  display: grid;
}

#banner-area .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  margin: 3px 0;
}

#banner-area .owl-dots button.owl-dot.active {
  background-color: #42d1d8;
}

#banner-area .owl-dots button.owl-dot:focus {
  outline: none;
}

#banner-area .owl-dot .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#banner-area .owl-dot span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

#banner-area .owl-nav button:focus {
  outline: none;
}

.banner-trending-text {
  position: absolute;
  left: 30px;
  width: 800px;
  bottom: 27px;
}

.anime-banner-info {
  overflow: hidden;
  position: relative;
}

.banner-trending-text ul li {
  margin-right: 10px;
}

.banner-trending-number h3 {
  color: #f24454;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.banner-trending-text ul .tv-icon {
  font-size: 16px;
  font-weight: 600;
}

.banner-trending-text ul .tv-icon i {
  margin-right: 3px;
}

.banner-trending-text ul .release {
  font-size: 16px;
  font-weight: 600;
  color: #12af0a;
}

.banner-trending-text ul .release i {
  margin-right: 3px;
}

.banner-trending-text ul .hd {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #f24454;
  padding: 2px 7px;
  letter-spacing: 2px;
  border-radius: 5px;
}

.banner-trending-text ul .sub-dub ul li {
  font-size: 12px;
  color: #fff;
  background: #f24454;
  padding: 2.3px 7px;
  margin-right: 0;
  font-weight: 600;
}

.banner-trending-text ul .sub-dub .sub {
  background: #b0e3af;
  color: #111;
  border-radius: 5px 0 0px 5px;
  -webkit-border-radius: 5px 0 0px 5px;
  -moz-border-radius: 5px 0 0px 5px;
  -ms-border-radius: 5px 0 0px 5px;
  -o-border-radius: 5px 0 0px 5px;
}

.banner-trending-text ul .sub-dub .dub {
  background: #e3b5cd;
  color: #111;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
}

.banner-trending-text ul .time {
  color: #fff;
  font-weight: 400;
  height: 33px;
  display: inline-block;
  line-height: 33px;
  font-size: 15px;
}

.anime-banner-info::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  box-shadow: 0px 9px 32px 23px #242428 inset;
}

.anime-banner-info::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 16%, rgba(255, 255, 255, 0) 100%);
}

/* //////////////////////////////////////////////////////////////////////////
                            banner css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                             genres slider  css start
////////////////////////////////////////////////////////////////////////// */
#genres-slider {
  padding: 20px 0;
}

.genres-items .owl-nav {
  position: absolute;
  margin: 0 auto;
  top: 0px;
  display: grid;
  width: 100%;
  height: 0;
}

.genres-items .owl-nav .owl-next {
  position: absolute;
  right: 24px;
}

#genres-slider .owl-carousel .owl-nav button.owl-prev {
  display: contents;
}

.genres-items .owl-nav .owl-prev span,
.genres-items .owl-nav .owl-next span {
  color: #fff;
  font-size: 40px;
  width: 25px;
  height: 135px;
  border-radius: 6px;
  margin: 3px 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 40px;
}

.genres-items .owl-nav .owl-prev span:hover,
.genres-items .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

.genres-single-item {
  position: relative;
}

.genres-single-item .genres-single-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  backdrop-filter: blur(10px);
  height: 40px;
  align-content: center;
}

.genres-single-item .genres-single-content h3 {
  font-size: 15px;
  font-weight: 700;
}

#genres-slider .owl-dots {
  text-align: center;
  position: absolute;
  top: -21px;
  right: 10px;
}

#genres-slider .owl-dots button.owl-dot {
  width: 15px;
  height: 4px;
  display: inline-block;
  background: #373d47;
  margin: 0px 3px;
}

#genres-slider .owl-dots button.owl-dot.active {
  background-color: #42d1d8;
}

#genres-slider .owl-dots button.owl-dot:focus {
  outline: none;
}

#genres-slider .owl-dot .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#genres-slider .owl-dot span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

/* //////////////////////////////////////////////////////////////////////////
                            genres slider  css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            Trending slider css start
////////////////////////////////////////////////////////////////////////// */
#trending-slider {
  padding-top: 50px;
  padding-bottom: 0px;
}

#trending-slider .owl-nav {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  right: -43px;
  display: grid;
  height: 100%;
}

.trending-padding {
  padding-right: 50px;
}

#trending-slider .owl-nav .owl-prev span,
#trending-slider .owl-nav .owl-next span {
  color: #fff;
  font-size: 40px;
  width: 40px;
  height: 153.4px;
  border-radius: 6px;
  padding: 5px 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 40px;
}

#trending-slider .owl-nav .owl-prev span:hover,
#trending-slider .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

.trending-col {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
}

.trending-col h6 {
  font-size: 15px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  opacity: 1;
  bottom: 10px;
  white-space: nowrap;
  font-weight: 600;
  padding: 0 0 9px 0;
  left: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.trending-col span {
  position: absolute;
  bottom: 5px;
  font-size: 20px;
  text-align: center;
  color: #42d1d8;
  left: 3px;
  transform: rotate(0);
  font-weight: 600;
}

.trending-col *,
.trending-col ::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.trending-col img {
  max-width: 100%;
  position: relative;
  padding: 0 0 0 32px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.trending-title {
  background-color: #0e0e0e;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* //////////////////////////////////////////////////////////////////////////
                            Trending slider css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            content css start
////////////////////////////////////////////////////////////////////////// */
#content {
  position: relative;
  font-size: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-right .heading-section ::after {
  width: 286px;
}

.content-right .heading-section {
  margin: 0;
}

.content-right .view-all {
  padding: 0 8px;
  font-size: 13px;
  line-height: 26px;
  margin: 3px 0;
  background: #343434;
  color: #fff;
  text-align: center;
  align-content: center;
}

.item-container {
  margin: 0 -10px;
}

.item-container .item {
  position: relative;
  font-size: 15px;
  display: inline-block;
  width: calc(100% / 4);
  padding: 10px;
  text-align: left;
}

.item-container .item .item-inner a {
  position: relative;
  display: block;
  transition: 0.3s ease;
}

.item-container .item .item-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.item {
  position: relative;
}

.anime-details .rating {
  position: relative;
}

.anime-details .rating {
  color: #ffffff !important;
}

.anime-details .rating i {
  color: #e3c414;
}

.item .sub-dub {
  margin-top: 5px;
  margin: 15px 0;
}

.item .sub-dub .sub {
  background: #b0e3af;
  color: #111;
  border-radius: 5px 0 0px 5px;
  -webkit-border-radius: 5px 0 0px 5px;
  -moz-border-radius: 5px 0 0px 5px;
  -ms-border-radius: 5px 0 0px 5px;
  -o-border-radius: 5px 0 0px 5px;
  padding: 2.3px 7px;
}

.item .sub-dub li {
  font-size: 12px !important;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 20px;
  border-radius: 0;
  color: #111;
}

.item .sub-dub li i {
  margin-right: 4px;
}

.item .sub-dub .dub {
  background: #e3b5cd;
  color: #111;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  padding: 2.3px 7px;
}

.item .sub-dub li {
  font-size: 12px !important;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 20px;
  border-radius: 0;
  color: #111;
}

.item .dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  display: inline-block;
}

.item .tv {
  text-transform: uppercase;
  color: #ddd !important;
}

.anime-details {
  position: absolute;
  bottom: 122px;
  left: 117px;
  width: 246px;
  padding: 10px 10px;
  transition: .5s;
  color: #fff;
  z-index: 3;
  display: none;
  align-content: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.item:hover .anime-details {
  display: block;
}

.item-inner {
  position: relative;
}

.item-inner:hover::after {
  opacity: 1;
}

.anime-details:hover .item-inner::after {
  opacity: 1;
}

.item-inner::after {
  font: var(--fa-font-solid);
  content: "\f144";
  font-size: 45px;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  align-content: center;
  transition: all linear .3s;
}

.anime-details h1,
.anime-details h2 {
  font-weight: 700;
}

.anime-details h1 {
  font-size: 14px;
  margin-bottom: 0px;
}

.anime-details h2 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
  opacity: .6;
}

.anime-details .rating i {
  color: #e3c414;
}

.anime-details .tags {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
  font-size: 13.6px;
  flex-wrap: wrap;
}

.anime-details .tags a {
  display: contents;
}

.anime-details .tags span {
  padding: 4.6px 4.4px;
  color: #fff;
  border: 1.5px solid rgba(255 255 255 / 0.4);
  border-radius: 50px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  font-size: 10px;
}

.anime-details .tags span:hover {
  background: #51569e;
  border: 1.5px solid #51569e;
}

.anime-details .desc {
  color: #fff;
  opacity: .8;
  line-height: 1.5;
  margin-bottom: 9px;
  font-size: 12px;

}

.anime-details a:hover {
  color: #42d1d8;
}

.anime-details a.watch-now {
  position: relative;
  padding: 12px;
  color: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  border-radius: 20px;
  width: 180px;
  text-align: center;
  font-size: 16px;
}

.anime-details .dropdown-menu {
  background: #fff;
}

.anime-details .nav-item .nav-link {
  background: #ffffff;
  color: #000;
  padding: 13px;
  border-radius: 50%;
}

.item .item-inner:hover>a>img {
  opacity: 0.2;
  transition: 0.3s ease;
}

.item .item-inner img {
  max-width: 100%;
}

.item-container .item h3 {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 177px;
  display: block ruby;
  display: -webkit-grid;
  margin: 2px 0;
  text-align: center;
  white-space: nowrap;
}

span.item-18-plus {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 4px 7px;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: red;
  border-radius: 5px;
}

.anime-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}

.anime-pagination .page-item.disabled {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
  opacity: 0.6;
}

.anime-pagination .page-item:first-child,
.anime-pagination .page-item:last-child {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
  color: #fff;
}

.anime-pagination .page-item {
  background: #2F2F33;
  color: #fff;
  margin: 0 5px;
  border-radius: 5px;
  height: fit-content;
}

.anime-pagination ul li a {
  font-size: 15px;
}

.anime-pagination ul li a i {
  font-size: 12px;
  margin: 0 2px;
}

.anime-pagination .page-item .page-link {
  background: #2f2f33;
  color: #fff;
  border: 0;
  border-radius: 5px;
}

.anime-pagination .page-item .page-link.active {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

.anime-pagination .page-item .page-link:hover {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

.anime-pagination .page-item .page-link:focus {
  box-shadow: none;
}

.nav-top-anime {
  background: #2f2f33;
  width: 189px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.nav-top-anime li button {
  padding: 9px 9px;
  background: #2f2f33;
  margin-left: 3px;
  color: #fff;

}

.nav-top-anime li button:hover {
  color: #42d1d8;
}

.nav-top-anime li button.active {
  padding: 9px 9px;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
  margin-left: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 5px;
}

.top-list-numbering {
  z-index: 1;
}

.top-animes {
  margin-top: 24px;
  background: #2f2f33;
  border-radius: 20px;
}


.recently-added .top-animes {
  background: #242428;
}


.top-animes .all-time-content .top-list-numbering h4 {
  font-size: 14px;
  width: 25px;
  height: 25px;
  text-align: center;
  align-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 8px;
}

.top-animes .all-time-content.topnumber1 img.front-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.top-animes .all-time-content.topnumber1 {
  padding: 100px 15px 10px 10px;
  margin: 0px 0px 15px;
  position: relative;
}

.top-animes .all-time-content.topnumber1 .all-time-details a {
  font-size: 13px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 220px;
  padding: 3px 0;
  display: block ruby;
  white-space: nowrap;
}

.top-animes .all-time-content.topnumber1::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 1;
}

.top-animes .all-time-content {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #2f2f33;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.top-animes .all-time-img img {
  width: 48px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}

.top-animes .all-time-details {
  margin-left: 9px;
  width: 100%;
  z-index: 1;
}

.top-animes .all-time-details a {
  font-size: 13px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 190px;
  padding: 3px 0;
  display: block ruby;
  white-space: nowrap;
}

.recently-added .top-animes .all-time-details a {
  white-space: nowrap;
}

.top-animes .all-time-details .sub-dub {
  margin-top: 5px;
  align-items: center;
}

.top-animes .all-time-details .sub-dub .sub {
  background: #b0e3af;
  color: #111;
  border-radius: 5px 0 0px 5px;
  -webkit-border-radius: 5px 0 0px 5px;
  -moz-border-radius: 5px 0 0px 5px;
  -ms-border-radius: 5px 0 0px 5px;
  -o-border-radius: 5px 0 0px 5px;
  padding: 2.3px 7px;
}

.top-animes .all-time-details .sub-dub li {
  font-size: 12px !important;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 20px;
  border-radius: 0;
  color: #111;
}

.top-animes .all-time-details .sub-dub li i {
  margin-right: 4px;
}

.top-animes .all-time-details .sub-dub .dub {
  background: #e3b5cd;
  color: #111;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  padding: 2.3px 7px;
}

.top-animes .all-time-details .sub-dub li {
  font-size: 12px !important;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 20px;
  border-radius: 0;
  color: #111;
}

.top-animes .all-time-details .dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  display: inline-block;
}

.top-animes .all-time-details .tv {
  text-transform: uppercase;
  color: #ddd !important;
}

span.top-number {
  position: absolute;
  left: 5px;
  top: -5px;
  min-width: 29px;
  padding: 0 7px;
  border-radius: 3px 0 0;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  background-color: #ff000d;
  z-index: 2;
}

span.top-number::after,
span.top-number::before {
  content: "";
  width: 0;
  top: 0;
  right: -5px;
  position: absolute;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-color: #e50914;
  box-sizing: inherit;
}

span.top-number::after {
  border-bottom-color: rgba(0, 0, 0, .4);
}

span.top-number i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
}

span.top-number i:after,
span.top-number i:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-top-color: #e50914;
}

span.top-number i:before {
  border-left: 14px solid transparent;
  float: right;
}

span.top-number i:after {
  border-right: 14px solid transparent;
  float: left;
}

/* //////////////////////////////////////////////////////////////////////////
                            content css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                             All time css start
////////////////////////////////////////////////////////////////////////// */
#all-time {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}

.all-time-content {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #2f2f33;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.all-time-img img {
  width: 48px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}

.all-time-details {
  margin-left: 9px;
  width: 100%;
}

.all-time-details a {
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 220px;
  padding: 3px 0;
  display: block ruby;
  white-space: nowrap;
}

.all-time-details .sub-dub {
  margin-top: 5px;
  align-items: center;
}

.all-time-details .sub-dub li {
  font-size: 12px !important;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 20px;
  border-radius: 0;
  color: #111;
}

.all-time-details .sub-dub li i {
  margin-right: 4px;
}

.all-time-details .sub-dub .sub {
  background: #b0e3af;
  color: #111;
  border-radius: 5px 0 0px 5px;
  -webkit-border-radius: 5px 0 0px 5px;
  -moz-border-radius: 5px 0 0px 5px;
  -ms-border-radius: 5px 0 0px 5px;
  -o-border-radius: 5px 0 0px 5px;
  padding: 2.3px 7px;
}

.all-time-details .sub-dub .dub {
  background: #e3b5cd;
  color: #111;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  padding: 2.3px 7px;
}

.all-time-details .dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  display: inline-block;
}

.all-time-details .tv {
  text-transform: uppercase;
  color: #ddd !important;
}

.anime-top-10 .view-all a {
  font-size: 15px;
  font-weight: 600;
  margin-left: 11px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.anime-top-10 .view-all a:hover {
  color: #42d1d8;
}

/* //////////////////////////////////////////////////////////////////////////
                             All time css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                       single series banner css start
////////////////////////////////////////////////////////////////////////// */
#single-series-banner {
  position: relative;
}

#single-series-banner .series-banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#single-series-banner .series-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
}

#single-series-banner .series-banner::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgb(36, 36, 40) 100%);
}

#single-series-banner .watch-trailer {
  position: absolute;
  bottom: 33px;
  right: 23px;
  content: "";
  z-index: 2;
}

#single-series-banner .watch-trailer a {
  background-color: #f00;
  color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#single-series-banner .watch-trailer a:hover {
  background-color: #fff;
  color: #f00;
}

/* //////////////////////////////////////////////////////////////////////////
                            single series banner css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            single series css start
////////////////////////////////////////////////////////////////////////// */
#anime_single {
  position: relative;
}


.single_anime_img {
  width: 253px;
  margin-top: -58px;
}

.film-stats {
  margin-top: 10px;
}

.film-stats ul {
  display: flex;
  flex-wrap: wrap;
}

.film-stats ul li {
  background: #0084ff;
  margin-right: 2px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.film-stats ul li.hd {
  background: #ff0000;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  color: #ffffff;
}

.film-stats ul li.sub {
  background: #b0e3af;
}

.film-stats ul li.dub {
  background: #e3b5cd;
}

.film-stats ul li.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  display: inline-block;
  margin: 8px 8px;
  padding: 0 !important;
}

.film-stats ul li.tv {
  background: transparent;
  color: #888;
  padding: 3px 0px;
}

.film-stats ul li.time {
  background: transparent;
  color: #888;
  padding: 3px 0px;
}

.anime-watch-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.anime-watch-buttons a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.anime-watch-buttons a.watch {
  background: #42d1d8;
  color: #0e0e0e;
}

.anime-watch-buttons .add-to-list a.nav-link {
  background: #888;
  color: #fff;
  margin-left: 5px;
}

.anime-watch-buttons .add-to-list .dropdown-menu {
  background: #fff;
  padding: 0;
}

.anime-watch-buttons .add-to-list .dropdown-menu .dropdown-item:hover {
  background: #42d1d8;
  border-radius: 0;
}

.anime-watch-buttons {
  margin-top: 30px;
}

.series-description {
  margin-top: 22px;
}

.overviews .overviews-all li span:first-child {
  color: #fff;
  width: 98px;
  display: inline-block;
}

.overviews {
  background: #2f2f33;
  padding: 30px 30px;
}

.overviews .overviews-all li {
  font-size: 14px;
  margin-bottom: 10px;
}

.overviews .overviews-all li a {
  color: #888;
  border: 1px solid #888;
  border-radius: 20px;
  padding: 4px 8px;
  display: inline-block;
  margin: 3px 3px;
}

.overviews .overviews-all li a:hover {
  color: #42d1d8;
}

.overviews .overviews-all li span:last-child {
  color: #888;
}

.overviews-description p {
  color: #000000;
}

.overviews-description p span {
  font-style: italic;
}


#anime_single .anime_info ul.anime-play-and-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  justify-content: space-around;
}

#anime_single .anime_info ul.anime-play-and-list li a {
  margin: 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  padding: 10px 15px;
  border-radius: 50px;
}

#anime_single .anime_info ul li a:hover {
  color: #ddd;
}

.overall-description {
  padding-top: 50px;
}

.overall-description .nav-pills .nav-item {
  margin: 0 5px;
}

.overall-description .nav-pills .nav-item .nav-link {
  color: #fff !important;
  font-size: 12px;
  background: #2f2f33 !important;
  border-radius: 50px;
  transition: normal;
}

.overall-description .nav-pills .nav-item .nav-link:hover {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
}

.overall-description .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 12px;
  border-radius: 50px;
}

.overall-description-tab .tab-content {
  background-color: #2f2f33;
  border-radius: 20px;
  margin-top: 25px;
}

.relations {
  padding: 19px;
}

.relations .item {
  width: calc(100% / 5);
}

.relations .item:hover .anime-details {
  display: none;
}

.characters {
  text-align: center;
  margin: 0 -45px;
}

#item-characters .nav-pills {
  padding: 10px 10px 0 10px;
}

#item-characters .nav-link {
  background: #888 !important;
}

#item-characters .nav-link.active {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
}

.characters .character-card {
  position: relative;
  font-size: 15px;
  display: inline-block;
  width: calc(100% / 6);
  text-align: left;
  margin: 7px 6px;
}

.anime-character-card {
  position: relative;
}

.anime-character-card .anime-characters-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.anime-character-card .voice-actor-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.anime-character-card .voice-actor-name h4 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.anime-character-card .voice-actor-name p {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
}

.anime-character-card .anime-characters-name h4 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.anime-character-card .anime-characters-name p {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
}

.characters .anime-character-card:hover .anime-character {
  display: none;
}

.characters .anime-character-card:hover .voice-actor {
  display: inline-block;
}

.characters .anime-character-card .voice-actor {
  display: none;
}

.characters .anime-character-card:hover .anime-characters-name {
  display: none;
}

.characters .anime-character-card .voice-actor-name {
  display: none;
}

.characters .anime-character-card:hover .voice-actor-name {
  display: block;
}

.anime-character-card::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
}

.anime-character-card::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgb(29, 27, 36) 100%);
}

/* //////////////////////////////////////////////////////////////////////////
                            single series css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            single series play css start
////////////////////////////////////////////////////////////////////////// */
#anime_single_play {
  padding-top: 100px;
}

.anime_info h3 {
  font-size: 23px;
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
  margin-top: -45px;
}

.anime_info .quality h4 {
  font-weight: 700;
  font-size: 12px;
  background: #ff0000;
  display: flex;
  padding: 0px 8px;
  align-items: center;
  color: #fff;
}

.tv-series ul.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.tv-series ul.breadcrumb li.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  display: inline-block;
  margin: 8px 8px;
  padding: 0 !important;
}

.tv-series .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #888;
}

.episodes li button.mobile-ep-list {
  display: none;
}

.tv-series .tv-details-seasons ul li button {
  padding: 13px 15px;
  width: 100%;
  text-align: start;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.tv-details-seasons ul.episodes li,
.tv-details-seasons ul.seasons li {
  background: #2f2f33;
  color: #b9bbbe;
}

.tv-series .tv-details-seasons ul li:nth-child(2n+1) {
  background: #0e0e0e;
}

.tv-details-seasons ul.episodes li button {
  padding: 13px 15px 13px 55px;
  color: #ffffff;
}

#anime_single_play ul.episodes li button .episode-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block ruby;
  white-space: nowrap;
}

.tv-details-seasons ul.seasons li button,
.tv-details-seasons ul.episodes li button {
  position: relative;
}

.tv-details-seasons ul.seasons li button.active::after,
.tv-details-seasons ul.episodes li button.active::after {
  position: absolute;
  content: "\f144";
  color: #42d1d8;
  right: 20px;
  top: 11px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
}

.tv-details-seasons ul.episodes li button.active:hover {
  color: #ffffff;
}

.tv-details-seasons ul.episodes li button:hover {
  color: #42d1d8;
}

.tv-details-seasons ul.episodes {
  height: 591px;
  overflow: auto;
}

.tv-details-seasons ul.episodes li button::before {
  content: attr(data-header);
  font-size: 14px;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.tv-details-seasons ul.episodes li button.active::before {
  border-left: 3px solid rgb(66, 209, 216);
}

.tv-series h2 {
  font-size: 18px;
  padding-bottom: 7px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
}

.tv-details-seasons .nav-link .active {
  display: none;
}

.tv-details-seasons .nav-link .active {
  display: block;
}

.tv-series-img {
  position: relative;
}

.tv-series-server {
  text-align: center;
  display: flex;
  padding-bottom: 20px;
}

.tv-series-details {
  background: #2f2f33;
  height: 110px;
  align-content: center;
}

.tv-series-server-options {
  background: #0e0e0e;
  height: 110px;
  align-content: center;
  width: 100%;
}

.tv-series-details p {
  font-size: 12px;
  color: #888;
}

.tv-series-details h4 {
  font-size: 12px;
  color: #fff;
  margin: 4px 0;
}

.tv-series-server-options ul {
  display: flex;
  flex-wrap: wrap;
}

.tv-series-server-options .sub-option,
.tv-series-server-options .dub-option {
  width: 28%;
  align-content: center;
  display: block;
  color: #fff;
}

.tv-series-server-options .sub-option i,
.tv-series-server-options .dub-option i {
  color: #42d1d8;
}

.tv-series-server-options .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #42d1d8;
  color: #fff;
}

.tv-series-server-options ul li button {
  padding: 7px 12px;
  font-size: 12px;
  color: #ffffff;
  background: #2f2f33;
  margin: 4px;
}

.tv-series-server-options ul li button.nav-link:focus {
  color: #888;
}

.tv-series-server-options ul li button:hover {
  background: #42d1d8;
}

.tv-series-server-options button.active {
  background: #51569e;
}

.tv-series-name ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.tv-series-image {
  position: relative;
}

.tv-series-image .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#42d1d8 50%, rgba(66, 209, 216, 0.35) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.tv-series-image .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  top: -13%;
  left: -13%;
  background: rgba(198, 16, 0, 0);
}

.tv-series-image .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tv-series-image .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #42d1d8;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.tv-series-image .play-btn:hover::after {
  border-left: 15px solid #ffffff;
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
  color: #42d1d8;
}

.single_anime_data p {
  background: #ddd;
  padding: 12px;
  margin-top: 7px;
  border-radius: 10px;
}

.single_anime_data p .more {
  font-size: 12px;
  color: #000;
}

.tv-details-seasons ul.episodes li button span:first-child {
  display: none;
}

.tv-details-seasons ul.episodes li button span:last-child {
  font-size: 12px;
  color: #ddd;
}

.anime_single_play_short_info {
  padding-top: 10px;
  padding-bottom: 40px;
}

.anime_single_play_short_info .single_anime_img {
  margin-top: 0;
}

.anime_single_play_short_info .anime_info h3 {
  margin-top: 0;
}

/* //////////////////////////////////////////////////////////////////////////
                            single series play css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            Schedule css start
////////////////////////////////////////////////////////////////////////// */
#schedule {
  padding: 50px 0;
  background: #191919;
}

#schedule .heading-section h4 {
  background: #191919;
}

.schedule-nav .schedule-day {
  background: #000;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.schedule-nav {
  margin-top: 28px;
}

.schedule-item {
  padding: 15px 0;
}

.schedule-nav .schedule-day .nav-link {
  color: #fff;
}

.schedule-nav .schedule-day .nav-link h3 {
  font-weight: 800;
}

.schedule-nav .schedule-day .nav-link p {
  color: #ababab;
}

.schedule-nav .schedule-day:hover {
  background: #2f2f33;
}

.schedule-nav.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #6A4EF8;
}

.schedule-nav .owl-nav {
  position: absolute;
  margin: 0 auto;
  top: -50px;
  right: 0;
}

.schedule-nav .owl-nav .owl-prev span,
.schedule-nav .owl-nav .owl-next span {
  color: #fff;
  font-size: 40px;
  width: 80px;
  height: 30px;
  border-radius: 6px;
  margin: 6px 3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 30px;
  padding-bottom: 4px;
}

.schedule-nav .owl-nav .owl-prev span:hover,
.schedule-nav .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
}

.schedule-item ul li {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px;
}

.schedule-item ul li a {
  display: contents;
}

.schedule-item ul li p .time {
  color: #ababab;
}

.schedule-item ul li p {
  color: #666;
  white-space: nowrap;
}

.schedule-item ul .play-button {
  background: #2b2b2b;
  color: #ababab;
  font-size: 13px;
  width: 120px;
  position: relative;
  padding: 8px;
  border: 0;
  text-align: center;
}

.schedule-item ul li:hover .play-button {
  background: #6a4ef8;
  color: #fff;
}

.schedule-item ul li:hover {
  background: #222;
}

.schedule-item ul li .time {
  margin-right: 15px;
}

/* clock */
.clock {
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
  display: flex;
  align-items: center;
  justify-content: end;
}

.clock .time {
  letter-spacing: 0.05em;
  font-size: 15px;
  padding: 5px 12px;
}

.clock .date {
  font-size: 15px;
}

/* clock */

/* discord */
.discord-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.discord-content {
  position: absolute;
  font-size: 30px;
  top: 25%;
  right: 30px;
  left: 30px;
  bottom: 30%;
  height: 50%;
  background-color: rgba(65, 51, 51, 0.46);
  transition: all linear .3s;
  text-align: center;
  padding: 32px 0;
  align-content: center;
  border-radius: 10px;
}

.discord-content img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.discord-content h2 {
  font-size: 23px;
  font-weight: 800;
  margin: 5px 0;
}

.discord-content p {
  font-size: 12px;
  font-style: italic;
}

.discord-content a {
  font-size: 16px;
  color: #fff;
  background: #566af6;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.discord-content a:hover {
  background: #fff;
  color: #566af6;
}

.discord-content .total-member li {
  margin: 0 5px;
  font-size: 12px;
}

.discord-content .total-member {
  justify-content: center;
}

.discord-content .total-member .online i {
  color: #23a55a;
  padding-right: 5px;
  margin-bottom: 15px;
}

.discord-content .total-member .total i {
  color: #fff;
  padding-right: 5px;
}

.discord-content .total-member h6 {
  color: #fff;
}

/* discord */
/* //////////////////////////////////////////////////////////////////////////
                            Schedule css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            Coming Out css start
////////////////////////////////////////////////////////////////////////// */
#Coming-Out {
  background: url(../images/banner/coming-out.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  height: 603px;
}

#Coming-Out::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
}

#Coming-Out::before {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
}

.Coming-Out-info {
  position: relative;
  z-index: 1;
  padding-left: 65px;
}

#Coming-Out .Coming-Out-info p {
  font-size: 12px;
  color: #b9bbbe;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 20px;
}

#Coming-Out .Coming-Out-info h6 {
  color: #fff;
  font-weight: 800;
  margin: 30px 37px 30px 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}

#Coming-Out .Coming-Out-info h1 {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
  font-size: 45px;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
}

#Coming-Out .Coming-Out-info ul li {
  margin-bottom: 5px;
}

#Coming-Out .Coming-Out-info ul li h5 strong {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

#Coming-Out .Coming-Out-info ul li h5 {
  color: #b4b4b4;
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}

.coming-out-img {
  position: relative;
}

.coming-out-img img {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 21px;
  width: 328px;
  border: 4px solid #fff;
}

.flipper {
  color: #ffffff;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: -1.3em;
  font-size: 45px !important;
}

.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.flipper-group label {
  position: absolute;
  color: #51569e;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: 800;
  padding: 2px 5px;
  background: #fff;
  margin-top: 5px;
  border-radius: 20px;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}

.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #ffffff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fff;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #ffffff00;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #33333300;
  display: none;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #ffffff00;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #ffffff00;
  display: none;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #ffffff00;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.digit-bottom.r {
  transition: background 0.2s linear;
  background: #ffffff00;
  display: none;
}

.flipper-digit::after {
  content: "";
  position: absolute;
  height: 2px;
  background: transparent;
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #51569e;
}

.flipper-dark .flipper-delimiter {
  color: #fbf7f7;
}

.flipper-dark .digit-next {
  background: #fff;
}

.flipper-dark .digit-top {
  background: #42d0d800;
}

.flipper-dark .digit-top.r {
  background: rgba(255, 243, 243, 0);
  display: none;
}

.flipper-dark .digit-top2 {
  background: #f2f8f800;
}

.flipper-dark .digit-top2.r {
  background: #42d0d800;
}

.flipper-dark .digit-bottom {
  background: #42d0d800;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}

/* //////////////////////////////////////////////////////////////////////////
							         Coming Out css end
///////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                        download app css start
////////////////////////////////////////////////////////////////////////// */
#download-app {
  background: url(../images/banner/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0;
  overflow: hidden;
  position: relative;
}

#download-app .owl-carousel .owl-item {
  margin: 10px;
}

#download-app h5 {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  line-height: 26px;
}

#download-app h2 {
  font-size: 36px;
  line-height: 1.27;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
}

#download-app a {
  padding: 10px 20px;
  background: #6a4ef8;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-top: 6px;
  display: inline-block;
  border: 2px solid #6a4ef8;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  width: 85%;
  text-align: center;
}

#download-app a:hover {
  background: #42d1d8;
  color: #fff;
  border: 2px solid #42d1d8;
}

.app-details ul {
  margin-bottom: 12px;
}

.app-details ul li {
  padding: 9px 0;
  font-size: 14px;
}

@-webkit-keyframes download-scroll {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
    -webkit-transform: translateX(calc(-250px * 7));
    -moz-transform: translateX(calc(-250px * 7));
    -ms-transform: translateX(calc(-250px * 7));
    -o-transform: translateX(calc(-250px * 7));
  }
}

@keyframes download-scroll {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
    -webkit-transform: translateX(calc(-250px * 7));
    -moz-transform: translateX(calc(-250px * 7));
    -ms-transform: translateX(calc(-250px * 7));
    -o-transform: translateX(calc(-250px * 7));
  }
}

.download-slide img {
  width: 200px;
  height: 220px;
  transform: rotate(-90deg);
  padding: 13px;
}

.download-slider {
  background: transparent;
  position: relative;
  width: 34%;
  transform: rotate(75deg);
}

.download-slider .download-slide-track {
  -webkit-animation: download-scroll 20s linear infinite;
  animation: download-scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.download-slider .download-slide-track-up-to-down {
  -webkit-animation: download-scroll-up-to-down 20s linear infinite;
  animation: download-scroll-up-to-down 20s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

@keyframes download-scroll-up-to-down {
  0% {
    transform: translateX(calc(-250px * 7));
    -webkit-transform: translateX(calc(-250px * 7));
    -moz-transform: translateX(calc(-250px * 7));
    -ms-transform: translateX(calc(-250px * 7));
    -o-transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@-webkit-keyframes download-scroll-up-to-down {
  0% {
    transform: translateX(calc(-250px * 7));
    -webkit-transform: translateX(calc(-250px * 7));
    -moz-transform: translateX(calc(-250px * 7));
    -ms-transform: translateX(calc(-250px * 7));
    -o-transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/* //////////////////////////////////////////////////////////////////////////
                            download app css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            trailer blog css start
////////////////////////////////////////////////////////////////////////// */
#trailer-main-blog {
  padding: 100px 0;
}

#trailer-blog {
  padding: 50px 0;
}

#trailer-blog .view-all {
  text-align: center;
  align-content: center;
}

#trailer-blog .view-all a {
  padding: 8px 40px;
  font-size: 13px;
  line-height: 31px;
  margin: 3px 0;
  background: #343434;
  color: #fff;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#trailer-blog .view-all a:hover {
  background: #42d1d8;
  color: #fff;
}

.trailer-news-wrapper {
  max-width: 1440px;
  margin: 3px auto;
  font-size: 0;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(4, 1fr);
}


/* Styles related to the trailer-thumbnails */
.new-responsive-img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.trailer-caption {
  padding: 16px;
}

.trailer-caption a {
  line-height: 23px;
}

.trailer-title,
.trailer-tag {
  letter-spacing: 1px;
}

.trailer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.35em;
}

.trailer-tag {
  background: #f00;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
}

.trailer-thumbnail {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.trailer-news-image img {
  display: block;
  object-fit: cover;
}

.trailer-news-image {
  position: relative;
}

.trailer-news-image:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgba(0, 0, 0, 0)), color-stop(0, black));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  /* z-index: 2; */
}

.hero-item .trailer-caption,
.standard-item:nth-child(1) .trailer-caption,
.standard-item:nth-child(2) .trailer-caption,
.standard-item:nth-child(3) .trailer-caption,
.standard-item:nth-child(4) .trailer-caption,
.standard-item:nth-child(6) .trailer-caption,
.standard-item:nth-child(5) .trailer-caption,
.standard-item:nth-child(7) .trailer-caption,
.standard-item:nth-child(8) .trailer-caption {
  position: absolute;
  bottom: 0;
  z-index: 3;
  bottom: 32px;
  left: 8px;
}

.trailer-news-item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 2px;
  position: relative;
}

.hero-item,
.standard-item {
  width: 50%;
}

/* For browsers with grid */
@supports (display: grid) {

  .trailer-news-wrapper>*,
  .standard-item:nth-child(4),
  .standard-item:nth-child(5),
  .standard-item:nth-child(6) {
    margin: 0;
    width: auto;
  }

  .trailer-news-item {
    padding: 0;
  }

  .trailer-caption {
    position: static;
    margin-right: auto;
  }

}

/* //////////////////////////////////////////////////////////////////////////
                            trailer blog css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                             Genres css start
////////////////////////////////////////////////////////////////////////// */
#genres {
  padding: 100px 0;
}

.genre {
  width: 20%;
}

.genre-list {
  display: flex;
  flex-wrap: wrap;
}

.genre-col {
  margin-bottom: 40px;
}

.genre-col ul li {
  margin: 17px 0;
}

.genre-col ul li a {
  font-weight: 600;
}

.genre-col ul li a:hover {
  color: #42d1d8;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

/* //////////////////////////////////////////////////////////////////////////
                            Genres css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            blog css start
////////////////////////////////////////////////////////////////////////// */
#blog {
  padding-top: 100px;
  padding-bottom: 100px;
}

.magazine-layout {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 2rem;
}

.magazine-column {
  padding: 0 1.5rem;
  grid-column: span 5;
}

.magazine-column-1 .article:nth-child(3),
.magazine-column-1 .article:nth-child(4) {
  display: none;
}

.magazine-column-4 .article:nth-child(3),
.magazine-column-4 .article:nth-child(4) {
  display: none;
}

.article+.article {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #2f2f33;
}

.article-img+* {
  margin-top: 1rem;
}

.article-link {
  color: inherit;
  text-decoration: none;
}

.article-link .mark,
mark {
  padding: 6px;
  color: #fff;
  background-color: #2f3444;
}

.article-title {
  font-weight: 800;
  color: #fff;
}

.article-title--large {
  font-size: 2rem;
}

.article-title--large+* {
  margin-top: 1.5rem;
}

.article-title--medium {
  font-size: 1.5rem;
}

.article-title--medium+* {
  margin-top: 0.75rem;
}

.article-title--small {
  font-size: 1.25rem;
}

.article-title--small+* {
  margin-top: 0.75rem;
}

.article-link {
  color: #fff;
}

.mark {
  background-color: #fabea1;
}

.mark--secondary {
  background-color: #c2dddf;
}

.mark--tertiary {
  background-color: #F8E177;
}

.article-excerpt {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
}

.article-excerpt p+p {
  margin-top: 1.5rem;
}

.article-author {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.article-author-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #323232;
  overflow: hidden;
  background-blend-mode: multiply;
}

.article-author-img+.article-author-info {
  margin-left: 0.5rem;
}

.article-author-info {
  line-height: 1.375;
}

.article-author-info dl {
  margin-top: 0.25em;
}

.article-author-info dt {
  font-weight: 600;
  color: #888;
}

.article-author-info dd {
  font-size: 0.875em;
  color: #888;
}

.article-category {
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}

.article-category svg {
  max-width: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* //////////////////////////////////////////////////////////////////////////
                            blog css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            blog single css end
////////////////////////////////////////////////////////////////////////// */
#blog-single {
  padding-top: 100px;
  padding-bottom: 30px;
}

.single-blog-img {
  position: relative;
  margin: 20px 0;
}

.single-blog-img .blog-date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 90px;
  height: 90px;
  background: #ffffff2b;
  text-align: center;
  align-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  backdrop-filter: blur(10px);
}

.single-blog-img .blog-date h2 {
  font-size: 30px;
  color: #fff;
}

.single-blog-img .blog-date h3 {
  font-size: 14px;
  color: #fff;
}

.single-blog-page p {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

.single-blog-page figure {
  border-left: 4px solid #888;
  margin: 12px 66px;
  padding: 20px 10px;
  text-align: center;
}

.single-blog-page .blockquote-footer {
  color: #888;
}


.single-blog-page ul li {
  list-style: disc;
  margin-bottom: 4px;
}

.single-blog-page .list-2 li {
  list-style: image-set;
  margin-bottom: 4px;
}

.single-blog-page ul {
  border-bottom: 1px solid #2f3444;
  padding: 30px;
}

.single-blog-page .list-2 {
  border: none;
}

/* //////////////////////////////////////////////////////////////////////////
                            blog single css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                             commentbox css start
////////////////////////////////////////////////////////////////////////// */
.commentbox-button button {
  background: #2f2f33;
  width: 14%;
  padding: 8px;
  margin-top: 15px;
  border-color: transparent;
}

.commentbox-button button:hover {
  background: #42d1d8;
  border-color: #42d1d8;
}

#commentbox .form-control:focus {
  box-shadow: none;
}

#commentbox .form-control {
  color: #fff;
  background-color: #2f2f33;
  border: none;
}

.commentbox-top button {
  background: #2f2f33;
  border-color: transparent;
}

.commentbox-top button:hover {
  background: #0e0e0e;
}

.btn-check:checked+.commentbox-top button,
.commentbox-top button.active,
.commentbox-top button.show,
.commentbox-top button:first-child:active,
:not(.btn-check)+.commentbox-top button:active {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #888;
}

.commentbox-top {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #2f2f33;
}

.commentbox-top h3 {
  color: #ffffff;
  font-size: 24px;
  padding: 1px 0;
}

.commentbox-top .dropdown-menu {
  min-width: 23%;
  background: #ffffff57;
  backdrop-filter: blur(10px);
}

.commentbox-top .dropdown-menu i {
  margin-right: 5px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}

.commentbox-top .dropdown-menu .fa-facebook {
  background: #0866ff;
}

.commentbox-top .dropdown-menu .fa-square-x-twitter {
  background: #000000;
}

.commentbox-top .dropdown-menu .fa-google {
  background: #d31e2e;
}

.commentbox-top .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 8px;
}

.commentbox-top .dropdown-menu .dropdown-item:focus,
.commentbox-top .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #858585;
}

#commentbox .form-floating>label {
  color: #888;
}

#commentbox .form-floating>label::after {
  color: #888;
  background: #2f2f33 !important;
}

.comment_area {
  padding-top: 0;
  padding-bottom: 0;
}

#commentbox .title {
  font-size: 24px;
  color: #fff;
}

.comments-header {
  margin-bottom: 30px;
}

.comment-nav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%) !important;
}

.comment-nav .nav-link {
  color: #888;
  background: #2f2f33;
  border-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.comment-nav .nav {
  text-align: end;
  display: flex;
  justify-content: end;
}

#commentbox .Comments {
  padding-top: 50px;
}

.comment_area .comment-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background: #2f2f33;
  padding: 15px;
  border-radius: 10px;
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 20px;
  border-radius: 50%;
}

.comment_area .comment-content .comment-author img {
  border-radius: 10px;
}

.comment-meta {
  width: 100%;
}

.comment_area .comment-content .comment-meta .post-date {
  color: #888;
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.comment_area .comment-content .comment-meta h5 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
}


.comment_area .comment-content .comment-meta p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}

.comment_area .comment-content .comment-meta a.like,
.comment_area .comment-content .comment-meta a.reply {
  display: inline-block;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  color: #f1f1f1;
}

.comment_area .comment-content .comment-meta a.like,
.comment_area .comment-content .comment-meta a.reply {
  color: #888;
}

.comment_area .comment-content .comment-meta a.like:focus,
.comment_area .comment-content .comment-meta a.like:hover,
.comment_area .comment-content .comment-meta a.reply:focus,
.comment_area .comment-content .comment-meta a.reply:hover {
  background: #242428;
  color: #ffffff;
}

.comment_area .children {
  margin-left: 50px;
}


.comment_area .children .single_comment_area:last-of-type {
  margin-bottom: 0;
}

/* //////////////////////////////////////////////////////////////////////////
                             commentbox css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            user banner css start
////////////////////////////////////////////////////////////////////////// */
#user-banner {
  position: relative;
}

#user-banner .user-profile-banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#user-banner .user-profile-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
}

#user-banner .user-profile-banner .user-banner-content {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  width: 100%;
  height: 100%;
}

#user-banner .user-profile-banner .user-banner-content h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin-top: 112px;
}

#user-banner .user-profile-banner .user-banner-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 47px;
}

#user-banner .user-profile-banner .user-banner-content ul li {
  margin: 0 10px;
}

#user-banner .user-profile-banner .user-banner-content ul li a {
  padding: 6px 10px;
  font-size: 16px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#user-banner .user-profile-banner .user-banner-content ul li a:hover {
  color: #42d1d8;
}

#user-banner .user-profile-banner .user-banner-content ul li a.active {
  color: #42d1d8;
  border-bottom: 2px solid #42d1d8;
}

#user-banner .user-profile-banner::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgb(36, 36, 40) 100%);
}

/* //////////////////////////////////////////////////////////////////////////
                            user banner css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            user profile css start
////////////////////////////////////////////////////////////////////////// */
#user-profile {
  padding: 30px 0;
}

#user-profile .item-container {
  text-align: center;
}

/* user profile part start*/
.user-details {
  background: #2f2f33;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.user-card {
  width: 100%;
}

.user-card img {
  width: 153px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.user-img {
  position: relative;
  width: 153px;
  margin: 0 auto;
  border-radius: 50%;
}

.card-img-upload {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0px;
  height: 77px;
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  align-content: center;
  transition: all linear .3s;
  border-radius: 0 0 140px 140px;
  opacity: 0;
  font-size: 34px;
  width: 153px;
}

.user-card .card-body h3 {
  margin: 12px 0;
  font-weight: 500;
  color: #fff;
}

.user-img:hover>.card-img-upload {
  opacity: 1;
}

.user-card .card-body h3 span {
  color: #e60023;
  margin-right: 10px;
}

.user-card .card-body .about-user {
  background: #0e0e0e;
  padding: 13px 5px 35px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.user-card .card-body .about-user span {
  color: #fff;
  font-size: 15px;
  border-bottom: 2px dashed #888;
  margin-bottom: 22px;
  display: block;
  padding: 10px;
  border-radius: 0;
  font-weight: 600;
}

.about-user p {
  color: #888;
}

.user-details .personal-details h3 {
  border-bottom: 2px dashed #888;
  padding: 0px 0 10px 0;
  color: #fff;
}

.user-edit {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #42d1d8;
}

.user-edit {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #42d1d8;
}

.personal-details .membership {
  background: #e60023;
  padding: 7px 20px;
  border-radius: 15px;
  color: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  display: inline-block;
  border: 1px solid #f00;
}

.personal-details .membership:hover {
  background: #fff;
  color: #e60023;
}

.personal-details span {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

.personal-details span.red-dot {
  color: #42d1d8;
}

.personal-details-more {
  margin-top: 30px;
}

.personal-details-more p {
  color: #888;
}

.personal-details-more p a {
  color: #888;
}

/* user profile part start*/

/* user settings part start*/
.user-settings {
  background: #2f2f33;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.user-settings ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.user-settings ul li:last-child {
  margin-bottom: 0;
}

.user-settings ul li span,
.user-settings ul li .form-switch-button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.user-settings ul li .form-switch .form-check-input {
  margin-left: 0;
}

.user-settings ul li .form-switch {
  padding-left: 0;
}

.user-settings ul li .form-check.form-switch {
  margin-right: 0;
}

.user-settings ul li .form-check {
  margin-right: 6px;
  margin-bottom: 0;
}

.user-settings ul li .form-check-input:checked {
  background-color: #42d1d8;
  border-color: #42d1d8;
}

.user-settings ul li .form-check-label {
  margin: 4px 0;
}

/* user settings part end*/


/* user Watchlist part start*/
.Watchlist .user-profile-filter {
  margin-bottom: 15px;
}

/* user Watchlist part end*/


/* user notification part start*/

.user-profile-filter .nav.nav-pills {
  justify-content: center;
}

.user-profile-filter ul li button.active {
  background: #42d1d8 !important;
}

.user-profile-filter ul li button {
  cursor: pointer;
  background: #3a3a3e;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.user-profile-filter ul li .nav-link:focus {
  color: #fff;
}

.user-profile-filter ul li button.active:hover {
  color: #fff;
}

.user-profile-filter ul li button:hover {
  color: #42d1d8;
}

/* community notification part start */
.user-notification-full {
  margin-top: 20px;
}

.notification-card {
  margin: 0 8px;
  width: 100%;
}

.notification-card h4 {
  font-size: 25px;
  margin: 6px 0;
}

.notification-card h4 a:hover {
  color: #42d1d8;
}

.notification-card a {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.notification-card p a:hover {
  color: #42d1d8;
}

.notification-content {
  display: flex;
  background: #2f2f33;
  margin-bottom: 15px;
  border-radius: 20px;
}

#anime .notification-content {
  align-items: center;
}

.notification-content img {
  width: 90px;
  border-radius: 20px 0 0 20px;
}

.notification-card p {
  color: #888;
}

.notification-card p.time {
  font-size: 12px;
  color: #888;
}

.notification-content .like-dislike {
  background: #202022;
  border-radius: 20px 0 0 20px;
}

.notification-content .like-dislike ul li button {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 7px;
  border: 0;
  display: flex;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-right: 5px;
  margin-bottom: 5px;
}

.notification-content .like-dislike ul li button:hover i {
  color: #42d1d8;
}

.notification-content .like-dislike ul li {
  padding: 12px;
  text-align: center;
}

.notification-content .like-dislike ul li i {
  color: #888;
  font-size: 22px;
}

.community-notification-top-content li {
  margin-right: 15px;
  padding: 5px;
}

.community-notification-top-content {
  margin: 12px 12px 0 12px;
}

.community-notification-top-content h4 {
  font-size: 25px;
  text-transform: capitalize;
}

.community-notification-top-content li.pinned {
  background: #42d1d8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.community-notification-top-content li.updates {
  color: #F00;
}

.community-notification-top-content li.time {
  color: #fff;
}

.community-notification-top-content .admin {
  display: flex;
  margin: 8px 0;
  align-items: center;
}

.community-notification-top-content .admin img {
  width: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.community-notification-top-content .admin p {
  margin-left: 4px;
  font-size: 12px;
}

.community-notification-top-content .admin p span {
  color: #888;
  border: 1px solid #888;
  border-radius: 5px;
  font-size: 9px;
}

/* community notification part start */

/* //////////////////////////////////////////////////////////////////////////
                            user profile css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            contact css start
////////////////////////////////////////////////////////////////////////// */
#contact {
  padding: 100px 0;
  background-position:
    50% 50%;
  background-size: cover;
}

#contact .heading-section h4 {
  background: transparent;
}

#contact .heading-section p {
  color: #fff;
  margin-top: 14px;
}

#contact .contact-form-icons {
  margin-bottom: 15px;
}

#contact .contact-form-icons ul {
  justify-content: space-between;
}

#contact .contact-form-icons li a {
  padding: 4px 18px 4px 0;
  background: #242428;
  display: inline-block;
  border-radius: 30px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

#contact .contact-form-icons li a:hover {
  background: #4c4c54;
}

#contact .contact-form-icons li span {
  font-size: 15px;
  font-weight: 600;
}

#contact .contact-form-icons li a i.fa-facebook-f {
  background: #1877F2;
}

#contact .contact-form-icons li a i.fa-discord {
  background: #566af6;
}

#contact .contact-form-icons li a i.fa-reddit-alien {
  background: #FF4500;
}

#contact .contact-form-icons li a i.fa-x-twitter {
  background: #14171a;
}

#contact .contact-form-icons li a i.fa-telegram {
  background: #0088cc;
}

#contact .contact-form-icons li a i {
  width: 35px;
  height: 35px;
  align-content: center;
  border-radius: 50%;
  font-size: 17px;
  margin-left: 8px;
}

#signupForm {
  justify-content: center;
  display: flex;
}

#signupForm fieldset {
  width: 767px;
  text-align: center;
}

.contact-form {
  background: #2f2f3369;
  padding: 35px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  backdrop-filter: blur(10px);
}

.contact-form .heading-section ::after {
  display: none;
}

.contact-form .form-control {
  background: #fff;
  color: #000;
}

.contact-form .form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
  background: #51569e;
}

.contact-form .form-floating>.form-control-plaintext~label::after,
.contact-form .form-floating>.form-control:focus~label::after,
.contact-form .form-floating>.form-control:not(:placeholder-shown)~label::after,
.contact-form .form-floating>.form-select~label::after {
  background: #42D1D8;
}

.contact-form .form-floating>label {
  padding: 20px 15px;
  font-size: 13px;
  font-weight: 800;
  color: #888;
}

.contact-form .form-floating.form_select>label {
  color: #000;
}

.contact-form .form-control {
  background: #242428;
  color: #fff;
  border-color: #888;
}

.contact-form-btn {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  padding: 10px 50px;
  color: #fff;
  border: 2px solid #2f2f33;
  border-radius: 20px;
  text-align: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.contact-form-btn:hover {
  background: linear-gradient(180deg, #6A4EF8 -1.75%, #42D1D8 100.23%);
}

.contact-form .form-select {
  background-color: #242428;
  border-color: #888;
}

.contact-form .form-select {
  color: #fff;
}

form.cmxform label.error,
label.error {
  color: red !important;
  display: contents;
  font-size: 13px;
  font-weight: 600;
}

/* //////////////////////////////////////////////////////////////////////////
                            contact css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            footer css start
////////////////////////////////////////////////////////////////////////// */
.footer {
  background-color: #0e0e0e;
  color: #fff;
}

.AtoZ_list {
  margin: 15px;
}

.AtoZ_list ul {
  padding: 0;
  z-index: 2;
  position: relative;
}

.AtoZ_list li a {
  display: flex;
  text-align: center;
  background: rgba(47, 47, 51, 0.3);
  margin-right: 3px;
  justify-content: center;
  margin-top: 14px;
  font-size: 12px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  color: #b9bbbe;
  padding: 10px 10px;
  border-radius: 5px;
  font-weight: 800;
  backdrop-filter: blur(20px);
}

.AtoZ_list li a:hover {
  background: #42d1d8;
  color: #fff;
}

.AtoZ_list h4 {
  color: #fff;
  margin-right: 12px;
  border-right: 1px solid #6A4EF8;
  padding-right: 13px;
}

.AtoZ_list p {
  color: #aaa;
}

.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}

.footer-content-column ul li a {
  color: #b9bbbe;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  font-weight: 500;
}

.footer-content-column ul li a:hover {
  color: #6a4ef8;
}

.footer-logo-link {
  display: inline-block;
}

.footer-menu {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.footer-menu-name {
  color: #FFF;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  border-left: 4px solid #6A4EF8;
  padding-left: 2px;
}

.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.footer-menu-list li {
  margin-top: 5px;
}

.footer-call-to-action-description {
  color: #b9bbbe;
  margin-top: 0px;
  margin-bottom: 8px;
}

.button:last-of-type {
  margin-right: 0;
}

.footer-content {
  position: relative;
}

.footer-idol-image {
  position: absolute;
  top: 0;
  right: 0;
}

.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


.footer-social-links {
  bottom: 48px;
  height: 54px;
  position: absolute;
  left: 20px;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #2f2f33;
}

.footer-social-link.icon1 {
  left: 5px;
  top: 11px;
}

.footer-social-link {
  display: block;
  padding: 15px;
  position: absolute;
  font-size: 20px;
  color: #888;
}


.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill .2s;
}

.footer-social-link.icon2 {
  left: 62px;
  top: 3px;
}

.footer-social-link.icon3 {
  left: 117px;
  top: 8px;
}

.footer-social-link.icon4 {
  left: 174px;
  top: 7px;
}

.footer-copyright {
  background-color: #2f2f33;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  margin-top: 14px;
  position: relative;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #888;
}

.footer-copyright-link a {
  color: #888;
}

/* //////////////////////////////////////////////////////////////////////////
                            footer css end
////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////
                            error css start
////////////////////////////////////////////////////////////////////////// */
#error-page {
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  padding: 30px 0;
}

#error-page h1 {
  font-size: 160px;
  font-weight: 800;
  color: red;
}

#error-page h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

#error-page p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

#error-page .btnstyle {
  margin-top: 32px;
}

/* //////////////////////////////////////////////////////////////////////////
                              error css start
  ////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////
                            coming soon css start
////////////////////////////////////////////////////////////////////////// */
#coming-soon {
  padding-top: 160px;
  padding-bottom: 160px;
  background: linear-gradient(180deg, #42D1D8 -1.75%, #6A4EF8 100.23%);
  position: relative;
}

.coming_soon_details {
  z-index: 2;
  position: relative;
  justify-items: center;
  display: grid;
}

.coming_soon_details h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}

.coming_soon_details h3 {
  color: #51569e;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  font-weight: 800;
}

.coming-soon-img {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}

.coming-soon-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#coming-soon .flipper {
  font-size: 70px !important;
}

/* //////////////////////////////////////////////////////////////////////////
                            coming soon css end
////////////////////////////////////////////////////////////////////////// */