@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
.spacedT {
  letter-spacing: 0.5rem;
  font-size: 13px;
  color: white;
}

.mt-6 {
  margin-top: 170px;
}

.btn-clear {
  background-color: white;
  border: none;
}

.btn {
  padding: 10px 28px;
  border-radius: 5px;
  font-weight: 500;
  box-shadow: rgba(63, 71, 135, 0.197) 0px 4px 6px -1px, rgba(73, 80, 212, 0.06) 0px 2px 4px -1px;
}

.btn-blue {
  background: hsl(231deg, 69%, 60%);
  color: white;
}
.btn-blue:hover {
  background: hsl(231deg, 50%, 44%);
  color: white;
  border: 1px solid hsl(231deg, 50%, 44%);
}

.btn-gray {
  background: hsl(233deg, 24%, 93%);
  color: hsl(229deg, 31%, 21%);
}

.btn-red {
  background: hsl(0deg, 94%, 66%);
  color: white;
}
.btn-red:hover {
  background: hsl(0deg, 60%, 53%);
  color: white;
  border: 1px solid hsl(0deg, 60%, 53%);
}

.text-content h1,
.text-content h2,
.text-content h3 {
  margin: 0;
}
.text-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

section:not(.contact) {
  margin-bottom: 150px !important;
}

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

p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: hsl(229deg, 8%, 60%);
  line-height: 1.7rem;
  margin: 0;
}

li,
a {
  list-style: none;
  text-decoration: none;
  color: hsl(229deg, 8%, 60%);
}

h1,
h2,
h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: hsl(229deg, 31%, 21%);
}

@media (max-width: 320px) {
  .container {
    max-width: 85%;
  }
}
nav {
  width: 100%;
}

.nav-content {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.nav-content ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.nav-content ul a {
  margin: 0 20px;
  transition: all 0.1s ease-in;
  padding-bottom: 5px;
}
.nav-content ul a:hover:not(.btn) {
  color: hsl(231deg, 69%, 60%);
  border-bottom: 2px solid hsl(231deg, 69%, 60%);
}
.nav-content ul .login-btn {
  padding: 7px 28px;
}

.hamburger:hover {
  cursor: pointer;
}

.logo,
.menu-ico {
  z-index: 100;
}

.menu-overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: hsla(229deg, 31%, 21%, 0.932);
}
.menu-overlay .ov-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 100px;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.menu-overlay .ov-links a {
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid rgb(141, 150, 171);
}
.menu-overlay .ov-links button {
  letter-spacing: 0.2rem;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  margin-top: 20px;
}
.menu-overlay .ov-social {
  margin-left: auto;
  margin-right: auto;
  margin-top: 240px;
  width: 100px;
}
.menu-overlay .ov-social img {
  margin-left: 10px;
  margin-right: 10px;
}

.active-ov .menu-overlay {
  display: block;
}
.active-ov .bookmark-logo path,
.active-ov .bookmark-logo circle {
  fill: white;
}
.active-ov .bookmark-logo .mark {
  fill: hsl(229deg, 31%, 21%);
}
.active-ov .hamburger path {
  fill: white;
}

@media (min-width: 1200px) {
  .menu-ico {
    display: none;
  }
}
.hero {
  margin-left: auto;
  margin-right: auto;
}
.hero .inner-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-direction: column-reverse;
  text-align: center;
}
.hero .hero-cta {
  max-width: 450px;
}
.hero .hero-cta p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.hero .hero-btn button:last-child {
  margin-right: 10px;
}
.hero img {
  max-width: 800px;
  width: 80%;
}
.hero .hero-cta {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .hero .hero-cta {
    margin-top: 0px;
  }
  .hero .inner-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
  .hero img {
    padding-top: 80px;
    width: 800px;
  }
}
@media (max-width: 390px) {
  .hero button {
    margin-top: 20px;
    width: 185px;
  }
}

.shape-container {
  position: relative;
}

.shape {
  position: absolute;
  background: hsl(231deg, 69%, 60%);
  height: 200px;
  width: 50%;
  z-index: -1;
  bottom: 50%;
  right: 0;
  border-radius: 100px 0 0 100px;
}

