/* @font-face {
  font-family: "Noto Serif";
  src: url("NotoSerif-Italic.woff2") format("woff2"),
    url("NotoSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif";
  src: url("NotoSerif-Regular.woff2") format("woff2"),
    url("NotoSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Open Sans";
  src: url("../Font-2/OpenSans-Italic.woff2") format("woff2"),
    url("../Font-2/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../Font-2/OpenSans-Regular.woff2") format("woff2"),
    url("../Font-2/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  /* font-family: "Noto Serif"; */
  font-family: "Open Sans";
}

main {
  padding: 0;
  margin: 0;
  padding-top: 60px;
}

.navigation a {
  text-decoration: none;
  color: #071c35;
}

header {
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  color: #071c35;
  position: fixed;
  z-index: 100;
  width: 100%;
}

header img {
  width: 100px;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

nav ul li {
  display: flex;
  margin: 0;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  height: 60px;
}

nav ul a li {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}

nav ul a li:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #071c35;
  transition: 0.5s;
}

.navigation {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blue-background-nav {
  background-color: #071c35;
  color: #fff;
}

/*Main*/
.xl-pic {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
}
#background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*
#index-hero-background {
   background-image: url(../img/home-hero.png); 
}
*/
#about-hero-background {
  background-image: url(../img/about-hero.jpg);
}
video {
  opacity: 90%;
}

#contact-hero-background {
  background-image: url(../img/contact-hero.jpg);
}

#policy-hero-background {
  background-image: url(../img/vila-cooll.jpg);
}

#faq-hero-background {
  background-image: url(../img/faq-hero.jpg);
}

#renting_out_hero {
  background-image: url(../img/renting_out.png);
}

#renting_hero {
  background-image: url(../img/renting.png);
}

.text-pic {
  font-size: 64px;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0;
  padding-top: 35vh;
}
.text-pic-index {
  font-size: 64px;
  text-align: center;
  color: #fff;
  margin-top: -107vh;
  padding-top: 40vh;
  width: 100%;
  position: absolute;
}

#button-hero {
  position: absolute;
  margin-top: -52vh;
  font-size: 18px;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 1.2em 1.5em;
  color: #ffffff;
  width: 100vw;
  margin-left: 43vw;
  text-decoration: none;
  border: #ffffff solid 1px;
  font-weight: 600;
  max-width: 200px;
}
#button-hero:hover {
  color: #071c35;
  width: 100vw;
  text-decoration: none;
  background-color: white;
  border: #ffffff solid 1px;
  font-weight: 600;
  transition: 0.3s;
}

.intro-text {
  max-width: 850px;
  padding: 80px 0;
  margin: auto;
  font-size: 20px;
  text-align: justify;
}

/*home*/
#popular-listings-div {
  margin: auto;
  max-width: 1300px;
}

#popular-listings-title {
  color: #071c35;
  text-align: center;
  margin-bottom: 50px;
}

.button {
  font-size: 18px;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0.5em 1.5em;
  max-width: 120px;
  color: #071c35;
  max-width: 200px;
  width: fit-content;
  text-decoration: none;
  margin-top: 50px;
  margin-bottom: 50px;
  border: #bebebe solid 1px;
  font-weight: 600;
}

#popular-listings-button {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.button:hover {
  background-color: #071c35;
  color: #fff;
  transition: 0.5s;
}

.section-home {
  display: flex;
  margin: 100px 0;
  max-height: 500px;
  background-color: #f3f2ee;
}
.section-home img {
  width: 700px;
  height: 500px;
}

.section-home-content {
  padding: 50px;
  padding-bottom: 0px;
}
.section-home-content h6 {
  margin: 0;
  letter-spacing: 6px;
  color: #08351b;
  font-size: 12px;
}
.section-home-content h2 {
  margin-top: 5px;
  color: #071c35;
  font-size: 32px;
}
.section-home-content p {
  letter-spacing: 1px;
  font-size: 18px;
}
.section-home-content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: 1px;
}

.stats {
  margin: 50px 120px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  flex-direction: column;
  gap: 10px;
  padding-left: 50px;
}

