/* ========================== */
/*       TABLE OF INDEX       */
/* ========================== */
/* 1. General Elements */
/* 2. Header        */
/* 3. Contact Section      */
/* 4. What We Do Section */
/* 5. Pricing Section */
/* 6. Portfolio Section */
/* 7. Who We Are Section */
/* 8. Blog Section */
/* 9. Pricing Section */
/* 10. Contact Us Section */
/* 11. Services Section */
/* 12. Footer */
/* 13. Galaxy Section */
/* 14. Tablet Media Queries */
/* 15. Desktop Media Queries */

/* ========================== */
/*      GENERAL ELEMENTS      */
/* ========================== */

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  display: block;
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a {
  color: #6C63FF;
  text-decoration: none;
}

/* ========================== */
/*          STYLING           */
/* ========================== */

h2 span {
  color: #6c63ff;
}

.purple {
  color: #6c63ff !important;
}

h3 span {
  color: #6C63FF;
  font-size: 4rem;
  font-weight: 500;
}


.small {
  font-size: 1.2rem;
}

.alignLeft {
  text-align: left;
}

.whitesmoke {
  background-color: whitesmoke;
}

.glow {
  box-shadow: 5px 5px 5px #6058fa7c;
}

.glow2 {
  box-shadow: -5px -5px 5px #6058fa7c;
}

#glow3 {
  background: #6c63ff;
}

.largeFont {
  /* font-size: 1.4rem; */
}

.emailSmall {
  /* font-size: 0.9rem !important; */
}

.lh21 {
  line-height: 21.13px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700 !important;
}

.white {
  color: #252525;
  background: whitesmoke;
}

.whiteOnBlack {
  background: #252525 !important;
  color: whitesmoke;
}

