/* [Master Stylesheet - v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,500,500i,600,600i,700,700i");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(aos.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(audioplayer.css);
@import url(one-music-icon.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Narrow", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-family: "Archivo Narrow", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: "Archivo Narrow", sans-serif;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

a.anchor {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  text-align: center;
}

.section-heading p {
  color: #999999;
  font-size: 18px;
  margin-bottom: 5px;
}

.section-heading h1,
.section-heading h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 0;
}

.section-heading.white h1,
.section-heading.white h2,
.section-heading.white h3,
.section-heading.white .h1,
.section-heading.white div.h1,
.featured-area .section-heading .h1,
.bg-overlay .section-heading .h1 {
  color: #ffffff !important;
}

.section-heading h2,
.section-heading.text-left h1,
.section-heading.text-left h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 0;
}


.accordion .fa {
  margin-right: 0.5rem;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;

}

@media only screen and (max-width: 767px) {
  .section-heading h1,
  .section-heading h3 {
    letter-spacing: 7px;

  }

  .section-heading.white h1 {
    color: #fff;
  }

  .section-heading h2 {
    letter-spacing: 5px;
  }
}

.section-heading.white h2 {
  color: #fff;
}

.section-heading.style-2 p {
  font-size: 18px;
}

.section-heading.style-2 h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .section-heading.style-2 h2 {
    font-size: 24px;
  }
}

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f5f9fa;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #000000;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 30px;
    bottom: 30px;
  }
}

#scrollUp:hover {
  background-color: #fff;
  color: #232323;
}

/* :: 3.8.0 Master Button */
.Master-btn {
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 212px;
  height: 49px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  text-transform: capitalize;
}

.Master-btn i {
  margin-left: 5px;
}

.Master-btn:hover,
.Master-btn:focus {
  font-size: 16px;
  font-weight: 700;
  background-color: #000000;
  color: #fff;
}

.Master-btn.btn-2 {
  background-color: #000000;
  color: #fff;
}

.Master-btn.btn-2:hover,
.Master-btn.btn-2:focus {
  background-color: #fff;
  color: #232323;
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 1000;
}

.header-area .Master-main-menu {
  position: relative;
  width: 100%;
  height: 85px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .header-area .Master-main-menu {
    height: 90px;
  }
}

.header-area .Master-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .Master-main-menu .classy-navbar {
  background-color: transparent;
  height: 90px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .header-area .Master-main-menu .classy-navbar {
    height: 90px;
  }
}

.header-area .Master-main-menu .classy-navbar .classynav ul li a {
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
}

