@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.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;
}

.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;
}

.main-color {
  color: #e1af5b;
}

.color-777 {
  color: #777;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid #e1af5b;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  background-color: #e1af5b;
  transition: 0.3s;
}
.main-btn.main-outline {
  color: #e1af5b;
  background-color: transparent;
}
.main-btn.main-outline:hover {
  color: #fff;
  background-color: #e1af5b;
}

.btn-ripple {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ff1a1a;
  transition: 0.3s;
  z-index: 222;
}
.btn-ripple i,
.btn-ripple svg {
  font-size: 26px;
  color: #fff;
}
.btn-ripple::before, .btn-ripple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.8);
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.btn-ripple::after {
  background-color: rgba(255, 0, 0, 0.6);
  animation: ripple-1 2s infinite ease-in-out;
  animation-delay: 0.5s;
}
.btn-ripple:hover {
  transform: scale(1.08);
}

.main-heading {
  position: relative;
  color: #2f2f2f;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
.main-heading span {
  color: #e1af5b;
}
.main-heading::before {
  content: "";
  position: absolute;
  bottom: -7px;
  inset-inline-start: 0;
  height: 2px;
  width: 80%;
  background-color: #e1af5b;
}

.main-des {
  margin-bottom: 20px;
  font-size: 17px;
  color: #edd04a;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  width: 620px;
  max-width: 100%;
}
.main-des.lg {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .main-des {
    width: 100%;
  }
}

.title-underline {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #e1af5b;
  font-size: 25px;
  font-weight: 700;
}
.title-underline::before {
  content: "";
  position: absolute;
  bottom: -7px;
  inset-inline-start: 0;
  height: 2px;
  width: 80%;
  background-color: #e1af5b;
}

.header-section {
  position: relative;
  color: white;
  background: linear-gradient(135deg, #e6b656 0%, #d4942a 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 .area-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-section .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
  padding-block: 1rem;
}
.header-section .container .title-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 13px;
}
.header-section .container .des-header {
  width: 560px;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 17px;
}
.header-section .container .icon-header {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6b656 0%, #d4942a 100%);
  border: 10px solid white;
  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: 18px;
  height: auto;
}

.civilization-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
}
.civilization-box .offer-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.civilization-box .content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1;
  text-align: justify;
  transform: scale(0);
  transition: 0.3s;
  transform-origin: bottom;
  background-color: #e1af5b;
  opacity: 0.92;
}
.civilization-box .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.civilization-box .content .des {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
}
.civilization-box:hover {
  transform: translateY(10px);
}
.civilization-box:hover .content {
  transform: scale(1);
}

.box-intro {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 48%;
  max-width: 100%;
  z-index: 1;
  color: #fff;
  transform: translateY(-50%);
}
.box-intro .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.box-intro .des {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-align: justified;
}
.box-intro .holder-datetime {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}
@media (max-width: 767.98px) {
  .box-intro {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .box-intro .title {
    font-size: 34px;
  }
  .box-intro .des {
    font-size: 22px;
    line-height: 45px;
  }
}

.box-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  background: url(../images/vdieo-bg.jpeg) no-repeat center center/cover;
}
.box-video::before {
  content: "";
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4901960784);
}

.box-landmark {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.box-landmark .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-landmark .name {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
.box-landmark:hover .name, .box-landmark.active .name {
  opacity: 1;
  visibility: visible;
}

.swiper-landing {
  width: 100%;
  height: 100%;
}
.swiper-landing .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper-landing .swiper-wrapper .swiper-slide .container {
  position: relative;
  height: 100%;
}
.swiper-landing .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 100%;
  height: 100%;
}
.swiper-landing .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.231372549);
}
.swiper-landing .swiper-pagination {
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2%;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: 0.3s;
  background-color: #fff;
}
.swiper-landing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e1af5b;
}

