body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;

  color: rgb(0, 0, 0);

}

::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #C5BCB7 !important;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;
  font-weight: 600;


}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color: rgb(0, 0, 0) !important;
  transform: scale(1.05);
  border-bottom: 1px #000000 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: #ffffff !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #5F5550;
  font-family: 'Della Respira', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #46688A;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../photos/carousel1.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}

.carousel2 {
  background: url('../photos/carousel2.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}

.carousel3 {
  background: url('../photos/carousel3.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 15%;
  text-align: left;
}

.carousel-caption h1 {

  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-size: 70px !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: 'Jost', sans-serif !important;

}


.button {
  padding: 10px 20px;
  font-size: 1.1rem;
  background-color: #B57D79;
  border: none;
  color: white;
  position: relative;
  width: 120px;
  height: 45px;
  transition: background-color 0.2s ease-in, all 0.15s ease-in;
}

.button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "BOOK NOW";
  width: 120px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  background-color: #9C0402;
  transition: all 0.15s ease-in;
}

.button:hover::after {
  transform: translate(-5px, -5px);
}

.button:hover {
  transform: translate(5px, 5px);
}

.button:active::after {
  background-color: #9C0402;
}

.button1 {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #B57D79;
  border: none;
  color: white;
  position: relative;
  width: 120px;
  height: 45px;
  transition: background-color 0.2s ease-in, all 0.15s ease-in;
}

.button1::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "REZERVO TANI";
  width: 120px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  background-color: #9C0402;
  transition: all 0.15s ease-in;
}

.button1:hover::after {
  transform: translate(-5px, -5px);
}

.button1:hover {
  transform: translate(5px, 5px);
}

.button1:active::after {
  background-color: #9C0402;
}
.button2 {
  padding: 10px 20px;
  font-size: 1.1rem;
  background-color: #B57D79;
  border: none;
  color: white;
  position: relative;
  width: 120px;
  height: 45px;
  transition: background-color 0.2s ease-in, all 0.15s ease-in;
}

.button2::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "LEARN MORE";
  width: 120px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  background-color: #9C0402;
  transition: all 0.15s ease-in;
}

.button2:hover::after {
  transform: translate(-5px, -5px);
}

.button2:hover {
  transform: translate(5px, 5px);
}

.button2:active::after {
  background-color: #9C0402;
}
.button3 {
  padding: 10px 20px;
  font-size: 1.1rem;
  background-color: #B57D79;
  border: none;
  color: white;
  position: relative;
  width: 120px;
  height: 45px;
  transition: background-color 0.2s ease-in, all 0.15s ease-in;
}

.button3::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "MË SHUMË";
  width: 120px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  background-color: #9C0402;
  transition: all 0.15s ease-in;
}

.button3:hover::after {
  transform: translate(-5px, -5px);
}

.button3:hover {
  transform: translate(5px, 5px);
}

.button3:active::after {
  background-color: #9C0402;
}
.about-section {
  background: url('../photos/home-about-bg.png');
  padding: 100px 0px 100px 0px;
}

.vertical-line {
  border-left: 2px solid #9C0402;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  margin-top: 0px;

}

.rooms-section {
  background: #C5BCB7;
  padding-top: 50px;
  padding: 50px;
}

