html {
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #1e293b;
}

h1 {
  font-size: clamp(2rem, 5vw + 1rem, 3.052rem) !important;
}

p,
span,
li,
a {
  letter-spacing: -0.4px;
  line-height: 1.65;
  color: #454e5a;
}

.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 999;
}

.header nav ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.header nav ul li a:hover,
.header nav ul li a.active {
  color: #2563EB !important;
}

.header-logo {
  width: 130px;
}

#preloader {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#preloader .spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 100px auto;
}

#preloader .double-bounce1,
#preloader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2563EB;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  -o-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader .double-bounce2 {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes sk-bounce {
  0%, 100% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

#preloader.active {
  visibility: visible;
  opacity: 1;
}

section.top-banner {
  padding-top: 150px;
  padding-bottom: 150px;
  border-radius: 0 0 120px 120px;
  position: relative;
}

section.top-banner h2 {
  font-size: 55px;
  line-height: 1.2;
}

section.top-banner h2 > span {
  line-height: 1.2;
}

section.top-banner .blur-container {
  width: 100%;
  height: -webkit-calc(100% - 150px);
  height: calc(100% - 150px);
  border-radius: 0 0 120px 120px;
}

section.top-banner .blur-red,
section.top-banner .blur-blue,
section.top-banner .ornament-blue,
section.top-banner .ornament-yellow {
  position: absolute;
  z-index: 1;
}

section.top-banner .blur-red,
section.top-banner .blur-blue {
  opacity: 0.5;
}

