/* ------------------------------------------- CSS RESET ------------------------------------------- */


/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
* {
  margin: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}
/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

button {
  border: none; 
  box-shadow: none; 
  outline: none;
  appearance: none;
  font: inherit;
}





/* ------------------------------------------- STYLES ------------------------------------------- */




/* ------------- troublehooting borders ------------- */


/*
 * {
  border-width: 3px;
  border-color: blue;
  border-style: solid;
}
*/


:root {


  /* ---------- TEXT ---------- */

  --font-size: 1rem;
  --font-default:  'lato', arial, verdana, serif;
  --font-title: 'lato';
  --font-subheading: 'lato';
  --font-CTA: 'lato';
  --line-height: 1.5;


  --font-size-top-text: calc(3.5*(var(--font-size)));
  --font-weight-top-text: 600;
  --margin-left-top-text: -2rem;

  --font-size-title: calc(20*(var(--font-size)));
  --font-weight-title: 700;
  --text-transform-title: uppercase;
  --line-height-title: 0.7;

  --font-size-heading: calc(3*(var(--font-size)));
  --font-weight-heading: 700;

  --font-size-subheading: calc(1.5*(var(--font-size)));
  --font-weight-subheading: 600;

  --font-size-emphasize: calc(1.15*(var(--font-size)));
  --font-weight-emphasize: 700;

  --font-weight-CTA: 600;
  --font-size-CTA: 1.3rem;

 


  /* ---------- SPACING ---------- */
  
  --spacing-small: 1.5rem;
  --spacing-default: 4rem;



  /* ---------- COLORS ---------- */

  --color-text-1: #292929;
  --color-text-2: #4a4a4a;
  --color-text-default: #363636;
  --color-text-white: #ffffff;
  --color-text-footer: #878787;


  --color-background: #f9f9f9;
  --color-1: #5023aa;
  --color-floatbox: #f0f0f0;
  --color-accent: #dd9a00;
  --color-hover: #edb600;
  --color-apply-hover: #331175;
  --color-gradient: linear-gradient(358deg, rgba(42, 66, 199, 0.7) 0%, rgba(49, 209, 110, 0.7) 100%);
  
  --color-shadow: rgba(0, 0, 0, 0.132);
  --color-footer: #1b1b1b;


  

  /* ---- LIGHT MODE ---- */

  
  /* ---- DARK MODE ---- */




  /* ---------- IMAGES ---------- */

  --border-radius: 1rem;
  --logo: 4rem;
  --border-radius-CTA: 0.75rem;
  

}



  @font-face {
    font-family: 'testimonia';
    src: url('fonts/testimonia-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }





/* -------------------------------- RESTYLE - PROFESSIONAL ---------------------------- */


:root.pro {


  /* ---------- TEXT ---------- */

  --font-size: 0.9rem;
  --font-default:  'raleway', arial, verdana, serif;
  --font-title: 'Libre Baskerville';
  --font-subheading: 'raleway';
  --font-CTA: 'Libre Baskerville';


  --font-size-top-text: calc(3.5*(var(--font-size)));
  --font-weight-top-text: 600;
  --margin-left-top-text: -2.5rem;

  --font-size-title: calc(20*(var(--font-size)));
  --font-weight-title: 600;
  --text-transform-title: uppercase;
  --line-height-title: 0.9;

  --font-size-heading: calc(3*(var(--font-size)));
  --font-weight-heading: 700;

  --font-size-subheading: calc(1.5*(var(--font-size)));
  --font-weight-subheading: 600;

  --font-size-emphasize: calc(1.15*(var(--font-size)));
  --font-weight-emphasize: 700;

  --font-weight-CTA: 400;
  --font-size-CTA: 1.3rem;
  
  

  



  /* ---------- COLORS ---------- */

  --color-text-1: #000000;
  --color-text-2: #2c2c2c;
  --color-text-default: #525252;
  --color-text-white: #ffffff;
  --color-text-footer: #878787;


  --color-background: #f1f1f1;
  --color-1: #2f605d;
  --color-floatbox: #eaeaea;
  --color-accent: #541a1a;
  --color-hover: #7b312a;
  --color-apply-hover: #244a47;
  
  --color-shadow: rgba(0, 0, 0, 0.132);
  --color-footer: #2f605d;

}





/* -------------------------------- RESTYLE - TECH ---------------------------- */



:root.tech {


  /* ---------- TEXT ---------- */

  --font-size: 1rem;
  --font-default:  'ocr a std', arial, verdana, serif;
  --font-title: 'webhostinghub-glyphs';
  --font-subheading: 'bankgothic md bt';
  --font-CTA: 'ocr a std';


  --font-size-top-text: calc(2.5*(var(--font-size)));
  --font-weight-top-text: 600;
  --margin-left-top-text: -2.5rem;

  --font-size-title: calc(14*(var(--font-size)));
  --font-weight-title: 400;
  --text-transform-title: uppercase;
  --line-height-title: 1.1;

  --font-size-heading: calc(2*(var(--font-size)));
  --font-weight-heading: 400;

  --font-size-subheading: calc(1.5*(var(--font-size)));
  --font-weight-subheading: 400;

  --font-size-emphasize: calc(1.15*(var(--font-size)));
  --font-weight-emphasize: 700;

  --font-weight-CTA: 400;
  --font-size-CTA: 1.3rem;


  /* ---------- COLORS ---------- */

  --color-text-1: #ffffff;
  --color-text-2: #ededed;
  --color-text-default: #cfcfcf;
  --color-text-white: #ffffff;
  --color-text-footer: #878787;


  --color-background: #000000;
  --color-1: #11a6bd;
  --color-floatbox: #f0f0f0;
  --color-accent: #c212c2;
  --color-hover: #07c5c2;
  
  --color-shadow: rgba(0, 0, 0, 0.132);
  --color-footer: #1b1b1b;
}





/* -------------------------------- RESTYLE - ELEGANT ---------------------------- */


:root.elegant {


  /* ---------- TEXT ---------- */

  --font-size: 1rem;
  --font-default:  'montserrat hairline', arial, verdana, serif;
  --font-title: 'modestic display';
  --font-subheading: 'Playfair display';
  --font-CTA: 'montserrat hairline';


  --font-size-top-text: calc(3.5*(var(--font-size)));
  --font-weight-top-text: 600;
  --margin-left-top-text: -2.5rem;

  --font-size-title: calc(20*(var(--font-size)));
  --font-weight-title: 700;
  --text-transform-title: uppercase;
  --line-height-title: 0.9;

  --font-size-heading: calc(3*(var(--font-size)));
  --font-weight-heading: 600;

  --font-size-subheading: calc(1.5*(var(--font-size)));
  --font-weight-subheading: 600;

  --font-size-emphasize: calc(1.15*(var(--font-size)));
  --font-weight-emphasize: 700;

  --font-weight-CTA: 600;
  --font-size-CTA: 1.3rem;


  /* ---------- COLORS ---------- */

  --color-text-1: #181813;
  --color-text-2: #2c2c2c;
  --color-text-default: #525252;
  --color-text-white: #ffffff;
  --color-text-footer: #878787;


  --color-background: #a2a4ad;
  --color-1: #5a5b6d;
  --color-floatbox: #f0f0f0;
  --color-accent: #161a63;
  --color-hover: #07c5c2;
  
  --color-shadow: rgba(0, 0, 0, 0.132);
  --color-footer: #eeede8;

  --border-radius-CTA: 0rem;
  --border-radius: 0rem;

}





/* -------------------------------- RESTYLE - FRIENDLY ---------------------------- */


:root.friendly {


  /* ---------- TEXT ---------- */




  --font-size: 1rem;
  --font-default:  'josefin sans', arial, verdana, serif;
  --font-title: 'testimonia';
  --font-subheading: 'josefin sans';
  --font-CTA: 'josefin sans';


  --font-size-top-text: calc(4*(var(--font-size)));
  --font-weight-top-text: 600;
  --margin-left-top-text: -2.5rem;

  --font-size-title: calc(20*(var(--font-size)));
  --font-weight-title: 500;
  --text-transform-title: none;
  --line-height-title: 0.8;

  --font-size-heading: calc(4*(var(--font-size)));
  --font-weight-heading: 400;

  --font-size-subheading: calc(1.5*(var(--font-size)));
  --font-weight-subheading: 600;

  --font-size-emphasize: calc(1.15*(var(--font-size)));
  --font-weight-emphasize: 700;

  --font-weight-CTA: 600;
  --font-size-CTA: 1.3rem;



  /* ---------- COLORS ---------- */

  --color-text-1: #40342f;
  --color-text-2: #095434;
  --color-text-default: #354740;
  --color-text-white: #ffffff;
  --color-text-footer: #ffffff;

  --color-background: #f9f9f9;
  --color-1: #8ca089;
  --color-floatbox: #f0f0f0;
  --color-accent: #938579;
  --color-hover: #635446;
  --color-apply-hover: #425640;
  
  --color-shadow: rgba(0, 0, 0, 0.132);
  --color-footer: #8ca089;

}














body {
  font-family: var(--font-default);
  line-height: var(--line-height);
  background-color: var(--color-background);
  color: var(--color-text-default);
  font-size: var(--font-size);
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  transition: background-color 1s ease, color 1s ease;
}




/* -------------------- Text -------------------- */


.title {
  font-size: var(--font-size-title);
  color: var(--color-text-1);
  font-family: var(--font-title);
  line-height: var(--line-height-title);
  font-weight: var(--font-weight-title);
  padding-bottom: 3rem;
  text-transform: var(--text-transform-title);
  text-shadow: 3px 0px 0px #ffffff45;
}


.heading {
  font-size: var(--font-size-heading);
  color: var(--color-text-1);
  font-family: var(--font-title);
  line-height: 1.25;
  font-weight: var(--font-weight-heading);
  text-decoration-thickness: from-font;
}

.subheading {
  font-size: var(--font-size-subheading);
  color: var(--color-text-2);
  font-family: var(--font-subheading);
  font-weight: 600;
  line-height: 1.5;
  font-weight: var(--font-weight-subheading);
}

.emphasize {
  font-size: var(--font-size-emphasize);
  font-weight: var(--font-weight-emphasize);
}

.text-white {
  color: var(--color-text-white);
}

.highlight {
  font-size: calc(1.75*(var(--font-size)));
  font-style: italic;
}

.text-color {
  color: var(--color-1);
}


/* -------------------- Links -------------------- */

a:link, a:visited {
  color: var(--color-primary);
}

a:hover, a:active {
  text-decoration: underline;
  text-underline-offset: var(--letter-spacing); 
}

a:focus, button:focus, input:focus {
  outline: 2px solid rgb(0, 30, 255);
}

/* Remove outline for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Keep outline for keyboard users, maybe make it special */
:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}



/* ---------- Menu ---------- */


.menu-link, .menu-link:visited {
  color: var(--color-text-default);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  transition: font-weight 0.1s ease; 
}

.menu-link:hover, .menu-link:active {
  text-decoration: none;
}

.current-page, .current-page:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.under-line {
  width: 0%;
  height: 1.5px;
  background-color: var(--color-text-default);
  transition: width 0.4s ease;
  margin: auto;
  z-index: 200;
}

.menu-link:hover .under-line, .dropdown:hover .under-line {
  width: 100%;
}





.dropdown {
  position: relative;
}

.dropdown-content {
  opacity: 0;
  position: absolute;
  left: -2rem;
  top: 1.4rem;
  min-width: max-content;
  background-color: var(--color-background);
  transition: all 0.3s ease;
  border-radius: 0 0 1rem 1rem;
  padding-top: 1rem;
  z-index: -1;
}

.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}

