:root {
  --color-primary: #898b8e;
  --color-purple: #e2171c;
  --color-white: #ffffff;
  --color-black: #111111;
  --color-black-light: #242424;
  --color-semi-grey: #9f9f9f;
  --color-grey: #a4a4a4;
  --color-medium-grey: #b4b4b4;
  --color-dark-grey: #616161;
  --color-darker-grey: #808080;
  --color-grey-normal: #868686;
  --color-grey-light: #d4d4d4;
  --font-primary: "Maven Pro";
  --font-sec: "Poppins", sans-serif;
  --font-Noir-Pro-Bold: "Maven Pro", sans-serif;
  --font-Noir-Pro-semiBold: "Maven Pro", sans-serif;
  --font-Noir-Pro-Light: "Maven Pro", sans-serif;
  --transition: all 0.3s ease-in-out;
  --font-body-1: 18px;
  --font-body-2: 16px;
  --font-body-3: 14px;
  --font-body-4: 12px;
  --line-height-b1: 1.5;
  --line-height-b3: 1.1;
  --h1: 80px;
  --h2: 64px;
  --h3: 48px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
}

/*-------------------------
Reset Styles
-------------------------*/
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: unset;
  /* letter-spacing: 0.5px; */
}

a:hover {
  color: var(--color-primary);
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  margin: -10px 0;
}

ul.list-style li,
ol.list-style li {
  margin: 10px 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--color-primary);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------------
Table
-------------------------*/
table {
  /* border-collapse: unset; */
}

table td {
  border: 0;
  position: relative;
}

table th {
  color: var(--color-grey-normal);
  border-color: var(--color-grey-normal);
}

/*-------------------------
Typography
-------------------------*/
body {
  font-family: var(--font-primary);
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  color: var(--color-dark);
  font-weight: 400;
  /* letter-spacing: 0.5px; */
  height: 100%;
  overflow-x: hidden;
  background-color: var(--color-black-light);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 10px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  /* letter-spacing: 1.5px; */
  color: var(--color-text-dark);
  /* line-height: var(--line-height-b3); */
}

p {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  margin: 0 0 10px 0;
  /* letter-spacing: 0.5px; */
  color: var(--color-white);
}

.body-font1 {
  font-size: var(--font-body-1);
  line-height: var(--line-height-b1);
}

.body-font2 {
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
}

.body-font3 {
  font-size: var(--font-body-3);
  line-height: var(--line-height-b3);
}

.body-font4 {
  font-size: var(--font-body-4);
  line-height: var(--line-height-b3);
}

/*-------------------------
Forms Styles
-------------------------*/
input,
.form-control {
  border: none;
  border-radius: 0px;
  background-color: var(--color-black-light);
  color: var(--color-text-dark);
  padding: 5px 20px;
  font-weight: 400;
  font-weight: 18px;
  width: 100%;
  color: var(--color-grey-light);
  border: 1px solid var(--color-grey-light);
  /* box-shadow: 0 24px 48px -15px rgba(153, 161, 170, 0.25); */
  /* -- Placeholder -- */
}

input:focus,
.form-control:focus {
  outline: none;
  background-color: var(--color-black-light);
  color: var(--color-white);
  border: 1px solid var(--color-grey-light);
  border-left: none;
  box-shadow: none;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

.input-group-text {
  border-color: var(--color-grey-light);
}

.input-group input {
  border-radius: 0 10px 10px 0;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input::placeholder,
.form-control::placeholder {
  color: var(--color-gray-2);
  /* Firefox */
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-gray-2);
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-gray-2);
}

.input-group .anime-btn {
  border-color: var(--color-grey-light);
}

.input-group .anime-btn i {
  color: var(--color-grey-light);
}

input {
  height: 40px;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
  background-color: var(--color-grey);
}

input[type="checkbox"]:checked {
  accent-color: var(--color-primary);
}

input[type="range"]::-webkit-slider-thumb {
  background: var(--color-primary);
}

input[type="radio"] {
  height: auto;
  width: auto;
}



input[type="radio"]:checked {
  accent-color: var(--color-primary);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.error-msg,
.success-msg {
  margin-top: 25px;
}

.error-msg p,
.success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}

.error-msg p {
  color: #ff0000;
}

.success-msg p {
  color: #15c54b;
}

.sec-mar {
  margin: 80px 0;
}

.sec-pad {
  padding: 50px 0;
}

@media only screen and (max-width: 992px) {
  .sec-mar {
    margin: 50px 0;
  }
}

/*-------------------------
Rating Input
-------------------------*/
.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.star-cb-group * {
  font-size: 1rem;
}

.star-cb-group > input {
  display: none;
}

.star-cb-group label {
  margin-bottom: 0;
  height: 38px;
  font-size: 26px;
}

.star-cb-group > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}

/*-------------------------
Helper Classes
-------------------------*/
.bg-color-dark {
  background-color: var(--color-black-light);
}

.bg-color-black {
  background-color: var(--color-black);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.show {
  background: var(--color-black-light);
  color: var(--color-dark-grey);
  padding: 10px;
  border-radius: 15px;
  border: 1px solid var(--color-medium-grey);
}

.dropdown-menu.show li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-grey-light);
}

a.text-box {
  display: inline-block;
  padding: 0px 10px;
  border: 2px solid var(--color-medium-grey);
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  color: var(--color-medium-grey);
  margin-bottom: 20px;
}

a.white {
  border: 2px solid var(--color-white);
  color: var(--color-white);
}

a.text-box.active {
  color: var(--color-black);
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

a.text-box:hover {
  color: var(--color-black);
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@media only screen and (max-width: 1250px) {
  a.text-box {
    margin-right: 5px;
  }
}

p.text-box {
  display: inline-block;
  padding: 0px 10px;
  border: 2px solid var(--color-medium-grey);
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
  color: var(--color-medium-grey);
  margin-bottom: 20px;
}

p.white {
  border: 2px solid var(--color-white);
  color: var(--color-white);
}

p.text-box.active {
  color: var(--color-black);
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

p.text-box:hover {
  color: var(--color-black) !important;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@media only screen and (max-width: 1250px) {
  p.text-box {
    margin-right: 5px;
  }
}

/*-------------------------
Back To Top
--------------------------*/
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.back-to-top:focus {
  color: var(--color-black);
}

.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}

.back-to-top.show:hover {
  color: var(--color-black);
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}

/*-------------------------
Button
-------------------------*/
.anime-btn {
  border-radius: 10px;
  font-weight: 500;
  height: auto;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border-right: none;
  background: var(--color-black-light);
}

.anime-btn.btn-dark.border-change {
  border: 2px solid #ffffff;
}

.anime-btn.btn-dark {
  padding: 10px 18px;
  border-radius: 3px;
  border: 2px solid var(--color-purple);
  border-radius: 100px;
  color: var(--color-white);
  font-size: 16px;
}

.anime-btn.btn-dark:hover {
  background: var(--color-purple);
  color: var(--color-white);
}

.anime-btn.btn-dark.border-change:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

@media only screen and (max-width: 991px) {
  .anime-btn.btn-large {
    padding: 18px 35px;
  }
}

/* -----------------------
Heading Styles
--------------------------*/
.heading.style-1 {
  margin-bottom: 40px;
}

.heading.style-1 h2 {
  width: 100%;
  font-family: var(--font-Noir-Pro-Bold);
  font-weight: bold;
  font-size: 52px;
  /* color: var(--color-white); */
  /* text-transform: uppercase; */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.heading.style-1 h2 span {
  color: var(--color-grey-light);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.heading.style-1 span {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-grey-light);
}

.heading.style-1 h2 span .active i {
  color: var(--color-primary);
}

.heading.style-1 p {
  font-size: 16px;
  color: var(--color-grey-normal);
}

.heading.style-2 {
  margin-bottom: 50px;
}

.heading.style-2 h2 {
  font-weight: 600;
  font-size: 30px;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.heading.style-2 p {
  font-size: 16px;
  text-align: right;
  color: var(--color-grey-normal);
}

.heading.style-2 p i {
  color: var(--color-dark);
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  .heading.style-1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .heading.style-1 h2 {
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
  }
  .round-circle {
    height: 308px;
  }

  .round-circle h3 {
    font-size: 18px;
  }
  .round-circle ul {
    font-size: 14px;
    padding-left: 3rem;
  }
  .addfold {
    left: 20px;
    margin-top: 10px;
    top: 0;
  }
  .heading.style-1 h2 span {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 492px) {
  .heading.style-1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .heading.style-1 span {
    font-size: 12px;
  }

  .heading.style-1 h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading.style-1 h2 span {
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .heading.style-1 p {
    font-size: 14px;
    text-align: center;
  }

  .heading.style-2 h2 {
    text-align: center;
  }

  .heading.style-2 p a {
    display: none;
  }
}

/* -----------------------
Card
--------------------------*/
.card {
  background-color: #f1f1f1;
  border-radius: 0;
  border: none;
}

.card-body {
  padding: 30px 0px;
}

/* -----------------------
Pagination
--------------------------*/
.pagination-wrape {
  padding: 30px 0 0 0;
  text-align: center;
}

ul.pagination {
  display: block;
}

ul.pagination li {
  display: inline-block;
  margin: 0 15px;
}

ul.pagination li a {
  line-height: 42px;
  width: 42px;
  text-align: center;
  color: var(--color-grey-light);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 0 10px;
  font-size: 32px;
  transition: all 0.5s;
  border: var(--border-light);
  border-radius: 4px;
  background: var(--color-dark-grey);
}

ul.pagination li a:focus {
  outline: 0;
  box-shadow: none;
  color: var(--color-grey-light);
  background: var(--color-dark-grey);
}

ul.pagination li a.arrow {
  background: transparent;
  font-size: 24px;
  font-family: 600;
}

ul.pagination li a:hover {
  background: var(--color-black);
  color: var(--color-primary);
}

ul.pagination li a.current {
  background: var(--color-black);
  color: var(--color-primary);
}

@media only screen and (max-width: 991px) {
  .pagination-wrape {
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  ul.pagination li a {
    line-height: 25px;
    width: 32px;
    padding: 0 4px;
    font-size: 16px;
  }

  ul.pagination li a.arrow {
    font-size: 16px;
  }
}

@media only screen and (max-width: 490px) {
  ul.pagination li {
    margin: 0 8px;
  }

  .pagination-wrape {
    margin-top: 0px;
  }
}

/*-------------------------
Breadcrumb
-------------------------*/
.breadcrumb {
  margin: 0;
}

.breadcrumb-content {
  display: block;
}

.breadcrumb .breadcrumb-content ul {
  margin: 30px 0 0;
  padding: 0;
}

.breadcrumb .breadcrumb-content li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  margin-right: 30px;
}

.breadcrumb .breadcrumb-content li:after {
  content: "/";
  color: var(--color-dark-grey);
  font-size: 20px;
  position: absolute;
  top: 1px;
  right: -20px;
}

.breadcrumb .breadcrumb-content li a {
  color: var(--color-grey-light);
  font-size: 20px;
}

.breadcrumb .breadcrumb-content li a:hover {
  color: var(--color-primary);
}

.breadcrumb .breadcrumb-content li a.active {
  color: var(--color-primary);
}

.breadcrumb .breadcrumb-content li:last-child:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-content li {
    font-size: 16px;
    margin-right: 25px;
  }

  .breadcrumb .breadcrumb-content li a {
    color: var(--color-dark-grey);
    font-size: 16px;
  }

  .breadcrumb .breadcrumb-content li:after {
    font-size: 13px;
    right: -20px;
  }
}

/* -----------------------
Timer Countdown
--------------------------*/
.timer {
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin-bottom: 30px; */
}

.timer li {
  background-color: var(--color-white);
  color: var(--color-black-light);
  font-family: var(--font-Noir-Pro-Bold);
  display: inline-block;
  box-shadow: 0px 0px 15px #b35d22;
  border-radius: 13px;
  padding: 5px 10px;
  font-weight: 275;
  font-size: 35px;
  margin: 0 10px;
}

.timer li small {
  font-size: 20px;
  font-family: var(--font-Noir-Pro-Light);
  color: var(--color-dark-grey);
  padding-left: 5px;
}

.timer li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  .timer li {
    padding: 5px;
    font-size: 25px;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 492px) {
  .timer li {
    font-size: 16px;
    border-radius: 4px;
  }

  .timer li small {
    font-size: 12px;
  }
}

/*=======================================================================
3.Blocks Styles
=========================================================================*/
/*-------------------------
Header Styles
-------------------------*/
.header.style-1 {
  background: var(--color-black);
  height: 100px;
}

.header.style-1 nav {
  padding: 30px 0px;
  z-index: 999;
}

.header.style-2 .container {
  position: relative;
}

.header.style-2 nav {
  padding: 15px;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
}

.header .navbar-toggler {
  padding-left: 0;
  padding-right: 0;
  float: right;
}

.header .navbar-toggler {
  color: var(--color-white);
}

.header .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.header nav .navbar-brand {
  padding: 0;
  width: 175px;
}

.header nav i {
  color: var(--color-grey-light);
  font-size: 20px;
}

.mainmenu > li {
  margin: 0 5px;
}

.mainmenu > li > a {
  color: var(--color-grey-light);
  font-weight: 500;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  padding: 0px 9px 10px;
  letter-spacing: 2px;
  display: block;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-transform: uppercase;
}

.header.style-2 .mainmenu > li > a {
  color: var(--color-white);
}

.header .mainmenu > li > a:hover {
  color: var(--color-purple);
}

.header .mainmenu > li > a.active {
  color: #ee1f24;
  font-weight: 600;
}

.mainmenu > li > a.active::before {
  width: 100%;
  opacity: 1;
}

.mainmenu > .menu-item-has-children {
  position: relative;
}

.mainmenu > .menu-item-has-children > a {
  position: relative;
}

.header.style-1 .header-search-box {
  width: 400px;
  margin: 0 15px;
}

.header.style-2 form {
  width: 40%;
  margin-left: 10px;
}

.header.style-2 .header-search-box {
  width: 100%;
}

.header.style-3 .side-navbar .navbar-collapse .navbar-nav li .anime-btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  height: auto;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  background: var(--color-black-light);
  letter-spacing: 1px;
}

.header.style-3 .side-navbar .navbar-collapse .navbar-nav li .anime-btn:hover {
  color: var(--color-white);
  background: var(--color-purple);
}

.header.style-3
  .side-navbar
  .navbar-collapse
  .navbar-nav
  li
  .anime-btn.anime-btn.border-change:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.header.style-3 .side-navbar {
  height: 799px;
}

.header .dropdown-menu.show {
  width: 100%;
  margin-top: 1rem;
}
.dropdown-menu {
  min-width: 14rem;
}
.header .dropdown-menu.show li {
  width: 100%;
  display: inline-block;
}

.header .dropdown-menu.show a {
  /* font-weight: 600; */
  font-size: 14px;
  padding: 6px;
  color: var(--color-grey-light);
  text-transform: capitalize;
}

.header .dropdown-menu.show a.active {
  color: var(--color-primary);
}

.header .dropdown-menu.show a:hover {
  color: var(--color-purple);
}

@media only screen and (min-width: 992px) {
  header.style-3.header-frame {
    width: 18%;
  }

  .header.style-3 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header.style-3 .side-navbar {
    padding: 50px 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.25);
    max-width: 10%;
  }

  .header.style-3 .side-navbar img {
    height: 30px;
    object-fit: contain;
    margin-bottom: 20px;
  }

  .header.style-3 .side-navbar .navbar-collapse {
    flex-direction: column;
  }

  .header.style-3 .side-navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    justify-content: center;
  }

  .header.style-3 .side-navbar .navbar-collapse .navbar-nav li {
    margin-bottom: 20px;
  }
}

.header.style-3
  .side-navbar
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu.show
  li {
  margin: 0;
}

@media only screen and (max-width: 1399px) {
  .header.style-1 .header-search-box {
    width: 250px;
  }

  .header.style-2 form {
    width: 25%;
  }

  .header.style-3 {
    max-width: 200px;
  }

  .header.style-3 .side-navbar {
    height: 720px;
  }
}

@media only screen and (992px <= width <= 1199px) {
  .header.style-1 {
    height: 100px;
  }

  .header.style-1 nav {
    padding: 20px 0px;
  }

  .header.style-1 .header-search-box {
    width: 150px;
  }
}

@media only screen and (max-width: 992px) {
  .header.style-1 {
    height: 80px;
  }

  .header.style-1 nav {
    padding: 25px 0 0;
  }

  .header.style-1 .header-search-box {
    width: 350px;
    margin: 10px 0 24px 5px;
  }

  .header.style-1 .navbar-collapse {
    background: rgba(17, 17, 17, 0.9);
    padding: 20px;
    border-radius: 0 0 15px 15px;
    margin-top: 15px;
  }

  .header.style-2 .navbar-collapse {
    background: rgba(17, 17, 17, 0.9);
    padding: 20px;
    border-radius: 0 0 15px 15px;
    margin-top: 15px;
  }

  .header.style-2 form {
    width: 100%;
    margin-left: 0;
  }

  .header.style-2 .header-search-box {
    padding: 0 10px;
  }

  .header.style-2 .anime-btn.btn-dark {
    font-size: 24px;
  }

  .header.style-2 .navbar-collapse i {
    font-size: 18px;
  }

  .header.style-3 .side-navbar .navbar-collapse .right-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header.style-3 .side-navbar {
    height: auto;
  }

  .header.style-3 .navbar-collapse .navbar-nav li .anime-btn {
    width: 130px;
  }

  .header.style-3 .navbar-collapse {
    padding-top: 30px;
  }

  .header.style-3 .navbar-collapse form {
    width: 400px;
  }

  .header.style-3 {
    max-width: 100%;
    padding: 20px 30px;
    background-color: #111111;
  }

  .mainmenu > li > a {
    font-size: 28px;
  }

  .header input {
    height: 50px;
  }

  .mainmenu > li {
    margin: 10px 10px;
  }

  .header nav .right-nav {
    margin: 10px;
  }
}

@media only screen and (max-width: 492px) {
  .header.style-1 .header-search-box {
    width: 100%;
    margin: 10px 0 24px 5px;
  }

  .header .dropdown-menu.show {
    width: 100%;
    padding: 10px 5px;
  }

  .header .dropdown-menu.show a {
    font-size: 13px;
    padding: 5px;
  }

  .header input {
    height: 40px;
  }

  .mainmenu > li {
    margin: 2px 5px;
  }

  .mainmenu > li > a {
    font-size: 14px;
  }

  .header.style-3 .side-navbar .navbar-collapse form {
    width: 100%;
  }

  .header.style-2 .navbar-collapse {
    background: rgba(17, 17, 17, 0.9);
    padding: 10px;
    border-radius: 0 0 15px 15px;
    margin-top: 10px;
  }

  .header.style-2 .header-search-box {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .header.style-2 .anime-btn.btn-dark {
    font-size: 16px;
  }

  .header.style-2 .navbar-collapse i {
    font-size: 20px;
  }

  .header input,
  .form-control {
    padding: 5px;
  }

  .header nav .right-nav {
    margin: 5px 5px;
  }
}

/*-------------------------
Footer Styles
-------------------------*/
.footer-main.style-2 {
  background: url(../images/footer-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
  background-attachment: fixed;
  background-position: center;
}

.footer-main.style-2 .footer-widget {
  width: 50%;
  margin: 0 auto;
}

.footer-main.style-1 .footer-widget a {
  margin-bottom: 34px;
}

.footer-widget {
  padding: 50px 0;
}

.footer-widget.align-middle {
  float: right;
  padding: 110px 0;
}

.footer-widget img {
  width: 250px;
}

.footer-widget .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget .social-icons li {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
}

.footer-main.style-1 .footer-widget .social-icons li a {
  margin: 0;
}

.footer-widget .social-icons li:last-child {
  margin-right: 0;
}

.footer-widget p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  color: var(--color-semi-grey);
}

.footer-widget h6 {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-widget p.light-text {
  color: var(--color-grey-light);
  margin-bottom: 20px;
}

.footer-widget .social-links li {
  display: inline-block;
  margin-right: 15px;
}

.footer-widget .footer-email-box input {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  /* white */
  border: 1px solid var(--color-white);
  border-radius: 8px 0px 0px 8px;
  font-weight: 400;
  font-size: 18px;
  height: 45px;
}

.footer-widget .footer-email-box button {
  background: rgba(0, 0, 0, 0.5);
  height: 45px;
  border: 1px solid var(--color-white);
  border-radius: 0px 8px 8px 0px;
  font-family: var(--font-Noir-Pro-Bold);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--color-white);
  padding: 8px 16px;
}

.footer-widget .footer-email-box button:hover {
  color: var(--color-primary);
}

.footer-widget .text {
  font-family: var(--font-Noir-Pro-Light);
  font-weight: 300;
  font-size: 14px;
  color: var(--color-grey-light);
}

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom-link a,
.footer-copyright .copyright-text {
  color: var(--color-darker-grey);
}

.footer-bottom-link a:hover,
.footer-copyright .copyright-text a:hover {
  color: var(--color-purple);
}

@media only screen and (max-width: 992px) {
  .footer-main.style-2 .footer-widget {
    width: 100%;
  }

  .footer-widget {
    padding: 0;
    padding: 50px 10px;
    text-align: center;
  }

  .footer-widget.align-middle {
    float: unset;
    padding: 0 0 50px;
  }

  .footer-bottom-link,
  .footer-copyright {
    text-align: center !important;
  }

  .footer-bottom-link a,
  .footer-copyright .copyright-text {
    line-height: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-widget img {
    width: 200px;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .footer-main.style-2 .footer-widget {
    width: 100%;
    padding: 30px 20px;
    vertical-align: middle;
    margin: 0 auto;
  }

  .footer-widget p {
    font-size: 12px;
    margin: 20px 0 30px !important;
  }

  .footer-widget .text {
    margin: 10px 0 0 !important;
  }

  .footer-widget h6 {
    font-size: 22px;
  }

  .footer-widget p.light-text {
    font-size: 12px;
    margin: 10px 0 !important;
  }

  .footer-widget .footer-email-box button {
    font-size: 12px;
    padding: 8px;
    height: 38px;
  }

  .footer-widget .footer-email-box input {
    font-size: 14px;
    padding: 10px 8px;
    height: 38px;
  }

  .footer-main.style-2 {
    height: auto;
  }

  .footer-bottom-link a,
  .footer-copyright .copyright-text {
    font-size: 13px;
  }
}

/*=======================================================================
4. Template Styles
=========================================================================*/
/*-------------------------
Banner
-------------------------*/
/*
.banner.style-1 .banner-block.style-1 {
background: url(../images/banner-bg-6.png);
background-repeat: no-repeat;
background-size: cover;
}

.banner.style-2 .banner-block.style-1{
background: url(../images/banner-bg-7.png);
background-repeat: no-repeat;
background-size: cover;
}
.banner.style-2 .banner-block.style-2{
background: url(../images/banner-bg-5.png);
background-repeat: no-repeat;
background-size: cover;
}
.banner.style-2 .banner-block.style-3{
background: url(../images/banner-bg-7.png);
background-repeat: no-repeat;
background-size: cover;
} */
.banner.style-2 .banner-block {
  padding: 200px 0 50px;
}

.banner.style-1 .banner-content {
  display: table-cell;
  height: 700px;
  vertical-align: middle;
}

.banner.style-1 .banner-block.style-2 {
  background: url(../images/banner-bg-6.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.style-1 .banner-block.style-3 {
  background: url(../images/banner-bg-7png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .slick-prev {
  left: 80px;
  z-index: 100;
  display: none !important;
}

.banner .slick-next {
  display: none !important;
  right: 80px;
  z-index: 100;
}

.banner .slick-prev:before,
.banner .slick-next:before {
  color: white;
  font-size: 40px;
}

.banner:hover .slick-prev,
.banner:hover .slick-next {
  display: inline-block !important;
}

.banner.style-3 .banner-block {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  margin: 46px 30px 46px 0;
}

.banner.style-3 .banner-content {
  padding: 15px 20px;
}

.banner-block h2.title {
  font-family: var(--font-Noir-Pro-Bold);
  font-size: 80px;
  color: var(--color-white);
  margin-bottom: 0;
  text-align: center;
}

.banner.style-3 h2.title {
  font-size: 40px;
}

.banner-block p.text {
  font-size: 40px;
  color: var(--color-white);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.banner.style-3 p.text {
  margin-bottom: 0;
  display: inline;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-medium-grey);
  padding-right: 20px;
}

.banner-block .tag-box {
  display: inline-block;
  margin-top: 10px;
}

.banner-block p.light-text {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.banner.style-3 p.light-text {
  font-family: var(--font-Noir-Pro-Bold);
  margin-bottom: 0;
}

.banner-block p {
  color: var(--color-grey-light);
}

.banner a.banner-btn {
  background: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  padding: 8px 21px;
  color: var(--color-white);
  border: 2px solid #b31217;
  border-radius: 100px;
  margin: 20px auto;
  display: block;
  width: fit-content;
  .btn-grad {
    background-image: linear-gradient(
      to right,
      #e52d27 0%,
      #b31217 51%,
      #e52d27 100%
    );
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .btn-grad {
    background-image: linear-gradient(
      to right,
      #e52d27 0%,
      #b31217 51%,
      #e52d27 100%
    );
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .btn-grad {
    background-image: linear-gradient(
      to right,
      #e52d27 0%,
      #b31217 51%,
      #e52d27 100%
    );
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .btn-grad {
    background-image: linear-gradient(
      to right,
      #e52d27 0%,
      #b31217 51%,
      #e52d27 100%
    );
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px #ffffff;
  hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
}

.banner a.banner-btn:focus,
.banner a.banner-btn:hover {
  background: #000000;
  color: var(--color-white);
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.banner.style-1 img {
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}

.banner .dignole-img {
  object-fit: contain;
  height: 100%;
}

.banner.style-2 .banner-block p.text {
  font-size: 25px;
  color: var(--color-grey-light);
  margin-bottom: 20px;
  text-align: center;
}

.banner.style-2 .banner-block p.light-text {
  font-family: var(--font-Noir-Pro-Bold);
  font-size: 40px;
  color: var(--color-white);
  margin-bottom: 0px;
  text-align: center;
}

.banner.style-2 .banner-content {
  padding: 15px 0 20px 0;
  text-align: right;
}

.banner.style-2 .banner-content p {
  margin-bottom: 0px;
}

.banner.style-2 .banner-content p.light-text {
  font-family: var(--font-Noir-Pro-semiBold);
  font-weight: 600;
  font-size: 30px;
  color: var(--color-white);
  margin-bottom: 10px;
}

.hide-img {
  display: none;
}

@media only screen and (min-width: 1199px) {
  .banner.style-3 .banner-frame {
    width: 80%;
    margin-left: auto;
  }
}

@media only screen and (991px <= width <= 1199px) {
  .banner.style-3 .banner-frame {
    width: 75%;
    margin-left: auto;
  }

  .banner.style-3 .banner-block {
    margin: 27px 30px 27px 0;
  }

  .banner a.banner-btn {
    font-size: 24px;
    line-height: 28px;
    padding: 8px 40px;
  }
}

@media only screen and (max-width: 1250px) {
  .banner.style-2 .banner-block {
    padding: 150px 0 30px;
  }

  .banner-block h2.title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .banner.style-3 p.text {
    font-size: 16px;
  }

  .banner-block .tag-box {
    margin-top: 10px;
  }

  .banner.style-3 p.light-text {
    font-size: 18px;
  }

  .banner.style-3 .banner-content {
    padding: 15px 15px;
  }

  .banner.style-3 h2.title {
    font-size: 26px;
  }

  .banner .slick-prev {
    left: 40px;
  }

  .banner .slick-next {
    right: 40px;
  }

  .banner-block p.text {
    font-size: 34px;
  }

  .banner.style-2 .banner-content {
    text-align: left;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 992px) {
  .banner.style-1 .banner-content {
    height: 600px;
  }

  .banner.style-1 img {
    display: none;
  }

  .banner.style-2 .banner-block {
    padding: 120px 10px 30px;
  }

  .banner-block h2.title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .banner.style-3 p.text {
    font-size: 14px;
  }

  .banner.style-3 h2.title {
    font-size: 20px;
  }

  .banner.style-3 .banner-block {
    margin: 40px 0;
  }

  .banner.style-3 p.light-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 580px) {
  .show-img {
    display: none;
  }

  .hide-img {
    display: block;
  }

  .banner .text.pe-0 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 492px) {
  .banner.style-2 {
    background: url(../media/banner/banner-bg-5.png);
  }

  .banner.style-1 .banner-content {
    height: 500px;
  }

  .banner.style-1 .banner-block {
    padding: 0px 10px;
  }

  .banner.style-2 .banner-block {
    padding: 100px 10px 30px;
  }

  .banner .row.pt-5 {
    padding-top: 15px !important;
  }

  .banner-block h2.title {
    font-size: 38px;
  }

  .banner.style-2 .banner-block h2.title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .banner-block p.text {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .banner-block p.text-box {
    margin-bottom: 15px;
  }

  .banner.style-2 .banner-block p.text {
    font-size: 10px;
  }

  .banner-block p.light-text {
    font-size: 20px;
  }

  .banner.style-2 .banner-block p.light-text {
    font-size: 20px;
  }

  .banner.style-2 .banner-content p.light-text,
  .banner.style-2 .banner-content p {
    display: none;
  }

  .banner-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .banner.style-2 .banner-content {
    padding: 10px 0;
  }

  .banner a.banner-btn {
    font-size: 24px;
    line-height: 28px;
    padding: 8px 40px;
  }
}

/*-------------------------
Anime blog
-------------------------*/
.anime-blog {
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}

/* .anime-blog a{
display: block;
} */
.anime-blog .img-block {
  border-radius: 10px;
}

.anime-blog img {
  margin-bottom: 0px;
  width: 100%;
  border-radius: 10px;
  object-fit: fill;
}

.anime-blog .action-overlay {
  background-color: #000000b3;
  position: absolute;
  width: 100%;
  padding-top: 150px;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  height: 407px;
  border-radius: 7px;
  color: var(--color-white);
  font-size: 35px;
  font-family: var(--font-Noir-Pro-semiBold);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.anime-blog .img-block:hover + .action-overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

.anime-blog .action-overlay:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

.anime-blog .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--color-medium-grey);
  display: inline;
}

.anime-blog .detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.anime-blog .tags {
  display: -webkit-box;
}

.anime-blog .text-box {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}

.anime-blog a p {
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 0;
  /* text-align: justify; */
  color: #fff;
}

.anime-blog a:hover p {
  color: var(--color-primary);
}

.anime-blog .dropdown {
  position: relative;
  float: right;
}

.anime-blog .dropdown button:hover svg rect,
.anime-blog .dropdown button:hover svg path {
  fill: var(--color-primary);
}

.anime-blog button {
  border: none;
  background: transparent;
}

.dropdown button::after {
  display: none;
}

.anime-blog .dropdown-menu.show {
  display: block;
  top: 0;
  width: 300px;
}

.anime-blog .dropdown-menu a {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
  padding: 5px 0;
}

.anime-blog .dropdown-menu a i {
  margin-right: 10px;
}

.anime-blog .dropdown-menu a:hover {
  color: var(--color-purple);
}

@media only screen and (max-width: 1399px) {
  .anime-blog p {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 10px;
  }
}

@media only screen and (1199px <= width <= 1399px) {
  .anime-blog .text-box {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1250px) {
  .anime-blog span {
    font-size: 15px;
    padding-right: 10px;
  }

  .anime-blog .text {
    font-size: 14px;
  }

  .anime-box.style-2 .text {
    display: inline-block;
  }

  .style-3 .anime-blog .text {
    display: inline-block;
    margin-bottom: 0;
  }

  .anime-blog .text-box {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  .anime-blog .text-box {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .anime-blog p {
    font-size: 16px;
  }

  .anime-blog .text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 492px) {
  .anime-blog .text-box {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .anime-blog p {
    font-size: 14px;
    margin: 10px 18px 15px;
  }

  .anime-blog .dropdown-menu.show {
    width: 240px;
  }

  .anime-blog .text {
    font-size: 14px;
  }
}

.coming-out.style-2 {
  background: url(../images/comingOut-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.comingOut-content .title {
  font-family: var(--font-Noir-Pro-Bold);
  font-weight: 700;
  font-size: 58px;
  color: var(--color-white);
  margin-bottom: 0;
}

.comingOut-content p.light-text {
  font-family: var(--font-Noir-Pro-semiBold);
  font-weight: 400;
  font-size: 40px;
  color: var(--color-white);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comingOut-content p.text {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-grey-light);
  margin-bottom: 20px;
}

.coming-out.style-2 .comingOut-content p.text-box,
.coming-out.style-3 .comingOut-content p.text-box {
  border-color: var(--color-white);
  color: var(--color-white);
}

.coming-out.style-2 .comingOut-content p.text-box.active,
.coming-out.style-3 .comingOut-content p.text-box.active {
  border-color: var(--color-primary);
  color: var(--color-black);
}

.coming-out.style-2 .timer li,
.coming-out.style-3 .timer li {
  box-shadow: none;
}

.coming-Out.style-3 .comingOut-content .copyright-text {
  margin: 0;
}

.comingOut-content .copyright-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--color-white);
}

@media only screen and (max-width: 1250px) {
  .comingOut-content {
    width: 60%;
    height: auto;
  }

  .comingOut-content .title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
  }

  .comingOut-content .copyright-text {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .coming-out.style-2 {
    background: url(../media/coming-out/comingOut-bg-2.png);
  }

  .comingOut-content {
    width: 80%;
    height: auto;
  }

  .comingOut-content .title {
    font-size: 40px;
    line-height: 45px;
  }

  .comingOut-content .copyright-text {
    font-size: 34px;
  }

  .comingOut-content p.light-text {
    font-size: 26px;
  }
}

@media only screen and (max-width: 492px) {
  .comingOut-content {
    width: 100%;
    /* padding-left: 15px; */
  }

  .coming-out.style-2 .comingOut-content {
    height: 300px;
  }

  .comingOut-content .title {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .comingOut-content .copyright-text {
    font-size: 26px;
  }

  .comingOut-content p.light-text {
    font-size: 20px;
  }

  .comingOut-content p.text {
    font-size: 16px;
  }
}

/*-------------------------
Schedule
-------------------------*/
.schedule .schedule-box .card {
  border-radius: 10px;
  overflow: hidden;
  background: #000000;
}

.card.style-2 .card-header .card-header-tabs,
.schedule.style-3 .card .card-header .card-header-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.card.style-2 .card-header .card-header-tabs li,
.schedule.style-3 .card .card-header .card-header-tabs li {
  padding: 0 20px;
}

.schedule .schedule-box .card .card-header {
  padding: 30px 70px;
  background: #000000;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}

.schedule .schedule-box .card.style-3 .card-header {
  padding: 0px 30px;
  background: none;
  border-radius: 0;
  border-bottom: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}

.schedule .schedule-box .card a.nav-link {
  background: #000000;
  color: var(--color-medium-grey);
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 0;
}

.schedule .schedule-box .card.card.style-3 a.nav-link {
  background: transparent;
}

.schedule .schedule-box .card a.nav-link.active h2 {
  color: var(--color-primary);
}

.schedule .schedule-box .card .nav-link p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.schedule .schedule-box .card .nav-item h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  color: var(--color-grey-light);
}

.schedule .schedule-box .card .nav-item h2:hover {
  color: var(--color-purple);
}

.schedule .schedule-box .card.card.style-3 .nav-item h2 {
  font-size: 20px;
}

.schedule .slick-prev,
.slick-next {
  color: var(--color-medium-grey);
  /* top: 38%; */
}

.schedule .slick-prev::before,
.schedule .slick-next::before {
  color: var(--color-medium-grey);
}

.schedule .slick-prev {
  left: -30px;
  top: 20px;
}

.schedule .slick-next {
  right: -30px;
  top: 20px;
}

.schedule.style-1 .card-body.style-1,
.schedule.style-3 .card-body.style-1 {
  background: url(../media/schedule/schedule-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 30px;
}

.schedule.style-3 .card-body.style-1 {
  height: 910px;
}

.schedule.style-2 .card-body.style-2 {
  background: url(../media/movie/movie-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.schedule.style-2 .card-body.style-3 {
  background: url(../media/movie/movie-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px 30px;
}

.schedule.style-2 .card-body.style-3 .tab-pane {
  padding: 0 10px;
}

.schedule .card-body h4 {
  font-family: var(--font-Noir-Pro-Bold);
  color: var(--color-grey-light);
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0;
}

.schedule .card.style-3 h4 {
  margin: 0;
  padding: 0;
}

.card-body .timer li {
  background: var(--color-black-light);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 13px;
  color: var(--color-grey-light);
}

.card-body .timer li small {
  color: var(--color-grey-light);
}

.card-body .tab-pane a {
  display: block;
}

.card-body.style-2 .tab-pane {
  padding: 0;
}

.card-body.style-2 .tab-pane .spacing {
  padding: 0 15px;
}

.card-body.style-2 .tab-pane .spacing .spacing {
  padding: 0;
}

.card-body .tab-pane .align-middle {
  height: 100px;
  display: table-cell;
  padding: 0px 0 0 10px;
}

.card-body .tab-pane img {
  height: 100px;
  object-fit: fill;
}

.card-body .tab-pane p {
  font-size: 20px;
  color: var(--color-grey-light);
  margin-bottom: 0;
  font-family: var(--font-Noir-Pro-semiBold);
}

.card-body .tab-pane p.small-title {
  font-size: 22px;
  color: var(--color-white);
  margin-bottom: 15px;
  font-family: var(--font-Noir-Pro);
}

.card-body .tab-pane p.text-box {
  font-size: 14px;
}

.card-body-content {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.card-body .col-lg-4.text-end {
  padding-top: 40px;
}

.card-body hr {
  width: 100%;
  height: 1px;
  color: var(--color-black-light);
  opacity: 1;
  margin: 18px 0;
}

.schedule .small-text {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: var(--color-grey-light);
}

.schedule h3 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.schedule h3:hover {
  color: var(--color-primary);
}

.schedule .card-body h4.space-right {
  padding-right: 80px;
}

.schedule .card-body .space-right {
  padding-right: 50px;
}

.schedule .card-body .space-top {
  padding-top: 40px;
}

.card-body .tab-pane a:hover p {
  color: var(--color-primary);
}

.card-body .tab-pane a:hover p.text-box {
  border-color: var(--color-medium-grey);
  color: var(--color-medium-grey);
}

@media only screen and (max-width: 1250px) {
  .schedule.style-1 .card-body.style-1 {
    padding: 30px;
  }

  .schedule .slick-prev {
    top: 16px;
  }

  .schedule .slick-next {
    top: 16px;
  }

  .schedule .card-body h4 {
    font-size: 15px;
  }

  .schedule .schedule-box .card .nav-item h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .schedule .schedule-box .card .nav-link p {
    font-size: 12px;
  }

  .schedule.style-3 .card-body .tab-pane p {
    font-size: 14px;
  }

  .schedule .schedule-box .card .card-header {
    padding: 20px 70px;
  }

  .schedule .card-body .space-right {
    padding-right: 30px;
  }

  .schedule .card-body h4.space-right {
    padding-right: 45px;
  }

  .schedule.style-3 .space-left {
    padding-left: 15px !important;
  }

  .schedule.style-3 .card-body.style-1 {
    height: auto;
  }

  .card-body .tab-pane p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .schedule .order {
    order: -1;
  }

  .schedule .small-text {
    text-align: left;
    font-size: 20px;
  }

  .schedule h3 {
    text-align: left;
    font-size: 32px;
  }
}

@media only screen and (max-width: 992px) {
  .schedule .slick-prev {
    left: -18px;
    top: 15px;
  }

  .schedule .schedule-box .card.style-3 .card-header {
    padding: 0 30px;
  }

  .card-body.style-2 .tab-pane .spacing .spacing {
    padding: 0 10px;
  }

  .schedule .slick-next {
    right: -18px;
    top: 15px;
  }

  .schedule .card-body h4 {
    font-size: 14px;
  }

  .schedule.schedule.style-1 .timer li {
    font-size: 22px;
  }

  .schedule.schedule.style-1 .timer li small {
    font-size: 16px;
  }

  .schedule .tab-pane .align-middle {
    height: 90px;
  }

  .schedule .schedule-box .card .card-header {
    padding: 15px 40px;
  }

  .schedule .schedule-box .card.card.style-3 .nav-item h2 {
    font-size: 20px;
  }

  .schedule-content {
    height: 90px;
  }

  .schedule .tab-pane p {
    font-size: 16px;
  }

  .schedule .tab-pane p.small-title {
    font-size: 16px;
  }

  .schedule .tab-pane img {
    height: 90px;
  }

  .schedule.style-1 .card-body.style-1 {
    height: auto;
  }

  .schedule.style-2 .card-body.style-2,
  .schedule.style-2 .card-body.style-3 {
    height: 830px;
  }

  .schedule.style-2 .card-body.style-3 {
    padding: 80px 10px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule .card.style-3 h4 {
    display: none;
  }

  .slick-track {
    height: 300px;
  }

  .banner a.banner-btn {
    font-size: 14px;
    line-height: 10px;
    padding: 8px 12px;
  }

  .breadcrumb {
    padding: 110px 0px 60px !important;
    margin-top: 0;
  }

  .overview-images {
    margin-right: 0 !important;
  }

  .my-profile {
    width: 100% !important;
  }

  .breadcrumb h3 {
    font-size: 25px;
    padding-right: 20px;
  }

  .breadcrumb ul {
    padding-left: 0;
  }

  .feature-image {
    margin-bottom: 25px;
    margin-right: 0% !important;
  }

  .card-body.style-2 .tab-pane .spacing .spacing {
    padding: 0;
  }

  .schedule.style-1 .tab-pane .col-lg-8 .row {
    padding-left: 5px;
  }

  .schedule.style-1 .card-body h4 {
    font-size: 16px;
    padding: 0;
  }

  .schedule .schedule-box .card .nav-item h2 {
    font-size: 18px;
    margin: 5px 0;
  }

  .schedule.style-1 .timer li {
    font-size: 18px;
    margin: 0 2px;
    border-radius: 8px;
  }

  .schedule.style-1 .timer li small {
    font-size: 14px;
  }

  .schedule.style-1 .card-body .text-end h4,
  .schedule.style-1 .tab-pane .text-end p {
    display: none;
  }

  .schedule .card-body .space-right {
    padding-right: 24px;
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .schedule.style-1 .card-body h4 {
    display: none;
  }

  .schedule .col-0,
  .schedule .tab-pane .col-0 {
    display: none;
  }

  .schedule .card-body P.space-right {
    display: none !important;
  }

  .schedule.style-3 .card-body h4 {
    text-align: center;
    display: block !important;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 492px) {
  .schedule.style-1 .tab-pane img {
    height: 70px;
  }

  .schedule.style-1 .tab-pane .col-lg-9.col-8 {
    padding: 0 5px;
  }

  .schedule.style-1 .tab-pane .align-middle {
    height: 70px;
  }

  .schedule.style-1 .tab-pane .col-lg-1.col-2 {
    padding: 5px;
  }

  .schedule.style-1 .tab-pane .col-lg-1.col-2 P {
    font-size: 10px;
  }

  .schedule .schedule-box .card .nav-item h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .schedule .tab-pane p.small-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .card-body .tab-pane p.text-box {
    font-size: 10px;
    line-height: 18px;
    margin: 0;
  }

  .schedule .schedule-box .card .card-header,
  .schedule .schedule-box .card.style-3 .card-header {
    padding: 20px 30px;
  }

  .card.style-2 .card-header .card-header-tabs li {
    padding: 0 10px;
  }

  .schedule .schedule-box .card.style-3 .card-header {
    top: 0;
  }

  .card-body.style-1 .tab-pane .spacing {
    padding: 0 15px;
  }

  .card-body.style-2 .tab-pane .spacing .spacing {
    padding: 0;
  }

  .schedule .tab-pane .col-lg-1 p {
    font-size: 14px;
    /* padding-top: 40px; */
  }

  .schedule.style-2 .card-body.style-2,
  .schedule.style-2 .card-body.style-3 {
    height: 800px;
  }

  .schedule.style-2 .card-body.style-3 {
    padding: 60px 10px 50px;
  }

  .schedule.style-1 .card-body.style-1 {
    height: auto;
    padding: 30px 0px;
  }

  .schedule.style-1 .card-body hr {
    margin: 10px 0;
  }

  .schedule .small-text {
    font-size: 16px;
  }

  .schedule h3 {
    font-size: 26px;
  }
}

/*-------------------------
Top
-------------------------*/
.top h3 {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.anime-box {
  margin-bottom: 20px;
  padding: 0;
  border-radius: 10px;
}

.anime-box a {
  display: block;
}

.anime-box a:hover p {
  color: var(--color-primary);
}

.anime-box a:hover p.text-box {
  color: var(--color-grey-light);
}

.anime-box a:hover p.text-box.active {
  color: var(--color-black);
}

.anime-box .anime-blog {
  display: inline-block;
  padding: 12px 15px;
  width: 100%;
}

.anime-box .anime-blog {
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 15px;
}

.anime-box .light-text {
  font-weight: 400;
  font-size: 60px;
  color: var(--color-black);
  -webkit-text-stroke-color: var(--color-dark-grey);
  -webkit-text-stroke-width: thin;
  margin: 0;
  text-align: center;
  display: block;
}

.anime-box .light-text.color-primary {
  -webkit-text-stroke-color: var(--color-primary);
}

.anime-box .light-text.color-purple {
  -webkit-text-stroke-color: var(--color-purple);
}

.anime-box .light-text.color-grey {
  -webkit-text-stroke-color: var(--color-medium-grey);
}

.anime-box .anime-blog p:first-child {
  height: 20px;
  overflow: hidden;
}

.anime-box .anime-blog p {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
}

.anime-box .anime-blog p.text-box {
  margin: 0;
  font-size: 12px;
  padding: 2px 5px;
  margin-right: 5px;
}

.anime-box .show-type {
  font-size: 15px;
  color: var(--color-grey-light);
  padding: 60px 0 0;
}

@media only screen and (max-width: 1399px) {
  .anime-box img {
    height: 91px;
  }
}

@media only screen and (max-width: 1250px) {
  .anime-box img {
    height: 74px;
  }

  .anime-box .anime-blog {
    padding: 0 8px;
  }

  .anime-box .anime-blog p {
    font-size: 12px;
    margin: 8px 0;
  }

  .anime-box .anime-blog p.text-box {
    margin-right: 5px;
    font-size: 12px;
  }

  .anime-box .show-type {
    font-size: 12px;
    padding: 20px 0;
  }

  .anime-box .light-text {
    font-size: 46px;
  }
}

@media only screen and (max-width: 992px) {
  .top h3 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
  }

  .anime-box:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 492px) {
  .top h3 {
    font-size: 24px;
  }
}

/*-------------------------
Blog
-------------------------*/
.blog.style-1 .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.blog.style-2 {
  margin: 80px 0 50px 0;
}

.blog.style-2 .inner-box {
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.blog.style-2 .inner-box.style-1 {
  background: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog.style-2 .inner-box.style-2 {
  background: url(../images/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog.style-2 .inner-box.style-3 {
  background: url(../images/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-search {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.blog-search input {
  padding: 6px 18px;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-dark-grey);
  border-radius: 10px 0 0 10px;
  border-right: none;
}

.blog-search input:focus {
  border: 1px solid var(--color-dark-grey);
}

.blog-search button {
  color: var(--color-dark-grey);
  border: 1px solid var(--color-dark-grey);
  border-left: none;
}

.blog-search h5 {
  font-family: var(--font-Noir-Pro-Bold);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
}

.blog-search ul {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

.blog-search ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 16px;
}

.blog-search ul li a {
  font-family: "Noir Pro";
  font-weight: 400;
  font-size: 16px;
  color: var(--color-semi-grey);
  padding: 5px 10px;
  border: 1px solid var(--color-grey-light);
  border-radius: 5px;
}

.blog-search ul li a:hover {
  color: var(--color-white);
  background: var(--color-purple);
  border-color: var(--color-purple);
}

.blog-search ul.categories {
  padding-left: 32px;
  list-style: square;
}

.blog-search ul.categories li {
  display: block;
  position: relative;
}

.blog-search ul.categories li:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 41%;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--color-grey-light);
}

.blog-search ul.categories li a {
  font-family: "Noir Pro";
  font-weight: 400;
  font-size: 16px;
  color: var(--color-semi-grey);
  padding: 5px 10px;
  border: none;
  border-radius: 0;
}

.blog-search ul.categories li a:hover {
  color: var(--color-white);
  background: transparent;
  border-color: none;
}

.blog.style-1 .author-box {
  position: relative;
  display: block;
  background: var(--color-black);
  padding: 30px 20px;
}

.blog.style-1 .author-box .detail {
  margin-bottom: 8px;
}

.blog.style-1 .author-box .detail p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-medium-grey);
  margin: 0;
}

.blog.style-2 .author-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 79.69%);
  border-radius: 0 0 15px 15px;
  padding: 50px 15px 15px 15px;
  width: 100%;
}

.blog.style-2 .inner-box .heading span {
  background: transparent;
  border-radius: 0;
  font-family: var(--font-Noir-Pro);
  font-weight: 700;
  font-size: 18px;
  color: var(--color-grey-light);
  transform: rotate(-90deg);
}

.author-box h4 {
  font-family: var(--font-Noir-Pro-semiBold);
  color: var(--color-white);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.inner-box:hover h4 {
  color: var(--color-primary);
}

.blog.style-2 .author-box p.text {
  font-size: 16px;
  color: var(--color-grey-light);
  margin-bottom: 10px;
}

.author-box p {
  color: var(--color-semi-grey);
  margin-bottom: 20px;
}

.blog.style-2 .author-box p {
  color: var(--color-grey-light);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.author-box a {
  display: block;
  color: var(--color-primary);
  margin-bottom: 0;
  font-family: var(--font-Noir-Pro-semiBold);
}

.author-box a:hover {
  color: var(--color-purple);
}

.author-box a i {
  padding-left: 10px;
}

.blog.style-2 .author-box a:hover {
  color: var(--color-purple);
}

@media only screen and (max-width: 1250px) {
  .author-box p {
    font-size: 12px;
    line-height: 26px;
  }

  .author-box h4 span {
    font-size: 12px;
  }

  .author-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .blog.style-1 .inner-box {
    margin-bottom: 30px;
  }

  .blog-content {
    text-align: center;
  }

  .blog img {
    width: 100%;
  }

  .author-box h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .author-box p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 490px) {
  .blog-search ul li a {
    font-size: 14px;
  }

  .blog.style-2 .author-box h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .author-box h4 {
    font-size: 20px;
  }

  .blog.style-2 .inner-box {
    height: 400px;
  }
}

/*-------------------------
Filter
-------------------------*/
.filter-block {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
}

.filter-block li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 20px;
}

.filter-block.style-2 li {
  margin-right: 15px;
}

.filter-block li:last-child {
  margin-right: 0;
}

.filter-block li .anime-btn.btn-dark {
  border: none;
  text-align: center;
  background: var(--color-black);
  padding: 7px 12.2px;
  font-weight: 400;
  border-radius: 5px;
  color: var(--color-medium-grey);
}

.filter-block li .anime-btn.btn-dark:hover {
  color: var(--color-primary);
}

.filter-block li .anime-btn.btn-dark span {
  padding: 0 5px;
}

.filter-block li .anime-btn.btn-dark span i {
  font-size: 16px;
}

.filter-block.style-2 li .anime-btn.btn-dark {
  width: auto;
}

.filter-block li .anime-btn.border-change {
  border: 2px solid var(--color-primary);
  color: var(--color-white);
}

.filter-block li .anime-btn.border-change:hover {
  color: var(--color-white);
}

.filter-block li .anime-btn.btn-dark.active {
  color: var(--color-primary);
}

.filter-block li .anime-btn.btn-dark:focus {
  box-shadow: none;
}

.filter-block li .anime-btn.btn-dark::after {
  display: none;
}

.filter-block .dropdown-menu.show {
  width: 200px;
  padding: 10px;
}

.filter-block #genre + .dropdown-menu.show {
  width: 570px;
}

.filter-block #rating + .dropdown-menu.show {
  width: 320px;
}

.filter-block #sort-by + .dropdown-menu.show,
.filter-block #year + .dropdown-menu.show {
  width: 280px;
}

.filter-block .custom-control {
  width: 100%;
  padding: 5px;
  display: inline-block;
}

.filter-block .dropdown-menu li {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.filter-block #year + .dropdown-menu.show li {
  width: 48%;
}

.filter-block #genre + .dropdown-menu.show li {
  width: 30%;
}

.filter-block .custom-control label {
  color: var(--color-dark-grey);
  font-weight: 400;
  font-size: 18px;
  padding-left: 5px;
}

.filter-block .custom-control label:hover {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .filter-block.style-2 li .anime-btn.btn-dark {
    font: 14px;
  }

  .filter-block li .anime-btn.btn-dark span i {
    font-size: 14px;
  }
  .single-icon a p {
    font-size: 13px;
  }
  .single-icon p a {
    font-size: 13px;
  }
  .contact-icon {
    height: 195px;
    padding: 20px !important;
  }
  h2.text-red {
    font-size: 25px !important;
  }
  .round-circlee ul {
    font-size: 13px !important;
    padding: 0px 20px !important;
  }
  .round-circlee {
    height: 225px !important;
  }
  .pt-5 {
    padding-top: 2rem !important;
  }
  .feature-text:hover .featture-content p {
    opacity: 1;
    font-size: 11px !important;
    overflow-y: scroll;
    height: 70px;
  }
  .featture-content h4 {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .feature-text:hover .featture-content h4 {
    padding: 25px 0px !important;
  }
  .feature-text:hover .featture-content p {
    font-size: 17px !important;
    height: auto;
    overflow-y: hidden;
  }
  .hover01 iframe {
    height: 192px !important;
  }
  .bgimage {
    height: 660px !important;
  }
}

@media only screen and (max-width: 490px) {
  .filter-block li .anime-btn.btn-dark {
    font-size: 12px;
  }

  .filter-block li {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .filter-block .custom-control label {
    font-size: 12px;
  }

  .filter-block #genre + .dropdown-menu.show li {
    width: 49%;
  }

  .filter-block #genre + .dropdown-menu.show,
  .filter-block #rating + .dropdown-menu.show,
  .filter-block #sort-by + .dropdown-menu.show,
  .filter-block #year + .dropdown-menu.show {
    width: 250px;
  }

  .filter-block .dropdown-menu.show {
    padding: 5px;
  }
}

/*-------------------------
video
-------------------------*/
.video-sidebar {
  width: 100%;
  text-align: center;
  padding: 10px;
  height: 600px;
  background: var(--color-black);
  border-radius: 5px;
  margin-bottom: 0;
}

.video-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-dark-grey);
  border-radius: 0 5px 5px 0;
}

.video-sidebar::-webkit-scrollbar {
  width: 6px;
  background-color: var(--color-dark-grey);
  border-radius: 0 5px 5px 0;
}

.video-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--color-purple);
  border-radius: 0 5px 5px 0;
}

.video-sidebar li {
  list-style: none;
  margin-bottom: 20px;
}

.video-sidebar .accordion-body {
  padding: 0;
}

.video-sidebar .accordion-body a {
  text-decoration: none;
}

.video-sidebar li a {
  font-size: 18px;
  color: var(--color-medium-grey);
  text-decoration: underline;
}

.video-sidebar li a:hover {
  color: var(--color-purple);
}

.video-sidebar li a.accordion-button {
  background: var(--color-black);
  color: var(--color-white);
  box-shadow: none;
  padding: 10px 0;
  justify-content: center;
  text-decoration: none;
}

.video-sidebar li a.accordion-button span {
  padding-left: 20px;
}

.video-sidebar li a.accordion-button::after {
  display: none;
}

.video-sidebar li a.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.video-sidebar li a.active {
  color: var(--color-primary);
}

.video-sidebar a:last-child {
  margin-bottom: 0;
}

.video-sidebar li a.dropdown-toggle {
  color: var(--color-white);
}

.video-sidebar li a.dropdown-toggle::after {
  display: none;
}

.video-sidebar li .dropdown-menu {
  background: var(--color-black-light);
}

.video-content {
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
}

.video-content p {
  color: var(--color-white);
  margin: 0;
  padding-top: 10px;
}

.video-content .align-middle a {
  font-size: 25px;
  padding: 5px 20px;
}

.video-content p b {
  color: var(--color-primary);
}

.server-blok {
  border-left: 1px solid var(--color-dark-grey);
  display: table-cell;
  height: auto;
  vertical-align: middle;
  padding: 0px 0 0px 20px;
}

.server-blok p {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-white);
}

.server-blok p.primery {
  color: var(--color-primary);
}

.btn-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.btn-block:last-child {
  margin-bottom: 0;
}

.server-blok .btn-block a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-white);
  background: var(--color-dark-grey);
  padding: 5px;
  border-radius: 5px;
  margin: 5px 7px;
}

.server-blok .btn-block a:last-child {
  margin-right: 0;
}

.server-blok .btn-block a:hover,
.btn-block a.active {
  color: var(--color-black);
  background: var(--color-primary);
}

.video-content .text {
  font-size: 25px;
  color: var(--color-white);
  display: inline-block;
}

.video-content .text b {
  color: var(--color-grey-light);
}

.video-content .text:last-child {
  padding: 0;
}

.video .video-box {
  display: none;
}

.video .video-box video {
  width: 100%;
  height: 600px;
}

.video .img-box {
  position: relative;
  width: 100%;
  height: 600px;
}

.video .img-box .detail-image {
  display: block;
  width: 100%;
  height: 100%;
}

.video .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px 15px 0 0;
  border-radius: 10px;
}

.play-btn {
  color: var(--color-white);
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid white;
  width: 100px;
  height: 100px;
  padding: 12px 30px;
  text-align: center;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: var(--color-primary);
}

.video .trailer-box {
  position: relative;
  width: 100%;

  overflow: hidden;
  box-shadow: 0 0 60px #000000;
  border-radius: 80px 0px;
}

.video .trailer-box .image {
  display: block;
  width: 100%;
  height: 100%;
}

.icon {
  color: var(--color-white);
  font-size: 32px;
  position: absolute;
  top: 45%;
  left: 50%;
  border: 2px solid white;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  padding: 10px 22px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay p {
  position: absolute;
  top: 62%;
  left: 30%;
  font-weight: 500;
  font-size: 30px;
  color: var(--color-white);
}

.trailer-content h2 {
  font-family: var(--font-Noir-Pro-semiBold);
  font-size: 35px;
  color: var(--color-white);
  margin-bottom: 0px;
}

.trailer-content h3 {
  font-size: 25px;
  color: var(--color-white);
}

.trailer-content p.light-text {
  font-weight: 400;
  font-size: 25px;
  display: inline-block;
  color: var(--color-grey-light);
  margin-bottom: 20px;
}

.trailer-content h5 {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 0px;
  line-height: 30px;
}

.trailer-content p {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: var(--color-grey-light);
  margin-bottom: 5px;
  text-align: justify;
  margin-top: 12px;
}

.trailer-content p span {
  color: var(--color-white);
}

.trailer-content .dropdown {
  display: inline-block;
}

.trailer-content .dropdown-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
}

.trailer-content .dropdown-menu.show {
  width: 200px;
}

.trailer-content .dropdown-menu input {
  margin-right: 15px;
}

.trailer-content .dropdown-menu a {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--color-white);
  padding: 10px 0;
}

.trailer-content .dropdown-menu a i {
  padding-right: 2px;
}

.trailer-content p b,
.trailer-content p a {
  color: var(--color-primary);
}

.trailer-content a:hover {
  color: var(--color-purple);
}

.trailer-content a {
  font-size: 18px;
}

.rating-content {
  padding: 30px 0 0 0px;
}

.rating-content h4 {
  font-family: var(--font-Noir-Pro-Bold);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  color: var(--color-white);
  margin-bottom: 15px;
}

.rating-content p {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-medium-grey);
}

.rating-content b {
  color: var(--color-dark-grey);
}

.rating-content span {
  color: var(--color-grey-light);
}

.review {
  padding: 15px 20px;
  border-radius: 4px;
}

@media only screen and (max-width: 1399px) {
  .video-content .align-middle {
    margin-top: 40px;
  }

  .video-content .align-middle a {
    font-size: 20px;
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 1250px) {
  .btn-block {
    flex-wrap: wrap;
  }

  .server-blok .btn-block a {
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 10px;
  }

  .server-blok p {
    font-size: 14px;
    padding: 0 5px;
  }

  .video-content p {
    font-size: 20px;
  }

  .video .anime-btn.btn-dark {
    font-size: 16px;
    padding: 5px 8px;
    margin-right: 15px;
  }

  .video-content .text {
    font-size: 18px;
  }

  .trailer-content h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .trailer-content p.light-text {
    font-size: 20px;
  }

  .trailer-content h5 {
    font-size: 18px;
  }

  .trailer-content p {
    font-size: 14px;
  }

  .rating-content {
    padding-left: 0;
  }

  .rating-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .rating-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .video-sidebar,
  .video .video-box video,
  .video .img-box {
    height: 470px;
  }

  .video-content p {
    font-size: 20px;
  }

  .video-content {
    margin: 15px 0 30px;
  }

  .btn-block {
    flex-wrap: wrap;
  }

  .server-blok .btn-block a {
    padding: 5px 10px;
    font-size: 18px;
    margin-top: 10px;
  }

  .server-blok p {
    padding: 0 10px;
    font-size: 16px;
  }

  .overlay p {
    top: 64%;
    left: 20%;
    font-size: 20px;
  }

  .trailer-content {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .video-sidebar,
  .video .video-box video,
  .video .img-box {
    height: 330px;
  }

  .video-sidebar li a.accordion-button {
    padding: 0;
  }

  .video-sidebar li a {
    font-size: 16px;
  }

  .video-content p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }

  .server-blok {
    border: none;
    padding: 15px 0;
  }

  .video-content .align-middle {
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
  }

  .overlay p {
    top: 62%;
    left: 25%;
    font-size: 20px;
  }

  .rating-content {
    padding-top: 20px;
  }

  .rating-content h4 {
    font-size: 16px;
  }

  .comment-block p {
    font-size: 16px;
  }

  .comment .heading.style-1 h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 580px) {
  .overlay p {
    left: 30%;
    font-size: 26px;
  }
}

@media only screen and (max-width: 576px) {
  .video .pt-5 {
    padding-top: 15px !important;
  }

  .video-sidebar,
  .video .video-box video,
  .video .img-box {
    height: 250px;
  }

  .video-sidebar {
    height: 135px;
    width: 220px;
  }

  .server-blok {
    text-align: center;
  }

  .btn-block {
    flex-wrap: wrap;
  }

  .server-blok .btn-block a {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 10px;
  }

  .trailer-content .dropdown-menu.show {
    width: 180px;
  }

  .play-btn {
    font-size: 40px;
    width: 80px;
    height: 80px;
    padding: 12px 24px;
  }

  .video .anime-btn.btn-dark {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/*-------------------------
Comment
-------------------------*/
.comment-block p {
  font-weight: 400;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}

.comment-block p a {
  color: var(--color-primary);
  display: inline-block;
}

.comment-block p a:hover {
  color: var(--color-purple);
}

.comment-block h4 {
  font-weight: 400;
  font-size: 30px;
  color: white;
}

.comment-block h4 b {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-grey-light);
  padding-left: 10px;
}

.comment-block ul {
  padding: 0;
}

.comment-block ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

.comment-block ul li::after {
  content: "/";
  position: absolute;
  right: -12px;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-medium-grey);
}

.comment-block ul li:last-child::after {
  display: none;
}

.comment-block ul li a {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-grey-light);
}

.comment-block ul li a:hover {
  color: var(--color-primary);
}

.comment-block ul li a.active {
  color: var(--color-purple);
}

.comment .input-group {
  margin-top: 5px;
}

.comment input.form-control {
  background: var(--color-dark-grey);
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-white);
  border: 2px solid var(--color-medium-grey);
  box-shadow: none;
}

.comment .post-btn {
  border: 2px solid var(--color-primary);
  background: rgba(17, 17, 17, 0.3);
  font-size: 16px;
  font-weight: 400;
  padding: 6px 15px;
  color: white;
}

.comment .post-btn:hover {
  color: var(--color-primary);
}

.site-comment {
  padding: 20px 0 0px;
}

.site-comment .row {
  padding-bottom: 20px;
}

.site-comment h5 {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
  margin-bottom: 5px;
}

.site-comment h5 b {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-grey-light);
  padding-left: 10px;
}

.site-comment p {
  color: var(--color-medium-grey);
}

.site-comment .comment-btn {
  background: transparent;
  color: var(--color-grey-light);
  border: none;
  font-weight: 400;
  font-size: 16px;
  padding-right: 15px;
}

.site-comment .comment-btn i {
  font-size: 20px;
}

.site-comment .comment-btn:hover,
.site-comment .comment-btn:focus {
  color: var(--color-primary);
}

.site-comment img {
  object-fit: contain;
}

.site-comment .d-inline-flex a {
  display: contents;
}

.site-comment .d-inline-flex img {
  padding-right: 10px;
}

.site-comment input {
  border: none;
  border-bottom: 1px solid var(--color-grey-light);
  margin-left: 15px;
  color: var(--color-white);
  margin-bottom: 20px;
  padding: 0;
}

.site-comment input::placeholder {
  color: var(--color-dark-grey);
}

.site-comment .comment-btn.active {
  color: var(--color-primary);
}

.site-comment .comment-btn.active:hover {
  color: var(--color-purple);
}

.site-comment .card-body {
  background: var(--color-black-light);
  padding: 10px 0;
}

.site-comment .accordion-button {
  box-shadow: none;
  display: inline-block;
  width: auto;
}

.site-comment .accordion-button::after {
  display: none;
}

.site-comment .accordion-button i {
  font-size: 14px;
  padding-right: 10px;
}

.site-comment .text-center .comment-btn {
  color: var(--color-white);
}

.site-comment .text-center .comment-btn:hover {
  color: var(--color-primary);
}

.site-comment hr {
  width: 100%;
  height: 2px;
  color: var(--color-dark-grey);
  opacity: 1;
  margin: 10px 0;
}

.comment .small-title {
  font-family: var(--font-Noir-Pro-Bold);
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
  margin-bottom: 10px;
}

.review p {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-grey-light);
  padding-bottom: 15px;
  margin: 0;
}

.review p.light-text {
  font-size: 23px;
  color: var(--color-white);
}

@media only screen and (max-width: 992px) {
  .comment-block p {
    font-size: 16px;
  }

  .review p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .comment-block p {
    font-size: 16px;
  }

  .comment .heading.style-1 h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .comment-block h4 {
    font-size: 22px;
  }

  .comment-block h4 b {
    font-size: 14px;
  }

  .comment-block ul li a,
  .comment-block ul li::after {
    font-size: 16px;
  }
}

@media only screen and (max-width: 490px) {
  .comment .heading.style-1 h2 {
    font-size: 28px;
  }

  .site-comment {
    padding-bottom: 10px;
  }

  .site-comment .row {
    padding-bottom: 10px;
  }

  .comment-block p {
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .comment-block .d-flex {
    flex-direction: column;
  }

  .comment-block h4 {
    margin-bottom: 0;
  }

  .comment-block ul {
    display: inline-block;
    margin: 10px auto;
  }

  .site-comment p {
    font-size: 12px;
  }

  .comment .small-title {
    font-size: 22px;
    text-align: center;
  }
}

/*-------------------------
Release
-------------------------*/
.relese .small-title {
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.relese h5 {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 0;
  padding-top: 15px;
}

.relese h5 span {
  float: right;
  color: var(--color-grey-light);
}

.relese hr {
  width: 100%;
  height: 1px;
  color: var(--color-dark-grey);
  opacity: 1;
  margin: 8px 0;
}

.relese .relese-btn {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-white);
  padding-top: 10px;
}

.relese .relese-btn:hover {
  color: var(--color-purple);
}

@media only screen and (max-width: 1199px) {
  .relese .small-title {
    font-size: 30px;
  }

  .relese h5 {
    font-size: 16px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 490px) {
  .relese .small-title {
    font-size: 28px;
  }

  .relese h5 span {
    font-size: 12px;
  }
}

/*-------------------------
chapter
-------------------------*/
.chapter .dropdown-menu li {
  text-align: center;
}

.chapter .dropdown-menu li a {
  margin-bottom: 10px;
}

.chapter .dropdown-menu li:last-child a {
  margin: 0;
}

.chapter-image image {
  object-fit: contain;
}

@media only screen and (max-width: 490px) {
  .chapter .anime-btn {
    font-size: 12px;
  }
}

/*-------------------------
Content
-------------------------*/
.content h1 {
  font-size: 35px;
  font-family: var(--font-Noir-Pro-semiBold);
  color: var(--color-white);
  margin-bottom: 30px;
}

.content h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-grey-light);
}

.content hr {
  width: 100%;
  height: 2px;
  color: var(--color-dark-grey);
  opacity: 1;
  margin: 16px 0 48px;
}

.content-text h3 {
  font-family: var(--font-Noir-Pro-semiBold);
  font-size: 25px;
  color: var(--color-white);
  margin-bottom: 10px;
}

.content-text p {
  color: var(--color-grey-light);
  margin-bottom: 20px;
}

.content-text-block {
  padding: 20px;
  border-radius: 8px;
}

.content-text-block h2 {
  font-family: var(--font-Noir-Pro-semiBold);
  font-size: 25px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.content-text-block ul {
  margin-bottom: 0;
}

.content-text-block ul li {
  font-size: 18px;
  color: var(--color-grey-light);
  margin-bottom: 15px;
}

.content-text-block ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .content-text-block {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text h3 {
    font-weight: 600;
    font-size: 24px;
  }

  .content-text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 490px) {
  .content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .content-text h3 {
    font-weight: 500;
    font-size: 18px;
  }

  .content-text p {
    font-size: 14px;
  }

  .content-text-block h2 {
    font-size: 28px;
    font-weight: 500;
  }

  .content-text-block ul li {
    font-size: 14px;
  }
}

/*-------------------------
Profile
-------------------------*/
.profile .img-box {
  position: relative;
}

.profile .img-box {
  object-fit: fill;
}

.profile .img-box a {
  position: absolute;
  top: 50%;
  left: 7%;
  color: var(--color-medium-grey);
  font-weight: 500;
  font-size: 20px;
}

.profile .img-box a:hover {
  color: var(--color-purple);
}

.profile .form-group label {
  font-weight: 400;
  font-size: 20px;
  color: var(--color-grey-light);
}

.profile .form-group input {
  border: 1px solid var(--color-semi-grey);
  border-radius: 10px;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-grey);
}

.profile .anime-btn.btn-dark {
  width: 250px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-white);
  margin: 30px auto 0;
  display: block;
  letter-spacing: 1px;
}

.profile .anime-btn.btn-dark:hover {
  color: var(--color-white);
}

.profile-link {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.profile h5 {
  font-family: var(--font-Noir-Pro-semiBold);
  font-size: 35px;
  color: var(--color-white);
  margin: 0;
  margin-bottom: 10px;
}

.profile a {
  display: block;
  font-size: 25px;
  color: var(--color-medium-grey);
}

.profile-link a:last-child {
  margin: 0;
}

.profile a:hover {
  color: var(--color-purple);
}

.profile p {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-grey-light);
  margin-bottom: 10px;
}

.reset-password {
  padding: 50px;
  background: var(--color-black);
  border-radius: 5px;
}

.profile .profile-seting .anime-btn.btn-dark {
  margin: 15px 0;
}

.profile .profile-seting .anime-btn.btn-dark:hover {
  color: var(--color-white);
}

.profile-link h5 {
  font-size: 25px;
}

.profile-link a {
  font-size: 20px;
}

@media only screen and (max-width: 1250px) {
  .profile-link {
    padding: 20px 15px;
  }

  .profile-link h5 {
    font-size: 26px;
  }

  .profile .img-box a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 990px) {
  .profile .img-box a {
    font-size: 18px;
  }

  .profile-link {
    text-align: center;
  }

  .img-box {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 490px) {
  .profile .img-box a {
    font-size: 20px;
  }

  .profile p {
    font-size: 14px;
  }

  .profile .anime-btn.btn-dark {
    width: 180px;
  }

  .reset-password {
    padding: 50px 20px;
  }
}

/*-------------------------
404
-------------------------*/
.anime-404 {
  background: url(../media/404/404-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*-------------------------
coming soon
-------------------------*/
.coming-soon {
  height: 100vh;
}

.coming-soon-block {
  margin: 0 auto;
  width: 500px;
  position: relative;
}

.coming-soon-block::before {
  content: "";
  position: absolute;
  left: -200px;
  top: -25%;
  background: url(../media/comming-soon/comming-soon-img-2.png);
  z-index: 999;
  width: 290px;
  height: 590px;
  background-repeat: no-repeat;
}

.coming-soon-block::after {
  content: "";
  position: absolute;
  right: -210px;
  top: -25%;
  background: url(../media/comming-soon/comming-soon-img-1.png);
  z-index: 999;
  width: 290px;
  height: 590px;
  background-repeat: no-repeat;
}

.coming-soon-content {
  margin-top: 25%;
}

.coming-soon-content h2 {
  font-size: 80px;
  color: var(--color-white);
  margin-bottom: 30px;
}

.coming-soon-content p {
  padding: 50px 0;
  color: var(--color-grey-light);
  margin: 0;
}

.coming-soon-content .timer li {
  background: var(--color-black);
  color: var(--color-white);
  box-shadow: 0px 0px 15px #6094a2;
}

.coming-soon-content .timer li small {
  color: var(--color-grey-light);
}

@media only screen and (max-width: 990px) {
  .coming-soon-block::before {
    display: none;
  }

  .coming-soon-block {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .coming-soon-block::after {
    display: none;
  }

  .coming-soon-block {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-block {
    width: 480px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 490px) {
  .coming-soon-block {
    width: 280px;
    margin: 0 auto;
  }

  .coming-soon-content h2 {
    font-size: 40px;
  }

  .coming-soon-content p {
    font-size: 14px;
  }
}

/*-------------------------
log in
-------------------------*/
.login {
  background: url(../media/login/login-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 913px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  /* pointer-events: none; */
  overflow: hidden;
  /* opacity: .95; */
}

.login.signup {
  background: url(../media/login/signup-bg.png);
}

.login-block {
  background: rgba(0, 0, 0, 0.8);
  width: 450px;
  /* margin: 0 auto; */
  padding: 10px 30px;
  height: 100vh;
}

.text-right {
  text-align: right;
}

.login-content {
  /* width: 350px; */
  height: 650px;
  /* display: table-cell; */
  vertical-align: middle;
  position: relative;
}

.login-content .user-icon {
  margin-bottom: 24px;
}

.otp-form .otp-field {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  border: none;
  border-bottom: 2px solid #ffffff;
  outline: none;
  background: none;
}

.otp-form .otp-field:focus {
  border-bottom-color: #e52d27;
}

.login-content h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--color-white);
  font-family: var(--font-primary);
}

.login-content label {
  display: inline;
  color: var(--color-grey-light);
  padding-left: 10px;
  margin-bottom: 26px;
  font-size: 14px;
}

.login-content .policy {
  color: var(--color-grey-light);
  margin: 24px 0;
}

.login-content p a {
  border: none;
  width: auto;
  color: var(--color-primary);
  margin: 0;
  font-size: 16px;
  display: inline-block;
}

.login-content button {
  font-size: 18px;
  margin-bottom: 12px;
}

.login-content p a:hover {
  color: var(--color-purple);
}

.login-content .form-group input::placeholder {
  color: var(--color-medium-grey);
}

.login-content .form-group input:focus,
.login-content .form-group input:hover {
  border: 1px solid var(--color-medium-grey);
  color: #fff;
}

.login-content button {
  width: 50%;
  min-height: 40px;
  background: transparent;
  /* bottom: 40px;
  position: absolute; */
  left: 0;
  right: 0;
  display: block;
  margin: 10px auto;
}

.login-content button.hide-link {
  width: 100%;
  margin: 0 auto;
  padding: 9px;
  margin-bottom: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--color-grey-light);
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-white);
}

.login-content button.hide-link img {
  padding-right: 20px;
}

.login-content .guide {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-white);
}

.login-content .guide a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* text-decoration: underline; */
  color: #e1171c;
}

.login .form-control {
  border: none;
  border-radius: 10px;
  background-color: transparent;
  color: var(--color-text-dark);
  padding: 22px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  color: var(--color-grey-light);
  border: 1px solid var(--color-grey-light);
}

.login .password-type-field {
  position: relative;
}

.login .password-type-field span i {
  color: var(--color-grey-light);
  cursor: pointer;
}

.login .password-type-field .field-icon {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 16px;
  z-index: 2;
}

input:focus,
.form-control:focus {
  outline: none;
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-grey-light);
  box-shadow: none;
}

@media only screen and (max-width: 990px) {
  .login-content::before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .login-content::after {
    display: none;
  }

  .login-block {
    margin: 0 auto;
  }

  .login-content {
    height: 530px;
  }
}

@media only screen and (max-width: 492px) {
  .login-block {
    width: 320px;
    padding: 10px;
  }

  .login-content a {
    width: 100%;
    font-size: 12px;
  }

  .login-content label {
    padding-bottom: 0;
  }

  .login-content p {
    padding-top: 20px;
    font-size: 12px;
  }
}

/* Pricing Tables - Boxes */
.pricingboxes {
  padding: 50px 0;
  overflow: hidden;
}

.pricingboxes h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 12px;
}

.pricingboxes p {
  text-align: center;
}

.pricingboxes .title {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #b31217;
  padding: 12px 0;
  text-align: center;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
}

.pricingboxes .title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(101, 69, 76, 0);
  border-top-color: #b31217;
  border-width: 8px;
  margin-left: -8px;
}

.pricing-table {
  border: 0;
  margin: 0 0 1.25em 0;
  padding: 0;
  transition: all 0.4s ease 0s;
  background: #1b2654;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .price {
  font-family: "Lato", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial,
    sans-serif;
  background: #6e6e6e;
  text-align: center;
  padding: 12px 0 18px;
  color: #eaeaea;
  font-weight: 900;
  font-size: 15px;
}

.pricing-table .price span {
  color: #eaeaea;
  font-weight: 900;
  font-size: 53px;
  display: block;
  padding: 10px 0;
  text-shadow: 1px 1px rgb(110 110 110), 2px 2px rgb(110 110 110),
    3px 3px rgb(110 110 110), 4px 4px rgb(110 110 110), 5px 5px rgb(110 110 110),
    6px 6px rgb(110 110 110), 7px 7px rgb(110 110 110), 8px 8px rgb(110 110 110),
    9px 9px rgb(110 110 110), 10px 10px rgb(110 110 110),
    11px 11px rgb(110 110 110), 12px 12px rgb(110 110 110),
    13px 13px rgb(110 110 110), 14px 14px rgb(110 110 110),
    15px 15px rgb(110 110 110), 16px 16px rgb(110 110 110),
    17px 17px rgb(110 110 110), 18px 18px rgb(110 110 110),
    19px 19px rgb(110 110 110), 20px 20px rgb(110 110 110),
    21px 21px rgb(110 110 110), 22px 22px rgb(110 110 110),
    23px 23px rgb(110 110 110), 24px 24px rgb(110 110 110),
    25px 25px rgb(110 110 110), 26px 26px rgb(110 110 110),
    27px 27px rgb(110 110 110), 28px 28px rgb(110 110 110),
    29px 29px rgb(110 110 110), 30px 30px #6c757d;
  background-color: rgb(110 110 110);
}

.pricing-table .description {
  background: #6e6e6e;
  text-align: center;
  padding: 32px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: solid 1px #6e6e6e;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.pricing-table .bullet-item {
  background-color: #444444;
  padding: 0.9375em;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-bottom: solid 1px #6c757d;
}

.pricing-table .cta-button {
  background: #6e6e6e;
  text-align: center;
  padding: 8px 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pricing-table .cta-button p {
  padding: 14px 0 8px;
}

.pricing-table .cta-button span a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  background: #000000;
  padding: 9px 12px;
  border-radius: 6px;
}

.pricing-table .cta-button span a:hover {
  background: #b31217;
  text-decoration: none;
}

.pricingboxes-comparison {
  padding: 0 0 50px;
  overflow: hidden;
  margin: 0 10px;
}

.pricingboxes-comparison h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 12px;
}

.pricingboxes-comparison p {
  text-align: center;
}

.pricingboxes-comparison .title-alt {
  font-family: "Lato", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial,
    sans-serif;
  background: #65454c;
  padding: 12px 0;
  text-align: center;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
}

.pricingboxes-comparison .title-alt:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(101, 69, 76, 0);
  border-top-color: #65454c;
  border-width: 8px;
  margin-left: -8px;
}

.pricingboxes-comparison .title-features {
  font-family: "Lato", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial,
    sans-serif;
  background: #b86662;
  padding: 12px 0;
  text-align: center;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
}

.pricingboxes-comparison .title-features:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(101, 69, 76, 0);
  border-top-color: #b86662;
  border-width: 8px;
  margin-left: -8px;
}

.pricing-table.alter .description {
  border-radius: 0;
}

.pricing-table.alter.features .bullet-item {
  background-color: #e5e5e5;
  text-align: left;
  color: #333;
  font-size: 14px;
  border-bottom: solid 1px #d7d7d7;
}

.pricing-table.alter.features .bullet-item a {
  color: #666;
  cursor: pointer;
}

.has-tip {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.has-tip:hover {
  color: #000;
}

.pricing-table.alter .bullet-item i {
  font-size: 12px;
}

.pricing-table.alter .bullet-item i.fa-check {
  color: #65454c;
}

.pricing-table.alter .bullet-item i.fa-times {
  color: #feb762;
}

.pricing-table.alter .price {
  padding: 14px 0 20px;
}

.pricing-table.alter .price span {
  font-size: 33px;
}

.pricing-table.alter .price span sub {
  font-size: 14px;
  padding-left: 2px;
  font-weight: 400;
  text-shadow: none;
  top: 0px;
  vertical-align: baseline;
  position: relative;
}

.pricing-table.alter .cta-button {
  background: #65454c;
  padding: 4px 0;
  border-radius: 0;
}

.pricing-table.alter .cta-button p {
  padding: 14px 0 2px;
}

.pricing-table.alter .cta-button span a {
  font-size: 14px;
  background: #b86662;
  padding: 5px 17px;
  border-radius: 6px;
}

.pricing-table.alter .cta-button span a:hover {
  background: #37485c;
  text-decoration: none;
}

/*--------------------------------*/
/* 7. Feature Area
/*--------------------------------*/
.feature-area {
  background: url(../images/banner-bg-7.png) no-repeat scroll top center / cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.feature-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 43%);
  content: "";
  z-index: -1;
}

.feature-image {
  margin-right: 50px;
  position: relative;
}

.top-img {
  position: absolute;
  top: 28%;
  left: 100px;
  width: 67%;
  height: 60%;
  z-index: 2;
}

.feature-text {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  position: relative;
  border: 12px solid #7d7d7d6b;
  border-radius: 50%;
}

.feature-img {
  position: relative;
}

.featture-content {
  background: #b31217bf;
  padding: 4px 0px;
  text-align: center;
  position: absolute;
  top: 69%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.featture-content h4 {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  /* margin-bottom: 15px; */
  line-height: 30px;
}
.feature-text:hover .featture-content h4 {
  padding:8px 8px;
}
.featture-content p {
  opacity: 0;
}

.feature-image .rotmate-image {
  position: inherit;
  z-index: 2;
}

.feature-text:hover .featture-content {
  top: 0%;
  transition: 0.5s;
  padding: 0px 20px;
}

.feature-text:hover .featture-content p {
  opacity: 1;
  font-size: 14px;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-area {
  position: relative;
}

.page-area {
  background: url(../images/bread-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcumb-overlay {
  position: absolute;
  background: #000000c9;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.page-area .section-headline::after {
  display: none;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 140px 0px 120px;
  margin-top: 100px;
}

.breadcrumb h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
}

.breadcrumb .section-headline {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.breadcrumb ul li {
  display: inline-block;
  color: #fff;
  padding: 14px 10px 0px 0px;
  position: relative;
  font-size: 16px;
}

.breadcrumb ul li.home-bread {
  padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
  position: relative;
  content: "\f105";
  font-family: fontAwesome;
  right: -6px;
}

.pages-header {
  background: #fff;
}

.pages-header .logo a {
  padding: 17px 0;
}

.pages-header .main-menu ul.navbar-nav li a {
  padding: 30px 15px;
}

.pages-header .header-right-link {
  padding: 27px 0px;
}

.pages-header .main-menu > ul.navbar-nav > li > a::before {
  bottom: 25px;
}

.review-page-area .single-testi {
  margin: 50px 0px 0px;
}

.review-page-area .Reviews-content {
  margin-bottom: 15px;
  margin-top: -50px;
}

.base {
  position: absolute;
  right: -50px;
  top: 21px;
  background: #b31217;
  width: 180px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #fff;
  transform: rotate(45deg);
}

/*--------------------------------*/
/* 9. Overview Area
/*--------------------------------*/
.overview-area {
  position: relative;
}

.overview-text {
  margin-top: 10px;
}

.overview-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.overview-text h3 {
  font-size: 40px;
  line-height: 46px;
}

.overview-text li {
  display: block;
  position: relative;
}

.overview-text ul li a {
  font-size: 15px;
  color: #e3e1e7;
  padding: 6px 0px 6px 35px;
  display: block;
}

.overview-images {
  margin-right: 30px;
  border-radius: 4px;
}

.overview-images img {
  border-radius: 4px;
}

.overview-text li::after {
  position: absolute;
  left: 0px;
  top: 6px;
  content: "\f00c";
  font-family: "FontAwesome";
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  background: #b31217;
}

.overview-btn {
  padding: 10px 20px;
  border: 1px solid #b31217;
  background: #b31217;
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
  margin-top: 0px;
  display: inline-block;
  text-transform: capitalize;
}

.overview-btn:hover {
  border: 1px solid #b31217;
  background: transparent;
  color: #b31217;
  transition: 0.4s;
}

.overview-text p {
  text-align: justify;
}

.overview-text ul {
  padding: 0;
}

.overview-text img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.bg-color2 {
  background: #fff;
}

/*----------------------------------------*/
/* 23.Contact CSS
/*----------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
  padding: 70px 0px;
  background: #fff;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #b31217;
  border-radius: 0;
  color: #b5b5b5;
  height: 52px;
  margin-bottom: 25px;
  padding-left: 20px;
  width: 100%;
  background: #1b265400;
}

.contact-form textarea#message {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #b31217;
  border-radius: 0;
  color: #b5b5b5;
  height: 180px;
  padding: 20px;
  width: 100%;
  background: #ffffff;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #000000;
  color: #fff;
  display: block;
  font-size: 18px;
  margin-top: 16px;
  padding: 13px 24px;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
  background: #000000;
}

.contact-form button[type="submit"]:hover {
  color: #000000;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.single-icon i {
  font-size: 64px;
  line-height: 77px;
  margin-bottom: 20px;
  color: #ffffff;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}

.contact-icon {
  margin-bottom: 50px;
  background: #b31217;
  padding: 30px 30px 30px;
  position: relative;
  z-index: 1;
}

.my-profile {
  background: #343434;
  padding: 20px 30px;
  margin: 40px auto;
  border-radius: 10px;
  width: 600px;
}

/*----------multiple-file-upload-----------*/
.file-upload-contain {
  position: relative;
  margin-bottom: 10px;
}

.file-upload-contain .file-input,
.file-upload-contain .file-preview {
  position: initial;
}

.file-upload-contain .file-drop-zone {
  border: 2px dashed #0e0e0e;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background-color: #efefef;
  min-height: 220px;
}

.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted {
  border: 2px dashed #0e0e0e !important;
  background-color: #ffffff;
}

.upload-area i {
  color: #0e0e0e;
  font-size: 50px;
  margin-top: 8px;
}

.upload-area p {
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.upload-area p b {
  color: #0e0e0e;
}

.upload-area button {
  padding: 8px 16px;
  width: 150px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #0e0e0e;
  border: 2px solid #0e0e0e;
  border-radius: 50px;
  transition: 0.3s;
  margin-bottom: 0px;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  /* bottom: 23px; */
  text-align: center;
  justify-content: center;
  margin: 0px auto;
}

.upload-area button:hover {
  background-color: #0e0e0e;
  box-shadow: 0px 4px 8px rgb(64 64 64 / 48%);
}

.file-preview {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.file-preview .fileinput-remove {
  display: none;
}

.file-drop-zone-title {
  padding: 6px 20px;
  text-align: center;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: pointer;
}

.file-preview-frame {
  cursor: default;
  display: flex;
  align-items: center;
  border: none;
  background-color: #000;
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin: 8px 0px;
}

.file-preview-frame:not(.file-preview-error):hover {
  border: none;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.file-preview-frame .kv-file-content {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #fff;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-preview-image {
  border-radius: 4px;
}

.file-preview-frame .file-footer-caption {
  padding-top: 0;
}

.file-preview-frame .file-footer-caption {
  text-align: left;
  margin-bottom: 0;
}

.file-detail {
  font-size: 14px;
  height: auto;
  width: 100%;
  line-height: initial;
}

.file-detail .file-caption-name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  word-break: break-all;
}

.file-detail .file-size {
  color: #f1f8fe;
  font-size: 12px;
}

.kv-zoom-cache {
  display: none;
}

.file-preview-frame .file-thumbnail-footer {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file-preview-frame .file-drag-handle,
.file-preview-frame .file-upload-indicator {
  float: none;
}

.file-preview-frame .file-footer-buttons {
  float: none;
  display: flex;
  align-items: center;
}

.file-preview-status.text-center {
  display: none;
}

.kv-file-remove.file-remove {
  border: none;
  background-color: #ef2f2f;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.file-drag-handle.file-drag {
  border: none;
  background-color: #fff;
  color: #2580e8;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
  display: none;
}

.kv-file-upload.file-upload {
  border: none;
  background-color: #48bd22;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.file-thumb-loading {
  background: none !important;
}

.file-preview-frame.sortable-chosen {
  background-color: #64a5ef;
  border-color: #64a5ef;
  box-shadow: none !important;
}

.file-no-browse {
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: 0 0;
  outline: 0;
  box-shadow: none;
}

button.btn.btn-default.btn-secondary.kv-hidden.fileinput-cancel.fileinput-cancel-button {
  display: none;
}

.inputurl {
  background: #fff;
  color: #000;
  border-radius: 20px;
  height: 35px;
}

input:focus,
.form-control:focus {
  color: #fff;
}

object.kv-preview-data.file-preview-text {
  display: none;
}

.contentLoc {
  margin-top: 0px;
  padding: 0;
  cursor: default;
  display: flex;
  align-items: center;
  border: none;
  background-color: #000;
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin: 8px 0px;
  word-break: break-word;
}

.profile-header {
  background: #fff;
  width: 100%;
  display: flex;
  height: 190px;
  position: relative;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.profile-img {
  float: left;
  width: 340px;
  height: 200px;
}

.profile-img img {
  border-radius: 50%;
  height: 230px;
  width: 230px;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 5;
  background: #fff;
}

.profile-nav-info {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}

.profile-nav-info h3 {
  font-size: 2rem;
  font-weight: bold;
}

.profile-nav-info .address {
  display: flex;
  font-weight: bold;
  color: #777;
}

.profile-nav-info .address p {
  margin-right: 5px;
  color: #000000;
}

.profile-option {
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  outline: none;
  background: #e40046;
}
.addfold {
  position: absolute;

  right: 20px;
  top: 130px;
  bottom: 0;
}
.profile-option:hover {
  background: #fff;
  border: 1px solid #e40046;
}

.profile-option:hover .notification i {
  color: #e40046;
}

.profile-option:hover span {
  background: #e40046;
}

.profile-option .notification i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s ease-in-out;
}

.profile-option .notification .alert-message {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #e40046;
  border: 1px solid #e40046;
  padding: 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.main-bd {
  width: 100%;
  display: flex;
  /* padding-right: 15px; */
}

.profile-side {
  width: 300px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 90px 30px 20px;
  z-index: 99;
}

.profile-side p {
  margin-bottom: 7px;
  color: #333;
  font-size: 14px;
}

.profile-side p i {
  color: #e40046;
  margin-right: 10px;
}

.mobile-no i {
  transform: rotateY(180deg);
  color: #e40046;
}

.profile-body {
  /* width: 100%; */
  /* height: auto; */
  /* position: relative; */
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.tab {
  padding: 20px;
  /* text-align: center; */
}

@media (max-width: 1100px) {
  .profile-side {
    width: 250px;
    padding: 90px 15px 20px;
  }

  .profile-img img {
    height: 200px;
    width: 200px;
    left: 50px;
    top: 50px;
  }
}

@media (max-width: 900px) {
  .profile-header {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }

  .profile-img {
    float: left;
    width: 100%;
    height: 200px;
  }

  .profile-img img {
    position: relative;
    height: 200px;
    width: 200px;
    left: 0px;
  }

  .profile-nav-info {
    text-align: center;
  }

  .profile-option {
    right: 20px;
    top: 75%;
    transform: translateY(50%);
  }

  .main-bd {
    flex-direction: column;
    padding-right: 0;
  }

  .profile-side {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 5px 0;
  }

  .profile-nav-info .address {
    justify-content: center;
  }

  .user-rating {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .profile-option {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 83%;
  }

  .profile-option .notification .alert-message {
    top: -3px;
    right: -4px;
    padding: 4px;
    height: 15px;
    width: 15px;
    font-size: 0.7rem;
  }

  .profile-nav-info h3 {
    font-size: 1.9rem;
  }

  .profile-nav-info .address p,
  .profile-nav-info .address span {
    font-size: 0.7rem;
  }
}

.right-side {
  width: 100%;
}

.tab h1 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.table-user-information > tbody > tr {
  border-bottom: 1px solid #ccc;
}

.table-user-information > tbody > tr:first-child {
  border-top: 0;
}

.table-user-information > tbody > tr > td {
  border-top: 0;
  /* float: right; */
}

button.chatbtn,
button.createbtn,
button.upload {
  border: 0;
  padding: 8px;
  margin-left: 5px;
  border-radius: 3px;
  background: #e40046;
  color: #fff;
  font-size: 14px;
  /* margin: 5px 2px; */
  cursor: pointer;
  outline: none;
  /* margin-bottom: 10px; */
  transition: background 0.3s ease-in-out;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

button.chatbtn:hover,
button.createbtn:hover,
button.upload:hover {
  background: rgba(288, 0, 70, 0.9);
}

button.chatbtn i,
button.createbtn i,
button.upload i {
  margin-right: 5px;
}

td.action {
  text-align: right;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.playback-controls button {
  margin-right: 1rem;
  background: aliceblue;
}

.playback-controls button:last-child {
  margin-right: 0;
}

.progress {
  height: 3px;
  margin: 1rem 0;
}

.outter {
  /* width: 100%; */
  /* height: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
}

.video-container {
  /* height: 650px; */
  width: 100%;
  position: relative;
}

video {
  object-fit: cover;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 750px;
}

.video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 40%);
  z-index: 1;
}

.video-container h1 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 20px 0 2rem;
  padding: 0;
  line-height: 80px;
  /* font-family: Raleway; */
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 400px) {
  .video-container h1 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .video-container h1 {
    font-size: 60px;
  }
}

.desc {
  /* font-family: Raleway; */
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}

.callout {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  z-index: 10;
  width: 100%;
  margin: auto;
  top: 110px;
  left: 0;
  right: 0;
}

.button {
  background-color: transparent;
  border-radius: 40px;
  padding: 4px;
  border: 1px solid #b84647;
  margin-top: 20px;
  width: 179px;
  margin: 0 auto;
}

.button .inner {
  background-color: #b31217;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
}

.editcontent {
  outline: none;
  border-bottom: 2px dotted #000;
  padding-bottom: 5px;
  width: 250px;
  text-align: left;
}

.cover {
  position: relative;
  margin-bottom: 5px;
}

.cover img {
  display: block;
  width: 50%;
  box-shadow: 0 8px 20px -4px hsl(0, 0%, 5%);
}

.cover.artist img {
  border-radius: 50%;
}

.play-icon {
  position: absolute;
  bottom: -2px;
  right: 6px;
  width: 30px;
  height: 29px;
  border-radius: 50%;
  color: #fafafa;
  background-color: #b31217;
  box-shadow: 0 4px 16px -4px #121212;
  opacity: 0;
  transition: 0.4s, transform 0.1s;
}

.play-icon:hover {
  transform: scale(1.1);
}

.cardd:hover .play-icon {
  bottom: 6px;
  opacity: 1;
}

.fa-play {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 52%;
  top: 50%;
  font-size: 14px;
}

.card-content {
  color: #fafafa;
}

.card-content h4 {
  margin-bottom: 6px;
  font-size: 18px;
}

.card-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: hsl(0, 0%, 70%);
  margin: 0;
}

.cardd {
  display: block;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  background-color: #181818;
  transition: background-color 0.4s;
  cursor: pointer;
  margin-bottom: 10px;
  /* height: 218px; */
}

.cardd:hover {
  background-color: #282828;
}

.three h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.three h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}

.three h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .promotion {
    width: 100%;
  }

  .button .inner {
    padding: 6px 18px;
  }

  .button {
    margin-top: 12px;
  }

  .desc {
    font-size: 16px;
  }


  .badge {
      left: 20px;
      right: auto!important;

  }
  .x {
    margin: 39px 15px 10px!important;
    width: 50px!important;
    height: 50px!important;
    padding-top: 0!important;
}
  .callout {
    width: 100%;
    top: 60px;
  }

  /* video {
    height: 350px;
  } */

  .video-container {
    /* height: 350px; */
  }

  .contact-images {
    margin-bottom: 20px;
  }
  #eFly {
    font-size: 1em !important;
  }
  #eFly div {
    letter-spacing: 5px !important;
  }
  .contact-icon {
    margin-bottom: 20px;
  }

  section.login.signup.text-center .container {
    padding-left: 0;
    padding-right: 0;
  }

  .login-content button {
    bottom: 0;
    position: relative;
  }
  .me-5 {
    margin-right: 5px!important;
  }
  .otp-form .otp-field {
    width: 3rem;
    height: 3rem;
    padding: 0;
    color: #fff;
  }
  .addfold {
    position: static;
  }
  .file-preview {
    margin-bottom: 0;
  }

  button.chatbtn,
  button.createbtn,
  button.upload {
    font-size: 10px;
    padding: 5px;
  }

  .cover img {
    width: 100%;
  }
}

.share-btn-icon {
  font-family: "FONTAWESOME";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-btn-email .share-btn-icon:before {
  content: "\e945";
}

.share-btn-more .share-btn-icon:before {
  content: "\f1e0";
}

.share-btn-googleplus .share-btn-icon:before {
  content: "\ea88";
}

.share-btn-facebook .share-btn-icon:before {
  content: "\ea8c";
}

.share-btn-twitter .share-btn-icon:before {
  content: "\ea91";
}

.share-btn-github .share-btn-icon:before {
  content: "\eab4";
}

.share-btn-tumblr .share-btn-icon:before {
  content: "\eabb";
}

.share-btn-reddit .share-btn-icon:before {
  content: "\eac7";
}

.share-btn-linkedin .share-btn-icon:before {
  content: "\eac8";
}

.share-btn-delicious .share-btn-icon:before {
  content: "\eacc";
}

.share-btn-stumbleupon .share-btn-icon:before {
  content: "\eace";
}

.share-btn-pinterest .share-btn-icon:before {
  content: "\ead0";
}

.share-btn,
.share-btn * {
  box-sizing: border-box;
}

.share-btn,
.share-btn *,
.share-btn *:before,
.share-btn *:after {
  box-sizing: border-box;
}

.share-btn {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 2px 8px;
  line-height: 1.53;
  letter-spacing: 0.04em;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #111;
  background: #e0e0e0;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s ease;
  float: right;
}

.share-btn:hover,
.share-btn:focus {
  background: #d3d3d3;
  border-color: #bababa;
  text-decoration: none;
  color: #111;
}

.share-btn:active {
  background: #c7c7c7;
  border-color: #adadad;
  text-decoration: none;
  color: #111;
}

.share-btn.share-btn-sm {
  height: 20px;
  font-size: 10px;
  padding: 0 8px;
  line-height: 1.6;
}

.share-btn.share-btn-lg {
  height: 28px;
  font-size: 16px;
  line-height: 1.4;
}

.share-btn .share-btn-text-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.share-btn.share-btn-branded {
  color: #fff;
}

.share-btn.share-btn-branded.share-btn-twitter {
  background: #55acee;
  border-color: #3ea1ec;
}

.share-btn.share-btn-branded.share-btn-twitter:hover,
.share-btn.share-btn-branded.share-btn-twitter:focus {
  background: #3ea1ec;
  border-color: #2795e9;
}

.share-btn.share-btn-branded.share-btn-twitter:active {
  background: #2795e9;
  border-color: #1689e0;
}

.share-btn.share-btn-branded.share-btn-facebook {
  background: #3b5998;
  border-color: #344e86;
}

.share-btn.share-btn-branded.share-btn-facebook:hover,
.share-btn.share-btn-branded.share-btn-facebook:focus {
  background: #344e86;
  border-color: #2d4373;
}

.share-btn.share-btn-branded.share-btn-facebook:active {
  background: #2d4373;
  border-color: #263961;
}

.share-btn.share-btn-branded.share-btn-googleplus {
  background: #dd4b39;
  color: #fff;
  border-color: #d73925;
}

.share-btn.share-btn-branded.share-btn-googleplus:hover,
.share-btn.share-btn-branded.share-btn-googleplus:focus {
  background: #d73925;
  border-color: #c23321;
}

.share-btn.share-btn-branded.share-btn-googleplus:active {
  background: #c23321;
  border-color: #ac2d1e;
}

.share-btn.share-btn-branded.share-btn-tumblr {
  background: #35465c;
  color: #fff;
  border-color: #2c3a4c;
}

.share-btn.share-btn-branded.share-btn-tumblr:hover,
.share-btn.share-btn-branded.share-btn-tumblr:focus {
  background: #2c3a4c;
  border-color: #222d3c;
}

.share-btn.share-btn-branded.share-btn-tumblr:active {
  background: #222d3c;
  border-color: #19212b;
}

.share-btn.share-btn-branded.share-btn-reddit {
  background: #ff4500;
  color: #fff;
  border-color: #e63e00;
}

.share-btn.share-btn-branded.share-btn-reddit:hover,
.share-btn.share-btn-branded.share-btn-reddit:focus {
  background: #e63e00;
  border-color: #cc3700;
}

.share-btn.share-btn-branded.share-btn-reddit:active {
  background: #cc3700;
  border-color: #b33000;
}

.share-btn.share-btn-branded.share-btn-linkedin {
  background: #0976b4;
  color: #fff;
  border-color: #08669c;
}

.share-btn.share-btn-branded.share-btn-linkedin:hover,
.share-btn.share-btn-branded.share-btn-linkedin:focus {
  background: #08669c;
  border-color: #075683;
}

.share-btn.share-btn-branded.share-btn-linkedin:active {
  background: #075683;
  border-color: #05466b;
}

.share-btn.share-btn-branded.share-btn-delicious {
  background: #3399ff;
  color: #fff;
  border-color: #198cff;
}

.share-btn.share-btn-branded.share-btn-delicious:hover,
.share-btn.share-btn-branded.share-btn-delicious:focus {
  background: #198cff;
  border-color: #007fff;
}

.share-btn.share-btn-branded.share-btn-delicious:active {
  background: #007fff;
  border-color: #0073e5;
}

.share-btn.share-btn-branded.share-btn-stumbleupon {
  background: #eb4924;
  color: #fff;
  border-color: #e13b15;
}

.share-btn.share-btn-branded.share-btn-stumbleupon:hover,
.share-btn.share-btn-branded.share-btn-stumbleupon:focus {
  background: #e13b15;
  border-color: #ca3412;
}

.share-btn.share-btn-branded.share-btn-stumbleupon:active {
  background: #ca3412;
  border-color: #b22e10;
}

.share-btn.share-btn-branded.share-btn-pinterest {
  background: #cc2127;
  color: #fff;
  border-color: #b61d23;
}

.share-btn.share-btn-branded.share-btn-pinterest:hover,
.share-btn.share-btn-branded.share-btn-pinterest:focus {
  background: #b61d23;
  border-color: #a01a1f;
}

.share-btn.share-btn-branded.share-btn-pinterest:active {
  background: #a01a1f;
  border-color: #8a161a;
}

.share-btn.share-btn-inverse {
  color: #eeeeee;
  background: #1f1f1f;
  border-color: #050505;
}

.share-btn.share-btn-inverse:hover,
.share-btn.share-btn-inverse:focus {
  background: #121212;
  border-color: #000000;
  color: #eeeeee;
}

.share-btn.share-btn-inverse:active {
  background: #050505;
  border-color: #000000;
  color: #eeeeee;
}

.share-btn.share-btn-twitter .share-btn-icon,
.share-btn.share-btn-googleplus .share-btn-icon,
.share-btn.share-btn-tumblr .share-btn-icon,
.share-btn.share-btn-linkedin .share-btn-icon,
.share-btn.share-btn-pinterest .share-btn-icon,
.share-btn.share-btn-stumbleupon .share-btn-icon,
.share-btn.share-btn-delicious .share-btn-icon,
.share-btn.share-btn-more .share-btn-icon {
  position: relative;
  top: 1px;
}

@-moz-document url-prefix() {
  .share-btn.share-btn-twitter .share-btn-icon,
  .share-btn.share-btn-googleplus .share-btn-icon,
  .share-btn.share-btn-tumblr .share-btn-icon,
  .share-btn.share-btn-linkedin .share-btn-icon,
  .share-btn.share-btn-pinterest .share-btn-icon,
  .share-btn.share-btn-stumbleupon .share-btn-icon,
  .share-btn.share-btn-delicious .share-btn-icon,
  .share-btn.share-btn-more .share-btn-icon {
    top: 0;
  }
}

.share-btn.share-btn-more.share-btn-lg .share-btn-icon {
  top: 2px;
}

.share-btn .share-btn-text {
  padding-left: 2px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 30px auto;
  margin-top: -20px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.headerrr {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  line-height: inherit;
  margin-bottom: 0;
}

.headerr {
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  line-height: inherit;
  margin-bottom: 0;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.hover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 80px 0px;
  /* box-shadow: 0px 0 0px -3px #FFFFFF; */
}

.hover01:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
}

.comingOut-content span img {
  width: 295px;
  margin-top: -10px;
}

.button .inner:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.button .inner a:hover {
  color: #fff;
}

.testimonial {
  margin: 0 20px 14px;
}

.testimonial .testimonial-content {
  padding: 25px 19px 25px 26px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
}

.testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #718076;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #718076;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
  width: 30px;
  height: 28px;
  background: #b31217;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 24px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 10px solid #b31217;
  border-left: 18px solid transparent;
  position: absolute;
  top: -10px;
  left: 1px;
  overflow: hidden;
}

.testimonial .description {
  font-size: 13px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #979797;
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #b31217;
}

.tv {
  background-image: url(../images/tv-big.png);
  position: relative;
  /* box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000, -5vmin 0vmin 5vmin -3vmin #000; */
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  left: 0;
  right: 0;
}

.screen {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
}

.screen iframe {
  height: 260px;
  overflow: hidden;
  padding: 32px;
  width: 100%;
}

.hover01 iframe {
  /* position: relative;
  border: 10px dotted #858585;
  box-shadow: 0 0 26px #b31217;
  width: 100% */
  width: 47%;
  left: 49%;
  height: 170px;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  top: 50%;
  left: 0;
  transform: translate(103%, -138%);
}

.hover01 .button {
  position: relative;
  top: -38px;
}

.muzieknootjes {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  min-width: 100%;
  /* height: 200px; */
  border: 0px solid #000;
}

.noot-1,
.noot-2,
.noot-3,
.noot-4 {
  position: absolute;
  animation: notes 2s infinite linear;
  font-size: 50px;
  opacity: 0;
}

.noot-1 {
  top: 0px;
  left: 0;
  animation-delay: 0.5s;
  color: #fff;
}

.noot-2 {
  top: 0px;
  left: 30%;
  animation-delay: 1s;
  color: #fff;
}

.noot-3 {
  top: 0px;
  left: 60%;
  animation-delay: 1.5s;
  color: #fff;
}

.noot-4 {
  top: 0px;
  left: 90%;
  animation-delay: 2s;
  color: #fff;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }

  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }

  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}
.anime-blog.onee a img {
  border: 2px solid green;
  box-shadow: 0px 0px 15px green;
}
.anime-blog.two a img {
  border: 2px solid red;
  box-shadow: 0px 0px 15px red;
}

.anime-blog.three a img {
  border: 2px solid purple;
  box-shadow: 0px 0px 15px purple;
}

.anime-blog.four a img {
  border: 2px solid rgb(0, 164, 214);
  box-shadow: 0px 0px 15px rgb(0, 164, 214);
}

.anime-blog.five a img {
  border: 2px solid rgb(146, 156, 0);
  box-shadow: 0px 0px 15px rgb(146, 156, 0);
}

.anime-blog.six a img {
  border: 2px solid rgb(151, 151, 151);
  box-shadow: 0px 0px 15px rgb(151, 151, 151);
}

/* .accordion {
  width: 100%;
  max-width: 1080px;
  height: 250px;
  overflow: hidden;
  margin: 50px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.accordion ul li div a p {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 79.69%);
  padding: 100px 20px 20px 50px;
  width: 100%;
}

.accordion ul li:nth-child(1) {
  background-image: url("../images/1.jpg");
}

.accordion ul li:nth-child(2) {
  background-image: url("../images/2.jpg");
}

.accordion ul li:nth-child(3) {
  background-image: url("../images/3.jpg");
}

.accordion ul li:nth-child(4) {
  background-image: url("../images/4.jpg");
}

.accordion ul li:nth-child(5) {
  background-image: url("../images/5.jpg");
}

.accordion ul li:nth-child(6) {
  background-image: url("../images/6.jpg");
}

.accordion ul:hover li, .accordion ul:focus-within li {
  width: 8%;
}

.accordion ul li:focus {
  outline: none;
}

.accordion ul:hover li:hover, .accordion ul li:focus, .accordion ul:focus-within li:focus {
  width: 60%;
}

.accordion ul:hover li:hover a, .accordion ul li:focus a, .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a *, .accordion ul li:focus a *, .accordion ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul:hover li {
  width: 8%;
}

.accordion ul:hover li a * {
  opacity: 0 !important;
}

.accordion ul:hover li:hover {
  width: 60% ;
}

.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
} */

@media screen and (max-width: 600px) {
  .accordion {
    height: auto;
  }
  .screen iframe {
    width: 100%;
    height: 100%;
    padding: 18px;
  }
  .screen {
    position: relative;
  }
  .tv {
    background-size: cover;
    height: 228px;
    margin-bottom: 25px;
  }
  .top-img {
    top: 0%;
    left: 88px;
  }
  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }

  .accordion ul:hover li:hover {
    width: 100%;
  }

  .accordion ul li div a p {
    font-size: 14px;
    padding: 82px 10px 10px 10px;
  }

  .headerr {
    font-size: 28px;
  }

  .headerrr {
    font-size: 28px;
  }

  .comingOut-content span img {
    width: 164px;
    margin-top: -9px;
  }
}

header.header.style-2 {
  background: #000;
  z-index: 99;
}
.e__presntation {
  width: 100vw;
  height: 100vh;
}

#eFly {
  color: #fff;
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
}

#eFly span {
  display: block;
  font-size: 0.4em;
  font-weight: 200;
  opacity: 0.8;
}

#eFly div {
  position: absolute;
  z-index: 60;
  margin: auto;
  opacity: 0;
  top: 5%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  animation: switch 28s linear infinite;
  letter-spacing: 25px;
}

#eFly div:nth-child(2) {
  animation-delay: 4s;
}
#eFly div:nth-child(3) {
  animation-delay: 7s;
}
#eFly div:nth-child(4) {
  animation-delay: 11s;
}
#eFly div:nth-child(5) {
  animation-delay: 14s;
}
#eFly div:nth-child(6) {
  animation-delay: 17s;
}
#eFly div:nth-child(7) {
  animation-delay: 20s;
}
#eFly div:nth-child(8) {
  animation-delay: 24s;
}

@keyframes switch {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(3);
  }
  3% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
  10% {
    opacity: 1;
    filter: blur(0);
    transform: scale(0.9);
  }
  13% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.1);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  19% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateX(200px);
  }
  8% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  17% {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
  19% {
    opacity: 0;
    -moz-transform: translateX(-400px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateX(200px);
  }
  8% {
    opacity: 1;
    -o-transform: translateX(0px);
  }
  17% {
    opacity: 1;
    -o-transform: translateX(0px);
  }
  19% {
    opacity: 0;
    -o-transform: translateX(-400px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateX(200px);
  }
  8% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateX(0px);
  }
  19% {
    opacity: 0;
    -ms-transform: translateX(-400px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  8% {
    opacity: 1;
    transform: translateX(0px);
  }
  17% {
    opacity: 1;
    transform: translateX(0px);
  }
  19% {
    opacity: 0;
    transform: translateX(-400px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.badge {
  position: absolute;
  top: -5px;
  right: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0px 0px 2px 1px;
  border: 2px solid #f4fdff;
  border-radius: 500px;
  font-size: 10px;
  font-weight: 400;
  background: #b31217;
  color: #fff;
  text-align: center;
  z-index: 1;
  transition: transform 0.15s, background-color 0.5s;
}
.upload-area p span i {
  font-size: 18px;
}
.upload-area p span i.fa.fa-youtube-play {
  color: red;
}
.upload-area p span i.fa.fa-spotify {
  color: #1ed760;
}
.upload-area p span i.fa.fa-soundcloud {
  color: #f9590f;
}
.upload-area p span i.fa.fa-globe {
  color: #0150aa;
}

.share-btn:active {
  background: #c7c7c7;
  border-color: #adadad;
  text-decoration: none;
  color: #111;
}
.share-btn:hover,
.share-btn:focus {
  background: #d3d3d3;
  border-color: #bababa;
  text-decoration: none;
  color: #111;
}
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
  overflow: auto;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Show more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Show less";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

.round-circle {
  background: #323232;
  border-radius: 50%;
  height: 550px;
  border-top: 12px solid #fff;
}
.round-circle h3 {
  color: darkgrey;
}
.round-circle ul {
  text-align: left;
  padding-left: 5rem;
  list-style-type: none;
  font-size: 28px;
  color: #fff;
}
.shadow-box {
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgb(255 255 255);
  padding: 10px;
}
.round-circle ul li span {
  color: #a01a1f;
  font-weight: 700;
}
.share-btnn {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 2px 8px;
  line-height: 1.53;
  letter-spacing: 0.04em;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #111;
  background: #e0e0e0;
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s ease;
  float: right;
}
.round-circlee {
  background: #38383847;
  border-radius: 50%;
  height: 350px;
  border-top: 12px solid #fff;
}
.round-circlee ul {
  text-align: center;
  padding: 10px 3rem;
  list-style-type: none;
  font-size: 20px;
  color: #fff;
}
h2.text-red {
  color: #b31217;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .round-circle {
    height: 308px;
    margin-bottom: 20px;
  }
  .round-circle h3 {
    font-size: 18px;
  }
  .round-circle ul {
    font-size: 14px;
    padding-left: 5rem;
  }
  .round-circlee ul {
    font-size: 18px;
    padding: 10px 2rem;
  }
  .round-circlee {
    height: 300px;
  }
  .modal-content {
    width: 100% !important;
  }
  .modal-content input[type="text"] {
    width: 86% !important;
  }
  .bgimage {
    height: 365px !important;
  }
  .hover01 iframe {
    height: 100px !important;
    top: 48%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .round-circle {
    height: 350px;
  }
  .round-circle ul {
    font-size: 14px;
  }
  .featture-content h4 {
    font-size: 12px;
    line-height: 18px;
  }
  .feature-text:hover .featture-content p{font-size: 11px;}
  .comingOut-content {
    width: 100%;
  }
  .screen iframe {
    height: auto;
    overflow: hidden;
    padding: 14px;
    width: 100%;
  }
  .anime-btn.btn-dark {
    position: initial;
  }
  .profile-option {
    transform: translateY(-10%);
    left: 48%;
  }
  /* .addfold {
    position: initial;
  } */
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
  .mainmenu > li > a {
    padding: 0px 5px 10px;
  }
  .headerr {
    font-size: 50px;
  }
  .heading.style-1 h2 {
    font-size: 44px;
  }
  .round-circle {
    height: 460px;
  }
  .round-circle ul {
    font-size: 21px;
  }
  .headerrr {
    font-size: 40px;
  }
  .profile-option {
    left: 40%;
  }
  .round-circlee {
    height: 300px;
  }
  .round-circlee ul {
    font-size: 16px;
  }
  .anime-btn.btn-dark {
    position: initial;
  }
}

/* ----------modal-popup------------ */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(0 0 0 / 83%);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content input[type="text"] {
  width: 94%;
}
.modal-content button {
  float: right;
  padding: 6px 10px;
  margin-top: 1px;

  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.popup-file {
  border: 1px solid #898989;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 8px;
}
.send-btn {
  display: block;
  margin: 10px auto;
}
.send-btn a {
  width: 100%;
  font-size: 17px !important;
  padding: 10px 20px !important;
}
.bgimage {
  background-image: url(../video-sec.jpeg);
  background-size: cover;
  height: 600px;
  position: relative;
}


@media only screen and (min-width: 390px)and (manxwidth: 767px) {
  video {
    height: auto;
  }
  .callout {
    top: 0;
  }


  .video-container {
    height: auto;
  }
  .featture-content h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .feature-text:hover .featture-content {
    padding: 25px 20px;
  }
  .feature-text:hover .featture-content p {
    font-size: 18px !important;
    overflow-y: visible;
  }
  .round-circle ul {
    padding-left: 6rem;
  }
  .comingOut-content .title {
    line-height: 40px;
  }
  .hover01 iframe {
    height: 92px !important;
  }
  .bgimage {
    height: 350px !important;
  }
  .tv {
    height: 285px;
  }
  .screen iframe {
    height: 222px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 390px) {
  .screen iframe {
    height: 132px;
    padding: 12px;
  }
  .addfold{position: static;}
  /* .bgimage {
    height: 310px !important;
  } */
  .featture-content h4 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .feature-text:hover .featture-content p {
    font-size: 10px !important;
    overflow-y: scroll;
    height: 40px;
  }
  .feature-text:hover .featture-content h4 {
    padding: 0;
  }
  .comingOut-content .title {
    line-height: 50px;
  }
  .comingOut-content span img {
    width: 260px;
  }
  .heading.style-1 h2 {
    font-size: 30px;
  }
  .headerr {
    font-size: 30px;
  }
  .headerrr {
    font-size: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .single-icon p {
    font-size: 11px;}
    .round-circlee ul{font-size: 13px;padding: 4px 18px;}
    h2.text-red{font-size: 21px;}
    .round-circlee{height: 212px;}
    .pt-5{padding-top: 1rem!important;}
    .addfold{position: static;}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-text:hover .featture-content p {
    font-size: 16px !important;
    overflow-y: hidden;
    height: auto;
  }

  .feature-text:hover .featture-content h4 {
    padding: 20px 0px !important;
  }
  .featture-content h4 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.ram-video-3 {
  position: relative;
  max-width: 800px;
  margin: auto;
  height: 340px;
}
.ram-video-3 .tv-wrap  {
  /* margin: 0% 11% 0;  */
  position: relative;
}
.ram-video-3 .tv-ram  {
  position: absolute;
  z-index: 1;
   /* top: -8%;  */
  /* left: -10.5%;  */
  width: 100%;
  /* height: 143%; */
  pointer-events: none;
}
.ram-video-3 .tv-ram img  {
  width: 100%;
  height: 100%;
}
.ram-video-3 .tv-video {
  position: relative;
  padding-bottom: 62%;
  height: 0;
  /* background: #000; */
  cursor: pointer;
}


.ram-video-3 .tv-video.show:before {
  display: none;
}
.ram-video-3 .tv-video iframe,
.ram-video-3 .tv-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.cardd .cover video{height: 200px;
  width: 274px;
}

.ram-video-1 {
  position: relative;
   max-width: 800px;
margin: auto;
height: 230px;
  }
  .ram-video-1 .tv-wrap {
  margin: 6% 6% 10%;
  position: relative;
  }
  .ram-video-1 .tv-ram {
  position: absolute;
  z-index: 1;
  top: -16%;
  left: -6.5%;
  width: 100%;
  /* height: 142%;  */
  pointer-events: none;
  }
  .ram-video-1 .tv-ram img {
  width: 100%;
  height: 100%;
  }
  .ram-video-1 .tv-video {
  position: relative;
  padding-bottom: 26.25%;
  height: 0;
  background: #000;
  cursor: pointer;
  }
  .ram-video-1 .tv-video:before {
  content: "";
  border: 3px solid #6a6a6c;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgo8ZGVmcz4KPC9kZWZzPgo8ZyBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDA7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IG5vbmU7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDA2NTkzNDA2NTkzNDAxNiAxLjQwNjU5MzQwNjU5MzQwMTYpIHNjYWxlKDIuODEgMi44MSkiID4KCTxwYXRoIGQ9Ik0gNDUgOTAgQyAyMC4xODcgOTAgMCA2OS44MTMgMCA0NSBjIDMxLjE2IC04LjgxMiA2MS4yNTcgLTkuNTU1IDkwIDAgQyA5MCA2OS44MTMgNjkuODEzIDkwIDQ1IDkwIHoiIHN0eWxlPSJzdHJva2U6IG5vbmU7IHN0cm9rZS13aWR0aDogMTsgc3Ryb2tlLWRhc2hhcnJheTogbm9uZTsgc3Ryb2tlLWxpbmVjYXA6IGJ1dHQ7IHN0cm9rZS1saW5lam9pbjogbWl0ZXI7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgZmlsbDogcmdiKDE4NywyNiwyNik7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0iIG1hdHJpeCgxIDAgMCAxIDAgMCkgIiBzdHJva2UtbGluZWNhcD0icm91bmQiIC8+Cgk8cGF0aCBkPSJNIDQ1IDAgQyAyMC4xODcgMCAwIDIwLjE4NyAwIDQ1IGggOTAgQyA5MCAyMC4xODcgNjkuODEzIDAgNDUgMCB6IiBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDE7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IHJnYigyMjEsMzQsMzQpOyBmaWxsLXJ1bGU6IG5vbnplcm87IG9wYWNpdHk6IDE7IiB0cmFuc2Zvcm09IiBtYXRyaXgoMSAwIDAgMSAwIDApICIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiAvPgoJPHBhdGggZD0iTSA2My44ODUgNDcuMzI1IGwgLTE0LjgxNiA4LjU1NCBsIC0xNC44MTYgOC41NTQgYyAtMS43OSAxLjAzMyAtNC4wMjYgLTAuMjU4IC00LjAyNiAtMi4zMjUgViA0NSBjIDEwLjYwNiAtNC4xOTYgMjIuMzU5IC0zLjg1NSAzNSAwIEMgNjUuMjI3IDQ1LjkwNCA2NC43OCA0Ni44MDggNjMuODg1IDQ3LjMyNSB6IiBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDE7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IHJnYigyNDAsMjQwLDI0MCk7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0iIG1hdHJpeCgxIDAgMCAxIDAgMCkgIiBzdHJva2UtbGluZWNhcD0icm91bmQiIC8+Cgk8cGF0aCBkPSJNIDYzLjg4NSA0Mi42NzUgbCAtMTQuODE2IC04LjU1NCBsIC0xNC44MTYgLTguNTU0IGMgLTEuNzkgLTEuMDMzIC00LjAyNiAwLjI1OCAtNC4wMjYgMi4zMjUgViA0NSBoIDM1IEMgNjUuMjI3IDQ0LjA5NiA2NC43OCA0My4xOTIgNjMuODg1IDQyLjY3NSB6IiBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDE7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IHJnYigyNTUsMjU1LDI1NSk7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0iIG1hdHJpeCgxIDAgMCAxIDAgMCkgIiBzdHJva2UtbGluZWNhcD0icm91bmQiIC8+CjwvZz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50% 50%;
  width: 20%;
  height: 25%;
  z-index: 2;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
  position: absolute;
  top: 35%;
  left: 40%;
  transition: 0.3s;
  }
  .ram-video-1 .tv-video:hover:before {
  background-color: #337ab7;
  border-color: #bfe2ff;
  }
  .ram-video-1 .tv-video.show:before {
  display: none;
  }
  .ram-video-1 .tv-video iframe,
  .ram-video-1 .tv-video img {
  position: absolute;
  top: 16px;
  left: 39%;
  width: 49%;
  height: 100%;
  }
  .logos{

    text-align:center;

   }


   .x{
    margin: 50px;
    width: 84px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 0;

   }


   .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
