@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --blue: #6D95C8;
  --cream: #F1EDEA;
}

html {
  scroll-behavior: smooth;
}

.header_links svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  /* makes them white */
}

.header_links svg path {
  fill: white;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--white);
  color: var(--black);
}

.text-extra-medium {
  font-size: 16px;
  line-height: 28px;
}

.margin-25px-bottom {
  margin-bottom: 25px;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.margin-2-rem-top {
  margin-top: 2rem;
}

.text-yellow-ochre-light,
.btn-link.text-yellow-ochre-light,
a.text-yellow-ochre-light-hover:hover {
  color: #c3964e;
}

.client-logo-style-03 a:hover img {
  filter: grayscale(0);
  transition-property: filter;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

footer ul li {
  margin-bottom: 10px;
}

.client-logo-style-03 img {
  filter: grayscale(1);
  transition-property: filter;
  -webkit-transition-property: filter;
  -moz-transition-property: filter;
  -ms-transition-property: filter;
  -o-transition-property: filter;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.btn.btn-transparent-dark-gray {
  background: transparent;
  border-color: #232323;
  color: #232323;
}

.text-decoration-line-bottom:before {
  content: "";
  border-bottom: 1px solid;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.btn.btn-fancy.btn-small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 0;
}

img {
  max-width: 100%;
}

.font-weight-600 {
  font-weight: 600 !important;
}

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

.extra-small-icon a {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

footer ul li a {
  font-size: 15px;
}

li {
  /* display: inline-block; */
  margin-right: 25px;
}

footer p {
  font-size: 14px;
  color: #000 !important;
}

.social-icon-style-12 .light li a {
  color: #000;
  display: inline-block;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.pt-50 {
  padding-top: 35px;
}

.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
  color: #757575;
}

a {
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

.extra-small-icon li:first-child,
.small-icon li:first-child,
.medium-icon li:first-child,
.large-icon li:first-child,
.extra-large-icon li:first-child {
  margin-left: 0;
}

.extra-small-icon li {
  margin: 0 2px;
}

.extra-small-icon li,
.small-icon li,
.medium-icon li,
.large-icon li,
.extra-large-icon li {
  display: inline-block;
}

.f-address {
  line-height: 35px;
}

.padding {
  padding: 80px 0;
}

button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  text-transform: capitalize;
}

header {
  position: absolute;
  width: 100%;
  padding: 0px 100px;
  z-index: 99;
}

.inner_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
  box-shadow: 0px 4px 4px 0px #0000000D;
}

.banner {
  position: relative;


}

.banner img {
  z-index: -1;
}

.banner h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: var(--white);
}

.banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_list {
  list-style: disc;
  margin-left: 20px;
  color: var(--white);
  display: flex;
  gap: 15px;
}

.banner_list li {
  font-size: 20px;
  font-weight: 500;
  display: list-item;
  margin-right: 20px;
}

.button_container {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.enq {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 12px;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 5px;
  z-index: 0;
  overflow: hidden;
  transition: color 0.3s;
}

.enq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  z-index: -2;
}

.enq::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--white);
  transition: width 0.3s;
  z-index: -1;
}

.enq:hover {
  color: var(--black);
}

.enq:hover::after {
  width: 100%;
}

.down {
  border-radius: 5px;
  border: 1px solid var(--blue);
}

.down a {
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  background: #396195;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* border-radius: 5px; */
}

.down a img {
  filter: invert(1);
}

.navbar-brand img {
  width: 83px;
}

.nav-link,
.nav-link:hover {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
}

.inner-nav .nav-link,
.inner-nav .nav-link:hover {
  color: var(--black);
}

.header_links {
  display: flex;
  align-items: center;
  color: var(--white);
}

.header_links li {
  display: flex;
  align-items: center;

}

.inner-nav .header_links li {
  color: var(--black);
}



.header_links li a {
  color: var(--white);
}

.inner-nav .header_links li a {
  color: var(--black);
}

.inner-nav .header_links li svg path {
  fill: #000;
}

.about_section {
  padding: 80px 0;
}

.button {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--blue);
  color: var(--white);
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  transition: color 0.3s;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--blue);
  z-index: -2;
}

.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--white);
  border-radius: 10px;
  transition: width 0.3s;
  z-index: -1;
}

.button:hover {
  color: var(--black);
}

.button:hover::after {
  width: 100%;
}

.projects {
  padding: 80px 0;
  background: var(--cream);
}

.project_slider {
  /* max-width: 730px; */
  text-align: center;
}

.project_slider h3 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}