.menu-link.drop {
  text-transform: none;
}






.dropdown-content a {
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: block;
  transition: all 0.1s ease;
}

.dropdown-content a:hover {
font-weight: 800;
}










/* ---------- CTA ---------- */

.CTA {
  padding: 0.75rem 3rem 0.75rem 3rem;
  background: var(--color-accent);
  border-radius: var(--border-radius-CTA);
  font-weight: var(--font-weight-CTA);
  font-family: var(--font-CTA);
  display: flex;
  cursor: pointer;
  font-size: var(--font-size-CTA);
  word-spacing: -0.05rem;
  transition: background 0.3s ease; 
  text-decoration: none;
  border: none;
  color: var(--color-text-white);
}

.CTA:hover, CTA:active {
  background: var(--color-hover);
  border: none;
}

CTA:visited {
  border: none;
}


a.CTA, a.CTA:visited {
  color: var(--color-text-white);
}


a.CTA:hover, a.CTA:active {
  text-decoration: none;
}

.CTA.restyle {
  background: var(--color-1);
  transition: background 0.2s ease;
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.CTA.restyle:hover, CTA.restyle:active {
  background: var(--color-accent);
  border: none;
}

.CTA.apply {
  background-color: var(--color-1);
  border: solid var(--color-background) 2px;
  padding: 0.75rem 2rem 0.75rem 2rem;
  font-size: var(--font-size-emphasize);
}

.CTA.apply:hover, CTA.apply:active {
  background: var(--color-apply-hover);
}



/* -------------------- Images -------------------- */


img {
  display: block;
  max-width: 100%;
  height:auto;
}


.photo {
  width: 20rem;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
}

.photo.header {
  width: 40rem;
  object-fit: cover;
  z-index: -1;
}

.photo-wrapper {
  display:flex;
  flex-direction: column;
  gap: 0.5rem;
}


/* -------------------- Layout -------------------- */


.layout {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  gap: 8rem;
  justify-items: center;
  flex: 1;
}

.wrapper-center {
  max-width: min(1920px, 100%);
  width: 100%;
  margin: 0 auto;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-default);
}


