/* Blog */
.parallax10 {
    background-image: url("../images/blog/blog-banner-image.webp");
    min-height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section31 {
    margin-top: 10%;
}

.sec32_card, .sec33_card{
    transition: transform 0.1s;
}

.sec32_card:hover,.sec33_card:hover {
    transform: scale(1.1);
}

.section32 .card, .section33 .card {
    box-shadow: -30px 0px 44px 0px rgba(129, 188, 243, 0.2);
    min-height: 570px;
}

.scroll-card2 {
    overflow-y: auto;
    max-height: 360px;
}

.scroll-card2::-webkit-scrollbar {
    width: 5px;
}
 
.scroll-card2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}
 
.scroll-card2::-webkit-scrollbar-thumb {
    background: #420075;
    border-radius: 3px;
}

.scroll-card1 {
    overflow-y: auto;
    max-height: 300px;
}

.scroll-card1::-webkit-scrollbar {
    width: 5px;
}
 
.scroll-card1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}
 
.scroll-card1::-webkit-scrollbar-thumb {
    background: #420075;
    border-radius: 3px;
}

/* professional_skill_developement */
#professional_skill_developement {
    max-height: 500px;
    width: 100%;
}

.section34 {
    margin-top: 10%;
}

.section34 .content {
    text-align: justify;
}

#button3 {
    border-radius: 10px;
    border: 2px solid #420075;
}

#button3:hover {
    background-color: #420075;
    color: #fff;
}

.section34 .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.aside-card a:hover {
    color: #212529;
}

.aside-card .card {
    -moz-box-shadow: 0px 10px 44px 0px rgba(39, 137, 234, 0.3);
    box-shadow: -25px 0px 44px 0px rgba(30, 137, 234, 0.2);
}
/* ........ */

/* Data Science */
#blog_data_science {
    max-height: 500px;
    width: 100%;
}

.section35 {
    margin-top: 10%;
}

.section35 .content {
    text-align: justify;
}

.section35 .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.aside-card a:hover {
    color: #212529;
}

.aside-card .card {
    -moz-box-shadow: 0px 10px 44px 0px rgba(39, 137, 234, 0.3);
    box-shadow: -25px 0px 44px 0px rgba(30, 137, 234, 0.2);
}
/* ........ */

/* 5G Technology */
#blog-5g-technology {
    max-height: 500px;
    width: 100%;
}

.section36 {
    margin-top: 10%;
}

.section36 .content {
    text-align: justify;
}

.section36 .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.aside-card a:hover {
    color: #212529;
}

.aside-card .card {
    -moz-box-shadow: 0px 10px 44px 0px rgba(39, 137, 234, 0.3);
    box-shadow: -25px 0px 44px 0px rgba(30, 137, 234, 0.2);
}
/* ........ */

/* Guide to Achieving Success */
#guide-to-achieving-success {
    max-height: 500px;
    width: 100%;
}

.section37 {
    margin-top: 10%;
}

.section37 .content {
    text-align: justify;
}

.section37 .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.aside-card a:hover {
    color: #212529;
}

.aside-card .card {
    -moz-box-shadow: 0px 10px 44px 0px rgba(39, 137, 234, 0.3);
    box-shadow: -25px 0px 44px 0px rgba(30, 137, 234, 0.2);
}
/* ........ */

/* Top 3 Reasons to Learn ReactJS in 2024  */
#blog_reactjs {
    max-height: 550px;
    width: 100%;
}

.section39 {
    margin-top: 10%;
}

.section39 .content {
    text-align: justify;
}

.section39 .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.aside-card a:hover {
    color: #212529;
}

.aside-card .card {
    -moz-box-shadow: 0px 10px 44px 0px rgba(39, 137, 234, 0.3);
    box-shadow: -25px 0px 44px 0px rgba(30, 137, 234, 0.2);
}
/* ........ */

/* Why UI UX Design Is Still Relevant in 2024 */
#blog_uiux_design {
    max-height: 500px;
    width: 100%;
}

.section40 {
    margin-top: 10%;
}

.section40 .content {
    text-align: justify;
}

.section40 .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.aside-card a:hover {
    color: #212529;
}

.aside-card .card {
    -moz-box-shadow: 0px 10px 44px 0px rgba(39, 137, 234, 0.3);
    box-shadow: -25px 0px 44px 0px rgba(30, 137, 234, 0.2);
}
/* ........ */

@media (min-width: 1900px) and (max-width: 1920px) {
    .section31 {
        margin-top: 7%;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .section31 {
        margin-top: 8%;
    }
}

@media (min-width: 300px) and (max-width: 425px) {
    .section31 {
        margin-top: 30%;
    }

    .section31 h1 {
        font-size: 30px;
    }
    
    .section36 {
        margin-top: 30%;
    }

    .section36 h1 {
        font-size: 26px;
    }

    #button3 {
        font-size: 14px;
    }

    .section35 {
        margin-top: 30%;
    }

    .section35 h1 {
        font-size: 26px;
    }

    .section37 {
        margin-top: 30%;
    }

    .section37 h1 {
        font-size: 26px;
    }

    .section34 {
        margin-top: 30%;
    }

    .section34 h1 {
        font-size: 26px;
    }
    
    .section39 {
        margin-top: 30%;
    }

    .section39 h1 {
        font-size: 26px;
    }

    .section40 {
        margin-top: 30%;
    }

    .section40 h1 {
        font-size: 26px;
    }

    .sec32_card, .sec33_card{
        transition: none;
    }
    
    .sec32_card:hover,.sec33_card:hover {
        transform: none;
    }
}
