@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");
@font-face {
  font-family: "Luxury";
  src: url("../fonts/Luxury.woff2") format("woff2"), url("../fonts/Luxury.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Miama";
  src: url("../fonts/Miama.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
body p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
body h1, body h2, body h3 {
  font-family: "Luxury";
}
body a, body a:hover, body a:focus, body button, body button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body .text-btn {
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  padding: 0 0 10px;
}
body .text-btn span {
  margin-left: 10px;
}
body .text-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #9C8055;
  opacity: 0.2;
}
body .text-btn:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #9C8055;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body .text-btn:hover:after {
  width: 100%;
}
body ul {
  margin: 0;
  padding: 0;
  display: block;
}
body ul li {
  list-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body .date {
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
body .date img {
  margin-right: 10px;
  width: 15px;
}
body .date span {
  font-size: 15px;
  color: #696969;
}
body .container {
  max-width: 1368px;
}
body header {
  position: fixed;
  width: 100%;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(217, 217, 217, 0.28);
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body header .header-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body header .header-wrapper .logo {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
body header .header-wrapper .menu {
  display: flex;
}
body header .header-wrapper .menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
body header .header-wrapper .menu ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body header .header-wrapper .menu ul li a:hover {
  color: #9C8055;
}
body header .header-wrapper .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
body header .header-wrapper .contact .site-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 50px;
}
body header .header-wrapper .contact .site-btn.sp-btn {
  display: flex;
}
body header .header-wrapper .contact .site-btn.sp-btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 12px 30px;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
body header .header-wrapper .contact .site-btn.ar-switch {
  background-color: transparent;
  color: #ffffff;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
body header .header-wrapper .contact .mobile-menu-btn {
  height: 25px;
  display: none;
}
body header .header-wrapper .contact .mobile-menu-btn .lines {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  backface-visibility: hidden;
  background-color: #fff;
  height: 2px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 28px;
}
body header .header-wrapper .contact .mobile-menu-btn .lines:before, body header .header-wrapper .contact .mobile-menu-btn .lines:after {
  content: "";
  left: 0;
  position: absolute;
  top: -8px;
  backface-visibility: hidden;
  background-color: #fff;
  height: 2px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 28px;
}
body header .header-wrapper .contact .mobile-menu-btn .lines:after {
  top: 8px;
}
body header .header-wrapper .contact .mobile-menu-btn.is-close .lines {
  background-color: transparent !important;
  transition: none;
}
body header .header-wrapper .contact .mobile-menu-btn.is-close .lines:before {
  transform: rotate(45deg) translate(6px, 6px);
}
body header .header-wrapper .contact .mobile-menu-btn.is-close .lines:after {
  transform: rotate(-45deg) translate(5px, -6px);
  top: 8px;
}
body header.sticky-header {
  background-color: #ffffff;
  filter: drop-shadow(2px 2px 20px rgba(51, 51, 51, 0.09));
}
body header.sticky-header .logo {
  color: #9C8055;
}
body header.sticky-header .menu ul li a {
  color: #333333;
}
body header.sticky-header .contact .site-btn {
  background-color: #9C8055;
}
body header.sticky-header .contact .site-btn span {
  color: #ffffff !important;
}
body header.sticky-header .contact .site-btn.ar-switch {
  color: #000000;
}
body section {
  padding: 100px 0;
  position: relative;
}
body section .section-title {
  width: 55%;
  margin: 0 auto 100px;
}
body section .section-title h2 {
  font-family: Luxury;
  font-size: 45px;
  text-align: center;
  color: #000000;
  line-height: 70px;
  margin: 0;
}
body section .section-title span {
  font-family: Miama;
  font-size: 50px;
  color: #9C8055;
  transform: rotate(-10deg);
  display: block;
  text-align: center;
  margin: 0px auto;
}
body section.home-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
}
body section.home-slider .hero-slider {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 0;
}
body section.home-slider .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body section.home-slider .hero-slider .swiper-container .swiper-button-next, body section.home-slider .hero-slider .swiper-container .swiper-button-prev {
  background-size: 20px 44px;
  height: 80px;
  width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
body section.home-slider .hero-slider .swiper-container .swiper-button-next {
  background-image: url(../images/arrow-next.svg);
  right: 5%;
}
body section.home-slider .hero-slider .swiper-container .swiper-button-prev {
  background-image: url(../images/arrow-prev.svg);
  left: 5%;
}
body section.home-slider .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
body section.home-slider .hero-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
}
body section.home-slider .hero-slider .swiper-slide .slide-inner:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 68%, rgb(0, 0, 0) 100%);
  opacity: 0.8;
}
body section.home-slider .hero-slider .swiper-slide .slide-inner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
body section.home-slider .hero-slider .swiper-slide .slide-inner .meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
body section.home-slider .hero-slider .swiper-slide .slide-inner .meta span {
  font-family: Miama;
  font-size: 80px;
  line-height: 95px;
}
body section.home-slider .hero-slider .swiper-slide .slide-inner .meta h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: "Luxury";
}
body section#about {
  position: relative;
  min-height: 100vh;
}
body section#about::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/right-crn-pattern.png);
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
body section#about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/left-crn-pattern.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
body section#about .about-content-wrapper .abt-content {
  padding-left: 80px;
}
body section#about .about-content-wrapper .abt-content h3 {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 30px;
}
body section#about .about-content-wrapper .abt-content p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 0;
}
body section#about .mission-vision-wrapper {
  margin-top: 150px;
}
body section#about .mission-vision-wrapper .content {
  padding-left: 30px;
}
body section#about .mission-vision-wrapper .content h3 {
  width: 30%;
  margin-bottom: 30px;
}
body section#section-panorama {
  position: relative;
  background: #000000;
}
body section#section-panorama iframe {
  opacity: 0.5;
}
body section#section-panorama .panoramic-info {
  width: 10%;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
