body{
    background-color: var(--color-papayawhip-100);
    background-image: url("/static/img/Homepage/background_layer.svg");
    overflow-x: hidden;
    background-size: 100% auto;
}

    #progress-bar {
        --progress: 0;
        height: 3px;
        width: var(--progress);
        background-color: rgb(119, 96, 5);
        z-index: 9999999;
        position: fixed;
        top: 0;
    }
    
    .blogfull{
        display: flex;
        width: 100%;
        padding-top: 60px;
        /* border: 2px solid black; */
    }
    
    .pnlleft{
        display: none;
        /* visibility: hidden; */
        width:10vw;
        /* border:2px solid black; */
    }
    
    .contentfull{
        display: flex;
        width:72%;
        padding: 20px;
        flex-direction: column;
        margin-inline: auto;
    }

    pre{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        font-size: 15px;
        line-height: 1.2;
        font-family: 'Times New Roman', Times, serif;
        color: rgb(0, 0, 0);
        word-break: break-all;
        word-wrap:normal;
        border-radius: 4px;

    }
    
    .blogimghere{
        display:flex;
        width:60vw;
        height: auto;
        /* border: 2px solid rgb(21, 177, 39); */
        margin:2vw;
        justify-content:center; 
    }
    
    /* .blogimghere img{
        width:800px;
        height:200px;
    } */
    
    .blogimghere img{
        display: flex;
        justify-content: center;
        width:100%;
        height: auto;
        max-width: 400px;
        max-height: 300px;
        border-radius: 15px;
    }
    

    .blogtitle h1{
        width:100%;
        font-size: 2.8rem;
        color: #623b04;
        margin-inline:auto;
        padding-bottom:3vh;
        font-family: 'Poppins';
    }

    .blogwriter{
        display:inline-flex;
        width:100%;
        font-size: 1.4rem;
        color:grey;
        flex-direction: row;
        margin-inline: 10px;
        margin-bottom: 20px;
    }

    .bgwr1{
        display:flex;
        justify-content: flex-start;
        align-items: center;
        width:25%;
    }

    .bgwr1 span{
        display: flex;
        width:50%;
        justify-content:center;
        font-size: 1.6rem;
        color: black;
    }
    .bgwr2{
        display:flex;
        align-items: center;
        width:40%;
    }

    .bgwr2 span{
        display: flex;
        width:70%;
        justify-content:center;
        font-size: 1.4rem;
        color: black;
    }

    .bloginfo{
        display:inline-flex;
        width:80%;
        color:grey;
        font-size: 1.4rem;
        flex-direction: row;
        margin-inline: 10px;
        margin-bottom: 50px;
    }

    .dot{
        display: flex;
        width:5%;
        justify-content: center;
        font-size: 2rem;
        color: grey;
    }
    .bgwr3{
        display:flex;
        width:15%;
        align-items: center;
    }

    .bgwr3 span{
        display: flex;
        justify-content: flex-end;
        font-size: 1.4rem;
        color: black;
    }

    .bgwr4{
        display:flex;
        width:25%;
        align-items: center;
    }

    .bgwr4 span{
        display: flex;
        justify-content: flex-end;
        font-size: 1.4rem;
        color: black;
    }
    
    .blogconthere{
        width:70vw;
        margin-bottom: 10vh;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        font-family: 'Poppins';
    }

    .blogconthere p{
        width:68vw;
        font-size: 1.8rem;
        color:#3d3d3d;
    }

    .lstimg img{
        display:flex;
        margin-inline: auto;
        height:4vh; 
        width:30vw;
    }
    
    
    @media(max-width: 768px)
    {
        .contentfull{
            width:98vw;
            padding: 2vw;
        }

        .blogimghere{
            display: flex;
            width:94vw;
            margin:0;
            height: 30vh;
        }
    
        .blogimghere img{
            width:100%;
            height:auto;
            max-width: 400px;
            max-height: 300px;
            
        }

        .blogtitle h1{
            width:96vw;
            font-size: 2rem;
            margin: 0px;
            padding-top:2vh;
            padding-bottom: 2vh;
        }

        .blogconthere{
            width:94vw;
            margin-bottom: 10vh;
        }
    
        .blogconthere p{
            width:94vw;
            padding-inline-start:1vw;
            font-size: 1.6rem;
        }
        .bloghashes{
           display: none;
        }

        #progress-bar {
            --progress: 0;
            height: 4px;
            width: var(--progress);
            background-color: rgb(119, 96, 5);
            z-index: 9999999;
            position: fixed;
            bottom: 0;
        }

        .lstimg img{
            display:flex;
            margin-inline: auto;
            height:3vh; 
            width:70vw;
        }
        
    }

    @media (min-width: 768px) and (max-width: 1264px) and (orientation: portrait){

        .contentfull{
            width:98vw;
            padding: 1%;
        }

        .blogimghere{
            display: flex;
            width:90vw;
            padding:2vw;
            height: 30vh;
           
        }
    
        .blogimghere img{
            width:100%;
            height:auto;
            max-width: 450px;
            max-height: 300px;
            
            
        }

        .blogtitle h1{
            width:96vw;
            padding:2vw;
            font-size: 2.4rem;
            margin:0px;
        }
    
        .blogconthere p{
            width:96vw;
            font-size: 2rem;
            padding:2vw;
        }

        .bloghashes{
            width:70vw;
            height:4vh;
            padding:2vw;
            font-size: 2rem;
        }

        #progress-bar {
            --progress: 0;
            height: 4px;
            width: var(--progress);
            background-color: rgb(119, 96, 5);
            z-index: 9999999;
            position: fixed;
            bottom: 0;
        }

        .lstimg img{
            display:flex;
            margin-inline: auto;
            height:3vh; 
            width:70vw;
        }


    }

    @media (min-width: 768px) and (max-width: 1264px) and (orientation: landscape){

        .contentfull{
            width:98vw;
            padding: 1%;
        }

        .blogimghere{
            display: flex;
            width:90vw;
            padding:2vw;
            height: 42vh;
        }
    
        .blogimghere img{
            width:100%;
            height:auto;
            max-width: 350px;
            max-height: 250px;
            
            
        }

        .blogtitle h1{
            padding:2rem;
            width:96vw;
            font-size: 3.5vh;
        }
    
        .blogconthere p{
            font-size: 2.6rem;
            width:96vw;
            padding:2vw;
        }
        .bloghashes{
            width:60vw;
            height:10vh;
            padding: 2vw;
            font-size: 3rem;
        }

        #progress-bar {
            --progress: 0;
            height: 4px;
            width: var(--progress);
            background-color: rgb(119, 96, 5);
            z-index: 9999999;
            position: fixed;
            bottom: 0;
        }

        .lstimg img{
            display:flex;
            margin-inline: auto;
            height:6vh; 
            width:60vw;
        }


    }