html{scroll-snap-type:y mandatory;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:DM Sans,sans-serif}body{background-image:linear-gradient(to right,#0b0823,#19153e,#291958,#36167f);color:#d3d3d3}a{text-decoration:none;color:inherit}section{height:100vh;scroll-snap-align:center}.course{height:100vh;display:flex;align-items:center;justify-content:center}.course .box{width:200px;height:200px;background:#fff}@media (max-width: 1024px){.course{flex-direction:column;padding:40px}.course .box{width:180px;height:180px;font-size:1rem}}@media (max-width: 768px){.course{padding:30px}.course .box{width:150px;height:150px;font-size:.9rem}}@media (max-width: 480px){.course{padding:20px}.course .box{width:120px;height:120px;font-size:.8rem}}.hero{height:calc(100vh - 100px);overflow:hidden;position:relative}.hero .wrapper{max-width:1366px;height:100%;margin:auto}.hero .wrapper .textContainer{width:80%;padding-left:50px;display:flex;flex-direction:column;justify-content:center;height:100%;gap:40px}.hero .wrapper .textContainer h2{font-size:2rem;color:#a47dcb;letter-spacing:4px}.hero .wrapper .textContainer h1{font-size:65px;text-shadow:2px 2px 2px rgba(84,77,214,.967)}.hero .wrapper .textContainer .buttons button{border:1px solid rgb(150,71,229);border-radius:10px;background-color:transparent;color:#fff;margin-right:90px;cursor:pointer;font-weight:300;position:relative;z-index:10}.hero .wrapper .textContainer img{width:50px}.hero .imageContainer{position:absolute;bottom:0;right:0;max-width:100%;height:auto;display:flex;align-items:flex-end;justify-content:flex-end}.hero .imageContainer img{max-width:100%;height:auto;object-fit:contain}.hero .slidingTextContainer{position:absolute;font-size:50vh;bottom:-70px;white-space:nowrap;color:#9647e534;font-weight:700;width:50%}@media (width: 1024px){.hero .imageContainer img{width:100%;height:450px}}@media (max-width: 768px){.hero .wrapper .textContainer h1{font-size:40px}.hero .wrapper .textContainer h2{font-size:20px}.hero .wrapper .textContainer .buttons button{padding:12px}.hero .slidingTextContainer{font-size:8vw}.hero .imageContainer{width:50%}.hero .imageContainer img{width:100%}}@media (max-width: 480px){.hero .wrapper .textContainer h1{font-size:30px}.hero .wrapper .textContainer h2{font-size:18px}.hero .wrapper .textContainer .buttons button{font-size:14px}.hero .imageContainer{width:40%}.hero .imageContainer img{width:100%}.hero .slidingTextContainer{font-size:7vw}}.navbar{height:100px}.navbar .wrapper{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 20px}.navbar .social{display:flex;gap:20px}.navbar .social img{width:30px;height:30px}.sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;color:#000}.sidebar .bg{position:fixed;z-index:999;top:0;left:0;bottom:0;width:400px;background:#fff}.sidebar .bg .links{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links a{font-size:40px;color:#000;text-decoration:none;transition:color .3s ease}.sidebar .bg .links a:hover{color:#9647e5}.sidebar button{z-index:999;width:50px;height:50px;border-radius:50%;position:fixed;top:25px;left:25px;background-color:transparent;border:none;cursor:pointer}@media (max-width: 1024px){.sidebar .bg{width:300px}.sidebar .bg .links a{font-size:35px}}@media (max-width: 768px){.sidebar .bg{width:250px}.sidebar .bg .links a{font-size:30px}.sidebar button{width:45px;height:45px}}@media (max-width: 480px){.sidebar .bg{width:200px}.sidebar .bg .links a{font-size:25px}.sidebar button{width:40px;height:40px;top:30px;left:30px}}.parallax{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.parallax h1{font-size:100px;z-index:2;margin-left:400px;text-shadow:2px 4px 2px rgba(61,61,183,.933)}.parallax .flowers{background-image:url(/assets/bg11.png);background-size:contain;background-repeat:no-repeat;background-position:left bottom;width:90%;height:100%;position:absolute;z-index:1}.parallax .bg{background-image:url(/assets/bg14.jpeg);background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute}@media (max-width: 1024px){.parallax h1{font-size:70px;margin-left:200px}.parallax .mountains{width:100%;background-size:cover}}@media (max-width: 768px){.parallax{justify-content:center;align-items:center;text-align:center}.parallax h1{font-size:50px;margin-left:0}.parallax .mountains{width:100%;height:50%;bottom:0;background-size:contain}}@media (max-width: 480px){.parallax h1{font-size:40px}.parallax .mountains{width:100%;background-position:center bottom}.parallax h1,.mountains,.bg{animation:none!important;transform:none!important}}.about-container{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4vh 5vw;box-sizing:border-box}.about-card,.tech-stack{padding:20px;border-radius:12px;text-align:center;width:100%;margin-bottom:2vh;flex-shrink:1}.about-card{color:#c8bafe;background:#ede6e622;box-shadow:0 4px 8px #5c5c5c33;margin-bottom:50px}.about-card h2,.tech-stack h3{font-size:2rem}.about-card p{margin-top:10px;font-size:1.2rem;line-height:1.5;color:#ccc}.tech-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:10px 0}.tech-item{background:#221a4871;box-shadow:0 4px 8px #e9e9e9a4;padding:10px;border-radius:8px;text-align:center;width:20%;flex-grow:1}.tech-icon{width:80px;height:80px;margin-bottom:5px}.tech-item p{font-size:14px;color:#eee}@media (max-width: 768px){.about-container{padding:6vh 4vw;height:auto}.about-card,.tech-stack{padding:15px;width:90%}.about-card h2,.tech-stack h3{font-size:2rem}.about-card p{text-align:justify;font-size:1rem}.tech-grid{display:flex;flex-direction:row;overflow-x:auto;max-height:80vh;padding-bottom:25rem}.tech-item{flex:0 0 auto;scroll-snap-align:start;width:40%;padding:12px}.tech-icon{width:70px;height:80px}.tech-item p{font-size:12px}}@media (max-width: 480px){.about-container{padding:40px 20px;text-align:center}.about-card,.tech-stack{width:100%;padding:12px}.about-card h2,.tech-stack h3{font-size:1.5rem}.about-card p{font-size:.95rem;line-height:1.4}.tech-grid{display:flex;flex-direction:row;overflow-x:auto;max-height:80vh;padding-bottom:25rem}.tech-item{flex:0 0 auto;scroll-snap-align:start;width:40%;padding:12px}.tech-icon{width:50px;height:50px}.tech-item p{font-size:12px}}.projects{position:relative}.projects .progress{position:sticky;top:0;left:0;padding-top:50px;text-align:center;color:#f8b400;font-size:36px}.projects .progress .progressBar{background-color:#fff;height:10px;width:100%}.projects .container{display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;height:100%;padding:0 50px}.projects .container .wrapper{max-width:1366px;height:100%;margin:0;display:flex;align-items:center;justify-content:center;gap:50px}.projects .container .wrapper .imageContainer{flex:1;height:auto}.projects .container .wrapper .imageContainer img{width:100%;height:100%;object-fit:cover}.projects .container .wrapper .textContainer{flex:1;display:flex;flex-direction:column;gap:30px}.projects .container .wrapper h2{font-size:32px;margin-top:70px}.projects .container .wrapper p{font-size:20px;color:#bbbaba}.projects .container .wrapper button{padding:10px;background-color:#6a33b3;color:#fff;border:none;border-radius:10px;font-size:18px;width:200px;cursor:pointer;transition:all .3s ease}.projects .container .wrapper button:hover{background-color:#820ad2;transform:scale(1.1)}@media (max-width: 1024px){.projects .container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100vh;overflow-y:auto}.projects .container .wrapper{flex-direction:column;text-align:center}.projects .container .wrapper .imageContainer img{width:90%;height:auto;margin-top:100px}.projects .container .wrapper .textContainer{width:80%;align-items:center}.projects .container .wrapper h2{font-size:28px}.projects .container .wrapper p{font-size:18px}}@media (min-width: 601px) and (max-width: 1024px){.projects .container .wrapper{flex-direction:column;text-align:center;margin:30px auto}.projects .container .wrapper .imageContainer{display:flex;align-items:center;justify-content:center}.projects .container .wrapper .imageContainer img{width:100%;height:300px}.projects .container .wrapper .textContainer{width:90%;align-items:center}.projects .container .wrapper h2{font-size:24px}.projects .container .wrapper p{font-size:16px}.projects .container .wrapper button{font-size:16px;width:180px;padding:8px}}@media only screen and (max-width: 600px){.projects .container{padding-top:150px}.projects .container .wrapper{flex-direction:column;text-align:center;margin:50px auto}.projects .container .wrapper .imageContainer img{width:90%;height:auto;margin-top:0}.projects .container .wrapper .imageContainer{flex:none}.projects .container .wrapper .textContainer{width:100%;align-items:center;padding:30px}.projects .container .wrapper h2{font-size:20px;margin-top:20px}.projects .container .wrapper p{font-size:14px}.projects .container .wrapper button{font-size:14px;width:160px;padding:10px}}.contact-container{display:flex;justify-content:space-between;flex-wrap:wrap;padding:50px;height:100%;background-image:url(/assets/bg14.jpeg);background-size:cover}.form-section,.contact-details{width:45%;padding:20px;margin-top:50px;border-radius:15px}.topic2{color:#dac5f3;font-size:3rem}form{display:flex;flex-direction:column;margin-top:15px}label{margin-bottom:8px}input,textarea{margin-bottom:20px;padding:10px;font-size:16px;width:100%;border:1px solid hsla(0,0%,73%,.498);border-radius:15px;background-color:transparent;color:#fff}button{width:150px;padding:10px;font-size:16px;background-color:#6753eae7;color:#fffbfb;border:none;border-radius:10px;cursor:pointer}.contact-details{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:20px}.contact-details p{margin-bottom:15px;font-size:16px}input:focus,textarea:focus{outline:1px solid #c8d0ca}.input:valid{border-color:#6243ea}input[type=email]:focus:invalid{border-color:red}.download-cv{width:130px;padding:10px;text-align:center;text-decoration:none;background-color:#685bac;color:#fff;border:none;border-radius:4px;cursor:pointer}.download-cv:hover{background-color:#77787998}.contact-details img{width:500px;animation:move 2s ease-in forwards}@media (min-width: 601px) and (max-width: 1024px){.contact-container{padding:60px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100vh;overflow-y:auto}.form-section,.contact-details{width:90%;padding:0}.contact-details{align-items:flex-end;margin-top:40px;padding-bottom:30px}.contact-details img{width:350px}}@media only screen and (max-width: 600px){.contact-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100vh;overflow-y:auto;padding:40px 20px 0}.form-section,.contact-details{width:90%;max-height:80vh;overflow-y:auto;padding:10px}.contact-details{margin-top:10px;padding-bottom:30px;align-items:flex-end}.contact-details img{width:200px}.topic2{font-size:2rem}}.blog-section{margin:0 auto;text-align:center;padding:2rem}.blog-title{font-size:3rem;color:#c8bafe;font-weight:700;text-align:center;margin-bottom:3rem}.blog-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.blog-card{width:360px;height:500px;border-radius:1rem;overflow:hidden;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 10px #0003;transition:box-shadow .3s ease-in-out;text-align:center}.blog-card:hover{box-shadow:0 6px 20px #0000004d}.blog-image{width:100%;height:13rem;object-fit:cover}.blog-content{padding:1.5rem;text-align:justify}.blog-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.blog-description{color:#d1d5db;margin-bottom:1rem}.blog-button{margin-top:1rem;padding:.5rem 1.5rem;background:#7e22ce;color:#fff;border-radius:.75rem;cursor:pointer;border:none}.blog-button:hover{background:#6b21a8}@media (width: 1024px){.blog-grid{display:flex;flex-direction:row;overflow-y:auto;max-height:80vh;scroll-snap-type:y mandatory;padding-bottom:1rem}}@media (max-width: 768px){.blog-grid{display:flex;flex-direction:row;overflow-y:auto;max-height:80vh;scroll-snap-type:y mandatory;padding-bottom:1rem}.blog-card{flex:0 0 auto;scroll-snap-align:start}}@media (max-width: 480px){.blog-title{font-size:2rem}.blog-card{width:300px;height:510px;border-radius:1rem;overflow:hidden;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 10px #0003;transition:box-shadow .3s ease-in-out;text-align:center}.blog-image{width:100%;height:13rem;object-fit:fill}}
