/*
Theme Name: przestrona
Theme URI: https://opencollective.com/przestrona
Author: Bryan Hadaway, Borys Czajkowski - Przestrona.pl
Author URI: https://opencollective.com/przestrona#section-contributorsm https://www.przestrona.pl
Description: Custom made theme base on blankslate
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9999
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: przestrona

przestrona WordPress Theme 2011-2024
przestrona is distributed under the terms of the GNU GPL
*/

/* IMPORT MONTSERRAT */
/* montserrat-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/montserrat-v29-latin_latin-ext-300.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/montserrat-v29-latin_latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/montserrat-v29-latin_latin-ext-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/montserrat-v29-latin_latin-ext-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/oswald-v53-latin_latin-ext-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/oswald-v53-latin_latin-ext-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/oswald-v53-latin_latin-ext-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* END OF IMPORT */

:root {
  --main: #005ca4;
  --main-alt: #143358;
  --second: #fff;
  --second-alt: #ecf7ff;
  --p-color: #000;

  --heading-size: 4rem;
  --subheading-size: 2.5rem;
  --p-size: 1.125rem;
  --p-small-size: 1rem;

  --tablet-breakpoint: 768px;
  --mobile-breakpoint: 500px;

  --general-horizontal-padding: 4rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

body {
  /* overflow-x: hidden; */
}

@media (max-width: 768px) {
  html {
    font-size: 13px !important;
  }
}

html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never; */
}

p {
  font-size: var(--p-size);
  font-weight: 350;
  line-height: 2rem;
  color: #0d0101;
}

h1,
h2 {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: var(--heading-size);
}
h2 {
  font-size: var(--subheading-size);
  font-weight: 600;
}

header {
  padding: 0;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffffb5;
  backdrop-filter: blur(25px);
  z-index: 1000;
}

.scrolled {
  padding: 1.25rem var(--general-horizontal-padding); /* Adjust padding when the page is scrolled */
}

.scrolled li:last-of-type {
  padding: 1.25rem !important;
}

nav,
.menu > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav,
.menu span {
  color: var(--p-color) !important;
}
nav {
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 2rem var(--general-horizontal-padding);
  border-bottom: 1px #c8c8c8 solid;
  transition: 0.3s all ease-in;
}

.menu {
  display: flex;
  flex-direction: row;
  margin-left: 4rem;
  position: relative;
  align-items: center;
  gap: 1.2rem;
}

.menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu li a {
  text-decoration: none;
  font-weight: 500;
}

.menu li:hover a span {
  color: var(--main-alt) !important;
}
.menu.shown {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--second);
  text-align: left;
  font-size: 1.5rem;
  align-items: start !important;
  gap: 3rem;
  border-bottom: 1px #c8c8c8 solid;
  padding: 4rem 0;
  padding-left: 6rem;
  height: fit-content !important;
}

.rotated {
  rotate: 90deg;
}

.menu.shown li span {
  /* color: var(--second) !important; */
}

.wpcf7-submit,
.cta,
.menu li:last-of-type {
  transition: all 0.5s ease-in-out;
  padding: 1.75rem 1.25rem;
  /* background: linear-gradient(to left, #3a68ff, #143358); */
  background-image: linear-gradient(to left, #3a68ff, #143358);
  background-color: #3a68ff; /* Fallback solid color for browsers that do not support gradients */
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

@media (max-width: 768px) {
  .wpcf7-submit,
  .cta,
  .menu li:last-of-type {
    padding: 1rem 0.75rem;
  }
}

a.wpcf7-submit,
a.cta,
.menu li:last-of-type a {
  text-decoration: none;
}

.wpcf7-submit::after,
.cta::after,
.menu li:last-of-type::after {
  content: "";
  display: block;
  width: 25px;
  height: 10px;
  background-image: url("./assets/icons/Vector.svg"); /* Update path */
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  transform-origin: left;
  transition: all linear 0.15;
}

/* .wpcf7-submit:hover::after,
.cta:hover::after,
.menu li:last-of-type:hover::after{
    scale: 1.2;
    transform: rotate(-15deg);
} */

.wpcf7-submit span,
.cta span,
.cta:hover span,
.menu li:last-of-type span,
.menu li:last-of-type:hover span {
  color: var(--second) !important;
}

.wpcf7-submit:hover,
.cta:hover,
.menu li:last-of-type:hover {
  background-image: none; /* Remove the gradient */
  background-color: #143358; /* Change to solid color */
  cursor: pointer;
}

.current-menu-item::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main-alt);
}

