*,
*::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-Black.otf);
}
@font-face {
    font-family: 'Microgramma';
    src: url(fonts/Microgramma_D_Extended-Medium.otf);
}

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: 'ProximaNova-Regular', 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;
    top: 3rem; left: 4rem;
}

.logo--project {
    position: absolute;
    bottom: 3rem; right: 4rem;
}
.topleft {
    top: 1.5rem;
    left: 2rem;
}

.logo--developer img {
    height: 12rem;
}

.logo--project img {
    height: 12rem;
}

/* BUTTONS */
.button__default {
    background-color: #C1B480;
    color: #fff;
    border: none;
    text-transform: unset;
    transition: all .2s ease-out;
    font-family: "Montserrat Bold", sans-serif;
    line-height: 1.2;
    cursor: pointer;
    font-size: 1.6rem;
    border-radius: 2.5rem;
    position: relative;
    z-index: 2;
    width: 20rem; height: 5rem;
    text-align: center;
    padding: 0 2rem;
    text-transform: uppercase;
}

.button__default:hover,
.button__default:focus,
.button__default:active {
    color: #fff;
    background-color: #C1B480;
}

.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: #BFB2A2;
    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: 'ProximaNova-Black', Helvetica, sans-serif;
    line-height: 1.2;
}

.button--interested {
    font-family: 'ProximaNova-Black', Helvetica, sans-serif;
    padding-left: 2.5rem;
    position: absolute;
    bottom: 2rem; left: 3rem;
    background-color: #C1B480;
}
.button--interested--small {
    height: 5rem; width: 5rem;
    padding: .9rem;
    position: absolute;
    bottom: 1.5rem; left: 2rem;
    background-color: #C1B480;
}

.button--enter {
    font-family: 'ProximaNova-Black', Helvetica, sans-serif;
    font-size: 1.6rem;
    background-color: #C1B480;
    text-transform: uppercase;
}
.button--magenta {
    background-color: #C1B480;
}
.button--magenta:hover {
    background-color: #C1B480;
}

.button--submit {
    font-family: 'ProximaNova-Black', Helvetica, sans-serif;
}

.uk-modal-close-default {
    background-color: #fff;
    top: 1.6rem; right: 2rem;
    border-radius: 100%;
    padding: .8rem;
}

/* 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: 0;
}
.fullscreen__background__video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

/* VYBER BYTU */
.select {

    background-image: url("../img/metropolis-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container--select {
    background: transparent;
}

.main_cta {
    position: relative;
    margin-bottom: 4rem;
}
.main_cta h1 {
    font-family: 'ProximaNova-Black', Helvetica, sans-serif;
    font-size: 6rem;
    color: #FFF;
    line-height: 1;
    margin-bottom: 3rem;
    text-transform: uppercase;
}
.background--div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #091C41;
    width: 100%;
    height: 44%;
}

/* APARTMENT CARDS */
.apartment_card {
    background-color: #fff;
    text-align: center;
    /*z-index: 1;*/
    /*padding: 3rem;*/
    transition: .3s all ease-out;
    box-shadow: none;
    padding-top: 6rem;

    max-width: 37rem;

    /*min-height: 27rem;
    max-height: 42rem;
    max-width: 37rem;*/
}
/*.apartment_card:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}*/
.apartment_card__floorplan {
    /*max-width: 20rem;*/
}
.apartment_card__info--top {
    font-family: 'ProximaNova-Black', sans-serif;
    color: #C1B480;
    font-size: 2.6rem;
    text-transform: uppercase;
    transition: .3s all ease-out;
}
.apartment_card__info--description,
.apartment_card__info--bottom {
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #C1B480;
    font-size: 1.6rem;
    transition: .3s all ease-out;
    margin-top: 1rem;
}
.apartment_card:hover {
    background-color: #091C41;
}
.apartment_card:hover .apartment_card__info--top,
.apartment_card:hover .apartment_card__info--description,
.apartment_card:hover .apartment_card__info--bottom {
    color: #FFF;
}

/* NAVIGATION */
.navigation__top, .navigation__bottom {
    z-index: 99;
    position: fixed;
    width: 100%;
    padding: 2rem 3rem;
}

.navigation__top {
    top: 0;
    background: #fff;
}
.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: 'ProximaNova-Regular', Helvetica, sans-serif;
    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: #091C41;
    margin-left: .5rem;
}
#rooms_id {
    font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
    margin-left: 0rem;
    color: #091C41;
    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: #091C41;
}
.uk-modal-body {
    padding: 3rem;
}
.uk-modal-title {
    font-family: "ProximaNova-Black", Helvetica, sans-serif;
    font-size: 2.6rem;
    color: #fff;
    text-transform: uppercase;
}
.info__data--hr {
    margin-top: 2rem; margin-bottom: 2rem;
}
.info__data--title {
    font-family: "ProximaNova-Black", Helvetica, sans-serif;
    font-size: 2.6rem;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.info__data--description {
    font-family: "ProximaNova-Regular", Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #000;
}
.info__data--more {
    font-family: "ProximaNova-Black", Helvetica, sans-serif;
    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: "ProximaNova-Regular", Helvetica, sans-serif;
    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%);
}
.lock__container p { 
    margin-bottom: 1rem;
}
.lock__container img { 
    max-height: 8rem;
    margin: auto;
}

/* RESPONSIVE */
@media only screen and (max-width: 960px) {
    .main_cta { margin-bottom: 2rem !important; }
    .main_cta h1 { font-size: 3rem !important; } 
    .main_cta h2 { font-size: 2rem !important; } 
    /*.apartment_card { max-width: 30rem; }*/
    .apartment_card { padding-top: 0rem; }
    .navigation__top, .navigation__bottom { padding: 1.5rem 2rem !important; }
    .developed { font-size: 1rem !important; }
    .logo--project img { height: 6rem; }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
    .lock__container { display: block }
    .container--select { display: none; }
    .background--div { display: none; }
    .developed { color: #222; }
    #pano { display: none; }
    /*.link__logo  { display: none;}*/
    .navigation__top { display: none; }
}