body {
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  line-height: 140%;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  width: 100%;
}
body.projects section .container {
  max-width: 1200px;
}
body.projects section:last-of-type {
  padding-bottom: 60px;
}
body.projects .project .image-container {
  border: 3px solid;
  overflow: hidden;
  margin: 0 auto 40px;
}
body.projects .project .project-image {
  position: relative;
}
body.projects .project .intro {
  flex: 0 0 50%;
}
body.projects .project .coding-icons {
  background-color: #edeeea;
  text-align: center;
}
body.projects .project:nth-child(even) .image-container {
  border-color: #fff;
}
body.projects .project:nth-child(odd) .image-container {
  border-color: #e2e2e8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Alternates", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 0;
}

h1 {
  color: #000;
}

h2 {
  margin-bottom: 15px;
  color: rgb(98.641221374, 130.5954198473, 51.4045801527);
  font-weight: 700;
  font-size: 24px;
}

h3 {
  color: #475e25;
  font-weight: 600;
  font-size: 22px;
}

h4 {
  color: #dd6f20;
  font-weight: 500;
  font-size: 18px;
}

p {
  margin-bottom: 15px;
}

a {
  text-decoration: underline;
  transition: 0.25s ease;
  font-weight: 600;
  color: rgb(154.1758893281, 77.4367588933, 22.3241106719);
  text-underline-offset: 2px;
}
a:hover {
  text-decoration-color: #dd6f20;
}

strong {
  font-weight: 600;
}

i {
  font-size: 30px;
  margin-right: 8px;
}
i.fa-seedling {
  font-size: 18px;
  color: #475e25;
}

.coding-icons i {
  color: #dd6f20;
  margin: 10px 0;
}

.featured-paragraph {
  font-weight: 600;
  font-size: 20px;
}

figure.round {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  max-width: 80%;
  margin: 0 auto 30px;
}
figure.round img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: 50px;
  position: relative;
  padding: 7px 14px;
  line-height: 130%;
  font-weight: 500;
  font-size: 18px;
  border: none;
  background-color: rgb(154.1758893281, 77.4367588933, 22.3241106719);
  color: #fff;
  margin: 10px 0 20px;
}
.btn:hover {
  text-decoration: none !important;
  background-color: #dd6f20;
  color: #fff;
}
.btn .icon-chevron-right {
  display: none;
}
.btn.btn-primary {
  background-color: #475e25;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: rgb(98.641221374, 130.5954198473, 51.4045801527);
}
.btn.btn-secondary {
  background-color: #dd6f20;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: rgb(154.1758893281, 77.4367588933, 22.3241106719);
}
.btn.btn-arrow-right:after {
  font-family: "Font Awesome 6 Free";
  margin-left: 5px;
  content: "\f054";
}

.hero {
  height: inherit;
  background-color: rgb(43.358778626, 57.4045801527, 22.5954198473);
}
.hero .container {
  max-width: inherit;
  padding: 0;
  overflow: hidden;
}
.hero .container .row {
  flex-direction: column-reverse;
}
.hero .container .row > * {
  padding: 0;
}
.hero .container .hero-text {
  padding: 30px 20px;
}
.hero .container .hero-text h1,
.hero .container .hero-text h2 {
  color: #fff;
}
.hero .container .hero-text h1 {
  font-weight: 700;
  font-size: min(9vw, 40px);
}
.hero .container .hero-text h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: min(7vw, 20px);
}
.hero .container .hero-image {
  overflow: hidden;
  max-height: 400px;
  aspect-ratio: 3/2;
}
.hero .container .hero-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container {
  background-color: #fff;
}
.main-container ul,
.main-container ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.main-container ul li,
.main-container ol li {
  padding-left: 5px;
}
.main-container ul li:not(:last-of-type),
.main-container ol li:not(:last-of-type) {
  margin-bottom: 2px;
}
.main-container ul ul,
.main-container ul ol,
.main-container ol ul,
.main-container ol ol {
  margin-bottom: 0;
}

.container-fluid {
  position: relative;
  padding: 0;
}

