* {
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inter';
    src: url(../Font/Inter-VariableFont_slnt\,wght.ttf);
}

section .cover {
    width: 100%;
    height: 100vh;
    background-image: url('../image/cover.png');
    background-size: cover;
    background-repeat: no-repeat;
}

section .cover .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

section .cover .header .logo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    padding-left: 50px;
}

section .cover .header .search {
    position: relative;
}

section .cover .header .settings #become {
    padding: 15px 32px;
    gap: 4px;
    background: #0077B5;
    border-radius: 12px;
    border: 0;
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s;
    transition-timing-function: linear;
    margin-right: 15px;
}

section .cover .header .settings #sign {
    padding: 15px 32px;
    gap: 4px;
    border: 1px solid#0077B5;
    background: transparent;
    border-radius: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s;
    transition-timing-function: linear;
}

section .cover .header .settings #become:hover {
    background: transparent;
    color: #0077B5;
    border: 1px solid#0077B5;
    cursor: pointer;
}

section .cover .header .settings #sign:hover {
    background: #0077B5;
    color: #FFFFFF;
    cursor: pointer;
}

.text_home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_home .text .h h1 {
    margin-top: 90px;
    width: 520px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    text-align: center;
    color: #1B1F2B;
}

.text_home .text .p p {
    padding-top: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 550;
    line-height: 30px;
    font-size: 20px;
    width: 500px;
    text-align: center;
    color: #3C3C3B;
}

.text_home .text .b {
    padding-top: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.text_home .text .b button {
    padding: 15px 32px;
    gap: 4px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    background: #0077B5;
    border-radius: 12px;
    border: 0;
    transition: 0.3s;
    transition-timing-function: linear;
}

.text_home .text .b button:hover {
    background: transparent;
    color: #0077B5;
    border: 1px solid#0077B5;
    cursor: pointer;
}


/*  */

.parent {
    width: 90%;
    height: auto;
    margin: auto;
    padding-bottom: 50px;
    margin-top: -200px;
}

.parent .address {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 70px;
    flex-direction: column;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 4px;
    letter-spacing: 0px;
    text-align: left;
    color: #1B1F2B;
}

.parent .parent_card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.parent .card {
    width: 300px;
    height: 380px;
    border-radius: 24px;
    background-color: white;
    padding: 15px 5px;
    box-shadow: 0px 0px 3px 0px rgba(80, 75, 75, 0.75);
    margin-right: 15px;
}

.parent .card .icon {
    width: 50px;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
}

.parent .card .icon i {
    color: #0077B5;
    font-size: 45px;
}

.parent .card .title {
    width: auto;
    height: auto;
    padding-left: 20px;
}

.parent .card .title p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    padding-top: 30px;
}

.parent .card .description {
    width: auto;
    height: auto;
    margin-top: 12px;
    padding-left: 20px;
}

.parent .card .description p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: #3C3C3B;
}

.parent .see_more {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parent .see_more button {
    padding: 15px 32px;
    border-radius: 12px;
    color: white;
    background: #0077B5;
    border: 0;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    transition: 0.3s;
    transition-timing-function: linear;
    border: 1px solid#0077B5;
}

.parent .see_more button:hover {
    background: #FFFFFF;
    color: #0077B5;
    cursor: pointer;
    border: 1px solid#0077B5;
}


/*  */


/*  */

.linkedin {
    width: 90%;
    height: 400px;
    margin: auto;
    position: relative;
    background-color: #1B1F2B;
    border-radius: 24px;
}

.linkedin .descriptionlinkedin {
    position: absolute;
    top: 95px;
    left: 30px;
}

.linkedin .find_an_expert {
    width: 184px;
    height: 24px;
    position: absolute;
    top: 295px;
    left: 30px;
}

.linkedin .find_an_expert button {
    background: #0077B5;
    border-radius: 12px;
    align-items: center;
    padding: 15px 32px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: 0;
}

.linkedin .descriptionlinkedin p {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
}

.linkedin .descriptionlinkedin p #linked {
    position: absolute;
    top: 0%;
    bottom: 0%;
}

.linkedin .descriptionlinkedin #desc {
    width: 700px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
}

.linkedin .image {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    filter: brightness(50%);
}

.linkedin .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    background: #000000;
    mix-blend-mode: hard-light;
    opacity: 0.7;
    border-radius: 24px;
}


/*  */

.fieldsparent {
    width: 100%;
    margin-top: 200px;
    padding: 25px;
    background-color: #EEF1F7;
    position: relative;
}

.fields .head .title {
    width: 90%;
    margin: 50px auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #1B1F2B;
}

.fieldsparent .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: -160px;
}

.fieldsparent .products .product {
    width: 25%;
    height: auto;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 24px;
}

.fieldsparent .products .product .image {
    width: 100%;
    height: 250px;
    border-radius: 24px;
}

.fieldsparent .products .product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.fieldsparent .products .product .info {
    padding: 20px;
    color: white;
}

.fieldsparent .products .product .info .seemore a,
i {
    text-decoration: none;
    color: #0077B5;
    font-size: 18px;
}

.fieldsparent .products .product .info h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #1B1F2B;
}

.fieldsparent .products .product .info p {
    height: 250px;
    overflow-y: auto;
    margin-top: 15px;
    color: #3c3b3b;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
}


