/* main css */
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url("https://fonts.cdnfonts.com/css/d-din"); */
/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600&family=Raleway:wght@600;700&display=swap'); */
body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-size: calc(6px + 0.5vw);
  line-height: 1.4em;
  letter-spacing: 0.1px;
  color: #e9e9e9;
}
@media (max-width: 768px) and (max-device-width: 768px) {
  .text-mobile-center {
    text-align: center !important;
  }
}
.link {
  color: #03a9f4;
  text-decoration: none;
}
.custom-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  : "Poppins", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--base-headingfont-color);
  line-height: 1.4em;
}
h1 { font-size: 3em; }
h2 { font-size: 2.4em; }
h3 { font-size: 2em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.3em;}
h6 { font-size: 1.1em; }

.left {
  position: absolute;
  right: 11rem;
}
.right {
  position: absolute;
  left: 11rem;
}

/* Responsive styles for iPad Mini */
@media (max-width: 768px) and (max-device-width: 768px) {
  .left,
  .right {
    position: absolute;
    margin: 0 auto;
    width: 50%; /* Adjust width as needed */
  }

  .left {
    right: auto;
    left: 3rem;
  }

  .right {
    left: auto;
    right: 3rem;
  }
}

/* Responsive styles for iPad Air */
@media (max-width: 820px) and (max-height: 1180px) {
  .left {
    right: auto;
    left: -3rem;
  }

  .right {
    left: auto;
    right: -3rem;
  }
}

/* Responsive styles for iPad Pro */
@media (max-width: 1024px) and (max-device-width: 1024px) {
  /* Adjust styles for iPad Pro */
}

