@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__about{display:flex;flex-direction:row;justify-content:flex-start;width:100%}.app__about-title{color:var(--black-color);font-family:Times New Roman,Times,serif;font-size:10rem;font-weight:300;height:110px;margin-top:18rem;width:300px}@media screen and (max-width:450px){.app__about-title{visibility:hidden}}@media screen and (max-width:1200px){.app__about-title{visibility:hidden}}.app__about-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding-right:3rem;padding-top:3rem}@media screen and (max-width:1200px){.app__about-content{padding:0 0 0 5rem}}@media screen and (max-width:450px){.app__about-content{padding:0 0 0 2rem}}.about-background{display:flex;margin-left:1rem}.about-background img{background-color:red;border-radius:50%;width:100px}.about-background div{margin-bottom:1rem;margin-left:2.5rem;margin-top:1rem;width:100%}.about-education{display:flex;flex-direction:row;justify-content:flex-start;margin-top:2rem;width:100%}.about-education-title{color:var(--black-color);font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:300}.about-education-items{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-left:2rem;width:80%}.about-education-item{border-top:1px solid grey;margin-top:1rem;width:100%}.education-degree{align-items:space-between;display:flex;justify-content:space-between;margin-top:.75rem;width:100%}.education-college-title{font-size:1.25rem}.education-college-title,.education-degree-year{color:var(--black-color);font-family:Times New Roman,Times,serif;font-weight:200}.education-degree-year{font-size:1rem}.about-interests{display:flex;flex-direction:row;height:100%;justify-content:flex-start;margin-top:2rem;width:100%}.about-interests-title{color:var(--black-color);font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:300}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:1rem;width:190px}.app__profile-item img{border-radius:15px;height:160px;object-fit:cover;width:100%}.app__profile-item div{font-family:Times New Roman,Times,serif;margin-top:.25rem;text-align:center;width:190px}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{height:25px;width:70px}@media screen and (max-width:2000px){.app__navbar-logo img{height:50px;margin-left:3rem;width:140px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-end;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:#000;flex-direction:column;font-family:Times New Roman,Times,serif;font-size:1.2rem;text-decoration:none;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:#000;border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:#000;height:35px;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:#000;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__footer{background-color:#1c1d1f;margin-top:2rem;padding-bottom:1rem}.app__footer-content{display:flex;height:100%;justify-content:space-evenly;padding-left:2rem;padding-right:2rem}.app__footer-content__left{background-color:#1c1d1f;color:#fff;font-family:sans-serif;font-size:6rem;padding-bottom:.5rem;padding-top:.5rem;text-align:center;width:50%}.app__footer-content__right{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:2em 4rem 2rem}.app__footer-content__right .app__footer-card{align-items:center;background-color:#f4f4fe;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;margin-top:1.5rem;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-content__right .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-content__right .app__footer-card p{font-weight:500}.app__footer-content__right .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-content__right .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-content__right .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-content__right{width:100%}}.app__footer-content__right .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-content__right .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{flex-direction:column;margin:.5rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:#000;border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:.7rem 0 .25rem;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#272626}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app_wrapper{padding:0}#home .app_wrapper .copyright{display:none}.app__header{display:flex;flex:1 1;flex-direction:row;justify-content:space-between;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column;justify-content:flex-start}}@media screen and (max-width:450){.app__header{padding-top:6rem 1rem 2rem}}.app__header-infoL{display:flex;flex-basis:65%;flex-direction:column;justify-content:flex-end}@media screen and (max-width:450px){.app__header-infoL{flex-basis:100%}}@media screen and (max-width:1200px){.app__header-infoL{flex-basis:60%}}.app__header-greeting{font-family:Times New Roman,Times,serif;font-size:10rem;overflow:hidden}@media screen and (max-width:1200px){.app__header-greeting{font-size:6.7rem;margin-bottom:5rem}}@media screen and (max-width:450px){.app__header-greeting{font-size:4.5rem;margin-bottom:6rem}}@media screen and (max-width:1200px) and (max-height:450px){.app__header-greeting{font-size:3rem}}.app__header-infoR{margin-bottom:3rem}.app__header-info{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-end}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{text-align:right;width:100%}.app__header-badge span{font-size:2.5rem}@media screen and (max-width:2000px){.app__header-badge span{font-size:5rem}}.app_header-name{font-size:2rem;font-weight:800}.app__skills-title{color:var(--black-color);font-family:Times New Roman,Times,serif;font-size:4rem;font-weight:300;margin-left:1rem}.app__skills-content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-left:5rem;margin-top:6rem}.app__skills-content-item-img{margin-bottom:2rem;margin-right:2rem;width:90px}.grayscale-image{-webkit-filter:grayscale(100%) contrast(150%) brightness(70%);filter:grayscale(100%) contrast(150%) brightness(70%);transition:-webkit-filter .5s ease-out;transition:filter .5s ease-out;transition:filter .5s ease-out,-webkit-filter .5s ease-out}.grayscale-image:hover{-webkit-filter:none;filter:none}.app__work{padding-top:2rem}.app__work-projects-title{display:flex;font-size:2rem;font-weight:400;margin-bottom:2rem;margin-left:3rem}.blinking{-webkit-animation:blink 2s ease infinite;animation:blink 2s ease infinite;height:2rem}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-webkit-keyframes blink{0%,to{opacity:0}50%{opacity:1}}.app__work-projects-list{display:flex;flex-wrap:wrap;justify-content:center}.app__work-projects-item{align-items:center;background-color:#fff;border:1.5px solid #000;border-radius:1rem;color:#000;display:flex;flex-direction:column;height:8rem;justify-content:space-between;margin:1rem;padding:1rem;transition:all .5s ease-in-out}.app__work-projects-item:first-child,.app__work-projects-item:nth-child(10),.app__work-projects-item:nth-child(100),.app__work-projects-item:nth-child(11),.app__work-projects-item:nth-child(12),.app__work-projects-item:nth-child(13),.app__work-projects-item:nth-child(14),.app__work-projects-item:nth-child(15),.app__work-projects-item:nth-child(16),.app__work-projects-item:nth-child(17),.app__work-projects-item:nth-child(18),.app__work-projects-item:nth-child(19),.app__work-projects-item:nth-child(2),.app__work-projects-item:nth-child(20),.app__work-projects-item:nth-child(21),.app__work-projects-item:nth-child(22),.app__work-projects-item:nth-child(23),.app__work-projects-item:nth-child(24),.app__work-projects-item:nth-child(25),.app__work-projects-item:nth-child(26),.app__work-projects-item:nth-child(27),.app__work-projects-item:nth-child(28),.app__work-projects-item:nth-child(29),.app__work-projects-item:nth-child(3),.app__work-projects-item:nth-child(30),.app__work-projects-item:nth-child(31),.app__work-projects-item:nth-child(32),.app__work-projects-item:nth-child(33),.app__work-projects-item:nth-child(34),.app__work-projects-item:nth-child(35),.app__work-projects-item:nth-child(36),.app__work-projects-item:nth-child(37),.app__work-projects-item:nth-child(38),.app__work-projects-item:nth-child(39),.app__work-projects-item:nth-child(4),.app__work-projects-item:nth-child(40),.app__work-projects-item:nth-child(41),.app__work-projects-item:nth-child(42),.app__work-projects-item:nth-child(43),.app__work-projects-item:nth-child(44),.app__work-projects-item:nth-child(45),.app__work-projects-item:nth-child(46),.app__work-projects-item:nth-child(47),.app__work-projects-item:nth-child(48),.app__work-projects-item:nth-child(49),.app__work-projects-item:nth-child(5),.app__work-projects-item:nth-child(50),.app__work-projects-item:nth-child(51),.app__work-projects-item:nth-child(52),.app__work-projects-item:nth-child(53),.app__work-projects-item:nth-child(54),.app__work-projects-item:nth-child(55),.app__work-projects-item:nth-child(56),.app__work-projects-item:nth-child(57),.app__work-projects-item:nth-child(58),.app__work-projects-item:nth-child(59),.app__work-projects-item:nth-child(6),.app__work-projects-item:nth-child(60),.app__work-projects-item:nth-child(61),.app__work-projects-item:nth-child(62),.app__work-projects-item:nth-child(63),.app__work-projects-item:nth-child(64),.app__work-projects-item:nth-child(65),.app__work-projects-item:nth-child(66),.app__work-projects-item:nth-child(67),.app__work-projects-item:nth-child(68),.app__work-projects-item:nth-child(69),.app__work-projects-item:nth-child(7),.app__work-projects-item:nth-child(70),.app__work-projects-item:nth-child(71),.app__work-projects-item:nth-child(72),.app__work-projects-item:nth-child(73),.app__work-projects-item:nth-child(74),.app__work-projects-item:nth-child(75),.app__work-projects-item:nth-child(76),.app__work-projects-item:nth-child(77),.app__work-projects-item:nth-child(78),.app__work-projects-item:nth-child(79),.app__work-projects-item:nth-child(8),.app__work-projects-item:nth-child(80),.app__work-projects-item:nth-child(81),.app__work-projects-item:nth-child(82),.app__work-projects-item:nth-child(83),.app__work-projects-item:nth-child(84),.app__work-projects-item:nth-child(85),.app__work-projects-item:nth-child(86),.app__work-projects-item:nth-child(87),.app__work-projects-item:nth-child(88),.app__work-projects-item:nth-child(89),.app__work-projects-item:nth-child(9),.app__work-projects-item:nth-child(90),.app__work-projects-item:nth-child(91),.app__work-projects-item:nth-child(92),.app__work-projects-item:nth-child(93),.app__work-projects-item:nth-child(94),.app__work-projects-item:nth-child(95),.app__work-projects-item:nth-child(96),.app__work-projects-item:nth-child(97),.app__work-projects-item:nth-child(98),.app__work-projects-item:nth-child(99){background-color:#fff}.app__work-projects-item:hover{background-color:#1f1f20;color:#fff}.app__work-projects-item-title{font-size:1.5rem;font-weight:400;text-align:center;transition:opacity .5s ease-in-out}.app__work-projects-item-description{font-size:1rem}.app__work-projects-item-description,.app__work-projects-item-tools{margin-top:.5rem;text-align:center;transition:opacity .5s ease-in-out}.app__work-projects-item-tools{font-size:.8rem;font-style:italic;font-weight:400}.app__work-projects-item:hover .app__work-projects-item-description,.app__work-projects-item:hover .app__work-projects-item-tools{opacity:0}.app__work-projects-item:hover .app__work-projects-s2{opacity:1}.app__work-projects-s2{bottom:2.5rem;opacity:0;position:relative;transition:opacity .5s ease-in-out}.app__work-projects-item-links{display:flex;flex-direction:row;justify-content:space-between;width:14rem}.app__work-projects-item-links a{border:2px solid #fff;color:#fff;display:block;font-family:sans-serif;letter-spacing:1px;line-height:30px;padding:3px;position:relative;text-align:center;text-decoration:none;transition:all .35s}.app__work-projects-item-links a span{position:relative;z-index:2}.app__work-projects-item-links a:after{background:#fff;content:"";height:100%;left:0;position:absolute;top:0;transition:all .35s;width:0}.app__work-projects-item-links a:hover{color:#1c1d20}.app__work-projects-item-links a:hover:after{width:100%}.app__work-experience-title{display:flex;font-size:2rem;font-weight:400;margin-bottom:1rem;margin-left:3rem;margin-top:2rem}.app__work-experience-list{display:flex;flex-wrap:wrap;justify-content:center}.app__work-experience-item{background-color:#fff;border:1.5px solid #000;border-radius:1rem;color:#000;margin:1rem;padding:1rem;width:70%}.app__work-experience-item:first-child,.app__work-experience-item:nth-child(10),.app__work-experience-item:nth-child(100),.app__work-experience-item:nth-child(11),.app__work-experience-item:nth-child(12),.app__work-experience-item:nth-child(13),.app__work-experience-item:nth-child(14),.app__work-experience-item:nth-child(15),.app__work-experience-item:nth-child(16),.app__work-experience-item:nth-child(17),.app__work-experience-item:nth-child(18),.app__work-experience-item:nth-child(19),.app__work-experience-item:nth-child(2),.app__work-experience-item:nth-child(20),.app__work-experience-item:nth-child(21),.app__work-experience-item:nth-child(22),.app__work-experience-item:nth-child(23),.app__work-experience-item:nth-child(24),.app__work-experience-item:nth-child(25),.app__work-experience-item:nth-child(26),.app__work-experience-item:nth-child(27),.app__work-experience-item:nth-child(28),.app__work-experience-item:nth-child(29),.app__work-experience-item:nth-child(3),.app__work-experience-item:nth-child(30),.app__work-experience-item:nth-child(31),.app__work-experience-item:nth-child(32),.app__work-experience-item:nth-child(33),.app__work-experience-item:nth-child(34),.app__work-experience-item:nth-child(35),.app__work-experience-item:nth-child(36),.app__work-experience-item:nth-child(37),.app__work-experience-item:nth-child(38),.app__work-experience-item:nth-child(39),.app__work-experience-item:nth-child(4),.app__work-experience-item:nth-child(40),.app__work-experience-item:nth-child(41),.app__work-experience-item:nth-child(42),.app__work-experience-item:nth-child(43),.app__work-experience-item:nth-child(44),.app__work-experience-item:nth-child(45),.app__work-experience-item:nth-child(46),.app__work-experience-item:nth-child(47),.app__work-experience-item:nth-child(48),.app__work-experience-item:nth-child(49),.app__work-experience-item:nth-child(5),.app__work-experience-item:nth-child(50),.app__work-experience-item:nth-child(51),.app__work-experience-item:nth-child(52),.app__work-experience-item:nth-child(53),.app__work-experience-item:nth-child(54),.app__work-experience-item:nth-child(55),.app__work-experience-item:nth-child(56),.app__work-experience-item:nth-child(57),.app__work-experience-item:nth-child(58),.app__work-experience-item:nth-child(59),.app__work-experience-item:nth-child(6),.app__work-experience-item:nth-child(60),.app__work-experience-item:nth-child(61),.app__work-experience-item:nth-child(62),.app__work-experience-item:nth-child(63),.app__work-experience-item:nth-child(64),.app__work-experience-item:nth-child(65),.app__work-experience-item:nth-child(66),.app__work-experience-item:nth-child(67),.app__work-experience-item:nth-child(68),.app__work-experience-item:nth-child(69),.app__work-experience-item:nth-child(7),.app__work-experience-item:nth-child(70),.app__work-experience-item:nth-child(71),.app__work-experience-item:nth-child(72),.app__work-experience-item:nth-child(73),.app__work-experience-item:nth-child(74),.app__work-experience-item:nth-child(75),.app__work-experience-item:nth-child(76),.app__work-experience-item:nth-child(77),.app__work-experience-item:nth-child(78),.app__work-experience-item:nth-child(79),.app__work-experience-item:nth-child(8),.app__work-experience-item:nth-child(80),.app__work-experience-item:nth-child(81),.app__work-experience-item:nth-child(82),.app__work-experience-item:nth-child(83),.app__work-experience-item:nth-child(84),.app__work-experience-item:nth-child(85),.app__work-experience-item:nth-child(86),.app__work-experience-item:nth-child(87),.app__work-experience-item:nth-child(88),.app__work-experience-item:nth-child(89),.app__work-experience-item:nth-child(9),.app__work-experience-item:nth-child(90),.app__work-experience-item:nth-child(91),.app__work-experience-item:nth-child(92),.app__work-experience-item:nth-child(93),.app__work-experience-item:nth-child(94),.app__work-experience-item:nth-child(95),.app__work-experience-item:nth-child(96),.app__work-experience-item:nth-child(97),.app__work-experience-item:nth-child(98),.app__work-experience-item:nth-child(99){background-color:#fff}.app__work-experience-s1{display:flex;justify-content:space-between}.app__work-experience-item-title{font-size:1.5rem}.app__work-experience-item-date{font-size:1rem;font-weight:400}.app__work-experience-item-company{margin-top:.5rem}.app__work-experience-item-description{font-size:1rem;margin-top:.25rem;text-align:center}.app{font-family:var(--font-base)}.app,.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:.5rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2rem;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:1.5rem}}@media screen and (max-width:1200px) and (max-height:450px){.head-text{font-size:1.5rem}}.p-text{color:var(--black-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social a{align-items:center;display:flex}.app__social a{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social a svg{color:var(--gray-color);height:15px;width:15px}.app__social a:hover{background-color:#000}.app__social a:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social a{height:70px;margin:.5rem 0;width:70px}.app__social a svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.3c8950bc.css.map*/