@import url(https://db.onlinewebfonts.com/c/cefb940277605c6148b5fee45c3bcc26?family=NordiquePro-Regular);
@import url(https://db.onlinewebfonts.com/c/80241b4ef777109d2625c9195e7ca852?family=Nordique+Pro+Bold);
@import url(https://db.onlinewebfonts.com/c/69712626791f7ffb53fcc0b9a3bf2b42?family=Nexa-Bold);
@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');

@font-face {
    font-family: "fontspring-demo-nordiquepro-bold";
    src: url("./nordique-pro-font/fontspring-demo-nordiquepro-bold.otf");
}
/* Reset and General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nexa regular";
    font-weight: 500;
}

body {
    line-height: 1.6;
    color: #fff;
    background: #fdfeff;
}

/* Reusable Components */
.card {
    background: hsl(0, 0%, 100%);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    color: #000;
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.card h3 {
    margin: 1rem 0 0.5rem;
    color: #131a7b;
    background-color: #d3e8fc;
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 8px;
    font-size: 1.07rem;
    font-family: "nexa";
    font-weight: 900;
}

.card p{
    font-weight: bold;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    
}

.btn-primary {
    background: #1971ff;
    font-weight: 600;
}

.btn-primary:hover {
    background: #1358cc;
}

.btn-secondary {
    background: rgb(204, 232, 252);
    color: #00096e;
    border: 1px solidrgb(13, 76, 178);
    margin: 0 auto;
    width: 40%;
    font-family: "nexa";
    font-weight: 600; 
}

.btn-secondary:hover {
    background:rgba(215, 226, 245, 0.92);
}

/* Navigation */
.navbar {
    height: 10%;
    position: fixed;
    top: 0;
    width: 100%;
    background:rgba(229, 237, 254, 0.732);
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.logo {
    display: flex;
    align-items: center;
    
    margin: 5px;

}

.logo-img {
    width:30.0%;
    position: relative;
    margin: 0 auto;
}


.nav-toggle {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 15px;
    cursor: pointer;
}

.hamburger span {
    width: 100%;
    height: 2px;
    
    
    
    
    background: #022c6f;
    border-radius: 60px;
    transition: all 0.8s ease;
}


.nav-links {
    list-style: none;
    display: flex;
    
}

.nav-links li {
    margin-left: 2rem;
}

.nav-link {
    color:rgb(6, 32, 73);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s;
    font-family: "fontspring-demo-nordiquepro-bold";
    

}

nav li  .nav-link:hover {
    background-color:rgba(8, 56, 133, 0.2);
    transition: 0.4s;
    padding:8px;
    border-radius:5px;
}

/*nav .nav-link.active {
    color: #092551;
    border-bottom: 3px solid #041b46;
    padding-bottom: 2px;
    transition: 0.7s;
}
    */
nav li .nav-link.active {
     background-color:rgb(2, 16, 45);
    transition: 0.4s;
    color: white;
    padding:5px 15px;
    border-radius:25px;
    /*color: #092551;
    border-bottom: 2px solid #071b41;
    padding-bottom: 2px ;
    transition: 0.5s ;*/
}


/* Social Sidebar */
.social-sidebar {
    border: solid .3px rgba(193, 192, 192, 0.952);
    padding: rem;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction:column;
    gap: 0.5rem;
    z-index: 100;
    background:linear-gradient(130deg, rgba(187, 216, 255, 0.26));
    border-radius: 60px;
   /* box-shadow: -3px -2px 10px rgba(8, 8, 8, 0.411);*/
    backdrop-filter: blur(3px);
    
}


.social-icon {
    
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 90px;
    box-shadow: 2px 1px 2px rgba(48, 48, 48, 0.5);
    transition: background 0.3s;
    margin: 0 8px ;
    background-color: rgb(255, 255, 255);
}

.social-icon-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    
}

.social-icon:hover {
    background: #bababbd7;
}
.first{
    margin-top: 8px;
}
.last{
    margin-bottom: 8px;
}

.breathe {
    animation: breathe 2s infinite ease-in-out;
}


  

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.hero-slideshow,
.section-slideshow {
    background-color: #00096e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-slide,
.section-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active,
.section-slide.active {
    opacity: 1;
}

.hero::before,
.properties-header::before,
.properties::before,
.about::before,
.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to bottom, rgba(1, 24, 46, 0.511), rgba(1, 1, 32, 0.73));
    z-index: 0;
}

/*.hero-content {
    position: relative;
    background: rgba(212, 213, 214, 0.512);
    margin-top: 120px;
    padding: 2rem;
    border: 1px solid rgba(199, 198, 198, 0.918);
    border-radius: 10px;
    z-index: 1;
    width: 80%;
    backdrop-filter: blur(3px);
}
    */
.hero-content {
    position: relative;
    background: rgba(212, 213, 214, 0.512);
    margin: 120px auto 20px; /* center horizontally and add bottom spacing */
    padding: 2rem;
    border: 1px solid rgba(199, 198, 198, 0.918);
    border-radius: 10px;
    z-index: 1;
    width: 60%; /* make it more responsive */
    max-width: 800px; /* keep from stretching too wide */
    backdrop-filter: blur(3px);
    box-sizing: border-box; /* prevent overflow from padding */
}

.hero-content img{
    width: 50px;
    
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    
    margin-bottom: .1rem;
    font-weight: 700;
    color: #ffffff;
    font-family: "fontspring-demo-nordiquepro-bold";
}
.hero .slogan{
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size:1.1rem;
    width:70% ;
    padding: 3px 0px;
    margin: 0px auto;
    border-radius: 9px;
    
    box-shadow: px 2px 10px rgba(29, 29, 29, 0.851);
    animation: fade-in-out 4s infinite;
    transition: 2s;
}
@keyframes fade-in-out {
  0% {
    color: transparent;
  }
  50% {
    color: #03143a; /* or any other color you want */
  }
  100% {
    color: transparent;
  }
}
.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 100;
    
}
.hero .subtext{
    font-family: "poppins", sans-serif;
    font-size: 1rem;
    text-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    color: #ffffff;
    background:linear-gradient(270deg,rgb(1, 8, 44), rgb(2, 25, 67) );
    border-radius: 5px;
    
    padding: 10px 09px;
    font-weight: 300;


}
.hero .keytext{
   
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    
    border-radius: 0px;
    
    
    
}

.arrow-down {
    display: inline-block;
    margin-top: 2rem;
    font-size: 2rem;
    text-decoration: none;
    animation: bounce 2s infinite;
}

/* Typing Effect */
.typing-effect {
    overflow: hidden;
    white-space: nowrap;
    
    
    
    animation: typing 5s steps(30, end) , 0.75s step-end ;
}


/* Slider Section */
.slider-section {
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, rgb(23, 147, 255), rgb(4, 19, 49));
}

.slider-section h2 {
    font-size: 2.5rem;
    font-family: "Nordique Pro Bold";
    margin-bottom: 2rem;
    font-weight: 200;
    color: #fff;
    position: relative;
    z-index: 1;
}
.featured{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 141px;
      
}
.featured a{
    text-decoration: none;
}
.featured-img{
    width:80px ;
    height: 80px;
    padding: 10px;

}
.featured h2{
    font-family: "fontspring-demo-nordiquepro-bold";
    text-align: center;
}

.slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.slide-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(251, 253, 255, 0.437);
    border: solid 1.8px rgba(201, 200, 200, 0.825);
    color: #010f2b;
    padding: 1rem;
    border-radius: 5px;
}

