@import url("https://use.typekit.net/wby3aqm.css");

* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

/* hero container starts */
.hero_container {
    width: 100%;
    height: 100vh;
    background: url(./service_image/Hero_Image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 3.125rem 3.125rem;
}

.hero_container .navbar {
  /* border: 1px solid black; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero_container .navbar .logo img{
  width: 23.125rem;
  height: 5.875rem;
}

.hero_container .navbar .navbar-links{
  display: flex;
  align-items: center;
  gap: 3.35rem;
}

.hero_container .navbar ul li a {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #1E1E1E;
    position: relative;
}
  
.hero_container .navbar ul li a::after{
  content: '';
  width: 0;
  height: 3px;
  background: #004E89;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: 0.5s;
}
  
.hero_container .navbar ul li a:hover::after{
  width: 40%;
}
  
.hero_container .navbar ul li a:hover {
  color: #FF3F4A;
}
  
.hero_container .navbar ul li .active {
    color: #004E89;
}

/* toggle btn */
.toggle-button{
  position: absolute;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: 1rem;
  margin: 15px 30px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 10px;
}

.hero_container .article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 10rem 0rem;
}

.hero_container .article h1 {
    width: 70%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 3.875rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

    /* hero container ends */


/*  What  make our services differentstarts */
.details_container{
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 5rem 3.125rem;
}
  
.details_container .left_content {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    width: 50%;
}
  
.details_container .left_content h1 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.575rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #004E89;
}
  
.details_container .left_content p {
    width: 93%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.65rem;
    letter-spacing: 0.01em;
    color: #000000;
}

.details_container .left_content h4 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: 0.01em;
    color: #004E89;
    padding-top: 1rem;
}

.details_container .left_content .order_list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.details_container .left_content .order_list li {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.65rem;
    list-style-type: style;
    padding-left: .75rem;
    width: 95%;
}
  
.details_container .right_card {
    /* border: 1px solid black; */
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-top: 4rem;
}
  
.details_container .right_card .card_1 {
    width: 29.94rem;
    height: 21.591rem;
    background: #D9D9D9;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;  
    background: url(./service_image/Card-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
  
.details_container .right_card .card_2 {
    width: 23.505rem;
    height: 16.95rem;
    background: #a59c9c;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    position: absolute;
    top: 35%;
    right: 38%; 
    background: url(./service_image/Card-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
  
      /*  What  make our services different ends */



/* Maintainance starts */
.third_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 3.35rem 3.125rem;
}

.third_section .left_card {
    width: 50%;
}

.third_section .left_card .card {
    width: 39.01em;
    height: 29.336em;
    background: #D9D9D9;
    border-radius: 20px;
    background: url(./service_image/Card-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.third_section .right_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.third_section .right_content h1 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.35rem;
    color: #004E89;
}

.third_section .right_content p {
    width: 90%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.85rem;
    color: #000000;
}

    /* Maintainance ends */



/* COMPANION CAREGIVING SERVICES starts */
.fourth_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 4rem 3.125rem;
}

.fourth_section .left_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.fourth_section .left_content h1 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.35rem;
    color: #004E89;
}

.fourth_section .left_content p {
    width: 90%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.85rem;
    color: #000000;
}

.fourth_section .right_card {
    width: 50%;
}

.fourth_section .right_card .card {
    width: 39.01em;
    height: 29.336em;
    background: #D9D9D9;
    border-radius: 20px;
    background: url(./service_image/Card-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    /* COMPANION CAREGIVING SERVICES  Ends */



/* ALZHEIMER'S AND DEMENTIA CARE SERVICE starts */
.fifth_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 4rem 3.125rem;
}

.fifth_section .left_card {
    width: 50%;
}

.fifth_section .left_card .card {
    width: 39.01em;
    height: 29.336em;
    background: #D9D9D9;
    border-radius: 20px;
    background: url(./service_image/Card-5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fifth_section .right_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.fifth_section .right_content h1 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.35rem;
    color: #004E89;
}

.fifth_section .right_content p {
    width: 90%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.85rem;
    color: #000000;
}

    /* ALZHEIMER'S AND DEMENTIA CARE SERVICE Ends */



/* contactUs section starts */
.contact_container {
    /* border: 1px solid black; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.35rem;
    padding: 6rem 3.125rem;
} 
  
.contact_container h1 {
    width: 55%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #004E89;
}
  
.contact_container p {
    width: 75%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1E1E1E;
}
  
.contact_container .form {
    /* border: 1px solid black; */
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 1rem;
}
  
.contact_container .form input {
    width: 100%;
    outline: none;
    border: none;
    padding: 0.5rem 0rem;
    border-bottom: 2px solid black;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.01em;
    color: #898484;
}
  
.contact_container .form input[type=submit] {
    border: none;
    outline: none;
    width: 11.25rem;
    height: 2.8125rem;
    background: #004E89;
    border-radius: 20px;
    align-self: center;
    margin-top: 1rem;
    cursor: pointer;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 157%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: all 0.5s;
}
  
.contact_container .form input[type=submit]:hover {
    transform: scale(1.1);
}
  
    /* contactUs section ends */



/* footer section starts */
.footer_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.852rem;
    background: #D9D9D9;
    padding: 3rem 3.125rem  1rem 3.125rem;
  }
  
.footer_container nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.footer_container nav a img {
    width: 19.097em;
    height: 4.852em;
}
  
.footer_container nav ul {
    display: flex;
    align-items: center;
    gap: 4.625rem;
}
  
.footer_container nav ul li a {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.15rem;
    color: #1E1E1E;
}
  
.footer_container nav ul li a:hover {
    color: #FF3F4A;
}
  
.footer_container .articles {
    width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}
  
.footer_container .articles .left_content {
    /* border: 1px solid black; */
    width: 40%;
}
  
.footer_container .articles .left_content p {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 151%;
    letter-spacing: 0.01em;
    color: #1E1E1E;
}
  
.footer_container .articles .right_content {
    /* border: 1px solid black; */
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
  
.footer_container .articles .right_content .col1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 2.56rem;
}
  
.footer_container .articles .right_content .col1 .details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
  
.footer_container .articles .right_content .col1 .details h3 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
}
  
.footer_container .articles .right_content .col1 .details p {
    width: 90%;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.01em;
    color: #1E1E1E;
}
  
.footer_container .articles .right_content .col2 {
    /* border: 1px solid black; */
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 2.56rem;
}
  
 .footer_container .articles .right_content .col2 .details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
  
.footer_container .articles .right_content .col2 .details h3 {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
}
  
.footer_container .articles .right_content .col2 .details p {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
    color: #1E1E1E;
}
  
  
.footer_container .line{
    border-bottom: 1px solid #1E1E1E;
    padding-top: 1rem;
}
  
.footer_container .copyright{
    display: flex;
    justify-content: flex-end;
    gap: 1.25rem;
}
  
.footer_container .copyright p {
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
    color: #1E1E1E;
}