
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Emilys+Candy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }
  a{
      text-decoration: none;
  }
  .banner_wrapper h1{

 
    
    font-style: normal;
    font-size: 80px; 
    color: #2ec3de;
    top: 110% !important;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
}
::selection {
  color: rgb(67, 216, 227);
}
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-thumb {
  background: #00C9C8;
}
a {
  color: inherit;
  text-decoration: none !important;
}
.flex {
  display: flex;
}
.section-title{
  color: #1c1303 !important;
  font-family:  "Almendra Display", serif!important;
  font-size:53px !important;
  font-weight: 800 !important;

}
.section-subtitle {
    color: #D5A650;
    font-family: Cinzel!important;
    font-size:18px;
    letter-spacing: 8px;
    padding: 20px;
  }
  .para{
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight:200 !important;
    font-size: 17PX;
  }
.container .link-btn,
.link-btn {
  position: relative;
    display: inline-block;
    overflow: hidden;
 
    background: #00C9C8;
    border-radius: 0;
    cursor: pointer;
    padding: 17px 33px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
    transition: .5s;
    font-family: "Merriweather", serif;
    color: rgb(255, 255, 255);
} 
 .link-btn:hover {
  background-color: rgb(255, 255, 255);
    color: #00C9C8;
transition: all 0.3s ease;
  } 
.link-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00C9C8;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.navbar-brand img {
    width: 130px;
  }
  .navbar {
    align-items: center !important;
  }
  .royalnavbar{
    margin-top: 50px;
    padding: 10px;
  }
  .navbar .navbar-nav .nav-link {
    color:#00C9C8;
    font-size: 16PX !important;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #00C9C8 !important;
  }
  .nav-link:hover{
    color: #075e5e !important;
  }
  .navbar li a.active {
    color: #075e5e !important;
    transform: scale(1.05);
    border-bottom: 1px#00C9C8 solid !important;
 background-color: transparent;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 120px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
  .sec-title{
    font-family: "Cinzele, serif"!important;
    color: #003459;
    font-weight: 300;
    font-size: 40px !important;
  }
  
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  .contact section a {
    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, rgb(7,94,94), rgb(7,94,94)), url('img/jpexels-pixabay-237272.jpg') center/cover no-repeat ,rgb(7,94,94);
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    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: 14px;
    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: '\21A3';
    font-family: "Merriweather", 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 {
    background-color: #000000;
    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 only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 
      .gold-head1 {
       
        font-size: 20px !important;
      }
  }


   /* 3 Banner */
.banner_wrapper {
    height: 50.625rem;
    margin-top: 50px;
   z-index: 1;
    position: relative;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.din {
    font-size:50px !important;
}

.welcome{

  position: relative;
  font-family: "Satisfy", cursive;
  font-weight: 100;
  color: #efe27c;
  font-size: 70px !important;

  z-index: -3;
  top: -10px;
  text-shadow: #259eda;
  right: -30px !important;

}
/* Outline class for modern outline styling */

/*fac */
.facilities{
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .facility-box{
    padding: 50px;
    transition: 0.3s ease;
    background: #e8d383;
    color: white;
    transition: 0.2s ease;
  
  }
  .facility-box:hover{
  transform:translateY(-20px);
    transition: 0.2s ease;
  
  }
  #number{
      color: rgb(255, 255, 255);
      font-size:70px;
      -webkit-text-stroke: 1px #0b7aba;
      -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  
  .image{
    position: relative;
    background: #000000;
  }
  .top-bar {
    position:absolute;
    top: 0;
    right: 0;
   /* Example background for visibility */
    color: white;          /* Example text color for visibility */
    padding: 10px;         /* Example padding */
  }
  .number-box{
    border: none;
  text-align: center;
  
  
  }
  .counter {
    animation-duration: 10s;
    animation-delay: 0s;
    font-size: 69px;
    font-weight: 500 ;
    color: white;
  }
  .testimonials{
  
  background: url('img/sea.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000000b1;
  }
  .swiper-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(0, 0, 0);
    cursor: pointer;
  }
  .swiper-icon:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .gold-head {
    color: #000000;
  }
/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
}
.link-btn i {
  margin-left: 3px;
  font-size: 15px;
  color: #aa8453;
}
.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #aa8453;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.link-btn:hover::before {
  width: 100%
}


.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: var(--secondary-color);
    border: .0625rem solid var(--bg-white);
    background-color: #ffffff;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color:#D5A650;
}