.slide-info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.slide-info p {
    font-size: 1rem;
    font-weight: bold;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fdfdfd;
    border: none;
    padding: 1rem;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 8px;

}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover, .next-btn:hover {
    background: rgba(25, 113, 255, 0.481);
    border-radius: 10px;
    transition: background .5s;
}

/* Reviews Section */
.reviews {

    padding: 2rem 2rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    
    background:rgb(13, 137, 219);
    
}

.reviews h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: "fontspring-demo-nordiquepro-bold";
    font-weight: 700;
    color: hsl(213, 90%, 96%);
    position: relative;
    z-index: 1;
}
.review-card{
    background-color:#021a4e;
    display: flex;
    flex-direction: column;
    color: white;
    width: 90%;
    
    margin: 0 auto;
    box-shadow: 2px 2px 20px rgba(62, 62, 62, 0.359);
    
    
}
.author{
    font-weight: 600;
}

/* Properties Header */
.properties-header {
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    min-height: 30vh;
}

.properties-header h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    font-family: "fontspring-demo-nordiquepro-bold";
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    top: 25px;
    z-index: 1;
}

.properties-header p {
    font-size: 1.2rem;
    color: #e0dfdf;
    position: relative;
    z-index: 1;
    font-family: "poppins", sans-serif;
    font-weight: 500;
}

/* Properties Filter */
.properties-filter {
    padding: 2rem;
    text-align: center;
    background-color:rgb(1, 20, 59);
    position: relative;
    z-index: 2;
}

