* {
  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;
}
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;
}
.page_intro {
  padding: 13.2rem 0px 13.8rem;
}
.page_intro .img {
  width: 47.7083%;
  border-radius: 3.3rem;
  --h: 105.5313%;
  box-shadow: rgba(137, 126, 119, 0.55) 1rem 1rem 2rem;
}
.page_intro .img:hover img {
  transform: scale(1.02);
}
.page_intro .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 61.7rem;
  padding-bottom: 0.7%;
}
.page_intro h2 {
  max-width: 49.5rem;
}
.page_intro p {
  max-width: 52.4rem;
  margin-top: 2rem;
}
.page_intro p:first-of-type {
  margin-top: 2.2rem;
}
.page_intro .btn {
  margin-top: 4.8rem;
}
.page_intro p {
  margin-top: 3rem;
  hyphens: auto;
}
.page_intro .btn {
  margin-top: 3.8rem;
}
@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;
  }
  .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;
  }
  .page_intro {
    padding: 50px 0px;
  }
  .page_intro .flex .head {
    padding: 0px;
  }
  .page_intro .img {
    border-radius: 10px;
  }
  .page_intro p:first-of-type {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_intro .img,
  .page_intro .imgs_float,
  .page_intro .imgs {
    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;
}
* {
  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;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.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;
}
.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;
}
.design_faqs {
  padding: 10.1rem 0px 16.1rem;
}
.design_faqs .head {
  width: 32.7778%;
}
.design_faqs p {
  max-width: 35.3rem;
  hyphens: auto;
  margin-top: 2.8rem;
}
.design_faqs .btn {
  margin-top: 2.4rem;
}
.design_faqs .faqs {
  flex: 1 1 0%;
  width: 100%;
  max-width: 83.4rem;
  padding-top: 3rem;
}
.design_faqs .faqs .faq_item {
  border-bottom: 1px solid rgb(221, 221, 221);
}
.design_faqs .faqs .faq_item.active .question {
  color: rgb(96, 55, 26);
  text-decoration-color: rgb(96, 55, 26);
  font-size: 2.8rem;
}
.design_faqs .faqs .faq_item.active .question::after {
  transform: rotate(45deg);
}
.design_faqs .faqs .question {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  align-items: center;
  cursor: pointer;
  font-size: 2.6rem;
  font-weight: 500;
  color: rgb(86, 76, 71);
  transition: 0.3s;
  text-decoration: underline transparent;
  gap: 2rem;
  padding: 2.6rem 0px;
  letter-spacing: 0.055rem;
}
.design_faqs .faqs .question::after {
  display: block;
  padding-bottom: 100%;
  content: "";
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/design5-design_faqs/assets/img/add.svg") center center / contain no-repeat;
  transition: 0.3s;
}
.design_faqs .faqs .answer {
  display: none;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  color: var(--text);
  max-width: 79rem;
  margin-top: -0.5rem;
  padding-bottom: 2.2rem;
}
@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;
  }
  .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;
  }
  .design_faqs {
    padding: 50px 0px;
  }
  .design_faqs .faqs {
    padding: 0px;
  }
  .design_faqs .faqs .faq_item.active .question {
    font-size: 18px;
  }
  .design_faqs .faqs .question {
    font-size: 18px;
    grid-template-columns: 1fr 12px;
    gap: 14px;
    padding: 14px 0px;
    letter-spacing: unset;
  }
  .design_faqs .faqs .answer {
    margin: 0px;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}

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