@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css");:root{--accent-color:#a8858f;--background-color:#302729;--background-color-2:#362b2e;--light-grey:#c2c2c2;--border-radius:30px}::-webkit-scrollbar{width:1px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.content:hover::-webkit-scrollbar-thumb{background:var(--light-grey)}*{padding:0;margin:0;font-family:Montserrat,sans-serif}.counting-date{display:flex;justify-content:center;align-items:center}.counting-date__item{border-radius:8px;text-align:center;margin:30px 20px 15px;background:#7d200447;padding:13px}.counting-date__value{font-size:45px;font-weight:700;color:#e1243d}.counting-date__label{font-size:16px;color:#757575}html{font-size:16px;font-family:Montserrat,sans-serif;background-color:var(--background-color)}a{text-decoration:none;color:var(--accent-color)}p{line-height:1.5rem;margin-bottom:.4rem;margin-top:.7rem}h1{line-height:4rem}h2{line-height:2rem;font-weight:400}.col-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;width:100%}.container{height:100vh}.container,.menu{display:flex;align-items:center;justify-content:center}.menu{flex-direction:column;order:2;background:#fff;width:70px;margin-left:20px;border-radius:35px;padding:15px 0;box-shadow:0 0 20px 1px rgba(0,0,0,.1)}.menu-icon{font-size:2rem;color:var(--light-grey);margin:15px}.menu-icon:hover{color:var(--accent-color)}.portfolio{background:var(--background-color-2);height:80vh;width:85vw;max-width:1200px;box-shadow:0 0 20px 1px rgba(0,0,0,.1)}.header,.portfolio{display:flex;border-radius:var(--border-radius)}.header{flex-direction:column;align-items:center;width:500px;height:100%;color:#fff;overflow:auto}.header-img{width:200px;height:220px;border-radius:50%;margin:100px 10px 10px;box-shadow:0 0 10px 2px rgba(0,0,0,.5)}.header h1{font-size:2.5rem}.header h2{font-size:1rem}.socials{margin:20px}.socials a{color:#fff;margin:0 10px}.socials a,.socials a:hover{transition:.2s linear;transition-property:background-color,color}.socials a:hover{color:var(--accent-color)}.header .cta{color:#fff;background-color:hsla(0,0%,100%,.274);padding:10px 20px;margin:50px 0;border-radius:30px;box-shadow:0 0 10px 2px rgba(0,0,0,.1)}.header .cta,.header .cta:hover{transition:.2s linear;transition-property:background-color,color}.header .cta:hover{color:var(--accent-color);background-color:#fff}.content{border-radius:var(--border-radius);background:#fff;width:100%;height:100%;overflow:auto;scroll-behavior:smooth}.content-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;margin:0 50px}.home h1{font-size:3.5rem;font-weight:bolder;text-align:center;margin:20px}.about{display:flex;flex-direction:column}.about-item{width:100%;margin:.5rem 0}.language{margin-bottom:15px}.language p{margin:0}.bar{background:rgba(0,0,0,.1);display:block;height:8px;border-radius:10px;overflow:hidden}.bar span{height:8px;float:left;background:var(--accent-color)}.tamil{width:100%}.english{width:75%}.french{width:50%}.skill{background-color:var(--accent-color);color:#fff;line-height:35px;padding:5px 10px;border-radius:15px;display:inline-block;margin-top:inherit}.project-list{margin:20px 0}.project-tile{position:relative;display:flex;flex-direction:column;justify-content:end;background:var(--light-grey);color:transparent;width:100%;height:300px;margin:auto;overflow:hidden;box-shadow:0 0 10px 1px rgba(0,0,0,.1)}.project-tile img{position:absolute;width:100%;height:100%;object-fit:cover;z-index:1;filter:contrast(70%) brightness(110%) grayscale(20%)}.overlay{background:#a8858fe0;display:flex;flex-direction:column;justify-content:end;width:0;height:100%;color:#fff;z-index:2;transition:.5s ease}.project-description{line-height:normal;max-width:200px;margin:20px;position:absolute;left:-250px;transition:.5s ease}.project-tile:hover .overlay{width:100%;cursor:pointer;transition:.5s ease}.project-tile:hover .project-description{left:0;cursor:pointer;transition:.5s ease}.timeline{position:relative}.timeline:before{content:"";position:absolute;width:2px;top:55px;height:calc(100% - 100px);background-color:var(--accent-color);z-index:100}.timeline-date{position:relative}.timeline-date:before{content:"";position:absolute;background-color:var(--accent-color);left:-25px;top:5px;width:12px;height:12px;border-radius:50%}.timeline-items{margin-left:20px}.timeline-item{margin:50px 0}form{width:100%;max-width:600px}.input-box{display:flex;align-items:center}.input-box input,textarea{width:100%;margin:1rem;color:var(--accent-color);font-size:1rem;padding-left:.3rem}.input-box input::placeholder,textarea::placeholder{color:var(--accent-color);font-size:1rem;padding-left:.3rem}.input-box textarea::placeholder{padding-top:.3rem}.input-box input:focus,textarea:focus{box-shadow:0 0 10px 1px rgba(0,0,0,.1);outline:none}.text-input{height:2rem;background-color:transparent}.text-input,textarea{border:none;border-bottom:2px solid var(--accent-color)}textarea{height:4rem}.submit-btn{color:var(--accent-color);background-color:#fff;padding:10px 20px;margin:50px 0;border-radius:30px;border:none;box-shadow:0 0 10px 2px rgba(0,0,0,.1)}.submit-btn,.submit-btn:hover{transition:.2s linear;transition-property:background-color,color}.submit-btn:hover{color:#fff;background-color:var(--accent-color);cursor:pointer}@media screen and (max-width:1200px){html{scroll-behavior:smooth}.container{height:auto;flex-direction:column}.portfolio{flex-direction:column;height:100%;margin:30px 0 100px}.content{padding-bottom:100px}.header{width:100%;height:100%}.content-card{padding:100px 0 0}.menu{flex-direction:row;position:fixed;bottom:15px;z-index:1000;width:auto;height:-moz-fit-content;height:fit-content;border-radius:50px;margin:0}.menu-icon{font-size:2rem;margin:0 15px}.home h1{font-size:3rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}}@media screen and (max-width:750px){.col-2{grid-template-columns:1fr}.menu-icon{font-size:1.5rem}::-webkit-scrollbar{display:none}}@media screen and (max-width:400px){.content-card{margin:0 30px}.home h1{font-size:2rem;line-height:2.5rem}}#navbar{position:fixed;margin:0;padding:0;width:0;height:0}