@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(
        to bottom,
        rgba(3, 8, 28, 0.8) 0%,
        rgba(10, 17, 40, 0.85) 70%,
        transparent 90%
    ),
    url(images/d8b68d97c159a02c57b4dac186765207.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}

.container {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

.top-logo {
    display: block;
    width: 180px;
    max-width: 35vw;
    margin-top: 10px;
    mix-blend-mode: lighten;
}

* {
    font-family: raleway, Arial;
}

.top-text {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: white;
    margin: 10px 0 0 0;
}

.subtitle-text {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: white;
    margin: 5px 0 20px 0;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin-top: 20px;
}

.links a {
    width: 85%;
    max-width: 320px;
    padding: 16px 20px;
    border: 1px solid #d3c289;
    text-decoration: none;
    color: white;
    border-radius: 0.5em;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    background: #0a0a31;
    cursor: pointer;
    transition: all 0.3s;
     box-shadow: 1px 1px 3px #d3c289, -1px -1px 12px #d3c289;
}
.links a:active {
  color: #666;
  box-shadow: inset 1px 1px 3px #c5c5c5, inset -1px -1px 3px #ffffff;
}
.icons {
    position: absolute;
    left: 16px;
    width: 26px;
    height: 26px;
}
.bottom-text{
    font-size: 16px;
    margin: 0px;
    margin-top: 15px;
    font-family: Noto Kufi Arabic;
    line-height: 9px;
    color: #d3c289;
}
.number{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px ;

}