/* Placeholder generated from index.html references. */
/* =================================
------------------------------------
  Hnband | Music Event HTML Template
  Version: 1.0
  Copyright By: ColorLib
 ------------------------------------
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Satisfy&display=swap");
html,
body {
  height: 100%;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #222222;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
  line-height: 1.4;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  color: #c4c4c4;
  line-height: 1.7;
}

.back-to-top {
  position: fixed;
  left: 15px;
  bottom: 15px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

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

ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.95),
    rgba(6, 182, 212, 0.95)
  ) !important;
  color: white;
  border-color: transparent !important;
  -webkit-box-shadow: 0 10px 22px rgba(6, 182, 212, 0.18);
  box-shadow: 0 10px 22px rgba(6, 182, 212, 0.18);
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/*---------------------
   Helper CSS
 -----------------------*/

.section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .section-title {
    margin-bottom: 15px;
  }
}

.section-title .sub-title {
  font-family: "Satisfy", cursive;
  color: #06b6d4;
  font-size: 50px;
}

.section-title h2 {
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 24px;
  }
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

.site__btn {
  display: inline-block;
  font-size: 14px;
  padding: 17px 33px 15px;
  min-width: 149px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
}

.site__btn:hover {
  color: #fff;
}

.site__btn i {
  margin-right: 3px;
}

.site__btn.sb--line {
  position: relative;
  background: transparent;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: -moz-linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  border-image-source: -webkit-linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  border-image-source: linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  z-index: 1;
}

.site__btn.sb--line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site__btn.sb--line:hover::after {
  opacity: 1;
}

/*---------------------
   Header section
 -----------------------*/

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 15px;
  z-index: 999;
  background: rgba(12, 6, 23, 0.95);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1000px) and (max-width: 2500px) {
  .header__warp .row {
    justify-content: center;
  }
}

.header__warp {
  max-width: 1760px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__warp {
    padding: 0 50px;
  }
}

.site__logo {
  display: inline-block;
}

.site__logo img {
  max-height: 50px;
  width: auto;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.header__social a {
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__social a:hover {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  border-color: transparent;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header__cta-icon {
  width: 44px !important;
  height: 44px !important;
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.95),
    rgba(6, 182, 212, 0.95)
  ) !important;
  border-color: transparent !important;
  -webkit-box-shadow: 0 10px 22px rgba(6, 182, 212, 0.18);
  box-shadow: 0 10px 22px rgba(6, 182, 212, 0.18);
}

.header__cta-icon:hover {
  -webkit-transform: translateY(-2px) scale(1.05);
  -ms-transform: translateY(-2px) scale(1.05);
  transform: translateY(-2px) scale(1.05);
}

.header__mobile-cta {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .site__logo {
    margin-bottom: 20px;
    max-width: 130px;
  }
  .header__mobile-cta {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 15px;
    top: 72px;
    z-index: 998;
    padding: 12px 18px 10px;
    font-size: 12px;
    line-height: 1;
  }
}

/*----------
   Menu
 ---------*/

.slicknav_menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    padding: 0;
    background: transparent;
    z-index: 999;
  }
  .slicknav_btn {
    position: static;
    margin: 0;
    background: rgba(12, 6, 23, 0.92);
    border: 1px solid rgba(124, 58, 237, 0.35);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  .header__warp {
    position: relative;
  }
  .slicknav_nav {
    margin-top: 12px;
    min-width: 240px;
    padding: 8px 0;
    border-radius: 14px;
    background: rgba(12, 6, 23, 0.97);
    border: 1px solid rgba(124, 58, 237, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    margin: 0;
    padding: 10px 18px;
  }
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    background: rgba(6, 182, 212, 0.14);
    color: #fff;
    border-radius: 0;
  }
  .slicknav_menu .slicknav_menutxt {
    text-shadow: none;
  }
  .slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
  }
}

.main__menu {
  position: relative;
  right: 0;
  padding-top: 11px;
  text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 576px) {
  .main__menu {
    display: none;
  }
}

.main__menu > li {
  display: inline-block;
  position: relative;
}

.main__menu > li:last-child a {
  margin-right: 0;
}

.main__menu > li > a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  padding: 11px 25px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main__menu > li > a {
    padding: 10px;
  }
}

.main__menu > li > a.menu--active {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: -moz-linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  border-image-source: -webkit-linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  border-image-source: linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main__menu > li > a.menu--active {
    padding: 11px 25px;
  }
}

.main__menu > li:hover a {
  color: #ffffff;
}

.main__menu > li:hover .sub__menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.main__menu > li .sub__menu {
  position: absolute;
  text-align: left;
  padding: 10px 0;
  width: 170px;
  left: 0;
  top: 100%;
  margin-top: 50px;
  -webkit-box-shadow: 0 9px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 50px rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main__menu > li .sub__menu:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  left: 0;
  top: -25px;
}

.main__menu > li .sub__menu > li {
  display: block;
}

.main__menu > li .sub__menu > li > a {
  display: block;
  display: block;
  padding: 5px 15px;
  color: #0f0923;
  text-transform: none;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.main__menu > li .sub__menu > li > a:hover {
  color: #222222;
}

.main__menu > li .sub__menu > li > a:after {
  display: none;
}

/*---------------------
   Hero section
 -----------------------*/

.hero__section {
  height: 1275px;
  padding-top: 380px;
  position: relative;
  z-index: 5;
  background-position-x: left;
}

@media (max-width: 576px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__section {
    padding-top: 200px;
    height: 900px;
    background-position-x: center;
  }
}

.hero__slider {
  max-width: 750px;
}

@media (max-width: 576px) {
  .hero__slider .owl-nav {
    text-align: center;
  }
}

.hero__slider button.owl-prev,
.hero__slider button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) !important;
  margin-right: 10px;
  font-size: 20px !important;
}

.hero__items {
  padding-bottom: 52px;
}

@media (max-width: 576px) {
  .hero__items {
    text-align: center;
    padding: 52px 25px;
  }
}

.hero__items span {
  font-family: "Satisfy", cursive;
  font-size: 34px;
}

.hero__items h2 {
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .hero__items h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__items h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__items h2 {
    font-size: 60px;
  }
}

.hero__items p {
  max-width: 600px;
  margin-bottom: 30px;
}

.about__section {
  background-color: #0c0617;
  margin-top: -255px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__section img {
    padding-top: 5rem;
  }
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
  .about__section img {
    padding-top: 5rem;
  }
}

.about__section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1505px;
  left: 0;
  top: -528px;
  background-color: #0c0617;
  background-image: url("../img/about-overlay.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 576px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .about__section:before {
    background-size: cover;
  }
}

.about__section .container {
  position: relative;
  z-index: 10;
}

.discography__section {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding: 110px 0 120px;
  background-color: #0c0617;
}

.discography__section:after {
  display: none;
}

@media (max-width: 576px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .discography__section:after {
    display: none;
  }
}

.about__text {
  padding-top: 260px;
  padding-bottom: 50px;
}

@media (max-width: 576px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .about__text {
    padding-top: 30px;
  }
}

.about__text span {
  font-family: "Satisfy", cursive;
  color: #06b6d4;
  font-size: 50px;
  margin-bottom: 5px;
}

.about__text h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about__text p {
  margin-bottom: 40px;
}

.album__card {
  text-align: center;
  margin-bottom: 40px;
}

.album__card img {
  margin: 0 auto 25px;
  border-radius: 50%;
}

.album__card h4 {
  color: #fff;
}

