/*!
Theme Name: ff holding
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://funinelkcity.com
Description: Fame Factory Holding page with Signup
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ff-holding
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ff holding is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

@font-face {
  font-family: lorien;
  src: url(font/MDLorien-Italic.otf);
}

@font-face {
  font-family: delight;
  src: url(font/Delight-ExtraBold.ttf);
}

@font-face {
  font-family: libre;
  src: url(font/LibreFranklin-Medium.ttf);
}


html {
  background-color: #1a1a1a;   
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  background-color: #1a1a1a;
}

.footer-p,
.row .footer-p {
  font-size: 16px;
  line-height: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;	
}

.row a {
  color: #E1FA0A;
  text-decoration: none;
}

.row a:hover {
  color: #E1FA0A;
  text-decoration: underline;
}

.row .v2 a {
  color: #000;
  text-decoration: none;
}

.row .v2 a:hover {
  color: #000;
  text-decoration: underline;
}


.herotitle,
.row .herotitle {
  font-size: 6rem;
  line-height: 4.8rem;
  letter-spacing: -2%;
  font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;
  text-transform: uppercase;    
  margin-top:200px;
}

.bigtitle,
.row .bigtitle {
  font-size: 6rem;
  line-height: 4.8rem;
  letter-spacing: -2%;
  font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;
  text-transform: uppercase;    
}

h1,
.row h1 {
  font-size: 3.5rem;
  line-height: 3.4rem;
  letter-spacing: -2%;
	font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;
  text-transform: uppercase;    
  margin-bottom:16px;
}

h2,
.row h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-family: 'delight', sans-serif;
  font-weight: 700;  
  font-style:normal;    
  text-transform: uppercase; 
}

h3,
.row h3 {
  font-size: 2.5rem;
  line-height: 2rem;
  font-family: 'lorien', sans-serif;
  font-weight: 700;  
  font-style:normal;    
}

h4,
.row h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'delight', sans-serif;
  font-weight: 700;  
  font-style:normal;    
  text-transform: uppercase; 
}

p,
.row p {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;  
  font-style:normal;
  letter-spacing: -1px;
}

.quote,
.row .quote {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: 'lorien', sans-serif;
  font-weight: 700;  
  font-style:normal;    
}

.bold,
.row .bold {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;  
  font-style:normal;
  letter-spacing: -1px;
}

.smp,
.row .smp {
  padding: 0;
  font-size: .8rem;
  line-height: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;  
  font-style:normal;
  letter-spacing: -1px;
}

.subtext,
.row .subtext {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;  
  font-style:normal;
  letter-spacing: -1px;
}



.row .small {
  font-size: 8px;
  line-height: 20px;  
}

@media only screen and (max-width: 576px) {
.herotitle,
.row .herotitle {
  font-size: 3.8rem;
  line-height: 4rem;
  letter-spacing: -2%;
  font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;
  text-transform: uppercase;    
  margin-top:200px;
}  
.smp,
.row .smp {
  padding: 0;
  font-size: .8rem;
  line-height: 1.2rem;
  font-family: 'libre', sans-serif;
  font-weight: 400;  
  font-style:normal;
}

h1,
.row h1 {
  font-size: 3rem;
  line-height: 2.5rem;
}
h2,
.row h2 {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
h3,
.row h3 {
  font-size: 2rem;
  line-height:1.5rem;
}
}

.rh-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(250, 250, 250, 1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.rh-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.rh-main-header__logo {
  float: left;
  margin: 28px 0 0 2%;
}

.rh-main-header__logo img {
  display: block;
  height:24px;
}

@media only screen and (max-width: 576px) {
.rh-main-header__logo {
  float: left;
  margin: 29px 0 0 2%;
}  
.rh-main-header__logo img {
  display: block;
  height:22px;
}
}

@media only screen and (min-width: 768px) {
  .rh-main-header {
    height: 80px;
  }
  .rh-main-header__logo {
    margin: 20px 0 0 2%;
  }
  .rh-main-header__logo img {
  display: block;
  height:40px;
}
}

.headbanner {
  position: fixed;
  top:80px;
  min-height:40px;
  padding-top:5px;
  width:100%;
  background-color: #9A4EFF;
  color:#ffffff;
  z-index: 3;
  text-align: center;
}

.ticketbanner {
  display:none;
}

@media only screen and (max-width: 576px) {
.ticketbanner {
  display:block;
  position: fixed;
  bottom:0px;
  min-height:50px;
  padding-top:15px;
  width:100%;
  background-color: #E6FF00;
  color:#000000;
  z-index: 3;
  text-align: center;
}
.off {
  display:none!important;
}
}

.signup-btn {
  position: absolute;
  height:40px;
  margin: 20px 0 0 0;
  right:2%;
  left:auto;
  width:50%;
}

.ticket-btn {
  position: absolute;
  height:40px;
  margin: 20px 0 0 0;
  right:7rem;
  left:auto;
  width:50%;
}

.rh-fixed-bg {
  position: relative;
  min-height: 90vh;
  z-index: 1;
}

.rh-fixed-bg__content {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
}

.rh-fixed-bg h1, .rh-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  color: white;
}


@media only screen and (max-width: 576px) {
.rh-fixed-bg {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}  
  .rh-fixed-bg__content {
  top: 30%;
  width:95%;
  }
}

@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 20px;
  }
  .rh-fixed-bg__content {
  top: auto;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 20px;
    font-weight: 300;
  }
  /*
  @supports (background-attachment: fixed) {
     fix bug on IE11 and below 
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }*/
}

