@font-face { font-family: Poppins-Regular; src: url('../fonts/Poppins-Regular.ttf'); } 
@font-face { font-family: Poppins-Medium; src: url('../fonts/Poppins-Medium.ttf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: Poppins-Regular;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #000;
}
.sec-pad{
    padding: 10px 0px; 
}
a{
    color: inherit!important;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{
    font-size: 20px;
    line-height: 30px;
}
.ft-16{
    font-size: 16px;
    line-height: 28px;
}
.light-color{
    color: #a9a9a9;
}
.medium{
    font-family: Poppins-Medium;
}
.coming-title{
    font-size: 25px;
    line-height: 38px;   
    font-family: Poppins-Medium;
    text-transform: uppercase;
}
.header-footer-div{
    height: 30dvh;
    position: relative;
}
.main-div{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40dvh;
    position: relative;
}
.hero-bg{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: url('../img/hero-bg.jpg');
}
.hero-bg::before {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.relative-9{
    position: relative;
    z-index: 9;
}
.main-div-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
}
.contact-details{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-logo{
    width: 100%;
    max-width: 500px;
    height: auto;
}
.riba-arb-img{
    width: 100%;
    max-width: 320px;
}


@media only screen and (max-width: 1400px) {
    .contact-details p{
        font-size: 18px;
        line-height: 28px;   
    }
    .h-logo{
        max-width: 420px;
    }
    .riba-arb-img{
        max-width: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .contact-details p{
        font-size: 16px;
        line-height: 28px;   
    }
    .h-logo{
        max-width: 380px;
    }
}
@media only screen and (max-width: 991px) {
    .header-footer-div{
        height: 25dvh;
    }
    .main-div{
        height: 50dvh;
    }
    .main-div-container{
        padding-bottom: 85px;
    }
    .contact-details{
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    p{
        font-size: 18px;
        line-height: 28px;
    }
    .ft-16{
        font-size: 14px;
        line-height: 26px;
    }
}