@import url('https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Poppins:wght@100;200;300;400;500;600&family=Raleway:wght@100;200;300;400;500;600;700;900&family=Roboto:wght@300;400;700&display=swap');

/* Removing browsera default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

/*Centering my section */
body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    background-color: #fafbfc;
}

/* Creating a section for mobile */

.material-icons {
    color: rgb(96, 96, 96);
}

/* Header Starts */

.navbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    background-color: #fafbfc;
    color: black;
}

.brand-title {
    font-size: 1rem;
    margin: .5rem;
    text-align: center;
    align-items: center;
}

.brand-title img {
    height: 30px;
}

.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 1rem;
}

.navbar-links li:hover {
    background-color: #1089d4;
}

.toggle-button {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    align-items: center;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
}

@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}



/* Main body starts */

.mySlides {display:none;}


.about__session {
    display: flex;
    flex-direction: column;
}

.about__session h1 {
    color: #1089d4;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.about__session p {
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 30px;
}

.our__mission {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.mission__icon span {
    margin-top: 25px;
    margin-left: 20px;
    font-size: 30px;
    color: #1089d4;
}

.our__strategy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.strategy__icon span {
    margin-top: 25px;
    margin-left: 20px;
    font-size: 30px;
    color: #1089d4;
}

@media (min-width: 768px) {
    .mission__icon, .strategy__icon {
        display: none;
    }
}

/* Mentorship starts */

.pricing {
    width: 100%;
    max-width: 980px;
    padding: 5rem 0.875rem;
    margin: 0 auto;
}

.pricing__top {
    color: #000;
    text-align: center;
}

.pricing__top h1 {
    margin: 0;
    margin-bottom: 1rem;
    color: #1089d4;
    letter-spacing: 0.3rem;
}

.pricing__top p {
    margin: 0;
    margin-top: 1rem;
    opacity: 0.7;
}

.pricing__items {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.pricig__item {
    background-color: rgba(198, 197, 197, 0.919);
    padding: 2rem;
    border-radius: 0.5rem;
}

.pricig__item h3 {
    color: #1089d4;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.5rem;
}

.pricingitem__price {
    padding: 2rem 0;
    font-weight: bold;
}

.pricingitem__price .price {
    font-size: 4rem;
    letter-spacing: 0.1rem;
}

.pricingitem__price .dollar {
    font-size: 2rem;
    vertical-align: top;
}

.pricingitem__price .period {
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.pricingitem__info {
    list-style: none;
    color: #000;
    padding-bottom: 2rem;
}

.pricingitem__info li {
    margin-bottom: 0.3rem;
}

.pricing__items button {
    background-color: #1089d4;
    outline: none;
    border: none;
    padding: 1rem;
    width: 100%;
    border-radius: 2rem;
    color: #fff;
}

.pricing__items button a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.pricing__items button:hover {
    background-color: #111;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
    .pricing__items {
        flex-direction: column;
    }

    .pricing__top h1 {
        margin: 0;
    }

    .pricing__top p {
        margin: 0;
        margin-top: 1rem;
    }
}

/* Our Services Section */

#features {
    background-color: #fafbfc;
    padding: 5rem 0;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.features__top,
.features__container {
    padding: 0 1.5rem;
}

.features__top {
    text-align: center;
}

.features__top h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #1089d4;
}

.features__container {
    display: grid;
    grid-template-columns: 1fr;
}

.features__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.feauture__item {
    padding: 1rem;
    margin-top: 2rem;
    text-align: center;
}

.feauture__item span {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    color: #1089d4;
}

.feautureitem__info h4 {
    font-size: 1.3rem;
    color: #071e55;
    margin-bottom: 0.5rem;
}

.feautureitem__info p {
    font-size: 1.05rem;
    color: #1a1b1b;
    line-height: 2rem;
    font-weight: 300;
}

@media (max-width: 768px) {
    .features__top p {
        padding: 0;
    }
    
    .features__container {
        grid-template-columns: 1fr;
    }
}

/* Youtube */


.activities {
    background-color: #fafbfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.activities h1 {
    margin: 40px;    
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #1089d4;
}

.youv {
    display: flex;
    flex-direction: row;
}


.youtubef {
    background-color: rgba(198, 197, 197, 0.919);
    padding: 10px;
    margin: 20px 10px;
    text-align: center;
    border-radius: 20px;
}

.youtubef iframe {
    margin-top: 15px;
    border-radius: 10px;
}

.activities p {
    margin: 0;
    opacity: 0.7;
}

.youtubef p { 
    margin: 0;
    margin-top: 1rem;
    opacity: 0.7;
}

@media (max-width: 768px) {
    .youv {
        flex-direction: column;
    }
}

.FAQ {
    background-color: #fafbfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.FAQ h1 {
    margin: 40px;    
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #1089d4;
}

.FAQ h4 {
    margin: 40px;    
    margin-bottom: 10px;
    line-height: 1.2rem;
    color: #071e55;
}

.FAQ p {
    margin: 10px;
    opacity: 0.7;
    line-height: 20px;
}

.FAQ li {
    color: #011c2c;
    padding: 0px;
    margin: 0px;
}

/* Student Testimonial Starts */

.Student__testimonial {
    background-color: #fafbfc;
    padding: 5rem 0;
}


.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonials__top,
.testimonials__container {
    padding: 0 1rem;
}

.testimonials__top {
    text-align: center;
}

.testimonials__top h1 {
    font-size: 2rem;
    color: #1089d4;
    margin-bottom: 1rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
}

.testimonials__top p {
    color: #7c8595;
    font-size: 1.1rem;
}

.testimonial__item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 10px;
    z-index: 99;
}

.testimonial__info {
    background-color: #fff;
    padding: 5.5rem 2rem 2rem 2rem;
    margin-top: -4rem;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 10px;
}

.testimonial__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.testimonials__container {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial__info p {
    color: #7c8595;
    font-style: italic;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.testimonial__info h6 {
    color: #1089d4;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.testimonial__rating {
    text-align: center;
    color: #fdcc28;
}

@media (max-width: 768px) {
    .testimonials__container {
        flex-direction: column;
    }
}

/* Contact starts */


.containerc {
    width: 100%;
    border-radius: 10px;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5px;
}

.contact__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

@media (max-width: 768px) {
    .contact__box {
        grid-template-columns: 1fr;
    }
}

.contact__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.contact__left h1 {
    padding: 20px;
    color: #1089d4;
}

.contact__left p {
    padding: 20px;
} 

.emailus {
    margin: 20px;
}

.emailus span {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    color: #1089d4;
}

.emailus a {
    background-color: #1089d4;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    text-decoration: none;
}

.emailus p {
    font-weight: bold;
}

.right__contact {
    padding: 25px 40px;
}

h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1089d4;
}

h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #000;
}

.fields {
    width: 100%;
    padding: 0.5rem 1rem;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: 0.3s;
}

.fields:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.fields:focus {
    background-color: #fff;
    border: 2px solid #1089d4;
}

.area {
    min-height: 150px;
}

.contact__btn {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    background-color: #1089d4;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    transition: 0.3s;
}

.contact__btn:hover {
    background-color: #111;
    color: #fff;
    cursor: pointer;
}


/* Footer Starts */

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: 400;
    background-color: #ededed;
    padding: 40px 0px;
    margin-top: 20px;
}

.footer p{
    padding: 20px;
    font-size: small;    
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: #4b4c4d;
}

.footer .social a {
    font-size: 24px;
    color: inherit;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 0.75;
}

.footer .social a:hover {
    opacity: 0.9;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}


.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a:hover {
    opacity: 1;
}

.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}