*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

@-ms-viewport {
    width:device-width;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url(fonts/ProximaNova-Regular.otf);
}
@font-face {
    font-family: 'ProximaNova-Black';
    src: url(fonts/ProximaNova-Bold.otf);
}
@font-face {
    font-family: 'Helve-Title';
    src: url(fonts/HelveCEExtCom.otf);
}
@font-face {
    font-family: 'Microgramma';
    src: url(fonts/Microgramma_D_Extended-Medium.otf);
}

/* Satoshi font */
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

html {
    min-height:100%;
    height:100%;

    font-size: 62.5%;
}

body {
    box-sizing: border-box;
}

body {
    height: 100%;
    overflow:hidden;
    margin:0;
    padding:0;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
}

section {
    width:100%;
    min-width: 100%;
    height:100%;
    min-height: 100%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    display: block;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
}

/* SECTIONS */
#home, #vyber, #virtual-tour {
    z-index: 0;
    height: 100%;
    width: 100%;
}

/* LOGO */
.link__logo {
    text-decoration: none;
}

.logo--developer {
    position: absolute;
    bottom: 3rem; left: 4rem;
}

.logo--project {
    position: absolute;
    bottom: 3rem; right: 4rem;
}

.logo--project--index {
    position: relative; bottom: 0; right: 0;
}

.topleft {
    top: 1.5rem;
    left: 2rem;
}

.logo--developer img,
.logo--developer--vyber img {
    height: 7rem;
}

.logo--project img,
.logo--project--vyber img {
    height: 9rem;
}

/* BUTTONS */
.button__default {
    background-color: #FFCC00;
    color: #fff;
    border: none;
    text-transform: unset;
    transition: all .2s ease-out;
    font-family: 'Satoshi', Helvetica, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    font-size: 1.6rem;
    border-radius: 2rem;
    position: relative;
    z-index: 2;
    width: 20rem; height: 5rem;
    text-align: center;
    padding: 0 2rem;
}

.button__default:hover,
.button__default:focus,
.button__default:active {
    color: #fff;
    background-color: #FFCC00;
}

.button__default span,
.button__rounded span {
    display: inline-block;
}

.button__default span {
    height: 3.2rem; width: 3.2rem;
}

.button__rounded span {
    height: 3.2rem; width: 3.2rem;
}

.button__default object,
.button__rounded object {
    position: relative;
    z-index: -1;
}

.button__rounded {
    background-color: #fff;
    color: #C0B6A9;
    padding: 1rem;
    border-radius: 100%;
    width: 5rem; height: 5rem;
}

.button__rounded:hover,
.button__rounded:focus {
    background-color: #fff; color: #fff;
}

.button--book {
    padding: 1.6rem;
    width: 6rem;
    border-radius: 100%;
}

.button__enter__text {
    font-size: 1.8rem;
    color: #222;
    margin: 0;
    text-align: center;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.button--interested {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    padding-left: 2.5rem;
    position: absolute;
    bottom: 2rem; left: 3rem;
    background-color: #FFCC00;
}
.button--interested--small {
    height: 5rem; width: 5rem;
    padding: .9rem;
    position: absolute;
    bottom: 1.5rem; left: 2rem;
    background-color: #FFCC00;
}

.button--back {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    background-color: #FFCC00;
    padding-left: 1rem;
    border-radius: 2.5rem 1rem 1rem 2.5rem;
}
.button--back--small {
    height: 5rem; width: 5rem;
    padding: .9rem;
    position: absolute;
    background-color: #FFCC00;
}

.button--enter {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    background-color: #FFCC00;
    text-transform: uppercase;
}
.button--magenta {
    background-color: #BF0E74;
    color: #fff;
    font-family: 'ProximaNova-Black', Helvetica, sans-serif;
    font-size: 1.6rem;
}
.button--magenta:hover,
.button--magenta:focus,
.button--magenta:active {
    background-color: #BF0E74;
}

.button--vyber {
    position: absolute;
    bottom: 4rem;
}

.button--submit {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
}

.uk-modal-close-default {
    background-color: #fff;
    top: 1.6rem; right: 2rem;
    border-radius: 100%;
    padding: .8rem;
}

#button-configurator {
    margin-right: .5rem;
}


