@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
  margin: 0;
  padding: 0;
}
:root{
  --background-color: #faf5ee;
}

a {
  text-decoration: none;
  color: inherit;
}

.didot {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    font-style: normal;
}

.dm-sans {
    font-family: "DM Sans", serif;
    font-style: normal;
}

.row {
  margin: 0;
  padding: 0 ;

}

#menu {
  top: 5vh;
  transition: 1s;
}

.fade-out-image{
  animation: fadeOut 2s;
}

.fade-in-image {
  animation: fadeIn 2s;
}

.fade-in-image-1s {
  animation: fadeIn 1s;
}

.fade-out-image-1s {
  animation: fadeOut 1s;
}
.fade-out-image-3s {
    animation: fadeOut 3s;
}

.background-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#whatsapp-icon {
  bottom: 7%;
  right: 1%;
}

.mobile-invisible {
  display: none !important;

  @media (min-width: 640px) {
    display: block !important;
  }
}

.desktop-invisible {
  display: block !important;

  @media (min-width: 640px) {
    display: none !important;
  }
}

.bg-hotel{
  background-color: var(--background-color);
}

.blackOnHover {
  transition: 1s;
}

.blackOnHover:hover {
  color: white ;
  background-color: black ;
  cursor: pointer;
}
@media (max-width: 640px) {
  .blackOnHover:hover{
  color: black !important;
  background-color: var(--background-color) !important;
  }
}

.background-blur{
  backdrop-filter: blur(5px);
  background-color: rgba(41, 41, 41, 0.3);
}

.arrow-up {
  background-image: url('/images/icons/arrow-up.png');
  width: 24px;
  height: 24px;
}

.camere-img{
  width: 100%;

  @media (min-width: 640px) {
    width: 50%;
    height: 50%;
  }
}

.lobby-img {
  width: 100%;

  @media (min-width: 640px) {
    width: 50%;
    height: 50%;
  }
}

.colazione-img {
  width: 100%;

  @media (min-width: 640px) {
    width: 100%;
    height: 70%;
  }
}

.eventi-img {
  height: 100%;
  width: 100%;

  @media (min-width: 640px) {
    width: 100%;
    height: 70%;
  }
}

.footer-icon {
  height: 20px;
  width: 20px;

  @media (min-width:640px) {
    height: 24px;
    width: 24px;
  }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#pop-up-button, #pop-up-button-mobile {
    top: 10%;
    right: 5%;
    z-index: 100;
    cursor: pointer;
}

#pop-up-content, #pop-up-content-mobile {
    top: 10%;
    right: 5%;
    z-index: 110;
}

.room-button:hover {
    scale: 1.05;
    transition: 0.5s;
}

.menu-component-text{
    font-size: 1.5rem;
    @media (min-width: 1400px) {
        font-size: 1.75rem;
    }
}

.pop-up-storia-arredamento {
    width: 40%;
    @media (min-width: 1400px) {
        width: 30%;
    }
}

.scale-on-hover {
    transition: 0.5s;
}

.scale-on-hover:hover {
    scale: 1.05;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

  /* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#details-container {
    width: 35%;
    @media (min-width: 1400px) {
        width: 30%;
    }
}
