* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: Futura_normal;
  src: url(../fonts/FuturaStdMedium.otf); }

@font-face {
  font-family: Futura_bold;
  src: url(../fonts/FuturaStdBold.otf); }

html,
body {
  font-family: Futura_normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #333;
  position: relative; }

h1 {
  font-family: Arial;
  font-size: 54px;
  line-height: 70px;
  color: #e06e50;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 400; }
  @media (max-width: 576px) {
    h1 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600; } }

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: 200; }
  @media (max-width: 576px) {
    p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 200; } }

.padding_bottom_100 {
  padding-bottom: 100px; }
  @media (max-width: 576px) {
    .padding_bottom_100 {
      padding-bottom: 60px; } }

.padding_100 {
  padding: 100px 0; }
  @media (max-width: 576px) {
    .padding_100 {
      padding: 60px 0; } }

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

.navbar-toggler-icon .fa {
  font-size: 35px;
  color: #e06e50; }

@media (max-width: 576px) {
  .navbar-brand img {
    width: 80px;
    margin: 10px; } }

@media (max-width: 576px) {
  .navbar-nav {
    min-height: 100vh;
    justify-content: start !important; } }

.navbar .nav-item {
  padding: 25px 10px; }
  @media (max-width: 576px) {
    .navbar .nav-item {
      padding: 10px; } }

.navbar .nav-link {
  color: #333;
  font-size: 18px; }

.navbar .nav-link:hover {
  color: #e06e50;
  font-size: 18px; }

.banner {
  margin-top: 120px; }

#section-about {
  background-color: #fff6e1; }
  #section-about h1 {
    padding: 0 60px;
    color: #e06e50;
    font-weight: bold; }
    @media (max-width: 576px) {
      #section-about h1 {
        padding: 0 10px; } }

.about_img {
  position: relative;
  padding-left: 60px;
  position: relative; }
  .about_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background-color: #e06e50; }
  .about_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #fff6e1;
    z-index: -1; }
  @media (max-width: 576px) {
    .about_img {
      padding-left: 30px; }
      .about_img::after {
        left: 10px; } }

.row {
  --bs-gutter-x: 0; }

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0; }

.theme-padding {
  position: relative;
  z-index: 9; }
  .theme-padding .about-text {
    margin-top: 60px; }
    @media (max-width: 576px) {
      .theme-padding .about-text {
        margin-top: 40px;
        padding-right: 1rem; } }
  .theme-padding .about-list {
    margin-top: 30px; }
    .theme-padding .about-list ul {
      list-style: none; }
    .theme-padding .about-list ul:last-child {
      margin-bottom: 0; }
    .theme-padding .about-list ul li {
      width: calc(33.33% - 4px);
      display: inline-block;
      margin-bottom: 15px; }
      @media (max-width: 576px) {
        .theme-padding .about-list ul li {
          width: 100%; } }
    .theme-padding .about-list ul li p {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 34px);
      padding-left: 30px;
      position: relative; }
    .theme-padding .about-list p:last-child {
      margin-bottom: 0; }
    .theme-padding .about-list ul li p:before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      transform: translateY(-50%);
      width: 12px;
      background-color: #e06e50;
      height: 12px;
      border-radius: 50px 50px 0 50px; }
    .theme-padding .about-list ul li b {
      color: #e06e50; }

.owl-carousel {
  position: relative;
  padding: 20px 45px; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 100%; }
  .owl-carousel button.owl-next,
  .owl-carousel button.owl-prev {
    font-weight: bold !important;
    font-size: 60px !important; }
    @media (max-width: 576px) {
      .owl-carousel button.owl-next,
      .owl-carousel button.owl-prev {
        font-size: 40px !important; } }
  .owl-carousel h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 10px 0; }
    @media (max-width: 576px) {
      .owl-carousel h1 {
        font-size: 14px;
        line-height: 20px; } }

