* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  font-family: Sans-Serif;
  box-sizing: border-box;
}

.c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

.fs-sm {
  font-size: .9em;
}

.bold {
  font-weight: 500;
}

.br {
  border-radius: 4px;
}

.tsh {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.ttsh {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.invalid {
  border: 1px solid red;
}

.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 105px;
  background: #006fff;
  border-radius: 0 0 100% 0;
  padding-left: 22px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.title h5 {
  position: relative;
}

.title h5:before,
.follow-me-text:before,
.title h5:after,
.follow-me-text:after {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title h5:before,
.follow-me-text:before {
  bottom: -2px;
  width: 45%;
}

.title h5:after,
.follow-me-text:after {
  bottom: -7px;
  width: 75%;
}

.validation {
  position: absolute;
  bottom: -1px;
  left: 7px;
  color: red;
  font-size: .6em;
  font-weight: 300;
}

a {
  text-decoration: none;
  transform: all .5s;
}

button {
  transition: all .5s;
}

hr {
  width: 95%;
  height: 1px;
  border: none;
  background: #999;
  border-radius: 59px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin: auto;
}

body {
  width: 100vw;
  height: 100vh;
}

nav {
  width: 100%;
  z-index: 9999;
  flex-wrap: wrap;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

#logo {
  width: 50%;
  height: 55px;
  justify-content: flex-start;
  font-size: 1.2em;
  z-index: 5;
}

#nav-item {
  width: 50%;
  height: 55px;
  justify-content: flex-end;
}

#menu-bar-lg {
  display: none;
}

#menu-icon {
  width: 25px;
  height: 25px;
  flex-direction: column;
}

#menu-icon div {
  width: 90%;
  height: 4px;
  border-radius: 8px;
  transition: all .5s;
}

#menu-icon .line2 {
  width: 73%;
  margin: 3px 0;
}

.rotate-menu-icon .line1 {
  transform: rotate(45.5deg) translate(4.5px, 5.5px);
}

.rotate-menu-icon .line3 {
  transform: rotate(-45.5deg) translate(4.5px, -5.5px);
}

#menu-bar-sm {
  height: 0;
  width: 100%;
  justify-content: space-around;
  transition: all .4s;
  overflow: hidden;
}

.search-bar {
  height: 49px;
  width: 100%;
  margin-top: 3px;
}

.search-bar select {
  height: 40px;
  width: 100%;
  border: 1px solid #006fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* HOME START */
main {
  height: calc(100% - 56px);
  width: 100%;
  margin-top: 1px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  transition: opacity .5s;
}

#home-container .row {
  display: flex;
  flex-wrap: wrap-reverse;
}

#home-img,
#home-text {
  flex-direction: column;
}

#home-text div a {
  transition: all .5s;
}

button:hover,
#home-text div a:hover {
  transform: scale(.9);
}
  
#home-text div a:first-child {
  width: 200px;
}

#home-text div a:last-child {
  width: 100px;
}

#home-img .img-box {
  width: 200px;
  height: 200px;
  transition: all .5s;
}

#home-img .img-box div {
  width: 100%;
  height: 100%;
  transition: all .5s;
  transform: translate(-5px, -5px);
}

#home-img .img-box img {
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: all .5s;
  transform: translate(-5px, -5px);
}

#home-img .img-box:hover div {
  transform: translate(-8px, -8px);
}

#home-img .img-box:hover img {
  transform: translate(-8px, -8px);
}

/* LOVE START */
#send-love-box {
  position: relative;
}
  
#send-love-box:before,
#send-love-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  background: #006fff;
}

#send-love-box:before {
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  border-radius: 0 0 100% 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
  
#send-love-box:after {
  bottom: 0;
  right: 0;
  width: 65px;
  height: 50%;
  border-radius: 100% 0 0 0;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.4);
}
  
#send-love-email {
  width: 80%;
  font-size: 1em;
}

#send-love-btn {
  font-size: 1.5em;
}

/* ABOUT START */
#about-container .img-box .d1,
#about-container .img-box .d2 {
  position: absolute;
  background: #006fff;
}

#about-container .img-box .d1 {
  width: 120px;
  height: 3px;
  right: -12px;
  top: -12px;
}

