@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&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=Marcellus&display=swap');

html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
    color: #000000;
}
h1 , h2 ,h3 h4{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}
/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: rgb(0,52,89);
}
.topbar .dropdown .dropdown-menu a:hover {
    background: rgb(0,52,89);
    color: var(--bs-white);
}
.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/
.nav-bar {
    background:rgb(0,52,89);
    transition: 1s;

}
.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}
.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;

}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 18px;
    font-family: "Marcellus", serif;


    font-weight: 500 !important;
    color: #cccf18 !important;
    font-size: 17PX;
}
.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: rgb(0,52,89) !important;
}
@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
       
            padding: 8px 15px;
            border: 1px solid #ffffff;
            color: #e8f5f5;
        }
    
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: rgb(0,52,89);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}

/* For screens between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #ffffff;
        color: #e8f5f5;
    }
}

/* For screens between 576px and 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 15px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #ffffff;
        color: #e8f5f5;
    }
}

/* For screens smaller than 576px */
@media (max-width: 575px) {
    .navbar {
        padding: 15px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #ffffff;
        color: #e8f5f5;
    }
}

footer{
    background: url('../img/img5.jpg') rgb(0,52,89);
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
  
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
  font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
  }
  .footer-title{
      font-family: 'Courier New', Courier, monospace;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  /* karoseli */
  .custom-shape-divider-bottom-1719061035 svg {
    position: relative;
    display: block;
    width: calc(165% + 1.3px);
    height: 29px;
  }
  .custom-shape-divider-bottom-1719061035 .shape-fill {
    fill: #c5c1b8;
  }
  .carousel1{
    background: url('../img/12.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.808) 12%, rgba(0, 0, 0, 0.479) 53%);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: 700px;
  }
  .carousel2{
    background: url('../img/12.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: 700px;
  }
  .carousel3{
    background: url('../img/3.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: 700px;
  }
  
  .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 12.99rem !important;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .carousel-caption h1{
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-optical-sizing: auto;
      font-optical-sizing: auto;
    font-size: 80px;
    color: #ffffff;
  
  
  }
  .carousel-caption p{
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
  }
  /* about html in home */
  .section-padding1 {
    padding-top: 100px;
    padding-bottom: 100px;


}
.section-padding{
    padding-bottom: 100px;
}
.star-rating {
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.star-rating .fa-star {
    color: #ffd700; /* Gold color */
    margin: 0 5px;
    font-size: 14px;
    transition: color 0.2s;
}

.star-rating .fa-star:hover,
.star-rating .fa-star:hover ~ .fa-star {
    color: #642c17; /* Orange-red color */
}
.box1{
padding: 40PX;
    background-color: rgb(0,52,89);
    font-family: 'Courier New', Courier, monospace;
    color: #ffd700;

 }
 .lart{
 height: 600px;
 }
.posht{
    position: relative;
margin-left: 169px !important;
margin-top: 210px;
z-index: 55;
}
.box1{
    position: relative;
    z-index: 22;
    margin-left: -167px !important;
}
.font01{
    font-family: "Satisfy", cursive;
    color: rgb(0,52,89);
    font-size: 25px;
    
}
.font02{
  font-family: Jost, sans-serif;
    font-size: 35px;
    
}
.box{
    padding: 30px;
    background-color: rgb(0,52,89);;
    color: white;
}


/*fac section home */

.facilities {
    background: url('../img/13.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 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:100px; 
    padding-bottom: 100px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.kafe {
    padding: 40px;
    background-color: rgb(0,52,89);;
    height: 100%; /* Ensure full height if necessary */

    justify-items: center;
}

.kafe img {
    max-width: 100%;
    height: auto;
}
.kafe p{
    color: white;
    font-size: 30px !important;
    font-family: Cinzele ,serif;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.bardhe {
    padding:40px;
    background-color: #ffffff;
    height: 100%; /* Ensure full height if necessary */
   
    align-items: center;
    justify-content: center;
}

.bardhe img {
    max-width: 100%;
    height: auto;
}
.bardhe p {
    color: rgb(0,52,89);;
    font-size: 30px !important;
    font-family: Cinzele ,serif;
}
/* rooms section home */


/* ROOM SECTION IN HOME-P */

.text-hover-carousel img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;

}


.text-hover-carousel .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-shadow: 3px 3px 4px #EEC78C; 

}

.text-hover-carousel .carousel-item-wrapper:hover img {
    transform: scale(1.1);
    
}

.text-hover-carousel .carousel-item-wrapper:hover .overlay-text {
    opacity: 1;
}
.fac{
    color: #000000;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    margin-left: 30px;
}

.button-17 {
    align-items: center;
    appearance: none;
    background-color: #0E1927;
  
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 5px 34px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
  }
  
  .button-17:hover {
    background: #F6F9FE;
    color: #082063;
  }
  
  .button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
  }
  
  .button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
  }
  
  /*testimonials section */
#testimonials{
    background-size: cover;
background-color: #ffffff;

}

.review-boxes{
    background-color: #e7ddcd88;
    color: #000000;
    padding: 0 25px;

    
    transition-duration: 0.5s;
    height: 320px;

}

.review-boxes:hover{
    background-color: rgb(0,52,89);
    transition-duration: 0.5s;
	color: white;
}

.review-boxes:hover p{
	color: white;
}
.cover-bg{
    background: url('../img/6.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.733) 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;
}

/* rooms page */
.section-bg1{
    background: url('../img/10.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.733) 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;

}
 .section-bg1 h1 {
    font-family: "Satisfy", cursive;
 }
 .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;
  }

  .ikon{
    width: 20px;
  }
  .room-box  h5 {
    font-size: 16px;
  }
 /* about us page  */

 .section-bg2{
    background: url('../img/587398540.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.733) 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;

}
.section-bg2 h1 {
    font-family: "Satisfy", cursive;
 }
 .about{
    background: url('../img/element3.png');
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size:25%;
  
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* contact page */

  .section-bg4{
    background: url('../img/587410488.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.733) 12%, rgba(0, 0, 0, 0.489) 53%);
    background-position: bottom 60%;
    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;

}
.section-bg4 h1 {
    font-family: "Satisfy", cursive;
 }
  .boxed-container {
	position: relative;
	background: #fff;
	box-shadow: 0px 10px 64px 0px rgba(66, 62, 62, 0.1);
	z-index: 20;
	overflow: hidden;
	border-radius: 20px;

	top: -150px !important;
	padding: 20px;
}
.boxed-container-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 50%;
}
.boxed-container-wrap:before , .column-wrap-bg:before {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 30px;
 	border: 1px dashed rgba(255,255,255,.4);
 	background: rgba(39, 37, 53,.5);
	z-index: 10;
	border-radius: 10px; 
}
  
/*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;
  }


  @media (min-width: 769px) and (max-width: 1024px) {
    .carousel1, .carousel2, .carousel3 {
      height: 700px; /* Adjust height for larger screens */
    }
  
    .carousel-caption h1 {
      font-size: 47px !important; /* Adjust font size for larger screens */
    }
  
    
  /* Large Devices (Desktops and Larger Screens, 1025px and up) */
  @media (min-width: 1025px) {
    .carousel1, .carousel2, .carousel3 {
      height: 800px; /* Default height for desktops */
    }
  
    .carousel-caption h1 {
      font-size: 47px; /* Default font size for desktops */
    }
  
}
  }

  @media (max-width: 467px) {
    .carousel1, .carousel2, .carousel3 {
      height: 600px; /* Adjust height for 467px screens */
    }
  
    .carousel-caption h1 {
      font-size: 44px; /* Adjust font size for 467px screens */
    }
  
    .section-padding {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .section-padding1 {
      padding-bottom: 40px;
    }
  
    .navbar a.active {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .font02{
        font-family: "Cinzel Decorative", serif;
        color: rgb(0,52,89);
        font-size: 23px;
    }
    /* Additional adjustments for very small screens */
    .room-card {
        padding: 15px !important;
        background-color: #0b5f5f;
     }
  }
  .contact-container {

    margin-top: -60px !important;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #333;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-item {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.contact-item h3 {
    margin-top: 0;
    color: #555;
}

.contact-item p {
    margin: 5px 0;
    color: #666;
}

.contact-item a {
    color: #000000;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.map {
    margin-top: 30px;
}

.map iframe {
    width: 100%;
    border: none;
    filter: grayscale(100%);
}
.map iframe:hover{
    width: 100%;
    border: none;
    filter: grayscale(0%);
}