.section-amenities {
  background-color: #e06e50; }
  .section-amenities h1 {
    color: #fff;
    text-transform: uppercase; }
  .section-amenities p {
    color: #fff; }
  .section-amenities .img_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .section-amenities .img_item h1 {
      font-size: 12px;
      line-height: 16px; }
    .section-amenities .img_item .img_box {
      background-color: #fff;
      border-radius: 50% 50%;
      margin: 1rem 0;
      max-width: 200px; }
  .section-amenities .amenities-carousel {
    position: relative;
    padding-top: 6rem; }
  .section-amenities .amenities-carousel::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 8px;
    background-color: #fff6e1;
    top: 0;
    left: 0;
    z-index: 10; }

.section-connectivity {
  background-color: #fff6e1; }
  .section-connectivity .accordion-header {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: transparent;
    color: #e06e50;
    width: 100%;
    border-bottom: 1px solid #e06e50;
    position: relative;
    text-transform: uppercase;
    font-weight: 700; }
    .section-connectivity .accordion-header .accordion-button {
      color: #e06e50;
      text-transform: uppercase;
      font-weight: 700;
      background-color: unset; }
      .section-connectivity .accordion-header .accordion-button:focus {
        box-shadow: none; }
  .section-connectivity .accordion-item {
    background-color: unset;
    border: none; }
  .section-connectivity .accordion-button::after {
    background-image: url("../img/download.svg"); }
  .section-connectivity .accordion-button:not(.collapsed) {
    box-shadow: none; }

.section-company .partner-logo {
  margin-top: 60px;
  padding-top: 60px;
  text-align: center;
  border-top: 1px solid rgba(224, 110, 80, 0.4); }
  @media (max-width: 576px) {
    .section-company .partner-logo img {
      width: 200px; } }

.section-project-address {
  background-color: #e06e50; }
  .section-project-address .Project_address {
    color: #fff; }
    .section-project-address .Project_address h1 {
      color: #fff;
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px;
      font-weight: bold; }
      @media (max-width: 576px) {
        .section-project-address .Project_address h1 {
          font-size: 20px;
          line-height: 30px;
          font-weight: 600; } }
    .section-project-address .Project_address p {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      font-weight: 200; }
      @media (max-width: 576px) {
        .section-project-address .Project_address p {
          font-size: 14px;
          line-height: 24px;
          font-weight: 200; } }
  .section-project-address .footer-rera {
    margin-top: 40px; }
    .section-project-address .footer-rera a {
      color: #fff; }
    .section-project-address .footer-rera .divider {
      margin-top: 60px;
      background-color: #fff6e1;
      width: 200px;
      height: 6px; }
    .section-project-address .footer-rera .disclaimer {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 18px !important;
      margin-top: 40px; }

.footer {
  background-color: #fff6e1;
  padding: 2rem 0 6rem; }
  @media (max-width: 576px) {
    .footer {
      padding: 2rem 0 4rem; } }

.form_bottom {
  background-color: #e06e50; }
  .form_bottom .def-btn {
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #fff;
    min-width: 200px; }
  .form_bottom input {
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #e06e50;
    min-width: 200px;
    border-radius: 0; }
    .form_bottom input::placeholder {
      color: #fff;
      opacity: 0.7; }
    .form_bottom input:focus {
      background-color: unset;
      color: #fff;
      box-shadow: none;
      border-bottom: 2px solid #fff; }
  .form_bottom .invalid-feedback {
    color: #fff; }

@media (max-width: 576px) {
  .fixed-bottom {
    display: none; } }

.section-floorplans {
  background-color: #fff6e1; }
  .section-floorplans .footer1_detail span {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-weight: 200; }

.section-floorplans button.owl-next span,
.section-floorplans button.owl-prev span,
.section-gallery button.owl-next span,
.section-gallery button.owl-prev span {
  color: #e06e50; }
  @media (max-width: 576px) {
    .section-floorplans button.owl-next span,
    .section-floorplans button.owl-prev span,
    .section-gallery button.owl-next span,
    .section-gallery button.owl-prev span {
      padding: 0 15px; } }

.section-amenities button.owl-next span,
.section-amenities button.owl-prev span {
  color: #fff6e1; }
  @media (max-width: 576px) {
    .section-amenities button.owl-next span,
    .section-amenities button.owl-prev span {
      padding: 0 15px; } }

.fixed-btn-enquire {
  position: fixed;
  background-color: #e06e50;
  top: 50%;
  right: 0;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  min-width: 200px;
  transform: translateY(-100px) rotate(-90deg);
  transform-origin: 170px;
  z-index: 10000; }
  @media (max-width: 576px) {
    .fixed-btn-enquire {
      top: unset;
      transform: unset;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      font-size: 20px; } }
  .fixed-btn-enquire:hover {
    box-shadow: none;
    color: #fff; }
  .fixed-btn-enquire:focus {
    box-shadow: none;
    color: #fff; }

.enguire_modal .modal-dialog {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.enguire_modal .modal-title {
  color: #fff; }

.enguire_modal .modal-content {
  background-color: #e06e50; }
  .enguire_modal .modal-content .form-group {
    display: flex;
    align-items: center;
    justify-content: center; }
  .enguire_modal .modal-content .def-btn {
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #fff;
    min-width: 200px; }
  .enguire_modal .modal-content input {
    margin: 1rem 0;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #e06e50;
    min-width: 200px;
    border-radius: 0; }
    .enguire_modal .modal-content input::placeholder {
      color: #fff;
      opacity: 0.7; }
    .enguire_modal .modal-content input:focus {
      background-color: unset;
      color: #fff;
      box-shadow: none;
      border-bottom: 2px solid #fff; }
  .enguire_modal .modal-content .invalid-feedback {
    color: #fff; }

.enguire_modal .form-disclaimer {
  font-size: 11px;
  line-height: 13px;
  color: #fff; }

.map {
  border: 5px solid #e06e50; }
  @media (max-width: 576px) {
    .map {
      margin-bottom: 3rem; }
      .map iframe {
        height: 350px; } }

.accordion-body ul {
  list-style: none;
  padding-left: 0; }
  .accordion-body ul li {
    font-size: 14px; }
    @media (max-width: 576px) {
      .accordion-body ul li {
        font-size: 12px; } }
    .accordion-body ul li .map-label-min {
      color: #e06e50; }
