@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --color-purple: #522a71;
  --brand-primary: #522a71;
  --brand-primary-rgb: 82, 42, 113;
  --secondary-rgb: 82, 42, 113;
  --bs-btn-border-radius: 25px;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Times-Sans-Serif";
  src: url("../../fonts/Times-Sans-Serif.ttf.woff") format("woff"),
    url("../../fonts/Times-Sans-Serif.ttf.svg#Times-Sans-Serif") format("svg"),
    url("../../fonts/Times-Sans-Serif.ttf.eot"),
    url("../../fonts/Times-Sans-Serif.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

h2.title__heading-06.title__heading-main {
  font-family: "Montserrat" !important;
  line-height: 45px;
  font-size: 40px;
}

header * {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
}

.brk-header_scroll.brk-header_style-2 .brk-nav__menu>li>a {
  color: rgba(39, 39, 39, 0.7) !important;
}

h2.title__heading-06.title__heading-main span {
  font-family: "Times-Sans-Serif" !important;
  font-weight: 500;
  font-size: 65px;
  line-height: 70px;
}

p,
a,
span,
div,
li {
  font-family: "Montserrat", sans-serif;
}

.brk-nav {
  text-align: end;
}

.brk-header_style-2 .brk-nav__menu>li {
  margin: 0px 8px;
}

.brk-header_style-2 .brk-nav__menu>li a {
  font-size: 0.5rem !important;
}

.logo-white,
.logo-dark {
  max-width: 250px;
  max-height: 70px;
}

.bg-pattern {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-image: url(./images/mine/pattern.png);
  background-repeat: repeat;
  opacity: 0.5;
}

.bg-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

#bg-video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#video-section {
  height: 100vh;
  position: relative;
}

#video-section .container,
#video-section .row {
  height: 100vh;
}

.brk-header_style-2 .brk-nav__menu>li>a {
  font-size: 16px;
}

.hero-text {
  text-align: center;
}

.section-padding {
  padding: 100px 0 !important;
}

h2 .font__weight-extrabold {
  color: var(--color-purple);
}

/* .corner__wrap.content__side-right .parallax__bg-shape-lg {
	background: white;
} */

.section-padding-50 {
  padding: 50px 0px !important;
}

.spa-events .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.spa-events .brk-sc-row-four__video {
  width: 100% !important;
  max-width: 50%;
}

/* .first-parallax {
	margin-bottom: 50px;
} */

/* .bg__style::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 37px;
	background-position-y: 88px;
	z-index: 2;
	background: url(../../img/sprite.png) 0 -128px;
	transform: rotate(180deg);
} */

.bg__style::after {
  content: none !important;
}

.not-safari #events,
.not-safari #counters {
  background-attachment: fixed;
}

/* #video-section::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 37px;
	background-position-y: 88px;
	z-index: 2;
	background: url(../../img/sprite.png) 0 -122px;
} */

/* #events span {
	color: white;
} */

.grecaptcha-badge {
  display: none !important;
}

.counter__wrapper-icon,
.counter__wrapper-icon .counter,
.icon {
  color: white !important;
}

.brs-portfolio-categories-item {
  height: 360px !important;

  h3 {
    display: block;
  }
}

#contact {
  /* background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url(../../images/map.png); */
  background-size: 60%;
  background-position: center 80%;
  background-repeat: no-repeat;
}

#contact .brk-dark-font-color,
.text-gray,
figure .text-gray,
figure figcaption p {
  max-width: 500px;
}

#contact .title__heading-06.title__heading-sub:not(.title__heading-sub_class-color) {
  margin-top: -35px;
}

#contact.section-padding {
  padding-top: 130px;
}

.brk-form-strict [type="email"]:not([disabled]),
.brk-form-strict [type="password"]:not([disabled]),
.brk-form-strict [type="search"]:not([disabled]),
.brk-form-strict [type="tel"]:not([disabled]),
.brk-form-strict [type="text"]:not([disabled]),
.brk-form-strict textarea:not([disabled]) {
  /* border-bottom: 1px solid var(--color-purple); */
  border: 1px solid var(--color-purple);
}

