@font-face {
    font-family: 'steelfishbold';
    src: url('fonts/steelfish-bd.ttf');
}
@font-face {
    font-family: 'steelfishextrabold';
    src: url('fonts/steelfish-eb.ttf');
}
@font-face {
    font-family: 'steelfishregular_italic';
    src: url('fonts/steelfish-rg-it.ttf');
}
@font-face {
    font-family: 'steelfishregular';
    src: url('fonts/steelfish-rg.ttf');
}
@keyframes blink {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    } 
    100% {
        opacity: 0.2;
    } 
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    } 
    100% {
        opacity: 1;
    } 
}
@keyframes hey_you {
    0% {
        transform: scale(1);
        color: #000;
    }
    5% {
        transform: scale(.8);
        color: rgba(0, 0, 0, 0);
    }
    10% {
        transform: scale(1);
        color: #000;
    }
    100% {
        transform: scale(1);
    }
}
* {
    color: white;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
    width: 100%;
    height: 100%;
    font-size: 100%;
}
body {
    box-sizing: border-box;
}
body {
    font-family: 'steelfishbold', sans-serif;
    color: white;
}
body::-webkit-scrollbar { 
    width: 0 !important; 
}
body, html {
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: white;
}
#logo, #logo-small {
    width: 66px;
    position: fixed;
    top: 20px;
    left: 32px;
    z-index: 998;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: top .5s;
}