.font16 {
  font-size: 1rem !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font24 {
  font-size: 24px !important;
}

.font28 {
  font-size: 28px !important;
}

.font40 {
  font-size: 40px;
}

.font56 {
  font-size: 56px;
}

.s11x14 {
  height: 14px;
  width: 11px;
}

.s14x11 {
  height: 11px;
  width: 14px;
}

.s14x14 {
  height: 14px;
  width: 14px;
}

.s16x13 {
  height: 13px;
  width: 16px;
}

/* ========================== */
/*          LANDING           */
/* ========================== */
.landing {
  color: whitesmoke;
  background: linear-gradient(#5113e2, #4f46f0, #6c63ff);  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 700px;
  padding-top: 75px;
  position: relative;
}

.landingSmall {
  background: linear-gradient(#5113e2, #4f46f0, #6c63ff); 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  padding-top: 75px;
  font-size: 2rem;
  color: whitesmoke;
}


@media (min-width: 1026px) {
  .landingSmall {
    background-image: url(../images/sanDiegoHeader1920.webp);
  }
}
@media (min-width: 801px) and (max-width: 1025px) {
  .landingSmall {
    background-image: url(../images/sanDiegoHeader1200.webp);
  }
}
@media (max-width: 800px) {
  .landingSmall {
    background-image: url(../images/sanDiegoHeader800.webp);
  }
}

.landingSmall:before {
  background: linear-gradient(#5113e2, #4f46f0, #6c63ff); 
}

.landingMockup {
  position: absolute;
  bottom: -50%;
  max-width: 350px;
  margin: auto;
  z-index: 1;
}



.container h1 {
  font-size: 1.8rem;
  width: 100%;
  position: static;
  max-width: 350px;
}

.desktopLandingInnerContainer {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
}

.landingButton {
  position: absolute;
  left: 0;
  bottom: -20%;
  border-radius: 0;
  background: white !important;
  color: black !important;
}

@media (max-width: 499px) {
  .landing {
    height: 500px;
    position: relative;
    margin-bottom: 250px;
  }

  .landingSmall {
    background-size: cover;
    max-height: 220px;
  }

  section h1 {
    margin-top: 80px;
  }

  .desktopLandingInnerContainer {
    width: 85%;
    height: 85%;
    position: relative;
    top: 15%;
  }

  .container {
    z-index: 2;
    position: absolute;
    top: -15%;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }

  .font20 img {
    margin-right: 3%;
  }

  .container h1 {
    font-size: 1.8rem;
    width: 100%;
    position: static;
    max-width: 350px;
  }

  .container h3 {
    position: static;
    font-size: 1rem;
    font-weight: 600;
    max-width: 300px;
  }

  .landingMockup {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/* ========================== */
/*          HEADER           */
/* ========================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  z-index: 10;
}

.desktopHeaderWrapper {
  display: none;
}

.headerNav a {
  padding: 2% 0;
  color: whitesmoke;
}

.headerNav .underline {
  border-bottom: 2px solid whitesmoke;
}

.headLogoContainer {
  position: static;
}

.footerLogoSVG {
  width: 100%;
}

.mobileNavMenu {
  display: none;
}

.hamInnerContainer {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 1005;
}
.hamContainer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}

.active path {
  stroke: #252525; /* or any color you prefer */
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.mobileWrapper {
  width: 100%;
  height: 150px;
  display: flex;
  position: relative;
}

.mobileNavMenu {
  position: fixed; /* or absolute, depending on your layout */
  top: 0;
  right: 0;
  width: 250px; /* Set the width of your menu */
  height: 100%; /* Full-screen height */
  background-color: #f0f0f0; /* Menu background color */
  transition: right 0.5s; /* Smooth transition for the slide effect */
  z-index: 1001; /* Ensure the menu is above other content */
  display: none;
  flex-direction: column;
}

.mobileNavMenu.active {
  display: flex;
}

.mobileNavMenuLinks {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  gap: 20px;
  margin-top: 50%;
  width: 80%;
}

.mobileNavMenuLinks a {
  color: black;
}

.headerNav {
  display: flex;
}

.mobileLogoDiv {
  position: relative;
}

.logoSVG {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 3%;
}

.footerLogoSVG {
  width: 100%;
}

.headLogoContainer {
  position: static;
}

.headLogoContainer h2 {
  position: absolute;
  width: 250px;
  left: 24%;
  bottom: 7%;
  line-height: 1.1;
}

@media (min-width: 1025px) {
  .mobileWrapper {
    display: none;
  }

  .hamContainer {
    display: none;
  }

  .headerNav {
    display: flex;
    justify-content: space-around;
    align-items: end;
    width: 85%;
    height: 100%;
    max-width: 600px;
    z-index: 2;
    font-size: 0.9rem;
    font-weight: 800;
  }

  .logoSVG {
    max-width: 260px;
    position: absolute;
    left: -200px;
    top: -55px;
  }

  .mobileWrapper {
    display: none;
  }

  .desktopHeaderWrapper {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: end;
    position: relative;
    height: 124px;
  }
}

/* ========================== */
/*          WHAT WE DO           */
/* ========================== */

.whatWeDoTop {
  max-width: 1100px;
  margin: auto auto;
  margin-top: 50px;
}

.whatWeDoTop span {
  margin-top: 1%;
  color: #6C63ff;
}

.whatWeDoTop .services {
  display: flex;
    flex-direction: column;
    margin: 0 8%;
    line-height: 1.8rem;
}


.whatWeDoTop h2 {
  margin-top: 7%;
  max-width: 350px;
  line-height: 3rem;
  margin: 1% 0 2% 0;
}

.whatWeDoTop h4 {
  margin: 0;
  text-align: left;
  width: 100%;
}

.whatWeDoTopInner p {
  max-width: 1000px;
}

.sanDiegoImage {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3); /* Shadow settings */
}

@media (min-width: 500px) and (max-width: 1025px) {
  .section .whatWeDoTop {
    margin-top: 115px;
    width: 80%;
  }

  .whatWeDoTop {
    display: flex;
    flex-direction: column;
  }

  .whatWeDoTop span {
    margin-top: 5%;
  }
  .whatWeDoTop img {
    margin-top: 15px;
  }
  .whatWeDoBottom {
    display: block !important;
    margin-bottom: 0px !important;
  }

  .content p {
    max-width: 370px;
    margin-bottom: 100px;
  }

  #whatWeDo .whatWeDoTop {
    margin-top: 0px !important;
  }
}

@media (max-width: 499px) {

  .whatWeDoTop {
    width: 90%;
  }

  .whatWeDoTop span {
    margin-top: 5%;
  }

  .sanDiegoImage {
    margin-bottom: 5%;
  }

  .whatWeDoTopInner {
    padding: 10px;
    line-height: 1.8rem;
    z-index: 2;
    text-align: center;
    margin-bottom: 7%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
  }

  .whatWeDoTopInner h2 {

    font-size: 1.8rem;
    font-weight: 800;
  }

  .whatWeDoTop span {
    margin-top: 5%;
  }
  .whatWeDoTop img {
    margin-top: 15px;
  }

  .content p {
    font-size: 1.1rem;
  }

  .whatWeDoTop p {
    line-height: 28.8px;
  }

}

/* ========================== */
/*          SERVICES           */
/* ========================== */

.servicesSection {
  color: white;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
}

.servicesTopContainer {
  height: 312px;
}

.servicesTopContainer h2 {
  width: 60%;
  margin: 0;
}
.servicesTopContainer h4 {
  width: 60%;
  margin: 0;
}

.servicesInnerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ourServicesItem1, 
.ourServicesItem2, 
.ourServicesItem3, 
.ourServicesItem4, 
.ourServicesItem5 {
  height: 708px;
  width: 95%;
  margin-bottom: 4%;
}


.ourServicesItemUpperContainer {
  background: #252525;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ourServicesItemUpperContainer p {
  width: 90%;
  margin-bottom: 15%;
}

.ourServicesItemUpperContainer button {
  background-color: none;
  border: none;
}

.ourServicesItemLowerContainer {
  height: 40%;
}

.ourServicesItemLowerContainer img {
  width: 100%;
}

.quoteSection {
  height: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("nsdhimages/quoteSectionImage.svg");
  position: relative;
  margin-top: 75px;
  opacity: 0; /* Start invisible */
  transition: opacity 1.5s ease-in; /* Smooth fade-in transition */
}

.quoteSectionInnerContainer {
  width: 75%;
  position: absolute;
  top: 5%;
}

.quoteSection p {
  font-weight: 700;
  font-size: 1.5rem;
  color: #252525;
  margin-bottom: 15%;
}

.quoteSection button {
  display: flex;
  margin: auto;
  color: white;
  justify-content: flex-start;
}

.quoteSection button p{
  display: flex;
  margin: auto;
  color: white;
  font-weight: 600;
}

@media (min-width: 1026px) {
}

@media (max-width: 499px) {
}

/* ========================== */
/*          PORTFOLIO NUMBERS          */
/* ========================== */

.portfolioNumbersSection {
  color: white;
  background-color: #252525;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  gap: 50px;
  padding-top: 134px;
  padding-bottom: 10px;
}

.portfolioNumbersItem1,
.portfolioNumbersItem2,
.portfolioNumbersItem3,
.portfolioNumbersItem4 {
  width: 50%;
  height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.portfolioNumbersItem1 p,
.portfolioNumbersItem2 p,
.portfolioNumbersItem3 p,
.portfolioNumbersItem4 p {
  margin: 0;
}

/* ========================== */
/*          TESTIMONIALS      */
/* ========================== */

.testimonialsSection {
  font-family: "Poppins", sans-serif;
  height: 935px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.testimonialsInnerSection {
  width: 95%;
  height: 100%;
}

.testimonialsInnerUpper {
  font-family: "Poppins", sans-serif;
  width: 86%;
  margin: auto;
  padding-top: 54px;
}

.testimonialsInnerUpper h2 {
  font-size: 2.5rem;
  margin: 0 0 5% 0;
  width: 80%;
}

.testimonialsInnerUpper p {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.testimonialsInnerMid {
  height: 30%;
}

.testimonialsInnerLower {
  height: 35%;
  width: 90%;
  margin: 12% auto;
  background: gray;
}

.reviewsContainer {
  width: 100%;
  height: 100%;
  display: flex;
}

.reviewsContainerInnerLeft,
.reviewsContainerInnerRight {
  width: 7%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.leftArrowContainer,
.rightArrowContainer {
  width: 100%;
  display: flex;
  cursor: pointer;
}

.leftArrowContainer {
  justify-content: flex-start;
}

.rightArrowContainer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.reviewWrapper  {
  border-radius: 5px;
  position: relative;
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.googleImage {
  position: absolute;
  right: 3%;
  top: 5%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.reviewNameContainer {
  width: 90%;
  display: flex;
  margin: auto;
  padding: 3% 0;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1; /* Ensure it stays above other elements */
  background-color: white;
}

.reviewNameImage{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewNameImage img {
  max-width: 44px;
}

.reviewNameInnerRightContainer{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviewNameFirstLast{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.reviewNameDate{
  width: 100%;
  color: #8D8D8D;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}


.reviewStars {
  width: 90%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: sticky;
  z-index: 3;
  top: 23%;
  padding: 1%;
  background-color: white;
  transition: height 0.5s ease;
}

.reviewText {
  width: 90%;
  margin: auto;
  transition: padding 0.5s ease; /* Smooth transition for padding change */
}

.reviewButton {
  width: 90%;
  font-size: 14px;
  color: #8D8D8D;
  display: flex;
  align-items: center;
  margin: auto 0;
}

.review {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

/* State classes for current, next, and previous reviews */
.current {
  transform: translateX(0);
}

.next {
  transform: translateX(100%);
}

.prev {
  transform: translateX(-100%);
}

#review1 {
  height: 100%;
  /* display: flex; */
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

#review2 {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
}

#review3 {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 16px;
}

/* Animations for sliding in and out */
.slide-in-left {
  animation: slideInLeft 0.5s forwards;
}

.slide-out-left {
  animation: slideOutLeft 0.5s forwards;
}

.slide-in-right {
  animation: slideInRight 0.5s forwards;
}

.slide-out-right {
  animation: slideOutRight 0.5s forwards;
}

@keyframes slideInLeft {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutLeft {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(100%); opacity: 0; }
}

@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRight {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(-100%); opacity: 0; }
}

.reviewsContainerInnerMid {
  transition: height 0.5s ease;
  overflow: hidden; /* Ensures that content does not overflow when height is reduced */
}

.hiddenText {
  display: none;
  width: 90%;
  margin: auto;
}

.reviewsContainerInnerMid.expanded {
  transition: height 0.5s ease;
  max-height: 1000px; /* Adjust this to fit the content */
}

.expanded .hiddenText {
  display: inline;
}

.expanded-padding {
  padding-top: 75px; /* Adjust the padding value as needed */
}

#review1 .expanded-padding {
  padding-top: 550px; /* Adjust the padding value as needed */
}
#review2 .expanded-padding {
  padding-top: 250px; /* Adjust the padding value as needed */
}
#review3 .expanded-padding {
  padding-top: 0px; /* Adjust the padding value as needed */
}

/* ========================== */
/*          DIVIDERS          */
/* ========================== */

.mapSection {
  height: 463px;
  width: 100%;
}

/* ========================== */
/*          DIVIDERS          */
/* ========================== */

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c63ff;
}

.dividerIMG {
  width: 25px;
}

/* ========================== */
/*          SERVICES           */
/* ========================== */

.servicesButton {
  font-family: "Montserrat", sans-serif;
  color: #6c63ff;
  border: 1px solid #6C63ff;
  background-color: transparent;
  border-radius: 3px;
  height: auto;
  font-weight: 700;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  margin: 10px auto;
  padding: 15px 30px;
  text-align: center;
  transition: 0.3 ease;
  box-sizing: border-box;
  cursor: pointer;
}

/* ========================== */
/*          WHAT WE DO           */
/* ========================== */

#whatWeDo {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 150px;
  position: relative;
  max-width: 1200px;
  margin: auto auto;
  margin-top: 100px;
}

.whatWeDoBottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 55px;
}

.whatWeDoBottom h3 {
  font-size: 1.5rem;
}

.whatWeDoBottom div,
h3,
p {
  z-index: 2;
}

.content {
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.8rem;
}

.content h3 {
  margin: 2% 0;
}

.content img {
  max-height: 100px;
  z-index: 2;
  margin-top: 4%;
}

@media (max-width: 499px) {
  .content {
    padding: 5%;
    z-index: 2;  
  }

  .whatWeDoBottom {
    position: relative;
    z-index: 2;
    margin: 0 8%;
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 75px;
    max-width: 1100px;
  }

  .whatWeDoBottom h3 {
    font-size: 1.5rem;
  }

  .whatWeDoBottom div,
  h3,
  p {
    z-index: 2;
  }
}

/* ========================== */
/*          PRICING           */
/* ========================== */

.checkmark {
  max-height: 30px;
  margin-right: 4%;
  margin: none !important;
}

.threePieceContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 50px;
}

.priceContainer {
  border: 2px solid #d8d6fd;
  border-radius: 6px;
  max-width: 400px;
  width: 85%;
  height: 511px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 70px 30px 30px 30px;
  position: relative;
  margin-bottom: 50px;
  max-height: 511px;
}

.largerContainer {
  height: 575px;
  max-height: 575px;
  width: 450px;
  max-width: 475px;
}
.priceContainer h2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 2px solid #d8d6fd;
  background: #f3f2ff;
}

.priceContainer ul {
  list-style-type: none;
}
.priceContainer li {
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.priceContainer img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -30px;
}

.right {
  z-index: 1;
}

.pricingItemContainer {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  padding: 50px 50px;
  width: 100%;
}

.pricingItem {
  width: 45%;
}
@media (min-width: 500px) and (max-width: 1025px) {
  .servicesInnerContainer {
    flex-direction: column;
  }

  .right {
    width: 67%;
    margin: auto auto;
  }


  .pricingItem {
    width: 50%;
  }

  .pricingSVG {
    margin-left: 16% !important;
  }

  .whatWeDoTop h2, .services h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 1% 0 2% 0;
}

  .whatWeDoTop, .services {
    display: flex;
    flex-direction: column;
    margin: 0 8%;
    line-height: 1.8rem;
  }

  #whoWeAre p {
    max-width: 620px !important;
    text-align: center;
  }

  .threePieceContainer {
    display: block;
  }
  .priceContainer {
    margin: 0 auto 50px auto;
  }

  #whatWeDo {
    margin-top: 300px !important;
}

  .whatWeDoTopInner {
    padding: 10px;
    line-height: 1.8rem;
    z-index: 2;
    text-align: center;
    margin-bottom: 7%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whatWeDoTop h2, #portfolio h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 7%;
  max-width: 350px;
}

.bottom-dark-mode-button {
  position: absolute;
  right: 5% !important;
  top: 20% !important;
}
}

@media (max-width: 499px) {
  .pricingInnerContainer {
    display: block;
    flex-direction: column;
    min-width: 0;
  }

  .pricingItemContainer {
    display: block;
    padding: 0;
  }

  .threePieceContainer {
    flex-direction: column;
    gap: 0;
  }

  .finalPriceContainer .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .pricingItem {
    display: block;
    width: 90%;
    position: relative;
    margin-left: 35px;
  }

  .pricingItemText {
    position: relative;
    z-index: 5;
  }

  .pricingItem img {
    position: absolute;
    left: -40px;
    height: 30px;
  }

  .largerContainer {
    width: 85%;
  }

  #prices {
    margin-top: 0;
  }

  .pricingSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    max-width: 1300px;
    margin: auto auto;
}

  #pricing {
    padding: 5%;
    line-height: 1.8rem;
    position: relative;
  }

  #pricing h2{
    font-size: 1.3rem;
  }
}

