/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Cormorant Garamond";
  background-color:#ffffff;
  color: rgb(0, 0, 0);
}

p {
  font-family:Montserrat, sans-serif;
}

img {
  max-width:100%;
  height:auto;
}

.navbar-brand {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
}

h6 {
  font-family:Montserrat, sans-serif;
  font-weight:500;
  color:rgb(85, 85, 85);
  letter-spacing:2px;
  line-height:24px;
  font-size:13px !important;
}

h5 {
  font-family:Montserrat, sans-serif;
}

a {
  color:white;
  text-decoration-line:none;
  text-decoration-thickness:initial;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.navbar {
  background-color:white;
}

.logo-navbar {
  width:80px;
}

.navbar-brand img {
  max-width:100px;
  height:auto;
}

.top-contact {
  color:rgb(0, 0, 0);
}

.top-icon {
  color:rgb(228, 197, 143);
}

footer {
  padding-top:60px;
  padding-bottom:0px;
  padding-left:20px;
  padding-right:20px;
  background-image:initial !important;
  background-position-x:initial !important;
  background-position-y:initial !important;
  background-size:initial !important;
  background-repeat:initial !important;
  background-attachment:initial !important;
  background-origin:initial !important;
  background-clip:initial !important;
  background-color:rgb(14, 19, 23) !important;
}

a.footer-link {
  color:white;
  font-family:Jost, sans-serif;
  font-weight:300;
  font-size:14px;
}

.footer-title {
  font-size:32px;
  letter-spacing:4px;
}

.footer h6 {
  font-size:15px;
  font-family:Jost, sans-serif;
  font-weight:400;
  line-height:28px;
  color:white;
}

.footer-link:hover {
  color:white;
}

.footer h1 {
  color:white;
}

.test {
  color:white;
}

.footer-contact {
  color:white;
  font-size:24px;
}

.contact-forms {
  color:white;
}

.footer-map {
  width:100%;
  height:250px;
}

.copyright>h6 {
  color:white;
}

.logo-Intermedia {
  width:100px;
}

.payment {
  display: flex;
}

.socials {
  display: flex;
  color: white;
}

.footer-links {
  display:flex;
  font-family:Jost, sans-serif;
  font-size:18px;
}

.socials a {
  color:white;
  text-decoration-line:none !important;
  text-decoration-thickness:initial !important;
  text-decoration-style:initial !important;
  text-decoration-color:initial !important;
}

.socials a:hover h4 {
  color:rgb(169, 209, 219);
}

hr {
  display:block;
  height:1px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(204, 204, 204);
  margin-top:1em;
  margin-right:0px;
  margin-bottom:1em;
  margin-left:0px;
  padding-top:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-left:0px;
}

.copyright {
  display:flex;
  justify-content:right;
  text-align:right;
  align-items:end;
}

.room-link {
  color: #000000;
}

.room-link:hover {
  color: #932B41;
}

.room-content1 h4 {
  color:rgb(18, 34, 35);
}

.navbar .navbar-nav .nav-link {
  color:rgb(0, 0, 0);
  font-size:1.1em;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color:var(--bs-navbar-active-color);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  font-size:1.1em;
}

.navbar .navbar-nav .nav-link:hover {
  transition-duration:0.2s;
  transition-timing-function:ease-in-out;
  transition-delay:0s;
  transition-property:all;
  color:rgb(128, 128, 128) !important;
}

.navbar-logo-centered .navbar-nav .nav-link {
  padding-top:0.5em;
  padding-right:1em;
  padding-bottom:0.5em;
  padding-left:1em;
}

.top-bar {
  background-color:rgb(255, 255, 255);
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(0, 25, 28);
  color:white !important;
}

.book-btn {
  color:white;
}

.carousel-inner, .carousel-item>img {
  height:80vh;
}

.carousel-item {
  position:relative;
}

.carousel-caption {
  position:absolute;
  top:60%;
  left:50%;
  transform:translate(-50%, -60%);
  color:white;
}

.carousel-inner img {
  filter:brightness(0.5);
}

.carousel-caption h3 {
  font-size:72px;
  font-family:"Cormorant Garamond";
  line-height:67.68px;
  letter-spacing:normal;
  font-weight:700;
  font-stretch:100%;
}

.carousel-caption p {
  font-size:18px;
  line-height:27px;
  letter-spacing:normal;
  font-weight:400;
  font-stretch:100%;
  font-family:Jost, sans-serif;
}

.welcome-section {
  background-color:rgb(255, 247, 236);
  padding-top:100px;
  padding-bottom:100px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(228, 197, 143);
}

/* From Uiverse.io by SujitAdroja */ 
.btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #322F1C;
  background-color: #322F1C;
  border-radius: 0px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btn:hover {
  color:white;
}

.btn::before {
  content:"";
  position:absolute;
  height:100%;
  width:0%;
  top:0px;
  left:-40px;
  transform:skewX(45deg);
  background-color:rgb(0, 25, 28);
  z-index:-1;
  transition-duration:1s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

.btn:hover::before {
  width:160%;
}

.section1 {
  position:relative;
  margin-top:-80px;
  padding-top:0px;
  padding-bottom:180px;
}

.section1-img {
  width:100%;
}

.row1 {
  position:relative;
  margin-top:-350px;
  z-index:100;
  text-align:center;
}

.title1 {
  font-size:70px;
  background-color:rgba(255, 255, 255, 0.808);
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  color:rgb(50, 47, 28);
  font-weight:700;
}

.item,
.destination1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 0px;
}

.rooms {
  padding-top:100px;
  padding-bottom:100px;
  background-color:rgb(255, 247, 236);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(228, 197, 143);
}

.rooms-title {
  color:rgb(151, 134, 103);
  letter-spacing:3px;
  font-size:12px;
  font-family:"Cormorant Garamond", serif !important;
}

.rooms-title + h1 {
  color:rgb(169, 119, 78);
}

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

.rooms .item:hover .con,
.destination1 .item:hover .con {
  bottom: 0;
}

.rooms .item img,
.destination1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rooms .item .category,
.destination1 .item .category {
  position: absolute;
  top: 15px;
  right: 15px;
  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;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 6px;
  line-height: 1.5em;
  text-transform: uppercase;
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
  background: #322F1C;
}

.rooms .item .category a,
.destination1 .item .category a {
  color: #fff;
}

.rooms .item .category:hover,
.destination1 .item .category:hover {
  color: #fff;
}

.rooms .item .con,
.destination1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(13, 51, 27, 0.1) 2%, rgba(15, 84, 37, 0.75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}

.rooms .item .con h6,
.rooms .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
  position: relative;
  color: #fff !important;
  font-size: 13px;
  display: inline;
}