/* Responsive styles for generic tablets */
@media (max-width: 768px) {
  .left,
  .right {
    position: absolute;
    margin: 0 auto;
    width: 50%; /* Adjust width as needed */
  }

  .left {
    right: auto;
    left: -3rem;
  }

  .right {
    left: auto;
    right: -3rem;
  }
}
@media (min-width: 420px) and (max-device-width: 580px) {
  .col-xs-6{ width: 50%; }
}
.custom-heading {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #fff;
}
.textWhite{
  color: #fff!important;
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 45rem; */
  min-width: 100% !important;
  object-fit: contain;
  background-position: center;
  opacity: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #101010;
  
}
/* navbar */
.fixed-top {
  background-color: ;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbar { background: transparent; }
.navbar-nav .nav-item { margin: 0 10px; }
.navbar-nav .nav-item a {
  color: #fff !important;
  font-size: 1.2em;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item{ color: #FFF; margin-top: 2px; margin-bottom: 2px; font-size:1em !important; }
.dropdown-item:hover { color: #ffc000 !important; }
.dropdown-menu{ font-size: inherit !important; }
.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
  background: #141414;
}
.navbar-dark .navbar-nav .show > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-nav .nav-item:hover > a,
.navbar-nav .dropdown-item:hover {
  color: #ffc000 !important;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle { margin-left: 0.5em; }
}
button.login {
  background: #ffc000;
  border-color: #ffc000;
  border-radius: 6px;
  padding: 7px 10px;
  font-weight: 300;
  text-wrap: nowrap;

}
button.login:hover {
  background: #dc3545;
  border-color: #dc3545;
  color: #FFF;
}
.card-body1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 0;
  background-color: #e8e8e8;
  border-radius: 3px;
  box-shadow: 0px 0px 12px 0px #f44336;
}
.card-body2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 0;
  background-image: url(../images/card/shop-bg.html);
  border-radius: 3px;
  box-shadow: 0px 0px 12px 0px #f44336;
}
@media (max-width: 767px) {
  .genere { font-size: 12px; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .genere { font-size: 14px; }
}
@media (min-width: 992px) {
  .genere { font-size: 16px; }
}
@media (min-width: 1200px) {
  .genere { font-size: 18px; }
}
.genere { transition: color 0.3s; }
.genere:hover { color: #da395e !important; }
.drop {
  display: flex;
  justify-content: center;
}
.dropdown .change {
  color: #ffffff;
  font-size: 1.1rem;
}
.dropdown .random {
  color: #4ca07b;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .dropdown .random {
    color: #da395e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.dropdown-menu.show {
  background: transparent;
}
.genre-icon {
  width: 150px;
  height: 50px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .genre-icon {
    width: 70px;
    height: 40px;
    margin-right: 10px;
  }
}
/* Menu and icons */
.menu {
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .menu li a {
  width: 135px;
}
.menu li {
  position: absolute;
  left: -110px;
  list-style: none;
  transform-origin: 42vmin;
  transform: rotate(calc(360deg / 8 * var(--i)));
  top: 45%;
  display: none;
}

.menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(calc(360deg / -8 * var(--i)));
}

.menu li:hover {
  filter: drop-shadow(0px 0px 15px rgb(115, 10, 10));
}
.hero > video,
.hero > img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  -moz-user-focus: normal;
  padding: 10px /* background: white !important; */;
  /* background: white !important; */
}

#introVideo > video 
{
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  -moz-user-focus: normal;
  padding: 10px /* background: white !important; */;
  /* background: white !important; */
  position:relative;
  z-index: 9;
}


@media (max-width: 680px) {
  .hero > video,
  .hero > img {
    position: absolute;
    inset: 0;
    margin: auto -11%;
    max-width: 125vw;
    max-height: 125vw;
    user-select: none;
    -moz-user-focus: normal;
  }
  .hero {
    /* min-height: 150vw; */
    padding: 0;
  }
  .hero::after {
    background-size: 180vw !important;
    opacity: 1 !important;
    background-position: center 100% !important;
  }
}
.icon-size {
  max-width: 7rem;
}
.icon2-size {
  max-width: 2.7rem;
}
@media (max-width: 991.98px) {
  .icon2-size {
    max-width: 3.5rem;
  }
}
/* Menu Heading */
.menu-head {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*     transform: rotate(calc(360deg / -8 * var(--i)));*/
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}
.head1 {
  bottom: -20px;
}
.head2 {
  top: -25px;
}
.head3 {
  top: -25px;
}
.head4 {
  top: -25px;
}
.head5 {
  bottom: -20px;
}
.head6 {
  bottom: -20px;
}
.head7 {
  bottom: -20px;
}
.head8 {
  bottom: -20px;
}

/* Profile Section */
/* Default styles for the profile section */
/* Default styles for the profile section */
.text-about {
  color: rgb(255, 255, 255);
  font-size: 1.3em;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .text-about {
    font-size: 1em; /* Adjust font size for smaller screens */
  }
}

/* Style the custom button */
.custom-button {
  background-color: #991a21;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  padding: 5px 25px 10px 25px;
  line-height: 1.2em;
  border-radius: 10px;
  margin: 0px auto;
  border: 0;
  text-align: center;
}
.custom-button-left {
  background-color: #991a21;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 5px 25px 10px 25px;
  line-height: 1.2em;
  border-radius: 10px;
  margin-left: 0;
  border: 0;
  text-align: left;
}
.text-container {
  transform: translate(-50%, 50%);
  top: 50%;
  position: relative;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .text-container {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-container {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    position: relative;
  }
}

.text-vision,
.text-mission {
  color: #fff;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .custom-button,
  .text-vision,
  .text-mission { font-size: 1.2em; }
}
@media (max-width: 767px) {
  .custom-button { font-size: 1.5em; }
}

.text-vision {
  text-align: left;
}

.text-mission {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.card-text {
  font-size: 1.1rem;
  line-height: 1.3;
}
.custom-text {
  font-size: 20px;
  color: white;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 576px) {
  .custom-text {
    text-align: center;
    width: 100%;
    padding: 20px;
  }
}
.text-bold {
  font-weight: bold;
}
.description {
  font-size: 1.1rem;
  margin-top: 20px;
  font-weight: 600;
}
.content-container {
  max-width: 800px !important;
  margin: 0 auto;
}
.heading {
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 20px;
  font-weight: 600;
}
.big-text {
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
/* Remove background from accordion items */
.custom-ol {
  list-style-type: num;
}
.custom-ul {
  margin-left: 2em; /* Adjust the margin as needed */
}

.form-control {
  background-color: #464646 !important;
  border: 1px solid #464646 !important;
  margin-top: 20px !important;
}
.form-text {
  color: #fff !important; /* Sets text color to white */
  text-transform: lowercase;
  font-size: 1rem !important;
  font-weight: 400;
  margin-top: 20px !important;
}
.custom-submit-btn {
  background-color: #991a21 !important;
  color: white !important;
  border: none;
  padding: 30px 40px;
  font-size: 1.5rem !important;
  border-radius: 5px;
  cursor: pointer;
  max-width: 200px;
  text-align: center;
  height: auto;
  margin: 0px auto;
}
.text-lowercase {
  text-transform: lowercase;
}
.form-area {
  background-color: #1e1e1e;
  border-radius: 10px;
  margin: 0px auto;
}
.background-image-container-blank {
  height: 100vh;
  background-image: url("../images/background/faq-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  cursor: text;
}
.background-image-container-about {
  background-image: url("../images/background/about-us-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  z-index: 999;
}
.background-image-container-vision-mission {
  background-image: url("../images/background/vision-and-mission-bg.png"); /* Replace with your background image path */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-height: 100vh;
  height: 100%;
  position: relative;
  z-index: 999;
}

.background-image-container-promise {
  background-image: url("../images/background/promise.png"); /* Replace with your background image path */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-height: 100vh;
  height: 100%;
  position: relative;
  z-index: 999;
}

.background-image-container-about-us-bg-values {
  background-image: url("../images/background/about-us-bg-values.png"); /* Replace with your background image path */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-height: 100vh;
  height: 100%;
  position: relative;
  z-index: 999;
}

@media (max-width: 767px) {
  .background-image-container-about-us-bg-values {
    width: 100%;
    height: 600px;
    background-image: url("../images/background/about-us-bg-values-mobile.png"); /* Replace with your background image path */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .background-image-container-about-us-bg-values {
    width: 100%;
    min-height: 50vh;
    background-image: url("../images/background/about-us-bg-values-mobile.png"); /* Replace with your background image path */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.background-image-container-faq {
  background-image: url("../images/background/faq-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  cursor: text;
}

.background-image-container-career {
  background-image: url("../images/background/career-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.background-image-container {
  position: relative;
  background-image: url(../images/background/bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-height: 90vh;
  overflow: hidden;
  z-index: 999; /* Let the content dictate the height */
  
  /* Media query for smaller screens (adjust as needed) */
  @media screen and (max-width: 768px) {
    min-height: 100vh;
  }
}
.background-image-container-privacy {
  position: relative;
  background-image: url(../images/background/bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-height: 90vh;
  overflow: hidden;
  z-index: 999; /* Let the content dictate the height */
  background-attachment: fixed;
}

.background-image-container-black-bg {
  position: relative;
  background: #1f1f21;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  min-height: 100vh; /* Let the content dictate the height */

  /* Media query for smaller screens (adjust as needed) */
  /* Media query for smaller screens (adjust as needed) */
  @media screen and (max-width: 768px) {
    min-height: 100vh;
  }
}

.profilee {
  background-image: url("../images/background/profile-background.html");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
  min-height: 45rem;
  background-position: center center;
}
.event {
  background: #010e12;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
  min-height: 45rem;
  background-position: center center;
}

.social-icons {   
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}
.footer-social-icon{
  font-size: 16px;
  line-height: inherit;
}
@media (max-width: 767px) {
  .social-icons {
    text-align: center;
    display: block;
  }
}

.social-icons a {
  margin: 0 0px;
  color: #b3b3b3;
  /*border-radius: 10%;*/ /* Adds a circular border-radius to the icons */
  padding-left: 8px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 7px; /* Adjust padding for better spacing within the border */
  border: 1px solid #343a40; /* Optional: Background color for the icons */
  text-decoration: none; /* Removes the default underline on the links */
  box-shadow: 0 0 10px rgb(255 255 255 / 14%);
  border-radius: 50%;
}

.social-icons a:hover {
  background-color: #555; /* Optional: Change background color on hover */
  color: #fff; /* Optional: Change text color on hover */
}

.profile-head {
  text-align: center;
}

.carousel-item {
  text-align: center;
}

.slide-wrapper {
  margin: 2px;
}
.shop {
  background-image: url("../images/background/shop-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
  min-height: 40rem;
}
.network {
  background-image: url("../images/background/network.html");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
  min-height: 45rem;
  background-position: center center;
}
.communities {
  background-image: url("../images/background/communities.html");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
  background-position: center center;
}

.analyse {
  background-image: url("../images/background/analyse.html");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .project {
    background-attachment: scroll; /* Allow background to scroll on mobile */
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .project {
    height: 52vh;
    background-position: center center;
  }
}

.network-font {
  font-size: 3.5rem;
}

.spacer-double {
  padding-bottom: 40px; /* You can adjust the value to control the double spacing */
}

.profile {
  display: flex;
  justify-content: center;
}

.profile-head {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  opacity: 100%;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.slider-icon {
  width: 12px;
  position: absolute;
  top: 20px;
}
.price {
  background: #3c3c3c;
  border-radius: 99px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 0.25em 1.5em;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  text-decoration: none;
  margin: 0;
  transform: translate(-50%, -50%);
}

/* Responsive styles for tablets (768px to 991px) and iPads */
@media (min-width: 768px) and (max-width: 991.98px) {
  .price {
    font-size: 1em;
    padding: 0.25em 1.5em;
    transform: translateX(-50%);
  }
}

/* Responsive styles for mobile devices (576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .price {
    font-size: 0.7em;
    padding: 0.15em 1em;
  }
}

/* Responsive styles for smaller mobile devices (576px and below) */
@media (max-width: 575.98px) {
  .price {
    font-size: 1em;
    padding: 0.25em 1.5em;
    transform: translateX(-50%);
  }
}

.grid-1-5 {
  min-height: 300px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  height: 100%;
  transform: translateX(-50%);
}

/* Responsive styles for screens with a width of 1400px and above */
@media (min-width: 1400px) {
  .grid-1-5 {
    top: 0; /* Reset top and transform properties */
    transform: ;
  }
}

/* Responsive styles for tablets (768px to 1199.98px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .grid-1-5 {
    position: relative; /* Ensure relative positioning for correct centering */
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; /* Center text horizontally */
  }
}

/* Responsive styles for mobile devices (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-1-5 {
    height: 14rem;
    width: 8rem;
    top: 70px;
    transform: translate(-50%, -50%);
  }
}

/* Responsive styles for smaller mobile devices (576px and below) */
@media (max-width: 575.98px) {
  .grid-1-5 {
    height: 13rem;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
  }
}
/* Default styles for larger screens */
.cover {
  display: none !important; /* Hide by default */
}

/* Responsive styles for iPad Mini and larger screens */
@media (min-width: 576px) {
  .cover {
    display: block !important; /* Show on iPad Mini and larger screens */
  }
}

.slider {
  position: relative;
}

.background-img {
  position: absolute;
  top: 0px;
  right: 25%;
  width: 50%;
  height: 100%;
  margin: 0px auto;
  background-image: url("../images/card/item.png"); /* Background image URL */
  background-size: 100%; /* Adjust as needed */
  background-repeat: no-repeat; /* Prevents the image from tiling */
  background-position: top center; /* Center the image */
}

.box2 {
  height: 11rem; /* Default height */
  width: 9rem; /* Default width */
  margin: 0; /* Remove margin to ensure consistency */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  left: 50%;
  margin-top: 30%;
  transform: translate(-50%, -50%); /* Center the element */
}

/* Responsive styles for screens with a width of 1400px and above */
@media (min-width: 1400px) {
  .box2 {
    height: 14rem; /* Adjusted height for smaller screens */
  }
}

/* Responsive styles for notepad-sized screens (1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .box2 {
    height: 14rem; /* Adjusted height for notepad-sized screens */
    width: 15rem; /* Adjusted width for notepad-sized screens */
  }
}

/* Responsive styles for tablets (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .box2 {
    height: 14rem; /* Adjusted height for tablet-sized screens */
    width: 10rem; /* Adjusted width for tablet-sized screens */
  }
}

/* Responsive styles for smaller mobile devices (576px and below) */
@media (max-width: 575.98px) {
  .box2 {
    height: 10rem; /* Adjusted height for tablet-sized screens */
    width: 6rem; /* Adjusted width for tablet-sized screens */
    top: 20px;
  }
}

.box {
  min-width: 100%;
  min-height: auto;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  height: 310px;
  padding: 1rem 1rem;
}
.box1 {
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 60vh;
}
@media (max-width: 991.98px) {
  .box1 {
    height: 15rem;
    min-width: 100%;
    margin: 0 0rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991.98px) {
  .box {
    height: 30rem;
    min-width: 100%;
    margin: 0 0rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.slider-head {
  font-size: 24px;
}

.slider-subhead {
  font-size: 14px;
}

.slider-subheadbottom {
  font-size: 14px;
}

.item1 {
  position: relative;
  left: 4%;
  top: 2%;
  color: #fff;
}
.item1 .slider-head {
  font-size: 20px;
}
.item1 .slider-subhead {
  position: relative;
  top: -10px;
  font-size: 10px;
  margin-bottom: 0px;
}
.item2 {
  position: relative;
  top: 5rem;
  left: 2rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .item2 {
    position: relative;
    top: 45%;
    left: 2.2rem;
  }
}
.slider-subheadbottom {
  position: relative;
  top: 3rem;
  left: -0.8rem;
  font-size: 10px;
}

@media (max-width: 991.98px) {
  .slider-subheadbottom {
    position: relative;
    top: 2.8rem;
    left: -0.2rem;
    font-size: 10px;
  }
}
.footer-logo {
  margin: 0 auto;
  max-width: 100%; /* Ensure the content doesn't exceed the screen width */
  padding: 10px; /* Add spacing as needed */
  text-align: center; /* Center text within the container */

  /* Default styles for mobile devices */
  width: 100%; /* Adjust the width for mobile screens */
}

/* Media query for tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-logo {
    width: 80%; /* Adjust the width for tablets */
  }
}

/* Media query for laptops (portrait and landscape) */
@media (min-width: 992px) and (max-width: 1439.98px) {
  .footer-logo {
    width: 60%; /* Adjust the width for laptops */
  }
}

/* Media query for iPad (portrait and landscape) */
@media (min-width: 768px) and (max-height: 1024px) {
  .footer-logo {
    width: 70%; /* Adjust the width for iPads */
  }
}

.logo {
  margin: 5px 0 !important;
  width: 125px;
  min-width: 60px;
  transition: all 500ms;
}
.logo-caption {
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  line-height: 24px;
  font-weight: 600;
  max-width: 158px;
  letter-spacing: 0.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
header.scrolled .logo {
  margin: 5px 0 !important;
  width: 70px;
  min-width: 60px;
}
header.scrolled .logo-caption {
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
  max-width: 94px;
  margin-top: 2px;
}
.logo-link {
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.user-icon {
  width: 18px; /* Default width */
}

.bottom-center-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  height: 20vh;
}
.user-icon:hover {
  color: #da395e !important;
}
.item3 {
  position: relative;
  top: 5rem;
  right: 1.5rem;
  line-height: 0.4rem;
  text-align: right;
  color: #fff;
}
.item3-head {
  font-size: 12px;
}
.item3-subheading1 {
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .item3 {
    position: relative;
    top: 47%;
    right: 20px;
    line-height: 20px;
    text-align: right;
  }
}
.item3-subheading2 {
  font-size: 12px;
  padding-right: 0.5rem;
}

.item-3 {
  position: relative;
  top: 46%;
  right: 1.5rem;
  line-height: 1.2;
  text-align: right;
}
.item-3-head {
  font-size: 22px;
}
.item-3-subheading1 {
  font-size: 12px;
  margin-top: 1.1rem;
  padding-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .item-3 {
    position: relative;
    top: 40%;
    right: 20px;
    line-height: 8px;
    text-align: right;
  }
}
.item3-subheading2 {
  font-size: 12px;
  padding-right: 0.2rem;
}
/*projects*/
.projects {
  background-image: url("../images/background/project-background.html");
  background-size: cover;
  min-height: 900px;
  background-repeat: no-repeat;
  min-width: 1510px;
  margin-left: -8px;
  margin-top: -15px;
}
.project-head {
  color: #fff;
  text-align: center;
  opacity: 80%;
  padding-top: 3rem;
}

.img-analyse {
  width: 70% !important;
  height: auto;
  margin: 0 8%;
}
.img-com {
  width: 50% !important;
  height: auto;
  margin: 0 auto;
}
footer {
  display: block;
  background: #000000;
  bottom: 0;
  left: 0;
  width:100%;
  position: relative;
}
html {
  position: relative;
  min-height: 100%;
}
.footer-section {
  line-height: 2rem;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
}
.tables {
  max-width: 970px;
  max-height: 600px;
  position: relative;
  left: 302px;
  top: 32px;
  overflow-x: scroll;
}
/*.tables::-webkit-scrollbar{
    width: 0px;
}*/
.table thead tr th {
  background-color: black !important;
  color: #ffffff;
  border: none;
  font-size: medium;
}
.table thead tr td {
  background-color: #2e2e2e;
  color: #fff;
  border: none;
  font-size: smaller;
}
/* .hero:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/background/greenlines.png") no-repeat center
    calc(100% + 9vw) / contain;
  width: 100%;
  height: 100%;
  opacity: 0.7;
} */
.hero h3 {
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #e9e9e9;
  font-size: 1.4em;
}
.hero .loader-video {
  width: auto;
  height: 50vh;
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.hide {
  display: none;
}
.hero {
  position: relative;
  z-index: 999;
}
#in-page-menu {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
}
/*.float-menu {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #222;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 20;
  box-shadow: 0px 3px 8px #333;
  cursor: pointer;
}*/
.float-menu {
  display: flex;
  background-color: #222;
  z-index: 20;
  box-shadow: 0px 0px 9px 0px #5b5b5b7d;
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  width: 50px;
}
/*.menu__line {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 13px;
  transition-duration: 0.4s;
}*/
.menu__line {
  width: 40%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 0.4s;
  margin: 1px auto;
}
.menu__line:nth-child(1) {
  top: 14px;
}
.menu__line:nth-child(2) {
  top: 23px;
}
.menu__line:nth-child(3) {
  bottom: 14px;
}
.float-menu.active {
  /*  background-color: rgba(0, 0, 0, 0);*/
  /*  box-shadow: none;*/
}
.float-menu.active .menu__line:nth-child(1) {
  transform: translate(0px, 5px) rotate(-45deg);
}
.float-menu.active .menu__line:nth-child(2) {
  transition-duration: 0s;
  opacity: 0;
}
.float-menu.active .menu__line:nth-child(3) {
  transform: translate(0px, -2px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu__line {
    height: 1px;
  }
}
.nav-title{
  margin-bottom: 10px;
}
.nav {
  display: block;
  z-index: 10;
  transition-duration: 0.4s;
}
.nav.open {
  background-color: rgb(0, 0, 0, 0.83);
  width: 400px;
  height: 515px;
  position: absolute;
  right: 0px;
  top: 70px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}
.nav__list {
  display: none;
}
.nav__list.show {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__item {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.nav__item a:hover {
  color: #5ecf9b;
}
.nav__item:nth-child(1) {
  animation-delay: 0.2s;
}
.nav__item:nth-child(2) {
  animation-delay: 0.3s;
}
.nav__item:nth-child(3) {
  animation-delay: 0.4s;
}
.nav__item:nth-child(4) {
  animation-delay: 0.5s;
}
.nav__item:not(:last-child) {
  margin-bottom: 14px;
}
.nav__link {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
.nav__link .icon2-size {
  max-width: 35px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px rgba(255, 255, 255, 0.3);
}
.ctrl_btn:hover i,
.ctrl_btn.active i {
  color: #f2b605;
}
@media (max-width: 767px) {
  header .col-8.col-lg-10.d-flex {
    position: fixed;
    width: 100% !important;
    bottom: 0;
    padding: 0;
  }
  .holder {
    margin: 0;
  }
  .audio-player {
    min-height: 58px !important;
    background: #33442e !important;
  }
}
.contact-info {
  list-style: none;
  padding-left: 0;
}
.contact-info li {
  margin-bottom: 10px;
  display: flex;
  font-size: 1.2rem;
  align-items: baseline;
}
.contact-info i {
  margin-right: 10px;
  color: #991a21; /* Change icon color */
}
/* start testimonial */
.testimonial {
  padding: 15px 0;
  color: #fff;
  font-size: 1.5rem;
}
.testimonial .carousel-inner {
  max-width: 1000px; /* Adjust as needed */
  margin: 0 auto; /* Center the carousel */
}
.testimonial .carousel-item {
  text-align: center;
}
.testimonial .customer-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  margin-top: 50px;
}
.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  /*font-weight: 400 !important;*/
  padding: 0px !important;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 0px !important;
}
.slide-wrapper .content {
  background: rgb(202, 202, 202);
  padding: 2rem;
  display: inline-block;
  min-width: 100%;
  width: 0;
}
.display-area {
  background-color: #1e1e1e;
  border-radius: 10px;
  margin: 0px auto;
  display: flex;
  color: #e9e9e9;
  display: block!important;
  padding-bottom: 2rem;
}

.displayText {
  color: #d7d7d7;
  text-decoration: none;
  line-height: 1.3;
}
.displayText .fa{ color: #41c284; }
.displayCaption {
 color: #a0a2a5;
 font-size: 12px;
}

.display-box{padding:0; margin:0; box-sizing:border-box; width:100%;}
.display-block{display:inline-block;width:24%; margin-top: 10px;}
.display-textblock{display:inline-block;width:100%;
 margin-top: 10px;}
 .display-inline{display:inline-block;}
 @media all and (max-width: 360px){
  .display-block
  {
    display:inline-block;
    width:49%;
  }
}

.display-social {
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 15px 40px;
  margin-top: 5px;
  text-align: center !important;
  justify-content: center !important;
  gap: 10px; /
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333;
  color: white;
  text-align: center;
  line-height: 20px;
}

.social-icon i {
  font-size: 15px;
  line-height: inherit;
}
.display-social a {
  margin: 0 0px;
  color: #fff;
  border-radius: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 2px;
  border: 1px solid #fff;
  text-decoration: none;
  box-shadow: 0 0 10px rgb(255 255 255 / 14%);
}
.display-social a:hover {
  color: #000;   
  border: 1px solid #000;
  box-shadow: 0 0 10px rgb(255 255 255 / 14%);
}


.activity{
  text-align: center;
  width:15%!important;
}
.activity a {
  text-decoration: none;
}
.display-area ul{
  margin: 0!important;
  padding: 0!important;
}
.counts li {
  display:inline;
  line-height:0!important;
  font-size: 14px!important;
  margin-right: 10px;
}

.genre{
  font-size: 13px!important;
}
.displayacc{
  background-color: #131313 !important;
}
.displayNav .dnav-item{
  border-bottom: 1px solid #dee2e6!important;
  background-color: transparent;
}
.displayNavtabs  .displayNavtabs .dnav-item.show {
  color: #fff;
  background-color:transparent;
}
.displayNavtabs .displaynav-link.active {
  color: #fff!important;
  border-bottom: 1px solid #fff;
  background-color:transparent;
}
.acco-display-item {
  background-color: #000!important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.displayNavtabs  .displaynav-link:hover, .displayNavtabs .displaynav-link:focus {
 color: #fff;
 isolation: isolate;
}
.displayNavtabs {
  background-color:transparent;
}
.displayNavtabs .displaynav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.displayNavtabs .displaynav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.displayNavtabs .displaynav-link.active,
.displayNavtabs .nav-item.show .displaynav-link {
  color: #495057;
}
.displayNavtabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.displaynav-link { 
  display: block;
  padding: 0rem 1.5rem;
  color: #a0a2a5;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.cblur {
  background: rgba(16, 15, 15, 0.6);
  backdrop-filter: blur(10px); 
}
.sblur {
    background: rgba(16, 15, 15, 0.6);
}
.stxt20{
  font-size: 20px;
}
.profileimage img{ 
  margin-top: 10px;
}
.avatar img{ 
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.display-avatar img{   
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.profile-carousel img{ 
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.profile-carousel-img{
  max-width: 140px;
  width: 140px;
  height:140px;
}

.profile-info img{ 
  border-radius: 50%;
  margin-left: 25%;
}

.profile-info{
 display: flex;
 align-items: center;
 flex-direction: row;
}
.profile-name {
  text-align: center!important;
  letter-spacing: 0px;
  opacity: 1;
  padding-left: 10px;
  padding-top: 7px;
  color: #e2e5e9;
}
.community-para {
  text-align: center!important;
  letter-spacing: 0px;
  opacity: 1;
  padding-left: 10px;
  padding-top: 7px;
  color: #b2b5b9;
  font-size: 15px;
}

.community-count li{ 
  list-style: none;
}
.community-count-row{
 padding-left: 10%;
 padding-right: 20%;
 font-size: 14px;
}
.community-display-area{
  background-color: #111;
  border-radius: 10px;
  margin: 0px auto;
  color: #fff;
  display: block!important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.event-display-area{
  background-color: #1e1e1e;
  border-radius: 10px;
  color: #fff;
  display: block!important;
  padding: 1.5rem !important;
}
.community-box{
 padding-top: 5px!important; 
}
.event-image img{ 
  margin-top: 25px;
}
.eventCaption {
 color: #a0a2a5;

}
.listing-message {
  font-size: 13px!important;
  color: #a0a2a5;

}
.entryConditions{
  font-size: 14px;
  color: #a0a2a5;
}
.img-container{
 position: relative;
}
.nounderline a {
  text-decoration: none;
}
.img-container img {
  border-radius: 10%;

}
.img-radius50 img {
  border-radius: 50%;
}
.img-container .overlay-img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 color: white;
 font-size: 16px;
 padding: 12px 24px;
 border: none;
 cursor: pointer;
 border-radius: 5px;
 text-align: center;
}

    .img-demotrack {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 80px;
}

.img-demotrack img {
    width: 100%;
    height: 100%;
    border-radius: 10%;
}

.overlay-play {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px 6px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}

.landing-btn {
  width:230px;
  font-size: 35px;
  padding: 0px 10px;
  border: none;
  outline: none;
  border-radius: 0.8rem;
  cursor: pointer;
  background-color: #4b4b4c;
  color: #fff;
  transition: 0.6s;
  box-shadow: 0px 0px 60px #1f4c65;
  letter-spacing: 1px;
  font-weight: 200;
  margin:15px;
}

.landing-btn:active {
  scale: 0.92;
}

.landing-btn:hover {
  background: rgb(2,29,78);
  background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);
  color: rgb(4, 4, 38);
}
.service-lbtn { 
  box-shadow: 0px 0px 60px #195f91;
}
.artist-lbtn { 
  box-shadow: 0px 0px 60px #956f1cfc;
}
.fan-lbtn { 
  box-shadow: 0px 0px 60px #644a7cfa;
}
.landing-title{
  color:#49a078;
  font-weight: 700;
  line-height: 1.5;
  font-size:45px;
}

#landing-slider{
  padding: 25px 25px 25px 25px;
}
.slider{
  background: #1d1d1d;
  align-items: center;
  justify-content: center;
}
.slider-title{
  padding: 43px;
  line-height: 1.3em;
}
.slider-button{
  bottom:0;
}
.custom-text-box{
  color: white;
  line-height: 1.3em;
  margin-top: 40px;
  text-align: left;
  padding: 20px 10%;
  border: 1px solid #343a40;
  background: #1d1d1d;
  border-radius: 10px;
  box-shadow: 8px 8px 0px 1px #00000075;
  margin-bottom: 50px;
}
.post-slide{
  margin: 20px 15px 20px 15px !important;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 8px 8px 0px 1px #00000075;
  border: 1px solid #141313;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  height: 460px !important;
}
.post-slide a{
  text-decoration: none;
  color:green;
}
.post-slide .post-content{
  background:#1d1d1d;
  padding: 0px 20px 30px;
  border-radius: 15px;
  color:#fff;
}
.post-slide .post-description{
  font-size: 14px;
  color:#808080;
  margin-bottom:25px;
}
.post-slide .post-img {
 padding: 10px;
 
}
.post-slide .post-img img {
  border-radius: 10px;
}

.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}

.landing .owl-controls .owl-buttons .owl-prev {
  width: 2rem;
  height: 3rem;
}
.landing .owl-controls .owl-buttons .owl-next {
 width: 2rem;
 height: 3rem;
}
.blog-info p {
  margin: 0; /* Remove default margin */
}

.blog {
  display: flex;
  align-items: center; /* Align items vertically */
}


a:hover {
  color: #4cbd89!important;
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content{
    padding: 0px 15px 25px 15px;
  }
}


@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

.footerBlogs li {list-style:none;font-size:0.9em;}
.footerBlogs a {text-decoration: none;color:#fff !important;}


/* #features-container
{
    background: #141414;
} */
.text-white {color:#ffffff;}
.text-section-header { font-size:1.1rem; }
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.cardcontainer {
  padding: 10px 20px;
  color:#ffffff;
}
#termsofuse h3 {color: white; font-size: 1.2rem;}
#termsofuse p {color:#fff;}
#termsofuse h4 {color: white;font-size: 1.1rem; }
.cardcontainerbody a {text-decoration: none;}
.blogSummary {color:#fff;}
.cardcontainerbody h4 {font-weight:600;}
#innerPage h2 {font-size:1.3em !important; color: #fff !important;}
#audiencedet a {text-decoration:none;}
.darkmode {background: black !important; color: white !important;}
.accordion-item:first-of-type .accordion-button { color:white;background-color: #000;background: #000;}
.accordion-button { color:white !important;background-color: #000 !important;background: #000 !important;}
/* Color Box */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
#cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
#cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
#cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/* Floating */
.button-one {position:fixed; z-index: 9999;right:5px; bottom:5px;}
.button-two {position:fixed; z-index: 9999;left:15px; bottom:5px;}
@media only screen and (max-width: 780px) {
  .button-one {bottom:4px;}
  .button-two {bottom:65px;}
  #playerImage {display: none;}
};
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 800px;
  max-height: 480px;
  margin-left: -300px;
  margin-top: -180px;
  background: #000;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}
#videoCaption { font-size:1.2em; color:#fff}
#txt1 {
  transition: transform 0.5s;
  display: inline-block;
  /*width: auto;*/
  text-align: center;
  color: #fff;
  /*padding-left: 3px;*/
  /*padding-right: 3px;*/
}

#txt2 {
  transition: transform 0.5s;
  display: inline-block;
  /*width: auto;*/
  text-align: center;
  color: #fff;
}
.out {
  transform: scale(0);
}
#innerPage p {color:#fff !important;}
#innerPage {padding-bottom: 10em;}

.image-border {
  border: 4px solid #89cdcc;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;    
}

.image-border:hover {
  border: 4px solid #00837a;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.video-background, .video-background .img-fluid{
  height: 300px;
  width: 450px;
  box-sizing: border-box;
}

.video-background{
  position: relative;
}

.play-button2 {   
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.6;
  z-index: 99;
  width: 50px;
}

.play-button2:hover {
  opacity: 1;
}

.py-5{
  text-align: center;
}

.image-border:hover{
  border-color: red;
}
/* Music */
.holder {
  margin: 2px 0 2px 0;
  display: flex;
  align-items: center;
}

.shadow {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.22);
}

/* Important stuff */

.set {
  position: absolute;
  right: 1em;
  top: 0;
  z-index: 999;
}

.dropdown-toggle {
  display: block;
/*  width: 50%;*/
  margin: 0 auto;
}

.dropdown-toggle i {
  padding: 0.5em 0.55em;
  background: #fff;
  border-radius: 4px;
  color: #555;
}

#skin.dark {
  background: #334d50;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #cbcaa5, #334d50);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #cbcaa5, #334d50);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff !important;
  border-color: #fff !important;
}

#skin.white {
  background: white;
}

#skin.blue {
  background: linear-gradient(
    126deg,
    rgba(43, 57, 144, 1),
    rgba(102, 45, 145, 0.9)
  );
}

ul.dropdown {
  display: none;
  position: absolute;
  left: 25%;
  width: 50%;
  margin-top: 0.5em;
  margin: 0.5em auto;
  background: #777;
  min-width: 12em;
  padding: 0;
  border-radius: 0 0 0.2em 0.2em;
}

ul.dropdown li {
  list-style-type: none;
}

ul.dropdown li a {
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
}

.audio-player {
  position: relative;
  background: #33442e4d;
  min-height: 68px;
  display: flex;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
}

.audio-player .user_avatar {
  width: 100%;
  justify-content: space-around;
  margin: 0 auto;
  position: relative;
}

.audio-player .user_avatar .live,
.audio-player .user_avatar .listeners {
  background: #fff;
  padding: 8px 10px 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #555 !important;
  border-radius: 4px;
  margin: 3px;
  text-align: center;
}

.live i {
  -moz-animation-duration: 1s;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-duration: 1s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color: red;
}

@-moz-keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.audio-player .user_avatar img {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  padding: 0.65em;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background: #fff;
  margin-top: -4em;
}

#dur:hover {
  cursor: pointer;
}

.audio-player .cover img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.audio-player .title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 145px;
  height: auto;
  white-space: nowrap;
  margin: 0 !important;
}
.audio-player .subtitle {
  font-style: italic;
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 2px;
}
.audio-player .like {
  padding: 6px 17px;
  background: #fff;
  font-size: 16px;
  color: #555;
  margin: 1rem 0;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.audio-player .player-controls {
  align-items: center;
  justify-content: center;
  flex: 4;
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
}

.audio-player .player-controls p {
  color: #000;
}

.progress_bar {
  border: 2px solid #ccc;
  width: 100%;
  min-height: 15px;
  display: flex;
  padding: 0.45em 0;
  align-items: center;
}

.range {
  position: relative;
  margin-top: 10px;
}

.range input[type="range"] {
  padding: 0;
  width: 90%;
  height: 1px;
  cursor: pointer;
  display: block;
}

.range input[type="range"]:focus {
  outline: none;
}

.range input[type="range"][disabled] {
  opacity: 0.3;
  cursor: default;
  background: transparent;
}
.range input[type="range"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  
  width: 90%;
  background-color: transparent;
  cursor: pointer;
  margin-left: 11px;
}
.range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  
  width: 5px;
  height: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  
  width: 5px;
  height: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}

.range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 0;
  margin: 11px 0;
}

.range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  border-radius: 0;
  margin: 11px 0;
}

.range input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  border-radius: 0;
  color: transparent;
  padding: 11px 0;
  background: transparent;
  border-color: transparent;
}

.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  border-radius: 0;
}

.range input::-ms-fill-lower {
  background: #60cd18;
}

.range input::-webkit-slider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #333940;
  cursor: pointer;
  appearance: none;
  transform: translateY(-50%);
  margin-top: 2px;
}
.range input::-moz-range-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #333940;
  cursor: pointer;
}

.range input::-ms-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #333940;
  cursor: pointer;
}

.audio-player #play-btn,
.ctrl_btn {
  color: #ffffff;
}

.audio-player #play-btn,
.ctrl i {
  font-size: 12px;
}

  /*.audio-player .ctrl_btn {
    font-size: 18px;
  }*/
  
  .audio-player #play-btn:hover {
    cursor: pointer;
  }
  
  .audio-player .volumeControl {
    display: flex;
    flex-basis: 20%;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }
  
  .audio-player .volumeControl .wrapper {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #363732;
  }
  
  .audio-player .volumeControl .wrapper:hover i.fa {
    color: #363732;
  }
  
  .audio-player .volumeControl .outer {
    border-radius: 2px;
    box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    height: 0.3rem;
    flex-basis: 80%;
    margin-left: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .audio-player .volumeControl .outer .inner {
    background-color: #363732;
    width: 100%;
    display: inline-block;
    height: 100%;
  }
  
  .audio-player .volumeControl .outer:hover {
    cursor: pointer;
  }
  
  .start-time,
  .end-time {
    font-size: 14px;
    font-weight: 800;
    transition: 1s ease-in-out;
    line-height: 0;
  }
  
  .start-time {
    position: relative;
    left: 0;
    color: #fff;
  }
  
  .end-time {
    position: relative;
    right: 0;
    color: #fff;
  }
  
  .ctrl {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
  }
  .ctrl > div > * {
    margin: 2px 15px;
  }
  
  .action {
    margin: 1rem auto;
    text-align: left;
  }
  
  .action span {
    font-size: 14px;
  }
  
  @media screen and (max-width: 950px) {
    ul.dropdown {
      right: 20%;
      left: unset;
    }
    .holder {
      margin: 0.8rem 0 0.23rem 0;
    }
    .audio-player {
      width: 100%;
      padding: 0rem 0rem;
    }
    .audio-player .cover {
      text-align: center; /* Center the child elements */
    }
    
    .audio-player .cover img {
      height: 80px;
      width: 80px;
      object-fit: cover;
      border-radius: 30px;
      padding: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
      margin: 0 auto; /* Center the image horizontally */
    }
    
    .audio-player .player-controls {
      position: relative;
      padding: 0 0;
      margin: 0 auto;
    }
    .audio-player #play-btn,
    .ctrl_btn {
      margin: 0px 5px;
      font-size: 14px !important;
    }
    .audio-player .volumeControl,
    .audio-player .volumeControl .wrapper {
      display: block;
    }
    .audio-player .volumeControl .wrapper .fa-volume-up {
      margin: 10px;
      opacity: 0.6;
    }
    .audio-player .title {
      text-align: center;
      padding: 0;
      margin-top: 0.5rem;
      font-weight: 400;
      font-size: 14px;
      color: white;
      max-width: 100%;
    }
    
    .ctrl,
    .action {
      display: block;
      text-align: center;
    }
    .action a {
      display: block;
    }
    .set {
      position: relative;
    }
    .audio-player .user_avatar {
      margin: 0 0 1em 0;
      display: flex;
      justify-content: space-around;
    }
    .audio-player .user_avatar img {
      display: none;
    }
  }
  .music-list i.fa-times {
    display: none;
  }
  .music-list.active i.fa-times {
    display: inline;
  }
  .music-list.active i.fa-bars {
    display: none;
  }
  .music-list .sub-menu {
    display: block;
    visibility: hidden;
    position: absolute;
    right: 0;
    box-shadow: none;
    max-height: 0;
    width: max-content;
    overflow: hidden;
    list-style: none;
    text-align: left;
    background: #1d221c;
    padding: 0;
    transition: all 1s linear;
    padding-bottom: 10px;
  }
  .music-list.active .sub-menu {
    max-height: 60vh;
    overflow: auto;
    visibility: visible;
    top: 55px;
    right: 0;
    display: block;
    z-index: 9999;
  }
  .sub-menu li {
    color: white;
    font-weight: 600;
    padding: 5px 10px;
    border-bottom: #696969 1px dashed;
  }
  .sub-menu li:hover,
  .sub-menu li.active {
    background: #444843;
  }
  .sub-menu li em {
    font-weight: 100;
    font-size: 0.9em;
  }
  @media (max-width: 767px) {
    .music-list.active .sub-menu {
      top: unset;
      bottom: 90%;
      background: #33442e;
    }
  }
  
  /* =Map Pin Animation
  // ========================================================================== */
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @-moz-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes pulsate {
    0% {
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
    }
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  
  /* =Places Map
  // ========================================================================== */
  
  #places-map h1 {
    font-size: 1.3125em;
    margin-top: 0.9523809524em;
    text-align: center;
  }
  @media (min-width: 37.5em) {
    #places-map h1 {
      font-size: 2.1875em;
      margin-top: 0.9428571429em;
    }
  }
  #places-map .wu-logo {
    display: none;
    height: 3.875em;
    width: 11.3125em;
  }
  
  #places-map img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .secondary-page #places-map .content {
    margin: 0;
    position: relative;
  }
  @media (min-width: 60em) {
    .secondary-page #places-map .content {
      margin: 0 auto;
    }
  }
  #places-map .map {
    position: relative;
    max-width: 40.4375em;
    margin-left: auto;
    margin-right: auto;
  }
  #places-map .map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
  #places-map .map-location-marker {
    cursor: pointer;
    position: absolute;
    height: 4.875em;
    width: 4.3125em;
    z-index: 3;
  }
  
  #places-map .marker-pop-up1 {
    left: 50%;
    top: 30%;
    background: url(../images/card/network/pin_1.png) no-repeat;
  }
  #places-map .marker-pop-up2 {
    left: -70%;
    top: 29%;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background: url(../images/card/network/pin_2.png) no-repeat;
  }
  
  #places-map .marker-pop-up4 {
    left: -29.5%;
    bottom: 21.5%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background: url(../images/card/network/pin_3.png) no-repeat;
  }
  
  #places-map .marker-pop-up3 {
    left: 58.5%;
    bottom: 21.5%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background: url(../images/card/network/pin_4.png) no-repeat;
  }
  @media (min-width: 48em) {
    .js #places-map .map-location-marker {
      visibility: hidden;
    }
    .js #places-map .map-location-marker.bounceInDown {
      visibility: visible;
    }
  }
  #places-map .marker-pop-up1 {
    left: ;
    top: 30%;
  }
  @media (max-width: 37.4375em) {
    #places-map .marker-pop-up1 {
      right: 6%;
      top: 32%;
    }
  }
  #places-map .marker-pop-up2 {
    left: 13%;
    top: 29%;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  #places-map .marker-pop-up3 {
    left: 29.5%;
    bottom: 21.5%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  #places-map .marker-pop-up4 {
    left: 17.5%;
    top: 50%;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  #places-map .map-location-marker:after {
    -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: -7px;
    opacity: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 31px;
    z-index: 2;
  }
  
  #page-places {
    position: relative;
  }
  
  #map-info {
    background: #000;
    color: #fff;
    position: absolute;
    top: -1.5625em;
    left: 50%;
    margin-left: -0.8125em;
    padding: 0.5em;
    width: 11.625em;
    z-index: 10;
  }
  
  #map-info .close-btn {
    background: url(../../jeffbridgforth.com/codepen/close-btn.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 0.6875em;
    width: 0.6875em;
    position: absolute;
    right: 1.125em;
    top: 1.125em;
  }
  @media (min-width: 30em) {
    #map-info {
      top: ;
      margin-top: -8.875em;
    }
  }
  @media (min-width: 60em) {
    #map-info {
      margin-left: -8.875em;
      width: 14.75em;
    }
  }
  #map-info.pop-up1 {
    left: 56%;
    top: 29%;
  }
  #map-info.pop-up2 {
    left: 22%;
    top: 28.5%;
  }
  #map-info.pop-up3 {
    left: 37.5%;
    bottom: 0;
    top: auto;
  }
  #map-info.pop-up4 {
    left: 26%;
    top: 38%;
  }
  
  #map-info.pop-up3:before {
    top: 152px;
  }
  
  #map-info.pop-up4:before {
    top: 45px;
  }
  @media (min-width: 48em) {
    #map-info {
      margin-left: 0;
      margin-top: 0;
    }
    #map-info:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 16px 13px 0;
      border-color: transparent #000 transparent transparent;
      position: absolute;
      left: -16px;
    }
  }
  #map-info h1 {
    float: left;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0.7272727273em;
    margin-top: 0;
  }
  #map-info a {
    color: #ffdf1c;
    display: block;
    font-size: 0.75em;
    float: right;
    margin-right: 2.5em;
    margin-top: 0.6666666667em;
    text-decoration: underline;
  }
  #map-info img {
    height: auto;
    max-width: 100%;
  }

  
