@media (max-width: 768px) {
  .testimonials_wrapper {
    padding-inline: 24px;
  }
}

.testimonials {
  margin-inline: 7%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 1280px) {
  .testimonials {
    margin-inline: 8%;
  }
}
@media (max-width: 768px) {
  .testimonials {
    margin-inline: 0%;
    padding-bottom: 0px;
  }
}
.testimonials__bg-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.testimonials__bg-image {
  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
  z-index: 0;
}
@media (max-width: 768px) {
  .testimonials__bg-image {
    height: 594px;
  }
}
.testimonials__text-box {
  position: absolute;
  bottom: 70px;
  left: 60px;
  max-width: 307px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .testimonials__text-box {
    top: 40px;
    bottom: 0px;
  }
}
@media (max-width: 660px) {
  .testimonials__text-box {
    left: 30px;
  }
}
.testimonials__text-box-heading {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  color: white;
  font-weight: 400;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .testimonials__text-box-heading {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 660px) {
  .testimonials__text-box-heading {
    font-size: 24px;
    line-height: 26px;
    max-width: 225px;
  }
}
.testimonials__text-box-description {
  max-width: 427px;
  font-family: "Rubik";
  color: white;
}
@media (max-width: 660px) {
  .testimonials__text-box-description {
    margin-top: 8px;
    font-size: 24px;
    line-height: 26px;
    max-width: 225px;
  }
}
.testimonials__text-box-description p {
  letter-spacing: -4%;
  line-height: 1.45;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .testimonials__text-box-description p {
    font-size: 18px;
  }
}
@media (max-width: 660px) {
  .testimonials__text-box-description p {
    font-size: 16px;
  }
}
.testimonials__card {
  z-index: 3;
  position: absolute;
  background-color: white;
  right: 10%;
  top: 50%;
  transform: translateY(-48%);
  height: 462px;
  width: 437px;
  border-radius: 18px;
}
@media (max-width: 1280px) {
  .testimonials__card {
    height: 392px;
    width: 340px;
  }
}
@media (max-width: 390px) {
  .testimonials__card {
    height: 392px;
    width: 310px;
  }
}
@media (max-width: 1024px) {
  .testimonials__card {
    top: 55%;
  }
}
@media (max-width: 768px) {
  .testimonials__card {
    top: 62%;
  }
}
@media (max-width: 660px) {
  .testimonials__card {
    top: 57%;
  }
}
@media (max-width: 500px) {
  .testimonials__card {
    left: 40px;
    right: 40px;
    top: auto;
    bottom: 40px;
    width: auto;
    transform: none;
    min-height: 350px;
  }
}
@media (max-width: 390px) {
  .testimonials__card {
    left: 30px;
    right: 30px;
    bottom: 30px;
    min-height: 320px;
  }
}
.testimonials__card-wrapper {
  padding-inline: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}
.testimonials__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 28px;
  padding-block: 24px;
}
@media (max-width: 1280px) {
  .testimonials__card-top {
    padding-bottom: 12px;
  }
}
@media (max-width: 500px) {
  .testimonials__card-top {
    padding-inline: 20px;
    padding-block: 18px;
  }
}
.testimonials__card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .testimonials__card-avatar {
    width: 40px;
    height: 40px;
  }
}
.testimonials__card-platform-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.testimonials__card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonials__card-rating span {
  margin-right: 8px;
  font-weight: 400;
  font-family: "Rubik";
  font-size: 18px;
}
@media (max-width: 768px) {
  .testimonials__card-rating span {
    font-size: 16px;
  }
}
.testimonials__card-stars {
  display: flex;
  gap: 2px;
}
.testimonials__card-stars img {
  width: 16px;
  height: 16px;
}
@media (max-width: 380px) {
  .testimonials__card-stars img {
    width: 14px;
    height: 14px;
  }
}
.testimonials__card-content {
  display: flex;
  flex-direction: column;
  padding-block: 10px;
  padding-left: 30px;
  padding-right: 70px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1280px) {
  .testimonials__card-content {
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .testimonials__card-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-block: 8px;
  }
}
.testimonials__card-review {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  -webkit-text-stroke: 0.2px currentColor;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .testimonials__card-review {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
    max-width: 92%;
  }
}
@media (max-width: 390px) {
  .testimonials__card-review {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    -webkit-line-clamp: 9;
  }
}
.testimonials__card-user {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.testimonials__card-user h4 {
  font-weight: 300;
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .testimonials__card-user h4 {
    font-size: 18px;
  }
}
.testimonials__card-user p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Rubik";
}
@media (max-width: 1280px) {
  .testimonials__card-user p {
    font-size: 12px;
    max-width: 95%;
  }
}

.embla {
  width: 100%;
  margin: auto;
  height: 100%;
}
.embla__viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.embla__container {
  display: flex;
  touch-action: pan-y;
  flex-wrap: nowrap;
  height: 100%;
}.embla {
  width: 100%;
  margin: auto;
}
.embla__viewport {
  overflow: hidden;
  position: relative;
}
.embla__container {
  display: flex;
  touch-action: pan-y;
  flex-wrap: nowrap;
}

.embla__button {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
}
.embla__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}.techpark_Carousal_container {
  position: relative;
}

.cursor_wrapper {
  cursor: none;
}

.cursor {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.cursor__text {
  font-size: 14px;
  font-family: "Rubik";
  transform: rotate(13deg);
}

.techpark_slide {
  width: 803px;
  height: 100%;
  margin-inline: 14px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .techpark_slide {
    width: 650px;
  }
}
@media (max-width: 768px) {
  .techpark_slide {
    margin-inline: 6px;
    width: 396px;
  }
}
@media (max-width: 430px) {
  .techpark_slide {
    width: 366px;
  }
}
@media (max-width: 380px) {
  .techpark_slide {
    width: 336px;
  }
}
.techpark_slide img {
  height: 504px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .techpark_slide img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .techpark_slide img {
    height: 330px;
  }
}
@media (max-width: 660px) {
  .techpark_slide img {
    height: 300px;
  }
}
.techpark_slide .content {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .techpark_slide .content {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .techpark_slide .content {
    font-size: 18px;
    margin-top: 14px;
  }
}
.techpark_slide .content .location {
  color: #0c1d2f;
}
.techpark_slide .content .sqft {
  color: #0c1d2f;
}

.techpark_Dot_Buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 768px) {
  .techpark_Dot_Buttons {
    margin-top: 14px;
  }
}
.techpark_Dot_Buttons .embla__dot {
  background-color: #eeeee9;
  border: 0;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  cursor: pointer;
}
.techpark_Dot_Buttons .embla__dot.selected {
  background-color: #999999;
}
@media (max-width: 768px) {
  .techpark_Dot_Buttons .embla__dot {
    height: 12px;
    width: 12px;
  }
}.step_container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .step_container {
    margin-bottom: 0px;
  }
}
.step_container .top_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-start;
}
.step_container .top_section .section_heading {
  max-width: 789px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  margin: 0;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 768px) {
  .step_container .top_section .section_heading {
    font-size: 32px;
    line-height: 40px;
    max-width: 470px;
  }
}
@media (max-width: 660px) {
  .step_container .top_section .section_heading {
    font-size: 24px;
    line-height: 32px;
    max-width: 343px;
  }
}
.step_container .top_section .embla__controls {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .step_container .top_section .embla__controls {
    display: none;
  }
}
.step_container .top_section .embla__controls button {
  transition: transform 0.3s ease;
}
.step_container .top_section .embla__controls button:hover {
  transform: scale(1.1);
}
.step_container .top_section .embla__controls .right_arrow {
  transform: rotate(180deg);
}

.step_carousal_container {
  margin-block: 40px;
}
@media (max-width: 768px) {
  .step_carousal_container {
    margin-block: 30px;
  }
}

.step_carousal_slide {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 6px;
  margin-inline: 20px;
}
@media (max-width: 768px) {
  .step_carousal_slide {
    width: 300px;
    margin-inline: 14px;
  }
}
@media (max-width: 450px) {
  .step_carousal_slide {
    width: 287.69px;
    margin-inline: 14px;
  }
}
.step_carousal_slide__header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.step_carousal_slide__dotted-line {
  flex-grow: 1;
  border: none;
  border-top: 2px solid transparent;
  /* slice of 1 allows the gradient to paint the full border width */
  border-image-slice: 1;
  border-image-source: repeating-linear-gradient(to right, #e9e9e0 0 8px, transparent 8px 12px);
  height: 0;
  margin: 0;
}
.step_carousal_slide .index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  font-weight: 500;
  font-size: 24px;
  color: #4d4d4d;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .step_carousal_slide .index {
    width: 38.46px;
    height: 38.46px;
    font-size: 18px;
  }
}
.step_carousal_slide .active {
  color: white;
  background-color: #0c1d2f;
}
.step_carousal_slide .slide_heading {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  -webkit-text-stroke: 0.2px currentColor;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .step_carousal_slide .slide_heading {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.step_carousal_slide .slide_description {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 14px;
  max-width: 295px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .step_carousal_slide .slide_description {
    font-size: 12px;
    max-width: 240px;
  }
}
.step_carousal_slide .img_section {
  position: relative;
}
.step_carousal_slide .img_section .overlap_content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.step_carousal_slide .img_section .overlap_content p {
  font-family: "Rubik";
  font-size: 20px;
  margin: 0;
  color: white;
}
.step_carousal_slide .img_section .overlap_content svg {
  margin-top: 5px;
  color: white;
}
.step_carousal_slide img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .step_carousal_slide img {
    height: 338.46px;
  }
}