body section#section-panorama .panoramic-info p {
  color: #ffffff;
  text-align: center;
}
body section#section-panorama .panoramic-sec-icon {
  position: absolute;
  left: 0;
  bottom: 250px;
  display: block;
  margin: 0 auto;
  right: 0;
}
body section#facts {
  position: absolute;
  margin-top: -150px;
  width: 100%;
}
body section#facts .fact-card .content-wrapper {
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
}
body section#facts .fact-card .content-wrapper h4 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: capitalize;
}
body section#facts .fact-card .content-wrapper h4 span {
  font-size: 18px;
  font-weight: 600;
}
body section#facts .fact-card .content-wrapper p {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}
body section#facts .fact-card .image-wrapper {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body section#services {
  position: relative;
  padding-top: 300px;
}
body section#services::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/right-crn-pattern.png);
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
body section#services::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/left-crn-pattern.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
body section#services .service-card {
  width: 100%;
  height: 390px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
body section#services .service-card:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
body section#services .service-card h5 {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 45%;
  margin: 0;
  text-transform: capitalize;
  line-height: 30px;
}
body section#services .swiper .swiper-controls {
  position: relative;
  display: block;
  width: 230px;
  margin: 80px auto 150px;
}
body section#services .swiper .swiper-controls .swiper-button-next, body section#services .swiper .swiper-controls .swiper-button-prev {
  background-size: 20px 44px;
  height: 80px;
  width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