.container {
  padding: 0;
  max-width: 1200px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.navbar .container {
  padding: 0;
}
.navbar .mobile-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .mobile-nav .navbar-brand {
  font-family: "Montserrat Alternates", sans-serif;
}
.navbar .mobile-nav .navbar-brand img {
  max-width: 30px;
}
.navbar .mobile-nav .navbar-toggler {
  border: none;
  color: #fff;
  padding: 8px 20px;
}
.navbar .mobile-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 2px;
}
.navbar .mobile-nav .contact-icons a {
  text-decoration: none;
  transition: 0.25s ease;
  margin-right: 15px;
}
.navbar .mobile-nav .contact-icons a:last-of-type {
  margin-right: 20px;
}
.navbar .mobile-nav .contact-icons a:hover i {
  color: #dd6f20;
  transition: 0.25s ease;
}
.navbar .navbar-nav {
  margin-top: 10px;
}
.navbar .navbar-nav .nav-link {
  position: relative;
  transition: 0.25s ease;
  line-height: 155%;
  display: block;
  color: #475e25;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-link.active {
  font-weight: 700;
}
.navbar .navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 14px;
  background: #475e25;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  transform: translateY(-50%);
}

.story {
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 30px;
}
.story img {
  max-width: 100px;
  margin-right: 20px;
  margin: 20px auto;
}

.full-width {
  max-width: 1100px;
  text-align: center;
}

section {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 15vw 20px 30vw;
}
section .container {
  max-width: 1000px;
}
section .features {
  padding: 20px;
  font-size: 17px;
}
section:first-of-type {
  margin-top: 0;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
section:not(:first-of-type) {
  position: relative;
}
section:not(:first-of-type) h2 {
  background: #475e25;
  top: -25px;
  max-width: 85%;
  position: absolute;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 3px solid #dd6f20;
}
section:not(:first-of-type) h2:before {
  content: "";
  position: absolute;
  top: -49px;
  left: 25%;
  width: 50px;
  aspect-ratio: 1;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-image: url(../images/plants/flower-1.svg);
}
section:not(:first-of-type):nth-of-type(3n + 1) h2:before {
  background-image: url(../images/plants/flower-1.svg);
}
section:not(:first-of-type):nth-of-type(3n + 2) h2:before {
  background-image: url(../images/plants/flower-2.svg);
}
section:not(:first-of-type):nth-of-type(3n) h2:before {
  background-image: url(../images/plants/philodendron.svg);
}
section:not(:first-of-type):nth-child(odd) h2:before {
  left: 0;
}
section:nth-child(odd) {
  background-color: transparent;
}
section:nth-child(odd) .features {
  background-color: #edeeea;
}
section:nth-child(odd) .features .coding-icons {
  background-color: #fbfaf6;
}
section:nth-child(even) {
  background: #e2e2e8;
}
section:nth-child(even) .features {
  background-color: #fbfaf6;
}

.tools ul {
  list-style: none;
  padding-left: 0;
}

.certificates {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/images/hero/deep-unsplash.jpg);
  background-position: center;
  padding: 40px 20px;
  position: relative;
  margin-top: 40px;
}
.certificates h2 {
  color: #475e25;
}

.slider .slick-dots {
  bottom: -40px;
  padding-left: 0;
}
.slider .slick-dots li {
  margin: 4px;
}
.slider .slick-dots li button:before {
  font-size: 12px;
  color: rgb(43.358778626, 57.4045801527, 22.5954198473);
  opacity: 1;
  margin: 0;
  transition: ease 0.25s;
}
.slider .slick-dots li.slick-active button:before {
  color: rgb(98.641221374, 130.5954198473, 51.4045801527);
  font-size: 16px;
}

.call-to-action {
  background: #edeeea;
  padding: 20px 0 25px 0;
  font-weight: 500;
}
.call-to-action h3 {
  font-weight: 700;
  font-size: 32px;
}
.call-to-action p {
  margin-bottom: 20px;
}
.call-to-action p:last-of-type {
  margin-bottom: 0;
}

footer {
  line-height: 140%;
  font-size: 16px;
  color: #fff;
}
footer p:last-of-type {
  margin-bottom: 0px;
}
footer a {
  text-decoration: none;
  font-weight: 600;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(43, 57, 23, 0.2)), url(/images/hero/dark-monstera.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 20px 0px;
  text-align: center;
}
footer .footer .contact-icons a {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  aspect-ratio: 1;
  margin-right: 10px;
  transition: 0.25s ease;
  color: rgb(154.1758893281, 77.4367588933, 22.3241106719);
}
footer .footer .contact-icons a:hover {
  background-color: #dd6f20;
}
footer .footer .contact-icons a:hover .contact-icon {
  color: #fff;
}
footer .footer .contact-icon {
  margin: 0;
  transition: 0.25s ease;
}
footer .subfooter {
  background-color: rgb(15.7175572519, 20.8091603053, 8.1908396947);
  padding: 20px 0px;
  text-align: center;
}

