@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: LoveLace;
  src: url("/fonts/Lovelace/LovelaceRegular.otf");
}
@font-face {
  font-family: Garet;
  src: url("/fonts/Garet-Book.ttf");
}
@font-face {
  font-family: Mokoto;
  src: url("/fonts/Mokoto-1265663/Mokoto/Glitch.ttf");
}
@font-face {
  font-family: Brilliant;
  src: url("/fonts/Brilliant.ttf");
}
@font-face {
  font-family: madina;
  src: url("/fonts/Madani Arabic Light.ttf");
}
/* line 36, ../sass/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 48, ../sass/_reset.scss */
html {
  scroll-behavior: smooth;
}

/* line 53, ../sass/_reset.scss */
body {
  font-family: LoveLace;
  background-color: var(--PrimaryColor);
}

/* line 72, ../sass/_Mixins.scss */
.u-ListStyling {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@font-face {
  font-family: Mokoto;
  src: url("/Fonts/Mokoto-1265663/Mokoto Glitch.ttf");
}
/* line 6, ../sass/_variable.scss */
:root {
  --PrimaryColor: #ECE9E6;
  --SecondaryColor: #111111;
  --TerniaryColor: #D1B05C;
  --TextColor: #202122;
  font-size: 10px;
}

/* line 20, ../sass/_variable.scss */
.Content_Gap, figure::before, figure > div, .lightbox__content, .Hero__content, .AboutUs__Table {
  gap: calc(24px + 2vw);
}

/* line 28, ../sass/_variable.scss */
.Component_Gap, .Hero__content {
  margin-top: calc(42px + 2vw);
}

/* line 36, ../sass/_variable.scss */
.font-size, .TestimonialCard--description, .Hero__textSplit, .AboutUs__Table p, .OurWork .swiper-slide--content, .contactus .split p {
  font-size: calc(1rem + 1vw);
}

/* line 43, ../sass/_variable.scss */
.padding-sides, .AboutUs__Table {
  padding-right: calc(2rem + 1vw);
  padding-left: calc(2rem + 1vw);
}

/* line 1, ../sass/_utlilties.scss */
.BodyText {
  font-size: 14px;
  color: #232323;
  font-family: Garet;
}

/* line 11, ../sass/_utlilties.scss */
.Section_Padding {
  padding-top: 42px;
  padding-bottom: 42px;
}

/* line 18, ../sass/_utlilties.scss */
.section_Padding_top {
  padding-top: 42px;
}

/* line 23, ../sass/_utlilties.scss */
.mt {
  padding-top: 20rem;
}

/* line 28, ../sass/_utlilties.scss */
.u-content-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  /* line 28, ../sass/_utlilties.scss */
  .u-content-section {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 28, ../sass/_utlilties.scss */
  .u-content-section {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 28, ../sass/_utlilties.scss */
  .u-content-section {
    padding: 4rem;
  }
}

/* line 1, ../sass/Components/_HeroSwiper.scss */
.HeroSwiper {
  height: 100%;
}
/* line 7, ../sass/Components/_HeroSwiper.scss */
.HeroSwiper .swiper {
  width: 100%;
  height: 100%;
}
/* line 12, ../sass/Components/_HeroSwiper.scss */
.HeroSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 23, ../sass/Components/_HeroSwiper.scss */
.HeroSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  /* line 23, ../sass/Components/_HeroSwiper.scss */
  .HeroSwiper .swiper-slide img {
    height: 600px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 23, ../sass/Components/_HeroSwiper.scss */
  .HeroSwiper .swiper-slide img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
  }
}
/* line 62, ../sass/Components/_HeroSwiper.scss */
.HeroSwiper .swiper-pagination-bullet {
  background-color: var(--TerniaryColor) !important;
  width: 24px !important;
  height: 24px !important;
}

/* line 1, ../sass/Components/_Button.scss */
.CTA_Button {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid var(--SecondaryColor);
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  color: var(--TextColor);
  position: relative;
}
/* line 40, ../sass/Components/_Button.scss */
.CTA_Button:hover {
  color: white !important;
}
/* line 42, ../sass/Components/_Button.scss */
.CTA_Button:hover::before {
  width: 100%;
  transition: all 1s ease-in-out;
}
/* line 59, ../sass/Components/_Button.scss */
.CTA_Button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: var(--TerniaryColor);
  width: 0px;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  /* line 84, ../sass/Components/_Button.scss */
  .CTA_Center {
    margin: 0 auto;
  }
}