.color-full-bleed {
  width: 100%;
  background:var(--color-1);
  padding: var(--spacing-default);
  background-clip: padding-box;
}

.float-box {
  background: var(--color-floatbox);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-small);
  padding: var(--spacing-default);
}


.float-box.clean {
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.9px);
  -webkit-backdrop-filter: blur(3.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}





.text-width {
  width: min((calc(44rem) + (2*(var(--spacing-default)))),100%);
}


.flex-row {
  display: flex;
  gap: var(--spacing-default);
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}


.flex-column {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
}


.center-text {
  text-align: center;
}

.center-self {
  align-self: center;
}

.left-self {
  align-self: flex-start;
}

.align-center {
  align-items: center;
}

.top-space {
  margin-top: 2rem;
}

.top-space2 {
  margin-top: 1rem;
}



.mobile-hide {
  display: inline;
}

.desktop-hide {
  display: none;
}



/* ------------------------------------------- SECTIONS ------------------------------------------- */

/* -------------------- Header -------------------- */



.title-large {
  font-size: 20rem;
  color: var(--color-text-1);
  font-family: var(--font-title);
  line-height: 0.8;
  font-weight: var(--font-weight-title);
  padding-bottom: 3rem;
  text-transform: var(--text-transform-title);
  text-shadow: 1px 0px 0px #FFFFFF;
}