@media (max-width: 409px) {
  .shape {
    height: 150px;
    border-radius: 75px 0 0 75px;
    top: 10%;
  }
}
@media (max-width: 320px) {
  .shape {
    height: 100px;
    border-radius: 75px 0 0 75px;
    top: 5%;
  }
}
@media (min-width: 576px) {
  .shape {
    bottom: 45%;
  }
}
@media (min-width: 992px) {
  .shape {
    bottom: 40%;
  }
}
@media (min-width: 1200px) {
  .shape {
    bottom: 0;
    width: 40%;
    height: 300px;
    border-radius: 150px 0 0 150px;
  }
}
.shape2-container {
  position: relative;
}

.shape2 {
  position: absolute;
  background: hsl(231deg, 69%, 60%);
  height: 200px;
  width: 70%;
  z-index: -1;
  bottom: 25%;
  left: 0;
  border-radius: 0 100px 100px 0;
}

@media (min-width: 576px) {
  .shape2 {
    bottom: 23%;
  }
}
@media (min-width: 992px) {
  .shape2 {
    bottom: 23%;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .shape2 {
    top: 64%;
    width: 40%;
    height: 300px;
    border-radius: 0 150px 150px 0;
  }
}
.features {
  text-align: center;
}
.features .intro-features {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.features .intro-features p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 450px;
}
.features .intro-features ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-top: 1px solid hsl(229deg, 8%, 60%);
  border-bottom: 1px solid hsl(229deg, 8%, 60%);
  margin: 80px 0;
}
.features .intro-features ul li {
  padding: 20px 0;
  width: 100%;
}
.features .intro-features ul li:hover {
  cursor: pointer;
  color: hsl(0deg, 94%, 66%);
  font-weight: 500;
}
.features .intro-features ul li:nth-child(2) {
  border-top: 1px solid hsl(229deg, 8%, 60%);
  border-bottom: 1px solid hsl(229deg, 8%, 60%);
}
@media (min-width: 1200px) {
  .features .intro-features {
    max-width: 800px;
  }
  .features .intro-features p {
    max-width: 490px;
  }
  .features .intro-features ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: none;
    margin: 50px 0 70px 0;
  }
  .features .intro-features ul li:nth-child(2) {
    border-top: none;
  }
  .features .intro-features ul li {
    border-bottom: 1px solid hsl(229deg, 8%, 60%);
    padding-top: 0;
  }
}
.features .bb-red {
  transition: all 0.1s ease-in;
  border-bottom: 3px solid hsl(0deg, 94%, 66%) !important;
}

.feature-info .ft-info-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
.feature-info img {
  width: 100%;
  max-width: 600px;
}
.feature-info h2 {
  margin-top: 50px;
}
.feature-info button {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .feature-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    text-align: left;
  }
  .feature-info .ft-info-content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
    align-self: baseline;
    justify-content: flex-start;
    margin-top: 60px;
    height: 206px;
    width: 500px;
  }
  .feature-info .ft-info-content {
    margin-left: 8%;
    width: 100%;
  }
  .feature-info p,
.feature-info h2 {
    margin: 0;
  }
  .feature-info p {
    margin-top: 20px;
  }
  .feature-info button {
    margin: 0;
    margin-top: 30px;
  }
}

.downloadTE {
  text-align: center;
}
.downloadTE .intro-downloadTE {
  margin-bottom: 50px;
}
.downloadTE .intro-downloadTE p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 500px;
}
.downloadTE .download-card {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  height: 430px;
  border-radius: 20px;
  box-shadow: rgba(29, 49, 138, 0.222) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.downloadTE .download-card .card-info h3 {
  margin-top: 50px;
}
.downloadTE .download-card .card-info p {
  margin-bottom: 40px;
}
.downloadTE .download-card .btn-container {
  width: 100%;
  padding: 25px;
  border-top: 2px solid hsl(231deg, 48%, 92%);
}
.downloadTE .download-card .btn-container button {
  width: 100%;
}
@media (min-width: 1200px) {
  .downloadTE .intro-downloadTE {
    margin-bottom: 0px;
  }
  .downloadTE .download-cards-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    transform: translateY(-50px);
  }
  .downloadTE .download-cards-container .download-card:first-child {
    margin-top: 0;
  }
  .downloadTE .download-cards-container .download-card:nth-child(2) {
    margin-top: 80px;
  }
  .downloadTE .download-cards-container .download-card:nth-child(3) {
    margin-top: 160px;
  }
}

