/*
Theme Name: neve_Why
Template: neve

�� ������������ ���������:
Theme URI: http://example.com/
Description: �������� ���� ��� ���� twentytwentyone
Author: 
Author URI: http://example.com/about/
Version: 1.0
*/

/* my stiles */


.title{
    color:black;
    font-family: 'Neucha', cursive;
}

/* header  */
body {
    
    background-color: #e0e5ec;
    font-family: 'Neucha', cursive;
}
.header {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: left;
    border-radius: 50px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    font-family: 'Neucha', cursive;
    
    
}
.menu {
    display: none;
    background-color: #e9ecef;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    font-family: 'Neucha', cursive;
}
.menu a {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #04691d;
    font-family: 'Neucha', cursive;
}
.menu a:hover {
    transform: scale(1.2);
    color: #20cbfe;
    font-family: 'Neucha', cursive;
}
button {
    background-color: #0fd6fd;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 50px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    font-family: 'Neucha', cursive;
}
button:hover {
    background-color: #3d9bff;
    color: white;
    border-radius: 50px;
    font-family: 'Neucha', cursive;
}



/* footer */
.footer {
    display: flex;
    justify-content: space-around;
    background-color: #f8f9fa;
    padding: 10px;
    text-align: left;
    border-radius: 50px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    font-family: 'Neucha', cursive;
}
.footer-item {
    margin: 10px 0;
    font-family: 'Neucha', cursive;
}
.footer-link {
    color: #04691d;
    transition: transform 0.3s ease;
    font-family: 'Neucha', cursive;
}
.footer-link:hover {
    animation: pulse 1s infinite;
    color: #20cbfe;
    font-family: 'Neucha', cursive;
}

.footer a {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #04691d;
    font-family: 'Neucha', cursive;
}

.footer a:hover {
    transform: scale(1.2);
    color: #20cbfe;
    font-family: 'Neucha', cursive;
}


.footer p {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #04691d;
    font-family: 'Neucha', cursive;
}

.footer p:hover {
    transform: scale(1.2);
    color: #20cbfe;
    font-family: 'Neucha', cursive;
}



.php-scr-list p:hover {
    
    cursor: pointer;
    color: #04691d;

}


.php-scr-list a:hover {
    transform: scale(2);
    

}

.php-scr-list li:hover {
    transform: scale(1.3);
}