/* ALTAHANY PREMIUM HEADER + GALLERY V4 */

:root{
 --ath-gold:#C9A227;
 --ath-dark:#171513;
}


/* Header */

header,
.navbar,
.ath-header{

 backdrop-filter:blur(12px);
 background:rgba(255,255,255,.88);
 border-bottom:1px solid rgba(201,162,39,.15);

}


.logo,
.brand img{

 max-height:70px;
}


/* Gallery */

.gallery,
.ath-gallery,
[class*="gallery"]{

 border-radius:24px;
 overflow:hidden;

}


.gallery img,
.ath-gallery img{

 transition:.45s ease;

}


.gallery img:hover,
.ath-gallery img:hover{

 transform:scale(1.06);

}


/* Forms */

input,
textarea,
select{

 border-radius:14px!important;
 border:1px solid rgba(201,162,39,.25)!important;

}


input:focus,
textarea:focus,
select:focus{

 border-color:#C9A227!important;
 box-shadow:0 0 0 4px rgba(201,162,39,.12)!important;

}


@media(max-width:768px){

.logo,
.brand img{

 max-height:55px;

}

}
