@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 {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Marcellus", serif;
  font-family: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}
.container1{
  width: 86%;
}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
color: #555555 ;
  font-size: 16px;
  line-height: 27px;
}
a{
  text-decoration: none !important;
  color: #ffffff;
}
#navigation{
  z-index: 10;
  background: #1d373800;
  height: 95px !important;
  padding: 5px 0px !important;
}
#navbar{

  padding: 5px 0px !important;
  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../images/icons8-menu-30.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
font-family: 'Jost', sans-serif;
font-weight: 500 !important;
transition: border-bottom 0.3s ease-in-out;

}


a.nav-link:hover {

  text-decoration: none;
  border-bottom: 1px solid white;

  transition: border-bottom 0.3s ease-in-out;
}

.navbar li a.active {
  color: #ffffff!important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #ffffff 1px solid !important;

}
.button {
  cursor: pointer;
  padding: 10px 40px;
  font-size: 18px;
  color: black;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5); /* HinzufÃƒÂ¼gen eines inneren Schattens fÃƒÂ¼r Tiefe */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  background-image: linear-gradient(
    to top,
    rgba(206, 255, 255, 0.75),
    rgba(216, 255, 244, 0.65)
  );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 0%;
}

.button:hover {
  box-shadow: 0 7px 9px #0E1317,
    inset 0 3px 5px rgba(255, 255, 255, 0.6);
}

@keyframes fillButtonAndPress {
  0% {
    background-size: 100% 0%;
    transform: translateY(0);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  100% {
    background-size: 100% 100%;
    transform: translateY(2px);
    border: 1px solid rgba(205, 235, 218, 0.6);
  }
}

.button:active {
  animation: fillButtonAndPress 0.4s ease forwards;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.7);
}

.font {
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #1F242E !important;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
a{
  text-decoration: none;
}

.navbar-brand img {
  width:60px;
}
.navbar-nav {

  align-items: center;

  padding-top: 0px;
  padding-bottom:0px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 0.5em;
}
a.nav-link.active{
  color: #C29F7B !important
  ;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-collapse{
  
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.swiper{
  height: 95vh;
position: relative;
margin-top: -150px;
z-index: 1 !important;

}

.slide-caption{
  padding-top:18%;
   text-align: center !important;
   justify-content: center !important;
   align-items: center !important;
 }



 .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {

   background-color: #ffffff;

 }
 .sticky{
  position: fixed;
  top: 0;
  z-index: 10!important;
  background: #111319!important;
transition: 1s ease !important;
  box-shadow: none!important;
  width: 100%;
}

.slide-caption h1 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
  font-size: 70px !important;
  font-weight: 400 !important;
letter-spacing: 3px;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}



@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}








    /* footer */
    .contact section p {
        color: white;
        text-align: center;
      }
      
      .contact section a {
        font-family: "Cormorant Garamond", serif;
        text-decoration: none;
        color: inherit;
        transition: .1s;
        border-bottom: 1px solid transparent;
      }
      
      .contact section a:hover {
        border-color: var(--bs-secondary);
      }
      
      
      @media only screen and (min-width: 992px) {
      
        header .navbar .link-btn {
          margin: 0;
          margin-left: auto;
        }
      
        .im-img {
          width: 28%;
        }
    
      }
      .footer_wrapper {
        background: linear-gradient(0deg, #000000e8, #000000e5), url('images/DAN_7222 (1).jpg') top / cover no-repeat , #0E1317;
        padding: 5% 0 5% 0;
      }
      
      .footer_wrapper h5 {
        color: #ffffff;
        margin-bottom: 1.25rem;
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
      }
      
      .footer_wrapper ul li {
        margin-bottom: .5rem;
        list-style: none;
      }
      
      .footer_wrapper .contact-info li a {
        color: rgb(255, 255, 255);
      }
      
      .footer_wrapper .link-widget li a,
      .footer_wrapper p {
        color: rgb(255, 255, 255);
        font-size: 19px;
        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: marcellus, serif;
        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(0, 0%, 100%);
      }
      
      
      .footer_wrapper .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--secondary-color);
      }
      
      .footer_wrapper .copyright-section {
    
        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;
        }
      }
    
      .footer_wrapper .social-network a {
        width: 2.1875rem;
        height: 2.1875rem;
        margin: .5rem;
        line-height: 2rem;
        font-size: 20px;
        display: inline-block;
        border: .125rem solid #ffffff;
        color: var(--text-gray);
        text-align: center;
        border-radius: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
      .footer_wrapper .social-network a:hover {
        background-color: rgba(0, 0, 0, 0.233);
        border-color: var(--secondary-color);
        color: var(--text-white);
        box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
        transform: translateY(-0.1875rem);
        border: .125rem solid #192841;
      }
      .footer1 a{
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
      }
      .footer2 a{
        font-family: "Cormorant Garamond", serif;
       font-size: 20px;
      }
      
    /* ---------------------------------------------- */
    hr {
        margin: 1rem 0;
        color: white;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 0.25;
    }
    
    .t1{
        font-family: "Cormorant Garamond", serif;
        font-size: 18px ;
        letter-spacing: 0.2px;
        }





        
  /*home two Section-title*/
.home-two .section-title {
  margin-bottom: 35px;
}

.home-two .section-title h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #85714C;
  font-weight: 500;
  margin-top: 0;
  margin-left: 73px;
  position: relative;
}