.top-text {
  font-size: var(--font-size-top-text);
  color: var(--color-text-1);
  font-family: var(--font-title);
  font-weight: var(--font-weight-top-text);
  margin-left: var(--margin-left-top-text);
}


.menu-wrapper {
  padding: 1rem var(--spacing-default);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: sticky;
  top: 0;
  z-index: 100;
}

.menu {
  display:flex;
  gap: var(--spacing-default);
  list-style: none;
  justify-content: space-evenly;
  background-color: var(--color-background);
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.wrapper-center.hero-section {
  padding: 3.5rem 4rem 0.5rem 4rem;
  gap: var(--spacing-small);
}


.logo {
  max-width: var(--logo);
}

.menu-blank {
  width: var(--logo);
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}


.margin-bottom {
  margin-bottom: 1rem;
}


.header-image {
  background-image: url("./images/color-splash2.png");
  background-position: 0% -10%;
  background-size: 100%;
  padding: 0 2rem 1rem 1rem;
}

.title-image {
  width: min(800px, 90vw);
}




/* ---------------------- About ---------------------- */

.float-box.about {
  flex-direction: row;
  flex-wrap: wrap;
} 

.list-style {
  list-style-type: circle;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.list-style.you {
  gap: 1rem;
}

.flex-column.about {
  padding-right: 2rem;
  width: min(30rem, 100%);
}

.scroll-margin {
  scroll-margin-top: 5rem;
}





/* -------------------- Try It -------------------- */


.carousel {
  margin: 3em auto;
  height: 10rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  anchor-name: --carousel;
  scroll-snap-type: y proximity;
}



.carousel::scroll-button(*) {
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  background-color: var(--color-accent);
  color: var(--color-text-white);
  position: fixed;
  position-anchor: --carousel;
  margin: 1rem;
}

.carousel::scroll-button(up) {
  content: "↑";
  position-area: top center;
}

.carousel::scroll-button(down) {
  content: "↓";
  position-area: bottom center;
}

.carousel::scroll-button(*):disabled {
  opacity: 0.5;
  cursor: auto;
}

.carousel::-webkit-scrollbar {
  display: none;
}





/* -------------------- Reviews -------------------- */

.float-box.review {
  width: min(40rem, 100%);
  padding: 2rem;
  justify-self: stretch;
}

.wrapper-center.review-section {
  justify-content: center;
  gap: 2rem;
  align-items: stretch;
}

.color-full-bleed.reviews {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, var(--color-1) 40%, var(--color-1) 100%);
}

.reviewer {
  align-self: flex-end;
  font-style: italic;
  font-weight: 600;
}

.stars {
  width: max(25%, 6rem);
}

.stars2 {
  width: 40%;
}




/* ---------------------- Guarantee ---------------------- */


.guarantee {
  max-width: 35rem;
}

.badge {
  width: min(10rem, 100%);
  align-self: center;
}





/* -------------------- Example -------------------- */


.example-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.wrapper-center.example-wrapper-1 {
  justify-content: end;
  align-items: start;
}

.wrapper-center.example-wrapper-2 {
  justify-content: start;
  align-items: start;
}




.good-design-1 {
  background: var(--color-1);
  margin: 0px var(--spacing-small) var(--spacing-small) var(--spacing-small);
  align-items: start;
  width: min(30rem, 100%);
}


.float-box.good-design-2 {
  background: var(--color-1);
  margin: 10rem var(--spacing-small) var(--spacing-small) var(--spacing-small);
  align-items: end;
  width: min(30rem, 100%);
}


.float-box.bad-design{
  gap:4px;
  padding:5px 30px 20rem 17px;
  line-height: 1;
  font-family: 'Times New Roman', Times, serif;
  background: var(--color-1);
  margin: 0px var(--spacing-small) var(--spacing-small) var(--spacing-small);
  width: min(30rem, 100%);
  text-align: center;
  border-radius: 0;
}

.hidee{
  display: none;
}

.large-font {
  font-size: 2rem;
}

/* Hide new by default */
#new {
  display: none;
}

