.poppins {
    font-family: "Poppins", sans-serif;
}
.noto-sans {
    font-family: "Noto Sans", sans-serif;
}
.antonio{
    font-family: "Antonio", sans-serif;
}
.primary-red{
    background: #E92A2D;
}
img{
    max-width: 100%;
}
ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
a{
    text-decoration: none;
}
h1{
    font-family: "Antonio", sans-serif;
    letter-spacing: 5px;
}
h1 span{
    font-weight: 200;
}
h5{
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #F8F5F3;
    line-height: 1.2;
}
h3{
    font-family: "Antonio", sans-serif;
    letter-spacing: 5px;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}
h3 span{
    display: block;
    font-weight: 100;
}
h6{
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
}
h6 span{
    display: block;
    font-weight: 300;
}
.slick-arrow{
    position: absolute;
    background-color: rgb(0 0 0 / 44%);
    z-index: 99;
    border: 0;
    color: transparent;
    padding: 2px 5px;
    background-size: 25px;   
    background-position: center; 
    background-repeat: no-repeat;
    bottom: 10em;
    width: 50px;
}
.slick-arrow.slick-prev{
    background-image: url(../images/left-arrow.png);
    right: 8.5em;
}
.slick-arrow.slick-next{
    right: 4.625em;
    background-image: url(../images/right-arrow.png);
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.header-block{
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}
.header-block .sales{
    font-family: "Noto Sans", sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 14px;
}
.header-block .logo{
    background: #fff;
    padding: 10px;
    height: 100px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.enquire-btn{
    background: #E92A2D;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    color: #F8F5F3;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.banner-block,.banner-slider,.b-slider-items{  
    height: 100vh;
}
.banner-slider{
    top: 0;
    left: 0;
    width: 100%;
}
.b-slider-items .b-slider-item img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.banner-top-contents{
    margin-top: 7em;
}
.b-slider-items .b-slider-item img.banner-logo {
    width: 180px;
    height: auto;
}
.banner-block .banner-contents{
    z-index: 9;
    bottom: 9em;
    left: 0;
    width: 100%;
}
.banner-block .banner-contents ul{
    width: 55%;
}
.banner-block .banner-contents ul li {
    display: inline-block;
    padding: 0 5px;
    width: 20%;
    position: relative;
}
.banner-block .banner-contents ul li::after{
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 48px;
    right: 10px;
    top: 1px;
}
.banner-block .banner-contents ul li:last-child::after{
    display: none;
}
.banner-block .banner-contents ul li h6 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.banner-block .banner-contents ul li h6 span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.banner-form{
    margin-top: -8em; 
}
.banner-form-inner{
    background: rgb(0 0 0 / 44%);
    padding: 2em;
}
.banner-form-inner .form-block{
    padding: 0;
}
.banner-form-inner .form-button{
    background: #E92A2D;
    width: 100%;
}
.form-block{
    padding: 2em 0;
}
.form-group{
    margin-bottom: 10px;
}
.form-group label{
    font-size: 13px;
    font-weight: 200;
    text-transform: uppercase;
}
.form-control,.form-select {
    border-color: #fff;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    background: #fff;
    font-family: "Noto Sans", sans-serif;
    height: 42px;
}
.form-select{
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
}
.form-select option{
    color: #000;
}
.form-control::placeholder {
    color: #84857E;
    text-transform: uppercase;
}
.form-control::-ms-input-placeholder { 
    color: #84857E;
    text-transform: uppercase;
}
.form-control:focus,.form-select:focus-visible{
    box-shadow: none;
    border-color: #fff;
    outline: none;
    background-color: #fff;
    color: #000;
}
.form-button{
    font-family: "Noto Sans", sans-serif;
    padding: 0.6rem 4rem;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    margin: .5em 0 0;
    font-weight: 500;
}
.tvm-projects h6 {
    font-weight: 600;
    margin-bottom: 20px;
}
.proj-item{
    margin-bottom: 2em;
}
.proj-item .status {
    position: absolute;
    top: 1em;
    left: 0;
    padding: 5px 20px 5px 15px;
    font-size: 13px;
    color: #F8F5F3;
    background: #E92A2D;
    line-height: 1.4em;
    display: inline-block;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
    line-height: 1.3;
    text-align: left;
}
.proj-item .status small{
    display: block;
    font-size: 12px;
}
.proj-item .proj-img:after{
    position: absolute;
    content: "";
    background:url('../images/proj-overlay.png') no-repeat;
    background-position:bottom center;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.proj-details {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.proj-details small{
    font-size: 13px;
    font-weight: 100;
}
.proj-details .rera{
    width: 45px;
    background: #fff;
    margin-left: 5px;
}
.proj-contents{
    background: #F8F5F3;
    padding: 2em 1.5em;
}
.proj-contents h3{
    margin-bottom: 10px;
    font-weight: 100;
}
.contact-block .form-inner{
    height: 100%;
    padding: 5em 3em;
}
.footer-block small{
    color: #84857E;
}
@media (min-width: 768px) and (max-width: 1199px) {
   
}
@media (max-width: 767.98px) {
    .banner-block .banner-contents{
        bottom: 0;
    }
    .banner-form{
        margin-top: 0;
        padding: 2em 0 0;
    }
    h3{
        text-align: center;
    }
    h6{
        text-align: center;
    }
    .header-block .sales{
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 10px;
        display: block;
    }
    .header-block .logo{
        padding: 5px;
        height: 65px;
        border-radius: 6px;
    }
    .enquire-btn{
        font-size: 13px;
        padding: 8px 10px;
    }
    .proj-contents h3,.proj-contents h6{
        text-align: left;
    }
    .proj-contents .enquire-btn {
        margin: 0 10px 10px 0;
        width: 175px;
    }
    .contact-block .form-inner{
        padding: 2em 1em;
    }
    .form-block{
        padding: 0;
    }
    .banner-form-inner{
        padding: 2em 1em;
    }
    .banner-block .banner-contents ul{
        width: 100%;
        background: rgb(0 0 0 / 44%);
        padding: 1em 0;
    }
    .banner-block .banner-contents ul li{
        width: 49%;
    }
    .banner-block .banner-contents ul li:after{
        display: none;
    }
    .banner-block .banner-contents ul li h6{
        font-size: 11px;
        color: #fff;
        text-align: left;
    }
    .slick-arrow{
        display: none!important;
    }
}