.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("/wp-content/themes/ff-holding/img/blue-sky-background.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.rh-scrolling-bg {
  position: relative;
  padding: 4em 0;
  z-index: 2;
  overflow: hidden;
}

.rh-scrolling-bg.rh-scrolling-bg--color-0 {
  background-color: #000;
  color: #fff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #000;
  color: #fff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #000;
  color: #fff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #fff;
  color: #000;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 a {
  color:#9A4EFF!important;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background-color: #3E1C84;  
  color:#FFF!important;
}

.rh-scrolling-bg.rh-scrolling-bg--color-5 {
  background: #9A4EFF;
  background: linear-gradient(200deg, rgba(154, 78, 255, 1) 0%, rgba(62, 28, 132, 1) 100%);  
  color:#FFF!important;
}

.rh-scrolling-bg.rh-scrolling-bg--color-6 {
  background-color: #BE8BFF;  
  color:#FFF!important;
}




.rh-scrolling-bg.rh-scrolling-bg--color-1:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height:100%;
/*background-image: url("/wp-content/themes/ff-holding/img/blue-sky-background-before.png");*/
  background: #9A4EFF;
  background: linear-gradient(180deg,rgba(62, 28, 132, 1) 0%, rgba(62, 28, 132, 0) 100%);
background-size: cover;
background-repeat: no-repeat;
/*
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
*/
opacity: 1;
z-index:0;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height:100%;
/*background-image: url("/wp-content/themes/ff-holding/img/blue-sky-background-before.png");*/
  background: #9A4EFF;
  background: linear-gradient(180deg,rgba(154, 78, 255, 1) 0%, rgba(154, 78, 255, 0) 100%);
background-size: cover;
background-repeat: no-repeat;
/*
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
*/
opacity: 1;
z-index:0;
}

.rh-scrolling-bg__content {
  width: 90%;
  min-height: 50vh;
  max-width: 1400px;
  margin: 0 auto;
}

.rh-scrolling-bg__content2 {
  width: 90%;
  min-height: 0;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
.rh-scrolling-bg__content {
  width: 90%;
  min-height: 30vh;
  max-width: 1400px;
  margin: 0 auto;
}
}

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
  padding: 4em 0;
  }
}

.signupSection {
  margin-top:100px;
}

.fade-in-down {
  animation: fade-in-down 2s ease infinite;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gradient-background {
  background: linear-gradient(130deg,#9a4eff,#bace00,#fc76f2,#fc4a25);
  background-size: 240% 240%;
  animation: gradient-animation 18s ease infinite;
  overflow: hidden;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero_logo {
  max-width:60%;
  margin-bottom:100px;
}

.coming_soon {
  width:30%;
}

.footer_lockup {
  max-width:180px;
}

@media only screen and (max-width: 576px) {
.hero_logo {
  max-width:90%;
  margin-bottom:50px;
}

.coming_soon {
  width:50%;
}
}


.cloud-lockup {
    position: relative;
}

.back-cloud {
    position: absolute;
    max-width:100%;
}

.logo-cloud {
    position: absolute;
    max-width:100%;
}

.front-cloud {
    position: absolute;
    max-width:100%;
}

.imagefloat {
  animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate(0 ,0);
  }
  50% {
    transform: translate(0 ,-5px);
  }
  100% {
    transform: translate(0 ,0);
  }
}

.imagefloat2 {
  animation: float2 4.5s ease-in-out infinite;
}

@keyframes float2 {
  0% {
    transform: translate(0 ,0);
  }
  50% {
    transform: translate(0 ,-10px);
  }
  100% {
    transform: translate(0 ,0);
  }
}


/* NF */

.label-above .nf-field-label,
.nf-form-fields-required {
	display:none;
}

#nf-field-4 {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-appearance: none;
  outline: 2px solid #E6FF00;
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height:1.2rem;
  border-radius: 10px;
  background-color: #E6FF00;
  color: #000!important;
  white-space: nowrap;
  -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
  position: relative;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  text-decoration: none!important;
  font-family: 'delight', sans-serif;
  font-weight: 500;
  border: none;
}

#nf-field-4:hover {
  background-color: #E6FF00!important;
  text-decoration: none;
  color: #000!important;
  outline: 2px solid #000000;
  border-radius: 10px;   
}

