*,
*::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-Bold';
    src: url(fonts/ProximaNova-Bold.otf);
}
@font-face {
    font-family: 'Microgramma';
    src: url(fonts/Microgramma_D_Extended-Medium.otf);
}

html {
    font-size: 62.5%;
    background-color: #000;
}

body {
    box-sizing: border-box;
}

body {
    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: #000;
    width: 100vw;
    height: 100vh;
    /*min-width:100vw;
    min-height:100vh;*/
}

section {
    width:100%;
    height:100%;
    /*min-width:100%;
    min-height:100%;*/
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    display: block;
    background-color: #000;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
}

/* SECTIONS */
#home, #vyber, #virtual-tour {
    z-index: 0;
    height: 100%;
    width: 100%;
}

#pano {
    width: 100vw;
    height: 100vh;
}

#vyber {
    background-color: #fff;
}

/* LOGO */
.link__logo {
    text-decoration: none;
}

.logo--project--top {
    position: absolute;
    top: 12rem; right: 3rem;
    z-index: 1;
}

.logo--developer img {
    height: 8rem;
}
.logo--project img {
    position: absolute;
    right: 4rem;
    bottom: 3rem;
    height: 5rem;
}

/* BUTTONS */
.button--primary {
    background-color: #FFBE18;
    color: #fff;
    border: none;
    text-transform: unset;
    transition: all .2s ease-out;
    font-family: "ProximaNova-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;
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active {
    color: #fff;
    background-color: #F7B500;
}

.button--primary span,
.button__rounded span {
    display: inline-block;
}

.button--primary span {
    height: 3.2rem; width: 3.2rem;
}

.button__rounded span {
    height: 3.2rem; width: 3.2rem;
}

.button--primary object,
.button__rounded object {
    position: relative;
    z-index: -1;
}

.button--secondary {
    background-color: #ACB7C0;
    color: #fff;
}
.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
    background-color: #bac4cb;
    color: #fff;
}

.button--tertiary {
    background-color: #fff;
    color: #333F48;
    border: .1rem solid #9FA3A7;
}
.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:active {
    background-color: #fff;
    color: #5BB4E5;
    border: .1rem solid #5BB4E5;
}

.button__rounded {
    background-color: #ACB7C0;
    color: #fff;
    padding: 1rem;
    border-radius: 100%;
    width: 5rem; height: 5rem;
}

.button__rounded:hover,
.button__rounded:focus,
.button__rounded:active {
    background-color: #bac4cb; color: #fff;
}

.button--rounded--active {
    background-color: #0078C9;
}
.button--rounded--active:hover,
.button--rounded--active:focus,
.button--rounded--active:active {
    background-color: #005f9a;
}

.button--enter {
    width: 15rem;
}


.button--interested {
    padding-left: 2.5rem;
    position: absolute;
    bottom: 2rem; left: 3rem;
}
.button--interested--small {
    height: 5rem; width: 5rem;
    padding: .9rem;
    position: absolute;
    bottom: 1.5rem; left: 2rem;
}

.button--meeting {
    padding-left: 2.5rem;
    position: absolute;
    bottom: 2rem; right: 3rem;
}
.button--meeting--small {
    height: 5rem; width: 5rem;
    padding: .9rem;
    position: absolute;
    bottom: 1.5rem; right: 2rem;
}

.button--navigation {
    padding-left: 2.5rem;
    /*position: absolute;
    top: 2rem; right: 3rem;*/
}
.button--navigation--small {
    height: 5rem; width: 5rem;
    padding: .9rem;
    /*position: absolute;
    top: 1.5rem; right: 2rem;*/
}

.button--submit {
    font-family: 'ProximaNova-Bold', Helvetica, sans-serif;
}

.uk-modal-close-default {
    background-color: #fff;
    top: 1.6rem; right: 2rem;
    border-radius: 100%;
    padding: .8rem;
}

/* SELECT SCENE */
.select_scene {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

/* 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 */
.container--select {
    width: 100%;
}

.main_cta {
    margin-bottom: 4rem;
}
.main_cta h1 {
    font-family: 'ProximaNova-Bold', Helvetica, sans-serif;
    font-size: 5rem;
    color: #333F48;
    line-height: 1;
}


/* APARTMENT CARDS */
.apartment_card {
    background-color: #F9F9F9;
    text-align: center;

    transition: .2s all ease-out;
    box-shadow: none;

    /*max-width: 32rem;*/
}

.apartment_card__info--top {
    font-family: 'ProximaNova-Bold', sans-serif;
    color: #333F48;
    font-size: 2rem;
    transition: .2s all ease-out;
}
.apartment_card__info--description,
.apartment_card__info--bottom {
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #333F48;
    font-size: 1.6rem;
    transition: .2s all ease-out;
    opacity: .5;
}


/* NAVIGATION */
.navigation__top, .navigation__bottom {
    z-index: 99;
    position: fixed;
    width: 100%;
    padding: 2rem 3rem;
}

.navigation__top {
    top: 0;
    background: transparent;
}
.navigation__bottom {
    bottom: 0;
    padding: 3rem 4rem;
}

.navigation__transparent {
    background-color: transparent;
}

.top_left,
.top_center,
.top_right {
    height: 5rem;
}

.bottom_left,
.bottom_center,
.bottom_right {
    height: 3rem;
}

.top_center {
    position: absolute;
    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;
}
.button--link {
    text-decoration: none;
    font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 0 1.5rem;
    transition: all .2s ease-out;
    text-transform: uppercase;
    height: 10rem;
}
.button--link:hover {
    color: #fff;
}
.button--link--active {
    color: #F7B500 !important;
    /*border-bottom: .2rem solid #F7B500 !important;*/
}
/*.button--link--active--right:after {
    content: '';
    width: 50%;
    position: absolute;
    right: 0;
    bottom: .1rem;
    border-bottom: .2rem solid #F7B500;
}
.button--link--active--left:after {
    content: '';
    width: 50%;
    position: absolute;
    left: 0;
    bottom: .1rem;
    border-bottom: .2rem solid #F7B500;
}*/

#floor_id, #rooms_id {
    font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
    font-size: 1.6rem;
    float: right;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: .5rem;
}
#rooms_id {
    margin-right: 2rem;
}
#floor_id {
    opacity: .5;
}

