/*-------------------------------------------------------------

Website Name    : Helman Mkhalele Website 2024
Author          : Sakhile Mkhalele
Date            : Feb 2024

-------------------------------------------------------------- */

:root {
    --primary-color: #FA68BB;
    --secondary-color:#FAE2F1;
}

/* Helman Mkhalele Website headering colors*/
h1, h2, h3, h4, h5 {
    color: var(--primary-color);
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
}


p {
    line-height: 1.8;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
}

a {
    line-height: 1.8;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    color: black;
}


i {
    line-height: 1.8;
    font-size: 20px;
}

/* Body */

/*-------------------------------------------------
                
--------------------------------------------------*/


@media only screen and (max-width: 500px) {

    /* Styles specific to iPhone Pro Max */
    .nozi-app-main-container {

        background-color: var(--secondary-color);
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        align-items: center;
        justify-content: space-evenly;
        padding: 15px 0;

    }
    
    .nozi-app-container {
        width: 95%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        
    }



    .nozi-app-text-container {

        background-color: white;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 80%;
        margin: auto;
        border-radius: 30px;
        border: 1px solid var(--primary-color);
        align-items: center;
        overflow-y: scroll;
       
       
    }

    .heart-icon {
        width: 150px;
        height: 150px;
       
    }

    .nozi-header {
        display: flex;
        height: 5%;
        text-align: center;
        align-items: center;
        
    }

    .nozi-footer {
        display: flex;
        height: 5%;
        text-align: center;
        align-items: center;
        
    }

    /*---------- Choose Menu Item ------------*/

    .choose-item-main-header-container {
        text-align: center;
        padding: 0 0 10px 0;
    }


    .choose-item-main-container {
        background-color: var(--secondary-color);
        display: flex;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        border-radius: 20px;
        border: 1px solid var(--primary-color);
        padding: 5px;
        margin: 5px 0;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    }

    .choose-item-icon-container {
        
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .choose-item-text-container {
       
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    /*---------------- dates ----------------*/

    .date-item-main-container {
        background-color: var(--secondary-color);
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        border-radius: 20px;
        border: 1px solid var(--primary-color);
        padding: 5px;
        margin: 5px 0;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);

    }

    .date-item-icon-container {
        
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: left;
        
        
    }  
    
    .date-item-icon-container a {
        font-size: 15px;
        text-decoration: none;
    }

    .img-icon {
        display: flex;
        width: 50px;
        height: 50px;
        fill: var(--primary-color);
    }

    .index-icon {
        fill: var(--primary-color);
    }

}