/* MEDIA */
@media screen and (max-width: 640px) {
    .arrow-up-text p { font-size: 0.75em; }
    .arrow-down-text p { font-size: 0.75em; }
    h1, h2, h3, h4 {
        letter-spacing: 2px !important;
        font-size: 2.5em !important;
    }
    .arrow-up-text p {
        margin: 0;
        position: relative;
        bottom: 5px !important;
    }
    .arrow-down-text p {
        margin: 0;
        position: relative;
        top: 5px !important;
    }
    #fp-nav ul li a span, .fp-slidesNav ul li a span { display: none; }
    .landingPage .aio_vr-multiplatform {
        font-size: 1rem !important;
        letter-spacing: 3px !important;
    }
    .landingPage .aio_vr-typed span {
        font-size: 2rem !important;
        letter-spacing: 4.5px;
    }
    #myCookieConsent div {
        font-size: 0.875em;
    }
    /* HEXAGON */
    .aiovr-center {
        width: 66px !important;
    }
    .aiovr-feature {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 33%;
    }
    /* PRICING */
    .pricing-button {
        padding: 10px 10px !important;
    }
    .pricing-card-body ul li {
        font-size: 1rem !important;
    }
    .pricing-card-body ul li::before {
        display: none !important;
    }
    /* LEARN MORE BUTTON */
    .learn_more-button {
        width: 100px !important;
        height: 100px !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    h1, h2, h3, h4 {
        letter-spacing: 2px !important;
        font-size: 3em !important;
    }
    #fp-nav ul li a span, .fp-slidesNav ul li a span { display: none; }
    .landingPage .aio_vr-multiplatform {
        font-size: 1.05rem !important;
        letter-spacing: 3px !important;
    }
    .landingPage .aio_vr-typed span {
        font-size: 2.5rem !important;
        letter-spacing: 4.5px;
    }
    /* LEARN MORE BUTTON */
    .learn_more-button {
        width: 130px !important;
        height: 130px !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
    h1, h2, h3, h4 {
        letter-spacing: 2px !important;
        font-size: 3.5em !important;
    }
    .landingPage .aio_vr-multiplatform {
        font-size: 1.1rem !important;
        letter-spacing: 3px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    h1, h2, h3, h4 {
        letter-spacing: 2px !important;
        font-size: 3.66em !important;
    }
    .landingPage .aio_vr-multiplatform {
        font-size: 1.15rem !important;
        letter-spacing: 3px !important;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
    h1, h2, h3, h4 {
        letter-spacing: 2px !important;
        font-size: 3.66em !important;
    }
    .landingPage .aio_vr-multiplatform {
        font-size: 1.2rem !important;
        letter-spacing: 3px !important;
    }
}

/* TEXT */
.layer {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
h1, h2 {
    font-family: 'steelfishextrabold', sans-serif;
    letter-spacing: 4px;
    font-size: 4em;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 1;
}
h3, h4 {
    font-family: 'steelfishextrabold', sans-serif;
    letter-spacing: 2px;
    font-size: 2em;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 1;
}
.typed {
    font-family: 'steelfishextrabold', sans-serif;
    letter-spacing: 4px;
    text-align: center;
    color: white;
}
.text {
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1px;
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
    line-height: 1.0px;
    margin-bottom: 25px;
}
.text::before {
    content: "# ";
}
.number {
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1px;
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
    line-height: 1.0px;
    margin-bottom: 15px;
}
.drop-shadow {
    filter: drop-shadow( 1px 1px 3px rgba(0, 0, 0, 0.3));
}
.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-black {
    color: black;
}

/* CONTENT BOX */
.layerDiv h1, .layerDiv h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.layerDiv h1 {
    margin: 0;
}
.headerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    animation: fadein 3s ease-in;
}
.section {
    z-index: 0;
}
.background-full {
    background: url("images/skyscraper-background-blurred.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute; 
    top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
}

/* SCROLLABLE */
.scrollable-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.scrollable-section p,
.scrollable-section strong {
    text-align: left;
}

.scrollable-section h2 {
    letter-spacing: 1px !important;
    font-size: 2em !important;
}
.scrollable-section h3, .scrollable-section h4 {
    letter-spacing: 1px !important;
    font-size: 2em !important;
}
.scrollable-section p, .scrollable-section ul li {
    font-size: 1.2rem;
    letter-spacing: .75px;
    line-height: 1;
    font-family: 'steelfishregular_italic', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
}
.scrollable-section ul li p:first-child {
    font-family: 'steelfishregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.3rem;
}
.scrollable-section a {
    color: #ffba55;
}
.scrollable-section a:hover {
    color: #fda016;
}

/* BACKGROUND VIDEO */
.myVideo {
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-color: black;
    object-fit: cover;
}
video::-webkit-media-controls {
    display:none !important;
}

/* NAVIGATION */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.nav .uk-container {
    height: 60px;
}
.nav .uk-container .uk-navbar {
    height: 60px;
}
.nav li { 
    display: table-cell; 
    position: relative; 
    padding: 15px 0;
  }
.nav li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.15rem;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    margin: 0 20px;
  }
.nav li a::after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.nav li a:hover::after { 
    width: 100%; 
    left: 0;
}
.uk-navbar-dropdown {
    background-color: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
    width: 250px;
    padding: 16px;
}

/* POWERED BY GRANDPANO */
.grandpano {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translate(-25%, -70%);
}
.grandpano .grandpano-text {
    text-decoration: none;
    color: #fff;
    font-family: "steelfishregular_italic";
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    opacity: 0.8;
    transition: all .5s ease-out;
}
.grandpano .grandpano-text:hover {
    opacity: 1;
}

/* ARROWS */
.arrow-down-div, .arrow-up-div {
    position: absolute;
    left: 50%;
    z-index: 2;
    text-decoration: none !important;
    -webkit-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    opacity: 0.8;
    transition: all .5s ease-out;
}
.arrow-down-div {
    bottom: 5vh;
}
.arrow-up-div {
    top: 5vh;
}
.arrow-down-div:hover, .arrow-up-div:hover {
    opacity: 1;
}
.arrow-down, .arrow-up {
    margin: 3px;
}
.arrow-down-text p, .arrow-up-text p {
    margin: 0;
    position: relative;
    right: 10px;
    font-size: 1.25rem;
    font-family: 'steelfishregular_italic';
    letter-spacing: 1px;
    color: white;
}

/* OFFCANVAS */
.offcanvas {
    z-index: 98;
}
.offcanvas-desktop {
    width: 580px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -moz-backdrop-filter: blur(12px);
    -o-backdrop-filter: blur(12px);
    -ms-backdrop-filter: blur(12px);
    padding: 60px;
}
.offcanvas-mobile {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -moz-backdrop-filter: blur(12px);
    -o-backdrop-filter: blur(12px);
    -ms-backdrop-filter: blur(12px);
    padding: 30px;
}
.offcanvas-mobile .offcanvas-mobile-nav {
    font-family: 'steelfishextrabold', sans-serif !important;
    font-size: 2em;
}
.offcanvas .uk-offcanvas-bar p,
.offcanvas .uk-offcanvas-bar p a {
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1.5px;
    font-size: 1.225em;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
#offcanvas-nav .uk-offcanvas-bar ul li a {
    font-family: 'steelfishextrabold', sans-serif;
    letter-spacing: 1px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.offcanvas-copyright {
    position: absolute;
    bottom: 5%;
    right: 35%;
}
.offcanvas-copyright a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1px;
    color: rgb(155, 155, 155);
    font-size: 1em;
    transition: all .5s ease-out;
}
.toggle-content p,
.contact-mail,
.contact-tel {
    font-family: 'steelfishregular_italic', sans-serif !important;
    font-size: 1.125em;
}
.uk-navbar-toggle svg {
    fill: #fff;
    color: #fff;
}

/* LANDING PAGE */
.landingPage .aio_vr-header {
    top: 50%;
    padding: 1rem;
}
.landingPage .aio_vr-multiplatform {
    font-family: 'steelfishregular_italic', sans-serif;
    font-size: 1.5em;
    letter-spacing: 5.5px;
    text-transform: uppercase;
    margin: 0;
}
.landingPage h1 {
    font-family: 'steelfishextrabold', sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 5em;
    margin-bottom: 0px;
}
.landingPage .aio_vr-typed {
    margin: 0;
    position: relative;
    bottom: 10px;
    margin-top: 5px;
}
.landingPage .aio_vr-typed span {
    font-family: 'steelfishregular_italic', sans-serif;
    font-size: 3.5rem;
    letter-spacing: 5.5px;
    text-transform: uppercase;
}

/* PRELOADER */
.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: 1s;
}
.preloader-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    background: #000;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(19, 19, 19));
    z-index: 1000;
    transition: all 1s ease-out;
}
.preloader-wrapper.complete::before {
    top: -50%;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(19, 19, 19, 0));
}
.preloader-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #000;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgb(19, 19, 19));
    z-index: 1000;
    transition: all 1s ease-out;
}
.preloader-wrapper.complete::after {
    bottom: -50%;
    background: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(19, 19, 19, 0));
}
.preloader-wrapper-logo img {
    width: 90px;
}
.preloader-wrapper-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120%);
    z-index: 1001;
    transition: all 1s ease-out;
}
.preloader-wrapper-loading h2 {
    font-family: 'steelfishregular_italic', sans-serif;
    font-size: 2em !important;
}
.preloader-wrapper-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    z-index: 1001;
    opacity: 1;
    animation: blink 1s infinite;
    transition: all 1s ease-out;
    
}
.preloader-wrapper-logo.complete {
    top: 0%;
    opacity: 0;
}
.preloader-wrapper-loading.complete {
    top: 100%;
    opacity: 0;
}