.brk-form-strict textarea:not([disabled]) {
  border: 1px solid var(--color-purple);
}

.brk-header_border-bottom:after {
  content: none !important;
}

.brs-portfolio-categories-item__buttons {
  background-image: url(../../images/white-mountains-bg.png);
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: unset !important;
  clip-path: unset !important;
  text-align: center !important;
  bottom: -1px !important;
}

#stay .brs-portfolio-categories-item:hover .brs-portfolio-categories-item__buttons {
  height: 145px !important;
}

.overlay-position-full {
  background-color: rgba(0, 0, 0, 0.3);
}

.brk-abs-bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.counter {
  display: inline;
}

.color-purple {
  color: var(--brand-primary);

  font-weight: 700;
}

#video-section h1 {
  font-size: 70px;
  letter-spacing: 3px;
  font-family: "Times-Sans-Serif" !important;
}

.counter__wrapper-icon .icon {
  width: 70px;
}

.rooms-sub {
  font-family: "Times-Sans-Serif" !important;
  font-weight: 500;
  font-style: italic;
  position: relative;
  width: fit-content;
  margin: auto;
}

.rooms-sub::before {
  content: "";
  background: linear-gradient(to right, var(--brand-primary), transparent);
  height: 2px;
  width: calc(400% - 100px);
  top: 50%;
  position: absolute;
  transform: translate(40%, -50%);
}

.rooms-sub::after {
  content: "";
  background: linear-gradient(to left, var(--brand-primary), transparent);
  height: 2px;
  width: calc(400% - 100px);
  top: 50%;
  position: absolute;
  transform: translate(-140%, -50%);
}

.shape-box_half::before {
  background: url(../../images/white-mountains-bg.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: bottom center !important;
  top: unset !important;
  height: 143px;
  transform: unset !important;
}

.shape-box_half figcaption {
  background: white !important;
  transition: ease 0.4s !important;
}

.shape-box_half:hover figcaption {
  transition: ease 0.4s !important;
}

.shape-box_half:hover:before {
  bottom: 157px;
  transition: ease 0.4s;
}

.shape-box_half::before {
  transition: ease 0.4s !important;
}

.show-cont h4 {
  text-align: center;
}

.second-parallax h2,
.second-parallax p,
.first-parallax h2,
.first-parallax p {
  color: white !important;
}

.shape-box_half figcaption .show-cont {
  bottom: calc(100% + 9px) !important;
}

.spa-events .brk-base-bg-primary-80 {
  background-color: rgba(var(--brand-primary-rgb), 0.95);
}

.gallery-a {
  width: 100%;
  height: 100%;
}

#savor .brs-portfolio-categories-item {
  padding: 0 !important;
  height: 300px !important;
}

#savor .brs-portfolio-categories-item__buttons {
  color: var(--brk-dark-base) !important;
}

#savor .brs-portfolio-categories-item__buttons h4 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

#savor .brs-portfolio-categories-item:hover h4 {
  opacity: 1;
}

#savor .brs-portfolio-categories-item:hover .brs-portfolio-categories-item__buttons {
  height: 160px;
  padding: 0;
}

#savor .brs-portfolio-categories-item {
  margin-bottom: 30px;
}

#contact {
  padding-bottom: 50px !important;
}

.brk-sc-row-four__desc {
  margin-left: calc(60% - 8px) !important;
  max-width: 500px;
}

.title__heading-06.title__heading-main {
  margin-top: -60px;
}

.socials-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 11;
}

.socials-fixed .brk-social-links__item {
  margin: 1px 0 !important;
  background-color: var(--brand-primary);
  color: white;
  padding: 10px 10px;
  transition: 0.3s ease-in-out;
}