.rooms .item .con h6 i,
.destination1.item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms .item .con h5,
.rooms .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
  position: relative;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.rooms .item .con p,
.destination1 .item .con p {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 0px;
}

.rooms .item .con span,
.destination1 .item .con span {
  color: #fff !important;
  font-size: 10px;
}

.rooms .item .con i,
.destination1 .item .con i {
  color: #fff !important;
}

.rooms .item .con i:hover,
.destination1 .item .con i:hover {
  color: #fff !important;
}

.rooms .item .con .butn-light,
.destination1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #676977;
  padding: 11px 30px;
}

.rooms .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
  border-color: #322F1C;
}

/* line animation */
.rooms .item .line,
.destination1 .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 20px;
}

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

.facilities {
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-blend-mode:multiply;
  background-attachment:scroll;
  padding-top:100px;
  padding-bottom:100px;
  color:white;
  background-color:rgb(50, 47, 28);
}

.txt-title {
  color:rgb(228, 197, 143);
}

.facilities-type {
  color:black;
}

.facility-box {
  background-image:initial;
  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:white;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.icone-facility {
  width:50px;
}

.restaurant {
  padding-top:100px;
  padding-bottom:100px;
  background-color:rgb(235, 235, 235);
}

.restaurant-section {
  padding-top:100px;
  padding-bottom:100px;
}

.vertical-text {
  display:flex;
  align-items:center;
  flex-direction:column;
  height:700px;
}

.vertical-text h3 {
  font-optical-sizing:auto;
  color:rgba(50, 47, 28, 0.404);
  font-size:102px;
  line-height:50.899px;
  font-weight:600;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  font-family:"Cormorant Garamond";
}

.vertical-hr {
  width:2px;
  height:70px;
  border-top-width:initial;
  border-right-width:initial;
  border-bottom-width:initial;
  border-left-width:initial;
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:black;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
}

.testimonials-section1 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #C4AB86;
  background: url('../photos/img23.jpg'), rgba(0, 0, 0, 0.645);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
}