.album__card p {
  color: #c4c4c4;
  margin-bottom: 0;
}

/*------------------
   Tours page
 ------------------*/

.player__section {
  background: #0f0923;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .player__section {
    padding-bottom: 50px;
  }
}

.player_right {
  padding-top: 70px;
}

.player_right .section-title {
  padding-left: 65px;
}

.player-title {
  padding-left: 65px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.player-one-style .jp-playlist ul {
  list-style: none;
}

.player-one-style .jp-playlist li {
  position: relative;
  height: 95px;
  overflow: hidden;
  display: block;
  padding: 30px 65px 10px;
  border-bottom: 1px solid #262037;
}

@media (max-width: 576px) {
  .player-one-style .jp-playlist li {
    padding: 30px 20px 23px;
    height: auto;
  }
}

.player-one-style .jp-playlist li:last-child {
  border-bottom: none;
}

.player-one-style .jp-playlist li:hover .player_social {
  opacity: 1;
}

.player-one-style .jp-playlist li.jp-playlist-current {
  background: #262037;
}

.player-one-style .jp-playlist li.jp-playlist-current .player_social {
  opacity: 1;
}

.player-one-style .jp-playlist li .jp-playlist-item {
  display: block;
  position: relative;
}

.player-one-style .jp-playlist li .jp-playlist-item:after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
  padding-left: 4px;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
  border-radius: 50px;
  background: #7c3aed;
}

.player-one-style .jp-playlist li .list-left {
  float: left;
  padding-left: 60px;
}

.player-one-style .jp-playlist li .list-left h6 {
  font-weight: 600;
  color: #fff;
}

.player-one-style .jp-playlist li .list-left p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 0;
}

.player-one-style .jp-playlist li .list-right {
  float: right;
  padding-top: 10px;
}

.player-one-style .jp-playlist li .list-right h6 {
  font-weight: 600;
  color: #fff;
}

.player-one-style
  .jp-state-playing
  .jp-playlist
  li
  .jp-playlist-item.jp-playlist-current:after {
  content: "";
  font-size: 13px;
  padding-top: 9px;
  padding-left: 2px;
}

.player-one-style .player_social {
  position: absolute;
  top: 34px;
  right: 150px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .player-one-style .player_social {
    right: 110px;
  }
}

@media (max-width: 576px) {
  .player-one-style .player_social {
    display: none;
  }
}

.player-one-style .player_social a {
  display: inline-block;
  padding: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.player-one-style .player_left {
  position: relative;
  height: 954px;
  background-image: url("../img/album.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .player-one-style .player_left {
    height: 800px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .player-one-style .player_left {
    height: 600px;
  }
}

@media (max-width: 576px) {
  .player-one-style .player_left {
    height: 500px;
  }
}

.player-one-style .player_left:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0;
  background: black;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8155637255))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8155637255) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8155637255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.player-one-style .player_left_inner {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 45px;
  bottom: 45px;
  z-index: 5;
}

@media (max-width: 576px) {
  .player-one-style .player_left_inner {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .player-one-style .track-info {
    text-align: center;
  }
}

.player-one-style .track-info h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.player-one-style .track-info p {
  font-size: 16px;
  color: #888888;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .player-one-style .conterols {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .player-one-style .conterols {
    text-align: center;
    margin-bottom: 20px;
  }
}

.player-one-style .jp-progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.player-one-style .jp-play-bar {
  height: 5px;
  background: #ffffff;
  position: relative;
  overflow: inherit !important;
}

.player-one-style .jp-play-bar:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -2px;
  top: -2px;
  background: #fff;
  border-radius: 50px;
  border-radius: 50px;
}

.player-one-style .jp-controls button {
  width: 30px;
  font-size: 16px;
  margin-right: 5px;
  border: none;
  color: #fff;
  background: transparent;
}

.player-one-style .jp-controls button.jp-play {
  width: 40px;
  height: 40px;
  margin: 0 20px;
  padding-top: 2px;
  border-radius: 50px;
  background: #06b6d4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .player-one-style .jp-controls button.jp-play {
    margin: 0;
  }
}

.player-one-style
  .jp-state-playing
  .jp-controls
  button.jp-play
  .fa-play:before {
  content: "";
}

.player-one-style
  .jp-state-muted
  .jp-controls
  button.jp-mute
  .fa-volume-up:before {
  content: "";
}

.player-one-style .jp-volume-controls {
  display: inline-block;
}

.player-one-style .jp-time-holder {
  width: 120px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .player-one-style .jp-time-holder {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .player-one-style .jp-time-holder {
    width: 100%;
    display: block;
    padding-top: 15px;
  }
}

.player-one-style .jp-time-holder div {
  display: inline-block;
}

.player-two-style .jp-playlist {
  margin-bottom: 40px;
}

.player-two-style .jp-playlist ul {
  list-style: none;
  padding-left: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .player-two-style .jp-playlist ul {
    padding-left: 0;
  }
}

.player-two-style .jp-playlist li {
  position: relative;
  height: 95px;
  display: block;
  padding: 30px 0 10px;
  border-bottom: 1px solid #262037;
}

.player-two-style .jp-playlist li:last-child {
  border-bottom: none;
}

.player-two-style .jp-playlist li:hover .player_social {
  opacity: 1;
}

.player-two-style .jp-playlist li.jp-playlist-current::after {
  position: absolute;
  content: "";
  width: calc(100% + 145px);
  height: calc(100% + 2px);
  left: -80px;
  top: -1px;
  z-index: 1;
  background: #262037;
  clear: both;
}

.player-two-style .jp-playlist li.jp-playlist-current .player_social {
  opacity: 1;
}

.player-two-style .jp-playlist li .jp-playlist-item {
  display: block;
  position: relative;
}

.player-two-style .jp-playlist li .list-left {
  position: relative;
  z-index: 3;
  float: left;
  padding-left: 60px;
}

.player-two-style .jp-playlist li .list-left span {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
  font-weight: 600;
  border-radius: 50px;
  background: #7c3aed;
}

.player-two-style .jp-playlist li .list-left h6 {
  font-weight: 600;
  color: #fff;
}

.player-two-style .jp-playlist li .list-left p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 0;
}

.player-two-style .jp-playlist li .list-right {
  position: relative;
  z-index: 5;
  float: right;
  padding-top: 10px;
}

.player-two-style .jp-playlist li .list-right h6 {
  font-weight: 600;
  color: #fff;
}

.player-two-style .player_social {
  position: absolute;
  top: 34px;
  right: 80px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}

@media (max-width: 576px) {
  .player-two-style .player_social {
    display: none;
  }
}

.player-two-style .player_social a {
  display: inline-block;
  padding: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.player-two-style .player_left {
  position: relative;
  height: 585px;
  background-image: url("../img/album.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .player-two-style .player_left {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .player-two-style .player_left {
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .player-two-style .player_left {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .player-two-style .player_left {
    height: 300px;
  }
}

.player-two-style .player_left:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 0;
  background: black;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8155637255))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8155637255) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8155637255) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.player-two-style .player_left_inner {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 25px;
  bottom: 20px;
  z-index: 5;
}

@media (max-width: 576px) {
  .player-two-style .player_left_inner {
    left: -7px;
    padding: 0 15px;
  }
}

.player-two-style .track-info h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.player-two-style .track-info p {
  font-size: 16px;
  color: #888888;
}

.player-two-style .jp-controls {
  display: inline-block;
  text-align: center;
  width: calc(100% - 215px);
}

