@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}body{box-sizing:border-box}body{font-family:Poppins,sans-serif;font-weight:400;line-height:1.7;padding:3rem;color:#777}@media only screen and (max-width: 43em){body{padding:0}}.r-primary-heading{font-size:4.8rem;font-weight:700}@media only screen and (max-width: 43em){.r-primary-heading{font-size:3.2rem}}.r-secondary-heading{font-size:2rem;font-weight:600;letter-spacing:.2rem}.r-tertiary-heading{font-size:2rem;font-weight:500}.r-tertiary-heading-1{font-size:1.6rem;font-weight:500}.paragraph{font-size:1.4rem;font-weight:300;line-height:1.5;text-align:justify}.border-bt{border-bottom:1px solid #d7d5d5;margin-bottom:1.5rem}.bx{font-size:1.92rem}#btn-phone{position:relative;display:none;top:0;left:0;padding:0;transform:translate(0)}@media only screen and (max-width: 43em){#btn-phone{display:flex}}#phone-btn{margin-top:-2rem;position:relative;display:inline-block;padding:1rem 2rem;color:inherit;font-size:1.6rem;text-decoration:none;text-transform:capitalize;overflow:hidden;transition:.5s;letter-spacing:.3rem;font-weight:600}#phone-btn:active,#phone-btn:hover{background:#373d48;color:#fff;border-radius:.5rem}#phone-btn span{position:absolute;display:block}#phone-btn span:nth-child(1){top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#373d48);animation:btn-anim1 1s linear infinite}#phone-btn span:nth-child(2){top:-100%;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,#373d48);animation:btn-anim2 1s linear infinite;animation-delay:.25s}#phone-btn span:nth-child(3){bottom:0;right:-100%;width:100%;height:2px;background:linear-gradient(270deg,transparent,#373d48);animation:btn-anim3 1s linear infinite;animation-delay:.5s}#phone-btn span:nth-child(4){bottom:-100%;left:0;width:2px;height:100%;background:linear-gradient(360deg,transparent,#373d48);animation:btn-anim4 1s linear infinite;animation-delay:.75s}.small-rounder{width:1.4rem;height:1.4rem;background:#e2e4e9;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.small-rounder span{width:.7rem;height:.7rem;background:#4d5565;border-radius:50%;z-index:2}.section--resume{position:relative;max-width:96.8rem;margin:0rem auto}.resume{max-width:100%;margin:0rem auto;background-color:#fff;box-shadow:0 0 8px #0d0c0c26;display:grid;grid-template-rows:min-content min-content;grid-template-columns:[profile-start] minmax(min-content,40rem) [profile-end content-start] repeat(8,[col-start] minmax(min-content,14rem) [col-end]) [content-end]}@media only screen and (max-width: 43em){.resume{display:flex;flex-direction:column}}.resume__header{background-color:#373d48;padding:1.5rem 2.4rem;display:flex;gap:4.8rem;color:#f4f4f4;grid-column:profile-start/content-end}@media only screen and (max-width: 43em){.resume__header{flex-direction:column;align-items:center;justify-content:center;gap:.5rem}}.resume__header__profile-pic{display:inline-block;width:12rem;height:12rem;border-radius:50%}.resume__profile{display:flex;flex-direction:column;gap:2.5rem;color:#0b0a0a;padding:2.4rem;background-color:#f4f4f4;grid-column:profile-start/profile-end;grid-row:2/-1}.resume__contact{list-style:none;display:flex;flex-direction:column;gap:1rem}.resume__contact-list{display:flex;gap:1rem;align-items:flex-start}.resume__contact-list-item{text-decoration:none;color:inherit;border-bottom:1px solid transparent}.resume__contact-list-item:active,.resume__contact-list-item:hover{border-bottom:1px solid #373d48}.resume__content-container{grid-column:col-start 1 / col-start 8;color:#0b0a0a;margin-bottom:2rem;align-self:flex-start;display:flex;flex-direction:column;justify-content:center;gap:5rem;padding:2.4rem 0 2.4rem 1rem;position:relative;z-index:1}@media only screen and (max-width: 43em){.resume__content-container{padding-right:2rem}}.resume__content-container-header{width:100%;margin-bottom:2rem}.resume__content-container-header-title{font-size:1.4rem}.resume__body{display:flex;flex-direction:column;gap:2rem}.resume__body--item{width:100%;display:flex;gap:1.5rem}.resume__body--item .resume__summary{width:100%;display:grid;gap:1rem;margin-top:.5rem}.resume__body--item .resume__summary div{display:flex;align-items:center;justify-content:space-between}.resume__body--item .resume__summary-role{font-size:1.6rem;font-weight:600}.resume__body--item .resume__summary-name{font-size:1.4rem;font-weight:500}.resume__body--item .resume__summary-timeline{font-size:1.5rem;background-color:#f4f4f4;width:max-content;padding:.5rem 1rem}.resume__skill{list-style:none;display:flex;flex-direction:column;gap:1rem}.resume__skill-list{font-size:1.4rem;display:flex;align-items:center;gap:1rem}.resume__button{position:absolute;top:1%;right:2%;margin-top:1rem;display:flex;justify-content:center;align-items:center;padding:2rem 0 3.5rem;align-self:flex-start;justify-self:flex-start;transform:translate(-2%)}@media only screen and (max-width: 43em){.resume__button{display:none}}.resume__button .res-btn{position:relative;display:inline-block;padding:1rem 2rem;color:#fff;font-size:1.6rem;text-decoration:none;text-transform:capitalize;overflow:hidden;transition:.5s;letter-spacing:.3rem;font-weight:600}.resume__button .res-btn:active,.resume__button .res-btn:hover{background:#f4f4f4;color:#373d48}.resume__button .res-btn span{position:absolute;display:block}.resume__button .res-btn span:nth-child(1){top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#fff);animation:btn-anim1 1s linear infinite}@keyframes btn-anim1{0%{left:-100%}50%,to{left:100%}}.resume__button .res-btn span:nth-child(2){top:-100%;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,#fff);animation:btn-anim2 1s linear infinite;animation-delay:.25s}@keyframes btn-anim2{0%{top:-100%}50%,to{top:100%}}.resume__button .res-btn span:nth-child(3){bottom:0;right:-100%;width:100%;height:2px;background:linear-gradient(270deg,transparent,#fff);animation:btn-anim3 1s linear infinite;animation-delay:.5s}@keyframes btn-anim3{0%{right:-100%}50%,to{right:100%}}.resume__button .res-btn span:nth-child(4){bottom:-100%;left:0;width:2px;height:100%;background:linear-gradient(360deg,transparent,#fff);animation:btn-anim4 1s linear infinite;animation-delay:.75s}@keyframes btn-anim4{0%{bottom:-100%}50%,to{bottom:100%}}.pattern{margin:.2rem 1rem 0}@media only screen and (max-width: 43em){.pattern{margin:.2rem 0rem 0}}.pattern .rounder{position:relative;display:block;width:3rem;height:3rem;margin-top:.3rem;background:#d3d7de;border-radius:50%;z-index:1}.pattern .rounder:before{content:"";display:block;width:2rem;height:2rem;position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);background:#b6bcc8}.pattern .rounder .outer-rounder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;background:#4d5565;border-radius:50%;z-index:2}.pattern .line{position:relative;display:block;width:.1rem;height:101%;background-color:#373d48;transform:translate(1.5rem);z-index:-1}.res-skill-icon{color:#373d48}.h2btn{display:flex;align-items:center;justify-content:space-between}
