* {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #25272E;
}

body, nav, header, section {
  width: 100%;
}

#logo-brand {
  display: none;
}

.trans, .dev, .dev a, .modal .content .cta, .floating, .navbar .menu-btn > div, .navbar .menu, .hero .arrow, .package .img, .package p, .contact .form .cta {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .grid {
    padding: 2vw;
    padding: 0 clamp(1em, 6vw, 3em);
  }
}

.full, .img, .dev a, .dev img, .modal .close, .swiper-container {
  width: 100%;
  height: 100%;
}

.full-h, .hero {
  width: 100%;
  height: 100vh;
  min-height: 540px;
}

.img {
  -o-object-fit: cover;
     object-fit: cover;
}

.row, .dev, .dev a, .modal, .floating, .navbar .grid, .hero, .package .list, footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.col, .modal .content h2, .navbar .menu-btn, .package .list .block, .contact .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dev {
  width: 35px;
  height: 35px;
  margin: 0 0 0 10px;
  -webkit-filter: grayscale(1) brightness(1.2) contrast(0.8);
          filter: grayscale(1) brightness(1.2) contrast(0.8);
}

.dev img {
  -o-object-fit: contain;
     object-fit: contain;
}

.dev:hover {
  -webkit-filter: grayscale(0) brightness(1) contrast(1);
          filter: grayscale(0) brightness(1) contrast(1);
}

.modal {
  height: 100%;
  max-height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  z-index: 21;
}

.modal .close {
  content: '';
  cursor: pointer;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-scrollbar-drag {
  background: #00bf0a;
}

.modal .scroller {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  z-index: 2;
  padding: 4em 2em;
  position: relative;
}

.modal .content {
  z-index: 2;
  position: relative;
  display: none;
  margin: 0 auto;
  max-width: 480px;
  background: #fff;
  padding: 2em;
  -webkit-box-shadow: 0 5px 2em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 2em 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 22.652px;
}

.modal .content h2 {
  position: relative;
  margin: 0 0 2em;
}

.modal .content h2::after {
  width: 4em;
  height: 2px;
  background: #008C07;
  content: '';
  position: absolute;
  bottom: -10px;
}

.modal .content h3 {
  margin: 2em 0 0;
}

.modal .content ul li {
  text-align: left;
}

.modal .content .cta {
  padding: 5px 2em;
  border: 1px solid #008C07;
  background: #008C07;
  color: #fff;
  border-radius: 5px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin: 2em 0 0;
}

.modal .content .cta:hover {
  background: #fff;
  color: #008C07;
}

.floating {
  position: fixed;
  z-index: 20;
  right: 2rem;
  bottom: 2rem;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  background: #00e80c;
  border-radius: 50%;
}

.floating:hover {
  background: #555555;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 0;
}

.navbar .grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar .logo {
  margin: 0 auto 0 0;
}

.navbar .logo img {
  width: auto;
  height: 40px;
}

.navbar .menu-btn {
  position: absolute;
  top: 1.5em;
  right: 10px;
  width: 35px;
}

@media (min-width: 841px) {
  .navbar .menu-btn {
    display: none;
  }
}

.navbar .menu-btn > div {
  background: #008C07;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  margin: 3px 0;
}

.navbar .menu-btn .bar1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navbar .menu-btn .bar2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navbar .menu-btn.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar .menu-btn.change .bar2 {
  opacity: 0;
}

.navbar .menu-btn.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}

.navbar .menu {
  margin: 0 0 0 4em;
  font-weight: 500;
  color: #2B2A2F;
  text-transform: uppercase;
}

.navbar .menu:hover {
  color: #008C07;
}

@media (max-width: 840px) {
  .navbar {
    border-bottom: 1px solid #2B2A2F;
  }
  .navbar .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 5;
    background: #fff;
  }
  .navbar .menu-btn.change ~ .menu {
    visibility: visible;
    position: relative;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
    z-index: 6;
  }
  .navbar .menu-btn.change ~ .menu:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .navbar .menu-btn.change ~ .menu:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .navbar .menu-btn.change ~ .menu:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .navbar .menu {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate(0, 3em) scale(0);
            transform: translate(0, 3em) scale(0);
    z-index: -1;
    margin: 10px 0 0;
    padding: 10px 2em;
    text-align: center;
    width: 100%;
  }
}

