/* fallback font */
@font-face {
  font-family: "Roboto-Fallback";
  src: local("Arial");
  size-adjust: 90.5%;
  ascent-override: 105%;
  descent-override: 28%;
  line-gap-override: 0%;
}
/* Regular */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  font-family: "Roboto Condensed", "Roboto-Fallback", sans-serif;
}
a {
  text-decoration: none;
  display: block;
  color: oklch(29.3% 0.066 243.157);
}
li {
  list-style-type: none;
}
.resize-animation-stopper * {
  transition: none !important;
  animation: none !important;
}
#first-section {
  height: 680px;
  background: linear-gradient(to right, oklch(43.2% 0.232 292.759), #1e1a4d);
  padding-top: 9rem;
  position: relative;
  margin-top: -180px;
}
.logo {
  width: 20%;
  min-width: 200px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation_container {
  display: flex;
  justify-content: center;
  position: sticky;
  top: -1px;
  z-index: 1000;
  width: 94%;
  margin: 2em auto;
  padding: 0 2em;
  background-color: #fff;
  border-radius: 1.5em;
  box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
  transition:
    margin 0.35s ease,
    border-radius 0.35s ease,
    width 0.35s ease;
}
.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
}
.navigation_container.is-stuck {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.12);
}
@media only screen and (min-width: 1600px) {
  .navigation_container {
    width: 90rem;
  }
  .header-container {
    width: 86rem;
  }
}
.cs-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.links-container {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  text-transform: capitalize;
  font-size: 1em;
  gap: clamp(1rem, 1.2vw, 1.4rem);
}
.dropdown-text svg,
.menu-btn svg {
  width: 20px;
}
.links-container .menu-btn {
  display: flex;
  min-height: 70px;
  height: 90px;
  justify-content: center;
  align-items: center;
  color: oklch(29.3% 0.066 243.157);
}
.cs-nav li {
  line-height: 1.5;
  font-weight: 600;
  transition: 350ms ease;
  position: relative;
}
.cs-nav .menu-btn {
  font-size: clamp(1em, calc(0.893em + 0.357vw), 1.25em);
  transition: 350ms ease;
}
.cs-nav .menu-btn:hover {
  color: oklch(58.5% 0.233 277.117);
}
.nav-menu-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.6vw, 2.25rem);
  opacity: 1;
  transform: none;
}
.btn-styling {
  all: unset;
  position: relative;
  width: max-content;
  color: #fff;
  background-color: #1e1a4d;
  padding: 0.8em 2em;
  border-radius: 2em;
  font-size: clamp(1.125em, calc(1.071em + 0.179vw), 1.25em);
  text-transform: capitalize;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  z-index: 1;
}
.btn-styling:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #43b7ff;
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.btn-styling:hover:before {
  height: 100%;
}
.btn-styling:active {
  transform: scale(0.97);
}
.btn-styling:hover {
  color: #1e1a4d;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wave svg {
  position: relative;
  display: block;
  width: calc(142% + 1.3px);
  height: 14.5rem;
}
.wave .shape-fill {
  fill: #fff;
}
#sidebar-active {
  display: none;
}
.close-sidebar-btn,
.open-sidebar-btn {
  display: none;
  cursor: pointer;
}
.dropdown-toggle {
  all: unset;
  cursor: pointer;
}
@media only screen and (min-width: 1181px) {
  .dropdown-link,
  .nav-link {
    position: relative;
  }
  .links-container .dropdown-text svg {
    fill: oklch(37.3% 0.034 259.733);
  }
  .dropdown-link button {
    all: unset;
    cursor: pointer;
    width: 100%;
  }
  .dropdown-link .dropdown-text {
    display: flex;
    background-color: #fff;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    align-items: center;
    gap: 5px;
    border-radius: 0 0 0.8em 0.8em;
    transition: 0.3s;
  }
  .dropdown-link button:hover > .dropdown-text,
  .dropdown-link:hover > .dropdown-text {
    background-color: oklch(96.2% 0.018 272.314);
    color: oklch(58.5% 0.233 277.117);
  }
  .dropdown-wrapper {
    background-color: #fff;
    border-radius: 0 0 0.8em 0.8em;
    border-bottom: 5px solid oklch(58.5% 0.233 277.117);
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.15);
    position: absolute;
    top: 100%;
    left: auto;
    width: 12rem;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition:
      transform 350ms ease,
      opacity 350ms ease,
      visibility 350ms ease;
    transform: scaleY(0);
    transform-origin: top;
  }
  .dropdown-wrapper ul {
    position: relative;
  }
  .dropdown-wrapper.second {
    top: 0;
    left: 100%;
    transform: scaleX(0);
    transform-origin: left;
    cursor: pointer;
  }
  .dropdown-link:hover > .dropdown-wrapper,
  .nav-link:hover > .dropdown-wrapper {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1180px) {
  #first-section {
    height: auto;
  }
  .navigation_container {
    height: 80px;
  }
  .navigation_container #menu-contact-btn {
    display: none;
  }
  .menu-icon-toggle {
    display: grid;
    grid-template-areas: "icon";
    align-items: center;
    justify-items: center;
  }
  .close-sidebar-btn,
  .open-sidebar-btn {
    grid-area: icon;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .open-sidebar-btn {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    transition:
      transform 350ms ease,
      opacity 350ms ease,
      visibility 350ms ease;
    transform: scaleY(1);
    transform-origin: bottom;
  }
  .close-sidebar-btn {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition:
      transform 350ms ease,
      opacity 350ms ease,
      visibility 350ms ease;
    transform: scaleY(0);
    transform-origin: top;
  }
  .links-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    width: 100%;
    overflow: auto;
  }
  .links-container .nav-link {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .links-container .menu-btn {
    min-height: 20px;
    height: 30px;
    position: relative;
    display: inline-block;
  }
  .links-container .dropdown-text svg,
  .links-container .menu-btn svg {
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-65%);
    height: auto;
    width: 1rem;
    fill: #fff;
  }
  .links-container .dropdown-text.second svg {
    transform: translateY(-50%);
  }
  .links-container .dropdown-text {
    display: inline-block;
    position: relative;
  }
  .nav-menu-wrapper {
    position: absolute;
    width: 90%;
    max-height: 80vh;
    margin: auto;
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 1.5em 1.5em;
    border-bottom: 5px solid oklch(58.5% 0.233 277.117);
    padding: 1em;
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition:
      transform 350ms ease,
      opacity 350ms ease,
      visibility 350ms ease;
    pointer-events: none;
    z-index: 10;
  }
  #sidebar-active:checked ~ .nav-menu-wrapper {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #sidebar-active:checked ~ .menu-icon-toggle .open-sidebar-btn {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
  }
  #sidebar-active:checked ~ .menu-icon-toggle .close-sidebar-btn {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  #sidebar-active:checked ~ .menu-icon-toggle #overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .dropdown-toggle {
    all: unset;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: normal;
  }
  .dropdown-wrapper {
    display: grid;
    place-items: center;
    grid-template-rows: 0fr;
    transition:
      grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      transform 350ms ease,
      opacity 350ms ease,
      visibility 350ms ease;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    overflow: hidden;
    background-color: #1e1a4d;
    border-radius: 1em;
    min-height: 0;
  }
  .dropdown-wrapper.second {
    width: 80%;
    margin: 0 auto;
    min-height: 0;
    grid-template-rows: 0fr;
    background-color: rgb(255 255 255 / 0.1);
  }
  .dropdown-wrapper ul {
    position: static;
    visibility: visible;
    pointer-events: auto;
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 0.5em;
    flex-direction: column;
    padding: 0;
    margin: 0;
    transition: padding 0.35s ease;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-wrapper {
    grid-template-rows: 1fr;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-wrapper > ul {
    padding: 1em 0;
  }
  .dropdown-text {
    display: block;
    color: #fff;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .dropdown-link:hover > .dropdown-text,
  .dropdown-toggle:hover > .dropdown-text {
    color: oklch(58.5% 0.233 277.117);
    cursor: pointer;
  }
}
.cs-content {
  color: #fff;
  padding: 6em 10em 2em 10em;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.cs-content .text-content {
  display: flex;
  width: 50%;
  max-width: 600px;
  flex-direction: column;
}
.cs-content h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: clamp(1.2em, calc(0.571em + 1.429vw), 2em);
  width: max-content;
  text-wrap: balance;
}
.cs-content h1 {
  font-weight: 700;
  font-size: clamp(2em, calc(1.5em + 2.5vw), 4em);
  width: 60%;
  text-wrap: balance;
  min-width: 600px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.text-content div {
  width: 100%;
  display: flex;
}
.text-content p {
  font-size: clamp(16px, calc(15px + 0.313vw), 20px);
  font-weight: 400;
  width: 90%;
  line-height: 1.6;
  padding: 0.8em 0 1.5em 0;
  text-wrap: balance;
}
.btn-whitefill {
  all: unset;
  position: relative;
  width: max-content;
  color: oklch(29.3% 0.066 243.157);
  background-color: #43b7ff;
  padding: 0.8em 2em;
  margin-right: 1em;
  border-radius: 2em;
  font-size: clamp(1.125em, calc(1.071em + 0.179vw), 1.25em);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  z-index: 1;
}
.btn-whitefill:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.btn-whitefill:hover:before {
  height: 100%;
}
.btn-whitefill:active {
  transform: scale(0.97);
}
.cs-content #btn-about {
  all: unset;
  position: relative;
  width: max-content;
  background-color: #fff0;
  color: #fff;
  border: none;
  padding: 0.8em 2em;
  border-radius: 2em;
  font-size: clamp(1.125em, calc(1.071em + 0.179vw), 1.25em);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.cs-content #btn-about:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #43b7ff;
  transition: height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.cs-content #btn-about:hover:before {
  height: 100%;
}
.cs-content #btn-about:active {
  transform: scale(0.97);
}
.cs-content #btn-about:hover {
  color: #052f4a;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-content {
  width: 50%;
}
.image-content-col {
  display: none;
}
#laptop {
  width: 130%;
  min-width: 900px;
  transform: translate(-20%, -5%);
}
@media only screen and (max-width: 1600px) and (min-width: 1080px) {
  .cs-content {
    padding: 5em 1em 2em 1em;
    width: 96%;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1401px) {
  #laptop {
    min-width: 600px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1081px) {
  #laptop {
    min-width: 600px;
    transform: translate(-20%, 0);
  }
}
@media only screen and (max-width: 1080px) {
  .wave svg {
    height: 10.5rem;
  }
  .cs-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em 1em 2em 1em;
  }
  .text-content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    align-items: center;
  }
  .text-content div {
    align-items: center;
    justify-content: center;
  }
  .text-content p {
    width: 100%;
    min-width: 500px;
  }
  .image-content {
    display: none;
  }
  .image-content-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94%;
    padding-bottom: 2em;
  }
  #laptop-col {
    width: 88%;
    min-width: 600px;
    transform: translate(0, 10%);
  }
}
.second-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.second-section div {
  width: 100%;
  text-align: center;
}
.paragraph h3,
.second-section h3 {
  color: oklch(37.3% 0.034 259.733);
  text-transform: uppercase;
  font-size: clamp(1.125em, calc(0.857em + 0.893vw), 1.75em);
  letter-spacing: 0.1em;
}
.second-section h3 {
  padding: 1.5em 0 0.4em 0;
}
.paragraph h1,
.second-section h1 {
  color: oklch(27.5% 0.011 216.9);
  width: 70%;
  text-wrap: balance;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  font-size: clamp(1.25em, calc(0.286em + 3.214vw), 3.5em);
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.paragraph h3 {
  padding: 3em 0 0.4em 0;
  margin: 0 auto;
  width: 70%;
}
.paragraph p {
  color: oklch(37.3% 0.034 259.733);
  padding-bottom: 1em;
  font-size: clamp(1em, calc(0.946em + 0.179vw), 1.125em);
  width: 70%;
  margin: 0 auto;
  text-wrap: pretty;
  line-height: 1.4;
}
.grid-box {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: center;
  gap: 4em 1em;
  padding: 3em 1em;
}
.info-box {
  background: oklch(93% 0.034 272.788);
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
  box-shadow: 0 14px 26px rgb(0 0 0 / 0.04);
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.overlay {
  width: 118px;
  height: 118px;
  position: absolute;
  visibility: visible;
  border-radius: 90%;
  background: #1e1a4d;
  top: 80%;
  left: 90%;
  z-index: 0;
  transition: transform 0.5s ease-out;
}
.info-box h3 {
  text-align: start;
  padding: 2.5em 0 0.5em 0;
  font-size: clamp(1.25em, calc(1.068em + 0.909vw), 1.75em);
  width: 86%;
  margin: 0 auto;
  text-wrap: balance;
  text-transform: capitalize;
  color: oklch(0.275 0.011 216.9);
  letter-spacing: -0.02em;
  transition: ease 0.6s;
  z-index: 1;
}
.info-box p {
  text-align: start;
  width: 86%;
  margin: 0 auto;
  text-wrap: pretty;
  font-size: 16px;
  color: oklch(37.3% 0.034 259.733);
  transition: ease 0.2s;
  line-height: 1.4;
  z-index: 2;
}
.info-box a {
  color: oklch(0.275 0.011 216.9);
  text-decoration: underline;
  text-underline-offset: 5px;
  z-index: 1;
  text-align: start;
  padding: 1em;
  border-radius: 1em;
  width: max-content;
  margin-top: auto;
  margin-left: 1em;
  margin-right: 1em;
  display: inline-block;
  transition: ease 0.2s;
}
.grid-box svg {
  max-width: 100%;
  height: auto;
  display: block;
}
.svg-stroke {
  stroke: #fff;
}
.svg-fill {
  fill: #fff;
}
.grid-box .svg {
  position: absolute;
  width: 80px;
  padding: 16px;
  border-radius: 1em;
  background-color: #1e1a4d;
  transform: translate(50%, -40%);
  transition: 0.5s ease;
  z-index: 9;
}
.overflow:hover .svg {
  transform: translate(50%, -45%) scale(1.005);
}
.info-box:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow:
    0 24px 36px rgb(0 0 0 / 0.11),
    0 24px 46px rgb(220 233 255 / 0.48);
}
.info-box:hover a,
.info-box:hover h3,
.info-box:hover p {
  color: #fff;
}
.info-box a:hover {
  background-color: #43b7ff;
  color: #1e1a4d;
}
.info-box:hover .overlay {
  transform: scale(5) translateZ(0);
  visibility: visible;
  background: linear-gradient(#1e1a4d, oklch(43.2% 0.232 292.759));
}
.overflow:hover .svg {
  background-color: #43b7ff;
}
.overflow:hover .svg-fill {
  fill: oklch(25.7% 0.09 281.288);
}
.overflow:hover .svg-stroke {
  stroke: oklch(25.7% 0.09 281.288);
}
#offer {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 1em;
  margin: 0 auto;
  justify-content: space-evenly;
}
.img-offer {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  overflow: hidden;
}
.img-offer p {
  color: oklch(37.3% 0.034 259.733);
}
.img-offer .img-container {
  width: 100%;
  height: 750px;
  border-radius: 3em 3em 0.8em 3em;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 26px rgb(0 0 0 / 0.04);
}
.img-offer img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.paragraph-container {
  width: 50%;
}
.third-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.third-section .paragraph h1 {
  width: 90%;
  font-size: clamp(1.25em, calc(0.286em + 3.214vw), 2.5em);
  padding-bottom: 0.3em;
  margin: 0;
}
.third-section .paragraph h3 {
  width: 90%;
  font-size: clamp(1em, calc(0.75em + 1.25vw), 1.5em);
  padding: 1.5em 0 0.3em 0;
  margin: 0;
}
.third-section .paragraph p {
  width: 96%;
  text-wrap: pretty;
  margin: 0;
}
.third-section .grid-paragraph {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
}
.third-section .grid-paragraph svg {
  min-width: 40px;
}
.third-section .paragraph h2 {
  color: oklch(27.5% 0.011 216.9);
  text-transform: uppercase;
  font-size: clamp(1em, calc(0.75em + 1.25vw), 1.3em);
  letter-spacing: 0.1em;
  text-wrap: balance;
}
#name-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1em;
  border-radius: 1em;
  position: absolute;
  bottom: 3%;
  right: 5%;
  background-color: #fff;
}
.pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 90rem;
  padding: 0 1em;
  overflow: hidden;
  margin: 3em auto 0 auto;
}
.pricing h3 {
  color: oklch(37.3% 0.034 259.733);
  font-size: clamp(1.25em, calc(1.068em + 0.909vw), 1.75em);
  text-transform: capitalize;
  letter-spacing: -0.02em;
  padding: 0.5em 0;
}
.pricing div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pricing h1 {
  color: oklch(27.5% 0.011 216.9);
  font-size: clamp(1.25em, calc(0.286em + 3.214vw), 2.5em);
  text-transform: uppercase;
  text-wrap: balance;
  letter-spacing: -0.02em;
  padding-bottom: 0.8em;
}
.pricing-card {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  justify-content: center;
}
.pricing-card p {
  color: oklch(37.3% 0.034 259.733);
  font-size: clamp(1em, calc(0.946em + 0.179vw), 1.125em);
}
.price-box {
  width: 35%;
  display: flex;
  flex-direction: column;
  padding: 1.8em 3em;
  border-radius: 1em;
  background-color: oklch(93% 0.034 272.788);
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
}
.price-ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.price-li {
  display: flex;
  justify-content: space-between;
}
.price-li svg {
  width: 25px;
}
.price-li.nope svg {
  width: 18px;
  margin-right: 3px;
}
.cs-price {
  font-size: clamp(1.75em, calc(1.107em + 2.143vw), 3.25em);
  font-weight: 800;
  margin: 1em 0 0.2em 0;
}
.price-duration {
  color: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.price-box.popular {
  background: linear-gradient(to right, oklch(43.2% 0.232 292.759), #1e1a4d);
  color: #fff;
}
.popular .price-duration,
.price-box.popular h3,
.price-box.popular p {
  color: #fff;
}
.popular .btn-whitefill {
  color: #1e1a4d;
}
.price-box a {
  margin-top: auto;
}
footer {
  height: auto;
  background: #1e1a4d;
  position: relative;
  overflow-x: clip;
  padding-bottom: 2em;
}
footer .white-bg {
  width: 100%;
  background: #fff;
  padding-bottom: clamp(2em, 5vw, 4em);
  padding-top: clamp(2em, 6vw, 5em);
}
.curve-svg {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -3;
}
.curve-svg svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 113px;
  z-index: -3;
}
.curve-svg .shape-fill {
  fill: #fff;
}
footer .cs-sign {
  color: #fff;
  display: flex;
  padding: 4em 2em;
  width: 70%;
  min-width: 980px;
  margin: 0 auto;
  background-color: #1e1a4d;
  justify-content: space-around;
  align-items: center;
  border-radius: 2em;
  position: relative;
  z-index: 2;
}
footer .cs-sign h1 {
  z-index: 2;
}
footer .cs-sign::after {
  height: 300px;
  width: 60%;
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  border-color: #1e1a4d;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 20px;
  border-right-width: 20px;
  transform: translateY(50%);
}
footer .cs-sign h1 {
  font-size: clamp(1.5em, calc(1.018em + 1.607vw), 2.625em);
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
footer .cs-sign a {
  color: #1e1a4d;
  margin-right: 0;
  z-index: 2;
  padding: 0.8em 3em;
}
footer .cs-container {
  display: flex;
  width: 70%;
  margin: 0 auto;
}
footer .cs-logo-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  justify-content: center;
}
footer .cs-img-container {
  width: 40%;
  display: flex;
  z-index: 2;
  min-width: 300px;
}
footer .btn-wrap {
  width: max-content;
}
footer .cs-logo-group p {
  z-index: 2;
  width: 40%;
  text-wrap: balance;
  color: #fff;
}
@media only screen and (max-width: 1400px) and (min-width: 1280px) {
  footer .cs-logo-group p {
    width: 60%;
  }
}
@media only screen and (max-width: 1280px) {
  footer .cs-logo-group p {
    width: 70%;
    min-width: 300px;
  }
}
footer .cs-logo-group button {
  color: #1e1a4d;
  padding: 0.8em 3em;
  margin: 0;
}
footer .cs-ul-wrap svg {
  width: 25px;
  z-index: 2;
}
footer .cs-ul-wrap {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #fff;
}
footer .cs-ul-wrap span {
  display: flex;
  align-items: center;
  gap: 1em;
}
footer .cs-ul-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.floating-square {
  position: absolute;
  display: flex;
  z-index: -1;
  gap: 5vmin;
  right: 80%;
  top: 10%;
}
.floating-square .big {
  width: 40vmin;
  height: 40vmin;
  background-color: #e0e7ff;
  border-radius: 50px;
  transform: rotate(60deg);
}
.floating-square .small {
  width: 8vmin;
  height: 8vmin;
  margin-left: 100px;
  background-color: #e0e7ff;
  border-radius: 10px;
  transform: rotate(60deg);
}
.floating-square-purple {
  position: absolute;
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: center;
  gap: 1em;
  z-index: -1;
  left: 94%;
  top: -50%;
  transform: rotate(60deg);
}
.floating-square-purple .big {
  width: 200px;
  height: 200px;
  background-color: #e0e7ff;
  border-radius: 20px;
}
.floating-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: -1;
  gap: 6vmin;
  left: 90%;
  top: 45%;
}
.floating-circle .big {
  width: 40vmin;
  height: 40vmin;
  background-color: #e0e7ff;
  border-radius: 100%;
  animation: floatUpDown 3s ease-in-out infinite alternate;
}
.floating-circle .border {
  position: absolute;
  width: 36vmin;
  height: 36vmin;
  background-color: #fff0;
  border: solid 2px gray;
  border-radius: 100%;
  left: 15%;
  top: 50%;
  animation: floatUpDown2 3s ease infinite alternate;
}
@media only screen and (max-width: 1280px) {
  .price-box {
    min-width: 30rem;
  }
}
@media only screen and (max-width: 1080px) {
  .floating-circle {
    left: 70%;
    top: 45%;
  }
  #offer {
    flex-direction: column;
    width: 96%;
    align-items: center;
    justify-content: center;
  }
  .img-offer {
    width: 70%;
    height: 550px;
    padding-top: 3em;
  }
  .paragraph-container {
    width: 96%;
  }
  .price-box {
    min-width: 22rem;
    padding: 1.5em 2em;
  }
  footer .cs-sign {
    width: 80%;
    min-width: 780px;
  }
  footer .cs-logo-group button {
    padding: 0.8em 1.5em;
  }
}
@media only screen and (max-width: 800px) {
  .wave svg {
    height: 6.5rem;
  }
  .cs-content #btn-about {
    background-color: white;
    color: oklch(29.3% 0.066 243.157);
    padding: 0.8em 1.5em;
    border-radius: 1.5em;
  }
  .btn-whitefill {
    color: oklch(29.3% 0.066 243.157);
    background-color: white;
    padding: 0.8em 1.5em;
    margin-right: 0.6em;
    border-radius: 1.5em;
  }
  #first-section {
    height: auto;
    min-height: 760px;
    margin-top: -200px;
  }
  .navigation_container {
    margin: 1em auto;
  }
  .cs-content {
    padding: 2em 0;
  }
  .cs-content .text-content {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .text-content h1 {
    width: 80%;
    min-width: 300px;
    text-wrap: balance;
  }
  .text-content p {
    width: 100%;
    min-width: 380px;
  }
  .image-content-col {
    width: 94%;
    padding-bottom: 1em;
  }
  #laptop-col {
    width: 100%;
    min-width: 300px;
    transform: translate(0, 10%);
  }
  .second-section p {
    width: 94%;
  }
  .grid-box {
    display: grid;
    grid-template-columns: 96%;
    padding: 3.5em 1em 2em 1em;
    gap: 4.5em 1em;
  }
  .grid-box .svg {
    transform: translate(50%, -50%);
  }
  .overflow:hover .svg {
    transform: translate(50%, -55%) scale(1.005);
  }
  .info-box {
    width: 94%;
  }
  .info-box .svg {
    position: absolute;
    width: 60px;
    padding: 16px;
    border-radius: 1em;
    background-color: oklch(29.3% 0.066 243.157);
    transform: translate(50%, -40%);
  }
  .third-section .grid-paragraph {
    display: grid;
    grid-template-columns: 96%;
    justify-content: center;
  }
  .third-section .paragraph p {
    width: 100%;
    text-wrap: pretty;
    margin: 0;
  }
  .third-section .paragraph h1 {
    padding-bottom: 0.6em;
  }
  .third-section .paragraph h3 {
    padding: 1.5em 0 0.6em 0;
  }
  .img-offer {
    width: 96%;
  }
  .pricing-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .price-box {
    width: 40%;
    padding: 1.5em;
  }
  .cs-price {
    margin: 1em 0 0.5em 0;
  }
  footer .cs-sign {
    width: 88%;
    min-width: 320px;
    flex-direction: column;
    text-align: center;
    gap: 1em;
    padding: 2em;
    text-wrap: pretty;
  }
  footer .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    width: 94%;
    margin: 0 auto;
  }
  footer .cs-logo-group {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  footer .cs-logo-group a {
    width: 50%;
    display: flex;
    z-index: 2;
    justify-content: center;
  }
  footer .cs-logo-group p {
    z-index: 2;
    width: 60%;
    text-wrap: pretty;
    color: #fff;
    text-align: center;
  }
  footer .cs-ul-wrap {
    padding-bottom: 2em;
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .wave svg {
    height: 5.5rem;
  }
}
@media only screen and (max-width: 360px) {
  #name-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2em;
    padding: 1em;
    border-radius: 1em;
    position: absolute;
    bottom: 5%;
    right: 2%;
    background-color: #fff;
  }
  .img-offer .img-container {
    border-radius: 2em;
  }
  .text-content p {
    min-width: 340px;
  }
  .price-box {
    min-width: 20rem;
    padding: 1.5em 1em;
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0); /* Starting position */
  }
  100% {
    transform: translateY(-20px); /* Moves up by 20 pixels */
  }
}
@keyframes floatUpDown2 {
  0% {
    transform: translateY(20px); /* Starting position */
  }
  100% {
    transform: translateY(-20px); /* Moves up by 20 pixels */
  }
}
