@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto&display=swap');

.poppins-semibold {
    font-family: "Poppins", system-ui;
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", "Helvetica", "Sans-serif";
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: black;
    line-height: 1.7;
    background-color: #fff;
    font-family: "Poppins";
}

* {
    outline: none;
}

*:not(.slick-track):not(.slick-list) {
    transition: 0.4s;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.b1,
.b2 .flex {
    text-align: center;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 4vw;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.b1,
.b2 {
    /* border: 1px solid black; */
    padding: 2px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}


h1,
h2 {
    font-family: "Poppins";
    font-weight: 800;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    color: #0066b2;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: "Poppins";
}

h3 {
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "poppins";
}

h4 {
    font-size: 1.2rem;
    font-weight: 300;
}

h5 {
    font-size: 1rem;
    font-family: "poppins";
}

p {
    margin: 0 0 1rem;
}

button.rounded {
    background: #0066b2;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
    line-height: 1.5;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}

p.large-paragraph {
    font-size: 1.25rem;
    font-weight: 300;
}

/* end: global styles */

/* start: header styles */
#header-hero-container {
    min-height: 600px;
    height: calc(100vh);
    position: relative;
}

header {
    background: transparent;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

#logo {
    font-family: "Roboto", "Helvetica", "Sans-serif";
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 4px;
}

#logo img {
    width: 35%;
    background-color: white;
    padding: 10px;
}

.hamburger-menu {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 3px 5px;
    width: 30px;
    cursor: pointer;
    margin-top: 10px;
    display: none;
}

.hamburger-menu .strip {
    display: block;
    height: 1px;
    background-color: #fff;
    margin: 4px 0;
}

header ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul li {
    display: inline-block;
    margin: 0 15px;
}

#close-flyout {
    display: none;
}

header ul li a {
    color: #999;
    font-size: 16px;
    text-decoration: none;
}

header ul.is-sticky li a {
    color: grey;
}

header ul li a:hover,
header ul li a.active {
    color: #fff;
}

header ul.is-sticky li a:hover,
header ul.is-sticky li a.active {
    color: #0066b2;
}

/* end: header styles */

/* start: hero section styles */
#hero {
    background: url('/assets/mobile-bg2.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#hero .fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 to place it behind #hero */
    opacity: 0.5; /* Adjust opacity as needed */
    background-color: rgba(0, 0, 0, 0.5); /* Add a background color with opacity */
}

.b2 {
    width: 80%;
}

#hero .hero-text {
    position: absolute;
    top: 50%;
    margin: -75px auto 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    width: 500px;
    text-align: center;
}

#hero .hero-text p {
    line-height: 1.5em;
    font-weight: 300;
    font-size: 1rem;
}

/* end: hero section styles */

/* start: how it works styles */
#how-it-works {
    padding: 3rem 0;
    background: #f8f9fa;
    text-align: center;
}

#how-it-works h2 {
    margin-bottom: 3rem;
}

#how-it-works .flex>div {
    width: 30%;
}

#how-it-works h4 {
    color: #343a40;
    margin-top: 1rem;
}

#how-it-works span.fas {
    color: #f69314;
    font-size: 35px;
}

#properties {
    margin: 4rem 0 8rem;
    position: relative;
}

#properties h2 {
    margin-bottom: 3rem;
}

#properties .container {
    position: relative;
}

#properties .container:before {
    content: "/";
    position: absolute;
    right: 80px;
    top: 18px;
    color: #999;
}

#properties-slider a.slick-arrow {
    color: #000;
    position: absolute;
    top: -78px;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-decoration: none;
}

#properties-slider a.slick-prev {
    right: 80px;
}

#properties-slider .slick-slide {
    padding: 0 15px;
}

#properties-slider img {
    width: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    filter: blur(3px);
}

#properties-slider .property-details {
    padding: 1rem;
}

#properties-slider .price {
    font-size: 1.2rem;
    color: white;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
}
.property-container {
    position: relative;
    display: inline-block;
}

.property-container img {
    width: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    filter: blur(5px); /* Optional: Add blur to the image */
}

.property-details {
    padding: 10px;
    background-color: white;
}

.icon-overlay {
    position: absolute;
    top: 35%; /* Center the icon vertically */
    left: 54%; /* Center the icon horizontally */
    transform: translate(-50%, -50%);
    font-size: 35px; /* Adjust the icon size */
    color: black; /* Icon color */
    opacity: 0.8; /* Adjust the transparency */
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}

.icon-overlay:hover {
    transform: translate(-50%, -50%) scale(1.2); /* Scale up the icon on hover */
}