/* Preloader
-------------------------------------------------------*/

/* Styles for full-screen video */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* Set background color for the full screen */
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lead{
  font-size:13px;
}
.loader div {
  background: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Pricing */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  text-align: center;
}
.text1,
.text2 {
  color: #fff;
  position: relative;
  font-size: 1.5rem;
}
.list-item li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5rem;
}
.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  text-align: center;
}
.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--darkgreen);
  transition: transform 0.25s ease-in-out;
}
.switch-wrapper
[type="radio"]:checked#yearly
+ label[for="monthly"]
~ .highlighter {
  transform: translateX(100%);
}
.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}
.tab-heading {
  background-color: #333335;
  text-align: left;
  border-radius: 20px;
  padding: 15px 0px 0px 25px;
  width: 300px;
  color: #fff;
  height: 120px;
  align-items: center;
  justify-content: center;
}
.button {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1em;
  margin: 0px 10px;
  border-radius: 50px;
  color: #f4f4f4;
  background-color: #4ca27d;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.button:hover {
  transform: scale(1.1);
}
.package-container {
  display: flex;
  flex-wrap: wrap;
}
.packages {
  padding: 10px 10px;
  margin: 0px;
  background-color: #333335;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  flex-wrap: wrap;
  color: #f4f4f4;
  height: 100%;
}
.bottom {
  position: relative;
}

