@import url("https://fonts.googleapis.com/css2?family=Work+Sans: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");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+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&display=swap");
@font-face {
  font-family: "Newake";
  font-style: normal;
  font-weight: normal;
  src: local("Newake"), url("../assets/fonts/newake/Newake-Font-Demo.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-compact";
  font-style: normal;
  font-weight: 500;
  src: local("Pangram-compact"), url("../assets/fonts/pangram/PPPangramSansRounded-CompactRegular.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-compact";
  font-style: normal;
  font-weight: 300;
  src: local("Pangram-compact"), url("../assets/fonts/pangram/PPPangramSansRounded-CompactExtralightReclined.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-compact";
  font-style: normal;
  font-weight: 400;
  src: local("Pangram-compact"), url("../assets/fonts/pangram/PPPangramSansRounded-CompactThinItalic.otf") format("opentype");
}
@font-face {
  font-family: "Pangram";
  font-style: normal;
  font-weight: 500;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Pangram";
  font-style: normal;
  font-weight: 300;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-Light.otf") format("opentype");
}
@font-face {
  font-family: "Pangram";
  font-style: normal;
  font-weight: 700;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Pangram";
  font-style: normal;
  font-weight: 600;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Pangram";
  font-style: italic;
  font-weight: 700;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-ExtraboldItalic.otf") format("opentype");
}
@font-face {
  font-family: "Pangram";
  font-style: normal;
  font-weight: 200;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Compressed";
  font-style: normal;
  font-weight: 700;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-CompressedExtrabold.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Compressed";
  font-style: normal;
  font-weight: 500;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-CompressedMediumReclined.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Slim";
  font-style: normal;
  font-weight: 500;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-SlimMediumReclined.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Slim";
  font-style: normal;
  font-weight: 400;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-SlimExtralight.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Slim";
  font-style: italic;
  font-weight: 600;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-SlimSemiboldItalic.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Narrow";
  font-style: normal;
  font-weight: 600;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-NarrowSemibold.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Narrow";
  font-style: normal;
  font-weight: 400;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-NarrowExtralightReclined.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Narrow";
  font-style: italic;
  font-weight: 700;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-NarrowExtraboldItalic.otf") format("opentype");
}
@font-face {
  font-family: "Pangram-Narrow";
  font-style: italic;
  font-weight: 600;
  src: local("Pangram"), url("../assets/fonts/pangram/PPPangramSansRounded-NarrowSemiboldItalic.otf") format("opentype");
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

body {
  background: hsl(0deg, 0%, 93%);
  overflow-x: hidden;
}

header {
  height: 75px;
  padding: 0 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  transition: all 150ms ease-in-out;
  z-index: 10;
}
header a.logo {
  height: 100%;
  width: 75px;
  display: flex;
  align-items: center;
  background-image: url(../assets/main.png);
  background-position: center;
  background-size: calc(100% - 10px);
  background-repeat: no-repeat;
  transition: all 150ms ease-in-out;
}
header a.logo img {
  height: 75%;
}
header nav {
  height: 100%;
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
header nav ul a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: hsl(0deg, 0%, 12.5%);
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  padding: 0 5px;
  height: 100%;
  letter-spacing: 2.5px;
  transition: all 150ms ease-in-out;
  position: relative;
  transition: all 150ms ease-in-out;
}
header nav ul a li {
  text-transform: uppercase;
}
header nav ul a::after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 0;
  background: hsl(204deg, 100%, 50%);
  width: 100%;
  height: 2px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 150ms ease-in-out;
}
header nav ul a:hover:after {
  opacity: 1;
  transform: translateY(0px);
}

header.is-sticky {
  background: hsla(204deg, 100%, 40%, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
}
header.is-sticky a.logo {
  background-image: url(../assets/main-light.png);
}
header.is-sticky nav ul a {
  color: hsl(0deg, 0%, 91.5%);
}
header.is-sticky nav ul a::after {
  background: hsl(0deg, 0%, 91.5%);
}

section.first-section {
  padding: 20px 200px;
  display: flex;
  height: 90vh;
}
section.first-section img {
  height: 65%;
  align-self: flex-end;
  filter: drop-shadow(0 0 10px hsla(204deg, 100%, 50%, 0.65));
}
section.first-section div {
  align-self: center;
}
section.first-section div h1 {
  font-family: "Work Sans", sans-serif;
  color: hsl(0deg, 0%, 12.5%);
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
}
section.first-section div h1 span {
  margin-left: 35px;
}
section.first-section div h2 {
  color: hsl(204deg, 100%, 30%);
  font-family: "Work Sans", sans-serif;
  font-size: 52px;
  margin-left: 70px;
  white-space: nowrap;
}
section.first-section div h2 span {
  color: hsl(204deg, 100%, 50%);
  position: relative;
}
section.first-section div h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg, 0%, 93%);
  border-left: 4px solid hsl(204deg, 100%, 50%);
  -webkit-animation: typing 4s infinite;
          animation: typing 4s infinite;
}

@-webkit-keyframes typing {
  40%, 60% {
    left: calc(100% + 4px);
  }
  100% {
    left: 0%;
  }
}

@keyframes typing {
  40%, 60% {
    left: calc(100% + 4px);
  }
  100% {
    left: 0%;
  }
}
section.second-section {
  height: 100vh;
  position: relative;
}
section.second-section .second-container {
  min-height: 80vh;
  max-height: 100vh;
  background: hsl(204deg, 100%, 50%);
  padding: 35px 200px;
  z-index: 3;
  display: flex;
  align-items: center;
}
section.second-section .second-container .card-container {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 27.5px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
}
section.second-section .second-container .card-container .check img {
  height: 50px;
}
section.second-section .second-container .card-container .column-1 {
  flex: 1.75;
  height: 100%;
  font-family: "Work Sans", sans-serif;
  color: hsl(0deg, 0%, 12.5%);
  display: flex;
  flex-direction: column;
}
section.second-section .second-container .card-container .column-1 h1 {
  flex: 2;
  min-height: 100px;
  font-size: 36px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-bottom: 1px solid hsla(0deg, 0%, 0%, 0.08);
}
section.second-section .second-container .card-container .column-1 p {
  flex: 1;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-bottom: 1px solid hsla(0deg, 0%, 0%, 0.08);
  font-size: 15px;
  gap: 5px;
}
section.second-section .second-container .card-container .column-1 p span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.second-section .second-container .card-container .column-1 p span button {
  background: none;
  border: none;
  display: flex;
  position: relative;
}
section.second-section .second-container .card-container .column-1 p span button img {
  width: 20px;
}
section.second-section .second-container .card-container .column-1 p span button .toolTip {
  position: absolute;
  bottom: 125%;
  min-width: 250px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  z-index: 1;
  background: hsla(204deg, 100%, 30%, 0.95);
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  color: hsl(0deg, 0%, 91.5%);
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: all 150ms ease-in-out;
}
section.second-section .second-container .card-container .column-1 p span button .toolTip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: hsla(204deg, 100%, 30%, 0.95) transparent transparent transparent;
}
section.second-section .second-container .card-container .column-1 p span button:hover .toolTip {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
section.second-section .second-container .card-container .column-1 p:nth-child(even) {
  background: hsla(0deg, 0%, 0%, 0.08);
}
section.second-section .second-container .card-container .column-price {
  flex: 1;
  border-left: 1px solid hsla(0deg, 0%, 40%, 0.2);
  font-family: "Work Sans", sans-serif;
  color: hsl(0deg, 0%, 12.5%);
}
section.second-section .second-container .card-container .column-price h1 {
  flex: 2;
  min-height: 100px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-bottom: 1px solid hsla(0deg, 0%, 0%, 0.08);
  font-weight: 600;
}
section.second-section .second-container .card-container .column-price h1 span {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
section.second-section .second-container .card-container .column-price h1 span img {
  width: 35px;
}
section.second-section .second-container .card-container .column-price h1 span svg {
  height: 35px;
}
section.second-section .second-container .card-container .column-price p:not(.price) {
  flex: 1;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid hsla(0deg, 0%, 0%, 0.08);
  font-size: 18px;
  font-weight: 600;
}
section.second-section .second-container .card-container .column-price p:not(.price) span {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.second-section .second-container .card-container .column-price p:not(.price) span img {
  height: 35px;
}
section.second-section .second-container .card-container .column-price p:nth-child(even) {
  background: hsla(0deg, 0%, 0%, 0.08);
}
section.second-section .second-container .card-container .column-price .button-wrapper {
  flex: 1;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid hsla(0deg, 0%, 0%, 0.08);
  gap: 10px;
}
section.second-section .second-container .card-container .column-price .button-wrapper p {
  border: none;
  font-size: 18px;
  font-weight: 600;
}
section.second-section .second-container .card-container .column-price .button-wrapper p span {
  font-size: 13px;
  font-weight: 500;
}
section.second-section .second-container .card-container .column-price .button-wrapper button {
  background: hsl(204deg, 100%, 50%);
  border: none;
  outline: none;
  padding: 7.5px 20px;
  font-size: 16px;
  color: hsl(0deg, 0%, 91.5%);
  font-weight: 500;
  border-radius: 1000px;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  transition: all 150ms ease-in-out;
}
section.second-section .second-container .card-container .column-price .button-wrapper button:hover {
  background: hsl(204deg, 100%, 30%);
}
section.second-section .second-container .card-container .column-price:nth-child(odd) {
  background: hsla(0deg, 0%, 0%, 0.08);
}
section.second-section .custom-shape-divider-top {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}
section.second-section .custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 115px;
}
section.second-section .custom-shape-divider-top .shape-fill {
  fill: hsl(204deg, 100%, 50%);
}
section.second-section .custom-shape-divider-bottom {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
section.second-section .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(161% + 1.3px);
  height: 143px;
}
section.second-section .custom-shape-divider-bottom .shape-fill {
  fill: hsl(204deg, 100%, 50%);
}

.third-section {
  height: 100vh;
  padding: 35px 200px;
}/*# sourceMappingURL=style.css.map */