/* FOOTER */
.footer {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    background-color: transparent;
}
.footer p {
    text-transform: uppercase;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1px;
    opacity: 0.5;
    margin: 0;
}
.footer .privacyPolicy {
    text-transform: uppercase;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffba55;
    transition: all .5s ease-out;
    padding-left: 10px;
    display: inline;
}
.footer .privacyPolicy:hover {
	color: #fda016;
}

/* CONTACT FORM */
.contact-form .contact-form-submit {
    position: relative;
    top: 65px;
    left: 35px;
    width: 100px;
    z-index: -1;
}
.contact-form-button {
    opacity: 0.8;
    transition: all .5s ease-out;
}
.contact-form-button:hover {
    opacity: 1;
}
.contact-form h2 {
    margin-bottom: 0;
}
.contact-form p {
    text-transform: uppercase;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 2px;
    font-size: 1.5rem;
    margin: 0;
}
.forminput {
    margin: 5vh 0;
}
.txtb {
    border-bottom: 2px solid rgb(190, 190, 190);
    position: relative;
    margin: 30px 0;
}
.txtb input {
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1.5px;
    font-size: 1.25em;
    color: #fff;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 5px;
    height: 40px;
}
.txtb textarea {
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1.5px;
    font-size: 1.25em;
    color: #fff;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 5px;
    min-height: 120px;
    max-height: 400px;
}
.txtb span, .logbtn {
    text-transform: uppercase;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 1.5px;
}
.txtb span::before {
    content: attr(data-placeholder);
    position: absolute;
    top: 50%;
    left: 5px;
    color: #fff;
    opacity: 0.5;
    transform: translateY(-50%);
    z-index: -1;
    transition: .5s;
}
.txtb span::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0%;
    height: 2px;
    color: #fff;
    opacity: 1;
    background: linear-gradient(120deg, #3498db, #4465ad);
    transition: all .5s ease-out;
}
.focus + span::before {
    top: -5px;
}
.focus + span::after {
    width: 100%;
}
.logbtn {
    font-size: 2em;
    display: block;
    width: 150px;
    height: 70px;
    border-radius: 50px;
    background: transparent;
    /*background: linear-gradient(120deg, #3498db, #4465ad, #3498db);*/
    /*border: 1px solid #fff;*/
    border: none;
    background-size: 200%;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
}
.logbtn:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.thank_you-image {
    left: -15px !important;
}