.home-two .section-title h4:before {
  position: absolute;
  content: "";
  width: 56px;
  height: 1px;
  top: 14px;
  left: -67px;
  background: #1e1e1e;
}

.home-two .section-title h1 {
  font-size: 38px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: capitalize;
}

.home-two p.section-desc {
  width: 95%;
  margin: 18px 0 0;
}

.home-two .section-title.center:before{
 background: transparent;
}

.home-two .section-title.center h4{
  margin-left:0;
}

.home-two .section-title.center h4:before{
  background: transparent;
}

.home-two p.section-desc-2 {
  width: 60%;
  margin: auto;
  margin-top: 12px;
}

.home-two .luxury-button{
  margin-top: -19px;
  position: relative;
}

.home-two .luxury-button:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  left: 0;
  bottom: -11px;
  background: #c19d68;
  margin: 0;
}

  
 
#bottone5 {
  align-items: center;
  background-color:#0E1317;
  border: 1px solid #ffffff;


 margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: "Forum", serif;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }

 #bottone5:hover,
 #bottone5:focus {
  border-color: #000000;
  box-shadow: #ffffff 0 1px 2px;
  color: #000000;
  background-color: #ffffff;
 
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #ffffff;
  
  color: #ffffff;
  transform: translateY(0);
 }


    
.text-box1{
    position: relative;
    background: #000000;
    padding: 60px;
    text-align: left;
  margin-top: 40px;
    outline-offset: 5px;
    width: 80%;
    border-left: 10px solid #F1D2A9;
  }


  .boat-area {
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 0;
    position: relative;
margin-top: -25px !important;
    background-color: #FBFDFE; /* 80% blue */
}

.boat-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* 20% black */
    height: 100%;
    background-color: #0E1317;
    z-index: -1;
}

.big-icon{
  margin-top: -220px;
  margin-right: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}



.big-icon1{
position: relative;
margin-bottom: -100px;
  margin-left: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
#video-background {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}

#video-background video.responsive-video {
    width: 100%;
    height: auto; /* Automatikisht pÃ«rshtatet sipas gjerÃ«sisÃ« */
    object-fit: cover; /* Siguron qÃ« videoja tÃ« mbushÃ« hapÃ«sirÃ«n pa u shtrirÃ« */
    border-radius: 10px; /* Opsionale: shton qoshe tÃ« rrumbullakosura */
}

#video-background .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.288); /* NjÃ« shtresÃ« e errÃ«t mbi video */
    z-index: 1;
}

  /*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../images/465684812.webp")rgba(0, 0, 0, 0.671);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    padding: 85px 0 445px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 37px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 22px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 500;
    
    font-family: "Cormorant Garamond", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


/*---=================================
   <!--Restu Service Area Css-->
==================================---*/

.service-area {
    padding: 100px 0 50px;
}



.service-area .row.add-margin {
    margin-top: -426px;
}

.single-service-box {

   
    
    text-align: center;

    padding: 300px 37px 46px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.single-service-box:hover{
    margin-top: -13px;
}

.single-service-box:before {
    position: absolute;
    content: "";
    width: 86%;
    height: 87%;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #686868;
    margin: auto;
    opacity: 0.2;
    z-index: -1;
}


.service-content h4 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    color: #000000;
  text-align: left;
}

