body{
    margin: 0;
}

.header {
    padding: 0 20px;
    background-color: #eff5f3;
    display: flex;
    opacity: .95;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

h2 {
    font-family: 'Poppins', sans-serif;
}

h3{
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    color:#0099ff ;
}

.menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: black;
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(55, 55, 55, 0.5);
}

.menu a:hover {
    color: #00B4D8;
    transform: scale(1.3);
    transition: transform 0.5s ease;
    text-shadow: 0px 2px 2px rgba(55, 55, 55, 0.3);
}

.logoSection {
    display: flex;
    align-items: center;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.logo {
    text-align: center;
}

.intro {
    padding: 0 50px;
}

.logoSection2 {
    display: none;
}

.founderSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.founder {
    text-align: center;
}

.founderInfo {
    padding: 0 50px;
}

.founderSection2 {
    display: none;
}

.motiveSection {
    display: flex;
    align-items: center;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.motive {
    text-align: center;
}

.motiveInfo {
    padding: 0 50px;
}

.motiveSection2 {
    display: none;
}

.coursesSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.courseImg {
    text-align: center;
}

.courseInfo {
    padding: 0 50px;
}

.coursesSection2 {
    display: none;
}

.languageSection {
    display: flex;
    align-items: center;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.langImg {
    text-align: center;
}

.langInfo {
    padding: 0 50px;
}

.languageSection2 {
    display: none;
}

.JoinProCodingSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.joinProCoding {
    text-align: center;
}

.joinInfo {
    padding: 0 50px;
}

.JoinProCodingSection2 {
    display: none;
}

.contactUsSection {
    display: flex;
    align-items: center;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.contactusimg {
    text-align: center;
}

.contactUsInfo {
    padding: 0 50px;
}

.contactUsSection2 {
    display: none;
}


.blue {
    color: #0099ff;
}

.click-here-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00B4D8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.click-here-btn:hover {
    background-color: #0096B3;
}

.footer {
    margin: 0;
    padding: 20px;
    background-color: #eff5f3;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 1;
}

.footer h2 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #00B4D8;
}

.fade-in-image {
    opacity: 0;
    transition: opacity 3s;
    width: 250px;
}
  

@media screen and (max-width: 600px) {
    .header {
        padding: 0 10px;
    }

    .menu a {
        font-size: 15px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    }

    .menu a:hover {
        transform: scale(1.1);
        transition: transform 0.5s ease;
    }

    #name {
        font-size: 10px;
    }

    #aboutUs {
        font-size: 10px;
    }


    .logoSection {
        display: none;
    }

    .logoSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }
    
    .intro {
        padding: 0 30px;
    }

    .founderSection {
        display: none;
    }

    .founderSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .founderInfo {
        padding: 0 30px;
    }

    .motiveSection {
        display: none;
    }

    .motiveSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .motiveInfo {
        padding: 0 30px;
    }

    .coursesSection {
        display: none;
    }

    .coursesSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .courseInfo{
        padding: 0 30px;
    }

    .languageSection {
        display: none;
    }

    .languageSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .langInfo{
        padding: 0 30px;
    }

    .JoinProCodingSection {
        display: none;
    }

    .JoinProCodingSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .joinInfo {
        padding: 0 30px;
    }

    .contactUsSection {
        display: none;
    }

    .contactUsSection2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px 10px;
        padding: 10px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .contactUsInfo {
        padding: 0 30px;
    }

    .fade-in-image {
        width: 100px;
    }

    p{
        font-size: 12px;
    }
    
    h2{
        font-size: 17px;
    }

    h3{
        font-size: 15px;
    }
}  