/* Slider */
.post-slide {
  margin: 20px 0px 20px;
  border-radius: 15px;
  padding-top: 1px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post-slide .post-img img {
  max-width: 100%;
  height: auto;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
}

/* Left Default styles for all screens */
.owl-controls .owl-buttons .owl-prev {
  background-image: url("../images/arrow_left.png");
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  left: 0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background-image: url("../images/arrow_right.png");
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  right: 0;
  transition: background 0.5s ease 0s;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8% !important;
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.post-img {
  position: relative;
  margin-bottom: 20px; /* Add margin to create a gap between image and price */
}

.price-tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px; /* Optional: Add padding for better aesthetics */
}

/* table */
.table-container {
  margin: 0 auto;
  position: relative;
}
th,
td {
  text-align: left;
  padding: 8px;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
    position: relative;
  }
}

.responsive-table {
  width: 100%;
  height: auto;
  margin: 0 auto;
  right: 9px;
  /* left: -7px; */
  border-spacing: 0;
  max-width: 820px;
  overflow: auto;
  margin-top: 0px;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .responsive-table {
    font-size: 12px; /* Adjust font size for mobile screens */
    max-width: 90%; /* Adjust width for better mobile display */
  }
}

/* Media query for tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .responsive-table {
    font-size: 0.87em; /* Adjust font size for tablets */
  }
}

