body {
  font-family: "Galano Grotesque Alt", "Adjusted Trebuchet MS Fallback", "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "ss02" 1;
}

:root {
  --rail-width: 60px;
}

.site-header {
  left: var(--rail-width);
  right: var(--rail-width);
  background: #fff;
}

.site-content {
  margin: 0 var(--rail-width);
}

.container {
  width: 100%;
  max-width: 1780px;
  margin-inline: auto;
  padding-right: 20px;
}

/* MacBook Air 13.6" (1512px @100%, ~1210px @125% zoom) and similar laptop widths */
@media (max-width: 1440px) {
  .container {
    padding-inline: 24px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding-inline: 20px;
  }
}

.container-custom {
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 1367px) {
  .container-custom {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 1200px;
  }
}
/* @media (min-width: 992px) {
  .container-custom {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
} */

.side-rail {
  position: fixed;
  top: 0;
  bottom: 0;
  width: var(--rail-width);
  background: #fff;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  transition: background-color 0.3s ease-in-out;
}

body.rails-scrolled .side-rail {
  background: #1b2cc1;
}

body.rails-scrolled .rail-vertical-text,
body.rails-scrolled .rail-page-label {
  color: #fff;
}

body.rails-scrolled .rail-burger i {
  background: #fff;
}

body.rails-scrolled .rail-icon-btn svg path,
body.rails-scrolled .rail-icon-btn svg circle,
body.rails-scrolled .rail-icon-btn svg line {
  stroke: #fff;
}

body.rails-scrolled .rail-social-btn {
  border-color: #fff;
  color: #fff;
}
body.rails-scrolled .rail-social-btn svg,
body.rails-scrolled .rail-social-btn svg path {
  fill: #fff;
}

body.rails-scrolled .rail-scroll-progress span {
  background: #1b2cc1;
  color: #fff;
}
.side-rail-left {
  left: 0;
  border-right: 1px solid #ccc6;
}
.side-rail-right {
  right: 0;
  border-left: 1px solid #ccc6;
}

.rail-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 1.5px;
  font-size: 17px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  text-decoration: none;
}

.rail-circle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -10px;
}

.rail-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.rail-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.rail-social-btn svg {
  width: 15px;
  height: 15px;
}
.rail-social-btn:hover {
  border-color: transparent;
  color: #fff;
  transform: scale(1.1);
}
.rail-social-btn:hover svg,
.rail-social-btn:hover svg path {
  fill: #fff;
}

.rail-social-btn:hover:nth-child(1) {
  background: #106afe;
}
.rail-social-btn:hover:nth-child(2) {
  background: #7e31aa;
}

.rail-social-btn:hover:nth-child(3) {
  background: #0284ca;
}
.rail-social-btn:hover:nth-child(4) {
  background: #2cd46b;
}
.rail-social-btn:hover:nth-child(5) {
  background: red;
}
.rail-page-label {
  color: #1b2cc1;
  font-weight: 500;
}

.rail-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  font-weight: 500;
  font-size: 11px;
}
.right_s_menu_span {
  transform: rotate(270deg) !important;
  font-size: 11px !important;
  margin-top: -15px;
}

.rail-burger {
  width: 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rail-burger i {
  display: block;
  height: 2px;
  width: 100%;
  background: #111;
  transition: all 0.3s ease-in-out;
}
.rail-menu-btn.open .rail-burger i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.rail-menu-btn.open .rail-burger i:nth-child(2) {
  opacity: 0;
}
.rail-menu-btn.open .rail-burger i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rail-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.rail-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
}

.rail-scroll-progress {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: conic-gradient(#30afff calc(var(--scroll, 0) * 1%), #e8e8e8 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rail-scroll-progress span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: var(--rail-width);
  right: var(--rail-width);
  bottom: 0;
  background: #fff;
  z-index: 55;
  overflow-y: auto;
  transform: translateY(-100%);
  opacity: 0;
  transition:
    transform 0.5s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.4s ease-in-out;
  display: flex;
  align-items: safe center;
  justify-content: center;
  padding-block: 100px;
}
.menu-overlay.open {
  transform: translateY(0);
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}

.menu-overlay-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14vw;
  font-weight: 800;
  color: #f0f0f0;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
}

.menu-overlay-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 300px;
  flex-wrap: wrap;
}

.menu-overlay-nav ul {
  list-style: none;
}
.menu-overlay-nav li + li {
  margin-top: 18px;
}
.menu-overlay-nav a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 34px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.menu-overlay-nav a:hover {
  color: #30afff;
}
.menu-overlay-nav a b {
  font-size: 12px;
  font-weight: 600;
  color: #30afff;
}

.menu-overlay-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.menu-overlay-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}
.has-submenu.submenu-open .menu-overlay-toggle {
  transform: rotate(180deg);
}
.menu-overlay-submenu {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
  margin-top: 20px;
  line-height: 8px;
}
.has-submenu.submenu-open .menu-overlay-submenu {
  max-height: 600px;
}
.menu-overlay-submenu li {
  margin-top: 0;
}
.menu-overlay-submenu a {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  padding: 8px 0 8px 20px;
}
.menu-overlay-submenu a:hover {
  color: #30afff;
}

.menu-overlay-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}
.menu-overlay-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.menu-overlay-info p {
  font-size: 14px;
  color: #555;
}
.menu-overlay-social {
  display: flex;
  gap: 16px;
}
.menu-overlay-social a {
  font-size: 13px;
  color: #111;
  text-decoration: none;
}
.menu-overlay-social a:hover {
  color: #30afff;
}

@media (max-width: 900px) {
  :root {
    --rail-width: 0px;
  }
  .side-rail {
    display: none;
  }
  .menu-overlay-inner {
    flex-direction: column;
  }
}

.banner_overlay {
  background: #ffffff;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0.43) 100%);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0.43) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0.43) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#050505", GradientType=0);
}

/* banner arrows */
.banner_arrow {
  padding: 20px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: #fff9;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
  position: absolute;
  top: 80%;
  z-index: 99;
}
.banner_arrow path {
  transition: all 0.3s ease-in-out;
}
.banner_arrow:hover {
  letter-spacing: 3px;
  background-color: #1b2cc1;
  color: hsl(0, 0%, 100%);
  box-shadow: #1b2cc1 0px 7px 29px 0px;
}
.banner_arrow:hover path {
  fill: #fff;
}
.banner_arrow:active {
  letter-spacing: 3px;
  background-color: #1b2cc1;
  color: hsl(0, 0%, 100%);
  box-shadow: #1b2cc1 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.banner-swiper-button-next {
  right: 185px;
}
.banner-swiper-button-prev {
  right: 255px;
}
.right_button {
  overflow: hidden;
}
.right_button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #30afff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.right_button:hover::after {
  bottom: 0;
}
.right_button * {
  transition: all 0.1s ease-in-out;
}
.right_button:hover path,
.right_button:hover svg,
.right_button:hover circle {
  fill: #fff;
  color: #fff;
}

.bannerSwiper {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
  max-width: 780px;
  /* max-width: 665px; */
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner-content-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  font-feature-settings: "ss02" 1;
  position: relative;
}
.banner-content-title sup {
  font-size: 24px;
  top: -14.4px;
  position: relative;
}

.banner-content-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin-bottom: 24px;
}

.banner-content-tabs li {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}

.banner-content-tabs li:hover,
.banner-content-tabs li.active {
  border-bottom-color: #fff;
}

.banner-content-search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 50px;
  padding: 6px 6px 6px 24px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.banner-content-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
}

.banner-content-search button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #30afff;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 8px 22px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.banner-content-search button:hover {
  background: #1b2cc1;
}
.refer_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: flex-start;
  gap: 20px;
}

.referans_card img {
  width: 65%;
  z-index: 2;
  position: absolute;
  height: 100%;
  transition: 0.4s;
  inset: 0;
  object-fit: contain;
  margin: 0 auto;
}
.referans_card:hover img {
  transform: scale(0.9) translateZ(0);
}

.referans_card {
  position: relative;
  background-color: #fafbfd;
  border: none;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  width: 15%;
  min-width: 150px;
  padding: 44px;
}
.referans_card img {
  width: 65%;
  z-index: 2;
  position: absolute;
  height: 100%;
  transition: 0.4s;
  inset: 0;
  object-fit: contain;
  margin: 0 auto;
}

.mouse-cursor-gradient-tracking {
  position: relative;
  font-size: 1.2rem;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
.mouse-cursor-gradient-tracking span {
  position: relative;
}

.mouse-cursor-gradient-tracking::before {
  --size: 0;
  content: "";
  position: absolute;
  z-index: 1;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #dbdbe2, transparent);
  transform: translate(-50%, -50%);
  transition:
    width 0.4s,
    height 0.4s;
}

.mouse-cursor-gradient-tracking:hover::before {
  --size: 1000px;
}

.blogs_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -85px;
  width: 100%;
  height: 55%;
  background-color: #30afff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background-color: #111;
}

/* #services_wrapper {
  height: 100vh;
} */
#service_overylay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;

  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
}
#service_cover {
  background: url("./photos/appliance\ repair\ services.webp") center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.service_item img {
  transition: all 0.5s ease-in-out;
}
.service_item:hover img {
  transform: scale(1.1);
}
.service_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
}

