@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant: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=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');



html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;

  font-family: "Cormorant Infant", serif;
background: #eeeee5 !important;
}
a
{text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "Lora", serif;
}
h6{
  font-size: 17px;
  font-family: "Lora", serif;
}
.container-fluid{
  width: 90%;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 22px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #e4b654;
  text-decoration: none;


  font-family: "Cormorant Infant", serif;
  font-weight: 800;

}
.nav-link:hover{
  color: #e9d19c; 
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  color: #f1d741;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #f1d741;
  font-weight: 500;
}

.custom-shape-divider-bottom-1719061035 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
margin-top: -29px;
z-index: 100;
}
.img2{
 width: 400px !important;
}
.custom-shape-divider-bottom-1719061035 svg {
  position: relative;
  display: block;
  width: calc(165% + 1.3px);
  height: 79px;
}

.custom-shape-divider-bottom-1719061035 .shape-fill {
  fill: #d8d2c3;
}
.carousel-item {
  position: relative;
  height: 800px !important;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 35%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.carousel-caption h1 {
  text-shadow: 3px 3px 4px #AB9053;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  color: #ffffff;
}

.carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}

.carousel-caption .button-17 {
  background-color: #AB9053;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-caption .button-17:hover {
  background-color: #AB9053;
}
.carousel2{
  
  background: url('../img/2.jpg'),  linear-gradient(0deg, rgba(35, 69, 73, 0.712) 42%, rgba(0, 0, 0, 0.281) 53%);
  background-position:center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}
.carousel3{
  background: url('../img/19.jpg'),  linear-gradient(0deg, rgba(35, 69, 73, 0.712) 42%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}


/*about section */
.section-padding1 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.welcome{
  position: relative;
  z-index: 4;
  font-size: 125px;
  font-family: "EB Garamond", serif;
  font-weight: lighter;
  text-shadow: 3px 7px 4px #f0c970;
  color: #06273b;
margin-top:-70px !important
}

.font01{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  color: #2F4858;
}
.img-col{
  padding: 0px !important;
}
.button1 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #0f1923;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button1::before,
.button1::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button1::before {
  top: 0;
  border-bottom-width: 0;
}

.button1::after {
  bottom: 0;
  border-top-width: 0;
}

.button1:active,
.button1:focus {
  outline: none;
}

.button1:active::before,
.button1:active::after {
  right: 3px;
  left: 3px;
}

.button1:active::before {
  top: 3px;
}

.button1:active::after {
  bottom: 3px;
}

.button1_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #0f1923;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button1_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #0f1923;
}

.button1_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #0f1923;
  transition: all .2s ease;
}

.button1_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #e4b654;
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button1_text {
  position: relative;
}

.button1:hover {
  color: #0f1923;
}

.button1:hover .button1_sl {
  width: calc(100% + 15px);
}

.button1:hover .button1_lg::after {
  background-color: #fff;
}

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #f1b322;

  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: #2F4858;
}

.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 #2F4858;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.img1{
  position: relative;
  margin-left: 100px;
}
.img2{

    position: relative;
    margin-top: 14px;
  }


  /*room home page */
.rooms{
  padding-top: 100px;
  padding-bottom: 100px;

  background: #2F4858;

}
.horizontal-line1 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.line1 {
  width: 50px; /* Adjust the width of the line */
  height: 1px; /* Height of the line */
  background-color: #ffffff; /* Color of the line */
  margin-right: 10px;
  margin-left: 10px; /* Adjust spacing between line and text */
}
.line2 {
    width: 50px; /* Adjust the width of the line */
    height: 1px; /* Height of the line */
    background-color: #000000; /* Color of the line */
    margin-right: 10px;
    margin-left: 10px; /* Adjust spacing between line and text */
  }
.text1 h6{
  text-align: center;
  color: #000000;
  line-height: 1; /* Set line-height to 1 to align vertically with the line */
  margin: 0; /* Reset margin to avoid additional space */
  letter-spacing: 4px;
  font-family: 'Lora' serif !important;
}

