@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
}

#home .hero {
  background: #fafafa;
  color: white;
  /*box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
}

.intro .title {
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0px 0px 20px #fff, 0px 0px 40px #fff, 0px 0px 80px #fff;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero .subtitle {
  padding: 5px;
}

.hero .profession {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 40px #fff;
  color: #333;
}

.hero .profession span {
  color: #666;
}

.hero-head {
  padding-top: 30px;
}

.hero-foot {
  padding-bottom: 30px;
}

.main-content .section-dark {
  background-color: #f0f3f5;
  padding: 60px 0px;
}

.main-content .section-dark.my-work {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.my-work {
    padding: 75px 20px;
  }
}

#my-work .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
  padding-top: 56%;
}

#my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

#my-work .hero-body .container {
  max-width: 1200px;
}

.project-links a {
  margin-left: 10px;
}
.main-content .section-light {
  padding: 30px;
}

.main-content .section-light#contact {
  
}

.main-content .section-light#contact button {
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}

@media (max-width: 599px) {
  .main-content .section-light#contact {
    padding: 60px 20px;
  }
}

.main-content .section-color.services {
  padding: 100px;
  background-color: #43485c;
  color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  color: #43485c;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

@keyframes fadeInFromNone {
  0% {
      display: none;
      opacity: 0;
  }

  1% {
      display: flex;
      opacity: 0;
  }

  100% {
      display: flex;
      opacity: 1;
  }
}

.modal {

}

.modal.is-active {
  animation: fadeInFromNone 0.25s ease-out;
}

.slider-wrapper {
  overflow: hidden;
}

.slider {
  position: relative;
}

.slick-prev {
  left: 5px;
  z-index: 1;
}

.slick-next {
  right: 5px;
  z-index: 1;
}

.slick-prev::before, .slick-next::before {
  color: #000;
  background: #FFF;
  border-radius: 100%;
  padding: 2px 1px 0px 1px;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 80px;
  line-height: 25px;
  text-align: center;
  background: #1f2c6c;
  color: whitesmoke;
  padding-top: 2rem;
}

.footer a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(31, 44, 108, 0.65);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #43485c;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #1f2c6c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.white {
  color: ghostwhite;
}

.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
}

#links svg {
  margin: 0 10px;
  height: 48px;
  fill: #555;
  transition:cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
}

#links a:hover > svg {
  transform: scale(1.1);
}

#links a:hover > svg.itchio {
  fill: #fa5c5c;
}

#links a:hover > svg.kofi {
  fill: #f16061;
}

#links a:hover > svg.twitter {
  fill: #1da1f2;
}

#links a:hover > svg.bluesky {
  fill: #1185fe;
}

#contact .email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

#contact .email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .email-form input::focus, #contact .email-form textarea::focus {
  background-color: #ff5821;
}

#contact .email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}