@font-face {
  font-family: "Roboto-Light";
  font-display: swap;
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.ttf");
}

/* @font-face {
  font-family: "Roboto-Italic";
  font-display: swap;
  src: url("../fonts/Roboto-Italic.ttf");
} */

@font-face {
  font-family: "PlayfairDisplay-Bold";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold.ttf");
}

/* @font-face {
  font-family: "PlayfairDisplay-Medium";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Medium.ttf");
} */

/* @font-face {
  font-family: "PlayfairDisplay-Regular";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
} */

/* @font-face {
  font-family: "PlayfairDisplay-Light";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Light.ttf");
} */

@font-face {
  font-family: "Prata-Regular";
  font-display: swap;
  src: url("../fonts/Prata-Regular.ttf");
}


button,
select,
.moreless-button {
  cursor: pointer;
}

[data-toggle="modal"] {
  cursor: pointer;
}



html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 2000px;
  overflow-x: hidden !important;
}

:root {
  --yellow: #c49b4e;
}

:root {
  --light-green: #fff9f0;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slider {
  height: 100vh;
}

.slider .carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider .carousel-item img {
  width: 100%;
  object-fit: cover;
}

.slider .carousel-item:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
  -moz-transition: all 1s cubic-bezier(.075, .82, .165, 1);
  -ms-transition: all 1s cubic-bezier(.075, .82, .165, 1);
  -o-transition: all 1s cubic-bezier(.075, .82, .165, 1);
  transition: all 1s cubic-bezier(.075, .82, .165, 1);
  transition-delay: .1s;
}

.slider .arrow {
  position: absolute;
  top: 45%;
  width: 80px;
  right: 7%;
  height: 50px;
  display: grid;
  z-index: 99;
  justify-content: space-between;
}

.slider .arrow .arrow-box img {
  padding: 2px;
  display: grid;
  align-content: center;
  width: 60px;
  height: 60px;
  padding: 12px;
}

.slider .arrow .carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.slider .carousel-indicators {
  cursor: pointer;
}

.slider .carousel-indicators .active {
  background-color: #fff;
}

.slider .carousel-fade .carousel-item {
  opacity: 0.8;
  transition-duration: .6s;
  transition-property: opacity;
}

.slider .carousel-fade .carousel-item.active,
.slider .carousel-fade .carousel-item-next.carousel-item-left,
.slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.slider .carousel-fade .active.carousel-item-left,
.slider .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.slider .carousel-fade .carousel-item-next,
.slider .carousel-fade .carousel-item-prev,
.slider .carousel-fade .carousel-item.active,
.slider .carousel-fade .active.carousel-item-left,
.slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.slider .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  height: 100%;
}

.carousel-fade,
.carousel-inner {
  height: 100%;
}

.carousel-item img {
  object-fit: inherit;
  height: 100%;
}

/*.slider .carousel-inner:before {content: "";position: absolute;width: 100%;z-index: 98;
background: linear-gradient(0deg, rgba(3, 193, 243, 0) 0%, rgb(0 0 0 / 50%) 100%);left: 0;right: 0;bottom: 0;height: 100%;}*/

.slider .carousel-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4F80AF 0%, #E3E1DE 100%);
  z-index: -1;

}


.slider .carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 8;
  background: linear-gradient(0deg, rgba(3, 193, 243, 0) 0%, rgb(0 0 0 / 50%) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item>img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}

.main-btn {
  border: none;
  font-family: "Roboto-Regular";
  padding: 16px 25px;
  font-size: 18px;
  text-transform: uppercase;
  background-color: var(--yellow);
  color: #fff;
  letter-spacing: 4px;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  background: transparent;
  transition: all 0.3s;
  border-top: 0;
}

.bg-dark {
  background-color: transparent !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 15px 10px;
  color: #fff;
  font-family: "Roboto-Light";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
}

.navbar .navbar-brand img {
  width: 85px;

  /* filter: invert(1); */
}

body.fixed .navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #000 !important;
  animation: menu_link_an 500ms forwards;
  width: 100%;
}

@keyframes menu_link_an {
  0% {
    transform: translateY(-50px)
  }

  100% {
    transform: translateY(0)
  }
}

body.fixed .navbar .logo img {
  filter: brightness(500%);
}

body.fixed .menu li a {
  color: #fff;
}

body.fixed .wrapper .menu li.megamenu>a:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.main-menu .right .inner-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}


.main-menu .right .inner-btn span img{
 
  display: none;
}
.main-menu .right .inner-btn span img {
  color: #fff;
  width: 30px;
  filter: invert();
  cursor: pointer;
  /* display: none; */
}