.socials-fixed .brk-social-links__item:hover {
  background-color: white;
  transition: 0.2s ease-in-out;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.first-parallax .corner__wrap.content__side-left .parallax__bg-shape-lg {
  background-color: white;
}

.first-parallax h2,
.first-parallax p {
  color: var(--brk-dark-base) !important;
}

.brk-scrollbar {
  opacity: 0.8;
}

.purple-overlay {
  background-color: rgba(82, 42, 113, 0.97);
}

.post-filmstrip__overlay {
  background: var(--brk-dark-base);
  transition-duration: 0.2s !important;
  transition-property: all !important;
  opacity: 0.95 !important;
}

.post-filmstrip:hover .post-filmstrip__content,
.post-filmstrip:hover .post-filmstrip__overlay {
  transition-duration: 0.2s !important;
  transition-property: all !important;
}

.brk-base-gradient-34 {
  background-color: var(--brand-primary);
}

.post-filmstrip__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-filmstrip .links {
  margin: 0 !important;
}

.post-filmstrip .links__permalink,
.post-filmstrip .links__view {
  transition: all 0.5s ease-in-out 0.1s !important;
}

.flip-box__gradient {
  min-height: unset !important;
}

.brk-sc-row-four__desc h4 {
  margin-left: 9px;
}

.brk-header-mobile-wrap {
  background: none !important;
}

@media screen and (max-width: 1200px) {
  .spa-events .brk-sc-row-four__video {
    max-width: 55%;
  }
}

@media screen and (max-width: 992px) {

  .brk-header-mobile-wrap__logo img,
  .brk-header-mobile__logo img {
    max-width: 200px;
    max-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .title__heading-06 {
    font-size: 30px;
  }

  .spa-events .brk-sc-row-four__video {
    max-width: 100%;
    height: 500px;
  }

  h1 {
    font-size: 55px !important;
    margin-bottom: 20px;
  }

  .brk-sc-row-four__desc {
    width: 100%;
    margin: auto !important;
  }

  .hero-text p {
    display: none;
  }

  h2 .font__weight-extrabold {
    line-height: 45px;
  }

  .title__heading-06 {
    font-size: 40px;
    line-height: 45px !important;
  }

  .title__heading-06.title__heading-sub:not(.title__heading-sub_class-color),
  .title__heading-06.title__heading-sub {
    display: none;
  }

  .rooms-sub::after,
  .rooms-sub::before {
    content: none;
  }

  .second-parallax .row {
    justify-content: end;
  }
}

@media screen and (max-width: 576px) {
  .counter__wrapper-icon {
    max-width: 230px !important;
  }

  .brs-portfolio-categories-item h3 {
    font-size: 22px;
  }

  .brs-portfolio-categories-item p {
    font-size: 16px;
  }

  .first-parallax .corner__wrap.content__side-left .parallax__bg-shape-lg {
    opacity: 0.8;
  }

  .first-parallax .btn-prime {
    background: rgba(255, 255, 255, 0.4);
  }
}

@media (min-width: 576px) {

  .h3,
  h3 {
    font-size: 28px;
  }
}

#services-row {
  background-color: rgb(250, 250, 250);
}

/* #events .swiper-slide {
	margin: 0 0.8rem;
}

#events .triple-slider {
	padding: 0 5rem;
}

@media (max-width: 700px) {
	#events .triple-slider {
		padding: 0rem;
	}
}

#events .btn {
	text-transform: unset !important;
}

#events .brk-ic-left-slide {
	position: relative;
	height: 400px;
}

#events .brk-ic-left-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(42, 42, 42, 0.8);
	opacity: 0;
	z-index: 10;
	transition: all 0.3s ease;
}

#events .brk-ic-left-slide:hover::before {
	opacity: 1;
}

#events .brk-ic-left-slide .brk-ic-left-slide__img {
	transform: translateX(0);
	opacity: 1;
}

#events .post-filmstrip__content {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	scale: 1;
	transition: all 0.3s ease;
	z-index: 20;
}

#events .brk-ic-left-slide:hover .post-filmstrip__content {
	opacity: 1;
	scale: 1;
}

#events .brk-ic-left-slide i {
	font-size: 1rem;
	line-height: 1rem;
	color: white;
}

#events .brk-ic-left-slide a {
	display: block;
	border-radius: 50%;
	padding: 1.2rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#events .links {
	display: flex;
	margin: 1rem;
}

#events .links .link {
	border: solid 2px rgb(73, 73, 73);
	transform: translateX(-40%);
	transition: all 0.6s ease;
	opacity: 0;
}

#events .links .search {
	background-color: white;
	color: var(--brand-primary);
	transform: translateX(40%);
	transition: all 0.6s ease;
	opacity: 0;
}

#events .brk-ic-left-slide:hover .link {
	transform: translateX(-10%);
	opacity: 1;
}

#events .brk-ic-left-slide:hover .search {
	transform: translateX(10%);
	opacity: 1;
}

#events .links .search i {
	color: var(--brand-primary);
}

#events .slick-next {
	right: 0;
	z-index: 100;
}

#events .slick-prev {
	left: 0;
	z-index: 100;
} */

.section-padding {
  padding-block: 100px !important;
}

.brk-header-mobile-wrap {
  box-shadow: 6px 0 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 994px) {
  .section-padding-mobile {
    padding-block: 100px !important;
  }

  .title__heading-06.title__heading-main {
    margin-top: 0;
  }
}

@media (max-width: 994px) {
  .counter__wrapper-icon .counter {
    font-family: "Montserrat", sans-serif;
    font-size: 56px !important;
    font-weight: 600;
    line-height: 1;
    color: var(--brk-secondary-1);
  }
}

@media (max-width: 700px) {
  h2.title__heading-06.title__heading-main {
    font-size: 1.8rem;
    line-height: 35px !important;
  }

  h2.title__heading-06.title__heading-main span {
    font-size: 2.4rem;
    line-height: 35px !important;
  }
}

#explore .shape-box .show-cont h4 {
  transition: all 0.4s ease;
}