#nf-field-1,
#nf-field-2,
#nf-field-5,
#nf-field-7 {
	border-radius: 10px!important;
	padding:10px 20px!important;
	border: 1px solid #FFF;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 12px!important;
}


.ctabtn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-appearance: none;
  outline: 2px solid #E6FF00;
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height:1.2rem;
  border-radius: 4px;
  background-color: #E6FF00;
  color: #000!important;
  white-space: nowrap;
  -webkit-transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  position: relative;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  font-family: 'delight', sans-serif;
  text-decoration: none!important;
  font-weight: 700!important;
  border: none;
}

.ctabtn:hover {
  background-color: #E6FF00!important;
  text-decoration: none;
  color: #000!important;
  outline: 2px solid #000;   
}
/*
.ctabtn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-appearance: none;
  outline: 2px solid #9A4EFF;
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height:1.2rem;
  border-radius: 0px;
  background-color: #9A4EFF;
  color: #FFF!important;
  white-space: nowrap;
  -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
  transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
  position: relative;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  text-decoration: none!important;
  font-weight: 900;
  border: none;
}

.ctabtn:hover {
  background-color: #78399D!important;
  text-decoration: none;
  color: #FFF!important;
  outline: 2px solid #78399D;   
}
*/
.card {
  border:none;
  background-color: rgba(0,0,0,0);
  margin-bottom: 2px;
}

.card-header {

}

.card-body {
  background-color: none;
  letter-spacing: -1px;
}

.btn-link {
  color:#fff;
  font-family: 'libre', sans-serif!important;
  font-weight: 900;
}

.btn-link:hover {
  color:#fff;
}

.card .card-header .btn-header-link:after {
  content: url("img/up.svg");
  font-weight: 900;
  float: right;
}

.card .card-header .btn-header-link.collapsed {
  color: #fff;
}

.card .card-header .btn-header-link.collapsed:after {
  content: url("img/down.svg");
}

.responsive-vid { position: absolute; top: 80px; left: 0; width: 100%; height: 100%; xz-index: -1; xpointer-events: none; overflow: hidden;  }

.responsive-vid video { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; transform: translate(-50%, -50%); }

.responsive-vid:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height:100%;
}

.tilt {
transform: rotate(-4deg);
}

.rounds {
  border-radius: 4px;
}

.socials {
  max-width:20px;
  margin-right:10px;
}

.socials:hover {
  max-width:20px;
  margin-right:10px;
  opacity:.8;
}

.space-top {
  margin-top:150px;
  overflow: hidden;
}

.space {
  margin:150px 0;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
.space-top {
  margin-top:150px;
}
.space {
  margin:50px 0;
}
}

/*HERO VIDEO*/

.hero-video {
  position: relative;
  margin-top:123px;
  background-color: #ffffff;
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .herocontainer {
  position: absolute;
  z-index: 1;
  bottom:0;
  margin: 0 auto;
  padding:0 10%;
  width:100%;
}

.hero-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 85%);
  z-index: 1;
}

.hero-video .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 000000;
  background: linear-gradient(180deg, rgba(62, 28, 132, 0) 25%, rgba(62, 28, 132, 1) 85%);
  z-index: 1;
}
@media only screen and (max-width: 576px) {
.hero-video {
  position: relative;
  margin-top:140px;
  background-color: #ffffff;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.hero-video video {
  position: absolute;
  top: 220px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 250%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-video .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 000000;
  background: linear-gradient(180deg, rgba(62, 28, 132, 0) 30%, rgba(62, 28, 132, 1) 60%);
  z-index: 1;
}
.hero-video .herocontainer {
  position: absolute;
  z-index: 1;
  bottom:0;
  margin: 0 auto;
  padding:0 5%;
  width:100%;
}
}
/*
@media only screen and (max-width: 576px) {
.hero-video {
  position: relative;
  margin-top:79px;
  background-color: #ffffff;
  height: 120vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.hero-video video {
  position: absolute;
  top: 125px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 150%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-video .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 000000;
  background: linear-gradient(180deg, rgba(62, 28, 132, 0) 0%, rgba(62, 28, 132, 1) 30%);
  z-index: 1;
}
}
*/
.rounds {
  border-radius: 10px;
}