#menu_logo img {
  width: auto !important;
  height: auto !important;
  max-width: 175px;
}

#hamburger {
  display: none;
  transition: 0.15s all ease-in-out;
}

.shown {
  display: flex !important;
}

@media (max-width: 1000px) {
  .menu {
    display: none;
    position: absolute; /* Make menu position absolute */
    top: 100%; /* Position it directly below the nav */
    left: 0;
    height: 0px;
    width: 75%; /* Make it take the full width of the nav */
    margin: 0; /* Remove the left margin */
    background-color: black;
    padding: 2rem 0;
    transition: all 0.2s linear;
  }

  .menu > ul {
    display: flex; /* Or you can use grid depending on your layout */
    flex-direction: column; /* Stack items vertically */
    gap: 2rem;
    width: 100%; /* Ensure full width */
  }

  #hamburger {
    display: block;
  }
}

footer {
  width: 100%;
  padding: 0rem var(--general-horizontal-padding);
}

#footer-content {
  background-color: var(--main);
  padding: 2rem 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  justify-items: center;
}

footer #footer-pages {
  grid-area: "nav";
}

footer .custom-logo {
  filter: brightness(100);
  max-width: 175px;
  height: 100%;
}

footer #copyright {
  grid-area: "logo";
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer #copyright .social-links {
  margin-top: 1rem;
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: row;
}
footer #copyright .social-links img {
  width: 3rem;
  height: 3rem;
}

footer #copyright p {
  line-height: 130%;
}

footer h3 {
  font-family: "Oswald";
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

footer li a {
  text-decoration: none;
}

footer * {
  color: var(--second);
}

#footer-social {
  grid-area: "contacts";
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

#footer-social .contact-tile {
  background-color: var(--second);
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  word-break: break-all;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#footer-social .contact-tile p {
  font-size: var(--p-size);
  color: var(--p-color);
}
#footer-social .contact-tile img {
  fill: var(--main);
  width: 2.25rem;
  height: 2.25rem;
}

#footer-social .contact-tile .cta.small {
  scale: 0.8;
  padding: 1rem 1.25rem;
}

@media (max-width: 1200px) {
  #footer-content {
    grid-template-areas: "logo nav" "contacts contacts";
    gap: 2rem;
    justify-items: start;
    padding: 2rem 4rem;
    grid-template-columns: auto;
  }
}

@media (max-width: 1000px) {
  #footer {
    padding: 0 2.75rem;
  }
}

@media (max-width: 768px) {
  #footer-content {
    grid-template-columns: 1fr;
    grid-template-areas: none !important;
    gap: 4rem;
    justify-items: center;
    padding: 4rem;
  }

  #footer-social {
    grid-template-columns: 1fr;
  }

  #footer {
    padding: 0 1.25rem;
  }

  #footer #copyright {
    align-items: center;
    text-align: center;
  }
  #footer #copyright a {
    display: block;
    width: fit-content;
  }
}

main#content {
  gap: 100px;
  display: flex;
  flex-direction: column;
}

/* Right or left rounded */
.rounded-right {
  clip-path: ellipse(100% 70% at left);
}
.rounded-left {
  clip-path: ellipse(100% 50% at right);
}

.cta {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--second);
}

#wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

main#content > * {
  padding: 0 var(--general-horizontal-padding);
}

@media (max-width: 1000px) {
  main#content > * {
    padding: 0 2.75rem;
  }
}

@media (max-width: 768px) {
  main#content > * {
    padding: 0 1.25rem;
  }
}

h2 > span,
h3 > span {
  color: var(--main);
}

