/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html {
  position: relative;
}

body {
  /* 4. Increase line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

.bttn {
  height: 3rem;
  display: inline-flex;
  align-items: center;
  padding: 0 4rem;
  background-color: #fff;
  border-radius: 1.5rem;
  font-family: "Sofia Pro", sans-serif;
  font-size: 1.2rem;
  background: #2A7B9B;
  background: linear-gradient(45deg, rgb(42, 123, 155) 0%, rgb(87, 199, 133) 100%);
  color: #fff;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

body {
  background-color: #121212;
  color: #fff;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

h2, h3 {
  font-family: "Sofia Pro", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 110%;
}
h2 span, h3 span {
  font-weight: 600;
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 120%;
  padding-bottom: 1.4rem;
}
p span {
  color: #7ad0f4;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 4vw;
}
header .logo {
  display: block;
  overflow: hidden;
  text-indent: -99999%;
}
header .logo img {
  height: 1rem;
}

.menubttn {
  display: flex;
  height: 4rem;
  width: 4rem;
  position: fixed;
  top: 0.5rem;
  right: 3vw;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
  z-index: 999;
  cursor: pointer;
  padding: 0.5rem;
  background-color: #111;
  border-radius: 0.5rem;
}
.menubttn::before, .menubttn::after, .menubttn span {
  height: 0.2rem;
  background-color: #fff;
  width: 100%;
  transition: all 0.3s;
  display: block;
}
.menubttn::before, .menubttn::after {
  content: "";
}
.menubttn::before {
  width: 70%;
}
.menubttn::after {
  width: 40%;
}
.menubttn:hover::before {
  width: 100%;
}
.menubttn:hover::after {
  width: 100%;
}

.menu-active header, .menu-active main {
  filter: blur(0.5rem);
  transition: 0.3s all;
  opacity: 0.2;
}

.menu-active .menubttn {
  background-color: #fff;
  transition: all 0.3s;
}
.menu-active .menubttn::before, .menu-active .menubttn::after, .menu-active .menubttn span {
  background-color: #000;
}

nav {
  position: fixed;
  width: 30rem;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: -110vw;
  transition: ease-in-out 0.4s;
  box-shadow: 0 0 4rem #035e5b;
}
nav ul {
  padding: 9rem 2rem 0;
}
nav ul a {
  color: #111;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Sofia Pro", sans-serif;
}

.menu-active nav {
  right: 0;
}

#homepage_valueprop .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 90vh; */
  padding-top: 12em;
  padding-bottom: 14rem;
}
#homepage_valueprop h1 {
  text-align: center;
  font-size: 6rem;
  max-width: 55rem;
  margin: 0 auto;
  line-height: 100%;
  letter-spacing: -0.1rem;
}
#homepage_valueprop h1 span {
  color: #888;
  background-image: url(../assets/images/ThereYouAre.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999%;
  overflow: hidden;
  display: inline-block;
  background-size: 37rem;
}
#homepage_valueprop .downarrow {
  width: 5rem;
  margin-top: 3rem;
  opacity: 0.3;
}

#homepage_leadin {
  margin-top: -7rem;
  padding-bottom: 4rem;
}
#homepage_leadin h2 {
  text-align: center;
  margin: 0 4rem 1rem;
}
#homepage_leadin .container {
  text-align: center;
  margin: 0 auto;
  max-width: 60rem;
}
#homepage_leadin .bttn {
  margin-top: 1%;
  margin-bottom: 2rem;
  box-shadow: 0 0 3rem #000;
}

#team {
  background-color: #111;
}
#team .contactfooter {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: absolute;
  bottom: 2rem;
}
#team .contactfooter a {
  display: block;
  font-size: 1rem;
  line-height: 90%;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  color: #111;
  text-decoration: none;
}
#team .contactfooter img {
  display: block;
  height: 2.4rem;
  border-radius: 0.3rem;
  margin: 0 !important;
  padding-bottom: 0;
}
#team .container {
  display: flex;
  padding: 4rem 2vw;
  color: #fff;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin: 0 2vw 4rem;
  background-image: url(../assets/images/background1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}
