
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;

  background:
    linear-gradient(
      to right,
      rgba(158, 0, 0, .4),
      transparent 50%,
      transparent 50%,
      rgba(62, 80, 133, .4)
    );
}

    body {
    min-width: 500px;
}

.head {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 105px;

  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  align-items: center;

  background: rgba(255, 255, 255, 0.95);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(62, 80, 133, 0.2);

  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);

  z-index: 1000;
}

.nav-left,
.nav-right {
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.logo-link {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;

  text-decoration: none;

  position: relative;
  z-index: 5;
}


.logo-container {
  width: 250px;
  height: 145px;

  display: flex;
  justify-content: center;
  align-items: top;

  background: white;

  border-radius: 0 0 20px 20px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.logo {
  width: 200px;
  height: auto;

  display: block;

  transition: transform 1s ease;
}


.logo-link:hover .logo-container {
  transform: scale(1.5) translateY(20px);

  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.22);
}

.logo-link:hover .logo {
  transform: scale(1.1) translateY(0px);
}

.link {
  position: relative;

  color: #333;

  text-decoration: none;

  font-family:"Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;

  padding: 12px 10px;
  margin-bottom: 30px;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}


.link::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 2px;

  width: 0;
  height: 2px;

  background-color: rgb(62, 80, 133);

  transform: translateX(-50%);

  transition: width 0.3s ease;
}


.link:hover {
  color: rgb(62, 80, 133);
  transform: translateY(-2px);
}


.link:hover::after {
  width: 100%;
}




    .desc {
      text-align: center;
      font-size: 40px;
      width:100%;
     
    }

    

  .catchfirst {
  color: rgba(158, 0, 0, 1);
    }
  .catchsecond {
  color: rgba(62, 80, 133, 1);
    }

.prelude {
  background-color: rgba(158, 0, 0, .8);
  padding: 5px 5px 5px 5px;
  font-size: 24px;
  position: absolute;
  left: 475px;
  color:rgba(255, 255, 255, 0.98);
  top: 430px;
  font-family: "Noto Sans", sans-serif;
  width: 50%;
  border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
}


.intent {
  background-color: rgba(62, 80, 133, .8);
  font-size: 24px;
  padding: 5px 5px 5px 5px;
  position: absolute;
  left: 475px;
  top: 520px;
 color:rgba(255, 255, 255, 0.98);
  font-family: "Noto Sans", sans-serif;
  width: 50%;
  border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
}

    .highlight-load {
      text-decoration: underline;
      font-style: italic;
    }

.posterfull{
  text-align: center;
}

    .poster {
      width:500px;
      margin: 70px 50px 70px 50px;
      transition: transform .35s ease;
    }

    .poster:hover {
      transform: scale(1.2, 1.2);
    }

.jexplanation {
  display: flex;
  justify-content: right;
}

.manualjlogo {
  width: 250px;
  margin: 10px 20px 10px 20px;
  transition: transform 1s;
}

.manualjlogo:hover {
  transform: rotate(10deg);
}


.jascription {
  display: inline-block;
  font-size: 23px;
  text-indent: 40px;
  font-family: "Noto Sans", sans-serif;
    color:white;
   background-color: rgba(158, 0, 0, .8);
   border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
      height: 30%;
      padding: 5px 5px 5px 5px;
      width: 50%;
      transition: transform 1s;
}

.jascription.active {
  transform: scale(1.2, 1.2) translate(80px);
}

.whyexplanation {
  display: flex;
  justify-content: left;
}

.whyitmatters {
  width: 300px;
  margin: 10px 20px 10px 20px;
  transition: transform 1s;
}

.whyitmatters:hover {
  transform: rotate(-10deg);
}

.whyscription {
  display: inline-block;
  font-size: 23px;
  text-indent: 40px;
  font-family: "Noto Sans", sans-serif;
    color:white;
   background-color: rgba(62, 80, 133, .8);
   border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
            height: 30%;
      padding: 5px 5px 5px 5px;
      width: 50%;
        transition: transform 1s;
}

.whyscription.active {
  transform: scale(1.2, 1.2) translate(-80px);
}


.whatnottodo {
  opacity: 0;
  visibility: hidden;
}

.importantlydiv {
  text-align: center;
}

.importantly {
  max-width: 100%;
}

/* Container for the two bottom images */
.whatnottodo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  perspective: 800px;

  opacity: 0;
  visibility: hidden;
}

.importantly
 {
  width: 500px;
 }
 
.importantlydiv {
  text-align: center;
  cursor: pointer;
}

