body {
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans", Sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

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

img {
  width: 100%;
  object-fit: cover;
}
.p-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pt-130 {
  padding-top: 130px;
}

.m-0 {
  margin: 0px !important;
}

.bg-light {
  background-color: #d8ecff !important;
}

.text-center {
  text-align: center !important;
}
*,
:after,
:before {
  box-sizing: border-box;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

#header {
  display: flex;
  box-shadow: 0px 0px 10px 0 #cacaca;
  padding: 10px 0;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  background-color: var(--white);
}

#header ul.nav-list li.active a,
#header ul.nav-list li:hover a {
  color: var(--callButtonBackgroundColor) !important;
}

#header .row {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 0;
  justify-content: center;
  justify-items: stretch;
  align-items: center;
  align-content: center;
}

#header .row .logo {
  width: 150px;
}

#header .row nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#header .row .nav-mobile {
  display: none;
}
#header .row ul.nav-list {
  align-items: center;
  justify-content: end;
  gap: 23px;
  display: flex;
}

#header .row .logo img {
  border-radius: 0px;
}

#header ul.nav-list li.active a, #header ul.nav-list li:hover a {
    color: var( --e-global-color-primary ) !important;
}
#header .row ul.nav-list a {
  color: var(--menuItemsColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
}

#header .row ul.nav-list a:hover {
  color: var(--bg-hover);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
  transform: translateY(-50%);
}
 #header .row ul.nav-list.active {
	opacity: 1;
	visibility: visible; 
display: flex;
}

@media only screen and (max-width: 1000px) {
  #header .row .nav-mobile {
    display: flex;
  }

  #header .row ul.nav-list {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 66px;
    box-shadow: rgb(196 195 195 / 55%) 1px 5px 9px 0px;
    visibility: hidden;
    background: rgb(255, 255, 255);
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    height: 0;
  }

  ul.nav-list.show-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
  }
}

@media screen and (min-width: 1001px) {
  .nav-list {
    display: flex !important;
  }
}

#navbar-toggle {
  position: absolute;
  right: 26px;
  top: 50%;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  transform: translateY(-50%);
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: var(--black);
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
  top: -10px;
}

#navbar-toggle span:after {
  bottom: -10px;
}

#navbar-toggle.active span {
  background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
  top: 0;
}

#navbar-toggle.active span:before {
  transform: rotate(45deg);
}

#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

/* -----------------button---------------- */

.btn:not(.social-icon) {
  background: var(--button-bg-color);
  padding: 15px 24px !important ;
  border-radius: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: var(--button-text-color);
  z-index: 1;
}

.btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--black);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.headings {
  margin: 0px;
  font-family: "DM Sans", Sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 49.48px;
}

/* -------home US------- */

section#home {
  z-index: 2;
  position: relative;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.home .home-img {
  display: flex;
  width: 95%;
  position: relative;
}

.home .home-img .home-price {
	gap:10px;
  position: absolute;
  left: 0;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}

.home .home-img .home-price span {
  padding: 9px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.home .home-img .home-price .day-price {
  background: var(--button-bg-color);
  color: #fff;
}

.home .home-img .home-price .month-price {
  background: #efffea;
  color: var(--black);
}

.home .home-img img {
  height: 580px;
}

.home .home-content p {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.home .home-content .rating {
  margin-top: 20px;
}

.home .home-content .rating .yasr_table_multi_set_shortcode {
  min-height: 0px !important;
  overflow: hidden !important;
}

.home .home-content .rating tbody {
  background: var(--black) !important;
  padding: 0px;
  display: flex;
  width: 100%;
  border: 2px solid var(--black);
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.home .home-content .rating .yasr_table_multi_set_shortcode td {
  padding: 9px 15px !important;
}

.home .home-content .rating .yasr_table_multi_set_shortcode tr {
  background: var(--black) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.home .home-content .rating .yasr_table_multi_set_shortcode tr:hover {
  background-color: var(--white) !important;
}

.home .home-content .rating .yasr_table_multi_set_shortcode tr:hover span {
  color: var(--black) !important;
}

.home .home-content .rating .yasr_table_multi_set_shortcode td {
  padding: 9px 15px !important;
}

.home .home-content .rating .yasr-multiset-average {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home .home-content .rating .yasr_table_multi_set_shortcode td span,
.home
  .home-content
  .rating
  .yasr_table_multi_set_shortcode
  td
  .yasr-multiset-average-text {
  color: var(--white) !important;
  text-transform: capitalize;
}

.home .home-content .rating .yasr_table_multi_set_shortcode tr:last-child {
  padding: 0px !important;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  width: 141%;
}
.home .home-content .rating .yasr-multiset-average {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 11px;
}

/* gallery-wrapper  */

section.gallery-wrapper {
  margin-top: -125px;
  z-index: 1;
  position: relative;
  padding-top: 190px;
}

section.gallery-wrapper .gallery,
section.gallery-wrapper .gallery .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
}

section.gallery-wrapper .gallery .gallery-item {
  margin-right: 20px;
}

section.gallery-wrapper .gallery .gallery-item:last-child {
  margin-right: 0px;
}

section.gallery-wrapper .gallery-item img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}

/* Host Container */

.host-container .image-section {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50%;
}

.host-container .image-section .back-image {
  width: 100%;
  max-width: 70%;
}

.host-container .image-section .back-image img {
  width: 100%;
  height: 440px;
}

.host-container .image-section .circle-image {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  
}

.host-container .image-section .circle-image img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 10px solid var(--white);
  box-shadow: 0px 0px 11px 3px #cacacaca;
  animation: 1.5s linear infinite alternate-reverse both bounce2;
}

@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* Content Section */
.host-container .content-section {
  flex: 1 1 60%;
  padding: 20px;
}

.host-container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.host-container ul {
  list-style: none;
  padding-left: 27px;
}

.host-container ul li {
  font-size: 1rem;
  margin: 5px 0;
  position: relative;
}

.host-container ul li::before {
  content: "";
  position: absolute;
  background: var(--button-bg-color);
  width: 13px;
  height: 13px;
  left: -29px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}


/* ----------- */
.services .row {
display:grid;
	grid-template-columns:repeat( 3 , 1fr);
	align-items:start;
}
.services .row {
  margin-top: 30px;
}

.services .card {
  padding-right: 20px;
}

.services .services-icon {
  width: 80px;
  height: 80px;
  background: var(--button-bg-color);
  border-radius: 50%;
  padding: 18px;
}

.services .services-icon img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: contain;
}

.services h3.card-title {
  font-size: 25px;
  text-transform: capitalize;
}

.services p.card-text {
  font-size: 18px;
  line-height: 25px;
}

.services .card-img img {
  width: 100%;
  height: 365px;
  margin-top: 25px;
  object-fit: cover;
}


/* ------------------ */
.room-details-section  .room-card {
  padding: 40px 15px;
}

.room-details-section .room-card .card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px #cacaca;
  max-height: 500px;
  padding: 10px;
  min-height: 470px;
  height: 100%;
}