.swiper-landmarks {
  height: auto;
  padding-bottom: 25px;
}
.swiper-landmarks .swiper-slide {
  display: flex;
  height: 350px;
  gap: 1.5rem;
}
.swiper-landmarks .swiper-slide .content {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e1af5b;
}
.swiper-landmarks .swiper-slide .content .title {
  font-size: 25px;
  color: #e1af5b;
  margin-bottom: 10px;
  font-weight: 700;
}
.swiper-landmarks .swiper-slide .content .title-sm {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 25px;
  color: rgba(89, 89, 89, 0.8392156863);
}
.swiper-landmarks .swiper-slide .content .title-sm span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.swiper-landmarks .swiper-slide .content .text {
  font-size: 17px;
  color: #757575;
}
.swiper-landmarks .swiper-slide .content .list-info li {
  font-size: 15px;
  margin-bottom: 0.3rem;
  color: #616161;
}
.swiper-landmarks .swiper-slide .content .list-info .title-ul {
  font-size: 17px;
}
.swiper-landmarks .swiper-slide .land-swiper {
  width: 55%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .swiper-landmarks .swiper-slide {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
  }
  .swiper-landmarks .swiper-slide .content {
    width: 100%;
  }
  .swiper-landmarks .swiper-slide .land-swiper {
    flex: unset;
    height: 300px;
    width: 100%;
  }
}
.swiper-landmarks .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-landmarks .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #e1af5b;
}
.swiper-landmarks .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e1af5b;
}
@media (max-width: 1199.98px) {
  .swiper-landmarks .swiper-pagination {
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .swiper-landmarks .content {
    width: 50%;
  }
}

.swiper-info {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  color: #2F2F2F;
}

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

a {
  text-decoration: none;
  color: #2F2F2F;
}
a:hover {
  color: #2F2F2F;
}

button {
  border: none;
  outline: none;
}

input:focus,
select,
textarea:focus {
  outline: none;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}

/* start scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(246, 246, 246, 0.9647058824);
  box-shadow: 0 0 2px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: #e1af5b;
  border-radius: 50px;
}

/* end scrollbar */
.up-btn {
  position: fixed;
  bottom: 16px;
  inset-inline-start: -50px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e1af5b;
  z-index: 999;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
}
.up-btn.show {
  inset-inline-start: 16px;
}
.up-btn::before {
  content: "";
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #c9934a;
  transition: 0.4s;
}
.up-btn:hover::before {
  width: 100%;
}
.up-btn i,
.up-btn svg {
  font-size: 17px;
}

.main-section {
  min-height: calc(100vh - 80px - 413.26px);
}

.section-show-product::after, .section-show-product::before,
.other-image::after,
.other-image::before {
  filter: brightness(0) saturate(100%) invert(92%) sepia(26%) saturate(2232%) hue-rotate(327deg) brightness(94%) contrast(96%);
}
.section-show-product::after,
.other-image::after {
  position: absolute;
  width: auto;
  height: auto;
  inset-inline-end: 0;
  z-index: -1;
  top: 10px;
  content: url("../images/layer-1.png");
}
.section-show-product::before,
.other-image::before {
  position: absolute;
  width: auto;
  height: auto;
  inset-inline-start: 0;
  z-index: -1;
  bottom: 10px;
  content: url("../images/layer-2.png");
}

.section-show-product {
  position: relative;
  z-index: 1;
}
.section-show-product .title-section {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 700;
  color: #e1af5b;
}
.section-show-product .header-section-show-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 20px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.section-show-product .header-section-show-product .title-header {
  position: absolute;
  inset-inline-start: 20px;
  padding-inline: 1rem;
  top: 0;
  background-color: white;
  color: #e1af5b;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.section-show-product .header-section-show-product .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.section-show-product .header-section-show-product .item:not(:last-of-type) {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
}
.section-show-product .header-section-show-product .item:nth-of-type(2), .section-show-product .header-section-show-product .item:nth-of-type(3) {
  justify-content: center;
}
.section-show-product .header-section-show-product .item .title-item {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .section-show-product .header-section-show-product {
    flex-direction: column;
  }
  .section-show-product .header-section-show-product .item {
    width: 100%;
    justify-content: center !important;
  }
  .section-show-product .header-section-show-product .item:not(:last-of-type) {
    padding-bottom: 20px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.section-show-product .img-section {
  width: 100%;
  max-width: 100%;
  height: 400px;
  display: block;
}
.section-show-product .about-section {
  margin-bottom: 2rem;
}
.section-show-product .about-section .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
}
.section-show-product .content-card {
  height: 100%;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-show-product .content-card .card-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-show-product .content-card .card-content {
  padding: 1.3rem;
}
.section-show-product .content-card .card-content .card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e1af5b;
  margin-bottom: 1rem;
}
.section-show-product .content-card .card-content .card-text {
  color: #333333;
  margin-bottom: 0rem;
}
.section-show-product .content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.info-section {
  position: relative;
  display: flex;
  align-items: center;
}
.info-section .info-container {
  position: relative;
  z-index: 1;
}
.info-section .content-holder {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(26, 50, 86, 0.08);
  background-color: white;
  animation: fadeIn 1s ease-out forwards, slideUp 1s ease-out forwards;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.info-section .content-holder .content-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  overflow: hidden;
  z-index: 1;
}
.info-section .content-holder .content-card .info-img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  transform: translateY(-20px);
  margin-bottom: 20px;
}
.info-section .content-holder .content-card .info-badge {
  display: inline-block;
  background-color: rgba(225, 175, 91, 0.15);
  color: #c9934a;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1.3rem;
  box-shadow: 0 5px 15px rgba(225, 175, 91, 0.2);
  animation: fadeInDown 1s ease-out forwards;
  opacity: 0;
  transform: translateY(-20px);
}
.info-section .content-holder .content-card .info-title {
  font-weight: 800;
  color: #1a3256;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  animation: fadeInUp 1s ease-out 0.3s forwards;
  opacity: 0;
  transform: translateY(20px);
}
.info-section .content-holder .content-card .info-title span {
  color: #e1af5b;
}
.info-section .content-holder .content-card .info-subtitle {
  color: #555;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  position: relative;
  animation: fadeInUp 1s ease-out 0.6s forwards;
  opacity: 0;
  transform: translateY(20px);
}
.info-section .content-holder .content-card .share-section {
  position: relative;
  animation: fadeIn 1s ease-out 0.8s forwards;
  opacity: 0;
}
.info-section .content-holder .content-card .share-section .share-title {
  font-size: 0.9rem;
  color: #1a3256;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.info-section .content-holder .content-card .share-section .share-title i,
.info-section .content-holder .content-card .share-section .share-title svg {
  margin-inline-end: 10px;
  color: #e1af5b;
}
.info-section .content-holder .content-card .share-section .social-icons {
  display: flex;
  gap: 12px;
}
.info-section .content-holder .content-card .share-section .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  color: #e1af5b;
  font-size: 1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  opacity: 0;
  transform: translateY(20px);
}
.info-section .content-holder .content-card .share-section .social-icons a:nth-child(1) {
  animation: fadeInUp 0.5s ease-out 0.9s forwards;
}
.info-section .content-holder .content-card .share-section .social-icons a:nth-child(2) {
  animation: fadeInUp 0.5s ease-out 1s forwards;
}
.info-section .content-holder .content-card .share-section .social-icons a:nth-child(3) {
  animation: fadeInUp 0.5s ease-out 1.1s forwards;
}
.info-section .content-holder .content-card .share-section .social-icons a:nth-child(4) {
  animation: fadeInUp 0.5s ease-out 1.2s forwards;
}
.info-section .content-holder .content-card .share-section .social-icons a:nth-child(5) {
  animation: fadeInUp 0.5s ease-out 1.3s forwards;
}
.info-section .content-holder .content-card .share-section .social-icons a:hover {
  background-color: #e1af5b;
  color: white;
  transform: translateY(-5px) scale(1.05);
  border-color: white;
  box-shadow: 0 10px 20px rgba(225, 175, 91, 0.3);
}
.info-section .content-holder .content-card::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(225, 175, 91, 0.1) 0%, rgba(225, 175, 91, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 0 100%;
  z-index: -1;
}
.info-section .content-holder .content-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(26, 50, 86, 0.05) 0%, rgba(26, 50, 86, 0.02) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 100% 0 0;
  z-index: -1;
}
.info-section .content-holder:hover {
  transform: translateY(-10px);
}
.info-section .image-holder {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 50px rgba(26, 50, 86, 0.12);
  animation: fadeIn 1s ease-out 0.3s forwards, slideUp 1s ease-out 0.3s forwards;
  opacity: 0;
  transform: translateY(30px);
}
.info-section .image-holder .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.info-section .image-holder .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
.info-section .image-holder .image-wrapper .image-overlay {
  position: absolute;
  top: 0;
  inset-inline-end: 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;
  justify-content: flex-end;
  padding: 2.5rem;
  opacity: 1;
  transition: all 0.4s ease;
}
.info-section .image-holder .image-wrapper .image-overlay .overlay-content {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}
.info-section .image-holder .image-wrapper .image-overlay .overlay-content .overlay-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.info-section .image-holder .image-wrapper .image-overlay .overlay-content .overlay-des {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 25px;
  text-align: justify;
}
.info-section .image-holder .image-wrapper .image-overlay .overlay-content .overlay-btn {
  display: inline-block;
  background: #e1af5b;
  color: white;
  border: none;
  padding: 11px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
}
.info-section .image-holder .image-wrapper .image-overlay .overlay-content .overlay-btn:hover {
  background-color: white;
  color: #e1af5b;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
.info-section .image-holder:hover img {
  transform: scale(1.05);
}
.info-section .image-holder: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%);
}
.info-section .image-holder:hover .image-overlay .overlay-content {
  transform: translateY(0);
  opacity: 1;
}
.info-section .decorative-element {
  position: absolute;
  z-index: 0;
}
.info-section .decorative-element.circle-1 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 175, 91, 0.1) 0%, rgba(225, 175, 91, 0.05) 70%, rgba(255, 255, 255, 0) 100%);
  top: -100px;
  inset-inline-start: -50px;
  animation: float 8s ease-in-out infinite alternate;
}
.info-section .decorative-element.circle-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 50, 86, 0.05) 0%, rgba(26, 50, 86, 0.02) 70%, rgba(255, 255, 255, 0) 100%);
  bottom: 50px;
  inset-inline-end: 10%;
  animation: float 10s ease-in-out infinite alternate-reverse;
}
.info-section .decorative-element.dots-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(#e1af5b 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.3;
  bottom: 10%;
  inset-inline-start: 10%;
  animation: rotation 60s linear infinite;
}

