.sub-page {
  margin: 4rem 0rem;
}

.sub-page .error-section {
  margin: 4rem 0;
}

.sub-page .small-section {
  margin: 4rem 0rem;
}

.sub-page .main-title {
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--title-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1rem;
}

.sub-page .title {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-size: var(--h2-font-size);
  text-align: center;
}

.sub-page .swipe-container {
  margin: 3rem auto;
  position: relative;
  width: 300px;
  height: 180px;
}

.sub-page .swipe-container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 300px 100%;
}

.sub-page .swipe-container .background-img {
  background-image: url("../img/udes-website-mockup.png");
}

.sub-page .swipe-container .foreground-img {
  background-image: url("../img/old-website-mockup.png");
  width: 50%;
}

.sub-page .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  top: -4%;
  background: transparent;
  outline: none;
  margin: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-page .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3px;
  height: 200px;
  background: white;
  cursor: pointer;
}

.sub-page .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-page .slider-button:after {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sub-page .slider-button:before {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sub-page .large-image {
  position: relative;
  left: -2%;
  max-height: 514px;
}

.sub-page .normal-text {
  font-size: var(--small-font-size);
  color: var(--text-color);
}

.sub-page .normal-text span {
  display: block;
}

.sub-page .normal-text span:not(:last-child) {
  margin-bottom: 1rem;
}

.sub-page .normal-text a {
  color: var(--text-color);
  text-decoration: underline;
  font-weight: 600;
}

.sub-page .divider-img img {
  width: 100%;
  max-width: 1350px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}

.sub-page .error-main-title {
  font-size: calc(30vw + 2rem);
  opacity: 0.05;
  text-align: center;
}

.sub-page .error-wrapper {
  text-align: center;
  color: var(--title-color);
}

.sub-page .error-wrapper h2 {
  margin-bottom: 0.6rem;
}

.sub-page .error-wrapper p {
  color: var(--text-color);
  max-width: 60ch;
  margin-inline: auto;
}

.sub-page .error-wrapper button {
  margin-top: 1rem;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: var(--title-color);
  background-color: var(--text-color-lighten);
  padding: 0.75rem;
  border-radius: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border: none;
}

.about .introduction {
  margin-bottom: 1.7rem;
}

.about .section a {
  color: var(--text-color);
  font-weight: bold;
  text-decoration: underline;
}

.about .section__flex {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.5rem;
}

.about .section__flex img {
  width: 300px;
  margin-inline: auto;
}

.about .section__flex-call-to-action .button {
  text-decoration: none;
  margin-top: 1.5rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0.55rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-size: var(--small-font-size);
  font-family: var(--body-font);
  background-color: var(--first-color);
  color: #fff;
}

.about .section__flex-call-to-action .button i {
  font-size: 1.35rem;
  -webkit-animation: shake-animation 6s ease infinite;
          animation: shake-animation 6s ease infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.about .section__flex .phone {
  margin-top: 3rem;
  width: 70%;
  max-width: 200px;
  display: none;
}

.about .section__flex.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about .section .double-paragraph span:first-child {
  display: block;
  margin-bottom: 1rem;
}

.about .separator-image {
  margin-block: 4rem;
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  background-image: url("../img/separator-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.about .separator-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 55, 75, 0.37);
}

.dark-theme .separator-image {
  background-color: rgba(4, 14, 23, 0.6);
}

.slogan {
  text-align: center;
}

.plans {
  margin-block: 3rem;
}

.plans .plans-container {
  padding: 2.5rem 1.5rem 3rem;
  border-radius: 10px;
  border: 1px solid var(--circle-background);
}

.plans .plans-container.main {
  border-color: var(--first-color);
  margin-block: 1.5rem;
}

.plans .plans-container__title {
  color: var(--first-color);
  font-size: 1.6rem;
  margin-bottom: .5rem;
  text-align: center;
}

.plans .plans-container__slogan {
  color: var(--text-color);
  font-size: 0.8rem;
  text-align: center;
}

.plans .plans-container__price {
  color: var(--title-color);
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.plans .plans-container__price span {
  color: var(--text-color);
  font-size: 0.9rem;
}

.plans .plans-container__description {
  font-size: .82rem;
  line-height: 1.7;
}

.plans .plans-container__divider {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  height: 1px;
  width: 80%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(200, 200, 200, 0.81) 0%, rgba(217, 217, 217, 0) 100%);
}

.plans .plans-container ul {
  list-style-type: disc;
  font-size: 0.8rem;
}

.plans .plans-container ul li {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.price .title {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.second-section {
  margin-top: 5rem;
}

.second-section .timeline {
  margin-top: 3rem;
  color: var(--text-color);
}

.timeline {
  min-width: 290px;
  max-width: 530px;
  margin: auto;
  padding-inline: 3rem;
  border-radius: 10px;
}

.timeline .timeline-paragraph:first-child {
  padding-top: 2rem;
}

.timeline .timeline-paragraph:last-child {
  padding-bottom: 2rem;
}

.timeline-paragraph {
  font-size: 0.9rem;
  line-height: 1.5;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, var(--first-color) 0%, var(--text-color-unique) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(var(--first-color)), to(var(--text-color-unique)));
     border-image: linear-gradient(to right, var(--first-color) 0%, var(--text-color-unique) 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

.timeline-paragraph:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 1.25em;
  width: 1.25em;
  background-color: #34435E;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
}

.timeline-paragraph:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}

.timeline-paragraph:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.timeline-paragraph:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}

.timeline-paragraph:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.timeline-paragraph:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timeline-paragraph:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq {
  max-width: 530px;
  margin-inline: auto;
  margin-top: 3rem;
}

.faq .faq-answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.faq .faq-answer p {
  font-size: 0.8rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0.7rem;
}

.faq .faq-question h3 {
  font-size: 1rem;
}

.faq .faq-question .toggle-icon::before {
  content: "+";
}

.faq .faq-question.active .toggle-icon::before {
  content: "-";
}

.faq .faq-question:hover .toggle-icon::before {
  color: var(--first-color);
}

.faq .divider {
  width: 100%;
  height: 1px;
  background-color: var(--circle-background);
  margin-bottom: 1.5rem;
}

.dark-theme .sub-page .error-wrapper button {
  background-color: var(--container-color);
}

@media screen and (min-width: 320px) {
  .sub-page .swipe-container {
    width: 340px;
    height: 190px;
  }
  .sub-page .swipe-container .img {
    width: 100%;
    height: 100%;
    background-size: 340px 100%;
  }
}

@media screen and (min-width: 400px) {
  .sub-page .swipe-container {
    width: 380px;
    height: 230px;
  }
  .sub-page .swipe-container .img {
    width: 100%;
    height: 100%;
    background-size: 380px 100%;
  }
  .sub-page .slider::-webkit-slider-thumb {
    height: 250px;
  }
}

@media screen and (min-width: 576px) {
  .sub-page .title {
    max-width: 37ch;
    margin-inline: auto;
  }
  .sub-page .error-main-title {
    line-height: 1;
  }
  .sub-page .swipe-container {
    width: 500px;
    height: 320px;
  }
  .sub-page .swipe-container .img {
    width: 100%;
    height: 100%;
    background-size: 500px 100%;
  }
  .sub-page .slider::-webkit-slider-thumb {
    height: 320px;
  }
  .sub-page .error-section {
    max-width: 45rem;
    width: 100%;
    margin-inline: auto;
  }
  .plans .plans-container {
    max-width: 400px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 655px) {
  .sub-page .main-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 2rem;
  }
  .sub-page .swipe-container {
    width: 620px;
    height: 380px;
  }
  .sub-page .swipe-container .img {
    width: 100%;
    height: 100%;
    background-size: 620px 100%;
  }
  .sub-page .slider::-webkit-slider-thumb {
    height: 360px;
  }
  .about .separator-image {
    height: 200px;
  }
  .about .section__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .section__flex img {
    width: 270px;
  }
  .about .section__flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 776px) {
  .sub-page .main-title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 2rem;
  }
  .sub-page .divider-img img {
    height: 300px;
  }
  .sub-page .swipe-container {
    width: 720px;
    height: 410px;
  }
  .sub-page .swipe-container .img {
    width: 100%;
    height: 100%;
    background-size: 720px 100%;
  }
  .sub-page .slider::-webkit-slider-thumb {
    height: 400px;
    width: 6px;
  }
  .about .section__flex img {
    width: 330px;
  }
  .plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plans .plans-container {
    margin-top: 1.5rem;
    margin-inline: 0;
  }
  .plans .plans-container.main {
    margin-block: 0;
    margin-bottom: 1.5rem;
    margin-inline: 1rem;
  }
}

@media screen and (min-width: 952px) {
  .sub-page .error-main-title {
    font-size: 300px;
  }
  .sub-page .main-title {
    font-size: 34px;
    line-height: 57px;
    margin-bottom: 3rem;
  }
  .sub-page .swipe-container {
    width: 900px;
    height: 500px;
  }
  .sub-page .swipe-container .img {
    background-size: 900px 100%;
  }
  .sub-page .slider::-webkit-slider-thumb {
    height: 500px;
  }
  .about .section {
    gap: 3.5rem;
  }
  .about .section__flex img {
    width: 390px;
  }
}
/*# sourceMappingURL=side-pages-style.css.map */