@media (min-width: 994px) and (max-width: 1230px) {
  #explore .shape-box_half::before {
    background-size: 140% !important;
    height: 140px;
  }

  #explore .shape-box:hover .show-cont h4 {
    margin-bottom: -20px;
  }
}

@media (max-width: 994px) {
  #explore .shape-box_half::before {
    background-size: 100% !important;
    height: 170px;
  }
}

@media (max-width: 360px) {
  #explore .shape-box_half::before {
    background-size: 140% !important;
    height: 170px;
  }

  #explore .shape-box .show-cont h4 {
    font-size: 1.3rem;
  }

  #explore .shape-box:hover .show-cont h4 {
    margin-bottom: -20px;
  }
}

.extra-page .title__heading-06.title__heading-main {
  margin-top: 0;
  margin-bottom: 2.3rem;
}

.extra-page .title__heading-06.title__heading-main span {
  font-size: 50px;
}

@media (max-width: 600px) {
  .extra-page .title__heading-06.title__heading-main span {
    font-size: 35px;
  }
}

.room-section .content {
  padding-left: 0.8rem;
}

.room-section .time {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.room-section .time p {
  font-size: 1.2rem;
  color: var(--color-purple);
  font-weight: 500;
}

.room-section:nth-of-type(odd) .time p {
  color: white;
}

.room-section:nth-of-type(odd) .time img {
  filter: brightness(0) invert(1);
}

.room-section .time img {
  width: 40px;
  object-fit: contain !important;
}

.room-section:nth-of-type(odd) .content {
  padding-right: 0.8rem;
}

@media (max-width: 994px) {
  .room-section .content {
    padding-left: 0;
    padding-top: 4rem;
  }

  .room-section:nth-of-type(odd) .content {
    padding-right: 0;
  }
}

.room-section img {
  aspect-ratio: 1.4;
  object-fit: cover !important;
}

.room-section:nth-of-type(odd) {
  background-color: var(--color-purple);
}

.room-section:nth-of-type(odd) .title__heading-06.title__heading-main span {
  color: white;
}

.room-section:nth-of-type(odd) p,
.room-section:nth-of-type(odd) li {
  color: white;
}

.room-section:nth-of-type(odd) .row {
  flex-direction: row-reverse;
}

@media (max-width: 994px) {
  .room-section {
    background-color: var(--color-purple);
  }

  .room-section .title__heading-06.title__heading-main span {
    color: white;
  }

  .room-section p,
  .room-section li {
    color: white;
  }

  .room-section:nth-of-type(even) {
    background-color: white;
  }

  .room-section:nth-of-type(even) .title__heading-06.title__heading-main span {
    color: var(--color-purple);
  }

  .room-section:nth-of-type(even) p,
  .room-section:nth-of-type(even) li {
    color: black;
  }
}

.room-section .rotation-slider-min {
  max-width: unset;
}

.room-section .content li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}