#about-container .img-box .d2 {
  top: -12px;
  right: -12px;
  width: 3px;
  height: 30px;
}

#about-img .img-box {
  width: 230px;
  height: 230px;
  border: 3px solid #006fff;
  position: relative;
  z-index: 2;
}

#about-img .img-box:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 10px;
  background: #f8f9fa;
  top: -6.5px;
  left: 28px;
  z-index: -1;
}

#about-img .img-box #bio-box {
  position: absolute;
  top: 25px;
  width: 90%;
  height: 120px;
  z-index: -1;
  transition: all .5s;
  font-family: Sans-Serif;
}

#bio-box div {
  height: 30px;
  width: 100%;
  justify-content: space-around;
}
  
#bio-box div small {
  display: block;
  width: 30%;
  font-size: .9em;
}
  
#about-img .img-box img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .5s;
}

#about-img .img-box:hover #bio-box {
  transform: translateY(70px);
}
  
#about-img .img-box img:hover {
  transform: translateY(-65px) scale(.3);
}

#about-text {
  width: 100%;
  height: 300px;
}
  
#about-text > div {
  width: 100%;
  height: 50%;
  justify-content: space-between;
}

#about-text div div {
  position: relative;
  width: 30%;
  height: 90%;
  overflow-y: hidden;
  transition: all .5s;
}

#about-text div div i {
  transition: all .5s;
  font-size: 1.5em;
}

#about-text div div b {
  font-size: .8em;
  position: absolute;
  width: 100%;
  height: 35%;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  transition: all .5s;
  transform: translateY(110%);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#about-text div div:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

#about-text div div:hover > i {
  transform: translateY(-12px);
  opacity: .6;
}

#about-text div div:hover > b {
  transform: translateY(0%);
}

/* SKILL START */
#skill-container .row {
  flex-wrap: wrap-reverse;
}

#skill-bar #bar-group {
  width: 100%;
  height: 400px;
  justify-content: space-around;
}

#skill-bar #bar-group > div {
  width: 10%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

#skill-bar #bar-group > div > div {
  width: 10px;
  border-radius: 2px;
  height: 350px;
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #e7e7e7;
}

#skill-bar #bar-group > div > div > div {
  width: 100%;
  height: var(--h);
  background: #28a745;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

#skill-bar #bar-group > div > div > div > i {
  font-size: .5em;
  transform: rotate(-90deg);
  font-weight: 500;
  color: #f8f9fa;
}

#skill-bar #bar-group > div i {
  font-size: 1.5em;
}

#skill-container .phone-box {
  width: 75%;
  border-radius: 28px;
  position: relative;
  border: 9px solid  #878787;
  transform: skew(-12deg);
  flex-direction: column;
}

#skill-container .phone-box:after {
  content: '';
  position: absolute;
  left: calc(50% - 15%);
  top: -1px;
  width: 30%;
  height: 10px;
  background: #878787;
  border-radius: 0 0 3px 3px;
}

#skill-container .phone-box div {
  height: 60px;
  transition: all .5s;
  justify-content: flex-start;
}

#skill-container .phone-box div div {
  width: 47%;
}

#skill-container .phone-box div:hover {
  transform: scale(.9);
}

#skill-container .phone-box .d1 {
  width: calc(95% + 25px);
  transform: translateX(-25px);
}

#skill-container .phone-box .d2 {
  justify-content: space-between;
  width: calc(95% + 20px);
  transform: translateX(-20px);
}

#skill-container .phone-box .d3 {
  justify-content: space-between;
  width: calc(95% + 15px);
  transform: translateX(-15px);
}

#skill-container .phone-box .d4 {
  width: calc(95% + 10px);
  transform: translateX(-10px);
}

#skill-container .phone-box .d5 {
  transform: translateX(-5px);
  width: calc(95% + 5px);
}

#skill-container .phone-box .d6 {
  transform: translateX(-1px);
  width: calc(95% + 1px);
}

#skill-container .phone-box div i {
  color: #006fff;
  font-size: 1.5em;
}

#skill-container .phone-box div b {
  font-size: .8em;
  margin-left: 8px;
  font-family: Sans-Serif;
}

