

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Book.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Bold.otf') format('opentype');
    font-weight: 700;
}
 @font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Regular.otf') format('opentype');
    font-weight: 400;
} 

@font-face {
    font-family: 'BodoniModa';
    src: url('fonts/BodoniModa.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight:600;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
}




html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Jost', sans-serif;
    font-size: 18px; 
    color: #686868;
    font-weight: 400;
  
}



a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #da1f31; text-decoration: none;}

::placeholder { color: 000; opacity: 1; }
:-ms-input-placeholder { color: 000;}
::-ms-input-placeholder { color: 000;}

/*COMMOM STYLES*/
.ff-bn{font-family: 'BebasNeue', sans-serif;}
.ff-bm{font-family: 'BodoniModa', serif;  font-weight: 600; letter-spacing: -17px; line-height: 1;}

.fw-bo{font-weight: 700;}
.fw-sb{font-weight: 600;}
.fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}
.fw-xl{font-weight: 200;}


.fs-200{font-size: 200px;}
.fs-68{font-size: 68px;}
.fs-62{font-size: 62px;}
.fs-46{font-size: 46px;}
.fs-24{font-size: 24px;}
.fs-22{font-size: 22px;} 
.fs-12{font-size: 12px;}



.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-4{letter-spacing: 4px;}
.ls-8{letter-spacing: 8px;}

.lh-2{line-height: 2;}
.lh-15{line-height: 1.5;}

@media screen and (max-width:1199px){
    .fs-200{font-size: 160px;}
}

@media screen and (max-width:991px){
   
    .fs-68{font-size: 62px;}
    .fs-62{font-size: 56px;}
    .fs-46{font-size: 42px;}
    .fs-24{font-size: 22px;}
    .fs-22{font-size: 21px;} 


}
@media screen and (max-width:767px){
    .fs-200{font-size: 140px;}
    .fs-68{font-size: 56px;}
    .fs-62{font-size: 48px;}
    .fs-46{font-size: 38px;}
    .fs-24{font-size: 21px;}
    .fs-22{font-size: 20px;} 

}
@media screen and (max-width:567px){
    .fs-200{font-size: 100px;}
    .fs-68{font-size: 48px;}
    .fs-62{font-size: 42px;}
    .fs-46{font-size: 32px;}
    .fs-24{font-size: 20px;}
    .fs-22{font-size: 19px;} 

}

@media screen and (min-width:768px){
    .mt-md-lg{margin-top: 60px!important;}
    .mb-md-lg{margin-bottom: 60px!important;}

    .mt-md-xl{margin-top: 100px!important;}
    .mb-md-xl{margin-bottom: 100px!important;}
  
}

