@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto&display=swap');

body {
    font-family: "Roboto", "Helvetica", "Sans-serif";
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #777;
    line-height: 1.7;
}

* {
    outline: none;
}

*:not(.slick-track):not(.slick-list) {
    transition: 0.4s;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-family: "Playfair Display", serif;
    font-weight: 800;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    color: #f69314;
    margin-bottom: 1rem;
    line-height: 1.2;
}

h3 {
    font-size: 1.4rem;
    font-weight: 300;
}

h4 {
    font-size: 1.2rem;
    font-weight: 300;
}

h5 {
    font-size: 1rem;
    font-family: "Playfair Display", serif;
}

p {
    margin: 0 0 1rem;
}

button {
    background: #03b61b;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
}
button:hover {
  transform: scale(1.05);
}

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: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

#logos {
    height: 5rem;
    width: auto;
    left: 5%;
    position: relative;
    top: 4px;
}
header ul {
    list-style-type: none;
}

header ul li {
    display: inline-block;
    margin: 0 15px;
}

#close-flyout {
    display: none;
}

header ul li a {
    color: #080808;
    font-size: 16px;
    text-decoration: none;
}

header ul.is-sticky li a {
    color: #000;
}

header ul li a:hover,
header ul li a.active {
    /* color: #3bd60b; */
    border-bottom: 1px solid black;
    
}

header ul.is-sticky li a:hover,
header ul.is-sticky li a.active {
    color: #f69314;
}

.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;
}
/* end: header styles */

/* start: hero section styles */

#hero {
    /* background: url(/Accessories/imperial.jpeg) center center no-repeat; */
    /* background-size: cover; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* Background layers */
.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%; /* slightly larger for parallax depth */
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

/* Dark overlay */
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:  rgba(0, 0, 0, 0.35);
  z-index: 999;
}
#hero .fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#hero .hero-text {
    position: absolute;
    top: 50%;
    margin: -75px auto 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    width: 700px;
    text-align: center;
}


/* end: hero section styles */


#properties {
    /* margin: 4rem 0 8rem; */
   padding-top: 6rem;
    position: relative;
    /* height: 90dvh; */
}

#properties h2 {
    margin-bottom: 3rem;
}
#properties p {
    font-size: 0.7rem;
    font-weight: 300;
    position: relative;
    left: 20px;
    
}
#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: 90px;
}
#properties-slider a.slick-next {
    right: 30px;
}
#properties-slider .slick-slide {
    padding: 0 15px;
}

#properties-slider img {
    width: 100%;
    height: 169px;
    display: block;
    cursor: pointer;
}
#properties-slider .slick-slide img {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#properties-slider .slick-slide img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}
#properties-slider .property-details {
    padding: 1rem;
}

#properties-slider .price {
    font-size: 1.2rem;
    color: #343a40;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
}

#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;
    
}
#properties a {
    text-decoration: none;
}
   .modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
}

.modal-content {
  text-align: center;
  padding-top: 40px;
}

.modal-content img {
  max-width: 90%;
  max-height: 70vh;
  border-radius: 10px;
}

.close, .prev, .next {
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.close {
  top: 20px;
  right: 35px;
}

.prev {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.thumbnail-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.thumbnail-bar img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: 0.3s;
}

.thumbnail-bar img.active {
  border-color: #fff;
  transform: scale(1.1);
}
 /* thumbnail section ends */

#agents {
    margin: 4rem 0 6rem;
    padding: 5rem 0 6rem;
    border-bottom: 1px solid #ccc;
}

#agents p.large-paragraph {
    width: 50%;
    margin-bottom: 4rem;
}
#agents span{
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    color: black;
}
#agents .flex {
    flex-wrap: wrap;
    padding: 0;
}

#agents .card {
    width: 32%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    background: #f0f0f0;
    margin-bottom: 2rem;
    border-radius: 20px;
}

#agents .card img {
    width: 100%;
    height: 25rem;
    border-radius: 20px;
}

#agents .card h3 {
    font-family: "Playfair Display", serif;
    color: #000;
}

#agents .card h3,
#agents .card p {
    padding-left: 1rem;
}





#testimonials {
    /* height: 90dvh; */
    /* margin: 0 2rem 0 2rem; */
    padding: 5rem 0 5rem 0;
}

#testimonials h2 {
    text-align: center;
}

#testimonials-slider .slick-slide {
    text-align: center;
}

