.home_parent{display:flex;flex-direction:column;gap:3rem;background:var(--body-bg);padding:2rem}.home__intro-img{width:800px;height:200px;object-fit:cover;border-radius:1rem}.search__bar{background:var(--lightest-green);border:2px solid var(--primary-color);border-radius:50px;padding:.2rem;display:flex;align-items:center;gap:.8rem;color:#82a06c}.page_title{font-size:1.2rem}.social__icon{width:20px;height:auto}.home__first-section{display:flex;gap:1rem;border:3px solid var(--primary-color);justify-content:center;align-items:center}.home__first-section>*{flex:1;padding:1rem;text-align:center}.profile_pic img{width:200px;height:auto;margin:auto}.btn-home{background:var(--primary-color);border:none;border-radius:50px;padding:5px 35px;font-weight:500;cursor:pointer}.short_bio{display:flex;flex-direction:column;align-items:center}.short_bio h2{color:var(--light-gray);font-weight:700;font-family:Cormorant,serif;font-size:2rem;letter-spacing:5px;background:var(--dark-green);padding:.3rem}.short_bio a{font-weight:600;color:var(--dark-green)}pre code{display:block;background:var(--lightest-green);padding:1em;overflow-x:auto;font-family:monospace;white-space:pre-wrap;word-break:break-word;font-size:12px;height:80px;overflow:auto;scrollbar-color:var(--primary-color) var(--body-bg);scrollbar-width:thin}.activity__section h3{background:var(--primary-color);padding:.3rem;font-weight:700;font-family:Cormorant,serif;font-size:1.2rem;margin-bottom:.5rem}.activity__section{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);gap:18px;width:100%;max-height:500px}.current__activy{grid-column:span 2 / span 2}.activity__note{grid-column:span 2 / span 2;grid-column-start:1;grid-row-start:2}.activity__blogs{grid-column:span 3 / span 3;grid-row:span 2 / span 2;grid-column-start:3;grid-row-start:1}.current__activy ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.current__activy li{width:100%;background:var(--lightest-green);padding:.3rem;font-style:italic;font-size:15px}.accent_text{font-weight:500}.activity__note p{font-size:15px}.recent__blog{display:flex;flex-direction:column;gap:1rem;padding:1rem}.blog__one{display:flex;gap:2rem;align-items:center}.blog__one img{width:25%;height:auto;border-radius:50%}.blog__one h4{font-family:Cormorant,serif;color:var(--dark-green);font-weight:600}.blog__one p{font-size:15px}.blog__one a{color:var(--primary-color);text-transform:capitalize;font-style:italic}.music_tab,.recent__art{display:flex;flex-direction:column;gap:1.2rem}.music_tab h2{border:2px solid var(--primary-color);padding:.3rem;font-weight:700;font-family:Cormorant,serif;font-size:1.2rem;margin-bottom:.5rem}.recent__art{display:flex;flex-direction:column;align-items:center;gap:2rem}.recent__art p{text-align:center;font-size:2rem;font-family:Cormorant,serif}@media (max-width: 800px){.social__icon{width:25px}.home__first-section{flex-direction:column}.activity__section{grid-template-columns:1fr;gap:14px}.current__activy,.activity__note,.activity__blogs{grid-column:span 1;grid-row:auto;grid-column-start:auto}}@media (max-width: 1373px){.activity__section{grid-template-columns:repeat(3,1fr);grid-template-rows:auto;max-height:none}.current__activy{grid-column:span 3}.activity__note,.activity__blogs{grid-column:span 3;grid-row-start:auto}}.player{width:640px;background-color:var(--light-gray);border:2px solid var(--light-green);display:grid;grid-template-columns:48px 1fr 48px;grid-gap:16px;padding:8px 24px;position:relative;border-radius:64px;margin:auto}.control,#current{height:100%;display:flex;justify-content:center;align-items:center;padding-block:16px}#playbtn{font-size:24px;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--primary-color);cursor:pointer}#playbtn:hover{-webkit-text-fill-color:var(--primary-color)}.info{display:flex;justify-content:center;align-items:center;font-size:21px}.info p{font-size:18px;font-weight:500}#current{text-align:right}@media (max-width: 1092px){.player{width:315px;grid-gap:2px}.info p{font-size:15px}}*{box-sizing:border-box}body{background-color:#ecf0f1}.gallery-container{display:flex;flex-wrap:wrap;justify-content:space-between;background-color:#fff;box-shadow:0 0 3px #0000004d;width:80%;margin:0 auto;padding:10px}.gallery-item{flex-basis:32.7%;margin-bottom:6px;opacity:.85;cursor:pointer}.gallery-item:hover{opacity:1}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-content{font-size:.8em}.lightbox{position:fixed;display:none;background-color:#000c;width:100%;height:100%;overflow:auto;top:0;left:0}.lightbox-content{position:relative;width:70%;height:70%;margin:5% auto}.lightbox-content img{border-radius:7px;box-shadow:0 0 3px #e1e1e140;width:70%;height:auto;object-fit:cover;margin:auto}.lightbox-prev,.lightbox-next{position:absolute;background-color:#000c;color:#fff;padding:7px;top:45%;cursor:pointer}.lightbox-prev{left:0}.lightbox-next{right:0}.lightbox-prev:hover,.lightbox-next:hover{opacity:.8}@media (max-width: 767px){.gallery-container{width:100%}.gallery-item{flex-basis:49.8%;margin-bottom:3px}.lightbox-content{width:80%;height:60%;margin:15% auto}}@media (max-width: 480px){.gallery-item{flex-basis:100%;margin-bottom:1px}.lightbox-content{width:90%;margin:20% auto}}