body section#services .swiper .swiper-controls .swiper-button-next {
  background-image: url(../images/arrow-next.svg);
  right: 5%;
  filter: invert(1);
}
body section#services .swiper .swiper-controls .swiper-button-prev {
  background-image: url(../images/arrow-prev.svg);
  left: 5%;
  filter: invert(1);
}
body section#events {
  background-color: #FCFCFC;
  position: relative;
}
body section#events::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/right-crn-pattern.png);
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
body section#events::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/left-crn-pattern.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
body section#events .event-wrapper {
  display: block;
  margin: 0 auto;
}
body section#events .event-wrapper .event-align-center {
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
body section#events .event-wrapper .event-align-center .event-image {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body section#events .event-wrapper .event-align-center .event-content {
  padding-left: 100px;
}
body section#events .event-wrapper .event-align-center .event-content h3 {
  margin-bottom: 15px;
  line-height: 40px;
}
body section#events .event-wrapper .event-align-center .event-content .date {
  margin-bottom: 30px;
}
body section#events .event-wrapper .event-align-center .event-content .date img {
  margin-right: 10px;
}
body section#events .event-wrapper .event-align-center .event-content p {
  width: 80%;
}
body section#events .event-wrapper .event-align-center.direction-zigzag .event-image {
  float: left;
}
body section#events .event-wrapper .event-align-center.direction-zigzag .event-content {
  float: left;
  padding-left: 0;
  padding-right: 100px;
}
body section#events .round-button {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #BB904F;
  color: #BB904F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
body section#events .round-button span svg {
  top: 5px;
  width: 20px;
  position: relative;
  left: 5px;
}
body section#events .round-button span svg path {
  fill: #9c8055;
}
body section#enquiry {
  background-image: url(../images/enquiry-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body section#enquiry::before {
  content: "";
  position: absolute;
  background-color: #2C1E08;
  opacity: 0.8;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body section#enquiry .section-title h2 {
  color: #ffffff;
}
body section#enquiry .round-button {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #BB904F;
  border: 2px solid #BB904F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
