@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #2C2C2C;
  font-size: 14px;
  background: #F8F4F0;
}

img {
  max-width: 100%;
}

.headerwrap {
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 0;
  padding: 10px 100px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.headerwrap .wrapHeaderwrap {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.headerwrap .logo {
  max-width: 120px;
  line-height: 0;
}
.headerwrap .menuwrap {
  display: flex;
}
.headerwrap .menuwrap li {
  display: inline-flex;
}
.headerwrap .menuwrap li a {
  padding: 10px 20px;
  font-size: 20px;
  color: #2C2C2C;
  text-decoration: none;
}
.headerwrap .menuwrap li:last-child {
  margin-left: 10px;
}
.headerwrap .menuwrap li:last-child a {
  background: #D45715;
  color: #fff;
  border-radius: 55px;
}

.enquiereBtn {
  background: #FFFFFF;
  padding: 20px 30px;
  color: #2C2C2C;
  display: inline-block;
  border-radius: 55px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
.enquiereBtn:hover {
  background: #D45715;
  color: #fff;
}
.enquiereBtn.orange {
  background: #D45715;
  color: #fff;
  border: 2px solid #D45715;
}
.enquiereBtn.orange:hover {
  background: #fff;
  color: #D45715;
}
.bannerSection {
  width: calc(100% - 160px);
  margin: 80px 80px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.bannerSection .banner {
  width: 100%;
  height: calc(100vh - 160px);
}
.bannerSection .banner .slide {
  width: 100%;
  height: calc(100vh - 160px);
  position: relative;
  color: #fff;
}
.bannerSection .banner .slide img {
  width: 100%;
  height: calc(100vh - 160px);
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerSection .banner .slide .contentWrap {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  padding: 50px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}
.bannerSection .banner .slide h1, .bannerSection .banner .slide h2 {
  font-family: "Domine", serif;
  font-weight: 600;
  font-size: 90px;
  color: #fff;
}
.bannerSection .banner .slide p {
  font-size: 26px;
  color: #fff;
  margin: 50px 0 70px;
}
.bannerSection .banner .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bannerSection .banner .slick-dots li {
  margin: 5px;
  display: inline-flex;
}
.bannerSection .banner .slick-dots li button {
  font-size: 0;
  border: 0;
  background: #fff;
  width: 60px;
  cursor: pointer;
  height: 4px;
}
.bannerSection .banner .slick-dots li.slick-active button {
  background: #D45715;
}
.bannerSection.innerpagebanner .banner {
  height: 450px;
}
.bannerSection.innerpagebanner .banner .slide {
  height: 450px;
}
.bannerSection.innerpagebanner .banner .slide img {
  height: 450px;
}
.bannerSection.innerpagebanner .banner .slide p {
  margin: 0 0 20px;
  font-size: 16px;
}
.bannerSection.innerpagebanner .banner .slide h1 {
  font-size: 60px;
}

.wrapper {
  width: 100%;
}

.containor {
  max-width: 1200px;
  margin: 0 auto;
}

.offerWrapperWrapper {
  padding: 80px;
}
.offerWrapperWrapper.aboutpage {
  padding-top: 0;
}

.offerWrapper {
  display: flex;
  padding: 80px;
  background: #fff;
  border-radius: 30px;
}

.offerLeft {
  width: 55%;
  padding-right: 20px;
}
.offerLeft h2 {
  margin-bottom: 30px;
}
.offerLeft h2:after {
  left: 0;
  transform: translate(0, 0);
}
.offerLeft h3 {
  font-size: 30px;
  font-family: "Domine", serif;
  font-weight: 400;
  margin: 40px 0 20px 0;
}
.offerLeft ul {
  display: flex;
  flex-direction: column;
}
.offerLeft ul li {
  display: inline-flex;
  font-size: 21px;
  line-height: 1.5;
  padding: 5px 0;
}
.offerLeft ul li strong {
  font-weight: 400;
  margin-right: 10px;
}
.offerLeft p {
  font-size: 26px;
  line-height: 1.4;
}
.offerLeft p + p {
  margin-top: 20px;
}
.offerLeft .enquiereBtn {
  margin-top: 40px;
}

h2 {
  font-size: 50px;
  font-family: "Domine", serif;
  font-weight: 600;
  position: relative;
}
h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 2px #D45715;
  width: 50px;
  height: 1px;
}

.offerRight {
  width: 45%;
  margin-left: 20px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.offerRight > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapTrusted {
  display: flex;
  align-items: flex-start;
}
.wrapTrusted h2 {
  max-width: 450px;
  font-size: 44px;
  min-width: 450px;
  padding-left: 15px;
}
.wrapTrusted p {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 100px;
}

.trustsection {
  padding: 80px;
}
.trustsection h2 {
  padding-left: 0;
}
.trustsection h2:after {
  display: none;
}

.brandslider {
  width: 100%;
  margin-top: 80px;
}

.brandSlide {
  width: 200px;
  padding: 10px;
}
.brandSlide img {
  max-width: 90%;
  filter: grayscale(1);
  transition: 0.4s;
  height: 70px;
  object-fit: contain;
}
.brandSlide:hover img {
  filter: grayscale(0);
}

.whatwedo {
  background: rgb(255, 255, 255) url("./whatwedobg.png") no-repeat center;
  background-size: cover;
  padding: 100px 20px 80px;
  width: calc(100% - 160px);
  margin: 80px 80px 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.whatwedo h2 {
  padding-left: 10px;
}

.whatwedoList {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 30px;
}
.whatwedoList .slidewwl {
  width: 24%;
  gap: 1%;
  padding: 70px 0;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
}
.whatwedoList .slidewwl i {
  padding-bottom: 15px;
  color: #D45715;
}
.whatwedoList .slidewwl h3 {
  font-size: 26px;
  font-family: "Domine", serif;
  padding-bottom: 10px;
}
.whatwedoList .slidewwl p {
  font-size: 21px;
  line-height: 1.4;
}

.servicepage {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
}
.servicepage .whatwedoList {
  gap: 2%;
}
.servicepage .whatwedoList .slidewwl {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.avlProp {
  padding: 80px;
}
.avlProp h2 {
  padding-left: 0px;
  margin-bottom: 50px;
  text-align: center;
}

.avlPlotsList {
  width: 100%;
  display: flex;
  gap: 2%;
}
.avlPlotsList li {
  display: inline-flex;
  position: relative;
  width: 31.11%;
  flex-direction: column;
}
.avlPlotsList li span {
  width: 100%;
  display: block;
  line-height: 0;
  padding-top: 50%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.avlPlotsList li span img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avlPlotsList li .avlPropCont {
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0px;
}
.avlPlotsList li .avlPropCont h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.avlPlotsList li .avlPropCont p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}
.avlPlotsList li .avlPropCont .enquiereBtn {
  font-size: 20px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}

.waIcon {
  display: inline-flex;
  margin-right: 10px;
  width: 31px;
  height: 31px;
  background: url("./assets/images/whatsapp.svg") no-repeat;
}

.callIcon {
  display: inline-flex;
  margin-right: 10px;
  width: 31px;
  height: 31px;
  background: url("./assets/images/callusicon.svg") no-repeat;
}

.listYourProp {
  width: 100%;
  background: #D45715;
  padding: 45px 0;
}
.listYourProp > div {
  display: flex;
  justify-content: space-between;
}
.listYourProp > div h3 {
  font-size: 40px;
  font-family: "Domine", serif;
  color: #fff;
}
.listYourProp .enquiereBtn {
  font-size: 20px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.wwdButton {
  margin-top: 60px;
}

.formwrap {
  padding: 80px;
}
.formwrap.contactuspage {
  padding-top: 0;
}
.formwrap.contactuspage .formwrapInner {
  background: transparent;
  padding: 0 15px;
  justify-content: space-between;
}
.formwrap.contactuspage .formwrapInner .mainFormwrap {
  width: 50%;
}

.formwrapInner {
  width: 100%;
  background: url("./assets/images/steel-mill.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  padding: 100px;
  display: flex;
  justify-content: center;
}

.mainFormwrap {
  width: 100%;
  border-radius: 30px;
  padding: 30px;
  max-width: 1000px;
  background: #fff;
  text-align: center;
}
.mainFormwrap h4 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.mainFormwrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.mainFormwrap ul li {
  display: inline-flex;
  padding: 10px 0;
}
.mainFormwrap ul li p{ width: 100%;}
.mainFormwrap ul li input {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 0;
  background: transparent;
  border-bottom: solid 2px #909090;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.mainFormwrap ul li textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  border: 0;
  background: transparent;
  border-bottom: solid 2px #909090;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.mainFormwrap ul li button {
  border: 0;
  margin: 0 auto;
  margin-top: 30px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footerwrap {
  width: 100%;
  padding: 30px;
  background: #190C05;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer {
  background-color: #26140A;
  color: #f2f2f2;
  padding: 40px 0 20px 0;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer-logo img {
  width: 180px;
}

.footer-links a {
  color: #f2f2f2;
  margin: 0 15px;
  text-decoration: none;
  font-size: 16px;
}

.footer-links p, .footer-contact p {
  line-height: 1.7;
  margin: 0;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact {
  text-align: right;
}
.footer-contact a{
  color: #f2f2f2;
  text-decoration: none;
   
}
.wrapLinkfooter {
  width: 100%;
  border-top: solid 1px #323232;
  padding: 25px 0 0 0;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-contact {
    text-align: center;
  }
}
.contactusDetails {
  width: 50%;
  padding-right: 20px;
}
.contactusDetails p {
  font-size: 24px;
  margin: 20px 0;
  line-height: 1.4;
}
.contactusDetails h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 20px 0 10px;
}
.contactusDetails h2:after {
  left: 0;
  transform: translate(0, 0);
}
.contactusDetails ul {
  display: flex;
  flex-direction: column;
}
.contactusDetails ul li {
  display: inline-flex;
  flex-direction: column;
  font-size: 21px;
  padding: 10px 0 20px;
}
.contactusDetails ul li span {
  opacity: 0.7;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #D45715;
}
.contactusDetails ul li p {
  font-size: 21px;
  margin: 0;
}
.contactusDetails ul li a {
  color: inherit;
  text-decoration: none;
  text-decoration: underline;
}

.wrapMap {
  width: 100%;
  padding: 0 80px 80px 80px;
}
.wrapMap iframe {
  border-radius: 30px;
}

#nav-icon1 {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
  background: transparent;
  border: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.humburgerMenuIcon{
  width: 25px;
  height: 19px;
  position: relative;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #D45715;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 17px;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.listClients {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 50px auto;
}
.listClients .brandSlide {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listClients .brandSlide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .bannerSection .banner .slide .contentWrap{
    padding: 20px;
  }
  .bannerSection .banner .slide h1, .bannerSection.innerpagebanner .banner .slide h1 {
    font-size: 36px;
  }
  .bannerSection .banner .slide h2, h2, .wrapTrusted h2, .offerLeft h2 {
    font-size: 36px;
  }
  .wrapTrusted h2{ min-width: 100%; max-width: 100%;}
  .bannerSection .banner .slide p {
    font-size: 18px;
    margin: 20px 0;
  }
  .bannerSection {
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
  .whatwedo {
    margin: 80px 20px 0;
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .offerLeft ul li{ font-size: 18px; flex-direction: column; align-items: flex-start;}
  .avlProp, .offerWrapperWrapper, .trustsection, .formwrap {
    padding: 30px 20px;
  }
  .listYourProp > div h3 { font-size: 28px;}
  .avlPlotsList, .wrapTrusted  {
    flex-direction: column;
  }
  .formwrapInner { padding: 0; background: transparent;}
  .mainFormwrap { padding: 20px;}
  .listYourProp .enquiereBtn{
    font-size: 16px;
    padding: 10px ;
    margin-left: 0 !important;
  }
  .callIcon{ width: 20px; height: 20px; background-size: 20px;}
  .waIcon{ width: 20px; height: 20px; background-size: 20px;}
  .wrapTrusted p { padding-left: 0; margin-top: 20px;}
  .avlPlotsList li {
    width: 100%; 
    margin-bottom: 20px;
  }
  .headerwrap {
    padding: 0px 20px;
  }
  .avlPlotsList li span {
    padding-top: 70%;
  }
  .footer-logo{ margin-bottom:30px;}
  .offerWrapper {
    padding: 40px 20px;
    flex-direction: column;
  }
  .footer-links a { margin: 0 10px; font-size: 14px;}
  .offerLeft {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .offerLeft p { font-size: 18px;}
  .offerRight {
    width: 100%;
  }
  .wrapTrusted p {
     padding-left: 0;
    font-size: 18px;
  }
  .listYourProp {
    padding: 40px 20px;
  }
  .listYourProp > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .enquiereBtn {
    padding: 15px 20px;
    font-size: 21px;
  }
  .headerwrap .menuwrap li a {
    padding: 10px 15px;
  }
}
@media (max-width: 900px) {
  .servicepage .whatwedoList .slidewwl{
    width: 100%;
  }
  .listClients{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
     
  }
  .formwrapInner{
    flex-direction: column;
  }
  .wrapMap{padding: 20px;}
  .contactusDetails, .formwrap.contactuspage .formwrapInner .mainFormwrap{
    width: 100%;
  }
  .formwrapInner{ padding: 0;}
  .whatwedoList .slidewwl p, .contactusDetails p{ font-size: 18px;}
  .headerwrap .menuwrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    z-index: 11111111;
    
    border-radius: 30px;
    backdrop-filter: blur(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: calc(100vh - 40px);
    overflow: hidden;
    max-height: 0;
    padding: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
  .headerwrap .logo{z-index: 2;}
  .headerwrap #nav-icon1{z-index: 2;}

  .headerwrap .menuwrap li {
    width: 100%;
    text-align: center;
     
  }
  .headerwrap .menuwrap li a{
    padding: 10px 15px;
    font-size: 18px;
  }
  .headerwrap .menuwrap.open { display: flex; max-height: 100vh; padding: 10px; }
  .headerwrap .menuwrap.open li:first-child { margin-top: 60px; }
  .headerwrap .menuwrap.open li:last-child { margin-top: auto; justify-content: center; padding-bottom: 30px; }
  .headerwrap .logo {
    max-width: 80px;
  }
  #nav-icon1 {
    display: flex;
  }
  .headerwrap .wrapHeaderwrap {
    padding: 16px 10px 16px 30px;
  }
}/*# sourceMappingURL=styles.css.map */