/* Media query for laptops */
@media (min-width: 1024px) and (max-width: 1439px) {
  .responsive-table {
    font-size: 16px; /* Adjust font size for laptops */
  }
}

/* Media query for iPad (portrait and landscape) */
@media (min-width: 768px) and (max-height: 1024px) {
  .responsive-table {
    font-size: 15px; /* Adjust font size for iPads */
  }
}

.custom-bg {
  background-color: #171716 !important; /* Your custom color code here */
}

.custom-bg1 {
  background-color: #1b1b1a !important; /* Your custom color code here */
}

@media (max-width: 768px) {
  .responsive-table {
    max-width: 100%; /* Make the table full width on smaller screens */
    max-height: none; /* Remove the maximum height on smaller screens */
    flex-wrap: nowrap;
    display: block;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 0.88em;
    position: relative;
  }
}

.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #171716;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
}
.responsive-table td,
.responsive-table th {
  white-space: nowrap;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 8px;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.subject {
  font-size: 14px;
  flex-wrap: nowrap;
  position: sticky;
  display: flex !important;
}
.responsive-table tbody tr {
  background: #171616;
  color: #fff;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.responsive-table tbody th[scope="row"] {
  background-color: #26890d;
  color: white;
}
@media (min-width: 30em) {
  .responsive-table tbody th[scope="row"] {
    border-left: 1px solid #86bc25;
    border-bottom: 1px solid #86bc25;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #000001;
    text-align: left;
  }
}

.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td:last-of-type {
    border-right: 1px solid #86bc25;
  }
}
.responsive-table tbody td[data-type="currency"] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: #fff;
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
/* Video */
.codepen-info {
  max-width: 950px;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 20px 30px;
  margin-top: 40px;
}
.codepen-info h1 {
  font-weight: 500;
  text-align: center;
  color: black;
  margin-top: 0;
}
.codepen-info p {
  color: #777;
}
.codepen-info .src {
  padding: 15px;
  background: white;
  border-radius: 5px;
  margin-bottom: 15px;
}
.codepen-info .src p.coded {
  background: #f1f1f1;
  color: black;
}
.page-width {
  max-width: 900px;
  margin: 0 auto;
}
.page-width h2 {
  text-align: center;
}
.splide {
  max-width: 800px;
  margin: 0 auto;
}
.splide__slide img {
  max-width: 100%;
  /* max-width: 100%; */
  /* border-radius: 10px; */
  border: 2px solid #d4d0d0;
}
.splide__arrow--prev {
  margin-left: -50px;
}
.splide__arrow--next {
  margin-right: -50px;
}
.splide__pagination {
  margin-bottom: -35px;
}
.splide__pagination__page.is-active {
  background: green;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  padding: 10px;
  text-align: center;
  background-color: #00000085;
  width: 98%;
  padding-right:0px;
  font-size: 18px;
}
.popup-text-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  z-index: 999;
}

