@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
/* line 4, ../sass/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 15, ../sass/_reset.scss */
html {
  scroll-behavior: smooth;
}

/* line 4, ../sass/_variables.scss */
html {
  --PrimaryColor: #191F28;
  --SecondaryColor: #C7951A;
  --TextColor: #CBB26A;
  --AcentColor: #CBB26A;
}

/* line 3, ../sass/_utilities.scss */
:root {
  font-size: 62.5%;
}

/* line 9, ../sass/_utilities.scss */
body {
  font-family: 'M PLUS 1', sans-serif;
}

/* line 17, ../sass/_utilities.scss */
li {
  list-style: none;
}

/* line 22, ../sass/_utilities.scss */
a:link,
a:visited {
  text-decoration: none;
}

/* line 28, ../sass/_utilities.scss */
.SectionWrapperLeft {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
}

/* line 41, ../sass/_utilities.scss */
.ServiceCard-Yellow {
  background-color: #D3D48E !important;
}

/* line 47, ../sass/_utilities.scss */
.ServiceCard-Green {
  background-color: #8FD48E !important;
}

/* line 52, ../sass/_utilities.scss */
.ServiceCard-red {
  background-color: #D48E8E !important;
}

/* line 57, ../sass/_utilities.scss */
.remove-filter {
  filter: brightness(100%) !important;
}

/* line 62, ../sass/_utilities.scss */
.slide-width {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
}

/* line 71, ../sass/_utilities.scss */
.u-8-m {
  margin: 80px auto !important;
}

/* line 76, ../sass/_utilities.scss */
.u-header-Tor {
  color: var(--PrimaryColor) !important;
}

/* line 82, ../sass/_utilities.scss */
.u-bg-blue {
  background-color: #0D2B4F !important;
}

/* line 87, ../sass/_utilities.scss */
.u-animation_image {
  position: absolute !important;
  width: 1920px !important;
  height: 1080px !important;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  opacity: 0;
  display: none;
  object-fit: cover;
  filter: brightness(80%);
}