section.top-banner .blur-red {
  top: 0px;
  left: -450px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

section.top-banner .blur-blue {
  bottom: 0;
  right: -400px;
}

section.top-banner .ornament-blue {
  width: 180px;
  top: -50px;
  left: 55%;
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  -o-transform: rotate(-75deg);
  transform: rotate(-75deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

section.top-banner .ornament-yellow {
  width: 180px;
  bottom: -90px;
  left: 50%;
}

section.main-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.bg-light,
.footer.bg-light {
  background-color: #F8FAFF !important;
}

section.cta {
  padding: 100px 0;
}

section.cta:before,
section.cta:after {
  content: "";
  background-color: #35DCBD;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

section.cta:before {
  width: 300px;
  height: 300px;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  bottom: -300px;
  left: -50px;
}

section.cta:after {
  width: 500px;
  height: 500px;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  top: -350px;
  right: 100px;
}

section.sc-breadcrumb {
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #ffffff;
  background-image: url("../images/bg-hero-banner.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.bg-primary {
  background-color: #2563EB !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.lh-base {
  line-height: 1.7 !important;
}

.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1.5;
  border: 0;
  font-weight: 700;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.btn-sm {
  padding: 12px 25px;
}

.btn-lg {
  font-size: 1.1125rem;
  padding: 18px 38px;
}

.btn-primary {
  background-color: #2563EB !important;
  -webkit-box-shadow: 0 15px 30px rgba(37, 99, 235, 0.45) !important;
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.45) !important;
}

.btn-primary:hover {
  background-color: #134cca !important;
}

.btn-secondary {
  background-color: #64748B !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.03) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03) !important;
}

.btn-secondary:hover {
  background-color: #4f5b6d !important;
}

.btn-success {
  background-color: #10B981 !important;
  -webkit-box-shadow: 0 15px 30px rgba(16, 185, 129, 0.45) !important;
  box-shadow: 0 15px 30px rgba(16, 185, 129, 0.45) !important;
}

.btn-success:hover {
  background-color: #0c8a60 !important;
}

.btn-danger {
  background-color: #EF4444 !important;
  -webkit-box-shadow: 0 15px 30px rgba(239, 68, 68, 0.45) !important;
  box-shadow: 0 15px 30px rgba(239, 68, 68, 0.45) !important;
}

.btn-danger:hover {
  background-color: #eb1515 !important;
}

.btn-warning {
  background-color: #F59E0B !important;
  -webkit-box-shadow: 0 15px 30px rgba(245, 158, 11, 0.45) !important;
  box-shadow: 0 15px 30px rgba(245, 158, 11, 0.45) !important;
}

.btn-warning:hover {
  background-color: #c57f08 !important;
}

.btn-info {
  background-color: #0EA5E9 !important;
  -webkit-box-shadow: 0 15px 30px rgba(14, 165, 233, 0.45) I !important;
  box-shadow: 0 15px 30px rgba(14, 165, 233, 0.45) I !important;
}

.btn-info:hover {
  background-color: #0b83b9 I !important;
}

.btn-light {
  background-color: #FFF !important;
  color: #1e293b !important;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07) !important;
}

.btn-light:hover {
  background-color: #FFF !important;
  color: #2563EB;
}

.btn-dark {
  background-color: #1E293B !important;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07) !important;
}

.btn-dark:hover {
  background-color: #0d1219 !important;
}

.btn-socmed {
  width: 35px;
  height: 35px;
  padding: 3px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 0.875rem;
}

.btn-socmed.btn-fb {
  background-color: #1877F2;
  -webkit-box-shadow: 0 10px 25px rgba(24, 119, 242, 0.45);
  box-shadow: 0 10px 25px rgba(24, 119, 242, 0.45);
}

.btn-socmed.btn-x {
  background-color: #000000;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}

.btn-socmed.btn-in {
  background-color: #0077B5;
  -webkit-box-shadow: 0 10px 25px rgba(0, 119, 181, 0.45);
  box-shadow: 0 10px 25px rgba(0, 119, 181, 0.45);
}

.btn-socmed:hover {
  color: #FFF !important;
}

.btn-scroll-up {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-scroll-up.show {
  bottom: 30px;
}

.text-primary {
  color: #2563EB !important;
}

.text-secondary {
  color: #666 !important;
}

.text-success {
  color: #10B981 !important;
}

.text-danger {
  color: #EF4444 !important;
}

.text-warning {
  color: #F59E0B !important;
}

.text-info {
  color: #0EA5E9 !important;
}

.text-dark {
  color: #1E293B !important;
}

.offcanvas-mainnav .offcanvas-img {
  width: 150px;
}

.offcanvas-mainnav ul > li > a.active {
  color: #2563EB !important;
}

.card-feature {
  height: 100%;
  padding: 40px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 10px 40px rgba(37, 99, 235, 0.1);
  box-shadow: 0 10px 40px rgba(37, 99, 235, 0.1);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-feature > .icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #F3F7FF;
  color: #FFF;
  line-height: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-feature > .icon.bg-primary {
  -webkit-box-shadow: 0 15px 30px rgba(37, 99, 235, 0.45);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.45);
}

.card-feature > .icon.bg-info {
  -webkit-box-shadow: 0 15px 30px rgba(14, 165, 233, 0.45);
  box-shadow: 0 15px 30px rgba(14, 165, 233, 0.45);
}

.card-feature > .icon.bg-success {
  -webkit-box-shadow: 0 15px 30px rgba(16, 185, 129, 0.45);
  box-shadow: 0 15px 30px rgba(16, 185, 129, 0.45);
}

.card-feature > .icon.bg-warning {
  -webkit-box-shadow: 0 15px 30px rgba(245, 158, 11, 0.45);
  box-shadow: 0 15px 30px rgba(245, 158, 11, 0.45);
}

.card-feature > .icon.bg-danger {
  -webkit-box-shadow: 0 15px 30px rgba(239, 68, 68, 0.45);
  box-shadow: 0 15px 30px rgba(239, 68, 68, 0.45);
}

.card {
  -webkit-box-shadow: 0 10px 40px rgba(37, 99, 235, 0.15);
  box-shadow: 0 10px 40px rgba(37, 99, 235, 0.15);
}

.accordion-button:not(.collapsed) {
  background-color: #e9f2ff;
  color: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
}

.nav-pills .nav-link.active {
  color: #FFF;
}

.nav-pills .nav-link.active span {
  color: #FFF;
}

.nav-pills-pricing {
  padding: 7px;
  background-color: #FFF;
  border-radius: 100px;
  -webkit-box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);
}

.list-logo > li > a {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 10px 30px rgba(30, 41, 59, 0.07);
  box-shadow: 0 10px 30px rgba(30, 41, 59, 0.07);
}

.list-logo > li > a > img {
  width: 50px;
}

#sliderTestimonials .swiper-slide {
  padding: 40px;
  border-radius: 25px;
}

#sliderTestimonials .swiper-slide .fi {
  color: #F59E0B;
}

#sliderTestimonials .swiper-slide .frame-photo {
  width: 65px;
  height: 65px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

#sliderPartners {
  overflow: hidden;
}

#sliderPartners .swiper-slide > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sliderPartners .swiper-slide > a > img {
  width: 150px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pricing-card {
  padding: 40px;
  border-radius: 25px;
  -webkit-box-shadow: 0 15px 50px rgba(37, 99, 235, 0.13);
  box-shadow: 0 15px 50px rgba(37, 99, 235, 0.13);
}

.pricing-card.recomended:before {
  content: "";
  background-color: #35DCBD;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  top: -250px;
  left: -50px;
}

#benefitAccordion {
  border: 0;
}

#benefitAccordion .accordion-item {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 30px rgba(37, 99, 235, 0.08);
  box-shadow: 0 20px 30px rgba(37, 99, 235, 0.08);
}