/* OTHER */
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.darken {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.35);
}
.spacing {
    width: 5vw;
}
.spacing-vertical {
    height: 15px !important;
}
.reference-images {
    padding: 5px 25px;
    margin: 0 !important;
    max-width: 200px;
}
.reference-images-small {
    padding: 5px 15px;
    margin: 0 !important;
    max-width: 120px;
}
.uk-tooltip {
    text-transform: uppercase;
    font-size: 0.875em;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: 2px;
}
.hide {
    opacity: 0;
}

/* COOKIE CONSENT */
#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: .75px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    color: #fff;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 1.25em;
}
#myCookieConsent p {
    color: #fff;
    margin: 0;
    display: inline;
}
#myCookieConsent a {
    text-transform: capitalize;
    color: #ffba55;
    transition: all .5s ease-out;
    padding-left: 5px;
    display: inline;
    text-decoration: none;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
    font-family: 'steelfishbold', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    font-size: 1.25em;
	background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 50px;
    transition: all .5s ease-out;
    margin-left: 10px;
}
#myCookieConsent a#cookieButton:hover {
    background: #fda016;
	color: #000;
}

/* HEXAGON */
.aiovr-center {
    width: 120px;
}
.aiovr-feature {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.aiovr-feature-text {
    font-family: 'steelfishregular_italic', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.aiovr-feature-1 { transform: translate(-7%, -125%);/* animation: fadein 2s ease-in;*/ }
.aiovr-feature-2 { transform: translate(37%, -50%); /*animation: fadein 2.1s ease-in;*/ }
.aiovr-feature-3 { transform: translate(-7%, 25%); /*animation: fadein 2.2s ease-in;*/ }
.aiovr-feature-4 { transform: translate(-93%, 25%); /*animation: fadein 2.3s ease-in;*/ }
.aiovr-feature-5 { transform: translate(-137%, -50%); /*animation: fadein 2.4s ease-in;*/ }
.aiovr-feature-6 { transform: translate(-93%, -125%); /*animation: fadein 2.5s ease-in;*/ }

.aiovr-feature-text-1 { transform: translate(320%, -500%); /*animation: fadein 2s ease-in;*/ }
.aiovr-feature-text-2 { transform: translate(375%, -50%); /*animation: fadein 2.1s ease-in;*/ }
.aiovr-feature-text-3 { transform: translate(290%, 400%); /*animation: fadein 2.2s ease-in;*/ }
.aiovr-feature-text-4 { transform: translate(-390%, 400%); /*animation: fadein 2.3s ease-in;*/ }
.aiovr-feature-text-5 { transform: translate(-530%, -50%); /*animation: fadein 2.4s ease-in;*/ }
.aiovr-feature-text-6 { transform: translate(-305%, -500%); /*animation: fadein 2.5s ease-in;*/ }

.aiovr-feature-other-1 { transform: translate(-70%, -50%);/* animation: fadein 2s ease-in;*/ }
.aiovr-feature-other-2 { transform: translate(17%, -50%); /*animation: fadein 2.1s ease-in;*/ }
.aiovr-feature-other-3 { transform: translate(-115%, 25%); /*animation: fadein 2.2s ease-in;*/ }
.aiovr-feature-other-4 { transform: translate(-27%, 25%); /*animation: fadein 2.3s ease-in;*/ }

.aiovr-feature-other-text-1 { transform: translate(-240%, -50%); /*animation: fadein 2s ease-in;*/ }
.aiovr-feature-other-text-2 { transform: translate(250%, -50%); /*animation: fadein 2.1s ease-in;*/ }
.aiovr-feature-other-text-3 { transform: translate(-400%, 180%); /*animation: fadein 2.2s ease-in;*/ }
.aiovr-feature-other-text-4 { transform: translate(230%, 180%); /*animation: fadein 2.3s ease-in;*/ }

.other-features-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -350%);
}