@media (max-width: 576px) {
  .player-two-style .jp-controls {
    float: right;
    width: auto;
  }
}

.player-two-style .jp-controls button {
  width: 30px;
  font-size: 14px;
  border: none;
  color: #fff;
  background: transparent;
}

.player-two-style .jp-controls button.jp-play {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding-left: 9px;
  padding-top: 2px;
  border-radius: 50px;
  background: #06b6d4;
}

.player-two-style .jp-state-playing .jp-controls button.jp-play {
  padding-left: 6px;
}

.player-two-style
  .jp-state-playing
  .jp-controls
  button.jp-play
  .fa-play:before {
  content: "";
}

.player-two-style
  .jp-state-muted
  .jp-controls
  button.jp-mute
  .fa-volume-up:before {
  content: "";
}

.player-two-style .jp-volume-controls {
  width: 85px;
  display: inline-block;
}

@media (max-width: 576px) {
  .player-two-style .jp-volume-controls {
    display: none;
  }
}

.player-two-style .jp-volume-controls button {
  position: relative;
  top: 3px;
  width: 30px;
  font-size: 16px;
  border: none;
  color: #fff;
  background: transparent;
}

.player-two-style .jp-volume-bar {
  display: inline-block;
  width: 50px !important;
  height: 5px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.player-two-style .jp-volume-bar .jp-volume-bar-value {
  height: 5px;
  background: #ffffff;
  position: relative;
  overflow: inherit !important;
}

.player-two-style .jp-volume-bar .jp-volume-bar-value:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -2px;
  top: -2px;
  background: #fff;
  border-radius: 50px;
  border-radius: 50px;
}

.player-two-style .jp-time-holder {
  width: 120px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 576px) {
  .player-two-style .jp-time-holder {
    float: left;
    width: auto;
  }
}

.player-two-style .jp-time-holder div {
  display: inline-block;
}

.video__section {
  position: relative;
  background: #7c3aed;
  padding: 105px 0 215px;
  background-color: #0c0617;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 2;
}

.video-player {
  background: #100923;
}

.video-player .jp-jplayer {
  position: relative;
  width: 100% !important;
  height: 520px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-player .jp-jplayer {
    height: 400px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-player .jp-jplayer {
    height: 350px !important;
  }
}

@media (max-width: 576px) {
  .video-player .jp-jplayer {
    height: 250px !important;
  }
}

.video-player .jp-jplayer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 8;
}

.video-player .jp-jplayer video {
  width: 100% !important;
  height: 520px !important;
  background: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-player .jp-jplayer video {
    height: 400px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-player .jp-jplayer video {
    height: 350px !important;
  }
}

@media (max-width: 576px) {
  .video-player .jp-jplayer video {
    height: 250px !important;
  }
}

.video-player .video-title {
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 20px;
  left: 40px;
  padding-right: 50px;
  z-index: 7;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.4s ease 3s;
  -o-transition: all 0.4s ease 3s;
  transition: all 0.4s ease 3s;
}

.video-player .jp-video-play-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  padding-left: 11px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #06b6d4;
  border-radius: 50%;
  border: none;
  z-index: 10;
}

.video-player .jp-controls-holder {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 17px;
  z-index: 5;
  -webkit-transition: all 0.4s ease 3s;
  -o-transition: all 0.4s ease 3s;
  transition: all 0.4s ease 3s;
}

.video-player .player-left-hover:hover .jp-controls-holder,
.video-player .player-left-hover:hover .video-title {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .video-player .player-left-hover {
    padding-right: 15px !important;
  }
}

.video-player .jp-controls {
  display: inline-block;
  width: 140px;
  padding-left: 30px;
}

@media (max-width: 576px) {
  .video-player .jp-controls {
    width: 110px;
  }
}

.video-player .jp-controls button {
  width: 30px;
  font-size: 14px;
  border: none;
  color: #fff;
  background: transparent;
}

@media (max-width: 576px) {
  .video-player .jp-controls button {
    width: 19px;
  }
}

.video-player .jp-controls button.jp-play {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding-left: 9px;
  padding-top: 2px;
  border-radius: 50px;
  background: #06b6d4;
}

@media (max-width: 576px) {
  .video-player .jp-controls button.jp-play {
    margin: 0;
  }
}

.video-player .jp-current-time,
.video-player .jp-duration {
  position: absolute;
  width: 60px;
  top: -10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 576px) {
  .video-player .jp-current-time,
  .video-player .jp-duration {
    font-size: 12px;
    width: 40px;
    top: -8px;
  }
}

.video-player .jp-current-time {
  left: 0;
}

.video-player .jp-duration {
  right: 0;
}

.video-player .jp-progress {
  position: relative;
  display: inline-block;
  width: calc(100% - 265px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .video-player .jp-progress {
    width: calc(100% - 165px);
  }
}

@media (max-width: 576px) {
  .video-player .jp-progress {
    width: calc(100% - 140px);
  }
}

.video-player .jp-seek-bar {
  width: calc(100% - 140px) !important;
  height: 5px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

@media (max-width: 576px) {
  .video-player .jp-seek-bar {
    width: calc(100% - 100px) !important;
  }
}

.video-player .jp-play-bar {
  height: 5px;
  background: #ffffff;
  position: relative;
  overflow: inherit !important;
}

.video-player .jp-play-bar:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -2px;
  top: -2px;
  background: #fff;
  border-radius: 50px;
  border-radius: 50px;
}

.video-player .jp-volume-controls {
  width: 110px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .video-player .jp-volume-controls {
    display: none;
  }
}

.video-player .jp-volume-controls button {
  position: relative;
  top: 3px;
  width: 30px;
  font-size: 16px;
  border: none;
  color: #fff;
  background: transparent;
}

.video-player .jp-volume-bar {
  display: inline-block;
  width: 60px !important;
  height: 5px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.video-player .jp-volume-bar .jp-volume-bar-value {
  height: 5px;
  background: #ffffff;
  position: relative;
  overflow: inherit !important;
}

.video-player .jp-volume-bar .jp-volume-bar-value:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -2px;
  top: -2px;
  background: #fff;
  border-radius: 50px;
  border-radius: 50px;
}

.jp-state-playing .video-player .jp-controls button.jp-play .fa-play:before {
  content: "";
}

.jp-state-playing .video-player .jp-controls button.jp-play {
  padding-left: 6px;
}

.jp-state-muted
  .video-player
  .jp-volume-controls
  button.jp-mute
  .fa-volume-up:before {
  content: "";
}

.video-playlist {
  padding-top: 30px;
  padding-left: 15px;
  height: 520px;
}

.video-playlist li {
  overflow: hidden;
  margin-bottom: 25px;
}

.video-playlist li a {
  display: block;
  overflow: hidden;
}

.video-playlist li.jp-playlist-current h6 {
  color: #06b6d4;
}

.video-playlist li.jp-playlist-current p {
  margin-bottom: 0;
  color: #fff;
}

.video-playlist .video-list-item .vli-left {
  width: 120px;
  float: left;
  position: relative;
  margin-right: 18px;
}

.video-playlist .video-list-item .vli-right {
  overflow: hidden;
  padding-right: 20px;
}

.video-playlist .video-list-item .video-time {
  position: absolute;
  width: 40px;
  height: 20px;
  left: 0;
  top: 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.video-playlist .video-list-item h6 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.video-playlist .video-list-item p {
  font-size: 14px;
}

.video-playlist .video-list-item p i {
  font-size: 12px;
  margin-right: 8px;
}

.shows__section {
  padding: 30px 0 100px;
  background: #0c0617;
  overflow: hidden;
}

.show__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 36px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.1);
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .show__item {
    display: block;
    text-align: center;
  }
}