.main-menu .right .inner-btn a {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Regular";
  letter-spacing: 1px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
  display: flex;
  gap: 0 7px;

}

.main-menu .right .inner-btn a .fa {
  margin-right: 15px;
  padding: 5px;
  border-radius: 50px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  width: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.main-menu .right {
  width: 90%;
}

.main-menu .nav-inner {
  width: 10%;
}

.container {
  min-width: 90%;
}

.main-content {
  position: absolute;
  left: 0%;
  z-index: 100;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.main-content .inner-box {
  width: 94%;
  margin: 0 auto;
  display: flex;
  padding: 0px 50px;
}

.main-content .inner-box .left {
  width: 20%;
  padding: 60px 0px;
}

.main-content .inner-box .medium {
  width: 40%;
  padding: 40px 0px;
  padding-left: 2%;
}

.main-content .inner-box .right-right {
  width: 14%;
}

.main-content .inner-box .right {
  width: 24%;
}

.main-content h2 {
  font-family: "PlayfairDisplay-Bold";
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 39px;

}

.main-content .project-logo {
  width: 226px;
}

.main-content h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto-Regular";
  letter-spacing: 0.5px;
  padding: 15px 0px;
}

.main-content .typology {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.main-content .right .inner-form {
  position: relative;
  padding: 40px 40px;
  /* top: 20px; */
  border-top: 0;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.main-content .right .inner-form .form-control {
  margin: 11px 0px;
  border-radius: 0;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-content .right .inner-form .box:first-child .form-control {
  margin-top: 0;
}

.main-content .right .inner-form .form-control::placeholder {
  color: #222;
  font-family: "Roboto-Medium";
}

.main-content .right .inner-form button {
  width: 100%;
  background-color: #000;
  border-radius: 0;
  height: 50px;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.main-content .right .inner-form::after {
 content: "Enquire Now";
    position: absolute;
    top: -54px;
    left: 0;
    color: #000;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 12px 25px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 0;
    text-align: center;
    font-family: "Roboto-Bold";
}

.main-content h6.h-key-h {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Roboto-regular";
  font-size: 16px;
  letter-spacing: 0.8px;
}

.main-content .inner-box .medium h1.price {
  color: #fff;
  font-size: 44px;
  font-family: "Prata-Regular";
  color: #fff;
  letter-spacing: 1px;
}

.about-us {
  padding: 150px 0px;
}

.about-us .img-sec {
  padding-right: 25px;
  position: relative;
}

.about-us .img-sec .inner-img {
  display: flex;
  justify-content: space-between;
}

.about-us .img-sec .inner-img .box {
  width: calc(50% - 15px);
}

.about-us .img-sec .inner-img .box img {
  border: 1px solid rgba(196, 155, 78, 0.4);
  padding: 10px;
}

.about-us .img-sec .inner-img .box:last-child {
  margin-top: 50px;
}

.about-us .content-sec h2 {
  padding: 15px 0px;
}

.about-us .content-sec {
  display: grid;
  align-items: center;
  height: 100%;
}

.about-us .content-sec p {
  padding-top: 10px;
  width: 90%;
  margin-bottom: 25px;
}

.about-us .content-sec {
  padding-left: 50px;
}

.about-us .content-sec h4 {
  padding-top: 25px;
  position: relative;
}

.about-us .content-sec h4.small-title:after {
  position: absolute;
  content: "";
  top: 0;
  height: 2px;
  width: 50px;
  left: 0;
  background-color: var(--yellow);
}

.about-us .content-sec button {
  margin-top: 35px;
}

.about-us .content-sec .our-product {
  display: flex;
  padding-top: 25px;
  width: 80%;
}

.about-us .content-sec .our-product .box {
  background-color: var(--light-green);
  padding: 40px 50px;
  text-align: center;
  width: 45%;
  border: 1px solid rgba(196, 155, 78, 0.4);
  margin-right: 15px;
}

.about-us .content-sec .our-product img {
  width: 50px;
}

.about-us .content-sec .our-product .box h4 {
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

.about-us .img-sec .price {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-us .img-sec .price .inner-price {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: var(--light-green);
  border: 1px solid var(--yellow);
  display: grid;
  align-items: center;
}

.about-us .img-sec .price .inner-price h6 {
  font-family: "Roboto-Medium";
  font-size: 15px;
  letter-spacing: 0.5px;
  display: grid;
  margin-left: 28px;
}

.about-us .img-sec .price .inner-price h1 {
  font-family: "Prata-Regular";
  font-size: 36px;
  letter-spacing: 1px;
  color: var(--yellow);
  text-align: center;
}


.sub-title {
  font-family: "Roboto-Medium";
  font-size: 16px;
  letter-spacing: 0.8px;
  color: var(--yellow);
  background-color: var(--light-green);
  padding: 5px 15px;
}

.small-title {
  font-family: "Roboto-Medium";
  font-size: 20px;
  letter-spacing: 0.5px;
}

.main-title {
  font-family: "PlayfairDisplay-Bold";
  font-size: 31px;
  letter-spacing: 1px;
}

.main-title span {
  color: var(--yellow);
  border: 1px solid var(--yellow);
  padding: 5px 15px;
}

.main-para {
  font-size: 16px;
  font-family: "Roboto-regular";
  line-height: 28px;
  letter-spacing: 0.5px;
}


.highlight {
  background-color: var(--light-green);
  padding: 100px 0px;
}

.highlight .inner-text {
  padding: 0px 50px;
  text-align: center;
  display: grid;
  align-items: flex-end;
  height: 100%;
}

.highlight .a-text {
  border: 4px solid var(--yellow);
  padding: 25px;
}

.highlight .inner-text img {
  border: 1px solid rgba(196, 155, 78, 40%);
}

.highlight .inner-text p {
  font-family: "Prata-Regular";
  font-size: 24px;
  padding: 10px 0px;
  letter-spacing: 0.5px;
  line-height: 42px;
  text-align: left;
}

.highlight .inner-text p:last-child {
  padding-bottom: 0;
}

.highlight .inner-text img {
  padding: 20px;
}

.highlight .inner-highlight {
  background-color: var(--light-green);
  display: grid;
  align-items: center;
}

.highlight .inner-highlight h2 {
  padding: 15px 0px;
  position: relative;
}

.highlight .inner-highlight h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: 50px;
  left: 0;
  background-color: #fff;
}

.highlight .inner-highlight span.sub-title {
  background-color: rgba(196, 155, 78, 10%);
  padding: 5px 15px;
}

.highlight .inner-highlight ul {
  padding-top: 15px;
}

.highlight .inner-highlight ul li {
  padding: 5px 0px;
  font-family: "Roboto-Medium";
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.5px;
  display: flex;
}

.highlight .inner-highlight ul li .fa {
  margin-right: 10px;
  margin-top: 4px;
}

.container-2 {
  max-width: 70%;
  margin: 0 auto;
}

.amenities {
  background-color: #252525;
  height: 85vh;
}

.amenities .inner-amenities {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.amenities .inner-amenities .box {
  width: 25%;
  position: relative;
  height: 50%;
  overflow: hidden;
}

.amenities .inner-amenities .box img {
  height: 100%;
  object-fit: cover;
  transition: 5s;
}

.amenities .inner-amenities .box .inner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: grid;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  z-index: 9;
}

.amenities .inner-amenities .box:hover img {
  transform: scale(1.2, 1.2);
  transition: 5s;
}

.amenities .inner-amenities .box:hover .inner-box {
  transition: 0.4s;
  padding-bottom: 55px;
}

.amenities .inner-amenities .box:first-child {
  width: 50%;
  padding: 0px 8%;
  display: grid;
  align-items: center;
}

.amenities .inner-amenities .box:first-child h2 {
  padding: 15px 0px;
  color: #fff;
}

.amenities .inner-amenities .box:first-child h2 span {
  border: 1px solid var(--yellow);
  color: var(--yellow);
  text-transform: uppercase;
}

.amenities .inner-amenities .box:first-child span.sub-title {
  background-color: rgba(255, 255, 255, 0.1);
}

.amenities .inner-amenities .box .inner-box span {
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 24px;
  letter-spacing: 0.5px;
}

.amenities .inner-amenities .box .inner-box h4 {
  color: #fff;
  font-family: "PlayfairDisplay-Bold";
  font-size: 32px;
  letter-spacing: 1px;
}

.amenities .inner-amenities .box .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  content: "";
}

.price-list {
  padding-bottom: 100px;
  background-color: var(--light-green);
}

.price-list .top-sec {
  background-color: var(--yellow);
  padding: 100px 0px;
  text-align: center;
  padding-bottom: 250px;
}

.price-list .top-sec .heading-price {
  margin: 0 auto;
}

.price-list .top-sec .heading-price span.sub-title {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.price-list .top-sec .heading-price h2 {
  padding: 35px 0px;
}

.price-list .top-sec .heading-price h2 span {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.price-list .bottom-sec {
  margin-top: -225px;
  padding: 0px 10%;
}

.price-list .bottom-sec .box {
  padding: 10px;
  background-color: var(--light-green);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.price-list .bottom-sec .box .inner-box {
  padding: 50px 20px;
  border: 1px solid rgba(196, 155, 78, 70%);
}

.price-list .bottom-sec .box .inner-box .p-heading {
  font-family: "Roboto-Bold";
  font-size: 20px;
  letter-spacing: 0.5px;
  color: var(--yellow);
}

.price-list .bottom-sec .box .inner-box h2 {
  font-family: "Prata-Regular";
  font-size: 24px;
  padding: 10px 0px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(196, 155, 78, 90%);
  margin-bottom: 25px;
}

.price-list .bottom-sec .box .inner-box h2 span {
  font-family: "PlayfairDisplay-Bold";
}

.price-list .bottom-sec .box .inner-box h4 {
  font-family: "Roboto-Medium";
  font-size: 18px;
  letter-spacing: 0.5px;
}

.price-list .bottom-sec .box .inner-box p {
  font-family: "Roboto-Regular";
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.location-map {
  padding: 100px 0px;
}

.location-map .head {
  background-color: #fff;
  padding-bottom: 60px;
}

.location-map .head h2 {
  margin-top: 25px;
}

.main-location {
  padding: 50px;
  background-color: var(--light-green);
}

.inner-map {
  display: flex;
}

.inner-map .left {
  width: 30%;
  border: 1px solid rgba(196, 155, 78, 40%);
}

.inner-map .right {
  width: 70%;
  display: grid;
  align-items: center;
}

.bottom-map {
  margin: 0 auto;
}


.modal {
  z-index: 99999;
}

.modal-body {
  background-color: var(--light-green);
  opacity: 1;
  align-items: center;
  text-align: center;
  padding: 50px;
  position: relative;
}

.modal .close {
  top: 15px;
  position: absolute;
  right: 20px;
  color: #000;
  opacity: 1;
  font-size: 36px;
}

.modal-body img {
  width: 231px;
}

.modal-body h2 {
  font-family: "BebasNeue-Regular";
  font-size: 31px;
  letter-spacing: 2px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.modal-body h6 {
  font-family: "Roboto-Regular";
  font-size: 18px;
  padding-top: 10px;
}

.modal-body h4 {
  color: var(--yellow);
  text-align: center;
  border-radius: 50px;
  font-family: "Roboto-Medium";
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.modal-body button.main-btn {
  margin-top: 15px;
  width: 100%;
}

.modal-body .form-control {
  border: 1px solid rgba(196, 155, 78, 50%);
  border-radius: 0;
  height: 50px;
  margin-bottom: 10px;
  background-color: var(--light-green);
}

.modal-body .form-control::placeholder {
  font-family: "Roboto-Regular";
  color: #222;
}

.gallery {
  padding: 100px 0px;
}

.gallery .heading {
  padding-bottom: 50px;
}

.gallery h2.main-title {
  padding: 25px 0px;
}

.gallery .heading h6 {
  color: #fcb230;
}

.gallery .heading h1 {
  font-size: 120px;
  padding-top: 0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery .heading p {
  color: #666;
  line-height: 28px;
}

.gallery .heading .right-s {
  display: grid;
  align-items: center;
}

.gallery img {
  object-fit: cover;
  border: 2px solid #fff;
  height: 100%;
}

.gallery .overlay {
  overflow: hidden;
}

.gallery .gallery-box {
  overflow: hidden;
}


.gallery .inner-box-out {
  display: flex;
}

.gallery .inner-box-out .box-1 {
  width: 50%;
}

.gallery .inner-box-out .box-1 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.gallery .inner-box {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}

.gallery .inner-box .box {
  height: 50%;
  width: 50%;
  flex-wrap: wrap;
}

.gallery .inner-box .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-timeline-sec {
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline {
  margin: 210px 0;
  padding: 0;
  border-top: 2px solid #222;
  list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}

.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-color: var(--light-green);
  color: #222;
  font-family: "Roboto-Regular";
  border: 2px solid #222;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-style: normal;
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 3%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #222;
  width: 2px;
  height: 50px;
  background: #222;
  position: absolute;
  top: -50px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #222;
  width: 8px;
  height: 8px;
  background: #222;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #222;
  width: 2px;
  height: 50px;
  background: #222;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #222;
  width: 8px;
  height: 8px;
  background: #222;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  width: 100%;
  font-family: "Roboto-Regular";
  margin: 25px 0px;
}

.ps-timeline-sec .container ol.ps-timeline li p b {
  font-family: "Prata-Regular";
  font-size: 24px;
  display: block;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
}



.floor-plan {
  background-color: var(--light-green);
}

.floor-plan .container {
  padding: 100px 0px;
  border-top: 1px solid rgba(196, 155, 78, 25%);
}

.floor-plan h2.main-title {
  padding: 25px 0px;
}

.floor-plan span.sub-title {
  background-color: rgba(196, 155, 78, 10%);
}

.floor-plan .container-2 .head {
  margin-bottom: 40px;
}

.floor-plan .box {
  margin: 20px 0px;
  position: relative;
  border: 1px solid rgba(196, 155, 78, 25%);
  padding: 2px;
}

.floor-plan .head {
  padding-left: 15px;
  padding-bottom: 25px;
}

.floor-plan h4 {
  text-align: center;
  background-color: rgba(196, 155, 78, 25%);
  padding: 15px 0px;
}

.floor-plan .box .inner-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

.floor-plan .box .inner-box span {
  letter-spacing: 0.5px;
}

.price-list .bottom-btn {
  padding-top: 100px;
  text-align: center;
  margin: 0 auto;
}

.price-list .bottom-btn span {
  background-color: transparent;
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.builder-sec {
  padding: 100px 0px;
  background-color: var(--light-green);
}

.builder-sec .container {
  border-bottom: 1px solid rgba(196, 155, 78, 10%);
  padding-bottom: 100px;
}

.builder-sec h2 {
  margin-bottom: 25px;
  padding-top: 10px;
}

.builder-sec span {
  background-color: rgba(196, 155, 78, 10%);
}

.builder-sec p {
  padding-bottom: 15px;
}

.builder-sec .form-control {
  border: 1px solid rgba(196, 155, 78, 25%);
  border-radius: 0;
}

.builder-sec .form-control::placeholder {
  font-family: "Roboto-Regular";
}

.builder-sec .form-sec .inner-form .form-control {
  margin-bottom: 15px;
  height: 55px;
}

.footer {
  background-color: #181818;
}

.footer .menu-sec {
  padding: 75px 0px;
  text-align: center;
  background-color: #222;
  position: relative;
}
.disclaimer-section {
  position: absolute;
  top: 30%;
  right: 10%;
}
.disclaimer-section a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #c49b4e;
  padding: 11px 20px;
  margin-right: 10px;
}

.footer .menu-sec ul li {
  display: inline-block;
}

.footer .menu-sec ul li a {
  color: #eee;
  padding: 10px 15px;
  font-family: "Roboto-Regular";
  letter-spacing: 1px;
  text-decoration: none;
  text-decoration: none;
  font-size: 16px;
}

.footer .menu-sec .logo-footer {
  margin: 0px auto;
  width: 139px;
  margin-bottom: 41px;}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 16px 8px 16px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ccc;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s;
  font-family: "Prata-Regular";
}

.sidenav .nav-divide {
  padding: 50px;
  display: grid;
  align-items: center;
  height: 80%;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 75px;
  margin-left: 50px;
}

.footer .inner-footer {
  padding: 70px 0px;
  text-align: center;
}

.footer .inner-footer .container {
  padding: 0px 10%;
}

.footer .inner-footer p,
a {
  color: #b3adad;
  font-family: "Roboto-Regular";
  font-size: 13px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

.footer .inner-footer h6 {
  font-family: "Roboto-Medium";
  color: #ccc;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.footer .inner-footer p.main-para {
  color: #ccc;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(196, 155, 78, 05%);
  margin-bottom: 25px;
}

.form_for_mb {
  background: #000000;
  color: #fff;
  padding: 0 20px 25px 20px;
}

.form_for_mb .container {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.form_for_mb .form_heading {
  font-size: 35px;
  margin-bottom: 15px;
}

.form_for_mb .form-control {
  width: 100%;
  margin-bottom: 13px;
  padding: 8px;
}

@media screen and (max-width: 1500px) {
  .main-content {
    bottom: -5px;
  }

  .main-content h2 {
    font-size: 25px;
    line-height: 42px;
}

  .main-content .right .inner-form {
    padding: 20px 20px;
  }

  .main-content .right .inner-form .form-control {
    margin: 5px 0px;
    height: 46px;
  }

  .main-content .inner-box .medium {
    padding: 30px 0px;
    padding-left: 4%;
  }

  .main-content .inner-box .medium h1.price {
    font-size: 46px;
  }

  .main-content .right .inner-form button {
    height: 46px;
  }

  .main-content .right .inner-form::after {
    top: -55px;
    font-size: 23px;
    padding: 15px 25px;
  }

  .slider .arrow {
    top: 40%;
    width: 54px;
    right: 8%;
    height: 30px;
  }

  .main-content .inner-box {
    padding: 0px 30px;
  }

  .container {
    min-width: 92%;
  }

  .main-content .project-logo {
    width: 160px;
  }

  .main-content h4 {
    font-size: 16px;
  }

  .main-menu .right .inner-btn {
    padding-right: 40px;
  }

  .about-us {
    padding: 80px 0px;
  }

  .about-us .content-sec {
    padding-left: 25px;
  }

  .main-title {
    font-size: 28px;
  }

  .about-us .content-sec p {
    width: 100%;
  }

  .main-para {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.2px;
  }

  .about-us .content-sec .our-product .box {
    padding: 25px 25px;
  }

  .about-us .content-sec button {
    margin-top: 25px;
  }

  .main-btn {
    padding: 14px 25px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .about-us .img-sec {
    padding-right: 5px;
  }

  .about-us .img-sec .price .inner-price {
    width: 185px;
    height: 185px;
  }

  .about-us .img-sec .price .inner-price h1 {
    font-size: 30px;
    letter-spacing: 0.4px;
  }

  .highlight .inner-highlight ul li {
    padding: 4px 0px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }

  .price-list .bottom-sec .box .inner-box h2 {
    font-size: 26px;

  }

  .price-list .bottom-sec .box .inner-box .p-heading {
    font-size: 20px;
  }

  .price-list .bottom-sec .box .inner-box h4 {
    font-size: 16px;
  }

  .price-list .bottom-sec .box .inner-box p {
    font-size: 17px;
  }

  .price-list .bottom-sec .box .inner-box {
    padding: 40px;
  }

  .price-list .top-sec {
    padding: 80px 0px;
    padding-bottom: 200px;
  }

  .price-list .bottom-sec {
    margin-top: -185px;
  }

  .price-list {
    padding-bottom: 80px;
  }

  .floor-plan .container {
    padding: 75px 0px;
  }

  .floor-plan .head {
    padding-bottom: 15px;
  }

  .amenities .inner-amenities .box .inner-box h4 {
    font-size: 24px;
  }

  .amenities .inner-amenities .box .inner-box span {
    font-size: 20px;
  }

  .gallery {
    padding: 75px 0px;
    padding-bottom: 0
  }

  .gallery .heading {
    padding-bottom: 25px;
  }

  .location-map {
    padding: 75px 0px;
  }

  .builder-sec {
    padding: 75px 0px;
  }

  .builder-sec .form-sec .inner-form .form-control {
    margin-bottom: 7px;
    height: 48px;
  }

  .footer .inner-footer .container {
    padding: 0px 15px;
  }

  .footer .inner-footer {
    padding: 50px 0px;
  }

  .footer .menu-sec {
    padding: 50px 0px;
  }

  .container-2 {
    max-width: 88%;
  }

  .sidenav a {
    padding: 10px 8px 10px 32px;
    font-size: 22px;
  }

  .amenities .inner-amenities .box:first-child {
    padding: 0px 4%;
  }
}

@media screen and (max-width: 1368px) {
  .main-content h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.4px;
  }

  .main-content .inner-box .medium h1.price {
    font-size: 40px;
  }

  .main-content h6.h-key-h {
    font-size: 15px;
  }

  .main-content h4 {
    font-size: 15px;
  }

  .main-title {
    font-size: 26px;
  }

  .about-us .img-sec .price .inner-price h1 {
    font-size: 26px;
  }

  .about-us .img-sec .price .inner-price h6 {
    font-size: 14px;
    letter-spacing: 0.4px;
    margin-left: 28px;
  }

  .about-us .img-sec .price .inner-price {
    width: 170px;
    height: 170px;
  }

  .price-list .bottom-sec .box .inner-box h2 {
    font-size: 27px;

  }

  .price-list .bottom-sec .box .inner-box .p-heading {
    font-size: 18px;
  }

  .price-list .bottom-sec .box .inner-box {
    padding: 32px;
  }

  .price-list .bottom-btn {
    padding-top: 75px;
  }

  .small-title {
    font-size: 18px;
    letter-spacing: 0.2px;
  }

  .ps-timeline-sec .container ol.ps-timeline li p b {
    font-size: 20px;
  }

  .inner-map .left {
    width: 35%;
  }

  .inner-map .right {
    width: 65%;
  }

  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    width: 50px !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    width: 50px !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li p {
    font-size: 15px;
    line-height: 24px;
  }

  .sub-title {
    font-size: 15px;
    letter-spacing: 1.2px;
  }

  .ps-timeline-sec .container ol.ps-timeline li span {
    padding: 5%;
  }

  .builder-sec {
    padding: 65px 0px;
  }

  .footer .menu-sec .logo-footer {
    width: 136px;
  }

  .slider .arrow {
    top: unset;
    width: 50px;
    right: 32%;
    height: 30px;
    bottom: 15px;
    z-index: 150;
    opacity: 0.9;
  }
}

@media screen and (max-width: 1280px) {
  .main-content .inner-box .right {
    width: 26%;
  }

  .main-content .inner-box .right-right {
    width: 10%;
  }

  .slider .arrow {
    right: 37%;
  }

  .main-content .inner-box .medium {
    width: 40%;
  }

  .main-title {
    font-size: 24px;
  }

  .highlight .inner-text {
    padding: 0px 10px;
  }

  .price-list .bottom-sec .box .inner-box h2 {
    font-size: 24px;

  }

  .main-btn {
    padding: 12px 20px;
  }

  .small-title {
    font-size: 16px;
  }

  .ps-timeline-sec .container ol.ps-timeline {
    margin: 175px 0;
  }

  .ps-timeline-sec .container ol.ps-timeline li p {
    line-height: 24px;
  }

  .footer .menu-sec ul li a {
    font-size: 15px;
  }

  .footer .inner-footer h6 {
    font-size: 15px;
  }

  .form-control::placeholder {
    font-size: 15px;
    font-family: "Roboto-Regular";
  }
}


.d-view {
  display: block;
}

.m-view {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .disclaimer-section a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #c49b4e;
    padding: 10px 10px;
    margin-right: 10px;
    font-size: 12px;
}
.disclaimer-section {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    width: 100%;
}
  .d-view {
    display: none;
  }

  .m-view {
    display: block !important;
  }

  /* .carousel-inner.m-view{} */
  .about-us .img-sec .inner-img.m-view {
    display: flex !important;
  }

  .gallary-sm {
    display: flex !important;
    flex-wrap: wrap;
  }

  .gallary-sm .box {
    flex: 1 0 49%;
  }

  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #222;
    padding-left: 0 !important;
    padding-top: 35px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }

  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }

  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }

  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: -15px;
  }

  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    display: none;
  }

  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -15px;
  }

  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -15px;
  }

  .ps-timeline-sec .container ol.ps-timeline {
    margin: 25px 0 !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li span {
    padding: 2%;
  }

  .ps-timeline-sec .container ol.ps-timeline li {
    height: 100px;
  }

  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    display: none;
  }

  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    display: none;
  }

  .main-menu .right .inner-btn span img{
    display: block;
  }
  .main-menu .right .inner-btn .nav-divide{
    display: none;
  }
}


.mobile-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  z-index: 999;
  display: none;
}

.mobile-section .btn {
  padding: 7px 10px;
  font-size: 12px;
  text-align: center;
  flex-grow: 1;
  color: #fff;
  position: relative;
}

.mobile-section .btn:not(:last-child):before {
  position: absolute;
  content: '';
  height: 10px;
  width: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.m-v {
  display: none;
}

@media screen and (max-width: 575px) {
  .mobile-section {
    display: flex;
  }

  .d-v {
    display: none;
  }

  .m-v {
    display: block;
  }


  .main-content .inner-box .right {
    display: none;
  }

  .main-content .inner-box .right-right {
    display: none;
  }

  .main-content .inner-box {
    display: block;
  }

  .main-content .inner-box .left {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .main-content .inner-box .medium {
    width: 100%;
    padding: 10px 0px;
    padding-left: 0%;
  }

  .main-menu .right .inner-btn {
    padding-right: 0px;
  }

  nav.navbar.navbar-expand-md.bg-dark.navbar-dark {
    padding: 10px 15px;
  }

  .main-menu .right {
    width: 100%;
  }

  .main-menu .width {
    width: calc(100% - 100px);
  }

  .navbar .navbar-brand img {
    width: 100px;
  }

  .main-menu .right .inner-btn a {
    padding: 8px 0px;
    font-size: 16px;
  }

  .main-menu .right .inner-btn a .fa {
    margin-right: 8px;
    padding: 1px;
    margin-right: 0px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    border: none;
  }

  .main-content .project-logo {
    width: 120px;
  }

  .main-content .typology {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .main-content .inner-box {
    width: 100%;
  }

  .main-content h4 {
    padding-bottom: 0;
  }

  .slider .arrow {
    right: 8%;
  }

  .about-us {
    padding: 25px 0px;
  }


  .about-us .img-sec .inner-img .box img {
    padding: 5px;
  }

  .about-us .img-sec .inner-img .box {
    width: calc(50% - 5px);
  }

  .inner-map {
    display: block;
  }

  .inner-map .left {
    width: 100%;
  }

  .inner-map .right {
    width: 100%;
    padding-left: 5%;
  }

  .main-title {
    font-size: 20px;
  }

  .main-btn {
    font-size: 15px;
  }

  .about-us .content-sec .our-product .box h4 {
    font-size: 15px;
  }

  .highlight .inner-highlight {
    padding: 50px 15px;
    padding-bottom: 0px;
  }

  .highlight {
    padding: 25px 0px;
  }

  .price-list .top-sec {
    padding: 50px 0px;
    padding-bottom: 200px;
  }

  .price-list .bottom-sec {
    padding: 0px 15px;
  }

  .price-list {
    padding-bottom: 50px;
  }

  .price-list .bottom-btn {
    padding-top: 50px;
  }

  .floor-plan {
    padding: 25px;
  }

  .floor-plan .head {
    padding: 0px 15px;
  }

  .amenities .inner-amenities .box {
    width: 50%;
  }

  .amenities .inner-amenities .box .inner-box h4 {
    font-size: 18px;
  }

  .amenities {
    height: auto;
  }

  .amenities .inner-amenities .box:first-child {
    width: 100%;
    padding: 50px 25px;
  }

  .amenities .inner-amenities .box {
    height: auto;
  }

  .price-list .bottom-sec .box .inner-box p {
    margin-bottom: 20px;
  }

  .price-list {
    padding-bottom: 20px;
  }

  .floor-plan .container {
    padding: 50px 0px;
  }

  .gallery .inner-box-out {
    flex-wrap: wrap;
  }

  .gallery .inner-box-out .box-1 {
    width: 100%;
  }

  .gallery .inner-box {
    width: 100%;
  }

  .location-map .head {
    padding-bottom: 40px;
  }

  .container {
    min-width: 100%;
  }

  .gallery {
    padding: 50px 15px;
  }

  .builder-sec {
    padding: 35px 0px;
  }

  .footer .menu-sec ul {
    display: none;
  }

  .footer .menu-sec .logo-footer {
    margin-bottom: 0;
  }

  .footer .inner-footer .container {
    padding: 0px 35px;
  }

  .price-list .top-sec {
    overflow: hidden;
  }

  .main-content {
    bottom: 0px;
  }

  .sidenav .nav-divide {
    padding: 10px;
    height: 96%;
  }

  .price-list .bottom-sec .box {
    margin-bottom: 15px;
  }

  .slider {
    height: 89vh;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    font-size: 16px;
  }

  .sidenav .closebtn {
    font-size: 60px;
  }

  .modal-body img {
    width: 120px;
  }

  .modal-body h4 {
    font-size: 18px;
  }

  .modal-body h6 {
    font-size: 18px
  }

  .modal-body button.main-btn {
    margin-top: 0px;
  }

  .modal-body {
    padding: 25px;
  }

  .location-map {
    padding: 20px 0px;
  }

  .about-us .content-sec {
    padding-left: 10px;
  }

  .slider .carousel,
  .carousel-inner,
  .carousel-item {
    height: auto;
  }

  /* height: calc(100vh - 75px); */

  .slider .carousel-item img {
    width: 100%;
    object-fit: unset;
    height: auto;
  }

  .slider .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    height: auto;
  }

  .carousel-fade,
  .carousel-inner {
    height: auto;
  }

  .carousel-item img {
    object-fit: inherit;
    height: auto;
  }

  .slider {
    height: auto;
  }

  .main-content {
    position: unset;
  }

  .call-number {
    display: none;
  }

  .main-content {
    background-color: rgba(0, 0, 0, 1);
    margin-top: -5px !important;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(3, 193, 243, 0) 0%, rgb(0 0 0 / 0%) 0%);
    display: none;
  }

  .slider .carousel-item:after {
    display: none;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 1);
  }

  .bg-dark {
    background-color: rgba(0, 0, 0, 1) !important;
  }

  .navbar {
    position: unset;
  }

  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }

    to {
      transform: scale(1, 1);
    }
  }

  .carousel-inner .carousel-item>img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
  }

  .slider .arrow {
    bottom: unset;
    margin-top: 28px;
  }
}

@media screen and (max-width: 475px) {
  .main-menu .right .inner-btn a {
    margin-right: 14px;
  }

  nav.navbar.navbar-expand-md.bg-dark.navbar-dark {
    padding: 5px 10px;
  }

  .main-content h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .about-us .content-sec h2 {
    font-size: 14px;
  }

  .about-us .content-sec .our-product .box {
    width: 50%;
    padding: 25px 0px;
  }

  .floor-plan h2.main-title {
    font-size: 16px;
  }

  .amenities .inner-amenities .box .inner-box {
    padding: 15px 0px;
  }

  .amenities .inner-amenities .box .inner-box h4 {
    letter-spacing: 0.2px;
    font-size: 16px;
  }

  .ps-timeline-sec .container ol.ps-timeline li {
    height: 75px;
  }

  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 85% !important;
  }

  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 85% !important;
  }

  .location-map .head h2 {
    font-size: 17px;
  }

}

.floor-plan .box img.d-view, .floor-plan .box img.m-view {
  filter: blur(3px);
}
.navbar-dark .navbar-brand {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}