/* ========================== */
/*          PORTFOLIO           */
/* ========================== */

.portfolio {
  display: flex;
}

.portfolioContainer {
  border-bottom: 5px solid #6c63ff;
  background-color: #d8d6fd38;
  border-radius: 6px;
  max-width: 400px;
  min-height: 611px;
  width: 85%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  padding: 70px 30px 30px 30px;
  margin-bottom: 40px;
  margin-top: 35px;
  box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.3); /* Shadow settings */
}

.portfolioContainer img {
  position: relative;
  max-width: 100%;
  margin: 0 0 10px 0;
  bottom: 0;
}

.portfolioContainer,
.portfolioContainer h3,
.portfolioContainer p {
  text-align: left;
}

.portfolioDisplay {
  display: flex;
  gap: 50px;
}

#portfolio {
  margin-bottom: 0;
  margin: 90px 0 80px 0;
}

@media (max-width: 499px) {
  .portfolioDisplay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

/* ========================== */
/*       ABOUT US          */
/* ========================== */

.aboutUsGallery {
  display: flex;
  width: 93%;
  margin: 5% auto;
  padding: 10% 0;
  z-index: 100;
  position: relative;
}
.aboutUsGalleryInnerContainer {
  opacity: 0; /* Start invisible */
  transform: translateX(-90%); /* Start off-screen to the right */
  transition: opacity 1s ease-out, transform 1s ease-out; /* Transition for smooth animation */
}

.aboutUsGalleryInnerContainer.visible {
  opacity: 1; /* Fade in */
  transform: translateX(0); /* Slide to original position */
  transition: opacity 1s ease-out, transform 1s ease-out; /* Transition for smooth animation */
}


.aboutUsGalleryInnerContainer {
  width: 100%;
  display: flex;
}

.leftInnerContainer {
  background-size: cover;
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.leftInnerContainer img {
}

.two img {
  height: 100%;
}

.rightInnerContainer {
  display: flex;
  flex: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right img {
  height: 100%;
}

/* ========================== */
/*       WHO WE ARE           */
/* ========================== */

.ownerDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.name {
  color: #6c63ff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.title {
  color: gray;
}

#whoWeAre,
#portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#whoWeAre {
  margin-bottom: 100px;
  max-width: 1100px;
  margin: auto auto;
}

#whoWeAre p {
  max-width: 90%;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

.dividerIMG {
  margin: 0 15px 15px 15px;
}

@media (max-width: 499px) {
  .ownerDiv {
    margin-bottom: 50px;
  }

  .servicesDivider img {
  width: 100%;
  margin: 65px 0;
  }

  .services {
    display: flex;
    flex-direction: column;
    margin: 0 8%;
    line-height: 1.8rem;
  }

  .services h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 1% 0 2% 0;
}

  #mobileSEOsvg {
    display: inline;
    margin-left: 18px;
  }

  .seoCheckMarkContainer img {
    max-height: 20px;
    position: absolute;
    margin: 0;
    left: -150px;
    margin-top: 5px;
  }

  #desktopSEOsvg {
    display: none;
  }

  .services li {
    list-style-type: none;
  }

  .servicesContainer {
    border: 2px solid #d8d6fd;
    border-radius: 6px;
    max-width: 400px;
    width: 85%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 70px 30px 30px 30px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px .2px #6c63ff;
  }

  .boxesContainer {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .whatWeDoTop h2, #portfolio h2 {
    font-size: 1.8rem;
    font-weight: 800;
  }

  .contactContainerHeader {
    font-size: 2rem !important;
    font-weight: 700 !important;
  }
  }