:root {
  --font-principal: "Roboto";
  --gradient-bg: linear-gradient(30deg, rgba(0, 0, 0, .95) 50%, rgba(0, 0, 0, .9) 50.1%);
  --color-primary: #ffeba7;
  --color-light: #fff;
  --color-dark: #000;
}
.swiper {
  width: 100%;
  height: 600px;
  margin-right: 0;
  
  align-items: center;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
  counter-reset: list-slider;
}
.swiper-slide {
  position: relative;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  counter-increment: list-slider;
  font-size: 18px;
  opacity: 1;
  transition: opacity 600ms ease;
}
.swiper-slide::before {
  content: "0" counter(list-slider);
  display: block;
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.8;
  font-family: var(--font-principal);
  color: white;
  transform: scale(0.5);
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transition: all 350ms ease;
}
.swiper-slide-active::before {
  opacity: 0.4;
  transform: scale(1);
}
.swiper-slide-active .c-swiper__text {
  opacity: 1;
}
.swiper-slide-active .c-swiper__text .c-swiper__title, .swiper-slide-active .c-swiper__text .c-swiper__link {
  transform: translateY(0);
}
.swiper-slide-prev {
  opacity: 0;
}
.swiper-slide-next {
  opacity: 0.5;
}
.c-swiper__text {
  opacity: 0;
  width: 300px;
  height: 250px;
  position: absolute;
  top: 25%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: opacity 350ms ease;
}
.c-swiper__text .c-swiper__title {
  max-height: 100%;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 1px 1px 2px var(--color-dark);
  text-align: left;
  pointer-events: none;
  transition: transform 500ms ease;
  color: #fff;
  transition-delay: 100ms;
  transform: translateY(-25%);
  z-index: 1;
}
.c-swiper__text .c-swiper__link {
  position: relative;
  max-width: 100px;
  margin-left: 24px;
  color: var(--color-light);
  font-size: 15px;
  text-decoration: none;
  transform: translateY(25%);
  transition: transform 500ms ease;
  transition-delay: 200ms;
}
.c-swiper__text .c-swiper__link::after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background-color: var(--color-light);
}
.c-swiper__image-container {
  width: 90%;
  height: 80%;
  overflow: hidden;
}
.c-swiper__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 0;
}
.text-box{
  background: white;
  position: relative;
  padding: 20px;
  margin-top: -80px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
}


.horizontal-line2 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.line2 {
  width: 50px; /* Adjust the width of the line */
  height: 1px; /* Height of the line */
  background-color: 
  2F4858; /* Color of the line */
  margin-right: 10px;
  margin-left: 10px; /* Adjust spacing between line and text */
}

.cover-bg{
background-color: #2F4858;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;

  background-blend-mode: multiply;
 padding-top: 280px !important;
 padding-bottom: 160px !important;

}