#team .teamintro {
  text-align: center;
  margin: 0 auto;
  max-width: 60rem;
  padding-bottom: 3rem;
}
#team h2 {
  line-height: 90%;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  padding-bottom: 2rem;
}
#team h2 span {
  display: block;
  font-size: 1.2rem;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 400;
  padding-left: 0.1rem;
}
#team .team {
  display: flex;
  flex: 1;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 2rem #000;
}
#team .team div {
  flex: 2;
}
#team .imagecontainteam {
  overflow: hidden;
  flex: 1;
}
#team .imagecontainteam img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
#team .teamcontain {
  gap: 3rem;
  display: flex;
  flex-direction: row;
  color: #111;
}
#team .teamcontain .teamdesc {
  padding: 3rem 1rem 8rem 2rem;
  display: flex;
  position: relative;
}
#team .teamcontain .teamdesc .pad h2 {
  padding-bottom: 1rem;
}
#team .teamcontain .teamdesc .pad img {
  max-width: 10rem;
  margin-bottom: 2rem;
  opacity: 0.6;
}
#team .teamcontain .teamdesc p {
  font-size: 1rem;
  padding-bottom: 0;
  line-height: 150%;
}
#team .teamcontain .t1 .teamdesc .pad img {
  max-width: 7rem;
  margin-top: 1.2rem;
}
#team .logos {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0 0;
  max-width: 25rem;
}
#team .logos li {
  flex: 1;
}
#team .logos img {
  width: 100%;
}

#services h2 {
  line-height: 90%;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  padding-bottom: 2rem;
}
#services .container {
  display: flex;
  padding: 4rem 2vw;
  color: #111;
  gap: 4rem;
  align-items: center;
  margin: 0 2vw 4rem;
  background-color: #fff;
  border-radius: 2rem;
}
#services .mainservices {
  flex: 2;
}
#services .service {
  flex: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
#services .service li {
  border-radius: 1rem;
  background-color: #eee;
  padding: 3rem 2rem;
}
#services .service li p {
  font-size: 1rem;
  line-height: 150%;
}
#services .service li h3 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

#contact .container {
  display: flex;
  padding: 4rem 2vw;
  color: #fff;
  gap: 4rem;
  margin: 0 2vw 4rem;
  background-color: #111;
  border-radius: 2rem;
}
#contact .contactleft {
  flex: 1;
  padding-top: 1.2rem;
}
#contact .contactleft h2 {
  line-height: 90%;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  padding-bottom: 2rem;
}
#contact .contactform {
  flex: 1;
}
#contact .contactform input, #contact .contactform label, #contact .contactform textarea {
  width: 100%;
}
#contact .contactform label {
  text-indent: -999%;
  overflow: hidden;
  display: block;
  height: 0;
}
#contact .contactform input {
  height: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
#contact .contactform textarea {
  height: 9rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #fff;
  background-color: transparent;
}
#contact .contactform input, #contact .contactform textarea {
  font-family: "Sofia Pro", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 110%;
  color: #fff;
}
#contact .contactform button {
  border: none;
  box-shadow: 0 0 3rem #000;
}

footer .container {
  display: flex;
  padding: 4rem 2vw 3rem;
  color: #111;
  gap: 2rem;
  margin: 0 2vw 0;
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
footer .brands {
  padding: 0;
  margin: 0 0 3rem;
  display: flex;
  gap: 1rem;
  list-style: none;
  align-items: center;
}
footer .brands img.typeface {
  height: 1.7rem;
  margin-top: 0.6rem;
}
footer .brands img.slingshot {
  height: 3rem;
}
footer .tyafooter {
  height: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
footer .footerflex {
  display: flex;
  align-items: center;
}
footer p {
  font-size: 1.2rem;
}

#product_area .container {
  padding: 4rem 2vw 3rem;
}
#product_area ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
#product_area ul li {
  padding: 5rem 3rem 10rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #111;
  position: relative;
  background: #edebdf;
  background: linear-gradient(45deg, rgb(237, 235, 223) 0%, rgb(255, 255, 255) 100%);
  box-shadow: 0 0 1rem #000;
}
#product_area ul li p {
  font-size: 1rem;
  padding-bottom: 0;
  line-height: 150%;
}
#product_area ul li .bttn {
  position: absolute;
  bottom: 3rem;
}
#product_area ul li h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#product_area .prodintro {
  text-align: center;
  margin: 0 auto;
  max-width: 60rem;
  padding-bottom: 3rem;
}
#product_area h2 {
  line-height: 90%;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
  padding-bottom: 2rem;
}
#product_area h2 span {
  display: block;
  font-size: 1.2rem;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 400;
  padding-left: 0.1rem;
}