/* ========================== */
/*          FOOTER           */
/* ========================== */

.footer {
    color: whitesmoke;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: linear-gradient(180deg, #4036f1 0, #6C63FF 100%);
    padding-top: 150px;
    padding-bottom: 80px;
    margin: auto auto;
}

#footer {
}

.footer nav {
  display: flex;
  flex-direction: column;
}

.footer a {
  line-height: 2.3rem;
  color: #ffffff;
}


.navLinkWrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footerContainerCompanyName {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 75%;
  margin: auto;
  padding: 8% 0;
  border-bottom-color: 1px solid #252525;
  line-height: 28px;
}

.footerInnerContainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto auto;
  max-width: 1100px;
  width: 100%;
}

@media (max-width: 499px) {
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }

  .footerContainer a {
    max-width: 65%;
  }

  .footerContainer {
    width: 75%;
    text-wrap: wrap;
  }

  .footerInnerContainer {
    display: flex;
    flex-direction: column;
  }
}

.footerCompanyNameLine {
  height: 1px;
  width: 80%;
  background-color: #252525;
  margin-bottom: 10px;
  margin: auto auto;
}

.line {
  height: 1px;
  width: 225px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.footerBusinessNameContainer {
  height: 1px;
  width: 100%;
  background-color: #252525;
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  background-color: #6C63FF;
  height: 100%;
  border-top: 1px solid #ffffff;
}

.copyright p {
  height: 100%;
  margin: 0;
  padding: 20px;
  font-size: 0.8rem;
  color: #ffffff;
}

@media (max-width: 499px) {
  .footer {
    flex-direction: column;
  }
}

/* ========================== */
/*          CONTACT US           */
/* ========================== */

.contactUsSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto auto;
  max-width: 1100px;
  gap: 100px;
  padding: 100px 0 100px 0;
}

