body {
  padding: 20px 90px;
  background-color: rgb(240, 240, 240);
  overflow-x: hidden;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navlinksxlogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navlinksxlogo ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  font-size: 20px;
}
#navlinksxlogo ul a {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  color: rgb(93, 92, 92);
}
#navlinksxlogo ul a:hover {
  color: black;
}
#logo {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-family: "Manrope", sans-serif;
}
.bookacall {
  font-family: "Manrope", sans-serif;
  background-color: rgb(126, 96, 251);
  color: white;
  padding: 10px 24px;
  border-radius: 16px;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 3px rgb(113, 84, 228);
}
.bookacall:hover {
  background-color: #7f60fbdb;
}
#PremiumServs {
  padding: 9px 13px;
  background-color: white;
  width: fit-content;
  border-radius: 48px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#hamburger {
  font-size: 28px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}

#mobilemenu {
  display: none;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Show menu when toggled */
#mobilemenu.show {
  display: flex;
}

/* Responsive: show hamburger on mobile */
@media (max-width: 768px) {
  .navigationnormal {
    display: none;
  }
  #hamburger {
    display: block;
  }
}

#hero {
  margin-top: 50px;
}
#hero h1 {
  font-family: "Lora", serif;
  font-size: 70px;
  word-spacing: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 80px;
  width: 800px;
}
#hero p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: rgb(80, 80, 80);
  width: 50%;
  line-height: 1.6;
  margin-top: 20px;
}
#herobtns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: -3px;
}
#bookacalltwo {
  font-family: "Manrope", sans-serif;
  background-color: rgb(126, 96, 251);
  color: white;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 18px;
  margin-right: 20px;
  box-shadow: 0 3px rgb(113, 84, 228);
  text-decoration: none;
  transition: 0.3s;
}
#bookacalltwo:hover {
  font-size: 20px;
}
#showreelbtn {
  font-family: "Manrope", sans-serif;
  background-color: transparent;
  color: rgb(80, 80, 80);
  padding: 12px 10px;
  border-radius: 16px;
  font-size: 18px;
  border: 2px solid rgb(200, 200, 200);
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#showreelbtn:hover {
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#threesimplesteps {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#threesimplesteps p {
  font-size: 16px;
  font-family: "JetBrains Mono", monospace;
  color: rgb(150, 150, 150);
}
#stepswrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stepscards {
  background-color: white;
  height: 400px;
  width: 360px;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.stepscards img {
  width: 100%;
}
.stepscards p {
  font-family: "Caveat", cursive;
  font-size: 28px;
  text-align: center;
  color: #777777;
  font-weight: 700;
}
.stepscardsdescnumbers {
  border: solid;
  border-radius: 50%;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 19px;
}
#services {
  margin-top: 100px;
}
#RangeofServs {
  padding: 9px 13px;
  background-color: white;
  width: fit-content;
  border-radius: 48px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#servicesheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#servicesheader h1 {
  font-family: "Lora", serif;
  font-size: 56px;
  width: 750px;
}
#textofservsheader {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  width: 500px;
  line-height: 35px;
  color: #3d3d3d;
}
.scroll-section {
  position: relative;
  padding-bottom: 30px;
}
.clabk {
  margin-top: 25px;
}
#servscardswrapper {
  margin-top: 80px;
  display: flex;
  gap: 85px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}

.servcards {
  flex: 0 0 auto;
  width: 330px;
  height: 235px;
  background-color: white;
  border-radius: 20px;
  padding: 30px 30px;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.servcards h2 {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 600;
}

.servcards p {
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 32px;
}

.scroll-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #3d3d3d28;
  border-radius: 3px;
  overflow: hidden;
}

.scroll-bar {
  height: 95%;
  background-color: #7e60fb;
  width: 5%;
  transition: width 0.2s ease-out;
}
#servscardswrapper {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

#servscardswrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

#whyworkwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
#whyworkwithus {
  padding: 9px 13px;
  background-color: white;
  width: fit-content;
  border-radius: 48px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#values h1 {
  font-family: "lora", serif;
  text-align: center;
  font-size: 56px;
}
#valuetxt {
  font-family: "inter", serif;
  color: #3d3d3d;
  font-size: 20px;
  text-align: center;
}
#valuescardwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 70px;
}
.valuecards {
  background-color: white;
  height: 290px;
  width: 340px;
  padding: 40px 32px;
  border-radius: 24px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.valuecardsheaders {
  font-size: 19px;
  font-family: "Inter", serif;
  font-weight: 600;
  margin-top: 40px;
}
.valuecardstxt {
  font-size: 16px;
  font-family: "Inter", serif;
  line-height: 26px;
  color: #3d3d3d;
}
#testimonialswrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
#testimonials {
  padding: 9px 13px;
  background-color: white;
  width: fit-content;
  border-radius: 48px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#testimonialtxt {
  font-size: 56px;
  font-family: "lora", serif;
  text-align: center;
}
#testimonialcardswrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.testimonialcards {
  background-color: white;
  border-radius: 21px;
  padding: 32px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.testimonialps {
  font-size: 19px;
  font-family: "Inter", serif;
  line-height: 32px;
}
.profs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profdetials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.names {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 600;
}
.emails {
  font-family: "Inter", serif;
  font-size: 18px;
}
#linewrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#line {
  height: 2px;
  width: 60%;
  background-color: #3d3d3d20;
  border-radius: 100%;
}
#logotwo {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Manrope", sans-serif;
  margin-top: 50px;
}
#footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer h1 {
  font-family: "Lora", serif;
  width: 500px;
  font-size: 35px;
}
#mobilemenu {
  display: none;
}
#hamburger {
  display: none;
}
#inputbox {
  width: 285px;
  height: 25px;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 17px;
  border: 1px #d1ced8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-family: "Inter", serif;
}
#inputbox:focus {
  outline: solid 2px #7e60fb;
}
#submitbtn {
  font-family: "Manrope", sans-serif;
  background-color: rgb(126, 96, 251);
  color: white;
  padding: 10px 24px;
  border-radius: 16px;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  box-shadow: 0 3px rgb(117, 88, 229);
  margin-left: 20px;
  font-weight: 500;
}
#submitbtn:hover {
  background-color: #7f60fbdb;
}
#footerlinks {
  display: flex;
  gap: 90px;
  margin-top: 20px;
}
#homeourvalues a {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  color: black;
  text-decoration: none;
}
#servicescontact a {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  color: black;
  text-decoration: none;
}
#copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#copyright p {
  font-family: "JetBrains Mono", monospace;
  color: #868686;
  font-size: 16px;
}
.glow-purple,
.glow-green,
.glow-green2 {
  position: absolute;

  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(200px);
  z-index: -1;
  pointer-events: none;
}

.glow-purple {
  background: radial-gradient(
    circle,
    rgba(150, 80, 255, 0.45) 0%,
    rgba(150, 80, 255, 0) 70%
  );
  left: -100px;
  top: 180px;
  opacity: 0.69;
  filter: blur(300px);
}

.glow-green {
  background: radial-gradient(
    circle,
    rgb(215, 242, 162) 0%,
    rgba(0, 255, 150, 0) 70%
  );
  right: -100px;
  top: 500px;
  opacity: 0.62;
}
.glow-green2 {
  background: radial-gradient(
    circle,
    rgb(215, 242, 162) 0%,
    rgba(0, 255, 150, 0) 70%
  );
  top: 2450px;
  width: 650px;
  height: 650px;
  opacity: 0.67;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  body {
    overflow-x: none;
    padding: 20px 30px;
  }
  .bookacall {
    scale: 0.9;
  }
  #navlinksxlogo ul {
    font-size: 18px;
    margin-left: -10px;
  }
  #logo {
    scale: 0.95;
  }
  #hero h1 {
    font-size: 45px;
    line-height: 60px;
    width: 600px;
  }
  #hero p {
    font-size: 14px;
    width: 80%;
  }
  .stepscards {
    width: 200px;
    height: 235px;
    padding: 20px;
  }
  .stepscards p {
    font-size: 20px;
  }
  #servicesheader {
    gap: 20px;
  }
  #servicesheader h1 {
    font-size: 30px;
    line-height: 48px;
    width: 500px;
  }
  #textofservsheader {
    font-size: 14px;
    width: 420px;
    line-height: 24px;
  }
  #servscardswrapper {
    gap: 20px;
  }
  .servcards img {
    height: 35px;
    width: 35px;
  }
  .servcards {
    height: 184px;
    width: 244px;
  }
  .servcards h2 {
    font-size: 20px;
  }
  .servcards p {
    font-size: 15px;
    line-height: 22px;
  }
  #valuescardwrapper {
    flex-direction: column;
  }
  .valuecards {
    width: 90%;
    height: 200px;
  }
  #testimonialtxt {
    font-size: 40px;
  }
  .testimonialcards {
    scale: 0.9;
    padding: 20px;
  }
  #testimonialcardswrapper {
    justify-content: center;
  }
  .sction {
    display: none;
  }
  #footer h1 {
    font-size: 30px;
    width: 400px;
  }
  #inputbox {
    width: 250px;
  }
  #footerlinks {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .navigationnormal {
    display: none;
  }
  #hamburger {
    display: block;
    font-size: 30px;
    position: absolute;
    right: 8%;
  }
  .gomsho {
    display: none;
  }
  #hero h1 {
    font-size: 45px;
    line-height: 60px;
    width: 100%;
  }
  #hero p {
    font-size: 17px;
    width: 100%;
    margin-top: 20px;
  }
  #herobtns {
    margin-top: 30px;
  }
  #mobilemenu {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: white;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #mobilemenu ul {
    gap: 20px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
  }
  #mobilenav li a {
    font-size: 20px;
    color: black;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
  }
  .lineofmobnav {
    height: 1px;
    width: 90%;
    background-color: #d3d3d3;
  }
  .mobnavbtn {
    display: block;
    width: 70%;
    margin: 30px auto 0 auto;
    font-family: "Manrope", sans-serif;
    background-color: rgb(126, 96, 251);
    color: white;
    padding: 10px 24px;
    border-radius: 16px;
    font-size: 18px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 3px rgb(113, 84, 228);
    text-align: center;
    text-decoration: none;
  }
  body {
    overflow-x: hidden;
    padding: 10px 15px;
    padding-bottom: 70px;
  }
  .glow-purple {
    left: -280px;
  }

  #stepswrapper {
    flex-direction: column;
    gap: 20px;
  }
  .stepscards {
    width: 90%;
    height: fit-content;
  }
  .tosuccess {
    display: none;
  }
  .glow-green {
    right: -250px;
  }
  #hero h1 {
    font-size: 35px;
    line-height: 50px;
  }
  #servicesheader {
    flex-direction: column;
  }
  #servicesheader h1 {
    font-size: 37px;
    width: 98%;
  }
  #textofservsheader {
    width: 100%;
    font-size: 15px;
    margin-top: -20px;
  }
  .clabk {
    position: relative;
    top: 15px;
  }
  .scroll-progress {
    display: none;
  }
  #servscardswrapper {
    flex-direction: column;
    overflow-x: hidden;
    scroll-behavior: none;
    margin-top: 120px;
  }
  .servcards {
    padding: 20px 16px;
    height: 125px;
    width: 90%;
  }
  .servcards h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .socialmedia {
    position: relative;
    top: -12px;
  }
  .scmedia {
    height: 135px;
  }
  .scmediap {
    position: relative;
    top: -12px;
  }
  .servcards p {
    margin-top: -10px;
    font-size: 12px;
    line-height: 22px;
  }
  #ppch {
    position: relative;
    top: -10px;
    font-size: 14px;
  }
  .ppcp {
    position: relative;
    top: -8px;
  }
  #webdevh2 {
    position: relative;
    top: -10px;
  }
  #whyworkwrapper {
    justify-content: flex-start;
    margin-top: 40px;
  }
  #values h1 {
    text-align: left;
    font-size: 35px;
  }
  .brk {
    display: none;
  }
  #valuetxt {
    font-size: 14px;
    text-align: left;
  }
  .brk2 {
    display: none;
  }
  .valuecards {
    height: fit-content;
    width: 80%;
  }
  #testimonialtxt {
    font-size: 29px;
  }
  .brk4 {
    display: none;
  }
  #testimonialcardswrapper {
    flex-direction: column;
  }
  .testimonialcards {
    scale: 0.9;
  }
  .sction {
    display: block;
  }
  section {
    gap: 15px;
  }
  #footer h1 {
    width: 300px;
  }
  #crdsmargin {
    margin-top: 25px;
  }
  #footer {
    flex-direction: column;
  }
  #inputbox {
    font-size: 14px;
    scale: 0.9;
    width: 210px;
    margin-left: -15px;
  }
  form {
    margin-top: 30px;
    display: flex;
  }
  #submitbtn {
    scale: 0.8;
    margin-left: 0px;
  }
  #footerlinks {
    margin-top: 50px;
    gap: 95px;
  }
  #copyright {
    flex-direction: column;
    justify-content: flex-start;
  }
  #copyright p {
    font-size: 14px;
  }
  #copyicons {
    position: absolute;
    left: 18px;
    margin-top: 70px;
  }
}
@media (max-width: 375px) {
  body {
    overflow-x: hidden;
    padding: 10px 15px;
    padding-bottom: 70px;
  }
  .glow-purple {
    left: -280px;
  }

  #stepswrapper {
    flex-direction: column;
    gap: 20px;
  }
  .stepscards {
    width: 90%;
    height: fit-content;
  }
  .tosuccess {
    display: none;
  }
  .glow-green {
    right: -250px;
  }
  #hero h1 {
    font-size: 35px;
    line-height: 50px;
  }
  #servicesheader {
    flex-direction: column;
  }
  #servicesheader h1 {
    font-size: 32px;
    width: 310px;
    margin-left: 1%;
  }
  #textofservsheader {
    width: 300px;
    font-size: 14px;
    margin-top: -20px;
  }
  .clabk {
    position: relative;
    top: 15px;
  }
  .scroll-progress {
    display: none;
  }
  #servscardswrapper {
    flex-direction: column;
    overflow-x: hidden;
    scroll-behavior: none;
    margin-top: 120px;
  }
  .servcards {
    padding: 20px 16px;
    height: 125px;
    width: fit-content;
  }
  .servcards h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .socialmedia {
    position: relative;
    top: -12px;
  }
  .scmedia {
    height: 135px;
  }
  .scmediap {
    position: relative;
    top: -12px;
  }
  .servcards p {
    margin-top: -10px;
    font-size: 12px;
    line-height: 22px;
  }
  #ppch {
    position: relative;
    top: -10px;
    font-size: 14px;
  }
  .ppcp {
    position: relative;
    top: -8px;
  }
  #webdevh2 {
    position: relative;
    top: -10px;
  }
  #whyworkwrapper {
    justify-content: flex-start;
  }
  #values h1 {
    text-align: left;
    font-size: 35px;
  }
  .brk {
    display: none;
  }
  #valuetxt {
    font-size: 14px;
    text-align: left;
  }
  .brk2 {
    display: none;
  }
  .valuecards {
    height: fit-content;
    width: 80%;
  }
  #testimonialtxt {
    font-size: 29px;
  }
  .brk4 {
    display: none;
  }
  #testimonialcardswrapper {
    flex-direction: column;
  }
  .testimonialcards {
    scale: 0.8;
  }
  .sction {
    display: block;
  }
  section {
    gap: 0px;
  }
  #crdsmargin {
    margin-top: -25px;
  }
  #footer h1 {
    width: 300px;
  }
  #footer {
    flex-direction: column;
  }
  #inputbox {
    font-size: 14px;
    scale: 0.9;
    width: 200px;
    margin-left: -15px;
  }
  form {
    margin-top: 30px;
    display: flex;
  }
  #submitbtn {
    scale: 0.8;
    margin-left: -15px;
  }
  #footerlinks {
    margin-top: 40px;
    gap: 95px;
  }
  #copyright {
    flex-direction: column;
    justify-content: flex-start;
  }
  #copyright p {
    font-size: 14px;
  }
  #copyicons {
    position: absolute;
    left: 18px;
    margin-top: 70px;
  }
  .glow-green {
    display: none;
  }
}
