﻿@charset "UTF-8";
@import url("pages/master.css");
@import url("components/Sidebar/sidebar.css");
@import url("components/twoColumnSectionWithImageAndText/twoColumnSectionWithImageAndText.css");
@import url("components/keysToItaly/keysToItaly.css");
@import url("components/ImagesCarousel/imagesCarousel.css");
@import url("components/CardSection/cardSection.css");
@import url("components/CardDetails/cardDetails.css");
@import url("components/Link/link.css");
@import url("components/map/map.css");
@import url("components/TextWithModal/textWithModal.css");

@font-face {
    font-family: 'BulgariTypeLight';
    src: url('/fonts/BulgariTypeLight.ttf') format('truetype');
}

@font-face {
    font-family: 'BulgariTypeLightItalic';
    src: url('/fonts/BulgariTypeLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'BulgariTypeRegular';
    src: url('/fonts/BulgariTypeRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'BulgariTypeItalic';
    src: url('/fonts/BulgariTypeItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'BulgariTypeBold';
    src: url('/fonts/BulgariTypeBold.ttf') format('truetype');
}

@font-face {
    font-family: 'BulgariTypeBoldItalic';
    src: url('/fonts/BulgariTypeBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'BVLGARICAPITALIS';
    src: url('/fonts/BVLGARICAPITALIS.ttf') format('truetype');
}

:root {
    --font-sans-serif: 'BulgariTypeRegular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family: var(--font-sans-serif);
    --font-size: 1rem;
    --font-weight: 400;
    --line-height: 1.5;
}

.modal-content h5 {
    font-family: 'BulgariTypeRegular' !important;
}

.custom-richtext,
.custom-richtext span,
.custom-richtext div,
.custom-richtext p,
.custom-richtext h1,
.custom-richtext h2,
.custom-richtext h3,
.custom-richtext h4,
.custom-richtext h5,
.custom-richtext h6,
.custom-richtext strong,
.custom-richtext ul,
.custom-richtext li,
.custom-richtext u {
    font-family: 'BulgariTypeRegular' !important;
}

.richtext,
.richtext span,
.richtext div,
.richtext p,
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext strong,
.richtext ul,
.richtext li,
.richtext u {
    font-family: 'BulgariTypeRegular' !important;
}

#mainNav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    border-bottom: 1px solid #84195d;
    background-color: #84195d;
    transition: transform 0.3s ease-in-out !important;
    font-family: 'BulgariTypeRegular';
}

@media (max-width: 353.98px) {
    #mainNav .navbar-brand > img {
        width: 170px;
    }    
}

@media (max-width: 320.98px) {
    #mainNav .navbar-brand > img {
        width: 150px;
    }
}

#mainNav.slide-up {
    transform: translateY(-100%) !important;
}

@media (max-width: 1199.98px) {
  #mainNav {
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -91px;
    transition: transform 0.2s;
    border-bottom: 1px solid #84195d;
    background-color: #84195d;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    transform: translate3d(0, 100%, 0);
  }
}

.page-header {
    position: relative;
    overflow: hidden;
}

.page-header img {
    height: 400px;
    object-fit: cover;
    display: block;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title {
    color: #fff;
    font-size: clamp(2rem, 1.5vw, 2.5rem);
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.bulgariYellowColor {
    color: #DE8A29;
}

.bulgariDarkColor {
    color: #510029;
}

.bulgariTextStandard {
    color: #494949;
}

.bulgariPurple {
    color: #84195d;
}

.bulgariBeigeColor {
    color: rgb(214, 193, 178)
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.offcanvas-header:hover {
    opacity: 0.7;
}

.custom-tooltip {
    background: transparent;
    border: none;
    z-index: 1050 !important;
}

.custom-tooltip .tooltip-inner {
    background: rgba(44, 62, 80, 0.9);
    border: none;
    color: white;
    font-weight: bold;
    font-family: "bulgariTypeRegular";
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1.2;
    box-shadow: none;
}

.custom-tooltip .tooltip-arrow {
    display: none !important;
}