.heromoji {
  max-height:80px;
}



.blurmoji {
  position: absolute;
  top:150px;
  right:-100px;
}

.floatmoji {
  max-height: 100px;
  margin-left:50px;
}

.floaticonl {
  max-height: 200px;
  margin-left:-50px;
}

.floaticonr {
  max-height: 200px;
  margin-left:50px;
}

@media only screen and (max-width: 576px) { 
.blurmoji {
  position: absolute;
  top:350px;
  right:-100px;
}
.floaticonl {
  max-height: 140px;
  margin-left:100px;
}
.floaticonr {
  max-height: 140px;
  margin-left:20px;
}
}














.gradient-nav {
  background: linear-gradient(50deg,#3e1c84,#78399d,#2c6cf6,#e6fe04);
  background-size: 240% 240%;
  animation: gradient-animation 24s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.cd-nav-trigger {
  position: fixed;
  display: inline-block;
}

.cd-nav-trigger {
  top: 10px;
  right: 2%;
  height: 60px;
  width: 60px;
  z-index: 5;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
  z-index: 10;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.cd-nav-trigger::before {
  background-color: ;
  background-image: url(/wp-content/themes/ff-holding/img/nav-star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  background-color: #3E1C84;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  background-color: white;
}
.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 80px 5%;
  z-index: 4;
  background: linear-gradient(50deg,#3e1c84,#78399d,#2c6cf6,#e6fe04);
  background-size: 240% 240%;
  animation: gradient-animation 24s ease infinite;
  overflow: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
  margin: 1.6em 0;
  text-align: center;
  text-transform: uppercase;
  list-style: none;

  letter-spacing: -2%;
  font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;    
  color:#fff;
}
.cd-primary-nav a {
  font-size: 2rem;
  line-height: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  color:#fff;
}
.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-primary-nav a {
  font-size: 3.5rem;
  line-height: 3.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    margin: 2.6em 0;
  }
  .cd-primary-nav a {
  font-size: 3.5rem;
  line-height: 3.4rem;
  }
}

.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 3;
}
.cd-overlay-nav span {
  background-color: #3E1C84;
}

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 4;
}
.cd-overlay-content span {
  background-color: #9A4EFF;
}


/* ====== Ticker-Tape ====== */
:root {
  --height: 120px;
  --speed: 120s;
}

* {
  margin: 0;
  padding: 0;
}

.tikamoji {
  max-height:80px;
  padding-left: 1rem;
}

.ticker-tape {
  display: flex;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -2%;
  font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;
  text-transform: uppercase;    
  width: 100%;
  overflow: hidden;
  height: var(--height);
}

@media only screen and (max-width: 576px) {
.ticker-tape {
  display: flex;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -2%;
  font-family: 'delight', sans-serif;
  font-weight: 500;  
  font-style:normal;
  text-transform: uppercase;    
  width: 100%;
  overflow: hidden;
  height: var(--height);
}
}

.ticker-tape .ticker {
  height: var(--height);
  line-height: var(--height);
  white-space: nowrap;
  padding-right: 0;
  
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: ticker;
  -webkit-animation-duration: var(--speed);
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: var(--speed);
  
}

.ticker-tape .ticker__item {
  display: inline-block;
  padding: 0 1rem;
  color: rgba(0,0,0,1);
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}







.magcontainer {
  margin: 0 auto;
  width: 250px;
  height: 500px;
  position: relative;
  perspective: 1500px;
}

.magcarousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.item {
  display: block;
  position: absolute;
  background: #000;
  width: 250px;
  height: 200px;
  line-height: 200px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
  background: #ed1c24;
}
.b {
  transform: rotateY(60deg) translateZ(250px);
  background: #0072bc;
}
.c {
  transform: rotateY(120deg) translateZ(250px);
  background: #39b54a;
}
.d {
  transform: rotateY(180deg) translateZ(250px);
  background: #f26522;
}
.e {
  transform: rotateY(240deg) translateZ(250px);
  background: #630460;
} 
.f {
  transform: rotateY(300deg) translateZ(250px);
  background: #8c6239;
}

.next, .prev {
  color: #000;
  position: absolute;
  top: 150px;
  padding: .5em 1em;
  cursor: pointer;
  background: #E6FF00;
  border-radius: 50px;
  border-top: 1px solid #FFF;
  /*box-shadow: 0 5px 0 #999;*/
  transition: box-shadow 0.1s, top 0.1s;
}
.next:hover, .prev:hover { color: #000; }
.next:active, .prev:active {
  top: 154px;
  box-shadow: 0 1px 0 #999;
}
.next { right: 5em; }
.prev { left: 5em; }
