@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif, Tahoma,
    Geneva, Verdana, sans-serif;
}
button {
  cursor: pointer;
}
nav {
  background-color: #202a38;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
nav a {
  text-decoration: none;
  width: 45%;
}
nav a img {
  width: 2.5rem;
}
nav button {
  border: none;
  background-color: dodgerblue;
  padding: 0.7rem 1.6rem;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
}
section {
  padding: 1.3rem 1.5rem;
}
section.head {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.head {
    flex-direction: row;
  }
}
section.head h1 {
  font-size: 2.2rem;
  margin-bottom: 1.4rem;
  font-weight: 1000;
}
section.head p {
  opacity: 0.6;
  line-height: 180%;
  margin-bottom: 1.4rem;
}
section.head button {
  border: none;
  background-color: dodgerblue;
  padding: 0.7rem 1.6rem;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.7rem;
}
section.head img {
  width: 100%;
  margin-bottom: 1.2rem;
}
section.head.two {
  background-color: #f7f6f7;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
section.done {
  text-align: center;
  background-color: #d0d4dd;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.done h1 {
  font-weight: 1000;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
section.done h1 span {
  color: green;
}
section.done p {
  font-size: 1rem;
  opacity: 0.5;
  margin-bottom: 2rem;
}
section.done button {
  border: 2px solid #202a38;
  background-color: inherit;
  padding: 0.7rem 1.6rem;
  border-radius: 5px;
  font-weight: 800;
  color: #202a38;
  font-size: 1rem;
}
footer {
  background-color: #202a38;
  text-align: center;
  padding: 3rem 2rem;
  color: #fff;
}
footer img {
  margin-bottom: 0.6rem;
  width: 3.4rem;
}
footer h2 {
  margin-bottom: 1rem;
}
footer button {
  border: 2px solid dodgerblue;
  background-color: inherit;
  padding: 0.7rem 1.6rem;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2rem;
}
footer p {
  opacity: 0.5;
  line-height: 180%;
}
footer p.one {
  margin-bottom: 2rem;
}
section.testimony {
  background-color: #202a38;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}
section.testimony p.next {
  font-size: 2rem;
  text-align: center;
  border: 2px solid #fff;
  width: min-content;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  float: right;
  margin-bottom: 1.3rem;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
section.testimony div.tabs {
  display: none;
}
section.testimony div.tabs.show {
  display: block;
}
section.testimony p.main-txt {
  line-height: 180%;
  opacity: 0.3;
}
section.testimony div.btm {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 1000;
  margin-top: 1.2rem;
}
section.testimony div.btm img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
section.testimony div.btm p.x {
  opacity: 0.6;
}
section.main {
  width: 100%;
  max-width: 40rem;
  margin: 3rem auto;
}
section.main div.head {
  text-align: center;
  margin-bottom: 1.5rem;
}
section.main div.head h1 {
  font-weight: 1000;
  margin-top: 1rem;
}
section.main hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 2.6rem;
}
section.main p.i {
  font-style: italic;
  margin-bottom: 2.6rem;
  margin-top: 0.6rem;
  opacity: 0.6;
}
.form-group {
  width: 100%;
  margin-bottom: 1.8rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.7rem;
  line-height: 150%;
}
.form-group label span.x {
  opacity: 0.4;
}
.form-group input,
.form-group select {
  width: 100%;
  border: 1px solid #aaa;
  background-color: inherit;
  padding: 1rem 1.2rem;
  color: #000;
  font-weight: 800;
  border-radius: 5px;
  text-align: start;
  font-size: 0.95rem;
}
.form-group button {
  border: none;
  background-color: dodgerblue;
  padding: 0.7rem 1.6rem;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
}
section.error {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.error h1 {
  color: red;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 1000;
}
section.error h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
section.error p {
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
}
section.error button {
  border: none;
  background-color: dodgerblue;
  padding: 0.7rem 1.6rem;
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
}