.brs-portfolio-categories-item:hover .view-rooms {
  opacity: 1 !important;
  display: block !important;
  position: relative !important;
}

.view-rooms {
  opacity: 0;
  /* display: none !important; */
  color: white;
  transition: all 0.4s linear;
  width: fit-content;
  display: block !important;
}

.view-rooms a {
  color: white;
  text-underline-offset: 1px;

  .mobile {
    display: none;
  }

  @media (max-width: 774px) {
    .mobile {
      display: block;
    }

    .desktop {
      display: none;
    }
  }
}

@media (max-width: 774px) {
  .view-rooms {
    opacity: 1;
  }
}

.view-rooms:hover {
  border-bottom: 1px solid white;
}

.brs-portfolio-categories-item:hover .brs-portfolio-categories-item__overlay,
.brs-portfolio-categories-item:hover .view-rooms {
  opacity: 1;
}

.brs-portfolio-categories-item__title {
  height: fit-content;
}

/* @media screen and (min-width: 991px) and (max-width: 1342px) {
  .view-rooms {
    left: 16%;
    top: 34%;
  }
} */
.rooms-icon {
  width: 40px;
  object-fit: contain;
  aspect-ratio: unset !important;
  margin-right: 1rem;
}

.rooms-icon.icon-white {
  filter: grayscale(1) brightness(0) invert(1);
}

.conference-room-icon img {
  width: 40px;
}

.conference-room-div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.conference-room-icon {
  display: flex;
  gap: 2rem;
}

.activities-at-ehden-ul {
  list-style-type: disc;
}

.modal-header {
  background: #522a71;
}

.modal-title {
  color: white;
}

.activities-at-ehden-ul li {
  color: #522a71;
}

.btn-prime-primary-transparent,
.btn-prime-white-transparent {
  background: 0 0;
  color: #fff !important;
}

.btn {
  padding-block: 12px !important;
  border-radius: 25px !important;
}

.shape-box_half:hover:before {
  bottom: 158px;
  transition: ease 0.4s;
}

.shape-box_half:hover figcaption .show-cont {
  bottom: calc(100%) !important;
}

@media (max-width: 768px) {

  .title__heading-06.title__heading-sub:not(.title__heading-sub_class-color),
  .title__heading-06.title__heading-sub {
    display: block !important;
    margin-bottom: -20px;
  }
}

#spa .brk-sc-row-four-pagination {
  display: none;
}

@media (max-width: 768px) {
  .dots-rounded-skin .slick-dots {
    top: 0;
    bottom: unset;
  }

  .default-slider .slick-list {
    top: 20px;
  }
}

@media (max-width: 774px) {
  .brk-sc-row-four-pagination-bullet-active {
    background-color: #212529;
    border: none !important;
  }

  .brk-sc-row-four-pagination-bullet:before {
    background-color: #212529 !important;
  }

  .brk-sc-row-four-pagination {
    top: 35px !important;
    right: 10px;
  }
}

