@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&family=Silkscreen:wght@400;700&display=swap');



body {
    margin: 0px;
    padding: 0px;

    font-family: "Roboto", 'IBM Plex Sans', Tahoma, Geneva, Verdana, sans-serif;

    box-sizing: border-box;
    letter-spacing: 1px;
    text-wrap: wrap;


}


p {

    font-size: 1rem;
    font-family: "Roboto", 'IBM Plex Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;



}

li {


    font-family: "Roboto", 'IBM Plex Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;



}






.share {
    display: none;
}




/* header */







/* header */


.header {
    width: 100%;
    background-color: #fcfcfc;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;

}

.navbar_container {

    max-width: 1200px;
    margin: 0 auto;


}




.navbar {

    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

}


.navmenu {
    display: flex;
}


.navmenuitem {
    text-decoration: none;
    color: rgba(0, 0, 0, .55);
    font-weight: 500;
    font-size: 14px;
    padding-right: 2rem;
}


.navmenu li {
    list-style-type: none;
}

.logo {
    height: 40px;

    margin: 0px;
    margin-top: 5px;
}


.menu {
    display: none;
}

.menuimage {
    height: 30px;

    background-color: white;

}












/* article */





.article_heading {
    background-color: #c6edff;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;


}


.article_heading li {

    font-weight: 500;
    font-size: 14px;

}




.articledetails {

    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;

}

.articledetails img {

    height: 24px;
    width: 24px;
    padding-right: 10px;

}


.article_heading_container {


    max-width: 1200px;
    margin: 0 auto;



}

.article_heading_container_inner {


    margin: 0 auto;
    width: 90%;
    padding-left: 10px;

}




.breadcrumb {
    padding-top: 1rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: end;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin-right: 0rem;
    content: "/";
}

.breadcrumb li {
    margin-right: 5px;

}

.breadcrumb li a {
    font-size: 12px;

    color: black;
}




.contents ul {
    text-decoration: none;
    list-style-type: none;

    padding: 0;
    margin: 0;
    border-left: 1px solid #ddd;
}


.contents li {

    padding-left: 9px;

    color: #748892;
    margin-bottom: 16px;

}





/* tags */
.tags {
    line-height: 2.2;
    line-break: auto;

}

.gtags {
    font-size: 1.1rem;
    border: 2px solid #aaf255;
    font-family: 'fira code';
    padding: 5px;
    border-radius: 5px;
    color: #ddd;
    margin: 1rem;
}

.ytags {
    font-size: 1.1rem;
    border: 2px solid #FFFF8F;
    font-family: 'fira code';
    padding: 5px;
    border-radius: 5px;
    color: #ddd;
    margin: 1rem;


}

.btags {
    font-size: 1.1rem;
    border: 2px solid #AFDBF5;
    font-family: 'fira code';
    padding: 5px;
    border-radius: 5px;
    color: #ddd;
    margin: 1rem;
}


.vtags {
    font-size: 1.1rem;
    border: 2px solid #E1BEE7;
    font-family: 'fira code';
    padding: 5px;
    border-radius: 5px;
    color: #ddd;
    margin: 1rem;

}














































































.big_text {
    font-size: 4rem;
    font-weight: 300;
    font-family: "Roboto";
    color: #455a64;

}




.thin_text {
    font-weight: 300;
    font-family: "Roboto";
    color: black;


}






h1 {
    color: rgba(0, 0, 0, .5);
}

li a,
nav a {
    text-decoration: none;

}


dialog {
    border: 1px solid;
    border-radius: 5px;

}

table {
    margin-top: 4rem;
}

.monofont {
    font-family: monospace;
    font-size: 1rem;
    color: rgba(0, 0, 0, .7);
}

.normallist {
    line-height: 2;
    list-style-type: circle;

}

.normallist li {
    margin-top: 0.5rem;

}

.paraindent {
    margin-left: 24px;
}




.moreparaindent {
    margin-left: 45px;
}


.texthighlighter {
    background-color: #ececec;
    font-family: monospace;
    font-weight: 400;

    margin: 2px;

    padding: 2px 4px;

    font-size: 0.9rem;




}

ol {
    line-height: 2.4;

}



.frontdesign {
    background-color: aliceblue;
    font-weight: 100;
    color: teal;
    padding: 1rem;
}

.link_to_page {}




















/* contactus page */

.contactusgrid {
    display: flex;

}

.contactusgridleft {
    display: grid;

    justify-content: start;
    padding: 2rem;
}

.contactusgridright {
    display: grid;

    justify-content: start;
    padding: 2rem;
}

.inlinetext {
    display: flex;
    align-items: center;

}

.inlinetext img {
    padding-right: 0.75rem;

}





/* headings */





.blog_title {
    margin-top: 1rem;
    margin-bottom: 1rem;

    font-size: 3rem;
    font-weight: 400;
    font-family: "Roboto", serif;

    color: #455a64;


}






.blog_main_h {
    font-size: 2.4rem;
    color: #455a64;
    font-weight: 200;
    margin-top: 4rem;
    margin-bottom: 2rem;
    letter-spacing: 5px;
    font-weight: 400;

}