.stat {
  margin: 0;
  background-color: #f3f2ee;
  height: 200px;
  width: 250px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.stat h1 {
  font-size: 50px;
  margin: 0;
  margin-top: 50px;
  text-align: center;
}
.stat p {
  text-align: center;
  margin: 0 20px;
  margin-top: 10px;
  letter-spacing: 5px;
  line-height: 20px;
}

/*House Listing*/

/* .housegallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.listing-gallery-images {
  width: 310px;
  height: 310px;
}
.listing-gallery-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.listing-main-image img {
  object-fit: cover;
  width: 136%;
  height: 100%;
}

.houselistingimages {
  display: flex;
}

.houselistingmain {
  padding: 0px 70px;
  padding-top: 50px;
}

.houselistingbigimage {
  padding-right: 20px;
} */

.listings-page-title {
  font-size: 50px;
  text-align: center;
  padding-top: 30px;
}

.houselistingmain {
  padding: 0px 70px;
  padding-top: 80px;
}

.address-house {
  margin-left: 25px;
}

.houselistingimages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 10px;
}

.listing-main-image {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.listing-main-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.housegallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.listing-gallery-images {
  width: 100%;
  height: 100%;
}

.listing-gallery-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.appointmentcard {
  background-color: F3F2EE;
  text-align: center;
  width: 400px;
  height: 380px;
  flex-shrink: 0;
  border: 1px #bebebe solid;
  margin-left: 100px;
  margin-top: 25px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.alliconshouselisting {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.alliconshouselisting div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
}

.alliconshouselisting div p {
  padding-left: 5px;
}

.houselistingsection1 {
  display: flex;
  padding-top: 25px;
}

.button-house {
  font-size: 20px;
  text-align: center;
  padding: 12px;
  max-width: 120px;
  color: #071c35;
  background-color: #fff;
  max-width: 400px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 50px;
  border: #bebebe solid 1px;
  width: 400px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.corrybutton {
  display: flex;
  justify-content: flex-end;
}

.button-house:hover {
  background-color: #071c35;
  color: #fff;
  transition: 0.5s;
}

.similarintheareacards {
  display: flex;
  justify-content: space-between;
}

.similarintheareacards a {
  text-decoration: none;
  color: #000;
}

.houselistingcard {
  background-color: F7F7F7;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  width: 413px;
  height: 369px;
  text-align: left;
  margin-bottom: 75px;
  border: 1px #bebebe solid;
}
.houselistingcard img {
  width: 413px;
  height: 260px;
}

.houselistingcard h2,
.houselistingcard p {
  margin: 10px;
}

/*About Us*/

.section-about-content {
  padding: 50px;
  padding-top: 70px;
  padding-bottom: 100px;
  max-width: 1150px;
  text-align: justify;
  margin: auto;
}
.section-about-content h6 {
  margin: 0;
  letter-spacing: 6px;
  color: #08351b;
  font-size: 12px;
}
.section-about-content h1 {
  margin-top: 5px;
  color: #071c35;
  font-size: 32px;
}
.section-about-content p {
  letter-spacing: 1px;
  font-size: 20px;
}

.our-team {
  background-color: #f3f2ee;
}
.our-team h1 {
  font-size: 34px;
  text-align: center;
  padding-top: 25px;
}
.people {
  display: flex;
  width: 1200px;
  margin: auto;
}
.person {
  max-width: 250px;
  margin: 0 20px;
  padding-bottom: 20px;
}
.person:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.team-photo {
  width: 250px;
  height: 320px;
}
.team-photo:hover {
  width: 250px;
  height: 320px;
}

.what-we-offer div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f2ee;
  margin-bottom: 150px;
}

.what-we-offer img {
  width: 600px;
  height: 400px;
}
.what-we-offer h1 {
  margin: 100px;
  margin-top: 100px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 40px;
}

.what-we-offer p {
  font-size: 20px;
  max-width: 800px;
  text-align: justify;
  padding: 0 140px;
  letter-spacing: 1px;
}
#join-404-text-about {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 100px;
  font-size: 20px;
}

/*Listing page*/

.listing-container {
  display: flex;
}

/*Filter styling Listing page*/

.filters {
  max-width: 25%;
  padding: 30px 100px 20px 100px;
}

.filter-group {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.filter-group p {
  padding-top: 5px;
}

.filter-group h4 {
  margin: 0 0 10px;
}

.search-bar {
  font-size: 18px;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #bebebe;
}

::placeholder {
  color: black;
}

.filter-group label,
.filter-group input {
  border-radius: 0;
  display: flex;
  margin-bottom: 10px;
}

.filter-group input {
  border: 1px solid #bebebe;
}

.filter-left {
  height: 55px;
  width: 150px;
  margin: 0 10px 0 0;
}

.filter-right {
  height: 55px;
  width: 150px;
  margin: 0 0 0 10px;
}

.filter-minmax {
  display: flex;
  margin-bottom: 10px;
}

/* faq styling */
.faq-section {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  background-color: #f7f7f7;
}

.faq-answer {
  display: none;
  margin-top: 5px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.faq-question:hover {
  background-color: #071c35;
  color: white;
  transition: 0.5s;
}

/*House Listing styling Listing page*/
.listings {
  max-width: 75%;
  min-width: 50%;
  padding: 30px 20px 20px 100px;
}

.listing {
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid #000000;
  padding: 50px 20px;
}
.listing:hover {
  background-color: #f3f2ee;
  transition: 0.5s;
}

.listing img {
  width: 400px;
  height: auto;
  margin-right: 20px;
}

.listing-details h4 {
  margin: 0;
}

.listing-details a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

.listing-details tr {
  text-align: left;
}

.listing-details th {
  text-align: middle;
  font-weight: normal;
}

.listing-details th img {
  vertical-align: middle;
  width: 22px;
  height: auto;
}

.listing-details table {
  border-spacing: 5px;
}

/*Special pool section styling because he's special*/
#filter-group-pool {
  margin-bottom: 20px;
}

#filter-group-pool input {
  color: black;
  border-radius: 0;
  border: 1px solid #bebebe;
}

#filter-group-pool p {
  padding-top: 5px;
}

