* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn_w {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.21);
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 6.7rem;
  padding: 0px 3.45rem;
}
.btn_w:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head.bn p {
  font-size: 1.8rem;
  font-weight: 400;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.head.white.bn p {
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head h1 {
  font-size: 6.2rem;
  line-height: 1.14516;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.125rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.home_banner {
  position: relative;
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide::before {
  position: absolute;
  width: 100%;
  height: 54.2981%;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  opacity: 0.68;
}
.home_banner .home_banner_swiper .flex {
  height: 100vh;
  max-height: 91.9rem;
  min-height: max-content;
  padding: 20rem 0px 11.2rem;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .title,
.home_banner .home_banner_swiper .swiper-slide-active .head p,
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.8s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head p {
  transition: 0.8s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transition: 0.8s 0.9s;
}
.home_banner .head {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.home_banner .head .syedittext {
  flex: 1 1 0%;
  max-width: 98rem;
  width: 100%;
  padding-bottom: 1.9rem;
}
.home_banner .head .title {
  font-size: 6.2rem;
  line-height: 1.14516;
  font-weight: 500;
  transform: translateX(-100px);
  transition: 0.5s 0.7s;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.home_banner .head p {
  transform: translateX(-100px);
  transition: 0.5s 0.8s;
  opacity: 0;
  margin-top: 1.1rem;
}
.home_banner .head .more {
  transform: translateX(-100px);
  transition: 0.5s 0.9s;
  opacity: 0;
}
.home_banner div.home_banner_pagination {
  width: auto;
  position: absolute;
  bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  z-index: 2;
  gap: 3rem;
  left: unset;
}
.home_banner div.home_banner_pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  background: transparent;
  border-radius: unset;
  width: auto;
  height: auto;
  color: rgb(255, 255, 255);
  opacity: 0.6;
  transition: 0.3s;
  margin: 0px;
  pointer-events: all;
  border-bottom: 1px solid transparent;
  padding: 0.5rem 0px;
  letter-spacing: 0.012rem;
}
.home_banner div.home_banner_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-bottom-color: rgb(255, 255, 255);
  margin-right: 0.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5.6rem;
  }
  .home_banner .head .title {
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
  .home_banner .head .title {
    font-size: 5rem;
  }
}

@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,
  .large_content {
    padding: 0px 30px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
  }
  div.head.white .subtitle,
  div.head.white p,
  div.head.white.bn p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .home_banner .home_banner_swiper .swiper-slide::before {
    height: 100%;
  }
  .home_banner .home_banner_swiper .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0px 70px;
  }
  .home_banner .head .syedittext {
    padding: 0px;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .home_banner .head p {
    margin-top: 12px;
  }
  .home_banner div.home_banner_pagination {
    bottom: 20px;
    gap: 20px;
  }
  .home_banner div.home_banner_pagination .swiper-pagination-bullet {
    letter-spacing: unset;
    margin: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .home_banner .head {
    display: block;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.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_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.home_about {
  padding: 14rem 0px 9.7rem;
}
.home_about .img {
  box-shadow: rgba(137, 126, 119, 0.55) 1rem 1rem 2rem;
  border-radius: 3.3rem;
  width: 38.1461%;
  --h: 105.64153%;
  margin-bottom: 3.1rem;
}
.home_about .img:hover img {
  transform: scale(1.02);
}
.home_about .sm_img {
  width: 21.1131%;
  --h: 87.2118%;
  align-self: flex-end;
  margin-bottom: 0px;
}
.home_about .head {
  flex: 1 1 0%;
  max-width: 52.4rem;
  width: 100%;
  margin-left: 3%;
  padding-bottom: 2.3%;
}
.home_about h2 {
  max-width: 49.5rem;
}
.home_about p {
  hyphens: auto;
  margin-top: 2.2rem;
}
.home_about p + p {
  margin-top: 3rem;
}
.home_about .btn {
  margin-top: 6.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
  .home_about .head {
    margin: 0px;
    padding: 0px;
  }
}

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

@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,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .home_about {
    padding: 50px 0px;
  }
  .home_about .img {
    border-radius: 10px;
    margin: 0px;
  }
  .home_about .lar_img {
    width: 30%;
  }
  .home_about .head {
    padding: 0px;
    margin: 0px;
  }
  .home_about p + p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .home_about .img {
    width: 100%;
    order: -1;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.swiper_btns {
  gap: 13.1rem;
  display: flex;
}
.swiper_btns div {
  width: 3.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 64.5161%;
  transition: 0.3s;
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home4-home_space-img_bg/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover::after {
  filter: unset;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.white div::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns.white div:hover::after {
  filter: unset;
}
.swiper_btns.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.home_space {
  padding: 6.6rem 0px;
  z-index: unset;
}
.home_space .main {
  position: relative;
  overflow: hidden;
  border-radius: 3.1rem;
  z-index: 2;
}
.home_space .main > div {
  position: static;
}
.home_space .home_space_bg_swiper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_space .home_space_bg_swiper .swiper-slide {
  position: relative;
}
.home_space .home_space_bg_swiper .swiper-slide::after {
  position: absolute;
  width: 100%;
  height: 36.9792%;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  opacity: 0.56;
}
.home_space .home_space_swiper .flex {
  min-height: 76.8rem;
  padding: 10rem 4.88889% 6.4rem;
}
.home_space .home_space_swiper .swiper-slide-active .head .title,
.home_space .home_space_swiper .swiper-slide-active .head p,
.home_space .home_space_swiper .swiper-slide-active .head .order {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.8s 0.7s;
}
.home_space .home_space_swiper .swiper-slide-active .head .title {
  transition: 0.8s 0.8s;
}
.home_space .home_space_swiper .swiper-slide-active .head p {
  transition: 0.8s 0.9s;
}
.home_space
  .home_space_swiper
  .swiper-slide-active
  .head
  .order
  .ring
  .lt::after,
.home_space
  .home_space_swiper
  .swiper-slide-active
  .head
  .order
  .ring
  .rt::after {
  animation: 2.5s linear 0.9s 1 normal forwards running rotateRing;
}
.home_space
  .home_space_swiper
  .swiper-slide-active
  .head
  .order
  .ring
  .lt::after {
  animation-delay: 3.4s;
}
.home_space .head {
  width: 70%;
  max-width: 94.3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 5.1rem;
}
.home_space .head .title {
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.09rem;
  font-weight: 400;
  transform: translateX(-100px);
  transition: 0.5s 0.6s;
  opacity: 0;
}
.home_space .head p {
  margin-top: 2.1rem;
  transform: translateX(-100px);
  transition: 0.5s 0.7s;
  opacity: 0;
  max-width: 82.6rem;
}
.home_space .head .order {
  transform: translateX(-100px);
  transition: 0.5s 0.5s;
  opacity: 0;
}
.home_space .order {
  width: 7rem;
  height: 7rem;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.21);
  margin-top: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
}
.home_space .order .ring {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_space .order .ring .lt,
.home_space .order .ring .rt {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
  right: 0px;
}
.home_space .order .ring .lt::after,
.home_space .order .ring .rt::after {
  position: absolute;
  width: calc(200% - 4px);
  height: calc(100% - 4px);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
  border-image: initial;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  content: "";
  transform: rotate(-135deg);
}
.home_space .order .ring .lt {
  left: 0px;
  right: unset;
}
.home_space .order .ring .lt::after {
  border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
  right: unset;
  left: 0px;
}
.home_space .swiper_btns {
  position: absolute;
  right: 6.38889%;
  bottom: 8.1rem;
  z-index: 2;
  gap: 9.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@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,
  .large_content {
    padding: 0px 30px;
  }
  .swiper_btns {
    gap: 30px;
  }
  .swiper_btns div {
    width: 22px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head.white .subtitle,
  div.head.white p,
  div.head.white.bn p {
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .home_space {
    padding: 30px 0px;
  }
  .home_space .main {
    border-radius: 10px;
  }
  .home_space .home_space_bg_swiper .swiper-slide-active::after {
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
  }
  .home_space .home_space_swiper .flex {
    min-height: 250px;
    padding: 50px 20px;
  }
  .home_space .head {
    width: 82%;
    gap: 16px;
  }
  .home_space .head .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_space .head p {
    margin-top: 12px;
  }
  .home_space .head .order {
    width: 40px;
    height: 40px;
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 0px;
  }
  .home_space .swiper_btns {
    gap: 30px;
    bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .home_space .head {
    width: 100%;
  }
  .home_space .swiper_btns {
    bottom: 20px;
  }
}

@keyframes rotateRing {
  0% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.home_solutions {
  padding: 5rem 0px 7.4rem;
  z-index: unset;
}
.home_solutions .subtitle {
  margin-bottom: 1.2rem;
}
.home_solutions h2 {
  max-width: 64.2rem;
  letter-spacing: 0.13rem;
}
.home_solutions .main {
  margin-top: 1.1rem;
}
.home_solutions .main .lt {
  flex: 1 1 0%;
  width: 100%;
  max-width: 58.7rem;
  margin-top: 2.3%;
}
.home_solutions .main .rt {
  width: 50%;
}
.home_solutions .home_solutions_swiper {
  overflow: hidden;
  border-radius: 3.3rem;
  box-shadow: rgba(142, 125, 117, 0.45) 0.8rem 0.8rem 1rem;
}
.home_solutions .home_solutions_swiper .img {
  padding-bottom: 72.5%;
}
.home_solutions .home_solutions_swiper .img:hover img {
  transform: scale(1.02);
}
.home_solutions .items {
  counter-reset: num 0;
}
.home_solutions .items .item:nth-child(-n + 9) .title::before {
  content: "0" counter(num) " //";
}
.home_solutions .items .item.active .title {
  font-size: 2.8rem;
  color: rgb(96, 55, 26);
  text-decoration-color: rgb(96, 55, 26);
}
.home_solutions .items .title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  color: rgb(86, 76, 71);
  cursor: pointer;
  text-decoration: underline transparent;
  transition: 0.3s;
  padding: 1.5rem 0px 1.4rem 8.8rem;
  letter-spacing: 0.04rem;
}
.home_solutions .items .title::before {
  position: absolute;
  left: 0px;
  top: 2rem;
  counter-increment: num 1;
  content: counter(num) " //";
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--title);
  opacity: 0.6;
}
.home_solutions .items .desc {
  display: none;
  padding-left: 8.8rem;
  padding-top: 1.9rem;
  padding-bottom: 3.8rem;
}
.home_solutions p.center:has(.btn) {
  margin-top: 5.2rem;
}
.home_solutions .circle {
  position: absolute;
  width: 35%;
  max-width: 65.2rem;
  right: 0px;
  top: 33.5%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.home_solutions .circle::after {
  padding-bottom: 165.184%;
  display: block;
  content: "";
}
.home_solutions .circle::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(165% - 1px);
  padding-bottom: calc(165% - 1px);
  border-radius: 50%;
  border: 1px solid rgb(96, 55, 26);
  content: "";
  opacity: 0.36;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
  .home_solutions .circle {
    top: 50%;
  }
}

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

@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,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .home_solutions {
    padding: 50px 0px;
  }
  .home_solutions .main {
    margin-top: 30px;
  }
  .home_solutions .main .lt {
    margin: 0px;
  }
  .home_solutions .home_solutions_swiper {
    border-radius: 10px;
  }
  .home_solutions .items .item.active .title {
    font-size: 18px;
  }
  .home_solutions .items .title {
    font-size: 18px;
    padding: 12px 0px 12px 40px;
    letter-spacing: unset;
  }
  .home_solutions .items .title::before {
    font-size: 12px;
    top: 16px;
  }
  .home_solutions .items .desc {
    padding: 10px 0px 20px 40px;
  }
  .home_solutions .circle {
    top: 50%;
  }
  .home_solutions p.center:has(.btn) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .home_solutions .head {
    display: block;
  }
  .home_solutions .main .rt {
    width: 100%;
    order: -1;
  }
  .home_solutions .circle {
    top: 30%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.swiper_content,
.large_swiper_content {
  max-width: 147rem;
  margin: 0px auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.home_advantages {
  padding: 15.6rem 0px 11.7rem;
}
.home_advantages .head {
  gap: 0px 3rem;
}
.home_advantages .head .subtitle {
  width: 100%;
}
.home_advantages h2 {
  max-width: 43.3rem;
}
.home_advantages p {
  max-width: 54.5rem;
  hyphens: auto;
  margin-top: 3.5rem;
}
.home_advantages .home_advantages_swiper {
  margin-top: 7.1rem;
}
.home_advantages .home_advantages_swiper .active .item {
  background-color: var(--primary);
  color: rgb(255, 255, 255);
  box-shadow: rgba(63, 53, 48, 0.45) 0.8rem 0.8rem 1rem;
}
.home_advantages .home_advantages_swiper .active .item::before {
  opacity: 0;
}
.home_advantages .home_advantages_swiper .active .info p {
  color: rgb(255, 255, 255);
}
.home_advantages .home_advantages_swiper .active .icon {
  filter: contrast(0) brightness(2);
}
.home_advantages
  .home_advantages_swiper
  .swiper-slide:last-child
  .item::before {
  display: none;
}
.home_advantages .item {
  position: relative;
  transition: 0.3s;
  min-height: 46rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.6rem;
  padding: 4.4rem 4.1rem;
}
.home_advantages .item::before {
  position: absolute;
  width: 1px;
  height: 84%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: var(--title);
  opacity: 0.21;
}
.home_advantages .item .info {
  flex: 1 1 0%;
}
.home_advantages .item .info span {
  font-size: 1.7rem;
  font-weight: 300;
  opacity: 0.64;
}
.home_advantages .item .info h3 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-top: 3.7rem;
  letter-spacing: 0.04rem;
}
.home_advantages .item .info p {
  hyphens: unset;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgb(76, 76, 76);
  font-weight: 400;
  transition: 0.3s;
  margin-top: 2.2rem;
}
.home_advantages .item .icon {
  width: 7rem;
  height: 7rem;
  transition: 0.3s;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .swiper_content,
  .large_swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }
}

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

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

@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,
  .large_content {
    padding: 0px 30px;
  }
  .swiper_content,
  .large_swiper_content {
    padding: 10px 30px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .home_advantages {
    padding: 50px 0px;
    overflow: hidden;
  }
  .home_advantages .head {
    display: block;
  }
  .home_advantages .swiper_content {
    overflow: unset;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home_advantages .home_advantages_swiper {
    margin-top: 30px;
  }
  .home_advantages .item {
    min-height: unset;
    padding: 20px;
    border-radius: 10px;
  }
  .home_advantages .item .info span {
    font-size: 14px;
  }
  .home_advantages .item .info h3 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: unset;
  }
  .home_advantages .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_advantages .item .icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .swiper_content,
  .large_swiper_content {
    padding: 10px 20px;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}