/* Responsive design */
@media (max-width: 1200px) {
  .info-title {
    font-size: 3rem;
  }
  .content-card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .image-wrapper {
    min-height: 400px;
  }
  .content-holder {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .info-title {
    font-size: 2.5rem;
  }
  .content-card {
    padding: 2.5rem 1.5rem;
  }
  .image-wrapper {
    min-height: 350px;
  }
  .circle-1,
  .circle-2 {
    display: none;
  }
}
[lang=en] .section-show-product::after, [lang=en] .section-show-product::before,
[lang=en] .other-image::after,
[lang=en] .other-image::before {
  transform: rotateY(180deg);
}
[lang=en] .swiper-landmarks .swiper-slide {
  height: auto;
}
[lang=en] .swiper-landmarks .swiper-pagination {
  bottom: -18px !important;
}

.main-nav {
  border-bottom: 1px solid #ddd;
  min-height: 60px;
  padding: 10px 0px;
}
@media (max-width: 767.98px) {
  .main-nav {
    padding: 7px 0px;
  }
}
.main-nav h1 .navbar-brand {
  margin-left: 0;
}
.main-nav h1 .navbar-brand img {
  width: 50px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(67%) sepia(53%) saturate(401%) hue-rotate(359deg) brightness(98%) contrast(90%);
}
.main-nav .navbar-toggler {
  padding: 0;
  border: 0px;
  margin-inline-end: auto;
}
.main-nav .navbar-toggler:focus {
  box-shadow: none;
}
.main-nav .navbar-toggler i,
.main-nav .navbar-toggler svg {
  font-size: 31px;
  color: #e1af5b;
}
@media (max-width: 1199.98px) {
  .main-nav .navbar-collapse {
    background-color: rgba(108, 90, 57, 0.7098039216);
    border-radius: 10px;
    margin-top: 5px;
  }
  .main-nav .navbar-collapse .navbar-nav {
    gap: 5px;
  }
}
.main-nav .navbar-nav {
  flex: 1;
  justify-content: center;
  gap: 39px;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  color: #e1af5b;
}
.main-nav .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #e1af5b;
}
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: #e1af5b;
}
.main-nav .navbar-nav .nav-item .nav-link.active::before {
  transform: scale(0.8);
  background-color: #e1af5b !important;
}
@media (max-width: 1199.98px) {
  .main-nav .navbar-nav .nav-item .nav-link.active::before {
    transform: scale(1) !important;
  }
}
.main-nav .navbar-nav .nav-item .nav-link:hover::before {
  transform: scale(0.8);
}
@media (max-width: 1199.98px) {
  .main-nav .navbar-nav .nav-item .nav-link:hover::before {
    transform: scale(1);
  }
}
.main-nav .btn-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 4px 7px;
  border-radius: 2px 0px 0px 0px;
  border: 0.5px solid #e1af5b;
  background-color: #e1af5b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition: 0.3s;
}
.main-nav .btn-lang img {
  width: 13px;
  height: auto;
}
.main-nav .btn-lang::after {
  content: none;
}
.main-nav .btn-lang:hover {
  transform: scale(1.06);
}
.main-nav .dropdown-menu {
  display: block !important;
  inset-inline-start: unset;
  inset-inline-end: 0;
  padding: 5px;
  margin-top: 5px;
  border-radius: 3px;
  transform: scale(0) translateY(30px);
  transition: 0.3s;
}
.main-nav .dropdown-menu li .dropdown-item {
  font-size: 14px;
  color: #777;
  padding: 5px 8px;
}
.main-nav .dropdown-menu li .dropdown-item img {
  width: 16px;
}
.main-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.main-nav .dropdown-menu.show {
  transform: scale(1) translateY(0px);
}

