@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: rgb(0, 0, 0);
}

.logo {
  width: 80px;
}

.navbar-toggler {
  background-color: rgb(175, 109, 41);
}

nav.navbar {
  background-color: rgb(21, 22, 24);
  backdrop-filter: blur(0px);
  transition: background .5s;
  font-family: Literata, serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 100px;
  width: 100%;
}

.navbar .container {
  background-color: rgb(21, 22, 24);
}

.nav-link {
  color: white;
  font-size: 15px;
}

.navbar-collapse {
  background-color: rgb(21, 22, 24);
}

.nav-link:hover {
  color: white;
  transform: scale(1.07);
}

hr {
  color: rgb(208, 178, 15);
}

.dropdown-menu {
  color: rgb(0, 0, 0);
  transition: background .5s !important;
  border: 1px solid #CEC2AA;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-align: center;
  padding: 10px;
}

.dropdown-item {
  color: rgb(0, 0, 0);
}

.dropdown-item:hover,  .dropdown-item:active {
  border: 1px solid #252525;
  transform: scale(1.02);
  background-color: white;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
}

.carousel-inner, .carousel-item {
  padding-top: 100px;
  height: 80vh;
}

.carousel-item img {
  height: 100%;
  padding-bottom: -70px;
  width: 100%;
  filter: brightness(0.4);
}

.carusel-title {
  font-family: "Gilda Display", serif;
  color: white;
  font-weight: 400;
  font-size: 70px;
  letter-spacing: 5px;
}

.carusel-text {
  font-size: 18px;
  letter-spacing: 2px;
}

.room-detalis a {
  color: white;
}

.about-home {
  padding: 100px 0;
}

.photo-about {
  margin: 90px 0 30px 0;
  width: 100%;
}

.golden {
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: rgb(75, 74, 74);
  margin-bottom: 20px;
}

.golden2 {
  font-size: 46px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: rgb(34, 34, 34);
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.golden1 {
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.book-btn {
  background-color: rgb(255, 255, 255);
  border: 1px solid #000000;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px;
  color: rgba(0, 0, 0, 0.85);
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  transition: all 250ms;
  vertical-align: baseline;
  width: auto;
  border-radius: 0%;
}

.book-btn:hover {
  transform: translateY(-1px);
}

.rooms1 {
  background-color: rgb(248, 245, 240);
  padding-top: 50px;
  padding-bottom: 50px;
}

.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: CRE;
  overflow-x: hidden;
  overflow-y: hidden;
}

.rooms1 .item:hover img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rooms1 .item:hover .room-detalis {
  bottom: 0px;
}

.rooms1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}

.rooms1 .item .category a {
  color: rgb(255, 255, 255);
}

.rooms1 .item .category:hover {
  color: rgb(255, 255, 255);
}