/* When toggled */
#toggle-look.show-new #original {
  display: none;
}

#toggle-look.show-new #new {
  display: flex;
}









/* -------------------- Process -------------------- */





/* Defines how long the pause lasts */
.scroll-container {
  height: 320vh; 
  background: var(--color-floatbox);
}

/* Freezes the section in the viewport */
.sticky-section {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}





.process-grid-horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}



.process-text {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  padding: 0 10% 0 10%;
}

.process-text.three {
  justify-content: flex-end;
}

.number-style {
  color: var(--color-1);
  font-weight: 600;
  font-size: calc(2.5*(var(--font-size)));
  line-height: 1;
}

.timeline-graphic {
  margin: 0 -1px 0 -1px;
  padding: 3rem 0 2rem 0;
  background-image: url("./images/timeline-piece-2.svg");
  background-repeat: no-repeat;
  background-position-y: 59%;
}

.timeline-graphic.piece-1 {
  background-image: url("./images/timeline-piece-1.svg");
}

.timeline-graphic.piece-3 {
  background-image: url("./images/timeline-piece-3.svg");
}


.timeline-CTA {
  width: fit-content;
  margin-top: 1rem;
  align-self: center;
}




/* -------------------- Animation -------------------- */



@media (prefers-reduced-motion: no-preference) {



  .trevor{
    animation: trevor ease;
    animation-range-start: 32%;
    animation-range-end: 42%;
    animation-timeline: scroll(root);
    animation-fill-mode: both;
  }


  .trevor2{
    animation: trevor ease;
    animation-range-start: 40%;
    animation-range-end: 50%;
    animation-timeline: scroll(root);
    animation-fill-mode: both;
  }


  .trevor3{
    animation: trevor ease;
    animation-range-start: 47%;
    animation-range-end: 57%;
    animation-timeline: scroll(root);
    animation-fill-mode: both;
  }


  .trevor4{
    animation: trevor ease;
    animation-range-start: 56%;
    animation-range-end: 66%;
    animation-timeline: scroll(root);
    animation-fill-mode: both;
  }


  @keyframes trevor {
    from {scale: .97; opacity: 0;}
    to {scale: 1; opacity: 1;}
  }





  .circle {
  background-color: var(--color-accent);
  border-radius: 100%;
  aspect-ratio: 1;
  width: 3.1rem;
  margin: auto;
  animation: circle linear;
  animation-range-start: 27%;
  animation-range-end: 41%;
  animation-timeline: scroll(root);
  animation-fill-mode: both;
  }


  .circle.circ2 {
  animation-range-start: 41%;
  animation-range-end: 48%;
  }

  .circle.circ3 {
  animation-range-start: 48%;
  animation-range-end: 57%;
  }

  .circle.circ4 {
  animation-range-start: 57%;
  animation-range-end: 100%;
  }




  @keyframes circle {
    0% {opacity: 0;}
    0.1% {opacity: 1;}
    99.9% {opacity: 1;}
    100% {opacity: 0;}
  }








  .fade-in {

    view-timeline-axis: block;

    animation: fade-in linear;
    animation-timeline: view();
    animation-range: cover 10% contain 20%;
    animation-fill-mode: both;
  }

  @keyframes fade-in {
    0% {transform: translateY(10%); opacity:0;}
    100% {transform: translateY(0); opacity:1;}
  }




  .plants-animate {
    animation: fade-in linear;
    animation-range-start: 26%;
    animation-range-end: 37%;
    animation-timeline: scroll(root);
    animation-fill-mode: both;
  }

}