#filter-group-pool h4 {
  margin: 0 0 10px;
}

#filter-group-pool label,
#filter-group-pool input {
  display: flex;
  margin-bottom: 10px;
}

/*Footer*/
.bold-footer {
  font-size: 18px;
  font-weight: bold;
}
footer {
  background-color: #f7f7f7;
  padding: 10px 0;
  text-align: center;
  color: #071c35;
}

footer p {
  margin: 0;
  font-size: 18px;
  padding: 10px;
}

footer .links,
.footer .insights,
.footer .agents,
.footer .more {
  display: inline-block;
  vertical-align: top;
  margin: 0 75px;
  text-align: left;
}
.footer .links ul,
.footer .insights ul,
.footer .agents ul,
.footer .more ul {
  list-style-type: none;
  padding: 0;
}
.footer .links li,
.footer .insights li,
.footer .agents li,
.footer .more li {
  margin: 5px 0;
}
.footer .links a,
.footer .insights a,
.footer .agents a,
.footer .more a {
  text-decoration: none;
  color: #000000;
}
.footer .links a:hover,
.footer .insights a:hover,
.footer .agents a:hover,
.footer .more a:hover {
  text-decoration: underline;
  color: #000000;
}
.footer .social-icons {
  padding: 10px;
  margin-top: 20px;
}
.footer .social-icons a {
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
  display: inline-flex;
}
.footer .copyright {
  margin-top: 20px;
  font-size: 14px;
}

.checkmark {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.4s;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}

#check:checked ~ .checkmark {
  background-color: #016873;
}

.checkmark::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(40deg) scale(10);
  opacity: 0;
  transition: all 0.4s;
}

#check:checked ~ .checkmark::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotateZ(40deg) scale(1);
}
/* 2nd */
.checkmark-1 {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.4s;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}

#check-1:checked ~ .checkmark-1 {
  background-color: #016873;
}

.checkmark-1::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(40deg) scale(10);
  opacity: 0;
  transition: all 0.4s;
}

#check-1:checked ~ .checkmark-1::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotateZ(40deg) scale(1);
}

#scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border: 1px solid #bebebe;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  font-weight: bolder;
  font-size: 25px;
  overflow: hidden;
  border-radius: 0;
  height: 50px;
  width: 50px;
}

#scrollup:hover {
  background-color: #071c35;
  color: #fff;
  transition: 0.5s;
}

.hidden {
  display: none;
}

/* contact.html */

.form-contact {
  display: flex;
  justify-content: center;
}

.container-form {
  display: flex;
  background-color: #f3f2ee;
  padding: 20px;
  border: 1px solid #000;
  width: 500px;
  justify-content: center;
  margin-bottom: 100px;
}