.brs-portfolio-categories-item {
  cursor: pointer;
}

.btn-lg.btn-inside-out>.before {
  padding-top: 12px;
}

.icon-list li {
  list-style: none;
  margin-bottom: 1rem;

  >div {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
  }
}

.icon-list {
  padding-left: 0;
}

.icon-list li .icon {
  width: 40px;
  height: 40px;
}

.icon-list li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-list li p {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.white .icon-list * {
  filter: grayscale(1) brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .corner__wrap.content__side-right .parallax__bg-shape-lg {
    left: 28% !important;
    width: calc(50vw + 400px) !important;
    display: none;
  }
}

.rectangle {
  position: absolute;
  background-color: rgba(var(--brand-primary-rgb), 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.brk-header {
  z-index: 200000 !important;
}

.brk-sc-row-four .swiper-container {
  position: relative;
  z-index: 1 !important;
}

.title__heading-06.title__heading-main {
  z-index: 1;
}

.resto-title {
  position: relative;
  width: fit-content !important;
  margin-inline: auto;
  color: #522a71;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.resto-title::before,
.resto-title::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: solid 2px #522a71;
  background-color: transparent;
  width: calc(200px - 50%);
  height: 100px;
}

@media (max-width: 600px) {

  .resto-title::before,
  .resto-title::after {
    width: 0;
  }
}

.resto-title::before {
  left: 0;
  transform: translateX(calc(-100% - 20px));
  border-top-left-radius: 5px;
}

.resto-title::after {
  right: 0;
  transform: translateX(calc(100% + 20px));
  border-top-right-radius: 5px;
}

.socials-fixed .brk-social-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials-fixed .brk-social-links__item:hover * {
  color: #212529;
}

.socials-fixed a {
  text-decoration: unset !important;
}

.socials-fixed .brk-social-links__item i {
  text-decoration: none;
}

@media (min-width: 768px) {

  #events .swiper-container-autoheight,
  #events .swiper-container-autoheight .swiper-slide {
    height: 600px;
  }
}

.brk-header_style-2.brk-header_color-white .brk-nav__menu>li>a {
  text-decoration: none;
}

@media (max-width: 1400px) {

  .counter__wrapper-icon .counter,
  .counter__wrapper-icon .counter * {
    font-size: 56px !important;
  }
}

@media screen and (max-width: 576px) {
  .counter__wrapper-icon {
    max-width: 260px !important;
  }
}

@media (min-width: 994px) {
  .brk-nav__menu {
    height: inherit;
    text-align: left;
    padding-right: 2rem;
  }
}

.brk-nav__drop-down-effect .nav-dropdown-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding-left: 0;
  background-color: white;
  transform: translateY(100%);
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.brk-nav__drop-down-effect .nav-dropdown-menu li {
  padding: 0.5rem 4rem 0.5rem 1.4rem;
}

.brk-nav__drop-down-effect .nav-dropdown-menu li:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.brk-header_style-2 .nav-dropdown-menu li a {
  font-size: 1.1rem !important;
  text-decoration: none !important;
  color: rgba(39, 39, 39, 0.7) !important;
  font-weight: 400 !important;
  font-family: "Ubuntu", sans-serif !important;
}

.brk-nav__drop-down-effect .nav-dropdown-menu ul {
  padding-left: 0 !important;
}

@media (min-width: 994px) {
  .brk-nav__drop-down-effect:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

#events .brk-sc-row-four__slide {
  padding-block: 50px !important;
}

#spa .brk-sc-row-four__slide {
  padding-block: 50px !important;
}

.brs-portfolio-categories-item * {
  text-decoration: unset !important;
}

@media (max-width: 768px) {
  .brs-portfolio-categories-item__overlay {
    opacity: 0.5 !important;
  }

  .brs-portfolio-categories-item:hover .brs-portfolio-categories-item__overlay {
    opacity: 0.9 !important;
  }

  .brs-portfolio-categories-item__title {
    opacity: 1 !important;
  }
}

#weddings {
  .brk-sc-row-three__thumb {
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }

  .brk-sc-row-three__container .swiper-container {
    margin: 0;
  }

  .brk-base-bg-gradient-right {
    background-image: linear-gradient(to right,
        rgba(var(--brand-primary-rgb), 0.9),
        rgba(var(--secondary-rgb), 0.9));
  }

  .brk-sc-row-three__container {
    max-width: unset;
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .brk-sc-row-three__after {
    display: none;
  }

  .brk-sc-row-three__before {
    width: 100%;
    transform-origin: 100% 100%;
    transform: skewX(0);
    left: 0;
  }

  .swiper-slide .row {
    justify-content: end;
  }

  .brk-sc-row-three__pagination {
    display: none;
  }

  .brk-sc-row-three__desc {
    * {
      text-align: center;
    }

    .brk-sc-row-three__desc--text {
      margin-inline: auto;
      color: white;
    }
  }

  @media (max-width: 994px) {
    .brk-sc-row-three__thumb {
      padding: 0;
      width: 100%;
      height: auto;
      aspect-ratio: 1;
      max-height: unset;

      img {
        width: 100%;
        height: 100%;
      }
    }

    .brk-sc-row-three__slide {
      height: unset !important;
    }

    .brk-sc-row-three__desc--text {
      margin-bottom: 0;
    }

    .brk-sc-row-three__desc {
      padding-block: 4rem;
      padding-inline: 1rem;
    }

    .swiper-slide .row {
      flex-direction: column-reverse;
    }

    padding-bottom: 0 !important;
  }
}

#stay .brs-portfolio-categories-item {
  flex-direction: column;
}

