body {
    background-color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin: 0;
    width: 100%;
    padding: 0;
}

::-webkit-scrollbar {
    background-color: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 93, 207);
    border-radius: 40px;
}

header {
    display: flex;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.left span {
    color: aqua;
}

header nav {
    flex: 1;
}

header ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

header ul li {
    list-style: none;
}

header ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

header ul li a:hover {
    border-bottom: 1px solid black;
}

.nav__btns .btn {
    background-color: rgb(0, 93, 207);
    border-radius: 20px;
    height: 50px;
    color: white;
    padding: 0 20px;
    border: none;
    cursor: pointer;
}


/* زرار المنيو */

.nav-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    header {
        flex-wrap: wrap;
    }
    header nav {
        width: 100%;
    }
    header ul {
        flex-direction: column;
        display: none;
        background: white;
        padding: 10px;
    }
    header ul.active {
        display: flex;
    }
    .nav-toggle {
        display: block;
    }
    .nav__btns {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

.one {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10;
    width: 97%;
}

.header__btns {
    display: flex;
    align-items: center;
    text-align: center;
}

.one_p {
    font-size: 20px;
    display: block;
}

.btn1 {
    background-color: rgb(0, 93, 207);
    border-radius: 20px;
    height: 50px;
    color: white;
    align-items: center;
    text-align: center;
    margin: 10px;
}

.boo {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    list-style: none;
}

.ri-play-circle-fill {
    border-radius: 20px;
    height: 50px;
    color: rgb(0, 93, 207);
}

.ri-play-circle-fill:hover {
    background-color: rgb(0, 93, 207);
    color: rgb(255, 255, 255);
}

.back_one {
    width: 99%;
    height: 500px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    border-radius: 40px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
}

.right {
    position: relative;
    align-items: end;
    justify-content: right;
    text-align: right;
}

.bus {
    animation: fad 5s ease-in-out;
}

@keyframes fad {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.left-one {
    display: block;
    position: relative;
    text-align: left;
    justify-content: left;
    align-items: start;
    font-size: 28px;
}

@media (max-width: 768px) {
    .left-one {
        display: none !important;
    }
}

.two-h {
    text-align: center;
    font-size: 32px;
    padding: 10px;
    margin: 40px;
    justify-content: center;
    align-items: center;
}

.two-p {
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.322);
}

.two {
    display: flex;
    background-color: rgb(255, 255, 255);
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 80px auto;
}

.card {
    width: 250px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 10px;
}

.two-img {
    align-content: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 110%;
    height: 80%;
    border-radius: 40px;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.6);
}

.card-h {
    font-size: 18px;
    text-align: left;
    padding: 1px;
}

.card-p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.589);
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
}

.card-span {
    background-color: rgb(0, 115, 255);
    border-radius: 30px;
    height: 20px;
    color: rgba(0, 0, 0, 0.579);
    display: flex;
    align-items: center;
    gap: 4px;
}

.three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 80%;
    margin: 80px auto;
}

.cart-flip {
    width: 300px;
    height: 150px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cart-flip span,
.cart-flip .cart-h {
    display: block;
    transition: opacity 0.3s ease;
}

.cart-flip .flip {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 20px;
    background: #007bff;
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cart-flip:hover span,
.cart-flip:hover .cart-h {
    opacity: 0;
}

.cart-flip:hover .flip {
    opacity: 1;
}

.four-contener {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 50px;
    width: 80%;
    margin: 80px auto;
}

.left-imge {
    justify-content: left;
    align-items: start;
    text-align: left;
}

.left-imge img {
    height: 80vh;
}

.right-conten {
    justify-content: right;
    align-items: end;
    text-align: left;
    margin: 15px;
}

.right-conten h4 {
    font-size: 45px;
}

.right-conten p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.525);
}

.right-conten .button-img {
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../assets/showcase2.jpeg);
    background-repeat: repeat;
    background-position: center;
    filter: invert(2px);
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-size: 22px;
    border-radius: 10px;
}

.fife-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 50px;
    width: 80%;
    margin: 40px auto;
}

.card-fiv {
    border-radius: 20px;
    box-shadow: 1px 10px 10px 1px rgba(0, 0, 0, 0.408);
    background-color: #f5f5f5;
    width: 30%;
    height: 100%;
}

.card-fiv h4 {
    text-align: center;
    font-size: 40px;
    color: #007bff;
}

.card-fiv p {
    text-align: center;
    font-size: 28px;
    color: #000000;
}

.six-final {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin: 40px auto;
}

.card-fin {
    width: 30%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.card-fin:hover {
    box-shadow: 10px 1px 10px 1px rgba(0, 0, 0, 0.401);
    border-radius: 40px;
    transition: 0.5s;
}

.card-fin span {
    padding: 4px;
    background-color: #00a6ed8a;
    border-radius: 20px;
    font-size: 32px;
}

.card-fin span .ri-camera-lens-line,
.ri-ship-line,
.ri-landscape-line {
    font-size: 30px;
    color: rgb(0, 68, 255);
    border-radius: 30px;
}

.card-fin h4 {
    margin: 10px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.card-fin p {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #605e5e;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #605e5e;
    padding: 30px;
    color: #fff;
}

footer h1,
footer h4 {
    color: #fff;
    margin-bottom: 15px;
}

.fot {
    flex: 1 1 250px;
    /* يخلي العمود قابل للتصغير والتكبير */
    text-align: left;
    padding: 10px;
}

.fot p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

.footer__socials {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.footer__socials li {
    background-color: #007bff;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__socials a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.navbar-fo,
.content,
.footer__col {
    flex: 1 1 200px;
    padding: 10px;
}

.navbar-fo ul,
.footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-fo li,
.footer__links li {
    margin-bottom: 10px;
}

.navbar-fo li a,
.footer__links li a {
    text-decoration: none;
    color: #ddd;
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar-fo li a:hover,
.footer__links li a:hover {
    color: #fff;
}

.footer__col input,
.footer__col .btn3 {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.footer__col input {
    outline: none;
}

.footer__col .btn3 {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.footer__col .btn3:hover {
    background-color: #0056b3;
}

.footer__bar {
    width: 100%;
    text-align: center;
    background: #333;
    color: #ccc;
    padding: 15px 0;
    margin-top: 20px;
    font-size: 14px;
}

.footer__bar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.btn22 {
    width: 100%;
    font-size: 24px;
    height: 50px;
    background-color: #0056b3;
    color: #ccc;
}

@media (max-width: 980px) {
    body {
        background-color: rgb(255, 255, 255);
        font-family: Arial, Helvetica, sans-serif;
        color: black;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .bus {
        max-width: 100%;
    }
    .one {
        width: 100%;
        display: block;
    }
    .two-img {
        width: 100%;
    }
    .back_one {
        max-width: 100%;
    }
    .nav__btns {
        display: none !important;
    }
    .three {
        display: block;
    }
    .two .card:first-child {
        display: none !important;
    }
    .two {
        flex-direction: column;
        width: 100%;
    }
    .two .card {
        width: 100%;
    }
    .left-imge img,
    .right-conten,
    .card-fiv,
    .card-fin {
        width: 90% !important;
        display: block;
    }
    .four-contener {
        display: block;
    }
    .fife-card {
        display: block;
    }
    .six-final {
        display: block;
    }
    .footer {
        max-width: 100%;
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