.swiper-slide .project_desc {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active .project_desc {
  display: block;
  opacity: 1;
}

.swiper_buttons {
  position: absolute;
  left: 0;
  top: 32%;
  transform: translateY(32%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  padding: 0 20px;
}

.swiper-next img {
  transform: scaleX(-1);
}

.gallery_section {
  padding: 80px 0;
}

.form_section {
  padding: 40px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/form_background.jpg");
  background-size: cover;
  background-position: center;
}

.form_wrapper {
  background: #000000D9;
  color: var(--white);
  box-shadow: 0px 0px 50px 4px #0000001A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.form_wrapper h4 {
  font-size: 20px;
  font-weight: 500;
}

.form_wrapper p {
  font-size: 14px;
}

.form_control {
  border: none;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  background-color: #F8F1F133;
  color: var(--white);
  border-radius: 5px;
}

.form_control::placeholder {
  color: var(--white);
  font-size: 14px;
}

.info_card {
  background: #000000CC;
  box-shadow: 0px 0px 50px 4px #0000001A;
  color: var(--white);
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.info_card:not(:last-child) {
  margin-bottom: 25px;
}

.info_card img {
  padding: 10px;
  background: white;
  border-radius: 100%;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.py-130 {
  padding: 130px 0;
}

.about-team {
  padding: 80px 0;
}

.bg-gradient-fast-blue-purple {
  background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
}

.margin-4-half-rem-bottom {
  margin-bottom: 4.5rem;
}

.text-extra-dark-gray,
.btn-link.text-extra-dark-gray,
a.text-extra-dark-gray-hover:hover {
  color: #232323;
}

.padding-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}

.feature-box {
  display: flex;
}

.margin-10px-bottom {
  margin-bottom: 10px;
}

.feature-box-icon i {
  font-size: 47px;
  color: #0d6efd;
}

.h-100 {
  height: 100% !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.bg-gradient-fast-blue-purple {
  background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
}

.feature-box-left-icon .feature-box-icon {
  margin-right: 35px;
}

.box-shadow-small,
.box-shadow-small-hover:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .feature-box-overlay {
  opacity: 1 !important;
}

.padding-4-rem-all {
  padding: 4rem;
}

.border-radius-5px {
  border-radius: 5px;
}

.fs-custom {
  font-size: 60px;
}

.dinline {
  display: inline-block;
}

.margin-20px-right {
  margin-right: 20px;
}

.servicecon {
  width: 70px;
}

.box-shadow-small,
.box-shadow-small-hover:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
  -ms-transition: all 0.3s ease-in-out;
}

.margin-2-rem-bottom {
  margin-bottom: 2rem;
}

.h-1px {
  height: 1px;
}

.w-100 {
  width: 100%;
}

.margin-25px-top {
  margin-top: 25px;
}

.bg-medium-light-gray {
  background-color: #ededed;
}

.right-50px {
  right: 50px;
}

.bottom-0px {
  bottom: 0;
}

.opacity-2 {
  opacity: 0.2;
}

footer {
  padding: 40px 0 10px;
}

.feature-box-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.margin-4-half-rem-bottom {
  margin-bottom: 4.5rem;
}

.line-height-18px {
  line-height: 18px;
}

.text-small {
  font-size: 13px;
  line-height: 22px;
}

.padding-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.text-extra-dark-gray,
.btn-link.text-extra-dark-gray,
a.text-extra-dark-gray-hover:hover {
  color: #232323;
}

.text-medium {
  font-size: 14px;
  line-height: 20px;
}

.footer {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 1rem;
}

/* .footer .foot_widget:nth-of-type(3) {} */

.foot_widget ul li a {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.foot_widget input {
  display: block;
  padding: 10px 20px;
  border: none;
  outline: none;
  background: #F8F1F1;
  border-radius: 10px;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.hamburger {
  display: none;
}

.inner-nav .hamburger {
  filter: invert(1);
}

.mob_menu ul li {
  padding: 10px;
  cursor: pointer;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

.mob_menu ul li a {
  text-transform: capitalize;
  color: var(--black);
}

.mob_info {
  margin: 20px 2px;
  position: absolute;
  bottom: 0;
}

.mob_info ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ico {
  position: absolute;
  right: 10px;
  top: 10px;z-index: 9;
  width: 100px;
}

.logo{width: 83px;}

.mob_info ul li a {
  color: black;
  font-size: 14px;
  font-weight: 400;
}
.f-logo{width: 90px;}
.mob_info ul li svg path {
  fill: var(--black);
}

.project_card {
  color: var(--black);
  background: var(--white);
  box-shadow: 0px 0px 24px 0px #6D95C866;
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.project_image {
  width: 100%;
  /* height: 300px; */
  overflow: hidden;
}

.project_image img {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.project_card:hover .project_image img {
  transform: scale(1.1);
}

.project_info {
  padding: 20px;
}

.project_info h4 {
  font-size: 24px;
  font-weight: 500;
}

.project_info p {
  font-weight: 400;
  font-size: 14px;
}

.project_info .project_highlights span {
  font-weight: 400;
  font-size: 14px;
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid var(--black);
  border-radius: 100px;
}

.project_detail h1 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}

.type-tab .nav-item .nav-link:hover {
  background: #292929;
  color: #fff;
}

.bg-gray {
  padding: 24px;
  height: 100%;
  background: #F8F8F8;
}

.mt-5>.nav-pills {
  position: sticky;
  top: 108px;
  background: white;
  padding: 10px 0;
  z-index: 9;
}

.types {
  list-style: none;
  margin: 20px;
  gap: 30px;
  font-size: 18px;
  list-style-position: inside;
  font-weight: 500;
}

.types span {
  color: #4374b3;
}

.types li {
  font-size: 20px;
  font-weight: 500;
}

.types {
  border-bottom: 1px solid #cdcd;
  padding-bottom: 1.5rem;
}

.types li:not(:last-child) {
  margin-bottom: 12px;
}

.line {
  width: 100%;
  height: 1px;
  background: #9C9C9C;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 20px;
}

.amenity:not(:last-child) {
  margin-bottom: 30px;
}

.qr-img {
  width: 151px;
  height: 151px;
}

.amenity span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.interior_card {
  text-align: center;
  margin-top: 30px;
}

.interior_card .img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
}

.interior_card .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior_card h6 {
  line-height: 200%;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
}

button.nav-link,
button.nav-link:hover {
  color: black;
  font-weight: 500;
  border: 1px solid var(--blue);
}

a[data-fancybox="gallery"] {
  cursor: zoom-in;
}


.elavation-img {
  text-align: center;
  margin-bottom: 3rem;
}

button.nav-link.active {
  background-color: var(--blue) !important;
}

.type-title {
  text-align: center;
  margin-bottom: 2rem;
  text-transform: ;
  font-size: 40px;
  font-weight: 500;
  color: #6d95c8;
  position: relative;
  display: inline-block;
  /* keeps lines close to the text */
  padding: 0 20px;
  /* spacing between text and lines */
}

.type-title::before,
.type-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  /* line length */
  height: 2px;
  /* line thickness */
  background-color: #6d95c8;
}

.type-title::before {
  left: -60px;
  /* adjust distance */
  transform: translateY(-50%);
}

.type-title::after {
  right: -60px;
  transform: translateY(-50%);
}

.plan_card {
  width: 100%;
}

.type-tab {
  width: 100%;
  gap: 2rem;
}

.type-tab .nav-item {
  flex-basis: 300px;
  margin: 1.5rem 0;
  text-align: center;
}

.type-tab .nav-link {
  width: 100%;
}

.type-tab .nav-item .nav-link {
  transition: all 300ms ease-in-out;
  color: black;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  border: 1px solid #292929;
  border-radius: 0;
  text-transform: ;
}

.type-tab .nav-item .nav-link.active {
  background: #292929 !important;
  color: #fff;
}

.video-js .vjs-big-play-button {
  background-color: red !important;
}

#contact-form {
  scroll-margin-top: 130px;
}

.project_detail {
  position: sticky;
  top: 150px;
}

.plan_card img {
  height: 690px;
  width: 100%;
}

.project_slider img {
  width: 100%;
}

.project_desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.border-radius-0px {
  border-radius: 0;
}

.border-color-extra-dark-gray {
  border-color: #232323 !important;

}

.input-border-bottom,
.input-border-bottom:focus {
  border: 0;
  border-bottom: 1px solid;
  padding-left: 0;
  padding-right: 0;
}

.large-input {
  padding: 18px 25px 19px;
}

input,
textarea,
select {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
  outline: none;
  color: #828282;
  line-height: initial;
}


.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:focus {
  background: transparent;
  color: #232323;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff;
}

.btn.btn-medium {
  font-size: 12px;
  padding: 10px 26px;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}


.contacts {
  padding: 130px 0;
}

.ml-15 {
  margin-left: 15px;
  margin-bottom: 30px;
}

.font20 {
  font-size: 2.85rem !important;
  font-weight: 600 !important;
}

.contacts h4 {
  font-size: 2.85rem;
  line-height: 3.4rem;
}


.margin-35px-bottom {
  margin-bottom: 35px;
}

.input-border-bottom.required.error {
  border-bottom: 1px solid #ff0000 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.required.error {
  border: 1px solid #ff0000 !important;
}

.pd60 {
  padding: 60px 0;
}

.joinus h4 {
  font-size: 2.85rem;
  line-height: 3.4rem;
}

.btn.btn-fancy.btn-large {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 13px 32px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
  background: transparent;
  color: #fff;
}

.joinus input {
  position: absolute;
  opacity: 0;
}

.joinus {
  overflow: hidden;
  position: relative;
}

.filter-grayscale-100 {
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.h-300px {
  height: 300px;
}

.banner img {
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}

.gallery_section .owl-nav button {
  position: absolute;
  top: 50%;
}

.gallery_section .owl-nav {
  margin: 0;
}

.gallery_section .owl-nav .owl-next {
  right: 0px;
  transform: scale(-1);
}

.gallery_section .owl-nav .owl-prev {
  left: 0px;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}

#my-video {
  width: 100%;
  height: 700px;
  margin-top: 4rem;
}