#hero {
  display: grid;
  grid-template-columns: 3fr 3fr;
  gap: var(--general-horizontal-padding);
  margin-bottom: 4rem;
  align-items: center;
  position: relative;
  /* min-height: 400px; */
}

#hero h1 span {
  color: var(--main);
}

#hero .content {
  padding: 4rem 0;
}

#hero h1 {
  letter-spacing: 3%;
  margin-bottom: 2.5rem;
  font-weight: 550;
}

#hero p > span {
  font-size: 1.75rem;
}

#hero .graphic {
  background-color: var(--main);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .pressure {
  display: inline-flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 1.5rem;
  width: 100%;
  margin-top: 2rem;
}

#hero .pressure .slots-info {
  display: flex;
  flex-direction: column;

  & .slot-bg {
    width: 100%;
    width: 175px;
    height: 15px;
    border-radius: 10px;
    background-color: var(--second-alt);
    overflow: hidden;
  }

  & .slot-progress {
    width: 70%;
    height: 100%;
    background: #15355d;
    background: linear-gradient(
      90deg,
      rgba(21, 53, 93, 1) 0%,
      rgba(44, 111, 195, 1) 100%
    );
  }
}

#hero .pressure .date-info {
  display: block;
  & p {
    line-height: 125%;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
  }
  & b {
    font-weight: 600;
    color: var(--main);
    font-size: 1.125rem;
  }
}

#hero .cta {
  margin-top: 1.75rem;
}

#hero p.info {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 1rem;
  border-radius: 0.75rem;
  background-color: #e0e0e0;
  width: fit-content;
}

.form {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--second-alt);
  outline: 1px solid #c8c8c8;
  padding: 0.5rem 1rem;
  border-radius: 4rem;
}

#hero .graphic img {
  width: auto;
  height: 100%;
  margin-left: 2rem;
  max-height: 800px;
  /* max-width: 400px; */
}

#hero .graphic > img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

#hero #info {
  font-weight: 600;
  font-size: var(--p-small-size);
  color: var(--main);
}

@media (max-width: 768px) {
  /* #hero.alternative .graphic,
  #hero.alternative .rating {
    display: none;
  } */
 

  #hero.alternative {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  #hero .graphic {
    max-width: 100%;
  }

   #hero.alternative .graphic{
    height: 500px;
    width: 100% !important;
    max-width: none;
  }
  #hero .graphic img {
    max-width: 65%;
    height: auto;
    margin-left: 0;
  }
  #hero .rating {
    left: auto;
    right: 15%;
    bottom: 10px !important;
  }
}

@media (max-width: 1000px) {
  #hero {
    grid-template-columns: 1fr;
    position: relative;
  }
  #hero form {
    padding: inherit 0.5rem;
  }
  #hero .qualities {
    flex-wrap: wrap;
  }

  #hero .quality {
    margin: 0.25rem 0;
  }

  #hero .graphic {
    max-width: 500px;
  }

  #hero .graphic img {
    max-width: 65%;
    height: auto;
    margin-left: 0;
  }

  #hero .rating {
    left: auto;
    right: 15%;
    bottom: 150px;
  }
}

#hero.alternative .graphic {
  background-color: var(--second-alt);
  position: relative;
  & > img {
    position: absolute;
    object-fit: cover !important;
    height: auto !important;
    margin-left: 0 !important;
  }

  & #elipse {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }

  & #mockup-p {
    width: 275px !important;
    z-index: 2;
    left: 50px;
    top: 50px;
    transform: rotate(10deg);
  }

  & #mockup-s{
    width: 200px !important;
    right: 150px;
    bottom: 50px;
    transform: rotate(-10deg);
    z-index: 3;
  }

  & .contains {
    position: absolute;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: .75rem;
    z-index: 5;

    & .info {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: fit-content;
      gap: .25rem;
      border-radius: 0.75rem;
      padding: .25rem .75rem;
      background-color: #e0e0e0;
    }

    & p{
      font-size: .75rem;
    }

    & img{
      width: 1rem;
      height: 1rem;
      margin-left: 0;
    }

    & .accent{
      background-color: var(--main);
      & p{
        color: #fff;
      }
    }
  }

  #plan{
    bottom: 50px;
    left: 50px;
  }

  #strona{
    top: 50px;
    right: 50px;
  }
}