/* PROJECT START */
.pj-box {
  width: 100%;
  flex-direction: column;
}

.pj-box img {
  width: 80%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  transform: translateY(-25px);
}

.pj-box a {
  font-size: .8em;
}

.pj-box div {
  justify-content: space-around;
  width: 100%;
  transform: translateY(-12px);
  flex-wrap: wrap;
}

.pj-box div:nth-child(3) {
  justify-content: flex-start;
}

.pj-box div small {
  font-size: .5em;
}

.pj-box b {
  transform: translateY(-12px);
  width: 100%;
}

.see-more {
  justify-content: flex-end;
}

.answer {
  width: 100%;
}

.answer > b {
  height: 35px;
  width: 35px;
  font-size: 1.5em;
  user-select: none;
}

.answer > small {
  width: calc(100% - 40px);
  margin-left: 5px;
  display: block;
  font-size: .8em;
}

/* CONTACT START */
#contact-container {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

#contact-container > .row > div {
  justify-content: space-around;
  flex-direction: column;
}

#contact-container .follow-me-text {
  width: 120px;
  font-size: 1.4em;
}

#follow-me-container {
  width: 350px;
  height: 150px;
  justify-content: space-around;
}

#follow-me-container .div1 {
  top: 5px;
  right: 5px;
  width: 40px;
  height: 20px;
  position: absolute;
  border-top: 3px solid #006fff;
  border-right: 3px solid #006fff;
}

#follow-me-container .div2 {
  bottom: -5px;
  left: -5px;
  width: 40px;
  height: 20px;
  position: absolute;
  border-bottom: 3px solid #006fff;
  border-left: 3px solid #006fff;
}

#follow-me-container:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 57px;
  top: 0;
  right: 0;
  border-top: 3px solid #006fff;
  border-right: 3px solid #006fff;
}

#follow-me-container:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100px;
  height: 57px;
  border-left: 3px solid #006fff;
  border-bottom: 3px solid #006fff;
}

#follow-me-container .social-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.2em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#follow-me-container .social-box i {
  transition: all .5s;
}

#follow-me-container .social-box:hover i {
  font-size: 1.5em;
  color: #006fff;
}

#form-container {
  width: 90%;
  flex-direction: column;
}

.contact-title-box {
  position: absolute;
  width: 170px;
  height: 69px;
  padding: 9px;
  left: -30px;
  top: -18px;
  border-radius: 8px;
}

.contact-title-box div {
  width: 100%;
  height: 100%;
  background: #222529;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 8px;
  transition: all .5s;
  border-top: 2px solid #006fff;
  border-left: 2px solid #006fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#form-container .contact-title-box > div span {
  border-bottom: 3px solid #006fff;
  border-radius: 15px;
}

#form-container .contact-title-box:hover > div {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translate(20.5px, 8.8px);
  width: 142px;
}

#form-container form {
  border: 2px solid #006fff;
  width: 100%;
  background: #222529;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

#form-container form input,
#form-container form textarea {
  width: 100%;
  height: 37px;
  border: 1px solid #006fff;
  background: none;
  border-radius: 20px;
  z-index: 3;
  position: relative;
}

#form-container form label {
  position: absolute;
  top: 10.5px;
  left: 3px;
  font-size: .8em;
  background: #222529;
  z-index: 2;
  transition: all .5s;
}

#form-container form .labelup {
  z-index: 4;
  top: -6px;
  left: 16px;
  font-size: .6em;
}

#form-container form div {
  width: 100%;
  height: 50px;
}

#name-box {
  width: 50% !important;
}

.email-phone-container > div {
  width: 50%;
}

#form-container form #msg {
  height: 100px !important;
  border-radius: 4px;
  resize: none;
}


  

  


@media (min-width: 768px) {
  #menu-icon {
    display: none;
  }
  #menu-bar-sm {
    display: none;
  }
  #menu-bar-lg {
    display: flex;
  }
  #menu-bar-lg a {
    font-size: 1.5em;;
  }
  #logo {
    width: 30%;
    font-size: 2em;
  }
  #nav-item {
    width: 70%;
  }
  #projects-container #pj-box #chat-box {
  transform: translate(100px, 45px) skew(-10deg);
  }
}