@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600;700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Spartan", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Scrollbar -- start */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7c00c9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #480274;
}

/* Scrollbar -- end */
.bg {
  background-color: #f7f9ff;
}

.navbar {
  color: #fff;
  height: 77px;
  line-height: 77px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 30px 0.1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 0.1px rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.navbar .navbar-brand {
  float: left;
  font-size: 20px;
}

.navbar h1 {
  margin: 0;
  font-size: 20px;
}

.toggle {
  float: right;
  display: none;
  font-size: 25px;
  cursor: pointer;
}

.navbar-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-size: 15px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.navbar-nav .nav-item {
  padding: 0px 30px;
  height: auto;
}

.navbar-nav .nav-item:hover {
  color: #a8a8a8;
}

.parallax {
  background-color: #fff;
  background-image: url(../img/home/page1.jpg);
  background-attachment: fixed;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home {
  padding-top: 150px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.home .typing {
  font-size: 50px;
  font-weight: 600;
}

.home .subtitle {
  font-weight: 600;
}

.home .subtitle a {
  color: #7c00c9;
}

.home .subtitle a:hover {
  text-decoration: underline;
}

.home .siema img {
  width: 50%;
}

.about {
  margin-top: 100px;
  text-align: center;
}

.about h2 {
  padding: 10px;
  border-bottom: 5px solid #7c00c9;
  display: inline-block;
}

.about .about-card {
  padding: 20px;
  margin: 10%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}

.about .about-card .iconify {
  font-size: 100px;
  color: #7c00c9;
}

.about .about-card p {
  font-weight: 900;
  text-transform: uppercase;
}

.about .about-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.skills {
  margin-top: 100px;
  text-align: center;
}

.skills h2 {
  padding: 10px;
  border-bottom: 5px solid #7c00c9;
  display: inline-block;
}

.skills .skill img {
  height: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.skills .skill p {
  margin: 0;
  color: #666666;
  font-size: 50px;
}

.work {
  margin-top: 100px;
  text-align: center;
}

.work h2 {
  padding: 10px;
  border-bottom: 5px solid #7c00c9;
  display: inline-block;
}

.work .project {
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0.1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 0.1px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: white;
}

.work .project img {
  width: 100%;
  background-color: black;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.work .project .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: transparent;
}

.work .project .text {
  color: white;
  background-color: #7c00c9;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.work .project .text:hover {
  background-color: #6900aa;
}

.work .title {
  color: black;
  padding: 5px 0px;
}

.work .project:hover .overlay {
  opacity: 1;
}

.work .project:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.activities {
  margin-top: 100px;
  text-align: center;
}

.activities codersrank-activity {
  --svg-width: 80%;
  --bg-color-0: #ebedf0;
  --bg-color-1: #80f7a5;
  --bg-color-2: #00d55e;
  --bg-color-3: #00b049;
  --bg-color-4: #007836;
  --border-color-0: rgb(27, 31, 35, 0.06);
  --border-color-1: rgb(27, 31, 35, 0.06);
  --border-color-2: rgb(27, 31, 35, 0.06);
  --border-color-3: rgb(27, 31, 35, 0.06);
  --border-color-4: rgb(27, 31, 35, 0.06);
}

.experience {
  margin-top: 100px;
  text-align: center;
}

.experience h2 {
  padding: 10px;
  border-bottom: 5px solid #7c00c9;
  display: inline-block;
}

.experience h3 {
  margin-bottom: 0px;
}

.experience .title {
  text-align: right;
}

.experience .title p {
  font-size: 0.8rem;
}

.experience .company {
  text-align: left;
  padding-right: 200px;
}

.experience .company .box {
  border-left: 1px solid grey;
}

.experience .company h3 {
  padding-left: 30px;
}

.experience .company ul {
  font-size: 0.9rem;
  margin-left: 20px;
}

.experience .company ul li {
  padding: 5px 0px;
}

.contact {
  margin-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.contact h2 {
  padding: 10px;
  border-bottom: 5px solid #7c00c9;
  display: inline-block;
}

.contact .col-12 {
  margin-left: auto;
  margin-right: auto;
}

.contact .form {
  padding: 60px;
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.contact .form h2 {
  font-size: 24px;
}

.contact .form .textarea {
  margin: 30px 0px;
}

.contact .form .textarea label {
  font-weight: 600;
  color: #45464d;
}

.contact .form .textarea input,
.contact .form .textarea textarea {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  outline: none;
  border: 1px solid #cdcaed;
  color: #45464d;
}

.contact .form .textarea textarea {
  height: 150px;
}

.contact .form .textarea input:focus,
.contact .form .textarea textarea:focus {
  border: 1px solid #7c00c9;
  background-color: #7c00c913;
}

.contact .form button {
  border-width: 0;
  outline: none;
  border-radius: 2px;
  padding: 12px 24px;
  background-color: #7c00c9;
  color: #fff;
  font-size: inherit;
  font-weight: 600;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact .form button:hover {
  opacity: 0.9;
}

.contact .form:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer {
  background-color: #000000;
  background-image: url(../img/home/page1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px;
}

.footer img {
  width: 25%;
  padding: 10px 0px;
}

.footer i {
  padding: 20px;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.footer i:hover {
  opacity: 0.7;
}

.footer .fa-facebook {
  background: #3b5998;
  color: white;
}

.footer .fa-twitter {
  background: #55acee;
  color: white;
}

.footer .fa-linkedin {
  background: #007bb5;
  color: white;
}

.footer .fa-instagram {
  background: #9c2dbb;
  color: white;
}

.footer .fa-github {
  background: #212529;
  color: white;
}

.footer .soc {
  display: inline-block;
  margin: 4px;
}

.copyright {
  text-align: center;
  background-color: #000000;
  color: #fff;
  padding: 10px;
}

.copyright span {
  opacity: 0.5;
  font-size: 14px;
}

.projects {
  padding-top: 130px;
  background-color: #f7f9ff;
}

.projects .project {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0.1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0.1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.projects .project img {
  width: 100%;
}

@media (max-width: 992px) {
  .navbar .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    position: absolute;
    top: 77px;
    left: -100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
  }
  .navbar .toggle {
    display: block;
  }
  .navbar .show {
    left: 0%;
  }
  .navbar .navBar {
    top: 64px;
  }
  .home {
    padding-top: calc((100vh - 285px) / 2);
  }
  .home .typing {
    font-size: 20px;
  }
  .home .siema img {
    width: 100%;
  }
  .about .about-card {
    margin-left: 0px;
    margin-right: 0px;
  }
  .about .about-card .iconify {
    font-size: 50px;
  }
  .about .about-card p {
    font-size: 12px;
  }
  .work .col-12 {
    margin-bottom: 30px;
  }
  .activities codersrank-activity {
    --svg-width: 100%;
  }
  .experience .title {
    text-align: left;
  }
  .experience .title p {
    font-size: 0.8rem;
  }
  .experience .company {
    padding-right: 0px;
  }
  .experience .company .box {
    margin-left: 10px;
    overflow: none;
  }
  .experience .company h3 {
    padding-left: 10px;
  }
  .experience .company ul {
    font-size: 0.9rem;
    margin-left: 0px;
  }
  .experience .company ul li {
    padding: 5px 0px;
  }
  .contact img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .footer img {
    width: 80%;
  }
  .footer i {
    padding: 12px;
  }
  .projects {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*# sourceMappingURL=style.css.map */