.RealAnswersSeed_seed-bg__XvFVg {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
}
.RealAnswersSeed_seed-bg-active__kdmpv,
.RealAnswersSeed_seed-bg-default__Faeyo,
.RealAnswersSeed_seed-bg-hover__X6mqi {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: opacity;
}
.RealAnswersSeed_seed-bg-default__Faeyo {
  z-index: 1;
  opacity: 1;
}
.RealAnswersSeed_seed-secondary__06lQn .RealAnswersSeed_seed-bg-default__Faeyo {
  background: linear-gradient(180deg, rgba(217, 34, 40, 0), rgba(254, 226, 227, 0.13));
}
.RealAnswersSeed_seed-bg-hover__X6mqi {
  z-index: 2;
  opacity: 0;
}
.RealAnswersSeed_seed-bg-active__kdmpv {
  z-index: 3;
  opacity: 0;
}
.RealAnswersSeed_seed-secondary__06lQn:not(:disabled):hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

.RealAnswersSeed_seed-secondary__06lQn:not(:disabled):hover .RealAnswersSeed_seed-bg-default__Faeyo {
  opacity: 0;
}
.RealAnswersSeed_seed-secondary__06lQn:not(:disabled):hover .RealAnswersSeed_seed-bg-hover__X6mqi {
  opacity: 1;
}
.RealAnswersSeed_seed-secondary__06lQn .RealAnswersSeed_seed-bg-hover__X6mqi {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), rgba(254, 226, 227, 0.5));
}
.RealAnswersSeed_seed-secondary__06lQn .RealAnswersSeed_seed-bg-active__kdmpv {
  background: linear-gradient(180deg, #d9222880, rgba(254, 226, 227, 0.75));
}

.RealAnswersSeed_seed__RJZNe {
  position: relative;
  isolation: isolate;
  height: 36px;
  border-radius: 32px;
  max-height: 56px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: nowrap;
  cursor: pointer;
  user-select: none;
  transition:
    box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

:root {
  --e-global-color-primary: #3a889f;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-font-size: 14px;
  --e-global-typography-accent-line-height: 28px;
  --e-global-color-accent: #fff;
}

.request_button {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: none;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    transform 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: var(--e-global-color-primary);
  padding: 10px 40px 10px 40px;
  background-color: var(--e-global-color-primary);
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  fill: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
}
.request_button:hover::after {
  background: var(--e-global-color-primary) !important;
}
.request_button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(#3988a0 30%, #ffffff 18%, #ffffff 21%, #3988a0 50%, #3988a0 75%, #ffffff 78%, #ffffff 82%, #3988a0 100%);
  animation: spinBorder 3s linear infinite;
  z-index: -1;
}
.request_button::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #000;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.5s ease;
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Testimonials */
.testimonial_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.testimonials_marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.testimonials_track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: testimonialsScroll 40s linear infinite;
  pointer-events: none;
  user-select: none;
}

@keyframes testimonialsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial_card {
  flex: 0 0 auto;
  width: 520px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.testimonial_card_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.testimonial_stars {
  color: #ffb800;
  font-size: 16px;
  letter-spacing: 2px;
}

.testimonial_tag {
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.testimonial_tag::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: waveShine 2.2s infinite;
}

@keyframes waveShine {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

.testimonial_quote {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  min-height: 50px;
  
}

.testimonial_author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.testimonial_avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1b2cc1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

.testimonial_author div:nth-child(2) {
  display: flex;
  flex-direction: column;
  line-height: 18px;
}
.testimonial_author div:nth-child(2) b {
  font-size: 14px;
}
.testimonial_author div:nth-child(2) span {
  font-size: 12px;
  color: #8e9099;
}

.testimonial_google {
  width: 44px;
  height: 44px;
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .testimonial_card {
    width: 300px;
  }
}

.blog_card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blog_cover_photo {
    float: left;
    width: 45%;
    width: 550px;
    margin: 0 30px 20px 0;
    display: block;
    height: 510px;
    object-fit: cover;
    border-radius: 20px;
}
.blog_content p {
    margin: 16px 0px;
    line-height: 32px;
}

.blogSwiperGallery, .blogSwiperGallery2 {
    width: 620px;
    height: 500px;
    margin: 0 auto;
    overflow: visible;
    position: static;
}
.blogSwiperGallery .swiper-slide, .blogSwiperGallery2 .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    opacity: 0.4;
    transition: all 0.3s;
}
.picture {
    display: flex;
    align-items: center;
    object-fit: cover;
}
.blogSwiperGallery .swiper-slide .picture, .blogSwiperGallery2 .swiper-slide .picture {
    position: relative;
    height: 405px;
    width: 305px;
    transition: all 0.3s;
    transform: translateX(337px);
    position: relative;
    z-index: 1;
}
.blogSwiperGallery .swiper-slide .picture > a, .blogSwiperGallery2 .swiper-slide .picture > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.blogSwiperGallery .swiper-slide .picture img, .blogSwiperGallery2 .swiper-slide .picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.portfolio-slider__controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
.portfolio-slider__controls .swiperBtnPrev, .portfolio-slider__controls .swiperBtnPrev2 {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./assets/photos/left-chevron.png);
}
.portfolio-slider__controls .swiperBtnNext, .portfolio-slider__controls .swiperBtnNext2 {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./assets/photos/right-arrow-angle.png);
}