@media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
      
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
.welcome{
  margin-bottom: -30px;
  font-size: 40px;
}
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}



  .about-wrapper{
    padding: 50px;
    position: relative;
    background: #1C2025;
    margin-right: -70px;
  }

  .border-right {
    border-right: 2px solid #cac0b2; /* Adjust the width and color as needed */
    padding-right: 15px; /* Adjust the padding to create some space between the content and the border */
}

    
.contact-container{
    position: relative;
 margin-top: -130px;
 background: url('img/sea.jpg');
 background-attachment: fixed;
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-blend-mode: multiply;
 padding-top: 100px;
 padding-bottom: 100px;
 background-color: #000000bd;
}


   .box_facilities {
       padding: 0 25px 25px 25px;
       border-width: 2px;
       text-align: center;
       border-style: solid;
       border-right: 0;
       border-image: linear-gradient(to bottom, #1C2025, transparent) 1 60%
     }
     @media (max-width: 1199px) {
       .box_facilities {
           border-width:0
       }
     }
     .box_facilities h3 {
       font-size: 21px;
       font-size: 1.3125rem
     }
     @media (max-width: 767px) {
       .box_facilities h3 {
           font-size:18px;
           font-size: 1.125rem
       }
     }
     .box_facilities.no-border {
       border-width: 0
     }
     .box_facilities.white {
       border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
     }
     .box_facilities.white h3 {
       color: #fff
     }
     @media (max-width: 767px) {
       .box_facilities.white {
           padding:0;
           margin-bottom: 25px
       }
     }

     .bg01{
        text-align: center;
        font-family: "Cinzel", serif;
    color: #ffffff;
         font-size: 55px;
        
         padding-top: 150px;
         text-shadow: 2px 1px 1px #ffffff;
        
         
          }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-size: 100%;
  }
  .navbar-toggler {
    border-color: #A67A27 !important;
    background-color: #ffffff;
}
.section-space{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.star{
  font-size: 50px !important;
  color: #d79c30;
  font-family: "Cinzel", serif;
}
.img1{
  width: 500px !important;
}

#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;
  }

  .txt1{
      font-size: 40px !important;
  }
}  


.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;
  }
}