#homeslider {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#homeslider .slider {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 24px;
}
#homeslider .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#homeslider .slider-window {
  max-width: 35vw;
}
#homeslider .controls input {
  appearance: none;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 1px solid #171717;
  border-radius: 50%;
  cursor: pointer;
}
#homeslider .controls input:checked {
  height: 28px;
  border-radius: 999px;
  background: #171717;
}
#homeslider .controls input:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 4px;
}
#homeslider .slider-window {
  overflow: hidden;
  background: white;
}
#homeslider .service {
  display: flex;
  width: 300%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 500ms ease;
}
#homeslider .service li {
  width: 33.333%;
  padding: clamp(32px, 7vw, 72px);
}
#homeslider .service h3 {
  margin: 0 0 24px;
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 500;
  line-height: 1;
}
#homeslider .service p {
  max-width: 680px;
  margin: 0 0 32px;
  color: #626262;
  line-height: 1.7;
}
#homeslider .slider:has(#slide-1:checked) .service {
  transform: translateX(0);
}
#homeslider .slider:has(#slide-2:checked) .service {
  transform: translateX(-33.333%);
}
#homeslider .slider:has(#slide-3:checked) .service {
  transform: translateX(-66.666%);
}
@media (max-width: 48rem) {
  #homeslider .slider-window {
    max-width: 100%;
  }
  #homeslider main {
    padding: 16px;
  }
  #homeslider .slider {
    gap: 12px;
  }
  #homeslider .service li {
    padding: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #homeslider .service {
    transition: none;
  }
}

.slider:has(#slide-1:checked) .service {
  transform: translateX(0);
}

.slider:has(#slide-2:checked) .service {
  transform: translateX(-33.333%);
}

.slider:has(#slide-3:checked) .service {
  transform: translateX(-66.666%);
}

@media (max-width: 48rem) {
  #homepage_valueprop h1 {
    text-align: center;
    font-size: 2.4rem;
    max-width: 28rem;
    margin: 0 auto;
    line-height: 100%;
    letter-spacing: -0.1rem;
  }
  #homepage_valueprop h1 span {
    background-size: 15rem;
  }
  h2 {
    font-family: "Sofia Pro", sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 110%;
  }
  p {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    line-height: 150%;
  }
  .container {
    padding: 0 4vw;
  }
  #homepage_leadin h2 {
    text-align: center;
    margin: 0 0rem 1rem;
  }
  #homepage_leadin {
    margin-top: -10rem;
  }
  #homepage_valueprop .downarrow {
    width: 3rem;
    margin-top: 3rem;
    opacity: 0.3;
  }
  #homepage_valueprop .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 80vh; */
    padding-bottom: 30vh;
  }
  #team .container {
    flex-direction: column;
  }
  #team .container h2 {
    font-size: 2rem;
  }
  #team .teamcontain {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    color: #111;
  }
  #team .team {
    display: flex;
    flex: 1;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2666666667);
    flex-direction: column-reverse;
  }
  #team .t2 {
    flex-direction: column-reverse;
  }
  #team .imagecontainteam {
    overflow: hidden;
    flex: 1;
    max-height: 90vw;
  }
  nav {
    position: fixed;
    width: 100vw;
    top: 0;
    bottom: 0;
    background-color: #fff;
    right: -110vw;
    transition: ease-in-out 0.4s;
    box-shadow: 0 0 4rem #035e5b;
  }
  #contact .container {
    display: flex;
    padding: 4rem 2vw;
    color: #fff;
    gap: 2rem;
    margin: 0 2vw 4rem;
    background-color: #111;
    border-radius: 2rem;
    flex-direction: column;
  }
  #services .container {
    display: flex;
    padding: 4rem 2vw;
    color: #111;
    gap: 2rem;
    align-items: center;
    margin: 0 2vw 4rem;
    background-color: #fff;
    border-radius: 2rem;
    flex-direction: column;
  }
  h2 {
    font-size: 2rem;
  }
  .mainservices h2, .mainservices p {
    text-align: center;
    padding: 0 2vw;
  }
  .mainservices p {
    padding-bottom: 1rem !important;
  }
  .mainservices h2, #product_area h2, #contact .contactleft h2 {
    line-height: 110% !important;
  }
  #contact .contactleft {
    flex: 1;
    padding-top: 1.2rem;
    text-align: center;
  }
  footer .footerflex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }
  #product_area ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 2rem;
    flex-direction: column;
  }
  #homeslider {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 100%;
    padding-right: 1.3rem;
  }
  footer p {
    font-size: 1rem;
  }
  footer .container {
    display: flex;
    padding: 4rem 4vw 3rem;
    color: #111;
    gap: 2rem;
    margin: 0 2vw 0;
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  #product_area ul li {
    padding: 5rem 2rem 10rem;
  }
}