.blog_main_explanation {

    font-size: 10px;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    margin-bottom: 0px;
    padding-bottom: 0px;

}



.blog_main_subheading {
    font-size: 2.5rem;

    font-weight: 400;
    font-family: "Roboto";

    margin-top: 6rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;




}

.normal_headings {
    font-size: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 500;



}

.lowestheading {
    font-size: 1.15rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 400;

}

.fourth_headings {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;

}


.headings_underline_remove {
    text-decoration: none;
}

.note {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #304FF3;
    padding-bottom: 1rem;

    letter-spacing: 3px;

}













/* follow us */


.followus {

    background-image: url('../images/5.png');
    background-position: center;
    font-weight: 100;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .65);


}



.section_title {
    font-weight: 300;
    font-size: 3rem;
    font-family: 'Roboto';
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}


.featurescardtext {

    font-size: 1.2rem;
    color: #B0BEC5;
    text-align: center;

}


.socialmediacontainer img {
    height: 30px;
    margin-right: 1rem;

}









.infocard {
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1rem;
}

.infocard img {
    width: 50px;
}


.cardtitle {
    font-size: 1.5rem;
    line-height: 1.1428571429;
    font-weight: 400;
    letter-spacing: 2px;

}




.cardtext{
    
    color: #B0BEC5;
    width: 70%;
    

    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 400;
    
    
}




.answer{
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;

}


















p {
    line-height: 1.5;
    word-spacing: 5px;
    text-align: justify;
}

a:hover,
ul li a:hover {
    color: darkgray;
    cursor: pointer;

}


.under {}




.container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;

    margin-bottom: 2rem;



}

.container_inner {
    display: flex;
    margin: 0 auto;
    width: 80%;
    background-color: white;
    border-radius: 10px;
    padding-left: 10px;

}

.sidebar {
    width: 15%;
    height: 100%;

    background-color: white;
    overflow-inline: scroll;
    transition: 500ms;
    position: relative;

    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 10px;



}

.main {
    width: 60%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.main_inner {

    margin: 0 auto;
    width: 90%;
}

























.footerfollowus {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .65);
    margin: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;

}




.socialmediaicons {

    height: 27px;
    margin-right: 1rem;
}








.section_footer {
    width: 100%;


    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 5px;
    border-top: 1px solid #ddd;
    background-color: #fcfcfc;
}



.footer_content {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 10px;
}

.footer_logo {

    width: 40%;
    margin-top: 2rem;
    font-size: 7px;

}

.footer_logo p {
    width: 50%;
    font-size: 7px;

}

.footer_content_inner {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;

}



.footer_links {
    display: flex;
    justify-content: space-between;



}

.footer_links_col {

    font-size: 10px;
    display: flex;
    flex-direction: column;
    margin: 10px;


}

.footer_links_col a {
    color: rgba(0, 0, 0, .65);
    font-size: 0.55rem;

    text-decoration: none;
    padding: 0.5rem;



}



.footer_links_col a:hover {


    color: darkgray;
    cursor: pointer;

}




.footer_links_title {
    color: rgba(0, 0, 0, .65);
    font-weight: bolder;
    font-size: 12px;
    padding-bottom: 0px;
}

.footer_copyright {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: first baseline;

}

.footerendline {

    font-size: 12px;
    color: rgba(0, 0, 0, .65);
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.footer_links_list li a {
    padding: 0px;
    margin: 0px;

}




































.blog_info {

    padding-top: 1rem;

}

.intro_share {
    margin-right: 1rem;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);

}


.intro_share img {
    height: 26px;
}



div.intro_infotext>p {
    margin-bottom: 1rem;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    font-size: 12px;


}


.contents ul {
    text-decoration: none;
    list-style-type: none;

    padding: 0;
    margin: 0;
    border-left: 1px solid #ddd;
}


.contents li {

    padding-left: 9px;

    color: #748892;
    margin-bottom: 16px;

}









.blog_main_p {
    color: rgba(0, 0, 0, .85);
    text-align: justify;
    font-size: 20px;

}