#benefitAccordion .accordion-body {
  padding: 0 35px 35px 35px;
}

#benefitAccordion .accordion-button {
  border-radius: 0;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  gap: 25px;
}

#benefitAccordion .accordion-button .accordion-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: #FFF;
  border-radius: 12px;
}

#benefitAccordion .accordion-button .accordion-icon > .fi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#benefitAccordion .accordion-button .accordion-icon.bg-primary {
  -webkit-box-shadow: 0 10px 20px rgba(37, 99, 235, 0.45);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.45);
}

#benefitAccordion .accordion-button .accordion-icon.bg-info {
  -webkit-box-shadow: 0 10px 20px rgba(14, 165, 233, 0.45);
  box-shadow: 0 10px 20px rgba(14, 165, 233, 0.45);
}

#benefitAccordion .accordion-button .accordion-icon.bg-success {
  -webkit-box-shadow: 0 10px 20px rgba(16, 185, 129, 0.45);
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.45);
}

#benefitAccordion .accordion-button .accordion-icon.bg-warning {
  -webkit-box-shadow: 0 10px 20px rgba(245, 158, 11, 0.45);
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.45);
}

#benefitAccordion .accordion-button .accordion-icon.bg-danger {
  -webkit-box-shadow: 0 10px 20px rgba(239, 68, 68, 0.45);
  box-shadow: 0 10px 20px rgba(239, 68, 68, 0.45);
}

#benefitAccordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

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

#faqAccordion .accordion-item,
#faqAccordion .accordion-button {
  border-radius: 20px;
}

#faqAccordion .accordion-item {
  -webkit-box-shadow: 0 20px 30px rgba(37, 99, 235, 0.05);
  box-shadow: 0 20px 30px rgba(37, 99, 235, 0.05);
}

#faqAccordion .accordion-button,
#faqAccordion .accordion-body {
  padding: 30px;
}

.card-achievement {
  padding: 80px 60px;
  border-radius: 50px;
  position: relative;
}

.card-achievement:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("../images/bg-hero-banner.webp");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.card-achievement .row {
  z-index: 10;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.15s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.15s ease;
  transition: opacity 0.3s ease, transform 0.15s ease;
  transition: opacity 0.3s ease, transform 0.15s ease, -webkit-transform 0.15s ease, -o-transform 0.15s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cursor-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: semibold;
  letter-spacing: 1px;
  font-family: "Plus Jakarta Sans", sans-serif;
  pointer-events: none;
}

.img-sc {
  width: 100%;
}

.page-link {
  color: #2563EB;
}

.page-link:hover {
  color: #2563EB;
}

.icon-contact {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 1;
}

.list-group-cst {
  -webkit-box-shadow: 0 20px 30px rgba(37, 99, 235, 0.1);
  box-shadow: 0 20px 30px rgba(37, 99, 235, 0.1);
}

.list-group-cst.list-group-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.list-group-item.active {
  background-color: #2563EB;
}

.dropdown-menu {
  -webkit-box-shadow: 0 20px 30px rgba(37, 99, 235, 0.1);
  box-shadow: 0 20px 30px rgba(37, 99, 235, 0.1);
}

body.scrolled .header {
  height: 85px;
  -webkit-box-shadow: 0 0 100px rgba(37, 99, 235, 0.2);
  box-shadow: 0 0 100px rgba(37, 99, 235, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 1199px) {
  #sliderPartners .swiper-slide > a > img {
    width: 120px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 90px;
  }

  .card-achievement {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .btn-scroll-up {
    width: 45px;
    height: 45px;
    right: 20px;
    font-size: 0.875rem;
  }

  .btn-scroll-up.show {
    bottom: 20px;
  }

  .list-logo > li {
    width: -webkit-calc(33.33333% - 1rem);
    width: calc(33.33333% - 1rem);
  }

  .list-logo > li > a {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: relative;
  }

  .list-logo > li > a > img {
    width: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .img-sc {
    width: auto;
    height: 700px;
  }
}