* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    background-color: white;
    width: 100%;
    height: 80px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.219);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
}

.header-left {
    width: 580px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.header-left ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.header-left ul :hover {
    color: rgb(10, 183, 137);
    font-size: 25px;
}

.header-left img {
    width: 45px;
    cursor: pointer;
}

.header-right {
    width: 580px;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-right .search-div {
    width: 250px;
    height: 35px;
    border-radius: 20px;
    font-size: 12px;
}

.header-right img {
    cursor: pointer;
}

.search-div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 1.2px 1px 1px 1px rgba(0, 0, 0, 0.34);
}

.search-div input {
    border: none;
    width: 200px;
}

.search-div input:focus {
    outline: none;
}

.card {
    width: 100%;
    height: 85px;
    background-color: rgb(30, 57, 50);
    margin-top: 80px;
    display: flex;
    color: white;
    justify-content: space-between;
}

.card button {
    width: 90px;
    height: 32px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    margin-right: 150px;
    margin-top: 24px;
    cursor: pointer;
}
.card button:hover{
background-color:rgb(0, 117, 74);
}
.card H1 {
    margin-left: 170px;
    margin-top: 24px;
    cursor: pointer;
}

.content-1 {
    background-color: white;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-background {
    width: 80rem;
    height: 250px;
    border-radius: 8px;
    background-image: url('./content-1-background.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
}

.content-1-left {
    width: 105px;
    height: 100%;
}

.content-1-left img {
    padding-left: 10px;
    width: 100%;
    height: 100%;
}

.content-1-middle {
    width: 52rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: space-evenly;
}

.content-1-middle p {
    opacity: 50%;
    font-size: 13px;
}

.content-1-right {
    width: 250px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.content-1-right button {
    background-color: white;
    border: none;
    width: 180px;
    height: 45px;
    border-radius: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 12px;
    cursor: pointer;
}
.content-1-right button:hover{
    background-color:rgb(0, 117, 74);
    color: white;
    }
.content-2 {
    background-color: white;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-2-sub {
    width: 85%;
    height: 70%;
    display: flex;
    flex-direction: column;
}

.content-2-img {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.content-2-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.content-2-img img:hover{
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.content-2-text {
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.content-2-text p {
    width: 150px;
    color: rgb(13, 112, 86);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.content-2-text p:hover{
    text-decoration: underline;
    font-size:22px ;
}
.content-3 {
    background-color: rgb(237, 235, 233);
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.content-3-head {
    width: 85%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.content-3-head p {
    color: rgb(13, 112, 86);
    font-size: 13px;
    font-weight: bold;
}

.content-3-body {
    width: 85%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.div1 {
    width: 400px;
    height: 150px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div1-top {
    width: 85%;
    height: 55%;
    display: flex;
}

.div1-left {
    width: 95px;
    height: 88px;
    background-size: cover;
    border-radius: 30px;
}

.div1-left img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
}

.div1-right {
    margin-left: 20px;
    line-height: 25px;
}

.div1-right P {
    font-size: 10px;
    opacity: 50%;
}

.div1-btm {
    width: 85%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.div1-btm p {
    font-size: 15px;
    font-weight: bold;
}

.div1-btm button {
    background-color: rgb(0, 117, 74);
    width: 95px;
    height: 30px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.div1-btm button:hover {
    background-color: rgb(30, 57, 50);
}

.div2 {
    width: 400px;
    height: 150px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div2-top {
    width: 85%;
    height: 55%;
    display: flex;
}

.div2-left {
    width: 95px;
    height: 88px;
    background-size: cover;
    border-radius: 30px;
}

.div2-left img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
}

.div2-right {
    margin-left: 20px;
    line-height: 25px;
}

.div2-right P {
    font-size: 10px;
    opacity: 50%;
}

.div2-btm {
    width: 85%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.div2-btm p {
    font-size: 15px;
    font-weight: bold;
}

.div2-btm button {
    background-color: rgb(0, 117, 74);
    width: 95px;
    height: 30px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.div2-btm button:hover {
    background-color: rgb(30, 57, 50);
}

.div3 {
    width: 400px;
    height: 150px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div3-top {
    width: 85%;
    height: 55%;
    display: flex;
}

.div3-left {
    width: 95px;
    height: 88px;
    background-size: cover;
    border-radius: 30px;
}

.div3-left img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
}

.div3-right {
    margin-left: 20px;
    line-height: 25px;
}

.div3-right P {
    font-size: 10px;
    opacity: 50%;
}

.div3-btm {
    width: 85%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.div3-btm p {
    font-size: 15px;
    font-weight: bold;
}

.div3-btm button {
    background-color: rgb(0, 117, 74);
    width: 95px;
    height: 30px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.div3-btm button:hover {
    background-color: rgb(30, 57, 50);
}

.content-4 {
    background-color: rgb(237, 235, 233);
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-4-head {
    width: 85%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.content-4-head p {
    color: rgb(13, 112, 86);
    font-size: 13px;
    font-weight: bold;
}

.content-4-body {
    width: 85%;
    height: 65%;
    border-radius: 20px;
    background-image: url(content-3-body.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inner1 {
    width: 95%;
    height: 40%;
}

.inner1 button {
    color: rgb(4, 136, 101);
    border: none;
    width: 84px;
    height: 18px;
    font-weight: bold;
    border-radius: 20px;
    font-size: 10px;
    cursor: pointer;
}

.inner2 {
    width: 95%;
    height: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner2 p {
    font-size: 15px;
    opacity: 70%;
}

.inner2 button {
    width: 150px;
    height: 30px;
    border-radius: 20px;
    font-weight: bold;
    border: none;
    margin-bottom: 30px;
    cursor: pointer;
}
.inner2 button:hover{
    background-color:rgb(4, 136, 101);
}
.footer {
    width: 100%;
    height: 800px;
    background-color: rgb(14, 56, 44);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sub-footer{
    width: 100%;
    height: 80%;
    background-color: rgb(14, 56, 44);
    display: flex;
    align-items: center;
    justify-content: center;
}
.f1{
    height: 80%;
    width: 200px;
}
.f2{
    height: 80%;
    width: 200px;
    line-height: 40px;
    color: white;
}
.f2 ul{
    list-style: none;
    font-size: 14px;
    opacity: 70%;
    cursor: pointer;
}
.f2 ul :hover{
    opacity: 40%;
}
.f3{
    height: 80%;
    width: 200px;
    line-height: 40px;
    color: white;
}
.f3 ul{
    list-style: none;
    font-size: 14px;
    opacity: 70%;
    cursor: pointer;
}
.f3 ul :hover{
    opacity: 40%;
}
.f4{
    height: 80%;
    width: 250px;
    line-height: 40px;
    color: white;
}
.f4 ul{
    list-style: none;
    font-size: 14px;
    opacity: 70%;
    cursor: pointer;
}
.f4 ul :hover{
    opacity: 40%;
}
.f5{
    height: 80%;
    width: 200px;
    line-height: 40px;
    color: white;
}
.social img{
    padding-left: 8px;
    cursor: pointer;
}
.f6{
    height: 80%;
    width: 200px;
    line-height: 40px;
}
.f6 img{
    cursor: pointer;
}
.seperator{
    width: 85%;
    height: 20px;
}
.footer-end{
    width: 85%;
    height: 80px;
    display: flex;
}
.left{  
    width: 50%;
    height: 100%;
    color: white;
    font-size: 15px;
}
.left a{
    padding-left: 10px;
    color: white;
    text-decoration: none;
    font-size: 12px;  
}
.left a:hover{
    opacity: 70%;
}
.right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: right;
}
.right a{
    font-size: 12px;
    color: white;
    text-decoration: none;
}
.right a:hover{
    opacity: 70%;
}