@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,300&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: 0;
    background-color: whitesmoke;
}
section{
    height: 100vh;
}
/** HEADER  **/
nav {
    display: flex;
    justify-content: flex-end;
    height: 50px;
    background-color: #f9f9f9;
    top: 0;
    width: 100%;
}
.logo{
    position: absolute;
    top: 12px;
    left: 50px;
}
ul{
    display: flex;
    list-style: none;
    padding: 10px 0px;
}
li{
    padding-right: 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;   
}
a{
    text-decoration: none;
    color: #666;
}
li a:hover{
    background-color: #c99de7;
    color: #ffffff !important;
    transition: 0.3s ease;
    padding: 10px;
    font-size: 11px;
}
.header_text h2{
    margin-top: 200px;
    margin-left: 70px;
    font-size: 28px;
    color: #4777c5;
}
.big_text{
    letter-spacing: 2px;
    font-size: 54px;
}
.smaller_text{
    letter-spacing: 1px;
    font-weight: 400;
}
.header_text .medium_text{
    margin-left: 70px;
    color: #c99de7;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
.header_text p{
    width: 500px;
    margin-left: 70px;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding-bottom: 25px;
}
.header_text a{
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 400;
}
.header_text .job_vacancy{
    margin-top: -40px;
    font-size: 14px;
    color: rgb(99, 96, 96);
    margin-left: -30px;
    text-transform: uppercase;
    font-weight: 400;
}
.header_text .job_vacancy:hover{
    transform: 0.3s ease;
    color: #c99de7;
}
.header_text a .href{
    background-color: #c99de7;
    padding: 10px 25px;
    margin-left: 60px;
    border-radius: 6px;
    color: #fff;
}
.header_text a .href:hover{
    background-color: #4777c5;
    color: #666 !important;
    transition: 0.3s ease;
}
.waviy {
    position: relative;
  }
  .waviy span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #4777c5;
    text-transform: uppercase;
    animation: flip 6s infinite;
    animation-delay: calc(.6s * var(--i))
  }
  @keyframes flip {
    0%,90% {
      transform: rotateY(360deg) 
    }
  }