.show__item:last-child {
  border-bottom: none;
}

.show__item::after {
  position: absolute;
  content: "";
  width: calc(100% + 100px);
  height: calc(100% + 2px);
  left: -50px;
  top: -1px;
  background-color: #231d2d;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.show__item:hover::after {
  opacity: 1;
}

.show__item .show__date {
  width: 5%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show__item .show__date {
    width: 8%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .show__item .show__date {
    width: auto;
    display: inline-block;
    margin-bottom: 25px;
  }
}

.show__item .show__date h2 {
  color: #06b6d4;
  line-height: 1;
}

.show__item .show__date p {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.show__item .show__title {
  width: 40%;
  padding-left: 70px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show__item .show__title {
    width: 36%;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .show__item .show__title {
    width: auto;
    display: block;
    padding-left: 0;
  }
}

.show__item .show__title h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

.show__item .show__title p {
  font-size: 14px;
  margin-bottom: 0;
}

.show__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.show__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #c4c4c4;
  font-size: 13px;
  line-height: 1.2;
}

.show__meta-item i {
  color: #06b6d4;
}

.show__item .show__location {
  width: 27%;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show__item .show__location {
    width: 20%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .show__item .show__location {
    width: auto;
    display: block;
  }
}

.show__item .show__location p {
  margin-bottom: 0;
}

.show__item .show__location i {
  color: #06b6d4;
  margin-right: 5px;
}

.show__item .show__time {
  width: 10%;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show__item .show__time {
    width: 18%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .show__item .show__time {
    width: auto;
    display: block;
    margin-bottom: 15px;
  }
}

.show__item .show__time p {
  margin-bottom: 0;
}

.show__item .show__time i {
  color: #06b6d4;
  margin-right: 10px;
}

.show__item .show__btn {
  width: 18%;
  padding-top: 7px;
  text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .show__item .show__btn {
    width: auto;
    text-align: center;
  }
}

.show__item .show__btn .site__btn {
  padding: 17px 10px 15px;
}

.show__item .show__btn .site__btn i {
  margin-right: 8px;
}

/*---------------------
   Footer section
 -----------------------*/

.footer__section {
  background: #1f1448;
  position: relative;
}

.footer__section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 440px;
  left: 0;
  top: 0;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #0c0617;
  z-index: 2;
}

.footer__section .container {
  position: relative;
  z-index: 5;
}

.footer-top {
  background: #191039;
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .footer-top img {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-top img {
    height: 100%;
  }
}

.footer-form-warp {
  padding: 60px 35px 40px 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .footer-form-warp {
    padding: 60px 40px 40px;
  }
}

@media (max-width: 576px) {
  .footer-form-warp {
    padding: 60px 20px 40px;
  }
}

.footer-form-warp .form {
  padding-top: 20px;
}

.footer-form-warp input,
.footer-form-warp textarea {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #474061;
  background: transparent;
  margin-bottom: 30px;
}

.footer-form-warp textarea {
  height: 90px;
  resize: none;
}

.info__box {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .info__box {
    max-width: 290px;
    margin: 0 auto 30px;
  }
}

.info__box.info_box_center {
  max-width: 290px;
  margin: 0 auto;
}

.info__box .info_icon {
  width: 65px;
  height: 65px;
  font-size: 27px;
  color: #fff;
  float: left;
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
  border-radius: 50%;
}

.info__box .info_icon .ui-icon {
  width: 28px;
  height: 28px;
  color: #fff;
}

.info__box p {
  padding-top: 5px;
  color: #fff;
  margin-bottom: 0;
}

.info__box-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.info__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.info__line i,
.info__line .ui-icon {
  width: 16px;
  font-size: 16px;
  color: #06b6d4;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info__line a {
  overflow-wrap: anywhere;
}

.info__box p a {
  color: inherit;
}

.info__box p a:hover {
  color: #06b6d4;
}

.footer__social {
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
  text-align: center;
  padding: 20px 0 15px;
  border-radius: 100px;
  position: relative;
  max-width: 270px;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .footer__social {
    margin: 40px auto 0;
  }
}

.footer__social:after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background: #1f1448;
  border-radius: 100px;
}

.footer__social a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  position: relative;
  z-index: 5;
}

.footer__social a i,
.header__social a i,
.contact__social a i {
  vertical-align: middle;
}

.footer__social a .icon-tiktok,
.header__social a .icon-tiktok,
.contact__social a .icon-tiktok {
  vertical-align: middle;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__social--left {
  margin-left: 0;
  margin-top: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .footer__social--left {
    margin: 18px 0 0;
  }
}

.info__box--contact-links .footer__social {
  max-width: 290px;
}

.ui-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  vertical-align: middle;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-mail {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6.75A2.75 2.75 0 0 1 5.75 4h12.5A2.75 2.75 0 0 1 21 6.75v10.5A2.75 2.75 0 0 1 18.25 20H5.75A2.75 2.75 0 0 1 3 17.25V6.75Zm2 .47v10.03c0 .41.34.75.75.75h12.5c.41 0 .75-.34.75-.75V7.22l-6.22 4.54a1.35 1.35 0 0 1-1.56 0L5 7.22Zm13.54-1.2H5.46l6.54 4.78 6.54-4.78Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6.75A2.75 2.75 0 0 1 5.75 4h12.5A2.75 2.75 0 0 1 21 6.75v10.5A2.75 2.75 0 0 1 18.25 20H5.75A2.75 2.75 0 0 1 3 17.25V6.75Zm2 .47v10.03c0 .41.34.75.75.75h12.5c.41 0 .75-.34.75-.75V7.22l-6.22 4.54a1.35 1.35 0 0 1-1.56 0L5 7.22Zm13.54-1.2H5.46l6.54 4.78 6.54-4.78Z'/%3E%3C/svg%3E");
}

.icon-mobile {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 2.75A2.75 2.75 0 0 1 10.75 0h2.5A2.75 2.75 0 0 1 16 2.75v18.5A2.75 2.75 0 0 1 13.25 24h-2.5A2.75 2.75 0 0 1 8 21.25V2.75Zm2 1.5v15.5h4v-15.5h-4Zm2 18a1.12 1.12 0 1 0 0-2.25 1.12 1.12 0 0 0 0 2.25Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 2.75A2.75 2.75 0 0 1 10.75 0h2.5A2.75 2.75 0 0 1 16 2.75v18.5A2.75 2.75 0 0 1 13.25 24h-2.5A2.75 2.75 0 0 1 8 21.25V2.75Zm2 1.5v15.5h4v-15.5h-4Zm2 18a1.12 1.12 0 1 0 0-2.25 1.12 1.12 0 0 0 0 2.25Z'/%3E%3C/svg%3E");
}

.icon-web {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 1.5A10.5 10.5 0 1 1 1.5 12 10.51 10.51 0 0 1 12 1.5Zm7.91 9.5h-3.1a15.93 15.93 0 0 0-1.57-5.03A8.55 8.55 0 0 1 19.91 11ZM12 3.45c-.84 0-2.44 2.57-2.8 7.55h5.6C14.44 6.02 12.84 3.45 12 3.45ZM8.76 5.97A15.93 15.93 0 0 0 7.19 11h-3.1a8.55 8.55 0 0 1 4.67-5.03ZM3.45 13h3.74a16.27 16.27 0 0 0 1.03 4.2 11.84 11.84 0 0 0 .54 1.2A8.54 8.54 0 0 1 3.45 13Zm8.55 7.55c.84 0 2.44-2.57 2.8-7.55H9.2c.36 4.98 1.96 7.55 2.8 7.55Zm3.24-2.57c.23-.39.42-.8.59-1.22A16.27 16.27 0 0 0 16.81 13h3.74a8.54 8.54 0 0 1-5.31 4.98Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 1.5A10.5 10.5 0 1 1 1.5 12 10.51 10.51 0 0 1 12 1.5Zm7.91 9.5h-3.1a15.93 15.93 0 0 0-1.57-5.03A8.55 8.55 0 0 1 19.91 11ZM12 3.45c-.84 0-2.44 2.57-2.8 7.55h5.6C14.44 6.02 12.84 3.45 12 3.45ZM8.76 5.97A15.93 15.93 0 0 0 7.19 11h-3.1a8.55 8.55 0 0 1 4.67-5.03ZM3.45 13h3.74a16.27 16.27 0 0 0 1.03 4.2 11.84 11.84 0 0 0 .54 1.2A8.54 8.54 0 0 1 3.45 13Zm8.55 7.55c.84 0 2.44-2.57 2.8-7.55H9.2c.36 4.98 1.96 7.55 2.8 7.55Zm3.24-2.57c.23-.39.42-.8.59-1.22A16.27 16.27 0 0 0 16.81 13h3.74a8.54 8.54 0 0 1-5.31 4.98Z'/%3E%3C/svg%3E");
}

.icon-tiktok {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14.84 3c.45 1.57 1.39 2.93 2.76 4a6.4 6.4 0 0 0 3.4 1.3v3.05a9.27 9.27 0 0 1-3.3-.6v5.95a7.1 7.1 0 1 1-7.1-7.08c.44 0 .77.03 1.12.1v3.2a3.98 3.98 0 1 0 2.96 3.84V3h3.16Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14.84 3c.45 1.57 1.39 2.93 2.76 4a6.4 6.4 0 0 0 3.4 1.3v3.05a9.27 9.27 0 0 1-3.3-.6v5.95a7.1 7.1 0 1 1-7.1-7.08c.44 0 .77.03 1.12.1v3.2a3.98 3.98 0 1 0 2.96 3.84V3h3.16Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.footer__copyright__text {
  border-top: 1px solid #362c5b;
  text-align: center;
  margin-top: 20px;
}

.footer__copyright__text p {
  font-size: 15px;
  color: #c4c4c4;
  margin-bottom: 0;
  padding: 30px 0;
}

.footer__copyright__text i {
  color: #06b6d4;
}

.footer__copyright__text a {
  color: #c4c4c4;
}

.footer__copyright__text a:hover {
  text-decoration: underline;
}

.page-top-section {
  height: 475px;
  padding-top: 300px;
  background-image: url("../img/page-top-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: #0c0617;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .page-top-section {
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .page-top-section {
    height: 350px;
    padding-top: 180px;
  }
}

.page-info-icon {
  width: 85px;
  height: 85px;
  font-size: 27px;
  color: #fff;
  float: left;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
  border-radius: 50%;
}

.page-info-text h2 {
  color: #fff;
  text-transform: uppercase;
}

.site-breadcrumb {
  padding-top: 5px;
}

.site-breadcrumb a {
  display: inline-block;
  color: #fff;
  margin-right: 25px;
  position: relative;
}

.site-breadcrumb a:after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  right: -19px;
  top: 0;
  color: #fff;
}

.site-breadcrumb span {
  display: inline-block;
  color: #888888;
}

.site__pagination {
  text-align: center;
}

.site__pagination a {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  padding: 12px 15px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #363636;
}

.site__pagination a.active {
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
}

.site__pagination a.next-page {
  margin-right: 0;
}

.site__pagination a.next-page {
  color: #06b6d4;
  background: transparent;
  padding: 11px 19px 13px;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: -moz-linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  border-image-source: -webkit-linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
  border-image-source: linear-gradient(50deg, #7c3aed 0%, #06b6d4 100%);
}

/*------------------
   About page
 ------------------*/

.about__page {
  background: #0c0617;
  padding: 30px 0 80px;
}

.about__page__text {
  padding: 50px 50px 25px;
  margin-bottom: 80px;
  background: #191039;
}

.about-feature-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.about-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 6, 23, 0.1) 10%,
    rgba(12, 6, 23, 0.82) 100%
  );
}

.about-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.about-feature-image__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}

.about-feature-image__content span {
  display: inline-block;
  margin-bottom: 12px;
  color: #06b6d4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-feature-image__content h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  margin: 0;
}

.about-feature-image--vision::after {
  background: linear-gradient(
    180deg,
    rgba(12, 6, 23, 0.12) 0%,
    rgba(124, 58, 237, 0.32) 52%,
    rgba(12, 6, 23, 0.88) 100%
  );
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .about-feature-image img {
    min-height: 320px;
  }

  .about__page__text {
    padding: 50px 15px 25px;
  }
}

.about__page__text .section-title {
  margin-bottom: 20px;
}

.populer__show__card {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.populer__show__card h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

.populer__show__card p {
  margin-bottom: 0;
}

.populer__show__card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.populer__show__card .show__info {
  padding: 23px 25px 20px;
  background: #191039;
  flex-grow: 1;
}

/*------------------
   Albums page
 ------------------*/

.albums__page {
  background: #0c0617;
  padding: 30px 0 100px;
  overflow: hidden;
}

.albums__page__title {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 65px;
}

.albums__page__title h2 {
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 576px) {
  .albums__page__title h2 {
    font-size: 20px;
  }
}

.album_card {
  margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .album_card {
    text-align: center;
  }
}

.album_card:hover .album__pic:after {
  opacity: 0.7;
}

.album_card:hover .album__title h4,
.album_card:hover .album__title p {
  top: 0;
  opacity: 1;
}

.album_card:hover .album__title h4 {
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.album_card:hover .album__title p {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.album_card:hover .album__links a {
  opacity: 1;
}

.album__pic {
  position: relative;
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .album__pic {
    width: 275px;
    height: 275px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .album__pic {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 576px) {
  .album__pic {
    width: 250px;
    height: 250px;
  }
  .album__pic h4 {
    font-size: 16px;
  }
}

.album__pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #751a80;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#751a80),
    to(#291d66)
  );
  background: -o-linear-gradient(top, #751a80 0%, #291d66 100%);
  background: linear-gradient(180deg, #751a80 0%, #291d66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#751a80", endColorstr="#291d66", GradientType=1);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.album__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.album__title {
  position: absolute;
  width: 104%;
  height: 104%;
  left: -2%;
  top: -2%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
}

.album__title h4,
.album__title p {
  position: relative;
  top: -50px;
  opacity: 0;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.album__title h4 {
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.album__title p {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.album__links {
  display: inline-block;
  text-align: center;
}

.album__links a {
  display: inline-block;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.album__links a:first-child {
  margin-right: 8px;
  margin-bottom: 10px;
}

.avablable__links {
  display: inline-block;
}

.avablable__links a {
  display: inline-block;
}

.avablable__links a:first-child {
  margin-right: 8px;
  margin-bottom: 10px;
}

.album-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.album-text {
  padding-top: 20px;
  padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .album-text {
    padding-left: 0;
  }
}

.album-text p {
  margin-bottom: 20px;
}

.album-text ul {
  list-style: none;
}

.album-text ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  position: relative;
  font-size: 15px;
  color: #c4c4c4;
}

.album-text ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #06b6d4;
}

/*------------------
   Tours page
 ------------------*/

.tours__page {
  background: #0c0617;
  padding: 30px 0 100px;
  overflow: hidden;
}

.gallery__page {
  background: #0c0617;
  padding: 50px 0 80px;
}

.gallery__item {
  position: relative;
  padding: 0 5px;
  display: block;
  margin-bottom: 10px;
}

.gallery__item img {
  min-width: 100%;
}

.gallery__item i {
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 16px);
  font-size: 36px;
  color: #06b6d4;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery__item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery__item:hover i {
  opacity: 1;
}

.gallery__item:hover:after {
  opacity: 0.4;
}

/*----------------
   Blog Page
 ----------------*/

.blog__page {
  background: #0c0617;
  padding: 30px 0 100px;
}

.blog__item {
  margin-bottom: 40px;
}

.blog__item h4 {
  font-size: 20px;
}

.blog__item h4 a {
  color: #fff;
}

.blog__item .blog_metas {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: calc(100% - 30px);
  padding-top: 10px;
  padding-right: 30px;
  background: #0c0617;
}

.blog__item .blog_metas .blog_meta {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #888888;
  padding-right: 18px;
  margin-right: 14px;
}

.blog__item .blog_metas .blog_meta:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 0;
  font-size: 12px;
  color: #888888;
}

.blog__item .blog_metas .blog_meta:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog__item .blog_metas .blog_meta:last-child:after {
  display: none;
}

.blog__item .blog_metas .blog_meta a {
  color: #fff;
}

.blog__thumb {
  position: relative;
  margin-bottom: 20px;
}

/*-------------------
   Blog Single Page
 --------------------*/

.blog_single_page {
  background: #0c0617;
  padding: 30px 0 100px;
}

.blog-details-warp {
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .blog-details-warp {
    padding-right: 15px;
  }
}

.blog__details {
  border-bottom: 1px solid #231d2d;
}

.blog__details h2.blog__title {
  margin-bottom: 20px;
  color: #fff;
}

.blog__details .blog_metas {
  margin-bottom: 40px;
}

.blog__details .blog_metas .blog_meta {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #888888;
  padding-right: 18px;
  margin-bottom: 10px;
  margin-right: 14px;
}

.blog__details .blog_metas .blog_meta:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 0;
  font-size: 12px;
  color: #888888;
}

.blog__details .blog_metas .blog_meta:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog__details .blog_metas .blog_meta a {
  color: #fff;
}

.blog__details .blog__thumb {
  margin-bottom: 30px;
}

.blog__details p {
  margin-bottom: 30px;
}

.blog__details h1,
.blog__details h2,
.blog__details h3,
.blog__details h4,
.blog__details h5,
.blog__details h6 {
  color: #fff;
  margin-bottom: 30px;
}

.blog__details blockquote {
  position: relative;
  padding: 30px 0 25px;
  padding-left: 135px;
  border: 1px solid #231d2d;
}

@media (max-width: 576px) {
  .blog__details blockquote {
    padding: 70px 15px 25px;
  }
}

.blog__details blockquote::before {
  position: absolute;
  content: "“";
  width: 70px;
  height: 70px;
  left: 30px;
  top: 35px;
  font-size: 80px;
  text-align: center;
  line-height: 113px;
  color: #fff;
  background: #7c3aed;
  background: -o-linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  background: linear-gradient(45deg, #7c3aed 0%, #06b6d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c3aed", endColorstr="#06b6d4", GradientType=1);
  border-radius: 50%;
}

@media (max-width: 576px) {
  .blog__details blockquote::before {
    width: 47px;
    height: 47px;
    left: 14px;
    top: 9px;
    font-size: 50px;
    text-align: center;
    line-height: 75px;
  }
}

.blog__details blockquote h6 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.blog__details blockquote p {
  margin-bottom: 0;
}

.blog__tags a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  margin-right: 3px;
  margin-top: 10px;
  color: #c4c4c4;
  background: #231d2d;
}

.blog__share {
  padding-top: 15px;
}

.blog__share span {
  text-transform: uppercase;
  display: inline-block;
  color: #c4c4c4;
  font-size: 14px;
}

.blog__share a {
  font-size: 14px;
  display: inline-block;
  color: #c4c4c4;
  margin-left: 20px;
}

.blog__share a i {
  color: #fff;
  margin-right: 10px;
}

.author__card {
  text-align: center;
  background: #191039;
  margin-top: 120px;
  margin-bottom: 50px;
  padding: 0 20px 30px;
}

.author__card img {
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: -48px;
}

.author__card h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.author__card p {
  color: #c4c4c4;
}

.author__card__text {
  max-width: 630px;
  margin: 0 auto;
}

.author__social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #c4c4c4;
}

.author__social a:last-child {
  margin-right: 0;
}

.comment-warp .comment-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.comment-list {
  margin-bottom: 50px;
}

.comment-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.comment-item p {
  color: #c4c4c4;
}

.comment-item:after {
  position: absolute;
  content: "";
  height: calc(100% - 10px);
  width: 1px;
  left: 0;
  top: 3px;
  background: #231d2d;
}

.comment-item.has__child__comment:after {
  height: calc(100% - 50px);
}

.comment-item.reply__comment {
  margin-left: 30px;
}

.comment-item.reply__comment:after {
  height: calc(100% - 50px);
}

.comment-head {
  overflow: hidden;
  margin-bottom: 15px;
}

.comment-head img {
  float: left;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}

.comment-head h5 {
  padding-top: 5px;
  color: #fff;
}

.comment-footer .cf-item {
  display: inline-block;
  margin-right: 20px;
  color: #888888;
  font-size: 13px;
  cursor: pointer;
}

.comment-footer .cf-item i {
  color: #c4c4c4;
  margin-right: 10px;
  font-size: 14px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  font-size: 14px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #393441;
  background: transparent;
  color: #fff;
}

.comment-form textarea {
  resize: none;
  height: 96px;
}

.comment-form .site__btn {
  min-width: 113px;
}

.sidebar {
  padding-left: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .sidebar {
    padding-top: 50px;
    padding-left: 15px;
  }
}

.widget-title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.widget-item {
  overflow: hidden;
  margin-bottom: 40px;
}

.feature-post-widget .fp-item {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.feature-post-widget .fp-item img {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.feature-post-widget .fp-item .fp-text {
  overflow: hidden;
}

.feature-post-widget .fp-item .fp-text h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.feature-post-widget .fp-item .fp-text p {
  margin-bottom: 0;
}

.instagram-widget {
  margin: 0 -5px;
}

.instagram-widget a {
  float: left;
  display: block;
  width: 50%;
  padding: 5px;
}

.instagram-widget a img {
  min-width: 100%;
}

.subscribe-widget input {
  width: 100%;
  height: 46px;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #393441;
}

.subscribe-widget .site__btn {
  width: 100%;
}

/*----------------
   Ticket Page
 ----------------*/

.tickets__page {
  background: #0c0617;
  padding: 30px 0 80px;
}

.tickets__page .show__item {
  border: none;
}

.tickets__page .show__item::after {
  display: none;
}

.tickets__page .show__item .show__date h2 {
  padding-top: 5px;
  font-size: 50px;
}

.tickets__page .show__item .show__title {
  width: 64%;
}

.tickets__page .show__item .show__title h2 {
  color: #fff;
}

.tickets__page .show__item .show__title p {
  color: #fff;
}

.tickets__page .show__item .show__location {
  width: 35%;
}

.tickets__page .show__item .show__location p {
  color: #fff;
}

.tickets__page .show__item .show__time {
  width: 10%;
  text-align: right;
}

.tickets__page .show__item .show__time p {
  color: #fff;
}

.ticket-pic {
  padding-top: 10px;
  margin-bottom: 60px;
}

.ticket-select {
  margin-bottom: 20px;
}

.ticket-select h2 {
  font-size: 22px;
  color: #fff;
}

.ticket-select h6 {
  font-size: 18px;
  font-weight: 400;
  color: #06b6d4;
}

.ticket-select .ticket-left {
  width: 240px;
  float: left;
}

.ticket-select .ticket-right {
  width: 100%;
  position: relative;
  right: -20px;
}

.ticket-select select {
  width: calc(100% - 20px);
  height: 48px;
  padding: 10px 40px 10px 20px;
  margin-bottom: 30px;
  background: transparent;
  color: #c4c4c4;
  border: 1px solid #393441;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position: top 21px right 20px;
}

.ticket-select .quantity {
  width: calc(100% - 20px);
  height: 48px;
  border: 1px solid #393441;
  position: relative;
}

.ticket-select .quantity .qtybtn {
  position: absolute;
  width: 50px;
  height: 100%;
  padding-top: 8px;
  top: 0;
  font-size: 20px;
  color: #c4c4c4;
  text-align: center;
  cursor: pointer;
}

.ticket-select .quantity .qtybtn::-moz-selection {
  background: transparent;
}

.ticket-select .quantity .qtybtn::selection {
  background: transparent;
}

.ticket-select .quantity .qtybtn.dec {
  left: 0;
}

.ticket-select .quantity .qtybtn.inc {
  right: 0;
}

.ticket-select .quantity input {
  text-align: center;
  width: 100%;
  height: 48px;
  border: none;
  background: transparent;
  padding: 0 60px;
  color: #c4c4c4;
}

.ticket-footer {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid rgba(235, 235, 235, 0.1);
}

.ticket-footer h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}

.ticket-footer p {
  color: #888888;
}

.ticket-footer h6 {
  padding-top: 20px;
  color: #06b6d4;
  font-size: 22px;
  font-weight: 400;
}

.ticket-footer h6 i {
  margin-right: 10px;
}

/*----------------
   Contact Page
 ----------------*/

.contact__page {
  background: #0c0617;
  padding: 30px 0 80px;
}

.contact-top {
  padding: 35px;
  margin-bottom: 60px;
  background: linear-gradient(135deg, #191039 0%, #0c0617 100%);
  border-radius: 16px;
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.map iframe {
  width: 100%;
  height: 390px;
  border-radius: 12px;
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.contact-text {
  padding: 40px 0 30px;
}

.contact-text h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.contact-text h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  border-radius: 2px;
}

.contact-text p {
  color: #c4c4c4;
  margin-bottom: 25px;
  line-height: 1.7;
}

.contact-text ul {
  list-style: none;
  padding-bottom: 10px;
}

.contact-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-text ul li:hover {
  color: #06b6d4;
  transform: translateX(5px);
}

.contact-text ul li span {
  display: inline-block;
  margin: 0 10px;
  color: #c4c4c4;
}

.contact-text ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #06b6d4;
}

.contact-text ul li a {
  color: inherit;
  overflow-wrap: anywhere;
}

.contact-text ul li a:hover {
  color: #06b6d4;
}

.contact__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  background: rgba(124, 58, 237, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact__social a:hover {
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  transform: translateY(-3px);
}

.contact-form {
  background: #191039;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.contact-form h3 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
}

.contact-form h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  border-radius: 2px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font-size: 14px;
  padding: 12px 15px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 2px solid rgba(124, 58, 237, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: #06b6d4;
  background: rgba(6, 182, 212, 0.05);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.contact-form .site__btn {
  min-width: 180px;
}

.contracts-cta {
  margin-top: 25px;
}

.contracts-cta .site__btn {
  margin-right: 12px;
  margin-bottom: 12px;
}

.contracts-note {
  margin-top: 18px;
  font-size: 14px;
  color: #c4c4c4;
}
/*--- About Feature Boxes ---*/
.about-feature-box {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 35px;
  height: 100%;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.about-feature-box:hover {
  background: rgba(124, 58, 237, 0.05); /* very light purple tint on hover */
  border-left-color: #06b6d4; /* cyan left border on hover */
  transform: translateX(5px);
}

.about-feature-box h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 15px;
}

.about-feature-box h4 i,
.about-feature-box h4 span.number {
  color: #06b6d4; /* Cyan icon/number */
  font-size: 28px;
  margin-right: 15px;
}

.about-feature-box p {
  font-size: 15px;
  color: #c4c4c4;
  line-height: 1.7;
}

.about-feature-box blockquote {
  border-left: 4px solid #7c3aed; /* Purple quote border */
  padding-left: 20px;
  font-style: italic;
  background: rgba(124, 58, 237, 0.1);
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
  color: #fff;
}

.about-feature-box strong {
  color: #06b6d4; /* Highlight strong text in cyan */
}

#message-warning,
#message-success {
  display: none;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

#message-warning {
  color: var(--dark);
}

#message-success {
  color: #f9a828;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

.form-floating label {
  font-weight: bold;
}

/* form loader */

#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: var(--primary);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}

.oldie #submit-loader .text-loader {
  display: block;
}

.iframe-insta {
  height: 1000px;
}

@media (max-width: 768px) {
  .iframe-insta {
    height: 400px;
  }
}

/*--- Album Play Icon Overlay ---*/
.album__pic {
  position: relative;
}

.album__pic > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.album__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  font-size: 60px;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 5;
  text-shadow: 0 0 30px rgba(124, 58, 237, 0.6);
}

.album__pic > a:hover .album__play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.album__pic > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(124, 58, 237, 0.3),
    rgba(6, 182, 212, 0.3)
  );
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 3;
}

.album__pic > a:hover:after {
  opacity: 1;
}

.album__desc {
  padding: 15px 20px;
  background: rgba(25, 16, 57, 0.5);
  border-top: 1px solid rgba(124, 58, 237, 0.15);
}

.album__desc p {
  color: #c4c4c4;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.album__desc strong {
  color: #06b6d4;
}

.albums__page__title p {
  font-size: 16px;
}

.home-discography__intro {
  color: #c4c4c4;
  max-width: 680px;
  margin-bottom: 35px;
  line-height: 1.8;
}

.home-discography__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-top: 5px;
}

.youtube-channel-shell {
  padding: 18px;
  border-radius: 30px;
  background: rgba(16, 9, 35, 0.84);
  border: 1px solid rgba(124, 58, 237, 0.18);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.youtube-channel-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.youtube-channel-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube-channel-frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-channel-copy {
  padding: 10px 8px 10px 28px;
}

.youtube-channel-copy h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 18px;
}

.youtube-channel-copy p {
  color: #c4c4c4;
  line-height: 1.8;
  margin-bottom: 22px;
}

.youtube-channel-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.youtube-channel-points li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #fff;
}

.youtube-channel-points li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
}

.home-video-showcase {
  position: relative;
  margin-top: -40px;
  padding: 150px 0 140px;
  background-color: #0c0617;
  overflow: hidden;
  z-index: 8;
}

.home-video-showcase::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(12, 6, 23, 0.2)),
    color-stop(35%, rgba(12, 6, 23, 0.82)),
    to(#0c0617)
  );
  background: -o-linear-gradient(
    top,
    rgba(12, 6, 23, 0.2) 0%,
    rgba(12, 6, 23, 0.82) 35%,
    #0c0617 100%
  );
  background: linear-gradient(
    180deg,
    rgba(12, 6, 23, 0.2) 0%,
    rgba(12, 6, 23, 0.82) 35%,
    #0c0617 100%
  );
  z-index: 1;
}