.contactUsInnerSection {
  display: flex;
  flex-direction: column;
}

.contactSVG {
  position: relative;
  z-index: 2;
}

.contactUsInnerSection img {
  width: 400px;
}

.contactUsButton {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: linear-gradient(90deg, #6C63FF 0, rgb(180, 150, 252) 100%);
  border-radius: 3px;
  height: auto;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  margin: 10px 0;
  padding: 15px 30px;
  text-align: center;
  font-size: .75rem;
  transition: .3 ease;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
}

.contactInfoContainer {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: auto auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  gap: 75px;
}

.phoneEmailContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.phoneEmailContainer div {
  display: flex;
}

.phoneEmailContainer img {
  max-width: 80px;
  height: auto;
  margin-right: 5%;
}

.contactInfo {
  display: flex;
  flex-direction: column;
}

.contactDiv {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.contactInfo h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.contactInfo p {
  font-size: 1.1rem;
}

.space {
  height: 50px;
  width: 1px;
  margin: 0 30px 0 0;
  background-color: #6c63ff;
}

.contactContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 90%;
  margin: 100px auto 0 auto;
  color: #252525;
  text-align: left;
  position: relative;
}

.contactContainer form {
  border-radius: 5px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 5% 5% 5% 5%;
        background-color: white;
        margin: 50px 0 100px 0;
}

.contactContainer input {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-bottom: 24px;
  padding: 6% 2%;
  border: 1px solid gray;
}

.contactContainer textarea {
  padding: 2% 2%;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 150px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5%;
  border: 1px solid gray;
}

.contactContainer button {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: linear-gradient(90deg, #6C63FF 0, rgb(180, 150, 252) 100%);
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
  margin-left: auto;
  padding: 15px 30px;
  text-align: auto;
  font-size: .75rem;
  transition: .3 ease;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
}

.contactContainer h3 {
  margin: 0 0 38px 0;
}

.contactContainerHeader span {
  font-size: 2rem !important;
  font-weight: 700 !important;
}

@media (max-width: 499px) {
  .emailSmall {
    font-size: 0.7rem !important;
  }

  .contactUsSection {
    display: block;
    width: 95%;
    gap: 100px;
    margin-top: 0;
  }

  .contactUsInnerSection {
    display: block;
    width: 100%;
  }

  .phoneEmailContainer {
    display: flex;
    margin-top: 10%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto auto;
  }

  .contactInfoContainer {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .contactInfoContainer {
    display: flex;
    max-width: 1100px;
    margin: auto auto;
  }

  .white {
    color: #252525;
    background: whitesmoke;
  }

  .phoneEmailContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
  }

  .phoneEmailContainer div {
    display: flex;
  }

  .phoneEmailContainer img {
    max-width: 80px;
    height: auto;
    margin-right: 5%;
  }

  .contactInfo {
    display: flex;
    flex-direction: column;
  }

  .contactDiv {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .contactInfo h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .contactInfo p {
    font-size: 1.1rem;
  }

  .space {
    height: 50px;
    width: 1px;
    margin: 0 30px 0 0;
    background-color: #6c63ff;
  }
}

/* ========================== */
/*          SVG           */
/* ========================== */

/* header light divider */

.swoopLightTopDivider {
  position: absolute;
  line-height: 0;
  width: 100vw;
}

.swoopLightTopDivider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.swoopLightFill {
  fill: #6c63ff;
}

.pricingSVG {
  max-width: 450px;
  z-index: 2;
  margin-left: 5%;
  position: relative;
}

/* footer light divider */
.swoopLightBottomDivider {
  position: absolute;
  top: -0.3%;
  left: 0;
  width: 100%;
  line-height: 0;
}

.swoopLightBottomDivider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
}

.swoopBottomLightFill {
  fill: #ffffff;
}

.swoopBottomGrayLightFill {
  fill: whitesmoke;
}

.midBlob {
  position: absolute;
  z-index: 0;
  bottom: -10%;
  right: -50%;
  height: 120%;
  z-index: 1;
}

.midBlob2 {
  position: absolute;
  z-index: 0;
  bottom: 20%;
  left: 0%;
  right: 5%;
  z-index: 1;
  height: 55%;
}

@media (max-width: 499px) {
  .swoopLightTopDivider {
    width: 100%;
    top: 500px;
  }
  .pricingSVG {
    max-width: 350px;
    z-index: 2;
    margin-bottom: 75px;
  }
  .midBlob {
    position: absolute;
    top: 17%;
    left: 35%;
    z-index: 0;
    height: 100%;
  }
}

/* ========================== */
/*        UFO and DARK BUTTON      */
/* ========================== */

@media (min-width: 1026px) {
  .ufoContainer {
    position: absolute;
    top: 10%;
    right: 6.5%;
    width: 100px;
    height: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cockpit {
    border-radius: 50%;
    width: 48%;
    height: 15%;
    top: 31%;
    z-index: 1;
    position: absolute;
    background-color: #b4b0f8;
  }

  .ufoBody {
    border-radius: 50px;
    width: 80%;
    height: 20%;
    z-index: 2;
    background-color: #6c63ff;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .light {
    border-radius: 50%;
    width: 15%;
    height: 20%;
    background-color: rgb(0, 255, 0);
    animation: pulsate 2s infinite;
  }

  @keyframes pulsate {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  .ufoBottom {
    border-radius: 50%;
    width: 40%;
    height: 10%;
    top: 55%;
    z-index: 3;
    position: absolute;
    background-color: #b4b0f8;
  }

  .tractorBeam {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50%;
    width: 50px;
    background: linear-gradient(
      rgba(0, 255, 0, 0.5),
      rgba(0, 255, 0, 0)
    ); /* Light green beam */
    transform: translateX(-50%) scaleX(1); /* Adjusts width to taper upwards */
    border-top-left-radius: 50px; /* Smooths out the bottom left corner */
    border-top-right-radius: 50px; /* Smooths out the bottom right corner */
  }

  .cow {
    position: absolute;
    bottom: -15%;
    right: 35%;
    animation: circular-motion 4s infinite linear;
  }

  @keyframes circular-motion {
    0% {
      transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
      transform: translateX(10px) translateY(-10px) rotate(45deg);
    }
    50% {
      transform: translateX(20px) translateY(0) rotate(90deg);
    }
    75% {
      transform: translateX(10px) translateY(10px) rotate(135deg);
    }
    100% {
      transform: translateX(0) translateY(0) rotate(180deg);
    }
  }
}
@media (max-width: 499px) {
  .ufoContainer {
    position: absolute;
    right: 0;
    top: 53%;
    width: 100px;
    height: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cockpit {
    border-radius: 50%;
    width: 48%;
    height: 15%;
    top: 31%;
    z-index: 1;
    position: absolute;
    background-color: #b4b0f8;
  }

  .ufoBody {
    border-radius: 50px;
    width: 80%;
    height: 20%;
    z-index: 2;
    background-color: #6c63ff;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .light {
    border-radius: 50%;
    width: 15%;
    height: 20%;
    background-color: rgb(0, 255, 0);
    animation: pulsate 2s infinite;
  }

  @keyframes pulsate {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  .ufoBottom {
    border-radius: 50%;
    width: 40%;
    height: 10%;
    top: 55%;
    z-index: 3;
    position: absolute;
    background-color: #b4b0f8;
  }

  .tractorBeam {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50%;
    width: 50px;
    background: linear-gradient(
      rgba(0, 255, 0, 0.5),
      rgba(0, 255, 0, 0)
    ); /* Light green beam */
    transform: translateX(-50%) scaleX(1); /* Adjusts width to taper upwards */
    border-top-left-radius: 50px; /* Smooths out the bottom left corner */
    border-top-right-radius: 50px; /* Smooths out the bottom right corner */
  }

  .cow {
    position: absolute;
    bottom: -15%;
    right: 35%;
    animation: circular-motion 4s infinite linear;
  }

  @keyframes circular-motion {
    0% {
      transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
      transform: translateX(10px) translateY(-10px) rotate(45deg);
    }
    50% {
      transform: translateX(20px) translateY(0) rotate(90deg);
    }
    75% {
      transform: translateX(10px) translateY(10px) rotate(135deg);
    }
    100% {
      transform: translateX(0) translateY(0) rotate(180deg);
    }
  }
}
/* ========================== */
/*        DARK BUTTON     */
/* ========================== */

/* [data-theme="dark"] {
  --primary-color: #9a97f3;
  --secondary-color: #818cab;
  --font-color: #e1e1ff;
  --bg-color: #161625;
  --heading-color: #818cab;
} */

.post-meta {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 4vh;
  color: var(--secondary-color);
}

/*slider switch css */
.theme-switch-wrapper {
  border: 1px solid whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  right: 2%;
  height: 100px;
  top: 50%;
  flex-direction: column;
  color: whitesmoke;
  font-weight: bold;
}
.theme-switch {
  display: inline-block;
  height: 15%;
  position: relative;
  width: 50%;
}

.theme-switch input {
  display: none;
}

.slider {
  background-color: #d8d6fd;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: whitesmoke;
  bottom: 4px;
  content: "";
  height: 100%;
  top: 0;
  left: -10%;
  position: absolute;
  transition: 0.4s;
  width: 50%;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.bottom-dark-mode-button {
  position: absolute;
  right: 8.3%;
  top: 45%;
}

/* Galaxy */
.galaxy {
  display: none;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  background-attachment: fixed;
}

.planet {
  z-index: 3;
  width: 40px;
  border-radius: 50%; /* Makes the div circular */
  background-size: cover;
  position: absolute;
  top: 50%; /* Adjust to control the vertical position */
  animation: movePlanet 15s cubic-bezier(0.32, 0.64, 0.45, 1) infinite; /* Adjust the bezier curve for the desired trajectory */
}

/* Keyframes for the planet moving animation */
@keyframes movePlanet {
  0% {
    top: -10%; /* Start above the screen */
    left: 40%; /* Adjust starting horizontal position if needed */
    transform: translate(-50%, 0); /* Center horizontally */
  }
  100% {
    top: 50%; /* End at the bottom of the screen */
    left: 120%; /* End at the right side of the screen */
    transform: translate(
      -50%,
      -100%
    ); /* Adjust to keep the entire planet visible */
  }
}

.nebula1 {
  width: 120%;
  position: absolute;
  left: -2%;
  top: -15%;
  z-index: 1;
  opacity: 60%;
}
.nebula2 {
  width: 100%;
  position: absolute;
  top: -15%;
  left: -40%;
  opacity: 60%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.star {
  opacity: 100%;
  width: 10px;
  position: absolute;
}

/* Glow animation */
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
  }
}

/* Blink animation */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Apply animations with varying durations and delays */
#star1 {
  animation: glow 2s infinite, blink 10s infinite;
  width: 4px;
  top: 135px;
  left: 110px;
}

#star2 {
  animation: glow 3s infinite, blink 16s infinite;
  width: 8px;
  top: 130px;
  left: 140px;
}

#star3 {
  width: 7px;
  animation: glow 1.5s infinite, blink 13s infinite;
  top: 125px;
  left: 160px;
}

#star4 {
  width: 6px;
  animation: glow 1.5s infinite, blink 15s infinite;
  top: 150px;
  left: 130px;
}
#star5 {
  width: 5px;
  animation: glow 1.5s infinite, blink 14s infinite;
  top: 130px;
  left: 230px;
}
#star6 {
  width: 5px;
  animation: glow 1.5s infinite, blink 15s infinite;
  top: 140px;
  left: 245px;
}
#star7 {
  width: 5px;
  animation: glow 1.5s infinite, blink 16s infinite;
  top: 175px;
  left: 250px;
}
#star8 {
  width: 5px;
  animation: glow 1.5s infinite, blink 14s infinite;
  top: 150px;
  left: 270px;
}
#star9 {
  width: 5px;
  animation: glow 1.5s infinite, blink 13s infinite;
  top: 75px;
  left: 270px;
}
#star10 {
  width: 3px;
  animation: glow 1.5s infinite, blink 11s infinite;
  top: 65px;
  left: 230px;
}
#star11 {
  width: 4px;
  animation: glow 1.5s infinite, blink 12s infinite;
  top: 80px;
  left: 180px;
}
#star12 {
  width: 5px;
  animation: glow 1.5s infinite, blink 11s infinite;
  top: 215px;
  right: 40px;
}
#star13 {
  width: 3px;
  animation: glow 1.5s infinite, blink 12s infinite;
  top: 190px;
  right: 30px;
}
#star14 {
  width: 3px;
  animation: glow 1.5s infinite, blink 11s infinite;
  top: 300px;
  right: 15px;
}
#star15 {
  width: 3px;
  animation: glow 1.5s infinite, blink 7s infinite;
  top: 320px;
  right: 200px;
}
#star16 {
  width: 3px;
  animation: glow 1.5s infinite, blink 8s infinite;
  top: 280px;
  right: 180px;
}
#star17 {
  width: 3px;
  animation: glow 1.5s infinite, blink 11s infinite;
  top: 400px;
  right: 30px;
}
#star18 {
  width: 3px;
  animation: glow 1.5s infinite, blink 11s infinite;
  top: 420px;
  right: 80px;
}
#star19 {
  width: 6px;
  animation: glow 1.5s infinite, blink 8s infinite;
  top: 450px;
  right: 90px;
}
#star20 {
  width: 4px;
  animation: glow 1.5s infinite, blink 8s infinite;
  top: 440px;
  right: 100px;
}
#star21 {
  width: 3px;
  animation: glow 1.5s infinite, blink 9s infinite;
  top: 460px;
  left: 75px;
}
#star22 {
  width: 5px;
  animation: glow 1.5s infinite, blink 7s infinite;
  top: 475px;
  left: 140px;
}
#star23 {
  width: 3px;
  animation: glow 1.5s infinite, blink 8s infinite;
  top: 450px;
  left: 50px;
}
#star24 {
  width: 3px;
  animation: glow 1.5s infinite, blink 7s infinite;
  top: 370px;
  left: 120px;
}
#star25 {
  width: 6px;
  animation: glow 1.5s infinite, blink 3s infinite;
  top: 360px;
  left: 8px;
}
#star26 {
  width: 8px;
  animation: glow 1.5s infinite, blink 3s infinite;
  top: 100px;
  right: 120px;
}
#star27 {
  width: 7px;
  animation: glow 1.5s infinite, blink 5s infinite;
  top: 120px;
  right: 150px;
}
#star28 {
  width: 5px;
  animation: glow 1.5s infinite, blink 5s infinite;
  top: 90px;
  right: 180px;
}

