@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Bai Jamjuree';
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a, a:visited {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

header,
section {
  padding: 3rem 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

h1, h2, h3 {
  color: #4c545d;
}

p {
  color: #9fabb2;
}

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.container {
  padding: 0 1rem;
}

.header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__content {
  padding: 1.5rem clamp(1rem, 5%, 3rem);
  text-align: center;
  margin-top: 8.125rem;
}

.header__content h1 {
  color: #4c545d;
  font-size: 2.5rem;
}

.header__content p {
  color: #9fabb2;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}

.header__content .header__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__content--cta {
  padding: 1.25rem 2.1875rem;
  color: white;
  border-radius: 25px;
  margin: 0 0.9375rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (max-width: 600px) {
  .header__content .header__content-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__content .header__content-btn a {
    margin: 0.5rem 0;
  }
}

.header__content--cta:hover {
  opacity: 0.6;
}

.header__content #cta-1 {
  background-color: #26baa4;
  -webkit-box-shadow: 3px 0 11px #26baa4;
          box-shadow: 3px 0 11px #26baa4;
}

.header__content #cta-2 {
  background-color: #6173ff;
  -webkit-box-shadow: 3px 0 11px #6173ff;
          box-shadow: 3px 0 11px #6173ff;
}

.header .logo {
  margin-inline: auto;
}

.hero {
  margin-top: 3.125rem;
}

.hero__content h2 {
  font-size: 1.875rem;
}

.hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.3125rem;
  width: 100%;
  gap: 6.25rem;
}

.hero__main .image-computer {
  position: relative;
  left: -5%;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__main .hero__main-content {
  margin-top: 2.5rem;
  width: 50%;
}

.hero__submain--content {
  margin-bottom: 6.875rem;
}

.hero__submain--image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.hero__tools .hero__tools--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.375rem;
}

@media (max-width: 700px) {
  .hero__tools .hero__tools--content .hero__tools--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hero__tools .hero__tools--content img {
  margin: 0 auto;
}

.hero__tools .hero__tools--content div[data-class="hero__tools"] {
  width: 90%;
}

.hero__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__sponsor img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=main.css.map */