@font-face {
  font-family: "jaapokki";
  src: url("fonts/jaapokki-regular.eot");
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki-regular.woff2") format("woff2"), url("../fonts/jaapokki-regular.woff") format("woff"), url("../fonts/jaapokki-regular.ttf") format("truetype"), url("../fonts/jaapokki-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, p, a, h1, h2, h3, h4, h5, h6, pre, span {
  font-family: "Lato", sans-serif;
}

strong {
  font-weight: bold !important;
}

.myTeal-bg {
  background: #74c599;
}

.myTeal.btn {
  background-color: #74c599;
  border: 2px solid transparent;
  font-weight: bold;
  line-height: 32px;
}

.myTeal.btn:hover {
  background-color: #83d2a8;
}

.myPurple.btn {
  background: #5c17a6;
  font-weight: bold;
  border-radius: 3px;
}

.myPurple.btn:hover {
  background: #9e60e0;
}

.btn:focus-visible {
  outline: blue solid 2px !important;
  outline-offset: 1px;
}

.myTeal.transparent-btn.btn {
  background-color: #74c599;
  border: 2px solid transparent;
  line-height: 33px;
}

.myTeal.transparent-btn.btn:hover {
  background-color: transparent;
  color: #252525;
  border-color: #74c599;
}

.dark-card {
  padding: 1px 10px 7px;
  background: #252525;
  margin-top: 20px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #74c599;
  box-shadow: 0 1px 0 0 #74c599;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus,
input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

textarea:focus {
  border: 1px solid #74c599;
}

textarea, input {
  height: initial !important;
  padding: 12px !important;
  max-width: 100%;
}

/* =========== HEADER / NAVIGATION ============ */
header > .row {
  margin-bottom: 0px;
}
header .col.nav-col {
  padding: 0px;
}

nav {
  background: #f1f1f1;
}
nav li a {
  color: #252525;
  font-weight: bold;
}
nav .sidenav-trigger {
  float: right;
  color: #74c599;
}

#nav-mobile a.active, .side-nav a.active {
  color: #74c599;
}

.logo img {
  max-width: 100%;
  max-height: 50px;
  margin-left: 10px;
}

#slide-out .btn {
  max-width: 90px;
  height: 35px;
  line-height: 33px;
  padding: 0px;
}

/* =============== HERO IMAGE ================ */
.hero {
  margin-bottom: 0px;
}
.hero .col.s12 {
  padding: 0px;
}
.hero .col.s12 img {
  width: 100%;
}

.slide-icon.btn {
  overflow: hidden;
}
.slide-icon.btn i {
  transition: 0.5s;
  color: #fff;
}
.slide-icon.btn i.left:first-child {
  transform: translateY(-40px);
  opacity: 0;
  color: #fff;
}
.slide-icon.btn i.left:nth-child(2) {
  margin-top: 0px;
  margin-left: -35.5px;
  opacity: 1;
}

.slide-icon.btn:hover {
  overflow: hidden;
}
.slide-icon.btn:hover i.left:first-child {
  transform: translateY(0px);
  opacity: 1;
}
.slide-icon.btn:hover i.left:nth-child(2) {
  margin-top: 40px;
  opacity: 0;
}

#about {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px;
}
#about p {
  font-size: 1.2rem;
}

