.landing-swiper {
  width: 100%;
  height: 100%;
}
.landing-swiper .swiper-slide img {
  width: 100%;
  height: 92%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-swiper .swiper-pagination {
  bottom: 4%;
}
.landing-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #DB9069;
  opacity: 0.5;
}
.landing-swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #DB9069;
}

.fs-10px {
  font-size: 10px;
}

.fs-11px {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-26px {
  font-size: 26px;
}

.fw-600 {
  font-weight: 600 !important;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-150px {
  width: 150px;
}

.main-color {
  color: #DB9069;
}

.gap-1px {
  gap: 1px;
}

.main-section {
  padding: 35px 0;
  min-height: calc(100vh - 264.5px - 89px);
}

.text-main-color {
  color: #DB9069;
}

.border-e {
  border: 1px solid #eee;
}

.none-transform {
  transform: none !important;
}

.main-btn {
  border-radius: 50px;
  background: #DB9069;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 7px 33px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  line-height: normal;
  transition: 0.3s;
}
.main-btn:hover {
  background-color: #eb8f5e;
}
.main-btn.xl {
  padding-left: 93px !important;
  padding-right: 93px !important;
}
.main-btn.sm {
  padding: 4px 12px !important;
  font-size: 14px !important;
}
.main-btn.border-color {
  color: #DB9069 !important;
  background-color: transparent;
  border: 0.5px solid #DB9069;
  transition: 0.3s;
}
.main-btn.border-color img {
  transition: 0.1s;
}
.main-btn.border-color:hover {
  background-color: #DB9069;
  color: white !important;
}
.main-btn.border-color:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(13%) hue-rotate(197deg) brightness(102%) contrast(103%);
}
.main-btn.radio-sm {
  border-radius: 4px;
}

.btn-fqa {
  width: 217px;
  max-width: 100%;
  height: 56px;
  border-radius: 6px;
  border: 0.5px solid #DB9069;
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #DB9069;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-fqa img {
  width: 15.98px;
  height: auto;
  margin-right: 10px;
  transition: 0.1s;
}
.btn-fqa:hover {
  background-color: #DB9069;
  color: white !important;
}
.btn-fqa:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(13%) hue-rotate(197deg) brightness(102%) contrast(103%);
}

.notifications-list .list-item:not(:last-child) {
  border-bottom: 1px solid #ebeef2;
}
.notifications-list .list-item .list-link {
  padding: 20px 16px 8px;
  display: block;
}
.notifications-list .list-item .list-link .holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.notifications-list .list-item .list-link .holder img {
  height: auto;
}
.notifications-list .list-item .list-link .holder .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  text-align: Right;
  margin-bottom: 0;
  white-space: break-spaces;
}
.notifications-list .list-item .list-link .holder .title a {
  text-decoration: underline;
  color: #DB9069;
}
.notifications-list .list-item .list-link .date {
  font-weight: 400;
  display: block;
  text-align: end;
  font-size: 12px;
  line-height: 20px;
  color: #9e9e9e;
}
.notifications-list .list-item .list-link:hover {
  background-color: #f6f6f6;
}

.btn-whatsapp {
  position: fixed;
  bottom: 4%;
  right: 1%;
  width: 50px;
  height: 50px;
  z-index: 111;
  transition: transform 0.4s;
}
.btn-whatsapp:hover {
  transform: scale(1.1);
}

.social-icon {
  position: fixed;
  bottom: 4%;
  left: 1%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  z-index: 111;
}
.social-icon a {
  transition: transform 0.4s;
}
.social-icon a .icon-holder {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  background-color: #949494;
}
.social-icon a:hover {
  transform: scale(1.1);
}

.num-control {
  align-items: center;
  border: #b4bec8 solid 1px;
  border-radius: 4px;
  gap: 4px;
  justify-content: space-between;
  display: flex;
  width: 140px;
}
.num-control .btn-control {
  color: #DB9069;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}
.num-control .num {
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  min-width: 36px;
  pointer-events: none;
  text-align: center;
  font-size: 14px;
  text-align: center !important;
}

.nav-filter {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 30px;
}
.nav-filter .nav-item .nav-link {
  padding: 7px 25px;
  white-space: nowrap;
  background-color: #f7f7f7;
  color: #6c7781;
}
.nav-filter .nav-item .nav-link:hover {
  background-color: #e8e8e8;
}
.nav-filter .nav-item .nav-link.active {
  background-color: #DB9069;
  color: white;
}

.main-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 52px;
  color: #DB9069;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.main-title .img {
  display: block;
  margin: 6px auto 0;
  width: 80%;
  max-width: 139px;
  height: auto;
}

.main-title-2 {
  color: #000;
  margin-bottom: 35px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px; /* 150% */
}

.black-title {
  color: #000;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 600;
}

.second-title {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  line-height: 52.47px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  color: #DB9069;
}
.second-title::before {
  content: "";
  position: absolute;
  bottom: -10;
  left: 50%;
  transform: translateX(-50%);
  height: 1.5px;
  width: 60%;
  background-color: #DB9069;
}

.bg-title {
  background-color: #DB9069;
  border-right: 4px solid #B0795D;
  color: white;
  font-size: 17px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
  padding: 0 15px;
}

.main-text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.units .title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #db9069;
  position: relative;
}
.units .title::before {
  content: "";
  position: absolute;
  width: 100px;
  background-color: #db9069;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-label {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #5c5c5c;
  opacity: 0.8;
  margin-bottom: 6px;
}

.title-section {
  color: #2d2d2d;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.dec-section {
  color: #b1b1b1;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.status {
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  background-color: rgba(34, 129, 66, 0.2);
  color: #228142;
}
.status i, .status svg {
  font-size: 13px;
}
.status.red {
  color: #e71515;
  background-color: rgba(231, 21, 21, 0.2);
}
.status.orange {
  background-color: #fbeada;
  color: #f99132;
}
.status.blue {
  background-color: #daecfb;
  color: #369fff;
}
.status.yellow {
  background-color: #ffecb4;
  color: #ffc107;
}
.status.purple {
  background-color: #deb4ff;
  color: #8d1ee5;
}

.bold-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 44.98px;
  text-align: Right;
  margin-bottom: 20px;
  color: #000000;
}
.bold-title.alt-color {
  color: #a46c4f;
}

.des-rate {
  margin-bottom: 0px;
  font-size: 14px;
}

