@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: sticky;
  top: 0%;
  background: white;
  margin-bottom: 4rem;
}
header nav {
  width: 80vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 5vh;
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.nav-1 {
  border-bottom: 2px solid #e9e9e9;
  padding: 1.25rem 0rem;
}
.nav-1 .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.nav-1 .links #logo {
  margin-right: 3rem;
}
.nav-1 .links #burger {
  display: none;
}
.nav-1 .links ul li {
  margin-right: 2rem;
}
.nav-1 .interact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.nav-1 .interact .search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 2px solid #e9e9e9;
  border-radius: 3rem;
  margin-right: 2rem;
}
.nav-1 .interact .search input {
  height: 3.8rem;
  border: none;
}
.nav-1 .interact .search input::-moz-placeholder {
  color: black;
}
.nav-1 .interact .search input::placeholder {
  color: black;
}
.nav-1 .interact .search button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 3.8rem;
  border: none;
  background: none;
}
.nav-1 .interact .search .search-image {
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}
.nav-1 .interact .search .search-text {
  padding-right: 1.5rem;
}
.nav-1 .interact .search .search-text p {
  border-left: 2px solid #e9e9e9;
  padding: 0rem 1rem;
}
.nav-1 .interact a {
  padding: 1rem 2.5rem;
  border-radius: 1.25rem;
}
.nav-1 .interact .signup {
  background: #108a00;
  color: white;
  transition: 200ms;
}
.nav-1 .interact .signup:hover {
  background: #14a800;
}

.nav-2 {
  padding: 2rem 0rem;
}
.nav-2 ul li {
  margin-right: 2rem;
}

.search-img {
  display: none;
  width: 24px;
}

footer {
  background: #181818;
  color: white;
  width: 80vw;
  margin: auto;
  margin-bottom: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  padding: 9.6rem;
}
footer a {
  color: white;
}
footer .link-lists {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  width: 100%;
  margin-bottom: 4rem;
}
footer .link-lists ul {
  flex: 1 1 40rem;
  margin-right: 2rem;
}
footer .link-lists ul li {
  margin-bottom: 1.25rem;
}
footer .link-lists ul li h4 {
  margin-bottom: 2rem;
  font-size: 1x4px;
}
footer .media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
footer .media .social {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
footer .media .social h4 {
  margin-right: 2rem;
  font-size: 14px;
  margin-bottom: 1rem;
}
footer .media .social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer .media .social ul img {
  margin-right: 0.75rem;
}
footer .media .device {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer .media .device h4 {
  margin-right: 1rem;
  font-size: 14px;
}
footer .media .device ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
footer .media .device ul img {
  margin-left: 0.75rem;
}
footer .about {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}
footer .about h5 {
  margin-right: 5rem;
  flex: 1 1 20rem;
  margin-bottom: 2rem;
  font-size: 14px;
}
footer .about ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}
footer .about ul li {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
footer .about ul li a {
  font-size: 14px;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  width: 67vw;
  margin: auto;
  margin-bottom: 7rem;
  flex-wrap: wrap;
}

.hero-text {
  flex: 2 1 50rem;
}
.hero-text h1 {
  line-height: 0.98;
  margin-bottom: 1.75rem;
}
.hero-text h3 {
  color: #676767;
  margin-bottom: 3.5rem;
  line-height: 1.5;
}
.hero-text button {
  padding: 1.25rem 2.75rem;
  color: white;
  border: none;
  background: #108a00;
  border-radius: 1.25rem;
}
.hero-text button:hover {
  background: #14a800;
}

.hero-image {
  flex: 1 1 40rem;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trust {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 67vw;
  margin: auto;
  margin-bottom: 8rem;
}
.trust h4 {
  color: #a5a5a5;
  margin-bottom: 1.5rem;
}
.trust .trust-company img {
  margin-right: 3rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  margin: auto;
}

* {
  box-sizing: border-box;
  padding: 0rem;
  margin: 0rem;
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 2rem;
}

h4, button {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

p, a, li, input, select {
  font-size: 1.4rem;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

button {
  cursor: pointer;
  font-weight: 500;
  transition: 200ms;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.connect {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  width: 67vw;
  margin: auto;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}

.connect-image {
  margin-bottom: 2rem;
}
.connect-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.connect-text {
  flex: 3 1 40rem;
  padding-left: 4rem;
}
.connect-text h2 {
  margin-bottom: 1.5rem;
}
.connect-text .point {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  margin-bottom: 2rem;
}
.connect-text .point .point-image {
  margin-right: 2rem;
}
.connect-text .point .point-text h3 {
  margin-bottom: 0.75rem;
}
.connect-text .connect-buttons button {
  padding: 1rem 2rem;
  border: none;
  border-radius: 1rem;
  margin-right: 1.5rem;
  border: 2px solid #108a00;
}
.connect-text .connect-buttons .signup {
  color: white;
  background: #108a00;
}
.connect-text .connect-buttons .signup:hover {
  background: #14a800;
}
.connect-text .connect-buttons .how-to {
  background: none;
  color: #108a00;
  font-weight: 600;
}

.category {
  width: 67vw;
  margin: auto;
  margin-bottom: 8rem;
}
.category h2 {
  margin-bottom: 1rem;
}
.category p {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.category p a {
  font-size: 1.6rem;
  color: #108a00;
  text-decoration: underline;
  font-weight: 500;
}
.category p a:hover {
  color: #14a800;
}

.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 3rem;
}

.category-card {
  background: #f9f9f9;
  cursor: pointer;
  padding: 2rem 3rem;
  border-radius: 1rem;
  height: 13.4rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
.category-card:hover {
  background: #e9e9e9;
}
.category-card h3 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 2.3rem;
}
.category-card p {
  margin-bottom: 0rem;
}
.category-card .about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.category-card .about .rating {
  margin-right: 4rem;
}

.benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 67vw;
  margin: auto;
}

.benefit-1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  border-radius: 1rem;
  background: #13544e;
  color: white;
  margin-bottom: 6rem;
  width: 100%;
  flex-wrap: wrap;
}
.benefit-1 .benefit-1-text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 4rem;
  flex: 2 1 50rem;
}
.benefit-1 .benefit-1-text h3 {
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
.benefit-1 .benefit-1-text h1 {
  line-height: 1;
  font-size: 5.6rem;
  margin-bottom: 2rem;
}
.benefit-1 .benefit-1-text h1 span {
  color: #91e6b3;
}
.benefit-1 .benefit-1-text p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.benefit-1 .benefit-1-text p img {
  margin-right: 1rem;
}
.benefit-1 .benefit-1-text button {
  padding: 1rem 3rem;
  border: none;
  border-radius: 1rem;
  background: white;
}
.benefit-1 .benefit-1-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: 1 1 40rem;
}
.benefit-1 .benefit-1-image img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  background: #1f57c3;
  border-radius: 1rem;
  color: white;
  width: 100%;
  margin-bottom: 8rem;
  flex-wrap: wrap;
}
.benefit-2 .benefit-2-image {
  flex: 1 1 40rem;
}
.benefit-2 .benefit-2-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.benefit-2 .benefit-2-text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  flex: 2 1 50rem;
  padding: 3rem;
}
.benefit-2 .benefit-2-text h3 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
.benefit-2 .benefit-2-text h1 {
  font-size: 7.2rem;
  line-height: 1;
  margin-bottom: 4rem;
  font-weight: 400;
}
.benefit-2 .benefit-2-text p {
  font-size: 1.8rem;
  margin-bottom: 15rem;
  line-height: 1.5;
}
.benefit-2 .benefit-2-text .points {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 0rem;
  border-top: 1px solid white;
}
.benefit-2 .benefit-2-text .points p {
  flex: 1 1 20rem;
  margin: 0rem;
  margin-bottom: 2rem;
}
.benefit-2 .benefit-2-text button {
  padding: 1rem 3rem;
  border: none;
  border-radius: 1.25rem;
  color: #1f57c3;
  background: white;
}
.benefit-2 .benefit-2-text button:hover {
  background: #c6c6c6;
}
.benefit-2 .benefit-2-text button p {
  margin: 0rem;
}

.content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 67vw;
  margin: auto;
  margin-bottom: 12rem;
}
.content .head {
  margin-bottom: 2rem;
}
.content .head::-webkit-scrollbar {
  display: none;
}
.content .head h2 {
  color: #d9d9d9;
  padding-bottom: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.content .head h2:hover {
  color: #14a800;
  cursor: pointer;
}
.content .head #head-special {
  color: #14a800;
}
.content .point-group .points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.content .point-group .points a h3 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #676767;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.content .point-group .points a h3:hover {
  color: #14a800;
}