.qualities {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  width: 100%;
}

.qualities p {
  line-height: 125%;
}

.quality {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--p-small-size);
}

.quality img {
  width: 30px;
  height: 30px;
}

.rating {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 100;

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  background-color: var(--second);
  border-radius: 0.25rem;
  border-top: 3px solid var(--main);

  display: flex;
  flex-direction: row;
  align-items: center;

  padding: 0.25rem 1rem;
}

.rating > img {
  margin-left: 0 !important;
  margin-right: 0.75rem;
  height: 100%;
  width: auto;
}

.rating b {
  font-size: 0.8rem;
  font-weight: bold;
  color: #6a6a6a;
}

.rating .details img {
  margin-left: 0.5rem !important;
  vertical-align: top;
  height: 0.85rem !important;
  width: 100%;
}

.rating .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rating .details span {
  color: #fea500;
  font-size: 1.5rem;
  font-weight: 900;
}

.rating .details #see-more {
  display: block;
  font-size: 0.65rem;
  color: var(--p-color);
  text-decoration: none;
  margin: 0.5rem 0;
}

.rating #g-logo {
  width: 2rem !important;
  height: 2rem !important;
}

#testimonials {
  height: 700px;
  position: relative;
}

section#header .bg,
#testimonials .graphic {
  height: 525px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: var(--general-horizontal-padding);
  overflow: hidden;
}

#testimonials .graphic {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

#testimonials .graphic > img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#testimonials h2 {
  color: var(--second);
}

#testimonials .arrows {
  margin-top: 2rem;
  display: inline-flex;
  gap: 2rem;
}

#testimonials .arrows #next img {
  scale: -1;
}

.arrows div {
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.arrows div.disabled {
  opacity: 0.3;
  pointer-events: none;
  /* transform: scale(0.8); */
}

#testimonials .reviews {
  position: absolute;
  bottom: 0;
  right: calc(var(--general-horizontal-padding) * 2);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  overflow: hidden;
}

.review {
  height: 350px;
  width: calc(300px + 15vw);
  background-color: var(--second-alt);
  border-top-left-radius: 175px;
  border-bottom-left-radius: 175px;
  padding: 3rem 4rem 3rem 6rem;
}

/* Animations */
.review {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

/* Exiting reviews (slide left + fade out) */
.reviews.exiting .review {
  opacity: 0;
  transform: translateX(-50px);
}

/* Entering reviews (slide right + fade in) */
.reviews.entering .review {
  opacity: 0;
  transform: translateX(50px);
}

.reviews.entering .review.show {
  opacity: 1;
  transform: translateX(0);
}

.review > p {
  color: var(--p-color) !important;
  display: block;
  max-height: 115px;
  font-size: var(--p-small-size);
  line-height: 1.5rem;
  overflow-y: auto;
}

.review #stars {
  width: 8rem;
  height: auto;
  margin-bottom: 1rem;
}

.divider {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background-color: #b3b3b3;
}

.review .profile {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}

.review .profile #avatar {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 50%;
  object-fit: contain;
}

.review .profile #g-logo {
  width: 2rem;
  height: 2rem;
  justify-self: flex-end;
}

.review .profile span {
  font-weight: 500;
  font-size: 1.25rem;
}

.review .profile p {
  font-size: var(--p-small-size);
  line-height: 1.2rem;
  margin-top: 0.25rem;
}

@media (max-width: 1000px) {
  #testimonials {
    overflow-x: hidden;
  }
  #testimonials .reviews {
    right: -15px;
  }
}

@media (max-width: 768px) {
  #testimonials .graphic {
    height: 300px;
  }

  #testimonials .review:last-of-type {
  }

  #testimonials .reviews {
    position: static;
    margin-top: 2rem;
  }

  #testimonials .review {
    width: 100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding: 3rem;
    height: fit-content;
  }
}

#przeSupport {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

#przeSupport .plans {
  width: 100%;
  background-color: var(--second-alt);
  border-top-left-radius: 900px;
  border-bottom-left-radius: 900px;
  padding: 4rem 6rem 0rem 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--general-horizontal-padding);
}

#przeSupport .plan {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

#przeSupport #special:before {
  display: block;
  content: "";
  width: calc(100% + 4rem);
  height: calc(100% + 8rem);
  position: absolute;
  left: -2rem;
  bottom: 0;
  background-color: var(--main);
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  z-index: -1;
}

#przeSupport #special p {
  color: var(--second) !important;
}

#przeSupport #special > span {
  background-color: var(--second);
  color: var(--main);
}

#przeSupport .plan p {
  color: var(--main) !important;
  line-height: 1.5rem;
}

#przeSupport .plan > p:first-of-type {
  font-family: "Oswald";
  color: var(--main) !important;
}

#przeSupport .plan p > span {
  font-size: 2.25rem;
  font-weight: 700;
}

#przeSupport .plan > span {
  display: block;
  padding: 0.5rem 2.5rem;
  background-color: var(--main);
  color: var(--second);
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: fit-content;
  border-radius: 24px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#przeSupport .plan p {
  font-size: var(--p-small-size);
  color: var(--p-color) !important;
}

#przeSupport .plan .features {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#przeSupport .plan .feature {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}

#przeSupport .plan .feature img {
  width: 32px;
  height: 32px;
}

@media (max-width: 1000px) {
  #przeSupport .plans {
    display: flex;
    flex-direction: column;
    border-radius: none;
    background-color: transparent;
    padding: 0;
    align-items: center;
  }

  #przeSupport .plan {
    background-color: var(--second-alt);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 4rem 4rem;
    max-width: 500px;
  }

  #przeSupport #special {
    background-color: var(--main);
  }

  #przeSupport #special::before {
    display: none;
  }
}

#about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#about-us .graphic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#about-us .info {
  background-color: var(--second-alt);
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  padding: 4rem 8rem;
}

#about-us .info h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 2rem;
}

#about-us .info #owner {
  color: var(--main);
  margin: 0.5rem 0;
  font-weight: 700;
}

#about-us .info #text {
  margin-top: 2rem;
  line-height: 1.4rem !important;
}

#about-us .info #detail {
  line-height: 1rem;
}

@media (max-width: 768px) {
  #about-us {
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
  }

  #about-us .info {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    padding: 4rem;
  }
}

@media (max-width: 1200px) {
  #about-us .info {
    padding: 4rem 2rem 4rem 4rem;
  }
}

#faq {
}

@media (max-width: 1000px) {
  #faq .questions {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

@media (max-width: 768px) {
  #faq .bg,
  #blog .bg {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    padding: 4rem 4rem 2rem 4rem;
  }
}

.bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--second-alt);
  padding: 4rem 6rem 4rem 8rem;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
@media (max-width: 768px) {
  .bg {
    padding: 4rem 2rem 4rem 3rem;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}
@media (max-width: 1200px) {
  .bg {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    padding: 4rem;
  }
}

#faq .questions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
  column-gap: 4rem;
  row-gap: 2rem;
}

#faq .question {
  background-color: var(--second);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  height: fit-content;
}

#faq .question img {
  display: inline-block;
}

#faq .question p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#faq .question .q-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#faq .question b {
  font-weight: 550;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#projects {
  margin-top: calc(-100px - 4rem);
}

#projects .bg {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: var(--general-horizontal-padding);
}

#projects .graphics {
  position: relative;
}

#projects .graphics > img {
  width: 100%;
  transform: rotate(-10deg) translateX(-50px);
  height: 110%;
  object-fit: cover;
}

#projects h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

#projects .info b {
  font-size: 1.5rem;
  font-weight: 600;
}

#projects .info .problem {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 0.5rem;
  margin-top: 1rem;
}

#projects .info .problem .details {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

#projects .info .problem span {
  color: var(--main);
  font-weight: 600;
  font-style: 1.25rem;
  line-height: 100%;
}

#projects .info .problem img {
  margin-top: 6px;
}