/* Add more stars with different positions, durations, and delays */

@media (min-width: 500px) and (max-width: 1025px) {
  .landing {
    color: whitesmoke;
    background: linear-gradient(#5113e2, #4f46f0, #6c63ff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 700px;
    padding-top: 75px;
    position: relative;
  }

  .landingSmall {
    background-size: cover;
    max-height: 220px;
  }

  .desktopLandingInnerContainer {
    width: 85%;
    height: 85%;
    position: absolute;
    top: 15%;
  }

  .container {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
  }

  .container h1 {
    font-size: 3rem;
    width: 100%;
    position: static;
    max-width: 550px;
    margin-top: 125px;
  }

  .container h3 {
    position: static;
    font-size: 1.3rem;
    font-weight: 600;
    max-width: 450px;
  }

  .mockup {
    position: absolute;
    max-width: 350px;
    right: 0;
    left: 0;
    bottom: -200px;
    margin: auto;
  }

  .landingMockup {
    position: absolute;
    max-width: 700px;
    bottom: -340px;
    right: 0;
    margin: auto;
    width: 70%;
  }

  .landingButton {
    position: absolute;
    left: 0;
    bottom: 10px;
  }

  #desktopSEOsvg {
    display: none;
  }

  .servicesDivider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .servicesDivider img {
    width: 770px;
    margin-bottom: 50px;
  }

  .seoCheckMarkContainer {
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }

  .seoCheckMarkContainer ul {
    list-style: none;
  }
  .seoCheckMarkContainer li {
    list-style: none;
    margin-bottom: 10px;
  }

  .seoCheckMarkContainer img {
    max-height: 20px;
    position: absolute;
    margin: 0;
    left: -370px;
    margin-top: 5px;
  }

  .serviceSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .servicesContainer {
    border: 2px solid #d8d6fd;
    border-bottom: 5px solid #6c63ff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    margin-bottom: 50px;
    height: 400px;
    box-shadow: 0px 0px 10px 0.2px #6c63ff; /* Shadow settings */
  }

  .boxesContainer {
    display: flex;
    width: 700px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 75px;
    margin: auto;
    margin-top: 30px;
  }

  header {
    z-index: 10;
  }
  .desktopHeaderWrapper {
    display: none;
  }

  .headerNav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 20%;
  }

  .mobileWrapper {
    width: 100%;
    height: 150px;
    display: flex;
    position: relative;
  }

  .mobileNavMenu {
    position: fixed; /* or absolute, depending on your layout */
    top: 0;
    right: 0;
    width: 250px; /* Set the width of your menu */
    height: 100%; /* Full-screen height */
    background-color: #f0f0f0; /* Menu background color */
    transition: right 0.5s; /* Smooth transition for the slide effect */
    z-index: 1001; /* Ensure the menu is above other content */
    display: none;
    flex-direction: column;
  }

  .mobileNavMenu.active {
    display: flex;
  }

  .mobileNavMenuLinks {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    gap: 20px;
    margin-top: 50%;
    width: 80%;
  }
  .mobileNavMenuLinks a {
    color: black;
  }

  .headerNav {
    display: flex;
  }

  .mobileLogoDiv {
    position: relative;
  }

  .logoSVG {
    width: 25%;
    position: absolute;
    bottom: -37%;
    left: 3%;
  }

  .footerLogoSVG {
    width: 40%;
    position: absolute;
    left: 3%;
    top: 30%;
    width: 18%;
  }

  .headLogoContainer {
    position: static;
  }

  .hamInnerContainer {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 1005;
  }
  .hamContainer {
    display: flex;
    width: 10%;
    right: 0;
    position: absolute;
  }

  .whatWeDoTopInner p {
    max-width: 800px;
}

  #prices {
  margin-top: 100px;
  }

  .whatWeDoTop h2 {
  }

  .whatWeDoTop p {
    margin: 1% 0 2% 0;
    line-height: 28.8px;
}

.contactContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 350px;
  margin: auto auto;
}

.contactContainer form {
  width: 150%;
  margin: 0 0;
}


.pricingInnerContainer {
  flex-direction: column;
}

}

/* ========================== */
/*          FADE IN OUT ANIMATION      */
/* ========================== */

#fadeInFromRightMid
#fadeInFromRightTop
#fadeInFromRightBottom {
  opacity: 0; /* Start invisible */
  transform: translateX(100%); /* Start off-screen to the right */
  transition: opacity 1s ease-out, transform 1s ease-out; /* Transition for smooth animation */
  color: red;
}

#fadeInFromRightTop
#fadeInFromRightMid
#fadeInFromRightBottom {
  opacity: 1; /* Fade in */
    transform: translateX(0); /* Slide to original position */
    color: green;
}

.contactUsButtonFade1 {
  opacity: 0; /* Start invisible */
  transform: translateX(90%); /* Start off-screen to the right */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* Transition for smooth animation */
}

.contactUsButtonFade1.visible {
  opacity: 1; /* Fade in */
    transform: translateX(0); /* Slide to original position */
}

.servicesTopContainerInnerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #252525;
  opacity: 0; /* Start invisible */
  transform: translateY(-10%); /* Start off-screen to the right */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* Transition for smooth animation */
}

