﻿body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color:#dcdcdc;
}

.hero {
    background-image: url('../hasnaa/login.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

    .hero h1 {
        font-size: 4rem;
        margin: 0;
    }

    .hero p {
        font-size: 1.5rem;
    }

    .hero button {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 1rem;
        border: none;
        background-color: #ff6600;
        color: white;
        cursor: pointer;
        border-radius: 5px;
    }

        .hero button:hover {
            background-color: #e65c00;
        }

         div{
            margin:8px;
        }

            div img {
                width: 300px;
                border-radius: 12px;
                box-shadow: 0 6px 12px rgba(199, 21, 133, 0.5), 0 12px 24px rgba(199, 21, 133, 0.3);
                transition: 0.5s ease-in-out all; /* انتقال سلس */
            }
            div img:hover {
                border-radius: 0px;
                box-shadow:none;

            transform:scale(0.8);
                }


.col12 {
    float: right;
    width: 97%;
}

.col6 {
    float: right;
    width: 48%;
}

.col4 {
    float: right;
    width: 31.6%;
}

.col3 {
    float: right;
    width: 23.4%;
}

.col2 {
    float: right;
    width: 18.5%;
}
.btns{
    display:inline;
}
.btns img{
    width:240px;
    height:115px;
}
@media screen and (max-width: 700px) {
    .col6, .col2, .col3, .col4 {
        width: 100%;
    }

    #hid1, #hid2, #hid3 {
        display: none;
    }
}