.questions-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.questions-container .text-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.questions-container .question-list {
  margin-top: 50px;
}
.questions-container .question-list .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid black;
  padding: 20px;
}
.questions-container .question-list .question-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  text-align: left;
}
.questions-container .question-list .question-title:hover {
  cursor: pointer;
}
.questions-container .question-list .question-title p {
  color: hsl(229deg, 31%, 21%);
}
.questions-container .question-list .question-title:hover p {
  transition: 0.1s all ease-in;
  color: hsl(231deg, 69%, 60%);
}
.questions-container .question-list .answer {
  margin-top: 20px;
  padding: 20px 0;
  text-align: left;
}
.questions-container .question-list .answer,
.questions-container .question-list .close {
  display: none;
}
.questions-container .question-list .show-text .answer,
.questions-container .question-list .show-text .close {
  display: block;
}
.questions-container .question-list .show-text .open {
  display: none;
}

.contact {
  background: hsl(231deg, 69%, 60%);
  color: white;
  text-align: center;
  padding: 80px 0;
}
.contact .inner-contact {
  max-width: 600px;
}
.contact p {
  margin-bottom: 10px;
}
.contact h1 {
  color: white;
  margin-bottom: 40px;
}
.contact input {
  height: 46px;
  width: 100%;
  padding: 20px;
  color: hsl(229deg, 8%, 60%);
  border-radius: 5px;
  border: none;
}
.contact input::placeholder {
  color: hsl(231deg, 17%, 84%);
}
.contact input:focus {
  outline: 3px solid hsl(231deg, 85%, 71%);
}
.contact button {
  height: 46px;
  width: 100%;
  min-width: 150px;
  margin-top: 20px;
}
.contact .email-validation {
  display: none;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 15px;
  width: 100%;
  text-align: left;
  color: white;
  border-radius: 0px 0px 5px 5px;
}
.contact .response-valid input {
  border: 2px solid rgb(43, 165, 43);
  border-radius: 5px 5px 0px 0px;
}
.contact .response-valid .email-validation {
  display: block;
  background: rgb(43, 165, 43);
}
.contact .response-invalid input {
  border: 2px solid hsl(0deg, 94%, 66%);
  border-radius: 5px 5px 0px 0px;
}
.contact .response-invalid .email-validation {
  display: block;
  background: hsl(0deg, 94%, 66%);
}
@media (min-width: 1200px) {
  .contact form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }
  .contact form input {
    width: 500px;
  }
  .contact form button {
    align-self: baseline;
    margin: 0;
    margin-left: 20px;
    max-width: 144px;
  }
}

footer {
  background: hsl(229deg, 31%, 21%);
  padding: 40px 0;
}

.inner-footer {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.inner-footer .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.inner-footer .left ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 140px;
}
.inner-footer .left ul a {
  margin: 0 20px;
}
.inner-footer .right svg:hover path {
  fill: hsl(231deg, 69%, 60%);
  transition: all 0.1s ease-in;
}
.inner-footer .right a:last-child {
  margin-left: 40px;
}

@media (min-width: 1200px) {
  footer {
    padding: 0;
  }
  .inner-footer {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .inner-footer .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .inner-footer .left ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
  .inner-footer .left ul a {
    margin: 0 20px;
    transition: all 0.1s ease-in;
    padding-bottom: 5px;
  }
  .inner-footer .left ul a:hover:not(.btn) {
    color: rgb(184, 190, 205);
    border-bottom: 2px solid rgb(184, 190, 205);
  }
}
.shape1 {
  background: hsl(231deg, 69%, 60%);
  height: 200px;
  width: 500px;
}

/*# sourceMappingURL=main.css.map */
