@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap";:root{--header-height: 3.5rem;--first-color: #3e8dc9;--first-color-alt: hsl(221, 61%, 46%);--first-color-light: hsl(93, 58%, 66%);--title-color: hsl(180, 2%, 8%);--text-color: hsl(223, 6%, 23%);--white-color: hsl(120, 9%, 98%);--black-color: hsl(228, 6%, 4%);--body-color: hsl(0, 0%, 100%);--container-color: hsl(228, 6%, 12%);--shadow-img: 0 0 48px hsla(93, 54%, 54%, .4);--gradient-card: linear-gradient( 180deg, hsla(93, 8%, 8%), hsla(93, 40%, 30%) );--clr-white: #FFFFFF;--clr-black: #000000;--clr-grey: #707070;--clr-bunker: #131921;--clr-ebony-clay: #232f3e;--clr-orange: #FF9900;--clr-orange-dark: #cc8111;--body-font: "Montserrat", sans-serif;--biggest-font-size: 2.25rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--font-regular: 400;--font-semi-bold: 600;--font-bold: 600;--z-tooltip: 10;--z-fixed: 100}@media screen and (min-width: 1150px){:root{--biggest-font-size: 4.55rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color)}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{display:block;max-width:100%;height:auto}.container{max-width:1120px;margin-inline:1.5rem}.grid{display:grid;gap:1.5rem}.section{padding-block:5rem 1rem}.section__title{font-size:var(--h1-font-size);font-weight:var(--font-bold);text-align:center;margin-bottom:1rem}.main{overflow:hidden}header{position:fixed;width:100%;top:0;left:0;background-color:transparent;z-index:var(--z-fixed)}.nav{position:relative;height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.nav__logo,.nav__close,.nav__toggle,.nav__actions{display:flex;color:var(--title-color);cursor:pointer}.nav__logo{font-weight:var(--font-semi-bold);column-gap:.25rem;align-items:center}nav__logo span{font-size:2rem}.nav__logo i{color:var(--first-color);font-size:1.8rem;font-weight:initial}.nav__actions{font-size:1.25rem;column-gap:.5rem;align-items:center}.nav__connect{font-weight:var(--font-semi-bold);font-size:var(--normal-font-size)}@media screen and (max-width: 1150px){.nav__menu{position:fixed;top:0;right:-100%;background-color:#0c0d1333;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);width:80%;height:100%;padding:6rem 3rem 0;transition:right .4s}}.nav__list{display:flex;flex-direction:column;row-gap:3rem}.nav__link{color:var(--title-color);font-weight:var(--font-semi-bold);transition:color .4s}.nav__link:hover{color:var(--first-color)}.nav__close{position:absolute;top:1.15rem;right:1.5rem;font-size:1.25rem}.show-menu{right:0}.blur-header:after{content:"";position:absolute;width:1000%;height:100%;background-color:#0c0d1333;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);top:0;left:0;z-index:-1}.active-link{color:var(--first-color)}.home__container{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:7.5rem 0 3rem;row-gap:2rem}.home__img{width:270px;justify-self:center}.home__data{text-align:center}.home__title{font-family:var(--body-font);font-size:var(--biggest-font-size);font-weight:var(--font-bold);margin-bottom:1rem}.home__title span{color:var(--first-color)}.home__description{margin-bottom:3rem}.home__buttons{display:flex;justify-content:center;align-items:center;column-gap:.5rem}.button{background-color:var(--first-color);color:var(--black-color);font-weight:var(--font-bold);padding:.5rem 1.5rem .5rem .5rem;border-radius:4rem;display:inline-flex;align-items:center;column-gap:.75rem}.button--secondary{margin-left:2rem;background-color:var(--black-color);color:var(--white-color)}.button--secondary span{background-color:var(--white-color);color:var(--black-color)}.button span{background-color:var(--white-color);padding:.5rem;font-size:1.25rem;border-radius:50%;display:grid;place-items:center;transition:transform .4s}.button:hover span{transform:translate(.15rem) rotate(-30deg)}.button__link{color:var(--white-color);font-weight:var(--font-bold);text-decoration:underline;transition:color .4s}.button__link:hover{color:var(--first-color)}.desc__container{display:flex;justify-content:center;align-items:center;width:100vw;margin:0 auto;box-sizing:border-box}.desc__img{width:270px;justify-self:center}.desc__list{display:grid;row-gap:1rem}.desc__item{display:flex;column-gap:.5rem;align-items:flex-start}.desc__item i{font-size:1.5rem;color:var(--first-color)}.form-container{padding:1rem 1.5rem;border-radius:1rem;min-height:auto;min-width:auto;width:100%;max-width:500px;border:1px solid lightgray;box-sizing:border-box}form{margin:2rem 0}form button,input,textarea{width:100%;border:none;outline:none;border-radius:.75rem}form input,textarea{border:1px solid lightgray;font-size:1rem;height:3rem;padding-left:.5rem}form input[type=file]{border:none}.uploadSnap_input_container{display:flex;flex-direction:column;gap:1rem}.uploadSnap_input_container div{display:flex;flex-direction:column;gap:.4rem}.uploadSnap_input_container div label{padding-left:.5rem}.description_sec textarea{height:31.5vh;padding:10px 25px;line-height:2.2rem;background:linear-gradient(#fff 98%,#ccc 2%) repeat-y;background-size:calc(100% - 50px) 2.2rem;background-position:25px 0}.description_sec input::placeholder{position:absolute;top:10px;left:10px;color:gray}.button-container{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}form button{background-color:var(--first-color);height:3rem;color:#fff;font-size:1.15rem;cursor:pointer;border-radius:.75rem;transition:background-color .3s ease,transform .1s ease;border:none;outline:none}form button:active{background-color:var(--first-color-alt);transform:scale(.95)}form button:hover{background-color:var(--first-color-alt)}@media (max-width: 576px){.desc__container{width:100vw;padding:0;margin:0 auto;max-width:100vw;box-sizing:border-box}.desc__container.grid{display:flex!important;flex-direction:column!important;align-items:center!important}.form-container{max-width:95vw;margin:0 auto}}.cards__section{max-width:1200px;margin:0 auto 50px;padding:0 20px}.cards__section h3{font-size:1.75em;margin:20px 0}.cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,340px));justify-content:center}.card{display:flex;flex-direction:column;background:var(--clr-white);border:1px solid #ececec;border-radius:18px;overflow:hidden;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;box-shadow:0 8px 24px #0000000f;margin:10px}.card:hover{transform:translateY(-3px);border-color:#e5e7eb;box-shadow:0 16px 40px #0000001a}.card__image{position:relative;width:100%;height:300px;background:#f5f5f5}@media (max-width: 768px){.card__image{height:220px}}.card__image img{width:100%;height:100%;object-fit:contain;background-color:#fafafa;display:block}.card__info{background-color:var(--clr-white);padding:14px 16px}.card__info h4.card__title{font-size:1.05rem;font-weight:650;line-height:1.35;margin-bottom:6px}.card__desc{font-size:.93rem;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__info .rating{color:#ff0;margin:5px 0}.card__info p{font-family:Open Sans;font-size:.95em;font-weight:500;margin-top:5px}.card__footer{display:flex;align-items:center;justify-content:space-between;padding:20px 0 8px;border-top:1px solid #eef0f2}.card__author{display:flex;align-items:center;gap:10px;min-width:0}.card__avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(145deg,#f4f4f5,#e7e7ea);display:grid;place-items:center;font-size:18px;color:#6b7280;flex-shrink:0}.card__author-text{display:flex;flex-direction:column;line-height:1.1}.card__author-name{font-size:.9rem;font-weight:600;color:#111827}.card__date{font-size:.78rem;color:#6b7280}.card__likes{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fafafa;border:1px solid #eee;font-weight:600;color:#374151}.card__likes i{font-size:18px}.product{width:100vw;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:999}.product__details{display:grid;grid-template-columns:1.4fr 1.1fr;gap:0;width:min(1080px,92vw);min-height:60vh;max-height:90vh;margin:0 auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--clr-white);border-radius:22px;overflow:hidden;box-shadow:0 30px 80px #00000059}.product__image{display:flex;justify-content:center;align-items:center;background:#fff;padding:12px}.product__image img{width:auto;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.product__overview{position:relative;height:100%;padding:28px;overflow:auto}.product__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:none;border-radius:999px;background:#ffffffe6;box-shadow:0 8px 24px #0000001f;display:grid;place-items:center;cursor:pointer}.product__close img{width:18px;height:18px}.product__meta{display:flex;align-items:center;gap:12px;margin-bottom:14px}.product__who{display:flex;flex-direction:column;line-height:1.1}.product__overview{height:90%;padding:20px 40px 20px 20px}.product__uploader{font-weight:600;font-size:.95rem;color:#111827}.product__time{font-size:.82rem;color:#6b7280}.product__title{font-size:1.35rem;font-weight:700;margin:6px 0 10px}.product__desc{font-size:.98rem;color:#374151;line-height:1.65}.product__actions{border-top:1px solid #eef0f2;margin-top:18px;padding-top:14px}.product__likes{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #eee;border-radius:999px;background:#fafafa;font-weight:600;color:#374151}.product__likes i{font-size:20px}.product__overview h2,.product__overview hr,.product__overview .rating{margin:10px auto}.product__overview ul{margin-left:40px}.product__order{max-width:300px;height:90%;border:1px solid var(--clr-grey);padding:20px}.product__order h1,.product__order p{margin-bottom:10px}.product__buy{width:225px;height:40px;margin:20px 0;background-color:var(--clr-orange);color:var(--clr-black);border:none;border-radius:24px;font-family:Open Sans;font-size:.95em;font-weight:600;cursor:pointer;transition:all .25s ease}.product__buy:hover{background-color:var(--clr-orange-dark)}.product__bought{padding:5px;border:1px solid var(--clr-grey)}@media screen and (max-width: 992px){.product__details{height:95%;width:90%}.product__order{max-width:100%;height:100%;margin-top:20px;grid-column:span 2}}@media screen and (max-width: 992px){.product__details{grid-template-columns:1fr;width:min(720px,94vw);max-height:90vh}.product__image{height:46vh}}@media screen and (max-width: 576px){.product__overview{padding:20px}.product__close{top:10px;right:10px}}.footer{padding-block:9rem 2rem}.footer__container{row-gap:4rem}.footer__logo{display:inline-flex;align-items:center;column-gap:.25rem;color:var(--title-color);font-size:var(--h2-font-size);font-weight:--font=var(--font-semi-bold);margin-bottom:.75rem}.footer__logo i{color:var(--first-color);font-size:1.5rem;font-weight:initial}.footer__content{grid-template-columns:repeat(2,max-content);gap:4rem 3rem}.footer__title{font-size:var(--normal-font-size);margin-bottom:1rem}.footer__links{display:grid;row-gap:1.2rem}.footer__link{color:var(--text-color);transition:color .4s}.footer__social{display:flex;column-gap:.75rem}.footer__social-link{color:var(--text-color);font-size:1.75rem;transition:color .4s}.footer__link:hover,.footer__social-link:hover{color:var(--first-color)}.footer__copy{display:block;margin-top:6rem;text-align:center;font-size:var(--small-font-size)}::-webkit-scrollbar{width:.6rem;background-color:#252528}::-webkit-scrollbar-thumb{background-color:#3d3e42}::-webkit-scrollbar-thumb:hover{width:.6rem;background-color:#56575d}.scrollup{position:fixed;right:1rem;bottom:-50%;background-color:var(--container-color);color:var(--title-color);box-shadow:0 12px 24px #05070f80;display:inline-flex;padding:6px;font-size:1.25rem;z-index:var(--z-tooltip);transition:bottom .4s,transform .4s}.scrollup:hover{transform:translateY(-.5rem)}.show-scroll{bottom:3rem}@media screen and (max-width: 320px){.container{margin-inline:1rem}.home__title{font-size:2rem}.home__buttons{flex-direction:column;row-gap:1.5rem}.footer__content{grid-template-columns:max-content}}@media screen and (min-width: 576px){.home__container,.desc__container{grid-template-columns:400px;justify-content:center}.footer__content{grid-template-columns:repeat(3,max-content)}}@media screen and (min-width: 760px){.nav__menu{width:50%}.new__content{grid-template-columns:repeat(2,1fr);column-gap:4rem}.new__card:nth-child(2n){transform:translateY(10rem)}.footer__container{grid-template-columns:repeat(2,max-content);justify-content:space-between}}@media screen and (min-width: 1150px){.container{margin-inline:auto}.section{padding-block:7rem 2rem}.section__title{margin-bottom:1.5rem}.nav{height:calc(var(--header-height) + 1.5rem)}.nav__toggle,.nav__close{display:none}.nav__logo i{font-size:1.8rem}.nav__menu{width:initial}.nav__list{flex-direction:row;column-gap:3.5rem;padding-left:38.5rem}.nav__actions{font-size:1.5rem;column-gap:1rem}.home__container{grid-template-columns:1fr;column-gap:0}.home__img{width:480px}.home__data{text-align:center}.home__description{margin-bottom:1.5rem}.home__buttons{justify-content:center}.desc__container{grid-template-columns:480px 385px;align-items:center;column-gap:8rem;padding-top:3rem}.desc__img{margin-right:22rem;width:480px}.desc__list{row-gap:1.5rem}.footer__logo{margin-bottom:1.5rem}.footer__logo i{font-size:2rem}.footer__content{column-gap:5.5rem}.footer__title{font-size:var(--h3-font-size);margin-bottom:1.5rem}.footer__social{column-gap:1rem}.footer__copy{margin-top:7.5rem}.scrollup{right:3rem}}.about-container{max-width:1200px;margin:0 auto;padding:8rem 1.5rem;color:var(--text-color)}.about-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.project-logo{width:120px;height:auto;margin-bottom:1.5rem}.project-logo-placeholder{width:120px;height:120px;margin:0 auto 1.5rem;background-color:var(--first-color);border-radius:50%;display:flex;justify-content:center;align-items:center}.project-logo-placeholder span{color:#fff;font-size:2.5rem;font-weight:700}.project-title{font-size:2.5rem;font-weight:700;color:var(--title-color);margin-bottom:.5rem}.project-subtitle{font-size:1.1rem;color:var(--text-color);max-width:700px;margin:0 auto}.about-section{margin-bottom:4rem}.about-section h2{font-size:1.8rem;color:var(--title-color);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.about-section h2:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:var(--first-color)}.about-section p{font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.how-it-works-list{counter-reset:step;list-style:none;padding:0;margin:0}.how-it-works-list li{position:relative;padding-left:2.5rem;margin-bottom:1.2rem;font-size:1.08rem;color:var(--text-color)}.how-it-works-list li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;background:var(--first-color);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 2px 6px #00000012}.supervisor-section{margin-bottom:4rem}.supervisor-section h2{font-size:1.8rem;color:var(--title-color);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.supervisor-section h2:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:var(--first-color)}.supervisor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.supervisor-card{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.supervisor-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0003}.supervisor-image{height:200px;overflow:hidden}.supervisor-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.supervisor-card:hover .supervisor-image img{transform:scale(1.05)}.supervisor-details{padding:1.5rem}.supervisor-details h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--title-color)}.supervisor-details h4{font-size:1.1rem;color:var(--first-color);margin-bottom:.5rem}.supervisor-designation{font-size:.9rem;margin-bottom:1rem;color:var(--text-color)}.supervisor-bio{font-size:1rem;line-height:1.6}.team-section{margin-bottom:2rem}.team-section h2{font-size:1.8rem;color:var(--title-color);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.team-section h2:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:var(--first-color)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-member{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0003}.member-image{height:200px;overflow:hidden}.member-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-member:hover .member-image img{transform:scale(1.1)}.member-details{padding:1rem;text-align:center}.member-details h3{font-size:1.2rem;color:var(--title-color);margin-bottom:.3rem}.member-details p{color:var(--first-color);font-size:.9rem;margin-bottom:.8rem}.social-link{display:inline-block;margin-top:.5rem;color:var(--text-color);font-size:1.5rem;transition:transform .3s,color .3s}.social-link:hover{color:var(--first-color);transform:scale(1.2)}@media screen and (max-width: 1024px){.team-grid{grid-template-columns:repeat(3,1fr)}.supervisor-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.team-grid{grid-template-columns:repeat(2,1fr)}.supervisor-grid{grid-template-columns:1fr}}@media screen and (max-width: 480px){.project-title{font-size:2rem}.team-grid{grid-template-columns:1fr}}