#properties-slider .property-details span {
    font-size: 0.8rem;
    padding-right: 15px;
}

#properties-slider .property-details span.baths {
    padding-left: 10px;
}

#properties-slider .property-details span.sqft {
    padding-right: 0;
    padding-left: 10px;
}

#properties-slider .property-details span.beds,
#properties-slider .property-details span.baths {
    border-right: 1px solid #888;
}

#properties-slider .property-details address {
    font-size: 0.8rem;
    font-style: normal;
    margin-top: 0.5rem;
}

#properties button.rounded {
    display: block;
    margin: 2rem auto 0;
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#agents {
    margin: 4rem 0 6rem;
    padding: 0 0 6rem;
}

#agents p.large-paragraph {
    width: 50%;
    margin-bottom: 4rem;
}

#agents .flex {
    flex-wrap: wrap;
    padding: 0;
}

#agents .card {
    width: 32%;
    height: 100px;
    background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    border-radius: 8px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#agents .card:hover{
    scale: 1.05;
    transition: 0.5s;
}

#agents .card img {
    width: 10%;
}

#agents .card h3 {
    font-family: "Playfair Display", serif;
    color: black;
    width: 50%;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
}

#agents .card h3,
#agents .card p {
    padding-left: 1rem;
    padding-right: 1rem;
}

#agents .card p {
    text-align: justify;
    margin-top: 15px;
}

#the-best {

    margin: 2rem 0;
}

#the-best .flex>img {
    position: relative;
    top: 80px;
    width: 47%;
    height: 80%;
    margin-top: -150px;
    border-radius: 15px;
}

#the-best .flex>div {
    width: 40%;
}

#the-best ul {
    padding-left: 20px;
    margin-bottom: 4rem;
}

#the-best ul li {
    margin: 10px 0;
}

#services {
    padding: 6rem 0;
    margin: 8rem 0;
}

#services h2 {
    text-align: center;
    margin-bottom: 3rem;
}

#services .flex {
    flex-wrap: wrap;
}

#services .flex>div {
    width: 30%;
    margin-bottom: 2rem;
}

#services .flex>div .fas {
    color: #0066b2;
    font-size: 40px;
    float: left;
    margin-top: 15px;
    width: 20%;
    text-align: center;
}

#services .flex>div .services-card-right {
    float: right;
    width: 75%;
}

#services .flex>div a {
    color: #0066b2;
    text-decoration: none;
}

#services .flex>div a:hover {
    text-decoration: underline;
}

#testimonials {
    margin-bottom: 8rem;
}

#testimonials h2 {
    text-align: center;
}

#testimonials-slider .slick-slide {
    text-align: center;
}

#testimonials-slider blockquote {
    font-size: 1.5rem;
    font-style: italic;
    margin: 1rem auto 3rem;
    max-width: 740px;
}
#testimonials-slider blockquote img{
    width: 100%;
}

#testimonials-slider .testimonials-caption {
    width: 200px;
    margin: 0 auto;
}

#testimonials-slider .testimonials-caption .ri-user-3-line {
    width: 60px;
    font-size: 6vw;
}

.testimonials-caption p {
    position: relative;
    top: 13px;
    font-size: 1.2rem;
}

#testimonials-slider .slick-arrow {
    text-decoration: none;
    position: absolute;
    font-size: 40px;
    color: #222;
    top: 50%;
    margin-top: -35px;
    z-index: 1;
}

#testimonials-slider .slick-next {
    right: 0;
}

/* end: testimonials styles */

/* start: contact us styles */
#contact {
    color: black;
    padding: 4rem 0 8rem;
}

#contact h2 {
    text-align: center;
    margin-bottom: 4rem;
}

#form-container {
    color: black;
    border-radius: 10px;
    width: 58%;
    background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    padding: 3rem;
    box-sizing: border-box;
    height: 0%;
}

#form-container h3 {
    color: black;
    font-family: "Playfair Display", serif;
    margin-bottom: 2rem;
}

#form-container label {
    display: block;
    color: black;
    margin-top: 1rem;
}

#form-container input,
#form-container textarea {
    display: block;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 43px;
    font-family: "Roboto", "Helvetica", "Sans-serif";
    font-size: 1rem;
    color: black;
}

#form-container textarea {
    height: 170px;
    margin-bottom: 2rem;
    resize: none;
}

#form-container input,
#form-container textarea {
    background-color: #fff;
    color: black;
    border: 1px solid #000;
}