/* line 1, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard {
  border: 15px solid;
  border-image: url('/Images/borderImage.png?1711028307');
  border-image-slice: 37 33 51 62;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
  max-width: 450px;
  width: 450px;
  height: 400px;
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Components/_TestimonialCard.scss */
  .TestimonialCard {
    width: 100%;
  }
}
/* line 35, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard__image {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: black;
}
/* line 51, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard__image img {
  width: 54px;
  height: 54px;
}
/* line 61, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard--name {
  font-size: 2.4rem;
  font-weight: normal;
}
/* line 68, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard--description {
  color: var(--TextColor);
  max-width: 400px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  /* line 68, ../sass/Components/_TestimonialCard.scss */
  .TestimonialCard--description {
    font-size: 1.6rem;
  }
}
/* line 86, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard--stars {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}
/* line 96, ../sass/Components/_TestimonialCard.scss */
.TestimonialCard--stars img {
  width: 24px;
  height: 24px;
}

/* line 1, ../sass/Components/_ModernForm.scss */
.ModernForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Components/_ModernForm.scss */
  .ModernForm {
    padding: 1rem;
    grid-template-columns: 1fr;
  }
}
/* line 23, ../sass/Components/_ModernForm.scss */
.ModernForm input, .ModernForm select {
  padding: 2rem;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid var(--TextColor);
  width: 100%;
}

/* line 42, ../sass/Components/_ModernForm.scss */
.formButton {
  grid-row: 4;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  /* line 42, ../sass/Components/_ModernForm.scss */
  .formButton {
    grid-row: 6;
  }
}

/* line 1, ../sass/Components/_preloader.scss */
.preloader {
  position: fixed;
  z-index: 99999;
  inset: 0;
  height: 100vh;
  width: 100%;
  background-color: var(--PrimaryColor);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 31, ../sass/Components/_preloader.scss */
.preloader img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  animation: Pulse 2s ease-in infinite forwards;
}
@keyframes Pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 60, ../sass/Components/_preloader.scss */
.preloader #bar {
  width: 60%;
  max-width: 400px;
}
/* line 68, ../sass/Components/_preloader.scss */
.preloader #barcon {
  width: 1%;
  background-color: #DAB65F;
  margin-top: 24px;
  padding: 1px 0px;
}
/* line 85, ../sass/Components/_preloader.scss */
.preloader #percent p {
  font-size: 2rem !important;
}

/* line 1, ../sass/Components/_Tab-Component.scss */
.Tab-Component {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem;
}
@media screen and (min-width: 300px) and (max-width: 1200px) {
  /* line 1, ../sass/Components/_Tab-Component.scss */
  .Tab-Component {
    width: 100%;
  }
}
/* line 19, ../sass/Components/_Tab-Component.scss */
.Tab-Component--tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 80px;
  list-style-type: none;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 19, ../sass/Components/_Tab-Component.scss */
  .Tab-Component--tabs {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 19, ../sass/Components/_Tab-Component.scss */
  .Tab-Component--tabs {
    flex-wrap: wrap;
  }
}
/* line 44, ../sass/Components/_Tab-Component.scss */
.Tab-Component--tabs li {
  border-radius: 24px;
  border: 1px solid #C2C1C4;
  padding: 1rem 2rem;
  cursor: pointer;
}
/* line 55, ../sass/Components/_Tab-Component.scss */
.Tab-Component--tabs li a {
  color: black;
  font-size: 1.6rem;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
}
/* line 74, ../sass/Components/_Tab-Component.scss */
.Tab-Component--content > div:not(:first-child) {
  display: none;
}

/* line 1, ../sass/Components/_StepProcess.scss */
.StepProcess {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 18, ../sass/Components/_StepProcess.scss */
.StepProcess i {
  background-color: var(--TerniaryColor);
  height: 64px;
  width: 64px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2rem;
}
/* line 46, ../sass/Components/_StepProcess.scss */
.StepProcess p {
  font-size: 16px;
}
/* line 53, ../sass/Components/_StepProcess.scss */
.StepProcess__Wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

/* line 1, ../sass/Components/_LangugeSelector.scss */
.LanguageSelector {
  width: calc(10rem + 2vw);
}
/* line 8, ../sass/Components/_LangugeSelector.scss */
.LanguageSelector--selectedLang {
  display: flex;
  gap: 4px;
  cursor: pointer;
  align-items: center;
}
/* line 19, ../sass/Components/_LangugeSelector.scss */
.LanguageSelector--selectedLang::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("https://flagsapi.com/AE/flat/32.png");
}

/* line 38, ../sass/Components/_LangugeSelector.scss */
.en::before {
  background-image: url("https://flagsapi.com/US/flat/32.png");
}

/* line 46, ../sass/Components/_LangugeSelector.scss */
.ar::before {
  background-image: url("https://flagsapi.com/AE/flat/32.png") !important;
}