/* CHOOSE APARTMENT */
.select_project {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.select_project img {
    transition: all .2s ease-out;
}
.select_project:hover img,
.select_project:focus img {
    transition: all .2s ease-out;
    transform: scale(1.05);
}

/* VIDEO BACKGROUND */
.fullscreen__background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.fullscreen__background__video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

/* VYBER BYTU */
#vyber {
    background: #F9F9F9;
    background-image: url(../img/novyruzinov-viz.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container--select {
    width: 100%;
}

.main_cta {
    position: relative;
    margin-bottom: 2rem;
}
.main_cta h1 {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 4.6rem;
    color: #FFF;
    line-height: 1;
}

.index_cta h1 {
    font-family: 'Helve-Title', Helvetica, sans-serif;
    font-size: 10rem;
    color: #FFF;
    line-height: 1;
    margin-bottom: 3rem;
}


/* APARTMENT CARDS */
.apartment_card {
    background-color: #FFCC00;
    text-align: left;
    box-shadow: none;
    border-radius: 1.5rem;
}

.apartment_card__info--top {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    color: #DB8A08;
    font-size: 3rem;
}
.apartment_card__info--bottom {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    color: #DB8A08;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    margin-bottom: 1rem;
}

.apartment_card__info--title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
}

.apartment_card__info--description {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 7rem;
}


/* NAVIGATION */
.navigation__top, .navigation__bottom {
    z-index: 99;
    position: fixed;
    width: 100%;
    padding: 2rem 3rem;
}

.navigation__top {
    top: 0;
    background: #C0B6A9;
}
.navigation__bottom {
    bottom: 0;
}

.navigation__transparent {
    background-color: transparent;
}

.top_left,
.top_center,
.top_right {
    height: 5rem;
}

.bottom_left,
.bottom_center,
.bottom_right {
    height: 3rem;
}

.top_center {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(-50) scale(1.0, 1.0);
}

.bottom_center {
    z-index: 99;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(-50) scale(1.0, 1.0);
}

/* NAVIGATION BAR */
.navigation__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navigation__list li a {
    text-decoration: none;
}

.navigation__info, .navigation__apartment {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}
.navigation__back a, .navigation__info a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #222;
    transition: all .3s ease-out;
}
.navigation__info a {
    padding: 1.15rem;
    margin-left: 2rem;
    opacity: 0.5;
}
.navigation__apartment {
    padding: 1.15rem;
}

#floor_id, #rooms_id {
    float: right;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: .5rem;
}
#rooms_id {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 400;
    margin-left: 0rem;
    color: #fff;
    opacity: .6;
}

/* DEVELOPED BY GRANDPANO */
.developed,
.developed:focus {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    font-family: 'Microgramma', Helvetica, sans-serif;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    transition: all .3s ease-out;
}
.developed:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