#projects {
  padding-top: 5px;
  padding-bottom: 40px;
}
#projects h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
#projects .row-fluid {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
#projects .col.section-title {
  float: none;
  margin-top: 72px;
  margin-bottom: 60px;
}
#projects .col.section-title h3 {
  font-family: "jaapokki", sans-serif;
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 4px;
}
#projects .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
#projects .indigo-slate .project-logo {
  width: 168px;
}
#projects .triview .project-logo {
  width: 190px;
}
#projects .azure-global-infra .project-logo {
  max-width: 420px;
  width: 100%;
}
#projects .froyo-feedback h4 {
  margin: 0px;
}
#projects .froyo-feedback .project-logo {
  max-width: 150px;
  margin: 0px;
}
#projects .ryde .project-logo {
  max-width: 235px;
}
#projects .snake .project-logo {
  max-width: 250px;
}
#projects .container .row-fluid {
  margin: 20px 0px 30px;
  min-height: 400px;
}
@media only screen and (max-width: 992px) {
  #projects .container .row-fluid {
    display: table;
  }
}
#projects .proj-content-cont {
  background: #f1f1f1;
}
#projects .proj-content-cont p {
  font-size: 1rem;
  padding: 0px 20px;
}
#projects .proj-content-cont .tools-used {
  padding: 8px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#projects .proj-content-cont .tools-used img {
  max-height: 40px;
  margin-left: 7px;
  background: #333 !important;
}
#projects .flex-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0px;
}
#projects .pipe {
  font-size: 2rem;
}
#projects .project-logo {
  max-width: 300px;
  margin: 24px auto 4px;
  display: block;
}
#projects .lightgallery-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#projects .lightgallery-container li {
  max-width: 75px;
}
#projects .lightgallery-container li img {
  max-width: 100%;
  height: auto;
}
#projects .project-card {
  border-radius: 8px;
  overflow: hidden;
}
#projects .proj-image-cont {
  background-size: cover !important;
}
@media only screen and (max-width: 992px) {
  #projects .proj-image-cont {
    height: 40vw;
  }
}
#projects .explore-surface .proj-image-cont {
  background: url("../images/projects/explore-surface/explore-surface-main.jpg");
  background-position: 30% 50%;
}
@media only screen and (max-width: 992px) {
  #projects .explore-surface .proj-image-cont {
    background-position: 50% 35%;
  }
}
#projects .indigo-slate .proj-image-cont {
  background: url("../images/projects/indigo-slate/indigo-slate-main.jpg");
  background-position: 50% 70%;
}
@media only screen and (max-width: 992px) {
  #projects .indigo-slate .proj-image-cont {
    background-position: 50% 40%;
  }
}
#projects .best-of-business-ai .proj-image-cont {
  background: url("../images/projects/best-of-business-ai/best-of-business-ai-main.jpg");
  background-position: 50% 70%;
}
@media only screen and (max-width: 992px) {
  #projects .best-of-business-ai .proj-image-cont {
    background-position: 50% 44%;
  }
}
#projects .triview .proj-image-cont {
  background: url("../images/projects/triview/triview-main.jpg");
  background-position: 28% 20%;
}
@media only screen and (max-width: 992px) {
  #projects .triview .proj-image-cont {
    background-position: 50% 25%;
  }
}
#projects .azure-global-infra .proj-image-cont {
  background: url("../images/projects/azure-global-infra/azure-global-infra-main.jpg");
  background-position: 50% 70%;
}
@media only screen and (max-width: 992px) {
  #projects .azure-global-infra .proj-image-cont {
    background-position: 50% 35%;
  }
}
#projects .froyo-feedback .proj-image-cont {
  background: url("../images/projects/froyo-feedback/froyo-feedback-main2.jpeg");
  background-position: 50% 70%;
}
@media only screen and (max-width: 992px) {
  #projects .froyo-feedback .proj-image-cont {
    background-position: 50% 50%;
  }
}
#projects .pursuit-of .proj-image-cont {
  background: url("../images/projects/the-pursuit-of/the-pursuit-of-main.jpeg");
  background-position: 42% 60%;
}
@media only screen and (max-width: 992px) {
  #projects .pursuit-of .proj-image-cont {
    background-position: 50% 45%;
  }
}
#projects .ryde .proj-image-cont {
  background: url("../images/projects/ryde/ryde-main.jpeg");
  background-position: 50% 90%;
}
@media only screen and (max-width: 992px) {
  #projects .ryde .proj-image-cont {
    background-position: 70% 50%;
  }
}
#projects .snake .proj-image-cont {
  background: url("../images/projects/snake/snake-main.jpeg");
  background-position: 50% 90%;
}
@media only screen and (max-width: 992px) {
  #projects .snake .proj-image-cont {
    background-position: 70% 50%;
  }
}
#projects .snapcap .proj-image-cont {
  background: url("../images/projects/snapcap/snapcap-main.jpeg");
  background-position: 0% 90%;
}
@media only screen and (max-width: 992px) {
  #projects .snapcap .proj-image-cont {
    background-position: 0% 50%;
  }
}
#projects .junction-flats .proj-image-cont {
  background: url("../images/projects/junction-flats/junction-flats_responsive.png");
  background-position: 50% 90%;
}
@media only screen and (max-width: 992px) {
  #projects .junction-flats .proj-image-cont {
    background-position: 70% 50%;
  }
}
#projects .white-cap .proj-image-cont {
  background: url("../images/projects/white-cap/white-cap_responsive.jpg");
  background-position: 50% 90%;
}
@media only screen and (max-width: 992px) {
  #projects .white-cap .proj-image-cont {
    background-position: 70% 50%;
  }
}

#skills {
  margin-bottom: 60px;
}
#skills img {
  max-width: 100%;
}
#skills h5 {
  text-transform: uppercase;
  color: #fff;
}
#skills .dark-card .row {
  margin: 0px;
}
#skills .no-header {
  margin-top: -13px;
}
#skills .col.section-title {
  float: none;
  margin-top: 30px;
}
#skills .col.section-title h3 {
  font-family: "jaapokki", sans-serif;
  font-size: 3.5rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media only screen and (min-width: 601px) {
  #skills .no-header {
    margin-top: 54px;
  }
}

.skill-title {
  margin-bottom: -5px;
  color: #f7f7f7;
}

.progress {
  position: relative;
  height: 6px;
  display: block;
  width: 100%;
  background-color: #656565;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(92, 23, 166) 0%, rgb(158, 96, 224) 100%);
}

#contact .fab {
  font-size: 3rem;
}

#contact .col.section-title {
  float: none;
  margin-top: 30px;
}
#contact .col.section-title h3 {
  font-family: "jaapokki", sans-serif;
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

footer {
  background: #252525;
  padding-top: 80px !important;
}
footer form {
  padding-bottom: 80px;
}
footer textarea, footer input[type=text], footer input[type=email] {
  color: #f7f7f7;
  background-color: #353535 !important;
}
footer input[type=text], footer input[type=email] {
  max-width: calc(100% - 24px);
}
footer textarea {
  border: none;
  border-bottom: 1px solid #9e9e9e;
}
footer textarea:focus {
  border: none;
  border-bottom: 2px solid #74c599;
}
footer p {
  color: #f1f1f1;
  text-align: center;
  margin: 7px 0px;
}
footer .row {
  margin-bottom: 0px;
}
footer .copyright-bg {
  background: #74c599;
  margin: 25px 0px -15px 0px;
}
footer .social-links {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 15px;
}
footer .social-links .fab {
  margin-right: 10px;
}
footer .social-links a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #74c599;
}
footer .social-links a:hover {
  color: #83d2a8;
}
footer .btn[type=submit] {
  margin-top: 16px;
}

@media only screen and (min-width: 992px) {
  .container {
    width: 80%;
  }
  #projects .container .row-fluid {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */