@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: rgba(0, 0, 0, 0.02);
}

.header {
  background-image: linear-gradient(180deg, #ffffff 10%, rgba(0, 0, 0, 0.4) 60%),
    url("https://images.pexels.com/photos/3768146/pexels-photo-3768146.jpeg?auto=compress&cs=tinysrgb");
  width: 100vw;
  height: 35vw;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
}
.nav-container {
  box-shadow: 2px 4px rgb(237, 232, 232);
  position: relative;
}
.logo a img {
  width: 230px;
  object-fit: cover;
}
.nav-wrapper {
  margin: 0 auto;
}
.show-menu{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5rem;
  left: 0;
  background-color: white;
  box-shadow: 2px 4px rgb(237, 232, 232);
  width: 100%;
  align-items: flex-start;
  transition: all 1s ease-in-out;
}
.show-menu ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  padding-left: 2rem;
}
.show-menu .list .list-item {
  margin-bottom: 1rem;
}
.show-menu .list .list-item:hover {
  border-bottom: 1px solid black;
}
nav .list .list-item {
  margin-left: 1.5rem;
  font-size: 1rem;
}
.list-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  position: relative;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-wrapper{
  padding-top: 52px;
  top: 0;
  display: none;
  position: absolute;
  min-width: 300px;
  z-index: 2;
}
.dropdown-content {
  padding: 10px 0;
  
  background-color: yellow;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* padding: 12px 16px; */
  border-top: 3px solid #f4a03a;
  transition: all 0.5s 0.1s;
  z-index: 999;
}
.dropdown-wrapper .dropdown-content ul{
  list-style: none;
  padding: 0 10px;
  margin: 0;
 
}
.dropdown-wrapper .dropdown-content ul li{
  margin: 1rem 0;
}
.dropdown-wrapper .dropdown-content ul li:hover{
  border-bottom: 1px solid black;
}
.dropdown-wrapper .dropdown-content ul li a{
  color: rgba(0, 0, 0, 0.7);;
  text-decoration: none;
  text-transform: capitalize;

}

.dropdown:hover .dropdown-wrapper {
  display: block;
}
.hamburger-menu {
  display: none;
  background-color: #f4a03a;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.hamburger-menu .fas {
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
}
.content-wrapper {
  /* padding: 1.5rem 0; */
  margin: 0 auto;
  padding-top: 12rem;
}
.content-wrapper .title {
  color: white;
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.section-wrapper {
  padding: 8rem 0 0;
}
.section4 {
  background-color: white;
  padding-bottom: 8rem;
}
.section-wrapper img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.section-wrapper h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #135e69;
}
.section-wrapper .text1 {
  font-size: 1.2rem;
  font-weight: 600;
}
.section-wrapper .text2 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}
.fas {
  color: #f4a03a;
  font-size: 5rem;
}
.footer-top {
  background-image: linear-gradient(180deg, #0b373ebf 0%, #135e69 90%),
    url("https://cdn.sixtyandme.com/wp-content/uploads/2020/09/Elder-Care-Handbook-A-Guide-to-Local-and-National-Help-for-Common-Aging-Issues.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 7rem 1rem;
}
footer ul li {
  margin: 1rem 0;
  font-size: 1.2rem;
}
footer ul li a {
  text-decoration: none;
  color: white;
}
.footer-down {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #135e69;
}
.footer-down p {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1200px) {
  .nav-wrapper,
  .footer-down div {
    width: 100% !important;
    padding: 0 2rem !important;
  }
  .content-wrapper {
    width: 100% !important;
    padding: 8rem 2rem 0;
  }
  .content-wrapper .title {
    font-size: 4rem;
    width: 80%;
  }
}

@media only screen and (max-width: 920px) {
  nav {
    display: none;
  }
  .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 50vh;
  }
  .content-wrapper {
    padding-top: 5rem;
  }
  .column1 {
    order: 2;
  }
  .column2 {
    order: 1;
  }
  .footer-top{
    padding-top: 3rem;
  }
  footer ul li{
    font-size: 1rem;
  }
}
@media only screen and (max-width: 448px) {
  .content-wrapper .title {
    font-size: 1.5rem;
  }

  .left-card-text {
    font-size: 1.3rem;
  }
  .left-card-info h5 {
    font-size: 1.3rem !important;
  }

  .location-arrow-button {
    margin-top: 2rem;
  }
  .footer-top ul li a,
  .footer-top ul li,
  .footer-down p {
    font-size: 1rem;
  }
}