.section-title h1{
  text-align: center;
  font-size: 4.1rem;
  padding-top:12%;
  letter-spacing: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
text-shadow: 3px 3px 4px #e1b738;
}
.section-title p{
  text-align: center;
font-size: 18PX;
  padding-bottom:3%;
  letter-spacing: 10px;
  color: #fcfcfc;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
@media(max-width: 767px){

.section-background, .section-background1, .section-background2,.section-background3 {
   height: 400px !important;
}
.section-title h1{
   padding-top: 50%;
   font-size: 40px !important;
}
}

 @media(max-width:767px )

 {
  .cover-bg h1 {
      font-size: 20px !important;
  }
 }


.section-background{
  background: url('img/new7.jpg')  rgba(20, 19, 19, 0.603) ;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px !important;
  
}
.section-background2{
  background: url('img/Starsea/bd09e6bb-a0ba-4c88-97ce-59f3f4efe122.jfif')  rgba(20, 19, 19, 0.329) ;

  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  
}

.section-background3{
  background: url('img/Starsea/aec567a0-cab9-4589-b8e8-0f652877ce99.jfif')  rgba(20, 19, 19, 0.329) ;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px !important;
  
}

/* Media Query for devices with max-width of 768px (e.g., tablets in portrait) */
@media (max-width: 768px) {

  .section-space{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-background3{
    height: 400px 
    !important
  }
  .section-background2{
    height: 400px 
    !important
  }
  .section-background{
    height: 400px 
    !important
  }
}

/* Media Query for devices with max-width of 576px (e.g., large smartphones) */
@media (max-width: 576px) {
 
  .section-space{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }


}

/* Media Query for devices with max-width of 480px (e.g., small smartphones) */
@media (max-width: 480px) {
  
  .section-space{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
 
}





/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .rresht {
    padding: 140px;
  }
  .itemm {
    padding: 15px;
    border-radius: 0% !important;
    background-color: #08274ee2;
  }
}

@media (max-width: 992px) {
  .rresht {
    padding: 30px;
  }
  .itemm {
    padding: 15px;
    border-radius: 0% !important;
  }

}

@media (max-width: 768px) {
  .rresht {
    padding: 20px !important;
  }
  .itemm {
    padding: 10px;
    border-radius: 0% !important;
  }
  .imgbar {
    width:50px !important; /* Adjust width for smaller screens */
    margin-left: 10px !important; /* Center the image horizontally */
    /* margin-right: 60px !important; Center the image horizontally */
   
}
}
@media (max-width: 576px) {
  .rresht {
    padding: 10px;
  }
  .itemm {
    padding: 5px;
  }
  .imgbar {
    width: 140px; /* Adjust width for smaller screens */
    margin-left: auto; /* Center the image horizontally */
    margin-right: auto; /* Center the image horizontally */
    position: static; /* Reset position */
  }
}
/*imazhi te sesioni ne bar homepg */
.imgbar{
  width: 240px; position: relative; margin-left: -219px;
}
/*buttons?.btn2 */
.btn2 {

  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #141111;
  text-transform: uppercase;
  color: #CAA347;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}

.btn2::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - -2px);
  background-color: #ffffff;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 50px);
  background-color: #212121;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}

.btn2:hover::before {
  transform: translateY(-25px);
  height: 0;
}

.btn2:hover::after {
  transform: scaleX(0);
  transition-delay: 0.15s;
}

.btn2:hover {
  border: 2px solid #fefefe;
}

.btn2 span {
  position: relative;
  z-index: 3;
}

button {
  text-decoration: none;
  border: none;
  background-color: transparent;
}

.about-section{
    padding-top: 50px;
    padding: 50px;
}


.facility-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 40px;
}

.facility-section .row{
	margin:0px -40px;
}

.facility-section .column{
	padding:0px 40px;
}

.facility-section .column:nth-child(2){
	margin-top:60px;
}

.facility-section .column:nth-child(3){
	margin-top:120px;
}

.facility-section .image{
	position:relative;
	margin-bottom:60px;
}

.facility-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.hotel-block{
	position:relative;
	margin-bottom:60px !important;
}

.hotel-block .inner-box{
	position:relative;
	padding:40px 30px;
	border:1px solid rgb(234, 181, 47);
}

.hotel-block .icon-box{
	position:relative;
	display:block;
}

.hotel-block .icon-box .flaticon{
	position:relative;
	line-height:1em;
	color:#092639 !important;
	font-size:70px;
}

.hotel-block .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:10px;
	width:50px;
	height:50px;
	border-radius:50px;
	background-color:var(--color-five);
}

.hotel-block h4{
	font-weight:700;
	display:inline-block;
	font-size:24px;
	margin-top:15px !important;

}

.hotel-block h4 a{
	position:relative;
	color:black;
}

.hotel-block h4 a:hover{
	color:var(--main-color);
}

.hotel-block .text{
	position:relative;
	color:var(--color-four);
	margin-top:15px;
}

