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


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

@font-face {
    font-family: 'jost-light';
    src: url('fonts/Jost-Light.ttf') format('truetype');
    
}

@font-face {
    font-family: 'jost-regular';
    src: url('fonts/Jost-Regular.ttf') format('truetype');
    
}

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

@font-face {
    font-family: 'jost-semibold';
    src: url('fonts/Jost-SemiBold.ttf') format('truetype');
    
}


.josh-light{
    font-family: 'jost-light', sans-serif;
}

html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 18px; 
    color: #231F20;
    font-weight: 300;
}



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-do{font-family: 'Dolego';}

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

.fs-250{font-size: 250px;}
.fs-200{font-size: 200px;}
.fs-150{font-size: 150px;}
.fs-50{font-size: 50px;}
.fs-40{font-size: 40px;}
.fs-28{font-size: 28px;}
.fs-24{font-size: 24px;}
.fs-20{font-size: 20px;}
.fs-14{font-size: 14px;}


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

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



.bg-grey{background-color: #484c4c!important; }
.bg-yellow-light{background-color:rgba(233,189,20, .6); }
.bg-yellow{background-color:#E9BD13 }
.bg-brand{background-color: #da1f31;}
.bg-red{background-color: #DE1C24;}

.text-red{color:#DE1C24!important;}
.text-black{color:#000!important;}
.text-grey{color:#808080!important;}
.text-yellow{color:#E9BD13!important;}

.btn-brand{background-color: #DE1C24; border:none; display: inline-block;  transition: all 0.32s ease-out; color: #FFF; font-weight: 600; font-size: 22px; padding: 10px 30px; letter-spacing: 6px; }
.btn-brand:hover{background-color: #1A1A1A; color: #FFF!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.1);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}
.mh-400{min-height: 400px;}

#topNavigation {position: fixed; top: 0; right: 5%;z-index: 9999;}
#topNavigation .nav-wrapper{background-color: #E04036; width:450px; padding: 30px; border-radius: 0 0 50% 50%; position: absolute; top: -100vh; right: 0; opacity: 0; transition: all .42s linear;}
.menuOpen{top:0!important; right: 0!important; opacity:1!important;}

@media screen and (max-width: 1199px){
    .fs-250{font-size: 150px;}
    .fs-200{font-size: 125px;}
    .fs-150{font-size: 115px;}
    .fs-50{font-size: 44px;}
    .fs-40{font-size: 30px;}
    .fs-28{font-size: 27px;}
}



@media screen and (max-width: 767px){
    .fs-250{font-size: 125px;}
    .fs-200{font-size: 100px;}
    .fs-150{font-size: 90px;}
    .fs-50{font-size: 42px;}
    .fs-40{font-size: 26px;}
    .fs-28{font-size: 26px;}
    .fs-24{font-size: 23px;}
}

@media screen and (max-width: 576px){
    .fs-250{font-size: 115px;}
    .fs-200{font-size: 90px;}
    .fs-150{font-size: 70px;}
    .fs-50{font-size: 36px;}
    .fs-40{font-size: 30px;}
    .fs-28{font-size: 24px;}
    .fs-24{font-size: 22px;}
    .fs-20{font-size: 19px;}
}




@media screen and (min-width: 1200px) {
    .ps-lg-400{padding-left: 400px;}
}


#topNavigation .nav-wrapper  .navigation {list-style-type: none; padding: 25px;}
#topNavigation .nav-wrapper  .navigation li{float: none; text-align: center; margin-bottom: 20px;}
#topNavigation .nav-wrapper  .navigation li a{color: #FFF ; font-size: 19px; font-weight: 500;}
#topNavigation .nav-wrapper  .navigation li a:hover{text-decoration: underline;}


.footer-wrapper{border-top: 1px solid #1A1A1A; border-bottom: 1px solid #1A1A1A; margin-bottom: 50px;}
.bdr-right{border-right: 1px solid #1A1A1A;}

.footer-wrapper .navigation{list-style-type: none;}
.footer-wrapper .navigation li{float: left; margin-right: 25px; }
.footer-wrapper .navigation li a{color: #1A1A1A ; font-size: 17px; font-weight: 500;}
.footer-wrapper .navigation li a:hover{color: #DE1C24 ; }
#footerNavigation #btnClose{display: none;}
/* Navigation */


@media screen and (max-width: 767px){
  
   .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");}
    .navbar-toggler {border-color: rgba(255,255,255,0);} 
     .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }
}




.img-top-10{width: 325px;}
.img-design{position: absolute; bottom: -100px; left: 40%;}
.design-wrapper{background-image: url('../images/bg-design.png'); background-position: left; background-repeat: no-repeat;}
.bg-rendering{background-image: url('../images/bg-rendering.png'); background-position: left; background-repeat: no-repeat;}
#registrationForm .form-control{border-radius: 0; border: 1px solid #1A1A1A; margin-bottom: 27px; color: #1A1A1A;}
#registrationForm .form-control label{color: #1A1A1A;}
#brokerage_name_wrapper{transition: all .5s linear;}

@media screen and (max-width: 1199px){
  #rendering-block,
  #design-wrapper-block{background-image: none; }

  .img-design{width: 100px; left: 5%; bottom: -30px;}
}


@media screen and (max-width: 767px){
   #topNavigation{text-align: right; width: 100%;}
   #topNavigation .nav-wrapper{width: 90%;}

}




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

@media screen and (min-width:992px){
   
}