.home-video-showcase::after {
  position: absolute;
  content: "";
  width: 620px;
  height: 620px;
  right: -180px;
  top: 40px;
  background: radial-gradient(
    circle,
    rgba(6, 182, 212, 0.18) 0%,
    rgba(124, 58, 237, 0.1) 38%,
    rgba(12, 6, 23, 0) 72%
  );
  z-index: 1;
  pointer-events: none;
}

.home-video-showcase .container {
  position: relative;
  z-index: 2;
}

.home-video-feature {
  display: block;
  color: inherit;
  text-decoration: none;
  background: rgba(12, 6, 23, 0.82);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 28px;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.home-video-feature:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.home-video-feature__media {
  position: relative;
}

.home-video-feature__media::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(12, 6, 23, 0.05)),
    to(rgba(12, 6, 23, 0.65))
  );
  background: -o-linear-gradient(
    top,
    rgba(12, 6, 23, 0.05) 0%,
    rgba(12, 6, 23, 0.65) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(12, 6, 23, 0.05) 0%,
    rgba(12, 6, 23, 0.65) 100%
  );
}

.home-video-feature__media img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-video-feature__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  margin-left: -48px;
  margin-top: -48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  z-index: 2;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.home-video-feature:hover .home-video-feature__play {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.home-video-feature__content {
  position: relative;
  margin: -72px 28px 28px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(16, 9, 35, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 3;
}

.home-video-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.home-video-badges span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(6, 182, 212, 0.16);
  border: 1px solid rgba(6, 182, 212, 0.2);
}

.home-video-feature__content h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 15px;
}

