@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, html {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


/* Header Styling */
header { 
    width: 100%; 
    height: 100px; 
    border-bottom: 2px solid black;  
    position: relative; 
}

/* Navigation Bar */
.navbar { 
    margin: 0 auto; 
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 10px;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* Logo Styling */
.Logo {
    display: flex;
    width: 250px;
    height: 100px;
    position: relative;
    justify-content: center;
    align-items: center;
}
.logo { 
    width: 150px; 
    display: flex; 
}

/* Menu Styling */
.Menu { 
    height: 100px; 
    display: flex; 
    align-items: center; 
}

.Menu-content { 
    height: 100px; 
    display: flex; 
    align-items: center; 
    text-align: center;
}

.Menu-item { 
    color: #000000; 
    padding: 10px 15px; 
    text-decoration: none; 
    font-size: 16px;
}
.Menu a:hover { 
    text-decoration: underline; 
}

@media (max-width: 480px) {
    .navbar {
        padding: 0 5px;
    }

    .Logo {
        width: 90px;
        height: 20px;
    }

    .logo {
        width: 40px;
    }

    .Menu-item { 
        padding: 5px 8px; 
        font-size: 12px; 
    }

}

/* RESPONSIVE DESIGN FOR TABLETS */
@media (max-width: 1024px) and (min-width: 768px) {
    header {
        height: 80px; /* Reduce header height */
    }

    .navbar {
        padding: 0 10px; /* Reduce padding */
    }

    .Logo {
        width: 160px; /* Reduce logo size */
        height: 70px;
    }

    .logo {
        width: 110px; /* Scale down the logo */
    }

    .Menu-item { 
        padding: 8px 10px; /* Reduce spacing */
        font-size: 14px; 
    }
}

/* SMALL TABLETS OR LARGE MOBILE SCREENS */
@media (max-width: 768px) {
    header {
        height: 80px;
    }

    .navbar {
        padding: 0 10px; 
    }

    .Logo {
        width: 120px;
        height: 40px;
    }

    .logo {
        width: 80px;
    }

    .Menu-item { 
        font-size: 10px; 
        padding: 6px 8px;
    }
}



.intro {
    width: 100%;
    height: 550px;
    background-image: url(asset/bgmain.png) !important;
    background-size:cover;
}
.intro ul li {
    position: relative;
    top: 200px;
    text-align: center;
    font-size: 20px;
    word-spacing: 5px;
}
/* Common Styling for Emotion Classes */
.happy, .sad, .scare, .shock, .angry, .disgust {
    width: 150px;
    height: 150px;
    margin: 30px;
    position: relative;
    border-radius: 50%;
    background-size: cover;
    cursor: pointer;
}

/* Individual Background Images */
.happy {
    background-image: url(asset/happy.png);
}
.sad {
    background-image: url(asset/sad.png);
}
.scare {
    background-image: url(asset/scare.png);
}
.shock {
    background-image: url(asset/shock.png);
}
.angry {
    background-image: url(asset/angry.png);
}
.disgust {
    background-image: url(asset/disgust.png);
}

/* Emotion Container */
.emotion {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    top: 400px;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    
    .happy, .sad, .scare, .shock, .angry, .disgust {
        width: 100px; /* Reduce size for mobile */
        height: 100px;
        margin: 15px; /* Reduce margin */
    }

    .emotion {
        top: 300px; /* Adjust container position */
        flex-wrap: wrap;
    }
    .happyform, .sadform, .scareform, .shockform, .angryform, .disgustform {
        width: 60%; /* Take 90% width */
        height: auto; /* Adjust height dynamically */
        padding: 15px;
        box-shadow: 10px 12px 2px rgba(0, 0, 0, 0.5);
    }

    .btn_happyform, .btn_sadform, .btn_scareform, .btn_shockform, .btn_angryform, .btn_disgustform {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }

    .navhappyform, .navsadform, .navscareform, .navshockform, .navangryform, .navdisgustform {
        font-size: 14px; /* Reduce text size slightly */
    }
}

@media (max-width: 480px) {
    .intro ul li {
        top: 50px; /* Minimal top spacing */
        font-size: 14px; /* Even smaller font */
        word-spacing: 2px;
    }

    .happy, .sad, .scare, .shock, .angry, .disgust {
        width: 80px; /* Further reduce size for very small devices */
        height: 80px;
        margin: 10px; /* Smaller margin */
    }

    .emotion {
        top: 250px; /* Adjust container position for small screens */
    }
    .happyform, .sadform, .scareform, .shockform, .angryform, .disgustform {
        width: 50px; /* Almost full width */
        height: 30px;
        padding: 10px;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .btn_happyform, .btn_sadform, .btn_scareform, .btn_shockform, .btn_angryform, .btn_disgustform {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }

    .navhappyform, .navsadform, .navscareform, .navshockform, .navangryform, .navdisgustform {
        font-size: 12px; /* Further reduce text size */
    }
}

.happyform {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 300px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_happyform {
    padding: 6px 6px;
    margin: 4px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.navhappyform {
    font-weight: 800;
    font-size: larger;
    position: relative;
    z-index: -1;
    bottom: 8px;
}

.sadform {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 400px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_sadform {
    padding: 6px 6px;
    margin: 4px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.navsadform {
    font-weight: 800;
    font-size: larger;
    position: relative;
    z-index: -1;
    bottom: 8px;
}

.scareform {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 300px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_scareform {
    padding: 6px 6px;
    margin: 4px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.navscareform {
    font-weight: 800;
    font-size: larger;
    position: relative;
    z-index: -1;
    bottom: 8px;
}

.shockform {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 200px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_shockform {
    padding: 6px 6px;
    margin: 4px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.navshockform {
    font-weight: 800;
    font-size: larger;
    position: relative;
    z-index: -1;
    bottom: 8px;
}

.angryform {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 300px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_angryform {
    padding: 6px 6px;
    margin: 4px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.navangryform {
    font-weight: 800;
    font-size: larger;
    position: relative;
    z-index: -1;
    bottom: 8px;
}

.disgustform {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 300px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn_disgustform {
    padding: 6px 6px;
    margin: 4px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.navdisgustform {
    font-weight: 800;
    font-size: larger;
    position: relative;
    z-index: -1;
    bottom: 8px;
}





.features {
    width: 100%;
    height: 1060px;
    background-image: url(asset/bgfeatures.png) !important;
    background-size:cover;
}
.features2 {
    width: 100%;
    height: 640px;
    background-image: url(asset/bgfeatures2.png) !important;
    background-size:cover;
}
.mood-tracker {
    background-color: #87ceeb;
    width: 600px;
    height: 397px;
    display: flex;
    position: relative;
    border-radius: 20px;
    border: 3px solid black;
    box-shadow: 10px 10px 0px 0px black;
    top: 190px;
    left: 700px;
    justify-content: center;
}
.mood-tracker h2 {
    position: absolute;
    text-align: center;
    top: 150px;
}
.mood-tracker p {
    position: absolute;
    text-align:justify;
    top: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
.icon-mt {
    display: flex;
    margin: 40px 270px;
    width: 60px;
    height: 60px;
    align-content: center;
}
.journaling {
    background-color: #ff5959;
    width: 600px;
    height: 397px;
    display: flex;
    position: relative;
    border-radius: 20px;
    border: 3px solid black;
    box-shadow: 10px 10px 0px 0px black;
    top: 230px;
    left: 70px;
    justify-content: center;
}
.icon-journal {
    display: flex;
    margin: 40px 270px;
    width: 60px;
    height: 60px;
    align-content: center;
}
.journaling h2 {
    position: absolute;
    text-align: center;
    top: 150px;
}
.journaling p {
    position: absolute;
    text-align:justify;
    top: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
.treatment {
    background-color: #fbc02d;
    width: 600px;
    height: 397px;
    display: flex;
    position: relative;
    border-radius: 20px;
    border: 3px solid black;
    box-shadow: 10px 10px 0px 0px black;
    top: 20px;
    left: 700px;
    justify-content: center;
}
.icon-t {
    display: flex;
    margin: 40px 270px;
    width: 60px;
    height: 60px;
    align-content: center;
}
.treatment h2 {
    position: absolute;
    text-align: center;
    top: 150px;
}
.treatment p {
    position: absolute;
    text-align:justify;
    top: 200px;
    margin-left: 10px;
    margin-right: 10px;
}




.form_signup {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: white;
    height: 450px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_signin {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    height: 450px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 30px 35px 2px rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tittle {
    color: #000000;
    font-weight: 900;
    font-size: 0.7cm;
    margin-top: 5px;
}
.sub_tittle {
    font-weight: 600;
    margin: 2px 0;
}
.form_content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 15px;
}
.form_input {
    outline: none;
    border: 2px solid black;
    box-shadow: 3px 4px 0px 1px black;
    width: 300px;
    padding: 8px 8px;
    border-radius: 4px;
    font-size: 13px;
}
.form_input:focus, .btn_sign_up:focus, .btn_close:focus, .btn_sign_in:focus, .btn-sign-in:focus, .btn-sign-up:focus, .btn_happyform:focus, .btn_sadform:focus{
    transform: translateY(4px);
    box-shadow: 1px 2px 0px 0px black;
}
.btn_sign_up {
    padding: 10px 10px;
    margin: 15px;
    width: 300px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.btn_sign_in {
    padding: 10px 10px;
    margin: 15px;
    width: 300px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 800;
    box-shadow: 5px 5px 0px 0px black;
}
.btn_close {
    position: relative;
    left: 180px;
    top: 20px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    font-weight: 800;
    align-items: center;
    align-content: center ;
    justify-content: center;
    box-shadow: 5px 5px 0px 0px black;
}







.footer {
    width: 100%;
    height: 300px;
    border: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 2px solid black;
}
.footer nav {
    margin:0;
    padding: 0;
}
.container-footer {
    width: 900px;
    height: 300px;
    float: right;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
ul {
    list-style: none;
}
.footer-content {
    padding: 40px 40px;
}
.footer-content h4{
    font-weight:bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer-content ul li {
    margin-bottom: 8px;
}
.footer-content ul li a {
    text-decoration: none;
    color: #000000;
}
.logo-footer {
    display: flex;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 20px;
    top: 1170px;
}
.ig-footer {
    display: flex;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 30px;
    top: 1280px;
}
.gform-footer {
    display: flex;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 60px;
    top: 1280px;
}
.ngl-footer {
    display: flex;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 90px;
    top: 1280px;
}
.f-footer {
    display: flex;
    width: max-content;
    position: absolute;
    left: 100px;
    top: 2500px;
}
/* Responsive Design for 480px screen width */
@media (max-width: 480px) {
    .footer {
        height: auto; /* Allow height to adjust based on content */
    }

    .container-footer {
        width: 100%; /* Full width for mobile devices */
        height: auto; /* Auto height adjustment */
        padding: 10px; /* Reduce padding for smaller screens */
        box-sizing: border-box;
    }

    .row {
       
        padding: 10px;
    }

    .footer-content {
        padding: 10px; /* Adjust padding */
    }

    .footer-content h4 {
        font-size: 16px; /* Reduce font size for mobile */
        margin-bottom: 15px;
    }

    .footer-content ul li {
        margin-bottom: 5px; /* Adjust margin for list items */
    }

    .footer-content ul li a {
        font-size: 14px; /* Adjust font size for better readability */
    }

    .logo-footer {
        width: 120px; /* Adjust logo size */
        height: 120px;
        position: relative;
        left: 0;
        top: 0;
        margin: 10px auto; /* Center logo in the footer */
    }

    .ig-footer, .gform-footer, .ngl-footer {
        width: 25px; /* Scale down icons */
        height: 25px;
        margin: 5px auto; /* Center social media icons */
        position: relative;
        display:flex;
        top: 0;
    }

    .f-footer {
        font-size: 14px; /* Reduce font size */
        text-align: center;
        margin-top: 10px;
    }
    .c{
        font-size:10px
    }
}

