/*** Start variables ***/
/*** Transition ***/
/*** Fonts ***/
@font-face {
  font-family: "fontBold";
  font-style: normal;
  src: local("fontBold"), url("../fonts/Sora-Bold.woff") format("woff"), url("../fonts/Sora-Bold.ttf") format("truetype"), url("../fonts/Sora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontLight";
  font-style: normal;
  src: local("fontLight"), url("../fonts/Sora-Light.woff") format("woff"), url("../fonts/Sora-Light.ttf") format("truetype"), url("../fonts/Sora-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontRegular";
  font-style: normal;
  src: local("fontRegular"), url("../fonts/Sora-Regular.woff") format("woff"), url("../fonts/Sora-Regular.ttf") format("truetype"), url("../fonts/Sora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontMedium";
  font-style: normal;
  src: local("fontMedium"), url("../fonts/Sora-Medium.woff") format("woff"), url("../fonts/Sora-Medium.ttf") format("truetype"), url("../fonts/Sora-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontSemiBold";
  font-style: normal;
  src: local("fontSemiBold"), url("../fonts/Sora-SemiBold.woff") format("woff"), url("../fonts/Sora-SemiBold.ttf") format("truetype"), url("../fonts/Sora-Medium.woff2") format("woff2");
  font-display: swap;
}
/*** Use Mixin breakpoints
    @include breakpoints(desktop) {}

    @include breakpoints(large) {}

    @include breakpoints(medium) {}

    @include breakpoints(small) {}

    @include breakpoints(mobile) {}
***/
.fontBold {
  font-family: "fontBold";
}

.fontLight {
  font-family: "fontLight";
}

.fontSemiBold {
  font-family: "fontSemiBold";
}

.fontMedium {
  font-family: "fontMedium";
}

.fontRegular {
  font-family: "fontRegular";
}

.clr_white {
  color: #FFFFFF;
}

.clr_eerieBlack {
  color: #1A1A1A;
}

.clr_gray {
  color: #B7BAC2;
}

.clr_grayX11 {
  color: #B7BCC2;
}

.clr_oldSilver {
  color: #858585;
}

.clr_ceruleanBlue {
  color: #3461C6;
}

.clr_davyGrey {
  color: #5A5A5A;
}

.clr_red {
  color: #D2042D;
}

.clr_eerieBlack_50 {
  color: rgba(26, 26, 26, 0.5);
}

.container_layout {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}

.img-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-fit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.pointer {
  cursor: pointer;
}

@media (min-width: 992px) {
  .pb-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .pb-section {
    padding-bottom: 45px;
  }
}

@media (min-width: 1600px) {
  .title-xl {
    font-size: 82px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .title-xl {
    font-size: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-xl {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .title-xl {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .title-xl {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .title-lg {
    font-size: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .title-lg {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-lg {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .title-lg {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .title-lg {
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  .title-md {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .title-md {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-md {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .title-md {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .title-md {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .title-m {
    font-size: 34px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .title-m {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-m {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .title-m {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .title-m {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .title-sm {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .title-sm {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-sm {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .title-sm {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .title-sm {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .description-lg {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .description-lg {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .description-lg {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .description-lg {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .description-lg {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .description-md, html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .description-md, html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .description-md, html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .description-md, html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .description-md, html,
  body {
    font-size: 12px;
  }
}

@media (min-width: 1600px) {
  .description-sm {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .description-sm {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .description-sm {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .description-sm {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .description-sm {
    font-size: 10px;
  }
}

.description-x {
  font-size: 12px;
}

.main_btn {
  all: unset;
  padding: 12px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.2) -0.95%, rgba(255, 255, 255, 0.06) 43.71%);
  transition: all 0.6s ease-in-out;
}
.main_btn.full_width {
  width: calc(100% - 24px);
  display: block;
  text-align: center;
}
.main_btn.blue {
  padding: 12px 22px;
  background: linear-gradient(95deg, rgba(151, 183, 252, 0.15) 8.07%, rgba(52, 97, 198, 0.3) 92.26%);
}
.main_btn.light {
  padding: 16px 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.5) 8.07%, rgba(255, 255, 255, 0.15) 92.26%);
}
.main_btn.dark {
  border-radius: 60px;
  padding: 16px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.08) -0.95%, rgba(255, 255, 255, 0.02) 43.71%);
}
.main_btn:hover {
  background: linear-gradient(178deg, #FFF -165.51%, rgba(52, 97, 198, 0.6) 223.09%);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

html,
body {
  overflow-x: hidden;
  color: #FFFFFF;
  background-color: #1A1A1A;
  font-family: "fontRegular";
}

body.menu_opend {
  height: 100dvh;
  overflow: hidden;
}

.navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #FFFFFF;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
  color: white;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/menu-burger-duxel.png");
  width: 2rem;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas {
  background-color: #1A1A1A;
  height: 100dvh;
  transition: all 0.3s ease-in-out;
}
.offcanvas .offcanvas-header .btn-close {
  all: unset;
  margin-top: 1rem;
  background-image: url("../images/btn-close.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.5rem;
  width: 3.5rem;
}
.offcanvas button, .offcanvas a {
  width: -moz-fit-content;
  width: fit-content;
}
.offcanvas .offcanvas_bottom {
  padding-bottom: calc(3rem + env(safe-area-inset-bottom));
}

.section_line {
  position: relative;
}
.section_line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1.7852941751px);
          backdrop-filter: blur(1.7852941751px);
}
.section_line .bill {
  border-radius: 72px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 12px 22px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  position: relative;
}
.section_line.dark::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 52.07%, rgba(52, 97, 198, 0.1) 109.3%);
}
.section_line.dark .bill {
  border: 2.005px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}
.section_line.light::after {
  background: hsla(222, 14%, 86%, 0.6);
}
.section_line.light .bill {
  background: rgba(255, 255, 255, 0.6);
  border: 2.5px solid rgba(183, 188, 194, 0.6);
  color: #1A1A1A;
}
.section_line.our-clients::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.35) -10.82%, rgba(183, 188, 194, 0.6) 61.47%, rgba(52, 97, 198, 0.1) 109.48%);
}

.form-group input {
  padding: 10px;
  border-radius: 4px;
  border: 0.5px solid #B7BCC2;
  background-color: transparent;
  color: #B7BCC2;
  padding-left: 10px !important;
}
.form-group input::-moz-placeholder {
  color: #B7BCC2;
}
.form-group input::placeholder {
  color: #B7BCC2;
}
.form-group input.invalid {
  color: #D2042D;
  border: 0.5px solid #D2042D;
}
.form-group input.invalid::-moz-placeholder {
  color: #D2042D;
}
.form-group input.invalid::placeholder {
  color: #D2042D;
}
.form-group input:focus-visible {
  outline: none;
}
.form-group input.subscription_email {
  border: 0.5px solid #5A5A5A;
  color: #5A5A5A;
  width: 100%;
}
.form-group input.subscription_email::-moz-placeholder {
  color: #5A5A5A;
}
.form-group input.subscription_email::placeholder {
  color: #5A5A5A;
}
.form-group textarea {
  padding: 10px;
  border-radius: 4px;
  border: 0.5px solid #B7BCC2;
  background-color: transparent;
  color: #B7BCC2;
  width: 100%;
  height: 8rem;
  outline: none;
}
.form-group textarea::-moz-placeholder {
  color: #B7BCC2;
}
.form-group textarea::placeholder {
  color: #B7BCC2;
}
.form-group textarea.invalid {
  color: #D2042D;
  border: 0.5px solid #D2042D;
}
.form-group textarea.invalid::-moz-placeholder {
  color: #D2042D;
}
.form-group textarea.invalid::placeholder {
  color: #D2042D;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border: 0.5px solid #B7BCC2;
  color: #B7BCC2;
}

.iti {
  display: flex;
}

.iti__country-name {
  color: #B7BAC2;
}

.iti__country-list {
  left: 0;
  margin-top: 15px;
}

.iti__flag-container {
  padding: 10px;
  border-radius: 4px;
  border: 0.5px solid #B7BCC2;
  background-color: transparent;
  position: relative;
  margin-right: 1rem;
}

.iti__selected-flag {
  background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #B7BCC2;
}

.iti__arrow {
  border: none;
  width: 12px;
  height: 8px;
  position: relative;
}
.iti__arrow::after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 8px;
}

input:is(:-webkit-autofill, :-webkit-autofill) {
  border: 0.5px solid #B7BCC2 !important;
  background-color: transparent !important;
}

input:is(:-webkit-autofill, :autofill) {
  border: 0.5px solid #B7BCC2 !important;
  background-color: transparent !important;
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0 !important;
}

.accordion-button {
  background: transparent;
  color: white;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: #B7BCC2;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.loader {
  background-color: #1A1A1A;
  inset: 0;
  width: 100%;
  height: 100lvh;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader .loader-animation {
  height: 100%;
}

.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

.top_gradient::after {
  content: "";
  background-image: url("../images/background_image.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: -45vw;
  filter: blur(10px);
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .top_gradient::after {
    height: 60vh;
  }
}
@media (max-width: 575.98px) {
  .top_gradient::after {
    height: 50vh;
    filter: blur(5px);
    top: -10vh;
  }
}
.top_gradient::before {
  content: "";
  background: radial-gradient(115.33% 138.54% at 50% -38.54%, #FFF 0%, #B7BCC2 16.81%, #3461C6 43.77%, #1A1A1A 100%);
  height: 115vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .top_gradient::before {
    height: 60vh;
  }
}
@media (max-width: 575.98px) {
  .top_gradient::before {
    height: 80vh;
  }
}

.hero .hero_heading {
  background: linear-gradient(180deg, #FFF 11.67%, #B7BCC2 83.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .preview {
  position: relative;
}
.hero .preview::before {
  content: "";
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.96) 69.53%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55%;
}
.hero .preview .overlay_content {
  position: absolute;
  top: calc(50% - 2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 65%;
}
@media (max-width: 991.98px) {
  .hero .preview .overlay_content {
    width: 95%;
  }
}
.hero .preview .overlay_content .bill {
  padding: 12px 22px;
  border-radius: 72px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(178deg, #FFF -165.51%, rgba(52, 97, 198, 0.6) 223.09%);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1.7852941751px);
          backdrop-filter: blur(1.7852941751px);
}
@media (max-width: 575.98px) {
  .hero .preview .overlay_content .bill {
    padding: 6px 14px;
    font-size: 10px;
  }
}
.hero .preview .overlay_content .bill:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 575.98px) {
  .hero .preview .overlay_content .bill:first-child {
    top: -3rem;
  }
}
.hero .preview .overlay_content .bill:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .hero .preview .overlay_content .bill:nth-child(2) {
    bottom: -5rem;
  }
}
.hero .preview .overlay_content .bill:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575.98px) {
  .hero .preview .overlay_content .bill:nth-child(3) {
    top: -1rem;
  }
}
.hero .preview .overlay_content .bill:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .hero .preview .overlay_content .bill:last-child {
    bottom: -6rem;
  }
}

.features .feature_card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.8) 120.14%);
  padding: 22px;
  transition: all 0.3s ease-in-out;
}
.features .feature_card .feature_frame {
  margin-top: -4rem;
  transition: all 0.3s ease-in-out;
}
.features .feature_card .feature_frame svg path {
  transition: all 0.3s ease-in-out;
}
.features .feature_card.fixed_element .feature_frame {
  margin-top: 0rem;
}
.features .feature_card:hover {
  border: 1px solid rgba(34, 100, 255, 0.6);
  background: linear-gradient(180deg, rgba(13, 29, 66, 0) 0%, rgba(13, 29, 66, 0.8) 120.14%);
}
.features .feature_card:hover .feature_frame {
  transform: translateY(10%);
}
.features .feature_card:hover .feature_frame svg path {
  fill: #0D1D42;
  stroke: #2264FF;
}

.implementation .implementation_card {
  min-height: 25vh;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
}
.implementation .implementation_card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 30, 41, 0) 0%, #191E29 90.11%);
}
.implementation .implementation_card .overlay_content {
  padding: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.our_clients {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 31.51%, rgba(180, 192, 218, 0.54) 100%);
}
.our_clients .line {
  position: relative;
}
.our_clients .line::after {
  content: "";
  opacity: 0.2;
  background: #1A1A1A;
  position: absolute;
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
}
.our_clients .bottom_line {
  position: relative;
}
.our_clients .bottom_line::before {
  content: "";
  opacity: 0.2;
  background: #1A1A1A;
  position: absolute;
  height: 1px;
  width: 80%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.our_clients .bg_clip {
  background: linear-gradient(180deg, #B7BCC2 -36.67%, #1A1A1A 76.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our_clients .clientsSwiper .image_parent {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.6) 21.87%, rgba(255, 255, 255, 0.15) 106.65%);
  height: 20vh;
  padding: 16px;
}

.bottom_gradient {
  position: relative;
}
.bottom_gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(221.5% 126.79% at -21.41% -24.7%, #FFF 0%, #B7BCC2 16.81%, #3461C6 43.77%, #1A1A1A 100%);
  transform: rotate(180deg);
}
.bottom_gradient::before {
  content: "";
  background-image: url("../images/vector.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40%;
  position: absolute;
  top: -10rem;
  left: 0;
  z-index: 2;
}
.bottom_gradient .medaya {
  position: relative;
  z-index: 2;
  width: 100%;
}
.bottom_gradient .medaya .company-profile svg {
  width: 1.2rem;
}
.bottom_gradient .medaya .vision-mission {
  position: relative;
}
.bottom_gradient .medaya .vision-mission::before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  background-image: linear-gradient(#aaa 10px, transparent 10px);
  background-repeat: repeat-y;
  background-size: 2px 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1.7px);
          backdrop-filter: blur(1.7px);
}
@media (max-width: 991.98px) {
  .bottom_gradient .medaya .vision-mission::before {
    all: unset;
  }
}
.bottom_gradient .medaya .vision-mission::after {
  content: "";
  position: absolute;
  width: 2rem;
  top: -1.6rem;
  left: 50%;
  height: 2rem;
  transform: translateX(-50%);
  background-image: url("../images/circle-border.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .bottom_gradient .medaya .vision-mission::after {
    all: unset;
  }
}
.bottom_gradient .medaya .vision-mission svg {
  width: 100%;
}
.bottom_gradient .medaya .our-team .teamSwiper {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.1) -43.01%, rgba(255, 255, 255, 0.03) 195.16%);
}
.bottom_gradient .medaya .our-team .teamSwiper .swiper-wrapper .image-wrapper {
  height: 60vh;
}
.bottom_gradient .medaya .our-team .teamSwiper .swiper-wrapper .image-wrapper img {
  border-radius: 8px;
}
.bottom_gradient .medaya .our-team .teamSwiper .swiper-wrapper .image-wrapper .card-info {
  border-radius: 8px;
  background: rgba(26, 26, 26, 0.75);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 991.98px) {
  .bottom_gradient .medaya .our-team .teamSwiper .swiper-wrapper .image-wrapper {
    height: 40vh;
  }
}
.bottom_gradient .medaya .our-team .teamSwiper .swiper-wrapper svg {
  width: 2rem;
}
.bottom_gradient .contact textarea {
  max-height: 10rem;
}
.bottom_gradient .footer {
  border-radius: 32px 32px 0 0;
  background: linear-gradient(170deg, #FFF 7.51%, #B7BCC2 165.09%);
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */