/*!
Theme Name: funparx
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://funinelkcity.com
Description: Funparx custom wordpress theme
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: funparx
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.

funparx 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

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

#wpadminbar {
  bottom: 0;
  top: auto;
  position: fixed;
}

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

html {
  font-size: 62.5%;
  margin-top:0!important;
}

body {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Oxanium", serif;
}

@font-face {
  font-family: grekom;
  src: url(fonts/grekom-Regular.ttf);
}

@font-face {
  font-family: grek;
  src: url(fonts/greknium.ttf);
}

@font-face {
  font-family: grek;
  src: url(fonts/Dangrek-Regular.ttf);
}

p,
.row p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Oxanium", serif;
}

li,
.row li {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Oxanium", serif;
  list-style: disc;
}

ol li,
.row ol li {
  margin-top:10px;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 800;
  font-family: "Oxanium", serif;
  list-style: decimal;
}

h1,
.row h1 {
  font-size: 4rem;
  line-height: 3rem;
  font-weight: 1000;
  font-family: "Oxanium", serif;
  text-transform: uppercase;
  margin-bottom:10px;
}

h2,
.row h2 {
  font-size: 3rem;
  line-height: 2.6rem;
  font-weight: 1000;
  font-family: "Oxanium", serif;
  text-transform: uppercase;
}

h3,
.row h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 1000;
  font-family: "Oxanium", serif;
  text-transform: uppercase;
}

.pretitle1,
.row .pretitle1 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 1000;
  font-family: "Oxanium", serif;
  text-transform: uppercase; 
}

.sub2,
.row .sub2 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 1000;
  font-style: italic;
  font-family: "Oxanium", serif;
  text-transform: uppercase;  
}

.footer_p,
.row .footer_p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  font-family: "Oxanium", serif;
}

.psmall,
.row .psmall {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  font-family: "Oxanium", serif;
}

/* purple */
.hero-header {
  font-size: clamp(2.8rem, 1.5vw, 3rem);
  font-weight: bold;
  margin:;
  background: linear-gradient(
    to right,
    #FFFFFF 40%,
    #EE0EEC 60%,
    #FFFFFF 70%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

/* blue */
.hero-header1 {
  font-size: clamp(2.8rem, 1.5vw, 3rem);
  font-weight: bold;
  margin:;
  background: linear-gradient(
    to right,
    #FFFFFF 40%,
    #7FD6F5 60%,
    #FFFFFF 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

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

ul
{
list-style-type: none;
padding: 0!important;
margin: 0;
}

li {
list-style:none;
}

a,
.row a {
  color: inherit!important;
  text-decoration: underline;

}

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

Navigation

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

.fiec-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  background-color:#1D1D1D;    

}
@media only screen and (min-width: 768px) {
  .fiec-header {
    height: 60px;
    background-size: cover;  
    background-position: bottom;  
    box-shadow: none; 
      -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fiec-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -60px;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .fiec-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .fiec-header.menu-is-open {
    /* add a background color to the header when the navigation is open */

  }
}

.fiec-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
  z-index: 333;    
}
.fiec-logo img {
  display: block;
  height:60px;    
}
@media only screen and (min-width: 768px) {
  .fiec-logo {
    left: 5%; 
    top:50%;  
  }
}

.nav-container {
  margin-top: 10px;
}

.fiec-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
}
.fiec-secondary-nav li {
  display: inline-block;
  margin-left: 1em;
}
.fiec-secondary-nav a {
  display: inline-block;
  color: #1D1D1D!important;
  background: rgb(157,105,241);
  background: linear-gradient(25deg, rgba(157,105,241,1) 0%, rgba(238,14,236,1) 100%);   
  text-transform: uppercase;
  font-family: 'grek' sans-serif;   
  font-size:20px;    
  line-height: 14px;
  font-weight: 900;
  text-decoration: none;  
  padding: 10px 20px; 
  height: 33px;
  top: 44%;
  bottom: auto;   
  border-radius:4px;
}

.fiec-secondary-nav a:hover {
background-color: #E70E35;
text-decoration: none;
color: #ffffff!important;
opacity:1; 
border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .fiec-secondary-nav {
    display: block;
    right: 5%;  
    top: 50%;      
  }
}

@media only screen and (max-width: 576px) {
.fiec-secondary-nav {
  display:block;
  right: 18%;
}    
.fiec-secondary-nav li {
    margin-left: 0em;
    list-style: none!important;
} 
.fiec-secondary-nav a {
    font-size:16px;
    line-height: 16px;
    height: 32px;
    top: 43%;
    padding: 10px 10px; 
    text-align: right;
}
.fiec-secondary-nav:after {
    height:10px;
    margin:8px 0 0 4px;
}
.fiec-primary-nav-trigger {
  left:auto;
  right:1%;
}
}


.fiec-primary-nav-trigger .fiec-menu-text {
  color: #064274;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.fiec-primary-nav-trigger .fiec-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  right: 1%;
  left:auto;
  top: 50%;
  bottom: 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%);
  width: 28px;
  height: 4px;
  border-radius:5px;
  background-color: #EE0EEC;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.fiec-primary-nav-trigger .fiec-menu-icon::before, .fiec-primary-nav-trigger .fiec-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EE0EEC;
  right: 0;
  border-radius:5px;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.fiec-primary-nav-trigger .fiec-menu-icon::before {
  top: -8px;
}
.fiec-primary-nav-trigger .fiec-menu-icon::after {
  top: 8px;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before, .fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  background-color: #EE0EEC;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav-trigger {
    width: 50px;
    padding-left: 0;
    height: 32px;
    line-height: 30px;
    right: 2.2em;
    top: 48%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

  }
  .fiec-primary-nav-trigger .fiec-menu-text {
    display: inline-block;
  }
  .fiec-primary-nav-trigger .fiec-menu-icon {
    left: auto;
    right: 2%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.fiec-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 66, 116, 0.95);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4;
  text-align: center;
  padding: 80px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}

.fiec-primary-nav {
    background: linear-gradient(270deg, #ee0eec, #9a64ea);
    background-size: 400% 400%;

    -webkit-animation: navGrad 20s ease infinite;
    -moz-animation: navGrad 20s ease infinite;
    animation: navGrad 20s ease infinite;
}

@-webkit-keyframes navGrad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes navGrad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes navGrad { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.fiec-primary-nav li {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -0.9em 0;
  text-transform: capitalize;
  list-style: none;
}
.fiec-primary-nav li a {
  display: inline-block;
  padding: .8em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; 
  color:#ffffff!important;
  text-transform:uppercase;
  text-decoration: none;
  font-family: "Oxanium", serif;
}
.no-touch .fiec-primary-nav li a:hover {
  background-color: #bf002b;
  text-decoration: none;    
}
.fiec-primary-nav .fiec-label {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;     
}
.fiec-primary-nav .fiec-social {
  display: inline-block;
  margin: 0 .4em;
}
.fiec-primary-nav .fiec-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("img/fiec-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.fiec-primary-nav .fiec-facebook a {
  background-position: 0 0;
}
.fiec-primary-nav .fiec-instagram a {
  background-position: -44px 0;
}
.fiec-primary-nav .fiec-dribbble a {
  background-position: -88px 0;
}
.fiec-primary-nav .fiec-twitter a {
  background-position: -132px 0;
}
.fiec-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav li {
    font-size: 3rem;
    font-weight: 900;    
  }
  .fiec-primary-nav .fiec-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.fiec-container {
  margin-top:50px;
}


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

Main structure

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

.site-main {
  overflow: hidden;
}

.fiec-main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1D1D1D;
  -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: 5;
  background-size: cover;
}

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

.fiec-main-header__logo {
  float: left;
  margin: 15px 0 0 3%;
}

.fiec-main-header__logo img {
  display: block;
  height:50px;
}



@media only screen and (min-width: 768px) {
  .fiec-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
}

.fiec-fixed-bg {
  position: relative;
  min-height: 100%;
  padding: 6em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}



.rh-fixed-bg__content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  z-index:99;
}

.hero-logo {
  position: relative;
  max-width:400px;
  margin-top:60vh;
  z-index: 999;
}

.hero-logo2 {
  max-width:600px;
  margin-top:400px;
}

@media only screen and (max-width: 576px) {
.hero-logo {
  max-width:300px;
  margin-top:60vh;
}
.hero-logo2 {
  max-width:300px;
  margin-top:400px;
}
.fiec-main-header__logo {
  float: left;
  margin: 20px 0 0 2%;
}
.fiec-main-header__logo img {
  display: block;
  height:44px;
}
}

.fiec-fixed-bg.fiec-fixed-bg--1 {
  background-color: #1d1d1d;
  color:#ffffff;
}

.fiec-fixed-bg.fiec-fixed-bg--2 {
  background-image: url("/dundee/wp-content/themes/funparx/img/portal.jpg");
  color:#ffffff;
}

.fiec-fixed-bg.fiec-fixed-bg--3 {
  background-image: url("/dundee/wp-content/themes/funparx/img/teens/teens-hero.png");
  color:#ffffff;
}

.fiec-fixed-bg.fiec-fixed-bg--4 {
  background-image: url("/dundee/wp-content/themes/funparx/img/adults/adult-hero.png");
  color:#ffffff;
}




.fiec-fixed-bg.fiec-fixed-bg--1:after,
.fiec-fixed-bg.fiec-fixed-bg--2:after,
.fiec-fixed-bg.fiec-fixed-bg--3:after,
.fiec-fixed-bg.fiec-fixed-bg--4:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height:60%;  
background: rgb(29,29,29);
background: linear-gradient(0deg, rgba(29,29,29,1) 0%, rgba(29,29,29,0) 100%);
z-index:9;
}



