* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1945bf;
  --secondary: #111827;
  --title: #000;
  --text: #474a55;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  margin: 0px auto;
  max-width: 132rem;
  position: relative;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.flex_center {
  justify-content: center;
}
.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;
}
.syedittext h1 {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 6.2rem;
  letter-spacing: -0.15rem;
}
.projects_banner {
  max-width: 256rem;
  margin: 0px auto;
  color: rgb(255, 255, 255);
}
.projects_banner .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 65rem;
  padding: 8.4rem 0px;
}
.projects_banner .head {
  padding-top: 2.27273%;
}
.projects_banner .head h1 {
  font-size: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@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;
  }
  .syedittext h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  .projects_banner .flex {
    height: 30vh;
    padding: 50px 0px;
  }
  .projects_banner .head {
    padding: 0px;
  }
  .projects_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
}

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