@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.btn-primary {
  color: #fff;
  background-color: #fc821b;
  border-color: #fc821b;
}

a {
  transition: 0.5s;
}

.titleOne {
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
  display: block;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}

.titleTwo {
  font-family: "Lato", sans-serif;
  display: block;
  background: #fff;
  padding: 0 15px;
  font-size: 24px;
  text-align: center;
}
.titleTwo::after {
  width: 50px;
  height: 5px;
  background: #fc821b;
}

/* Style 7
   ----------------------------- */
.seven h6 {
  width: 300px;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 22px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px;
  align-items: center;
}

.seven h6:after, .seven h6:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #fc821b;
  border-top: 1px solid #fc821b;
  height: 5px;
  background-color: #fff;
}

.seven2 h6 {
  width: 300px;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 22px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px;
  align-items: center;
}

.seven2 h6:after, .seven2 h6:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 5px;
  background-color: #fc821b;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler .close-icon {
  display: none;
  font-size: 24px;
  line-height: 1;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .close-icon {
  display: inline;
}

.downloadBT {
  display: table;
  margin: 20px auto 0 auto;
  font-size: 17px;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  background: #fc821b;
  color: #fff;
  transition: 1.5s linear;
  text-decoration: none;
  background: linear-gradient(to right, #f1aa70, #fc821b, #645438, #412108, #634125);
  background-size: 600%;
  animation: anime 8s linear infinite;
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.owl-dots {
  display: none;
}

.mob-dis {
  display: none !important;
}

.headerWrap {
  padding: 0;
  margin: 0;
  position: fixed;
  height: 50px;
  top: 0;
  z-index: 999;
  width: 100%;
}
.headerWrap .navbar-collapse {
  justify-content: flex-end;
}
.headerWrap .navbar-collapse .nav-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 15px;
}
.headerWrap .navbar-collapse .nav-link:hover {
  color: #fc821b;
}
.headerWrap .navbar-collapse .active {
  color: #fc821b !important;
}

.bannerWrap {
  margin-top: 120px;
}

.bannerLowerWrap {
  padding: 40px 0;
}
.bannerLowerWrap .iconWrapOne {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerLowerWrap .iconWrapOne .imageWrap {
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-right: 15px;
}
.bannerLowerWrap .iconWrapOne .imageWrap img {
  text-align: center;
  display: block;
  margin: 5px auto 0 auto;
}
.bannerLowerWrap .iconWrapOne h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.intarestWrap {
  background: #fc821b;
  padding: 40px 0 20px 0;
}
.intarestWrap h3 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.intarestWrap h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
.intarestWrap input {
  background: none;
  border: solid 1px #fff !important;
}
.intarestWrap .submiBT {
  display: block;
  background: #fff;
  border-radius: 5px;
  color: #000;
  text-align: center;
  padding: 6px 0;
  width: 100%;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  border: solid 1px #fff;
}
.intarestWrap .submiBT:hover {
  background: #fc821b;
  color: #fff;
}

.overviewwrap {
  padding: 40px 0;
}
.overviewwrap img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.overviewwrap p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  padding: 10px 0 20px 0;
  margin: 0;
  text-align: left;
}
.overviewwrap .twoPart {
  justify-content: center;
  align-items: center;
}
.overviewwrap .downloadBT {
  margin: 0;
}

.aminitiesWrap {
  padding: 40px 0;
  background: #fff2e7;
}
.aminitiesWrap .iconWrapTwo {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.aminitiesWrap .iconWrapTwo .imageWrap {
  width: 100px;
  height: 100px;
  padding: 15px;
  background: #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-right: 15px;
}
.aminitiesWrap .iconWrapTwo .imageWrap img {
  text-align: center;
  display: block;
  margin: 9px auto 0 auto;
}
.aminitiesWrap .iconWrapTwo h5 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.masterPlanWrap {
  padding: 40px 0;
}
.masterPlanWrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.floorPlanWrap {
  padding: 40px 0;
}
.floorPlanWrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
}

.priceWrap {
  padding: 40px 0;
  background: #fff2e7;
}
.priceWrap .blockOne {
  border-radius: 10px;
  background: #fff;
  padding: 35px 0;
}
.priceWrap .blockOne h3 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.priceWrap .blockOne h6 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #000;
  display: block;
  text-align: center;
}
.priceWrap .blockTwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.priceWrap .blockTwo img {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.walkthroughWrap {
  padding: 40px 0;
}
.walkthroughWrap .ratio {
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.downloadWrap {
  padding: 40px 0;
}

.devloperWrap {
  padding: 40px 0;
}
.devloperWrap .devlop-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.devloperWrap p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  padding: 10px 0 20px 0;
  margin: 0;
  text-align: center;
}

.addressWrap {
  padding: 40px 0;
  background: #fc821b;
}
.addressWrap h6 {
  color: #fff;
}
.addressWrap h2 {
  color: #fff;
}
.addressWrap h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  color: #fff;
}

