.logo,
header,
nav ul {
  display: flex;
}
.bar,
.dropdown-menu {
  transition: 0.3s ease-in-out;
}
.dropdown-menu,
header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.75);
}
.dropdown-menu ul li a,
header li a {
  transition: color 0.1s ease-in-out;
  font-size: 16px;
  font-family: Poppins, Times, serif, Courier, monospace;
}
.c_feature p,
.dropdown-menu ul li a,
header li a {
  font-family: Poppins, Times, serif, Courier, monospace;
}
* {
  box-sizing: border-box;
}
.c_stay-in-touch,
.f_lovecare-column .f_lovecare-title,
.f_title_container {
  text-align: center;
}
.hamburger,
.logo,
a,
button {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
:root {
  --primary-color-rgb: 18, 28, 20;
  --text-color: #dca593;
  --second-text-color: #3f4740;
  --color1: #c59382;
  --header-height: 71px;
  --text-color-third: rgb(35, 32, 30);
}
* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}
body {
  background-color: rgba(var(--primary-color-rgb));
}
header {
  justify-content: space-between;
  align-items: center;
  padding: 10px 100px;
  position: sticky;
  height: var(--header-height);
  top: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  max-width: 1920px;
  margin: 0 auto;
  /* background-color: var(--text-color-third); */
}
.hamburger,
a,
button {
  background: 0 0;
  text-decoration: none;
}
header li a {
  font-weight: 800;
}
header li:not(:last-child) {
  padding-right: 10px;
}
.dropdown-menu ul li a:hover,
header a:hover {
  color: var(--text-color);
}
.c_contact-details-container .c_contact-details-contents p a,
.f_contact_data p a,
.logo,
.logo a {
  color: var(--text-color-third);
  text-decoration: none;
}
.c_contact-details-container .c_contact-details-contents p a {
  color: #fff;
}
.logo,
.logo a {
  color: var(--text-color-third);
  text-decoration: none;
  font-family: "Playfair Display", serif;
}
.logo {
  font-size: 40px;
  font-weight: 700;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  letter-spacing: 2px;
}
.logo,
.logo a {
  color: var(--header-text-color);
  text-decoration: none;
  font-family: "Playfair Display", serif;
  color: var(--text-color-third);
}
.logo a:last-child {
  font-size: 45px;
  font-weight: 500;
  font-family: Times, serif, Courier, monospace;
  padding: 0;
}
.btn,
.f_title {
  font-weight: 600;
}
.logo {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}
.icon img {
  width: 75px;
  padding-right: 15px;
  padding-top: 15px;
}
.logo a img {
  height: 70px;
  width: auto;
}
nav ul {
  list-style: none;
}
nav ul li {
  margin: 0 15px;
}
.f_lovecare-column ul li a,
nav ul li a {
  text-decoration: none;
  color: var(--text-color-third);
  font-weight: 400;
}
.f_lovecare-column ul li a {
  color: #fff;
}
.f_rights p a,
.logo a:visited {
  text-decoration: none;
  color: inherit;
}
.btn {
  background-color: var(--text-color);
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}
.hamburger {
  all: unset;
  display: none;
  cursor: pointer;
}
.bar {
  content: "";
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: var(--text-color-third);
}
.dropdown-menu {
  position: fixed;
  top: var(--header-height);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  /* background-color: #0000005e; */
  justify-content: center;
  width: 100%;
  left: 0;
  display: none;
}
@supports not (
  (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))
) {
  .element {
    background: rgba(255, 255, 255, 0.6);
  }
}
.dropdown-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-top: 15px;
}
.dropdown-menu ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-right: 0;
}
.dropdown-menu ul :nth-child() {
  margin-bottom: 0;
}
.dropdown-menu ul li a {
  text-decoration: none;
  color: var(--text-color-third);
  font-weight: 500;
}
.contact-container {
  position: relative;
  overflow: hidden;
}
.parallax-bg-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 112);
  background: linear-gradient(
      0deg,
      rgba(var(--primary-color-rgb), 0.4) 0,
      rgba(var(--primary-color-rgb), 0.4) 100%
    ),
    url("./images/Outside3.webp");
  background-size: cover;
  background-position: center center;
  z-index: -100;
}
.section-background {
  border-top: 1px solid #bbb1b1;
  position: relative;
  color: #fff;
  text-align: center;
  height: fit-content;
  z-index: 1;
  margin-top: calc(-1 * (var(--header-height)));
}
.c_stay-in-touch {
  margin-bottom: 15px;
  width: 50%;
}
.c_stay-in-touch h1 {
  width: 90%;
  font-size: clamp(1rem, 7vw, 1.75rem);
  margin-top: 10px;
  color: #fff;
}
.c_features-container {
  padding: 10px 30px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  margin: 121px auto auto;
  background-color: #ffffff41;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.184);
}
.c_features {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 40px;
}
.c_features .c_feature {
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-color: #ffffffa2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.184);
}
.c_features .c_feature:nth-child(2) {
  border: 1px solid #fff;
}
.c_feature .c_svg-container_feature {
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: var(--text-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.c_feature p {
  color: #000;
}
.c_svg-container_feature img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.c_svg-container_contact {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_svg-container_contact img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c_feature span {
  font-size: 1em;
  color: #333;
}
.c_contact-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 25px;
  width: 80%;
  max-width: 1200px;
  margin: 45px auto 60px;
  border-radius: 8px;
}
.c_contact-details {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.c_contact-details .c_contact-details-container {
  border-radius: 8px;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  background-color: #ffffff41;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.184);
}
.c_contact-details-contents {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  padding-right: 10px;
}
.c_contact-details-contents p {
  font-size: 1em;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: start;
}
.c_contact-details a {
  color: #007bff;
  text-decoration: none;
}
.c_contact-details a:hover {
  text-decoration: underline;
}
.c_contact-form-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.184);
  background-color: #fff;
  background-color: #ffffff41;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.c_contact-form {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c_contact-form h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.c_contact-form input,
.c_contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  height: 40px;
}
.c_contact-form textarea {
  height: 120px;
  font-family: Arial;
}
.c_contact-form button {
  background-color: var(--text-color);
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  height: 52px;
}
.h3-style > p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.residence-map {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 520px;
}
.background-iframe {
  background-color: #f5f4f4;
  height: 600px;
}
footer {
  position: relative;
  margin-top: -160px;
  pointer-events: none;
}
.f_container {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: #212529; */
  background-color: #f5dcc6;
  color: #fff;
  width: 100%;
  padding-top: 25px;
  pointer-events: all;
}
.f_title_container {
  align-items: center;
  justify-content: center;
  width: 90%;
}
.f_title {
  margin: 0;
  font-size: clamp(35px, 5vw, 45px);
}
.f_sub_title {
  margin: 0 0 30px;
  font-size: 16px;
}
.f_border_title {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #383b3f;
}
.f_contacts_container {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  gap: 8%;
  padding-top: 20px;
}
.f_contact_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
  width: 30%;
}
.f_contact_img img {
  width: 35px;
  height: 35px;
}
.f_contact_data {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #383b3f;
  padding-left: 15px;
}
.f_contact_data p a {
  color: #fff;
}
.f_contact_type {
  font-weight: 700;
}
.f_rights {
  padding: 20px 0;
  width: 80%;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.f_rights p,
.f_rights p a {
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.f_terms {
  display: flex;
  gap: 5px;
}
.f_lovecare-section {
  width: 70%;
  display: flex;
  justify-content: center;
}
.f_lovecare-column-container {
  display: flex;
  padding-top: 30px;
  width: 70%;
}
.f_lovecare-column-container:nth-child(2) {
  width: 50%;
  padding-left: 20%;
}
.f_lovecare-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.f_lovecare-column p {
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.f_lovecare-column-container:nth-child(2) p {
  margin: 0;
  align-items: center;
  justify-content: center;
}
.f_lovecare-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f_lovecare-column li {
  margin-bottom: 5px;
}
.f_lovecare-description {
  flex: 2;
  padding: 10px;
}
.f_lovecare-description p {
  margin-bottom: 10px;
}
.f_lovecare-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  padding-bottom: 10px;
}
.f_lovecare-title > p {
  margin: 0;
  padding: 0;
}
.f_border_style {
  width: 90%;
  padding-top: 20px;
}
a:focus-visible {
  outline: 0;
  border: 2px solid #f60;
  background-color: rgba(255, 102, 0, 0.1);
  box-shadow: 0 0 5px rgba(255, 102, 0, 0.6);
  padding: 2px;
  border-radius: 4px;
}
.f_terms a:focus-visible {
  outline: #ff6600 solid 2px;
  background-color: rgba(255, 102, 0, 0.1);
  padding: 2px;
  border-radius: 4px;
}
.f_contact_data a:focus-visible {
  outline: #ff6600 solid 2px;
  background-color: rgba(255, 102, 0, 0.1);
  padding: 2px;
  border-radius: 4px;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: #007bff solid 3px;
  outline-offset: 2px;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.f_container p,
.f_contacts_container .f_contact_container p,
.f_contacts_container .f_contact_data p,
.f_contact_container p,
footer .f_lovecare-title,
.f_lovecare-column ul li a,
.f_contact_data #phone1 {
  color: #383b3f;
}
@media (max-width: 1650px) {
  footer {
    margin-top: -140px;
  }
}
@media (max-width: 1450px) {
  footer {
    margin-top: -120px;
  }
}
@media (max-width: 1280px) {
  .main-message::before {
    width: 100%;
  }
  footer {
    margin-top: -110px;
  }
}
@media (max-width: 1024px) {
  .c_stay-in-touch {
    text-align: center;
    margin-bottom: 20px;
    width: 90%;
  }
  .c_contact-details,
  .c_feature {
    margin-bottom: 20px;
  }
  .c_features {
    display: block;
    width: 90%;
  }
  .c_contact-info {
    display: flex;
    flex-direction: column;
  }
  .c_contact-details {
    width: 100%;
  }
  .c_contact-form-container {
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 900px) {
  footer {
    margin-top: -100px;
  }
}
@media (max-width: 1150px) {
  header {
    padding: 10px 40px;
    margin: 0 auto;
  }
  footer {
    margin-top: -100px;
  }
  nav ul li {
    display: block;
    margin-bottom: 10px;
  }
  .btn {
    font-size: 1rem;
    padding: 8px 16px;
  }
  nav {
    display: none;
  }
  .hamburger {
    display: block;
    z-index: 101;
  }
  .hamburger.active :nth-child(2) {
    opacity: 0;
  }
  .hamburger.active :first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active :nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .dropdown-menu.active {
    display: flex;
    opacity: 1;
  }
  .f_contacts_container {
    flex-wrap: wrap;
  }
  .f_contact_container:nth-child(3) {
    width: auto;
    margin: 10px auto;
  }
  .f_contact_container:first-child,
  .f_contact_container:nth-child(2) {
    width: 45%;
  }
  .f_rights {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .f_lovecare-description,
  footer svg {
    width: 100%;
  }
  .logo {
    font-size: 30px;
  }
  .logo a:last-child {
    font-size: 40px;
    font-weight: 500;
    font-family: Times, serif, Courier, monospace;
    padding: 0;
  }
  .icon img {
    width: 70px;
    padding-right: 15px;
    padding-top: 12px;
  }
  .logo a img {
    height: 60px;
    width: auto;
  }
  iframe {
    height: 300px;
  }
  .c_contact-details {
    gap: 17px;
  }
  .c_features-container {
    padding-bottom: 0;
  }
  .c_contact-form-container {
    padding: 0;
  }
  .f_lovecare-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .f_lovecare-column-container:nth-child(2) {
    padding-left: 0;
  }
  .f_lovecare-column-container {
    width: 100%;
    justify-content: center;
    margin: 15px 0 10px;
    padding: 0;
  }
  .f_lovecare-column {
    justify-content: center;
  }
  .f_lovecare-column ul {
    text-align: center;
  }
  footer svg {
    height: 50px;
    z-index: 20;
  }
  .f_contacts_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
  }
  .f_contact_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .f_contact_container:nth-child(3) {
    width: 100%;
    align-items: center;
    justify-content: start;
    margin: 0;
  }
  .f_contact_container:first-child,
  .f_contact_container:nth-child(2) {
    width: 100%;
    align-items: center;
    justify-content: start;
  }
}
@media (max-width: 550px) {
  header {
    padding: 10px 20px;
  }
  .icon img {
    width: 57px;
    padding-right: 10px;
    padding-top: 12px;
    margin-left: -5px;
  }
  .f_contacts_container {
    flex-direction: column;
    width: 70%;
  }
  .f_contact_container:nth-child(3) {
    width: 100%;
    align-items: start;
    justify-content: start;
    margin: 0;
  }
  .f_contact_container:first-child,
  .f_contact_container:nth-child(2) {
    width: 100%;
    align-items: start;
    justify-content: start;
  }
  .f_lovecare-section {
    width: 80%;
  }
  .f_contacts_container {
    width: 80%;
  }
}
