@media (max-width: 480px) {
	#rev_slider_63_1_wrapper {
		height: 500px;
	}
}

@media (max-width: 900px) {
	#rev_slider_63_1_wrapper {
		height: 560px;
	}
}

@media (max-width: 1260px) {
	#rev_slider_63_1_wrapper {
		height: 560px;
	}
}

@media (min-width: 1261px) {
	#rev_slider_63_1_wrapper {
		height: 600px;
	}
}
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
    width: 180px;
}
.fl-node-598afcd2173a5 > .fl-row-content-wrap {
	background-color: #000000!important;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(198, 35, 35, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#00C62323");
	color: #ba9967!important;
}
.page-header h1 {
    color: #000000 !important;
}
.page-id-988182 .page-header h1 {
    color: #ffffff !important;
}
.page-id-988208 .page-header h1 {
    color: #ffffff !important;
}
.fl-builder .meta-header {
    padding: 100px;
}
//banner4
.hero{
    position:relative;
    height:100vh;
    background:url("Banner 1.jpg.jpeg") center/cover no-repeat;
    display:flex;
    align-items:center;
    padding:0 10%;
    overflow:hidden;
}

/* dark overlay for readability */
.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.6)
    );
}

/* text container */
.hero-content{
    position:relative;
    max-width:650px;
    color:#fff;
    z-index:2;

    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    padding:40px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,0.15);

    animation:fadeUp 1.2s ease forwards;
    opacity:0;
    transform:translateY(30px);
}

/* small tag */
.tag{
    letter-spacing:4px;
    font-size:14px;
    color:#d4a74b;
    font-weight:700;
}

/* heading */
.hero-content h1{
	color: azure;
    font-size:58px;
    line-height:1.1;
    margin:15px 0;
	
}

/* underline animation */
.line{
    width:0;
    height:4px;
    background:#d4a74b;
    border-radius:10px;
    animation:lineGrow 1.5s ease forwards;
}

/* paragraph (clean readable) */
.hero-content p{
    font-size:18px;
    line-height:1.7;
    margin:25px 0;
    color:#f1f1f1;
}

/* button */
.btn{
    display:inline-block;
    padding:14px 34px;
    background:#d4a74b;
    color:#000;
    font-weight:600;
    border-radius:50px;
    text-decoration:none;
    transition:0.3s ease;
}

.btn:hover{
    transform:translateY(-3px);
    background:#c0913a;
}

/* animations */
@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes lineGrow{
    to{
        width:90px;
    }
}

/* responsive */
@media(max-width:768px){
    .hero-content h1{
        font-size:36px;
    }

    .hero-content{
        padding:25px;
    }
}