#address-container {
    border-radius: 10px;
    background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    width: 38%;
    padding: 1.5rem;
    box-sizing: border-box;
    height: 0%;
}

#address-container label {
    font-weight: 700;
    display: block;
    margin-top: 2rem;
}

#address-container label:first-child {
    margin-top: 0;
}

#address-container address {
    margin-bottom: 1.5rem;
    font-style: normal;
}

#address-container a {
    text-decoration: none;
    color: #0066b2;
}

#address-container a:hover {
    text-decoration: underline;
}

/* end: contact us styles */

/* start: footer styles */
footer {
    background: #333;
    padding: 8rem 0;
}

footer .flex {
    padding-bottom: 6rem;
    border-bottom: 1px solid #777;
}

footer h5 {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 300;
}

footer h5.follow-us {
    margin-top: 1rem;
}

footer .footer-about {
    width: 47%;
}

footer .footer-about p {
    width: 65%;
    color: rgba(255, 255, 255, 0.63);
}

footer .footer-quick-links {
    width: 16%;
}

footer .footer-quick-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer-quick-links ul li {
    margin: 10px 0;
}

footer .footer-quick-links ul li a {
    color: #777;
    text-decoration: none;
}

footer .footer-quick-links ul li a:hover {
    color: #fff;
}

footer .footer-subscribe {
    width: 35%;
    display: none;
}

#subscribe-container {
    position: relative;
}

footer .footer-subscribe input {
    border-radius: 30px;
    height: 43px;
    font-family: "Roboto", "Helvetica", "Sans-serif";
    border: 1px solid #6c757d;
    background-color: transparent;
    font-size: 1rem;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
    width: 80%;
}

footer button.right-rounded {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #f69314;
    font-size: 16px;
    color: #000;
    padding: 10px 30px 9px;
    line-height: 1.5;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
}

footer button.right-rounded:hover {
    background: #fff;
}

footer .footer-subscribe ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .footer-subscribe ul li {
    display: inline-block;
    margin: 0 16px;
}

footer .footer-subscribe ul li:first-child {
    margin-left: 0;
}

footer .footer-subscribe ul li a {
    text-decoration: none;
    color: #777;
}

footer .footer-subscribe ul li a:hover {
    color: #fff;
}

footer small {
    margin-top: 3rem;
    font-size: 1rem;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.63);
}

footer small a {
    color: #777;
    text-decoration: none;
}

footer small a:hover {
    color: #fff;
}

/* end: footer styles */

/* start: media queries */
@media (max-width: 991px) {
    #logo {
        top: 1px;
    }

    #nav-toggle {
        display: block;
    }

    nav ul {
        position: fixed;
        background: #fff;
        right: -100%;
        top: 0;
        margin: 0;
        padding: 2rem;
        height: 100%;
        width: 300px;
        box-sizing: border-box;
        box-shadow: 5px 0 10px 3px #999;
    }

    #close-flyout {
        position: absolute;
        right: 2rem;
        top: 1.5rem;
        font-size: 30px;
        color: #777;
        cursor: pointer;
        display: block;
        line-height: 1;
        margin: 0;
    }

    nav ul li {
        display: block;
        margin: 20px 0;
    }

    nav ul li:first-child {
        margin-top: 50px;
    }

    nav ul li a {
        font-size: 20px;
        color: #212529;
    }

    nav ul li a.active,
    nav ul li a:hover {
        color: #f69314;
    }

    header ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    header ul li {
        display: inline-block;
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .large-paragraph {
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
    }

    .container {
        max-width: 540px;
    }

    #hero .hero-text {
        width: 400px;
    }

    #agents .card {
        width: 49%;
    }

    #the-best .flex>img {
        display: none;
    }

    #the-best .flex>div {
        width: 100%;
    }

    #testimonials-slider p {
        font-size: 1.2rem;
    }

    #properties .container:before {
        top: 2px;
        font-size: 0.85rem;
    }

    #properties-slider a.slick-arrow {
        font-size: 0.85rem;
        color: white;
    }

    #properties button.rounded {
        width: 300px;
    }

    #services .flex>div {
        width: 48%;
    }

    #contact .flex {
        flex-wrap: wrap;
    }

    #form-container {
        width: 100%;
        padding: 2rem;
    }

    #address-container {
        width: 100%;
        margin-top: 2rem;
    }

    footer {
        padding: 6rem 0;
    }

    footer .flex {
        flex-wrap: wrap;
    }

    footer .flex>div {
        width: 100%;
        margin-top: 1rem;
    }

    footer .flex>div:first-child {
        margin-top: 0;
    }

    footer .footer-about p {
        font-size: 1rem;
        width: 100%;
    }

    footer .footer-subscribe input {
        width: 90%;
    }

    footer h5.follow-us {
        margin-top: 2rem;
    }

    header ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    header ul li {
        display: inline-block;
        margin: 0 15px;
    }

    #header-hero-container .call,
    .whatsapp {
        display: block;
    }

    #header-hero-container .call {
        display: flex;
        justify-content: end;
        align-items: end;
        position: fixed;
        left: 80vw;
        bottom: 40vw;
        z-index: 100;
    }

    #header-hero-container .call img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        animation: horizontal-shaking 3s;
        animation-iteration-count: infinite;
        z-index: 100;
    }

    #header-hero-container .whatsapp {
        display: flex;
        justify-content: end;
        align-items: end;
        position: fixed;
        left: 80vw;
        bottom: 21vw;
        z-index: 100;
    }


    #header-hero-container .whatsapp img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        animation: horizontal-shaking 3s;
        animation-iteration-count: infinite;
        z-index: 100;
    }

}