.restaurant{
    background: url('../img/rest.jpg') rgba(0, 0, 0, 0.582) ;
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .info-box{
    background: rgba(255, 255, 255, 0.841);
    padding: 30px;
  }
  .info-box1{
    background: #D5A655;
    padding: 50px;
  }
  .facilitiee{
    background: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-animation {
    animation: waveAnim 2s linear infinite alternate;
  }
  

  .c-swiper__image-container {
    width: 90%;
    height: 80%;
    overflow: hidden;
  }
  .c-swiper__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 .swiper-slidee {
    background-color: #ffffff;
    color: rgb(0, 0, 0);

    margin: 0px ;
    font-size: 10px !important;
 }
 #footerbanner{
    background: url(../img/art.jpg);
    background-size: cover;
    background-blend-mode: multiply;
  
    background-attachment: fixed;
    background-position: 0% 80%;
    height: 500px;
    display: flex;
    align-items: center;
  }
  .minigallery {
    background: url(/img/PATTERNs.jpg) left top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.rooms1{
    background: url('../img/sea.jpg') rgba(0, 0, 0, 0.706) ;
    background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 100px;
      padding-bottom: 100px;
}



 /* Base Styles */
 .gallery-ig {
    padding: 34px 0 33px;
 
  }
  
  .gallery-ig {
    padding: 0 0 133px;
  }
  
  .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  
    .tf-button {
      position: relative;
      font-family: Arial, sans-serif;
      padding:30px !important;
  
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 50px;
      text-transform: uppercase;
      background-size: 300%;
      transition: all 0.3s ease;
      border: 1px solid  hwb(40 0% 99%) 50% !important;
  }
  
  .tf-button::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 1px;
      width: 100%;
      background: #2ecc71;
      transition: all 0.3s ease;
  }
  
  .tf-button:hover::before {
      transform: translateY(-10px) !important;
  }
  
  
  
  .tf-button.style3 {
      background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
      border: 1px solid  hwb(30 20% 9%) 50%;
      color:  hwb(30 20% 9%) 50%;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 0px 31px 0px 33px;
      line-height: 46px;
  }
  
  .tf-button.style3::before {
      background: #f4f4f4;
      bottom: -11px;
  }
  
  .tf-button.style3:hover {
      color:  hwb(30 20% 9%) 50%;
      background-position: 95%;
  }
  
  h1 ,h2 ,h3{
    font-family: "Cinzele,serif";
  }
  /* For screens smaller than 768px */
  @media (max-width: 768px) {
    .gallery-ig {
      padding: 30px 0;
      margin-top: 50px;
    }
  
    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }

  
  @media screen and (max-width: 767px) {
    .room-specs-rev {
      margin-left:10px 
      !important;
    }
  }
  @media screen and (max-width: 767px) {
    .room-specs {
      margin-right:-20px 
  
      !important;
   
  }
}

@media (max-width:767px) {
 
    .gold-head{
      font-size: 25px !important;
    }
    .about-section{
      padding: 10px !important;
    }
    .con{
        font-size: 20px !important;
        padding: 10px !important;
    }
    
  }
  .underline {
    border-bottom: 2px double #d64040; /* Vijë e dyfishtë me trashësi 4px dhe ngjyrë të zezë */
}

.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;
  }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .welcome {
      font-size: 50px !important;
      top: -5px;
      right: -20px !important;
    }
  
    .sec-title {
      font-size: 35px !important;
    }
    .text-outline{
        font-size: 50px !important;
    }
    .butoni-galeri{
        margin-top: -50px !important;
    }
    .section-subtitle{
        font-size: 16px !important;
        letter-spacing: 3px !important;
    }
    .none{
        display: none;
    }
    .contact-container{
        margin-bottom: -100px;
  }
  .contact-container{
    margin-top: -23px;
}
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (max-width: 768px) {
    .welcome {
      font-size: 40px !important;
      top: -5px;
      right: -15px !important;
    }
  
    .sec-title {
      font-size: 30px !important;
    }
    .text-outline{
        font-size: 60px !important;
        color: rgb(0, 0, 0);
    }
    .butoni-galeri{
        margin-top: -50px !important;
    }
    .none{
        display: none;
    }
    .contact-container{
        margin-top: -23px;
  }
}
  
  /* Extra small devices (portrait phones, less than 576px) */
  @media (max-width: 576px) {
    .welcome {
      font-size: 30px !important;
      top: -2px;
      right: -10px !important;
    }
  
    .sec-title {
      font-size: 25px !important;
    }
    .text-outline{
        font-size: 40px !important;
        color: rgb(255, 255, 255) !important;
        font-weight:500 !important;
        letter-spacing: 2px !important;
    
    }
  }


  .room-card .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-card .card-body h6 {
    margin: 0;
    font-family: Poppins, sans-serif;
}

.room-card .link-btn {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #aa8453;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