body section#enquiry .round-button span svg {
  top: 5px;
  width: 20px;
  position: relative;
  left: 5px;
}
body section#enquiry .round-button span svg path {
  fill: #ffffff;
}
body section.innerbanner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
}
body section.innerbanner:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  opacity: 0.8;
}
body section.innerbanner .page-title {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body section.innerbanner .page-title h1 {
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
body section.pattern:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-image: url(../images/right-crn-pattern.png);
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
}
body section.pattern:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background-image: url(../images/left-crn-pattern.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
body section.color-bg {
  background-color: #FCFCFC;
}
body footer {
  padding: 100px 0 0;
  position: relative;
}
body footer .footer-top {
  padding-bottom: 50px;
}
body footer .footer-top .section-title {
  margin-bottom: 50px;
}
body footer .footer-top .section-title h2 {
  color: #040B18;
  line-height: 40px;
}
body footer .footer-top .site-btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 12px 30px;
  color: #ffffff;
  background-color: #9C8055;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
body footer .footer-top .footer-links h5 {
  color: #696969;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}
body footer .footer-top .footer-links ul li a {
  font-size: 15px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
}
body footer .footer-top .footer-links p {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
}
body footer .footer-mid {
  display: flex;
  align-items: flex-end;
  margin: 50px 0;
}
body footer .footer-mid .footer-mid-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
body footer .footer-mid .download-btn {
  background-color: #F1F1F1;
  padding: 30px;
  font-size: 15px;
  color: #000000;
  text-transform: capitalize;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  float: left;
}
body footer .footer-mid .download-btn i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  background-color: #9c8055;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
}
body footer .footer-mid .download-btn i img {
  width: 15px;
  height: auto;
}
body footer .footer-mid .social-links {
  float: left;
}
body footer .footer-mid .social-links h5 {
  color: #696969;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
}
body footer .footer-mid .social-links a {
  margin-right: 10px;
}
body footer .footer-mid .footer-links h5 {
  color: #696969;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}
body footer .footer-mid .footer-links a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
}
body footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #D9D9D9;
}
body footer .footer-bottom .ar-switch {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
body footer .footer-bottom p {
  margin-bottom: 0;
}
body footer:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background-image: url(../images/left-crn-pattern.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
body.innerpage .event-wrapper {
  display: block;
  margin: 0 auto;
}
body.innerpage .event-wrapper .event-align-center {
  align-items: center;
  position: relative;
  z-index: 1;
}
body.innerpage .event-wrapper .event-align-center .event-image {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.innerpage .event-wrapper .event-align-center .event-content {
  padding-left: 100px;
}
body.innerpage .event-wrapper .event-align-center .event-content h3 {
  margin-bottom: 30px;
  line-height: 40px;
  text-transform: capitalize;
}
body.innerpage .event-wrapper .event-align-center .event-content .date {
  margin-bottom: 30px;
}
body.innerpage .event-wrapper .event-align-center.direction-zigzag .event-content {
  float: left;
  padding-left: 0;
  padding-right: 100px;
}
body.innerpage.events .event-wrapper h3 {
  margin-bottom: 50px;
}
body.innerpage.events .recent-list .recent-card {
  margin-bottom: 80px;
}
body.innerpage.events .recent-list .recent-card .event-img {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
body.innerpage.events .recent-list .recent-card h5 {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 30px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
body.innerpage.events .recent-list .recent-card .date {
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
body.innerpage.events .recent-list .swiper-button-next, body.innerpage.events .recent-list .swiper-button-prev {
  background-size: 20px 44px;
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
body.innerpage.events .recent-list .swiper-button-next {
  background-image: url(../images/arrow-next-black.svg);
  right: -130px;
  filter: drop-shadow(10px 10px 20px rgba(51, 51, 51, 0.09));
}
body.innerpage.events .recent-list .swiper-button-prev {
  background-image: url(../images/arrow-prev-black.svg);
  left: -130px;
  filter: drop-shadow(10px 10px 20px rgba(51, 51, 51, 0.09));
}
body.innerpage.events.single .event-content {
  padding-left: 0;
  margin-bottom: 50px;
}
body.innerpage.events.single .event-content .date {
  margin-bottom: 0;
}
body.innerpage.events.single .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body.innerpage.events.single .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vh;
}
body.innerpage.events.single .swiper .swiper-button-next, body.innerpage.events.single .swiper .swiper-button-prev {
  background-size: 20px 44px;
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
body.innerpage.events.single .swiper .swiper-button-next {
  background-image: url(../images/arrow-next-black.svg);
  right: 5%;
}
body.innerpage.events.single .swiper .swiper-button-prev {
  background-image: url(../images/arrow-prev-black.svg);
  left: 5%;
}
body.innerpage.events.single .swiper.recent-swiper .swiper-slide {
  display: block;
  height: auto;
}
body.innerpage.events.single .swiper.recent-swiper .swiper-slide .recent-card .event-img {
  margin-bottom: 0;
}
body.innerpage.events.single .swiper.recent-swiper .swiper-slide .recent-card .event-title {
  padding: 30px;
}
body.innerpage.events.single .swiper.recent-swiper .swiper-slide .recent-card .event-title h5 {
  text-align: left;
  margin-bottom: 0;
}
body.innerpage.gallery.single .swiper .swiper-slide {
  display: block;
  height: auto;
}
body.innerpage.gallery.single .swiper .swiper-slide .play-btn {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.innerpage.gallery.single .swiper .swiper-slide .event-title {
  padding: 30px;
}
body.innerpage.gallery.single .swiper .swiper-slide .event-title h5 {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
body.innerpage.gallery .gallery-items {
  -moz-columns: 3;
       columns: 3;
  gap: 30px;
}
body.innerpage.gallery .gallery-items .gallery-box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
}
body.innerpage.gallery .gallery-items .gallery-box.gallery-none {
  display: none;
}
body.innerpage.gallery .gallery-items .gallery-box .img-box {
  position: relative;
  overflow: hidden;
}
body.innerpage.gallery .gallery-items .gallery-box .img-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  z-index: 1;
}
body.innerpage.gallery .gallery-items .gallery-box .img-box img {
  transform: scale(1);
  width: 100%;
}
body.innerpage.gallery .gallery-items .gallery-box .icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  margin: auto;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
body.innerpage.gallery .gallery-items .gallery-box .icon svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.innerpage.gallery .gallery-items .gallery-box:hover .img-box img {
  transform: scale(1.1);
}
body.innerpage.gallery .gallery-items .gallery-box:hover .img-box:before {
  opacity: 1;
  visibility: visible;
}
body.innerpage.gallery .gallery-items .gallery-box:hover .icon {
  opacity: 1;
  visibility: visible;
}
body.innerpage.gallery .more-btn {
  margin-top: 80px;
}
body.innerpage.gallery .more-btn .round-button {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #BB904F;
  color: #BB904F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
body.innerpage.gallery .more-btn .round-button span svg {
  top: 5px;
  width: 20px;
  position: relative;
  left: 5px;
}
body.innerpage.gallery .more-btn .round-button span svg path {
  fill: #9c8055;
}
body.innerpage.contact .contact-section h3 {
  margin-bottom: 30px;
  line-height: 40px;
  text-transform: capitalize;
}
body.innerpage.contact .contact-section .contact-details {
  margin-bottom: 30px;
}
body.innerpage.contact .contact-section .contact-details h5 {
  color: #696969;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  width: 100%;
}
body.innerpage.contact .contact-section .contact-details p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 600;
  text-align: left;
}
body.innerpage.contact .map {
  margin-top: -220px;
}
body.innerpage.contact .map .form-wrapper {
  background-color: #BB904F;
  background-image: url(../images/form-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.innerpage.contact .map .form-wrapper h3 {
  color: #ffffff;
  margin-bottom: 30px;
}
body.innerpage.contact .map .form-wrapper form input, body.innerpage.contact .map .form-wrapper form textarea {
  padding: 15px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #ffffff;
  font-size: 14px;
}
body.innerpage.contact .map .form-wrapper form input::-moz-placeholder, body.innerpage.contact .map .form-wrapper form textarea::-moz-placeholder {
  color: #ffffff;
}
body.innerpage.contact .map .form-wrapper form input::placeholder, body.innerpage.contact .map .form-wrapper form textarea::placeholder {
  color: #ffffff;
}
body.innerpage.contact .map .form-wrapper form input:hover, body.innerpage.contact .map .form-wrapper form input:focus, body.innerpage.contact .map .form-wrapper form input:active, body.innerpage.contact .map .form-wrapper form input:focus-visible, body.innerpage.contact .map .form-wrapper form textarea:hover, body.innerpage.contact .map .form-wrapper form textarea:focus, body.innerpage.contact .map .form-wrapper form textarea:active, body.innerpage.contact .map .form-wrapper form textarea:focus-visible {
  border: 1px solid #ffffff;
}
body.innerpage.contact .map .form-wrapper form textarea {
  height: 100px;
}
body.innerpage.contact .map .form-wrapper form button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 12px 30px;
  font-weight: 600;
}
body.innerpage.contact .map iframe {
  width: 100%;
  height: 70vh;
  filter: grayscale(1);
  margin-top: -360px;
}
body .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background: transparent;
  border: 1px solid #9c8055;
  margin: 2.5px;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9c8055;
}
body #alb_icon_prev {
  position: absolute;
  bottom: 10%;
  right: 30%;
  z-index: 999;
  transform: rotate(180deg);
}
body #alb_icon_next {
  position: absolute;
  bottom: 10%;
  left: 30%;
  z-index: 999;
  transform: rotate(180deg);
}
body #alb_icon_close {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
  z-index: 999;
}
body .remove-80pd {
  padding-bottom: 70px !important;
}
body .clear {
  clear: both;
}
body img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body .t img {
  width: 100%;
}
body .mobile-menu {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}
body .mobile-menu ul li a {
  padding: 15px 30px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.39);
  font-weight: 500;
}
body .mobile-menu ul li a.enquire {
  background-color: #BB904F;
  color: #ffffff;
}
body .mobile-menu ul li a:hover {
  background-color: #BB904F;
  color: #ffffff;
}
body.mobile-menu-open .mobile-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  height: 100%;
}/*# sourceMappingURL=styles.css.map */