* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #0096ff;
  --secondary: #0a6ac9;
  --title: #212121;
  --text: #4d4e4f;
  --bg: linear-gradient(to right, var(--secondary), var(--primary));
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext .subtitle {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.6rem;
}
.syedittext p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.btn {
  gap: 1.2rem;
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 6.8rem;
  border-radius: 100px;
  padding: 0px 4.3rem;
  min-width: 20.8rem;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    var(--secondary),
    var(--primary),
    var(--secondary)
  );
}
.btn::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
  background: url("https://zw.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home11-footer_started/assets/img/arrow-line-r-b.svg") center center / contain no-repeat;
}
.btn:hover {
  background-position: right center;
}
.btn:hover::after {
  transform: translateX(5px);
}
.footer_started {
  width: calc(100% - 6rem);
  max-width: 181.6rem;
  margin: 0px auto;
  position: relative;
}
.footer_started .bg {
  position: absolute;
  right: -33.7004%;
  top: 0px;
  z-index: -1;
  opacity: 0.25;
  width: 62.8855%;
  transform: translateY(-58.9416%);
}
.footer_started .inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 3.6rem;
  background-color: rgb(214, 236, 252);
}
.footer_started .flex {
  min-height: 58.5rem;
}
.footer_started .image {
  width: 60.2083%;
  position: relative;
  z-index: 2;
  margin-left: -10.4167%;
}
.footer_started .line {
  position: absolute;
  left: 51%;
  top: 50%;
  width: 73.3564%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.footer_started .head {
  flex: 1 1 0%;
  max-width: 61rem;
  padding: 5rem 0px;
}
.footer_started .head p {
  color: var(--text);
  margin-top: 2.8rem;
}
.footer_started .head .btn {
  margin-top: 7rem;
}
.footer_started .ball {
  width: 8.31498%;
  position: absolute;
  right: 1%;
  bottom: 0px;
  z-index: 3;
}
.footer_started .ball img {
  transform: translateY(50%);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
  .btn,
  .btn_b {
    line-height: 6.2rem;
    padding: 0px 3rem;
    min-width: 16rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 3rem;
  }
  .btn,
  .btn_b {
    line-height: 5.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn,
  .btn_b {
    font-size: 14px;
    line-height: 42px;
    min-width: 120px;
    padding: 0px 20px;
  }
  .btn::after,
  .btn_b::after {
    width: 14px;
  }
  .footer_started {
    width: calc(100% - 40px);
  }
  .footer_started .inner {
    border-radius: 15px;
  }
  .footer_started .flex {
    min-height: unset;
  }
  .footer_started .image {
    width: 50%;
    margin-left: -10px;
  }
  .footer_started .head p {
    margin-top: 12px;
  }
  .footer_started .head .btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .footer_started .flex {
    display: block;
    padding: 30px 0px;
  }
  .footer_started .image {
    width: 100%;
    margin: 0px 0px 20px;
  }
  .footer_started .head {
    padding: 0px;
  }
}