.mulayamWrap {
  padding: 40px 0 0 0;
}
.mulayamWrap .mulamLogo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mulayamWrap p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 10px 0 20px 0;
  margin: 0;
  text-align: center;
}

.footerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.footerWrap .whatsapp {
  width: 50px;
  height: 50px;
  background: #fc821b;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  border-radius: 100px;
  margin: 0 10px;
  text-align: center;
}
.footerWrap .whatsapp:hover {
  background: #000;
}
.footerWrap .callapp {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
}
.footerWrap .callapp:hover {
  background: #fc821b;
}
.footerWrap .inqureNow {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}
.footerWrap .inqureNow:hover {
  color: #fc821b;
}

.modalWrapOne {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalWrapOne .blockOne {
  width: 33%;
}
.modalWrapOne .blockOne i {
  font-size: 32px;
  text-align: center;
  display: block;
}
.modalWrapOne .blockOne p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 989px) {
  .desk-dis {
    display: none !important;
  }
  .mob-dis {
    display: block !important;
  }
  .bannerLowerWrap .iconWrapOne .imageWrap {
    font-size: 15px;
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .bannerLowerWrap .iconWrapOne {
    margin-bottom: 25px;
  }
  .bannerLowerWrap .iconWrapOne .imageWrap img {
    margin: 0px auto 0 auto;
    max-width: 35px;
  }
  .bannerLowerWrap .iconWrapOne h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .intarestWrap input {
    margin-bottom: 20px;
  }
  .intarestWrap h6 {
    font-size: 14px;
    margin-top: 13px;
  }
  .intarestWrap h3 {
    margin-bottom: 15px;
  }
  .seven h6 {
    width: 250px;
    font-size: 18px;
  }
  .titleOne {
    font-size: 28px;
    line-height: 32px;
  }
  .overviewwrap p {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }
  .overviewwrap .downloadBT {
    margin: 0 auto;
  }
  .aminitiesWrap .iconWrapTwo .imageWrap {
    width: 70px;
    height: 66px;
    margin-right: 10px;
  }
  .aminitiesWrap .iconWrapTwo .imageWrap img {
    margin: -2px auto 0 auto;
    max-width: 40px;
  }
  .aminitiesWrap .iconWrapTwo h5 {
    font-size: 15px;
  }
  .priceWrap {
    padding: 15px 0;
  }
  .addressWrap h6 {
    width: 250px;
    font-size: 18px;
  }
  .addressWrap h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .addressWrap h4 {
    font-size: 16px;
  }
  .footerWrap {
    margin-bottom: 0;
    background: #000;
    padding: 15px 0;
    justify-content: space-between;
  }
  .footerWrap .callapp {
    background: #fff;
    color: #000;
  }
  .inqureNow {
    display: block !important;
  }
  .headerWrap .navbar-collapse .nav-link {
    padding: 0;
    margin: 10px 0;
  }
  .walkthroughWrap {
    padding: 20px 0;
  }
  .footerWrap {
    position: sticky;
    left: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */