@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Black-5e0be9db0a8fca989d33152934a61e32.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-ExtraBold-0ca64349435fa01135f275d58ea7fe16.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Bold-764bc9d13f09720b32d15e1423054c2a.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-SemiBold-bba63d7c7cddf15b19fbb651c0f07c7f.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Medium-b30047c226870fd31eb4c6a099ed75b1.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular-841449941ec9dbd3ccabf4f4d5d72893.ttf");
  font-weight: 400;
}
.bg-light-orange {
  background-color: rgba(255, 153, 98, 0.1294117647);
}

/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.7rem;
  color: #202124;
  text-rendering: optimizeSpeed;
  -webkit-user-select: none;
  user-select: none;
  background-color: white;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

.subtitle {
  line-height: 1.7rem;
}

/* Balance text wrapping on headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 800;
  text-wrap: balance;
  padding-inline: 1rem;
}

/* A elements that don't have a class get default styles */
a,
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  color: #FF9862;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #ff7d36;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(141, 145, 155, 0.5764705882);
}

button:focus {
  outline: none;
  border-color: rgba(141, 145, 155, 0.5764705882);
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 2em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0ms !important;
    scroll-behavior: auto !important;
  }
}
.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.btn {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease-in-out;
  height: 2.35rem;
}

.btn-primary {
  background-color: #FF9862;
}

.btn-secondary {
  background-color: #45474b;
}

.btn-success {
  background-color: #6caf00;
}

.btn-warning {
  background-color: #e5991b;
}

.btn-danger {
  background-color: #d7090f;
}

.btn[disabled],
.btn:focus-visible,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-primary:hover {
  background-color: #ff7d36;
  box-shadow: none;
}

.btn-dark:hover.btn[disabled], .btn-dark:hover.btn:focus-visible, .btn-dark:hover.btn-check:checked + .btn, .btn-dark:hover.btn.active, .btn-dark:hover.btn:first-child:active, .btn-dark:hover:not(.btn-check) + .btn:active {
  background-color: #202124;
}

#scrollToTopBtn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 5;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
}

#prevSlideBtn,
#nextSlideBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#prevSlideBtn img,
#nextSlideBtn img {
  height: 1.3rem;
  width: auto;
}

#scrollToTopBtn.is-active {
  opacity: 1;
  transform: scale(1);
}

.wave {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wave {
    height: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .wave {
    height: 5rem;
  }
}

.wave-top {
  top: -3rem;
}
@media screen and (min-width: 768px) {
  .wave-top {
    top: -4rem;
  }
}
@media screen and (min-width: 1200px) {
  .wave-top {
    top: -5rem;
  }
}

.wave-bottom {
  bottom: -3rem;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .wave-bottom {
    bottom: -4rem;
  }
}
@media screen and (min-width: 1200px) {
  .wave-bottom {
    bottom: -5rem;
  }
}

body {
  display: flex;
  flex-direction: column;
}

.container section {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .container section {
    padding-block: 7rem;
  }
}
.container .section:nth-child(even)::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgb(252, 244, 236);
}
.container .section > div:not(.wrapper-illustration-xl) img {
  height: 100%;
  margin: auto;
  object-fit: contain;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .container .section > div:not(.wrapper-illustration-xl) img {
    height: 20rem;
  }
}
.container .section.section-ltr, .container .section.section-rtl {
  position: relative;
}
.container .section.section-ltr .wrapper > *, .container .section.section-rtl .wrapper > * {
  flex: 1;
}
.container .section.section-rtl::before {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: rgba(255, 153, 98, 0.1294117647);
  overflow: hidden;
}

footer {
  margin-top: auto;
  background-color: #FFF2EB;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgb(231, 231, 231);
}
footer p {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.4;
}

header {
  margin-top: 3.5rem;
  background-color: #ff9861;
}
header .wrapper {
  max-width: 1200px;
  margin: auto;
}
header .wrapper h1 {
  max-width: 21ch;
  color: white;
  line-height: 1.35;
}
header .wrapper p {
  max-width: 36ch;
  line-height: 1.35;
}

nav.navbar {
  width: 100vw;
  transition: 0s background-color ease-in-out, 0s color ease-in-out;
  font-size: 1rem;
  background-color: #FFF2EB;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: inherit;
}
nav.navbar:first-child() {
  max-width: 1500px;
}
nav.navbar .nav-item img,
nav.navbar .nav-item svg {
  fill: currentColor;
  transition: fill 0.35s ease-in-out;
}
nav.navbar .nav-item:not(.active) a {
  transition: color 0.35s ease-in-out;
  color: #4a4a4a;
}
nav.navbar .nav-item:not(.active) img {
  transition: filter 0.35s ease-in-out;
  filter: invert(30%) sepia(1%) saturate(2025%) hue-rotate(354deg) brightness(90%) contrast(90%);
}
nav.navbar .nav-item:hover:not(.active) a {
  color: #0e0e0e;
}
nav.navbar .nav-item:hover:not(.active) img {
  filter: invert(0%) sepia(46%) saturate(7092%) hue-rotate(33deg) brightness(95%) contrast(89%);
}
nav.navbar .nav-item.active a {
  color: #ff7b33;
}
nav.navbar .nav-item.active img {
  filter: invert(71%) sepia(35%) saturate(7281%) hue-rotate(337deg) brightness(104%) contrast(103%);
}

.container-login {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 3.5rem);
  padding-top: 6.5rem;
  padding-bottom: 3rem;
  width: 100%;
}
.container-login::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 120vw;
  height: calc(100% + 3rem);
  background-color: #FF9862;
  z-index: -1;
}
.container-login form {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: clamp(350px, 25vw, 450px);
  padding: 2rem;
  border: 1px solid lightblue;
  background-color: #FFF2EB;
  border-radius: 0.75rem;
}

.container-project .section-2 .workflow-cicd-img {
  height: 100% !important;
}
.container-project .section-2 .list-group-numbered li {
  position: relative;
}
.container-project .section-2 .list-group-numbered li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 1rem;
  height: 100%;
  background-color: #2063af;
  border-radius: 9px;
}
.container-project .section-2 .list-group-numbered li:nth-last-child(-n+6)::after {
  background-color: #FBB027;
}
.container-project .section-3 .wrapper-illustration-xl {
  height: 45rem;
}
.container-project .section-3 .wrapper-illustration-xl .wrapper-img {
  background-color: rgba(13, 17, 22, 0.0862745098);
  border: 1px solid lightgray;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 0.5rem;
}
.container-project .section-3 .wrapper-illustration-xl .wrapper-img .illustration-subtitle {
  position: relative;
  opacity: 0;
  transform: translateY(1.5rem);
}
.container-project .section-3 .wrapper-illustration-xl .wrapper-img .illustration-subtitle.active {
  animation: slideUpSubtitle 0.3s 0.35s forwards ease-out;
}
@keyframes slideUpSubtitle {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.container-project .section-3 .wrapper-illustration-xl .wrapper-img.active {
  transform: translateY(5rem);
  animation: slideUp 0.65s forwards ease-in-out;
  opacity: 0.5;
}
.container-project .section-3 .wrapper-illustration-xl .wrapper-img:not(.active) {
  display: none;
}
@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.container-project .section-3 .wrapper-illustration-xl img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  border-radius: 0.35rem;
}
.container-project .section-4 img {
  width: 250px;
}

.container-register {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 3.5rem);
  padding-top: 6.5rem;
  padding-bottom: 3rem;
  width: 100%;
}
.container-register::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 120vw;
  height: calc(100% + 3rem);
  background-color: #FF9862;
  z-index: -1;
}
.container-register form {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: clamp(350px, 25vw, 450px);
  padding: 1rem;
  border: 1px solid lightblue;
  background-color: #FFF2EB;
  border-radius: 0.75rem;
}
@media screen and (min-width: 576px) {
  .container-register form {
    padding: 2rem;
  }
}

/*# sourceMappingURL=app.output.css.map */
