/**
 * Home Banner
 *
 * Generated by Dreamz Page Builder on 2026-07-21.
 */

 .home-banner {
    position: relative;
    overflow: hidden;
}

.home-banner-text{
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 185px 0px 115px 0px; 
 }

.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;

}
.home-banner-image img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.home-banner-text-wrap{
    max-width: 550px;
	padding-left: 70px;
}
.home-banner-text-wrap *{
	color: var(--white);
}
.home-banner-text-wrap h1 span{
    color: var(--golden);
}
.home-banner-text-wrap h1 {
	margin-bottom: 40px;
}
.home-banner-text-wrap .small-title{
    border-radius: 30px;
    border: 1px solid rgba(232, 220, 208, 0.40);
    background: rgba(255, 255, 255, 0.10);
    padding: 9px 20px;
    margin-bottom: 20px;
    width: max-content;
    font-family: var(--font-cormorant-garamond);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

@media only screen and (max-width:991px) {
	.home-banner-text{
		padding: 160px 0px 110px 0px;
	}
	.home-banner-text-wrap{
		padding-left: 20px;
	}
}

@media only screen and (max-width:767px) {
	.home-banner-text-wrap h1 {
		margin-bottom: 25px;
	}
	.home-banner-text-wrap .small-title{
		margin-bottom: 10px;
        font-size: 15px;
        padding: 8px 20px;
	}
	.home-banner-text-wrap{
		padding-left: 0px;
	}
	.home-banner-text {
        padding: 150px 0px 100px 0px;
    }
}