*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
	scroll-behavior:smooth;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 4rem;
    z-index: 1000;
}
.logo svg {
    height: 50px;
    width: 310px;
}
#info-section {
    background: linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,.2));
    position: relative;
}
.content h1 {
    font-size: 3rem;
    font-weight: 500;
    color: #ffffff;
}
.content p {
    font-size: 1.6rem;
    color: #ffffff;
    margin: 1rem 0;
}
.register-button {
    padding-top: 1rem;
}
.register-btn {
    position: relative;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 13rem;
    border-radius: 0.4rem;
    font-weight: 600;
    font-size: 1.3rem;
    border: none;
    color: #0b0a29;
    cursor: pointer;
    overflow: hidden;
    outline: none !important;
    background-color:  #00ffa4;
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
}
.vid {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.fill-white {
    fill: #ffffff;
}
#feature {
    margin-top: 5rem;
}
.feature-heading h1,h6 {
    color: #0b0a29;
}
.feature-heading h1 {
    font-weight: 700;
}
.feature-heading h6 {
    font-size: 1.3rem;
    margin: 1rem 16rem;
}
.header-active {
    background: #0b0a29;
    height: 5rem;
    box-shadow: .2rem 0 .5rem #0b0a29;
}
.register-link {
    text-decoration: underline;
}
#business-section {
    margin-top: 8rem;
}
.business-section-vector-apartment svg{
    height: 179px;
    width: 196px;
}
.business-section-vector-malls svg {
    height: 179px;
    width: 196px;
}
.business-section-vector-parking-lot svg {
    height: 179px;
    width: 196px;
}
.business-card-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.business-section-card {
    background-color: #0b0a29;
    margin: 3.5rem;
    width: 332px;
    height: 500px;
    padding: 2.5rem 0;
    border-radius: 0.5rem;
    box-shadow: 5px 7px 15px #0b0a29;
}
.fill-aqua {
    fill: #00ffa4;
}
.fill-aqua-dark {
    fill: #009963;
}
.fill-white-board {
    fill: #e6e6e6;
}
.fill-logo-color {
    fill: #0b0a29;
}
.fill-stand {
    fill: #0b0a29;
}
.fill-cc1 {
    fill: #bfbfbf;
}
.fill-cc2 {
    fill: #d9d9d9;
}
.business-card-content {
    margin-top: 1.5rem;
    padding: 0 20px;
}
.business-card-header {
    color: #ffffff;
    font-size: 1.5rem;
}
.business-card-text {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #ffffff;
}
.get-in-touch-apartment {
    margin-top: 2rem;
    text-align: center;
}
.get-in-touch-malls {
    text-align: center;
    margin-top: 4rem;
}
.get-in-touch-lots {
    text-align: center;
    margin-top: 4rem;
}
.get-in-touch-apartment a {
    text-decoration: none;
    color: #0b0a29;
    padding: 5px 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #00ffa4;
    background-color: #00ffa4;
}
.get-in-touch-malls a {
    text-decoration: none;
    color: #0b0a29;
    padding: 5px 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #00ffa4;
    background-color: #00ffa4;
}
.get-in-touch-lots a {
    text-decoration: none;
    color: #0b0a29;
    padding: 5px 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #00ffa4;
    background-color: #00ffa4;
}
.business-section-vector-apartment, .business-section-vector-malls, .business-section-vector-parking-lot {
    text-align: center;
}
.animate-section {
    margin-top: 10rem;
}
.parken-location-animation svg{
    height: 300px;
    width: 300px;
}
.fill-pla0 {
    fill: #C6C6E8;
}
.fill-pla1 {
    fill: #1d2849;
}
.fill-pla2 {
    fill: #8c8cac;
}
.fill-pla3 {
    fill: #334580;
}
.fill-pla4 {
    fill: #495dcd;
    opacity: 0.61;
}
.fill-pla5 {
    fill: #ffffff;
}
.fill-pla6 {
    fill: #001130;
}
#locator-movement {
    animation: location 3s infinite;
}
@keyframes location {
    0% {
        transform: translate(6px,0);
    }
    25% {
        transform: translate(-87px,-15px);
    }
    50% {
        transform: translate(-80px,-56.5px);
    }
    100% {
        transform: translate(-180px,-68px);
    }
}
.parken-location-animation {
    position: relative;
}
.animate-popup svg {
    height: 220px;
    width: 220px;
}
.animate-popup {
    position: absolute;
    margin-top: 48px;
    margin-left: 40px;
    z-index: 100;
    background-color: #f4f4f4;
    width: 220px;
    height: 220px;
    border-radius: 0.5rem;
    box-shadow: 5px 7px 10px #0b0a29;
    animation: parked 3s infinite;
}
.fill-anipop0 {
    fill: #0b0a29;
}
.fill-anipop1 {
    fill: #00ffa4;
}
.animate-main {
    margin: 0 15rem;
}
@keyframes parked {
    0% {
        transform: scale(0);
        visibility: hidden;
    }
    25% {
        transform: scale(0);
        visibility: hidden;
    }
    50% {
        transform: scale(0);
        visibility: hidden;
    }
    75% {
        transform: scale(0);
        visibility: hidden;
    }
    100% {
        transform: scale(1);
        visibility: visible;
    }
}
.animate-section-text {
    position: absolute;
    margin-left: 25rem;
    margin-top: -10rem;
}
.find-text-heading {
    color: #0b0a29;
    font-size: 2.5rem;
    font-weight: 700;
}
.line-text-main {
    margin-top: 80px;
    padding: 0 48px;
}
.line-text-section-content {
    display: flex;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-weight: 500;
    font-stretch: expanded;
    font-size: 11px;
    line-height: 1.27em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0b0a29;
}
.line-text-section-prefix {
    display: flex;
    align-items: center;
    max-width: 100px;
    width: 70%;
    height: 1px;
    min-width: 10px;
    margin: 10px;
}
.line-text-section-prefix > i{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: currentColor;
    color: #0b0a29;
}
.number-section {
    margin-top: 8rem;
}
.numbers-main .rect {
    position: relative;
    background: #ffffff;
    width: 17rem;
    height: 12rem;
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: .5em;
    box-shadow: 1px 2px 50px 0 rgba(0, 255, 164, .349);
}
.numbers-main .rect h1 {
    font-size: 4.2rem;
    color: #0b0a29;
}
.numbers-main .rect p {
    color: #0b0a29;
    font-size: 1.5rem;
    font-weight: 500;
}
.section-feature {
    padding: 20vmin 0;
}
.section-feature .row .col-md-6 .pray img {
    width: 95%;
    border-radius: 0.2em;
}
.section-feature .row .col-md-6 .panel h1 {
    color: #0b0a29;
    font-weight: 500;
    font-size: 2rem;
}
.section-feature .row .col-md-6 .panel li {
    color: #0b0a29;
    font-weight: 500;
}
#section-feature-first, #section-feature-second, #section-feature-third {
    margin-top: 3rem;
}
.section-feature .row .col-md-6 .panel a {
    text-decoration: none;
    color: #0b0a29;
    padding: 8px 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #00ffa4;
    background-color: #00ffa4;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(0, 255, 164, 0.5);
} 
@media (max-width:978px) {
    html {
        font-size: 50%;
    }
    .logo svg {
        width: 200px;
    }
    .feature-heading h6 {
        margin: 1rem 0;
    }
    .business-card-content {
        margin-top: 8rem;
    }
    .business-card-header {
        font-size: 2.5rem;
    }
    .business-card-text {
        font-size: 1.5rem;
    }
    .get-in-touch-apartment {
        margin-top: 6.5rem;
    }
    .get-in-touch-malls {
        margin-top: 6.5rem;
    }
    .get-in-touch-lots {
        margin-top: 6.5rem;
    }
    .get-in-touch-apartment a {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .get-in-touch-malls a {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .get-in-touch-lots a {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .business-section-card {
        height: 450px;
    }
    .parken-location-animation svg{
        height: 200px;
        width: 200px;
    }
    .animate-popup {
        margin-top: 28px;
        margin-left: 20px;
        width: 160px;
        height: 160px;
    }
    .animate-popup svg {
        height: 160px;
        width: 160px;
    }
    .section-feature .row .col-md-6 .panel {
        padding: 2rem 2rem 0 2rem;
    }
    .section-feature .row .col-md-6 .panel h1 {
        font-size: 2.5rem;
    }
    .section-feature .row .col-md-6 .panel li {
        font-size: 1.4rem;
    }
    .section-feature .row .col-md-6 .panel a {
        font-size: 1.4rem;
        font-weight: 500;
    }
}
@media (max-width:455px) {
    .animate-main {
        margin: 0 7rem;
    }
    .right-footer a {
        font-size: 1.4rem;
    }
    .r-f-text-deco {
        font-size: 2rem;
    }
    .bottom-footer p {
        font-size: 1.4rem;
    }
    .address-box li {
        font-size: 1.4rem;
    }
}
@media (max-width:355px) {
    .animate-main {
        margin: 0 2rem;
    }
}
/*---------------- Footer css work starts -----------------*/
.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 50px;
    color: #ffffff;
    background-color: #0b0a29;
}
.footer > * {
    flex:  1 100%;
}
.left-footer {
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer li {
    line-height: 2em;
}
.footer a {
    text-decoration: none;
}
.right-footer {
    display: flex;
    flex-flow: row wrap;
}
.right-footer > * {
    flex: 1 50%;
    margin-right: 1.25em;
}
.right-footer h2 {
    font-weight: 400;
    font-size: 20px;
}
.box a {
    color: #999999;
}
.box a:hover {
    color: #ffffff;
}
.box-customer-support i {
    margin-right: .6em;
}
.box-contact i {
    margin-right: .6em;
}
.address-box {
    color: #999999;
}
.contact-support-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.contact-support-overlay:target {
    visibility: visible;
    opacity: 1;
}
.support-popup {
    margin: 22% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
.support-popup h5 {
    color: #000000;
}
.contact-support-content {
    color: #000000;
}
.support-popup .close {
    position: absolute;
    top: 2px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.support-popup .close:hover {
    color: #00ffa4;
}
.support-popup .contact-support-content {
    max-height: 30%;
    overflow: auto;
}
.support-icon-popup i {
    margin-right: .6em;
}
@media screen and (max-width: 700px){
    .support-popup{
      width: 70%;
    }
}
.bottom-footer {
    text-align: center;
    color: #999999;
    padding-top: 50px;
}
.company-social-networks {
    margin-top: 30px;
    margin-left: 10px;
}
.company-social-networks a {
    display: inline-block;
    margin-right: 10px;
}
.company-social-networks a {
    color: #ffffff;
}
.c-s-n-twitter:hover {
    color: #00acee;
}
.c-s-n-linkedin {
    margin-left: 1em;
}
.c-s-n-linkedin:hover {
    color: #0e76a8;
}
.address-box-bottom i {
    margin-right: .6em;
}
.r-f-text-deco {
    text-decoration: underline;
    text-decoration-color: #00ffa4;
}
@media screen and (min-width: 600px) {
    .right-footer > * {
    flex: 1;
    }
    
    .left-footer {
    flex: 1 0;
    }
    
    .right-footer {
    flex: 2 0;
    }
}
/*---------------- Footer css work ends -----------------*/