.mainContainer {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.mainContainer img {
  position: absolute;
  /* inset: 0; */
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.back-to-home {
  display: none;
}

.nav-link {
  color: #fff !important;
}

.navbar-nav {
  margin-left: 11%;
}

body {
  font-family: Montserrat;
  overflow-x: hidden;
}

/* chatgpt */
/* Center the logo */
.navbar-brand-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Add left and right margins */
.navbar-custom {
  margin-left: 10%;
  margin-right: 10%;
  color: #fff;
}

.loginCircle {
  background: white;
  color: black;

  letter-spacing: 0.16em;
  line-height: 139.8%;
  text-transform: uppercase;
  border-radius: 100px;
  width: 128px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #000 !important;
  text-align: center;
}

.navbar-brand {
  font-size: 1rem;
}

.welcomeText {
  color: #fff;
  text-align: center;
  margin-top: 25vh;
}

.welcomeHeader {
  font-size: 48px;
  margin-bottom: 0px;
  font-family: "Playfair Display";
}

.welcomesubHeader {
  font-size: 24px;
}

.buildCircle {
  background: white;
  color: black;
  letter-spacing: 0.16em;
  line-height: 139.8%;
  text-transform: uppercase;
  border-radius: 100px;
  /* width: 128px; */
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #000 !important;
  text-align: center;
}

.builderCircle {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid white;
  color: white !important;
}

.bestPlace {
  margin-top: 15%;
}

.the-alloggio-management {
  /* top: 910px; */
  text-transform: uppercase;
  color: #5479ee;
  font-size: 14px;
  /* width: 255px;
    height: 23px; */
}
.menu-logo {
  position: relative !important;
  z-index: 1 !important;
}

.profile-image {
  border: 1px solid;
  height: 45px !important;
  width: 45px !important;
  position: relative !important;
}

.tooltip-account-title {
  color: white !important;
}
.header-tip {
  font-size: small !important;
  color: #bdc1c6;
}
.loginpopover {
  text-decoration: none;
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 212.3%; /* 21.23px */
}
