@font-face {
  font-family: "gotham";
  src: url("../Gotham/Gotham Medium.otf") format("truetype");
  /* Optional: for better compatibility, include woff/woff2 */
}

.jumbotron-left-content {
  font-size: 24px;
  line-height: 1.5em;
  background-color: rgb(0 43 83 / 66%);
  padding: 20px;
  margin-top: 150px;
}
.jumbotron-container {
  min-height: 84vh !important;
  overflow: hidden;
}
header {
  background-color: #002b53;
  /* background-color: #5a6f7e; */
}
.header-nav-link {
    text-decoration: none;
    color: #ffffff;
      font-size: 14px;
    text-transform: uppercase;
     font-family: "gotham";
}
.top-header p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #ffffff;
}
.top-header {
  background-color: #002b53;
}
.header-active {
  color: #ffffff;
}
header ul.show {
  position: fixed;
  background-color: #171616;
  top: 8vh;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: -8vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.btn-boot-a-stay {
  font-size: 18px;
  background-color: #002857;
}
.jumbotron-left-content p {
  font-size: 24px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem !important;
}
p {
  line-height: 1.8;
}

.about-us h2 {
  color: #000 !important;
  font-size: 24px;
  font-family: gotham;
}
.review-title {
  font-size: 32px !important;
  font-family: gotham;
  color: #000 !important;
}
#section-hotel-info {
  background-image: url("../img/new-background-2.jpg");
  background-size: cover;
  background-position: center;
}
h3.card-subtitle {
  font-size: 16px;
}
.card-title {
  color: #000 !important;
  font-size: 18px;
  font-family: gotham;
}
.bg-roomy {
  /* background-image: url("../img/new-background-2.jpg"); */
  background-size: cover;
  background-position: center;
}
.h1,
h1 {
  font-size: 32px !important;
  font-family: gotham;
}
.h5,
h5 {
  font-size: 16px !important;
  font-family: gotham;
}
h3.room-title {
  color: #000 !important;
  font-size: 22px;
  font-family: gotham;
}
.details-container p {
  margin-bottom: 0.3rem;
}
.rooms-img {
  width: 100%;
}
.bg-primary-light {
  --bs-bg-opacity: 1;
  background-color: rgb(236 237 239) !important;
}
.bg-danger-light {
  --bs-bg-opacity: 1;
  background-color: rgb(239 235 235) !important;
}
.bg-info-light {
  --bs-bg-opacity: 1;
  background-color: rgb(229 239 241) !important;
}
.header {
  background-image: url(../img/pattern-1.webp);
  background-size: 40%;
}
.footer {
  background-image: url(../img/pattern-1.webp);
  background-size: 40%;
}
.header-btn-custom {
  padding: 10px 30px;
  width: 133px;
  height: 48px;
  border-radius: 4px;
  background-color: #366a2e;
  color: #fff;
}
@media only screen and (min-width: 954px) {
  .jumbotron-container {
    width: 100%;
    flex-direction: row;
    align-items: start;
  }
  .px-lg-100 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
