@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Bungee+Inline&family=Bungee+Outline&family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');._navbar_container_1vrnd_1 {
  position: relative;
  height: 86px;
}

._progress_bar_1vrnd_6 {
  position: fixed;
  top: 74.2px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  transform-origin: 0%;
  z-index: 2;
}

._navbar_1vrnd_1 {
  padding: 14px 30px 14px 15px;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  justify-content: space-between;
  align-items: center;
  background-color: var(--navy);
  box-shadow: 0 1px 3px var(--dark-blue);
  z-index: 3;
}

._fixed_1vrnd_31 {
  position: fixed;
}

._logo_btn_1vrnd_35 {
  width: 40px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

._logo_1vrnd_35 {
  width: 100%;
  height: auto;
}

._navlink_1vrnd_45 {
  font-size: 13px;
  font-weight: 500;
  display: none;
  align-items: center;
  gap: 30px;
  color: var(--grey);
}

._active_1vrnd_54 {
  color: var(--cyan);
  position: relative;
}

._font_1vrnd_59 {
  font-family: 'Montserrat Alternates', sans-serif;
}

._font_1vrnd_59:hover {
  color: var(--cyan);
}

._resume_container_1vrnd_67 {
  color: var(--dark-blue);
  background-color: var(--cyan);
  border-radius: 4px;
  padding: 11px 15px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}

._resume_1vrnd_67,
._resume_hover_1vrnd_78 {
  transition: all 0.2s ease-out;
}

._resume_hover_1vrnd_78 {
  position: absolute;
  top: 11px;
  left: 15px;
  opacity: 0;
  transform: translate(0, -100%);
}

._resume_container_1vrnd_67:hover,
._resume_container_1vrnd_67:focus {
  color: var(--cyan);
  background-color: var(--dark-blue);
  border-color: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}

._resume_container_1vrnd_67:hover ._resume_1vrnd_67,
._resume_container_1vrnd_67:focus ._resume_1vrnd_67 {
  opacity: 0;
  transform: translate(0, 100%);
}

._resume_container_1vrnd_67:hover ._resume_hover_1vrnd_78,
._resume_container_1vrnd_67:focus ._resume_hover_1vrnd_78 {
  opacity: 1;
  transform: translate(0, 0);
}

._theme_btn_1vrnd_110 {
  width: 70px;
}

._theme_img_1vrnd_114 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._mobilemenu_1vrnd_120 {
  position: absolute;
  top: 65.5px;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  padding-right: 35px;
  overflow: hidden;
  transition: height 0.3s ease-out;
  width: 100%;
  z-index: 1;
  color: var(--grey);
  background-color: var(--dark-blue);
}

._mobile_font_1vrnd_138 {
  font-family: 'Montserrat Alternates', sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
}

._mobile_resume_container_1vrnd_144 {
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 1.2rem;
}

._mobile_active_1vrnd_150::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 75%;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  background-color: var(--cyan);
}

._hamburger_1vrnd_161 {
  width: 40px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

._line_1vrnd_169 {
  background-color: var(--cyan);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  height: 3px;
  transition-duration: 500ms;
}

._line_1vrnd_169:nth-child(1) {
  width: 100%;
  top: 0;
  right: 0;
}

._line_1vrnd_169:nth-child(2) {
  width: 75%;
  top: 9.5px;
  right: 0;
  opacity: 1;
}

._line_1vrnd_169:nth-child(3) {
  width: 50%;
  bottom: 0;
  right: 0;
}

._open_1vrnd_197:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

._open_1vrnd_197:nth-child(2) {
  opacity: 0;
}

._open_1vrnd_197:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg);
  top: 9px;
}

@media screen and (min-width: 768px) {
  ._progress_bar_1vrnd_6 {
    top: 93.76px;
  }

  ._navbar_1vrnd_1 {
    padding: 18px 45px 18px 30px;
  }

  ._logo_btn_1vrnd_35 {
    width: 50px;
  }

  ._navlink_1vrnd_45 {
    display: flex;
  }

  ._hamburger_1vrnd_161 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  ._navbar_1vrnd_1 {
    padding: 18px 60px 18px 40px;
  }

  ._navlink_1vrnd_45 {
    font-size: 15px;
    gap: 40px;
  }

  ._resume_container_1vrnd_67 {
    padding: 9px 14px;
  }

  ._resume_hover_1vrnd_78 {
    top: 8px;
    left: 14px;
  }
}
._container_1nbcg_1 {
  width: 100vw;
  height: 100vh;
  padding-left: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  z-index: 0;
}

._intro_1nbcg_14 {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-family: 'Montserrat Alternates', sans-serif;
  color: var(--white);
}

._name_1nbcg_25 {
  color: var(--cyan);
  font-family: 'Bungee', cursive;
  font-size: 1.5rem;
}

._desc_1nbcg_31 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 0.75rem;
  word-spacing: 0.15rem;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--white);
}

._btn_container_1nbcg_40 {
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  padding: 10px 13px;
  transition: 0.2s;
  /* border-radius: 4px; */
  color: var(--white);
  border: 2px solid var(--grey);
}

._btn_hover_1nbcg_51,
._btn_1nbcg_40 {
  font-family: 'Montserrat Alternates', sans-serif;
  transition: all 0.2s ease-out;
}

._btn_hover_1nbcg_51 {
  position: absolute;
  top: 10px;
  left: 13px;
  opacity: 0;
  transform: translate(0, -100%);
}

._arrow_1nbcg_65 {
  margin-left: 5px;
  font-size: 17px;
  display: inline;
  transition: transform 0.3s ease-in-out;
}

._btn_container_1nbcg_40:hover,
._btn_container_1nbcg_40:focus {
  color: var(--cyan);
  background-color: var(--dark-blue);
  border-color: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  text-shadow: 0 0 8px var(--cyan);
}

._btn_container_1nbcg_40:hover ._btn_1nbcg_40,
._btn_container_1nbcg_40:focus ._btn_1nbcg_40 {
  opacity: 0;
  transform: translate(0, 100%);
}

._btn_container_1nbcg_40:hover ._btn_hover_1nbcg_51,
._btn_container_1nbcg_40:focus ._btn_hover_1nbcg_51 {
  opacity: 1;
  transform: translate(0, 0);
}

._btn_container_1nbcg_40:hover ._arrow_1nbcg_65,
._btn_container_1nbcg_40:focus ._arrow_1nbcg_65 {
  transform: rotate(90deg);
}

@media screen and (min-width: 480px) {
  ._container_1nbcg_1 {
    align-items: center;
    padding-left: 0;
  }

  ._intro_1nbcg_14 {
    font-family: 'Bungee', cursive;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  ._desc_1nbcg_31 {
    font-size: 0.9rem;
  }

  ._btn_container_1nbcg_40 {
    font-size: 0.9rem;
    padding: 8px 13px;
  }

  ._btn_hover_1nbcg_51 {
    top: 8px;
  }

  ._arrow_1nbcg_65 {
    margin-left: 6px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  ._intro_1nbcg_14 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  ._name_1nbcg_25 {
    font-size: 1.7rem;
  }

  ._desc_1nbcg_31 {
    font-size: 1.03rem;
  }

  ._btn_container_1nbcg_40 {
    font-size: 0.95rem;
  }

  ._arrow_1nbcg_65 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  ._intro_1nbcg_14 {
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
    line-height: 2.4rem;
  }

  ._name_1nbcg_25 {
    font-size: 1.9rem;
  }

  ._desc_1nbcg_31 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  ._btn_container_1nbcg_40 {
    font-size: 1.1rem;
    padding: 12px 17px;
  }

  ._btn_hover_1nbcg_51 {
    top: 12px;
    left: 17px;
  }

  ._arrow_1nbcg_65 {
    margin-left: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1400px) {
  ._intro_1nbcg_14 {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
    line-height: 2.4rem;
  }

  ._name_1nbcg_25 {
    font-size: 2.1rem;
  }
}
._title_1dw4f_1 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 8px 0;
  margin-bottom: 40px;
}

._title_1dw4f_1::after {
  content: "";
  background-color: var(--white);
  width: 50px;
  height: 2.5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

._para_1dw4f_23 {
  width: 89%;
  margin: 20px auto;
  overflow: hidden;
}

._text_1dw4f_29 {
  font-size: 14.5px;
  word-spacing: 0.13rem;
  text-align: left;
  color: var(--grey);
  margin-bottom: 8px;
}

._link_1dw4f_37 {
  color: var(--cyan);
  position: relative;
  padding-bottom: 1.5px;
}

._link_1dw4f_37::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: inline-block;
  left: 0;
  bottom: 0;
  background-color: var(--cyan);
  transition: 0.3s;
}

._link_1dw4f_37:hover::after {
  width: 100%;
}

._img_container_1dw4f_59 {
  width: 70%;
  position: relative;
}

@keyframes _pulse_1dw4f_1 {
  0% { box-shadow: 0 0 0 0 var(--cyan); }
}

._img_1dw4f_59 {
  --s: 14px;  /* size of the frame */
  --b: 1.4px;   /* border thickness */
  --w: 260px; /* width of the image */
  --c: var(--cyan);

  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  padding: calc(2 * var(--s));

  --_g: var(--c) var(--b), #0000 0 calc(100% - var(--b)), var(--c) 0;

  background:
    linear-gradient(var(--_g)) 50% / 100% var(--_i, 100%) no-repeat,
    linear-gradient(90deg, var(--_g)) 50%/var(--_i, 100%) 100% no-repeat;
  outline: calc(var(--w) / 2) solid #0009;
  outline-offset: calc(var(--w) / -2 - 2 * var(--s));
  transition: 0.4s;
  cursor: pointer;
}

._img_1dw4f_59:hover {
  outline: var(--b) solid var(--c);
  outline-offset: calc(var(--s) / -2);

  --_i: calc(100% - 2 * var(--s));
}

@media screen and (min-width: 480px) {
  ._title_1dw4f_1 {
    font-size: 1.9rem;
  }

  ._para_1dw4f_23 {
    font-size: 15px;
  }

  ._img_container_1dw4f_59 {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  ._title_1dw4f_1 {
    font-size: 2rem;
  }

  ._para_1dw4f_23 {
    margin: 0 auto;
  }

  ._text_1dw4f_29 {
    font-size: 1rem;
    text-align: justify;
  }
}

@media screen and (min-width: 992px) {
  ._para_1dw4f_23 {
    width: 650px;
  }

  ._img_container_1dw4f_59 {
    width: 280px;
  }
}

@media screen and (min-width: 1200px) {
  ._title_1dw4f_1 {
    font-size: 2.3rem;
  }

  ._title_1dw4f_1::after {
    width: 80px;
  }

  ._para_1dw4f_23 {
    width: 51%;
  }

  ._img_container_1dw4f_59 {
    width: 320px;
  }
}
._title_y2zs0_1 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 8px 0;
  margin-top: 100px;
  margin-bottom: 25px;
}

._title_y2zs0_1::after {
  content: "";
  background-color: var(--white);
  width: 60px;
  height: 2.5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

._subtitle_y2zs0_24 {
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Montserrat Alternates', sans-serif;
  color: var(--white);
}

._card_container_y2zs0_31 {
  width: 89%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}

._tilt_y2zs0_42 {
  width: 100%;
}

._card_shadow_y2zs0_46 {
  position: relative;
}

._card_overlay_y2zs0_50 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: var(--dark-blue);
  transition: 0.45s ease-in-out;
}

._card_y2zs0_31 {
  background-color: var(--dark-blue);
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

._card_shadow_y2zs0_46:hover ._card_y2zs0_31 {
  opacity: 0;
}

._card_shadow_y2zs0_46:hover ._card_overlay_y2zs0_50 {
  opacity: 1;
}

._img_container_y2zs0_81 {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

._img_y2zs0_81 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._name_y2zs0_95 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
}

._text_y2zs0_102 {
  font-size: 0.9rem;
  text-align: center;
  color: var(--white);
}

@media screen and (min-width: 480px) {
  ._title_y2zs0_1 {
    font-size: 1.9rem;
  }

  ._card_y2zs0_31 {
    height: 360px;
    gap: 5px;
  }

  ._img_container_y2zs0_81 {
    width: 150px;
    height: 150px;
  }

  ._name_y2zs0_95 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  ._title_y2zs0_1 {
    font-size: 2rem;
  }

  ._card_container_y2zs0_31 {
    width: 100%;
    padding: 50px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  ._tilt_y2zs0_42 {
    width: 47%;
  }

  ._card_y2zs0_31 {
    height: 320px;
  }

  ._img_container_y2zs0_81 {
    width: 120px;
    height: 120px;
  }

  ._name_y2zs0_95 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  ._card_container_y2zs0_31 {
    width: 830px;
    padding: 50px 0;
    flex-wrap: nowrap;
    gap: 20px;
  }

  ._tilt_y2zs0_42 {
    width: 32%;
  }

  ._card_y2zs0_31 {
    height: 300px;
  }

  ._img_container_y2zs0_81 {
    width: 110px;
    height: 110px;
  }

  ._name_y2zs0_95 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1200px) {
  ._title_y2zs0_1 {
    font-size: 2.3rem;
  }

  ._title_y2zs0_1::after {
    width: 80px;
  }

  ._card_container_y2zs0_31 {
    width: 970px;
    gap: 40px;
  }

  ._card_y2zs0_31 {
    height: 320px;
  }

  ._name_y2zs0_95 {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 1400px) {
  ._container_y2zs0_209 {
    max-width: 1200px;
    margin: 0 auto;
  }

  ._card_container_y2zs0_31 {
    width: 1062px;
  }

  ._card_y2zs0_31 {
    height: 330px;
    gap: 10px;
  }

  ._name_y2zs0_95 {
    font-size: 0.9rem;
  }
}
._title_f344t_1 {
  width: 89%;
  font-size: 14.5px;
  word-spacing: 0.13rem;
  text-align: left;
  color: var(--grey);
  margin: 50px auto;
}

._btn_container_f344t_10 {
  width: 89%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: 0 auto 25px auto;
  color: var(--white);
}

._btn_container_f344t_10 button {
  text-transform: capitalize;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  padding: 5px 0;
}

._btn_active_f344t_26 {
  color: #fff;
  text-transform: capitalize;
  background-color: var(--cyan) !important;
}

._tech_container_f344t_32 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 0;
  margin: 30px auto;
}

._tech_f344t_32 {
  width: 85px;
  height: 90px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s ease-out;
}

._tech_img_f344t_50 {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 480px) {
  ._title_f344t_1 {
    font-size: 15px;
  }
}

@media screen and (min-width: 545px) {
  ._tech_container_f344t_32 {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  ._title_f344t_1 {
    font-size: 16px;
    text-align: center;
  }

  ._btn_container_f344t_10 button {
    font-size: 0.9rem;
    padding: 7px 0;
  }

  ._tech_container_f344t_32 {
    width: 89%;
    height: 305px;
    gap: 13px;
  }

  ._tech_f344t_32 {
    width: 90px;
    height: 93px;
  }
}

@media screen and (min-width: 1024px) {
  ._btn_container_f344t_10 {
    width: 820px;
  }

  ._tech_container_f344t_32 {
    width: 830px;
    height: 166px;
    gap: 0 13px;
  }

  ._tech_f344t_32 {
    width: 80px;
    height: 83px;
    background-color: var(--cyan);
  }

  ._tech_f344t_32:hover {
    cursor: pointer;
    background-color: var(--navy);
  }

  ._tech_img_f344t_50 {
    mix-blend-mode: multiply;
    filter: grayscale(100%) contrast(1);
  }

  ._tech_f344t_32:hover ._tech_img_f344t_50 {
    mix-blend-mode: normal;
    filter: none;
  }
}

@media screen and (min-width: 1200px) {
  ._title_f344t_1 {
    font-size: 17px;
  }

  ._btn_container_f344t_10 {
    width: 70%;
  }

  ._btn_container_f344t_10 button {
    font-size: 1rem;
  }

  ._tech_container_f344t_32 {
    width: 970px;
    height: 185px;
    gap: 0 20px;
  }

  ._tech_f344t_32 {
    width: 90px;
    height: 93px;
  }

  ._tech_img_f344t_50 {
    width: 60%;
    height: 60%;
  }
}

@media screen and (min-width: 1400px) {
  ._tech_container_f344t_32 {
    width: 1062px;
    height: 208px;
  }

  ._tech_f344t_32 {
    width: 100px;
    height: 103px;
  }
}
._title_20yrz_1 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 8px 0;
  margin: 60px auto;
}

._title_20yrz_1::after {
  content: "";
  background-color: var(--white);
  width: 60px;
  height: 2.5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

._project_container_20yrz_23 {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1px;
  padding: 0 10px;
}

._card_20yrz_30 {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

._img_20yrz_36 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}

._card_overlay_20yrz_46 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

._card_20yrz_30:hover ._img_20yrz_36 {
  transform: scale(1.1);
  opacity: 0.5;
}

._card_20yrz_30:hover ._card_overlay_20yrz_46 {
  opacity: 1;
}

._card_text_20yrz_63 {
  background-color: var(--navy);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

._text_20yrz_74 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._card_20yrz_30:hover ._text_20yrz_74 {
  animation: _slide-down_20yrz_1 0.3s ease-out;
}

@keyframes _slide-down_20yrz_1 {
  from {
    transform: translateY(-150%);
    opacity: 0.5;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

._name_20yrz_96 {
  color: var(--white);
  font-family: "Bungee", cursive;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

._tech_20yrz_103 {
  display: flex;
  gap: 10px;
}

._tech_list_20yrz_108 {
  font-size: 0.7rem;
  font-family: "Montserrat Alternates", sans-serif;
  color: var(--cyan);
}

._tech_list_20yrz_108:nth-child(2) {
  background: #11998e; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */

  background:
    linear-gradient(
      to top,
      #11998e,
      #38ef7d
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._tech_list_20yrz_108:nth-child(3) {
  background: #ec008c; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */

  background:
    linear-gradient(
      to top,
      #ec008c,
      #fc6767
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._btn_container_20yrz_154 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--dark-blue);
  background-color: var(--cyan) !important;
  border-radius: 4px;
  padding: 12px 18px;
  text-transform: capitalize;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}

._btn_hover_20yrz_167,
._btn_20yrz_154 {
  transition: all 0.2s ease-out;
}

._btn_hover_20yrz_167 {
  position: absolute;
  top: 12px;
  left: 18px;
  opacity: 0;
  transform: translate(0, -100%);
}

._btn_container_20yrz_154:hover,
._btn_container_20yrz_154:focus {
  color: var(--cyan);
  background-color: var(--dark-blue) !important;
  box-shadow: 0 0 8px var(--cyan);
}

._btn_container_20yrz_154:hover ._btn_20yrz_154,
._btn_container_20yrz_154:focus ._btn_20yrz_154 {
  opacity: 0;
  transform: translate(0, 100%);
}

._btn_container_20yrz_154:hover ._btn_hover_20yrz_167,
._btn_container_20yrz_154:focus ._btn_hover_20yrz_167 {
  opacity: 1;
  transform: translate(0, 0);
}

._card_20yrz_30:hover ._btn_container_20yrz_154 {
  animation: _slide-up_20yrz_1 0.3s ease-out;
}

@keyframes _slide-up_20yrz_1 {
  from {
    transform: translateY(150%);
    opacity: 0.5;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

@media screen and (min-width: 480px) {
  ._title_20yrz_1 {
    font-size: 1.9rem;
  }

  ._title_20yrz_1::after {
    width: 70px;
  }

  ._project_container_20yrz_23 {
    padding: 0 30px;
  }

  ._card_text_20yrz_63 {
    gap: 50px;
  }

  ._name_20yrz_96 {
    font-size: 1.35rem;
    margin-bottom: 5px;
  }

  ._tech_list_20yrz_108 {
    font-size: 0.7rem;
  }

  ._btn_container_20yrz_154 {
    font-size: 1rem;
    padding: 12px 20px;
  }

  ._btn_hover_20yrz_167 {
    left: 20px;
  }
}

@media screen and (min-width: 768px) {
  ._title_20yrz_1 {
    font-size: 2rem;
  }

  ._project_container_20yrz_23 {
    grid-template-columns: auto auto;
    padding: 0 20px;
  }

  ._name_20yrz_96 {
    font-size: 1.25rem;
  }

  ._btn_container_20yrz_154 {
    padding: 12px 18px;
  }

  ._btn_hover_20yrz_167 {
    left: 18px;
  }
}

@media screen and (min-width: 1024px) {
  ._project_container_20yrz_23 {
    padding: 0;
    width: 830px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  ._title_20yrz_1 {
    font-size: 2.3rem;
    margin-top: 110px;
  }

  ._title_20yrz_1::after {
    width: 80px;
  }

  ._project_container_20yrz_23 {
    width: 970px;
    grid-template-columns: auto auto auto;
  }

  ._name_20yrz_96 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1400px) {
  ._project_container_20yrz_23 {
    width: 1062px;
  }

  ._card_text_20yrz_63 {
    gap: 60px;
  }

  ._name_20yrz_96 {
    font-size: 1.35rem;
  }

  ._tech_list_20yrz_108 {
    font-size: 0.8rem;
  }

  ._btn_container_20yrz_154 {
    padding: 12px 20px;
  }

  ._btn_hover_20yrz_167 {
    left: 20px;
  }
}
._overlay_jnmq5_1 {
  position: fixed;
  top: 65.5px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(10px);
  z-index: 999;
}

._container_jnmq5_12 {
  background-color: var(--dark-blue);
  width: 90%;
  margin: 0 auto;
  position: relative;
}

._close_btn_jnmq5_19 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
  z-index: 9;
  color: var(--white);
  background-color: var(--low-opacity);
  font-size: 1.8rem;
}

._close_btn_jnmq5_19:hover,
._close_btn_jnmq5_19:focus {
  color: #ec008c;
  cursor: pointer;
}

._img_jnmq5_36 {
  width: 90%;
  height: 100%;
  margin: 0 auto 20px auto;
}

._content_jnmq5_42 {
  width: 90%;
  margin: 20px auto 0 auto;
  color: var(--white);
}

._name_jnmq5_48 {
  font-family: "Bungee", cursive;
  font-size: 1.2rem;
}

._tech_jnmq5_53 {
  display: flex;
  gap: 10px;
}

._tech_list_jnmq5_58 {
  color: var(--cyan);
  font-size: 0.7rem;
  font-family: "Montserrat Alternates", sans-serif;
}

._tech_list_jnmq5_58:nth-child(2) {
  background: #11998e; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */

  background:
    linear-gradient(
      to top,
      #11998e,
      #38ef7d
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._tech_list_jnmq5_58:nth-child(3) {
  background: #ec008c; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */

  background:
    linear-gradient(
      to top,
      #ec008c,
      #fc6767
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._description_jnmq5_104 {
  font-size: 0.8rem;
  margin: 10px auto;
}

._link_jnmq5_109 {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 25px 0;
}

._btn_container_jnmq5_115 {
  padding: 8px 14px;
  color: var(--dark-blue);
  background-color: var(--cyan);
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}

._btn_hover_jnmq5_127,
._btn_jnmq5_115 {
  transition: all 0.2s ease-out;
}

._btn_hover_jnmq5_127 {
  position: absolute;
  top: 8px;
  left: 14px;
  opacity: 0;
  transform: translate(0, -100%);
}

._btn_container_jnmq5_115:hover,
._btn_container_jnmq5_115:focus {
  color: var(--cyan);
  background-color: var(--dark-blue);
  box-shadow: 0 0 6px var(--cyan);
}

._btn_container_jnmq5_115:hover ._btn_jnmq5_115,
._btn_container_jnmq5_115:focus ._btn_jnmq5_115 {
  opacity: 0;
  transform: translate(0, 100%);
}

._btn_container_jnmq5_115:hover ._btn_hover_jnmq5_127,
._btn_container_jnmq5_115:focus ._btn_hover_jnmq5_127 {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  ._overlay_jnmq5_1 {
    top: 73.5px;
  }

  ._container_jnmq5_12 {
    width: 652px;
  }

  ._close_btn_jnmq5_19 {
    font-size: 2rem;
  }

  ._img_jnmq5_36 {
    margin-bottom: 30px;
  }

  ._name_jnmq5_48 {
    font-size: 1.5rem;
  }

  ._tech_jnmq5_53 {
    gap: 15px;
  }

  ._tech_list_jnmq5_58 {
    font-size: 0.8rem;
  }

  ._description_jnmq5_104 {
    font-size: 1rem;
    margin: 20px auto;
  }

  ._btn_container_jnmq5_115 {
    font-size: 1.1rem;
    padding: 10px 16px;
  }

  ._btn_hover_jnmq5_127 {
    top: 10px;
    left: 16px;
  }
}

@media screen and (min-width: 1200px) {
  ._overlay_jnmq5_1 {
    top: 0;
    z-index: 3;
  }

  ._container_jnmq5_12 {
    width: 600px;
  }

  ._close_btn_jnmq5_19 {
    font-size: 2.1rem;
    padding: 7px;
  }

  ._img_jnmq5_36 {
    margin-bottom: 20px;
  }

  ._name_jnmq5_48 {
    font-size: 1.3rem;
  }

  ._tech_jnmq5_53 {
    gap: 15px;
  }

  ._tech_list_jnmq5_58 {
    font-size: 0.8rem;
  }

  ._description_jnmq5_104 {
    font-size: 0.9rem;
    margin: 10px auto;
  }

  ._btn_container_jnmq5_115 {
    font-size: 1rem;
  }
}


*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-\[-1\]{
  z-index: -1;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-80{
  margin-bottom: 20rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-\[130px\]{
  margin-top: 130px;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-28{
  height: 7rem;
}

.h-screen{
  height: 100vh;
}

.w-28{
  width: 7rem;
}

.w-screen{
  width: 100vw;
}

.max-w-\[90\%\]{
  max-width: 90%;
}

.resize{
  resize: both;
}

.pb-28{
  padding-bottom: 7rem;
}

.opacity-100{
  opacity: 1;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Calibre', 'Inter', 'San Francisco', 'SF Pro Text', -apple-system, system-ui, sans-serif;
  scroll-behavior: smooth;
  color-scheme: dark;
}

::-webkit-scrollbar {
  width: 8.5px;
  height: 0;
  background-color: var(--dark-blue);
}

::-webkit-scrollbar-thumb {
  background-color: var(--light-grey);
  border-radius: 8px;
}

.App {
  --navy: #030b25;
  --cyan: #22abfa;
  --white: #dfe7f3;
  --grey: #b1bcdc;
  --light-grey: #1b243f;
  --light-blue: #26517d;
  --dark-blue: #020716;
  --low-opacity: #000000cd;
}

.App.light {
  --navy: #dfe7f3;
  --cyan: #22abfa;
  --white: #020716;
  --grey: #030b25;
  --dark-blue: #fff;
  --light-grey: #dfe7f3;
  --light-blue: #26517d;
  --low-opacity: #ffffffcd;
}

.body {
  background-color: var(--navy);
}

.star-canvas {
  background-color: var(--dark-blue);
}

.green-pink-gradient {
  background: "#00cea8";
  background: linear-gradient(90.13deg, #00cea8 1.9%, #bf61ff 97.5%);
}

.grey-gradient {
  background: #3f4e85;
  background: linear-gradient(-90deg, #3f4e85 0%, rgba(51, 53, 80, 0) 100%);
}

.slick-slider {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.carousel-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.carousel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-dots li button::before {
  font-size: 0.4rem !important;
  opacity: 1 !important;
  color: var(--white);
}

.slick-dots li.slick-active button::before {
  color: var(--cyan) !important;
}

.slick-arrow {
  top: 100% !important;
  z-index: 9;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-prev::before,
.slick-next::before {
  font-family: "Montserrat Alternates", sans-serif !important;
  position: absolute;
  opacity: 1 !important;
  padding: 8px 10px 12px 10px;
  top: -36px !important;
  color: var(--white);
  background-color: var(--low-opacity);
}

.slick-prev::before {
  left: 0;
}

.slick-next::before {
  right: 0;
}

.contact {
  width: 100%;
  padding-bottom: 40px;
  background-color: var(--light-grey);
  background-image:
    linear-gradient(335deg, var(--dark-blue) 23px, transparent 23px),
    linear-gradient(155deg, var(--dark-blue) 23px, transparent 23px),
    linear-gradient(335deg, var(--dark-blue) 23px, transparent 23px),
    linear-gradient(155deg, var(--dark-blue) 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0 2px, 4px 35px, 29px 31px, 34px 6px;
}

@media screen and (min-width: 768px) {
  .slick-prev::before,
  .slick-next::before {
    font-size: 1.8rem !important;
    top: -45px !important;
  }
}

@media screen and (min-width: 1200px) {
  .slick-prev::before,
  .slick-next::before {
    font-size: 2rem !important;
    padding: 10px 12px 14px 12px;
    top: -52px !important;
  }
}

@media (min-width: 1024px){

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:w-24{
    width: 6rem;
  }
}

@media (min-width: 1280px){

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:h-\[5\.5rem\]{
    height: 5.5rem;
  }

  .xl\:w-\[5\.5rem\]{
    width: 5.5rem;
  }
}
._title_f6vlo_1 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 8px 0;
  margin-top: 60px;
  margin-bottom: 25px;
}

._title_f6vlo_1::after {
  content: "";
  background-color: var(--white);
  width: 60px;
  height: 2.5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

._subtitle_f6vlo_24 {
  text-align: center;
  font-size: 0.9rem;
  font-family: 'Montserrat Alternates', sans-serif;
  color: var(--white);
}

._carousel_container_f6vlo_31 {
  position: relative;
}

._btn_container_f6vlo_35 {
  display: flex;
  justify-content: center;
  gap: 50px;
}

._button_f6vlo_41 {
  display: block;
  font-size: 1.5rem;
  color: var(--cyan);
}

._prev_f6vlo_47 {
  animation-name: _prev_f6vlo_47;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes _prev_f6vlo_47 {
  0% { transform: translate(0, 0); }
  50% { transform: translate(5px, 0); }
  100% { transform: translate(0, 0); }
}

._next_f6vlo_60 {
  animation-name: _next_f6vlo_60;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes _next_f6vlo_60 {
  0% { transform: translate(0, 0); }
  50% { transform: translate(-5px, 0); }
  100% { transform: translate(0, 0); }
}

._card_container_f6vlo_73 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 50px 0 20px 0;
}

._card_f6vlo_73 {
  width: 92%;
  background-color: var(--dark-blue);
  padding: 50px 40px;
  overflow: hidden;
}

._header_f6vlo_89 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

._img_f6vlo_96 {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transform: translateY(6px);
}

._openquote_f6vlo_104 {
  margin: 15px 0 25px 0;
  font-size: 2.2rem;
  color: var(--cyan);
}

._para_f6vlo_110 {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white);
  padding-bottom: 15px;
}

._label_f6vlo_117 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

._name_f6vlo_124 {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--white);
}

._country_f6vlo_130 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 0.75rem;
  color: var(--cyan);
}

._icon_f6vlo_136 {
  font-size: 1.3rem;
  padding-bottom: 2px;
  position: relative;
  color: var(--cyan);
}

._icon_f6vlo_136::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: inline-block;
  left: 0;
  bottom: 0;
  background-color: var(--cyan);
  transition: 0.3s;
}

._icon_f6vlo_136:hover {
  cursor: pointer;
}

._icon_f6vlo_136:hover::after {
  width: 100%;
}

@media screen and (min-width: 480px) {
  ._title_f6vlo_1 {
    font-size: 1.9rem;
  }

  ._button_f6vlo_41 {
    font-size: 1.8rem;
  }

  ._card_f6vlo_73 {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  ._title_f6vlo_1 {
    font-size: 2rem;
  }

  ._button_f6vlo_41 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  ._prev_f6vlo_47 {
    left: 10%;
  }

  ._next_f6vlo_60 {
    right: 10%;
  }
}

@media screen and (min-width: 1200px) {
  ._title_f6vlo_1 {
    font-size: 2.3rem;
  }

  ._title_f6vlo_1::after {
    width: 80px;
  }

  ._button_f6vlo_41 {
    top: 46%;
  }

  ._prev_f6vlo_47 {
    left: -2%;
  }

  ._next_f6vlo_60 {
    right: -2%;
  }

  ._card_container_f6vlo_73 {
    flex-direction: row;
    gap: 25px;
    padding: 50px 35px;
  }

  ._card_f6vlo_73 {
    padding: 45px 35px;
  }

  ._para_f6vlo_110 {
    font-size: 0.83rem;
    line-height: 1.15rem;
    height: 100px;
  }

  ._label_f6vlo_117 {
    margin-top: 10px;
    align-items: flex-end;
  }

  ._icon_f6vlo_136 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1400px) {
  ._button_f6vlo_41 {
    font-size: 2rem;
  }

  ._prev_f6vlo_47 {
    left: -1%;
  }

  ._next_f6vlo_60 {
    right: -1%;
  }

  ._card_container_f6vlo_73 {
    gap: 40px;
  }

  ._para_f6vlo_110 {
    font-size: 0.88rem;
    height: 110px;
  }

  ._name_f6vlo_124 {
    font-size: 0.85rem;
  }

  ._country_f6vlo_130 {
    font-size: 0.8rem;
  }

  ._icon_f6vlo_136 {
    font-size: 1.4rem;
  }
}
._title_vfnir_1 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 8px 0;
  margin: 60px auto;
}

._title_vfnir_1::after {
  content: "";
  background-color: var(--white);
  width: 50px;
  height: 2.5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

._subtitle_vfnir_23 {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat Alternates", sans-serif;
  color: var(--white);
}

._container_vfnir_30 {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 40px auto;
  padding: 30px 0 50px 0;
  gap: 40px;
  overflow: hidden;
}

._form_container_vfnir_40 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--dark-blue);
}

._form_vfnir_40 {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-end;
  gap: 12px;
  padding: 30px;
}

._form_title_vfnir_58 {
  font-size: 1.2rem;
  font-weight: 500;
  align-self: flex-start;
  color: var(--light-blue);
}

._input_vfnir_65 {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  outline: none;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--grey);
  background-color: transparent;
  border: 1px solid var(--light-blue);
  border-radius: 4px;
}

._input_vfnir_65::-moz-placeholder {
  color: var(--light-blue);
}

._input_vfnir_65::placeholder {
  color: var(--light-blue);
}

._textarea_vfnir_82 {
  height: 90px;
}

._btn_container_vfnir_86 {
  color: var(--dark-blue);
  background-color: var(--light-blue);
  padding: 12px 18px;
  border-radius: 4px;
  margin-top: 3px;
  transition: 0.2s;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}

._btn_hover_vfnir_100,
._btn_vfnir_86 {
  transition: all 0.2s ease-out;
}

._btn_hover_vfnir_100 {
  position: absolute;
  top: 12px;
  left: 18px;
  opacity: 0;
  transform: translate(0, -100%);
}

._btn_container_vfnir_86:hover,
._btn_container_vfnir_86:focus {
  color: var(--cyan);
  border-color: var(--cyan);
  background-color: var(--dark-blue);
  box-shadow: 0 0 8px var(--cyan);
}

._btn_container_vfnir_86:hover ._btn_vfnir_86,
._btn_container_vfnir_86:focus ._btn_vfnir_86 {
  opacity: 0;
  transform: translate(0, 100%);
}

._btn_container_vfnir_86:hover ._btn_hover_vfnir_100,
._btn_container_vfnir_86:focus ._btn_hover_vfnir_100 {
  opacity: 1;
  transform: translate(0, 0);
}

._error_vfnir_133 {
  display: none;
}

._img_container_vfnir_137 {
  width: 100%;
  height: 352.6px;
  border-radius: 4px;
  margin: 0 auto;
}

._img_vfnir_137 {
  transform: translateY(40px);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  ._title_vfnir_1 {
    font-size: 2rem;
  }

  ._subtitle_vfnir_23 {
    width: 540px;
    margin: 0 auto;
  }

  ._container_vfnir_30 {
    width: 495px;
    margin: 50px auto;
  }
}

@media screen and (min-width: 992px) {
  ._container_vfnir_30 {
    flex-direction: row;
    width: 850px;
  }
}

@media screen and (min-width: 1200px) {
  ._title_vfnir_1 {
    margin: 80px 0 40px 0;
    font-size: 2.3rem;
  }

  ._title_vfnir_1::after {
    width: 80px;
  }

  ._container_vfnir_30 {
    width: 950px;
    padding: 53px 0 50px 0;
    gap: 40px;
  }

  ._form_vfnir_40 {
    gap: 20px;
    padding: 0 45px;
  }

  ._form_title_vfnir_58 {
    font-size: 1.3rem;
  }

  ._btn_container_vfnir_86 {
    font-size: 1rem;
  }

  ._img_container_vfnir_137 {
    height: 400px;
  }
}
#_footer_lnz0v_1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: -2;
  background-color: var(--light-blue);
}

._up_icon_container_lnz0v_11 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  animation-name: _floating_lnz0v_1;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes _floating_lnz0v_1 {
  0% { transform: translate(0, 0); }
  50% { transform: translate(0, 7px); }
  100% { transform: translate(0, -0); }
}

._title_lnz0v_26 {
  position: relative;
  text-align: center;
}

._text_lnz0v_31 {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 7px;
  color: #fff;
  background-color: var(--light-blue) !important;
  z-index: -1;
}

._title_lnz0v_26::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 9px;
  left: 0;
  z-index: -2;
  height: 8px;
}

._icon_container_lnz0v_53 {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

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

._up_overlay_lnz0v_65 {
  border: none;
}

._overlay_lnz0v_60:hover,
._overlay_lnz0v_60:active {
  cursor: pointer;
}

._up_overlay_lnz0v_65:hover,
._up_overlay_lnz0v_65:active {
  background-color: transparent;
}

._icon_lnz0v_53,
._icon_hover_lnz0v_80 {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

._up_icon_lnz0v_11,
._up_icon_hover_lnz0v_88 {
  padding: 8px;
}

._icon_hover_lnz0v_80 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

._up_icon_hover_lnz0v_88 {
  transform: translate(0, 100%);
}

._overlay_lnz0v_60:hover ._icon_lnz0v_53 {
  opacity: 0;
}

._overlay_lnz0v_60:hover ._up_icon_lnz0v_11 {
  transform: translate(0, -100%);
}

._overlay_lnz0v_60:hover ._icon_hover_lnz0v_80,
._overlay_lnz0v_60:active ._icon_hover_lnz0v_80 {
  opacity: 1;
  transform: translate(0, 0);
}

._overlay_lnz0v_60:hover ._up_icon_hover_lnz0v_88,
._overlay_lnz0v_60:active ._up_icon_hover_lnz0v_88 {
  color: var(--cyan);
}

._p_lnz0v_122 {
  margin-top: 30px;
  display: block;
  text-decoration: none;
  text-align: center;
}

._a_lnz0v_129 {
  font-size: 0.75rem;
  color: #dfe7f3;
  font-family: 'Montserrat Alternates', sans-serif;
  position: relative;
  padding-bottom: 1.8px;
}

._a_lnz0v_129::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: inline-block;
  left: 50%;
  bottom: 0;
  background-color: #b1bcdc;
  transition: 0.3s;
}

._a_lnz0v_129::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: inline-block;
  right: 50%;
  bottom: 0;
  background-color: #b1bcdc;
  transition: 0.3s;
}

._a_lnz0v_129:hover::after {
  width: 50%;
}

._a_lnz0v_129:hover::before {
  width: 50%;
}

._a_lnz0v_129:active {
  color: var(--cyan);
}

._span_lnz0v_173 {
  font-size: 0.95rem;
}

@media screen and (min-width: 480px) {
  ._icon_container_lnz0v_53 {
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  ._title_lnz0v_26 {
    width: 950px;
    margin: 0 auto;
  }

  ._text_lnz0v_31 {
    font-size: 1.1rem;
  }

  ._title_lnz0v_26::after {
    height: 9px;
  }

  ._icon_container_lnz0v_53 {
    gap: 25px;
  }
}