.brk-nav__drop-down-effect {
  span {
    text-transform: capitalize;
  }
}

.brk-nav__drop-down-effect.mobile {
  a {
    padding-left: 4rem !important;
    font-size: 1.1rem !important;
    line-height: calc(1.1rem * 2.5) !important;
  }
}

@media (min-width: 994px) {
  .brk-nav__drop-down-effect.mobile {
    display: none;
  }
}

#stay {
  .slick-dots li button:before {
    display: none;
  }
}

.top-bar {
  background-color: #522a71;
  color: white;
  padding-inline: 1rem;
  padding-block: 0.3rem;
  z-index: 10000000 !important;

  a {
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
  }

  img {
    width: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  i {
    font-family: "Font Awesome 5 Brands" !important;
    color: white !important;
    font-weight: 900;

    &::before {
      color: white !important;
    }
  }

  * {
    color: white;
    font-size: 0.9rem;
  }

  .social {
    display: flex;
    height: fit-content;
    gap: 2rem;
  }
}

@media (min-width: 992px) {
  .brk-header_sticky-hide {
    transform: translateY(0) !important;
    top: 0 !important;
  }
}

.brk-header__main-bar {
  transition: all 0.3s ease;
}

.top-bar {
  transition: all 0.3s ease;

  *:hover {
    color: white !important;
  }

  .reserve-btn {
    padding: 0.2rem 0.6rem;
    border: solid 2px white;
  }
}

/* header.scrolled {
  .top-bar {
    transform: translateY(-32px);
  }

  .brk-header__main-bar {
    opacity: 0;
  }
} */

.top-bar.mobile {
  display: none;
}

@media (max-width: 994px) {
  .top-bar:not(.mobile) {
    display: none;
  }

  .top-bar.mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    padding-block: 12px;
  }

  .top-bar {
    .social {
      display: none;
    }
  }
}

.brk-header-mobile-wrap .brk-nav__menu {
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
  margin-top: 3rem;
}

.brk-header-mobile__logo a {
  display: block !important;
}

.brk-header-mobile::before {
  display: none;
}

.brk-header-mobile-wrap__header:before {
  display: none;
}