.pre-footer {
  background-image:url("https://api.intermedia-web.com/getSavedAsset/HotelFamilja/hotel-familja.al/hotel-familja.al_2025-11-20_15-23-14-816/img/20251113_091535_R6II7769.JPG");
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0, 0, 0, 0.4);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-blend-mode:multiply;
  height:auto;
  padding-top:8em;
  padding-right:0em;
  padding-bottom:8em;
  padding-left:0em;
  display:flex;
  align-items:center;
  margin-top:8em;
}

.pre-box {
  background-image:initial;
  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:white;
  padding-top:2em;
  padding-right:2em;
  padding-bottom:2em;
  padding-left:2em;
  color:black;
}

.pre-box p {
  color:black;
}

.pre-footer-hr {
  color:grey;
}

.pre-footer-title {
  text-transform:uppercase;
  color:rgb(198, 172, 131);
}

.pre-footer-title+h3 {
  color:white;
  font-size:3rem;
  font-weight:300;
}

.txt-pre {
  font-style:italic;
  text-decoration-line:underline;
  text-decoration-thickness:initial;
  text-decoration-style:initial;
  text-decoration-color:initial;
  color:white;
}

/*restaurant.html*/
  /* .section-bg {
  background: url('../photos/img25.jpg'), rgba(0, 0, 0, 0.386);
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

*/

  /* .rest-bg {
  background: url('../photos/rest-bg.jpg');
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
}

*/

  
  /*rooms.html*/
  .section-bg1 {
  background: url('image/gall-6.jpeg') rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.room-box1 {
  position:relative;
}

.room-number1 {
  position:absolute;
  display:flex;
  top:15px;
  left:15px;
  background-color:white;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
}

.img1 {
  outline-color:rgba(255, 255, 255, 0.596);
  outline-style:solid;
  outline-width:1px;
  outline-offset:-15px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}

.centered-button {
  position:absolute;
  top:40%;
  left:50%;
  transform:translate(-50%, -50%);
  opacity:0;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:opacity;
  font-size:15px;
  width:100px;
  height:100px;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
  background-color:rgba(17, 29, 34, 0.686);
  border-top-width:initial;
  border-right-width:initial;
  border-bottom-width:initial;
  border-left-width:initial;
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  display:flex;
  justify-content:center;
  align-items:center;
  text-decoration-line:none;
  text-decoration-thickness:initial;
  text-decoration-style:initial;
  text-decoration-color:initial;
  backdrop-filter:blur(5px);
  color:rgb(255, 255, 255) !important;
}

.room-box1:hover .centered-button {
  opacity:1;
}

/*rooms.html*/
  .section-bg2 {
  background: url('image/gall-2.jpeg') rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.second-section {
  padding-top:100px;
  padding-bottom:100px;
}

/*contact.html*/
  .section-bg3 {
  background: url('image/gall-7.jpeg') rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

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

.contact-box {
  padding-top:30px;
  padding-right:30px;
  padding-bottom:30px;
  padding-left:30px;
  background-color:rgb(50, 47, 28);
  color:rgb(255, 255, 255);
}

.contact-box h6 {
  color:white;
}

.row2 {
  justify-content:space-between;
}

.col2 {
  justify-content:end;
  text-align:end;
}

/* Editor Styles */
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;
  font-family:"Cormorant Garamond";
  background-color:rgb(255, 255, 255);
  color:rgb(0, 0, 0);
  overflow-x:hidden !important;
}

.copyright > h6 {
  color:white;
}

.carousel-inner, .carousel-item > img {
  height:80vh;
  object-fit:cover;
}

.btn {
  color:rgb(255, 255, 255);
  text-transform:uppercase;
  text-decoration-line:none;
  text-decoration-thickness:initial;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(50, 47, 28);
  border-right-color:rgb(50, 47, 28);
  border-bottom-color:rgb(50, 47, 28);
  border-left-color:rgb(50, 47, 28);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgb(50, 47, 28);
  padding-top:10px;
  padding-right:25px;
  padding-bottom:10px;
  padding-left:25px;
  font-size:17px;
  cursor:pointer;
  font-weight:bold;
  position:relative;
  transition-duration:1s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-left-radius:0px !important;
  border-top-right-radius:0px !important;
  border-bottom-right-radius:0px !important;
  border-bottom-left-radius:0px !important;
}

.item, .destination1 .item {
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  margin-bottom:30px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}

.rooms .item:hover img, .destination1 .item:hover img {
  transform:scale(1.09, 1.09);
  filter:brightness(70%);
  transition-duration:1s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

.rooms .item:hover .con, .destination1 .item:hover .con {
  bottom:0px;
}

.rooms .item img, .destination1 .item img {
  transition-duration:0.5s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

.rooms .item .category, .destination1 .item .category {
  position:absolute;
  top:15px;
  right:15px;
  z-index:3;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  text-orientation:mixed;
  color:rgb(255, 255, 255);
  font-size:13px;
  font-weight:400;
  letter-spacing:1px;
  padding-top:12px;
  padding-right:6px;
  padding-bottom:12px;
  padding-left:6px;
  line-height:1.5em;
  text-transform:uppercase;
  box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 35px 0px;
  background-image:initial;
  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:rgb(50, 47, 28);
}

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

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

.rooms .item .con, .destination1 .item .con {
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  position:absolute;
  bottom:-45px;
  left:0px;
  width:100%;
  transition-duration:0.3s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
  text-align:left;
  z-index:20;
  height:auto;
  box-sizing:border-box;
  background-image:linear-gradient(transparent 0px, rgba(15, 36, 84, 0.01) 2%, rgba(15, 36, 84, 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;
}

.rooms .item .con h6, .rooms .item .con h6 a, .destination1 .item .con h6, .destination1 .item .con h6 a {
  position:relative;
  font-size:13px;
  display:inline;
  color:rgb(255, 255, 255) !important;
}

.rooms .item .con h6 i, .destination1.item .con h6 i {
  font-size:6px;
  margin-right:2px;
}

.rooms .item .con h5, .rooms .item .con h5 a, .destination1 .item .con h5, .destination1 .item .con h5 a {
  position:relative;
  font-size:24px;
  font-weight:600;
  margin-top:0px;
  margin-bottom:10px;
  color:rgb(255, 255, 255) !important;
}

.rooms .item .con p, .destination1 .item .con p {
  font-size:14px;
  margin-bottom:0px;
  color:rgb(255, 255, 255) !important;
}

.rooms .item .con span, .destination1 .item .con span {
  color:rgb(255, 255, 255) !important;
  font-size:10px;
}

.rooms .item .con i, .destination1 .item .con i {
  color:rgb(255, 255, 255) !important;
}

.rooms .item .con i:hover, .destination1 .item .con i:hover {
  color:rgb(255, 255, 255) !important;
}

.rooms .item .con .butn-light, .destination1 .item .con .butn-light {
  margin-left:0px;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:30px;
  border-top-color:rgb(103, 105, 119);
  border-right-color:rgb(103, 105, 119);
  border-bottom-color:rgb(103, 105, 119);
  border-left-color:rgb(103, 105, 119);
  padding-top:11px;
  padding-right:30px;
  padding-bottom:11px;
  padding-left:30px;
}

.rooms .item .con .butn-light:hover, .destination1 .item .con .butn-light:hover {
  border-top-color:rgb(50, 47, 28);
  border-right-color:rgb(50, 47, 28);
  border-bottom-color:rgb(50, 47, 28);
  border-left-color:rgb(50, 47, 28);
}

.rooms .item .line, .destination1 .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-top:auto;
  margin-right:0px;
  margin-bottom:20px;
  margin-left:0px;
}

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

.pre-footer-title + h3 {
  color:white;
  font-size:3rem;
  font-weight:300;
}

.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;
}

.section-bg1 {
  background-image:url("https://api.intermedia-web.com/getSavedAsset/HotelFamilja/hotel-familja.al/hotel-familja.al_2025-11-20_15-23-14-816/img/20251113_104041_R6II7754.JPG");
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0, 0, 0, 0.384);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-blend-mode:multiply;
  background-attachment:scroll;
  padding-top:150px;
  padding-bottom:150px;
  color:white;
}

.section-bg2 {
  background-image:url("https://api.intermedia-web.com/getSavedAsset/HotelFamilja/hotel-familja.al/hotel-familja.al_2025-11-20_15-23-14-816/img/20251113_091412_R6II7748.JPG");
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0, 0, 0, 0.384);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-blend-mode:multiply;
  background-attachment:scroll;
  padding-top:150px;
  padding-bottom:150px;
  color:white;
}

.section-bg3 {
  background-image:url(https://api.intermedia-web.com/getSavedAsset/HotelFamilja/hotel-familja.al/hotel-familja.al_2025-11-20_15-23-14-816/img/20251113_101824_R6II7769.JPG);
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0, 0, 0, 0.384);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat:no-repeat;
  background-blend-mode:multiply;
  background-attachment:scroll;
  padding-top:150px;
  padding-bottom:150px;
  color:white;
}