.bg-grey{background-color: #4c4c4c!important; }
.bg-brand{background-color: #20391f}
.bg-l-green{background-color: #c3cdc5;}
.bg-l-green2{background-color: #748578;}

.text-brand{color:#132017!important;}
.text-brand{color:#132017!important;}
.text-black{color:#000!important;}
.text-grey{color:#4c4c4c!important;}


.btn-brand{
    background-color: #708677;
    border:none; 
    display: inline-block;  
    transition: all 0.32s ease-out; 
    color: #FFF; 
    font-weight: 500; 
    padding: 15px 25px; 
    font-size: 20px;
    letter-spacing: 2.5px; 
    border:1px solid #708677;
}
.btn-brand:hover{
    background-color: #FFF; 
    color: #4c4c4c!important;
}



.has-bg{background-position: center; background-size: cover; }


.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(1.05);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}

.custom-carousel .carousel-control-next-icon{background-image: url('../images/misc/next.png');}
.custom-carousel .carousel-control-prev-icon{background-image: url('../images/misc/prev.png');}


.custom-carousel .carousel-control-next,
.custom-carousel .carousel-control-prev{width: auto; opacity: 1;}


#welcome{padding-top: 184px;}

#topNavigation{padding: 0 35px!important; position: fixed; left: 0; top: 0; width: 100%; transition: all .38s linear; z-index: 99; height: 184px;}
#welcome #topNavigation{background-color: #c3cdc5; }
#topNavigation .img-logo{width: 345px;}
#footerNav .nav-link,
#topNavigation .nav-link{color: #000; letter-spacing: 2px; padding: 10px 25px 8px 0;}
#topNavigation .nav-link:hover{color: #132017;}
.nav-wh #topNavigation .nav-link{color: #FFF!important;}


.activeNav{font-weight: 700;}

nav .social-icons{position: fixed; top: 50%; right: 0; width: 45px; background-color: #708677; padding: 40px 10px 30px; border-bottom-left-radius:50px; border-top-left-radius:50px }
nav .social-icons a{padding: 0!important;}
nav .social-icons img{filter: brightness(100); margin-bottom: 15px;}

.nav-sm{background-color: #c3cdc5; color: #000!important;}

footer .img-logo{width: 285px;}

#footerNav{padding-left: 0;}
#footerNav li{list-style-type: none; display: inline-block;}
#footerNav li a{padding-left: 0; padding-right: 35px;}
/* Navigation */

@media (max-width: 1199px) and (min-width: 992px){
    #topNavigation {height: 100px;}
    #topNavigation .img-logo{width: auto; height: 100px;}
    #welcome{padding-top: 100px;}

}

@media screen and (min-width: 992px){
    .nav-sm{height: 100px!important;}
    .nav-sm .img-logo{width: 187px!important;}
    .nav-sm  .nav-link{color: #000!important;}


}

@media screen and (max-width: 991px){
    #topNavigation {height: auto;}
    #topNavigation    .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }

    .nav-wh #topNavigation .nav-link{color: #000!important;}
    #topNavigation .img-logo{width: 125px;}
    #welcome{padding-top: 66px;}

    #register #topNavigation .navbar-toggler-icon,
    #neighbourhood #topNavigation .navbar-toggler-icon,
    #builder #topNavigation .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
 

    }




#welcome .hero-wrapper{background-color: #c3cdc5; padding:0  35px 35px; }
.has-bg-txt{background-image: url('../images/parkhaus-txt.png'); background-position: right; background-size: contain; background-repeat: no-repeat; background-origin: content-box;}
.score-wrapper{max-width: 300px; margin-left: 70px;}
.score-num{margin-left: -70px;}
.score-img{margin-left: 0; position: absolute; left: 0; top:-32px; width: calc(100% + 50px)!important;}

.hero-wrapper .hero{height: 100vh;  background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.hero-l{position: relative;}
.hero .caption{position: absolute; bottom: 50px; left: 20px; font-size: 70px;}
.hero .caption .fw-bo{ font-size: 110px;}

#welcome .hero{background-image: url('../images/hero/welcome.jpg'); width: 100%;}

.anim-block{position: absolute; display: none; }
.anim-1{left: 50%; top: 50%; transform: translate(-50%, -50%);}
.anim-2{left: 50%; top: 50%; transform: translate(-50%, -50%);}
.anim-3{bottom: 65px; left: 35px;}
.anim-4{bottom: -10px; right: 19%; width: 30%; z-index: 9; max-width: 580px;}
.anim-5{right: 0; bottom: 100px; width: 20%; padding: 40px 0 40px 60px;}






#community .hero{background-image: url('../images/hero/community.jpg'); background-position: top;}
#builder .hero-l{background-image: url('../images/hero/builder-l.jpg');}
#builder .hero-r{background-image: url('../images/hero/builder-r.jpg');}


#neighbourhood .hero-l{background-image: url('../images/hero/neighbourhood-l.jpg');}
#neighbourhood .hero-r{background-image: url('../images/hero/neighbourhood-r.jpg');}

#registrationForm .form-control{border-radius: 0; border: 1px solid #4c4c4c; margin-bottom: 27px; color: #4C4C4C!important;}
#registrationForm  select {
    display: block;
   line-height: 1.3;
   padding: 1rem .75rem;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23748578%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

@media screen and (min-width:992px){
    #welcome .hero{height: calc(100vh - 214px); min-height: 650px;}
}

@media screen and (max-width:1299px){
    .score-img{width: calc(100% + 20px)!important;}

}

@media screen and (max-width:1800px){
    .anim-block .fs-68{font-size: 58px;}
    .anim-block .fs-200{font-size: 100px;}
    .anim-3{ padding: 50px 10px;}
    .anim-4{right: 0; bottom: 98px;}
    .anim-5{bottom: 0; width: 100%; text-align: center; padding: 25px 10px 15px;}
    .anim-5 br{display: none;}
}





@media screen and (max-width:991px){
    .score-num{margin-left: -40px;}
    .score-wrapper{margin-left: auto; margin-right: auto;}
    .score-img{width: calc(100% + 40px)!important;}

    .hero-wrapper .hero{height: 650px;}
      .hero-wrapper .hero-l, .hero-wrapper .hero-r{height: 350px; }
    .hero .caption{font-size: 48px;}
    .hero .caption .fw-bo{font-size: 64px;}

    .anim-block .fs-68{font-size: 52px;}
    .anim-block .fs-200{font-size: 85px;}
    .anim-4{bottom: 92px;}

}

@media screen and (max-width: 767px){
    .score-img{width: calc(100% + 50px)!important;}

    .hero-wrapper .hero{height: 500px;}
  
    .hero .caption{font-size: 36px;}
    .hero .caption .fw-bo{font-size: 44px;}

    .anim-block .fs-68{font-size: 42px;}
    .anim-block .fs-200{font-size: 65px;}
    .anim-3{left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; padding: 20px;}
    .anim-4{bottom: 82px;}

   
    
}



@media screen and (max-width: 567px){
    .hero-wrapper .hero{height: 350px;}
    .hero-wrapper .hero-l, .hero-wrapper .hero-r{height: 200px; }
    .hero .caption{font-size: 24px; bottom: 0;}
    .hero .caption .fw-bo{font-size: 32px;}

    .anim-block .fs-68{font-size: 32px;}
    .anim-block .fs-200{font-size: 45px;}
    .anim-3{top: 60%; }
    .anim-4{bottom: 72px;}
}

@media screen and (max-width: 420px){
    .anim-block .fs-68{font-size: 24px;}
    .anim-block .fs-200{font-size: 32px;}
    .anim-4{bottom: 64px;}
}
@media screen and (max-width: 350px){
    .anim-4{display: none!important;}
}

@media(min-width:768px) and (max-width: 991px){
}


