@charset "UTF-8";
.text-main-color {
  color: #b89060;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.show-more {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
  color: #1c2848;
}

.text-justify {
  text-align: justify;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: #f7f6fe;
  color: #212529;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.89px - 54.36px - 52.97px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.landing-page {
  height: calc(100vh - 46px - 74px);
}

.contact,
.about-deco {
  position: relative;
  z-index: 1;
}
.contact::after, .contact::before,
.about-deco::after,
.about-deco::before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(39%) saturate(3627%) hue-rotate(213deg) brightness(97%) contrast(100%);
}
.contact::after,
.about-deco::after {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  z-index: -1;
  top: 35px;
  content: url("../img/layer-1.png");
}
.contact::before,
.about-deco::before {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  z-index: -1;
  bottom: 0;
  content: url("../img/layer-2.png");
}

.contact .form {
  max-width: 950px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 2px 10px 28px rgba(0, 85, 102, 0.12);
  background-color: white;
}
.contact .form .shape-title {
  margin-bottom: 20px;
}
.contact .form .boxes {
  display: flex;
  gap: 50px;
}
.contact .form .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  gap: 15px;
}
.contact .form .boxes .box .inp-holder {
  width: 100%;
}
.contact .form .boxes .box .inp-holder label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  color: #0f001a;
}
.contact .form .boxes .box .inp-holder label .sm {
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
  color: rgba(15, 0, 26, 0.7);
}
.contact .form .boxes .box .inp-holder .inp {
  width: 100%;
  display: block;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #b4bec8;
  font-size: 14px;
  font-weight: 400;
}
.contact .form .boxes .box .inp-holder .inp,
.contact .form .boxes .box .inp-holder textarea {
  outline: none;
  transition: 0.3s;
}
.contact .form .boxes .box .inp-holder .inp::-moz-placeholder, .contact .form .boxes .box .inp-holder textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.contact .form .boxes .box .inp-holder .inp::placeholder,
.contact .form .boxes .box .inp-holder textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.contact .form .boxes .box .inp-holder .inp:focus,
.contact .form .boxes .box .inp-holder textarea:focus {
  border-color: #1c2848;
}
.contact .form .boxes .box .inp-holder textarea {
  height: 135px;
}
.contact .form .boxes .box .btn-sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  background-color: #1c2848;
  transition: 0.3s;
}
.contact .form .boxes .box .btn-sub:hover {
  background-color: #014452;
}
.contact .form .boxes .box.two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.contact .form .boxes .box.two .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.contact .form .boxes .box.two .item .icon {
  width: 20px;
  font-size: 23px;
  text-align: center;
  color: #1c2848;
}
.contact .form .boxes .box.two .item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #202124;
}
.contact .form .boxes .box.two .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.contact .form .boxes .box.two .social a .icon {
  font-size: 21px;
  color: #1c2848;
}
.contact .form .boxes .box.two .map {
  width: 100%;
}
.contact .form .boxes .box.two .map iframe {
  border-radius: 4px;
  width: 100%;
  height: 185px;
}
@media (max-width: 991.98px) {
  .contact .form {
    padding-right: 20px;
  }
  .contact .form .boxes {
    flex-direction: column;
    gap: 1rem;
  }
  .contact .form .boxes .box.two .item {
    gap: 16px;
  }
}

.content-side {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background-color: white;
}

.main-hr {
  background-color: #E4E4E4;
  display: block;
  width: 100%;
  height: 1px;
}

.bottom-nav {
  background-color: white !important;
  color: #000;
  padding: 22px 0;
}
.bottom-nav .logo img {
  width: 120px;
  height: auto;
}
@media (max-width: 767.98px) {
  .bottom-nav .logo img {
    width: 100px;
  }
}
.bottom-nav .navbar-nav {
  gap: 48px;
}
@media (max-width: 991.98px) {
  .bottom-nav .navbar-nav {
    gap: 0.5rem;
  }
}
.bottom-nav .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 5px 0 !important;
  border-bottom: 3px solid transparent;
}
.bottom-nav .navbar-nav .nav-link.active {
  border-bottom-color: #b89060;
  color: #b89060 !important;
}
.bottom-nav .btn-nav {
  border-radius: 8px;
  color: #b89060;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  padding: 8px 22px;
}
.bottom-nav .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-right: 20px;
}
.bottom-nav .social-links .item {
  color: rgb(255, 255, 255);
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b89060;
}
.bottom-nav .social-links .item:hover {
  color: #7e3a11;
}