.popup-link {
  position: relative;
  display: block;
}
.border-radius {
  border-radius: 30px;
}
.custom-bg1 {
  padding: 10px 10%;
  /* border-radius: 50%; */
  background: #1e1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-bg2 {
  padding: 10px 10%;
  /* border-radius: 50%; */
  /* background: #1e1a1a; */
  margin-top: 10px;
  margin-bottom: 10px;
}
@charset "UTF-8";


  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license
  
  Copyright (c) 2013 Daniel Eden
  
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  
  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* general */
.mobile-display{display:none}
.desktop-display{display:block;position:relative;}
@media (max-width:800px){
  .desktop-display {display:none}
  .mobile-display {display:block}
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}
.loader {
  width: 60px;
  aspect-ratio: 1;
  color: #ffa516;
  background:
  linear-gradient(currentColor 0 0) 100%  0,
  linear-gradient(currentColor 0 0) 0  100%;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  animation:  l7-0 1s infinite steps(1);
}
.loader::before,
.loader::after {
  content:"";
  position: absolute;
  inset: 0 50% 50% 0;
  background: currentColor;
  transform: scale(var(--s,1)) perspective(150px) rotateY(0deg);
  transform-origin: bottom right; 
  animation: l7-1 .5s infinite linear alternate;
}
.loader::after {
  --s:-1,-1;
}
@keyframes l7-0 {
  0%  {transform: scaleX(1)  rotate(0deg)}
  50% {transform: scaleX(-1) rotate(-90deg)}
}
@keyframes l7-1 {
  49.99% {transform:scale(var(--s,1)) perspective(150px) rotateX(-90deg) ;filter:grayscale(0)}
  50%    {transform:scale(var(--s,1)) perspective(150px) rotateX(-90deg) ;filter:grayscale(0.8)}
  100%   {transform:scale(var(--s,1)) perspective(150px) rotateX(-180deg);filter:grayscale(0.8)}
}
.image-container {
  position: relative;
  display: inline-block; /* or block, depending on your design */
}
.image-container + h4 + p a{ color: organge; transition: all 1s; }
.image-container + h4 + p a:hover{ color: blue !important; transition: all 1s; }
.button1 {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  cursor: pointer;
  color:white;
  background:white;
  opacity: 0.8;
  border-radius: 50px;
}
h4.post_title a{color:green !important}
.submission-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; 
  padding: 10px;
  background-color: #2E2E2E;
  padding: 20px;
}

