
html, body {
  overflow-x: hidden;
}
body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
}


.grid-container{max-width:1300px;}
.header-main .grid-container {max-width: 1500px;}
.top-header .grid-container { max-width: 1500px;}

h1{font-family: "Khand", sans-serif; text-transform: uppercase; font-size: 64px; font-weight: 700;}
h2{font-family: "Khand", sans-serif; text-transform: uppercase; font-size: 40px; font-weight: 600;}
p{ font-family: "Inter", sans-serif; font-style: normal; font-size:18px; font-weight: 500;}

a,input{transition: all 0.5s ease;}
a:hover, input:hover;{transition: all 0.5s ease;}


label,input,textarea{font-family: "Inter", sans-serif; width: 100%;}
input::placeholder,textarea::placeholder{color: #6E6E6B}


.top-contact a {
  font-family: "Khand", sans-serif;
  font-weight: 700;
  color: #9A3922;
  font-size: 36px;
  margin-left: 4px;
}
.add img{
  border: #FFEFC2 6px solid;
  border-radius: 100%;
  display: inline-block;
}
.mail img{
  border: #FFEFC2 6px solid;
  border-radius: 100%;
  display: inline-block;
}

.top-contact a img {
  transition: all 0.5s ease;
}
.top-contact a:hover img {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}
.top-contact a.phone-bg {
  background: #FFEFC2;
  padding: 2px 31px 2px 6px;
  border-radius: 50px;
  margin-left: 10px;
}
.top-right p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: right;
  padding-right: 19px;
}
.top-outer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
}
.top-left {
  margin-top: 10px;
}
.top-contact a.phone-bg:hover {
  background: #000;
  color: #fff;
}

.header-left h1 {
  line-height: 52px;
  margin-bottom: 8px;
}
.header-left p {
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
}
.header-left ul{margin:30px 0 0; list-style: none;}
.header-left li{font-weight: 500; margin-bottom:44px; position: relative; padding-left: 56px;}
.header-left li::before {
  content: "";
  background: url(../img/bullet.svg) no-repeat;
  width: 46px;
  height: 47px;
  position: absolute;
  left: 0;
  top: -10px;
}

form {
  background: #F7D064;
  border-radius: 16px;
  padding: 23px 40px 20px;
}
.header-right h2 {
  margin-bottom: ;
  margin-bottom: 0;
  line-height: 46px;
  text-align: center;
  text-transform: none;
}
.header-right p {
  text-align: center;
  margin-bottom: 6px;
}

form input {
  height: 44px !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 0 20px !important;
  box-shadow: 0 0 0 !important;
}
form textarea {
  height: 100px;
  border: 0;
  border-radius: 8px;
  padding:14px 20px 0;
  box-shadow: 0 0 0 !important;
  border: 0 !important;
}
form span {
  display: block;
  margin-bottom: 6px;
}
form span label {
  display: block;
  margin-bottom: 2px;
}
form input[type="submit"] {
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Khand", sans-serif;
  font-size: 22px;
  height: 54px !important;
  cursor: pointer;
  margin-top: 4px;
  padding-top: 3px !important;
}
form input[type="submit"]:hover {
  background: #9A3922;
  color: #fff;
}
.header-right {
  max-width: 560px;
  width: 50%;
}
.header-main-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-main-outer .header-left {
  width: 50%;
  padding-left: 170px;
}
.header-main-outer .right {
  width: 50%;
}

.btn-cover-main {
  display: flex;
  gap: 62px;
  justify-content: right;
  margin:60px 0;
}
.btn-cover {
  background: #9A3922;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 24px 32px 15px;
  gap: 8px;
  width: 278px;
}
.btn-cover p {
  margin: 0;
  color: #fff;
  font-family: "Khand", sans-serif;
  font-size: 40px;
  line-height: 28px;
}
.btn-cover span {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.btn-icon {
  margin-right: 9px;
  animation: swing infinite 3.5s;
}

.two-column {
  background: #FFFBEE;
  padding: 90px 0 70px;
}
.two-column .two-column-cover {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.two-column-left {
  width: 50%;
  padding-right: 70px;
}
.two-column-right {
  width: 50%;
  padding-left: 70px;
}
.two-column h2 {
  margin: 26px 0 18px;
}



.call-section {
  background: #9A3922;
  padding: 30px;
  clear: both;
}
.call-section .top-contact {
  margin-top: -6px;
}
.call-section h2 {
  margin-bottom: 0;
  color: #fff;
  text-transform: none;
}
.call-section p {
  margin-bottom: 0;
  color: #fff;
}
.call-section-right p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.call-section-main {
  display: flex;
  justify-content: space-between;
}
.call-section-main .call-section-left {
  max-width: 600px;
}
.call-section-right {
  text-align: center;
}
.top-contact a.phone-bg .ph-no {
  position: relative;
  top: 2px;
}


.pallets-section {
  padding: 90px 0 74px;
}
.pallets-section h2 {
  margin-bottom: 0;
  line-height: 40px;
}
.pallets-section h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}
.pallets-right a {
  color: #000;
  text-decoration:underline;
}
.pallets-right a:hover {
  color: #9A3922;
  text-decoration:none;
}

.pallets-section .pallets-main {
  display: flex;
  align-items: center;
}
.pallets-left {
  width: 50%;
}
.pallets-right {
  width: 50%;
  padding-left: 210px;
}
.pallets-section .grid-container {
  max-width: 1560px;
}
.call-section.yellow-bg {
  background: #F7D064;
}
.call-section.yellow-bg h2, .call-section.yellow-bg p {
  color: #000;
}


.contact-section .grid-container {
  max-width: 100%;
  padding: 0;
}
.contact-section .contact-sec-left {
  width: 63%;
}
.contact-section .contact-sec-left iframe{display: block;}
.contact-section .grid-container .grid-x {
  margin: 0;
}
.contact-section .cell {
  margin: 0;
}
.contact-sec-right {
  width: 37%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.contact-section-main {
  display: flex;
}
.contact-sec-right span {
  font-size: 24px;
  font-weight: 600;
}

.contact-sec-right a {
  color: #000;
}
.contact-sec-right a:hover {
  color: #9A3922;
}

.contact-info {
  margin-top: 40px;
}
.contact-sec-right h2 {
  line-height: 44px;
  padding-bottom: 12px;
}

.contact-info-no a {
  background: #9A3922;
  border-radius: 8px;
  font-family: "Khand", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 11px 20px 7px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.contact-info-no a:hover {
  background: #000;
  color: #fff;
}

.contact-sec-right-box {
  max-width: 422px;
}




.contact-bottom-section {
  text-align: center;
  background: #FFF8DE;
  padding: 90px 0;
}
.contact-bottom-section h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.contact-bottom-main p {
  max-width: 920px;
  margin: 0 auto;
}
.contact-bottom-main h2 {
  font-weight: 600;
}
.contact-bottom-main {
  background: #9A3922;
  border-radius: 16px;
  padding: 50px 20px;
  margin-top: 40px;
}
.contact-bottom-main * {
  color: #fff;
}
.contact-bottom-main form {
  padding: 0;
  background: transparent;
  text-align: left;
  max-width: 950px;
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.contact-bottom-main form span {
  margin-bottom: 27px;
}
.contact-bottom-main form span label {
  margin-bottom: 7px;
}

.contact-bottom-main span{width:100%;}
.contact-bottom-main form .form-left, .contact-bottom-main form .form-right{width:50%;}
.contact-bottom-main form span input {
  height: 50px;
}
.contact-bottom-main form .form-left, .contact-bottom-main form .form-right {
  width: 48.5%;
}
.contact-bottom-main form span input[type="submit"] {
  width: 230px;
  color: #000;
  background: #F7D064;
  height: 64px;
  margin: 0 auto;
  display: block;
}
.contact-bottom-main form span input[type="submit"]:hover {
  color: #000;
  background: #FFF8DE;
}
.copy {
  background: #330F00;
  color: #fff;
  text-align: center;
  padding: 27px 20px;
  font-size: 14px;
}


.project-section {
  background: #FDFBF2;
  padding:90px 20px 100px 12%;
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.project-left a {
  background: #9A3922;
  border-radius: 8px;
  font-family: "Khand", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 11px 20px 7px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.project-left a:hover {
  background: #000;
  color: #fff;
}
.project-left h2 {
  margin-bottom: 0;
}
.project-left p {
  margin: 0;
  font-size: 24px;
}

.contact-section {
  clear: both;
}
.project-left {
  max-width: 370px;
  float: left;
}
.project-right {
  width: 81%;
  float: right;
  margin-right: -180px;
}
.slider.project-slider {
  height: auto;
  background: transparent;
  margin: 3px 0 0;
}
.slider-box {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.slider-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 10px 20px 0px #0000001A;
}
.slider-text h2 {
  margin: 0;
  line-height: 24px;
  font-size: 24px;
}
.slider-text {
  padding: 40px 0 24px;
}
.project-right .slick-slide {
  padding:0 10px;
}


.banner-bottom-btn .grid-container {
  max-width: 1500px;
}
.banner-bottom-btn{position: relative;}

.banner-bottom-btn::before {
  background: url(../img/wooden.png) no-repeat;
  background-size: 100%;
  background-position: -160px;
  margin-bottom: 40px;
  content: "";
  /* padding: 12% 22%; */
  top: -100px;
  position: absolute;
  width: 790px;
  height: 300px;
  animation: pulse infinite 2s;
}

.header-main-outer{
  position: relative;
}
.header-main-outer::before {
  content: "";
  background: url(../img/header-bg.png) no-repeat;
  width: 541px;
  height: 209px;
  position: absolute;
  right: 26%;
  z-index: -1;
  bottom: 100px;
  animation: pulse infinite 2s;
}
.two-column-icon img {
  animation: swing infinite 3.5s;
}


.contact-bottom-main form span input, .contact-bottom-main form span textarea {
  color: #000;
}  

.top-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 11;
  box-shadow: 0 0 7px rgba(0,0,0,.2);
  transition: all 0.5s linear;
}

.top-header .top-outer{
  transition: all 0.5s linear;
}

.top-header.stickymenu .top-outer {
  padding: 7px 0 0;
  transition: all 0.5s linear;
}

.top-header .top-left img {
  transition: all 0.5s linear;
  width: 325px;
}
.top-header.stickymenu .top-outer .top-left img {
  transition: all 0.5s linear;
  width: 220px;
}


.header-main {
  margin-top: 220px;
}


.top-header .top-right p {transition: all 0.5s linear;}
.top-header .top-right img {transition: all 0.5s linear;}
.top-header .top-contact .phone-bg img {transition: all 0.5s linear;width: 48px;}
.top-header .top-right span.add, .top-header .top-right span.mail{transition: all 0.5s linear; display: inline-block; width: 60px; height: 60px;}

.top-header.stickymenu .top-right p { font-size: 17px; transition: all 0.5s linear;}
.top-header.stickymenu .top-right span.add, .top-header.stickymenu .top-right span.mail { width: 40px; height: 40px; transition: all 0.5s linear;}
.top-header.stickymenu .top-contact .phone-bg span.add { width: 30px; transition: all 0.5s linear;}
.top-header.stickymenu .top-contact a.phone-bg {
  font-size: 24px;
  position: relative;
  top: -5px;
}
.top-header.stickymenu .top-contact .phone-bg img { width: 30px;}