/* INFO MODAL */
.uk-modal {  
    background: rgba(0,0,0,.2);
    backdrop-filter: blur(1rem);
    padding: 2rem 3rem;
}
.uk-modal-header {
    background-color: #FFCC00;
}
.uk-modal-body {
    padding: 3rem;
}
.uk-modal-title {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    color: #fff;
    text-transform: uppercase;
}
.info__data--hr {
    margin-top: 2rem; margin-bottom: 2rem;
}
.info__data--title {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.info__data--description {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
}
.info__data--more {
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
}


/* FORM MODAL */
.form__input input,
.form__textarea textarea {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 400;
    padding: 2rem;
    border: 1px solid transparent;
    background-color: #F6F6F6;
    transition: all .2s ease-out;
    outline: none;
}
.form__input input:focus,
.form__textarea textarea:focus {
    border: .1rem solid #9FA3A7;
}
::placeholder {
    color: #9FA3A7;
    opacity: 1;
}

/* DARKEN */
.darken {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: #232425;
    opacity: .5;
}

/* THANK YOU */
.thank_you--1 {
    margin-bottom: 1rem !important;
    color: #fff !important;
    font-size: 6rem !important;
}
.thank_you--2 {
    margin-top: 0 !important;
    color: #fff !important;
    font-size: 3rem !important;
}

/* LOCK */ 
.lock__container { 
    display: none;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.5rem;
    background-color: #fff;
    padding: 3rem;
}
.lock__container p { 
    margin-bottom: 1rem;
}
.lock__container img { 
    max-height: 8rem;
    margin: auto;
}

/* TEXT */
.text--primary {
    font-size: 2.2rem;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
}
.text--secondary {
    font-size: 1.6rem;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
}

/* CONFIGURATOR */
.offcanvas--configurator {
    background-color: #fff;
    width: 49.3rem;
    top: 9rem;
}

.uk-offcanvas-bar .uk-close,
.uk-offcanvas-bar .uk-close:focus {
    color: rgba(0, 0, 0, 0.5);
}
.uk-offcanvas-bar .uk-close:hover {
    color: rgba(0, 0, 0, 1);
}

.configurator--switcher li .configurator--switcher--item {
    font-size: 1.6rem;
    color: #000 !important;
    opacity: .3;
    transition: all .3s ease-out;
}
.configurator--switcher .uk-active .configurator--switcher--item {
    opacity: 1;
    /*text-decoration: underline !important;*/
}

.configurator--container {
    
}
.configurator--container .button--next,
.configurator--container .button--next:hover,
.configurator--container .button--next:focus,
.configurator--container .button--next:active {
    background-color: #BF0E74;
    color: #fff;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    border: none;
    transition: all .3s ease-out;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 2.5rem;

    width: 20rem; height: 5rem;
    text-align: center;
    padding: 0 2rem;
    text-transform: uppercase;
    margin-top: 100%;

    position: absolute;
    bottom: 2rem; right: 3rem;
}

.configurator--category {
    margin-bottom: 2rem;
}
.configurator--category .button--standard {
    height: 10rem; width: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 2.2rem;
}
.configurator--category .standard--buttons .standard--active {
    color: #BF0E74;
}

/* CONFIGURATOR PANO */
#pano-0 {
    background: url(../E2_3_14/standards/Cam1/izba.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    animation: fadein 1s ease-in-out forwards;
    opacity: 0;
    transition: 0.4s;
    display: block;
}
#pano-1 {
    background: url(../E2_3_14/standards/Cam2/kupelna.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    animation: fadein 1s ease-in-out forwards;
    opacity: 0;
    transition: 0.4s;
    display: none;
}

#pano-switcher,
#pano-switcher li {
    height: 100%;
}

.pano--layer {
    background: no-repeat center center fixed;  
    background-size: cover;
    height: 100%;
    width: 100%;
    animation: fadein 1s ease-in-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    
}

/* ANIMATION */
@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/* RESPONSIVE */
@media only screen and (max-width: 992px) {
    .main_cta h1 { font-size: 3.6rem; }
    .index_cta h1 { font-size: 7rem; }
    .navigation__top, .navigation__bottom { padding: 1.5rem 2rem !important; }
    .developed { font-size: 1rem !important; }
    .logo--project img, .logo--project--vyber img { height: 8rem; }
    .logo--developer img, .logo--developer--vyber img { height: 6rem; }
    .button--back--small { border-radius: 100%; }
}

@media screen and (max-width: 992px) and (min-aspect-ratio: 3/2) and (orientation: landscape) {
    .lock__container { display: block }
    .container--select { display: none; }
    .navigation__top { display: flex; }
    .index_cta { display: none; }
    .developed--index { display: none; }
}



/* Styles update */

.logo--project--vyber img {
    height: 8rem;
}

.logo--project img {
    height: 8rem;
}

.button__default:hover,
.button__default:focus,
.button__default:active {
    color: #fff;
    background-color: #326627;
    font-weight: 500;
}

.button--magenta {
    background-color: #184313;
    color: #fff;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 16px 32px;
    border-radius: 15px;
    border: 1px solid #184313;
    transition: all 0.3s ease;
}

.button--magenta:hover {
    background-color: #326627;
    color: #fff;
    font-size: 1.6rem;
    padding: 16px 32px;
    border-radius: 15px;
    border: 1px solid #326627;
    transition: all 0.3s ease;
    font-weight: 500;
}

.apartment_card {
    background-color: rgba(163, 197, 157, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.apartment_card__info--top, .apartment_card__info--bottom {
    color: #456140;
    font-family: 'Satoshi', sans-serif;
    font-weight: 800;
}

.apartment_card__info--bottom{
    font-weight: 700;
}

.main_cta h1 {
    color: #456140;
    line-height: 1;
    font-family: 'Satoshi', sans-serif;
    font-weight: 900;
}

.button--back {
    background-color: #184313;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-weight: 500;
}
.button--back--small {
    background-color: #184313;
}

.apartment_card__info--title {
    font-size: 3rem;
    padding: 0.5rem 0;
}