/* PRICING */
.pricing-content {
    max-width: 500px;
}
.pricing-text {
    font-family: 'steelfishregular_italic', sans-serif;
    letter-spacing: .75px;
    font-size: 1.25rem;
}
.pricing-line-transparent {
    border: 1px solid #fff;
    border-radius: 1px;
    opacity: .2;
    margin: 5px 0;
}
.pricing-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
    border: none;
    border-radius: 10px;
    display: block;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -o-backdrop-filter: blur(15px);
    -ms-backdrop-filter: blur(15px);
    transition: all .25s ease-out;
    animation-fill-mode: backwards;
}
.pricing-card:hover {
    background: rgba(255, 255, 255, 0.3);
}
.pricing-card h3 {
    font-size: 2rem !important;
    margin-bottom: 0px;
}
.pricing-card-body {
    padding: 15px;
}
.pricing-card-body ul {
    margin: auto;
    display: block;
    padding: 0;
}
.pricing-card-body ul li {
    font-family: 'steelfishregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 0;
}
.pricing-claim-vrfloorplan {
    font-family: 'steelfishregular_italic', sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1rem;
    font-size: 1.25rem;
    
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
/*.pricing-feature::before,
.pricing-feature-transparent::before {
    content: "";
    display: block;
    background: url('images/icons/check.svg') no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    transform: scale(.7);
    margin-right: 5px;
}*/
.pricing-feature-more,
.pricing-feature-more-transparent {
    font-family: 'steelfishregular_italic', sans-serif !important;
    text-transform: capitalize !important;
}
.pricing-feature-transparent,
.pricing-feature-more-transparent {
    opacity: 0.1;
}
.pricing-price-span {
    font-family: 'steelfishregular_italic', sans-serif;
    font-size: 50%;
    text-transform: lowercase;
}
.pricing-card-footer .pricing-price {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}
.pricing-card-footer .pricing-price-czk {
    font-size: 1.5rem;
}
.pricing-card-footer a {
    text-decoration: none;
}
.pricing-button {
    margin: auto;
    display: block;
    font-family: 'steelfishbold', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15%;
    background: rgba(18, 173, 184, 0.25);
    border: none;
    cursor: pointer;
    border-radius: 10px;
    transition: all .5s ease-out;
    z-index: 99;
}
.pricing-button:active,
.pricing-button:focus {
    outline: none;
}
.pricing-button:hover {
    background: rgba(18, 173, 184, 0.5);
}

/* LEARN MORE BUTTON */
.content-container {
    padding: 22.5px;
}
.learn_more-button {
    font-family: 'steelfishbold', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    border-radius: 100px;
    transition: all .5s ease-out;
    z-index: 99;
    color: #000;
    width: 160px;
    height: 160px;
    margin: 22.5px;
    position: absolute;
    right: 0;
    top: 0;
    animation: hey_you 3s ease-out infinite;
}
.learn_more-container a {
    text-decoration: none;
}