.home-video-feature__content p {
  color: #c4c4c4;
  margin-bottom: 0;
  line-height: 1.8;
}

.home-video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  padding-top: 20px;
}

.home-video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(25, 16, 57, 0.78);
  border: 1px solid rgba(124, 58, 237, 0.18);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-video-item:hover {
  background: rgba(33, 20, 74, 0.95);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.home-video-item__thumb {
  position: relative;
  width: 150px;
  min-width: 150px;
  height: 102px;
  border-radius: 18px;
  overflow: hidden;
}

.home-video-item__thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(12, 6, 23, 0.1)),
    to(rgba(12, 6, 23, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(12, 6, 23, 0.1) 0%,
    rgba(12, 6, 23, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(12, 6, 23, 0.1) 0%,
    rgba(12, 6, 23, 0.7) 100%
  );
}

.home-video-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-video-item__thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  z-index: 2;
}

.home-video-item__meta {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #06b6d4;
  margin-bottom: 8px;
}

.home-video-item__body h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 6px;
}

.home-video-item__body p {
  color: #c4c4c4;
  margin-bottom: 0;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .home-video-showcase {
    margin-top: 0;
    padding: 90px 0 90px;
  }
  .home-video-feature {
    margin-bottom: 40px;
  }
  .youtube-channel-shell {
    padding: 16px;
  }
  .youtube-channel-copy {
    padding: 28px 6px 6px;
  }
  .home-video-showcase::after {
    width: 420px;
    height: 420px;
    right: -170px;
    top: 180px;
  }
}

