@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--first-color:#8a2ce2;--title-color:#666;--text-color:grey;--body-color:#fff;--container-color:#ededed;--border-color:#dedede;--text-white:#fff;--body-font:"Open Sans",sans-serif;--second-font:"Poppins",serif;--big-font-size:56px;--h1-font-size:50px;--h2-font-size:36px;--h3-font-size:24px;--large-font-size:18px;--medium-font-size:16px;--small-font-size:14px;--smaller-font-size:12px;--thin-font-size:10px;--weight-400:400;--weight-500:500;--weight-600:600;--weight-700:700;--weight-800:800}.dark-theme{--title-color:#fff;--text-color:#ccc;--body-color:#121212;--container-color:#2c2b2b;--border-color:#262626}*{box-sizing:border-box;margin:0;padding:0}body,input,textarea{font-family:Open Sans,sans-serif;font-family:var(--body-font);font-size:18px;font-size:var(--large-font-size);font-weight:500;font-weight:var(--weight-500)}body{background-color:#fff;background-color:var(--body-color);color:grey;color:var(--text-color)}h1,h2,h3,h4{color:#666;color:var(--title-color);font-family:Poppins,serif;font-family:var(--second-font);font-weight:700;font-weight:var(--weight-700)}a{text-decoration:none}::-webkit-scrollbar{display:none}.nav_menu{background-color:var(--container-color);inset-block:0;left:-100%;padding:1rem;position:fixed;transition:all .5s ease-in;width:100%;z-index:100}.show_menu{left:0}.nav_link{align-items:center;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;margin:1rem}.nav_icon,.nav_name{color:var(--title-color);font-size:1.3rem}.nav_name{font-family:var(--second-font)}.active_link .nav_icon,.active_link .nav_name{color:var(--first-color)}.nav_toggle{align-items:center;background-color:var(--container-color);border-radius:.5rem;cursor:pointer;display:block;display:flex;font-size:2rem;height:2.5rem;justify-content:center;position:fixed;right:2rem;top:2rem;width:2.5rem}.nav_toggle_icon{color:var(--title-color)}@media screen and (min-width:1024px){.nav_menu{all:unset}.nav_toggle{display:none}.nav{align-items:center;display:flex;inset-block:0;position:fixed;right:0;z-index:100}.nav_link{background-color:var(--container-color);border-bottom:none;border-radius:50%;height:40px;position:relative;width:40px}.nav_icon{font-size:1.3rem;margin:auto}.nav_name{align-items:center;background-color:var(--first-color);border-radius:30px;color:var(--text-white);display:flex;font-size:var(--medium-font-size);font-weight:var(--weight-500);height:100%;justify-content:center;opacity:0;padding:.5rem 1.2rem .5rem .5rem;position:absolute;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:-1}.nav_link:hover .nav_name{border-radius:30px 0 0 30px;color:var(--text-white);opacity:1;right:20px;visibility:visible}.active_link,.nav_link:hover{background-color:var(--first-color)}.active_link .nav_icon,.nav_link:hover .nav_icon{color:var(--text-white)}}.style_switcher{background-color:var(--text-white);border-radius:0 5px 5px 0;box-shadow:0 0 4px #ccc;height:auto;left:0;padding:10px;position:fixed;top:10%;transform:translateX(-100%);width:250px;z-index:1}.show_switcher{transform:translateX(0)}.style_switcher_toggle,.theme_toggle{border-radius:0 5px 5px 0}.style_switcher_item{grid-column-gap:2px;grid-row-gap:3px;column-gap:2px;display:grid;font-size:24px;grid-template-columns:repeat(5,1fr);row-gap:3px}.style_switch_close,.style_switcher_title,.style_switcher_toggle,.theme_toggle{color:#666}.style_switcher_title{border-bottom:1px solid var(--text-color);font-size:24px}.style_switcher_toggle,.theme_toggle{align-items:center;background-color:var(--text-white);border:0 5px 5px 0;box-shadow:0 0 4px #ccc;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;left:100%;position:absolute;transition:all .3s ease;width:40px;z-index:1}.show_switcher .style_switcher_toggle,.show_switcher .theme_toggle{display:none}.style_switcher_toggle{top:10%}.theme_toggle{bottom:10%}.style_switch_close{cursor:pointer;font-size:18px;position:absolute;right:5%;top:5%}.home{width:100vw}.home,.home_img{display:flex;height:100vh}.home_img{align-items:center;justify-content:center;width:35%}img{border-radius:1.5rem;box-shadow:0 0 8px #0000004d;height:80%;width:80%}.home_content{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;padding-inline:5rem;width:65%}.home_title{font-size:var(--h2-font-size)}.home_title span{color:var(--first-color)}.home_description{font-size:var(--medium-font-size);line-height:1.5rem}.button_section{height:2rem;position:relative}.more_about_me_button{border:none;border:1px solid var(--first-color);border-radius:30px;cursor:pointer;font-size:var(--small-font-size);height:35px;outline:none;width:160px}.more_about_me_button:hover{background-color:var(--first-color);color:var(--text-white)}.more_about_me_button span{font-size:16px}@media screen and (max-width:1200px){.home_content,.home_img{width:50%}}@media screen and (max-width:768px){.home{flex-direction:column;height:100%;width:100%}.home_img{height:auto;padding-bottom:2rem;padding-top:5rem;width:100%}.home_content{align-items:center;gap:.5rem;height:auto;padding-inline:2rem;width:100%}img{border-radius:50%;height:250px;width:250px}}.about_section{background-color:var(--body-color);min-height:100vh;width:100%}.about_heading{align-items:center;display:flex;height:100px;justify-content:center;width:100%}.about_heading h1 span{color:var(--first-color)}.personal_info_and_stats{display:flex;flex-wrap:wrap;height:fit-content;justify-content:space-evenly;padding:1rem 5rem;width:100%}.personal_info,.stats{display:flex;flex-wrap:wrap;height:auto;margin:5px;padding:5px;width:350px}.personal_info{flex-direction:column;gap:10px}.personal_info h4{height:30px;width:100%}.Info_details{display:flex;flex-direction:column;font-size:var(--smaller-font-size)}.Info_details,.cv{height:auto;width:100%}.cv{text-align:center}.cvbtn{border:none;border:1px solid var(--first-color);border-radius:30px;cursor:pointer;font-size:var(--small-font-size);height:35px;outline:none;width:160px}.cvbtn:hover{background-color:var(--first-color);color:var(--text-white)}.cvbtn span{font-size:16px}.seperator{border-top:1px solid var(--border-color);margin:15px auto;max-width:40%}.skills{height:fit-content;width:100%}.skills_heading{height:80px;width:100%}.skills_heading h1{text-align:center}.skills_heading h1 span{color:var(--first-color)}.skills_taken{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:10px}.experiece_and_education_section{height:auto;width:100%}.experience_and_education_heading{height:80px;width:100%}.experience_and_education_heading h1{text-align:center}.experience_and_education_heading h1 span{color:var(--first-color)}.experiences_and_education_content{align-items:center;display:flex;flex-wrap:wrap;gap:15px;height:auto;justify-content:center;justify-content:space-evenly;width:100%}.education_section,.experiences_section{flex-direction:column;height:auto;width:350px}.education_section,.experiences_section,.stats{align-items:center;display:flex;justify-content:center}.stats{flex-wrap:wrap}.stats_box{background-color:var(--container-color);border-radius:10px;height:100px;margin:10px;padding:5px;width:100px}.stats_num{color:var(--title-color);font-size:var(--large-font-size)}.stats_title{font-size:var(--small-font-size)}.skills_box{flex-wrap:wrap;height:auto;width:100%}.skillsName,.skills_box{align-items:center;display:flex;justify-content:center}.skillsName{background-color:var(--first-color);border-radius:50%;color:var(--text-white);height:150px;margin:20px;width:150px}@media screen and (max-width:768px){.skillsName{height:8rem;margin:7px;width:8rem}}.experience_list{display:flex;flex-direction:column;gap:15px;height:auto;width:350px}.experience_item{border-left:1.5px solid var(--first-color);height:auto;padding:1rem;position:relative;width:100%}.experience_icon{background-color:var(--first-color);border-radius:50%;color:var(--text-white);font-size:20px;height:30px;left:-10px;position:absolute;top:-10px;width:30px}.experience_year{background-color:var(--container-color);border-radius:30px;color:var(--text-color);font-size:var(--medium-font-size);height:auto;margin-bottom:10px;padding-inline:1rem;width:fit-content}.experience_title{color:var(--title-color);font-size:var(--medium-font-size)}.experience_desc{font-size:var(--small-font-size)}@media screen and (max-width:400px){.experience_list{margin-top:15px;width:80%}}.education_list{display:flex;flex-direction:column;gap:15px;height:auto;width:350px}.education_item{border-left:1.5px solid var(--first-color);height:auto;padding:1rem;position:relative;width:100%}.education_icon{background-color:var(--first-color);border-radius:50%;color:var(--text-white);font-size:20px;height:30px;left:-10px;position:absolute;top:-10px;width:30px}.education_year{background-color:var(--container-color);border-radius:30px;color:var(--text-color);height:auto;margin-bottom:10px;padding-inline:1rem;width:fit-content}.education_title,.education_year{font-size:var(--medium-font-size)}.education_title{color:var(--title-color)}.education_desc{font-size:var(--small-font-size)}.education_marks{color:var(--title-color);font-size:var(--medium-font-size)}@media screen and (max-width:400px){.education_list{margin-top:15px;width:80%}}.portfolio_section{background-color:var(--body-color);min-height:100vh;width:100%}.portfolio_title{align-items:center;display:flex;height:100px;justify-content:center;width:100%}.portfolio_title h2{font-size:var(--h2-font-size)}.portfolio_title h2 span{color:var(--first-color)}.portfolio_content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;min-height:calc(100vh - 100px);padding:2rem;width:100%}.PortFolioItem{border-radius:5px;height:200px;margin:15px;overflow:hidden;position:relative;width:300px}.portFolio_image{border-radius:5px;box-shadow:0 0 15px 2px #d3cfcf;cursor:pointer;height:100%;width:100%}.portFolio_image:hover{transform:scale(1.03);transition:all .3s ease}.PortFolio_hover{left:25%;opacity:0;position:absolute;top:50%}.portFolio_title{color:var(--first-color);cursor:pointer}.PortFolioItem:hover .PortFolio_hover{opacity:1}.portFolio_modal{display:flex;flex-direction:column;height:fit-content;inset:0;justify-content:center;left:50%;max-width:450px;padding:10px;place-items:center;align-items:center;background-color:var(--container-color);border-radius:10px;gap:10px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.modal_close{color:var(--title-color);cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:end;width:100%}.modal_title{color:var(--first-color)}.modal_lists_item{display:grid;grid-template-columns:repeat(2,1fr);height:auto;width:100%}.modal_item{display:flex;font-size:var(--medium-font-size);gap:5px;list-style:none;margin:5px}.modal_image{height:200px;width:300px}@media screen and (max-width:720px){.portFolio_modal{width:80%}.modal_lists_item{grid-template-columns:repeat(1,1fr)}.modal_image{height:50%;width:60%}}.contact_section{background-color:var(--body-color);height:100vh;width:100%}.contact_title{align-items:center;display:flex;height:100px;justify-content:center;width:100%}.contact_title h2{font-size:8vamx}.contact_title h2 span{color:var(--first-color)}.contact_deatils{display:flex;flex-wrap:wrap;height:calc(100vh - 100px);justify-content:space-evenly;padding:2rem;width:100%}.contact_description,.contact_message{display:flex;flex-direction:column;gap:10px;height:fit-content;padding:10px;width:320px}.contact_description p{font-size:var(--medium-font-size)}.call a p,.email a p{color:var(--text-color);text-decoration:underline}.call_section,.email_section{display:flex;height:50px;width:100%}.call_image,.email_image{align-items:center;color:var(--first-color);display:flex;font-size:24px;height:100%;justify-content:center;padding:.5rem;width:auto}.contact_message{gap:20px;min-width:500px}.message_deatils{display:flex;height:auto;justify-content:space-around;width:100%}.message_deatils input{height:26px;width:30%}.message_content{height:auto;width:100%}.message_content textarea{height:90px;width:100%}.message_content textarea,.message_deatils input{background-color:var(--container-color);border:none;border:1px solid var(--border-color);border-radius:10px;color:var(--title-color);font-size:var(--smaller-font-size);outline:none;padding-inline:5px;resize:none}.message_content textarea::placeholder,.message_deatils input::placeholder{color:var(--text-color)}.send_message{height:auto;width:100%}.send_message button{border:none;border:1px solid var(--first-color);border-radius:30px;cursor:pointer;font-size:var(--small-font-size);height:35px;outline:none;width:160px}.send_message button:hover{background-color:var(--first-color);color:var(--text-white)}.send_message button span{font-size:16px}@media screen and (max-width:550px){.contact_message{min-width:320px}}
/*# sourceMappingURL=main.fd464572.css.map*/