html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow: hidden;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.metropolis {
    font-family: 'Metropolis-Regular';
}

.metropolis-bold {
    font-family: 'Metropolis-Bold';
}

.uppercase {
    text-transform: uppercase;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-45 {
    font-size: 45px !important;z
}

#surroundings_park, #surroundings_transport, #surroundings_parking {
    display: none;
}
.title {
    font-family: 'Metropolis-Bold';
}
.footer a {
    color: #969696;
    font-size: 14px;
    font-family: 'Metropolis-Regular';
    display: block;
}
.footer h1 {
    color: #9E9E9E;
    font-family: 'Metropolis-Regular';
    font-size: 18px;
}
.inner-topbar {
    margin-left: 250px;
    max-width: calc(100% - 250px*2);
}
.fix-circle {
    background: #68D996;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    padding: 30px;
    max-width: 155px;
    margin: auto;
    z-index: -40;
    display: block;
}
.fix-circle img {
    max-width: 110px;
    display: block;
    margin: auto;
    margin-left: -9px;
    margin-top: 12px;
}
html {
    scroll-behavior: smooth;
}
@keyframes pulsating {
    0% {
        fill: rgba(104, 217, 150, 0.35);
    }
    50% {
        fill: rgba(104, 217, 150, 0.7);
    }
    100% {
        fill: rgba(104, 217, 150, 0.35);
    }
}
@keyframes redder {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 30px;
    }
}
.topbar-scroll a {
    color: #474747;
    font-size: 14px;
}
.topbar-scroll {
    display: none;
    background: #FFF;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 24px rgba(1, 1, 1, 0.15);
}
.closemodal {
    font-size: 13px;
    font-family: 'Metropolis-Regular';
    font-weight: 300;
    color: #f88;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.closemodal:before {
    content: ' ';
    height: 1px;
    width: 15px;
    background: #f88;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
}
li {
    margin-bottom: 10px;
}
.caracteristici_details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background: #FFF;
    z-index: 10;
    border-radius: 15px;
    padding: 40px;
}
.overview_details {
    position: absolute;
    width: 100%;
    height: 100%;
}
.vecinatati {
    position: relative;
}

