* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.main-wapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* body {
    font-family: 'Tusker Grotesk', sans-serif;
}  */

@font-face {
  font-family: "Tusker Grotesk";
  src:
    url("../font/TuskerGrotesk-4500Medium.woff2") format("woff2"),
    url("../font/TuskerGrotesk-4500Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Tusker Grotesk - SemiBold (4600) */
@font-face {
  font-family: "Tusker Grotesk";
  src:
    url("../font/TuskerGrotesk-4600Semibold.woff2") format("woff2"),
    url("../font/TuskerGrotesk-4600Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Tusker Grotesk - Super (4800) */
@font-face {
  font-family: "Tusker Grotesk";
  src:
    url("../font/TuskerGrotesk-4800Super.woff2") format("woff2"),
    url("../font/TuskerGrotesk-4800Super.woff") format("woff");
  font-weight: 800; /* better mapping */
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk font */
/* Cabinet Grotesk - Light */
@font-face {
  font-family: "Cabinet Grotesk";
  src:
    url("../font/Cabinet/CabinetGrotesk-Light.woff2") format("woff2"),
    url("../font/Cabinet/CabinetGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk - Regular */
@font-face {
  font-family: "Cabinet Grotesk";
  src:
    url("../font/Cabinet/CabinetGrotesk-Regular.woff2") format("woff2"),
    url("../font/Cabinet/CabinetGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk - Medium */
@font-face {
  font-family: "Cabinet Grotesk";
  src:
    url("../font/Cabinet/CabinetGrotesk-Medium.woff2") format("woff2"),
    url("../font/Cabinet/CabinetGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk - Bold */
@font-face {
  font-family: "Cabinet Grotesk";
  src:
    url("../font/Cabinet/CabinetGrotesk-Bold.woff2") format("woff2"),
    url("../font/Cabinet/CabinetGrotesk-Bold.woff") format("woff");
  font-weight: 700; /* ✅ FIX */
  font-style: normal;
  font-display: swap;
}

/* HERO css start*/
.hero-bg-img {
  height: 700px;
  background: url("../img/hero-image.webp") no-repeat center/cover;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.hero-bg-img-about {
  height: 700px;
  background: url("../img/image-white.png") no-repeat center/cover;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-content: center;
  /* justify-content: flex-end; */
  padding-top: 110px;
}
/* .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), #000);
} */
.hero-top {
  margin-bottom: 95px;
}
/*.border-image-bottom .overlay {*/
/* max-height: 200px; */
/*    background: linear-gradient(to bottom, #00000000 0%, #00000000 100%);*/
/*    width: 100%;*/
/*    padding-bottom: 261px;*/
/*    padding-top: 110px;*/
/*    height: 100%;*/
/*}*/
.overlay {
  /* height: 200px; */
  background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
}

.hero-content {
  text-align: center;
}
.hero-img img {
  width: 100%;
  max-width: 358px;
  object-fit: cover;
}
.hero-content h1 {
  font-family: "Tusker Grotesk" !important;
  font-size: 92px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.hero-content span {
  color: #f4b400;
}
.hero-arrow-image img {
  width: 100%;
  max-width: 115px;
}
.border-image-bottom {
  border-bottom: solid 7px #fac233;
}
.hero-arrow-image {
  text-align: center;
}

/* .hero-arrow-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/Vector-arrow.png") no-repeat top center;
    background-size: cover;
    pointer-events: none;
} */
/* Hero Section End */

/* ABOUT Start*/
.about-section {
  padding: 90px 110px 120px 110px;
}

.container-outer {
  display: flex;
  gap: 70px;
  align-items: center;
}
.about-img {
  margin-top: -10px;
  margin-left: -10px;
  margin-bottom: -4px;
}
.bout-bg-color {
  /* background: #FBC234; */
  /* padding: 0px 6px 3px 0px; */
  border-right: 5px solid #fbc234;
  margin-top: 10px;
  margin-left: 10px;
  height: 100%;
  /* border-color: #FBC234; */
  border-bottom: 5px solid #fbc234;
}
.lumber-size {
  font-family: "Tusker Grotesk" !important;
  font-size: 40px;
  font-weight: 400;
  color: #fbc234;
  line-height: 1.5;
}
.same-size {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
}
.over-we {
  margin-top: 23px;
}
.top-gap {
  margin-top: 30px;
}

/* ABOUT End css*/

/* SERVICES Start*/
.services-section-outer {
  background: #000;
}
.services-section-bg-img {
  background: url(../img/services-img.webp) no-repeat center / cover;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 175px 95px 175px;
}
.services {
  display: flex;
  gap: 20px;
  padding: 50px;
  background: #000;
}
.text-outer {
  background: #000;
  padding: 30px;
  margin-top: -4px;
}
.oter-bottom-img {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.img-1 img {
  width: 100%;
  max-width: 80px;
  object-fit: cover;
}
.main-outer-card {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  align-items: center;
  gap: 35px;
  /* justify-content: space-between; */
}
.image-card img {
  width: 100%;
  /* max-width: 350px; */
  object-fit: cover;
}

.card-text h3 {
  font-family: "Tusker Grotesk" !important;
  font-size: 24px;
  font-weight: 400;
  color: #fbc234;
  line-height: 1.5;
  text-align: center;
}
.card-text p {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.top-card {
  border-right: 5px solid #fbc234;
  margin-top: 30px;
  margin-left: 20px;
  /* width: 33.33%; */
  height: 100%;
  /* border-color: #FBC234; */
  border-bottom: 5px solid #fbc234;
  background: #000;
}
.order-color-bg {
  margin-top: -30px;
  margin-left: -20px;
}
/* SERVICES End*/

/* WHY choose Start*/
.why-choose-main-outer {
  padding: 75px 20px;
}
.why-floors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.theer-item {
  margin-top: 100px;
  margin-bottom: 70px;
}
/*.floors-1 {*/
/*    background: url(../img/chand.webp) no-repeat center / cover;*/
/*    position: relative;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    padding: 58px 52px;*/
/*}*/
.floors-1-outer {
  background: url("../img/chand.webp") no-repeat center / cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px;
}
.floors-1 {
  text-align: center;
  padding: 40px 40px;
  /* width: 143px; */
}
.text-center {
  text-align: center;
}
.floors-1 h3 {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.floors-1 img {
  width: 100%;
  max-width: 100px;
  object-fit: cover;
}

.why-btn {
  text-align: center;
}
.why-btn .btn-quote {
  background: #fbc234;
  padding: 20px 80px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Cabinet Grotesk", sans-serif;
  color: #000;
  text-decoration: none;
}
/* WHY choose End*/

/* GALLERY Image Start*/
.outer-gallery {
  background: #fbc234;
  padding: 45px 110px;
}
.image-bg img {
  width: 100%;
  max-width: 215px;
  object-fit: cover;
}
.outer-gallery-image {
  display: flex;
  align-items: center;
  gap: 35px;
}
/* FOOTER */
.outer-footer {
  background: #000;
  text-align: center;
  padding: 90px 20px 70px;
}
.arrow-bg-image {
  background: url(../img/footer-arrow.png) no-repeat center / cover;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 49%;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-top h3 {
  font-family: "Tusker Grotesk" !important;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}

.footer-bg-color {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.footer-text p {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.footer-text {
  margin-top: 25px;
  margin-bottom: 40px;
}
.footer-logo-image img {
  width: 100%;
  max-width: 390px;
  object-fit: cover;
}
.footer-media {
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.footer-media a {
  color: #ffff;
}
span.coloe-to-change {
  color: #fbc234;
}
.text-top {
  height: 66%;
}
.image-bg {
  margin-top: -5px;
  margin-left: -5px;
  margin-bottom: -4px;
}
.gallery-border {
  width: auto;
}
.gallery-border {
  border-right: 5px solid #ffffff;
  margin-top: 5px;
  margin-left: 5px;
  height: 100%;
  /* border-color: #FBC234; */
  border-bottom: 5px solid #ffffff;
}

/* POPUP BACKGROUND */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* POPUP BOX */


.popup-box {
    background: #fff;
    padding: 50px;
    width: 700px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

/* CLOSE BUTTON */
.close-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
  
}


/* FORM STYLE */
.popup-box input, .popup-box textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #000000;
    border-radius: 5px;
    font-family: "Cabinet Grotesk", sans-serif;
}

.popup-box input::placeholder, .popup-box textarea::placeholder {
    color:#000;
    font-family: "Cabinet Grotesk", sans-serif;
}

.popup-box button {
    background: #fbc234;
    padding: 10px 80px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Cabinet Grotesk", sans-serif;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.popup-box h2 {
    font-family: "Tusker Grotesk" !important;
    font-size: 28px;
    font-weight: 600;
    /* color: #fff; */
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.msg {
  font-family: "Cabinet Grotesk", sans-serif;
  text-align: left;
  margin-left:10px;
  font-size: 12px;
  margin-bottom: 6px;
}

.error {
  color: red;
   text-align: left;
   margin-left:10px;
}

.success {
  text-align: left;
   margin-left:10px;
  color: green;
}

input.error-border,
textarea.error-border {
  border: 1px solid red;
}

input.success-border,
textarea.success-border {
  border: 1px solid green;
}


#form-msg {
    margin-top:20px;
    font-family: "Cabinet Grotesk", sans-serif;
  font-size:22px;
  font-weight: 600;
  text-align: center;
}


/* media css */
@media only screen and (max-width: 1024px) {
  .about-section {
    padding: 45px 40px 45px 40px;
  }
  .lumber-size {
    font-size: 28px;
  }
  .container-outer {
    gap: 40px;
  }
  .services-section-bg-img {
    padding: 80px 40px 80px 40px;
  }
  .card-text h3 {
    font-size: 20px;
  }
  
}
@media only screen and (max-width: 767px) {
  .hero-img img,
  .footer-logo-image img {
    max-width: 180px;
  }
  .hero-content h1 {
    font-size: 40px;
    margin-top: 10px;
  }
  .hero-bg-img {
    height: 320px;
  }
  .about-section {
    padding: 40px 20px;
  }
  .hero-arrow-image img {
    max-width: 60px;
  }
  .container-outer {
    gap: 40px;
    flex-direction: column;
  }
  .services-section-bg-img {
    padding: 80px 20px;
  }
  .main-outer-card {
    gap: 40px;
    flex-direction: column;
    display: flex;
  }
  .top-card {
    width: auto;
  }
  .why-choose-main-outer {
    padding: 40px 20px;
  }
  .lumber-size {
    font-size: 28px;
  }
  .theer-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .why-floors {
    gap: 40px;
    flex-direction: column;
  }
  .floors-1 h3 {
    font-size: 16px;
  }
  floors-1 img {
    max-width: 80px;
  }

  .floors-1 {
    padding: 20px 40px;
  }
  .floors-1-outer {
    padding: 25px;
  }
  button.btn-quote {
    padding: 20px 68px;
    font-size: 18px;
  }
  .outer-gallery {
    padding: 40px 20px;
  }
  .outer-gallery-image {
    gap: 20px;
    flex-direction: column;
  }
  .outer-footer {
    padding: 80px 20px 40px;
  }
  .arrow-bg-image {
    width: -webkit-fill-available;
    height: 50px;
  }
  .text-top {
    height: 77%;
  }
  .footer-text {
    margin-bottom: 25px;
  }
  .footer-media {
    margin-top: 20px;
  }
  .footer-text p {
    font-size: 18px;
  }
  .about-img img {
    width: 100%;
  }
  .same-size {
    font-size: 16px;
  }
  .over-we {
    margin-top: 20px;
  }
  .top-gap {
    margin-top: 15px;
  }
  .text-outer {
    background: #000;
    padding: 20px;
    margin-top: -4px;
  }
  .text-outer {
    padding: 20px;
  }
  .card-text p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .card-text h3 {
    font-size: 22px;
  }
  .overlay {
    /* height: 200px; */
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    width: 100%;
    padding-bottom: 50px;
  }
  .hero-top {
    margin-bottom: 20px;
  }
  .border-image-bottom .overlay {
    padding-bottom: 0px;
    padding-top: 80px;
    height: 100%;
  }
  .text-top h3 {
    font-size: 18px;
  }
  .image-card img {
    max-width: none;
  }
  
  .hero-bg-img-about {
    height: auto;
    padding-bottom: 100px;
}

.why-btn .btn-quote {
    font-size: 18px;
}

.popup-box {
    padding: 40px 20px;
    width: 330px;
}


}
