@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    font-family: var(--f1);

}

a {
    display: inline-block;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

span {
    display: inline-block;
}

ul {
    padding: 0px;
    margin: 0px;
}

img {
    width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    margin-bottom: 0px;
    font-weight: 400;
    color: var(--c4);
    line-height: 1.7;
}

html {
    scroll-behavior: smooth;
}

:root {
    --c1: #04102A;
    --c2: #fff;
    --c3: #000;
    --c4: rgba(0, 0, 0, 1);
    --c5:#1A1818;
    --f1:'Season Mix-TRIAL';
    --f2:'Mona Sans';
    --f3:'Roboto';
}

::selection {
    color: var(--c2);
    background: var(--c1);
}
.spacing{
    padding: 100px 0;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.web-btn a {
    background: var(--c1);
    padding: 15px 30px;
    color: var(--c2);
    font-family: var(--f1);
    font-size: 18px;
    border-radius: 50px;
    border: 2px solid var(--c4);
    transition: .5s;
}
::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 0;
}

body {
    font-family: "Work Sans", sans-serif;
    background: var(--c3);
}
/* Header-Start */
header.main-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin-top: 40px;
}
.inner-header {
    position: relative;
    background: var(--c2);
    padding: 19px 30px;
    border-radius: 110px;
}

.header-logo {
    position: absolute;
    top: -20px;
    background: var(--c2);
    border-radius: 370px;
    left: 0;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-bar nav ul {
    display: flex;
    gap: 30px;
    font-family: var(--f2);
}
.nav-bar nav ul li a {
    font-family: var(--f2);
    font-size: 18px;
    color: var(--c1);
    font-weight: 500;
    transition: .5s;
}

.nav-bar-area {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: end;
}
.header-logo a img {
    width: 70px;
    height: 70px;
}
/* Banner-Start */
.web-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--c2);
}

.web-title p {
    font-size: 16px;
    font-family: var(--f2);
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--c2);
}
.about-img {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.about-img:hover img {
    transform: scale(1.1);
}

.about-img img {
    transition: .5s;
}
.website-title span {
    font-size: 320px;
    line-height: 100%;
    color: var(--c2);
}

.website-title h6 {
    font-size: 32px;
    color: var(--c2);
}

.banner-inner-con {
    display: flex;
    align-items: center;
}
.client-reviews-div img {
    width: 188px;
}

.rating img {
    width: 100px;
}


.client-reviews-div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
    margin-top: 60px;
}

.client-con p {
    font-size: 20px;
    font-family: var(--f2);
    line-height: 35px;
    color: var(--c2);
}
section.Banner-Start {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.banner-image img {
    height: 1000px;
}

/* Tabs Styling */
.Banner-Start .nav-tabs {
    display: flex;
    justify-content: flex-start;
}

.Banner-Start .nav-item {
    list-style: none;
}

.Banner-Start .nav-link {
    padding: 12px 20px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px 15px 0px 0px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: var(--f2);
    font-size: 22px;
    color: var(--c1);
    font-weight: 500;
    border-radius: 0;
}

.Banner-Start .nav-link.active {
    background-color: var(--c1);
    color: white;
    border-color: #003366;
    border-radius: 15px 0px 0px 0px;
}

.Banner-Start .nav-link:hover {
    background-color: #ddd;
}
.select-main {display: flex;flex-direction: column;}

/* Tab Content (Forms) */
.Banner-Start .search-form {
    display: flex;
    gap: 92px;
    background: var(--c2);
    padding: 30px;
    border-radius: 0px 15px 15px 15px;
    align-items: center;
}

.Banner-Start .search-form label {
    font-size: 16px;
    color: var(--c5);
    font-weight: 200;
    font-family: var(--f3);
    margin-bottom: 15px;
}
section.Banner-Start button.search-button.aos-init.aos-animate:hover {
    color: var(--c4);
    background: none;
}
.Banner-Start .search-form select,
.Banner-Start .search-form button {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.Banner-Start .search-form select {
    background-color: #fff;
    font-family: var(--f2);
    font-size: 20px;
    border: 0;
    padding: 0;
}

.Banner-Start .tab-pane {
    display: none;
}

.Banner-Start .tab-pane.show {
    display: block;
}

.Banner-Start .tab-pane.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Banner-Start .tab-pane.show.active {
    opacity: 1;
}
.Banner-Start .nav-tabs {
    border: 0;
}
/* About-sec */
.about-content h2 {
    font-size: 52px;
    text-transform: uppercase;
}
section.About-sec.spacing .about-content h2 {
    color: var(--c2);
    margin-bottom: 30px;
}

section.About-sec.spacing .about-content p {
    color: var(--c2);
    margin-bottom: 30px;
    font-family: var(--f2);
}

section.About-sec .about-para p {
    color: var(--c2);
}
.web-btn.banner-btn.about-btn a {
    background: var(--c2);
    color: var(--c1);
    font-family: var(--f2);
    font-weight: 600;
    font-size: 16px;
    border: 2px solid var(--c2);
}
/* Meet-Sec */
section.Meet-sec {
    background-image: url(../images/meet-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}
section.Meet-sec .about-content h2,p {
    color: var(--c2);
}
section.Meet-sec .about-content h2,p {
    color: var(--c2);
    margin-bottom: 20px;
}
section.Meet-sec .about-content p {
    font-family: var(--f2);
    color: var(--c2);
}
.about-content.vc-con h2 {
    color: var(--c2);
    margin-bottom: 40px;
}

.about-content.vc-con p {
    font-family: var(--f2);
}
/* Service-sec */
section.Service-sec {
    background-image: url(../images/service-back.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-content.Service-about h2 {
    margin-bottom: 30px;
    color: var(--c2);
}

.about-content.Service-about p {
    font-family: var(--f2);
}
.about-content.Service-about h2 {
    margin-bottom: 15px;
    color: var(--c2);
}

.about-content.Service-about p {
    font-family: var(--f2);
}


/* Container for the slider */
.testimonial-slider {
  padding-top: 50px;
}

/* Swiper container styling */
.swiper-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* Testimonial card styling */
.testimonial-card {
  background: #1e1e1ea6;
  padding: 20px 60px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 338px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
}

.testimonial-text {
  font-size: 20px;
  color: var(--c2);
  font-style: italic;
  font-family: var(
  --f2);
  line-height: 40px;
  word-spacing: 4px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-author img {
  border-radius: 50%;
  width: 50px;
  margin-right: 10px;
}

.author-name {
  font-weight: bold;
  color: var(--c2);
  font-size: 20px;
}


/* Swiper Pagination */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

/* Optional styling for active pagination */
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.quote-icon img {
    width: 174.43798828125px;
    height: 151.24685668945312px;
    object-fit: cover;
}
/* Project-sec */
section.Project-sec {
    background: #0c0c0c;
}
.Project-gallery {
}



.gallery-inner a {
    overflow: hidden;
    border-radius: 12px;
}

.gallery-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-inner a:hover img {
    transform: scale(1.08);
}

/* Fancy Layout */
.image-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.image-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.image-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.rating img {
    width: unset;
}
.image-4 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gallery-inner a {
        height: 250px;
    }

    .image-1,
    .image-2,
    .image-3,
    .image-4 {
        grid-column: auto;
        grid-row: auto;
    }
}
.testimonial-author img {
    width: 71px;
    border-radius: 60px;
}
.quote-icon {
    position: absolute;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.testimonial-card:hover {
    background: #322F2F;
    border-radius: 10px;
}
.testimonial-card:hover .quote-icon {
    opacity: 1;
}
.rating img {
    width: unset;
}
.swiper-wrapper {
    padding: 0 0 90px;
}
.fancybox__content img {
    border-radius: 10px;
}
span.link-text {
    font-family: var(--f2);
}
/* map */
section.Map-sec iframe {
    width: 100%;
    display: block;
}
.gallery-inner-1 {
    display: flex;
    gap: 20px;
}

a.item-1 {
    width: 824px;
}

a.item-2 {
    width: 586px;
}

.gallery-inner-2 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
/* Service-back */
section.service-1 {
    background-image: url(../images/service-1.png);
}
.serv-loc img {
    width: 26px;
}

.serv-loc {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.serv-loc p {
    margin: 0;
    font-size: 20px;
}

.service-1-anc a {
    background: var(--c2);
    padding: 10px 20px;
    border-radius: 10px;
    font-family: var(--f2);
    font-size: 14px;
    color: var(--c3);
    font-weight: 500;
}

.service-1-anc {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
}
.main-img {
    position: relative;
}

.main-img img {
    border-radius: 20px;
    height: 321px;
}

.service-1-anc.serv-2 a {
    color: var(--c2);
    background: #ffffff47;
}

.service-1-anc.serv-2 {
    padding: 0;
    opacity: 0;
}
.linking a img {
    width: 22px !important;
    object-fit: cover;
    height: 24px !important;
    overflow: inherit;
}


.property-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

/* underline */
.property-link::after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -4px;
    width: calc(100% - 32px);
    height: 2px;
    background: #fff;
}

/* icon */
.link-icon {
    width: 22px;
    height: 22px;
}

.link-icon img {
    width: 100%;
}

/* copy message */
.copy-msg {
    display: none;
    margin-left: 12px;
    color: #0abad6;
    font-size: 14px;
}
.main-img p {
    font-size: 16px;
    font-family: var(--f2);
}
.vc-con-inner {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
}

.main-img:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(
178deg, #04102A00, #04102A);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0px 0px 16px 15px;
}
.vc-con-inner p{
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.service-1-anc.serv-2{
    display: none;
}



.property-swiper .swiper-slide-active .service-item-1 .service-1-anc{
    opacity: 0;
    height: 0;
    margin: 0;
}

.property-swiper .swiper-slide-active .service-item-1 .serv-loc{
    background-color: var(--c2);
    margin: 0;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.property-swiper .swiper-slide-active .service-item-1 .serv-loc img{
    filter: invert(1);
}

.property-swiper .swiper-slide-active .service-item-1 .serv-loc p{
    color: var(--c3);
}

.property-swiper .swiper-slide-active .service-item-1 .main-img img{
    border-radius: 0px 0px 15px 15px;
    height: 383px;
}

.property-swiper .swiper-slide-active .service-item-1 .vc-con-inner p{
    opacity: 1;
    transform: translateY(0);
}

.property-swiper .swiper-slide-active .service-item-1 .service-1-anc.serv-2{
    display: block;
    opacity: 1;
    height: unset;
    margin-bottom: 20px;
}




.property-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.property-swiper .swiper-slide-prev,
.property-swiper .swiper-slide-next {
  transform: scale(0.92);
  opacity: 0.8;
}
.about-content.Service-about.text-center {
    margin-bottom: 60px;
}
/* Navigation wrapper */
.property-swiper .swiper-button-next,
.property-swiper .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  width: 45px;
  height: 45px;
}

/* Center alignment */
.property-swiper .swiper-button-prev {
  left: 50%;
  transform: translateX(-60px);
}

.property-swiper .swiper-button-next {
  left: 50%;
  transform: translateX(15px);
}

/* Default swiper arrows hide */
.property-swiper .swiper-button-next::after,
.property-swiper .swiper-button-prev::after {
  display: none;
}

/* Cursor */
.property-swiper .swiper-button-next,
.property-swiper .swiper-button-prev {
  cursor: pointer;
}
/* feather-sec */
section.feather-property.spacing {
    background-color: #0c0c0c;
}
/* footer-iiner */
section.footer-inner-sec {background-image: url(../images/footer-inner.png);background-size: cover;background-repeat: no-repeat;padding: 200px 0 130px;}
section.footer-inner-sec.spacing .about-content h2 {
    color: var(--c2);
}
section.footer-inner-sec.spacing p {
    font-family: var(--f2);
    font-size: 20px;
    padding: 0 30px;
}
.icons span {
    width: 76px;
    height: 76px;
    background: #cecece;
    color: var(--c4);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(106deg);
    font-size: 24px;
    transition: .5s;
    cursor: pointer;
}
.socials-con h6 {
    font-size: 16px;
    font-family: var(--f2);
}

.socials-con a {
    font-family: var(--f2);
    color: var(--c4);
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer-social.second .icons span {
    transform: unset;
}
.footer-social.second .socials-con p {
    color: var(--c3);
    font-family: var(--f2);
}
/* footer-Start */
footer.footer-start {
    background: #0c0c0c;
    padding-bottom: 3px;
    padding-top: 150px;
}
.footer-logo p {
    font-family: var(--f2);
    font-size: 18px;
    opacity: 60%;
}

.footer-socials a {
    color: var(--c2);
    font-size: 24px;
}

.footer-socials a img {
    width: 20px;
}
.footer-logo {
    padding-right: 32px;
}
.footer-bottm.text-center {
    border-top: 1px solid var(--c2);
    padding-top: 25px;
    margin-top: 65px;
}

.footer-bottm.text-center p {
    font-size: 20px;
    font-family: var(--f2);
}
.footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}
.use-ful-links h6 {
    font-size: 32px;
    color: var(--c2);
    margin-bottom: 20px;
}

.use-ful-links nav ul li a {
    color: var(--c2);
    opacity: 60%;
    font-family: var(--f2);
    margin-bottom: 20px;
}
.icons span:hover {
    background: var(--c3);
}

.icons span:hover i {
    color: var(--c2);
}
.footer-con-inner {
    background: var(--c2);
    padding: 30px;
    margin: -80px 0;
    position: relative;
    border-radius: 20px;
}
.web-btn.banner-btn.about-btn.text-center.view-gallery a {
    border-radius: 130px;
    margin-top: 40px;
    padding: 12px 50px;
}
section.feather-property.spacing .about-content h2 {
    font-size: 52px;
    color: var(--c2);
}
section.feather-property.spacing .about-content p {
    font-family: var(--f2);
}
.tab-item-1 img {
    width: 12px;
}

.tab-item-1 {
    display: flex;
    align-items: center;
    color: var(--c2);
    gap: 17px;
    font-family: system-ui;
    position: relative;
}

.tab-item-1 span {
    font-family: var(--f2);
}
.tab-div {
    display: flex;
    gap: 20px;
}

.tab-item-1:before {
    position: absolute;
    content: '';
    border: 1px solid var(--c2);
    height: 9px;
    right: -8px;
}
.tab-con h6 {
    font-size: 25px;
    color: var(--c2);
}

.tab-con {
    background: #322F2F;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
}
section.feather-property.spacing .nav-tabs {
    border-bottom: 0;
    padding-bottom: 30px;
}

section.feather-property.spacing .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #34363A !important;
    border: 0;
    color: var(--c2) !important;
    border-radius: 10px !important;
    border: 0;
}
section.feather-property.spacing .nav-link {
    background: var(--c2);
    color: var(--c4);
    border-radius: 10px;
    margin: 0 6px;
    transition: .5s;
    font-size: 20px;
}
.web-btn a:hover {
    background: none !important;
    color: var(--c4);
}

.web-btn.banner-btn a:hover {
    color: var(--c2);
    border: 2px solid;
}
.feather-tab:hover img {
    transform: scale(1.1);
}

.feather-tab {
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    cursor: pointer;
}
.feather-tab img {
    transition: .5s;
}
.nav-bar nav ul li:hover a {
    color: #aca47a;
}
section.feather-property.spacing .nav-link:hover {
    background-color: #34363A;
    border: 0;
    color: var(--c2);
}

section.Banner-Start .nav-tabs .nav-link.active {
    border-radius: 0px !important;
}
section.Banner-Start button.search-button.aos-init.aos-animate {
    background: var(--c4);
    color: var(--c2);
    padding: 9px 30px;
    border-radius: 31px;
    border: 2px solid;
    transition: .5s;
}

/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 32px;
    height: 3px;
    background-color: var(--c3);
}

.ham-menu-btn a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99999;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 30px;
    position: relative;
    width: 80%;
    background-color: var(--c3);
    left: -100%;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--c2);
    padding: 10px 40px;
    border-radius: 40px;
}


.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--c3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--c3);
    transition: all .5s;
}
.responsive-logo a {
    width: 40%;
}
.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.respon-logo a {
    display: block;
}

.respon-logo {
    width: 220px;
}

.responsive-links ul li a {
    color: var(--c2);
    display: block;
    border-bottom: 1px solid #80808047;
    padding: 10px 0px;
    font-family: var(--f2);
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}

.responsive-links ul li ul {
    display: none;
}

.responsive-links ul li a:hover {
    color: var(--c1);
}

.responsive-links ul li ul li a {
    padding-left: 40px;
    font-size: 22px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 16px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: var(--c2);
}

.responsive-links ul li {
    position: relative;
}

.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c2);
    padding: 12px 0px;
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.responsive-socials ul li a {
    color: var(--c5);
    font-size: 20px;
}

.responsive-menu.active {
    left: 0;
}

.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}

body.stop-scroll {
    overflow-y: hidden;
}

/* ANIMATION CSS */

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(20px);
    }

    60% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes left-right {
    0% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(20px);
    }

    60% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes round {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.wrapper {
    overflow: hidden;
}
/* CONTACT US */
.inner-banner {
    height: 600px;
    overflow: hidden;
}
.banner-text h1.web-title {
    font-size: 86px;
    color: var(--c2);
    text-transform: uppercase;
}
.location-box span {
    font-size: 28px;
    text-transform: uppercase;
    color: var(--c2);
    margin-bottom: 20px;
}
.location-box a {
    font-size: 18px;
    color: var(--c2);
    margin-top: 20px;
}
.location-box a:hover {
    color: #929191;
}
:root {
  --c2: #ffffff;
  --border-dark: rgba(255,255,255,0.3);
}

.black-theme {
  background: #000;
}

/* Main Field Wrapper */
.form-field {
  margin-bottom: 24px;
}

/* Labels */
.form-field label {
  display: block;
  color: var(--c2);
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

/* Inputs, Select, Textarea */
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: 1px solid var(--border-dark);
  color: var(--c2);
  padding: 12px 14px;
  font-size: 14px;
}

/* Focus Effect */
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--c2);
}

/* Select Option */
.form-field select option {
  background: #000;
  color: var(--c2);
}

/* Checkbox */
.checkbox-wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox-wrap input {
  accent-color: var(--c2);
}

/* Submit Button */
.btn-submit {
  background: transparent;
  border: 1px solid var(--c2);
  color: var(--c2);
  padding: 14px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-submit:hover {
  background: var(--c2);
  color: #000;
}

.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* Checkbox container */
.type_of_enquiry .checkbox-container {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

/* Single checkbox wrapper */
.type_of_enquiry .checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

/* Hide default checkbox */
.type_of_enquiry .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom box */
.type_of_enquiry .checkbox .f-icon {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255,255,255,0.5);
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
  position: relative;
}

/* Tick mark */
.type_of_enquiry .checkbox .f-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid var(--c2);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}

/* Checked state */
.type_of_enquiry .checkbox input:checked + .f-icon {
  border-color: var(--c2);
}

.type_of_enquiry .checkbox input:checked + .f-icon::after {
  opacity: 1;
}

/* Label text */
.type_of_enquiry .checkbox .desc {
    color: var(--c2);
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

/* Hover effect */
.type_of_enquiry .checkbox:hover .f-icon {
  border-color: var(--c2);
}
.checkbox .form-field label{
    margin-bottom: unset;
}
h2.web-title {
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.checkbox-container a {
    color: var(--c2);
}
.checkbox-container a:hover {
    color: #9e0303;
}

/* ABOUT */
h3.web-title span {
    font-size: 18px;
}

h3.web-title {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: var(--c3);
}

h5.web-title {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--c2);
}

span.date {
    font-weight: 600;
}
.property-img img {
    width: 100%;
    height: 100%;
}

.property-img {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.company-main .content span {
    margin: 10px 0px;
    color: var(--c2);
}
.high-btn a {
    font-size: 18px;
    color: var(--c2);
    position: relative;
}
.high-btn a::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: var(--c2);
    left: 0;
    bottom: -5px;
    transition: .5s;
    transform: scaleX(0);
    transform-origin: right;
}
.high-btn a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.property-img2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: max-content;
}
.item ul li {
    color: var(--c2);
    list-style: disc;
    margin-left: 20px;
}
.banner-text.GROWING-text p {
    color: var(--c3);
}
.GROWING-text {
    margin-left: 100px;
}
.cust-gap{
    row-gap: 24px;
}
.property .about-content {
    margin-bottom: 50px;
}
.dev-landing .dev-nav-container {
    border-bottom: 1px solid #e0deda;
    border-top: 1px solid #e0deda;
    margin-bottom: 55px;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.dev-landing .dev-nav-container .dev-nav {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
}
.filter-container.sf {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.filter-container.sf .filter {
    display: inline-block;
}
.filter-container .filter:first-child {
    padding-left: 0;
}
.filter-container .filter {
    border-right: 1px solid var(--c2);
    margin-right: 15px;
    padding: 20px;
    position: relative;
}
.filter-container .filter label {
    color: var(--c2);
    display: block;
    font-size: .875rem;
    line-height: 1rem;
    margin-bottom: 10px;
    padding-left: 9px;
}
.filter-container .filter select {
    border: none;
    box-shadow: none;
    color: var(--c3);
    background-color: var(--c2);
    font-size: .875rem;
    font-weight: 700;
    height: 30px;
    min-width: 150px;
    padding-left: 5px;
    text-transform: uppercase;
}
.audience-faqs .accordion-item {
    border: 1px solid #ffffff1c;
    border-radius: 10px;
    margin-bottom: 20px;
    background: unset;
}

.audience-faqs .accordion-button {
    font-size: 22px;
    font-weight: 600;
    color: var(--c2);
    box-shadow: unset;
    background: unset;
    padding: 15px 20px;
}

.audience-faqs .accordion-button::after {
    background-image: unset;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    transform: unset;
    font-weight: 200;
}

.audience-faqs .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-weight: 400;
}

.audience-faqs .accordion-body {
    padding: 0px 0px 20px 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(167, 167, 167, 1);
    line-height: 1.8;
}

.audience-faqs .accordion-button:not(.collapsed) {
    color: var(--c2);
}

.audience-title>h2 {
    font-size: 44px;
}

.audience-faqs .accordion-item:last-child {
    margin-bottom: 0px;
}
.accordion-item {
    background-color: unset;
    border: unset;
}
.property2 .property-img {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.company-main {
    padding: 80px 200px 0px;
    text-align: center;
}
.accordion-body {
    padding: unset;
}
.dev-nav-container  button.accordion-button {
    display: none;
}
.dev-nav-container  .accordion-button::after {
    background-image: unset;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    transform: unset;
    font-weight: 200;
}
.dev-nav-container .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-weight: 400;
}
.dev-nav-container .collapse:not(.show) {
    display: block;
}
.info-item {
    margin-top: 100px;
}
.property-info h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--c2);
    font-size: 24px;
    font-weight: 600;
}
.property-info h2.web-title {
    margin-bottom: 50px;
    color: var(--c2);
}
.property-info .tab-item-1 span {
    font-family: var(--f2);
    font-size: 20px;
    text-transform: capitalize;
}
.info-item  .about-btn span {
    font-size: 20px;
    color: var(--c2);
    margin-right: 20px;
    margin-bottom: 10px;
}
.property-main-img a {
    display: block;
    height: 100%;
    cursor: pointer;
}
.property-main-img  a img {
    height: 100%;
    object-fit: cover;
}
.property-slider-main {
    height: 800px;
    overflow: hidden;
    margin-top: 50px;
}
.property-slider {
    height: 100%;
}
.property-main-img {
    height: 100%;
}
.amenities-item .img {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--c1);
    padding: 15px;
    border-radius: 50%;
}
.amenities span {
    color: var(--c2);
    text-align: center;
    font-size: 20px;
}
.amenities-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px 0px;
}
.amenities-item .img img {
    filter: contrast(0);
    aspect-ratio: 1 / 1;
}
.amenities-content h6.web-title {
    color: var(--c2);
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.amenities-content {
    text-align: center;
}
.amenities-content span {
    margin-bottom: 30px;
}
a.social-link {
    position: relative;
    height: 400px;
    display: block;
    overflow: hidden;
}
a.social-link img {
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.social-head h2.web-title {
    color: var(--c2);
}
a.social-link::after {
    position: absolute;
    content: '';
    background-image: linear-gradient(178deg, #04102A00, #04102A);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
a.social-link .icon {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    border: 1px solid var(--c2);
    color: var(--c2);
    width: 50px;
    z-index: 9;
    height: 50px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    font-size: 20px;
}
a.social-link:hover img{
    transform: scale(1.2);
}
.property-main-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox__content img {
  max-width: 100%;
  height: auto;
  display: block;
}