/* line 1, ../sass/Components/_FigureImage.scss */
figure {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
/* line 16, ../sass/Components/_FigureImage.scss */
figure:hover::before {
  content: '';
}
/* line 21, ../sass/Components/_FigureImage.scss */
figure:hover > div {
  display: flex;
}
/* line 26, ../sass/Components/_FigureImage.scss */
figure:hover img {
  transform: scale(1.1);
}
/* line 35, ../sass/Components/_FigureImage.scss */
figure::before {
  content: none;
  position: absolute;
  inset: 0;
  background-color: var(--TerniaryColor);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
/* line 71, ../sass/Components/_FigureImage.scss */
figure > div {
  display: none;
  flex-direction: column;
  align-items: center;
}
/* line 86, ../sass/Components/_FigureImage.scss */
figure > div a {
  background-color: var(--PrimaryColor) !important;
}
/* line 92, ../sass/Components/_FigureImage.scss */
figure > div p {
  color: var(--PrimaryColor);
  font-size: 2.4rem;
}
/* line 104, ../sass/Components/_FigureImage.scss */
figure img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  object-fit: cover;
}

/* line 98, ../sass/Components/_LightBox.scss */
.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  max-width: 1000px;
  height: 700px;
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 299px) and (max-width: 375px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    width: 200px;
    height: calc(40rem - 10vh);
  }
}
@media screen and (min-width: 374px) and (max-width: 425px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    width: 200px;
    height: calc(40rem - 10vh);
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    width: 200px;
    height: calc(40rem - 10vh);
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    width: 250px;
    height: calc(45rem - 10vh);
    top: calc(100vh- 250px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    width: 250px;
    height: calc(45rem - 10vh);
    top: calc(100vh- 250px);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    height: 600px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    height: 600px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 98, ../sass/Components/_LightBox.scss */
  .lightbox {
    height: 600px;
  }
}
/* line 220, ../sass/Components/_LightBox.scss */
.lightbox__close {
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 400px) and (max-height: 445px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -10px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 445px) and (max-height: 515px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -15px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 515px) and (max-height: 552px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -20px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 552px) and (max-height: 582px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -22px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 582px) and (max-height: 600px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -23px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 600px) and (max-height: 675px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -30px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 675px) and (max-height: 700px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -40px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 700px) and (max-height: 800px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -45px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 800px) and (max-height: 860px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -50px;
  }
}
@media screen and (min-width: 0) and (max-width: 375px) and (min-height: 860px) and (max-height: 1000px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -60px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 400px) and (max-height: 445px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 445px) and (max-height: 515px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -15px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 515px) and (max-height: 552px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 552px) and (max-height: 582px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -22px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 582px) and (max-height: 600px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -23px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 600px) and (max-height: 675px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 675px) and (max-height: 700px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -40px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 700px) and (max-height: 800px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -45px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 800px) and (max-height: 860px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -50px;
  }
}
@media screen and (min-width: 375px) and (max-width: 425px) and (min-height: 860px) and (max-height: 1000px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -60px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 400px) and (max-height: 445px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -10px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 445px) and (max-height: 515px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -15px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 515px) and (max-height: 552px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -20px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 552px) and (max-height: 582px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -22px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 582px) and (max-height: 600px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -23px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 600px) and (max-height: 675px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -30px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 675px) and (max-height: 700px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -40px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 700px) and (max-height: 800px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -45px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 800px) and (max-height: 860px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -50px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) and (min-height: 860px) and (max-height: 1000px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 618px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -65px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) and (min-height: 618px) and (max-height: 673px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) and (min-height: 673px) and (max-height: 700px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -75px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) and (min-height: 700px) and (max-height: 800px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -85px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) and (min-height: 800px) and (max-height: 900px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -95px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) and (min-height: 900px) and (max-height: 1000px) {
  /* line 220, ../sass/Components/_LightBox.scss */
  .lightbox__close {
    top: -95px;
  }
}
/* line 302, ../sass/Components/_LightBox.scss */
.lightbox__close i {
  background-color: var(--TerniaryColor);
  cursor: pointer;
  width: 42px;
  height: 42px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 326, ../sass/Components/_LightBox.scss */
.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 342, ../sass/Components/_LightBox.scss */
.lightbox__image, .lightbox__content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  /* line 342, ../sass/Components/_LightBox.scss */
  .lightbox__image, .lightbox__content {
    width: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  /* line 342, ../sass/Components/_LightBox.scss */
  .lightbox__image, .lightbox__content {
    min-height: 363px;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  /* line 342, ../sass/Components/_LightBox.scss */
  .lightbox__image, .lightbox__content {
    min-height: 453px;
  }
}
/* line 395, ../sass/Components/_LightBox.scss */
.lightbox__content {
  background-image: url('/Images/LightBox_BG.png?1712532657');
  background-size: cover;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  /* line 395, ../sass/Components/_LightBox.scss */
  .lightbox__content {
    display: none;
  }
}
/* line 418, ../sass/Components/_LightBox.scss */
.lightbox__content h3 {
  font-size: 2rem;
}
/* line 423, ../sass/Components/_LightBox.scss */
.lightbox__content p {
  font-size: 1.6rem;
  max-width: 600px;
  text-align: center;
}
/* line 432, ../sass/Components/_LightBox.scss */
.lightbox__content img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* line 1, ../sass/Layout/_Navigation.scss */
.header {
  display: flex;
  align-items: center;
}
/* line 23, ../sass/Layout/_Navigation.scss */
.header__MainNavigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /* line 23, ../sass/Layout/_Navigation.scss */
  .header__MainNavigation {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 23, ../sass/Layout/_Navigation.scss */
  .header__MainNavigation {
    justify-content: space-around;
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  /* line 23, ../sass/Layout/_Navigation.scss */
  .header__MainNavigation {
    flex-direction: row;
  }
}
/* line 70, ../sass/Layout/_Navigation.scss */
.header__MainNavigation--list {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transform: translateX(-100%);
  list-style: none;
}
@media screen and (min-width: 1024px) {
  /* line 70, ../sass/Layout/_Navigation.scss */
  .header__MainNavigation--list {
    display: flex;
    flex-direction: row;
    transform: translateX(0);
  }
}
/* line 105, ../sass/Layout/_Navigation.scss */
.header__MainNavigation--list.active {
  display: flex;
  position: fixed;
  background-color: var(--SecondaryColor);
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}
/* line 123, ../sass/Layout/_Navigation.scss */
.header__MainNavigation--list.active a {
  color: white !important;
}
/* line 132, ../sass/Layout/_Navigation.scss */
.header__MainNavigation--list--item {
  padding: 2rem;
}
/* line 139, ../sass/Layout/_Navigation.scss */
.header__MainNavigation--list--item a {
  text-decoration: none;
  color: var(--TextColor);
  font-family: "Gilda Display", serif;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  /* line 139, ../sass/Layout/_Navigation.scss */
  .header__MainNavigation--list--item a {
    font-size: 16px;
  }
}
/* line 164, ../sass/Layout/_Navigation.scss */
.header img {
  position: relative;
  height: 200px;
  display: block;
  object-fit: cover;
  z-index: 999;
  width: 170px;
  max-height: 150px;
}
@media screen and (min-width: 1300px) {
  /* line 164, ../sass/Layout/_Navigation.scss */
  .header img {
    width: 250px;
  }
}

/* line 196, ../sass/Layout/_Navigation.scss */
.burgerMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  background-color: var(--SecondaryColor);
  border-radius: 50%;
  color: var(--TerniaryColor);
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  /* line 196, ../sass/Layout/_Navigation.scss */
  .burgerMenu {
    display: none !important;
  }
}

/* line 237, ../sass/Layout/_Navigation.scss */
.CTA_Navigation {
  background-color: var(--TerniaryColor);
  flex-shrink: 0;
  border-radius: 8px;
}

/* line 1, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader {
  padding: 2rem;
}
/* line 6, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  /* line 6, ../sass/Layout/_SecondaryHeader.scss */
  .SecondaryHeader__Navigation {
    justify-content: center;
  }
}
/* line 23, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation img {
  width: 200px;
  height: 200px;
}
/* line 30, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation ul {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transform: translateX(-100%);
  list-style: none;
}
@media screen and (min-width: 1024px) {
  /* line 30, ../sass/Layout/_SecondaryHeader.scss */
  .SecondaryHeader__Navigation ul {
    display: flex;
    flex-direction: row;
    transform: translateX(0);
  }
}
/* line 64, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation ul.active {
  display: flex;
  position: fixed;
  background-color: var(--SecondaryColor);
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}
/* line 82, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation ul.active a {
  color: white !important;
}
/* line 92, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation--item {
  padding: 2rem;
}
/* line 99, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation--item a {
  text-decoration: none;
  color: var(--TextColor);
  font-family: "Gilda Display", serif;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  /* line 99, ../sass/Layout/_SecondaryHeader.scss */
  .SecondaryHeader__Navigation--item a {
    font-size: 16px;
  }
}
/* line 117, ../sass/Layout/_SecondaryHeader.scss */
.SecondaryHeader__Navigation--item:last-child {
  background-color: var(--TerniaryColor);
  border-radius: 8px;
}

