@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost: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:#F5F5F5 !important;
  color: rgb(0, 0, 0);

}
p{
    font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}
.font01{
    color: #302e2e !important;
    font-family: "Jost", sans-serif;
   font-weight: 400;
}
.f1 {
    writing-mode: vertical-rl;

    color: #dbd4cb;
    padding: 4px;
    font-size:70px;

}
h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 13px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: white !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
.bg{
   background-color: white;
}
.border-bottom{
    border-bottom: 1px solid black;
}

.container{
    max-width: 76%;
}
.title{
    color: #111111;
    font-size:50px;
    font-weight: 700;
    line-height: 60px;
  }
footer{
  background: #054952 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;

}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.1em;
}
.navbar .dropdown-item {
    color: #000000 !important;
    font-size: 1.1em;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid black;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background:#054952;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #00191C;
}
.carousel1{
  background: url('../img/new/Bujtina Maria-2913.jpg'), rgba(0, 0, 0, 0.404);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../img/new/Bujtina Maria-2952.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../img/new/Bujtina Maria-3068.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center !important;
  width: 100%; 
 max-width: 90%;
}

.carousel-caption h3{
  font-size: 82px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 67.68px;

  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;

}
.btn {
  color: #ffffff ;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000000;
background-color: #054952;
  border-radius: 4px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  overflow: hidden;

}
.btn:hover {
  color: rgb(5, 5, 5);
}
.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #dbd4cb;
  z-index: -1;
  transition: all 1s;
}
.btn:hover::before {
  width: 160%;
}

.btn1 {
    color: #ffffff ;
    text-transform: uppercase;
    text-decoration: none;
  
  background-color: #FBD593;
  border-radius: 1.5rem;
    padding: 10px 25px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    overflow: hidden;
  
  }
  .btn1:hover {
    color: rgb(5, 5, 5);
  }
  .btn1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #dbd4cb;
    z-index: -1;
    transition: all 1s;
  }
  .btn1:hover::before {
    width: 160%;
  }
.section1{
  position: relative;
  margin-top: -80px;
}
.row1{
  position: relative;
  margin-top: -350px;
  z-index: 100;
  text-align: center;
}
.title1{
  font-size: 70px;
  background: rgba(255, 255, 255, 0.807);
  padding: 20px;
  color: #fcf9f0;
  font-weight: 700;
}
.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}


.testimonials-section1{

  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #C4AB86;
  background: url('../photos/AS_2019_DStudio_305.jpg'), rgba(0, 0, 0, 0.645);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  }


  
  /*rooms.html*/
  #room-head{
    background: url('../img/312560950.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #gallery-head{
    background: url('img/new/Bujtina Maria-3075.jpg')rgba(0, 0, 0, 0.5);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #aboutus-head{
    background: url('./img/new/Bujtina Maria-2974.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #contact-head{
    background: url('../img/new/Bujtina Maria-3037.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }
  
.room-box1{
  position: relative;
}
.room-number1{
  position: absolute;
  display: flex;
  top: 15px;
  left: 15px;
  background-color: white;

  padding: 5px;

}
.img1{
  outline: 1px solid rgba(255, 255, 255, 0.595);
  outline-offset: -15px;
  border-radius: 0px;
  margin-left: -60px;

}


  
  /*rooms.html*/
  .section-bg2{
    background: url('../photos/img2.jpg'), 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;
  }

  
@media(max-width:1000px){
  .carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
}
.carousel-caption h3 {
  font-size: 40px;
  z-index: 100;
  line-height: normal;
  font-stretch: normal;
  margin-bottom: 20px !important;
}

.title{
    color: #111111;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
  }
.img1{
    display: none;
}
.carousel-control-next-icon , 
.carousel-control-prev-icon {
    display: none;
}
.f1 {
    writing-mode:horizontal-tb;
    color: #054952;
    padding: 4px;
    font-size: 43px;
}
.contact-box{
    padding: 26px;
    background: #F8F6F3;
  }
}

/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein{
opacity: 0;
}


.img3{
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width:90%;
}

  @media(max-width:1000px){
    .pool-facility{
      padding: 20px;
    }
    .loop-holder__text {
      animation: textLoop 40s linear infinite;
      font-size: 18vw !important;
      padding-right: .35em;
      color: #00000013;
  }
  }
  .pre-footer{
    background: url('../img/478379792.jpg'),rgb(255,255,255) linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(32,32,32,1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    height: 60vh;
background-attachment: scroll;    height: auto;
    padding: 5em 0em;
   display: flex;
   align-items: center;

  }

  .pre-box{
   background: white;
   padding: 2em;

  }

  .pre-box p{
   color: black;
  }

  .review-box{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: rgb(255, 255, 255);
    transition-duration: 0,4s;
    width: fit-content;
    padding: 1em 3em;
    margin-left: 1em;
    margin-bottom: 1em;
    transition-duration: 0.4s;
  }

  .review-box:hover{
    box-shadow: none!important;
    margin-left: 0em;
    margin-bottom: 0em;
    transition-duration: 0.4s;
  }
    /* Inicioni numërimin për seksionin */



.accommodation2{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1b3d22a;
}

    .room-button{
      text-transform: uppercase;
      background-color: #AA8453;
      color: black;
      padding: 10px 20px;
      border: none;
      transition: background-color 0.3s ease;
      text-decoration: none;
      max-width: 160px!important;
      justify-content: center!important;
      text-align: center;
      transition: all ease 0.2s;
    
    }




      
 
      .bg1{
        background-color: rgb(255, 255, 255);
      }


      @media (max-width: 576px) {
       
         .room-section{
          padding: 0!important;
         }
         .item {
          width: 350px!important;
         }
         #gallery{
      
          padding: 10px!important;
        }
       
      
        .content-column{
          padding: 20px!important;
          margin-top: 10px!important;
        }
        .carousel-caption{
      
        margin-left: 0;
        margin-right: 0;
        }
      
        .container{
            width: 100%;
        }
        .foto{
            background: rgba(184, 130, 182, 0);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(9.4px);
            -webkit-backdrop-filter: blur(9.4px);
            border: 1px solid rgba(184, 130, 182, 0.59);
            padding: 1px 12px;
        }
        .footer-links{
            display: flex;
            font-family: Jost, sans-serif;
            font-size: 18px;
            padding: 0px 20px 0px 20px;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: baseline;
        }
      
          .title{
            color: #111111;
            font-size: 32px;
            font-weight: 700;
            line-height: 60px;
          }
    
        
      }
      .contact-box{
        padding: 50px;
        background: #F8F6F3;
      }
      .contact-icon{
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: white;
        color: #AF9556;
      }
      
      @media (max-width: 768px) {
        .title{
            color: #111111;
            font-size: 32px;
            font-weight: 700;
            line-height: 60px;
          }
          .col1{
            display: none;
           }
      }
        @media only screen and (min-width: 360px) and (max-width: 720px) and (orientation: portrait) {
        .carousel1{
            height: 500px;
          }
          .carousel2{
            height: 500px;
          }
          .carousel3{
            height: 500px;
          }
          .col1{
            display: none;
           }
    }
    .about1{
     padding-top: 100px;
     padding-bottom: 100px;
     background: url('../img/image (10).png');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     background-blend-mode: multiply;



    }
    .facilities-section{
   
        background-size:cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        padding-top: 100px;
        padding-bottom: 100px;
      }

      .facility-no{
        position: absolute;
        display: flex;
        top: 0 !important;
        right: 0;
        font-size: 100px;
        color: #f1f1f1;

      }
      .number{
      margin-bottom: -40px;
        font-size: 7em !important;
        font-weight: 600;
       
           
            font-weight: bold;
            transition: all 0.5s ease;
        }
      
      /* rooms - in home page */

      .rooms-section{
        background: url('../photos/h6-layer1.png');
        background-color: #F1EFED;
        background-position: left;
        background-size: 50%;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        padding-top: 100px;
        padding-bottom: 100px;
      }
   


      /* General Styles */
      .rooms-section {
          background: linear-gradient(to right, #f3e5d8, #e0d4c2);
          padding: 50px 0;
      }
      
      /* Button */
      .btn-book {
          display: inline-block;
          background-color: #AA998A;
          color: white;
          padding: 10px 20px;
          text-align: center;
          border-radius: 5px;
          text-decoration: none;
          font-weight: bold;
          transition: 0.3s;
      }
      
      .btn-book:hover {
          background-color: #8a7c6d;
          transform: scale(1.05);
      }
      
      /* Room Box */
      .room-box {
          position: relative;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          transition: 0.3s;
      }
      
      .room-box:hover {
          transform: scale(1.05);
      }
      
      .room-box img {
          width: 100%;
          border-radius: 10px;
          transition: 0.3s;
      }
      
      .room-info {
          text-align: center;
        
          color: white;
          padding: 10px;
          position: absolute;
          bottom: 0;
          width:100%;
          background: #054952;

      }
      
      .room-details {
          font-size: 14px;
          display: flex;
          justify-content: center;
          gap: 10px;
          align-items: center;
      }
      
   
      /* View All Button */
      .view-all:hover {
          color: #8a7c6d;
          border-bottom: 2px solid #8a7c6d;
      }
      
      /* Owl Carousel */
      .owl-carousel .room-box {
          margin: 10px;
      }
.restaurant{
    padding-top: 100px;
    padding-bottom: 100px;
}
.aboutus12{
    background-color: #054952;

}
.about{
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to left, #ffffff 70%, #DBD4CB 30%);
}

.fac{
   padding-top:160px ;
   padding-bottom: 160px ; 
}
.facilities{
    text-align: justify;
  }
  .map-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px; /* Prevents it from stretching too wide */
    max-height: 100px !important;
    margin: auto; /* Centers the map */
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0; /* Necessary for responsive scaling */
}

/* Ensures the map iframe fills its container */
.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:50%;
    border: none;
}

/* Adjust height for mobile devices */
@media (max-width: 768px) {
    .map-wrapper {
        padding-bottom: 75%; /* Taller aspect ratio for mobile */
    }
}

@media (max-width: 480px) {
    .map-wrapper {
        padding-bottom: 100%; /* Square aspect ratio for small screens */
    }
}