.title-rate {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.boxes-serv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  border: 0.5px solid #a46c4f;
  border-bottom: none;
  border-left: none;
}
@media (min-width: 1400px) {
  .boxes-serv {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.boxes-serv .box-serv {
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 0.5px solid #a46c4f;
  border-left: 0.5px solid #a46c4f;
  text-align: center;
  background-color: transparent;
}
.boxes-serv .box-serv .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 110px;
  max-width: 100%;
  margin: 0 auto 14px;
}
.boxes-serv .box-serv .title {
  color: #a46c4f;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.boxes-serv .box-serv .text {
  color: #555;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}
.boxes-serv .box-serv.logo-cover {
  position: relative;
  background-color: #a46c4f;
  z-index: 1;
}
.boxes-serv .box-serv.logo-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/serves-bg.webp") center no-repeat;
  background-size: cover;
  opacity: 0.16;
  z-index: -1;
}
.boxes-serv .box-serv.logo-cover .title {
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.boxes-serv .box-serv.logo-cover .title span {
  color: #edc4af;
}
.boxes-serv .box-serv.logo-cover .title.only {
  letter-spacing: normal;
  line-height: normal;
  font-size: 45px;
  color: #003541;
  font-weight: 600;
}
.boxes-serv .box-serv.last-box {
  background-color: #a46c4f;
}
.boxes-serv .box-serv.last-box .img {
  width: 200px;
}
.boxes-serv .box-serv.last-box .title {
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.boxes-serv .box-serv.we-in {
  background-color: #a46c4f;
}
.boxes-serv .box-serv.we-in .title {
  font-size: 25px;
  font-weight: 700;
  color: white;
}
.boxes-serv .box-serv.city {
  min-height: 278px;
}
.boxes-serv .box-serv.city img {
  width: 156px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxes-serv .box-serv.strategy {
  min-height: 345px;
}
.boxes-serv .box-serv.strategy svg {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
.boxes-serv .box-serv.strategy svg [data-color="1"] {
  fill: #a46c4f;
}
.boxes-serv .box-serv.strategy .title {
  margin-bottom: 20px;
}
.boxes-serv .box-serv.strategy .text {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.4em;
  text-align: center;
  color: #616161;
}
.boxes-serv .box-serv.box-bg {
  padding: 0;
}
.boxes-serv .box-serv.box-bg .img {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
.boxes-serv .box-serv.last-services {
  max-height: 358px;
}
.boxes-serv .box-serv.last-services svg {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

.box-stat {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.box-stat .img {
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.box-stat .num-stat {
  color: #003541;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
}
.box-stat .text {
  color: #a56d50;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.main-text {
  color: #DB9069;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.units .card {
  padding: 10px;
  height: 100%;
}
.units .card .content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
}
.units .card .content .image img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.units .card .content .text .line-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.units .card .content .text .line-one h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  color: #000;
  margin-bottom: 0;
}
.units .card .content .text .line-one p {
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  color: #db9069;
  margin-bottom: 0;
}
.units .card .content .text .line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.units .card .content .text .line .item {
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 7px;
}
.units .card .content .text .line .item p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
}

.box-form {
  border-radius: 4px;
  border: 0.5px solid #c8c8c8;
  background: #fff;
  padding: 14px 108px;
}
.box-form .title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: normal;
}
.box-form .group-check {
  margin: 37px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 42px;
}
.box-form .group-check .title {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: normal;
}
.box-form .group-check .list-check {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.box-form .group-check .list-check .check {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.193px;
}
@media (max-width: 991.98px) {
  .box-form {
    padding: 14px;
  }
}

.box-filters {
  position: absolute;
  bottom: 13%;
  left: 50%;
  padding: 15px;
  border-radius: 4px;
  transform: translateX(-50%);
  z-index: 111;
  background: rgba(219, 144, 105, 0.6);
}
.box-filters .holder-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.box-filters .holder-content .form-floating {
  width: 250px;
}
.box-filters .holder-content .form-floating input,
.box-filters .holder-content .form-floating select {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8117647059);
  border-color: rgba(193, 193, 193, 0.4509803922);
}
.box-filters .holder-content .form-floating input:focus,
.box-filters .holder-content .form-floating select:focus {
  box-shadow: none;
  border-color: #DB9069;
}
.box-filters .holder-content .form-floating select {
  font-size: 14px;
  padding-top: 28px;
}
.box-filters .holder-content .form-floating .dropdown .inp-drop {
  width: 100%;
  height: 54.18px;
  padding: 0 12px;
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.8117647059);
  border: 1px solid rgba(193, 193, 193, 0.4509803922);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  white-space: nowrap;
}
.box-filters .holder-content .form-floating .dropdown .inp-drop:focus {
  box-shadow: none;
  border-color: #DB9069;
}
.box-filters .holder-content .form-floating .dropdown .inp-drop::after {
  display: none;
}
.box-filters .holder-content .form-floating .dropdown .inp-drop .text {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  width: 100%;
}
.box-filters .holder-content .form-floating .dropdown .inp-drop .arrow {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.box-filters .holder-content .group {
  flex: 1;
  min-width: 180px;
}
.box-filters .holder-content .main-label {
  color: #373737;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
}
.box-filters .holder-content .main-btn {
  padding: 7px 41px;
  font-size: 18px;
}
.box-filters .btn-holder .btn-filter {
  padding: 7px 41px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  color: #003541;
}
.box-filters.box-home {
  max-width: calc(100% - 24px);
}
.box-filters.filters-land {
  position: relative;
  margin-top: -52px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 27px 21px;
  bottom: unset;
  margin-bottom: 35px;
  left: unset;
  transform: unset;
}
.box-filters.filters-land .holder-content {
  justify-content: center;
  flex-wrap: wrap;
  align-items: end;
}
.box-filters.filters-5 {
  width: calc(100% - 24px);
}
.box-filters.filters-5 .form-floating {
  width: 17.39%;
}

.box-booking {
  border: 1px solid #e7e6e6;
  padding: 8px;
  border-radius: 4px;
  height: 100%;
}
.box-booking .img-holder {
  height: 173px;
  width: 100%;
  margin-bottom: 8px;
}
.box-booking .img-holder img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.box-booking .holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-booking .holder {
  margin-bottom: 8px;
}
.box-booking .holder .title,
.box-booking .holder .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 33.73px;
  text-align: Right;
}
.box-booking .holder .title {
  color: #000000;
  margin-bottom: 0;
}
.box-booking .holder .price {
  color: #DB9069;
  margin-bottom: 0;
}
.box-booking .holder .bar-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.box-booking .holder .bar-info .dropdown .dots {
  background-color: transparent;
  padding: 4px;
  transition: 0.3s;
}
.box-booking .holder .bar-info .dropdown .dots:hover {
  background-color: #efefef;
}
.box-booking .holder .bar-info .dropdown .dropdown-menu {
  display: block;
  right: auto !important;
  left: 0 !important;
  width: 100%;
  max-width: 100%;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 5px 0 rgba(163, 159, 159, 0.4117647059);
}
.box-booking .holder .bar-info .dropdown .dropdown-menu .dropdown-item {
  text-align: start;
  padding: 4px 10px;
}
.box-booking .holder .bar-info .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #eb8f5e;
  color: white;
}
.box-booking .holder .bar-info .dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.box-booking .holder .bar-info .dropdown .dropdown-menu::before, .box-booking .holder .bar-info .dropdown .dropdown-menu::after {
  content: none;
}
.box-booking .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 29.98px;
  text-align: Right;
  margin-bottom: 8px;
  color: #7e7e7e;
}
.box-booking .holder {
  margin-bottom: 15px;
}
.box-booking .holder .place {
  font-weight: 600;
  font-size: 16px;
  line-height: 29.98px;
  text-align: Right;
  margin-bottom: 0;
  color: #000000;
}
.box-booking.bookings-pay .holder .title {
  line-height: 20px;
}
.box-booking.bookings-pay .holder .title.title-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 29.98px;
  color: #0c0c0c;
}
.box-booking.bookings-pay .holder .title.title-xs {
  font-weight: 500;
  font-size: 14px;
  line-height: 26.24px;
  color: #434343;
}
.box-booking.bookings-pay .holder .place {
  color: #a0a0a0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.box-booking.bookings-pay .holder .price {
  font-weight: 700;
}
.box-booking.bookings-pay .holder .data {
  font-weight: 500;
  font-size: 14px;
  line-height: 26.24px;
  color: #434343;
  margin-bottom: 0;
}
.box-booking.bookings-confirm-pay .img-holder {
  height: 211px;
  width: 259px;
  margin-bottom: 0;
}
.box-booking.bookings-confirm-pay .img-holder img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .box-booking.bookings-confirm-pay .img-holder {
    width: 100%;
  }
}