.loginPage {
  width: 100%;
  min-height: calc(100vh - 155px - 463.38);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .loginPage .login_box {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .loginPage .login_box {
    width: 80% !important;
  }
  .loginPage .login_box .image_holder img {
    border-radius: 15px 15px 0px 0 !important;
  }
}
.loginPage .login_box {
  min-height: 380px;
  background-color: white;
  border-radius: 15px;
  width: 70%;
  margin: auto;
}
.loginPage .login_box .image_holder {
  width: 100%;
  height: 100%;
}
.loginPage .login_box .image_holder img {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginPage .login_box .login-form {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loginPage .login_box .login-form .login_content {
  margin-bottom: 20px;
}
.loginPage .login_box .login-form .login_content .title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder {
  margin-bottom: 15px;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-label {
  margin-bottom: 6px;
  font-size: 11px;
  color: #959595;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-inp {
  padding: 5px 13px !important;
  border-radius: 6px;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn {
  transition: background-color 0.4s;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 15px;
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #01b3e4;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn:hover {
  background-color: #01abda;
}

.swiper-landing {
  position: relative;
  height: calc(100vh - 123.18px);
}
@media (max-width: 767.98px) {
  .swiper-landing {
    height: calc(100vh - 101px);
  }
}
.swiper-landing .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: center;
}
.swiper-landing .swiper-slide .bg-slide {
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-landing .swiper-slide::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(184, 144, 96, 0.2);
}
.swiper-landing .swiper-slide .content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-landing .swiper-slide .content .title-one {
  margin-bottom: 30px;
  color: white;
  font-size: 36px;
  font-weight: 600;
  line-height: 67.46px;
  text-align: center;
}
.swiper-landing .swiper-slide .content .title-two {
  margin-bottom: 0px;
  color: white;
  font-size: 66.9px;
  text-shadow: 2px 2px 3px #b89060;
  font-weight: 700;
  line-height: 73.52px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .swiper-landing .swiper-slide .content {
    width: 980px;
    max-width: 100%;
    padding: 5px;
  }
  .swiper-landing .swiper-slide .content .title-one {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 36.46px;
    text-align: center;
  }
  .swiper-landing .swiper-slide .content .title-two {
    font-size: 31px;
    line-height: 47.52px;
  }
}
.swiper-landing .btn-direction {
  width: 70px;
}
.swiper-landing .btn-direction::after {
  display: none;
}
.swiper-landing .btn-direction img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .swiper-landing .btn-direction.swiper-button-prev {
    right: 25%;
  }
  .swiper-landing .btn-direction.swiper-button-next {
    left: 25%;
  }
}
.swiper-landing .swiper-button {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .swiper-landing .swiper-button {
    display: none;
  }
}
.swiper-landing .swiper-pagination {
  bottom: 18%;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 105px;
  height: 59px;
  border-radius: 8px;
  background-color: #ffffff;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  color: #b89060;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.24px;
  color: #000000;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet:first-child::after {
  content: "شراء";
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  content: "بيع";
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet:last-child::after {
  content: "استئجار";
}
.swiper-landing .bar-search {
  position: absolute;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  z-index: 1;
}
.swiper-landing .bar-search .btn-submit {
  width: 191px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.24px;
  text-align: center;
  color: #b89060;
  background-color: white;
  transition: 0.3s;
}
.swiper-landing .bar-search .btn-submit:hover {
  scale: 1.03;
}

section.statistics {
  display: flex;
  align-items: center;
  height: 350px;
  background: url("../img/3.png") no-repeat center/cover;
}
@media (max-width: 991.98px) {
  section.statistics {
    height: -moz-fit-content;
    height: fit-content;
  }
}

section.works .img-holder {
  position: relative;
  min-height: 450px;
}
section.works .img-holder .work-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
}
section.works .work-box {
  padding: 40px 20px;
  margin-inline-end: 20%;
}
section.works .work-box .title {
  color: #b89060;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
section.works .work-box .des {
  color: #696969;
  font-size: 14px;
  text-align: justify;
  line-height: 32px;
}
section.works .work-box .icons-holder {
  text-align: center;
  transition: 0.3s;
}
section.works .work-box .icons-holder .icon-holder {
  transition: 0.3s;
  background-color: #b89060;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.works .work-box .icons-holder .icon-holder img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.works .work-box .icons-holder h6 {
  font-size: 16px;
  font-weight: 700;
  color: #b89060 !important;
  margin-top: 10px;
}
section.works .work-box .icons-holder:hover {
  transform: scale(1.06);
}
section.works .work-box .icons-holder:hover .icon-holder {
  transform: skew(8deg, -3deg);
}
@media (max-width: 991.98px) {
  section.works .work-box {
    padding: 0px;
    margin-inline-end: 0%;
  }
  section.works .work-box .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.service {
  background-color: #f5f0ed;
}
.service .title-section {
  text-align: start;
  background-color: #7e3a11;
  color: #fff;
  border-radius: 24px 0 0 0;
  padding: 10px 20px;
  font-size: 24px;
}

.box-room {
  border-radius: 12px;
  position: relative;
}
.box-room img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-room .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 320px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.box-room .overlay svg,
.box-room .overlay i {
  color: #000;
  font-size: 24px;
}
.box-room:hover .overlay {
  opacity: 1;
}
.box-room:hover .overlay svg,
.box-room:hover .overlay i {
  color: #fff;
}

.swiper-service {
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 15px 70px;
}
.swiper-service .holder-control {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 280px;
  max-width: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-service .holder-control .swiper-pagination {
  bottom: 4px;
}
.swiper-service .holder-control .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 6px;
  opacity: 1;
  transition: 300ms;
  background-color: #ddd !important;
}
.swiper-service .holder-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b89060 !important;
}
.swiper-service .holder-control .swiper-button-next,
.swiper-service .holder-control .swiper-button-prev {
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-service .holder-control .swiper-button-next::after,
.swiper-service .holder-control .swiper-button-prev::after {
  font-size: 19px;
  font-weight: 700;
  color: #b89060;
}
.swiper-service .holder-control .swiper-button-next {
  inset-inline-end: 0%;
}
.swiper-service .holder-control .swiper-button-prev {
  inset-inline-start: 0%;
}

.box-product {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.box-product img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-product .title {
  color: #fff;
  background-color: #b89060;
  padding: 16px;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

section.orders {
  background: url("../img/6.png") no-repeat center/cover;
}
section.orders .des-section {
  color: #fff;
  font-size: 14px;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
}

.box-order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-order img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-order .text {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.box-order .text span {
  color: #b89060;
}

section.clients .nav-pills {
  justify-content: center !important;
}
section.clients .nav-pills .nav-link {
  color: #b4b4ba !important;
  border-radius: 24px;
  font-size: 17px;
  font-weight: 600;
}
section.clients .nav-pills .nav-link.active {
  color: #fff !important;
  background-color: #b89060;
}

.contact-card {
  background-color: #ebedf0;
  padding: 14px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-card .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.contact-card .card-content .card-subtitle {
  font-size: 14px;
  color: #828ead;
}
.contact-card .card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b89060;
}
.contact-card .card-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  color: #fff;
}

.landing-slide {
  position: relative;
  width: 100%;
  min-height: 130px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
.landing-slide.center-landing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-slide.landing-lg {
  height: 350px;
}
.landing-slide .landing-content {
  text-align: center;
  color: white;
}
.landing-slide .landing-content .title-landing {
  font-size: 38px;
  font-weight: 600;
  line-height: 71px;
}
.landing-slide .landing-content .des-landing {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 40px;
}
.landing-slide .landing-content .btn-landing {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .landing-slide .landing-content .title-landing {
    font-size: 22px;
    line-height: 30px;
  }
  .landing-slide .landing-content .des-landing {
    font-size: 13px;
    line-height: 24px;
  }
}
.landing-slide .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  width: 70%;
}
@media (max-width: 767.98px) {
  .landing-slide .title {
    font-size: 25px;
  }
}
.landing-slide .title .dec-text {
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .landing-slide .title .dec-text {
    line-height: 25px;
    font-size: 13px;
    width: 300px;
  }
}
.landing-slide .title h3 {
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .landing-slide .title h3 {
    font-size: 20px;
  }
}
.landing-slide .sm-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 77%;
  color: #b89060;
  font-size: 60px;
  margin: 0;
}
.landing-slide .sm-title span {
  color: white;
}

.loader-holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 11111111111;
  visibility: visible;
  top: 0;
}
.loader-holder .image-logo {
  width: 150px;
  margin: 24px 0;
  animation: img-load 0.7s infinite alternate;
}
@media (max-width: 767.98px) {
  .loader-holder .image-logo {
    width: 100px;
  }
}
.loader-holder .image-logo img {
  width: 100%;
  height: auto;
}
.loader-holder .custom-loader {
  height: 4px;
  width: 130px;
  background: linear-gradient(#b89060 0 0), linear-gradient(#b89060 0 0), #e4e4ed;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  animation: p6 3s infinite;
}
@keyframes p6 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
@keyframes img-load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader-holder.hidden-loader {
  opacity: 0;
  visibility: hidden;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #b89060;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #b89060;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #b89060;
  border: 1px solid #b89060;
}
.btn-main-sm:hover::before {
  left: 0;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown-hover .listis-item .item-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #2e5789;
  background-color: #d2e6ff;
}
.btn-light .icon {
  width: 18px;
  height: auto;
}
.btn-light.btn-light-green {
  color: #33b469;
  background-color: #eafff3;
}
.btn-light.btn-light-orange {
  color: #ff731d;
  background-color: #fff1e8;
}
.btn-light.btn-light-red {
  color: #c80f0f;
  background-color: #ebc8c8;
}
.btn-light.btn-light-yellow {
  color: #ffc107;
  background-color: #ffecb4;
}
.btn-light.btn-light-purple {
  color: #8d1ee5;
  background-color: #f2e7fd;
}
.btn-light.sm-border {
  border-radius: 4px;
}

.btn-gradient-gold {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(90deg, #dfaf37, #ffcc80);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 11px 0px;
  color: white;
}
.btn-gradient-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.3098039216) !important;
}
.btn-gradient-gold:hover {
  color: white;
}
.btn-gradient-gold:hover svg {
  animation-play-state: running;
}
.btn-gradient-gold i,
.btn-gradient-gold svg {
  font-size: 15px;
  animation: move-arrow 0.7s linear infinite paused;
}

@keyframes move-arrow {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.btn-icon-cr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: bold;
  color: #8b8b8b;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.btn-icon-cr .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #b89060;
  background-color: rgba(1, 179, 228, 0.07);
}
.btn-icon-cr .icon img {
  width: 14px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(4137%) hue-rotate(157deg) brightness(98%) contrast(99%);
}
.btn-icon-cr:hover {
  color: #595656;
}

.btn-nav {
  color: #b89060 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-style {
  color: #fff;
  background: linear-gradient(253deg, #5ac99d, #4cad9b 45%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #41979a);
  border-radius: 28px;
  box-shadow: 0 3px 10px 0 rgba(18, 45, 46, 0.1);
  padding: 11px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 300ms ease-in-out;
}
.btn-style:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  color: #fff;
}

.btn-lang {
  padding: 5px;
  border: 1px solid #333;
  border-radius: 50%;
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: 3000ms;
}
.btn-lang:hover {
  text-decoration: underline;
}

.main-btn {
  background-color: #b89060;
  color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.btn-land {
  background-color: #fff;
  padding: 10px 40px;
  color: #7e3a11;
  font-size: 24px;
  font-weight: 500;
}
.btn-land.main {
  background-color: #ded0c6;
}

.btn-about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  gap: 5px;
  border-radius: 44px;
  background-color: #7e3a11;
  font-size: 14px;
  color: #f9f9f9;
  transition: 0.3s;
  font-weight: 700;
}
.btn-about:hover {
  transform: scale(1.05);
}

.main-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.header-section {
  position: relative;
  color: white;
  background: linear-gradient(135deg, #293556 0%, #1c2848 100%);
}
.header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f5e6c9' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
  z-index: 0;
}
.header-section .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  padding-block: 1rem;
}
.header-section .container .title-header {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 13px;
}
.header-section .container .des-header {
  width: 960px;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}
.header-section .container .icon-header {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, #293556 0%, #1c2848 100%);
  border: 5px solid #f7f6fe;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: white;
  inset-inline-end: 0;
  bottom: -39px;
}
.header-section .container .icon-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f5e6c9' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
  z-index: 0;
}
.header-section .container .icon-header .icon {
  width: 16px;
  height: auto;
}

.heading-middle-line {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 700;
}
.heading-middle-line::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #b89060;
  border-radius: 2px;
}

.shape-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  color: #1c2848;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.shape-title .img {
  display: block;
  margin: 6px auto 0;
  width: 80%;
  max-width: 139px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(3025%) hue-rotate(185deg) brightness(98%) contrast(93%);
}

.title-section {
  color: #7e3a11;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991.98px) {
  .title-section {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.section-contact iframe {
  width: 100% !important;
}

.blocks-statistics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.blocks-statistics .holder-sta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blocks-statistics .holder-sta .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.blocks-statistics .holder-sta .circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blocks-statistics .holder-sta .name {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  color: #7e3a11;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .blocks-statistics {
    flex-wrap: wrap;
  }
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table * {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  width: 20px;
}

.landing-section {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.landing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ded0c6;
}
.landing-section .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-side {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}
.content-side .header {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-side .between-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content-side .blocks-tickets .box-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.content-side .blocks-tickets .box-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.content-side .blocks-tickets .box-ticket .info .date {
  color: #b89060;
  font-weight: 700;
  font-size: 13px;
}
.content-side .blocks-tickets .box-ticket .info .content {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22.4px;
  font-weight: 400;
}
.content-side .blocks-tickets .box-ticket .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.about-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(2, 14, 42, 0.1);
}
.about-card .icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #293556 0%, #1c2848 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 2rem;
}
.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.box-search {
  position: relative;
  width: 500px;
}
.box-search input {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 11px 14px;
  padding-right: 38px;
  transition: 300ms;
}
.box-search input::-moz-placeholder {
  -moz-transition: 300ms;
  transition: 300ms;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  letter-spacing: 0.015em;
  color: #797979;
}
.box-search input::placeholder {
  transition: 300ms;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  letter-spacing: 0.015em;
  color: #797979;
}
.box-search input:focus {
  outline: none;
  border-color: #1c2848;
}
.box-search img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(3025%) hue-rotate(185deg) brightness(98%) contrast(93%);
}

.partner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: 5px;
  text-align: center;
  background-color: white;
  border-radius: 6px;
}
.partner-box img {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-box .name {
  font-size: 15px;
  color: #028391;
  margin: 10px 0px 0px;
}

.box-categories {
  border: 1px solid #dadada;
  border-radius: 4px;
  overflow: hidden;
}
.box-categories .img-cover {
  width: 100%;
  height: 165px;
}
.box-categories .img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-categories .content {
  padding: 15px;
}
.box-categories .content .title {
  font-weight: 600;
  font-size: 16px;
  color: black;
  margin-bottom: 3px;
}
.box-categories .content .des {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  color: black;
  opacity: 0.5;
}
.box-categories .content .price {
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.5);
}
.box-categories .content .price span {
  font-size: 18px;
  color: black;
  font-weight: bold;
  opacity: 1;
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
  text-align: center;
  background-color: white;
}
.service-box .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  font-size: 50px;
  margin-bottom: 15px;
  color: #7b3f14;
  background-color: #f6f0e1;
}
.service-box .service-icon img {
  width: 75px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(701%) hue-rotate(348deg) brightness(96%) contrast(95%);
}
.service-box .service-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #5c2c0d;
}
.service-box .service-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
.service-box:hover {
  transform: translateY(-5px);
}