@media only screen and (min-width: 1170px) {

  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .fiec-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.fiec-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 2em 0;
  line-height: 1.6;
  /*-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  /*        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}

.fiec-scrolling-bg.fiec-scrolling-bg--color-0 {
  background-color: #ffffff;
  color: #100C18;
}


.fiec-scrolling-bg.fiec-scrolling-bg--color-1 {
  background-color: #1D1D1D;
  color: #ffffff;
}

.fiec-scrolling-bg.fiec-scrolling-bg--color-2 {
  background-color: #BF2433;
  color: #ffffff;
}

.fiec-scrolling-bg.fiec-scrolling-bg--color-3 {
  background-color: #071D3A;
  color: #ffffff;
}

.fiec-scrolling-bg.fiec-scrolling-bg--color-4 {
background: rgb(157,105,241);
background: linear-gradient(25deg, rgba(157,105,241,1) 0%, rgba(238,14,236,1) 100%);
color: #ffffff;
}

.fiec-scrolling-bg.fiec-scrolling-bg--color-5 {
background: rgb(7,29,58);
background: linear-gradient(90deg, rgba(7,29,58,1) 0%, rgba(21,117,223,1) 100%);
color: #ffffff!important;
}



.fiec-scrolling-bg.fiec-scrolling-bg--color-5 {
  background-color: #ffffff;
  color: #100C18;
}

.fiec-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.fiec-scrolling-bg__content_wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}


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

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

Elements

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


.image-fade-left {
}

.image-fade-left:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height:100%;
background: rgb(16,12,24);
background: linear-gradient(90deg, rgba(16,12,24,1) 0%, rgba(16,12,24,0) 100%);
}

.image-fade-right {
}

.image-fade-right:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height:100%;
background: rgb(16,12,24);
background: linear-gradient(90deg, rgba(16,12,24,0) 0%, rgba(16,12,24,1) 100%);
}

@media only screen and (max-width:576px) {
.image-fade-left:after,
.image-fade-right:after {
background: rgb(16,12,24);
background: linear-gradient(0deg, rgba(16,12,24,1) 0%, rgba(16,12,24,0) 100%);
}
}





.rounds {
  border-radius:20px;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  border-radius:5px!important;
}

.drop {
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}


.button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oxanium", serif;
    border-radius: 0px;
    background-color: #1D1D1D;
    color: #fff;
    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;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-decoration: none!important;
    border-radius: 4px;
}

.button:hover{
background-color: #EE0EEC;
color:#1D1D1D;
text-decoration: none;
outline: none;
opacity:1;    
cursor:pointer;
}

.btn-grad {
  background-image: linear-gradient(to right, #8E5ED7 0%, #EE0EEC  51%, #8E5ED7  100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #1d1d1d;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-dark {
  background-image: linear-gradient(to right, #1D1D1D 0%, #EE0EEC  51%, #1D1D1D  100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #1d1d1d;
  border-radius: 10px;
}

.btn-grad-dark:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
         


#nf-field-4{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Oxanium", serif;
    border-radius: 4px;
    background-color: #8E5ED7;
    border:2px solid #ffffff;
    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;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-decoration: none!important;
}

#nf-field-4:hover{
background-color: #EE0EEC;
text-decoration: none;
outline: none;
opacity:1;    
}

.faqbtn {
font-size: 20px;
line-height: 20px;
font-family: 'DM Sans', sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #fff;
}

.faqbtn:hover {
font-size: 20px;
font-family: 'DM Sans', sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #fff;
opacity: .8;  
}

.faqbtn a {
text-decoration: none!important;
text-align: left!important;
}

.accordion .btn-link {
text-align: left !important;
}

.btn {
text-align: left !important;
}

/*
.collapsed {
  background-color:#071D3A!important;
  width:100%;
  text-align: left;
}
.card-header {
  padding:0;
}
*/

.card {
  background-color: #100C18!important;
}

.responsive-vid { position: absolute; top: 80px; left: 0; width: 100%; height: 90%; 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:30vh;
background: rgb(16,12,24);
background: linear-gradient(0deg, rgba(16,12,24,1) 25%, rgba(16,12,24,0) 100%);
}





/* MODAL THEME */

.modal-backdrop {
    background-color:#000!important;
    background-image: url("/dundee/wp-content/themes/funparx/img/");
    background-repeat: no-repeat;
    background-size: cover;
    opacity:.9!important;
}

.modal-content {
    background-color: #000!important;
    color:#ffffff;
    border:0!important;
    padding:10px;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#ffffff!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
}


.burst-pink {
  background-image: url("/dundee/wp-content/themes/funparx/img/assets/fp-bkgd-pink-burst-btm.jpg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.burst-pink-purp {
  background-image: url("/dundee/wp-content/themes/funparx/img/assets/fp-bkgd-pink-purple-burst.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.burst-purp {
  background-image: url("/dundee/wp-content/themes/funparx/img/assets/fp-bkgd-purple-burst-top.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.cta-banner {
background: rgb(157,105,241);
background: linear-gradient(25deg, rgba(157,105,241,1) 0%, rgba(238,14,236,1) 100%);
border-radius: 8px; 
margin:100px 0 100px 0; 
}

.cta-img1 {
position:absolute;
top:-80px;
width:200px;
transform: rotate(-9deg);
filter: drop-shadow(4px 4px 20px #000);
}

.cta-img2 {
position:absolute;
top:-80px;
width:200px;
margin-left:200px;
transform: rotate(16deg);  
filter: drop-shadow(4px 4px 20px #000);
}

@media only screen and (max-width: 576px) {
.cta-banner {
margin:170px 0 0 0; 
}  

.cta-img1 {
position:absolute;
top:-210px;
width:160px;
transform: rotate(-6deg);
}

.cta-img2 {
position:absolute;
top:-210px;
width:150px;
margin-left:180px;
transform: rotate(10deg);  
}
}

.activityCard {
  background-color:#000;
  border-radius: 8px;
}

.specialCard {
  background-color:#1D1D1D;
  border-radius: 8px;
}


.nav-pills .nav-link {
  background: #EE0EEC!important;
  color:#1D1D1D!important;
  text-decoration: none!important;
  border-radius: 10px!important;
  padding:10px 20px!important;
}

.nav-pills .nav-link.active {
  background: #7FD6F5!important;
}

.nav-link {
  padding:.5rem!important;
}



.monster-footer {
    position: relative;
    top:60px;
    height:150px; 
    left:50%;  
    z-index: 4;  
    width:150px;  
    background: url("/dundee/wp-content/themes/funparx/img/monster/sleepy-monster.png");
    background-position: top; 
    background-size:cover;
    background-repeat: no-repeat;
}

.gradient-background {
    background: linear-gradient(270deg, #ee0eec, #9a64ea);
    background-size: 400% 400%;

    -webkit-animation: navGrad 20s ease infinite;
    -moz-animation: navGrad 20s ease infinite;
    animation: navGrad 20s ease infinite;
}

@-webkit-keyframes navGrad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes navGrad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes navGrad { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/* ====== 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: "Oxanium", serif;
  font-weight: 900;  
  font-style:normal;
  text-transform: uppercase;    
  width: 100%;
  overflow: hidden;
  height: var(--height);
  color:#ffffff!important;
}

@media only screen and (max-width: 576px) {
.ticker-tape {
  display: flex;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -2%;
  font-family: "Oxanium", serif;
  font-weight: 900;  
  font-style:normal;
  text-transform: uppercase;    
  width: 100%;
  overflow: hidden;
  height: var(--height);
  color:#ffffff!important;
}
}

.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%);
  }
}











@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 100%;
  --card-width: 100%;
}

.cardgrad {
  background: ;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.cardgrad img {

}

.cardgrad:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 5s;
}
.cardgrad:hover:before, .card:hover:after {
  animation: none;
  opacity: 0;
}


.cardgrad::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 20px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}

.cardgrad::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}


.glow {
  background: linear-gradient(300deg,#2CCEFF,#FC2CFF,#2CCEFF);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
  border-radius:30px;
  margin:20px;
  box-shadow: 0px 0px 20px 1px rgb(255 255 255 / 0.4);
}

.glowfade {
  box-shadow: 0px 0px 16px 4px rgb(255 255 255 / 0.8);
}

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