.room-details-section  .room-card .card img {
  width: 100%;
  height: 300px;
  image-rendering: pixelated;
  object-fit: cover;
  border-radius: 20px;
}


.room-details-section button.slick-arrow {
  visibility: hidden;
}

.room-details-section button.slick-arrow i {
  visibility: visible;
  background: var(--button-bg-color);
  padding: 17px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 23px;
}

.room-details-section button.slick-prev.slick-arrow {
	z-index:10;
  left: -54px;
}

.room-details-section  button.slick-arrow:hover i {
  background: #000;
  color: #fff !important;
}

.room-details-section h3.card-title {
  font-size: 22px;
  text-transform: capitalize;
  margin: 16px 0 10px 0;
}

.room-details-section p.card-text {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}


/* -----blogs----- */
.blog .headings , .video-contributors .headings { 
margin: 0px 0px 20px ;}
.blog .card-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-item {
  position: relative;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 0 0 20px;
}

.blog .card-post .card-item .card-image img {
  width: 100%;
  height: 339px;
  object-fit: cover;
}

.post-info {
  position: relative;
}

.blog .card-post .card-item .card-meta {
  position: absolute;
  bottom: -11px;
  background: var( --e-global-color-primary );
  width: fit-content;
  right: 0;
  padding: 10px 22px;
  left: 0;
  margin: auto;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog .card-post .card-item .card-body {
  padding: 0 10px;
}

.blog .card-post .card-item .card-body h5.card-title {
  margin: 23px 0 0;
}

.blog .card-post .card-item .card-body h5.card-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.13px;
}

.blog .card-post .card-item .card-read-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  color: var( --e-global-color-primary );
}


  section#location iframe {
    width: 100% !important;
}

.hidden-item {
    display: none !important;
}

.visible-item {
    display: flex !important;
}
.read-more-btn {
    display: inline-block;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    background: transparent !important;
    margin-top: 23px;
    color: #000 !important;
    text-decoration: underline;
}

/* --------------Video Contributors------------ */

section.video-contributors .video-contributors-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

section.video-contributors .video-contributors-img img {
  width: 100%;
  height: 505px;
}

.video-contributors-card {
  position: relative;
}

.video-contributors-card .video-contributors-card-body {
  position: absolute;
  bottom: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 400px;
  left: 0;
  border-radius: 20px;
  display: flex;
  align-items: end;
}

.video-contributors-card .video-contributors-card-body .row {
  align-items: baseline !important;
  padding: 0 15px 40px;
}

.video-contributors-card .video-contributors-card-body .body-col p.count {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.25px;
  text-align: left;
  color: #fff;
}

.video-contributors-card .video-contributors-card-body .body-col h3 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #fff;
}

.video-contributors-card .video-contributors-card-body .body-col p {
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 300;
  line-height: 19.53px;
  text-align: left;
  color: #fff;
  margin: 10px 0;
}