.rooms1 .item .room-detalis {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  background-image: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.rooms1 .item .room-detalis h6,
.detalis-btn {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: 'Gilda Display', serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .room-detalis h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms1 .item .room-detalis h5,
.rooms1 .item .room-detalis h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Gilda Display', serif;
}

.rooms1 .item .room-detalis p {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.rooms1 .item .room-detalis i {
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.rooms1 .item .room-detalis i:hover {
  color: rgb(255, 255, 255);
}

.rooms1 .item .room-detalis .butn-light {
  margin-left: 0px;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}

.rooms1 .item .room-detalis .butn-light:hover {
  border-color: #AA8453;
}

.room-detalis {
  padding-left: 80px;
}

.rooms1 .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}

.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.rooms1 .facilities ul li {
  color: rgb(255, 255, 255);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
  float: left;
}

.rooms1 .facilities ul li i {
  margin-right: 10px;
}

.rooms1 .item .room-detalis .permalink a {
  color: rgb(255, 255, 255);
  text-align: right;
}

.img35 {
  margin: 80px 0 20px 0;
}

h6 {
  font-family: "Gilda Display", serif;
  line-height: 30px;
}

.suite-title {
  color: white;
  font-size: 32px;
  margin-top: 25px;
}

.suite-title2 {
  line-height: 30px;
  color: rgb(255, 255, 255);
  font-family: arial;
}

.suite {
  background-color: rgb(34, 34, 34);
  padding-top: 70px;
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-right: 1px solid #fdca724e;
  border-bottom: 1px solid #fdca724e;
  padding-bottom: 70px;
  background-position-x: right;
  background-position-y: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(253, 202, 114, 0.306);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(253, 202, 114, 0.306);
}

.suite img {
  width: 400px;
  height: 550px;
}

.facilities-section {
  background: url('../image/566859103.jpg') rgba(20, 19, 19, 0.616);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 100px 0;
  text-align: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/imperialapartments/imperial-apartments.al/imperial-apartments.al_2026-04-07_08-49-37-463/img/20260406_103647_83bc912b-62f0-41b1-a651-0d9aa3797c63.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(20, 19, 19, 0.616);
  background-position-x: center;
  background-position-y: bottom;
}

.facility-box {
  background-color: rgba(100, 99, 99, 0.757);
  padding: 30px;
  border: #b7893200 1px solid;
}

.facility-box:hover {
  background-color: rgba(255, 255, 255, 0.235);
  color: white;
  border: #ca9356 1px solid;
  transition: 0.3s ease-in-out;
}

.facility-box h5 {
  color: rgb(255, 255, 255);
  font-family: "Gilda Display", serif;
}

.title-facilities {
  letter-spacing: 3px;
  color: white;
}

.title-facilities+.golden2 {
  color: white;
}

.facilities-icon {
  color: rgb(255, 255, 255);
  font-size: 35px;
}

.gallery {
  background-color: rgb(248, 245, 240);
}

.gallery-home {
  width: 90%;
  padding: 70px 0;
  margin: 0 auto;
}

.detalis-img {
  width: 190px;
}

.gallery_img {
  height: 22vh;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgb(71, 71, 71) 7px 5px 3px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.photo-gallery {
  width: 100%;
  transition: all .5s;
}

.footer {
  background-color: black;
}

.footer_wrapper {
  padding: 5% 0 5% 0;
}

.logo-footer {
  width: 100px;
  margin-top: -25px;
  margin-bottom: 1.25rem;
}

.footer-title {
  margin-bottom: 1.25rem;
  font-family: Cinzel, serif;
  color: rgb(175, 109, 41);
}

.footer-info iframe {
  width: 100%;
}

.contact-info li,
.contact-info i {
  color: white;
}

.footer-menu,.footer-para {
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  transition: all 0.3s ease-out 0s;
  color: white;
}

.footer-info li {
  margin-bottom: 0.5rem;
}

.footer-menu::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.footer-menu:hover {
  margin-left: 0.625rem;
  color: rgb(255, 255, 255);
}

.copyright-section {
  background-color: rgb(0, 0, 0);
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.copyright-section p {
  font-size: medium;
  color: whitesmoke;
  text-align: center;
}

.logo-Intermedia {
  width: 100px;
}

.footer a {
  color: white;
}

.about-bg1 {
  background: url('../image/OneBedroomApartment2.jpg') rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/imperialapartments/imperial-apartments.al/imperial-apartments.al_2026-04-07_08-49-37-463/img/20260407_083110_c313a7c7-a1a6-4c46-a692-ffb2349cad6frrr.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.57);
  background-position-x: center;
  background-position-y: bottom;
}

.top-section {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-weight: 500;
  font-size: 45px;
  padding-top: 100px;
  text-shadow: rgb(255, 255, 255) 1px 1px 1px;
  letter-spacing: 2px;
}

.top-part {
  padding-top: 100px;
}

.about-top-detalis {
  width: 170px;
}

.top-section-para {
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilda Display", serif;
}

.top-section-para>a {
  color: azure;
}

.top-ref {
  color: rgb(175, 109, 41);
}

.textAbout-img {
  width: 100%;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px;
  padding-bottom: 100px;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  animation-duration: 140s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: marquee;
}

.marquee .content {
  opacity: 0.05;
  line-height: 1.2;
}

.contact-bg1 {
  background: url('../image/681382696.jpg') rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/imperialapartments/imperial-apartments.al/imperial-apartments.al_2026-04-07_08-49-37-463/img/20260406_120224_51595cb3-f84a-4344-8190-ad7949f8d391.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.57);
  background-position-x: center;
  background-position-y: bottom;
}

.first-part-contact {
  padding-top: 50px;
}

.contact-title {
  font-weight: 500;
  font-family: "Gilda Display", serif;
  font-size: 30px;
  letter-spacing: 2px;
}

.contact-txt {
  font-weight: 400;
  font-size: 20px;
}

.info {
  margin-top: 50px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(200, 200, 200, 0.6);
}

.item {
  border-right: 1px solid rgba(200, 200, 200, 0.6);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(200, 200, 200, 0.6);
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  margin: 0 auto 25px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}

.icon i {
  color: rgb(162, 101, 37);
  font-size: 26px;
}

.item h5 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-family: "Gilda Display", serif;
  color: rgb(0, 0, 0);
  height: 400;
}

.item p {
  margin-bottom: 2px;
  font-family: "Gilda Display", serif;
}

.map {
  width: 100%;
  height: 400px;
}

.gallery-bg1 {
  background: url('../image/onebedroomapartment-3.jpg') rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/imperialapartments/imperial-apartments.al/imperial-apartments.al_2026-04-07_08-49-37-463/image/onebedroomapartment-3.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.57);
  background-position-x: center;
  background-position-y: bottom;
}

