body, html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
section {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Cairo,sans-serif;
}
header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 20px;
    background:white;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
}
.logo{
    width: 150px;
}
.logo {
    width: 150px;
}
nav{
    display:flex;
    align-items:center;
    gap:20px;
}
nav a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #0A5ED7;
    margin: 0 15px;
    font-weight: bold;
    white-space: nowrap;
}

button{
    background:#0A5ED7;
    color:white;
    border:none;
    padding:12px 30px;
    border-radius:30px;
    cursor:pointer;
}
html{
    scroll-behavior: smooth;
}

section{
    min-height:auto;
    padding:20px 80px 40px 80px
}

.about{
    max-width:900px;
    margin:auto;
}

.about h2{
    font-size:40px;
    color:#0A5ED7;
    margin: bottom 25px;
}



.about p{
    font-size:22px;
    line-height:2.2;
    margin-bottom:20px;
    color:#444;
}


.nav-item{
    display:flex;
    align-items:center;
    gap:8px;
}
nav ul li a{
    display:flex;
    align-items:center;
    gap:8px;
}

nav ul li a img{
    width:25px;
    height:25px;
}


.features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 135px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.btn, .btn2 {
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.home-container {
    text-align: center;
    padding: 20px;
}

.main-poster {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.actions {
    margin: 30px 0;
}

.btn {
    padding: 12px 30px;
    margin: 0 10px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;

}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.hero-image img {
    width: 100% !important;  
    height: auto;
    display: block;
}
.hero-buttons {
    margin: 5px 0 !important; 
}
.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 5px 0 !important;
    background: #f4f4f4;
    flex-wrap: wrap;
    font-size: 18px; 
    font-weight: bold;
    color: #333;
    list-style: none;
}
/* Layout for logo and navigation */
.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    background-color: #fff;
}

/* Adjusting logo size */
.logo img {
    width: 180px;
    height: auto;
}

/* Aligning navigation links horizontally */
.nav-item nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}

/* Styling the links */
.nav-item nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}





