:root {
    --primary-color: #F9AD8D;
    --head-color: #012B5D;
}

* {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--head-color);
    font-weight: 700;
}

a,
li {
    color: var(--head-color);
}

p {
    color: #1d2a39ce;
    line-height: 150%;
    font-weight: 600;
}

body,
main {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    /* overflow: hidden; */
}

footer {
    min-height: 200px;
    background-color: #192E59;
    background-image: url(/images/svg/h-dots.svg), url(/images/svg/Rectangle-h-l.svg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10px;
    border: none;
}

footer .item a {
    padding: 2px;
}

button {
    padding: 10px;
    min-width: 120px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    color: var(--primary-color);
    background-color: var(--head-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
button:hover {
    color: var(--head-color);
    background-color: var(--primary-color);
}

section {
    min-height: 500px;
    transition: 1s ease-in-out;
}

nav {
    background-color: rgba(255, 255, 255, 0.847);
    background-image: url(/images/svg/nav-dots.svg), url(/images/svg/nav-rectangle-5.svg);
    background-position: left top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    z-index: 1;
}

nav .nav-list {
    display: flex;
    list-style: none;
    font-weight: bold;
    padding-right: 150px;
    padding-left: 40px;
}

nav ul li {
    padding: 10px;
}

nav ul li:hover {
    border-bottom: 2px solid var(--primary-color);
}

nav ul li a {
    text-decoration: none;
    outline: none;
}

nav .logo {
    display: flex;
    align-items: center;
    margin-right: 80px;
    margin-left: 80px;
}

nav .logo img {
    max-width: 100px;
    /* height: 50px; */
}

nav>#nav-check {
    display: none;
}

.hero {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
    background-image: url(/images/svg/rectangle-rounded-l.svg), url(/images/svg/v-h-rectangle-l.svg);
    background-position: left center, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.hero button {
    margin-top: 80px;
    color: var(--primary-color);
    background-color: var(--head-color);
    font-weight: bolder;
    font-weight: 700;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hero button:hover {
    color: var(--head-color);
    background-color: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hero h1 {
    font-size: 60px;
    max-width: 620px;
}

.hero p {
    max-width: 650px;
    line-height: 180%;
}

.services {
    position: relative;
    background-image: url(/images/svg/ellipse-d.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.services h2{
    text-align: center;
}

.services .row {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
    padding-top: 30px;
}

.services .card {
    max-width: 400px;
    text-align: center;
}

.services .card img {
    max-width: 60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/images/svg/shield-l.svg), url(/images/svg/dots.svg);
    background-position: left center, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.about img {
    width: 380px;
}

.about .content {
    padding: 30px;
    text-align: right;
}

.about .content p {
    text-align: right;
    max-width: 650px;
}

.message {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.message div {
    text-align: center;
    max-width: 400px;
}

.message img {
    max-width: 100px;
}

.gols {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gols .content {
    text-align: right;
}

.gols .content .list {
    padding: 10px;
}

.gols .content .list h4 {
    padding: 10px;
    margin-right: 20px;
}

.gols .content .list .item {
    display: flex;
    justify-content: end;
    align-items: center;
}

.gols .content .list .item .number {
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-image: url('/images/svg/numbers.svg');
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: bolder;
    font-size: 16px;
}

.statistics {
    background-color: #ffad8d2e;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.statistics .content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}

.statistics .content p {
    max-width: 650px;
}

.statistics div {
    padding-right: 30px;
}

.statistics .numbers {
    display: flex;
    text-align: center;
}

.statistics .numbers h1 {
    font-size: 50px;
}

.statistics div {
    padding: 30px;
    padding-right: 60px;
    padding-left: 60px;
}

.statistics button {
    background-color: var(--head-color);
    color: whitesmoke;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.statistics button:hover {
    color: var(--head-color);
    background-color: var(--primary-color);
}

.jobs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jobs img {
    max-width: 320px;
}

.jobs .content {
    padding: 30px;
    text-align: right;
}

.jobs button {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: var(--primary-color);
    background-color: var(--head-color);
}

.jobs button:hover {
    color: var(--head-color);
    background-color: var(--primary-color);
}

.jobs .content p {
    max-width: 650px;
}

.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input,
textarea {
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
    min-width: 300px;
    min-height: 26px;
    text-align: right;
    background-color: rgba(228, 228, 228, 0.679);
}

.contact-message {
    padding: 10px;
    background-color: rgba(65, 198, 96, 0.747);
    min-width: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: right;
    color: white;
}

.jobs-container {
    text-align: right;
    padding: 30px 80px 30px 80px;
}

.jobs-container .list {
    text-align: right;
    padding: 30px;
}

.item  {
    border-bottom: 0.03rem solid rgb(207, 207, 207);
    margin-top: 20px;
}

.item .header  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serv-contact-title {
    text-align: center;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.serv-contact-form {
    text-align: center;
    padding: 80px;
    padding-top: 8px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serv-input-area {
    display: flex;
    text-align: right;
}

.serv-input-area input, textarea, label {
    margin: 10px;
}

.serv-submit-area {
    padding: 10px;
    padding-top: 45px;
    padding-bottom: 0px;
    height: 60px;
}

.serv-submit-area {
    bottom: 0;
    right:  0;
}

@media (max-width: 983px) {
    nav {
        padding: 1rem;
        justify-content: space-between;
    }

    nav .logo {
        display: flex;
        align-items: center;
        margin-left: 0px;
    }

    nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 14px;
        padding-top: 0.2rem;
    }

    nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid var(--head-color);
    }

    nav>.nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 0;
        transition: all 0.3s ease-in;
        top: 90px;
        right: 0;
        overflow: hidden;
        justify-content: start;
        padding-right: 70px;
        width: 100%;
        text-align: right;
        background-color: rgba(255, 255, 255, 0.942);
    }

    nav>.nav-list>li {
        margin-top: 0.5rem;
        font-size: 14px;
        min-width: 100%;
    }

    nav>#nav-check:checked~.nav-list {
        height: calc(100vh - 50px);
    }

    .hero {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .services .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .services .row {
        padding: 0;
    }

    .services .row .card {
        padding: 20px;
    }

    .about {
        flex-direction: column;
        padding-left: 10px;
    }

    .about .content {
        padding-left: 10px;
        width: unset;
        padding: 30px;
    }

    .about img {
        display: none;
    }

    .message {
        flex-direction: column;
        padding: 50px;
    }

    .gols {
        flex-direction: column;
        padding-bottom: 80px;
        padding-top: 80px;
        text-align: center;
    }

    .gols h2 {
        text-align: center;
    }

    .gols img {
        width: 200px;
    }

    .statistics .numbers {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .statistics .content img {
        display: none;
    }

    .statistics div {
        padding: 10px;
        text-align: center;
    }

    .jobs {
        flex-direction: column;
        padding: 10px;
    }

    .jobs h2, p {
        text-align: center;
    }

    .jobs img {
        display: none;
    }

    .serv-input-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    footer {
        align-items: start;
        flex-direction: column;
        padding: 20px;
    }
    footer .item{
        padding: 0px;
        align-items: space-between;
    }
}