#projects .review {
  position: absolute;
  right: 0px;
  bottom: -150px;
  rotate: -6deg;
  background-color: var(--second);
  border-radius: 24px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  scale: 0.75;
  padding: 2rem 2rem;
  height: fit-content;
  border-top: 4px var(--main) solid;
}

@media (max-width: 768px) {
  #projects .graphics > img {
    transform: rotate(0deg) translateX(-25px) translateY(25px);
    object-fit: contain;
    width: 125%;
  }
  #projects .bg {
    display: flex;
    flex-direction: column-reverse;
  }
  #projects {
    padding: 0 !important;
  }

  #projects .review {
    width: 135%;
    scale: 0.75;
    right: auto;
    bottom: -180px;
    left: calc(-35% + 4rem);
  }
}

#offer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#offer .bg {
  margin-top: 4rem;
  background-color: var(--main);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--general-horizontal-padding);
}

#offer .bg .cta {
  margin-top: 3rem;
  scale: 0.8;
  transform-origin: left top;
  background-image: linear-gradient(to left, #eff3ff, #8caac8);
  background-color: #eff3ff;
  color: var(--main-alt);
}

#offer .bg .cta::after {
  filter: invert(1);
}

#offer .bg:first-of-type {
  padding-left: 12rem;
}

#offer .bg .graphics img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

#offer .bg p,
#offer .bg h4,
#offer .bg h3 {
  color: var(--second) !important;
}

#offer .bg h3 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Oswald";
  margin-bottom: 2rem;
}

#offer .bg .features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

#offer .bg .features h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0;
  font-family: "Oswald";
}

#offer .bg .features p {
  font-size: var(--p-small-size);
  line-height: 1.5rem;
}

#offer .bg .features img {
  width: 2.5rem;
  height: 2.5rem;
}

#offer .empty {
  background-color: white;
  grid-auto-flow: dense;
}

#offer .empty p,
#offer .empty h3 {
  color: var(--p-color) !important;
}

#offer .circles {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4rem;
}

#offer .circle {
  display: flex;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: var(--main) 2px solid;
}

#offer .circle img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  outline: 1px var(--main) solid;
  border-radius: 50%;
}

#offer .circle p {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 1rem;
}

#offer #selected {
  margin: 0 -1rem;
  background-color: #edf4ff;
  border: none !important;
  transform: translateY(2rem);
}

#offer.big {
  & a {
    color: white;
  }
  & .bg {
    grid-template-columns: 1fr !important;
  }
  & h2 {
    color: #fff;
    width: 100%;
    line-height: 120%;
  }

  & h3 {
    font-family: "Oswald";
  }
  & .feature img {
    object-fit: cover;
    width: 3.5rem;
    height: 3.5rem;
    aspect-ratio: 1/1;
    margin-bottom: 0.5rem;
  }

  & .features {
    margin-top: 3rem;
  }
}

@media (max-width: 1000px) {
  #offer .bg .graphics {
    display: none;
  }
  #offer .bg {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #offer .bg:first-of-type {
    padding-left: 6rem;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    display: flex;
    flex-direction: column;
  }

  #offer .bg:first-of-type .graphics img {
    height: 200px;
    min-height: 0 !important;
    width: 100%;
  }

  #offer .bg:last-of-type .graphics img {
    display: none;
  }

  #offer .features {
    grid-template-columns: 1fr !important;
  }

  #offer .empty {
    grid-template-columns: 1fr !important;
    padding: 2rem 0 !important;
  }
  #offer .circles {
    width: 100%;
  }
  #offer .circles .circle {
    width: 120px;
    height: 120px;
    padding: 1rem;
  }
  #offer .circles .circle p {
    font-size: 1rem;
    line-height: 1.15rem;
  }
}

.bg.round {
  border-radius: 0px;
  border-top-right-radius: 100px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--general-horizontal-padding);
}

#blog {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  gap: var(--general-horizontal-padding);
}

#blog .bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}

#blog .bg .cta {
  margin-top: 2rem;
}

#blog .bg p {
  margin-top: 1rem;
}

article img {
  max-width: 100%;
  object-fit: contain;
}

article .card,
#blog .card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--p-color);
  background-color: var(--second-alt);
  display: flex;
  flex-direction: column;
  position: relative;
}

