* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
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 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 6.4rem;
  gap: 1.6rem;
  padding: 0px 3.5rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
.btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: 0.3s;
}
.btn::after {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/applications1-page_banner-img_bg/assets/img/arrow-tr.svg") center center / contain no-repeat;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover::before {
  background-color: var(--secondary);
  transform: skewX(0deg);
}
.btn:hover::after {
  transform: rotate(45deg);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head.sm_lh p {
  line-height: 2.8rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head h1 {
  font-size: 6.6rem;
  line-height: 1.16667;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.page_banner {
  overflow: hidden;
}
.page_banner::before {
  width: 61.6146%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: linear-gradient(
    to right,
    rgb(0, 15, 51) -4.3111%,
    transparent
  );
  opacity: 0.61;
  pointer-events: none;
  z-index: -1;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91rem;
  min-height: max-content;
  padding: 16rem 0px 10.1rem;
}
.page_banner .head {
  width: 66.159%;
  max-width: 76.8rem;
}
.page_banner p {
  max-width: 64.8rem;
  margin-top: 1.8rem;
}
.page_banner .btn {
  margin-top: 3.7rem;
}
.page_banner .head {
  padding-bottom: 1.7%;
}
.page_banner h1 {
  max-width: 55rem;
}
.page_banner p {
  max-width: 52.5rem;
  margin-top: 1.7rem;
}
.page_banner .btn {
  margin-top: 2.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    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 {
    padding: 0px 30px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    letter-spacing: unset;
  }
  .btn::after,
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm_lh p {
    line-height: 1.5;
  }
  div.head.white 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_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    margin-top: 20px;
  }
  .page_banner::before {
    width: 100%;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner::before {
    background-color: rgb(0, 15, 51);
    opacity: 0.4;
  }
  .page_banner .flex .head {
    width: 100%;
  }
}

.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;
}