/* line 117, ../sass/_utilities.scss */
.u-BasementHeader, .u-ModernSliderHeader {
  text-align: left !important;
  font-size: 4.2rem;
  width: 600px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 117, ../sass/_utilities.scss */
  .u-BasementHeader, .u-ModernSliderHeader {
    width: 100%;
    font-size: 2.4rem;
    padding: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 117, ../sass/_utilities.scss */
  .u-BasementHeader, .u-ModernSliderHeader {
    width: 100%;
    font-size: 3.4rem;
    padding: 2rem;
    text-align: center;
  }
}

@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 148, ../sass/_utilities.scss */
  .u-ModernSliderHeader {
    width: 70%;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 148, ../sass/_utilities.scss */
  .u-ModernSliderHeader {
    width: 70%;
    font-size: 2rem;
    text-align: center;
  }
}

/* line 179, ../sass/_utilities.scss */
.u-flex-normal {
  justify-content: stretch !important;
}

/* line 185, ../sass/_utilities.scss */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 100px;
  margin-top: 80px;
  width: 100%;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 185, ../sass/_utilities.scss */
  .grid-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  /* line 185, ../sass/_utilities.scss */
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 209, ../sass/_utilities.scss */
.mediumParagraph {
  font-size: 1.8rem;
}

/* line 215, ../sass/_utilities.scss */
.steps_Header {
  color: #CBB26A;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 215, ../sass/_utilities.scss */
  .steps_Header {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  /* line 215, ../sass/_utilities.scss */
  .steps_Header {
    font-size: 2.8rem;
    text-align: center;
  }
}

/* line 246, ../sass/_utilities.scss */
.page_container {
  padding: 4rem 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 246, ../sass/_utilities.scss */
  .page_container {
    align-items: center;
    padding: 1rem 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  /* line 246, ../sass/_utilities.scss */
  .page_container {
    align-items: center;
    padding: 1rem 0.75rem;
  }
}

/* line 278, ../sass/_utilities.scss */
.ourProjectsCard {
  transition: all 0.4s ease-in-out;
}
/* line 282, ../sass/_utilities.scss */
.ourProjectsCard:hover {
  transform: scale(1.3);
}

/* line 308, ../sass/_utilities.scss */
.Gold_Badge {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 320px;
  z-index: 99;
}
@media screen and (max-width: 769px) {
  /* line 308, ../sass/_utilities.scss */
  .Gold_Badge {
    position: absolute;
    width: 150px;
    height: 120px;
    right: 0;
    top: 125px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 308, ../sass/_utilities.scss */
  .Gold_Badge {
    width: 250px;
    height: 220px;
    top: 152px;
    right: 51px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 308, ../sass/_utilities.scss */
  .Gold_Badge {
    width: 250px;
    height: 220px;
    top: 152px;
    right: 31px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 308, ../sass/_utilities.scss */
  .Gold_Badge {
    width: 250px;
    height: 220px;
    top: 152px;
    right: 10%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 308, ../sass/_utilities.scss */
  .Gold_Badge {
    width: 300px;
    height: 300px;
    top: 152px;
    right: 11%;
  }
}

/* line 378, ../sass/_utilities.scss */
.hidden {
  display: none !important;
  opacity: 0 !important;
}

/* line 386, ../sass/_utilities.scss */
.Badge__bestIncanada {
  max-width: 200px;
  max-height: 200px;
  width: calc(10rem + 10vw);
}

/* line 1, ../sass/Component/_SliderCard.scss */
.SlideCard {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 300px) and (max-width: 425px) and (min-height: 400px) and (max-height: 1000px) {
  /* line 1, ../sass/Component/_SliderCard.scss */
  .SlideCard {
    position: fixed;
    top: 0;
    left: 0;
    height: 220px;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) and (min-height: 400px) and (max-height: 1000px) {
  /* line 1, ../sass/Component/_SliderCard.scss */
  .SlideCard {
    position: fixed;
    top: 0;
    left: 0;
    height: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, ../sass/Component/_SliderCard.scss */
  .SlideCard {
    height: 120vh;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1, ../sass/Component/_SliderCard.scss */
  .SlideCard {
    min-height: 100vh;
    width: 100%;
  }
}
/* line 80, ../sass/Component/_SliderCard.scss */
.SlideCard__Title {
  z-index: 3;
  text-transform: capitalize;
  position: absolute;
  top: 30%;
  left: 3%;
  color: white;
  font-size: 28px;
  width: 500px;
}
/* line 90, ../sass/Component/_SliderCard.scss */
.SlideCard__Title span {
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  /* Set background clip to text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 80, ../sass/Component/_SliderCard.scss */
  .SlideCard__Title {
    width: 100%;
    top: 100px;
    left: 0;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 80, ../sass/Component/_SliderCard.scss */
  .SlideCard__Title {
    font-size: 16px;
    width: 100%;
    top: 42%;
    transform: translateY(-50%);
    left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 80, ../sass/Component/_SliderCard.scss */
  .SlideCard__Title {
    font-size: 20px;
    width: 50%;
    top: 42%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 80, ../sass/Component/_SliderCard.scss */
  .SlideCard__Title {
    font-size: 24px;
    top: 40%;
    right: 5%;
  }
}
/* line 163, ../sass/Component/_SliderCard.scss */
.SlideCard__Description {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(26, 26, 26, 0.1);
  backdrop-filter: blur(7.5px);
  position: absolute;
  top: 30%;
  right: 5%;
  z-index: 3;
  color: white;
}
@media screen and (min-width: 300px) and (max-width: 425px) and (min-height: 400px) and (max-height: 1000px) {
  /* line 163, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description {
    top: 103%;
    left: 0;
    flex-direction: row;
    height: 72px;
    width: 100%;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) and (min-height: 400px) and (max-height: 1000px) {
  /* line 163, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description {
    top: 277px;
    left: 0;
    flex-direction: row;
    height: 72px;
    width: 100%;
  }
}
/* line 212, ../sass/Component/_SliderCard.scss */
.SlideCard__Description p:first-child {
  font-size: 32px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 212, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description p:first-child {
    font-size: 14px;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 212, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description p:first-child {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 212, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description p:first-child {
    font-size: 16px;
  }
}
/* line 250, ../sass/Component/_SliderCard.scss */
.SlideCard__Description p:last-child {
  font-size: 14px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 250, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description p:last-child {
    font-size: 12px;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 250, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description p:last-child {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 250, ../sass/Component/_SliderCard.scss */
  .SlideCard__Description p:last-child {
    font-size: 12px;
  }
}
/* line 276, ../sass/Component/_SliderCard.scss */
.SlideCard__Star {
  position: absolute;
  bottom: 20%;
  right: 5%;
  z-index: 4;
  border-radius: 100px;
  padding: 13px;
  width: 72px;
  height: 71px;
  background-color: #113640;
}
/* line 279, ../sass/Component/_SliderCard.scss */
.SlideCard__Star img {
  filter: brightness(100%) !important;
  width: 5px;
  cursor: pointer;
  width: 100%;
  height: 100% !important;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 276, ../sass/Component/_SliderCard.scss */
  .SlideCard__Star {
    width: 24px;
    height: 24px;
  }
}

/* line 1, ../sass/Component/_modalBox.scss */
.modalBox {
  display: none;
  position: fixed;
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  width: 100%;
  height: 100vh;
}
/* line 26, ../sass/Component/_modalBox.scss */
.modalBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  object-fit: cover;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 26, ../sass/Component/_modalBox.scss */
  .modalBox img {
    width: 300px;
    height: 200px;
  }
}

/* line 1, ../sass/Component/_Button.scss */
.Button {
  background-color: var(--AcentColor);
  color: white;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0px 56px;
  width: 310px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15, ../sass/Component/_Button.scss */
.CTABtn, .CTABtn_secondary {
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 32px;
  height: 42px;
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 15, ../sass/Component/_Button.scss */
  .CTABtn, .CTABtn_secondary {
    font-size: 14px;
    width: 100%;
  }
}

/* line 63, ../sass/Component/_Button.scss */
.CTA_Button_V2, .CTA_ButtonWhite, .CTA_Button_Section {
  margin-top: 80px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  height: 72px;
  padding: 0px 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 320px;
  border-radius: 8px;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 63, ../sass/Component/_Button.scss */
  .CTA_Button_V2, .CTA_ButtonWhite, .CTA_Button_Section {
    width: 300px;
    margin-top: 20px;
    align-self: center;
  }
}

/* line 99, ../sass/Component/_Button.scss */
.CTA_ButtonWhite, .CTA_Button_Section {
  display: none;
  transition: all 0.4s ease-in-out;
  width: 207px;
  height: 48px;
  margin-top: 24px;
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  /* line 99, ../sass/Component/_Button.scss */
  .CTA_ButtonWhite, .CTA_Button_Section {
    display: flex;
  }
}
/* line 122, ../sass/Component/_Button.scss */
.CTA_ButtonWhite:hover, .CTA_Button_Section:hover {
  background-color: #886308;
}

/* line 134, ../sass/Component/_Button.scss */
.CTA_Button_Section {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem !important;
}

/* line 1, ../sass/Component/_Feature.scss */
.featureCard {
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 670px;
  height: auto;
  gap: 10px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1, ../sass/Component/_Feature.scss */
  .featureCard {
    width: 95%;
    padding: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, ../sass/Component/_Feature.scss */
  .featureCard {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1, ../sass/Component/_Feature.scss */
  .featureCard {
    width: 70% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 1, ../sass/Component/_Feature.scss */
  .featureCard {
    width: 500px !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 1, ../sass/Component/_Feature.scss */
  .featureCard {
    width: 600px !important;
  }
}
/* line 54, ../sass/Component/_Feature.scss */
.featureCard--Header {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 68, ../sass/Component/_Feature.scss */
.featureCard--Header__Number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* line 88, ../sass/Component/_Feature.scss */
.featureCard--Header__Number.active {
  border-radius: 50%;
  background-color: white;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 112, ../sass/Component/_Feature.scss */
.featureCard--Header__Number.active p {
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  width: auto !important;
}
/* line 128, ../sass/Component/_Feature.scss */
.featureCard--Header__Number p {
  font-size: 24px !important;
  color: white !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 128, ../sass/Component/_Feature.scss */
  .featureCard--Header__Number p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 128, ../sass/Component/_Feature.scss */
  .featureCard--Header__Number p {
    font-size: 16px !important;
  }
}
/* line 150, ../sass/Component/_Feature.scss */
.featureCard--Header__title {
  margin-left: 77px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 150, ../sass/Component/_Feature.scss */
  .featureCard--Header__title {
    margin-left: 51px;
  }
}
/* line 162, ../sass/Component/_Feature.scss */
.featureCard--Header__title p {
  font-size: 32px !important;
  font-weight: normal !important;
  color: white !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 162, ../sass/Component/_Feature.scss */
  .featureCard--Header__title p {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 162, ../sass/Component/_Feature.scss */
  .featureCard--Header__title p {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 162, ../sass/Component/_Feature.scss */
  .featureCard--Header__title p {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 162, ../sass/Component/_Feature.scss */
  .featureCard--Header__title p {
    width: 100% !important;
  }
}
/* line 204, ../sass/Component/_Feature.scss */
.featureCard--Header__Icon {
  margin-left: auto;
}
/* line 207, ../sass/Component/_Feature.scss */
.featureCard--Header__Icon i {
  animation: chevronNormal 1s forwards;
  font-size: 24px !important;
  cursor: pointer;
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
}
/* line 220, ../sass/Component/_Feature.scss */
.featureCard--Header__Icon i.active {
  animation: chevron 1s forwards;
}
/* line 231, ../sass/Component/_Feature.scss */
.featureCard--body {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  height: 0px;
  padding: 2rem;
}
/* line 247, ../sass/Component/_Feature.scss */
.featureCard--body.active {
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 247, ../sass/Component/_Feature.scss */
  .featureCard--body.active {
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 247, ../sass/Component/_Feature.scss */
  .featureCard--body.active {
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 247, ../sass/Component/_Feature.scss */
  .featureCard--body.active {
    height: auto;
  }
}
/* line 273, ../sass/Component/_Feature.scss */
.featureCard--body p {
  color: white !important;
  font-weight: normal !important;
  text-transform: capitalize;
  font-size: 16px !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 273, ../sass/Component/_Feature.scss */
  .featureCard--body p {
    font-size: 14px !important;
  }
}
/* line 299, ../sass/Component/_Feature.scss */
.featureCard__wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 299, ../sass/Component/_Feature.scss */
  .featureCard__wrapper {
    gap: 20px;
  }
}

@keyframes chevron {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes chevronNormal {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 1, ../sass/Component/_ReviewCard.scss */
.ReviewCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 280px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 1, ../sass/Component/_ReviewCard.scss */
  .ReviewCard {
    width: auto;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 1, ../sass/Component/_ReviewCard.scss */
  .ReviewCard {
    width: 100%;
  }
}
/* line 33, ../sass/Component/_ReviewCard.scss */
.ReviewCard--header, .ReviewCard--stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 46, ../sass/Component/_ReviewCard.scss */
.ReviewCard--header {
  gap: 16px;
}
/* line 49, ../sass/Component/_ReviewCard.scss */
.ReviewCard--header p {
  font-size: 20px !important;
  color: white !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 49, ../sass/Component/_ReviewCard.scss */
  .ReviewCard--header p {
    font-size: 1.8rem !important;
  }
}
/* line 68, ../sass/Component/_ReviewCard.scss */
.ReviewCard--stars {
  gap: 5px;
}
/* line 73, ../sass/Component/_ReviewCard.scss */
.ReviewCard--stars p {
  font-size: 17px !important;
  color: white !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 73, ../sass/Component/_ReviewCard.scss */
  .ReviewCard--stars p {
    font-size: 14px !important;
  }
}
/* line 90, ../sass/Component/_ReviewCard.scss */
.ReviewCard--bottom {
  margin-top: auto;
}
/* line 94, ../sass/Component/_ReviewCard.scss */
.ReviewCard--bottom p {
  font-size: 17px !important;
  color: white !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 94, ../sass/Component/_ReviewCard.scss */
  .ReviewCard--bottom p {
    font-size: 14px !important;
  }
}

/* line 1, ../sass/Component/_ServiceCard.scss */
.ServiceCard {
  width: 500px;
  background-color: #222224;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 24px;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1, ../sass/Component/_ServiceCard.scss */
  .ServiceCard {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  /* line 1, ../sass/Component/_ServiceCard.scss */
  .ServiceCard {
    width: 50%;
  }
}
/* line 49, ../sass/Component/_ServiceCard.scss */
.ServiceCard__icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  border-radius: 8px;
}
/* line 79, ../sass/Component/_ServiceCard.scss */
.ServiceCard h2 {
  font-size: 20px;
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize !important;
}
/* line 92, ../sass/Component/_ServiceCard.scss */
.ServiceCard p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 92, ../sass/Component/_ServiceCard.scss */
  .ServiceCard p {
    font-size: 14px;
  }
}
/* line 118, ../sass/Component/_ServiceCard.scss */
.ServiceCard--button {
  margin-top: auto;
}

/* line 1, ../sass/Component/_ProcessCard.scss */
.ProcessCard {
  width: 300px;
  height: 219px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
/* line 17, ../sass/Component/_ProcessCard.scss */
.ProcessCard__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* line 28, ../sass/Component/_ProcessCard.scss */
.ProcessCard__header--number {
  font-family: Merriweather Sans;
  font-size: 72px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #B7B6B6;
  color: white;
}
/* line 38, ../sass/Component/_ProcessCard.scss */
.ProcessCard__header--icon {
  width: 160px;
  height: 160px;
  padding: 11px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  box-shadow: 0px 4px 20px 0px rgba(17, 54, 64, 0.1);
}
/* line 58, ../sass/Component/_ProcessCard.scss */
.ProcessCard__bottom {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: M PLUS 1;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* line 1, ../sass/Component/_ReviewsByPeopleCard.scss */
.ReviewsByPeopleCard {
  height: 600px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(25, 31, 40, 0.1);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  gap: 32px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard {
    width: 300px;
    height: 500px;
    padding: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard {
    width: 100%;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard {
    width: 100%;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1800px) {
  /* line 1, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard {
    width: 400px;
    padding: 2rem 4rem;
  }
}
/* line 75, ../sass/Component/_ReviewsByPeopleCard.scss */
.ReviewsByPeopleCard h2 {
  color: #113640;
  font-family: M PLUS 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
/* line 89, ../sass/Component/_ReviewsByPeopleCard.scss */
.ReviewsByPeopleCard p {
  width: 340px;
  color: #363636;
  font-family: M PLUS 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
  text-transform: capitalize;
  flex-grow: 1;
  text-align: left !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 89, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard p {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 89, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard p {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 89, ../sass/Component/_ReviewsByPeopleCard.scss */
  .ReviewsByPeopleCard p {
    width: 100%;
  }
}
/* line 134, ../sass/Component/_ReviewsByPeopleCard.scss */
.ReviewsByPeopleCard__stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 146, ../sass/Component/_ReviewsByPeopleCard.scss */
.ReviewsByPeopleCard__bottom {
  align-self: flex-end;
}

/* line 156, ../sass/Component/_ReviewsByPeopleCard.scss */
.UsersSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1, ../sass/Component/_form.scss */
.ContactUsForm {
  display: grid;
  gap: 21px;
  grid-template-columns: 1fr;
}
/* line 18, ../sass/Component/_form.scss */
.ContactUsForm label {
  display: block;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
/* line 33, ../sass/Component/_form.scss */
.ContactUsForm input,
.ContactUsForm select,
.ContactUsForm textarea {
  width: 100%;
  border-radius: var(--radius-5, 5px);
  border: 1px solid #494949;
  background: #FCFCFC;
  padding: 2rem 3rem;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 33, ../sass/Component/_form.scss */
  .ContactUsForm input,
  .ContactUsForm select,
  .ContactUsForm textarea {
    width: 90%;
  }
}
/* line 54, ../sass/Component/_form.scss */
.ContactUsForm textarea {
  resize: none;
  height: 115px;
}
/* line 60, ../sass/Component/_form.scss */
.ContactUsForm button {
  border-radius: 8px;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  border: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* 250% */
  text-transform: capitalize;
  height: 41px;
  color: white;
  cursor: pointer;
}

/* line 1, ../sass/Component/_Tab-Component.scss */
.Tab-Component {
  width: 1200px;
  margin: 0 auto;
  padding: 4rem;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 1, ../sass/Component/_Tab-Component.scss */
  .Tab-Component {
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1, ../sass/Component/_Tab-Component.scss */
  .Tab-Component {
    width: 100%;
  }
}
/* line 26, ../sass/Component/_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: 1024px) {
  /* line 26, ../sass/Component/_Tab-Component.scss */
  .Tab-Component--tabs {
    flex-direction: column;
    gap: 30px;
  }
}
/* line 50, ../sass/Component/_Tab-Component.scss */
.Tab-Component--tabs li {
  border-radius: 6px;
  border: 1px solid #C2C1C4;
  padding: 1rem 2rem;
  cursor: pointer;
}
/* line 65, ../sass/Component/_Tab-Component.scss */
.Tab-Component--tabs li a {
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  font-size: 1.4rem;
  text-transform: uppercase;
}
/* line 79, ../sass/Component/_Tab-Component.scss */
.Tab-Component--content > div:not(:first-child) {
  display: none;
}

/* line 1, ../sass/Component/_OverLaySlide.scss */
.OverLaySlide {
  position: relative;
}
/* line 12, ../sass/Component/_OverLaySlide.scss */
.OverLaySlide:hover > div {
  opacity: 1;
}
/* line 19, ../sass/Component/_OverLaySlide.scss */
.OverLaySlide--content {
  transition: all 0.6s ease-out;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: rgba(37, 37, 37, 0.6);
}
/* line 57, ../sass/Component/_OverLaySlide.scss */
.OverLaySlide--content h2 {
  font-size: 2rem;
  color: white;
  font-weight: 800;
}
/* line 68, ../sass/Component/_OverLaySlide.scss */
.OverLaySlide--content p {
  text-align: left;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

/* line 1, ../sass/Component/_informativeCard.scss */
.informativeCard {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* line 11, ../sass/Component/_informativeCard.scss */
.informativeCard img {
  width: 300px;
  height: 300px;
  border-radius: 24px;
  object-fit: cover;
}
/* line 22, ../sass/Component/_informativeCard.scss */
.informativeCard h2, .informativeCard p {
  text-align: left;
  text-transform: capitalize;
}
/* line 29, ../sass/Component/_informativeCard.scss */
.informativeCard h2 {
  font-weight: bold;
  width: 300px;
  font-size: 2rem !important;
  text-align: left;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 29, ../sass/Component/_informativeCard.scss */
  .informativeCard h2 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 29, ../sass/Component/_informativeCard.scss */
  .informativeCard h2 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 29, ../sass/Component/_informativeCard.scss */
  .informativeCard h2 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 29, ../sass/Component/_informativeCard.scss */
  .informativeCard h2 {
    font-size: 2rem !important;
  }
}
/* line 72, ../sass/Component/_informativeCard.scss */
.informativeCard p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 72, ../sass/Component/_informativeCard.scss */
  .informativeCard p {
    font-size: 14px;
  }
}

/* Styles for the popup */
/* line 2, ../sass/Component/_Popup.scss */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1A1A1A;
  padding: 20px;
  border: 1px solid #C7951A;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 600px;
  height: 400px;
  display: none;
}
/* line 33, ../sass/Component/_Popup.scss */
.popup h2 {
  color: white;
  font-size: 2rem;
}

/* line 45, ../sass/Component/_Popup.scss */
.form-group__input {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 55, ../sass/Component/_Popup.scss */
.form-group__input label, .form-group__input textarea {
  font-size: 1.6rem;
}
/* line 63, ../sass/Component/_Popup.scss */
.form-group__input label {
  color: white;
}
/* line 68, ../sass/Component/_Popup.scss */
.form-group__input textarea {
  resize: none;
}
/* line 74, ../sass/Component/_Popup.scss */
.form-group__input input, .form-group__input textarea {
  width: 300px;
}
/* line 79, ../sass/Component/_Popup.scss */
.form-group__input input, .form-group__input textarea {
  padding: 0.5rem 1rem;
}

/* line 85, ../sass/Component/_Popup.scss */
.fa-xmark {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1, ../sass/Layout/_header.scss */
body {
  position: relative;
}

/* line 8, ../sass/Layout/_header.scss */
.InformationHeader {
  background-color: #1A1A1A;
  padding: 2rem;
  width: 100%;
  height: 50px;
  position: relative;
}
/* line 21, ../sass/Layout/_header.scss */
.InformationHeader::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -23px;
  left: 0;
  background-color: #474747;
}
/* line 48, ../sass/Layout/_header.scss */
.InformationHeader__navigation ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/* line 59, ../sass/Layout/_header.scss */
.InformationHeader__navigation ul li {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* line 70, ../sass/Layout/_header.scss */
.InformationHeader__navigation ul li i, .InformationHeader__navigation ul li svg {
  font-size: 18px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 1rem;
}
/* line 98, ../sass/Layout/_header.scss */
.InformationHeader__navigation ul li a, .InformationHeader__navigation ul li p {
  text-decoration: none;
  text-transform: capitalize;
  color: white;
  font-size: 14px;
}

/* line 127, ../sass/Layout/_header.scss */
.MainHeader {
  background-color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 150px;
  width: 100%;
  gap: 16px;
  padding: 2rem;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 127, ../sass/Layout/_header.scss */
  .MainHeader {
    padding: 2rem;
  }
}
/* line 142, ../sass/Layout/_header.scss */
.MainHeader .HomeImage {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  /* line 142, ../sass/Layout/_header.scss */
  .MainHeader .HomeImage {
    width: 150px;
    margin-top: 100px;
  }
}
/* line 163, ../sass/Layout/_header.scss */
.MainHeader img {
  width: 100px;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  /* line 163, ../sass/Layout/_header.scss */
  .MainHeader img {
    width: 150px;
  }
}
/* line 184, ../sass/Layout/_header.scss */
.MainHeader__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  padding-top: 2rem;
}
/* line 201, ../sass/Layout/_header.scss */
.MainHeader__logo p {
  text-align: center;
  color: white;
  font-size: 14px;
  max-width: 200px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 240, ../sass/Layout/_header.scss */
  .MainHeader__Navigation {
    display: none;
  }
  /* line 246, ../sass/Layout/_header.scss */
  .MainHeader__Navigation.active {
    display: flex;
  }
}
/* line 253, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* line 257, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list.active {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--PrimaryColor);
  height: 100vh;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 277, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list.active a {
  color: white;
}
/* line 296, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list li {
  transition: all 0.4s ease-in-out;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
/* line 311, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list li:last-child {
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  cursor: pointer;
  border-radius: 8px;
  padding: 1rem 2rem;
}
/* line 322, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list li:hover {
  background-color: #AE954D;
  cursor: pointer;
}
/* line 329, ../sass/Layout/_header.scss */
.MainHeader__Navigation--list li a {
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 348, ../sass/Layout/_header.scss */
.burgerIcon {
  z-index: 9999;
  font-size: 24px;
  color: white;
  position: absolute;
  top: 50px;
  right: 10px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 348, ../sass/Layout/_header.scss */
  .burgerIcon {
    display: block;
  }
}

/* line 375, ../sass/Layout/_header.scss */
.u-noHero_img {
  height: 120px;
  background-color: var(--PrimaryColor);
  position: relative;
}

/* line 389, ../sass/Layout/_header.scss */
.u-no-hero-header-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0 !important;
}

/* line 405, ../sass/Layout/_header.scss */
.u-noHero-White {
  background-color: white !important;
}

/* line 410, ../sass/Layout/_header.scss */
.u-black-navigation {
  color: black !important;
}

/* line 415, ../sass/Layout/_header.scss */
.u-contactUsHeader {
  padding: 3rem;
  position: relative;
  height: 300px;
  display: flex;
  align-items: flex-start;
  background-color: var(--PrimaryColor);
}

/* line 5, ../sass/Layout/_Hero.scss */
.MainHeader__Hero {
  height: 90vh;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 5, ../sass/Layout/_Hero.scss */
  .MainHeader__Hero {
    height: 300px;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 5, ../sass/Layout/_Hero.scss */
  .MainHeader__Hero {
    height: 400px;
  }
}

/* line 1, ../sass/Layout/_table.scss */
.table {
  width: 740px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1, ../sass/Layout/_table.scss */
  .table {
    width: 100%;
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, ../sass/Layout/_table.scss */
  .table {
    width: 100%;
    padding: 2rem 4rem;
  }
}
/* line 26, ../sass/Layout/_table.scss */
.table--header {
  border: 1px solid #EDEDED;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 16px;
}
/* line 43, ../sass/Layout/_table.scss */
.table--header p {
  color: white !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
/* line 56, ../sass/Layout/_table.scss */
.table--cell {
  border: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 60, ../sass/Layout/_table.scss */
.table--cell:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 56, ../sass/Layout/_table.scss */
  .table--cell {
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 56, ../sass/Layout/_table.scss */
  .table--cell {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 56, ../sass/Layout/_table.scss */
  .table--cell {
    padding: 2rem 4rem;
  }
}
/* line 100, ../sass/Layout/_table.scss */
.table--cell--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 109, ../sass/Layout/_table.scss */
.table--cell--header p {
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 109, ../sass/Layout/_table.scss */
  .table--cell--header p {
    font-size: 14px;
  }
}
/* line 137, ../sass/Layout/_table.scss */
.table--cell--bottom p {
  text-transform: capitalize;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 137, ../sass/Layout/_table.scss */
  .table--cell--bottom p {
    font-size: 14px;
  }
}
/* line 157, ../sass/Layout/_table.scss */
.table--cell--bottom p:last-child {
  color: #363636;
  font-size: 12px;
}
/* line 165, ../sass/Layout/_table.scss */
.table--cell--bottom span {
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  margin-right: 8px;
  font-size: 12px;
}
/* line 174, ../sass/Layout/_table.scss */
.table--cell--bottom > div {
  margin-top: 8px;
}
/* line 181, ../sass/Layout/_table.scss */
.table .CTAButtonsWrapper {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  gap: 8px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 181, ../sass/Layout/_table.scss */
  .table .CTAButtonsWrapper {
    flex-direction: column;
  }
}

/* line 1, ../sass/Layout/_footer.scss */
.modernFooter {
  background-color: #1A1A1A;
  padding: 100px 240px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1, ../sass/Layout/_footer.scss */
  .modernFooter {
    padding: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, ../sass/Layout/_footer.scss */
  .modernFooter {
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1, ../sass/Layout/_footer.scss */
  .modernFooter {
    padding: 4rem;
  }
}
/* line 32, ../sass/Layout/_footer.scss */
.modernFooter h2 {
  color: white;
  font-family: M PLUS 1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 32, ../sass/Layout/_footer.scss */
  .modernFooter h2 {
    font-size: 2.4rem;
  }
}
/* line 47, ../sass/Layout/_footer.scss */
.modernFooter__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 47, ../sass/Layout/_footer.scss */
  .modernFooter__grid {
    grid-template-columns: 1fr;
    gap: 98px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 47, ../sass/Layout/_footer.scss */
  .modernFooter__grid {
    grid-template-columns: 1fr;
    gap: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 47, ../sass/Layout/_footer.scss */
  .modernFooter__grid {
    gap: 98px;
  }
}
/* line 84, ../sass/Layout/_footer.scss */
.modernFooter__grid--column__poweredBy {
  grid-row: 2;
  grid-column: 1/5;
  justify-self: center;
}
@media screen and (max-width: 769px) {
  /* line 84, ../sass/Layout/_footer.scss */
  .modernFooter__grid--column__poweredBy {
    grid-column: 1;
    grid-row: 4;
  }
}
/* line 97, ../sass/Layout/_footer.scss */
.modernFooter__grid--column__poweredBy img {
  max-width: 350px;
  width: 100%;
  filter: brightness(0%) invert(1);
}
@media screen and (max-width: 769px) {
  /* line 97, ../sass/Layout/_footer.scss */
  .modernFooter__grid--column__poweredBy img {
    max-width: 250px;
  }
}
/* line 109, ../sass/Layout/_footer.scss */
.modernFooter__grid--column__poweredBy img:hover {
  cursor: pointer;
}
/* line 115, ../sass/Layout/_footer.scss */
.modernFooter__grid--column__poweredBy > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
/* line 125, ../sass/Layout/_footer.scss */
.modernFooter__grid--column__poweredBy > div p {
  font-size: 16px;
  color: white;
}
/* line 146, ../sass/Layout/_footer.scss */
.modernFooter__logos {
  display: flex;
  align-items: center;
}
/* line 155, ../sass/Layout/_footer.scss */
.modernFooter--icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* line 163, ../sass/Layout/_footer.scss */
.modernFooter--icon p {
  width: 175px;
  color: white;
  font-family: Merriweather Sans;
  font-size: 16px;
  font-weight: 700;
}
/* line 181, ../sass/Layout/_footer.scss */
.modernFooter--content {
  margin-top: 4rem;
  width: 400px;
  color: white;
  font-family: M PLUS 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 214.286% */
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 181, ../sass/Layout/_footer.scss */
  .modernFooter--content {
    font-size: 14px;
    width: 100%;
  }
}
/* line 209, ../sass/Layout/_footer.scss */
.modernFooter--list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
/* line 221, ../sass/Layout/_footer.scss */
.modernFooter--list a {
  color: white;
  font-size: 16px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 221, ../sass/Layout/_footer.scss */
  .modernFooter--list a {
    font-size: 14px;
  }
}

/* line 1, ../sass/Layout/_ModernHeader.scss */
.ModernHeader {
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 299px) and (max-width: 375px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 600px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 769px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 1000px !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 850px !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 800px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 1000px !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 1000px !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 1, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader {
    height: 1000px !important;
  }
}
/* line 50, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__top {
  height: 70vh;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  padding: 2rem;
}
@media screen and (min-width: 375px) and (max-width: 769px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 790px !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 700px !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 600px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 600px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 600px !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 600px !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 50, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__top {
    height: 600px !important;
  }
}
/* line 103, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  /* line 118, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__navgiation.active {
    position: fixed;
    inset: 0;
    background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
    height: 100vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
}
/* line 147, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation__list {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  /* line 147, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__navgiation__list {
    display: none;
  }
}
/* line 162, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation__list.active {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
/* line 171, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation__list li {
  padding: 2rem;
  cursor: pointer;
}
/* line 176, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation__list li:last-child {
  background-color: #1A1A1A;
  border-radius: 8px;
}
/* line 182, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation__list li:last-child a {
  color: white !important;
}
/* line 191, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__navgiation__list li a {
  font-size: 1.6rem;
  color: #1A1A1A;
  text-decoration: none;
}
/* line 205, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper {
  position: absolute !important;
  top: 65% !important;
  left: 50% !important;
  transform: translate(-50%, -60%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1300px !important;
  height: 800px !important;
  overflow: hidden;
}
@media screen and (min-width: 299px) and (max-width: 375px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    height: 1100px !important;
    top: 100% !important;
    width: 100% !important;
    top: 110% !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 769px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    height: 1100px !important;
    top: 100% !important;
    width: 100% !important;
    top: 79% !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    width: calc(70rem + 5vw) !important;
    top: 72% !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    width: 900px !important;
    top: 80% !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    width: 1050px !important;
    top: 65% !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    width: 1100px !important;
    top: 65% !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 205, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper {
    width: 1100px !important;
    top: 65% !important;
  }
}
/* line 333, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide {
  position: relative;
}
/* line 338, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide img {
  filter: none !important;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 338, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide img {
    height: 600px !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 338, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide img {
    height: 600px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 338, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide img {
    height: 600px !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 338, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide img {
    height: 600px !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 338, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide img {
    height: 600px !important;
  }
}
/* line 384, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide img.swiperAnimation {
  animation: ImageAnimation 3s forwards;
}
/* line 390, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide__content {
  position: absolute;
  width: 400px;
  top: 50%;
  transform: translateY(-50%);
  height: 680px;
  left: 20px;
  padding: 2rem;
  border: 8px solid;
  border-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  border-image-slice: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-around;
  background-color: #222222;
}
@media screen and (min-width: 299px) and (max-width: 375px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    top: unset !important;
    position: static !important;
    transform: translateY(0%) !important;
    justify-content: flex-start !important;
    width: 100%;
    padding: 1rem;
    height: 380px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 769px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    top: unset !important;
    position: static !important;
    transform: translateY(0%) !important;
    justify-content: flex-start !important;
    width: 100%;
    padding: 1rem;
    height: 380px !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    height: 600px !important;
    width: 290px !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    height: 600px !important;
    width: 340px !important;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1440px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    height: 546px;
    top: 38% !important;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1600px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    top: 38%;
    height: 536px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  /* line 390, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content {
    top: 38%;
    height: 536px;
  }
}
/* line 516, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide__content h2 {
  font-size: 2.8rem;
  color: white;
}
@media screen and (max-width: 769px) {
  /* line 516, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 516, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__content h2 {
    font-size: 2.4rem !important;
  }
}
/* line 536, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide__content--desc {
  color: silver;
  font-size: 1.4rem;
}
/* line 546, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__swiper__slide__CTA {
  font-size: 1.6rem;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  color: white;
  border-radius: 8px;
  padding: 2rem 4rem;
}
@media screen and (max-width: 769px) {
  /* line 546, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__swiper__slide__CTA {
    font-size: 1.4rem;
    padding: 2rem;
    margin-top: auto;
  }
}
/* line 578, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 588, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__logo p {
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  /* line 588, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__logo p {
    font-size: 14px;
  }
}
/* line 607, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__burgerIcon {
  position: fixed;
  top: 20px;
  cursor: pointer;
  right: 20px;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  /* line 607, ../sass/Layout/_ModernHeader.scss */
  .ModernHeader__burgerIcon {
    display: none;
  }
}
/* line 623, ../sass/Layout/_ModernHeader.scss */
.ModernHeader__burgerIcon svg {
  width: 42px;
  height: 42px;
}

/* line 634, ../sass/Layout/_ModernHeader.scss */
.icons_wrapper {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  gap: 24px;
}
/* line 646, ../sass/Layout/_ModernHeader.scss */
.icons_wrapper svg {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 769px) {
  /* line 646, ../sass/Layout/_ModernHeader.scss */
  .icons_wrapper svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1024px) {
  /* line 646, ../sass/Layout/_ModernHeader.scss */
  .icons_wrapper svg {
    width: 24px;
    height: 24px;
  }
}

/* line 672, ../sass/Layout/_ModernHeader.scss */
.icons__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 680, ../sass/Layout/_ModernHeader.scss */
.icons__row p {
  color: white;
  font-size: 1.4rem;
}

@keyframes ImageAnimation {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
/* line 1, ../sass/Layout/_gallary.scss */
.gallary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, 5vw);
  gap: 30px;
}
/* line 11, ../sass/Layout/_gallary.scss */
.gallary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 21, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard {
  opacity: 0;
}
/* line 27, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:first-child {
  grid-column: 1;
  grid-row: 1/4;
}
/* line 34, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:nth-child(2) {
  grid-column: 1;
  grid-row: 4/8;
}
/* line 43, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}
/* line 51, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:nth-child(4) {
  grid-column: 2;
  grid-row: 3/8;
}
/* line 59, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:nth-child(4) {
  grid-column: 3;
  grid-row: 1/4;
}
/* line 67, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:nth-child(5) {
  grid-column: 3;
  grid-row: 4/8;
}
/* line 75, ../sass/Layout/_gallary.scss */
.gallary__GallaryCard:last-child {
  grid-column: 2;
  grid-row: 3/8;
}

/* line 85, ../sass/Layout/_gallary.scss */
.u-large-row {
  grid-column: 1/4 !important;
  grid-row: 4/8 !important;
}

/* line 92, ../sass/Layout/_gallary.scss */
.u-medium-row {
  grid-column: 2/4 !important;
  grid-row: 1/4 !important;
}

/* line 99, ../sass/Layout/_gallary.scss */
.u-medium-row-2 {
  grid-column: 2/4 !important;
}

/* line 104, ../sass/Layout/_gallary.scss */
.u-norma-column {
  grid-column: 2/3 !important;
  grid-row: 1/4 !important;
}

/* line 110, ../sass/Layout/_gallary.scss */
.u-last-column {
  grid-column: 3/4 !important;
  grid-row: 1/4 !important;
}

/* line 57, ../sass/main.scss */
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 66, ../sass/main.scss */
.swiper-slide {
  overflow: hidden;
}

/* line 72, ../sass/main.scss */
.animate {
  animation: AnimationZoom 4s forwards;
}

/* line 78, ../sass/main.scss */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  filter: brightness(50%);
  overflow: hidden;
}
@media screen and (min-width: 300px) and (max-width: 425px) and (min-height: 400px) and (max-height: 1000px) {
  /* line 78, ../sass/main.scss */
  .swiper-slide img {
    max-width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) and (min-height: 400px) and (max-height: 1000px) {
  /* line 78, ../sass/main.scss */
  .swiper-slide img {
    max-width: 100%;
    height: 350px;
  }
}

/* line 114, ../sass/main.scss */
.swiper-pagination {
  display: none;
}

/* line 118, ../sass/main.scss */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

/* line 124, ../sass/main.scss */
.swiper-button-next {
  top: 90%;
  left: 400px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 124, ../sass/main.scss */
  .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (min-height: 500px) and (max-height: 800px) {
  /* line 124, ../sass/main.scss */
  .swiper-button-next {
    top: 75%;
    left: 30%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (min-height: 800px) and (max-height: 1000px) {
  /* line 124, ../sass/main.scss */
  .swiper-button-next {
    top: 65%;
    left: 30%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 500px) and (max-height: 655px) {
  /* line 124, ../sass/main.scss */
  .swiper-button-next {
    top: 75%;
    left: 30%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 655px) and (max-height: 750px) {
  /* line 124, ../sass/main.scss */
  .swiper-button-next {
    top: 65%;
    left: 30%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 750px) and (max-height: 1000px) {
  /* line 124, ../sass/main.scss */
  .swiper-button-next {
    top: 65%;
    left: 30%;
  }
}

/* line 175, ../sass/main.scss */
.swiper-button-prev {
  top: 90%;
  left: 250px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 175, ../sass/main.scss */
  .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (min-height: 500px) and (max-height: 800px) {
  /* line 175, ../sass/main.scss */
  .swiper-button-prev {
    top: 75%;
    left: 15%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (min-height: 800px) and (max-height: 1000px) {
  /* line 175, ../sass/main.scss */
  .swiper-button-prev {
    top: 65%;
    left: 15%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 500px) and (max-height: 655px) {
  /* line 175, ../sass/main.scss */
  .swiper-button-prev {
    top: 75%;
    left: 15%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 655px) and (max-height: 750px) {
  /* line 175, ../sass/main.scss */
  .swiper-button-prev {
    top: 65%;
    left: 15%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 750px) and (max-height: 1000px) {
  /* line 175, ../sass/main.scss */
  .swiper-button-prev {
    top: 65%;
    left: 15%;
  }
}

/* line 218, ../sass/main.scss */
.swiper-pagination {
  top: 93% !important;
  left: -580px !important;
  display: block !important;
  color: white !important;
  font-family: 'M PLUS 1', sans-serif !important;
  font-size: 14px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (min-height: 500px) and (max-height: 800px) {
  /* line 218, ../sass/main.scss */
  .swiper-pagination {
    top: 80% !important;
    left: -27% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) and (min-height: 800px) and (max-height: 1000px) {
  /* line 218, ../sass/main.scss */
  .swiper-pagination {
    top: 70% !important;
    left: -27% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 500px) and (max-height: 656px) {
  /* line 218, ../sass/main.scss */
  .swiper-pagination {
    top: 80% !important;
    left: -27% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) and (min-height: 656px) and (max-height: 1000px) {
  /* line 218, ../sass/main.scss */
  .swiper-pagination {
    top: 69% !important;
    left: -27% !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) and (min-height: 500px) and (max-height: 656px) {
  /* line 218, ../sass/main.scss */
  .swiper-pagination {
    top: 93% !important;
    left: -25% !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) and (min-height: 656px) and (max-height: 1000px) {
  /* line 218, ../sass/main.scss */
  .swiper-pagination {
    top: 93% !important;
    left: -25% !important;
  }
}

/* line 279, ../sass/main.scss */
.ProjectsSwiper {
  margin-top: 64px;
}
/* line 282, ../sass/main.scss */
.ProjectsSwiper .swiper-container {
  width: 100%;
}
/* line 286, ../sass/main.scss */
.ProjectsSwiper .swiper-slide {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
}
/* line 295, ../sass/main.scss */
.ProjectsSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 302, ../sass/main.scss */
.ProjectsSwiper .swiper-slide img:hover {
  cursor: pointer;
}

@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 319, ../sass/main.scss */
  .ServicesSwiper.swiper {
    width: 300px;
  }
}
@media screen and (min-width: 425px) and (max-width: 600px) {
  /* line 331, ../sass/main.scss */
  .ServicesSwiper.swiper {
    width: 425px;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
  /* line 343, ../sass/main.scss */
  .ServicesSwiper.swiper {
    width: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 356, ../sass/main.scss */
  .ServicesSwiper.swiper {
    width: 600px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 315, ../sass/main.scss */
  .ServicesSwiper {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 315, ../sass/main.scss */
  .ServicesSwiper {
    width: 300px;
  }
}
/* line 383, ../sass/main.scss */
.ServicesSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 820px;
  object-fit: cover;
  filter: brightness(100%);
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 383, ../sass/main.scss */
  .ServicesSwiper .swiper-slide img {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 383, ../sass/main.scss */
  .ServicesSwiper .swiper-slide img {
    height: 600px;
  }
}

/* line 412, ../sass/main.scss */
.UsersSwiper {
  margin-top: 64px;
}

/* line 416, ../sass/main.scss */
.ProjectsAndPublicationsSwiper {
  grid-row: 1/6;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 416, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper {
    grid-row: 1;
  }
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 416, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper {
    grid-row: 1;
  }
}
/* line 435, ../sass/main.scss */
.ProjectsAndPublicationsSwiper.swiper {
  width: 800px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 435, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper.swiper {
    width: 90vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 435, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper.swiper {
    width: 500px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 435, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper.swiper {
    width: 600px;
  }
}
/* line 470, ../sass/main.scss */
.ProjectsAndPublicationsSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  filter: brightness(100%);
}
/* line 484, ../sass/main.scss */
.ProjectsAndPublicationsSwiper .swiper-pagination {
  top: 95% !important;
  left: 0% !important;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 484, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper .swiper-pagination {
    top: 89% !important;
    left: 0% !important;
  }
}
/* line 501, ../sass/main.scss */
.ProjectsAndPublicationsSwiper .swiper-pagination-bullet {
  background-color: var(--TextColor);
  width: 64px;
  height: 8px;
  border-radius: 25px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 501, ../sass/main.scss */
  .ProjectsAndPublicationsSwiper .swiper-pagination-bullet {
    width: 32px;
  }
}

@keyframes AnimationZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* line 1, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard {
  width: 100%;
  max-width: 600px;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Component/_ModernSwiperCard.scss */
  .ModernSwiperCard {
    background-color: #333333;
  }
}
/* line 24, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* line 38, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard__content {
  position: relative;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  /* line 38, ../sass/Component/_ModernSwiperCard.scss */
  .ModernSwiperCard__content {
    height: 300px !important;
  }
}
/* line 63, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard__content::after {
  position: absolute;
  bottom: -13px;
  content: '';
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0% 100%);
  background-color: #333333;
  left: 0;
  width: 100%;
  height: 154%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  /* line 63, ../sass/Component/_ModernSwiperCard.scss */
  .ModernSwiperCard__content::after {
    clip-path: none !important;
    display: none !important;
  }
}
/* line 99, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard__content h2, .ModernSwiperCard__content p {
  position: relative;
  z-index: 6;
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  font-size: 2rem !important;
  max-width: 400px;
}
/* line 114, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard__content p {
  color: #c8c8c8 !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}
/* line 125, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard .ModernCardSwiper {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
@media screen and (max-width: 1024px) {
  /* line 125, ../sass/Component/_ModernSwiperCard.scss */
  .ModernSwiperCard .ModernCardSwiper {
    height: 200px !important;
    min-height: 0px !important;
  }
}
/* line 147, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard .ModernCardSwiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  overflow: hidden;
  cursor: pointer;
  filter: none !important;
}
@media screen and (max-width: 1024px) {
  /* line 147, ../sass/Component/_ModernSwiperCard.scss */
  .ModernSwiperCard .ModernCardSwiper .swiper-slide img {
    height: 200px !important;
  }
}
/* line 172, ../sass/Component/_ModernSwiperCard.scss */
.ModernSwiperCard__wrapper {
  margin-top: 42px;
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  /* Each row takes up equal space */
}
@media screen and (max-width: 1024px) {
  /* line 172, ../sass/Component/_ModernSwiperCard.scss */
  .ModernSwiperCard__wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/* line 1, ../sass/Pages/_Home.scss */
video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* line 16, ../sass/Pages/_Home.scss */
.OurVision {
  padding: 8rem;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 16, ../sass/Pages/_Home.scss */
  .OurVision {
    margin: 0 auto;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 16, ../sass/Pages/_Home.scss */
  .OurVision {
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 16, ../sass/Pages/_Home.scss */
  .OurVision {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 1023px) {
  /* line 16, ../sass/Pages/_Home.scss */
  .OurVision {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 16, ../sass/Pages/_Home.scss */
  .OurVision {
    justify-content: space-between;
    gap: 20px;
  }
}
/* line 80, ../sass/Pages/_Home.scss */
.OurVision h2, .OurVision h3, .OurVision p {
  text-transform: capitalize;
}
/* line 86, ../sass/Pages/_Home.scss */
.OurVision h2 {
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  font-size: 4.2rem;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 86, ../sass/Pages/_Home.scss */
  .OurVision h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 86, ../sass/Pages/_Home.scss */
  .OurVision h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 86, ../sass/Pages/_Home.scss */
  .OurVision h2 {
    font-size: 3.4rem;
  }
}
/* line 116, ../sass/Pages/_Home.scss */
.OurVision h3 {
  font-size: 2rem;
  color: white;
}
/* line 124, ../sass/Pages/_Home.scss */
.OurVision p {
  font-size: 16px;
  color: #9f9e9e;
  width: 700px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 124, ../sass/Pages/_Home.scss */
  .OurVision p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 1023px) {
  /* line 124, ../sass/Pages/_Home.scss */
  .OurVision p {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 124, ../sass/Pages/_Home.scss */
  .OurVision p {
    width: 600px;
  }
}
/* line 159, ../sass/Pages/_Home.scss */
.OurVision img {
  width: 600px;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media screen and (min-width: 300px) and (max-width: 1023px) {
  /* line 159, ../sass/Pages/_Home.scss */
  .OurVision img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 159, ../sass/Pages/_Home.scss */
  .OurVision img {
    width: 90%;
  }
}
/* line 185, ../sass/Pages/_Home.scss */
.OurVision__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 202, ../sass/Pages/_Home.scss */
.HowInformativeSection {
  max-width: 1200px;
  margin: 80px auto;
  text-align: center;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 202, ../sass/Pages/_Home.scss */
  .HowInformativeSection {
    padding: 0.5rem 1.4rem;
    margin: 0px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 202, ../sass/Pages/_Home.scss */
  .HowInformativeSection {
    padding: 2rem 4rem;
  }
}
/* line 222, ../sass/Pages/_Home.scss */
.HowInformativeSection h2 {
  font-size: 4.2rem;
  text-transform: capitalize;
  color: white;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 222, ../sass/Pages/_Home.scss */
  .HowInformativeSection h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 222, ../sass/Pages/_Home.scss */
  .HowInformativeSection h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 222, ../sass/Pages/_Home.scss */
  .HowInformativeSection h2 {
    font-size: 3.4rem;
  }
}
/* line 252, ../sass/Pages/_Home.scss */
.HowInformativeSection__CardsWrapper {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 40px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 252, ../sass/Pages/_Home.scss */
  .HowInformativeSection__CardsWrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 252, ../sass/Pages/_Home.scss */
  .HowInformativeSection__CardsWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 289, ../sass/Pages/_Home.scss */
.Features {
  display: grid;
  grid-template-columns: 1fr 700px;
  max-width: 1900px;
  margin: 120px auto;
  padding: 8rem;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 289, ../sass/Pages/_Home.scss */
  .Features {
    padding: 0.5rem 1.4rem;
    grid-template-columns: 1fr;
    margin: 60px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 289, ../sass/Pages/_Home.scss */
  .Features {
    padding: 2rem 4rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 289, ../sass/Pages/_Home.scss */
  .Features {
    grid-template-columns: 1fr 400px;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 289, ../sass/Pages/_Home.scss */
  .Features {
    padding: 2rem 4rem;
    grid-template-columns: 1fr 500px;
  }
}
/* line 351, ../sass/Pages/_Home.scss */
.Features h2 {
  color: var(--TextColor);
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 351, ../sass/Pages/_Home.scss */
  .Features h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 351, ../sass/Pages/_Home.scss */
  .Features h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 351, ../sass/Pages/_Home.scss */
  .Features h2 {
    font-size: 3.4rem;
  }
}
/* line 380, ../sass/Pages/_Home.scss */
.Features p {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #113640;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 380, ../sass/Pages/_Home.scss */
  .Features p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 380, ../sass/Pages/_Home.scss */
  .Features p {
    width: 90%;
  }
}
/* line 416, ../sass/Pages/_Home.scss */
.Features img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 416, ../sass/Pages/_Home.scss */
  .Features img {
    margin-top: 30px;
    height: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 416, ../sass/Pages/_Home.scss */
  .Features img {
    margin-top: 30px;
    height: 600px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 416, ../sass/Pages/_Home.scss */
  .Features img {
    margin-top: 30px;
    height: 600px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 416, ../sass/Pages/_Home.scss */
  .Features img {
    height: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 416, ../sass/Pages/_Home.scss */
  .Features img {
    height: 100%;
  }
}

/* line 461, ../sass/Pages/_Home.scss */
.Testimonial {
  max-width: 1900px;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 461, ../sass/Pages/_Home.scss */
  .Testimonial {
    margin: 60px auto;
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 461, ../sass/Pages/_Home.scss */
  .Testimonial {
    margin: -105px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 461, ../sass/Pages/_Home.scss */
  .Testimonial {
    margin: -105px auto;
    padding: 2rem 4rem;
  }
}
/* line 508, ../sass/Pages/_Home.scss */
.Testimonial--header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 508, ../sass/Pages/_Home.scss */
  .Testimonial--header {
    flex-direction: column;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 521, ../sass/Pages/_Home.scss */
  .Testimonial--header svg {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 521, ../sass/Pages/_Home.scss */
  .Testimonial--header svg {
    width: 64px;
    height: 64px;
  }
}
/* line 544, ../sass/Pages/_Home.scss */
.Testimonial--heading, .Testimonial--intro {
  text-align: center;
  text-transform: capitalize;
}
/* line 552, ../sass/Pages/_Home.scss */
.Testimonial--heading {
  font-size: 42px;
  color: white;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 552, ../sass/Pages/_Home.scss */
  .Testimonial--heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 552, ../sass/Pages/_Home.scss */
  .Testimonial--heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 552, ../sass/Pages/_Home.scss */
  .Testimonial--heading {
    font-size: 3.4rem;
  }
}
/* line 580, ../sass/Pages/_Home.scss */
.Testimonial--intro {
  color: #c8c8c8 !important;
  font-size: 16px;
  line-height: 30px;
  /* 176.471% */
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 580, ../sass/Pages/_Home.scss */
  .Testimonial--intro {
    font-size: 14px;
  }
}
/* line 600, ../sass/Pages/_Home.scss */
.Testimonial__Reviews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 600, ../sass/Pages/_Home.scss */
  .Testimonial__Reviews {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

/* line 620, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 620, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 620, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 620, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 620, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription {
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 657, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 657, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
}
/* line 683, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__content h2 {
  font-size: 24px;
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
  margin-bottom: 24px;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 683, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription__content h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 704, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription__list {
    padding: 0.5rem 1.4rem;
  }
}
/* line 713, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__list h3 {
  font-size: 20px;
  color: white;
  text-align: center;
}
/* line 722, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__list h2,
.Testimonial__ReviewsDescription__list p {
  color: white;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  text-transform: capitalize;
}
/* line 733, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__list p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (300px) and (max-width: 769px) {
  /* line 733, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription__list p {
    font-size: 14px;
  }
}
/* line 742, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__list ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 748, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__list ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* line 753, ../sass/Pages/_Home.scss */
.Testimonial__ReviewsDescription__list ul li p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (300px) and (max-width: 769px) {
  /* line 753, ../sass/Pages/_Home.scss */
  .Testimonial__ReviewsDescription__list ul li p {
    font-size: 14px;
  }
}

@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 771, ../sass/Pages/_Home.scss */
  .SectionWrapperLeft {
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 771, ../sass/Pages/_Home.scss */
  .SectionWrapperLeft {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 771, ../sass/Pages/_Home.scss */
  .SectionWrapperLeft {
    align-items: center;
  }
}

/* line 791, ../sass/Pages/_Home.scss */
.previousWork {
  margin: 170px auto;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 791, ../sass/Pages/_Home.scss */
  .previousWork {
    margin: 60px auto;
  }
}
/* line 802, ../sass/Pages/_Home.scss */
.previousWork h2,
.previousWork p {
  color: white !important;
  text-align: center;
  font-family: M PLUS 1;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 802, ../sass/Pages/_Home.scss */
  .previousWork h2,
  .previousWork p {
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 802, ../sass/Pages/_Home.scss */
  .previousWork h2,
  .previousWork p {
    padding: 2rem 4rem;
  }
}
/* line 829, ../sass/Pages/_Home.scss */
.previousWork p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 176.471% */
  color: #b4b4b4 !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 829, ../sass/Pages/_Home.scss */
  .previousWork p {
    font-size: 14px;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 853, ../sass/Pages/_Home.scss */
  .previousWork h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 853, ../sass/Pages/_Home.scss */
  .previousWork h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 853, ../sass/Pages/_Home.scss */
  .previousWork h2 {
    font-size: 3.4rem;
  }
}
/* line 876, ../sass/Pages/_Home.scss */
.previousWork--video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  width: 100%;
  height: 560px;
  background-color: #212121;
}
/* line 888, ../sass/Pages/_Home.scss */
.previousWork--video img {
  width: 100%;
  object-fit: cover;
}
/* line 905, ../sass/Pages/_Home.scss */
.previousWork--video svg {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 916, ../sass/Pages/_Home.scss */
.OurServices {
  margin: 100px auto;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 916, ../sass/Pages/_Home.scss */
  .OurServices {
    margin: 80px auto;
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 916, ../sass/Pages/_Home.scss */
  .OurServices {
    margin: -60px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 916, ../sass/Pages/_Home.scss */
  .OurServices {
    margin: -60px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 916, ../sass/Pages/_Home.scss */
  .OurServices {
    margin: -60px auto;
    padding: 2rem 4rem;
  }
}
/* line 955, ../sass/Pages/_Home.scss */
.OurServices h1 {
  color: white !important;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 955, ../sass/Pages/_Home.scss */
  .OurServices h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 955, ../sass/Pages/_Home.scss */
  .OurServices h1 {
    font-size: 2.8rem;
  }
}
/* line 988, ../sass/Pages/_Home.scss */
.OurServices svg {
  display: block;
  margin: auto;
  cursor: pointer;
}
/* line 996, ../sass/Pages/_Home.scss */
.OurServices--divider {
  position: relative;
  margin-top: 32px;
}
/* line 1006, ../sass/Pages/_Home.scss */
.OurServices--divider:hover::after {
  background-color: black;
}
/* line 1012, ../sass/Pages/_Home.scss */
.OurServices--divider::before, .OurServices--divider::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  height: 1px;
  width: 15%;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1012, ../sass/Pages/_Home.scss */
  .OurServices--divider::before, .OurServices--divider::after {
    width: 25%;
  }
}
/* line 1035, ../sass/Pages/_Home.scss */
.OurServices--divider::before {
  top: 50%;
  left: 41%;
  transform: translate(-50%);
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1035, ../sass/Pages/_Home.scss */
  .OurServices--divider::before {
    left: 66%;
  }
}
/* line 1056, ../sass/Pages/_Home.scss */
.OurServices--divider::after {
  top: 50%;
  left: 59%;
  transform: translate(-50%);
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1056, ../sass/Pages/_Home.scss */
  .OurServices--divider::after {
    left: 33%;
  }
}
/* line 1078, ../sass/Pages/_Home.scss */
.OurServices__wrapper {
  margin: 80px auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 80px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 1078, ../sass/Pages/_Home.scss */
  .OurServices__wrapper {
    grid-template-columns: 1fr;
  }
}

/* line 1112, ../sass/Pages/_Home.scss */
.SerivceCaptionText {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* line 1124, ../sass/Pages/_Home.scss */
.SerivceCaptionText--row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1124, ../sass/Pages/_Home.scss */
  .SerivceCaptionText--row {
    flex-wrap: wrap;
  }
}
/* line 1156, ../sass/Pages/_Home.scss */
.SerivceCaptionText--row p {
  color: #535661;
  font-family: M PLUS 1;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1156, ../sass/Pages/_Home.scss */
  .SerivceCaptionText--row p {
    font-size: 14px;
  }
}

/* line 1179, ../sass/Pages/_Home.scss */
.secondRow {
  margin-left: 97px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1179, ../sass/Pages/_Home.scss */
  .secondRow {
    margin-left: 10px;
  }
}

/* line 1192, ../sass/Pages/_Home.scss */
.thirdRow {
  margin-left: 140px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1192, ../sass/Pages/_Home.scss */
  .thirdRow {
    margin-left: 10px;
  }
}

/* line 1206, ../sass/Pages/_Home.scss */
.pastProejcts {
  padding: 0px 240px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 1206, ../sass/Pages/_Home.scss */
  .pastProejcts {
    padding: 0.5rem 1.4rem;
    margin-top: -125px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1206, ../sass/Pages/_Home.scss */
  .pastProejcts {
    padding: 2rem 4rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1206, ../sass/Pages/_Home.scss */
  .pastProejcts {
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 1206, ../sass/Pages/_Home.scss */
  .pastProejcts {
    padding: 2rem 4rem;
  }
}
/* line 1240, ../sass/Pages/_Home.scss */
.pastProejcts h1 {
  color: white;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1240, ../sass/Pages/_Home.scss */
  .pastProejcts h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1240, ../sass/Pages/_Home.scss */
  .pastProejcts h1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1240, ../sass/Pages/_Home.scss */
  .pastProejcts h1 {
    font-size: 3.4rem;
  }
}
/* line 1277, ../sass/Pages/_Home.scss */
.pastProejcts p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 176.471% */
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1277, ../sass/Pages/_Home.scss */
  .pastProejcts p {
    font-size: 14px;
  }
}

/* line 1302, ../sass/Pages/_Home.scss */
.StepProcess {
  padding: 0px 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 200px auto;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1302, ../sass/Pages/_Home.scss */
  .StepProcess {
    padding: 0.5rem 1.4rem;
    margin: 60px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1302, ../sass/Pages/_Home.scss */
  .StepProcess {
    margin: 60px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1302, ../sass/Pages/_Home.scss */
  .StepProcess {
    margin: 60px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 1302, ../sass/Pages/_Home.scss */
  .StepProcess {
    margin: 60px auto;
    padding: 2rem 4rem;
  }
}
/* line 1347, ../sass/Pages/_Home.scss */
.StepProcess h2 {
  color: white;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1347, ../sass/Pages/_Home.scss */
  .StepProcess h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1347, ../sass/Pages/_Home.scss */
  .StepProcess h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1347, ../sass/Pages/_Home.scss */
  .StepProcess h2 {
    font-size: 3.4rem;
  }
}
/* line 1380, ../sass/Pages/_Home.scss */
.StepProcess__Wrapper {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 160px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1380, ../sass/Pages/_Home.scss */
  .StepProcess__Wrapper {
    margin-top: 0;
  }
}
/* line 1403, ../sass/Pages/_Home.scss */
.StepProcess__Bottom {
  margin-top: 80px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1403, ../sass/Pages/_Home.scss */
  .StepProcess__Bottom {
    justify-content: center;
    gap: 10px;
    padding: 0.7rem 1.4rem;
  }
}
/* line 1430, ../sass/Pages/_Home.scss */
.StepProcess__Bottom p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1430, ../sass/Pages/_Home.scss */
  .StepProcess__Bottom p {
    font-size: 2rem;
  }
}

/* line 1451, ../sass/Pages/_Home.scss */
.ReviewsByPeople {
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61);
  margin: 200px auto;
  padding: 8rem;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1451, ../sass/Pages/_Home.scss */
  .ReviewsByPeople {
    padding: 0.5rem 1.4rem;
    margin: 60px auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1451, ../sass/Pages/_Home.scss */
  .ReviewsByPeople {
    margin: 80px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1451, ../sass/Pages/_Home.scss */
  .ReviewsByPeople {
    margin: 80px auto;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 1451, ../sass/Pages/_Home.scss */
  .ReviewsByPeople {
    margin: 80px auto;
    padding: 2rem 4rem;
  }
}
/* line 1499, ../sass/Pages/_Home.scss */
.ReviewsByPeople--content h2,
.ReviewsByPeople--content p {
  color: white;
  text-align: center;
  font-family: M PLUS 1;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
/* line 1512, ../sass/Pages/_Home.scss */
.ReviewsByPeople--content p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* 176.471% */
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1528, ../sass/Pages/_Home.scss */
  .ReviewsByPeople--content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  /* line 1528, ../sass/Pages/_Home.scss */
  .ReviewsByPeople--content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1528, ../sass/Pages/_Home.scss */
  .ReviewsByPeople--content h2 {
    font-size: 3.4rem;
  }
}

/* line 1552, ../sass/Pages/_Home.scss */
.ContactUs {
  margin: 240px auto;
  padding: 0px 120px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1552, ../sass/Pages/_Home.scss */
  .ContactUs {
    margin: 60px auto;
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 1552, ../sass/Pages/_Home.scss */
  .ContactUs {
    margin: 60px auto;
    padding: 2rem 4rem;
  }
}
/* line 1571, ../sass/Pages/_Home.scss */
.ContactUs__Wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1571, ../sass/Pages/_Home.scss */
  .ContactUs__Wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1571, ../sass/Pages/_Home.scss */
  .ContactUs__Wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1552, ../sass/Pages/_Home.scss */
  .ContactUs {
    padding: 1rem;
  }
}
/* line 1610, ../sass/Pages/_Home.scss */
.ContactUs h1 {
  color: white;
  font-family: M PLUS 1;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1610, ../sass/Pages/_Home.scss */
  .ContactUs h1 {
    font-size: 2.4rem;
  }
}
/* line 1626, ../sass/Pages/_Home.scss */
.ContactUs__info {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
/* line 1638, ../sass/Pages/_Home.scss */
.ContactUs__info h2 {
  position: relative;
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
}
/* line 1643, ../sass/Pages/_Home.scss */
.ContactUs__info h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 408px;
  background-color: rgba(255, 255, 255, 0.6);
  height: 1px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1643, ../sass/Pages/_Home.scss */
  .ContactUs__info h2::after {
    width: 90%;
  }
}
/* line 1674, ../sass/Pages/_Home.scss */
.ContactUs__info a {
  color: white;
  font-weight: 600;
}
/* line 1680, ../sass/Pages/_Home.scss */
.ContactUs__info h2,
.ContactUs__info p {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* line 1690, ../sass/Pages/_Home.scss */
.ContactUs__info p {
  font-size: 16px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1690, ../sass/Pages/_Home.scss */
  .ContactUs__info p {
    font-size: 14px;
  }
}
/* line 1705, ../sass/Pages/_Home.scss */
.ContactUs__info img {
  width: 407px;
  height: 306px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1705, ../sass/Pages/_Home.scss */
  .ContactUs__info img {
    width: 100%;
    object-fit: cover;
  }
}

/* line 1, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro {
  max-width: 1200px;
  margin: 80px auto;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 1, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro {
    padding: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 1, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro {
    padding: 2rem;
  }
}
/* line 32, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro h2 {
  font-size: 2rem;
  font-weight: 600;
  /* Create a linear gradient */
  background-image: linear-gradient(to right top, #9f7239, #a77e43, #af894d, #b79557, #bfa162, #c0a366, #c2a569, #c3a76d, #bea06a, #b89867, #b29164, #ac8a61) !important;
  /* Set background clip to text */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  /* Set transparent text color to ensure the gradient is visible */
  color: transparent !important;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 32, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro h2 {
    font-size: 1.4rem;
    width: 100%;
  }
}
/* line 51, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 51, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro h1 {
    font-size: 2.4rem;
  }
}
/* line 69, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro__wrapper {
  position: relative;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 69, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 69, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro__wrapper {
    flex-direction: column;
  }
}
/* line 312, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro__wrapper__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* line 321, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro__wrapper__content p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #9f9e9e;
}
/* line 332, ../sass/Pages/_HomeRenovation.scss */
.ServiceIntro img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 332, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 332, ../sass/Pages/_HomeRenovation.scss */
  .ServiceIntro img {
    width: 100%;
  }
}

/* line 351, ../sass/Pages/_HomeRenovation.scss */
.ourProjects {
  max-width: 1200px;
  margin: 80px auto;
}
/* line 357, ../sass/Pages/_HomeRenovation.scss */
.ourProjects h1, .ourProjects p {
  text-align: center;
  color: white;
}
/* line 364, ../sass/Pages/_HomeRenovation.scss */
.ourProjects h1 {
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 364, ../sass/Pages/_HomeRenovation.scss */
  .ourProjects h1 {
    font-size: 2.4rem;
  }
}
/* line 377, ../sass/Pages/_HomeRenovation.scss */
.ourProjects p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #c8c8c8 !important;
}

/* line 1, ../sass/Pages/_Services.scss */
.ServicesHeroIntro {
  padding: 1rem;
}
/* line 7, ../sass/Pages/_Services.scss */
.ServicesHeroIntro__grid {
  display: grid;
  grid-template-columns: 1fr repeat(2, 540px);
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 7, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 7, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__grid {
    grid-template-columns: 1fr repeat(2, 300px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 7, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__grid {
    grid-template-columns: 1fr repeat(2, 300px);
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1800px) {
  /* line 7, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__grid {
    grid-template-columns: 1fr repeat(2, 400px);
    gap: 20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 53, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* line 74, ../sass/Pages/_Services.scss */
.ServicesHeroIntro__content h1, .ServicesHeroIntro__content p {
  color: #191F28;
  text-transform: capitalize;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 74, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content h1, .ServicesHeroIntro__content p {
    text-align: center;
  }
}
/* line 99, ../sass/Pages/_Services.scss */
.ServicesHeroIntro__content h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 21px;
  width: 526px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 99, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content h1 {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 99, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content h1 {
    font-size: 2.8rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 99, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content h1 {
    font-size: 3.4rem;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1800px) {
  /* line 99, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content h1 {
    font-size: 3.8rem;
    width: 100%;
  }
}
/* line 151, ../sass/Pages/_Services.scss */
.ServicesHeroIntro__content p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 151, ../sass/Pages/_Services.scss */
  .ServicesHeroIntro__content p {
    font-size: 14px;
    width: 100%;
  }
}
/* line 171, ../sass/Pages/_Services.scss */
.ServicesHeroIntro__content span {
  color: #C7951A;
}

/* line 182, ../sass/Pages/_Services.scss */
.Projects_Publications {
  padding: 80px 120px 120px 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 120px auto;
  background-color: var(--PrimaryColor);
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 182, ../sass/Pages/_Services.scss */
  .Projects_Publications {
    padding: 2rem;
  }
}
/* line 216, ../sass/Pages/_Services.scss */
.Projects_Publications h2, .Projects_Publications p {
  color: white;
  text-transform: capitalize;
}
/* line 225, ../sass/Pages/_Services.scss */
.Projects_Publications h2 {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 225, ../sass/Pages/_Services.scss */
  .Projects_Publications h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 225, ../sass/Pages/_Services.scss */
  .Projects_Publications h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 225, ../sass/Pages/_Services.scss */
  .Projects_Publications h2 {
    font-size: 2.8rem;
  }
}
/* line 259, ../sass/Pages/_Services.scss */
.Projects_Publications p {
  font-size: 16px;
  font-weight: 400;
  width: 460px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 259, ../sass/Pages/_Services.scss */
  .Projects_Publications p {
    font-size: 14px;
    width: 100%;
  }
}
/* line 279, ../sass/Pages/_Services.scss */
.Projects_Publications__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 5vw);
  gap: 40px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 279, ../sass/Pages/_Services.scss */
  .Projects_Publications__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }
}
/* line 302, ../sass/Pages/_Services.scss */
.Projects_Publications__grid img {
  width: 522px;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 302, ../sass/Pages/_Services.scss */
  .Projects_Publications__grid img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  /* line 302, ../sass/Pages/_Services.scss */
  .Projects_Publications__grid img {
    width: 300px;
  }
}
/* line 327, ../sass/Pages/_Services.scss */
.Projects_Publications__grid img:nth-child(2) {
  grid-column: 2;
  grid-row: 3/6;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 327, ../sass/Pages/_Services.scss */
  .Projects_Publications__grid img:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
/* line 341, ../sass/Pages/_Services.scss */
.Projects_Publications__grid img:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  /* line 341, ../sass/Pages/_Services.scss */
  .Projects_Publications__grid img:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}

/* line 361, ../sass/Pages/_Services.scss */
.overlayCardText {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 372, ../sass/Pages/_Services.scss */
.overlayCardText--Content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 25px;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 82.95%);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 4rem;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 372, ../sass/Pages/_Services.scss */
  .overlayCardText--Content {
    padding: 0rem;
  }
}
/* line 407, ../sass/Pages/_Services.scss */
.overlayCardText--Content h2 {
  font-size: 32px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 407, ../sass/Pages/_Services.scss */
  .overlayCardText--Content h2 {
    font-size: 1.8rem;
  }
}
/* line 420, ../sass/Pages/_Services.scss */
.overlayCardText--Content p {
  font-size: 14px;
  text-align: left;
  width: 652px;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  /* line 420, ../sass/Pages/_Services.scss */
  .overlayCardText--Content p {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 425px) and (max-width: 769px) {
  /* line 420, ../sass/Pages/_Services.scss */
  .overlayCardText--Content p {
    width: 100%;
    font-size: 14px;
  }
}

/* line 453, ../sass/Pages/_Services.scss */
.InformativeSection {
  overflow: hidden;
  display: flex;
  position: relative;
  position: relative;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 453, ../sass/Pages/_Services.scss */
  .InformativeSection {
    flex-direction: column;
  }
}
/* line 474, ../sass/Pages/_Services.scss */
.InformativeSection__side {
  width: 50%;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 474, ../sass/Pages/_Services.scss */
  .InformativeSection__side {
    width: 100%;
  }
}
/* line 488, ../sass/Pages/_Services.scss */
.InformativeSection img {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
/* line 502, ../sass/Pages/_Services.scss */
.InformativeSection h1 {
  z-index: 2;
  font-size: 7rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  color: white;
  text-transform: uppercase;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 502, ../sass/Pages/_Services.scss */
  .InformativeSection h1 {
    font-size: 4rem;
    top: 20%;
    text-align: center;
  }
}
/* line 536, ../sass/Pages/_Services.scss */
.InformativeSection__divideer {
  position: absolute;
  top: 10%;
  z-index: 4;
  left: 50%;
  transform: translate(-50%);
  width: 2px;
  height: 100%;
  background-color: black;
}
/* line 556, ../sass/Pages/_Services.scss */
.InformativeSection--header2 {
  opacity: 0;
  color: black !important;
}
/* line 563, ../sass/Pages/_Services.scss */
.InformativeSection--header3 {
  opacity: 0;
  color: black !important;
}
/* line 570, ../sass/Pages/_Services.scss */
.InformativeSection--header4 {
  opacity: 0;
  color: white !important;
  font-weight: 800;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 583, ../sass/Pages/_Services.scss */
  .InformativeSection .left {
    display: none;
  }
}

/* line 1, ../sass/Pages/_ContactUs.scss */
.ContactUsHero {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  top: 166px;
}
/* line 19, ../sass/Pages/_ContactUs.scss */
.ContactUsHero h1, .ContactUsHero h2 {
  color: white;
  text-align: center;
}
/* line 29, ../sass/Pages/_ContactUs.scss */
.ContactUsHero h1 {
  font-size: 5rem;
  font-weight: 800;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 29, ../sass/Pages/_ContactUs.scss */
  .ContactUsHero h1 {
    font-size: 2.4rem;
  }
}
/* line 44, ../sass/Pages/_ContactUs.scss */
.ContactUsHero h2 {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (min-width: 300px) and (max-width: 769px) {
  /* line 44, ../sass/Pages/_ContactUs.scss */
  .ContactUsHero h2 {
    font-size: 1.4rem;
  }
}
/* line 57, ../sass/Pages/_ContactUs.scss */
.ContactUsHero span {
  color: var(--TextColor);
}

/* line 65, ../sass/Pages/_ContactUs.scss */
.ourInfoCard {
  transition: all 0.4s ease-in-out;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 360px;
}
/* line 85, ../sass/Pages/_ContactUs.scss */
.ourInfoCard i {
  font-size: 42px;
  color: var(--TextColor);
}
/* line 93, ../sass/Pages/_ContactUs.scss */
.ourInfoCard h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--PrimaryColor);
}
/* line 103, ../sass/Pages/_ContactUs.scss */
.ourInfoCard p, .ourInfoCard a {
  font-size: 1.6rem;
  color: var(--PrimaryColor);
}
/* line 110, ../sass/Pages/_ContactUs.scss */
.ourInfoCard:hover {
  background-color: var(--PrimaryColor);
}
/* line 114, ../sass/Pages/_ContactUs.scss */
.ourInfoCard:hover p, .ourInfoCard:hover h2, .ourInfoCard:hover a {
  color: white;
}

/* line 123, ../sass/Pages/_ContactUs.scss */
.ourInfo {
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
