@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&display=swap");
.fs-white {
  color: #ffffff !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #0f1236;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e1306c;
}

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

body {
  font-family: "Lato", sans-serif !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  color: #b28d47 !important;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}

.container-fluid {
  padding: 10px 50px !important;
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 10px 30px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #11143c;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

ul li {
  list-style: none;
  position: relative;
}

.shadows {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbars {
  align-items: center;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 4px solid #11143c;
  height: 100px;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #11143c;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
    z-index: 9;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
}
.nav-menu .menu-item {
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
  padding-left: 15px;
}
.nav-menu .menu-item a {
  color: #11143c !important;
  display: block;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu .menu-item a:hover {
  color: #0f1236 !important;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.count ul {
  list-style: none;
  display: flex;
  padding: 0px;
  gap: 30px;
  margin: 0px;
}
.count ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #cd3a24;
  font-weight: 800;
}
@media (max-width: 768px) {
  .count ul li {
    font-size: 25px;
  }
}

@media screen and (orientation: landscape) {
  .carousel img {
    height: 100vh;
  }
}
.span-highlight {
  color: #e1306c;
}

.circle-checkmark {
  padding: 0;
}
.circle-checkmark li {
  padding: 0 0 0 20px;
  margin-bottom: 6px;
}
.circle-checkmark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border: solid 8px #b28d47;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.circle-checkmark li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature-sec-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .feature-sec-list {
    flex-wrap: wrap;
    gap: 0;
  }
  .feature-sec-list .circle-checkmark {
    margin-bottom: 0px;
  }
}

.block {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media (max-width: 768px) {
  .block {
    height: 260px;
  }
}

.block .para-content {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  width: 35%;
  margin: 0 auto;
  background: #b28d47;
  color: #ffffff;
  padding: 40px;
  text-transform: initial;
}
@media (max-width: 768px) {
  .block .para-content {
    width: 70%;
    font-size: 16px;
    padding: 10px;
    left: 0%;
  }
}

.img-parallax {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.para-position {
  left: 30%;
}

.contact-div {
  right: 30%;
}
.contact-div .contact-head {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-div .contact-head {
    font-size: 20px;
  }
}

button {
  width: 160px;
  padding: 10px;
  font-size: 20px !important;
  font-weight: 700;
  border: none;
}
button:focus {
  outline: none;
}

.nine {
  background: #0f1236;
  color: #ffffff;
  border-radius: 5px;
  transition: transform 200ms;
}
.nine:hover {
  transform: rotate(5deg);
  background-color: #ffffff;
  color: #0f1236;
}

footer {
  background: #3e4d56;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .content .top .logo-details {
  color: #ffffff;
  font-size: 30px;
}
footer .content .top .media-icons {
  display: flex;
}
footer .content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #ffffff !important;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
footer .content .top .media-icons a:nth-child(1) {
  background: #4267b2;
}
footer .content .top .media-icons a:nth-child(1):hover {
  color: #4267b2 !important;
  background: #ffffff;
}
footer .content .top .media-icons a:nth-child(2) {
  background: #e1306c;
}
footer .content .top .media-icons a:nth-child(2):hover {
  color: #e1306c !important;
  background: #ffffff;
}
footer .content .top .media-icons a:nth-child(3) {
  background: #ff0000;
}
footer .content .top .media-icons a:nth-child(3):hover {
  color: #ff0000 !important;
  background: #ffffff;
}
footer .bottom-details {
  width: 100%;
  background: #515e66;
}
footer .bottom-details .bottom_text {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
footer .bottom-details .bottom_text span,
footer .bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff !important;
  opacity: 0.8;
  text-decoration: none;
}
footer .bottom-details .bottom_text a {
  margin-right: 10px;
}
footer .bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }
  .content .top .logo-details {
    font-size: 26px;
  }
  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  footer .content .top {
    flex-direction: column;
    gap: 15px;
  }
}
/*back to top arrow start*/
.sp-back-to-top.visible {
  opacity: 0.85;
}

.sp-back-to-top {
  border-radius: 25px;
  opacity: 0;
  background-color: #b28d47;
  border-color: #b28d47;
  border-style: solid;
  border-width: 3px;
  margin: 0 auto;
  position: fixed;
  height: 40px;
  width: 40px;
  bottom: 10px;
  right: 6px;
  z-index: 99999;
  cursor: pointer;
  transition: all ease-in-out 150ms !important;
  -webkit-transition: all ease-in-out 150ms !important;
  -moz-transition: all ease-in-out 150ms !important;
  -ms-transition: all ease-in-out 150ms !important;
}

.sp-back-to-top:hover {
  opacity: 1;
}

.sp-back-to-top:active {
  opacity: 0.8;
}

.sp-back-to-top-arrow-container {
  padding: 0px;
}

.sp-back-to-top-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: url("https://static1.squarespace.com/static/5660870ce4b07de43e2d27fd/t/56d4d5802b8ddea29eb38477/1456788864385/bttarrow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*back to top arrow end*/
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.building-img img {
  width: 100%;
  height: 600px;
}
@media (max-width: 667px) {
  .building-img img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .reverse-content-mob {
    display: flex;
    flex-direction: column-reverse;
  }
  .location-sec h2,
  .feature-sec h2 {
    margin-bottom: 20px !important;
  }
}
.comming {
  border-bottom: 2px solid #0f1236;
  /* ---------- MAIN BODY DECLERATIONS ---------- */
  /* ---------- HERO BANNER DECLERATIONS ---------- */
  /* ---------- TEXT INFO DECLERATIONS ---------- */
}
.comming .mobile-container {
  margin: 40px auto;
  width: 100%;
  padding: 25px;
}
@media (max-width: 768px) {
  .comming .mobile-container {
    margin: 15px auto;
  }
}
.comming .hero-image-desktop {
  display: none;
}
.comming .hero-banner {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.comming .hero-banner .logo-wrapper {
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
  width: auto;
}
.comming .hero-banner .logo-wrapper img {
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  width: auto;
}
.comming .hero-banner .hero-image {
  background-image: url(/images/coming-soon-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 376px;
  width: 100%;
}
.comming .text-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.comming .text-info > * {
  padding: 0 2.5rem 1rem;
}
.comming .text-info h2 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .comming .text-info h2 {
    font-size: 35px;
  }
}
.comming .text-info h2:nth-child(1) {
  font-weight: normal;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  color: #e1306c;
}
.comming .text-info p {
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .comming main {
    display: flex;
    flex-direction: column;
    height: inherit;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 3.5rem;
  }
  .comming .mobile-container {
    width: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .comming .hero-banner .logo-wrapper {
    margin-left: 3.5rem;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .comming .logo-wrapper img {
    margin: 0 0 0;
    padding-left: 2.5rem;
  }
  .comming .hero-image {
    display: none;
  }
  .comming .text-info {
    text-align: left;
    align-items: start;
  }
  .comming .text-info h2 {
    font-size: 4.5rem;
  }
  .comming .text-info p {
    font-size: 16px;
  }
  .comming .hero-image-desktop {
    display: block;
    height: 600px;
    width: 55vw;
  }
  .comming .hero-image-desktop img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.btn-close {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
