*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
}
header{
    font-family: "Roboto", sans-serif;
    background-color: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    color: black;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
}
header img{
    width: 65px;
    margin: 0 95px;
}
.div-header{
    text-align: center;
    justify-content: center ;
    align-items: center;
    display: flex;
    
}
.link{
    position: relative;
    margin: 25px;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 13px;
    z-index: 1;
}
.link:hover{
    color: rgb(173, 153, 102);
}

#hrbanner{
margin: 16px;
}

#banner{
    font-family: "Playfair Display", serif;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 1520px;
    height: 400px;
    background-image: url(https://preview.colorlib.com/theme/rooftop/img/banner-bg.png);
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
}
#text1{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 8.8px;
}
#text2{
    font-size: 18px;
}

#gallery{
    gap: 20px;
    height: 1650px;
    align-self: center;
    margin-left: 25px;
    margin-top: 170px;
}
#moldura-gallery-img1{
    width: 540px;
    height: 778.38px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-left: 390px;
    transform: translateY(-5%);
    z-index: 11;
    background-color: black;
}
#gallery-img1{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
#gallery-img1:hover{
    transform: scale(1.3);
    opacity: 0.7;
}
#moldura-gallery-img2{
    width: 445px;
    height: 545.28px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-left: 965px;
    transform: translateY(-85%);
    z-index: 10;
    background-color: black;
}
#gallery-img2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
#gallery-img2:hover{
    transform: scale(1.3);
    opacity: 0.7;
}
#moldura-gallery-img3{
    width: 445px;
    height: 545.28px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-left: 490px;
    transform: translateY(-103%);
    z-index: 10;
    background-color: black;
}
#gallery-img3{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
#gallery-img3:hover{
    transform: scale(1.3);
    opacity: 0.7;
}
#moldura-gallery-img4{
    width: 540px;
    height: 583.78px;
    overflow: hidden;
    position: relative;
    display: flex;
    margin-left: 965px;
    transform: translateY(-170%);
    z-index: 10;
    background-color: black;
}
#gallery-img4{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}
#gallery-img4:hover{
    transform: scale(1.3);
    opacity: 0.7;
}
.breadcrumb {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.breadcrumb a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.separator {
    color: #ffffff;
    font-size: 14px;
}
.breadcrumb a.active {
    color: #ffffff;
}
.main-footer {
    background-color: #04091e;
    color: #ffffff;
    padding: 130px 20% 130px 20%;
    font-family: 'Playfair Display', serif;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}
.footer-column {
    flex: 1;
    min-width: 180px;
}
.footer-column h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin-bottom: 12px;
}
.footer-column ul li a {
    color: #777777;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: 0.3s;
}
.footer-column ul li a:hover {
    color: #AD9966;
}
.newsletter p {
    color: #777777;
    font-size: 15px;
    margin-bottom: 20px;
}
.newsletter-form {
    display: flex;
}
.newsletter-form input {
    background: transparent;
    border: 1px solid #333;
    padding: 10px;
    color: white;
    width: 100%;
    outline: none;
}
.newsletter-form button {
    background: #AD9966;
    border: none;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}
.footer-bottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bottom p {
    color: #777777;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.highlight {
    color: #ffba00;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    background-color: #FFFFFF1A;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.social-icons a img {
    width: 16px; 
    height: auto;
    filter: brightness(1) invert(0); 
}
.social-icons a:hover {
    background-color: #AD9966;
}
.social-icons a:hover img {
    filter: brightness(1); 
}

a{
    font-size: 13px;
    font-weight: 500;
}

#galleryheader{
    color: rgb(173, 153, 102);
}
.breadcrumb a:hover{
    color: rgb(173, 153, 102);
}
a.active:hover{
    color: rgb(173, 153, 102);
}
.separator{
    font-size: 18px;
}


#div-hover{
    display: none;
}

#a-hover:hover + #div-hover{
    z-index: 0;
    text-align: left;
    flex-direction: column;
    bottom: 510px;
    left: 61%;
    position: absolute;
    background-color: #ffffff;
    display: flex;
    transform: translateY(479%);
    padding: 10px;
}
#div-hover:hover{
    display: flex;
    z-index: 0;
    text-align: left;
    flex-direction: column;
    bottom: 510px;
    left: 61%;
    position: absolute;
    background-color: #ffffff;
    display: flex;
    transform: translateY(479%);
    padding: 10px;
}
#div-hover a{
    display: flex;
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
}

#div-fdpp{
    display: flex;
}

a.active{
    color: rgb(173, 153, 102);
    text-decoration: none;
}
.heart{
    color: rgb(173, 153, 102);
    font-size: 20px;
}
