@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap";#root{max-width:1280px;min-height:100vh;margin:0 auto;display:grid}.section-break{margin-top:100px}.header{margin-top:30px;display:flex}.header>.left,.header>.right{width:50%}.header>.right{text-align:right}.header .name{font-weight:700}.header .socal-badge{width:40px}.hero{height:300px;margin-bottom:90px;display:flex;flex-direction:column;justify-content:end}.hero>span{display:block;font-size:40px;margin-bottom:5px}.about{font-size:30px}.skills{display:flex;position:relative}.left-shadow,.right-shadow{width:100px;height:100%;filter:blur(5px);position:absolute;top:0;z-index:1}.left-shadow{background:linear-gradient(to left,#ffffff,#ffffff);left:-20px}.right-shadow{background:linear-gradient(to right,#ffffff,#ffffff);right:-20px}.carousel{max-width:1280px;margin:0 auto;padding:20px 0;overflow:hidden;display:flex}.carousel:hover .badge-group{animation-play-state:paused}.carousel:hover .badge-group .badge:hover{filter:grayscale(0)}.badge-group .badge{width:100px;color:#fff;margin:20px;filter:grayscale(1)}.badge-group{display:flex;animation:horizontal-scrolling 10s linear infinite}@keyframes horizontal-scrolling{0%{transform:translate(0)}to{transform:translate(-100%)}}.gallery{display:grid;grid-template-columns:repeat(3,1fr)}.gallery-item{max-width:550px;height:550px;max-height:550px;position:relative;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.25) 0px 1px 1px)}.gallery-item>.gallery-item-img-wrp{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;filter:blur(0px);transition:filter .3s ease-in-out}.gallery-item>.gallery-item-img-wrp:hover{filter:blur(7px);cursor:pointer}.gallery-item-img-wrp>.gallery-item-img{width:80%}.gallery-item>.gallery-item-content{width:100%;height:100%;box-sizing:border-box;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;color:#fff;font-size:13.5px;font-weight:500;pointer-events:none}.gallery-item>.gallery-item-content>.item-content-header{height:62px;max-height:62px;padding:10px 0;margin:10px;border-top:1px solid white;border-bottom:1px solid white}.gallery-item>.gallery-item-content>.item-content-header>span{display:block;margin-bottom:3px}.gallery-item>.gallery-item-content>.item-content-header>span:last-child{overflow:hidden}.gallery-item>.gallery-item-content>.item-content-footer{margin:10px}.tag{width:fit-content;padding:3px 5px;border-radius:5px;font-weight:700;text-transform:capitalize}.tag.commercial{background-color:#00008b}.tag.personal{background-color:#006400}:root{--Color-1: #96E6B3;--Color-2: #CCFCCB;--Color-3: #F1FFFA;--Color-4: #1F1F1F;font-family:Archivo,sans-serif}html,body{margin:0;padding:0;background-color:#fff}body{min-height:100vh}