.header-area .Master-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .Master-main-menu .classy-navbar .classynav ul li a:focus {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li a {
    background-color: #000000;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li a {
    background-color: #000000;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

.header-area .Master-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
.header-area .Master-main-menu .classy-navbar .classynav ul li.has-down>a::after {
  color: #ffffff;
}

.header-area .Master-main-menu .classy-navbar .classynav ul li.megamenu-item ul li>a::after,
.header-area .Master-main-menu .classy-navbar .classynav ul li.has-down ul li>a::after {
  color: #232323;
}

@media only screen and (max-width: 767px) {

  .header-area .Master-main-menu .classy-navbar .classynav ul li.megamenu-item ul li>a::after,
  .header-area .Master-main-menu .classy-navbar .classynav ul li.has-down ul li>a::after {
    color: #ffffff;
  }
}

.header-area .Master-main-menu .classy-navbar .classynav ul li ul li a {
  color: #232323;
}

.header-area .Master-main-menu .classy-navbar .classynav ul li ul li a:hover,
.header-area .Master-main-menu .classy-navbar .classynav ul li ul li a:focus {
  color: #888888;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li ul li a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li ul li a {
    color: #ffffff;
    padding: 0 30px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li ul li a {
    color: #ffffff;
    padding: 0 30px;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

.header-area .Master-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .Master-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
}

.header-area .Master-main-menu .login-register-cart-button {
  position: relative;
  z-index: 1;
  margin-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .Master-main-menu .login-register-cart-button {
    margin-left: 12px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .Master-main-menu .login-register-cart-button {
    margin-left: 12px;
    margin-top: 15px;
  }
}

.header-area .Master-main-menu .login-register-cart-button .login-register-btn {
  position: relative;
  z-index: 10;
}

.header-area .Master-main-menu .login-register-cart-button .login-register-btn a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.header-area .Master-main-menu .login-register-cart-button .login-register-btn a:hover,
.header-area .Master-main-menu .login-register-cart-button .login-register-btn a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.header-area .Master-main-menu .login-register-cart-button .cart-btn {
  position: relative;
  z-index: 10;
}

.header-area .Master-main-menu .login-register-cart-button .cart-btn p {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

.header-area .Master-main-menu .login-register-cart-button .cart-btn p:hover,
.header-area .Master-main-menu .login-register-cart-button .cart-btn p:focus {
  color: rgba(255, 255, 255, 0.7);
}

.header-area .Master-main-menu .login-register-cart-button .cart-btn p .quantity {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #232323;
  color: #fff;
  display: block;
  position: absolute;
  bottom: -5px;
  left: -10px;
  z-index: 10;
  font-size: 9px;
  font-weight: 400;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
}

.header-area .is-sticky .Master-main-menu {
  position: fixed;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000000;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .header-area .is-sticky .Master-main-menu {
    height: 90px;
  }
}

.classy-navbar .nav-brand {
  max-width: 240px !important;
}

.classy-navbar .nav-brand img,
.header-area .is-sticky .classy-navbar .nav-brand img,
.footer-area img {
  max-width: 220px !important;
  width: 220px !important;
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .classy-navbar .nav-brand img,
  .header-area .is-sticky .classy-navbar .nav-brand img,
  .footer-area img {
    max-width: 145px !important;
    width: 145px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #000000;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0;
  }
}

.classycloseIcon .cross-wrap span {
  background: #ffffff;
}

/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-slides {
  position: relative;
  z-index: 1;
}

.single-hero-slide {
  width: 100%;
  height: 950px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-slide {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide {
    height: 650px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-slide {
    height: 500px;
  }
}

.single-hero-slide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  content: '';
}

.single-hero-slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-hero-slide .hero-slides-content {
  display: inline-block;
  width: 100%;
}

.single-hero-slide .hero-slides-content h6 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .single-hero-slide .hero-slides-content h6 {
    letter-spacing: 5px;
  }
}

.single-hero-slide .hero-slides-content h1,
.single-hero-slide .hero-slides-content h2 {
  position: relative;
  z-index: 1;
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  letter-spacing: 15px;
  overflow: hidden;
}

.single-hero-slide .hero-slides-content h1 span,
.single-hero-slide .hero-slides-content h2 span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  color: rgba(255, 255, 255, 0.15);
  -webkit-animation: textsonar 6s linear infinite;
  animation: textsonar 6s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single-hero-slide .hero-slides-content h1,
  .single-hero-slide .hero-slides-content h2 {
    letter-spacing: 15px;
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {

  .single-hero-slide .hero-slides-content h1,
  .single-hero-slide .hero-slides-content h2 {
    letter-spacing: 5px;
    font-size: 30px;
  }
}

.single-hero-slide .hero-slides-content .btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.single-hero-slide .hero-slides-content .btn:hover,
.single-hero-slide .hero-slides-content .btn:focus {
  background-color: #fff;
  color: #000000;
}

@-webkit-keyframes textsonar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes textsonar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.single-hero-slide .slide-img {
  -webkit-animation: slide 12s linear infinite;
  animation: slide 12s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 6.0 Buy Now Area CSS */
.music-area.has-fluid {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  z-index: 1;
}

/* :: 7.0 Events Area CSS */
.single-event-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-event-area img {
  width: 100%;
}

.single-event-area .event-text {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  background-color: #000;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-event-area .event-text h4 {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-event-area .event-text .event-meta-data {
  position: relative;
  margin-bottom: 30px;
}

.single-event-area .event-text .event-meta-data a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  padding-right: 29px;
}

.single-event-area .event-text .event-meta-data a:first-child::after {
  position: absolute;
  content: '|';
  top: 0;
  right: 12px;
  z-index: 1;
}

.single-event-area .event-text .event-meta-data a:last-child {
  padding-right: 0;
}

.single-event-area .event-text .see-more-btn {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.single-event-area .event-text .see-more-btn:hover,
.single-event-area .event-text .see-more-btn:focus {
  font-weight: 400;
}

.single-event-area:hover,
.single-event-area:focus {
  box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2);
}

.single-event-area:hover .event-text,
.single-event-area:focus .event-text {
  background-color: #f5f9fa;
}

.single-event-area:hover .event-text h4,
.single-event-area:hover .event-text .event-meta-data a,
.single-event-area:focus .event-text h4,
.single-event-area:focus .event-text .event-meta-data a {
  color: #000000;
}

.single-event-area:hover .event-text .see-more-btn,
.single-event-area:focus .event-text .see-more-btn {
  border-bottom-color: #000000;
  color: #000000;
}



/* :: 9.0 Catagory Area CSS */
.featured-area {
  position: relative;
  z-index: 1;
}

.featured-area.bg-fixed {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.featured-area.bg-fixed .section-heading {
  margin-bottom: 0;
  text-align: center;
}

.featured-area.bg-fixed .h1 {
  font-size: 2.75rem !important;
  line-height: 1.35 !important;
  text-align: center !important;
  color: #ffffff !important;
}

.featured-area.bg-fixed p {
  text-align: center !important;
  font-size: 1.15rem !important;
  margin-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .featured-area.bg-fixed .h1 {
    font-size: 1.75rem !important;
  }
}

.featured-artist-content {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .featured-artist-content {
    margin-top: 50px;
  }
}

.featured-artist-content p {
  color: #333333;
}



.single-pic {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px;
}

.single-pic img {
  width: 100%;
}

.single-pic .album-info {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-pic .album-info h5 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-pic .album-info p {
  margin-bottom: 0;
}

.single-pic:hover,
.single-pic:focus {
  box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.15);
}

.single-pic-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px;
}

.single-pic-area .album-thumb {
  position: relative;
  z-index: 1;
}

.single-pic-area .album-thumb .album-price p {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  margin-bottom: 0;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 15px;
  z-index: 20;
}

.single-pic-area .album-thumb .play-icon a {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-pic-area img {
  width: 100%;
}

.single-pic-area .album-info {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-pic-area .album-info h5 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-pic-area .album-info p {
  margin-bottom: 0;
}

.pic-slideshow {
  position: relative;
  z-index: 1;
}

.pic-slideshow .single-pic {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.pic-slideshow .single-pic:hover,
.pic-slideshow .single-pic:focus {
  border: 1px solid #000000;
  box-shadow: none;
  background-color: #f5f9fa;
}

.pic-slideshow .owl-prev,
.pic-slideshow .owl-next {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  top: 60%;
  left: -25px;
  margin-top: -50px;
  z-index: 50;
  text-align: center;
  line-height: 48px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {

  .pic-slideshow .owl-prev,
  .pic-slideshow .owl-next {
    left: 0;
  }
}

.pic-slideshow .owl-prev:hover,
.pic-slideshow .owl-prev:focus,
.pic-slideshow .owl-next:hover,
.pic-slideshow .owl-next:focus {
  background-color: #000000;
  color: #fff;
}

.pic-slideshow .owl-next {
  left: auto;
  right: -25px;
}

@media only screen and (max-width: 767px) {
  .pic-slideshow .owl-next {
    right: 0;
  }
}

.pic-slideshow:hover .owl-prev,
.pic-slideshow:hover .owl-next {
  opacity: 1;
  visibility: visible;
}



/* :: 11.0 Miscellaneous Area CSS */
.events-top-area {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid transparent;
}

.events-top-area .events-top-item {
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}

.events-top-area .events-top-item:last-child {
  margin-bottom: 0;
}

.events-top-area .events-top-item .thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 200px;
  width: 200px;
  margin-right: 20px;
}

.events-top-area .events-top-item .content- h6 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 15%;
}

.events-top-area .events-top-item .content- p {
  font-size: 18px;
  margin-bottom: 0;
}

.events-top-area:hover,
.events-top-area:focus {
  background-color: #f5f9fa;
  border-color: #d8d8d8;
}

.events-top-area .events-top-item .content- a {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 15%;
}

/* :: 13.0 Services Area CSS */
.single-service-area .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
  max-width: 78px;
  width: 78px;
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  border: 1px solid #000000;
  text-align: center;
}

.single-service-area .icon span {
  line-height: 76px;
  font-size: 40px;
}

.single-service-area .text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 78px);
  flex: 0 0 calc(100% - 78px);
  max-width: calc(100% - 78px);
  width: calc(100% - 78px);
  padding-left: 30px;
}

/* :: 14.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #000000;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .footer-area {
    text-align: center;
  }
}

.footer-area .copywrite-text {
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(166, 165, 165, 0.54);
}

.footer-area .copywrite-text a {
  color: rgba(166, 165, 165, 0.54);
  font-size: 12px;
}

.footer-area .copywrite-text a:hover,
.footer-area .copywrite-text a:focus {
  color: #fff;
}

.footer-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.footer-area .footer-nav li a {
  color: #898888;
  font-size: 16px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-nav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-nav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}

.footer-area .footer-nav li a:hover,
.footer-area .footer-nav li a:focus {
  color: #fff;
}

.footer-area .footer-nav li:last-child a {
  padding-right: 0;
}

/* :: 15.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 385px;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area {
    height: 270px;
  }
}

.breadcumb-area .bradcumbContent {
  position: absolute;
  background-color: #fff;
  width: 552px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  text-align: center;
  padding-top: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent {
    width: calc(100% - 60px);
    padding-top: 30px;
  }
}

.breadcumb-area .bradcumbContent p {
  line-height: 1.5;
  font-size: 16px;
  color: #5f5f5f;
}

.breadcumb-area .bradcumbContent h2 {
  font-size: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .breadcumb-area .bradcumbContent h2 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}





/* :: 19.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1;
}

.elements-title h2 {
  font-size: 24px;
}

/* :: 20.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 0;
  color: #232323;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}

.single-cool-fact .scf-text p {
  font-size: 18px;
  margin-bottom: 0;
  color: #5f5f5f;
  line-height: 1;
}

/* :: 20.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #000000;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  color: #232323;
}

.single-accordion h6 a.collapsed span {
  color: #000000;
}

.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 20px 15px 5px;
  margin-bottom: 0;
}

/* :: 20.3.0 Tabs Area CSS */
.Master-tabs-content {
  position: relative;
  z-index: 1;
}

.Master-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}

.Master-tabs-content .nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid #000000;
  padding: 0 30px;
  height: 58px;
  line-height: 58px;
  color: #232323;
  margin: 0 2px;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .Master-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .Master-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .Master-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
  }
}

.Master-tabs-content .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}

.Master-tabs-content .Master-tab-text {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.Master-tabs-content .Master-tab-text p {
  margin-bottom: 0;
}

.Master-tabs-content .tab-content h6 {
  font-size: 18px;
}

.single-web-icon {
  position: relative;
  z-index: 1;
  background-color: #f5f9fa;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #b8b8b8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-web-icon i {
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
}

.single-web-icon span {
  font-size: 16px;
}

.single-web-icon:hover {
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
}

/* ====== The End ====== */
.contact-social-info a {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px !important;
  color: #000;
}

.contact-social-info a:hover,
.contact-social-info a:focus {
  color: #232323;
}

.contact-social-info-white a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #FFF !important;
}

.contact-social-info-white a:hover,
.contact-social-info-white a:focus {
  color: #232323;
}

.social-info a {
  display: inline-block;
  margin-right: 30px;
  font-size: 24px;
  color: #000;
}

.social-info a:hover,
.social-info a:focus {
  color: #333;
}

/*# sourceMappingURL=style.css.map */

#contact-form input,
#contact-form textarea,
#contact-form .success {
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  background-color: transparent !important;
  font-size: 18px !important;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 15px 15px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

#contact-form .help-block.with-errors {
  left: 0px;
  z-index: 9999 !important;
  text-align: left;
  width: 100%;
  line-height: 20px;
  color: #FFF !important;
  margin-top: 5px;
}

