.blog_container{display:flex;margin-top:65px;width:100%}.blog_content{padding:0 0 0 2rem;width:100%}.blog_content .load-btn{display:block;margin:5vh auto;width:150px}.left_content{align-items:top;column-count:2;display:flex;flex:0 0 70%;flex-wrap:wrap;gap:20px 10px;justify-content:space-between}.right_content{flex:0 0 30%}.blog_card{background-color:var(--white);flex:0 0 48.5%;overflow:hidden;width:100%}.blog_card:first-child{flex:0 0 100%}.blog_card .figure{display:block;height:200px;overflow:hidden;position:relative;width:100%}.blog_card:first-child .figure{height:300px}.blog_card .figure img{height:100%;object-fit:cover;transition:.5s;width:100%}.blog_card .tag{background-color:var(--yellow);color:var(--white);font-size:12px;padding:5px 10px;position:absolute;right:1%;top:3%}.blog_card section{background-color:var(--white);padding:1rem;position:relative}.blog_card section .title{color:var(--dark);font-size:18px;font-weight:600;width:auto}.blog_card section a:hover{color:var(--yellow)}.blog_card:hover>.figure img{transform:scale(1.1)}.share_icon{align-items:center;background-color:var(--red);bottom:-30px;color:var(--white);cursor:pointer;display:flex;font-size:13px;left:10px;padding-right:5px;position:absolute;transition:.5s}.share_icon .fa{background-color:var(--darkred);margin-right:10px;padding:5px}.blog_card section img{border:5px solid rgba(1,1,1,.1);margin-right:20px;object-fit:cover;width:30%}.blog_card section img:nth-child(2n){float:left}.blog_card section img:nth-child(odd){float:right}.columns{background-color:var(--white);display:block;margin-bottom:4vh}.columns section{padding:1rem}.columns .title{background-color:var(--yellow);border-bottom:1px dotted #f74780;border-left:0 solid var(--dark);color:var(--white);display:block;padding:0;text-align:left;transition:.2s;width:100%}.columns:hover>.title{border-left:5px solid var(--dark)}.columns .title a{float:right}.columns .title a:hover{color:var(--dark)}.search form{align-items:center;display:flex;width:100%}.search fieldset:nth-child(2){width:10%}.search form input{border:1px solid rgba(1,1,1,.1);color:rgba(1,1,1,.5);font-weight:600;padding:1rem;width:100%}.search .btn1{border:1px solid var(--yellow);border-radius:0}.books .cards{background-color:#f1f1f1;border-radius:5px;height:46vh;overflow:hidden;position:relative;width:100%}.books .cards:after{content:"";display:block;z-index:900}.books .card_part,.books .cards:after{height:100%;left:0;position:absolute;top:0;width:100%}.books .card_part{align-items:center;animation:opaqTransition 28s cubic-bezier(0,0,0,.97) infinite;background-color:#f1f1f1;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:flex;transform:translateX(700px);z-index:7}.books .card_part.card_part-two{animation-delay:7s;background-repeat:no-repeat;z-index:6}.books .card_part.card_part-three{animation-delay:14s;background-repeat:no-repeat;z-index:5}.books .card_part.card_part-four{animation-delay:21s;background-repeat:no-repeat;z-index:4}@keyframes opaqTransition{3%{transform:translateX(0)}25%{transform:translateX(0)}28%{transform:translateX(-700px)}to{transform:translateX(-700px)}}.posts a{align-items:center;display:flex;margin:.4rem 0}.posts img{border-radius:10px;height:90px;margin-right:10px;object-fit:contain;width:90px}.posts p{font-size:13px}.comments{max-height:60vh}.comments,.marquee2{overflow:hidden;position:relative}.marquee2{line-height:1.6em}.marquee2 p{border-bottom:1px solid rgba(1,1,1,.1);font-size:12px;padding:.4rem 0;position:relative}@keyframes marquee1{0%{top:10%}to{top:-100%}}.test{float:right}@media (max-width:1000px){.blog_container{flex-wrap:wrap}.blog_content{order:2;padding:0}.left_content{flex:0 0 100%;order:2;padding:1rem}.right_content{order:1;padding:1rem}.books,.categories,.comments,.posts{display:inline-block;margin:1.3% 1.3% 0;vertical-align:top;width:47%}.posts{overflow-y:auto}.right_content{flex:0 0 100%}}@media (max-width:740px){.blog_card{flex:0 0 100%}.books,.categories,.comments,.posts{height:auto;margin:0 0 4vh;width:100%}.test{float:left}}.credits{background-color:#1e1e1e;bottom:2%;font-size:12px;padding:.5rem;position:fixed;right:0;z-index:999}.credits,.credits a{color:hsla(0,0%,100%,.7)}.credits a:hover{color:#fff}.credits .btn0{background-color:#fff;border:0;border-radius:5px;color:#000;display:block;margin:1vh auto;padding:5px;text-align:Center;width:100px}.credits .btn0:hover{background-color:#b8bca7;color:#000}