@import url('https://fonts.googleapis.com/css2?family=Marhey:wght@300..700&family=Noto+Kufi+Arabic:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-style: normal;
    
}
header {
    background-color: black;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px ;
}

.logo{

text-decoration: none;
color: white;
text-transform: uppercase;
font-weight: 700;
font-size: 1.8em;
}
.navigation a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
    }
    .navigation a:hover {
        color: red;
    }

.card {
    background-color:black;
    width:65em;
    box-shadow: 0 12px 15px rgba(1 1 1 / 25%);
    border-radius: 10px;
    padding: 20px;
    margin:1em;
    transition: 1.3s ease;
}

.card:hover {
    background: url(image/taxi-app.png) no-repeat; 
    background-position: right;
    background-size: 17em;
    margin-bottom: 20px;
    background-color: white;
}
.card:hover h1 {
    color: black;
}
.card:hover h2 {
    color: black;
}

section {
    padding: 55px 100px;
}
.card {
    color: white;
}
.card:hover {
    color: black;
}
.info2 {
    font-family: "Lora", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.3em;
  }
.info2 h6 {
    font-size: 1em;
    font-weight: 400;
}
.title {
    font-size: 1.3em;
    font-weight: 400;
}
.main {
width: 100%;
min-height: 100vh;
display: flex;
align-items: center;
background: url() no-repeat;
background-size: cover;
background-size: 20em;
background-color: #ffbb00;
background-position: right;
background-attachment: fixed;
}
.h2:hover {
    color: black;
}

.main h1 {
    color: white;
    font-size: 1.7em;
    font-weight: 400;
}
.main h2 {
    color:white;
    font-size: 5.5em;
    font-weight: 500;
}


.main h3 {
    color: red;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    
}
.main h4 {
    color: red;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 2px;
    margin-bottom: 3px;
    font-family: "Cairo", serif;    
}