@media (min-width: 576px) {
  body.home section:first-of-type .container {
    display: flex;
    gap: 6%;
    align-items: center;
    margin-top: 0;
    text-align: left;
  }
  body.home section:first-of-type .container figure {
    flex: 0 0 40%;
  }
  .navbar {
    padding: 0;
    background-color: #edeeea;
  }
  .navbar .container {
    padding: 0 20px;
    max-width: 1200px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .navbar .mobile-nav .contact-icons a {
    color: rgb(43.358778626, 57.4045801527, 22.5954198473);
  }
  .navbar .mobile-nav .contact-icons a:last-of-type {
    margin-right: 0;
  }
  .navbar .navbar-nav {
    margin-top: 0;
  }
  .navbar .navbar-nav .nav-link {
    transition: 0.25s ease;
    line-height: 155%;
    display: block;
    color: rgb(43.358778626, 57.4045801527, 22.5954198473);
    border: none;
    padding: 10px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 12px;
    text-decoration-thickness: 6px;
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: rgb(43.358778626, 57.4045801527, 22.5954198473);
    text-decoration-color: #dd6f20;
  }
  .navbar .navbar-nav .nav-link:hover:before, .navbar .navbar-nav .nav-link.active:before {
    display: none;
  }
  .navbar .navbar-nav .nav-link.active {
    font-weight: 700;
  }
  .hero {
    max-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .hero .container .row {
    flex-direction: row;
    align-items: center;
  }
  .hero .container .hero-text {
    margin: 0;
    max-width: unset;
    border-radius: 0;
    flex: 0 0 50%;
    background: transparent;
    text-align: left !important;
    padding: 0 20px 0 30px;
    clip-path: none;
  }
  .hero .container .hero-text h1,
  .hero .container .hero-text h2 {
    max-width: 400px;
  }
  .hero .container .hero-text h1 {
    font-size: min(4vw, 40px);
    margin-bottom: 20px;
  }
  .hero .container .hero-text h2 {
    font-size: min(3vw, 24px);
  }
  .hero .container .hero-image {
    aspect-ratio: 4/3;
    flex: 0 0 50%;
    padding: 0;
    clip-path: ellipse(70% 120% at 70% 50%);
    width: 50%;
    max-height: 450px;
  }
  .story {
    display: flex;
    text-align: left;
    max-width: 100%;
  }
  .story img {
    margin: 0 5vw 0 0;
    max-width: 125px;
  }
  section {
    padding: 10vw 30px 20vw;
  }
  section.project {
    padding-bottom: 20vw;
  }
  section:not(:first-of-type) h2:before {
    top: -74px;
    width: 75px;
  }
  .certificates {
    margin-top: 0;
  }
  .certificates:before {
    right: -30px;
    width: 150px;
    top: -150px;
  }
}
@media (min-width: 768px) {
  body.projects .project .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  body.projects .project .container .image-container {
    max-width: 100%;
  }
  body.projects .project .container .content-container {
    flex: 0 0 50%;
  }
  .navbar .container {
    padding: 0 70px;
  }
  body {
    margin-top: 0;
  }
  h2 {
    font-size: 32px;
  }
  .header {
    background-color: #fff;
  }
  .hero .container .hero-text {
    padding-left: 70px;
  }
  .container {
    padding: 0 40px;
  }
  section {
    padding: 80px 40px 160px;
  }
  section:not(:first-of-type) h2 {
    top: -30px;
  }
  section.project {
    padding-bottom: min(10vw, 160px);
  }
  .certificates {
    padding-left: 30px;
    padding-right: 30px;
  }
  .certificates:before {
    right: 0;
  }
  .slider img {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    text-underline-offset: 12px;
  }
  body {
    font-size: 18px;
  }
  .featured-paragraph {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero .container .hero-text {
    padding-left: calc((100% - 1200px) / 2 + 70px);
  }
  h4 {
    font-size: 20px;
  }
  .certificates:before {
    right: calc((100% - 1200px) / 2 + 0px);
  }
  body.projects .project .intro {
    flex: 0 0 60%;
  }
  body.projects .project .container .content-container {
    flex: 0 0 40%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}/*# sourceMappingURL=style.css.map */