/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2023.
    Document   : Framework
    Created on :  June 8 2023, 12.00 AM
*/
@font-face {
    font-family: 'Angella';
    src:url('Angella.woff') format('woff'),
        url('Angella.svg#Angella') format('svg'),
        url('Angella.eot'),
        url('Angella.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: var(--bg-color);
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}


.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}

/* div {
    transition: all 0.3s ease-in-out;
} */

a:before {
  transition: all 0.3s ease-in-out;
}

a:after {
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
 margin: 0;
    line-height: 1.6;
    font-size: 1.5em;
    color: var(--textcolor);
    font-weight: 200;
    font-family: var(--font-one);
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  font-size: 4em;
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-two);
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  font-size: 4.5em;
  line-height: 0.9;
  font-weight: 300;
  font-family: var(--font-two);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--text-color-second);
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--font-one);
}

h4 {
  margin: 0;
  padding: 0;
  color: #291D1D;
  line-height: 1.3;
  font-size: 2em;
  font-weight: 400;
  font-family: var(--font-one);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  background: var(--bg-color);
  overflow: hidden;
}
.small-container {
    max-width: 656px;
    margin: 0 auto;
    width: 90%;
}
.extra-container {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}
:root {
  --font-one: "Manrope", serif;
     --font-two: "Angella";
  --btnradius: 8px;
  --maincolor: #D3D3D3;
  --textcolor: #CBCBCB;
  --bg-color: #171717;
  --text-color-second: #D3D3D3;
}
 


.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1300px;
}



.flex {
  display: flex;
}
.mobile-only {
    display: none;
}

.header-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
a.line:hover {
	color: #fff;

}
a.fill-btn:hover {
	background-color: #fff;
	color: #000;
}
.middle-footer .middle-right li a:hover {
	color: #000;
    font-weight: 500;
}
/*
#playPauseBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

.icon {
    width: 40px;
    height: 40px;
}

video {
   width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}
*/
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.video-container video {
  width: 100%;
  height: 900px;
  display: block;
  border-radius: var(--mixed-radius-two);
  object-fit: cover;
}
.video-wrapper {
  background-color: var(--main-bg-color);
  position: relative;
  width: 100%;
  display: block;
}
.play-button-wrapper {

  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 80px;
    height: 80px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: #DF5543;
    border-radius: 50%;
}