.bg-land {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 89px);
}

.box-tickets .ticket {
  background-color: white;
  justify-content: space-between;
  display: flex;
  padding: 11px 20px;
  align-items: center;
  border: 4px solid rgba(238, 238, 238, 0.8117647059);
  border-radius: 25px;
}
@media (max-width: 1199.98px) {
  .box-tickets .ticket {
    flex-direction: column;
  }
}
.box-tickets .ticket .date {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  margin-left: 10px;
  position: relative;
  white-space: nowrap;
  color: #DB9069;
}
@media (min-width: 1200px) {
  .box-tickets .ticket .date {
    display: flex;
    align-items: center;
    padding: 14.1px 0 14.1px 14.1px;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: bold;
    justify-content: center;
    width: 10%;
    position: relative;
    color: #DB9069;
  }
}
.box-tickets .ticket .date::before {
  content: "";
  position: absolute;
  background-color: #DB9069;
  height: 100%;
  width: 4px;
  left: -14px;
  border-radius: 50px;
  top: 0;
}
@media (max-width: 1199.98px) {
  .box-tickets .ticket .date::before {
    height: 4px;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
.box-tickets .ticket .date i,
.box-tickets .ticket .date svg {
  margin: 0 7px;
}
.box-tickets .ticket .text {
  margin: 0 14.1px 0 0;
  font-size: 14px;
  color: #666;
}
@media (min-width: 1200px) {
  .box-tickets .ticket .text {
    width: 65%;
  }
}
@media (max-width: 1199.98px) {
  .box-tickets .ticket .text {
    margin: 30px 0;
  }
}

.boxes-order {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.boxes-order .box-order {
  border-radius: 30px;
  background-color: white;
  position: relative;
  display: flex;
  padding: 20px;
  gap: 20px;
  border: 4px solid rgba(238, 238, 238, 0.8117647059);
}
@media (max-width: 1199.98px) {
  .boxes-order .box-order {
    flex-direction: column;
  }
}
.boxes-order .box-order.form {
  background-color: #ececec;
}
.boxes-order .box-order .content {
  flex: 1;
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .boxes-order .box-order .content {
    width: 100%;
  }
}
.boxes-order .box-order .content .header-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  font-weight: bold;
  color: #DB9069;
  gap: 1rem;
  row-gap: 0.7rem;
}
@media (max-width: 767.98px) {
  .boxes-order .box-order .content .header-box {
    justify-content: center;
  }
}
.boxes-order .box-order .content .title-order {
  font-weight: bold;
  color: #DB9069;
  margin-bottom: 0.7rem;
}
@media (max-width: 767.98px) {
  .boxes-order .box-order .content .title-order {
    text-align: center;
  }
}
.boxes-order .box-order .content .content-order {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: normal;
  color: black;
}
@media (max-width: 767.98px) {
  .boxes-order .box-order .content .content-order {
    text-align: center;
  }
}
.boxes-order .box-order .hr {
  width: 100%;
  background-color: #DB9069;
  height: 7px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.box-white {
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 64%, 0.4);
  background: #fff;
  box-shadow: 2px 10px 28px 0px rgba(75, 0, 129, 0.12);
  background-color: white;
  padding: 20px;
  margin: 0 auto;
  max-width: 950px;
}

.faq .accordion-item {
  border: 0;
}
.faq .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 29.98px;
  background-color: white;
  border: 0.5px solid #d8d8d8;
  border-radius: 6px 6px 0px 0px;
  color: #000000;
  padding: 12px 16px;
  box-shadow: none;
}
.faq .accordion-item .accordion-header .accordion-button::after {
  background-position: center;
  background-image: url("../images/icon/arrow-bottom.png");
  transition: 0.3s;
  background-size: 14.06px;
}
.faq .accordion-item .accordion-collapse .accordion-body {
  border-radius: 0px 0px 6px 6px;
  padding: 20px;
  border: 0.5px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  text-align: Right;
  border-top: none;
  color: #666666;
}
.faq .accordion-item:not(:last-child) {
  margin-bottom: 25px;
}

.btn-price {
  padding: 11px 45px;
  border: 1px solid #b4bec8;
  background: transparent;
  display: flex;
  gap: 5px;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
}

.units-box {
  position: relative;
  display: block;
  width: 100%;
  height: 205px;
  transition: 0.3s;
}
.units-box .units-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .units-box .units-img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.units-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  visibility: hidden;
  border-radius: 4px;
  background-color: #000;
}
.units-box:hover::before {
  visibility: visible;
}
.units-box.units-box-lg {
  height: 420px;
}
.units-box.units-box-sm {
  height: 155px;
}
@media (max-width: 767.98px) {
  .units-box {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}

.right-side-units .title {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.right-side-units .bar-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.right-side-units .bar-info .info {
  margin-bottom: 0;
}
.right-side-units .break-line {
  width: 100%;
  height: 2px;
  background-color: #ebe9e9;
  margin-top: 25px;
  margin-bottom: 25px;
}
.right-side-units .list-fet .bar-frat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.right-side-units .list-fet .bar-frat .icon-holder svg {
  height: 33px !important;
  width: 33px !important;
  font-size: 20px;
}
.right-side-units .list-fet .bar-frat .info .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
.right-side-units .list-fet .bar-frat .info .des {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #b1abab;
}
.right-side-units .list-fet .bar-frat:not(:last-child) {
  margin-bottom: 20px;
}
.right-side-units .list-fet.word-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.right-side-units .list-fet.word-icon .bar-frat {
  gap: 10px;
  margin-bottom: 15px;
}
.right-side-units .list-fet.word-icon .bar-frat .icon-holder svg,
.right-side-units .list-fet.word-icon .bar-frat .icon-holder i {
  height: 30px !important;
  width: 30px !important;
  font-size: 30px;
}
.right-side-units .list-fet.word-icon .bar-frat .info .title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #444;
}
.right-side-units .des {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #b1afaf;
}
.right-side-units .title-place {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.box-pay-units {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 12px;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.box-pay-units .bar-info {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-pay-units .bar-info .price {
  margin-bottom: 0;
  color: rgb(34, 34, 34);
  font-weight: 700;
  font-size: 21px;
}
.box-pay-units .bar-info .price span {
  font-weight: 500;
}
.box-pay-units .bar-info .holder {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-pay-units .bar-info .holder .rate {
  margin-bottom: 0;
  font-weight: 700;
}
.box-pay-units .bar-info .holder .rev {
  margin-bottom: 0;
  font-weight: 600;
}

.box-rate {
  border: 1px solid #ebebeb;
  background-color: white;
  padding: 15px;
  min-height: 150px;
  width: 100%;
  border-radius: 4px;
}
.box-rate .user-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-bottom: 10px;
}
.box-rate .user-bar .img-holder {
  width: 50px;
  height: 50px;
}
.box-rate .user-bar .img-holder .user {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.box-rate .user-bar .name {
  margin-bottom: 0;
  font-size: 14px;
}
.box-rate .text-rate {
  margin-bottom: 0;
  font-size: 14px;
}

#map {
  height: 250px;
}

.bar-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.bar-line .line {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bar-line .line img {
  height: auto;
  width: 20px;
}
.bar-line .line p {
  margin-bottom: 0;
}

.box-side {
  padding: 14px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
  padding-left: 7px;
}
.box-side .search-box {
  background-color: #f8f8f8;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.box-side .search-box .inp-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 5px;
}
.box-side .search-box .inp-holder i,
.box-side .search-box .inp-holder svg {
  color: #ceced2;
  font-size: 22px;
}
.box-side .search-box .inp-holder input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 5px 0px;
  font-size: 16px;
}
.box-side .search-box .inp-holder input::-moz-placeholder {
  color: #c6c6c7;
  font-size: 14px;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.box-side .search-box .inp-holder input::placeholder {
  color: #c6c6c7;
  font-size: 14px;
  transition: 0.3s;
}
.box-side .search-box .inp-holder input:focus::-moz-placeholder {
  opacity: 0;
}
.box-side .search-box .inp-holder input:focus::placeholder {
  opacity: 0;
}
.box-side .search-box .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 1.2rem;
  outline: 0 !important;
  border-radius: 6px;
  color: #fff;
  background-color: #DB9069;
  transition: 0.3s;
}
.box-side .search-box .search-btn:hover {
  transform: scale(1.03);
}
.box-side .list-chat {
  max-height: 450px;
  overflow-y: auto;
  padding-left: 7px;
}
.box-side .list-chat::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.box-side .list-chat li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.box-side .list-chat li .box-chat-side {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.box-side .list-chat li .box-chat-side .img-holder img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.box-side .list-chat li .box-chat-side .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.box-side .list-chat li .box-chat-side .info .name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}
.box-side .list-chat li .box-chat-side .info .message {
  font-weight: 400;
  font-size: 14px;
}

.box-chat .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
.box-chat .user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.box-chat .user-info .name {
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  margin-bottom: 0;
}
.box-chat .user-info i,
.box-chat .user-info svg {
  font-size: 12px;
  color: #edebeb;
}
.box-chat .user-info i.active,
.box-chat .user-info svg.active {
  color: #33b469;
}
.box-chat .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 15px;
}
.box-chat .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;
}

.box-replay {
  width: 60%;
  margin-right: auto;
  margin-bottom: 40px;
}
.box-replay .name {
  font-size: 15px;
  text-align: end;
}
.box-replay .holder {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  gap: 10px;
}
.box-replay .holder .img-holder img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.box-replay .holder .content {
  position: relative;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 13px;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #262424;
}
.box-replay .holder .content .time {
  position: absolute;
  bottom: -22px;
  white-space: nowrap;
  right: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  color: #898989;
}
.box-replay.client {
  margin-left: auto;
  margin-right: 0;
}
.box-replay.client .name {
  font-size: 15px;
  text-align: start;
}
.box-replay.client .holder {
  justify-content: flex-start;
}
.box-replay.client .holder .content {
  background: #DB9069;
  color: #ffffff;
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
  .box-replay {
    width: 80%;
  }
}

.box-send {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.box-send .inp-msg {
  padding: 0 1rem 0rem 4px;
  flex: 1;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  height: 49px;
}
.box-send .inp-msg .btn-icon {
  font-size: 18px;
  color: #989898;
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
}
.box-send .inp-msg .inp {
  flex: 1;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  resize: none;
  padding-top: 14px;
}
.box-send .btn-send {
  background-color: #DB9069;
  color: white;
  height: 48.19px;
  width: 48.19px;
  border-radius: 50%;
  border: 0 !important;
  outline: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.main-select {
  width: 350px !important;
  padding: 25px !important;
}

.article-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  word-break: break-word;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: stretch;
}
.article-box img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-box .article-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 1rem;
  gap: 10px;
}
.article-box .article-info h2 {
  font-size: 18px;
  margin: 0;
  color: #DB9069;
}
.article-box .article-info .article-date {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.article-box .article-info.info-show {
  flex-direction: column;
  align-items: start;
}
.article-box .article-info.info-show h2 {
  padding: 10px 20px;
  border: 1px solid #ddd;
  font-size: 24px;
  font-weight: 700;
}
.article-box .article-info.info-show .article-dec {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 2;
  margin-top: 12px;
}

.img-artical img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments .card-body .content {
  font-size: 14px;
}
.comments .card-footer {
  background-color: #f3f3f3;
}

.inp {
  border: 1.2px solid #b4bec8;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  direction: rtl;
  display: block;
  resize: none;
  outline: 0;
}
.inp::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.inp::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(135, 135, 135, 0.5);
}
.inp:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inp:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}
.inp::-webkit-calendar-picker-indicator {
  color: transparent;
  background: url("../images/icon/calendar-date.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

select.inp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
}

textarea {
  height: 135px;
}

.inp-check {
  width: 20px;
  height: 20px;
  accent-color: #d57e50;
}

.inp-drop {
  position: relative;
}
.inp-drop .inp {
  padding-left: 67px;
}
.inp-drop .dropdown {
  display: flex;
  align-items: center;
  position: absolute;
  left: 1px;
  padding-left: 6px;
  top: 1px;
  height: calc(100% - 1px);
  border-right: 1px solid #b4bec8;
}
.inp-drop .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
}
.inp-drop .dropdown .dropdown-toggle .img {
  width: 36px;
  height: auto;
}
.inp-drop .dropdown .dropdown-toggle .arrow-drop {
  margin: 0 5px;
  width: 12px;
  height: auto;
}
.inp-drop .dropdown .dropdown-toggle::after {
  display: none;
}
.inp-drop .dropdown .dropdown-menu {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.inp-drop .dropdown .dropdown-menu .dropdown-item .img {
  width: 50px;
  display: block;
  margin: 0 auto;
  height: auto;
}

.data-text {
  display: flex;
  justify-content: space-between;
  padding: 3px 2px;
}
.data-text p {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.data-text span {
  font-size: 14px;
  color: #186576;
  font-weight: 900;
}

.daterangepicker {
  font-family: "Cairo", sans-serif !important;
}
.daterangepicker th, .daterangepicker td {
  font-size: 12px !important;
}
.daterangepicker td.in-range {
  background-color: rgba(219, 144, 105, 0.43) !important;
  color: black !important;
}
.daterangepicker td.active {
  color: white !important;
  background-color: #DB9069 !important;
}
.daterangepicker .drp-calendar {
  max-width: 300px;
}

.dropdown.form-control {
  padding: 1rem 0.75rem;
}
.dropdown.form-control .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.dropdown.form-control .dropdown-toggle::after {
  display: none;
}

* {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
  text-transform: capitalize;
}

/* start scroll bar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px 0px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: #DB9069;
  border-radius: 20px;
}

/* end scroll bar */
ul {
  list-style: none;
  padding: 0%;
  margin: 0%;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
a:hover {
  color: rgba(0, 0, 0, 0.6);
}

button {
  border: none;
  outline: none;
}

input:focus,
select:focus {
  outline: none;
}

html[dir=rtl] input::-moz-placeholder {
  text-align: right !important;
}

html[dir=rtl] input::placeholder {
  text-align: right !important;
}

.img-fqa {
  width: 100%;
  height: 339px;
}
.img-fqa img {
  width: 100%;
  height: 100%;
}

.about-landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-landing .img-holder {
  margin-bottom: 35px;
}
.about-landing .img-holder img {
  width: 600px;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-landing .up-title,
.about-landing .bo-title,
.about-landing .des {
  width: 100%;
  text-align: right;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
}
.about-landing .up-title {
  font-size: 23px;
  color: #003541;
  margin-bottom: 10px;
}
.about-landing .bo-title {
  font-size: 28px;
  color: #DB9069;
  margin-bottom: 15px;
}
.about-landing .des {
  letter-spacing: 0em;
  line-height: 1.8em;
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .about-landing {
    padding: 45px 70px;
  }
}
@media (max-width: 991.98px) {
  .about-landing .img-holder {
    margin-bottom: 25px;
  }
  .about-landing .img-holder img {
    width: 400px;
  }
  .about-landing .up-title,
  .about-landing .bo-title,
  .about-landing .des {
    text-align: center;
  }
  .about-landing .up-title {
    font-size: 20px;
    color: #003541;
    margin-bottom: 10px;
  }
  .about-landing .bo-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about-landing .des {
    font-size: 15px;
  }
}

.rate-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}
.rate-holder [data-star-rating] .gl-star-rating--stars > span {
  width: 40px;
  height: 40px;
}

.rateCommentSwiper {
  height: -moz-fit-content;
  height: fit-content;
}

.invoice-table {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #e0e0e0;
}
.invoice-table thead {
  background: #fff;
  border: 1px solid #e0e0e0;
}
.invoice-table thead tr th {
  padding: 12px 13px;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}
.invoice-table tbody tr.active {
  background: rgba(54, 159, 255, 0.19);
}
.invoice-table tbody tr td {
  padding: 10px 13px;
  font-weight: 500;
  font-size: 14px;
}
.invoice-table tbody tr td .user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.invoice-table tbody tr td .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.invoice-table tbody tr td .user span {
  font-weight: 500;
  font-size: 15px;
}
.invoice-table tbody tr td .form-check .form-check-input {
  width: 3.4em !important;
  height: 1.7em;
}

.table .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table td {
  vertical-align: middle;
}
.table td .icon-table {
  width: 25px;
}

.content-side {
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}

.invoice-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  font-size: 11px !important;
  right: 0%;
  background-color: #dd564b;
  border-top: 2px solid #ad5449;
  border-bottom: 2px solid #ad5449;
  color: white;
  padding: 4px 15px;
  width: 176px;
  text-align: center;
  transform: rotate(37deg) translate(47px, -13px);
}
.invoice-content .invoice-header .col-lg-4 {
  width: 32.5%;
}
.invoice-content .invoice-header .invoice-th-info {
  padding: 0 !important;
}
.invoice-content .invoice-header .invoice-th-info h6 {
  font-size: 15px !important;
}
.invoice-content .invoice-header .invoice-th-info span {
  font-size: 13px !important;
}
.invoice-content .invoice-header .image-holder img {
  width: 135px !important;
}
.invoice-content .invoice-header .qr-holder img,
.invoice-content .invoice-header .qr-holder svg {
  width: 85px !important;
}
.invoice-content .invoice-bottom-header .invoice-th-info span {
  font-size: 14px !important;
}
.invoice-content.contract .contract-content .col-half {
  width: 50% !important;
}
.invoice-content.contract .contract-content .invoice-content .title {
  font-size: 17px !important;
}
.invoice-content.contract .contract-content .invoice-content .mt-2 {
  margin-top: 15px !important;
}
.invoice-content.contract .contract-content .invoice-content .info p {
  font-size: 12.5px !important;
}
.invoice-content.contract .contract-content .invoice-content .info p b {
  font-size: 12.5px !important;
}

.invoice-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  font-size: 11px !important;
  right: 0%;
  background-color: #dd564b;
  border-top: 2px solid #ad5449;
  border-bottom: 2px solid #ad5449;
  color: white;
  padding: 4px 15px;
  width: 176px;
  text-align: center;
  transform: rotate(37deg) translate(47px, -13px);
}
.invoice-content .status-invoice.paid {
  background-color: #51ad49 !important;
  border-color: #17c666;
}
.invoice-content .title {
  position: absolute;
  top: -12px;
  right: 15px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  z-index: 111;
}
.invoice-content.none-over {
  overflow: initial !important;
}

.invoice-table thead {
  background-color: #f2f2f2;
}
.invoice-table thead tr th {
  text-align: center;
  font-size: 14px;
}
.invoice-table tbody {
  border-top: none !important;
}
.invoice-table tbody tr {
  background-color: #f2f2f2;
}
.invoice-table tbody tr td {
  text-align: center;
  font-size: 13px;
}
.invoice-table tbody tr:nth-of-type(2n) {
  background-color: #eae9e9;
}

.main-table {
  background-color: #eae9e9;
  border-radius: 20px;
}
.main-table thead tr th {
  text-align: center;
  border-top: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  vertical-align: middle;
  color: #3c4254;
  opacity: 0.75;
}
.main-table thead tr th:first-child {
  border-right: 0;
}
.main-table thead tr th:last-child {
  border-left: 0;
}
.main-table tbody tr {
  background-color: #f2f2f2;
}
.main-table tbody tr:nth-of-type(2n) {
  background-color: #eae9e9 !important;
}
.main-table tbody tr td {
  border-bottom: 0;
  padding: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #3c4254;
  opacity: 0.75;
}
.main-table tbody tr td:first-child {
  border-right: 0;
}
.main-table tbody tr td:last-child {
  border-left: 0;
}

.bottom-nav {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.6);
  padding: 22px 0;
}
.bottom-nav .logo img {
  width: 187px;
  height: auto;
}
@media (max-width: 767.98px) {
  .bottom-nav .logo img {
    width: 100px;
  }
}
.bottom-nav .navbar-nav {
  gap: 35px;
}
@media (max-width: 991.98px) {
  .bottom-nav .navbar-nav {
    gap: 0.5rem;
  }
}
.bottom-nav .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 5px 0 !important;
  border-bottom: 2px solid transparent;
}
.bottom-nav .navbar-nav .nav-link.active {
  border-bottom-color: #DB9069;
  color: #DB9069 !important;
}
.bottom-nav .btn-nav {
  border-radius: 4px;
  border: 1px solid #DB9069;
  color: #DB9069;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 11px;
}
.bottom-nav .holder-menus {
  gap: 20px;
}
@media (max-width: 575.98px) {
  .bottom-nav .holder-menus {
    gap: 1rem;
  }
}
.bottom-nav .holder-menus .dropdown-menu {
  border-top: none;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: block;
}
.bottom-nav .holder-menus .dropdown-menu::before, .bottom-nav .holder-menus .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 9px;
  width: 35px;
}
.bottom-nav .holder-menus .dropdown-menu::before {
  top: -23px;
  height: 30px;
  background: url("../images/icon/Polygon.png") no-repeat center;
}
.bottom-nav .holder-menus .dropdown-menu::after {
  top: 0px;
  height: 7px;
  background-color: white;
}
.bottom-nav .holder-menus .dropdown-menu .list-item:not(:last-child) {
  border-bottom: 1px solid #ebeef2;
}
.bottom-nav .holder-menus .dropdown-menu .list-item .list-link {
  padding: 20px 16px 8px;
  display: block;
}
.bottom-nav .holder-menus .dropdown-menu .list-item .list-link .holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.bottom-nav .holder-menus .dropdown-menu .list-item .list-link .holder img {
  height: auto;
}
.bottom-nav .holder-menus .dropdown-menu .list-item .list-link .holder .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 26.24px;
  text-align: Right;
  margin-bottom: 0;
  white-space: break-spaces;
}
.bottom-nav .holder-menus .dropdown-menu .list-item .list-link .date {
  font-weight: 400;
  display: block;
  text-align: end;
  font-size: 12px;
  line-height: 20px;
  color: #9e9e9e;
}
.bottom-nav .holder-menus .dropdown-menu .list-item .list-link:hover {
  background-color: #f6f6f6;
}
.bottom-nav .holder-menus .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.bottom-nav .holder-menus .options {
  border-right: 1px solid #C5C7CD;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .bottom-nav .holder-menus .options {
    border-right: none;
    padding-right: 0px;
  }
}
.bottom-nav .holder-menus .options .drop-notifications {
  position: relative;
}
.bottom-nav .holder-menus .options .drop-notifications .icon-holder {
  position: relative;
}
.bottom-nav .holder-menus .options .drop-notifications .icon-holder img {
  height: auto;
}
.bottom-nav .holder-menus .options .drop-notifications .icon-holder .badged {
  position: absolute;
  top: 5px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  background-color: #D81C1C;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications {
  width: 386px;
  right: auto;
  left: -18px;
  top: 57px;
  padding: 10px;
  border: #c8c8c8 1px solid;
  border-radius: 5px;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item-header {
  position: relative;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item-header .header {
  font-weight: 600;
  font-size: 16px;
  line-height: 29.98px;
  text-align: Right;
  margin-bottom: 8px;
  padding: 10px 15px 0px 15px;
}
@media (max-width: 575.98px) {
  .bottom-nav .holder-menus .options .drop-notifications .menu-notifications {
    left: -100px;
    width: 300px;
  }
  .bottom-nav .holder-menus .options .drop-notifications .menu-notifications::before, .bottom-nav .holder-menus .options .drop-notifications .menu-notifications::after {
    left: 90px;
  }
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item {
  margin: 5px 0;
  padding: 10px;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item .holder-not {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item .holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item .holder .title {
  margin-bottom: 0;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item .holder .title a {
  color: #DB9069;
  text-decoration: underline;
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item .date {
  align-self: end;
  color: rgba(0, 0, 0, 0.6);
}
.bottom-nav .holder-menus .options .drop-notifications .menu-notifications .list-item:hover {
  background-color: rgba(221, 221, 221, 0.2588235294);
}
.bottom-nav .holder-menus .user .drop-user {
  position: relative;
}
.bottom-nav .holder-menus .user .drop-user .icon-holder {
  display: flex;
  gap: 8px;
  align-items: center;
}
.bottom-nav .holder-menus .user .drop-user .icon-holder .user {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #C5C7CD;
}
.bottom-nav .holder-menus .user .drop-user .icon-holder .name {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #252733;
}
.bottom-nav .holder-menus .user .drop-user .icon-holder .arrow {
  height: auto;
  transition: 0.3s;
}
.bottom-nav .holder-menus .user .drop-user .icon-holder[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}
.bottom-nav .holder-menus .user .drop-user .menu-user {
  width: 176px;
  right: auto;
  left: -5px;
  top: 66px;
}
.bottom-nav .holder-menus .user .drop-user .menu-user .list-item .list-link {
  padding: 6px 16px;
}
.bottom-nav .holder-menus .user .drop-user .menu-user .list-item .list-link .holder img {
  width: 16px;
}
.bottom-nav .holder-menus .user .drop-user .menu-user .list-item .list-link .holder .title {
  font-weight: 600;
}
.bottom-nav .lang .dropdown-toggle {
  color: white;
  transition: 0.3s;
  background-color: #DB9069;
  padding: 8.1px 18px;
  border-radius: 4px;
}
.bottom-nav .lang .dropdown-toggle i,
.bottom-nav .lang .dropdown-toggle svg {
  font-size: 12px;
  margin-left: 4px;
  transition: 0.3s;
}
.bottom-nav .lang .dropdown-toggle:hover {
  background-color: #eb8f5e;
}
.bottom-nav .lang .dropdown-toggle[aria-expanded=true] i,
.bottom-nav .lang .dropdown-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.bottom-nav .lang .dropdown-toggle:after {
  content: none;
}
.bottom-nav .lang .dropdown-menu {
  display: block;
  right: auto;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 5px 0 rgba(163, 159, 159, 0.4117647059);
}
.bottom-nav .lang .dropdown-menu .dropdown-item {
  text-align: end;
}
.bottom-nav .lang .dropdown-menu .dropdown-item:focus {
  background-color: #eb8f5e;
  color: white;
}
.bottom-nav .lang .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.bottom-nav .lang .dropdown-menu::before, .bottom-nav .lang .dropdown-menu::after {
  content: none;
}

.app {
  display: flex;
  align-items: stretch;
  gap: 22px;
}
.app .sidebar-app {
  width: 230px;
  background-color: #676767;
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: white;
}
.app .sidebar-app .close {
  background-color: transparent;
  font-size: 25px;
  color: white;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7px 15px;
}
.app .sidebar-app .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 30px;
  color: white !important;
  font-size: 16px;
  transition: 300ms;
  font-weight: 500;
  line-height: normal;
}
.app .sidebar-app .item:hover {
  background-color: rgba(0, 0, 0, 0.079);
}
.app .sidebar-app .item.active {
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.079);
}
.app .sidebar-app .item .icon {
  width: 24px;
  height: auto;
}
.app .sidebar-app .bar {
  background-color: #efefef;
  height: 0.5px;
  width: 100%;
}
.app .btn-sidebar {
  width: -moz-fit-content;
  width: fit-content;
  background: #efefef;
  color: black;
  display: none;
  font-size: 29px;
  padding: 5px 12px;
  border-radius: 3px;
}
.app .content-app {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .app {
    gap: 1rem;
    flex-direction: column;
  }
  .app .sidebar-app {
    position: fixed;
    right: -270px;
    z-index: 9999;
    transition: 300ms;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }
  .app .sidebar-app .close {
    display: block;
  }
  .app .sidebar-app.active {
    right: 0;
  }
  .app .btn-sidebar {
    display: block;
  }
}

.land-section .box {
  gap: 98px;
}
@media (max-width: 991.98px) {
  .land-section .box {
    gap: 1rem;
  }
}
.land-section .box .text {
  flex: 1;
}
.land-section .box .text .bar {
  width: 47px;
  height: 2px;
  background-color: #DB9069;
  margin-bottom: 17px;
}
.land-section .box .text .text-1 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 37px;
}
.land-section .box .text .text-2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 52px;
  margin-bottom: 9px;
  color: #DB9069;
}
.land-section .box .text .main-btn {
  margin-top: 38px;
}
.land-section .box .img {
  width: 477px;
  height: auto;
  max-width: 100%;
}

.about-us {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}

.section-event .img-bg {
  width: 100%;
  height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-event .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-event .content .title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.section-event .content .dec {
  color: #646464;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.section-event .content .text {
  color: #989898;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.new-units .content .img-text {
  position: relative;
  margin: 10px 0;
}
.new-units .content .img-text .city-name {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  z-index: 99;
}
@media (min-width: 768px) {
  .new-units .content .img-text .img {
    width: 100%;
    height: 167px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .new-units .content .img-text .bottom-img {
    width: 100%;
    height: 167px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .new-units .content .img-text .img {
    width: 100%;
    height: 358px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .new-units .content .img-text .bottom-img {
    width: 100%;
    height: 167px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .new-units .content .img-text .bottom-img {
    width: 100%;
    height: 167px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .new-units .content .img-text .img {
    width: 100%;
    height: 167px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.new-units {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.service {
  padding: 29px 0 !important;
  background-color: rgb(189, 189, 189);
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.statistics {
  position: relative;
  padding: 33px 0 !important;
  background-color: #ccc;
  margin: 35px 0 !important;
  z-index: 1;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.statistics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/statistics-bg.webp") center no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.contact {
  padding-bottom: 70px !important;
  position: relative;
  z-index: 1;
}
.contact::after {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  z-index: -1;
  top: 35px;
  content: url("../images/layer-1.png");
}
.contact::before {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  z-index: -1;
  bottom: 0;
  content: url("../images/layer-2.png");
}
.contact .form {
  position: relative;
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 64%, 0.4);
  background: #fff;
  box-shadow: 2px 10px 28px 0px rgba(75, 0, 129, 0.12);
  background-color: white;
  padding: 20px;
  padding-right: 50px;
  margin: 0 auto;
  max-width: 950px;
}
.contact .form .main-title {
  margin-bottom: 30px;
}
.contact .form .title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 27px;
  color: #0f001a;
}
.contact .form .boxes {
  display: flex;
  gap: 80px;
}
.contact .form .boxes .box {
  flex: 1;
}
.contact .form .boxes .box label {
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #5c5c5c;
  opacity: 0.8;
  margin-bottom: 6px;
}
.contact .form .boxes .box label .sm {
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  color: rgba(15, 0, 26, 0.7);
}
.contact .form .boxes .box .inp {
  margin-bottom: 14px;
}
.contact .form .boxes .box .btn-sub {
  background-color: #DB9069;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  padding: 10px 40px;
}
.contact .form .boxes .box.two {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact .form .boxes .box.two .item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.contact .form .boxes .box.two .item .icon {
  width: 20px;
  height: auto;
}
.contact .form .boxes .box.two .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0f001a;
}
.contact .form .boxes .box.two .social {
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact .form .boxes .box.two .social a {
  transition: transform 0.4s;
}
.contact .form .boxes .box.two .social a .icon {
  color: #DB9069;
  font-size: 21px;
}
.contact .form .boxes .box.two .social a:hover {
  transform: scale(1.1);
}
.contact .form .boxes .box.two .map iframe {
  border-radius: 4px;
  width: 100%;
  height: 155px;
  margin-top: 19px;
}
@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;
  }
}

.landing-page {
  position: relative;
  height: calc(100vh - 74px);
}

.showUnit .media-container {
  display: flex;
  flex-direction: column;
}
.showUnit .media-container .bar-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 10px;
  gap: 12px;
}
.showUnit .media-container .bar-media .btn-media {
  -o-object-fit: cover;
     object-fit: cover;
  width: 161px;
  cursor: pointer;
  height: 128px;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .showUnit .media-container .bar-media {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
  }
  .showUnit .media-container .bar-media .btn-media {
    width: 100px;
    height: 100px;
  }
}
.showUnit .media {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
}
.showUnit .media .bar-media {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.showUnit .media .bar-media .btn-media {
  -o-object-fit: cover;
     object-fit: cover;
  width: 161px;
  cursor: pointer;
  height: 128px;
  border-radius: 4px;
}
.showUnit .media .show {
  flex: 1;
  background-color: #ddd;
  width: 100%;
  height: 408px;
}
.showUnit .media .show > * {
  border-radius: 4px;
  height: 408px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 575.98px) {
  .showUnit .media {
    flex-direction: column;
  }
  .showUnit .media .bar-media {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
  }
  .showUnit .media .bar-media .btn-media {
    width: 100px;
    height: 100px;
  }
}
.showUnit .content {
  margin-bottom: 30px;
}
.showUnit .content .header-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.showUnit .content .header-data .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.showUnit .content .header-data .price {
  color: #db9069;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.showUnit .content .date {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.showUnit .content .date .icon {
  width: 20px;
  height: auto;
}
.showUnit .content .dec {
  color: #969696;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 19px;
}
.showUnit .content .title-sm {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
}
.showUnit .content .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.showUnit .content .items:nth-of-type(1) {
  margin-bottom: 12px;
}
.showUnit .content .items .item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.showUnit .content .items .item .icon {
  width: 24px;
  height: auto;
}
.showUnit .content .items .item .text {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.showUnit .content .items .item .text span {
  color: #b4b4b4;
  font-size: 14px;
  font-weight: 500;
}
.showUnit .map {
  height: 145px;
}
.showUnit .map iframe {
  width: 100%;
  height: 100%;
}

.profile .form .edit-img {
  margin: 0 auto 9.8px;
  position: relative;
  margin-top: 39px;
  width: 113px;
  overflow: hidden;
  height: 113px;
  border-radius: 50%;
}
.profile .form .edit-img::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.profile .form .edit-img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30.4px;
  height: auto;
}
.profile .form .edit-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .form .edit-img input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.profile .form .name {
  color: #252733;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 37px;
}

.section-search .bg-land {
  height: 455px !important;
}

.visa-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.visa-holder .visa-pay {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 12px 0;
}
.visa-holder .visa-pay img {
  width: 50px;
}

.white-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.b-border {
  border-bottom: 2px solid #acacac;
}

.invoice-content .header-invoice {
  background-color: #2e303a;
  padding: 20px;
}
.invoice-content .head-box .qr-holder {
  display: flex;
  justify-content: start;
}
.invoice-content .head-box .qr-holder img {
  max-width: 400px;
  height: auto;
}
.invoice-content .head-box .title {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  color: #000;
}
.invoice-content .head-box .box-info {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.invoice-content .head-box .box-info .title {
  font-size: 14px;
  color: #4e545c;
  padding: 0;
  padding: 10px 0;
}
.invoice-content .head-box .box-info .text {
  font-size: 14px;
  color: #4e545c;
  font-weight: bold;
}
.invoice-content .box-pay {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.invoice-content .box-pay .title {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  color: #000;
}
.invoice-content .box-pay .text-pay {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
.invoice-content .box-pay .text-pay .sub-title {
  color: #acacac;
  padding: 0;
  font-weight: 500;
}
.invoice-content .box-pay .text-pay span {
  font-weight: bold;
  color: #717687;
}
.invoice-content .text-guid {
  padding: 20px;
}
.invoice-content .text-guid .text-box {
  display: flex;
  justify-content: space-between;
}
.invoice-content .text-guid .text-box p {
  font-weight: 700;
  font-size: 16px;
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page * {
  font-family: "Cairo", sans-serif !important;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  color: white;
}
.login_page .box-col.box-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b18460;
  opacity: 0.8;
  z-index: 10;
}
.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.login_page .box-col.box-bg .logo-bg {
  width: 250px;
  z-index: 99;
  margin: 20px auto;
  height: auto;
}
.login_page .box-col.box-bg .text-bg {
  position: relative;
  left: 25px;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .login_page .box-col.box-bg .text-bg {
    left: 0px;
  }
}
.login_page .box-col.box-bg .text-bg .title {
  margin: auto;
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
  width: 50px;
}
.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  margin: auto;
  line-height: 75px;
  width: -moz-fit-content;
  width: fit-content;
}
.login_page .box-col.box-bg .text-bg-2 {
  font-weight: 500;
  z-index: 99;
  font-size: 20px;
  margin: 20px auto;
}
@media (max-width: 767.98px) {
  .login_page .box-col.box-bg .text-bg .title {
    margin: auto;
    font-weight: 700;
    font-size: 30px;
    line-height: 70px;
    width: 155px;
  }
  .login_page .box-col.box-bg .text-bg .p {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .login_page .box-col.box-bg .text-bg .title {
    margin: auto;
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
    width: 210px;
  }
  .login_page .box-col.box-bg .text-bg .p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .login_page .box-col.box-bg .text-bg .title {
    margin: auto;
    font-size: 45px;
    width: 180px;
  }
  .login_page .box-col.box-bg .text-bg .p {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  .login_page .box-col.box-bg .text-bg .title {
    margin: auto;
    font-size: 50px;
    width: 180px;
  }
  .login_page .box-col.box-bg .text-bg .p {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }
  .login_page .box-col .title {
    text-align: center;
  }
}
.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 20px;
}
.login_page .box-col .form_content .logo-form {
  width: 140px;
  height: auto;
}
.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}
.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}
.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0.6rem 1rem;
}
.login_page .box-col .form_content .group-inp .inp-login {
  flex: 1;
  border: 0;
  outline: 0;
}
.login_page .box-col .form_content .group-inp .box {
  padding-right: 0.5rem;
}
.login_page .box-col .form_content .group-inp .box.box-btn {
  cursor: pointer;
}
.login_page .box-col .form_content .group-inp .box .icon {
  width: 23px;
  height: auto;
}
.login_page .box-col .form_content .group-inp .box i, .login_page .box-col .form_content .group-inp .box svg {
  font-family: "Font Awesome 6 Free" !important;
  font-size: 23px;
  color: #b3b3b3;
}
.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #db9069;
}
.login_page .box-col .form_content .sub_btn {
  background-color: #db9069;
  border-color: #db9069;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
}
.login_page .box-col .form_content .sub_btn:hover {
  background-color: #c47f5c;
}
.login_page .box-col .form_content .sub_btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 144, 105, 0.5);
}
.login_page .box-col .form_content .login-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  font-size: 15px;
}
.login_page .box-col .form_content .login-text .text {
  margin-bottom: 0;
}
.login_page .box-col .form_content .login-text .reg-link {
  color: #db9069;
  text-decoration: underline;
}

.footer {
  background-color: #2f5961;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-top {
  padding: 40px 0 20px;
}
.footer .footer-top .info {
  width: calc((187px - 2rem) * 3);
}
@media (max-width: 767.98px) {
  .footer .footer-top .info {
    width: calc((119px - 2rem) * 4);
    margin: auto;
  }
  .footer .footer-top .info .logo {
    width: 253px !important;
  }
}
.footer .footer-top .info .logo {
  width: 215px;
  height: auto;
}
.footer .footer-top .info .text {
  font-size: 12px;
  font-weight: 500;
  max-width: 356px;
  line-height: 26px;
}
.footer .footer-top .items {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer .footer-top .items .title {
  margin-bottom: 1px;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.footer .footer-top .items .item {
  white-space: nowrap;
  color: #fff;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .footer .footer-top .items .title {
    font-size: 14px;
  }
  .footer .footer-top .items .item {
    font-size: 12px;
  }
}
.footer .footer-top .box-email .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 306px;
  margin-bottom: 15px;
}
.footer .footer-top .box-email .parent-inp {
  width: 306px;
  margin-bottom: 35px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 575.98px) {
  .footer .footer-top .box-email .parent-inp {
    width: 100%;
  }
}
.footer .footer-top .box-email .parent-inp .inp {
  border: 1px solid #fff;
  padding: 9px 20px;
  border-radius: 0 10px 10px 0;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .inp::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .inp::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .btn-sub {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 17px;
  background: #16373d;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
}
.footer .footer-top .box-email .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-top .box-email .social a {
  transition: transform 0.4s;
}
.footer .footer-top .box-email .social a i,
.footer .footer-top .box-email .social a svg {
  font-size: 21px;
  color: #fff;
}
.footer .footer-top .box-email .social a:hover {
  transform: scale(1.1);
}
.footer .bar {
  height: 0.5px;
  width: 100%;
  background-color: #fff;
}
.footer .footer-bottom {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 11px;
}/*# sourceMappingURL=main.css.map */