* {
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Grandis Extended;
    src: url("../assets/GrandisExtended-Regular.woff2");
}

@font-face {
    font-family: Grandis Extended Bold;
    src: url("../assets/GrandisExtended-Bold.woff2");
}

@font-face {
    font-family: Grandis Extended Medium;
    src: url("/assets/GrandisExtended-Medium.woff2");
}

@font-face {
    font-family: Grandis Extended Light;
    src: url("/assets/GrandisExtended-Light.woff2");
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 160px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header a {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    line-height: normal;
}

.header .links {
    display: flex;
    align-items: center;
    gap: 54px;
}

.footer {
    position: relative;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 90px 24px 90px;
}

.footer p,
.footer div {
    width: 33.333%;
}

.footerLinks {
    display: flex;
    gap: 56px;
    align-items: center;
    justify-content: flex-end;
}

.footer p {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
}

.footer a {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
}

/* qito nalt ku ti sheh heki qa jon font edhe * veq kto nindex lej  */

.care {
    padding-top: 150px;
    padding-inline: 100px;
    padding-bottom: 200px;
}

.care h6 {
    font-size: 18px;
    font-family: "Grandis Extended Bold";
    margin-bottom: 25px;
}

.care p {
    font-size: 16px;
    font-family: "Grandis Extended";
    margin-bottom: 20px;
}

.care ol {
    list-style: disc;
    margin-bottom: 15px;
}

.care ol li {
    font-size: 16px;
    font-family: "Grandis Extended";
}

@media screen and (max-width: 768px) {
    .care {
        padding-inline: 15px;
        padding-bottom: 0;
    }

    .care h6 {
        font-size: 16px;
    }

    .care p {
        font-size: 14px;
    }

    .care ol li {
        font-size: 14px;
    }
}