.siper{
  padding: 100px;
  margin-top: -400px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.welcome1{
  position: relative;
  z-index: 4;
  font-size:170px;
  font-family: "EB Garamond", serif;
  font-weight: lighter;

  color: #f1b322;
margin-top:-255px !important
}
.kot{
  padding: 130px;


}

.testimonials{
background-image: url('img/20.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;

  background-blend-mode: multiply;
  background-color: #000000b6;

}
/*gallery home page*/

/*room page */
.room-specs  {

  position: relative;
  padding:110px !important;
  background-color: #ffffff;

z-index: 3 !important;
}
footer{
    background-color:  #2F4858 !important;

  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 ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade-in-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}
.restaurant-info{
  border: 1px solid 2F4858;
  padding:46px;
  height: 100%;
}
button.learn-more{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 12rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #0D283D;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }

/*rooms.html*/
.section-bg1{
  background: url('../img/rooms/deluxe double room with sea view,balcony/377564881.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: 150px; 
  padding-bottom: 150px;
}
.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;
}
.room-card{
  padding: 30px !important;
}

/*about.html*/
.section-bg2{
  background: url('../img/22.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center 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-separator {
	position: relative;
	margin-top: 10px;
}
.section-separator:before , .section-separator:after {
	content: '';
	position: absolute;
	top: 10%;
	width: 70px;
	height: 1px;
	background: #eee;
}
.section-separator:before {
	left: 50%;
	margin-left: 70px;
}
.section-separator:after {
	right: 50%;
	margin-right:70px;
}
.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; 
}
.cover-bg1{
  background: url('../photos/Photo\ \(194\).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;
 padding-top: 150px;
 padding-bottom: 150px;
 color: white;
}
.pamje{
  background: url('../img/h1-background-img-5-1.jpg');
  
  background-repeat: no-repeat;
  background-size: 100%;

  padding-top: 100px;
  padding-bottom: 100px;
}

/*gallery.html*/
.section-bg3{
  background: url('../img/19.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: 150px; 
  padding-bottom: 150px;
}

/*contact.html*/
.section-bg4{
  background: url('../photos/Photo\ \(24\).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: 150px; 
  padding-bottom: 150px;
}
.contact-box{
  border: 1px solid #AA8B5F;
  padding-top: 70px;
  padding-bottom: 70px;
}

/*rooms page */
.my-swiper {
  width: 100%;
  height: 600px;
  margin-right: 0;
  align-items: center;
}
.my-swiper-wrapper {
  display: flex;
  align-items: center;
}
.my-swiper-slide {
  position: relative;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #ddd;
}
.my-swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.my-swiper-pagination {
  bottom: 10px;
}
.my-swiper-button-prev,
.my-swiper-button-next {
  color: #fff;
}
@media(max-width:1000px){
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}
  
  .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: center;
  text-align: center ;
  align-items: end ;
  }

  .carousel1, .carousel2, .carousel3{
    height: 600px !important;
  }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 14.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-size: 41px !important;
  color: #ffffff;


}
.testimonials{
  height: auto !important;
}
  h1 span{
    font-size: 30px !important;
  }
  h1{
    font-size: 30px !important;
  }
  .c-swiper__text {
    width: 250px !important;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly !important;
    transition: opacity 350ms ease;
  }
  .c-swiper__text .c-swiper__title{
    font-size: 30px !important;
  }

  .c-swiper__image-container {
    width: 500px !important;
    height: 90%  !important;
    overflow: hidden !important;
    padding-top: 40px;
 }
  .c-swiper__image-container img {
    
    width: 400px !important;
    height: 90% !important;
    object-fit: cover !important;
 }
.swiper-slide{
padding: 20px !important;
}
}
/*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;
}


.body-dark{
  background-color: black!important;
}
/* Section Padding */
.pt-120 {
    padding-top: 120px;
}

.pb-90 {
    padding-bottom: 90px;
}

.p-relative {
    position: relative;
}



/* Media Queries */
@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }

    .pb-90 {
        padding-bottom: 70px;
    }


}

@media (max-width: 767px) {
  .welcome{
    position: relative;
    z-index: 4;
    font-size: 125px;
    font-family: "EB Garamond", serif;
    font-weight: lighter;
    text-shadow: 3px 7px 4px #f0c970;
    color: #001a2a;
    margin-top: -5px !important;
  }
  .font01{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-size: 33px;
    align-items: center;
    justify-content: center;
    color: #2F4858;
  }
  .siper{
    padding: 12px;
    margin-top: -400px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
  }
  .welcome1{
    position: relative;
    z-index: 4;
    font-size: 69px;
    font-family: "EB Garamond", serif;
    font-weight: lighter;
    color: #f1b322;
    margin-top: -342px !important;
  }
  .kot{
    padding: 39px;
  }
  .room-specs  {

    position: relative;
    
    padding: 39px !important;
    
    background-color: #ffffff;
    
    z-index: 3 !important;
    }
    .section-padding1 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }

}

@media (max-width:416px) {
  .welcome{
    position: relative;
    z-index: 4;
    font-size: 125px;
    font-family: "EB Garamond", serif;
    font-weight: lighter;
    text-shadow: 3px 7px 4px #f0c970;
    color: #001a2a;
    margin-top: -5px !important;
  }
  .font01{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-size: 33px;
    align-items: center;
    justify-content: center;
    color: #2F4858;
  }
  .siper{
    padding: 12px;
    margin-top: -105px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
  }
  .welcome1{
    position: relative;
    z-index: 4;
    font-size: 69px;
    font-family: "EB Garamond", serif;
    font-weight: lighter;
    color: #f1b322;
    margin-top: -327px !important;
  }
  .kot{
    padding: 39px;
  }
  .room-specs  {

    position: relative;
    
    padding: 39px !important;
    
    background-color: #ffffff;
    
    z-index: 3 !important;
    }
    .section-padding1 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }

}
/* Media queries */
@media (max-width: 1200px) {
  .video-background {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  .overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 992px) {
  .video-background {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .video-background {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 576px) {
  .video-background {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  .overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}