.contact-form {
  max-width: 400px;
  width: 100%;
}

.contact-form h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.contact-form .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-form .checkbox-group input {
  margin-right: 10px;
  width: auto;
}

.contact-form .checkbox-group label {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}

.contact-form a {
  color: #007bff;
  text-decoration: none;
}

.contact-form a:hover {
  text-decoration: underline;
}

.contact-form button {
  width: 100px;
  padding: 10px;
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid #bebebe;
  cursor: pointer;
  font-size: 22px;
  transition: 0.5s;
}

.contact-form button:hover {
  background-color: #071c35;
  color: #e1e7ef;
}
/*
.cocontact-info-total {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.contact-info {
  
  max-width: 200px;
  width: 100%;
}

.contact-info p {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.contact-info .icon {
  margin-right: 10px;
  font-size: 24px;
}

/* Swiper styles */
.swiper-container {
  width: 100%;
  height: 400px; /* Adjust the height as needed */
  position: relative; /* Ensure relative positioning for absolute elements */
  box-sizing: border-box;
  overflow: hidden; /* Hide overflow to ensure only visible slides are shown */
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide h2,
h4 {
  /* text-align: center; */
  margin: 0;
}

.address-property {
  text-align: center;
  margin: 0;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  height: 275px;
}
.swiper-slide img:hover {
  margin-top: 26px;
  transition: 0.3s;
}

.swiper-button-next,
.swiper-button-prev {
  color: #071c35;
  transform: translateY(-50%);
  position: absolute;
}

.swiper-pagination-bullet-active {
  background: #071c35;
}

/* Additional styles to ensure proper layout */
#popular-listings-title {
  text-align: center;
  margin-top: 50px;
}

#popular-listings-button {
  display: block;
  text-align: center;
  margin: 20px auto;
}

/*About each of us*/
.about-person-section {
  display: flex;
  padding: 76px;
}
.about-person-section img {
  max-width: 400px;
  height: 540px;
  margin-left: 50px;
}

.about-person-text h1 {
  font-size: 50px;
  margin: 0;
}
.about-person-text p {
  font-size: 20px;
}
.about-person-text a {
  font-size: 20px;
  color: #000;
}

/*Appointmet Form*/

.form-app {
  display: flex;
  justify-content: center;
}

.container-form {
  display: flex;
  background-color: #f3f2ee;
  padding: 20px;
  border: 1px solid #000;
  width: 500px;
  justify-content: center;
  margin-bottom: 100px;
}

.app-form {
  max-width: 400px;
  width: 100%;
}

.app-form h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.app-form label {
  display: block;
  margin-bottom: 5px;
}

.app-form input,
.app-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.radio-group input {
  width: auto;
}

.app-form .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.app-form .checkbox-group input {
  margin-right: 10px;
  width: auto;
}

.app-form .checkbox-group label {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}

.app-form a {
  color: #007bff;
  text-decoration: none;
}

.app-form a:hover {
  text-decoration: underline;
}

.app-form button {
  width: 100px;
  padding: 10px;
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid #bebebe;
  cursor: pointer;
  font-size: 22px;
  transition: 0.5s;
}

.app-form button:hover {
  background-color: #071c35;
  color: #e1e7ef;
}

.appointment-title {
  margin-left: 50px;
  font-size: 50px;
}

.confirmation-container {
  background-color: #fff;
  padding: 40px 0px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.confirmation-container h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #5cb85c;
}
.confirmation-container p {
  font-size: 20px;
}
.confirmation-container img {
  max-width: 50px;
}

.confirmation-container a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
}

/* checkbox */

.property-type,
.swimming-pool,
.nearby-gym,
.nearby-club,
.nearby-bar,
.contact-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #071c35;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.property-type:before,
.swimming-pool:before,
.nearby-gym:before,
.nearby-club:before,
.nearby-bar:before,
.contact-checkbox:before {
  content: "";
  background-color: #071c35;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}

.property-type:checked:before,
.swimming-pool:checked:before,
.nearby-gym:checked:before,
.nearby-club:checked:before,
.nearby-bar:checked:before,
.contact-checkbox:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
/* checkbox */

/* Policy.html */
.policy-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
.policy-section {
  margin-bottom: 20px;
}
/* Policy.html */
