* {
  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;
}
i,
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.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);
}
.contact_top {
  padding: 12.7rem 0px 6.15rem;
}
.contact_top .head {
  flex: 1 1 0%;
  max-width: 109rem;
  width: 100%;
}
.contact_top .head h1 {
  font-size: 9rem;
  line-height: 1.29089;
  font-weight: 400;
  letter-spacing: 0.28rem;
}
.contact_top .head h1 strong {
  font-weight: 700;
  display: inline-block;
  width: 52%;
}
.contact_top .head p {
  font-size: 1.519rem;
  line-height: 2.701rem;
  color: rgb(71, 71, 71);
  margin-left: auto;
  margin-top: -8.6rem;
  width: 37.6%;
  letter-spacing: -0.012rem;
}
.contact_top .arrow_down {
  display: inline-block;
  flex-shrink: 0;
  width: 8.696%;
  cursor: pointer;
  transition: 0.3s;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/contact1-contact_top/assets/img/arrow-down.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(1.9);
  margin-bottom: 3.3rem;
}
.contact_top .arrow_down::after {
  padding-bottom: 115.833%;
  display: block;
  content: "";
}
.contact_top .arrow_down:hover {
  transform: translateY(10%);
  filter: unset;
}
@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;
  }
  .contact_top .head h1 {
    font-size: 8rem;
  }
}

@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;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  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;
  }
  .contact_top {
    padding: 30px 0px;
  }
  .contact_top .head {
    max-width: 40rem;
  }
  .contact_top .head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: 350px;
  }
  .contact_top .head h1 strong {
    width: auto;
  }
  .contact_top .head p {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    letter-spacing: unset;
    margin: 12px 0px 0px;
  }
  .contact_top .arrow_down {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 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;
}