#blog .card:last-of-type,
article .card:last-of-type {
  border-top-right-radius: 100px;
}

#blog .card img,
article .card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
#blog .card::after,
article .card::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    to bottom right,
    var(--main),
    rgba(256, 256, 256, 1)
  );
  opacity: 0.5;
  width: 100%;
  height: 175px;
  top: 0;
  left: 0;
}

#blog .card .cta,
article .card .cta {
  transform-origin: left bottom;
  scale: 0.8;
  margin-top: 2rem;
  justify-self: flex-end;
  align-self: flex-end;
}

#blog .card .content,
article .card .content {
  padding: 2rem 2.5rem;
  height: 100%;
}

#blog .card h3,
article .card h3 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 1.5rem;
}

#blog .card p,
article .card p {
  font-size: var(--p-small-size);
  line-height: 1.25rem;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  #blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #blog .bg {
    width: 100%;
  }

  #blog .card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  #blog .card:last-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 80px !important;
  }
  #blog .card {
    width: 100%;
  }
}

#contact .contact-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}

#contact .contact-row a {
  text-decoration: none;
}

#contact .form {
  width: 100%;
  background-color: white !important;
}

#contact h2 {
  margin-bottom: 3rem;
}

#contact #info {
  font-weight: 600;
  font-size: var(--p-small-size);
  color: var(--main);
}

@media (max-width: 768px) {
  #contact .bg {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 4rem 2rem;
  }
}

@media (max-width: 1000px) {
  #contact .bg {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--general-horizontal-padding);
}

@media (max-width: 1000px) {
  .blog-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .blog-posts {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-posts .card {
    max-width: 500px;
  }
}

.blog-posts h3 a {
  color: var(--p-color) !important;
  text-decoration: none;
}

.blog-posts .cta a {
  color: var(--second);
  text-decoration: none;
}

.wpcf7-tel {
  border: none;
  background: transparent;
  padding: 1rem;
  font-size: 1rem;
  flex-grow: 1;
  outline: none;
}

/* .wpcf7-submit {
  padding: 1.75rem 1.25rem;
  background: linear-gradient(to left, #3a68ff, #143358);
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s linear;
} */

/* .wpcf7-submit:hover {
  background: #143358;
} */

.custom-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--second-alt);
  outline: 1px solid #c8c8c8;
  padding: 0.5rem 1rem;
  border-radius: 4rem;
  width: 100%;
}

.custom-input {
  flex-grow: 1;
  border: none;
  background: transparent;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Montserrat";
  font-size: var(--p-size);
  outline: none;
  color: #000; /* Adjust for visibility */
}

.custom-button {
  border: none;
  color: white;
  cursor: pointer;
}

/* Remove CF7 default styling */
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-response-output {
  background-color: white;
  padding: 2rem !important;
  line-height: 1.5rem !important;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .wpcf7-form .custom-input {
    font-size: 1rem;
    max-width: 150px;
  }
}

section.header#blog-h .graphic {
  height: fit-content;
  width: 100%;
}

section.header .graphic {
  min-height: 350px;
  color: var(--second);
  background-image: url("./assets/images/bg-header2.png");
  padding: 4rem var(--general-horizontal-padding);
  justify-content: center;
  align-items: center;
}

section.header h1 {
  max-width: 600px;
}

section.header time {
  margin-top: 0.75rem;
  font-weight: 300;
  display: block;
}

section.header .author {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem;
  max-width: 450px;
}

section.header .author img {
  min-width: 6.25rem;
  height: 6.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

section.header .author b {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 1.5rem;
}
section.header .author p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: white;
  margin-top: 0.5rem;
}
section.header .author {
}

/* Article styling */

article h3 {
  font-family: "Oswald";
  font-size: var(--subheading-size);
  color: var(--main);
  margin-top: 3rem;
}

article .content p {
  margin-top: 2rem;
}

article b {
  font-weight: 500;
}

article ol,
article ul {
  list-style: decimal;
  margin-left: 2rem;
  gap: 1rem;
  margin-top: 1rem;
}