.profile_picture{
    right: 0px;
    position: absolute;
    top: 50px;
  
}
/** SERVICE SECTION  **/
.service{
    padding: 30px 100px;
    margin: auto;
    background-color: #fff;
    height: 100vh;    
}
.service_container{
   display: flex;
   left: 0px;
}
.service h2{
margin-left:50px;
padding-bottom: 20px;
  font-size: 28px; 
  color: #666;
}
.service p{
    margin-left: 100px;
    width: 950px;
    text-align: center;
    padding-bottom: 15px;
}
.service_box{
    position: relative;
    width: 250px;
    max-height: auto;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 20px 40px;
    background: linear-gradient(250deg, #edf1fe, #ffffff);
    box-shadow: 8px 8px 16px #c99de7,
                -8px -8px -16px whitesmoke;
    cursor: pointer;  
    color: #666C6D;       
}
.service_box:hover{
    background: linear-gradient(250deg, #c99de7, #ffffff);
    box-shadow: 8px 8px 16px whitesmoke,
                -8px -8px -16px #c99de7;
}
.service .medium_text{
    font-size: 24px;
    font-style: italic;
}
.service a .href{
    background-color: #c99de7;
    padding: 12px 40px;
    margin-left: 40%;
    color: #fff;
    
}
.service a .href:hover{
    background-color: #4777c5;
    color: #666C6D;
    transition: .3s ease;
}
.service img{
    z-index: 100;
    position: absolute;
    max-width: 30px;
    max-height: 20px; 
    right: 3px;
    bottom: 0px;
    padding: 4px;
    border: 3px solid #c99de7;
    border-radius: 40%;
}
.service .list{
    display: block;
}
.service .list li{
    font-size: 16px;
  line-height: 24px;
    text-transform: capitalize;
}

/** ABOUT SECTION  **/
.about{
    background: #c99de7;
    width: 100%; 
   padding-top: 20px;
}
.about h1{
    padding: 40px 0px 0px 80px;
}
.about_text{
    display: flex;
    padding: 20px 100px 40px 100px;
}
.about img{
    width: 500px;
    
    padding-top: 20px;
  
   }
.about .text_paragraph{
    margin-left: 20px;
    margin-right: 20px;
  
}
.about .text_paragraph h5{
    margin-top: -25px;
    color: #c99de7;
    text-decoration: 1px underline #4777c5 ;
}
.about h1{
    margin-left: 20px;
    letter-spacing: 0.7px;
    font-size: 28px;
}
.about_text p{
 color: rgb(48, 46, 46);
 line-height: 25px;
 font-size: 17px;
 font-weight: 400;
 margin-left: 20px;
}
/** CAREER SECTION  **/
.career{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../imgs/homecare_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.career_text{
    display: flex;
    padding: 0px 100px 0px 100px;
}
.career .text_paragraph{
    width: 65%;
    margin-right: 40px;
    margin-top: 10px;
    padding: 10px;
}
.career h1{
    margin-top: -10px;
    margin-left: 20px;
    letter-spacing: 0.7px;
    font-size: 28px;
}
.career .text_paragraph p{
 padding-bottom: 35px;
 color: #666C6D;
 line-height: 28px;
 font-size: 18px;
 font-weight: 400;
 margin-left: 20px;
}
.career .job{
    background-color: #fff;
    width: 35%;
    padding: 30px;
}
.job .list{
    display: block;
}
.job .list li{
    font-size: 17px;
    padding: 5px 0px;
    text-transform: capitalize;
}
.career a .href{
    background-color: #c99de7;
    padding: 12px 40px;
    margin-left: 20px;
    color: #fff;
}
.career a .href:hover {
    background-color: #4777c5;
    color: #666C6D;
    transition: .3s ease;
}
/** CONTACT SECTION  **/
.contact{
    position: relative;
    background-color: #18458d;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: left;
    padding: 30px 0px;
   flex-direction: column;
    padding-left: 150px;
}
.contact_text h2{
    color: #fff;
    font-size: 24px;
}
.contact_container{
    max-width: 1080px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
   
}
.contact_container .contact_info{
  width: 40%;
  display: flex;
  flex-direction: column; 
  margin-left: 60px;
}

.contact_info .label{
    position: relative;
    display: flex; 
    color: #c99de7;
    font-size: 14px; 
    letter-spacing: 0.4px;
}
.contact_info .text{
    position: relative;
    display: flex; 
    color: #ffffff;
    font-size: 16px; 
    line-height: 22px;
}
.spacer{
    height: 30px;
}
.contact_form{
   width: 50%;
   padding: 20px 30px;
   background-color: #ffffff;
   margin-left: 0px;
}
.contact_form h3{
    font-size: 21px;
}
.contact_form input{
    font-size: 13px;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 20px;
    border: none;
    outline-style: none;
    border-bottom: 1px solid #c99de7;
}
.contact_form textarea{
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline-style: none;
    border-bottom: 1px solid #c99de7;
}
.contact_form button{
    font-size: 15px;
    width: 35%;
    padding: 10px 20px;
    border: none;
}
.contact_form button:hover{
    background-color: #c99de7; 
    color: #ffffff;
    transition: ease-in 0.3s;
}
/** FOOTER  **/
#footer{
    font-family: verdana;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    color: #edf1fe;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #070c14;
}
.footer_link li{
    padding-right: 30px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;   
    color: #edf1fe;
}
.footer_link li a{
    color: #4777c5;
}
.footer_link li a:hover{
    background-color: rgb(0, 16, 24);
    transition: all ease 0.5s;
    font-size: 9px;
}
.copy{
    font-family: verdana;
    font-size: 9px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    padding-right: 50px;
}

/** MOBILE MENU  **/
#menu-icon{
    margin: auto 0;
    display: none;
    cursor: pointer;
    font-size: 15px;
}
#menu-icon div{
    width: 32px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
}   
.open .bar1{
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.open .bar2{
    opacity: 0;
}
.open .bar3{
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}
.open .mobile-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.mobile-menu{
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    height: 80%;
    width: 100%;
    opacity: 0.95;
    background: #c99de7; 
    z-index: 5; 
}
.mobile-menu li{
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: 0;
} 

/** MEDIA QUERY  **/
@media screen and (max-width: 1075px){
    .header_text h2{
        margin-top: 150px;
        margin-left: 50px;
        font-size: 28px;
        color: #4777c5;
    }
    .big_text{
        font-size: 42px;
    }
    .header_text p{
        width: 440px;
    }
    .profile_picture img{
        width: 525px;
    }
.service{
    padding: 20px 40px 40px 20px;  
    height: auto; 
}
.service p{
    margin-left: 40px;
    width: 900px;
    text-align: center;
    padding-bottom: 15px;
}
.service_box{
    width: 260px;
    max-height: 310px;
    margin-left: 20px;
}
.service .medium_text{
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
}
.service a .href{
    background-color: #c99de7;
    padding: 10px 30px;
}
.service img{
    max-width: 27px;
    max-height: 18px; 
}
.about h1{
    padding: 0px 0px 0px 40px;
}
.about_text{
    display: flex;
    padding: 0px 40px 40px 60px;
}
.about img{
    width: 400px;
}
.about .text_paragraph p{
    color: #000;
 }
.about_text p{
 color: #666C6D;
 line-height: 23px;
 font-size: 17px;
 font-weight: 400;
 margin-left: 10px;
}
.career_text{
    display: flex;
    padding: 0px 30px;
}
.career .text_paragraph{
    width: 60%;
}
.career .text_paragraph p{
 padding-bottom: 35px;
 line-height: 25px;
 font-size: 18px;
}
.career .job{
    background-color: #fff;
    width: 35%;
    padding: 20px 30px;
}
.job .list{
    display: block;
}
.job .list li{
    font-size: 17px;
    padding: 4px 0px;
    text-transform: capitalize;
}
.career a .href{
    padding: 12px 35px;
}
.career  .job img {
    width: 100%;
}
.contact{
    padding-left: 100px;
}
.contact_container .contact_info{
  width: 40%;
  display: flex;
  flex-direction: column; 
  margin-left: 60px;
}
.contact_info .text{
    position: relative;
    display: flex; 
    color: #ffffff;
    font-size: 16px; 
    line-height: 20px;
}
.spacer{
    height: 20px;
}
.contact_form{
   padding: 20px 30px;
   background-color: #ffffff;
   margin-left: 0px;
}
.contact_form h3{
    font-size: 15px;
}
.contact_form input{
    margin-bottom: 10px;
}
.copy{
    padding-right: 10px;
}

@media screen and (max-width: 768px){
    #menu-icon{
        display: block;
    }
    .menu{
        display: none;
    }
    nav ul li{
        padding-right: 25px;
    }
    .header_text h2{
        margin-left:60px;
        font-size: 32px;
    }
    .big_text{
        font-size: 48px;
    }
    .header_text p{
        width: 500px;
    }
    .profile_picture img{
      display: none;
    }
    .service{
        padding: 40px ;   
    }
    .service_container{
       display: grid;
       grid-template-columns: repeat(2, 1fr);
    }
    .service h2{
    margin-left:0px;
      font-size: 28px; 
      color: #666;
    }
    .service p{
        max-width: 500px;
        margin-left: 100px;
        padding-bottom: 10px;
    }
    .service_box{
        width: 250px;
        max-height: 300px;
        margin-left: 0px;
    }
    .service .medium_text{
        font-size: 17px;
        padding-bottom: 10px;
    }
    .service a .href{
        padding: 8px 30px;
    }
    .service img{
        max-width: 25px;
        max-height: 17px; 
    }
    .about img{
        display: none;
    }
    .about_text {
        padding: 0px 40px 40px 30px;
    }
    .about_text p{
    color: #666;
    line-height: 24px;
    font-size: 17px;
    }
    .career{
        background-image:none;
    }
    .career .text_paragraph{
        width: 60%;
        margin-right: 40px;
        margin-top: -40px;
      
    }
    .career h1{
        letter-spacing: 0.6px;
    }
    .career .text_paragraph p{
    line-height: 24px;
    font-size: 17px;
    padding-bottom: 20px;
    }
    .career a .href{
        padding: 8px 30px;
    }
    .career .job{
        width: 35%;
        padding: 20px 30px;
    }
    .job .list li{
        font-size: 16px;
        padding: 4px 0px;
    }
    .contact{
        padding-left: 30px;
    }
    .contact_text h2 {
        padding-left: 20px;
    }
    .contact_container .contact_form{
        width: 42%;
        }
    .contact_container .contact_info{
    width: 40%;
    display: flex;
    flex-direction: column; 
    margin-left: 20px;
    }
    .contact_info .text{
        font-size: 14px; 
    }
    .spacer{
        height: 25px;
    }
    }
    @media screen and (max-width: 460px){
        #menu-icon{
            display: block;
        }
        .menu{
            display: none;
        }
       .header{
        height: 100%;
       }
        .header_text h2{
            margin-top: 110px;
            margin-left: 60px;
            font-size: 18px;
        }
        .header_text .medium_text{
            margin-left: 60px;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: 0.8px;
        }
        .big_text{
            font-size: 42px;
        }
        .header_text p{
            max-width: 360px;
        }
        .service{
            padding: 20px  0px 40px 30px;   
        }
        .service_container{
            margin-left: 20px;
           display: grid;
           grid-template-columns: repeat(1, 1fr);
        }
        .service h2{
          margin-left: 20px;
          font-size: 28px; 
          color: #666;
        }
        .service p{
            max-width: 340px;
            margin-left: 30px;
        }
        .service a .href{
            padding: 8px 25px;
        }
        .about{
            height: 100%; 
        }
        .about h1 {
            margin-left: 0px; 
        }
        .about_text{
            display: block;
            justify-content: center;
            padding: 0px 40px 30px 20px;
        }
        .about .text_paragraph p{
            border-left: none;
        }
        .about img{
            display: none;
        }
        .about .text_paragraph h5{
        display: none;
        }
        .career{
            background-image:none;
            height: 100%;
        }
        .career_text{
            width: 100%;
            display: block;
        }
        .career .text_paragraph{
           width: 100%;
            margin-right: 20px;
            margin-top: 20px;
            padding: 0px;
        }
        .career h1{
            padding-top: 20px;
            letter-spacing: 0.6px;
        }
        .career .text_paragraph p{
        font-size: 17px;
        padding-bottom: 10px;
        }
        .career a .href{
            padding: 8px 30px;
        }
        .career .job{
            margin-top: 10px;
            width: 85%;
            padding: 20px 30px;
            height: auto;
            padding-bottom: 30px;
            background-color: whitesmoke;
        }
        .career .job img{
        display: none;
        }
        .job .list li{
            font-size: 15px;
            padding: 3px 0px;
        }
        .contact{
            height: 100%;
        }
        .contact_text h2 {
            padding-left: 10px;
        }
        .contact_container{
            display: block;
            justify-content: center;
            margin-top: 10px;
            margin-bottom: 0px;
        }
        .contact_container .contact_info{
        width:80%;
        display: flex;
        flex-direction: column; 
        margin: 40px 0px 30px 10px ;
        }
        .contact_container .contact_form {
           width:70%;
           margin-left: 10px;
        }
        .spacer{
            height: 25px;
        }
       
        }
        @media screen and (max-width: 360px){
            #menu-icon{
                display: block;
            }
            .menu{
                display: none;
            }
             .header_text h2{
                 margin-top: 120px;
                 margin-left: 30px;
                 font-size: 17px;
             }
             .header_text .medium_text{
                 margin-left: 30px;
                 font-size: 17px;
                 font-weight: 800;
             }
             .big_text{
                 font-size: 36px;
             }
            .header_text .medium_text{
                font-size: 15px;
             }
             .header_text p{
                margin-left: 30px;
                 max-width: 305px;
             }
             .header_text .job_vacancy {
              display: none;
            }
            .service{
                 padding: 20px  0px 50px 10px;   
             }
             .service_container{
                margin-left: 10px;
                display: grid;
                grid-template-columns: repeat(1, 1fr);
             }
             .service_box {
                width: 220px;
                max-height: 330px;
            }
             .service h2{
               margin-left: 10px;
               font-size: 24px; 
               color: #666;
             }
             .service p{
                 max-width: 260px;
             }
             .service a .href{
                 padding: 8px 25px;
             }
             .about{
                 height: 100%; 
             }
             .about_text p {
                margin-left: 3px;
             }
             .career{
                 background-image:none;
                 height: 100%;
             }
             .career_text{
                 width: 100%;
                 display: block;
             }
             .career .text_paragraph{
                    width: 100%;
                 margin-right: 20px;
                 margin-top: 20px;
                 padding: 0px;
             }
             .career h1{
                 letter-spacing: 0.6px;
             }
             .career .text_paragraph p{
             line-height: 22px;
             font-size: 16px;
             padding-bottom: 10px;
             }
             .career a .href{
                 padding: 8px 30px;
             }
             .career .job{
                 margin-top: 10px;
                 width: 85%;
                 padding: 20px 30px;
                 height: auto;
                 padding-bottom: 30px;
                 background-color: whitesmoke;
             }
             .career .job img{
             display: none;
             }
             .job .list li{
                 font-size: 15px;
                 padding: 3px 0px;
             }
             .contact{
                 height: 100%;
                 padding-left: 22px;
             }
             .contact_container{
                 display: block;
                 justify-content: center;
                 margin-top: 10px; 
             }
             .contact_container .contact_info{
             width:80%;
             display: flex;
             flex-direction: column; 
             margin: 40px 0px 30px 10px ;
             }
             .spacer{
                 height: 25px;
             }
             .contact_form{
                 width: 75%;
              }
              .footer_link li{
                padding-right: 15px;
                font-size: 9px;
            }
            }
         


}