/* ------------------- Options ------------------- */


.options-wrapper {
  display:flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: min(1500px, 100%);
  justify-content: center;
  padding: var(--spacing-default);
}


.float-box.option {
  justify-content: center;
  padding: 1rem;
  aspect-ratio: 1;
  width: 16rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.094);
  backdrop-filter: blur(3.9px);
  -webkit-backdrop-filter: blur(3.9px);
  transition: transform 0.3s ease;
}

.float-box.option:hover {
  transform: scale(1.05);
}


.option-icon {
  width: 4rem;
}

.option-heading {
  font-weight: 800;
  font-size: larger;
}





/* ------------------- Services ------------------- */

.flex-column.services {
  align-items:center;
  gap: var(--spacing-default);
}

.float-box.service {
  width: min(40rem, 100%);
  padding: 3rem 4rem 4rem 4rem;
  justify-content: flex-start;
}

.feature-list li {
  margin-bottom: 1rem;
}

.feature-list {
  padding: 0;
  list-style: circle;
}

.no-bullet {
  list-style: none;
}





/* -------------------- Contact -------------------- */



.flex-column.contact {
  align-self: center;
}

.space-bottom {
  padding-bottom: 8rem;
}


/* -------------------- Footer -------------------- */


.footer-wrapper {
  background: var(--color-footer);
  padding: 1.5rem 2rem 1rem 2rem;
  display:flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-text-white);
}

.footer {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  width: 100%;
}



.icon {
  width: 2.4rem;
}