.box-hall {
  padding: 5px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.box-hall .swiper-hall-images {
  position: relative;
  width: 100%;
  height: 200px;
  transition: 300ms;
}
.box-hall .swiper-hall-images .swiper-wrapper .swiper-slide .img-holder {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.box-hall .swiper-hall-images .swiper-wrapper .swiper-slide .img-holder .hall-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.box-hall .swiper-hall-images .swiper-pagination {
  bottom: 4px;
}
.box-hall .swiper-hall-images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.box-hall .swiper-hall-images .btn-direction {
  transition: 300ms;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5294117647);
  border-radius: 10px;
}
.box-hall .swiper-hall-images .btn-direction::after {
  font-size: 15px;
  color: white;
}
.box-hall .swiper-hall-images:hover .btn-direction {
  opacity: 1;
}
.box-hall .card-content {
  padding: 15px;
  text-align: center;
}
.box-hall .card-content .name {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.box-hall .card-content .book-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #b89060;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.box-hall .card-content .book-btn:hover {
  background: #a98559;
}
.box-hall:hover {
  transform: translateY(-5px);
}

.swiper-occasions {
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-occasions .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.swiper-occasions .swiper-wrapper .swiper-slide .content {
  height: 100%;
  width: 40.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-occasions .swiper-wrapper .swiper-slide .content .img {
  width: 80px;
  max-width: 100%;
  height: auto;
}
.swiper-occasions .swiper-wrapper .swiper-slide .content .title {
  font-size: 35px;
  color: #7e3a11;
  margin: 10px 0 5px;
  font-weight: 600;
}
.swiper-occasions .swiper-wrapper .swiper-slide .content .title-sm {
  font-size: 20px;
  margin: 0 0 10px;
  color: #7e3a11;
}
.swiper-occasions .swiper-wrapper .swiper-slide .content .text {
  font-size: 16px;
  color: #696969;
  margin-bottom: 1rem;
  text-align: justify;
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img {
  position: relative;
  overflow: hidden;
  flex: 1;
  width: 100%;
  height: 410px;
  border-radius: 14px;
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img .land-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  transition: transform 0.7s ease;
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(26, 50, 86, 0.7) 0%, rgba(26, 50, 86, 0.4) 50%, rgba(26, 50, 86, 0.1) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2.5rem;
  opacity: 1;
  transition: all 0.4s ease;
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img .image-overlay .overlay-content {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img .image-overlay .overlay-content .overlay-title {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img:hover .land-img {
  transform: scale(1.05);
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img:hover .image-overlay {
  background: linear-gradient(0deg, rgba(26, 50, 86, 0.9) 0%, rgba(26, 50, 86, 0.6) 50%, rgba(26, 50, 86, 0.3) 100%);
}
.swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img:hover .image-overlay .overlay-content {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .swiper-occasions .swiper-wrapper .swiper-slide {
    flex-direction: column-reverse;
  }
  .swiper-occasions .swiper-wrapper .swiper-slide .content {
    width: 100%;
    height: auto;
  }
  .swiper-occasions .swiper-wrapper .swiper-slide .land-swiper-img {
    overflow: unset;
  }
}
.swiper-occasions .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 2%;
}
.swiper-occasions .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: 300ms;
  background-color: white;
  border: 1px solid #b89060;
}
.swiper-occasions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b89060;
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.form-holder {
  margin-bottom: 15px;
}

.form-holder .title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
}

.reviews-swiper {
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 0 30px 0;
}
.reviews-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.review-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.review-box .review-avatar {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 4px solid #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.review-box .review-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.review-box .review-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
.review-box .review-position {
  font-size: 0.95rem;
  color: #7f8c8d;
  font-weight: 400;
}
.review-box .review-text {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  color: #34495e;
}
.review-box .review-text::before, .review-box .review-text::after {
  content: '"';
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  opacity: 0.3;
  color: #b89060;
}
.review-box .review-text::before {
  top: -17px;
  right: -5px;
}
.review-box .review-text::after {
  bottom: -30px;
  left: -5px;
}
.review-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(90deg, #b89060, #b78342, #b36a11, #9f6116);
  background-size: 300% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.review-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.review-box:hover .review-avatar img {
  transform: scale(1.1);
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.swiper-button-next::after, .swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b89060;
  transform: scale(1) !important;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b89060;
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: -300% 0;
  }
  100% {
    background-position: 300% 0;
  }
}
@keyframes sparkle {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .review-box {
    padding: 30px 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 480px) {
  .review-box {
    padding: 25px 15px;
  }
}
.main-footer .top-footer {
  position: relative;
  width: 100%;
  background: url(../img/footer.png) no-repeat center bottom;
  z-index: 11;
}
.main-footer .top-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(2, 14, 42, 0.2);
}
.main-footer .top-footer .inp-footer {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  border: none;
  width: 100%;
}
.main-footer .top-footer .inp-footer::-moz-placeholder {
  color: #fff;
}
.main-footer .top-footer .inp-footer::placeholder {
  color: #fff;
}
.main-footer .top-footer .footer-btn {
  background-color: #7e3a11;
  padding: 10px 20px;
  color: #fff;
}
.main-footer .top-footer .our-des .logo-holder {
  margin-bottom: 15px;
}
.main-footer .top-footer .our-des .logo-holder img {
  width: 115.69px;
  height: auto;
}
.main-footer .top-footer .our-des .des {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 29.98px;
  text-align: justify;
  color: #fff;
}
.main-footer .top-footer .our-des .holder-contact {
  width: 241px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.16);
}
.main-footer .top-footer .our-des .holder-contact .icon-holder img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .top-footer .our-des .holder-contact .text-holder .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26.24px;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
}
.main-footer .top-footer .our-des .holder-contact .text-holder .tel {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  text-align: right;
  color: rgb(255, 255, 255);
}
.main-footer .top-footer .block-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 37.48px;
  text-align: right;
  color: rgb(255, 255, 255);
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .main-footer .top-footer .block-name .title-section {
    padding: 0px;
  }
}
.main-footer .top-footer .holder-lists {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.main-footer .top-footer .holder-lists .list-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .top-footer .holder-lists .list-link li {
  padding: 5px;
}
.main-footer .top-footer .holder-lists .list-link li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 29.98px;
  color: #fff;
  transition: 0.3s;
}
.main-footer .top-footer .holder-lists .list-link li a:hover {
  scale: 1.03;
}
.main-footer .top-footer .holder-lists .list-link li svg,
.main-footer .top-footer .holder-lists .list-link li i {
  color: #b89060;
  margin-left: 10px;
}
.main-footer .top-footer .list-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.main-footer .top-footer .list-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  gap: 15px;
  padding: 8px;
}
.main-footer .top-footer .list-info li:hover {
  scale: 1.03;
}
.main-footer .top-footer .list-info li .icon i,
.main-footer .top-footer .list-info li .icon svg {
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.main-footer .top-footer .list-info li .text {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.main-footer .top-footer .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-right: 20px;
}
.main-footer .top-footer .social-links .item {
  color: rgb(255, 255, 255);
  font-size: 18px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b89060;
}
.main-footer .top-footer .social-links .item:hover {
  color: #7e3a11;
}
.main-footer .bottom-footer {
  background-color: #b89060;
}
.main-footer .bottom-footer .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .main-footer .bottom-footer .container-xl {
    justify-content: center;
  }
}
.main-footer .bottom-footer .list-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .bottom-footer .list-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  gap: 3px;
  padding: 5px;
}
.main-footer .bottom-footer .list-info li:hover {
  scale: 1.03;
}
.main-footer .bottom-footer .list-info li .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b89060;
}
.main-footer .bottom-footer .list-info li .icon i,
.main-footer .bottom-footer .list-info li .icon svg {
  color: #b89060;
  font-style: 11px;
}
.main-footer .bottom-footer .list-info li .text {
  margin-bottom: 0;
  color: #b89060;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.main-footer .bottom-footer .text-rights {
  font-size: 15px;
  font-weight: 700;
  line-height: 29.98px;
  color: #fff;
  margin-bottom: 0;
}
.main-footer .bottom-footer .logo-right {
  width: 13 0px;
  height: auto;
}/*# sourceMappingURL=main.css.map */