@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";body{height:100%;background-color:#000}.main{display:flex;height:100%}.home{width:80%;height:100vh;position:relative;background-color:#000}.home-content{width:70%;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-content .owner-img{width:45%;height:26%;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-bottom:2rem;box-shadow:0 0 10px #ff1493;transition:all .4s ease-in-out}.home-content .owner-img:hover{box-shadow:4px -5px 11px #ff1493}.home-content .owner-img img{width:75%;height:75%;border-radius:50%;object-fit:cover;object-position:top;transition:all .4s ease-in-out}.home-content .owner-img img:hover{transform:scale(1.1)}.home-content h1{font-size:10rem;color:#aa3364;letter-spacing:5px;padding:10px;margin-bottom:10px;font-weight:400}.home-content .text{font-size:4rem;color:#fff;letter-spacing:4px;padding:10px}.text span{font-family:cursive}.home-footer{margin-top:8rem;color:#fff;display:flex;justify-content:space-around}.home-footer a{text-decoration:none;color:#fff;font-size:4rem;transition:all .4s ease-in-out}.home-footer a:hover{color:#ff1493}.sidebar{width:20%;height:100%;position:fixed;left:80%;background-color:#000}.sidebar-content{height:100vh;display:flex;flex-direction:column;justify-content:space-evenly}.edu-box,.skill-box,.projects-box,.subject-box{display:flex;flex-direction:row;justify-content:flex-end;margin-right:20px}.edu-box span,.skill-box span,.projects-box span,.subject-box span{font-size:2rem;color:#fff;padding-top:.6rem;margin-right:10px}.sidebar .sidebar-content a{font-size:4rem;color:#fff;transition:all .4s ease-in-out}.sidebar .sidebar-content a:hover{color:#aa3364}@media all and (max-width:600px){html{font-size:8px}.edu-box,.skill-box,.projects-box,.subject-box{display:flex;flex-direction:column;justify-content:space-between}.edu-box span,.skill-box span,.projects-box span,.subject-box span{font-size:1.2rem;padding-bottom:10px}.home-content h1{font-size:3rem}.home-content{width:73%;height:60%;text-align:center;display:flex;flex-direction:column;justify-content:center}.home-content .owner-img{align-self:center}.home-content .text{font-size:2.5rem}.home-footer{margin-top:5rem}}@media all and (min-width:600px){html{font-size:8px}.home-content{height:80%;display:flex;justify-content:center;flex-direction:column}.home-content .owner-img{align-self:center}.home-content h1{font-size:5rem;align-self:center}.home-content .text{font-size:3rem;text-align:center}.home-footer{margin-top:5rem}}@media all and (min-width:913px){.home-content .owner-img{height:45%}}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%;font-family:Ubuntu,sans-serif;scroll-behaviour:smooth}.education{width:80%;height:100%;position:relative;background-color:#000}.education h1{font-size:8rem;color:#aa3364;font-weight:400;letter-spacing:4px;margin-top:20px;margin-left:20px}.eduCard{padding:2rem;border-radius:2rem;box-shadow:0 0 10px #a9a9a9;width:400px;color:#fff;transition:all .4s ease-in-out;height:330px;margin:2rem}.eduCard:hover{background-color:#ff1493;color:#000}.eduCard img{width:100%;height:180px;object-fit:cover;border-radius:20px;transition:all .4s ease-in-out}.eduCard img:hover{transform:scale(1.1)}.eduCard-data{margin-top:1.5rem;font-size:1.2rem;text-align:center;letter-spacing:1.5px;line-height:20px}.card-box{margin-top:50px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}@media all and (max-width:600px){html{font-size:8px}.education{display:flex;flex-direction:column;align-items:center}.card-box{margin-top:0;display:flex;height:100%;flex-direction:column;flex-wrap:none}.eduCard{width:70%;height:100%;margin:40px auto}.education h1{font-size:4.5rem;margin-left:0}}@media all and (min-width:600px){.education{display:flex;flex-direction:column;align-items:center}}
