@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
}

::selection {
  color: white;
}

.icon-and-navs i {
  text-decoration: none;
}

.fa {
  color: #3c3e41;
}

.bio, .image-border, .sidenav .aside .nav-text .nav-fa .fa-facebook,
.sidenav .aside .nav-text .nav-fa .fa-twitter,
.sidenav .aside .nav-text .nav-fa .fa-linkedin {
  box-shadow: 2px 2px 16px 0px rgb(216, 213, 213), -2px -2px 16px 0px rgb(216, 213, 213);
}

.submit-button:hover, .icon-contact p:hover, .view-project:hover, .contact-hero:hover, .sidenav .aside .nav-text .nav-fa .fa-facebook:hover,
.sidenav .aside .nav-text .nav-fa .fa-twitter:hover,
.sidenav .aside .nav-text .nav-fa .fa-linkedin:hover {
  background: linear-gradient(to right, #e20247, purple);
}

.sidenav {
  background: linear-gradient(to bottom, #e4eaed, #f6f8f9, #f0f3f5);
}

body {
  background-color: #e4eaed;
}

/* Set the width of the side navigation bar */
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  padding-top: 20px;
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a background color to the active/current link */
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .aside {
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.sidenav .aside nav {
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sidenav .aside nav .icon-and-navs a:focus {
  color: #e20247;
  font-weight: 700;
}
.sidenav .aside nav .icon-and-navs span {
  margin: 0.5rem;
}
.sidenav .aside nav .nav-links {
  color: #3c3e41;
  font-weight: 600;
  width: 100%;
  height: 100%;
  font-size: 15px;
}
.sidenav .aside nav .nav-links:hover {
  color: #929496;
  text-decoration: none;
}
.sidenav .aside .nav-text .find {
  color: #3c3e41;
  font-size: 14px;
  font-weight: 600;
}
.sidenav .aside .nav-text .nav-fa {
  display: flex;
  gap: 19px;
}
.sidenav .aside .nav-text .nav-fa .fa-facebook,
.sidenav .aside .nav-text .nav-fa .fa-twitter,
.sidenav .aside .nav-text .nav-fa .fa-linkedin {
  background-color: white;
  width: fit-content;
  padding: 18px;
  padding-top: 15px;
  border-radius: 4px;
  transition: 0.2s ease-out;
}
.sidenav .aside .nav-text .nav-fa .fa-facebook:hover, .sidenav .aside .nav-text .nav-fa .fa-facebook:hover, .sidenav .aside .nav-text .nav-fa .fa-facebook:hover,
.sidenav .aside .nav-text .nav-fa .fa-twitter:hover,
.sidenav .aside .nav-text .nav-fa .fa-twitter:hover,
.sidenav .aside .nav-text .nav-fa .fa-twitter:hover,
.sidenav .aside .nav-text .nav-fa .fa-linkedin:hover,
.sidenav .aside .nav-text .nav-fa .fa-linkedin:hover,
.sidenav .aside .nav-text .nav-fa .fa-linkedin:hover {
  transition: 0.5s ease-in;
  transform: translateY(-6px);
  color: white;
}

.active {
  color: #e20247;
}

.image-border {
  border: 6px solid white;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.image-border .profile-pic {
  width: 200px;
  height: 250px;
}

/* width and color of the scrollbar */
.sidenav::-webkit-scrollbar {
  width: 6px;
  background-color: #b8b7b7;
  opacity: 1;
}

/* handle of the scrollbar */
.sidenav::-webkit-scrollbar-thumb {
  background-color: #3c3e41;
  border-radius: 60px;
  height: 5rem;
}

/* hover effect on the scrollbar handle */
.contact-hero {
  transition: 0.5s ease-out;
}
.contact-hero:hover {
  transition: 0.2s ease-in;
  transform: translateY(-6px);
  color: white;
}

.parent-contact-hero:hover .contact-hero {
  color: white;
}

.animating-hero :nth-child(1), .animating-hero :nth-child(2), .animating-hero :nth-child(6) {
  animation: hero-sec 12s infinite;
}

.animating-hero :nth-child(3), .animating-hero :nth-child(4), .animating-hero :nth-child(5) {
  animation: hero-sec-two 12s infinite;
}

@keyframes hero-sec-two {
  0% {
    transform: translateY(600px);
  }
  50% {
    transform: translateX(-300px);
  }
  80% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateX(200px);
  }
}
.portfolio:hover .portfolio-text {
  color: #e20247;
}
.portfolio:hover .arrow-slant {
  opacity: 1;
}

.view-project:hover {
  transition: 0.1s ease-in;
  transform: translateY(-6px);
}
.view-project:hover button {
  color: white;
}

.portfolio-scale-image:hover {
  transform: scale(1.01);
}

input:focus {
  outline: #fb054c;
  border: 2px solid #fb054c;
  transition: all 0.3s;
}

.bio {
  width: fit-content;
  padding: 20px 25px;
  background-color: #929496;
}

.features-container:hover {
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.features-container .fa-lightbulb, .features-container .fa-headset, .features-container .fa-server, .features-container .fa-desktop, .features-container .fa-shield-alt, .features-container .fa-book, .features-container .fa-microchip {
  color: #f7004d;
}
.features-container:hover {
  background: linear-gradient(to top, purple, #e20247);
}
.features-container:hover p {
  color: white;
}
.features-container:hover .fa-arrow-right {
  opacity: 1;
}
.features-container:hover .fa-arrow-rght {
  opacity: 1;
}

.seventh-container, .eighth-container, .ninth-container, .tenth-container, .eleventh-container, .thirteen-container {
  display: none;
}

.show-other-container {
  padding: 0 40px;
  border-radius: 20px;
  height: 410px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  cursor: pointer;
}
.show-other-container:hover {
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.show-other-container .fa-cloud, .show-other-container .fa-graduation-cap, .show-other-container .fa-tasks, .show-other-container .fa-code, .show-other-container .fa-sitemap {
  color: #f7004d;
}
.show-other-container:hover {
  background: linear-gradient(to top, purple, #e20247);
}
.show-other-container:hover p {
  color: white;
}
.show-other-container:hover .fa-arrow-right {
  opacity: 1;
}

.wrap {
  display: none;
}

.icon-contact p {
  transition: 0.5s ease-out;
}
.icon-contact p:hover, .icon-contact p:hover, .icon-contact p:hover {
  transition: 0.2s ease-in;
  transform: translateY(-6px);
}
.icon-contact p:hover i, .icon-contact p:hover i, .icon-contact p:hover i {
  color: white;
}

.submit-button:hover {
  transition: 0.2s ease-in;
  transform: translateY(-3px);
  color: white;
}

.link-effect a {
  position: relative;
}
.link-effect a::before {
  content: "";
  background-color: #e20247;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: 0.5s ease-out;
}
.link-effect a:hover {
  color: #e20247;
}
.link-effect a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.contact-image {
  overflow: hidden;
}
.contact-image img {
  transition: all 1s;
}
.contact-image img:hover {
  transform: scale(1.1);
}

.resume {
  background: linear-gradient(to right, #E6EBEE, #f0f3f5);
  width: 100%;
  box-shadow: 3px 3px 10px 0px gray, -3px -3px 10px 0px whitesmoke;
  border-radius: 15px;
}
.resume .experience:hover, .resume .professional:hover, .resume .education:hover {
  background-color: #f5f5f5;
  box-shadow: 3px 3px 10px 0px gray, -3px -3px 10px 0px whitesmoke;
  border-radius: 15px;
  color: #e20247;
  cursor: pointer;
  transition: all 0.5s;
}

.outer-div {
  border: 3px solid rgb(209, 198, 198);
  height: 11px;
  overflow: hidden;
}
.outer-div .inner-html {
  background: linear-gradient(to right, white, #e20247);
  width: 90%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-mss {
  background: linear-gradient(to right, white, #e20247);
  width: 75%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-mysql {
  background: linear-gradient(to right, white, #e20247);
  width: 99%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-php {
  background: linear-gradient(to right, white, #e20247);
  width: 85%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-js {
  background: linear-gradient(to right, white, #e20247);
  width: 99%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-node {
  background: linear-gradient(to right, white, #e20247);
  width: 98%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-react {
  background: linear-gradient(to right, white, #e20247);
  width: 80%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-git {
  background: linear-gradient(to right, white, #e20247);
  width: 99%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-python {
  background: linear-gradient(to right, white, #e20247);
  width: 50%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-c {
  background: linear-gradient(to right, white, #e20247);
  width: 10%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-vs {
  background: linear-gradient(to right, white, #e20247);
  width: 98%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-as {
  background: linear-gradient(to right, white, #e20247);
  width: 96%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-figma {
  background: linear-gradient(to right, white, #e20247);
  width: 95%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-adobe {
  background: linear-gradient(to right, white, #e20247);
  width: 85%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-ps {
  background: linear-gradient(to right, white, #e20247);
  width: 45%;
  height: 10px;
  transition: width 1s;
}
.outer-div .inner-design {
  background: linear-gradient(to right, white, #e20247);
  width: 99%;
  height: 10px;
  transition: width 1s;
}

.resume-headers {
  background-color: #f5f5f5;
  box-shadow: 3px 3px 10px 0px gray, -3px -3px 10px 0px whitesmoke;
  border-radius: 15px;
  color: #e20247;
}

.hidden-pro, .hidden-experience, .hidden-academics {
  display: none !important;
}

.pro-skills {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  padding: 0 16px;
  gap: 40px;
  width: 100%;
}
@media (max-width: 704px) {
  .pro-skills {
    grid-template-columns: 1fr;
  }
}

.academics-texts {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.profile-container {
  transition: all 1s;
}
.profile-container:hover {
  background: linear-gradient(to top, purple, #e20247);
}
.profile-container:hover div, .profile-container:hover p {
  color: white;
}
.profile-container:hover .city {
  background-color: #e20247;
}

.show-experience {
  display: block !important;
}

.cover, .bio, .overlay {
  display: none;
}

.show-cover, .show-bio, .show-overlay {
  display: block;
}

/*# sourceMappingURL=style.css.map */