/* line 1, ../sass/Layout/_FlexLayout.scss */
.split {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Layout/_FlexLayout.scss */
  .split {
    width: 50%;
  }
}

/* line 14, ../sass/Layout/_FlexLayout.scss */
.flex-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  /* line 14, ../sass/Layout/_FlexLayout.scss */
  .flex-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 14, ../sass/Layout/_FlexLayout.scss */
  .flex-container {
    gap: 0px;
  }
}

/* line 1, ../sass/Layout/_Grid.scss */
.Gallary {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 15vw);
  grid-template-rows: repeat(8, 5vw);
}
/* line 16, ../sass/Layout/_Grid.scss */
.Gallary__Card:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
/* line 23, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(2), .Gallary__Card:nth-child(3) {
  grid-column: 2/4;
  grid-row: 1/3;
}
/* line 30, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(3) {
  grid-column: 4/6;
}
/* line 34, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/4;
}
/* line 41, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(5) {
  grid-column: 2/3;
  grid-row: 3;
}
/* line 47, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(6) {
  grid-column: 3/4;
  grid-row: 3;
}
/* line 53, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(7) {
  grid-column: 4/6;
  grid-row: 3/8;
}
/* line 60, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(8) {
  grid-column: 1/2;
  grid-row: 4/6;
}
/* line 67, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(9) {
  grid-column: 2/4;
  grid-row: 4/6;
}
/* line 74, ../sass/Layout/_Grid.scss */
.Gallary__Card:nth-child(10) {
  grid-column: 1/4;
  grid-row: 6/8;
}
/* line 89, ../sass/Layout/_Grid.scss */
.Gallary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 99, ../sass/Layout/_Grid.scss */
.GalleryLayout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  gap: 24px;
}
/* line 117, ../sass/Layout/_Grid.scss */
.GalleryLayout img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* line 128, ../sass/Layout/_Grid.scss */
.ModernGallery {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  padding: 4rem;
  grid-template-columns: repeat(7, 10vw);
  grid-template-rows: repeat(8, 5vw);
  gap: 29px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    gap: 8px;
  }
}
@media screen and (min-width: 424px) and (max-width: 769px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    gap: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    grid-template-rows: repeat(8, 15vw);
  }
}
@media screen and (max-width: 425px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    padding: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    grid-template-columns: repeat(7, 11vw);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 128, ../sass/Layout/_Grid.scss */
  .ModernGallery {
    grid-template-columns: repeat(7, 11vw);
  }
}
/* line 202, ../sass/Layout/_Grid.scss */
.ModernGallery__content {
  grid-row: 4/6;
  max-width: 600px;
  grid-column: 3/6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 202, ../sass/Layout/_Grid.scss */
  .ModernGallery__content {
    grid-column: 3/11;
  }
}
@media screen and (min-width: 424px) and (max-width: 769px) {
  /* line 202, ../sass/Layout/_Grid.scss */
  .ModernGallery__content {
    grid-column: 3/11;
  }
}
@media screen and (min-width: 700px) and (max-width: 769px) {
  /* line 202, ../sass/Layout/_Grid.scss */
  .ModernGallery__content {
    grid-column: 3/6;
  }
}
/* line 252, ../sass/Layout/_Grid.scss */
.ModernGallery figure:first-child {
  grid-column: 1/3;
  grid-row: 1/6;
}
/* line 259, ../sass/Layout/_Grid.scss */
.ModernGallery figure:nth-child(2) {
  grid-row: 1/3;
  grid-column: 3/5;
}
/* line 265, ../sass/Layout/_Grid.scss */
.ModernGallery figure:nth-child(4) {
  grid-column: 6/8;
  grid-row: 1/3;
}
/* line 274, ../sass/Layout/_Grid.scss */
.ModernGallery figure:nth-child(3) {
  grid-row: 3/8;
  grid-column: 6/8;
}
@media screen and (max-width: 700px) {
  /* line 274, ../sass/Layout/_Grid.scss */
  .ModernGallery figure:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 769px) {
  /* line 274, ../sass/Layout/_Grid.scss */
  .ModernGallery figure:nth-child(3) {
    grid-column: 6/11;
  }
}
/* line 292, ../sass/Layout/_Grid.scss */
.ModernGallery figure:nth-child(5) {
  grid-row: 6/8;
  grid-column: 1/3;
}
/* line 298, ../sass/Layout/_Grid.scss */
.ModernGallery figure:nth-child(6) {
  grid-column: 3/6;
  grid-row: 1/3;
}
/* line 308, ../sass/Layout/_Grid.scss */
.ModernGallery figure:last-child {
  grid-column: 3/6;
  grid-row: 6/9;
}

/* line 1, ../sass/Layout/_footer.scss */
.ModernFooter {
  background-color: black;
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  /* line 1, ../sass/Layout/_footer.scss */
  .ModernFooter {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 1rem;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 1, ../sass/Layout/_footer.scss */
  .ModernFooter {
    padding: 2rem;
  }
}
/* line 41, ../sass/Layout/_footer.scss */
.ModernFooter img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}
/* line 50, ../sass/Layout/_footer.scss */
.ModernFooter p {
  color: white;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  /* line 50, ../sass/Layout/_footer.scss */
  .ModernFooter p {
    text-align: center;
  }
}
/* line 69, ../sass/Layout/_footer.scss */
.ModernFooter .TechVance {
  font-family: Mokoto;
  color: white;
  text-align: center;
  font-size: calc(2rem + 1vw);
}
/* line 81, ../sass/Layout/_footer.scss */
.ModernFooter__copyright {
  font-size: 1.4rem !important;
  color: #c9c9c9 !important;
}
/* line 89, ../sass/Layout/_footer.scss */
.ModernFooter__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
/* line 99, ../sass/Layout/_footer.scss */
.ModernFooter__column p {
  max-width: 500px;
  line-height: 1.5;
}
/* line 105, ../sass/Layout/_footer.scss */
.ModernFooter__column:first-child {
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  /* line 105, ../sass/Layout/_footer.scss */
  .ModernFooter__column:first-child {
    align-items: center;
  }
}
/* line 120, ../sass/Layout/_footer.scss */
.ModernFooter__column:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  /* line 120, ../sass/Layout/_footer.scss */
  .ModernFooter__column:last-child {
    grid-template-columns: 1fr;
  }
}

