@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
html,
body {
  overflow-x: hidden;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
a {
  text-decoration: none;
}
ul{
  list-style: none !important;
}
/* Menu Left Custom Style */
.menu-left {
  margin-left: -100px;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-family: "Marcellus", serif;
  font-size: 20px;
}
.menu-left .nav-link {
  color: #2d2d2d;
  font-weight: 500;
  margin-right: 18px;
  transition: color 0.2s;
}
.menu-left .nav-link:hover,
.menu-left .nav-link.active {
  color: #b672328c;
}
/* navbar new */
.navbar-custom {
  background-color: #91755C;
  box-shadow: 2px 2px 20px #BDA087;
}
.offcanvas-custom {
  background-color: #91755C;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.navbar .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbar {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar-nav .nav-link {
  color: white; 
  position: relative; 
  transition: all 0.3s ease;
}
.navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px; 
  background: white;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar-nav .nav-link:hover::after {
  width: 100%; 
}
/*Animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 2s ease-out;
}
.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 2s 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;
}
/* navbar logo */
.navbar-brand img.logo {
  height: 70px;
  max-height: 70px;
}
img.logo:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
/* Carousel Custom Style*/
.carousel {
  margin-top: 100px;
  font-family: "Marcellus", serif;
}
/* Banner Custom Style */
.banner-section p.text-uppercase {
  color: #534f4f;
  font-size: 120px;
  margin-bottom: 10px;
  font-family: "Marcellus", serif;
  letter-spacing: 5px;
  margin-right: 200px !important;
  padding-top: 60px;
}
h1.display-5 {
  font-family: "Marcellus", serif;
  color: #534f4f;
  margin-left: 10px;
  letter-spacing: 5px;
}
.banner-section p.lead {
  font-size: 20px;
  color: #8f8c8c;
  margin-bottom: 30px;
  margin-left: 30px;
  letter-spacing: 12px;
}
.banner-section a.fancy {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .margin_120_95 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner-section p.text-uppercase {
    font-size: 4.5rem;
  }
  h1.display-5 {
    margin-left: 0 !important;
    font-size: 2.5rem;
  }
  .banner-section p.lead {
    margin-left: 0 !important;
    font-size: 1.1rem;
    letter-spacing: 5px;
  }
  .banner-section a.fancy {
    margin-top: 30px;
  }
  .banner-section .col-md-6.mb-4.mb-md-0 {
    text-align: center;
  }
}
div.carousel-item {
  height: auto;
  max-height: 650px;
}
.banner-form-wrapper {
  position: relative;
  top: -70px;
  z-index: 10;
}
@media (max-width: 768px) {
  .banner-form-wrapper {
    top: -30px;
  }
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: transparent !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: none !important;
}
h2.mb-2 {
  font-family: "Marcellus", serif;
  color: #534f4f;
  font-size: 30px;
}
.aboutus-section a {
  width: 220px;
}
/*Rooms Section*/
.rooms {
  background-color: #f8f9fa;
  padding: 60px 0px;
}
.rooms h2 {
  font-family: "Marcellus", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 28px;
  margin-bottom: 20px;
  color: #464444;
  font-size: 40px;
  margin-left: 100px;
}
.rooms p.description {
  font-family: "Marcellus", serif;
  font-size: 30px;
  line-height: 1.6;
}
.rooms a {
  margin-right: 120px;
}
.rooms p.bedroom {
  font-family: "Marcellus", serif;
  font-size: 50px;
  line-height: 2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .rooms p.bedroom {
    font-size: 35px;
  }
}
.rooms p.room-text {
  font-family: "Marcellus", serif;
  color: #8f8c8c;
  font-size: 25px;
  padding-bottom: 30px;
  line-height: 1.6;
}
.rooms img {
  height: auto;
  max-height: 400px;
  border-radius: 18px;
  margin-bottom: 24px;
  display: block;
}
/*Gallery Section*/
.gallery {
  position: relative;
  height: 900px;
  max-height: 900px;
}
.gallery h3.title {
  font-family: "Marcellus", serif;
  color: rgb(19, 18, 18);
  font-size: 20px;
  text-align: justify;
  margin-top: 80px;
}
.gallery p.description-room {
  font-family: "Marcellus", serif;
  color: white;
  font-size: 65px;
  line-height: 1.6;
  text-align: justify;
  padding-right: 140px;
}
.gallery p.room-text {
  font-family: "Marcellus", serif;
  color: white;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 1.2;
  text-justify: inter-word;
  max-width: 600px;
  padding-right: 120px;
  font-weight: 10;
  text-align: justify;
}
.gallery .col-lg-6 img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow:
    rgba(173, 142, 116, 0.4) 5px 5px,
    rgba(173, 142, 116, 0.3) 10px 10px,
    rgba(173, 142, 116, 0.2) 15px 15px,
    rgba(173, 142, 116, 0.1) 20px 20px,
    rgba(173, 142, 116, 0.05) 25px 25px;
}
/* RESPONSIVE – MOBILE VIEW */
@media (max-width: 767px) {
  .gallery {
    height: auto;
    padding: 50px 20px;
  }
  .gallery h3.title {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }
  .gallery p.description-room {
    font-size: 40px;
    padding-right: 0;
    text-align: center;
  }
  .gallery p.room-text {
    font-size: 20px;
    padding-right: 0;
    text-align: center;
    max-width: 100%;
  }
  .gallery .col-lg-6 img {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .gallery .Image-z {
    bottom: 20px !important;
    right: 0 !important;
    width: 80% !important;
    max-width: 300px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.gallery a {
  margin-right: 400px;
}
@media(max-width: 767px) {
  .gallery a {
    margin-right: 80px;
  }
}
/*FACILITIES*/
.facilities h2 {
  padding-top: 40px;
  color: #a1734d;
}
.facilities h2 {
  color: #a1734d;
  text-shadow: 2px 1px 3px;
}
.facilities span {
  color: #a3856d;
  letter-spacing: 2px;
}
.facilities span.h5 {
  color: #8a7564;
}
/*About Us Page*/
.aboutus-page {
  background: #f8f9fa;
  padding: 0px 0px;
  width: 100%;
  height: 100%;
}
.aboutus-page img.img-fluid {
  width: 400px;
  height: auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto
}
.aboutus-page {
  position: relative;
}
.aboutus-image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-aboutus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  z-index: 2;
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.content-1 {
  color: white;
  font-size: 20px;
  z-index: 2;
}
.aboutus-informations p {
  font-size: 25px;
  color: #8d6c51;
  font-family: "Marcellus", serif;
  padding-top: 15px;
  padding-bottom: 10px;
  opacity: 0.4;
}
.aboutus-informations p.text-center {
  max-width: 1200px;
  margin: 0 auto;
}
/*About us 2*/
.aboutus2 {
  padding-top: 40px;
}
.aboutus2 h6 {
  padding-top: 100px;
  font-family: "Marcellus", serif;
  color: #8d6c51;
  font-size: 15px;
  opacity: 0.5;
  letter-spacing: 2px;
}
.aboutus2 h2 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  color: #8d6c51;
}
.aboutus2 h5 {
  max-width: 700px;
  font-family: "Marcellus", serif;
  color: #464444;
  font-size: 20px;
  font-weight: 100;
}
@media(max-width: 767px) {
  .aboutus2 a {
    margin-right: 0px;
  }
}
/* From Uiverse.io by cssbuttons-io */
.fancy {
  background-color: transparent;
  border: 2px solid #91755c;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
  margin-right: 738px;
  width: 190px;
}
.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: #91755c;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}
.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: #91755c;
}
.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}
.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy:hover {
  color: white;
  background: #91755c;
}
.fancy:hover::before {
  width: 0.9375rem;
  background: white;
}
.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}
.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}
.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}
/* Contact Page */
.contact-page {
  position: relative;
  top: 100px;
}
.overlay-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
.contant-image {
  display: block;
  width: 100%;
  height: 50vh;
}
.content-contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  z-index: 2;
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
/*Contact Cards*/
.contact-cards img.hidden6 {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  padding: 10px;
}
.E-mail {
  margin-right: 60px;
}
.contact-cards h2.h4 {
  font-family: "Marcellus", serif;
  color: #91755c;
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.contact-cards p {
  font-size: 20px;
}
#testimonials {
  padding-bottom: 40px;
}
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallary img {
  width: 270px;
}
.flex1 {
  display: flex;
  justify-content: space-between;
}
.review-item blockquote {
  line-height: 1.8;
}
.review-content .swiper-arrow {
  top: 50%;
  bottom: 0;
  z-index: 2;
  border: 1px solid gray;
  color: gray;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.4s ease-in-out;
}
.review-content .swiper-arrow:hover {
  border: 1px solid #4d5969;
  color: #4d5969;
}
.review-content .swiper-arrow.swiper-arrow-prev {
  left: -80px;
}
.review-content .swiper-arrow.swiper-arrow-next {
  right: -80px;
}
.review-content .quotation svg.quote {
  color: gray;
}
#testimonials .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 901px) {
  #testimonials .swiper-pagination {
    display: block;
    bottom: 10px;
  }
  .review-content .swiper-arrow {
    display: none !important;
  }
}
.pattern_2 {
  background: #fff url(../img/bg4356.jpg) center top no-repeat;
  background-size: cover;
}
/*Gallery Page*/
.gallery-page .zoom {
  box-shadow: 10px 10px 5px #ac8b6f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*Rooms Page*/
.rooms-page .bg-images h1 {
  font-family: "Marcellus", serif;
  text-shadow: 0px 1px 3px;
  color: white;
}
.bg-images p {
  font-family: "Marcellus", serif;
  letter-spacing: 2.5px;
}
.rooms-informations {
  background-color: #f8f9fa;
  padding: 60px 0px;
}
.rooms-informations h2 {
  font-family: "Marcellus", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 40px;
  text-shadow: 5px 3px 5px #c5b7ab;
  color: #bbac9f;
  margin-left: 40px;
}
@media(max-width: 767px) {
  .rooms-informations h2 {
    margin-left: 20px;
  }
}
.rooms-informations p.description {
  font-family: "Marcellus", serif;
  color: #8f8c8c;
  font-size: 35px;
  padding-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.rooms-informations p.room-text {
  font-family: "Marcellus", serif;
  color: #8f8c8c;
  font-size: 25px;
  padding-bottom: 10px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  margin-bottom: 70px;
  margin-top: 30px;
}
.rooms-informations p.bedroom {
  font-family: "Marcellus", serif;
  color: #8f8c8c;
  font-size: 35px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media(max-width: 767px) {
  .rooms-informations p.bedroom {
    font-size: 30px;
  }
}
.rooms-informations img {
  width: 350px;
  height: 350px;
  margin-bottom: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 10px 5px #91755c;
}
.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('/img/green-coast-albania-saranda-header.jpg') center/cover no-repeat fixed;
  background-attachment: fixed;
  min-height: 50vh;
}
.jumbotron1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('/img/') center/cover no-repeat fixed;
  background-attachment: fixed;
  min-height: 50vh;
}
.jumbotron h2 {
  color: #020101BA;
  letter-spacing: 10px;
}
.jumbotron1 h2 {
  color: #020101BA;
  letter-spacing: 10px;
}
.subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('/img/Abstract-Brown-Art-Background-Wallpaper-099684.jpg') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 63px 62px 63px;
}
.subscribe-content h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  letter-spacing: 2px;
}
.subscribe-content h1 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Marcellus", serif;
}
.subscribe a {
  margin-right: 30px;
}
@media(max-width: 767px) {
  .subscribe a {
    margin-right: 65px;
  }
}
/* Footer */
.footer_wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url('/img/pexels-ahmetgurun-18530342.jpg') center/cover no-repeat, #23302B;
  padding: 5% 0 5% 0;
}
.footer_wrapper h5 {
  color: #cda45e;
  margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}
.footer_wrapper .contact-info li a {
  color: white;
}
.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 20px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: hsl(38, 61%, 73%);
}
.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}
.footer_wrapper .copyright-section {
  background-color: #18201d;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section a {
  color: white;
}
@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}
@media (max-width: 576px) {
  .navbar-contact {
    display: none !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .navbar-contact {
    display: none;
  }
  ul{
  list-style: none !important;
}
}