.video-contributors-card .video-contributors-card-body .body-col a {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  color: rgba(90, 161, 225, 1);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* contact */
section.contact {
  height: 600px;
  display: flex;
  align-items: center;
}

.contact-card {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.63);
  padding: 20px 40px;
  width: 315px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.contact-card-img {
  width: 65px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.contact-card-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.contact-card h4 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;
  margin: 0;
  padding: 20px 0 0;
}

.contact-card h4 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;
  margin: 0;
  padding: 20px 0 0;
}

.contact-address {
  margin-top: 30px;
}

.contact-card h4 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;
  margin: 0;
  padding: 20px 0 0;
}

.contact-num a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 10px;
  font-size: 18px;
  margin-top: 20px;
}

.contact-address span {
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-top: 20px;
}

.contact-address span i {
  margin-top: 4px;
}

.contact-card.business-address-2 {
  border-radius: 10px;
  width: 375px;
}

.business-address h4 {
  padding: 20px 0;
}

.business-address ul li {
  margin-bottom: 15px;
  font-size: 18px;
}

/* testimonial heading */
.location p { 
margin:0px;}
.testimonial , .location {  
background:var( --e-global-color-111cdda );
}
	/* image gallery */
.image-gallery { 
    background-color: var( --e-global-color-secondary );
}

.image-gallery-box-1{
    display: grid;
    grid-template-columns: repeat( 3 , 1fr);
    gap: 20px;
	margin-bottom:20px;
}
.image-gallery-box-2 {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 20px;
}

.divider{ 
display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
margin:10px 0px 20px;
}
.divider div img { 
width:30px; 
height:30px;
  filter: brightness(0) saturate(100%) invert(64%) sepia(37%) saturate(1430%) hue-rotate(181deg) brightness(93%) contrast(90%);

}
.divider .line { 
height:1px ; 
width:150px; 
background:#000;}


@media (max-width:1024px){ 
	
#header .row .logo img {
	max-width:120px;
}
	#header .row{ 
	grid-template-columns: 15% 85%;
	}
	#header .row ul.nav-list a{ 
	font-size:14px;
	}
	.btn:not(.social-icon){ 
	padding:10px 18px !important;
	font-weight:600;
		font-size:15px; 
	}

	section.video-contributors .video-contributors-img img {
    width: 100%;
    height: 400px;
}
	.services p.card-text{ 
	font-size:16px; 
	height:90px;}
	.services h3.card-title{ 
	font-size:20px;}
	.room-details-section button.slick-prev.slick-arrow{ 
left:-30px;	
	}
	.room-details-section button.slick-arrow{ 
	right:0px; 
	z-index:10;}
	span.post-author , span.post-date{ 
	font-size:14px; 
	white-space:nowrap; 
	}
}

@media (max-width:768px){ 
	#header .row {
    grid-template-columns: 20% 60% 20%;
}
	#header .row nav {
    justify-content: end;
 }
	section.contact .contact-column{ 
	width:100%;}
	section.contact{ 
	height:unset;}
	.contact-card{ 
	width:100% !important;}
	
	section.video-contributors .video-contributors-row {
    grid-template-columns: repeat(2, 1fr);
}
.blog .card-post {
    grid-template-columns: repeat(2, 1fr) !important;
 }
	.services .row {
    grid-template-columns: repeat( 2 , 1fr);
}
	.host-container .image-section .circle-image img {
    width: 220px;
    height: 220px;
}
	 .headings {
    font-size: 28px;
    line-height: 34px;
}
}
@media (max-width:600px){ 
	#header .row ul.nav-list li{
		padding:10px 0px ;
	}
	#header .row ul.nav-list{ 
	height:100vh;}
	.room-details-section button.slick-arrow {
    right: 20px;
    z-index: 10;
}
.room-details-section button.slick-prev.slick-arrow {
    left: -10px;
}
	.services h3.card-title{
	margin-bottom:0px;
	}

	.services .services-icon {
    width: 50px;
    height: 50px;
    background: var(--button-bg-color);
    border-radius: 50%;
    padding: 10px;
}
	.services .card-img img {
    height: 280px;
		 margin-top: 15px;
}
	.host-container .image-section .circle-image img {
    width: 150px;
    height: 150px;
}
	.host-container .image-section .back-image img {
    width: 100%;
    height: 350px;
}
	.home .home-img{ 
		width:100%;}
	.home .home-img img {
	
    height: 300px;
}
	.pt-130{ 
	padding-top: 100px;}
.p-80 {
    padding: 40px 0;
}
	.contact .row { 
	flex-wrap:wrap;
	}
.home .row {
    grid-template-columns: repeat(1, 1fr);
}
	.services .row {
    grid-template-columns: repeat( 1 , 1fr);
}
	.about .row{ 
	flex-wrap:wrap;}
	.image-gallery-box-1 , .image-gallery-box-2 {
    grid-template-columns: repeat( 1 , 1fr);
}
	.blog .card-post {
    grid-template-columns: repeat(1, 1fr) !important;
}
	.host-container .image-section{ 
	max-width:100%;}
section.video-contributors .video-contributors-row {
    grid-template-columns: repeat(1, 1fr);
}
}



