@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allura&family=Amethysta&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=Gotu&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Martel:wght@200;300;400;600;700;800;900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&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');
@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');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:#F7F3F0;
  font-family: "Jost", sans-serif;

  color: rgb(0, 0, 0);

}
h3, h2, h4{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font: fantasy;
}
h5{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
}
a{
  text-decoration: none !important;
}
::selection {
  color: #000000;
  background: #74685E;
}
nav.navbar {
  background-color:  #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: "Cormorant Garamond", serif;


font-weight: 400 !important;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 18px !important;
  font-weight:400 !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../img/icons8-menu-50 (4).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #c58714 !important;
  transform: scale(1.05);
  border-bottom: 1px#BA9B62 solid !important;
  border-top: 1px #BA9B62 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;


  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 #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../img/36.jpg'),linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(255,255,255,0.21052170868347342) 80%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel2 {
  background: url('../img/34.jpg'), linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(255,255,255,0.21052170868347342) 80%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel3 {
  background: url('../img/16.jpg'), linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(255,255,255,0.21052170868347342) 80%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel-caption {
  bottom: 25%;
 justify-content: center;
 align-items: center;
  text-align: center;

  padding:80px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}
.big{
    color: #637C78;
}
.stil {
    font-family: "Allura", cursive  !important;
    font-weight: 400;
    font-style: normal;
    font-size: 50;
}
.carousel-caption h1 {
    font-family: "Cormorant Garamond", serif !important;
  font-weight: 300;
  font-style: normal;
color: #ffffff;
  font-size: 90px !important;
 
}
.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 16px !important;

  font-weight: 100;
  color: #ffffff !important;
}
.tekst1{
    color: #6c7b6d;
    font-weight: 200;
}
/* CSS  for main button */
.button-39 {
  background-color: 
  #637c78;
  border: 1px solid 
  #637c78;
  border-radius: 0rem;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: background 0,4s ease-in-out !important;
}

.button-39:hover {
  background-color: rgb(249,250,251);
  color: #000000;
  transition: 0,4s ease-in-out;
}

.button-39:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: 0,4s ease-in-out;
}

.button-39:focus-visible {
  box-shadow: none;
  transition: 0,4s ease-in-out;
}
.row1{
  position: relative;
  margin-top: -50px;
  z-index: 100;
}
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #868781;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #868781;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.circle-btn {
    position: absolute;
    top:99%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #a0afa1;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.circle-btn:hover {
    background-color: #6c7b6d;
}

.facilities{
  position: relative;
  color: rgb(0, 0, 0);
  background: url('../img/output-onlinepngtools.png') rgba(0, 0, 0, 0);
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
}



.cover-bg{
    position: relative;

    color: rgb(0, 0, 0);
    background: url('../img/pexel-testimonials.jpg') rgba(0, 0, 0, 0.616);
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
   
}
  /* permalink */
  

   /* HOTEL BOX 3 LIST AREA START  -       room page in home page pg */
   .hotel-box-3 .hotel-inner {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .photo-overflow {
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
  }
  
  .hotel-box-3 .hotel-inner .property-photo img{
    border-radius: 10px;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo {
    transform: scale(1.1);
  }
  
  .hotel-box-3 .hotel-inner .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 10px;
    opacity: 1;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo:before{
    background: linear-gradient(0,#296440,rgb(4 1 12 / 0%));
    opacity: .8;
  }
  
  .hotel-box-3 .hotel-inner h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    font-size: 22px;
  }
  
  .hotel-box-3 .hotel-inner .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
  
  .hotel-box-3 .hotel-inner h3 a{
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 600;
  }
  
  .hotel-box-3 .hotel-inner h3 a:hover{
    color: #fff;
    opacity: 0.9;
  }
  
  .hotel-box-3 .hotel-inner .button-39 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 22px;
    border-radius: 3px;
    background: #258588;
  }
  
  .hotel-box-3 .hotel-inner .button-39::before {
    content: '';
    position: absolute;
    width: 0;

  }
  
  .hotel-box-3 .hotel-inner .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-left:9px;
    margin-left: 0px;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    list-style: none;
  }
  
  .hotel-box-3 .hotel-inner:hover .button-39 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
  }
  
  .hotel-box-3 .hotel-inner:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  
  .hotel-box-3 .hotel-inner:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  /*rooms.html   page */
  .section-bg{
    background: url('../img/36.jpg') rgba(0, 0, 0, 0.507);
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
  }
  .room-box{
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
    }
    .room-content{
    padding: 40px;
    }
    .section-bg4{
    background: url('../img/4.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.541) 12%, rgba(0, 0, 0, 0.489) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:scroll;
    color: white;
    text-align: center;
    background-blend-mode: multiply;
    padding-top: 150px; 
    padding-bottom: 150px;
    }
    .contact-box{
      border: 1px solid #0a5852;
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .ikon{
    width: 30px !important;
    }
  
    .box{
      padding: 30px;
      background-color: #0a5852;
  }


  /* about us */
  .section-bg3{
    background: url('../img/Two-Bedroom Apartment.jpg') rgba(0, 0, 0, 0.521);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
  }
  /*contact.html*/
  .section-bg4{
    background: url('../img/38.jpg') rgba(0, 0, 0, 0.39);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
  }
  .tekst{
    padding: 40px;
    background-color: #637C78;
    border: 1px solid goldenrod;
    width:  500px;
  
  }
  /*gallery.html*/
  .section-bg9{
    background: url('../img/9.jpg') rgba(0, 0, 0, 0.699);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
  }
@media(max-width:990px){
  .br{
    display: none !important;
  }
  .rooms-content{
    padding: 20px;
  }
  .slide p {
    padding: 0 20px;
  }
  .testimonial1 {
    position: relative;
    align-self: center;
    
    width: 100%;
    padding: 50px 0px !important;
    overflow: hidden;
  
  }
.row1{
  text-align: center;
  justify-content: center;
}
  .carousel1, .carousel2, .carousel3, .cover-bg, .facilities-section{
    background-attachment:scroll !important;
  }
  
  .map-col{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
p{
  font-size: 16px !important;
}
  html, body{
    font-size: 85% !important;
  }
  .d-1{
    font-size: 30px !important;
  }
  nav.navbar{
    height: auto;
  }
  .carousel-caption {
bottom: 30%;
    text-align: center;
  
    padding: 50px 0px 50px 0px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #AE9555;
  
    font-size: 50px !important;
    font-weight: 400 !important;


  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 100;
    color: #000000 !important;
  
  }
.img1{
  position: relative;
  margin-left: 0px;
}
.none{
  display: none;
}

}
/*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;
}


.rresht{
   border: 4px solid #E6BF2F;
}

