@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300&family=Pacifico&display=swap");
:root {
  --background-color: #ffffff;
  --font-color: rgb(0, 0, 0);
  --button-color: #fc6a43;
  --buttonfont-color: #fff;
  --navbuttonfocus-color: #263238;
  --navbutton-color: #fff;
  --navbuttonfont-color: rgb(0, 0, 0);
  --search-color: #f0e5e2;
  --searchfont-color: #000000;
}

.dark {
  --background-color: #0c1015;
  --font-color: rgb(255, 255, 255);
  --button-color: #ffffff;
  --buttonfont-color: rgb(0, 0, 0);
  --navbuttonfocus-color: #263238;
  --navbutton-color: #141921;
  --navbuttonfont-color: rgb(255, 255, 255);
  --search-color: #141921;
  --searchfont-color: #757575;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: var(--background-color);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-right {
  float: right;
}
.toggle-btn {
  color: var(--font-color);
  padding-top: 12px;
}

.header a {
  text-align: center !important;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  font-family: "League Gothic", sans-serif;
  font-family: "Nunito", sans-serif;
  font-family: "Pacifico", cursive;
  color: var(--font-color);
}

.header {
  overflow: hidden;
  background-color: var(--background-color);
  padding: 10px 5px;
  padding-top: 15px;
}

.header p {
  margin-left: 6.5rem;
  padding: inherit;
}

.header a {
  float: left;
  color: var(--searchfont-color);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
  margin-top: 60px;
}

.images {
  width: 267px;
  height: 281px;
  left: 54px;
  top: 128px;
}

.onboarding-text {
  font-family: "Mulish", sans-serif;
  width: 239px;
  height: 54px;
  left: 68px;
  top: 448px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--font-color);
}

.slider-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.dot {
  background: var(--search-color);
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 151px;
  top: 544px;
  margin-right: 9px;
}

.active {
  background: var(--navbuttonfocus-color);
}

.getstarted-btn {
  font-family: "Mulish";
  width: 128px;
  height: 42px;
  left: 124px;
  top: 666px;
  border: none;
  background: var(--button-color);
  border-radius: 6px;
  font-weight: 700;
  color: var(--buttonfont-color);
}

@media only screen and (min-width: 900px) {
  main {
    display: flex;
    flex-direction: column;
  }
  h2 {
    width: 365px;
    margin-left: 31rem;
    font-size: 52px;
  }
  section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
  .images {
    width: 673px;
    height: 373px;
  }
  .onboarding-text {
    width: 597px;
    line-height: 50px;
    font-weight: 300;
    font-size: 40px;
    margin-top: 5rem;
  }
  .slider-dots {
    width: fit-content;
    margin-left: -34rem;
    padding: 10px;
  }
  .buttonDiv {
    width: fit-content;
    margin-left: 43rem;
    margin-top: -8rem;
  }
  .getstsrted-btn {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .header a.logo {
    font-size: 45px;
    padding: inherit;
  }
  .color-fff {
    font-size: 25px;
  }
  .button-13 {
    justify-content: center;
    width: 95vw;
    height: 2.5rem;
  }
  .navbar {
    margin-left: 55px;
    margin-right: 55px;
  }
  .input-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50rem;
    height: 3rem;
    border-radius: 8px;
    background: var(--search-color-input);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