.blog_main_image {
    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog_main_underdesc_text {
    font-size: 10px;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog_main_image img {
    text-align: center;
    width: 80%;
}



.blog_main_coloredtext_section {
    background-color: #b3e5fca9;

    padding: 1rem;
    border-radius: 2px;
    border-left: 2px solid #304FF3;


}

.blog_main_coloredtext_section p {
    margin-bottom: 0px;
}




table {
    width: 70%;
    border-collapse: collapse;

    border-radius: 5px;
}

table,
th,
td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 0.75rem;
}

th {
    background-color: #dddddd6e;
}


.blog_main_table {
    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;



}

tr,
td {
    text-align: left;

}


.blog_main_code {
    font-family: monospace;
    position: relative;
    background-color: #454a50;
    color: white;
    padding: 1rem;
    z-index: 0;
    line-height: 2;

}

.blog_main_code_copy img {
    height: 20px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 0;

}

.blog_main_text {
    width: 100%;

}

.blog_main_code_copy {

    top: 1rem;
    right: calc(100% - 0.5em -1px);
    z-index: 0;
}

.code {
    margin-top: 7rem;
    line-height: 2;
}


.blog_main_code_green {
    color: #37e7ac;
}


.blog_main_code_blue {
    color: #03a0e6;
}

.blog_main_code_pink {
    color: #df00a9;
}

.blog_main_code_violet {
    color: #9400ff;
}








.btn_visibility {
    visibility: hidden;
}





.sidebar_title {

    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin: 10px;


}

.sidebar_list {
    padding: 0px;
    margin-top: 2rem;
    list-style-type: none;
}



.sidebar_list li {
    padding: 0px;
    font-weight: 400;

    color: rgba(0, 0, 0, .65);


}

.close {
    position: absolute;

    right: 1rem;
    padding-top: 1rem;


}


.navigation_buttons {
    display: flex;
    justify-content: space-between;

}

.previous,
.next {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #b3e5fca9;
    border-radius: 5px;
    color: white;
    letter-spacing: 3px;
    font-size: 10px;
    width: 5rem;
    text-align: center;
}












.dot {
    height: 14px;
    width: 14px;

    border-radius: 50%;
    margin: 0.20rem;

}

.windows_header {

    width: 100%;
    padding: 0;
    margin: 0;
    ;
    height: fit-content;
    display: flex;
    justify-content: end;

    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.output_window {
    padding: 1rem;
    min-height: 5rem;
}


.blog_main_code_output {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;


}

.blog_main_code_output_wo_wintheme {


    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;






}




.socialmediaicons {

    height: 27px;
    border-right: 1rem;
}
































@media (max-width:800px) {


    .share {
        display: block;
        position: fixed;
        left: 10;
        right: 20px;
        bottom: 100px;
        border: 2px solid #316FF6;
        padding: 10px;
        border-radius: 50px;
        z-index: 5;
    }

    .gtags {
        font-size: 0.8rem;
        border: 2px solid #aaf255;
        font-family: 'fira code';
        padding: 5px;
        border-radius: 5px;
        color: #ddd;
        margin: 0rem;
    }

    .ytags {
        font-size: 0.8rem;
        border: 2px solid #FFFF8F;
        font-family: 'fira code';
        padding: 5px;
        border-radius: 5px;
        color: #ddd;
        margin: 1rem;


    }

    .btags {
        font-size: 0.8rem;
        border: 2px solid #AFDBF5;
        font-family: 'fira code';
        padding: 5px;
        border-radius: 5px;
        color: #ddd;
        margin: 1rem;
    }


    .vtags {
        font-size: 0.8rem;
        border: 2px solid #E1BEE7;
        font-family: 'fira code';
        padding: 5px;
        border-radius: 5px;
        color: #ddd;
        margin: 1rem;

    }



    .menu {
        display: none;

    }



    .navmenu {
        display: none;
    }

    .navbar {
        display: flex;
        align-items: flex-start;

    }


    .header_inner {
        display: flex;

        margin: 0 auto;
        width: 90%;
    }


    .article_heading {
        width: 100%;
    }


    .blog_title {
        font-size: 2rem;

    }


    .container {
        width: 100%;
    }


    .container_inner {
        padding-left: 0px;
    }


    .paraindent {
        margin-left: 0px;
    }



    .navlogo {
        margin-left: 0px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -100vw;
        height: 100vh;
        width: 100vw;

        z-index: 10;
        overflow: scroll;

    }

    .sidebar.is-active {
        left: 0;
        z-index: 10;

    }

    .sidebar.is-active .sidebar_title {

        margin-top: 60px;

    }

    .btn_visibility {
        visibility: visible;
    }

    .main {
        width: 100%;
        z-index: 0;


    }


    .blog_main_subheading {
        font-size: 2rem;

        font-weight: 300;
        font-family: "Roboto";
        color: #455a64;
        margin-top: 4rem;
        margin-bottom: 2rem;
        letter-spacing: 3px;

        text-decoration: underline;

    }


    .contactusgrid {
        display: flex;
        flex-direction: column;

    }

    .contactusgridleft {
        justify-content: center;
    }



    .contactusgridright {
        justify-content: left;
        padding: 0px;
        word-spacing: normal;
    }


    .contactusgridright p {

        word-spacing: normal;
    }


    .inlinetext {
        display: flex;
        align-items: normal;

    }


    .inlinetext img {
        padding-right: 0.25rem;

    }






    .footer_links {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .footer_links_title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }




    .footer_links_col a {
        padding-bottom: 10px;

    }


    .footer_links_col {
        margin: 0px;

    }


    .footer_logo {
        display: grid;

    }

    .footer_content_inner {
        display: flex;
        flex-direction: column;

    }




    .footer_logo_text {
        width: 100%;
    }

    .footer_logo {
        display: grid;
        width: 100%;
    }



    .footer_content_inner {
        display: flex;
        flex-direction: column;


    }


    .footer_logo_text {}



    .socialmediaicons {

        height: 27px;
    }

    .socialmediacontainer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 1rem;
    }















}