.servicesTopContainerInnerContainer.visible {
  opacity: 1; /* Fade in */
    transform: translateY(0%); /* Slide to original position */
}

.ourServicesItem1,
.ourServicesItem2,
.ourServicesItem3,
.ourServicesItem4,
.ourServicesItem5 {
  opacity: 0.01; /* Start invisible */
  transform: translateY(10%); /* Start off-screen to the right */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* Transition for smooth animation */
}

.ourServicesItem1.visible {
  opacity: 1; /* Fade in */
    transform: translateY(0%); /* Slide to original position */
}
.ourServicesItem2.visible {
  opacity: 1; /* Fade in */
    transform: translateY(0%); /* Slide to original position */
}
.ourServicesItem3.visible {
  opacity: 1; /* Fade in */
    transform: translateY(0%); /* Slide to original position */
}
.ourServicesItem4.visible {
  opacity: 1; /* Fade in */
    transform: translateY(0%); /* Slide to original position */
}
.ourServicesItem5.visible {
  opacity: 1; /* Fade in */
    transform: translateY(0%); /* Slide to original position */
}

.portfolioNumbersItem1,
.portfolioNumbersItem2,
.portfolioNumbersItem3,
.portfolioNumbersItem4 {
  opacity: 0.01; /* Start invisible */
  transform: translateY(-40%); /* Start off-screen to the right */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* Transition for smooth animation */
}

.portfolioNumbersItem1.visible,
.portfolioNumbersItem2.visible,
.portfolioNumbersItem3.visible,
.portfolioNumbersItem4.visible {
    opacity: 1; /* Fade in */
    transform: translateY(0); /* Move to original position */
}

.quoteSection.visible {
  opacity: 1; /* Fade in */
}

@media (min-width: 1024px){
  .container h1 {
    font-size: 3rem;
    width: 50%;
    margin-top: 150px;
    position: static;
    max-width: 450px;
  }

  .container h3 {
    position: absolute;
    left: 0;
    top: 55%;
    max-width: 350px;
}

.landingButton {
  bottom: 0;
}

.landingMockup {
  max-width: 900px;
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: -17%;
  width: 50%;
}

.whatWeDoTopInner {
  padding: 10px;
  line-height: 1.8rem;
  z-index: 2;
  text-align: center;
  margin-bottom: 7%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.whatWeDoTopInner h2 {
  margin-top: 7%;
  max-width: 350px;
}
.whatWeDoTop h2, .services h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 1% 0 2% 0;
}

.whatWeDoBottom {
  position: relative;
  z-index: 2;
  margin: 0 8%;
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-bottom: 100px;
}

.pricingInnerContainer {
  min-width: 1200px;
  display: flex;
  position: relative;
  z-index: 5;
}

#prices {
  margin-top: 100px;
}

.footerContainer {
  max-width: 300px;
}

.pricingSection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 125px;
  position: relative;
  max-width: 1300px;
  margin: auto auto;
}

.pricingInnerContainer {
  min-width: 1200px;
  display: flex;
  position: relative;
  z-index: 5;
}
.whatWeDoTop, .services {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: auto auto;
  margin-top: 50px;  line-height: 1.8rem;
}

.whatWeDoTop h2 {
  max-width: 1200px;
}

.contactInfoContainer {
  flex-direction: row;
}

.contactContainer,
.contactContainer form {
  margin-top: 0;
}

.servicesDivider {
  display: flex;
}

.servicesDivider img, .services img {
  width: 500px;
}

#mobileSEOsvg {
  display: none;
}

.serviceSection {
  max-width: 1300px;
  margin: 100px auto 0 auto;
}

.seoCheckMarkContainer img {
  max-height: 20px;
  position: absolute;
  margin: 0;
  left: -235px;
  margin-top: 5px;
}

.seoCheckMarkContainer ul {
  list-style-type: none;
}

.seoCheckMarkContainer {
  display: flex;
  position: relative;
  margin: auto;
}

.lifetimeServicesSection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.8rem;
  width: 575px;
  margin: auto auto;
}

.whatWeDoTop h2, .services h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 1% 0 2% 0;
}

.boxesContainer {
  display: flex;
  width: 700px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.servicesContainer {
  border: 2px solid #d8d6fd;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 300px;
  margin-bottom: 50px;
  height: 409px;
  box-shadow: 0px 0px 10px .2px #6c63ff;
}

.servicesContainer:nth-child(2) {
  margin-top: 50px;
}

.servicesContainer:nth-child(4) {
  margin-top: 50px;
}

.contactUsSection {
  flex-direction: row;
  gap: 10%;
}
}