.submission-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  flex-grow: 1;
}
.apply-button-wrapper {
  display: flex;
  justify-content: flex-end; 
}
.apply-button {
  background-color: #2ca8a6;
  color: white;
  border: none;
  padding: 10px 35px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  margin-right: 20px;
}
.apply-button:hover {
 color: white;
 background-color: #4a4a4a;
}
.apply-button:active {
 color: white;
 background-color: #1a1a1a;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 transform: translateY(2px);
}
#listen-btn {
  display: none;
}
/* .btn-align{
  margin: 10px 40px !important;
} */
.roundBtn{
  background-color: #2ca8a6;
  color: white;
  border: none;
  padding: 5px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  margin: 10px 0px;
} 

.roundBtn:hover {
 color: white;
 background-color: #4a4a4a;
}
.roundBtn:active {
 color: white;
 background-color: #1a1a1a;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 transform: translateY(2px);
}
.roundBtn a:link {
  text-decoration: none;
  color: white!important;
}

.roundBtn a:visited {
 color: white!important;
 text-decoration: none;
}
.slick-carousel{
  position: relative;
  margin-bottom: 0 !important;
}
/*.slick-carousel .slick-list {
  margin: 0 auto;
  max-width: calc( 100% - 125px);
}*/
.slick-carousel .slick-prev,
.slick-carousel .slick-next {
  top: 25%;
  margin-top: 0;
  width: 50px;
  height: 70px;
  opacity: 0.6;
}