#contact-form textarea {
  width: 100% !important;
  height: 200px !important;
  overflow: auto;
  resize: none;
}

#contact-form label {
  position: relative !important;
  min-height: 36px;
  width: 100%;
  margin-bottom: 10px;
  float: left;
  color: #CCC !important;
}

#contact-form label.labelMargin {
  margin-left: 0px;
}

#contact-form label.message {
  width: 100%;
}

#contact-form .error,
#contact-form .empty {
  position: absolute !important;
  text-align: right !important;
  display: none !important;
  font-size: 10px !important;
  color: #FFF !important;
  width: 100% !important;
  top: -3px;
  right: 5px;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 18px;
  text-align: left;
}

::-moz-placeholder {
  color: #999 !important;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-size: 18px;
}

::placeholder {
  color: #999 !important;
  font-size: 18px;
}

/* :: 18.0 Contact Area CSS */

/* Input form */

#contact-form .form-control {
  box-shadow: none;
  padding: 5px 20px;
  height: 44px;
  background: none !important;
  color: #FFF;
  font-size: 14px;
  border-radius: 0;
}

#contact-form .form-control:focus {
  box-shadow: none;
  background: none !important;
}

/* :: 16.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1;
}

.single-blog-post .blog-post-thumb {
  position: relative;
  z-index: 1;
}

.single-blog-post .blog-post-thumb .post-date {
  width: 76px;
  height: 106px;
  border: 1px solid #000000;
  text-align: center;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 30px;
  padding: 17px 0;
}

.single-blog-post .blog-post-thumb .post-date span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.single-blog-post .blog-post-thumb .post-date span:first-child {
  font-size: 36px;
}

.single-blog-post .blog-content {
  background-color: #f5f9fa;
  padding: 45px 40px;
  border: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content {
    padding: 30px 20px;
  }
}

.single-blog-post .blog-content .post-title {
  font-size: 24px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content .post-title {
    font-size: 20px;
  }
}

.single-blog-post .blog-content .post-title:hover,
.single-blog-post .blog-content .post-title:focus {
  color: #232323;
}

.single-blog-post .blog-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.single-blog-post .blog-content .post-meta p {
  color: #8d8d8d;
  font-size: 13px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}

.single-blog-post .blog-content .post-meta p::after {
  content: '|';
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 5;
}

.single-blog-post .blog-content .post-meta p:last-child::after {
  display: none;
}

.single-blog-post .blog-content .post-meta p a {
  color: #8d8d8d;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
}

.single-blog-post .blog-content .post-meta p a:hover,
.single-blog-post .blog-content .post-meta p a:focus {
  color: #000000;
}

.single-blog-post .blog-content p {
  margin-bottom: 0;
}

/* :: 19.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1;
}

.elements-title h2 {
  font-size: 24px;
}

/* :: 20.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 0;
  color: #232323;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}

.single-cool-fact .scf-text p {
  font-size: 18px;
  margin-bottom: 0;
  color: #5f5f5f;
  line-height: 1;
}

/* :: 20.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #000000;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  color: #232323;
}

.single-accordion h6 a.collapsed span {
  color: #000000;
}

.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 20px 15px 5px;
  margin-bottom: 0;
}

.video {

  aspect-ratio: 16 / 9;
  width: 100%
}

/* :: Consistent Body Text Size Rule */
body,
p,
.single-blog-post .blog-content p,
.featured-artist-content p,
.events-top-area .events-top-item .content- p,
.single-accordion .accordion-content p,
.Master-tabs-content .Master-tab-text p {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

/* ==========================================================================/* ==========================================================================
   Hero Audio Player (Outlined White Icons: Play, Pause, Stop, Volume)
   ========================================================================== */
.hero-area {
  position: relative;
}

.hero-audio-controls {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0;
  text-align: center;
  max-width: 90%;
}

.hac-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hac-caption {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.hac-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  outline: none !important;
  padding: 0;
}

.hac-btn:hover,
.hac-btn.active {
  background: transparent !important;
  transform: scale(1.18);
  box-shadow: none !important;
}

.hac-btn i {
  font-size: 13px;
  color: #ffffff !important;
}

.hac-btn#heroPlayBtn i {
  margin-left: 2px;
}

.hac-volume-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 5px;
}

.hac-volume-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 75px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.hac-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  cursor: pointer;
  transition: transform 0.1s ease;
}

.hac-volume-slider::-webkit-slider-thumb:hover {
  transform: scale(1.25);
}

.hac-volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  cursor: pointer;
}

@media (max-width: 576px) {
  .hero-audio-controls {
    bottom: 15px;
    padding: 6px 12px;
    gap: 8px;
  }
  .hac-btn {
    width: 32px;
    height: 32px;
  }
  .hac-volume-slider {
    width: 50px;
  }
}

/* ==========================================================================
   Hero Slider Title Keyframe Animations
   ========================================================================== */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}