.video-container {
  position: relative;
}
img.absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.relative {
    position: relative;
}
.video-block {
    z-index: 1;
}
.header-logo {
    margin: 130px 0 0 0;
}
.header-logo {
    text-align: center;
    
}
.header-logo img {
   max-width: 350px;
    margin: 0 0 50px 0;
}
.width-100 {
    width: 100%;
}
.banner {
   
    opacity: 0.7;
}
.bottom-left {
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 2;
}
.middle {
     position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    top: 110px;
}
.bottom-left img {
    width: 100%;
    height: 200px;
    display: block;
	object-fit: contain;
}
.bottom-top img {
		object-fit: contain;
}
.bottom-right.position-middle img {
		object-fit: contain;
}
.bottom-new-left img {
		object-fit: contain;
}
.bottom-right img    {
			object-fit: contain;
}
.top-left img {
	object-fit: contain;
}
.middle img {
	object-fit: contain;
}
.content-area {
    width: 100%;
    padding: 150px 0 0 0;
}
.text-align-center {
    text-align: center!important;
}
.content-area p {
    font-size: 2.6em;
    line-height: 1.3;
    padding: 10px 0 35px 0;
    font-weight: 400;
	color: var(--maincolor);
}
.list-content-wrap h2 {
    max-width: 400px;
}
.content-area h2 {
    padding: 0 0 10px 0;
}
.img-block {
    width: 50%;
}
.list-content {
    width: 50%;
}
.bottom-right.position-middle img {
    height: 230px;
}
.reverse .list-content {
	justify-content: flex-end;
    display: flex;
    padding: 0 5% 0 0;
}
.bottom-new-left img {
    height: 300px;
}
.bottom-right img {
    height: 120px;
}
.top-left img {
    height: 120px;
}
.reverse .list-content-wrap {
    width: 90%;
    max-width: 448px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list-sec-start .g-100 {
	gap: 0;
}   
.g-100 {
    gap: 100px;
}
.img-block {
    position: relative;
}
.list-content-wrap {
   width: 90%;
    max-width: 448px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-wrap {
    padding: 20px 0 0 40px;
	
}
a.line {
    font-size: 1.1em;
    font-family: var(--font-one);
    color: var(--textcolor);
    font-weight: 500;
    border-bottom: 2px solid var(--textcolor);
    display: inline-block;
}
.list-wrap a.line {
    display: inline;
    background-color: transparent;
}
.list-wrap a {
    margin: 10px 0 0 0;
}
.align-item-center {
    align-items: center;
}
.list-sec-start {
    padding: 50px 0;
}
.reverse {
    flex-direction: row-reverse;
}

.reverse img.absolute {
    transform: scaleX(-1);
}
.list-sec {
    width: 100%;
    padding: 100px 0;
}
.bottom-top {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    top: -140px;
}
.text-area-content {
    padding: 100px 0;
}
.text-area-content p {
   font-size: 1.9em;
    font-weight: 300;
    padding: 0 0 40px 0;
}
.text-area-content {
    padding: 0 0 150px 0;
}
.banner-content-block {
	text-shadow: 2px 0px 9px #000000a8;
}
.top-left {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    top: 0;
}
.bottom-right {
  position: absolute;
    bottom: 140px;
    z-index: 2;
    left: 0;
}
.flip-sec {
    transform: scaleX(-1);
}
.banner-content-block {
   text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    padding: 0 0 100px 0;
}
.banner-no-opacity {
    opacity: inherit;
}
a.fill-btn {
    background-color: #000;
    font-size: 2.2em;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin: 20px 0 0 0;
}
.bottom-new-left {
  position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.bottom-right.position-middle {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    top: 400px;
}
.book-now-sec {
    padding: 0 0 150px 0;
}
.middle-footer .middle-left {
    width: 40%;
}
.middle-footer .middle-left img {
    max-width: 250px;
}
.middle-footer .middle-right {
    width: 60%;
}

.middle-footer .middle-right li a {
    color: #171717;
    font-size: 1.1em;
    font-weight: 400;
}
.middle-footer .middle-right li {
    padding: 0 0 5px 0;
    
}
.middle-set {
    width: 45%;
}
.middle-set strong {
    color: #171717;
    font-size: 1.3em;
    display: block;
    padding: 0 0 5px 0;
}
.middle-block {
    margin: 0 0 40px 0;
}
.middle-set a {
    display: block;
    color: #171717;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
}
a.link-btn {
    background-color: transparent;
    border: 1px solid var(--color-two);
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.middle-footer {
   
    padding: 80px 0;
}
.footer {
    width: 100%;
    background-color: #fff;
    padding: 100px 0;
}
.d-flex {
    display: flex;
}
.ft-links {
    width: 15%;
}
.copy-right {
    width: 70%;
}
.copy-right p {
    font-weight: 400;
    color: #000;
    font-size: 1.1em;
    text-transform: capitalize;
}
.ft-links a {
    display: inline-block;
    margin: 0 10px 0 0;
}
.bottom-footer .flex {
    gap: 20px;
}
.bottom-footer {
    width: 100%;
    border-top: 1px solid #000;
    padding: 50px 0 0 0;
}
.inner-banner {
    position: relative;
}
.inner-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mt {
    margin: 100px 0 0 0;
}
.text-area-content  h3 {
    padding: 0 0 20px 0;
}
.inner .header-logo {
  margin: 80px 0 30px 0;
}
.bottom-top img {
    height: 250px;
}
.inner .header-logo img {
    max-width: 200px;
    margin: 0 0 0 0;
}
.page-template-stay .top-left {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    top: -67px;
}
.page-template-stay .top-left img {
    height: 320px;
}
.page-template-food-and-cuisines .top-left {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    top: -67px;
}
.page-template-food-and-cuisines .top-left img {
    height: 320px;
}
.page-template-about .text-area-content p {
	font-size: 1.6em;
	padding: 0 0 30px 0;
}
.page-template-about .text-area-content {
    padding: 0 0 50px 0;
}
.inner .banner {
    opacity: inherit;
}
.inner-banner img {
    opacity: 0.8;
}
.bottom-left.down {
    bottom: -187px;
}
.box-list .box-block {
    width: 45%;
}
.box-list .img-block {
    width: 100%;
}
.box-list .flex {
    gap: 100px;
    flex-wrap: wrap;
}
.box-content p {
    padding: 0 0 20px 0;
}
.box-content {
    max-width: 450px;
    margin: 0 auto;
    width: 90%;
}
.box-content h2 {
    transform: translateY(-63px);
    position: relative;
    z-index: 2;
}
.box-sec-list {
    width: 100%;
    margin: 100px 0 200px 0;
}
.location-link a {
    font-size: 1.5em;
    font-weight: 500;
    color: #BCBCBC;
}
.location-link span img {
  width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
     margin: 0 10px 0 0;
}
.location-link span {
   
    display: inline-block;
}
.location.flex {
    align-items: center;
    gap: 20px;
    padding: 50px 0;
    justify-content: center;
}
.link-btn a.fill-btn {
   background-color: #716755;
    font-size: 1.2em;
    padding: 8px 30px;
}

.resrt-link a {
    font-size: 1.5em;
    font-weight: 500;
    color: #BCBCBC;
}
.resrt-link span img {
  width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
     margin: 0 10px 0 0;
}
.resrt-link .flex {
   gap: 50px;
    justify-content: center;
}
.resrt-link {
    padding: 0 0 50px 0;
}
.contact-form-wrap h3 {
font-size: 1.8em;
padding: 0 0 20px 0;
color: var(--bg-one-color);
font-weight: 400;
font-family: var(--font-four);
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
background: transparent;
border: 0;
border-bottom: 1px solid  #858585;
font-size: 1em; 
font-weight: 500;
height: auto;
margin: 0;
outline: 0;
padding: 0 0 5px 0;
width: 100%;
color: var(--secondry-color);
font-family: var(--font-four);
margin-bottom: 10px;
	font-size: 15px;

}
.contact-form-wrap label {
color: var(--secondry-color);
font-weight: 500;
padding: 0 0 0 0;
display: block;
font-size: 1em;
font-family: var(--font-four);
}

input[type="submit"] {
background-color: #000;
    font-size: 1.8em;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0 0 0;
    color: #fff;
    border: 0;
	font-size: 1em;
}
form .flex {
gap: 20px;
}
textarea {
resize: none;
}
form {
  margin: 30px 0 0 0;
}
.contact-block {
  margin: 30px 0 0 0;
}
.block {
    width: 100%;
    margin: 0 0 30px 0;
} 
.contact-form-wrap {
    background-color: #fff;
    padding: 50px;
    margin: 100px 0;
    border-radius: 50px;
}
.contact-form-wrap h3 {
    color: #323232;
    text-align: center;
    font-size: 2em;
}
.page-template-contact .small-container {
    max-width: 700px;
    margin: 0 auto;
    width: 90%;
}
.contact-form-wrap  label {
    color: #4B4B4B;
    font-size: 0.7em;
}
.set {
    text-align: left;
}
.room-spec {
    width: 100%;
    padding: 100px 0;
}
.room-spec .flex {
   display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}
.rooom-sec-detail {
    width: 30%;
}
.rooom-sec-detail h4 {
    color: #D3D3D3;
    font-size: 1.5em;
    margin: 10px 0 0 0;
}
.rooom-sec-detail img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.room-type-sec {
    width: 50%;
}
.room-type-sec .img-block {
    width: 100%;
}
.amenties {
    width: 100%;
    padding: 100px 0;
}
.amenties h4 {
    color: #D3D3D3;
    font-size: 2.8em;
    width: 30%;
}
.amenties ul li {
    color: #D3D3D3;
    font-size: 1.8em;
     
}
.copy-right p a {
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
.amenties .flex {
	justify-content: space-between;
}
.amenties ul {
width: 60%;
}
.room-sec-detail .carousel {
    width: 100%;
}
.room-sec-detail .carousel-cell {
    width: 50%;
    margin: 0 3% 0 0;
}
.room-type-sec {
    width: 100%;
}
.detail-page .text-area-content {
    text-align: left;
}
.list-wrap p {
    padding: 20px 0;
}
.inner-banner img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.bottom-banner img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.inner-text h1 {
	font-size: 6.5em;
}
.single-local-attractions .bottom-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;

}
.single-local-attractions .banner-no-opacity {
    opacity: inherit;
    margin: 0 0 50px 0;
}
.single-local-attractions .text-area-content h3 {
	font-size: 5em;
    line-height: 0.9;
    font-weight: 300;
    font-family: var(--font-two);
	text-align: center;
}
.room-sec-detail .carousel-cell:nth-child(even) {
	  transform: scaleX(-1);
}
.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.whatsapp-icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-icon a:hover {
  transform: scale(1.1);
}

.whatsapp-icon svg {
  width: 32px;
  height: 32px;
}

.ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: ripple 1.5s infinite;
  z-index: -1;
}
.single-our-stay .small-container {
	max-width: 700px;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
 

/* Ensure proper spacing and alignment for mobile and tablet screens */
@media (max-width: 768px) {
.whatsapp-icon {
  width: 40px;
  height:40px; 
}
  .whatsapp-icon svg {
    width: 24px;
    height: 24px;
  }
}
