* {
  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;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.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;
}
.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;
}
.page_banner::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;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91.9rem;
  min-height: max-content;
  padding: 20rem 0px 11.2rem;
}
.page_banner .head {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.page_banner .syedittext {
  flex: 1 1 0%;
  max-width: 98rem;
  width: 100%;
  padding-bottom: 1.9rem;
}
.page_banner p {
  margin-top: 1.1rem;
}
.page_banner h1 {
  max-width: 88rem;
}
@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;
  }
}

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

@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;
  }
  .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;
  }
  .page_banner::before {
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
  }
  .page_banner .flex {
    height: auto;
    padding: 50px 0px;
  }
  .page_banner .syedittext {
    padding: 0px;
    max-width: 444px;
  }
}

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

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