/* line 1, ../sass/Sections/_Hero.scss */
.Hero {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Sections/_Hero.scss */
  .Hero {
    padding: 0 !important;
  }
}
/* line 14, ../sass/Sections/_Hero.scss */
.Hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  /* line 14, ../sass/Sections/_Hero.scss */
  .Hero__content {
    align-items: flex-start !important;
    justify-content: flex-start;
    gap: 42px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 46, ../sass/Sections/_Hero.scss */
  .Hero__content__Wrapper {
    padding: 2rem;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 46, ../sass/Sections/_Hero.scss */
  .Hero__content__Wrapper {
    padding: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  /* line 46, ../sass/Sections/_Hero.scss */
  .Hero__content__Wrapper {
    padding: 4rem 8rem;
  }
}
/* line 73, ../sass/Sections/_Hero.scss */
.Hero__textSplit {
  position: relative;
  font-style: italic;
}
@media screen and (min-width: 600px) {
  /* line 73, ../sass/Sections/_Hero.scss */
  .Hero__textSplit {
    font-size: 14px;
  }
}
/* line 91, ../sass/Sections/_Hero.scss */
.Hero__textSplit:not(:last-child)::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--SecondaryColor);
}
@media screen and (max-width: 660px) {
  /* line 91, ../sass/Sections/_Hero.scss */
  .Hero__textSplit:not(:last-child)::after {
    content: none;
  }
}
/* line 114, ../sass/Sections/_Hero.scss */
.Hero__textSplit__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  /* line 114, ../sass/Sections/_Hero.scss */
  .Hero__textSplit__wrapper {
    flex-direction: column;
  }
}