@media screen and (max-width: 1700px) {
  header nav {
    width: 95vw;
  }
  .hero, .connect, .category, .benefits, .content, .trust {
    width: 90vw;
  }
  footer {
    width: 95vw;
  }
}
@media screen and (max-width: 1220px) {
  .categories {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
  .category-card {
    grid-row: auto;
    grid-column: auto;
  }
}
@media screen and (max-width: 1200px) {
  .hero, .connect, .category, .benefits, .content, .trust {
    width: 90vw;
  }
  .nav-1 .interact .search {
    display: none;
  }
  .search-img {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 991px) {
  .nav-1 .links ul {
    display: none;
  }
  .nav-1 .links #burger {
    margin-right: 2rem;
    display: block;
  }
  .nav-1 .interact .login {
    display: none;
  }
  .nav-1 .interact .signup {
    color: black;
    background: white;
    font-weight: 500;
  }
  .nav-2 {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  footer {
    padding: 4rem;
  }
  .benefit-2 .benefit-2-text p {
    margin-bottom: 4rem;
  }
  .content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .content .head {
    width: 100%;
    overflow: scroll;
  }
  .content .head h2 {
    font-size: 3rem;
    padding-right: 4rem;
  }
  .content .point-group {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    width: 90%;
  }
  .content .point-group .points {
    display: block;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .nav-1 .interact .signup {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .hero-image {
    display: none;
  }
  .benefits {
    width: 100vw;
  }
  .benefits .benefit-1, .benefits .benefit-2 {
    border-radius: 0rem;
  }
  .benefits .benefit-1-image img, .benefits .benefit-2-image img {
    border-radius: 0rem;
  }
  footer {
    width: 100vw;
    margin: 0rem;
    border-radius: 1rem 1rem 0rem 0rem;
  }
  footer .link-lists {
    display: block;
    flex-direction: column;
    justify-content: start;
  }
  footer .link-lists ul li h4 {
    padding-bottom: 3rem;
    border-bottom: 1px solid #a5a5a5;
  }
  footer .link-lists ul li a {
    display: none;
  }
  footer .media {
    flex-direction: column;
    align-items: start;
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }
  footer .media .social, footer .media .device {
    flex-direction: column;
    align-items: start;
  }
  footer .media .social h4, footer .media .device h4 {
    margin-bottom: 2rem;
  }
  footer .about {
    display: block;
  }
  footer .about h5 {
    margin-bottom: 4rem;
  }
  footer .about ul {
    display: block;
  }
  footer .about ul li {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 45%;
  }
  .hero-text h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 963px) {
  .connect .connect-text {
    padding: 0rem;
  }
}
@media screen and (max-width: 330px) {
  .trust img {
    height: 5rem;
  }
}/*# sourceMappingURL=style.css.map */