.landing-holder {
  position: relative;
  height: 83vh;
}
.landing-holder .site-header {
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 100%;
  z-index: 111;
}
.landing-holder .site-header .main-nav {
  border: unset;
}
.landing-holder .site-header .main-nav .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.landing-holder .site-header .main-nav .navbar-nav .nav-item .nav-link.active {
  color: #e1af5b;
}
.landing-holder .site-header .main-nav .navbar-nav .nav-item .nav-link::before {
  background-color: #fff;
}

.other-image {
  position: relative;
}
.other-image .other-container {
  position: absolute;
  top: -85px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.other-image .other-container .box-other-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.other-image .other-container .box-other-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: 0.3s;
}
.other-image .other-container .box-other-image .name {
  font-weight: 600;
  font-size: 18px;
  color: #e1af5b;
}
.other-image .other-container .box-other-image:hover img {
  transform: scale(1.06) rotate(20deg);
}
@media (max-width: 1199.98px) {
  .other-image .other-container {
    position: unset;
    transform: unset;
  }
}

.civilization {
  background: url(../images/services-bg.png) no-repeat fixed center center/cover;
}
.civilization * {
  color: #fff;
}

.landmarks-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 5px;
}

.dimensions-holder {
  display: flex;
  min-height: 700px;
}
.dimensions-holder .floated-link {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 11;
  transition: 0.3s;
}
.dimensions-holder .floated-link .circle-holder {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  border-radius: 50%;
  border-top: 2.75px solid rgba(254, 154, 0, 0.6);
  box-shadow: 0px 0px 37.13px 0px rgba(251, 191, 36, 0.6), 0px 12.38px 15.47px -9.28px rgba(254, 154, 0, 0.4), 0px 30.94px 38.67px -7.73px rgba(254, 154, 0, 0.4);
  background: linear-gradient(135deg, rgba(70, 25, 1, 0.9) 0%, rgba(12, 10, 9, 0.9) 100%);
}
.dimensions-holder .floated-link .circle-holder .icon-holder {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.38px solid rgba(255, 185, 0, 0.3019607843);
}
.dimensions-holder .floated-link .circle-holder .icon-holder .floated-icon {
  width: 13px;
  height: auto;
}
.dimensions-holder .floated-link .name {
  font-weight: 700;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9490196078);
}
.dimensions-holder .floated-link:hover {
  transform: scale(1.05);
}
.dimensions-holder .right-side,
.dimensions-holder .left-side {
  position: relative;
  flex-basis: 25%;
}
.dimensions-holder .right-side .bg-side,
.dimensions-holder .left-side .bg-side {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.dimensions-holder .right-side .hilal-icon,
.dimensions-holder .left-side .hilal-icon {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: auto;
}
.dimensions-holder .right-side .top-head-content,
.dimensions-holder .left-side .top-head-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dimensions-holder .right-side .top-head-content .circle-icon,
.dimensions-holder .left-side .top-head-content .circle-icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border: 2.36px solid rgba(255, 185, 0, 0.6);
  background: rgba(69, 26, 3, 0.9490196078);
  box-shadow: 0px 0px 29.51px 0px rgba(251, 191, 36, 0.3019607843);
}
.dimensions-holder .right-side .top-head-content .circle-icon .shield-icon,
.dimensions-holder .left-side .top-head-content .circle-icon .shield-icon {
  width: 28px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.dimensions-holder .right-side .top-head-content .title,
.dimensions-holder .left-side .top-head-content .title {
  font-weight: 700;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9490196078);
  margin-bottom: 10px;
}
.dimensions-holder .right-side .top-head-content .line-icon,
.dimensions-holder .left-side .top-head-content .line-icon {
  margin-bottom: 6px;
}
.dimensions-holder .right-side .top-head-content .des,
.dimensions-holder .left-side .top-head-content .des {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2.4px;
  color: #fff;
  margin-bottom: 0;
}
.dimensions-holder .right-side .floated-link.first,
.dimensions-holder .left-side .floated-link.first {
  top: 36.5%;
}
.dimensions-holder .right-side .floated-link.second,
.dimensions-holder .left-side .floated-link.second {
  top: 36.5%;
}
.dimensions-holder .right-side .floated-link.thired,
.dimensions-holder .left-side .floated-link.thired {
  bottom: 24%;
}
.dimensions-holder .right-side .floated-link.fifth,
.dimensions-holder .left-side .floated-link.fifth {
  bottom: 24%;
}
.dimensions-holder .right-side .center-img-side,
.dimensions-holder .left-side .center-img-side {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
}
.dimensions-holder .right-side .door-img,
.dimensions-holder .left-side .door-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}
.dimensions-holder .right-side .floated-link.first {
  right: 13%;
}
.dimensions-holder .right-side .floated-link.second {
  left: 13.5%;
}
.dimensions-holder .right-side .floated-link.second .icon-holder .floated-icon {
  width: 33px;
}
.dimensions-holder .right-side .floated-link.thired {
  left: 11%;
}
.dimensions-holder .right-side .floated-link.thired .icon-holder .floated-icon {
  width: 20px;
}
.dimensions-holder .right-side .floated-link.fifth {
  right: 13.5%;
}
.dimensions-holder .right-side .floated-link.fifth .icon-holder .floated-icon {
  width: 28px;
}
.dimensions-holder .middle-side {
  position: relative;
  flex-basis: 50%;
}
.dimensions-holder .middle-side .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  color: #FFF7D8;
}
.dimensions-holder .middle-side .floated-link .circle-holder .icon-holder .floated-icon {
  width: 18px;
}
.dimensions-holder .middle-side .floated-link.first {
  top: 36.5%;
  right: 15%;
}
.dimensions-holder .middle-side .floated-link.second {
  top: 36.5%;
  left: 15%;
}
.dimensions-holder .middle-side .floated-link.thired {
  bottom: 24%;
  right: 21%;
}
.dimensions-holder .middle-side .floated-link.fifth {
  bottom: 24%;
  left: 21%;
}
.dimensions-holder .middle-side .bg-middle {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.dimensions-holder .left-side .floated-link.first {
  right: 11.5%;
}
.dimensions-holder .left-side .floated-link.second {
  left: 14.5%;
}
.dimensions-holder .left-side .floated-link.thired {
  left: 15.5%;
}
.dimensions-holder .left-side .floated-link.fifth {
  right: 15.5%;
}
@media (max-width: 1199.98px) {
  .dimensions-holder .right-side .center-img-side,
  .dimensions-holder .left-side .center-img-side {
    top: 45.5%;
    width: 135px;
  }
}
@media (max-width: 991.98px) {
  .dimensions-holder .right-side,
  .dimensions-holder .left-side {
    flex-basis: 100%;
  }
  .dimensions-holder .right-side .door-img,
  .dimensions-holder .left-side .door-img {
    width: 80px;
  }
  .dimensions-holder .right-side .floated-link.first {
    right: 10%;
  }
  .dimensions-holder .right-side .floated-link.second {
    left: 10%;
  }
  .dimensions-holder .right-side .floated-link.thired {
    left: 5%;
  }
  .dimensions-holder .right-side .floated-link.fifth {
    right: 10%;
  }
  .dimensions-holder .left-side .floated-link.first {
    right: 8%;
  }
  .dimensions-holder .left-side .floated-link.second {
    left: 10.5%;
  }
  .dimensions-holder .left-side .floated-link.thired {
    left: 11.5%;
  }
  .dimensions-holder .left-side .floated-link.fifth {
    right: 12%;
  }
  .dimensions-holder .middle-side {
    flex-basis: 100%;
  }
  .dimensions-holder .middle-side .floated-link.first {
    top: 25%;
  }
  .dimensions-holder .middle-side .floated-link.second {
    top: 25%;
  }
  .dimensions-holder .middle-side .floated-link.thired {
    bottom: 20%;
  }
  .dimensions-holder .middle-side .floated-link.fifth {
    bottom: 20%;
  }
}
@media (max-width: 767.98px) {
  .dimensions-holder {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .dimensions-holder .right-side .hilal-icon,
  .dimensions-holder .left-side .hilal-icon {
    width: 80px;
  }
  .dimensions-holder .right-side .top-head-content,
  .dimensions-holder .left-side .top-head-content {
    top: 85px;
  }
  .dimensions-holder .right-side .top-head-content .circle-icon,
  .dimensions-holder .left-side .top-head-content .circle-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
    border: 2px solid rgba(255, 185, 0, 0.6);
  }
  .dimensions-holder .right-side .top-head-content .circle-icon .shield-icon,
  .dimensions-holder .left-side .top-head-content .circle-icon .shield-icon {
    width: 28px;
  }
  .dimensions-holder .right-side .top-head-content .title,
  .dimensions-holder .left-side .top-head-content .title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .dimensions-holder .right-side .top-head-content .line-icon,
  .dimensions-holder .left-side .top-head-content .line-icon {
    margin-bottom: 5px;
  }
  .dimensions-holder .right-side .top-head-content .des,
  .dimensions-holder .left-side .top-head-content .des {
    font-size: 9px;
    letter-spacing: 2.1px;
  }
  .dimensions-holder .right-side .floated-link.first,
  .dimensions-holder .left-side .floated-link.first {
    top: 37%;
  }
  .dimensions-holder .right-side .floated-link.second,
  .dimensions-holder .left-side .floated-link.second {
    top: 37%;
  }
  .dimensions-holder .right-side .floated-link.thired,
  .dimensions-holder .left-side .floated-link.thired {
    bottom: 21%;
  }
  .dimensions-holder .right-side .floated-link.fifth,
  .dimensions-holder .left-side .floated-link.fifth {
    bottom: 21%;
  }
  .dimensions-holder .right-side .center-img-side,
  .dimensions-holder .left-side .center-img-side {
    top: 41%;
  }
  .dimensions-holder .right-side .floated-link.first {
    right: 12%;
  }
  .dimensions-holder .right-side .floated-link.second {
    left: 13%;
  }
  .dimensions-holder .right-side .floated-link.thired {
    left: 9.5%;
  }
  .dimensions-holder .right-side .floated-link.fifth {
    right: 12%;
  }
  .dimensions-holder .middle-side .title {
    font-size: 19px;
  }
  .dimensions-holder .middle-side .floated-link.first {
    top: 16.5%;
    right: 13%;
  }
  .dimensions-holder .middle-side .floated-link.second {
    top: 16.5%;
    left: 13%;
  }
  .dimensions-holder .middle-side .floated-link.thired {
    bottom: 13%;
    right: 20%;
  }
  .dimensions-holder .middle-side .floated-link.fifth {
    bottom: 13%;
    left: 20%;
  }
  .dimensions-holder .left-side .floated-link.first {
    right: 11.5%;
  }
  .dimensions-holder .left-side .floated-link.second {
    left: 14.5%;
  }
  .dimensions-holder .left-side .floated-link.thired {
    left: 15.5%;
  }
  .dimensions-holder .left-side .floated-link.fifth {
    right: 15.5%;
  }
}

.footer {
  background: linear-gradient(135deg, #e1af5b 0%, #3c2f15 100%);
  color: #ffffff;
  padding: 3rem 0 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.064);
}
.footer::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;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer .footer-logo {
  display: block;
  width: 290px;
  margin-bottom: 0.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7468%) hue-rotate(346deg) brightness(102%) contrast(102%);
}
.footer .footer-heading {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #f5e6c9;
  position: relative;
  display: inline-block;
}
.footer .footer-heading::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background-color: #f5e6c9;
  bottom: -7px;
  inset-inline-start: 0;
}
.footer .footer-text {
  line-height: 1.8;
  letter-spacing: -0.03px;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.footer .social-icons {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.footer .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #f5e6c9;
  transition: all 0.3s ease;
}
.footer .social-icons .social-icon:hover {
  background-color: #8a6c30;
  transform: translateY(-3px);
  color: #f5e6c9;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  font-size: 0.9rem;
  text-align: center;
}
.footer-bottom p {
  margin-bottom: 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.footer-menu li {
  margin-bottom: 0.5rem;
}
.footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer-menu li a:hover {
  color: #f5e6c9;
  transform: translateX(-5px);
}
.footer-menu li a i {
  margin-left: 0.5rem;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .footer-column {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=main.css.map */