.newpost-module__VLnh8G__wrapper{background:var(--bg-page);justify-content:center;align-items:flex-start;height:auto;padding:60px 20px 3vh;display:flex;position:relative}.newpost-module__VLnh8G__card{border-radius:var(--radius-lg);background:var(--bg-card);width:100%;height:auto;padding:2vh;overflow-y:scroll}.newpost-module__VLnh8G__title{color:var(--text-primary);align-items:center;gap:1vh;font-size:large;font-weight:600;display:flex}.newpost-module__VLnh8G__authorWrapper{align-items:center;gap:1vh;min-height:60vh;padding:1vh 0;position:relative}.newpost-module__VLnh8G__authorSearch{background:var(--bg-card);width:80%;color:var(--text-primary);border:none;border-radius:8px;outline:none;padding:10px}.newpost-module__VLnh8G__inputAuthorBox{align-items:center;gap:1vh;display:flex}.newpost-module__VLnh8G__authorDropdown{background:var(--bg-surface);border:1px solid var(--border-accent);width:100%;max-height:200px;color:var(--text-primary);scrollbar-width:none;z-index:20;border-radius:8px;overflow-y:auto}.newpost-module__VLnh8G__authorOption{cursor:pointer;border-bottom:1px solid var(--border-dark);justify-content:space-between;align-items:center;gap:1vh;padding:10px;display:flex}.newpost-module__VLnh8G__authorNameList{width:80%}.newpost-module__VLnh8G__listauthorImageBox{border-radius:7vh;width:5vh;height:5vh;overflow:hidden}.newpost-module__VLnh8G__listauthorImage{object-fit:cover;width:100%;height:100%}.newpost-module__VLnh8G__authorOption:hover{background:var(--btn-secondary-hover)}.newpost-module__VLnh8G__noAuthor{padding:10px;font-size:.9rem}.newpost-module__VLnh8G__form{flex-direction:column;gap:25px;display:flex}.newpost-module__VLnh8G__field{flex-direction:column;gap:8px;display:flex}.newpost-module__VLnh8G__topBar{z-index:2;background:var(--bg-card);justify-content:space-between;align-items:center;width:100%;height:auto;padding:1vh 2vh;display:flex;position:fixed;top:0;left:0}.newpost-module__VLnh8G__field label{color:var(--text-secondary);font-size:medium}.newpost-module__VLnh8G__titleArea{flex-direction:row;justify-content:space-between;align-items:center;gap:1vh;display:flex}.newpost-module__VLnh8G__postTitle{width:100%;color:var(--text-primary);border:none;border-radius:2vh;outline:none;font-size:large;font-weight:600}.newpost-module__VLnh8G__field input,.newpost-module__VLnh8G__field textarea{background:var(--bg-section);color:var(--text-primary);transition:var(--transition-normal);outline:none;padding:12px 14px;font-size:14px}.newpost-module__VLnh8G__field textarea:focus{box-shadow:0 0 0 2px var(--border-accent);outline:none}.newpost-module__VLnh8G__composer{z-index:2;background:var(--bg-card);border:.5px solid var(--accent-highlight);border-bottom:none;border-top-left-radius:3vh;border-top-right-radius:3vh;flex-direction:column;gap:2vh;width:100%;padding:2vh;display:flex;position:fixed;bottom:0;left:0}.newpost-module__VLnh8G__inputAdd{align-items:center;gap:1vh;display:flex}.newpost-module__VLnh8G__composerInputs{flex-direction:column;gap:1vh;width:100%;display:flex}.newpost-module__VLnh8G__linkLabelInput{border:1px solid var(--border-dark);background:var(--bg-section);width:100%;color:var(--text-primary);border-radius:1.5vh;outline:none;padding:1vh 2vh;font-size:14px}.newpost-module__VLnh8G__linkLabelInput:focus{border-color:var(--accent-main)}.newpost-module__VLnh8G__blockInput{width:100%;color:var(--text-primary);background:0 0;border:none;border-radius:2vh;outline:none;padding:2vh;font-size:2vh}.newpost-module__VLnh8G__subtitleInput,.newpost-module__VLnh8G__quoteInput,.newpost-module__VLnh8G__paragraphInput{width:100%;color:var(--text-primary);background:var(--bg-section);border:none;border-radius:2vh;outline:none;padding:2vh;font-size:2vh}.newpost-module__VLnh8G__imageInput{background:var(--bg-section);color:var(--text-primary);border:none;border-radius:2vh;padding:2vh;font-size:2vh}.newpost-module__VLnh8G__blockInput:focus{border-color:var(--accent-main);box-shadow:0 0 0 2px var(--border-accent);outline:none}.newpost-module__VLnh8G__blockButtons{scrollbar-width:none;justify-content:space-around;align-items:center;gap:10px;display:flex;overflow-x:scroll}.newpost-module__VLnh8G__blockButtons button{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:1px solid var(--border-dark);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);align-items:center;gap:.5vh;padding:7px;font-size:13px;display:flex}.newpost-module__VLnh8G__blockButtons button:hover{background:var(--btn-secondary-hover);border-color:var(--accent-main)}.newpost-module__VLnh8G__block{border-top:1px solid var(--border-dark);flex-direction:column;padding-top:2vh;display:flex;position:relative}.newpost-module__VLnh8G__blockHeader{justify-content:space-between;align-items:center;display:flex}.newpost-module__VLnh8G__blockHeader span{letter-spacing:1px;color:var(--accent-soft);padding-bottom:1vh;font-size:12px;font-weight:600}.newpost-module__VLnh8G__removeBtn{color:var(--error);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;padding-bottom:1vh;font-size:16px}.newpost-module__VLnh8G__removeBtn:hover{transform:scale(1.1)}.newpost-module__VLnh8G__preview{border-radius:var(--radius-sm);border:1px solid var(--border-dark);object-fit:cover;width:100%;height:25vh;margin-top:10px}.newpost-module__VLnh8G__button{border-radius:var(--radius-sm);background:var(--btn-primary-bg);color:var(--btn-primary-text);cursor:pointer;transition:var(--transition-fast);border:none;padding:10px;font-size:15px;font-weight:600}.newpost-module__VLnh8G__button:hover{background:var(--btn-primary-hover)}.newpost-module__VLnh8G__button:disabled{opacity:.6;cursor:not-allowed}.newpost-module__VLnh8G__message{border:1px solid var(--success);color:var(--success);border-radius:var(--radius-sm);background:#22c55e1a;padding:12px;font-size:14px}.newpost-module__VLnh8G__ytBlock{flex-direction:column;gap:12px;display:flex}.newpost-module__VLnh8G__ytInput{width:100%;color:var(--text-primary);border:1px solid var(--border-dark);background:var(--bg-section);transition:var(--transition-normal);border-radius:2vh;outline:none;padding:2vh;font-size:2vh}.newpost-module__VLnh8G__ytInput:focus{border-color:red;box-shadow:0 0 0 2px #ff000026}.newpost-module__VLnh8G__ytThumb{border-radius:var(--radius-sm);cursor:pointer;aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.newpost-module__VLnh8G__ytThumbImg{object-fit:cover;opacity:.85;width:100%;height:100%;transition:opacity .2s;display:block}.newpost-module__VLnh8G__ytThumb:hover .newpost-module__VLnh8G__ytThumbImg{opacity:.65}.newpost-module__VLnh8G__ytPlayOverlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.newpost-module__VLnh8G__ytPlayBtn{filter:drop-shadow(0 4px 12px #0009);transition:transform .2s}.newpost-module__VLnh8G__ytThumb:hover .newpost-module__VLnh8G__ytPlayBtn{transform:scale(1.12)}.newpost-module__VLnh8G__ytEmbed{border-radius:var(--radius-sm);background:#000;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.newpost-module__VLnh8G__ytIframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.newpost-module__VLnh8G__ytComposerPreview{border-radius:var(--radius-sm);background:#ff00000f;border:1px solid #ff000040;align-items:center;gap:12px;padding:8px 12px;display:flex}.newpost-module__VLnh8G__ytThumbPreview{object-fit:cover;border-radius:6px;flex-shrink:0;width:80px;height:45px}.newpost-module__VLnh8G__ytValidLabel{color:#22c55e;font-size:13px;font-weight:600}.newpost-module__VLnh8G__ytInvalidLabel{color:var(--text-secondary);padding:6px 12px;font-size:13px}.newpost-module__VLnh8G__linkBlock{flex-direction:column;gap:12px;display:flex}.newpost-module__VLnh8G__linkLabelField,.newpost-module__VLnh8G__linkUrlField{width:100%;color:var(--text-primary);border:1px solid var(--border-dark);background:var(--bg-section);border-radius:var(--radius-sm);transition:var(--transition-normal);outline:none;padding:12px;font-size:14px}.newpost-module__VLnh8G__linkUrlField{color:var(--text-secondary);font-family:monospace;font-size:12px}.newpost-module__VLnh8G__linkLabelField:focus,.newpost-module__VLnh8G__linkUrlField:focus{border-color:var(--accent-main)}.newpost-module__VLnh8G__linkPreview{background:var(--bg-section);border-radius:var(--radius-sm);border:1px dashed var(--border-dark);justify-content:center;padding:20px;display:flex}.newpost-module__VLnh8G__linkPreviewBtn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-radius:var(--radius-md);transition:var(--transition-normal);align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.newpost-module__VLnh8G__linkPreviewBtn:hover{background:var(--btn-primary-hover);transform:translateY(-2px)}
.spinner-module__3XIzIW__box{align-items:center;gap:.5vh;display:flex}.spinner-module__3XIzIW__loaderRing{border:.3vh solid var(--bg-surface);border-top:.3vh solid var(--accent-main);border-right:.3vh solid var(--bg-page);border-radius:50%;width:2.5vh;height:2.5vh;animation:.5s linear infinite spinner-module__3XIzIW__spin}@keyframes spinner-module__3XIzIW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.gallery-module__AJYSrq__gallery{background:linear-gradient(var(--accent-card),var(--bg-surface));-webkit-tap-highlight-color:transparent;width:100%;height:auto;padding-bottom:5vh;position:relative}.gallery-module__AJYSrq__imageBox{width:100%;height:100%}.gallery-module__AJYSrq__imageWrapper{z-index:5;background:var(--accent-highlight);width:100%;height:30vh;position:relative;-webkit-mask-image:url(/Images/assets/gallery.svg);mask-image:url(/Images/assets/gallery.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.gallery-module__AJYSrq__imageContainer{background:url(/Images/assets/gallerythumbnel.png) 50%/cover no-repeat;position:absolute;inset:2vh;-webkit-mask:url(/Images/assets/gallery.svg) 50%/contain no-repeat;mask:url(/Images/assets/gallery.svg) 50%/contain no-repeat}.gallery-module__AJYSrq__gallerybg{z-index:0;width:100%;height:120%;position:absolute;top:3vh;right:-10vh;overflow:hidden}
.blog-module__oMtYPq__newsSection{background:linear-gradient(var(--bg-section));z-index:2;width:100%;position:relative}.blog-module__oMtYPq__topDesignImage{width:100%;height:100%;margin-bottom:-1vh;transform:rotate(180deg)}.blog-module__oMtYPq__bottomDesignImage{width:100%;height:100%}.blog-module__oMtYPq__newsContainer{border:.1px solid var(--border-accent);background:var(--bg-surface);z-index:3;border-top:none;border-bottom:none;flex-direction:column;align-items:center;width:100%;padding:0 3vw;display:flex;position:relative;overflow:hidden}.blog-module__oMtYPq__newsGrid{z-index:4;scrollbar-width:none;flex-direction:row;gap:3vh;width:100%;padding-top:1vh;display:flex;overflow:scroll hidden}.blog-module__oMtYPq__newsCard{z-index:5;background:var(--bg-card);border:.5px solid var(--border-accent);border-radius:12px;flex-direction:column;flex:none;width:25vw;height:50vh;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;box-shadow:0 8px 24px #2040341a}.blog-module__oMtYPq__newsCardImage{background:linear-gradient(135deg,var(--accent-main),var(--accent-highlight));height:40vh;overflow:hidden}.blog-module__oMtYPq__newsImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-module__oMtYPq__viewAll{color:var(--text-dark);z-index:2;background:linear-gradient(to right,var(--accent-main),var(--accent-highlight));border-radius:1vh;margin-top:2vh;padding:1vh 2vh;font-size:medium;font-weight:700;text-decoration:none}@keyframes blog-module__oMtYPq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.blog-module__oMtYPq__newsCardContent{z-index:6;flex-direction:column;flex-grow:1;padding:28px;display:flex}.blog-module__oMtYPq__newsDate{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.85rem;font-weight:400}.blog-module__oMtYPq__newsCardTitle{color:var(--accent-main);margin:0 0 12px;font-size:1.3rem;font-weight:400;line-height:1.4}.blog-module__oMtYPq__newsCardExcerpt{color:var(--text-secondary);font-size:medium;font-weight:300;line-height:1.6}.blog-module__oMtYPq__readMore{color:var(--accent-main);-webkit-tap-highlight-color:transparent;width:fit-content;margin-top:1vh;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block}.blog-module__oMtYPq__readMore:hover{color:#b3d929;transform:translate(4px)}.blog-module__oMtYPq__shareBtn{background:0 0;border:none}.blog-module__oMtYPq__shareBtn:hover{transform:scale(1.1)}.blog-module__oMtYPq__linkShare{justify-content:space-between;align-items:center;display:flex;position:relative}.blog-module__oMtYPq__shareOptions{background:var(--bg-surface);border-radius:12px;flex-direction:column;gap:6px;width:180px;padding:10px;transition:width .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 10px 25px #00000059}.blog-module__oMtYPq__shareOptions a,.blog-module__oMtYPq__shareOptions button{text-align:left;cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:6px;padding:8px;font-size:14px;transition:background .2s}.blog-module__oMtYPq__shareOptions a:hover,.blog-module__oMtYPq__shareOptions button:hover{background:var(--bg-section-alt)}@media (max-width:640px){.blog-module__oMtYPq__newsContainer{width:100%;padding:0 3vh}.blog-module__oMtYPq__newsCard{width:70vw}.blog-module__oMtYPq__newsTitle{font-size:1.5rem}.blog-module__oMtYPq__newsCardImage{height:160px}.blog-module__oMtYPq__imagePlaceholder{font-size:60px}.blog-module__oMtYPq__newsCardContent{padding:16px}.blog-module__oMtYPq__newsCardTitle{font-size:1rem}.blog-module__oMtYPq__newsCardExcerpt{font-size:.9rem}}
.post-module__3rImaq__wrapper{background:var(--bg-section);flex-direction:column;min-height:100vh;display:flex}.post-module__3rImaq__titleBack{z-index:5;background:var(--bg-card);justify-content:space-between;align-items:center;width:100%;padding:1vh;display:flex;position:fixed;top:0;left:0}.post-module__3rImaq__author{background:var(--bg-page);border-radius:2vh;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-bottom:15px;padding:2vh;display:flex}.post-module__3rImaq__authorImageBox{border-radius:7vh;width:7vh;height:7vh;position:relative;overflow:hidden}.post-module__3rImaq__authorImage{object-fit:cover;width:100%;height:100%}.post-module__3rImaq__authorName{color:var(--text-);align-items:center;width:80%;font-size:16px;font-weight:400;display:flex}.post-module__3rImaq__article{border-radius:24px;width:100%;max-width:850px;padding-top:5vh;overflow:hidden}.post-module__3rImaq__hero{width:100%;height:50px;position:relative}.post-module__3rImaq__heroImage{object-fit:cover;padding:20px}.post-module__3rImaq__overlay{background:linear-gradient(#0003,#000000b3);position:absolute;inset:0}.post-module__3rImaq__content{color:var(--text-primary);padding:40px 35px}.post-module__3rImaq__meta{color:var(--text-muted);align-items:center;gap:10px;margin-bottom:15px;font-size:14px;display:flex}.post-module__3rImaq__title{margin-bottom:20px;font-size:large;font-weight:400;line-height:1.3}.post-module__3rImaq__subtitle{color:var(--accent-main);font-size:large;font-weight:400}.post-module__3rImaq__intro{color:var(--accent-highlight);margin-bottom:30px;font-size:1.1rem;font-weight:400}.post-module__3rImaq__body p{color:var(--text-secondary);margin-bottom:20px;font-size:1rem;font-weight:300;line-height:1.8}.post-module__3rImaq__blockImage{border-radius:2vh;height:20vh;margin-bottom:2vh;overflow:hidden}.post-module__3rImaq__inlineImage{object-fit:cover;width:100%;height:100%}.post-module__3rImaq__quote{border-left:4px solid var(--accent-main);background:#ffffff0d;border-radius:8px;margin:30px 0;padding:20px;font-style:italic;font-weight:300}.post-module__3rImaq__ytEmbed{border-radius:var(--radius-sm);background:#000;width:100%;height:0;margin-bottom:2vh;padding-bottom:56.25%;position:relative;overflow:hidden}.post-module__3rImaq__ytIframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.post-module__3rImaq__linkBlock{justify-content:center;margin:30px 0;display:flex}.post-module__3rImaq__linkBtn{background:var(--accent-main);color:#fff;box-shadow:0 10px 20px -10px var(--accent-main);border-radius:50px;align-items:center;gap:10px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.post-module__3rImaq__linkBtn:hover{box-shadow:0 15px 25px -10px var(--accent-main);filter:brightness(1.1);transform:translateY(-3px)}@media (max-width:768px){.post-module__3rImaq__wrapper{padding:10px 15px 40px}.post-module__3rImaq__content{padding:25px 20px}.post-module__3rImaq__title{font-size:1.6rem}.post-module__3rImaq__hero{border:1px solid red;height:30vh;overflow:hidden}}.post-module__3rImaq__shareWrapper{justify-content:space-between;align-items:center;gap:2vh;width:100%;padding-left:2vh;display:flex;position:relative}.post-module__3rImaq__navTitle{color:var(--accent-highlight);font-size:1.2rem;font-weight:600}.post-module__3rImaq__shareBtn{background:var(--bg-surface);border:1px solid var(--border-dark);cursor:pointer;width:44px;height:44px;transition:var(--transition-normal);box-shadow:var(--shadow-soft);color:var(--accent-highlight);border-radius:50%;justify-content:center;align-items:center;display:flex}.post-module__3rImaq__shareBtn:hover{background:var(--accent-main);color:#fff;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.post-module__3rImaq__sharePopup{background:var(--bg-section);border:1px solid var(--border-dark);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:190px;box-shadow:var(--shadow-strong);flex-direction:column;padding:10px 0;animation:.25s post-module__3rImaq__popupFade;display:flex;position:absolute;right:0}.post-module__3rImaq__sharePopup a{color:var(--text-secondary);transition:var(--transition-fast);padding:10px 18px;font-size:14px;text-decoration:none}.post-module__3rImaq__sharePopup a:hover{background:var(--bg-section-alt);color:var(--accent-highlight)}@keyframes post-module__3rImaq__popupFade{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.aboutsection-module__3HsymW__aboutSection{background:linear-gradient(var(--bg-section));border-top:.01px solid var(--accent-highlight);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:3vh 2vw 2vw;display:flex}.aboutsection-module__3HsymW__aboutPara{flex-direction:column;align-items:center;width:100%;padding:2vh;display:flex;position:relative}.aboutsection-module__3HsymW__হেডিং{color:#fff;z-index:2;font-size:medium;font-weight:400;position:absolute;top:4vh}.aboutsection-module__3HsymW__aboutBg{width:100%;height:100%;top:0;transform:rotate(180deg)}.aboutsection-module__3HsymW__aboutBg2{width:100%;height:100%;bottom:0;transform:rotate(0)}.aboutsection-module__3HsymW__aboutPara p{border:.5px solid var(--border-accent);background:var(--bg-surface);width:100%;color:var(--text-secondary);border-top:none;border-bottom:none;flex-direction:column;align-items:center;padding:2vh;font-family:Tiro Bangla,serif;font-size:medium;font-style:normal;font-weight:300;line-height:1.6rem;display:flex}.aboutsection-module__3HsymW__linkBtn{color:#06252c;cursor:pointer;background:linear-gradient(135deg,var(--accent-highlight),var(--btn-primary-bg));-webkit-tap-highlight-color:transparent;appearance:none;border:none;border-radius:10px;outline:none;align-items:center;gap:1vh;margin-top:3svh;padding:8px 18px;font-family:Tiro Bangla,serif;font-size:medium;font-weight:700;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.aboutsection-module__3HsymW__linkBtn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #4f8cff59,0 0 15px #4f8cff40}.aboutsection-module__3HsymW__linkBtn:active{transform:translateY(0)scale(.98);box-shadow:0 4px 10px #4f8cff40}.aboutsection-module__3HsymW__linkBtn:before{content:"";background:linear-gradient(120deg,#ffffff4d,#ffffff1a,#ffffff4d);width:50%;height:100%;transition:all .6s;position:absolute;top:0;left:-75%;transform:skew(-25deg)}.aboutsection-module__3HsymW__linkBtn:hover:before{left:125%}
.projects-module__EDgexq__projectSection{background:linear-gradient(var(--bg-section),var(--bg-surface));flex-direction:column;gap:3vw;width:100%;padding:5vw 5vw 0;display:flex;position:relative}.projects-module__EDgexq__projectCard{cursor:pointer;-webkit-tap-highlight-color:transparent;width:100%;text-decoration:none;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;display:flex;position:relative}.projects-module__EDgexq__projectCard:hover{transform:translateY(-8px)}.projects-module__EDgexq__projectCard:active{transform:translateY(-2px)scale(.98)}.projects-module__EDgexq__projectWrapper{z-index:2;width:25vw;height:25vw;position:relative}.projects-module__EDgexq__projectWrapper:before{content:"";background:var(--accent-highlight);position:absolute;inset:0;-webkit-mask:url(/Images/assets/glancebox.svg) 50%/contain no-repeat;mask:url(/Images/assets/glancebox.svg) 50%/contain no-repeat}.projects-module__EDgexq__projectImageContainer{position:absolute;inset:1px;-webkit-mask:url(/Images/assets/glancebox.svg) 50%/contain no-repeat;mask:url(/Images/assets/glancebox.svg) 50%/contain no-repeat}.projects-module__EDgexq__projectImg{object-fit:cover;width:100%;height:100%}.projects-module__EDgexq__detailsBar{background:var(--info);width:75%;height:14vw;color:var(--primary-700);box-sizing:border-box;background:var(--bg-surface);z-index:1;border-color:var(--accent-highlight);border-radius:2vw;flex-direction:column;justify-content:center;padding:2vw 2vw 2vw 5vw;display:flex;position:absolute;bottom:7px;right:0;box-shadow:0 12px 40px #00ffc826}.projects-module__EDgexq__projectTitle{color:var(--accent-highlight);margin:0 0 12px;font-size:medium;font-weight:400;line-height:.5rem}.projects-module__EDgexq__projectDescription{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:x-small;font-weight:300;line-height:.8rem;display:-webkit-box;overflow:hidden}.projects-module__EDgexq__timelineAnimation{z-index:1;pointer-events:none;width:3px;height:10vh;position:absolute;bottom:-100%;right:10vw}.projects-module__EDgexq__timelineLine{background:linear-gradient(to bottom,var(--accent-highlight),var(--accent-main));justify-content:center;align-items:center;width:3px;height:0%;animation:3s ease-in-out forwards projects-module__EDgexq__drawLineHeight;display:flex;left:0;box-shadow:0 0 12px #08aebdcc}.projects-module__EDgexq__timelineCircle{background:var(--accent-highlight);border-radius:50%;width:15px;height:15px;position:absolute;bottom:0;box-shadow:0 0 12px #08b1bdcc}@keyframes projects-module__EDgexq__drawLineHeight{0%{height:0%}to{height:calc(100vw - 15px)}}@media (max-width:640px){.projects-module__EDgexq__projectSection{flex-direction:column;gap:3vw;width:100%;padding:0 5vw 0 0;display:flex;position:relative}.projects-module__EDgexq__projectCard{width:100%;height:auto;display:flex;position:relative}.projects-module__EDgexq__projectWrapper{z-index:2;width:20vh;height:15vh;position:relative}.projects-module__EDgexq__detailsBar{width:70%;height:10vh;padding:1vh 1vh 1vh 5vh}@keyframes projects-module__EDgexq__drawLineHeight{0%{height:0%}to{height:100%}}}