.service-content p {
    margin: 0 0 37px;
}

.service-button a {
    background: #fff;
    width: 65%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 29px;
    color: #151515;
    font-family: var(--fonts-body);
    font-weight: 500;
    transition: 0.5s;
}

.service-button a:hover{
    color: var(--primary-color);
}

.service-button i {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 39px;
    font-size: 26px;
    color: var(--primary-color);
    transform: rotate(-45deg);
    transition: 0.5s;
}

.service-button a:hover i{
    background: var(--primary-color);
    color:#fff;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #000;
}


.hhh{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    text-align: center;
    font-size: 45px;
    padding-bottom: 20px;
}



.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}
.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, #0e131783 2%, #0e13173a 90%);
    background: -webkit-linear-gradient(top, transparent 0, #0e13175e 2%, #0e131770 90%);
    background: linear-gradient(to bottom, transparent 0, #0e131767 2%, #0e131759 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-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    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;
}





.testimonials{
    background: url('../images/505233745.webp') rgba(0, 0, 0, 0.712);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center; 
  }
  .testimonial-box{
    background: #0E1317;
    border-radius: 10px;
    padding: 70px;
    text-align: left !important;
  }

  .testimonial-box{
    font-size: 18px;
    
  }




  @media (max-width: 991px){
    .logo1{
display: none;
    }
    .navbar .navbar-nav .nav-link {
      font-size: 22px !important;
      font-family: "Cormorant Garamond", serif;
      align-items: start !important ;
  
    }
    .l9{
      margin-top: 20px !important;
    }
    .lo{
      text-align: center !important;
    }
    .slide-caption h1{
      font-size: 40px !important;
   
    }
.sts{
  margin-top: 40% !important;
  width: 70% !important;
}
.swiper{
  height: 700px;
}
.l1{
  display: none !important;
}
.home-two .section-title h1{
  font-size:25px !important;
}


.cls{
  margin-left: 0px !important;
}

.boat-area::before {
  display: none !important;
}
.boat-area{
    padding-top: 50px;
}
.banner0{
    font-size: 40px !important;
}
.vc{
    text-align: center;
}
.ml{
    text-align: center !important;
}
.single-fecilities-box{
    margin-bottom: 20px !important;
}
.single-service-box{
    margin-bottom: 20px !important;
    text-align: center !important;
}
.service-area{
    padding-bottom: 0px !important;
}
.rooms{
    padding-top: 10px !important;
}
.tt{
    margin-top: -150px !important;
}
.col2{
    margin-top: -50px !important;
}

  }




  .section-bg4{
    background: url('../images/asHotel_DStudio_168.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }

  .section-bg3{
    background: url('../images/497391988.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg2{
    background: url('../images/469859940.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg1{
    background: url('../images/DAN_7243.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg0{
    background: url('../images/465684812.webp') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg5{
    background: url('../images/351261166.webp') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }


  .room-specs-rev{
    padding: 10px;
  }
  @media (max-width: 991px){
    .stt{
        margin-left: 24% !important;
    }
    .room-specs-rev{
        padding: 20px;
    }
  }

  .rr{
    padding-bottom: 0px !important;
  }
 
  .count-box{
    background: #010202;
    padding: 23px;
    color: white;
    text-align: center;
    margin: 20px 0px 20px 0px;
  }
  

  
     /*Contact Styles*/



.contact {
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
    padding: 1rem;
    transition: .2s ease-in-out;
}

.contact:hover {
    background-color:#010202;
    color: #ffffff;
}

.contact:hover i {
    color: #ffffff !important;
}

.contact:hover a {
    color: #ffffff;
}

.contact i {
    font-size: 2rem;
}

/* .contact h6 {
    font-size: .8rem;
} */

.contact h6 a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: .15s ease-in-out;
}

.contact h6 a:hover {
    border-bottom: 1px solid #000;
}

.map-bg {
    background: url(images/465684812.webp) rgba(0, 0, 0, 0.603);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact-map-container iframe {
    display: block;
    width: 100%;
    height: 40vh;
}

@media only screen and (min-width: 768px){

    
    /*Contact Styles*/

    .contact {
        width: 30%;
    }
    
}
@media only screen and (min-width: 992px) {
    

    .map-container iframe {
        margin-right: 0;
    }

    #im-img {
        width: 25%;
    }

   
}



.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;
  }
  