@media (max-width: 576px) {
  .home-discography__actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-video-feature__media img {
    height: 280px;
  }
  .home-video-feature__play {
    width: 78px;
    height: 78px;
    margin-left: -39px;
    margin-top: -39px;
    font-size: 28px;
  }
  .home-video-feature__content {
    margin: -48px 16px 16px;
    padding: 24px 20px;
  }
  .home-video-feature__content h3 {
    font-size: 26px;
  }
  .youtube-channel-copy h3 {
    font-size: 26px;
  }
  .home-video-showcase::after {
    width: 300px;
    height: 300px;
    right: -140px;
    top: 220px;
  }
  .home-video-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-video-item__thumb {
    width: 100%;
    min-width: 100%;
    height: 190px;
  }
  .home-video-item__body h4 {
    font-size: 20px;
  }
}

/*--- Magnific Popup Fade Animation ---*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background: #0c0617;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  max-width: 900px;
}

/* WHATSAPP BUTTON */

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 8;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}

@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: auto;
  padding: 10px;
  bottom: 85px;
  right: 6px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #fff;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
}

.popup-whatsapp > div {
  margin: 5px;
}

.about-us-cards {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--tertiary);
  padding: 12px 32px;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  box-shadow:
    0 9px 18px rgba(0, 0, 0, 0.12),
    0 5px 7px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

