@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
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;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}

::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}

:-moz-placeholder {
  color: #fff;
  font-size: 13px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
}

.reset {
  clear: both;
}

textarea,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
select:focus,
textarea {
  font-size: 16px;
}

@font-face {
  src: url(../font/kaftan-trial.otf);
  font-family: kaftan;
}
body {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "kaftan", serif;
}

p {
  margin-top: 15px;
  font-size: 13px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-30 {
  margin-top: 30px;
}

.txt-center {
  text-align: center;
}

#right-strip {
  width: 100px;
  height: 100vh;
  background-color: #000;
  position: absolute;
  right: 0;
  z-index: 999;
  transition: all 0.5s;
  position: fixed;
  top: 0;
}

.call-btn-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  color: #fff;
  border: none;
  margin-top: 48px;
  font-size: 20px;
  cursor: pointer;
}

.enquire-btn {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  position: absolute;
  background: no-repeat;
  border: none;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.enquire-btn:hover {
  letter-spacing: 1px;
  cursor: pointer;
}

.intro {
  width: 100%;
  position: relative;
  float: left;
  height: 100vh;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.intro .logo {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: inherit;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.logo img {
  width: 140px;
}
.intro .intro--desc {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  width: 85%;
}
.intro h1 {
  font-size: 40px;
  color: #fff;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 30px;
}

.btn {
  font-family: "DM Sans", sans-serif;
  margin: 15px 0 0;
  padding: 15px 25px;
  border: #373737 1px solid;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #373737;
  cursor: pointer;
  text-decoration: none;
}
.btn.is-outline {
  background: none;
  border: #fff 1px solid;
  color: #fff;
}
.btn.is-outline:hover {
  color: #000;
}
.btn.is-outline::after {
  background: #fff;
}
.btn.is-outline.is-dark {
  border-color: #373737;
  color: #373737;
}
.btn.is-outline.is-dark:hover {
  color: #fff;
}
.btn.is-outline.is-dark::after {
  background: #373737;
}
.btn.md-close {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border-color: #fff;
  font-size: 20px;
}
.btn:hover {
  color: #373737;
}
.btn:hover::after {
  left: -10%;
  width: 120%;
}
.btn::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  left: -10%;
  transform: skewX(10deg);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.btn span {
  z-index: 1;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
/*  margin-right: 8px;*/
}

.btn span i {
  font-size: 18px;
  margin-left: 0px;
}

.scroll-down-line {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
.scroll-down-line span {
  display: block;
  width: 1px;
  height: 80px;
  background-color: #fff;
  position: relative;
  left: 50%;
  animation: scrolldown 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

section.about {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
section.about .about--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section.about .about--txt-box {
  position: relative;
  z-index: 99;
  padding: 0 30px;
}
section.about .about--txt-box h2 {
  font-size: 50px;
  color: #373737;
  text-transform: none;
}
section.about .about--txt-box h2 small {
  font-size: 30px;
  display: block;
}

section.about .about--txt-box .reveal-text-new-mob small {
  font-size: 24px;
}

section.project {
  width: 100%;
  position: relative;
  float: left;
  padding: 100px 0;
  height: 100vh;
}
section.project .project--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.project .project--title h2 {
  font-size: 50px;
  color: #fff;
  text-transform: none;
}

.fountainhead {
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
}

.marina {
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
}

.pinnacle {
  background: url(../images/bg4.jpg) no-repeat center center;
  background-size: cover;
}

section.project-main {
  width: 100%;
  position: relative;
  float: left;
}
section.project-main .project-main--left {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 30px;
}
section.project-main .project-main--left .rera-details {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #373737;
  text-transform: none;
}
section.project-main .project-main--left .rera-details img {
  width: 50px;
  height: 50px;
}
section.project-main .project-main--left .project-main--left--slider-container {
  margin-top: 16px;
}
section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider {
  width: 100%;
  position: relative;
  float: left;
  border-radius: 30px;
  overflow: hidden;
}
section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider figure {
  width: 100%;
  position: relative;
  float: left;
  cursor: pointer;
}
section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider figure .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details {
  padding: 0 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
  margin-top: 16px;
}
section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details .tag-box {
  font-family: "kaftan", serif;
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 15px;
}
section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details .tag-box span {
  font-family: "Lora", serif;
  font-size: 11px;
  display: block;
}
section.project-main .project-main--right {
  background: #f4f4f4;
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 30px;
}
section.project-main .project-main--right img {
  margin: 0 auto;
}
section.project-main .project-main--right p {
  margin: 20px 0;
}
section.project-main .tag-list {
  width: 100%;
  position: relative;
  float: left;
  background: #f4f4f4;
  padding: 0 16px 60px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
}
section.project-main .tag-list span {
  padding: 10px;
  position: relative;
}
section.project-main .tag-list span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #373737;
}
section.project-main .tag-list span:last-child::after {
  display: none;
}

.flex {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-cover {
  width: 60%;
}

.slider {
  width: 100%;
  position: relative;
  float: left;
  position: relative;
}
.slider .owl-item .item {
  height: auto;
  width: 100%;
  position: relative;
  float: left;
}
.slider .owl-item .item .slider--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .owl-item .item .slider--content .slider--content--deatils {
  width: 100%;
  padding: 0 15px;
}
.slider .owl-item .item .slider--content .slider--content--deatils h2 {
  line-height: 1.6;
}
.slider .owl-item.active h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slider .owl-item.active a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.6s;
}

footer {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 30px;
}
footer .cta {
  width: 100%;
  position: relative;
  float: left;
  background: #373737;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
}
footer .cta .cta--inner {
  width: 100%;
  position: relative;
  float: left;
}
footer .cta .cta--inner h2 {
  font-size: 20px;
  color: inherit;
  text-transform: none;
}
footer .cta .cta--inner h2 span {
  display: block;
}
footer .cta .cta--inner form button {
  margin-top: 40px;
}
footer .contact {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 60px;
}
footer .contact .mobile {
  font-size: 50px;
  color: #373737;
  text-transform: none;
  text-decoration: none;
  font-family: "kaftan", serif;
}
footer .contact .social-links {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .contact .social-links a {
  color: #373737;
}

.form-box {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 30px;
}
.form-box .field,
.form-box .area {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  background: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  float: left;
  color: #fff;
}
.form-box .area {
  height: 100px;
  resize: none;
}

.buttons {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.buttons .btn {
  margin: 0;
}
.buttons .action-btns .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
}

@media only screen and (max-width: 576px) {
  /*#right-strip {
    display: none;
  }*/
}
@media only screen and (min-width: 992px) {
  .intro .intro--desc {
    width: 65%;
    padding-left: 230px;
  }
  .intro .intro--desc h1 {
    font-size: 58px;
    line-height: 1.5;
  }
  section.about {
    height: 100vh;
  }
  section.about .about--icon {
    width: 35%;
  }
  section.about .about--txt-box {
    width: 50%;
    margin: 0 auto;
  }
  section.about .about--txt-box h2 {
    font-size: 80px;
    line-height: 1.7;
  }
  section.project-main {
    height: 100vh;
  }
  section.project-main .project-main--left,
  section.project-main .project-main--right {
    width: 50%;
    height: 100%;
    padding: 60px 100px;
  }
  section.project-main .project-main--left .project-main--left--slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider {
    width: 80%;
  }
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details {
    width: 20%;
  }
  section.project-main .project-main--right {
    padding-top: 60px;
  }
  section.project-main .project-main--right .project-main--right--box {
    width: 70%;
    margin: 0 auto;
  }
  section.project-main .tag-list {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    background: none;
    padding: 0;
    text-align: center;
  }
  section.faq .faq--bg {
    width: 100%;
    position: relative;
    float: left;
    background: url("../images/bg5.jpg") no-repeat center;
    height: 400px;
  }
  section.faq .faq--list {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .container {
    width: 1170px;
    margin: auto;
    float: none;
  }
}
@keyframes scrolldown {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}
@keyframes fade-in-top {
  0% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
ul.accordion-list {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #373737;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}
ul.accordion-list li h3 {
  cursor: pointer;
  font-family: "Lora", serif;
  font-size: 24px;
  color: #46545e;
  text-transform: none;
}
ul.accordion-list li h3:after {
  content: "\eb3a";
  font-family: "unicons-line";
  position: absolute;
  right: 0;
  top: 30px;
  color: #46545e;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}
.md-modal.is-gallery {
  top: 0;
  left: 0;
  transform: none;
  max-width: none;
  height: 100vh;
}
.md-modal.is-gallery .md-content {
  border-radius: 0;
  height: 100%;
}
.md-modal.is-gallery .md-content .md-content--inner {
  width: 100%;
  position: relative;
  float: left;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-content {
  width: 100%;
  position: relative;
  float: left;
  color: #fff;
  background: #373737;
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
  padding: 80px 0;
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.5s;
}
.md-content .md-content--inner {
  width: 50%;
  margin: 0 auto;
}
.md-content .md-content--inner h3 {
  font-size: 35px;
  text-align: center;
}

.md-show .md-content {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=app.css.map */


.fountainhead-logo {
  width: 150px;
}

.fountainhead-logo.pinnacle_logo {
  width: 110px;
}


/*///// New /////*/
.show_mob {
  display: none;
}
.owl-carousel {
  height: 100%;
}
.gallery_set {
  height: 390px;
}
.owl-carousel .owl-item .gallery_img img {
  min-height: 390px;
  object-fit: cover;
}
.owl-dots {
  position: absolute;
  z-index: 999;
  bottom: 24px;
  /* left: 50%; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  left: 0;
  right: 0;
}

.owl-dot span {
    background-color: #fff;
    width: 8px;
    height: 8px ;
    display: block;
    opacity: .5;
    margin: 0 3px;
    border-radius: 30px;
}

.owl-dot.active span {
  opacity: 1;
  width: 32px;
}

section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider .play {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.project-main .project-main--right .project-main--right--box {
    width: 100%;
    
  }
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details {
    padding: 0 0px 0 32px;
  }
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details .tag-box {
    width: 100%;
    text-align: left;
  }


section.project-main .project-main--right {
  display: flex;
  align-items: center;
}

.marquee_text {
  top: 30px;
  left: 0;
  width: 100%;
  position: absolute;
}

.marquee_text bold {
  font-weight: 600;
}

.work_under_process {
  top: 30px;
  left: 20px;
  position: absolute;
}

.work_under_process h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}





/*//// Media Query /////*/
@media (min-width: 1450px) {
  .owl-carousel .owl-item .gallery_img img {
    min-height: 600px;
  }
  .gallery_set {
    height: 600px;
  }
}

@media (max-width: 1450px) {
  section.project-main .project-main--right {
    min-height: 102vh;
  }
  
}
@media (max-width: 1366px) {
  .intro .intro--desc h1 {
    font-size: 40px;
  }
  section.about .about--txt-box h2 {
    font-size: 46px;
  }
  section.project-main .project-main--right .project-main--right--box {
    width: 100%;
  }
  .btn {
    padding: 12px 25px;
  }
  section.project-main {
    height: 100%;
    min-height: 100vh;
  }
  section.project-main .project-main--left, section.project-main .project-main--right {
    padding: 60px 100px 80px;
  }
}

@media (max-width: 1199px) {
  .intro .intro--desc {
    width: 90%;
    padding-left: 100px;
  }
}

@media (max-width: 992px) {
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details {
    padding: 0 16px;
  }
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details .tag-box {
    width: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #right-strip {
    width: 60px;
  }
  .intro .intro--desc {
    padding-left: 30px;
  }
  .intro .intro--desc h1, section.about .about--txt-box h2,
  section.project .project--title h2 {
    font-size: 40px;
  }
  section.about .about--icon img {
    width: 390px;
  }
  .md-content .md-content--inner {
    width: 90%;
  }
  .btn span i {
    margin-left: 2px;
  }

}

@media (max-width: 576px) {
  .mob_hide {
    display: none;
  }
  .show_mob {
    display: block;
  }
  .intro .intro--desc h1 {
    font-size: 36px;
  }
  .intro, .pinnacle, .marina, .fountainhead {
    background-position: right;
  }
  .intro .intro--desc {
    width: 100%;
    padding: 0 15px;
  }
  section.about .about--txt-box h2, section.project .project--title h2 {
    font-size: 35px;
  }
  
  section.project .project--title h2 span {
    line-height: 26px;
  }

  section.about .about--txt-box h2 {
    display: flex;
    gap: 10px;
    font-size: 24px;
    justify-content: center;
  }

  section.about .about--txt-box h2 span {
    line-height: 26px;
  }
  section.project-main .project-main--left {
    padding: 60px 15px 60px;
  }
  section.project-main .project-main--right {
    padding: 60px 15px 40px;
    min-height: auto;
  }
  .btn {
    min-width: 210px;
  }
  section.project-main .project-main--left .project-main--left--slider-container .project-main--left--slider--details .tag-box {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .intro .logo {
    margin-top: 40px;
  }
  section.project .project--title {
    transform: translate(-50%, -100px);
  }
  section.project {
    height: 400px;
  }

  .enquire-btn {
    writing-mode: lr-tb;
  }
  .call-btn-icon {
    top: -28px;
    left: 40px;
  }
  #right-strip {
    width: 100%;
    height: 60px;
    top: auto;
    bottom: 0;
    right: 0 !important;
  }
  .marina.mob_sec {
    height: 540px;
    background: url(../images/bg3-mob.jpg) no-repeat center center;
    background-size: contain;
  }

  .pinnacle.mob_sec {
    height: 540px;
    background: url(../images/bg4-mob.jpg) no-repeat center center;
    background-size: contain;
  }
  
  .fountainhead.mob_sec {
    height: 540px;
    background: url(../images/bg2-mob.jpg) no-repeat center center;
    background-size: contain;
  }

  .intro.mob_sec {
    height: 100vh;
    background: url(../images/bg1-mob.jpg) no-repeat center center;
    background-size: cover;
  }

  
  .work_under_process {
    top: 55px;
    left: 16px;
    
  }

}