.rooms-title {


  font-family: Lora, serif;
  font-size: 49px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  text-align: center;
  font-weight: 400
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #9C0402;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #9C0402;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

.facilities-title h1 {
  font-family: Lora, serif;
  font-size: 49px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400
}

.facilities-content {


  font-family: Jost, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400
}

.facilities-bg {
  background: url('../photos/hp-about-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;


}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: left;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel-1::-webkit-scrollbar {
  display: none;
}

.carousel-1.no-transition {
  scroll-behavior: auto;
}

.carousel-1.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel-1.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel-1 :where(.card, .img) {
  display: flex;
  justify-content: left;
  align-items: left;

}

.carousel-1 .card {
  scroll-snap-align: start;
  border: none;
  list-style: none;
  background: #ffffff00;
  cursor: pointer;
  padding-bottom: 15px;


  text-align: left !important;
}


.carousel-1 .card h2 {
  width: auto;
}

.carousel-1 .card span {
  color: #6A6D78;
  font-size: 1.31rem;
  text-align: left;
}

.testimonial-section {
  background: url('../photos/hp-testimonial-bg-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 90px;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mySwiper {
  text-align: center;
  justify-content: center;
}

.testimonial {
  position: relative;
  align-self: center;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  background: white !important;
}

.testimonial .image {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
  background: white !important;
}

.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #9C0402;
}

.testimonial-h6 {

  letter-spacing: 6px;
  font-family: Jost, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  text-transform: uppercase;
  font-weight: 600
}

.testimonial-h1 {


  font-family: Lora, serif;
  font-size: 49px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}


/*Rooms.html*/
.section-background {
  background: url('../photos/rooms-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

.section-text h1 {
  text-align: center;

  font-family: Lora, serif;
  font-size: 60px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  color: white;
  padding-top: 11%;

}

.rooms {
  margin-top: 100px;
}

.rooms-text {
  width: 500px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.904);
  box-shadow: #000000 1px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -200px;
  transition: top ease 0.5s;

}

.rooms-text:hover {
  top: -10px;
  transition: 1.5s;
}

.rooms-divider {
  background: #C5BCB7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: black !important;
  text-align: center;
  padding: 80px;
}

/*Restaurant.html*/
.section-background1 {
  background: url('../photos/restaurant-bg.jpg');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

.restaurant-text {
  position: relative;
  margin-right: -100px;
  text-align: right;
  vertical-align: middle;
  padding: 20px;
  background: rgba(255, 255, 255, 0.637);
}

.section-background2 {
  background: url('../photos/dish3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  padding: 50px;
}

.section-card {
  padding: 50px;
  background: rgba(255, 255, 255, 0.747);
  width: 700px;

}

/*Aboutus.html*/
.section-background4 {
  background: url('../photos/about-bg.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

.section-background5 {
  background: url('../photos/carousel1.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  padding-bottom: 100px;
}

.card {
  padding: 50px;
  background: white;
}

/*Gallery.html*/
.section-background6 {
  background: url('../photos/carousel3.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;

}

/*Contact.html*/
.section-background7 {
  background: url('../photos/restaurant-bg2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;

}

.contact-card {
  padding: 30px;
  background: white;
  position: relative;
  margin-top: -100px;
}

.contact-card:hover {
  top: -10px;
  transition: 1.5s;
}

@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }

  .nav-btn {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  nav.navbar {
    height: auto;
  }
  .hr-line{
    display: none !important;
  }
  #carouselExampleFade {
    margin-top: -150px;
    position: relative;
  }
  
  .carousel1, .carousel2, .carousel3 {

    height: 700px !important;
    background-attachment: scroll !important;
  }
  
  
  .carousel-caption {
    margin-bottom: 40%;
    text-align: left;
  }
  
  .carousel-caption h1 {
  
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 40px !important;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Jost', sans-serif !important;
    letter-spacing: 4px !important;
    font-size: 15px !important;
  
  }
.section-background2{
     background-attachment: scroll !important; 
  }
  .section-background5{
     background-attachment: scroll !important; 
  }
  .section-background, .section-background1, .section-background4, .section-background6, .section-background7{
height: 400px !important;
background-attachment: scroll !important;
  }
.section-text h1 {
  text-align: center;

  font-family: Lora, serif;
  font-size: 50px !important;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  color: white;
  padding-top: 40%;


  }
  .section-card div.col-lg-10{
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .testimonial-section2{
    padding: 12px !important;
  }
  .contact-row {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-left: 0px !important;
  }
  .contact-card{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .rooms-title {
    font-size: 35px !important;
  }
.facilities-img{
  margin-top: 0px !important;
}
  div.col-lg-8.col1{
    margin-top: 0px !important;
  }
  .col2{
    margin-top: 50px !important;
  }
  .testimonial-section{
    margin-top: 0px !important;
  }
  .testimonial-h6{
    letter-spacing: 4px !important;
  }
  .slider-wrapper .slide-button#prev-slide {
    left: 0px;
    display: none;
  }

  .slider-wrapper .slide-button#next-slide {
    right: 0px;
  }

  .rooms-divider {
    width: 100%;
  }
  .gallery-h6{
    font-size: 35px !important;
  }

  .vertical-line {
    border-left: 2px solid #9C0402;
    height: 100px;
    position: absolute;
    left: 0% !important;
    padding-left: 50% !important;
    margin-top: 0px !important;
    display: none !important;

  }

  .rooms-text {
    width: 300px !important;
    margin-top: -80px;
  }

  .section-card .row {
    text-align: center !important;
  }

  .restaurant-1 {
    height: auto !important;
    padding: 20px;
  }

  .wrapper .carousel-1 {
    grid-auto-columns: calc((100% / 2) - 9px);
  }

  .restaurant-text {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel-1 {
    grid-auto-columns: 100%;
  }
}