/* line 1, ../sass/Pages/_LandingPage.scss */
.H1 {
  font-size: calc(1.8rem + 2vw);
  color: var(--TextColor);
  max-width: 700px;
  font-family: inherit;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Pages/_LandingPage.scss */
  .H1 {
    text-align: left;
    font-size: 42px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../sass/Pages/_LandingPage.scss */
  .H1 {
    font-size: 64px !important;
  }
}

/* line 7, ../sass/Pages/_LandingPage.scss */
.h2 {
  font-size: calc(1.4rem + 2vw);
  color: var(--TextColor);
  font-family: LoveLace;
  text-align: center;
}

/* line 14, ../sass/Pages/_LandingPage.scss */
.AboutUs {
  background-color: #f0eeec;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 21, ../sass/Pages/_LandingPage.scss */
.AboutUs img {
  width: 200px;
  height: 200px;
}
/* line 41, ../sass/Pages/_LandingPage.scss */
.AboutUs__Table {
  margin-bottom: 42px;
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin-top: 42px;
}
/* line 60, ../sass/Pages/_LandingPage.scss */
.AboutUs__Table ul {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 769px) {
  /* line 60, ../sass/Pages/_LandingPage.scss */
  .AboutUs__Table ul {
    padding: 0.4rem 0.8rem;
    text-align: center;
  }
}
/* line 79, ../sass/Pages/_LandingPage.scss */
.AboutUs__Table p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 79, ../sass/Pages/_LandingPage.scss */
  .AboutUs__Table p {
    font-size: 16px;
    text-align: left;
    max-width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 41, ../sass/Pages/_LandingPage.scss */
  .AboutUs__Table {
    flex-direction: column;
  }
}
/* line 107, ../sass/Pages/_LandingPage.scss */
.AboutUs__Table div {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  /* line 107, ../sass/Pages/_LandingPage.scss */
  .AboutUs__Table div {
    font-size: 1.4rem;
    width: 100%;
  }
}

/* line 139, ../sass/Pages/_LandingPage.scss */
.OurWork__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  /* line 139, ../sass/Pages/_LandingPage.scss */
  .OurWork__content {
    padding: 4rem;
  }
}
/* line 157, ../sass/Pages/_LandingPage.scss */
.OurWork__content p:first-child {
  max-width: 700px;
}
/* line 165, ../sass/Pages/_LandingPage.scss */
.OurWork__content--desc {
  font-family: Brilliant;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
/* line 189, ../sass/Pages/_LandingPage.scss */
.OurWork .swiper {
  width: 100%;
  height: 100%;
}
/* line 206, ../sass/Pages/_LandingPage.scss */
.OurWork .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 680px;
  }
}
@media screen and (max-width: 425px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 680px;
  }
}
@media screen and (min-width: 424px) and (max-width: 769px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 680px;
  }
}
@media screen and (min-width: 500px) and (max-width: 769px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 800px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 800px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 700px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 700px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 206, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide {
    height: 600px;
  }
}
@media screen and (max-width: 769px) {
  /* line 284, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide img {
    width: 100%;
    height: 70%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 284, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide img {
    width: 80%;
    height: 70%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 284, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide img {
    width: 80%;
    height: 80%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 284, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide img {
    width: 80%;
    max-width: 900px;
    height: 70%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 284, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide img {
    width: 80%;
    max-width: 900px;
    height: 70%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 284, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide img {
    height: 100%;
    width: 100%;
    max-width: 900px;
  }
}
/* line 355, ../sass/Pages/_LandingPage.scss */
.OurWork .swiper-slide--content {
  background-color: var(--PrimaryColor);
  width: 504px;
  padding: 4rem;
  position: absolute;
  left: 329px;
  bottom: 0px;
  height: 295px;
  font-family: Garet;
}
@media screen and (min-width: 769px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    font-size: 16px;
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 769px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    font-size: 14px;
    left: 0;
    width: 100%;
    background-color: white;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    left: 0;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px !important;
    background: white;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    width: 81%;
    left: 50%;
    background: white;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    left: 63px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    left: 63px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 355, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--content {
    font-size: 16px !important;
  }
}
/* line 442, ../sass/Pages/_LandingPage.scss */
.OurWork .swiper-slide--Number {
  position: absolute;
  top: 0px;
  left: 179px;
  color: var(--TextColor);
  font-size: 8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  /* line 442, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Number {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    font-size: 4rem;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 442, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Number {
    transform: translateX(-50%);
    font-size: 4rem;
    left: 37%;
    top: 15px;
  }
}
/* line 484, ../sass/Pages/_LandingPage.scss */
.OurWork .swiper-slide--Title {
  position: absolute;
  top: 0px;
  right: 58px;
  max-width: 300px;
  color: var(--TextColor);
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  /* line 484, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Title {
    font-size: 2.4rem;
    left: 50%;
    right: unset;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 484, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Title {
    font-size: 3.4rem;
    left: 50%;
    right: unset;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 484, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 484, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 484, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Title {
    font-size: 4.8rem;
  }
}
/* line 559, ../sass/Pages/_LandingPage.scss */
.OurWork .swiper-slide--Next_Button {
  position: absolute;
  transition: all 0.4s ease-in-out;
  top: 300px;
  right: 277px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--TextColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  /* line 568, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Next_Button:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 769px) {
  /* line 559, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Next_Button {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: white;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 559, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Next_Button {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: white;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 559, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Next_Button {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: white;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 559, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Next_Button {
    top: 50%;
    transform: translateY(-50%);
    right: 119px;
    background-color: white;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 559, ../sass/Pages/_LandingPage.scss */
  .OurWork .swiper-slide--Next_Button {
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    background-color: white;
  }
}

/* line 706, ../sass/Pages/_LandingPage.scss */
.Testimonial {
  overflow: hidden;
  margin-top: 42px;
  background-image: url('/Images/flowers.png?1711026500');
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  /* line 706, ../sass/Pages/_LandingPage.scss */
  .Testimonial {
    display: block;
  }
}
/* line 739, ../sass/Pages/_LandingPage.scss */
.Testimonial__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  /* line 739, ../sass/Pages/_LandingPage.scss */
  .Testimonial__wrapper {
    margin: 0;
  }
}

/* line 763, ../sass/Pages/_LandingPage.scss */
.TestimonialSwiper {
  margin-top: 42px;
  width: 100%;
  height: 100%;
}
/* line 775, ../sass/Pages/_LandingPage.scss */
.TestimonialSwiper .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  /* line 775, ../sass/Pages/_LandingPage.scss */
  .TestimonialSwiper .swiper-slide {
    width: 100% !important;
  }
}

/* line 797, ../sass/Pages/_LandingPage.scss */
.contactus {
  display: flex;
  gap: 24px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  /* line 797, ../sass/Pages/_LandingPage.scss */
  .contactus {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 812, ../sass/Pages/_LandingPage.scss */
  .contactus .split {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 819, ../sass/Pages/_LandingPage.scss */
  .contactus .split p {
    font-size: 2rem;
  }
}
/* line 832, ../sass/Pages/_LandingPage.scss */
.contactus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 849, ../sass/Pages/_LandingPage.scss */
.blur_wrapper {
  filter: blur(5px) contrast(0.7) brightness(0.7);
}

/* line 1, ../sass/Pages/_GalleryPage.scss */
.PageIntroduction {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 15, ../sass/Pages/_GalleryPage.scss */
.PageIntroduction p {
  text-align: center;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.5;
}

/* line 28, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 10vw);
  grid-template-rows: repeat(12, 4vw);
  gap: 14px;
  justify-content: center;
}
/* line 52, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/* line 61, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--Square {
  grid-column: 4/6;
  grid-row: 1/ 5;
}
/* line 67, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--Square_2 {
  grid-column: 2 / 4;
  grid-row: 9/12;
}
/* line 73, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--Square_3 {
  grid-column: 4/6;
  grid-row: 9/12;
}
/* line 78, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--Tall {
  grid-column: 2/ 4;
  grid-row: 1 /7;
}
/* line 87, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--Tall_2 {
  grid-column: 6/ 8;
  grid-row: 1 / 7;
}
/* line 94, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--SmallTall {
  grid-column: 4/6;
  grid-row: 5/9;
}
/* line 102, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--SmallTall_2 {
  grid-column: 2 / 4;
  grid-row: 7/12;
}
/* line 108, ../sass/Pages/_GalleryPage.scss */
.Gallary_Images_Grid--SamllTall_3 {
  grid-column: 6/ 8;
  grid-row: 7/12;
}

/* line 6, ../sass/Pages/_Page.scss */
.PageHero {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
/* line 32, ../sass/Pages/_Page.scss */
.PageHero__content {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 300px;
  background-color: #f0eeec;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 32, ../sass/Pages/_Page.scss */
  .PageHero__content {
    width: 100%;
    position: static;
    transform: translate(0);
  }
}
/* line 77, ../sass/Pages/_Page.scss */
.PageHero__content p:first-child {
  font-family: Brilliant;
}
/* line 82, ../sass/Pages/_Page.scss */
.PageHero__content p:last-child {
  margin-top: 12px;
  font-family: Garet;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
/* line 96, ../sass/Pages/_Page.scss */
.PageHero__content h1 {
  font-size: calc(1.4rem + 2vw);
  color: var(--TextColor);
  font-family: LoveLace;
  max-width: 400px;
  text-align: center;
  margin-top: 12px;
}
/* line 115, ../sass/Pages/_Page.scss */
.PageHero__images {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
/* line 128, ../sass/Pages/_Page.scss */
.PageHero__images img, .PageHero__images video {
  width: 400px;
  object-fit: cover;
  height: 600px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 128, ../sass/Pages/_Page.scss */
  .PageHero__images img, .PageHero__images video {
    width: calc(100% /4);
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 128, ../sass/Pages/_Page.scss */
  .PageHero__images img, .PageHero__images video {
    width: calc(100% /4);
    height: 400px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 128, ../sass/Pages/_Page.scss */
  .PageHero__images img, .PageHero__images video {
    width: calc(100% /4);
    height: 400px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 128, ../sass/Pages/_Page.scss */
  .PageHero__images img, .PageHero__images video {
    width: calc(100% /4);
    height: 400px;
  }
}

/* line 177, ../sass/Pages/_Page.scss */
.FullSection {
  max-width: 1200px;
  margin: -12px auto;
}
@media screen and (min-width: 1024px) {
  /* line 177, ../sass/Pages/_Page.scss */
  .FullSection {
    margin: 152px auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* line 199, ../sass/Pages/_Page.scss */
.FullSection img, .FullSection video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 199, ../sass/Pages/_Page.scss */
  .FullSection img, .FullSection video {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 199, ../sass/Pages/_Page.scss */
  .FullSection img, .FullSection video {
    height: 100%;
    max-height: 600px;
  }
}

/* line 232, ../sass/Pages/_Page.scss */
.u-page-text {
  font-size: 16px;
  font-family: Garet;
  line-height: 1.5;
}

/* line 242, ../sass/Pages/_Page.scss */
.relatedTopics {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  /* line 242, ../sass/Pages/_Page.scss */
  .relatedTopics {
    padding-right: 1rem;
  }
}
/* line 253, ../sass/Pages/_Page.scss */
.relatedTopics h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  /* line 253, ../sass/Pages/_Page.scss */
  .relatedTopics h2 {
    text-align: center !important;
  }
}

/* line 265, ../sass/Pages/_Page.scss */
.BlogPostBlock {
  max-width: 500px;
  background-color: white;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  gap: 24px;
}
/* line 284, ../sass/Pages/_Page.scss */
.BlogPostBlock:hover {
  transform: scale(1.02);
}
/* line 290, ../sass/Pages/_Page.scss */
.BlogPostBlock__Wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  /* line 290, ../sass/Pages/_Page.scss */
  .BlogPostBlock__Wrapper {
    align-items: center;
    justify-content: center;
  }
}
/* line 310, ../sass/Pages/_Page.scss */
.BlogPostBlock img {
  width: 100%;
}
/* line 316, ../sass/Pages/_Page.scss */
.BlogPostBlock p {
  font-size: 16px;
  text-align: right;
}
/* line 323, ../sass/Pages/_Page.scss */
.BlogPostBlock h3 {
  font-size: 2rem;
  text-align: right;
}
/* line 330, ../sass/Pages/_Page.scss */
.BlogPostBlock__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