/* MODAL */

.img-modal {
  height: 3rem;
}

.modal-footer {
  justify-content: space-around;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-content {
  border-radius: 2rem !important;
}

.modal-body {
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}

/* FORM */

.modal input {
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 1.125em 0 6px 6px;
  font-size: 1.25em;
  margin: 0px 0px 9px 0px;
  border: 1px solid #dddddd;
  color: #444;
}

.modal input {
  z-index: 99;
  width: 100%;
}

.modal textarea {
  width: 100%;
  height: 6em;
}

.modal label {
  z-index: 100;
  top: 0.75em;
  left: 0.375em;
  height: 1.1111em;
  padding: 0 0.375em;
  transition: 0.3s all ease-in-out;
  color: var(--palet-1);
}

.modal input:focus ~ label {
  z-index: 9999;
}

.modal input:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

@media (max-width: 680px) {
  .popup-whatsapp p {
    font-size: 0.9em;
  }
}

.popup-whatsapp > .content-whatsapp.-top {
  display: flex;
  flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
  color: #585858;
  font-weight: 400;
  font-size: 16px;
}

.popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: calc(100% - 10px);
}

.whatsapp-compose {
  padding-right: 5px;
}

.closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0px 0px 15px 0px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f76060;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
  background-color: #f71d1d;
  transition: 0.3s;
}

.send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup i {
  font-size: 16px;
}

.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
}

input.whats-input[type="text"] {
  width: 100%;
  height: 40px;
  flex: 1 1 auto;
  box-sizing: border-box;
  border: 0px solid #fff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #fff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
}

@media (max-width: 420px) {
  input.whats-input[type="text"] {
    width: 100%;
  }

  .popup-whatsapp {
    width: 85vw;
  }
}

input.whats-input::placeholder {
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
}

input.whats-input[type="text"]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
}

.icon-whatsapp-small {
  width: 24px;
  height: 24px;
}

.icon-whatsapp {
  width: 45px;
  height: 45px;
}

.icon-font-color {
  color: #fff;
}

.icon-font-color--black {
  color: #333;
}

/* END WHATSAPP */
/* END WHATSAPP */

#message-warning,
#message-success {
  display: none;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

#message-warning {
  color: var(--dark);
}

#message-success {
  color: #f9a828;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

.form-floating label {
  font-weight: bold;
}

/* form loader */

#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: var(--primary);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}

.oldie #submit-loader .text-loader {
  display: block;
}

.iframe-insta {
  height: 1000px;
}

@media (max-width: 768px) {
  .iframe-insta {
    height: 400px;
  }
}
