/* Default styles for all screen sizes */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Encode+Sans&family=Fira+Code&family=Fuggles&family=Gabarito&family=Montserrat:ital,wght@1,600&family=Mooli&family=Pixelify+Sans:wght@500&family=Poppins:wght@300&family=Titillium+Web&family=Ubuntu:ital,wght@1,500&display=swap');

* {
    color: white;
}
.navbar-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(51, 51, 51, 0.8); /* You can adjust the background color and opacity */
    padding: 10px 0; /* Adjust padding as needed */
    transition: background-color 0.3s ease; /* Smooth transition effect */
}

.anchor {
    margin-left: auto;
}


.mass-anchor {
    color: white !important;
    padding-right: 20px !important;
    font-family: 'Poppins', sans-serif;
}

.mass-anchor:hover {
    color: rgb(26, 182, 221) !important;
    transform: scale(1.09);
}

.harshith {
    font-family: 'Encode Sans', sans-serif;
    letter-spacing: 4px;
    font-size: 50px;
}

.harshith-para{
    font-family: 'Gabarito', cursive;
    font-size: 20px;
}

.mass-body {
    background-image: url('https://wallpaperaccess.com/full/5652030.jpg');
    background-size: cover;
    height: auto;
    
}

.left-body {
    padding-left: 100px !important;
    color: white;
    padding-top: 40px !important;
}

.body-section {
    padding-top: 100px;
    text-align: center;
    height: 80vh;
}

.link-span {
    text-decoration: none !important;
    color: rgb(26, 182, 221)!important;
}

.my-list{
    font-size: x-large;
}

.what-we-do {
    color: white;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 150px;
    padding-right: 150px;
}

.about-h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 50px;
}

.about-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 30px;
}

.course-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    padding-top: 20px;
}

.about-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}
.pandaga-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}
.pandaga-p:hover {
    color: rgb(26, 182, 221) !important;
}

.course-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    max-width: 590px;
}

.course-card {
    border: 1px solid #ccc;
    transition: all 0.3s;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    min-height: 800px;
    padding: 10px;
}

.course-card img {
    max-width: 100%;
    height: 500px;
}

.course-card:hover {
    border: 2px solid rgb(26, 182, 221);
    transform: scale(1.05);
}
.course-logo{
    height: 40px;
    padding-right: 10px;
}

.social-icon {
    height: 50px;
    padding-right: 20px;
}



/* Responsive styles for mobile devices */
@media screen and (max-width: 768px) {
    /* Adjust your styles for mobile devices here */
    .mass-logo {
        height: 80px;
        padding-left: 10px;
    }

    .mass-anchor {
        padding-right: 10px !important;
        font-size: 14px;
    }

    .mass-nihar {
        font-size: 40px;
        text-align: center;
    }

    .mass-nihar-para {
        font-size: 16px;
        text-align: center;
    }

    .body-section {
        padding-top: 50px;
    }

    .what-we-do {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-h1 {
        font-size: 40px;
    }

    .about-title {
        font-size: 24px;
    }

    .course-title {
        font-size: 20px;
    }

    .about-p {
        font-size: 20px;
    }

    .course-p {
        font-size: 16px;
        max-width: 100%;
    }

    .course-card {
        min-height: auto;
        padding: 10px;
    }
    .body-section {
        height: auto;

    }
    .left-body {
        padding-left: 0px !important;
        padding: 20px !important;
    }
    .mass-nav h1 {
        font-size: 20px;
    }

    .mass-nav .navbar-nav .nav-link {
        padding: 0 10px;
        font-size: 16px;
    }
}