.hero {
  position: relative;
}

.hero .tagline {
  position: absolute;
  text-align: center;
}

.hero .tagline img {
  width: auto;
  height: 100px;
}

.hero .tagline h2 {
  font-weight: 600;
}

.hero .arrow {
  position: absolute;
  bottom: 10%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  cursor: pointer;
}

.hero .arrow:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .75;
}

@media (max-width: 640px) {
  .hero .content img {
    width: 80%;
    height: auto;
  }
}

.block {
  font-size: 28px;
  white-space: pre-line;
  line-height: 1.5em;
  margin: 0 0 2em;
  letter-spacing: 2px;
}

.block span {
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
  background: rgba(0, 140, 7, 0.75);
}

@media (max-width: 840px) {
  .block {
    margin: 0 0 1em;
    text-align: center;
  }
}

.about {
  padding: 4rem 0;
}

@media (min-width: 841px) {
  .about .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
  }
}

.about p {
  font-size: 14px;
  line-height: 22.652px;
}

.porto {
  padding: 4rem 0;
}

.porto .grid {
  position: relative;
}

.porto .tagline {
  position: absolute;
  z-index: 5;
  top: 2rem;
}

@media (max-width: 840px) {
  .porto .tagline {
    position: relative;
  }
}

.porto .swiper {
  max-width: 840px;
}

.porto .swiper-slide {
  width: 260px;
  height: 440px;
  margin: 0 0 0 20px;
  cursor: -webkit-grab;
  cursor: grab;
}

.package .box {
  background: #93959A;
}

@media (min-width: 640px) {
  .package .box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
  }
}

@media (max-width: 840px) {
  .package .box {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.package .list {
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.package .list .block {
  color: #fff;
  font-size: clamp(20px, 4vw, 28px);
}

@media (max-width: 640px) {
  .package .list .block {
    font-size: 32px;
  }
}

@media (min-width: 641px) {
  .package .list:first-child, .package .list:last-child {
    padding: 2vw;
    background: #25272E;
  }
  .package .list:first-child {
    white-space: pre-line;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .package .list:first-child .block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .package .list:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .package .list:last-child .block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.package .list:hover .img {
  -webkit-filter: blur(0) brightness(0.9);
          filter: blur(0) brightness(0.9);
}

.package .list:hover p {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.package .img {
  -webkit-filter: blur(8px) brightness(0.6);
          filter: blur(8px) brightness(0.6);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.package p {
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  z-index: 5;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.contact {
  padding: 4em 0;
  position: relative;
}

.contact .half {
  width: 50%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding: 0 2em;
}

.contact .half .logo {
  width: auto;
  height: 50px;
}

.contact .half p {
  white-space: pre;
  font-size: 16px;
  line-height: 25.888px;
}

.contact .form {
  width: 100%;
  background: #E9EDF0;
  padding: 3em;
}

.contact .form .split {
  margin: 0 0 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}

@media (max-width: 480px) {
  .contact .form .split {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contact .form select {
  margin: 0 0 2em;
}

.contact .form .input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 2em;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22.652px;
}

.contact .form .cta {
  padding: 10px 2em;
  border: 1px solid #008C07;
  background: #008C07;
  color: #fff;
  border-radius: 0;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 2em 0 0;
}

.contact .form .cta:hover {
  background: #fff;
  color: #008C07;
}

.contact .bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 840px) {
  .contact .half {
    width: 100%;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .half p {
    white-space: pre-line;
  }
  .contact .bg {
    height: 50%;
    width: 100%;
  }
}

footer {
  background: #25272E;
  color: #fff;
  padding: 5px 10px;
}
/*# sourceMappingURL=style.css.map */