.gallery-album {
  padding: 50px 0;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}

.rooms-bg1 {
  background: url('../image/681382439.jpg') rgba(0, 0, 0, 0.712);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/imperialapartments/imperial-apartments.al/imperial-apartments.al_2026-04-07_08-49-37-463/img/20260406_150407_abc4daa1-2f05-4ca9-8cc3-2f3ea277cfab.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.714);
  background-position-x: center;
  background-position-y: bottom;
}

.room-title {
  font-weight: 500;
  font-family: 'Gilda Display', serif;
  font-size: 30px;
  text-align: center;
  text-shadow: 1px 1px 2px #1a1a1a;
  color: white;
}

.room-icon {
  font-size: larger;
  color: rgb(255, 255, 255);
  padding-right: 5px;
}

.room-inner, .room-inner img {
  padding-top: 0px !important;
  height: 400px !important;
  width: 100% !important;
  border: solid 2px  black;
}

.room-description {
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: white;
}

.room-name {
  font-weight: 500;
  font-family: "Gilda Display", serif;
  font-size: 30px;
}

a {
  text-decoration: none;
}

::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(116, 104, 94);
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: rgb(0, 0, 0);
}

.dropdown-item:hover {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(37, 37, 37);
  border-right-color: rgb(37, 37, 37);
  border-bottom-color: rgb(37, 37, 37);
  border-left-color: rgb(37, 37, 37);
  transform: scale(1.02);
  background-color: white;
}

.dropdown-item:active {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(37, 37, 37);
  border-right-color: rgb(37, 37, 37);
  border-bottom-color: rgb(37, 37, 37);
  border-left-color: rgb(37, 37, 37);
  transform: scale(1.02);
  background-color: white;
}

.carousel-inner {
  padding-top: 100px;
  height: 80vh;
}

.carousel-item {
  padding-top: 100px;
  height: 80vh;
}

.detalis-btn, .rooms1 .item .room-detalis h6 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "Gilda Display", serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .room-detalis h5, .rooms1 .item .room-detalis h5 a {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Gilda Display", serif;
}

.title-facilities + .golden2 {
  color: white;
}

.contact-info li, .contact-info i {
  color: white;
}

.footer-menu {
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: all;
  color: white;
}

.footer-para {
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: all;
  color: white;
}

.top-section-para > a {
  color: azure;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

.carousel-control-next-icon {
  background-image: url("https://api.intermedia-web.com/getSavedAsset/imperialapartments/imperial-apartments.al/imperial-apartments.al_2026-04-07_08-49-37-463/img/20260406_150144_f7e6f33f-7ef3-4317-85fe-3a1eed84cc77.jpg");
}

.c16545 {
  color: rgb(255, 255, 255);
}

.c59549 {
  text-align: start;
  background-color: rgb(255, 255, 255);
}

@keyframes marquee{0%{transform:translateX(0px);}100%{transform:translateX(-30%);}}

@media only screen and (min-width: 992px) {
  header .navbar .link-btn {
    margin: 0;
  }
  .im-img {
    width: 28%;
  }
  header .navbar .link-btn {
    margin: 0;
  }
  .im-img {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
  .footer_wrapper > div {
    padding-top: 0px;
    padding-right: 1.875rem;
    padding-bottom: 0px;
    padding-left: 1.875rem;
  }
}

@media only screen and (max-width: 901px) {
  .room-detalis {
    padding-left: 0px !important;
  }
  .gold-head1 {
    font-size: 20px !important;
  }
  .con {
    padding-left: 0px !important;
  }
  .gold-head1 {
    font-size: 20px !important;
  }
}

@media (max-width:990px) {
  .bg01 {
    font-size: 35px !important;
    padding-top: 150px !important;
  }
  .bg01 {
    font-size: 35px !important;
    padding-top: 150px !important;
  }
}

@media (max-width: 991px) {
  .carousel-item {
    height: 60vh !important;
  }
  .banner h1 {
    font-size: 45px !important;
  }
  .banner p {
    font-size: 15px !important;
    font-family: "Gilda Display", serif;
  }
  .animate-box {
    margin-top: 70px;
  }
  .img35 {
    display: none;
  }
  .carousel-item {
    height: 60vh !important;
  }
  .banner h1 {
    font-size: 45px !important;
  }
  .banner p {
    font-size: 15px !important;
    font-family: "Gilda Display", serif;
  }
  .animate-box {
    margin-top: 70px;
  }
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about img {
    width: 150px;
  }
  .golden1 {
    font-size: 12px !important;
  }
  .golden2 {
    font-size: 35px !important;
  }
  .golden {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .gallery .gallery_img {
    height: 20vh;
  }
  .room21 {
    font-size: 24px !important;
  }
  .img11 {
    padding-top: 50px !important;
  }
  .contact-info {
    display: unset !important;
    border-bottom: none !important;
    border-bottom-width: initial !important;
    border-bottom-style: none !important;
    border-bottom-color: initial !important;
  }
  .contact-info .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-right-width: initial;
    border-right-style: none;
    border-right-color: initial;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(200, 200, 200, 0.6);
  }
  .gallery .gallery_img {
    height: 20vh;
  }
  .room4 {
    font-size: 25px !important;
  }
  .room21 {
    font-size: 24px !important;
  }
  .img11 {
    padding-top: 50px !important;
  }
  .contact-info .item {
    border-right: none;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width:768px) {
  .carusel-title {
    font-size: 50px;
    text-align: center;
  }
  .book-btn {
    width: auto;
  }
  .photo-about {
    margin-top: 150px;
    width: 100%;
  }
  .photo-about1 {
    margin-top: 120px;
  }
  .room-detalis h6, .room-detalis h5 {
    padding: 10px;
  }
  .item {
    margin: 0 auto;
  }
  .photo-gallery {
    height: 100%;
  }
  .room-carusel {
    padding-top: 50px;
  }
  .book-btn {
    display: inline-block;
    width: auto;
  }
}

@media (max-width:425px) {
  .carusel-title {
    font-size: 30px;
  }
  .photo-about,.photo-about1 {
    margin-top: 10px;
  }
  .about-home {
    padding-top: 10px;
  }
  .top-section {
    font-size: 30px;
  }
  .textAbout-img {
    padding-top: 60px;
  }
  .book-btn {
    display: inline-block;
    width: auto;
  }
  .carusel-text {
    display: none;
  }
  .logo-footer {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .photo-about1 {
    margin-top: 120px;
  }
  .room-detalis h6, .room-detalis h5 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .room-carusel {
    padding-top: 50px;
  }
}

@media (max-width: 425px) {
  .photo-about1 {
    margin-top: 10px;
  }
}