.properties-filter h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1984ff;
    font-family: "nexa";
    
}

.filter-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-options select,
.filter-options input {
    padding: 0.8rem;
    border: 1px solid #1971ff;
    border-radius: 9px;
    font-size: 1rem;
    background: #fff;
    color: #000;
    font-weight: bold;
}

/* Properties Section */
.properties {
    padding: 4rem 2rem;
    position: relative;
    min-height: 100vh;
    background-color: #d7eaf9;
    
    
    
    
}


.properties h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "nexa";
}

.property-card {
    display: block;
    position: relative;
    z-index: 1;
    
}


.property-card .price {
    position: absolute;
    top: 26px;
    margin-left:10px;
    padding: 8px;
    border-radius:20px;
    background-color: #02095b;
    font-size: .8rem;
    color: #ffffff;
    font-family: "poppins" sans-serif;
    font-weight:bold;
    
}

.property-card .location {
    color: #7cb7ff;
    font-size: .9rem;
    font-weight: bold;
}

.property-card .details,
.property-card .payment-plan,
.property-card .phone {
    color: #333;
    margin-bottom: 0.5rem;
}

.property-card .phone-link {
    color: #02324d;
    text-decoration: none;
}
.phone-link{
    text-decoration: none;
    color: rgb(255, 255, 255);
    
    
    padding: 5px;
    border-radius: 8px;
    font-weight: bold;
}
.property-card .phone-link:hover {
    text-decoration: none;
}
/* About Section */
.about-content1 {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff6e;
    border: 1.6px solid #cdcdcded;
    backdrop-filter:blur(2.7px) ;
    padding: 4rem 2rem;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.about-content1 h2{
     font-weight: 600;
     color: #03143a;
}
.about-content1 p{
    font-family: "poppins", sans-serif;
    transform:translateY(-20px);
    font-weight: 400;
    
    
     color: #00096e;
}

.about1.visible {
    opacity: 1;
    transform: translateY(0);
}

.about1 h2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-text1 {
    
}

.newbout-text p {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.about-text1 h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    color: #fcfcfc;
    font-size: 18px;
    background-color: #0080ff;
    border-radius: 8px;
    padding: 5px;
    font-family: "nexa";
    font-weight: 600;
    
    
    
}
.about-text1 p{
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
}

.about-text1 ul {
    list-style: none;
    margin-bottom: 15px;
    color: white;
    
}

.about-text1 ul li {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}


.learn-more {
    padding: 8px 15px;
    background: #1a3c5e;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.about-stats1 {
    flex: 1;
    text-align: center;
}

.about-stats1 img {
    width: 100%;
    max-width: 250px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.stats div {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    color: #031539;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1 1 45%;
    max-width: 150px;
}

.stats div span {
    display: block;
    font-size: 20px;
    font-family: "nexa";
    font-weight: bold;
    color: #1a3c5e;
}

/* About Section */
.about1 {
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    min-height: 100vh;
    background-color:rgb(2, 22, 65);
}
.about {
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    min-height: 100vh;
    background-color: #02275e;
}

.about h1 {
    font-family: "fontspring-demo-nordiquepro-bold";
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin: 2rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem;
    color: #021166ef;
    font-family: "poppins", sans-serif;
    font-weight: 500;
}

.about-content {
    max-width: 090%;
    margin: 0 auto;
    background: rgba(63, 109, 172, 0.16);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.services {
    padding: 50px;
    background-color: rgb(1, 20, 59);
    
}

.services h2 {
    font-size: 36px;
    margin-bottom: 20px;
    
}
.services {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    color: #fff;
     animation: slideshow 15s infinite;

    transform: translateY(0px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}



.services h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.services p {
    margin-bottom: 20px;
    color: #ddd;
    font-size: 14px;
    font-weight:600;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.service-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1 1 100%;
    max-width: 300px;
}

.service-card i {
    font-size: 30px;
    color: #042749;
    margin-bottom: 15px;
}

.service-card h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;

}

.service-card p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

/*services*/
/*
.services p {
    margin-bottom: 40px;
    font-size: 16px;
}

.services-grid {
    gap: 20px;
    
}

.service-card {
    flex: 1 1 30%;
    
}

.service-card i {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 20px;
}

.service-card p {
    font-size: 16px;
}
*/
/* Contact Section */
.contact {
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    min-height: 100vh;
}

.contact h1 {
    font-family: "fontspring-demo-nordiquepro-bold";
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    
    margin: 2rem 2rem;
    color: #fff;
    position: relative;
    z-index: 1;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(1, 20, 59, 0.682);
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.contact-info{
    width: 90%;
   margin: 0 auto;
   text-align: center;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .7rem;
    color: #0464ff;
    background-color: white;
    width: 70%;
    text-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;

}
hr{
    top: 50px;
    width: 90%;
    margin:25px auto; 
    
    margin-top: 25px;
}
.contact-info p{
    margin:auto 0;
    margin-top: 10px 0;
    padding: 5px 0;
    
    width: 90%;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 0.8rem;
    border: 1px solid #1971ff;
    border-radius: 5px;
    font-size: 1rem;
    background: #fff;
    color: #000;
}

.contact-form textarea {
    resize: vertical;
}

/* Footer */
.footer {
    padding: 2rem;
    background: rgb(1, 20, 59);
    color: #fff;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(25, 113, 255, 0.2);
    position: relative;
    z-index: 1;
}

.footer-socials {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.footer-icon {
    background: #ffffff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(25, 113, 255, 0.5);
    transition: background 0.3s;
}

.footer-icon:hover {
    background: #4f4f4f91;
}

/* Animations */
.breathe {
    animation: breathe 2s infinite ease-in-out;
}

@keyframes breathe {
    
}

@keyframes typing {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 0; }
}

@keyframes blink {
    50% { border-color: transparent; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.pan-up {
    opacity: 0;
    transform: translateY(50px);
    animation: panUp 0.8s forwards;
    animation-delay: calc(0.2s * var(--order));
    transition: 200ms;
}

.scroll-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-section.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes panUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media  (max-width: 798px) {
    .nav-links {
        
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;
        height: 100vh;
        background:rgba(3, 25, 66, 0.85);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transition: right 0.3s ease;
    }

    .nav-links li {
        margin: 0;
        
    }
    
    nav .nav-link{
        color:rgba(10, 93, 248, 0.84);
    }    
        
    
nav .nav-link:hover{
    color: white;
}
nav .nav-link.active{
    color: white;
}
    .nav-toggle:checked ~ .nav-links {
        right: 0;
    }

    .hamburger {
        display: flex;
    }

    .nav-toggle:checked + .hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle:checked + .hamburger span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked + .hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .social-sidebar {
        display: none;
    }

    .slide img {
        height: 300px;
    }
    

    .filter-options {
        flex-direction: column;
        align-items: center;
    }

    .logo-img {
        margin-bottom: 10px;
        margin-left: 5px;
        width:25%;
        transform: translateY(-3%);
      
       
    }
    .nav-links.active {
        color: #0062ff;
        border-bottom: 4px solid #ffffff;
        padding-bottom: 2px;
       
    }

    

    .hero-content h1 {
        font-size:3.8vw;
        margin-bottom: 2rem;
        font-weight: 700;
        color: #fff;
        font-family: "fontspring-demo-nordiquepro-bold";
        position: relative;
        top: 10px;
        z-index: 1;
    }
    
    

    .featured{
        display: flex;
        width: 80%;
        justify-content: center;
        align-items: center;
        margin: 0 0 0 40px;
        
    }

    .social-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 90px;
        box-shadow: 3px 5px 20px rgba(48, 48, 48, 0.692);
        transition: background 0.3s;
        margin: 0 8px ;
        padding: 10px;
        background-color: rgb(252, 253, 255);
    }
    .footer-socials {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        gap: .3rem;
    }

    .properties-filter {
    padding: 2rem;
    text-align: center;
    background:linear-gradient(185deg, rgb(1, 20, 59));
    position: relative;
    z-index: 1;
}

.properties-filter h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1971ff;
    font-family: "nexa";
    
}

.filter-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-options select,
.filter-options input {
    padding: 0.8rem;
    border: 1px solid #1971ff;
    border-radius: 5px;
    font-size: 1rem;
    background: #fff;
    color: #000;
    font-weight: bold;
}
    
        .properties {
          display: block !important;
          opacity: 1 !important;
          transition: opacity .8s !important;
          transform: translateY(0) !important;
        }
      
    }

    @media (max-width: 768px) {
  .hero-content {
    margin: 80px auto 20px; 
    padding: 1.5rem;
    width: 90%;
  }
}

@media (max-width: 480px) {
  .hero-content {
    margin: 60px auto 15px;
    padding: 1rem;
    width: 90%;
  }
}
  /*  @media  (max-width: 385px) { 
            .hero-content{
             position: relative;
             top: 150px;
             bottom: 850px;
        
*/
  