/*  */

.siledr-parent {
    height: 600px;
    background-color: #EEF1F7;
}

.slider {
    width: 700px;
    height: 100%;
    margin: auto;
    background-color: #EEF1F7;
    padding-bottom: 50px;
}

.siledr-parent .title {
    width: 90%;
    margin: auto;
}

.siledr-parent .title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #1B1F2B;
}

.slider .title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #1B1F2B;
}

.slider .end_reviews {
    width: 700px;
    background-color: #EEF1F7;
    margin: auto;
    position: relative;
}

.siledr-parent .slider .end_reviews .icon i {
    font-size: 70px;
    color: #0077B5;
}

.slider .end_reviews .reviews_text {
    width: 523px;
    margin: auto;
}

.slider .end_reviews .reviews_text p {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: left;
}

.slider .end_reviews .user_reviews .image_user {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.slider .end_reviews .user_reviews {
    padding-top: 20px;
    display: flex;
    width: 80%;
    margin: auto;
}

.slider .end_reviews .user {
    padding-left: 15px;
}

.slider .end_reviews .user .name_user p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #3C3C3B;
}

.slider .end_reviews .user .date p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #3C3C3B;
}

.slider .end_reviews .user_reviews .image_user img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


/*  */


/*  */

.parent-discover {
    width: 100%;
    margin: auto;
    margin-top: -240px;
}

.parent-discover .title {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.parent-discover .title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height, or 150% */
    text-transform: capitalize;
    color: #1B1F2B;
}

.parent-discover .title a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0077B5;
    text-decoration: none;
}

.parent-discover .card-dicover {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.parent-discover .discover {
    width: 349px;
    height: auto;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 15px;
}

.parent-discover .discover .head {
    width: 100%;
    height: 100px;
    display: flex;
}

.parent-discover .discover .head .name {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-discover .discover .head .names {
    padding-left: 5px;
}

.parent-discover .discover .head .name #name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1px;
    padding-top: 15px;
    text-transform: capitalize;
    color: #1B1F2B;
}

.parent-discover .discover .head .name #work {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    /* identical to box height, or 300% */
    text-transform: capitalize;
    /* color 1 */
    color: #3C3C3B;
    opacity: 0.5;
}

.parent-discover .discover .head .name .icon {
    margin-top: -20px;
}

.parent-discover .discover .head .name .icon i {
    font-size: 20px;
    color: #0077B5;
}

.parent-discover .discover .head .name .icon i span {
    padding-left: 10px;
    font-size: 20px;
    color: #050505;
}

.parent-discover .discover .head .image {
    width: 95px;
    height: 75px;
    border-radius: 100%;
}

.parent-discover .discover .head .image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.parent-discover .card-dicover .discover .expert h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 10px;
    /* identical to box height, or 75% */
    text-transform: capitalize;
    /* color 3 */
    color: #0c0d11;
}

.parent-discover .card-dicover .discover .expert .expert-in {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.parent-discover .card-dicover .discover .expert .expert-in p {
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: #0077B5 2px solid;
    border-radius: 21px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height, or 154% */
    /* color 3 */
    color: #1B1F2B;
}

.parent-discover .card-dicover .discover .bio {
    margin-top: 15px;
}

.parent-discover .card-dicover .discover .bio h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;
    /* identical to box height, or 75% */
    text-transform: capitalize;
    /* color 3 */
    color: #1B1F2B;
    margin-bottom: 10px;
}

.parent-discover .card-dicover .discover .bio .descrption p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    text-transform: capitalize;
    /* color 1 */
    color: #3C3C3B;
}

.parent-discover .card-dicover .discover .view {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-discover .card-dicover .discover .view p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    /* identical to box height, or 267% */
    text-transform: capitalize;
    color: #0077B5;
}

.parent-discover .card-dicover .discover .view a {
    text-decoration: none;
    font-size: 22px;
    padding-right: 20px;
    color: #0077B5;
}


/*  */

footer {
    background-color: #1B1F2B;
}

footer .name_web {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    margin-bottom: 50px;
}

footer .name_web h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
}

footer .name_web button {
    display: flex;
    padding: 15px 32px;
    gap: 4px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    background: #0077B5;
    border-radius: 12px;
    border: 0;
}

footer .list_all {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .list ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    text-transform: capitalize;
    color: #D9D9D9;
    list-style: none;
    cursor: default;
}

footer .list ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
}

footer .list_all .social p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
}

footer .list_all .social a i {
    color: white;
    padding-right: 10px;
    text-decoration: none;
    font-size: 25px;
}

footer .social a {
    text-decoration: none;
}

.fieldsparent {
    width: 100%;
    margin-top: 200px;
    padding: 25px;
    background-color: #EEF1F7;
    position: relative;
}

.fields .head {
     display: flex;
}

.fields .head a {
     margin: 50px auto;
     width: 5%;
}

.fields .head .title {
    width: 70%;
    margin: 50px auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #1B1F2B;


}

@media only screen and (max-width: 750px) {
    footer .list_all {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .list ul li {
        align-items: center;
        display: flex;
    }
    footer .list ul li a {
        padding: 10px;
    }
    footer .list_all .social {
        padding-left: 50px;
    }
}