.menu-left {
  display: flex;
  flex-direction: row;
  margin-right: auto;
  gap: var(--spacing-default);
}

.home-icon {
  width: 2.4rem;
}

.footer-bottom {
  width: 100%;
  margin-top:var(--spacing-default);
  display: flex;
  justify-content: end;
}

.footer-links {
  margin-top: var(--spacing-small);
  font-weight: 900;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--color-text-footer);
}

.socials {
  display: flex;
  gap: var(--spacing-default);
  justify-content: center;
}

.policies {
  display: flex;
  gap: var(--spacing-small);
  justify-content: end;
  align-items: end;
  text-transform: uppercase;
  color: var(--color-text-footer);
}

.fun-font {
  font-family: 'testimonia';
}







/* ------------------- Calculator ------------------- */


.calc {
  background-color: var(--color-1);
  max-width: 70rem;
}


.float-box.option-calc {
  justify-content: center;
  padding: 1rem;
  aspect-ratio: 1;
  width: 14rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.094);
  backdrop-filter: blur(3.9px);
  -webkit-backdrop-filter: blur(3.9px);
  transition: transform 0.3s ease;
}




/* ------------------- Images ------------------- */

.mainImage {
  width: min(15rem, 90%);
  margin: 2rem 0 0 0;
}

.riskImage {
  width: min(20rem, 80%);
  align-self: center;
  padding-bottom: 1.5rem;
}

.processImage {
  width: min(33rem, 100%);
  align-self: center;
  padding-bottom: 2rem;
}

.timeImage {
  width: min(15rem, 100%);
  align-self: end;
}

.servicesImage {
  width: min(23rem, 100%);
  align-self: center;
  padding-bottom: 1rem;
}

.contactImage {
  width: min(12rem, 100%);
  align-self: center;
  padding-bottom: 1.5rem;
}

.wave {
  width: min(30rem, 100%);
  align-self: center;
  padding-bottom: 2rem;
}


/* ------------------- Images ------------------- */

.flex-column.privacy {
  margin: 5rem 0 10rem 0;
}

.heading.pp {
  font-family: var(--font-default);
}














@media (width < 700px) {

  .heading {
    text-align: center;
  }

  .subheading {
    text-align: center;
  }

   .heading.mobile-left-text {
    text-align: left;
  }

  .mobile-small-hide {
    display: none;
  }

  .menu-wrapper {
  position: relative;
}

  .menu {
    justify-content: space-evenly;
    margin: auto;
    background-color: var(--color-1);
  }

  .mobile-top {
    padding-top: 4rem;
  }

   :root.friendly {

    --font-size-title: calc(8*(var(--font-size)));
   }



}




@media (width < 1025px) {
  
  .menu-wrapper {
  position: relative;
}

}




/* ------------------------------- MOBILE -------------------------------- */



@media (width < 1920px) {




  :root.friendly {
    

    --font-size-top-text: calc(2*(var(--font-size)));
    --font-weight-top-text: 600;
    --margin-left-top-text: -0.5rem;

    --font-size-title: calc(15*(var(--font-size)));

    --font-size-heading: calc(3*(var(--font-size)));

    --font-size-subheading: calc(1.25*(var(--font-size)));


    --font-size-emphasize: calc(1.15*(var(--font-size)));
    --font-weight-emphasize: 700;

    --font-weight-CTA: 600;
    --font-size-CTA: 1.3rem;

    --spacing-default: 1rem;
    --spacing-small: 1.5rem;
    
  }

  




  /* -------------------- Layout -------------------- */


  .layout {
    gap: 4rem;
  }

  .wrapper-center {
    padding: 1.5rem;
    gap: var(--spacing-default);
  }

  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: inline;
  }

  .mobile-left-text {
    text-align: left;
  }



  /* -------------------- Menu -------------------- */





/* -------------------- Header -------------------- */

  .mobile-layout {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .mainImage {
    margin: auto;
    width: 80%;
  }

    .flex-column {
    gap: var(--spacing-small);
  }

 .title-fit {
  font-size: 8rem;
  color: var(--color-text-1);
  font-family: var(--font-title);
  line-height: var(--line-height-title);
  font-weight: var(--font-weight-title);
  padding-bottom: 3rem;
  text-transform: var(--text-transform-title);
  text-shadow: 3px 0px 0px #ffffff45;
}


  
  /* -------------------- About -------------------- */


  .flex-column.about {
    padding: 0;
    width: min(30rem, 100%);
  }




  /* -------------------- Reviews -------------------- */


  .color-full-bleed.reviews {
    background: var(--color-1);
    padding: 2rem 0rem 2rem 0rem;
  }

  .float-box.review {
    width: min(40rem, 100%);
    padding: 2rem;
    justify-self: stretch;
  }



  /* -------------------- Example -------------------- */

  

  .mobile-example {
    display: none;
  }






  /* -------------------- Process -------------------- */



  .mobile-process-container {
    background: var(--color-floatbox);
    padding-bottom: 4rem;
  }

  .process-grid-horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}



.process-text {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  padding: 0 10% 0 10%;
  width: min(100%, 50rem);
}

.process-text.three {
  justify-content: flex-end;
}

.number-style {
  color: var(--color-1);
  font-weight: 600;
  font-size: calc(2.5*(var(--font-size)));
  line-height: 1;
}

.timeline-graphic {
  margin: 0 -1px 0 -1px;
  padding: 3rem 0 2rem 0;
  background-image: url("./images/timeline-piece-2.svg");
  background-repeat: no-repeat;
  background-position-y: 59%;
}

.timeline-graphic.piece-1 {
  background-image: url("./images/timeline-piece-1.svg");
}

.timeline-graphic.piece-3 {
  background-image: url("./images/timeline-piece-3.svg");
}


.timeline-CTA {
  width: fit-content;
  margin-top: 1rem;
  align-self: center;
}


.wrapper-center.process-spacing {
  gap: 6rem;
  flex-wrap: nowrap;
  flex-direction: column;
}

.mainImage.process-mobile {
  width: min(98%, 50rem);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;

}



  /* -------------------- Turnaround Time -------------------- */



    .timeImage {
      align-self: center;
    }


  /* -------------------- Options -------------------- */

  .options-wrapper {
    gap: 1rem;
    padding: 0;
    border-color: red;
    padding: 1rem 0 2rem 0;
  }


  .float-box.option {
    justify-content: center;
    padding: 0.5rem;
    aspect-ratio: 1;
    width: 9.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.094);
    backdrop-filter: blur(3.9px);
    -webkit-backdrop-filter: blur(3.9px);
    transition: transform 0.3s ease;
    gap: 0.5rem;
  }

  .option-icon {
    width: 3rem;
  }

  .option-heading {
    font-size: var(--font-size);
    text-align: center;
  }



  /* -------------------- Services -------------------- */



  .float-box.service {
    width: min(40rem, 100%);
    padding: 1rem;
    justify-content: flex-start;
    background-color: var(--color-background);
  }




  /* -------------------- Contact -------------------- */

  .space-bottom {
    background-color: var(--color-floatbox);
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .mobile-number {
    font-size: 1.25rem;
  }



  /* -------------------- Footer -------------------- */

  .footer-wrapper {
    padding: 2rem 0.5rem 0.25rem 0.5rem;
  }

  .footer {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    width: 100%;
  }


  .footer-bottom {
    padding: 0 0.5rem 0.5rem 0;
  }

  .policies {
    text-transform: none;
  }

  .fun-font {
    font-size: 3rem;
}

}

  /* -------------------- Animation -------------------- */








/* ------------------------------- LARGE SCREEN -------------------------------- */


@media (width > 2500px) {

  .wrapper-center.hero-section {
    margin: 6rem auto 0 auto;
  }

  .footer {
    margin: 4rem 0 15rem 0;
  }

  .wrapper-center.footer {
    max-width: 100%;
  }

  .layout {
    gap: 15rem;
  }

  .desktop-hide {
    display: none;
  }

  .space-bottom {
  padding-bottom: 15rem;
}

}