#testimonials-slider blockquote {
    font-size: 1.2rem;
    font-style: italic;
    margin: 1rem auto 3rem;
    max-width: 740px;
}

#testimonials-slider .testimonials-caption {
    width: 200px;
    margin: 0 auto;
}

#testimonials-slider .testimonials-caption img {
    float: left;
    border-radius: 30px;
    width: 60px;
}

.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: 35%;
    margin-top: -35px;
    z-index: 1;
}
#testimonials-slider .slick-next {
    right: 0;
}
#testimonials-slider .slick-arrow{
    height: 5rem;
    width: 5rem;
}
#testimonials-slider .slick-prev {
    left: 30px;
}
#testimonials-slider .slick-next {
   right: -20px;
}
#testimonials .container h4{
    display: none;
}
/* end: testimonials styles */

/* start: contact us styles */
#contact {
    background: #f8f9fa;
    padding: 5rem 0 8rem;
}

#contact h2 {
    text-align: center;
    margin-bottom: 4rem;
}

#whatsappForm {
    width: 58%;
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    height: 0%;
}

#whatsappForm h3 {
    color: #000;
    font-family: "Playfair Display", serif;
    margin-bottom: 2rem;
}

#whatsappForm label {
    display: block;
    color: #000;
    margin-top: 1rem;
    padding: 10px;
}

#whatsappForm input,
#whatsappForm textarea {
    display: block;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #ced4da;
    width: 100%;
    box-sizing: border-box;
    height: 43px;
    font-family: "Roboto", "Helvetica", "Sans-serif";
    font-size: 1rem;
    color: #495057;
}

#whatsappForm textarea {
    height: 90px;
    margin-bottom: 2rem;
    resize: none;
}

#address-container {
    width: 38%;
    background: #fff;
    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: #f69314;
}

#address-container a:hover {
    text-decoration: underline;
}
/* end: contact us styles */

/* start: footer styles */
footer {
    background: #333;
    padding: 1rem 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-map {
    width: 47%;
    padding-right: 5rem;
}
.footer-map iframe{
    border-radius: 20px;
     box-shadow:
    0 0 35px rgba(255, 223, 225, 0.3);
  }

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%;
}

#subscribe-container {
    position: relative;
}


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 {
    color: #fff;
}
    .facebook { 
        background-color: #777575; 
        padding: 10px;
        border-radius: 30px;
    }
    .instagram { 
        background-color: #777575;
        padding: 10px;
        border-radius: 30px;
     }
    .linkedin  { 
        background-color: #777575; 
         padding: 10px;
        border-radius: 30px;
    }
    .twitter   { 
        background-color: #777575; 
         padding: 10px;
        border-radius: 30px;
    }
  footer .footer-subscribe ul li a i:hover {
      transform: scale(1.5);
      color: silver; 
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    } 
      

footer small {
    margin-top: 1rem;
    font-size: 1rem;
    display: block;
    text-align: center;
}

/* 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;
    }
.hamburger-menu {
    position: relative;
    top: 1rem;
    right: 2rem;
}
    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;
    }
   #whatsappForm {
    width: 100%;
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    height: 0%;
}
    #whatsappForm button {
        /* align-items: center;
        justify-content: center; */
        margin-left: 2rem;
}
 #testimonials {
    height: 100%;
    width: auto;
    margin: 0;
    padding: 5rem;
}
#testimonials-slider .slick-arrow {
    display: none !important;
}
#testimonials .container h4{
    display: block;
    text-align: end;
    font: 400;
    font-size: 1rem;
    color: #000;
    
    
}
#agents .flex p:nth-child(2){
    position: relative;
    right: 2rem;
}
#agents h2{
    text-align: center;
}
#agents .card {
    width: 15rem;
    height: 8rem;
    position: relative;
    left: 3.5rem;
    border: 1px solid #000000;
    border-radius: 20px;
}
#agents .card img {
    width: 100%;
    border-radius: 20px;
}
 footer .footer-subscribe ul {
    list-style-type: none;
    display: inline-flex;
    padding: 10px;
    margin: 0;
}
.footer-map h4{
    margin-bottom: 20px;
  }
  .footer-map iframe{
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
     box-shadow:
    0 0 35px rgba(255, 223, 225, 0.3);
  }
}