article ol > li,
article ul > li {
  margin: 0.5rem 0;
  font-family: "Montserrat";
  font-size: var(--p-size);
  color: #0d0101 !important;
  line-height: 1.5rem;
  font-weight: 300;
}

article:has(.header) {
  background: var(--second-alt);
}

article .cta {
  margin-top: 2rem;
}

article > .content {
  max-width: 65ch;
  padding: 2rem 4rem 0 4rem;
  background: var(--second);
  margin-inline: auto;
}

.header#websites .graphic {
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.header#websites .qualities {
  gap: 2rem;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
}
.header#websites .quality {
  background-color: var(--second);
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header#websites .graphic > p {
  max-width: 500px;
  color: var(--second);
  margin-top: 2rem;
}

#testimonials.alt .reviews {
  position: static !important;
  width: fit-content;
}
#testimonials.alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}

#testimonials.alt h2 {
  color: var(--main);
  margin-bottom: 4rem;
}

#offer.alt .bg:first-of-type {
  grid-template-columns: 1fr;
  padding-left: 4rem;
  padding-right: 10rem;
  border-radius: 0;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
}

#offer.alt .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

#offer.alt .feature {
  background-color: var(--second);
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
}

#offer.alt .feature h4,
#offer.alt .feature p {
  color: var(--main) !important;
}

#offer.alt .circle img {
  display: block;
  outline: none;
  padding: 0;
}

#about-us.alt .graphic {
  max-height: 400px !important;
}

#about-us.alt .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  #testimonials.alt .reviews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #offer.alt .bg:first-of-type {
    grid-template-columns: 1fr;
    padding-right: 4rem;
    border-radius: 0;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  .graphic.special {
    display: none;
  }

  #offer.alt .circles {
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .header#websites .graphic {
    border-radius: 0;
  }
  .header#wbesites .qualities {
  }
  .header#websites .quality {
    background-color: var(--second);
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#plan {
  & .bg {
    background-color: var(--second-alt);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;

    & .content {
      display: grid;
      width: 100%;
      grid-template-columns: 1fr 0.7fr;
      gap: 3rem;
    }
  }

  & h2 {
    margin-bottom: 2rem;
  }

  & .graphics {
    width: 100%;
    & img {
      height: auto;
      width: 100%;
    }
  }

  & .text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  & .step {
    display: inline-flex;
    align-items: start;
    gap: 1.25rem;
    & .num {
      border-radius: 50%;
      background-color: var(--main);
      min-width: 3.5rem;
      min-height: 3.5rem;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 0.5rem;
      & p {
        font-size: 2rem;
        font-family: "Oswald";
        color: #fff;
        font-weight: 400;
      }
    }
    & b {
      font-size: 1.25rem;
      color: var(--main);
      font-weight: 600;
    }

    & .info p {
      margin-top: 0.5rem;
      line-height: 130%;
    }
  }
}

@media (max-width: 768px) {
  #plan .content {
    grid-template-columns: 1fr !important;
  }
}

section#cta {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  & h2 {
    text-align: center;
  }
  & .notice {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
    background-color: var(--second-alt);
    border-radius: 2rem;
    width: fit-content;
    & p {
      font-weight: 600;
      text-align: center;
      line-height: 120%;
    }
  }

  .form-container {
    border: 2px solid #d9d9d9;
    border-radius: 1.5rem;
    width: 100%;
	  padding: 2rem;
    margin-top: 2rem;
  }
}

.slots-info {
  display: flex;
  flex-direction: column;

  & .slot-bg {
    width: 100%;
    width: 175px;
    height: 15px;
    border-radius: 10px;
    background-color: var(--second-alt);
    overflow: hidden;
  }

  & .slot-progress {
    width: 25%;
    height: 100%;
    background: #15355d;
    background: linear-gradient(
      90deg,
      rgba(21, 53, 93, 1) 0%,
      rgba(44, 111, 195, 1) 100%
    );
  }
}

@media (max-width: 768px) {
  #cta .line {
    display: flex !important;
    flex-direction: column-reverse;

    & > div {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
    }
    & > p {
      text-align: center;
    }
  }
}
