* {
  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;
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.flex_end {
  justify-content: flex-end;
}
.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;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.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 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;
}
.footer_contact .large_content {
  z-index: 2;
}
.footer_contact .img_bg > img {
  border-radius: 4.3rem;
}
.footer_contact .flex {
  min-height: 74.4rem;
  padding: 4rem 0px;
}
.footer_contact .head {
  width: 50%;
  max-width: 61.3rem;
  border-radius: 4.1rem;
  background-color: rgb(247, 242, 237);
  padding: 6.8rem 3rem 5.9rem;
}
.footer_contact .head .icon {
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
}
.footer_contact .head h2 {
  font-size: 4.6rem;
  line-height: 1.17391;
}
.footer_contact h2 {
  max-width: 41.4rem;
  margin: 2.7rem auto 0px;
  letter-spacing: 0.014rem;
}
.footer_contact p {
  max-width: 41.4rem;
  margin: 2rem auto 0px;
}
.footer_contact .btn {
  margin-top: 3.4rem;
}
@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 h2 {
    font-size: 4.5rem;
  }
  .footer_contact .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;
  }
  .footer_contact .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;
  }
  .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 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;
  }
  .footer_contact .img_bg > img {
    border-radius: 10px;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 50px 0px;
  }
  .footer_contact .head {
    padding: 20px;
    border-radius: 10px;
  }
  .footer_contact .head .icon {
    width: 40px;
    height: 40px;
  }
  .footer_contact .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .footer_contact h2 {
    margin-top: 20px;
  }
}

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