.whatnottodo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  perspective: 800px;

  opacity: 0;
  visibility: hidden;
}

.ruleofthumb,
.biggernot {
  width: 300px;
  height: auto;
  opacity: 0;
}

/* Once JavaScript adds "show", keep them visible */
.whatnottodo.show {
  opacity: 1;
  visibility: visible;
}

/* Animate the first image */
.whatnottodo.show .ruleofthumb {
  animation: appear3D 0.9s ease-out forwards;
  animation-delay: 0.1s;
}

/* Animate the second image */
.whatnottodo.show .biggernot {
  animation: appear3D 0.9s ease-out forwards;
  animation-delay: 0.3s;
}

/* 3D animation */
@keyframes appear3D {
  from {
    opacity: 0;
    transform: translateY(30px) rotateY(0deg) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateY(360deg) scale(1);
  }
}


 .whyexactly {
  display : grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0px;
  justify-content: center;
  align-items: center;
 }

 .whyexactlytext {
  display: inline-block;
  font-size: 40px;
line-height: 1.6;
  text-align: center;
    text-indent: 0px;
   font-family: "Noto Sans", sans-serif;
    color:white;
   background-color: rgba(62, 80, 133, 1);
   border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.2);
      margin: 0px;
 }

     .bottomhead {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
       top: 3900px;
       left: 0px;
      width: 100%;
      height:30px;
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      border-top: 8px solid rgba(0, 0, 0, 0.5);
    }

.fillform {
  width: 800px;
  position: absolute;
  top: 2750px;
  display: block;
  margin-left: 560px;
}

    .outlude {
      
  background-color: rgba(158, 0, 0, .8);
  padding: 5px 5px 5px 5px;
  font-size: 24px;
  position: absolute;
  left: 475px;
  color:rgba(255, 255, 255, 0.98);
  top: 2600px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  width: 50%;
  border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
    }

    .buttondown {
      background-color: rgba(62, 80, 133, 1);
      position: absolute;
      top: 3750px;
      left: 420px;
      color: white;
      padding: 10px 20px;
      font-size: 30px;
      font-family: "Georgia", serif;
      font-weight: bold;
      font-style: italic;
      border: 3px solid white;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .buttondown:hover {
      background-color: rgba(62, 80, 133, 0.7);
      box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.2);
    }

        .buttondown:active {
      background-color: rgba(62, 80, 133, 0.1);
      box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.2);
    }

    .contacts {
      z-index:0;
    font-family: "Noto Sans", sans-serif;
      text-align: center;
      position: relative;
      font-size: 30px;
      text-decoration: underline;
      top:-40px;
      color: rgb(255, 255, 255);
    }


    /* below this is for the about page*/

    .itsme {
      width: 400px;
      position:absolute;
      right: 110px;
      top: 130px;
      display: inline-block;
      border: 6px solid rgba(255, 255, 255, 1);
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
    }

    .whyexactlyme {
  display: inline-block;
  padding: 150px;
}

    .mascription {
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 250px;
  line-height: 1.6;
  text-align: center;
  width: 66%;
  font-size: 40px;
  text-indent: 40px;
   font-family: "Noto Sans", sans-serif;
    color:white;
   background-color: rgba(62, 80, 133, 1);
   border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
}

.whyexactlyphoto {
  width: 600px;
  margin: 100px 20px 10px 20px;
  display: block;
    margin-left: auto;
  margin-right: auto;
}
 /* below this is for the pricing page*/

 .calculate {
  text-align: center;
  margin: 200px;
  font-size: 50px;
 }

.pricinglist {
  width: 33%;
  margin: 100px auto;
  text-align: center;
}

.pricinglisttext {
  display: block;
  padding: 30px 5px;
  font-size: 42px;
  text-align: center;
  text-indent: 0;
  font-family: "Noto Sans", sans-serif;
  color: white;
  background-color: rgb(134, 140, 157);
  border: 2px solid white;
  border-radius: 8px;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  
  opacity: 0;

  transition: text-shadow 0.25s ease;
}

.pricinglisttext:hover {
  text-shadow:
    0 0 5px white,
    0 0 10px white,
    0 0 20px white,
    0 0 40px #8ea7ff;

  box-shadow:
    0 0 10px white,
    0 0 25px #8ea7ff,
    0 8px 15px rgba(0, 0, 0, 0.3);
}

.calctext {
  background-color: rgba(158, 0, 0, .8);
  padding: 5px 15px 5px 15px;
  font-size: 34px;
  position: absolute;
  left: 475px;
  color:rgba(255, 255, 255, 0.98);
  top: 850px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  width: 50%;
  border: 2px;
  border-style: solid;
   border-radius:8px;
      border-color:white;
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2);
    }