.circle {
    border-radius: 100%;
    background: #ff6666a3;
    height: 5%;
    width: 3%;
    cursor: pointer;
}
.topbar a {
    color: #474747;
    font-size: 14px;
}
.topbar {
    margin-top: 20px;
}
.svg svg {
    position: absolute;
    z-index: 1;
    width: 55.76407506702413%;
    margin-top: 6.8%;
    margin-left: 12.3%;
}
.minislider {
    height: 100%;
}
.unitinfo {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: #FFF;
    z-index: 2;
    margin-top: 35px;
    border-radius: 15px;
    padding: 40px;
    display: none;
    overflow: scroll;
}
.svg {
    position: absolute;
    width: 100%;
}
#specialround {
    border-radius: 100%;
    background: #F0F0F0;
}
.footer {
    background: #353535;
    padding: 3rem 1.5rem 3rem;
}
.schedule {
    height: 250px;
    border-radius: 15px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 8px 24px rgba(1,1,1,0.15);
    overflow: hidden;
}
.contact {
    border-radius: 15px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 8px 24px rgba(1,1,1,0.15);
    overflow: hidden;
}
.custom-card p {
    font-family: 'Metropolis-Regular';
    text-align: center;
}
.navbar-item img {
    max-height: 4.75rem !important;
}
.green {
    color:#6DD396;
    font-family: 'Metropolis-Bold';
    display:inline-block
}
.navbar {
    font-family: 'Metropolis-Regular'
}
.button-green {
    background: #4fd786;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Metropolis-Regular';
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    transition: 1s all;
}
.custom-card h1 {
    color: #8FDEAF;
    font-family: 'Metropolis-Bold';
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 1.8rem;
}
.is-100x100 {
    height: 100px;
    width: 100px;
}
.disponibilitate {
    position: relative;
}
.caracteristici {
    position: relative;
    z-index: 1;
}
.caracteristica_modal {
    height: 35%;
    width: 30%;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    margin-left: 10%;
    margin-top: 20%;
    box-shadow: 0px 0px 24px rgba(1, 1, 1, 0.15);
    display: none;
    padding: 20px;
    z-index: 5;
}
.card-round {
    background: white;
    width: 50%;
    display: block;
    margin: auto;
    margin-top: 10rem;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px rgba(1, 1, 1, 0.17);
}
.display-center {
    display: block;
    margin: auto;
}
.confirmation-modal {
    height: 200%;
    width: 100%;
    position: fixed;
    background: rgba(1, 1, 1, 0.87);
    z-index: 999;
    margin-top: -2rem;
}
.modal-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.info-modal {
    height: 200%;
    width: 100%;
    position: fixed;
    background: rgba(1, 1, 1, 0.87);
    z-index: 999;
    margin-top: -2rem;
}
.custom-card {
    background: #fff;
    min-height: 340px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    padding: 20px;
    max-width: 240px;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 12px rgba(101, 101, 101, 0.33);
}
.green-bg {
    height: 1400px;
    background: linear-gradient(180deg, #6DD296, #58EF95);
    position: absolute;
    width: 140%;
    left: -150px;
    transform: rotate(7deg);
    margin-top: -300px;
    z-index: -1;
}
.custom-image {
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 13px rgba(1, 1, 1, 0.14);
    z-index: 1
}
.custom-title {
    font-family: 'Metropolis-Bold';
    text-transform: uppercase;
    font-size: 35px;
}
.custom-title:before {
    height: 4px;
    width: 45px;
    content: ' ';
    display: inline-block;
    background: #8FDEAF;
    position: relative;
    top: -8px;
    margin-right: 25px;
}
.custom-title span {
    color: #8FDEAF;
}

.custom-title-reverse {
    font-family: 'Metropolis-Bold';
    text-transform: uppercase;
    font-size: 35px;
    color: #474747;
    position: relative;
    z-index: 1;
}
.white {
    color: #fff;
}
.custom-title-reverse:before {
    height: 4px;
    width: 45px;
    content: ' ';
    display: inline-block;
    background: #fff;
    position: relative;
    top: -8px;
    margin-right: 25px;
}
.custom-title-reverse span {
    color: #fff;
}

.schedule h1 {
    font-family: 'Metropolis-Bold';
    color: #fff;
}

.inner-container {
    margin-left: 250px;
    margin-right: 250px;
}
.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider {
    min-height: 300px;
    border-radius: 15px;
    background: #f2f2f2;
}
.spacer {
    height: 50px;
}
.semi-spacer {
    height: 20px;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.text {
    color: #474747;
    font-family: 'Metropolis-Regular';
    line-height: 25px;
}

.caracteristica_modal .numbermodal {
    color: #6DD296;
    font-family: 'Metropolis-Bold';
    font-size: 14px;
}

.caracteristica_modal .upper {
    text-transform: uppercase;
    font-family: 'Metropolis-Regular';
    font-size: 14px;

}

.unitinfo .custom-title:before {
    height: 2px;
    width: 45px;
    content: ' ';
    display: inline-block;
    background: #8FDEAF;
    position: relative;
    top: 30px;
    margin-right: -45px;
}

.input, input {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

@font-face {
    font-family: 'Abuget';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/Abuget.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/Metropolis-Medium.woff2') format('woff2');
}


@media only screen and (max-width: 769px) {
    .inner-container {
        margin-left: 30px;
        margin-right: 30px;
    }
    .schedule h1 {
    font-size: 20px;
}
.schedule h2 {
    font-size: 13px;
}
    .custom-title-reverse, .custom-title {
        font-size: 21px;
    }
    .custom-title-reverse:before, .custom-title:before {
        width: 20px;
        height: 4px;
        margin-right: 14px;
    }

    .green-bg {
        transform: rotate(-4deg);
        margin-top: -133px;
        width: 160%;
    }
    .custom-card h1 {
        font-size: 1rem;
    }
    .custom-card p {
        font-size: 13px;
    }
    
    #sch_2 {
        margin-top: -26%;opacity: 0.3;z-index: 0;position: relative;
    }
    
    #sch_1 {
        z-index: 1;position: relative;
    }
}

@media only screen and (max-width: 1081) {

}

@media only screen and (max-width: 901px) {

}

@font-face {
    font-family: 'Metropolis-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Metropolis-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Metropolis-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Avenir-Light.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Avenir-Roman.woff') format('woff');
}