#button-furnishing {
    margin-right: .5rem;
}

/* DEVELOPED BY GRANDPANO */
.developed__container {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
}
.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 .2s ease-out;
}
.developed:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

/* NAVIGATION */
.navigation__card {
    width: 20rem;
    position: absolute;
    right: 0;
    top: -7rem;
    z-index: 1;
    border-radius: 2.5rem;
    overflow: auto;
    box-shadow: none;
}
.navigation__link {
    color: #303E49;
    transition: all .2s ease-out;
}
.navigation__link:hover,
.navigation__link:focus,
.navigation__link:active {
    color: #F7B500;
}


/* INFO MODAL */
.uk-modal-title {
    font-size: 2rem;
    font-family: 'ProximaNova-Bold', Helvetica, sans-serif;
    color: #303E49;
}

.info__data--hr {
    margin-top: .5rem; margin-bottom: .5rem;
}

.info__data--regular,
.info__data--medium {
    font-size: 1.2rem !important;
    color: #303E49 !important;
    text-transform: unset !important;
    padding: .25rem !important;
}
.info__data--regular {
    font-family: 'ProximaNova-Regular', Helvetica, sans-serif;

}
.info__data--medium {
    font-family: 'ProximaNova-Bold', Helvetica, sans-serif;
}

.info__data {
    margin-bottom: .5rem;
}
.info__data--title {
    font-family: 'ProximaNova-Bold', Helvetica, sans-serif;
    font-size: 2.4rem;
    color: #303E49;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.info__data--subtitle {
    font-family: 'ProximaNova-Regular', Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #303e4971;
    margin-bottom: 1.5rem;
}
.info__floorplan__container img {
    max-height: 100rem;
}

.uk-table {
    margin-top: .75rem;
    margin-bottom: .75rem;
}


/* FORM MODAL */
.form__input input,
.form__textarea textarea {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-family: "ProximaNova-Regular", Helvetica, sans-serif;
    padding: 2rem;
    border: .1rem solid transparent;
    background-color: #FCFCFB;
    transition: all .2s ease-out;
    outline: none;
}
.form__input input:focus,
.form__textarea textarea:focus {
    border: .1rem solid #303e492d;
}
::placeholder {
    color: #303E49;
    opacity: 1;
    opacity: .5;
}

/* DARKEN */
.darken {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: #222;
    opacity: .5;
}

/* THANK YOU */
.thank_you--1 {
    font-family: "ProximaNova-Bold", Helvetica, sans-serif;
    margin-bottom: 1rem !important;
    color: #fff !important;
    font-size: 6rem !important;
}
.thank_you--2 {
    font-family: "ProximaNova-Regular", Helvetica, sans-serif;
    margin-top: 0 !important;
    color: #fff !important;
    font-size: 3rem !important;
}




/* RESPONSIVE */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {

}

@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--floorplan { max-height: 20rem;}
    .navigation__top, .navigation__bottom { padding: 1.5rem 2rem !important; }
    .developed { font-size: 1rem !important; }
    
    .logo--developer img { height: 6rem; }
    .logo--project img { height: 4rem; }

    /*.container--select { margin-top: 25%; }*/
    .navigation__card { display: none;}
}

@media screen and (max-width: 960px) and (min-aspect-ratio: 3/2) and (orientation: landscape) {
    .lock__container { display: none }
    .navigation__top { background-color: transparent; }
    /*.top_right { display: none;}*/
    .top_center {display: none;}
    .apartment_card--floorplan { display: none;}
    .background--div { display: none; }
    #button-furnishing { display: none;}
    #button-info { display: none;}
    .button--interested, .button--interested--small { display: none;}
    .button--navigation, .button--navigation--small { display: none;}
    .button--meeting, .button--meeting--small { display: none;}
    #pano { position: absolute; left: 50%; top: 0; transform: translateX(-50%); }
    .navigation__card {display: none;}
    #modal-info, #modal-form, #modal-meeting { display: none; }

}