/* 1st and 3rd fly in from the RIGHT */
.pricinglisttext:nth-child(odd) {
  animation: flyFromRight 1s ease-out forwards;
}

/* 2nd and 4th fly in from the LEFT */
.pricinglisttext:nth-child(even) {
  animation: flyFromLeft 1s ease-out forwards;
}

/* Stagger each item */
.pricinglisttext:nth-child(1) {
  animation-delay: 0s;
}

.pricinglisttext:nth-child(2) {
  animation-delay: 0.25s;
}

.pricinglisttext:nth-child(3) {
  animation-delay: 0.5s;
}

.pricinglisttext:nth-child(4) {
  animation-delay: 0.75s;
}


/* From right */
@keyframes flyFromRight {
  from {
    opacity: 0;
    transform: translateX(100vw);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* From left */
@keyframes flyFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100vw);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


 /* below this is for the contact page*/

  .contactexactly {
  display : grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0px;
 }

 .contactexactlytext {
  display: inline-block;
  font-size: 38px;
    text-indent: 0px;
   font-family: 'Georgia', serif;
    color:white;
   background-color: rgba(62, 80, 133, 1);
   border: 2px;
  border-style: solid;
   border-radius:8px;
   text-align: center;
      border-color:white;
      box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.2);
      margin: 0px;
      transition: padding 0.25s ease;
 }

 .contacttoday {
  width: 500px;
  margin: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
 }

 .blogo {
  width: 750px;
  padding: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
 }

 .contactexactlytext:hover {
padding: 50px;

 }

.fullheader {
 position: relative;
}


      .background {
      position: fixed;
      inset: 0;
      overflow: hidden;
      z-index: -1;
    }

    .line {
      position: absolute;
      bottom: -150px;
      width: 2px;
      height: 100px;

      background: linear-gradient(
        to top,
        transparent,
        rgba(0, 0, 0, 0.3),
        transparent
      );

      opacity: 0.7;

      animation: moveUp linear infinite;
    }

    @keyframes moveUp {
      from {
        transform: translateY(0);
      }

      to {
        transform: translateY(-120vh);
      }
    }

    /* Different positions and speeds */
    .line:nth-child(1) {
      left: 5%;
      animation-duration: 3s;
    }

    .line:nth-child(2) {
      left: 12%;
      animation-duration: 4.5s;
    }

    .line:nth-child(3) {
      left: 20%;
      animation-duration: 2.8s;
    }

    .line:nth-child(4) {
      left: 31%;
      animation-duration: 5s;
    }

    .line:nth-child(5) {
      left: 43%;
      animation-duration: 3.5s;
    }

    .line:nth-child(6) {
      left: 55%;
      animation-duration: 4.2s;
    }

    .line:nth-child(7) {
      left: 67%;
      animation-duration: 3s;
    }

    .line:nth-child(8) {
      left: 75%;
      animation-duration: 5.5s;
    }

    .line:nth-child(9) {
      left: 86%;
      animation-duration: 3.8s;
    }

    .line:nth-child(10) {
      left: 95%;
      animation-duration: 4.7s;
    }

 
/* =========================
   MOBILE STYLES
   ========================= */

@media (max-width: 768px) {

  /* Header */
  .head {
    height: 75px;
    grid-template-columns: 1fr 120px 1fr;
  }

  .nav-left,
  .nav-right {
    justify-content: space-around;
  }

  /* Logo */
  .logo-container {
    width: 120px;
    height: 85px;
    border-radius: 0 0 12px 12px;
  }

  .logo {
    width: 100px;
  }

  /* Navigation links */
  .link {
    font-size: 18px;
    padding: 8px 5px;
    margin-bottom: 10px;
  }

  /* Description */
  .desc {
    font-size: 24px;
    width: 100%;
  }

  /* Prelude */
  .prelude {
    position: relative;
    left: auto;
    top: auto;

    width: 85%;
    margin: 30px auto 20px auto;

    font-size: 17px;
    box-sizing: border-box;
  }

  /* Intent */
  .intent {
    position: relative;
    left: auto;
    top: auto;

    width: 85%;
    margin: 20px auto 30px auto;

    font-size: 17px;
    box-sizing: border-box;
  }

  /* Poster */
  .poster {
    width: 85%;
    max-width: 500px;

    margin: 40px auto;

    display: block;
  }

  /* Manual explanation */
  .jexplanation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .manualjlogo {
    width: 180px;
    margin: 10px;
  }
}
