* {
  box-sizing: border-box;
}
a,
span,
i {
  display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: "Kanit bold";
  src: url("../../assets/fonts/Kanit-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Kanit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit semibold";
  src: url("../../assets/fonts/Kanit-SemiBold.woff2") format("woff2"),
    url("../../assets/fonts/Kanit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway Extrabold";
  src: url("../../assets/fonts/Raleway-ExtraBold.woff2") format("woff2"),
    url("../../assets/fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway bold";
  src: url("../../assets/fonts/Raleway-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway medium";
  src: url("../../assets/fonts/Raleway-Medium.woff2") format("woff2"),
    url("../../assets/fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1,
.h1,
h2,
.h2 {
  font-family: "Kanit bold";
  font-size: 90px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
h3,
.h3 {
  font-family: "Kanit bold";
  font-size: 50px;
  line-height: 1;
  color: #64321a;
  margin: 0;
}
p,
.p {
  font-family: "Raleway medium";
  font-size: 20px;
  line-height: 1.5;
  color: #210d04;
  margin: 0;
}

/*-- Header --*/
.headersection {
  padding: 90px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.headerwrap {
  background: #fbeabe;
  border-radius: 160px;
}
.headerwrap ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 30px;
  padding: 0 12px 0 50px;
}
.headerwrap ul a {
  text-decoration: none;
  font-family: "Raleway bold";
  font-size: 22px;
  line-height: 1.2;
  color: #210d04;
  letter-spacing: -1px;
  display: block;
  transition: 0.3s all ease-in-out;
}
.headerwrap ul a:hover {
  color: #64321a;
}
.headerwrap ul > li:nth-child(4) a img {
  margin: -60px 0px;
  display: block;
}
.headerwrap ul li:nth-child(2) {
  margin: 0 62px;
}
.headerwrap ul li:nth-child(4) {
  margin: 0 auto;
}
.headerwrap ul li:nth-child(5) {
  margin-right: 30px;
}
.headerwrap ul a.getintouch {
  background: #64321a;
  color: #ffffff;
  padding: 17px 33px;
  border-radius: 50px;
}
.headerwrap ul a.getintouch:hover {
  background-color: #64321a;
}
/*-- Header --*/
/*-- Banner --*/
.mainbannersldr {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 353px 0 185px;
  position: relative;
}
.mainbannersldr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #64321a 25.81%,
    rgba(100, 50, 26, 0.1) 59.79%
  );
  top: 0;
  left: 0;
  right: 0;
}
.mainbannersldr > * {
  position: relative;
}
.mainbannerwrap {
  max-width: 930px;
}
.mainbannersub {
  font-family: 'Raleway bold', sans-serif;
  margin-top: 33px;
}
.mainbannersub span {
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  padding: 5px 17px;
  background-color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.mainbannersub span + span { border-top-right-radius: 0; }

.mainbannersection {
  position: relative;
  padding-bottom: 30px;
}
.mainbannersection::after {
  content: "";
  position: absolute;
  background-image: url("../images/bannerAfter.webp");
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat no-repeat;
  background-position: bottom;
  z-index: -1;
}
.featuresrows.row {
  margin-right: -40px;
  margin-left: -40px;
}
.featuresrows.row > div {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
.featurescols h3 {
  margin-bottom: 20px;
}

.newhomesection {
  position: relative;
  padding: 231px 0 144px;
  background-color: #fbd89d;
  overflow: hidden;
  background-image: url("../images/newhometopbg.webp");
  background-repeat: repeat no-repeat;
  background-position: center top;
  background-size: contain;
}

.newhomeimgwrap .homeconbg {
  /* position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0; */
  max-width: 1102px;
  /* margin-left: -224px; */
}
.newhomecols {
  max-width: 636px;
  margin-left: auto;
  position: relative;
}

.newhomecols > h2 + p {
  padding: 22px 0 10px;
}

.newhomecols ul {
  margin: 0;
  padding: 0;
  font-family: "Raleway bold";
  font-size: 20px;
  line-height: 2.2;
  color: #210d04;
  margin-bottom: 27px;
  padding-left: 17px;
}
.primary-bttn {
  font-family: "Raleway bold";
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  background-color: #64321a;
  color: #ffffff;
  padding: 19px 22px;
  border-radius: 80px;
  transition: 0.3s all ease-in-out;
}
.primary-bttn:hover {
  background-color: #64321a;
}
.newhomesection > .container {
  position: relative;
}
.newhomecols > .homeconperson {
  display: none;
  /* position: absolute;
    bottom: 0;
    left: -77px;
    transform: translateX(-100%) translateY(510px); */
}
.newhomeimgwrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0; /* max-width: 1102px; */
  margin-left: -224px;
}

.newhomeimgwrap .homeconperson {
  position: absolute;
  bottom: -370px;
  right: -163px;
}
.aboutwoodtopwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
}
.aboutwoodtopleft h2 {
  color: #d6833e;
  padding-bottom: 28px;
}
.aboutwoodtrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 73px;
}

.aboutwdrgcard {
  border: 5px solid #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}

.aboutwdrgcard h3 {
  font-family: "Raleway Extrabold";
  font-size: 25px;
  line-height: 1.4;
  background-color: #64321a;
  color: #ffffff;
  border: 3px solid #64321a;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  outline: 2px solid #facf8e;
  padding: 12px 25px 12px 55px;
  height: 100%;
  background-image: url("../images/abtlftstrp.webp");
  background-repeat: no-repeat;
  background-position: left center;
}
.projectshowcasection {
  background-color: #9e5d31;
  padding: 50px 0 160px;
  background-image: url("../images/projectshowcasebtm.webp");
  background-position: center bottom;
  background-repeat: repeat no-repeat;
  position: relative;
}
.projectshowcasection::before {
  content: "";
  background-image: url("../images/projectshowcasetop.webp");
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.footerwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.footersection {
  background-color: #64321a;
  padding: 95px 0 126px;
}
.footersection {
  background-color: #64321a;
}

.footermapwrapiframe iframe {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 446px;
  display: block;
  height: auto;
}

.footermapwrapiframe {
  padding: 26px 20px 22px 23px;
  background-image: url("../images/ourlocation.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footermapwrap {
  text-align: center;
}

.footermapwrap > a {
  font-family: "Raleway Extrabold";
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 19px;
  background-color: #ffffff;
  padding: 18px 24px;
  border-radius: 60px;
  color: #64321a;
  transform: translateY(-40px);
}
.footermapwrap {
  text-align: center;
}
.footermapwrap > a {
  font-family: "Raleway Extrabold";
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 19px;
  background-color: #ffffff;
  padding: 18px 24px;
  border-radius: 60px;
  color: #64321a;
  transform: translateY(-40px);
}
.footercols h3 {
  color: #fbd89d;
}
.footercols p {
  color: #ffffff;
}
.footercols .link {
  font-family: "Raleway bold";
  color: #64321a;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  padding: 19px 27px;
  border-radius: 60px;
}
.footercols > h3 + p {
  padding: 15px 0 47px;
}
.footercols ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 15px;
}
.footercols ul li {
  font-size: 30px;
  line-height: 1.2;
}
.footercols ul li + li {
  margin-top: 10px;
}
.footercols ul li a {
  text-decoration: none;
  font-family: "Kanit Semibold";
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffffe5;
}

.followicon {
  font-family: "Raleway Extrabold";
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  background-color: #ffffff;
  color: #64321a;
  border-radius: 50px;
  padding: 9px 10px 9px 30px;
}
.followicon > img {
  width: 42px;
}
.workinghourwrap {
  display: flex;
  gap: 12px;
}
.footercols > ul + .followicon {
  margin: 30px 0 40px;
}
.workinghourright h4 {
  color: #fbd89d;
  font-family: "Kanit Semibold";
  font-size: 30px;
  line-height: 1.2;
}
.workinghourleft {
  padding-top: 5px;
}
.workinghourright p {
  margin-top: 5px;
  display: block;
}
.footerbotttomwrap {
  background-color: #ffffff;
}

.footerbotttomsectio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}
.footerbotttomsectio p {
  font-size: 14px;
  line-height: 2;
  color: #210d04;
}

.footercenterbtm {
  margin: -130px auto 0;
}
.footerrightbtm > ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}

.footerrightbtm > ul li {
  font-size: 14px;
  line-height: 2;
  color: #210d04;
}

.footerrightbtm > ul li a {
  color: #210d04;
}

.footerrightbtm a {
  font-family: "Raleway bold", sans-serif;
}

.featuressection {
  padding: 150px 0 119px;
}

.featuresimgwrap {
  display: inline-flex;
  padding: 18px;
  background-image: url("../images/woodbg.webp");
  position: relative;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featuresimgwrap > img {
  aspect-ratio: 1/1;
  max-width: 365px;
  border-radius: 50%;
}
.featuresimgwrap::after {
  content: "";
  position: absolute;
  border-top: 2px solid #d6833e;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0 20px;
  background-color: #ffffff;
  box-shadow: 0px -5px #ffffff;
}

.aboutwoodbottomwrap {
  max-width: 1180px;
  padding-top: 65px;
}
.aboutwoodbottomwrap > h3 {
  padding-bottom: 44px;
}
.aboutwoodbtmrow > div h4 {
  font-family: "Raleway Extrabold";
  font-size: 25px;
  line-height: 1.2;
  color: #210d04;
  margin: 0;
  padding: 10px 0;
}
.aboutwoodsection {
  position: relative;
  padding: 150px 0;
}

.aboutwoodsection > .woodmarklogo {
  position: absolute;
  right: 0;
  top: -186px;
  right: -352px;
}
.aboutwoodsection > .container {
  position: relative;
}
.watermarkcoverwrap {
  overflow: hidden;
}
.projectshowcasection h2 {
  text-align: center;
  color: #fbd89d;
  padding-bottom: 46px;
}

.projectshowsldrcrdsld {
  background: #ffffff;
  border-radius: 20px;
}
/* .projectshowsldrcrdsld .projectshowsldrcrdimgwrap .swiper-wrapper {
  border-radius: 16px;
  overflow: hidden;
  padding: 5px;
} */
.projectshowsldrcrdimg {
  border-radius: 16px;
  overflow: hidden;
  padding: 5px 5px 0;
}

.projectshowsldrcrdimg img {
  aspect-ratio: 480/330;
  width: 100%;
  border-radius: 16px;
}

.projectshowsldrcrdcntwrp {
  padding: 23px 25px 25px 30px;
}

.projectshowsldrcrdcntwrp h3 {
  color: #210d04;
  font-family: "Raleway Extrabold";
  font-size: 25px;
  line-height: 1.5;
}

.projectshowsldrcrdcntwrp span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #210d04;
  padding: 10px 0 16px;
}
.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #64321a;
}
.projectshowsldrwrap {
  position: relative;
}

.projectshowsldrwrap .swiper-button-prev,
.projectshowsldrwrap .swiper-button-next {
  color: #ffffff;
}

.projectshowsldrwrap .swiper-button-prev::after,
.projectshowsldrwrap .swiper-button-next::after {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.projectshowsldrwrap .swiper-button-prev {
  margin-left: -40px;
}

.projectshowsldrwrap .swiper-button-next {
  margin-right: -40px;
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1615px;
  }
}

@media screen and (max-width: 1701px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 76px;
  }

  h3,
  .h3 {
    font-size: 40px;
  }

  .featuressection {
    padding: 100px 0 40px;
  }

  .newhomeimgwrap .homeconbg {
    max-width: 890px;
  }

  .newhomeimgwrap .homeconperson {
    right: -90px;
    width: 500px;
  }

  .newhomesection {
    padding: 180px 0 110px;
  }

  .newhomecols {
    padding-left: 70px;
  }

  .aboutwoodsection > .woodmarklogo {
    width: 890px;
    top: -125px;
    right: -332px;
  }

  .aboutwoodsection {
    padding: 90px 0;
  }

  .aboutwdrgcard h3 {
    font-size: 22px;
    padding: 12px 25px 12px 40px;
  }

  .projectshowcasection {
    padding: 30px 0 130px;
    background-size: 240px;
  }

  .footersection {
    padding: 65px 0 100px;
  }

  .footermapwrapiframe iframe {
    max-width: 360px;
    height: auto;
  }
  .footercols ul li {
    font-size: 24px;
  }

  .workinghourright h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1399px) {
  .headerwrap ul li:nth-child(2) {
    margin: 0 20px;
  }

  .headerwrap ul li:nth-child(5) {
    margin-right: 10px;
  }
  .headerwrap ul a.fb img {
    width: 50px;
  }
  .headerwrap ul > li:nth-child(4) a img {
    width: 140px;
  }
  .headerwrap ul a.getintouch {
    padding: 14px 24px;
  }
  .headerwrap ul a {
    font-size: 20px;
  }
  .headerwrap ul {
    padding: 12px 12px 12px 50px;
  }
  .featuresimgwrap > img {
    max-width: 290px;
  }

  .headersection {
    padding: 50px 0;
  }

  .mainbannersldr {
    padding: 280px 0 110px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 68px;
  }

  .mainbannerwrap {
    max-width: 730px;
  }

  .mainbannersub span {
    font-size: 30px;
  }

  .newhomeimgwrap .homeconbg {
    max-width: 760px;
  }

  .newhomeimgwrap .homeconperson {
    width: 470px;
    bottom: -240px;
    right: -90px;
  }

  .newhomesection {
    padding: 120px 0 70px;
    background-size: 700px;
  }

  .aboutwoodtopwrap {
    gap: 30px;
  }

  .aboutwoodtopleft h2 {
    padding-bottom: 15px;
  }

  .aboutwoodtrow {
    gap: 25px 30px;
  }

  .aboutwdrgcard h3 {
    font-size: 20px;
  }

  .aboutwoodsection > .woodmarklogo {
    width: 820px;
  }

  .aboutwoodbottomwrap > h3 {
    padding-bottom: 30px;
  }

  .projectshowsldrcrdcntwrp {
    padding: 25px 20px 20px 20px;
  }

  .projectshowsldrcrdcntwrp h3 {
    font-size: 22px;
  }

  .projectshowsldrcrdcntwrp span {
    padding: 8px 0 12px;
  }

  h3,
  .h3 {
    font-size: 36px;
  }

  .footercols ul li {
    font-size: 20px;
  }

  .footerwrap {
    gap: 40px;
  }

  .footercols > h3 + p {
    padding: 15px 0 30px;
  }

  .footercols .link {
    font-size: 20px;
    padding: 16px 24px;
  }

  .footermapwrap > a {
    font-size: 22px;
    gap: 16px;
    padding: 16px 22px;
  }
}

@media screen and (max-width: 1199px) {
  .headerwrap ul li:nth-child(2) {
    margin: 0;
  }

  .headerwrap ul a {
    font-size: 18px;
  }

  .headerwrap ul a.fb img {
    width: 40px;
  }
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 62px;
  }

  .mainbannerwrap {
    max-width: 620px;
  }

  .mainbannersub span {
    font-size: 26px;
  }

  .featuresimgwrap > img {
    max-width: 240px;
  }

  .featuressection {
    padding: 70px 0 40px;
  }

  .featuresrows.row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .featuresrows.row > div {
    padding-right: 20px;
    padding-left: 20px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  p,
  .p {
    font-size: 18px;
  }

  .newhomeimgwrap {
    position: relative;
    margin: 0;
  }

  .newhomecols {
    padding-left: 0;
    max-width: 100%;
  }

  .newhomeimgwrap .homeconperson {
    right: 0;
    bottom: 0;
    width: 370px;
  }

  .newhomeimgwrap .homeconbg {
    max-width: 100%;
  }

  .newhomesection {
    background-size: contain;
  }

  .newhomerows {
    padding-top: 40px;
  }

  .aboutwoodtopwrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .aboutwoodtrow {
    gap: 15px 10px;
  }

  .aboutwdrgcard h3 {
    padding: 10px 20px 10px 30px;
    font-size: 18px;
  }

  .aboutwoodsection > .woodmarklogo {
    width: 690px;
  }

  .footerwrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .footerwrap > .footercols:nth-child(1) {
    order: 3;
    grid-column: 1 / span 2;
  }

  .footermapwrapiframe {
    max-width: 400px;
    margin: 0 auto;
  }

  .followicon {
    font-size: 22px;
    padding: 7px 7px 7px 24px;
    gap: 10px;
  }

  .footercols > ul + .followicon {
    margin: 20px 0 30px;
  }

  .footerbottom img {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .newhomeimgwrap .homeconperson {
    width: 300px;
    right: 20px;
    bottom: 10px;
  }

  .featuresrows.row {
    gap: 50px;
  }

  .primary-bttn {
    font-size: 20px;
    padding: 17px 20px;
  }

  .aboutwoodsection {
    padding: 60px 0;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 56px;
  }

  .aboutwoodbottomwrap {
    padding-top: 45px;
  }

  .aboutwoodsection > .woodmarklogo {
    width: 590px;
  }
  .footermapwrapiframe {
    max-width: 280px;
    padding: 15px;
  }

  .footermapwrapiframe iframe {
    max-width: 256px;
  }

  .footerleftbtm {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .footerrightbtm {
    width: 100%;
  }

  .footerrightbtm > ul {
    text-align: center;
  }

  .footercenterbtm {
    margin: -100px auto 0;
    padding-bottom: 20px;
  }

  /*-- Header Menu --*/
  .headerwrap > nav {
    position: absolute;
    background-color: #64321a;
    top: calc(100% - 30px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 696px;
    margin: 0 auto;
    z-index: -1;
    display: none;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.6);
  }

  .headerwrap ul li:nth-child(4) {
    display: none;
  }

  .headerwrap ul {
    padding: 0;
    gap: 0;
  }

  .headerwrap ul li {
    width: 100%;
  }

  .headerwrap ul li:nth-child(6) {
    display: none;
  }

  .headerwrap ul a {
    padding: 10px;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
  }
  .headerwrap ul a:hover {
    background-color: #fbeabe;
    color: #000000;
  }

  .headerwrap ul li:nth-child(5) {
    margin-right: 0;
  }

  .headerwrap ul li + li {
    border-top: 1px solid #ffffff;
  }

  .headerwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 12px;
    border-radius: 0;
  }
  .headersection {
    padding: 30px 0;
  }

  .headerlogo {
    margin: -30px auto;
  }

  .headerlogo img {
    width: 110px;
  }
  .fblogo img {
    width: 40px;
  }
  .toogleresponsive {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    position: relative;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    gap: 5px;
  }

  .toogleresponsive span {
    display: block;
    width: 33px;
    height: 5px;
    position: relative;
    background: #64331a;
    border-radius: 6px;
    transform-origin: 5px 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    z-index: 1;
  }
  .togbutton span:nth-child(1) {
    transition: 0s;
  }
  .toogleresponsive.togbutton span:nth-child(1) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    transition: 0s;
  }

  .toogleresponsive.togbutton span:nth-child(3) {
    margin: 0;
    opacity: 1;
    transform: rotate(45deg) translate(-11px, -16px);
  }

  .toogleresponsive.togbutton span:nth-child(2) {
    transform: rotate(-45deg) translate(-1px, 9px);
  }

  .headerwrap ul a.getintouch {
    background-color: transparent;
    padding: 10px;
  }
  .headerwrap ul a.getintouch {
    border-radius: 0;
  }
  .headerwrap ul a.getintouch:hover {
    background-color: #fbeabe;
  }
  /*-- Header Menu --*/
}

@media screen and (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 48px;
  }

  .mainbannersub span {
    font-size: 22px;
  }

  .mainbannersldr {
    padding: 260px 0 50px;
    background-position: left 60% center;
  }

  .newhomeimgwrap .homeconperson {
    width: 240px;
  }

  .row.aboutwoodbtmrow {
    gap: 40px;
  }

  .footerwrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .footerwrap > .footercols:nth-child(1) {
    order: 0;
    grid-column: auto;
  }
  .projectshowsldrwrap .swiper-button-prev,
  .projectshowsldrwrap .swiper-button-next {
    display: none;
  }
  .headerwrap > nav {
    max-width: 516px;
  }
  .footercols ul li img { width: 19px; }
  .footermapwrap > a, .followicon { font-size: 20px; }
}

@media screen and (max-width: 575px) {
  h1, .h1, h2, .h2 { font-size: 44px; }

  .featuresrows.row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .featuresrows.row > div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .newhomeimgwrap .homeconperson {
    width: 190px;
  }

  .aboutwoodbtmrow > div h4 {
    font-size: 22px;
  }

  .projectshowcasection::before {
    height: 30px;
  }

  .projectshowcasection h2 {
    padding-bottom: 30px;
  }

  .projectshowcasection {
    padding: 30px 0 80px;
  }

  .newhomecols ul {
    line-height: 1.6;
    font-size: 18px;
  }
  .headerwrap > nav {
    max-width: calc(100% - 24px);
  }

  .mainbannersub span + span { margin-top: 12px; border-top-right-radius: 10px; }
}
@media screen and (max-width: 420px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 40px;
  }

  .mainbannerwrap p {
    margin-top: 10px;
    font-size: 20px;
  }

  .newhomeimgwrap .homeconperson {
    width: 157px;
  }

  .aboutwoodtrow {
    grid-template-columns: repeat(1, 1fr);
  }
}