@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 {
        height: 60%;
        width: 49%;
    }

    #the-best .flex > img {
        display: none;
    }

    #the-best .flex > div {
        width: 100%;
    }
     #testimonials {
    height: 100%;
    width: auto;
    padding: 1rem;
}
   #testimonials-slider .slick-arrow {
    display: none;
}

    #testimonials-slider .slick-prev {
        display: none;
    }
     #testimonials-slider .slick-next {
    display: none;
}

    #testimonials-slider p {
        font-size: 1.2rem;
    }

    #properties .container:before {
        display: none;
        top: 2px;
        font-size: 0.85rem;
    }

    #testimonials-slider .slick-arrow {
    display: none !important;
}

    #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;
    }
    .footer-map h4{
    margin-bottom: 20px;
  }
  .footer-map iframe{
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
     box-shadow:
    0 0 35px rgba(255, 223, 225, 0.3);
  }
}

@media (max-width: 500px) {
    #hero .hero-text {
        width: 330px;
    }
    #logos{
        width: 3rem;
        height: 3rem;
        position: relative;
        top: 0.5rem;
    }
    .hamburger-menu {
        position: relative;
        top: 0.5rem;
    }
    #agents {
        margin: 1rem 0 3rem;
        padding-top: 5rem;
    }
     #agents .card {
    width: 13rem;
    height: 22rem;
    position: relative;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 20px;
    padding-bottom: 0;
}
  #agents .card h3 {
    font: bolder;
    font: 900;
    padding-left: 0.5rem;
  }
  #agents .card p {
    font-size: 0.8rem;
    padding-left: 0.5rem;
  }
  #agents p.large-paragraph {
    width: 100%;
    font-size: 0.9rem;
    left: 0.5rem;
  }
#agents .card img {
    width: 100%;
    height: 18rem;
    float: left;
    border-radius: 20px;
}
#agents p.large-paragraph {
    position: relative;
   left: 1rem;
}
#agents .container h2 {
    text-align: start;
}

    #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;
    }
    .prev {
  display: none !important;
}

  .next {
  display: none !important;

}

    #testimonials {
        margin-bottom: 4rem;
        padding-top: 5rem;
    }

    #testimonials-slider p {
        font-size: 10px;
    }
#testimonials-slider .slick-arrow {
    display: none !important;
}
    .footer-map{
        padding-bottom: 2rem;
    }

    #contact {
        padding: 4rem 0;
    }

    #contact h2 {
        margin-bottom: 2rem;
    }

    #form-container {
        padding: 1.5rem;
    }

    footer {
        padding: 4rem 0;
    }
    .footer-map h4{
    margin-bottom: 20px;
  }
  .footer-map iframe{
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
     box-shadow:
    0 0 35px rgba(255, 223, 225, 0.3);
  }
  .footer-quick-links h5{
    margin-top: 2em;
  }
}

@media (max-width: 400px) {
  #hero .hero-text {
     max-width: 275px;
     width: 100%;
  }
.hamburger-menu {
    position: relative;
    top: 0.5rem;
}
 #logos{
    padding-bottom: 1rem;
 }
  nav ul {
    width: 200px;
  }
  #modal .prev {
  display: none !important;
}

  #modal .next {
  display: none !important;

}
  #testimonials {
    height: 60%;
    width:90%;
    padding-top: 5rem;
    left: 0;
  }
  #agents .card {
    width: 13rem;
    height: 22rem;
    position: relative;
    left: 2rem;
    border: 1px solid #000000;
    border-radius: 20px;
    padding-bottom: 0;
}

  #agents .card h3 {
    font-size: 1rem;
    padding-left: 0.5rem;
  }
  #agents .card p {
    font-size: 0.8rem;
    padding-left: 0.5rem;
  }
  #agents p.large-paragraph {
    width: 100%;
    font-size: 0.9rem;
    position: relative;
    top: 0;
    left: 0.5rem;
  }
#agents .card img {
    width: 100%;
    float: left;
    border-radius: 20px;
}
#agents p.large-paragraph {
    position: relative;
    left: 1rem;
}
  #agents{
    padding-top: 5rem;
  }
  .footer-map{
    padding-bottom: 2rem;
  }
  .footer-map h4{
    margin-bottom: 20px;
  }
  .footer-map iframe{
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
     box-shadow:
    0 0 35px rgba(255, 223, 225, 0.3);
  }
  .footer-quick-links h5{
    margin-top: 2em;
  }
}