.slick-carousel .slick-prev { left: -10px; background: url("../images/arrow_left.png") !important;}
.slick-carousel .slick-next { right: -10px; background: url("../images/arrow_right.png") !important;}
.slick-carousel .slick-prev::before, .slick-carousel .slick-next::before {
  content: '';
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{ opacity: 1; }
.slick-initialized .slick-slide {
  background: #6454543b;
  padding: 1px;
  height: unset;
  /* box-shadow: 0px 1px 1px 0 #c4c4c436; */
}
.slick-carousel .slick-track{ display: flex; }
.slick-slide picture { 
  background: #000; 
  display: block;
  overflow: hidden;
}
.slick-slide img {
  display: block;
  object-fit: cover;
  max-height: 195px;
  width: 100%;
  height: 100%; 
}
.slick-slide p{ margin: 8px 15px; line-height: 1.1em; }
.slick-carousel{ display: flex !important; align-items: center; }
.slick-carousel .slick-prev,
.slick-carousel .slick-next {
  flex: 0 0 auto;
  position: relative !important;
  left: unset;
  right: unset;
  top: unset;
}
.mediaImage {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wallimages {
    display: none;
    height: 500px;
}
.wallimages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-container {
    max-width: 1000px;
    max-height: 500px; 
    position: relative;
    margin: auto;
    overflow: hidden;
}
.prev,
.next {
    background-color: #22151512;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 5px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 8px;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #555;
    color: white;
}
  .colorRoundButton {
      position: relative;
      display: inline-block;
      height: 30px;
      width: 30px;
      border: solid 1px #e5dfdf;
      border-radius: 50%;
   }
   .display-slideblog{
    text-decoration: none;
   }

   .knwbtn
   {
     background-color: black;
    color: green;
    border: 2px solid green;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px; 
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: auto;
  z-index:10;
  border:none;
}
.modal { z-index:999999; }
.custom-modal .modal-dialog {
  max-width: 80%;
  /* max-height: 80vh; */
  height: 100%;
  display: flex;
  align-items: center;
}
.custom-modal .modal-dialog .modal-body { padding: 0 1rem 1rem; }
.music-head,.btn-watch-video
{
  display: inline-flex;
  gap: 10px;
  background-color: transparent;
  color: white;
  text-decoration: none;
}
.custom-block {
  border-radius: 8px;
  /* padding: 20px; */
  background-color: #000;
  width:220px;
}
.button-block {
  border-radius: 5px;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.button-block > button{
  margin: 10px;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 10px #7979798a;
  border-radius: 6px;
  border: none;
}
.button-block > button span{ display: block; font-size: 1.6em; }
.button-block > button:hover{ background-position: right center; }
.button-block > button, .button-block .sub-list .btn-outline-success {
  text-align: center;
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
  color: #FFF;
  width: 45%;
  flex-direction: column;
  line-height: 1.2;
  margin: 0;
  padding: 10px 20px;
}
.button-block .sub-list{ display: none; position:absolute;left:calc(45% + 20px); top:0;width:100%;}
.button-block:hover .sub-list{ display:block; }
.btn-outline-success{
  border: #198754 1px solid;
  background: none;
}
.btn-red{ background-image: linear-gradient(to right, #b54c4cdb 0%, #b14c2f 20%, #ac0000fa 80%); }
.btn-blue{ background-image: linear-gradient(to right, #1f6aacdb 0%, #0f479f 20%, #160688fa 80%); }
.btn-green{ background-image: linear-gradient(to right, #6ba822db 0%, #3c9712 20%, #205b0ffa 80%); }
.btn-orange{ background-image: linear-gradient(to right, #d16618db 0%, #ff5a0a 20%, #a26a00fa 80%); }
.btn-skyblue{ background-image: linear-gradient(to right, #258f85db 0%, #1da4a4 20%, #0b8484fa 80%); }
.custom-block a {
  color: #fff;
  text-decoration: none;
}

.custom-block a:hover {
  background-color: #008080; /* Teal on hover */
  color: #fff;
}
.btn-left{
  margin-left:30px;
}

.watch-button{
  text-decoration: none!important;
  font-size: 26px;
  margin-bottom: 0;
}
.centered
{
   position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:green;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  /* box-shadow: 0px 4px 8px  #247c7b; */
}
.caption-holder {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.caption-holder h5 {
  width: max-content;
  background: rgba(216, 213, 23, 0.44);
  box-shadow: 0px 0px 15px 0 rgba(224, 242, 15, 0.93);
  padding: 0px 3px;
  margin: 0;
  border-radius: 10px;
  color: #FFF;
}

.btn-watch-video {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.btn-watch-video img{ max-width: 50px; }
.icon-cont { margin-top: 20px; }
.bullet-cont{
  /* width:200px; */
  max-width:220px;
  justify-content: center;
  /* margin-left: 30px; */
}

.icon-item {
  width: 50%;
  font-size: 0.8em;
  padding: 0 3px;
  word-break: break-word;
}
.icon-item h6 {
  margin-top: 5px; 
  font-size: 1rem; 
  color: #fff; 
}
.icon-item p{ color: #FFF; }

ul.user-type-services {
  width: max-content;
  position: relative;
  margin: auto;
}
ul.user-type-services li::marker { color: #a9a9a9; }
ul.user-type-services li {
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 10px;
}
.img-look { object-fit: cover; }
.img-cont {
  border: 2px solid #daf9014a;
  border-radius: 15px;
  margin: auto;
  position: relative;
  box-shadow: 0px 0 11px 1px #1fe4e161;
  overflow: hidden;
  max-height: 140px;
}
.roletxt{
  color: white;
  font-size: 2.4rem;
}

.text-section {
  color: grey;
  text-align: left;
  margin-top: 10px;
 padding:0 40px; 
  }
.text-section li {
  /* list-style: none; */
  position: relative;
margin-left:22px;
}
.text-section li::before {
  /* content: "•"; */
  color: grey;
  /* position: absolute; */
  left: 0;
}
.artistrow {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 20vh;
  display: flex;
  align-items: center;
}
.headline{
  font-size: calc(100vw / 40);
  text-justify: inter-character;
  text-align: justify;
  width: fit-content;
}
.headline xpan {
  display: inline-block;
  text-align: right;
  font-size: 0.5em;
  line-height: 0.8em;
  position: relative;
  margin-top: 10px;
  width: 100%;
  color: #02a5a0;
}
.side-buttons {
  display: none;  
  position: absolute;
  top: 0;
  left: 105%; 
  margin-left: 10px;
} 

.button-column {
  position: relative;
}

.promotetxt{
  margin-top:150px;
}

.engagetxt{
  margin-top:200px;
}
.restxt{
  margin-top:280px;
}
.carousel-control-prev-icon, .carousel-control-next-icon, .slick-carousel .slick-prev, .slick-carousel .slick-next {
  background-size: contain !important;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat !important;
}
.spinner-box {
  /* width: 100%; */
  /* height: 100%; */
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 9999999;
  visibility: hidden;
}
.spinner-box.show {
  display: flex;
  visibility: visible;
}
.three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin .5s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}
@media (max-width: 1366px) {
  body{ font-size: calc(8px + 0.6vw) }
}
@media (min-width: 992px) {
  .navbar { justify-content: end; }
  .navbar-toggler{ padding: 0; }
}
@media (max-width: 992px) {
  body{ font-size: calc(8px + 1vw) }
  .headline {
    font-size: 2.6em;
    width: 63vw;
    min-width: 500px;
  }
  #navbarSupportedContent {
    position: absolute;
    right: -10px;
    top: 130%;
    background: #141414;
    padding: 20px;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
  }
  .dropdown-item img { display: none; }
  button.login { margin-top: 20px ; }
}
@media (max-width: 767px) {
  .headline {
    width: 63vw;
    min-width: 500px;
  }
  ul.user-type-services{ margin-top:20px; }
}
@media (max-width:640px){
  body{ font-size: calc(10px + 0.5vw); }
  .headline { font-size: 2.2em; min-width:370px; }
  h2{ font-size: 1.8em; }
  h3{ font-size: 1.6em; }
  h4{ font-size: 1.4em; }
  h5{ font-size: 1.2em; }
}
@media (max-width:560px){
  .headline {
    font-size: 2em;
    min-width: 300px;
  }
}
@media (max-width:520px){
  .icon-item{ font-size: 0.9em; }
  ul.user-type-services li{ font-size: 1.2em; }
}
@media (max-width:460px){
  .headline {
    text-align: left;
    text-justify: auto;
  }
  .headline xpan{ text-align: left; }
  .button-block > button, .button-block .sub-list .btn-outline-success{ width: 100%; max-width: unset; }
  .button-block .sub-list{ position: relative; left:unset;top:unset; }
}