@media (max-width: 500px) {
    #hero .hero-text {
        width: 330px;
    }

    header ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .hero-text {
        display: none;
    }

    header ul li {
        display: inline-block;
        margin: 0 15px;
    }

    #hero .fade {
        background-image: url(/assets/Hero-Background.jpg);
        background-size: cover;
        /* or contain */
        background-position: center;
        width: 100%;
        height: 100%;
    }


    #agents {
        margin: 4rem 0 3rem;
        padding: 0 0 3rem;
    }

    #agents .card {
        width: 100%;
    }

    #agents p.large-paragraph {
        width: 100%;
    }

    #how-it-works .flex {
        display: block;
    }

    #how-it-works .flex>div {
        width: 100%;
        margin-top: 2rem;
    }

    #properties button.rounded {
        width: 250px;
    }

    #services {
        padding: 4rem 0 3rem;
        margin: 4rem 0;
    }

    #services .flex>div {
        width: 100%;
    }

    #testimonials {
        margin-bottom: 4rem;
    }

    #testimonials-slider p {
        font-size: 1rem;
    }

    #testimonials-slider .slick-arrow {
        display: none !important;
    }

    #contact {
        padding: 4rem 0;
    }

    #contact h2 {
        margin-bottom: 2rem;
    }

    #form-container {
        padding: 1.5rem;
    }

    footer {
        padding: 4rem 0;
    }

    .b1,
    .b2 .flex {
        text-align: center;
        text-align: justify;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 4vw;
        font-family: "Poppins";
    }

    .flex {
        display: flex;
        justify-content: space-between;
    }

    .b1,
    .b2 {
        /* border: 1px solid black; */
        background-color: #FEFCFF;
        box-shadow: 0px 2px 3px 0px #888888;
        padding: 10px;
    }

}

@media (max-width: 400px) {
    #hero .hero-text {
        max-width: 275px;
        width: 100%;
    }

    #properties button.rounded {
        max-width: 250px;
        width: 100%;
    }

    nav ul {
        width: 200px;
    }
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: none;
}

@media (min-width: 1024px) {
    #hero-video {
        display: block;
    }

    .fade {
        display: none;
    }

    .hero-text {
        display: none;
    }

    #header-hero-container .call {
        display: none;
    }

    #header-hero-container .whatsapp {
        display: none;
    }
}

@media (min-width: 768px) {
    #contact.popup {
        display: block;
    }

    #contact.popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        padding: 20px;
        z-index: 1000;
        width: 400px;
        max-width: 90%;
    }

    #form-container {
        display: block;
        position: relative;
    }

    #form-container .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        color: white;
        cursor: pointer;
    }

    #form-container .close:hover {
        color: #333;
    }

    .contact2 {
        display: none;
    }
}

#contact {
    display: block;
}

.fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding-top: 20%;
}

#contact.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 20px;
    z-index: 1000;
    width: 500px;
    max-width: 90%;
}


#form-container {
    display: block;
    position: relative;
}

#form-container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

#form-container .close:hover {
    scale: 1.1;
}

/* #header-hero-container .call,.whatsapp{
    display: none;
} */

@keyframes horizontal-shaking {
    0% {
      transform: translateX(0)
    }

    25% {
      transform: translateX(5px)
    }

    50% {
      transform: translateX(-5px)
    }

    75% {
      transform: translateX(5px)
    }

    100% {
      transform: translateX(0)
    }
  }