@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-family: "Poppins", sans-serif;
  background-color: #fdfeff;
}

/* Header style */

.container {
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 3rem;
}

header {
  margin-bottom: 10rem;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 11rem;
  cursor: pointer;
}

.grow-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}

.list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}

.list-item {
  font-size: 1.6rem;
  color: #79797a;
  font-weight: 500;
}

.list-item:hover {
  cursor: pointer;
  color: #000;
}

.black {
  color: #000;
  font-weight: 500;
}

.button-group button {
  display: block;
  width: 16rem;
  padding: 1.5rem 2.5rem;
  font-size: 1.6rem;
  background-color: #fff;
  border: 2px solid lightskyblue;
  color: #3493f1;
  font-weight: 600;
  border-radius: 5px;
}

.nav-button:hover {
  color: #fff;
  background-color: #1370eb;
}
.btn:hover {
  cursor: pointer;
  background: #fff !important;
  border: 1px solid #079bf2;
  color: #079bf2 !important;
}
/* .......................................................................................................  */
.hero-section {
  gap: 10rem;
}
.testing {
  grid-column: 2/3;
}
.testing-img {
  grid-column: 1/2;
  grid-row: 1/2;
}

/* .........................................  */
/* Services style  */
/* ..............................................  */
.service {
  margin-bottom: 5rem;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
}

.icon {
  font-size: 6rem;
  color: #3493f1;
}

.services-wrapper h2 {
  font-size: 2rem;
  color: #14263f;
}
.services-wrapper p {
  font-size: 1.2rem;
  color: #79797a;
}

/* Pricing Container Style */
.pricing-container {
  max-width: 100vw;
  background-color: #079bf2;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.pricing-heading {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.pricing-heading h1 {
  font-size: 4rem;
  margin-top: 5rem;
  color: #fff;
}

.card {
  background-color: #fff;
  padding: 3rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 8rem;
}
.card-text {
  margin-bottom: 3rem !important;
}
.card-text h2 {
  font-size: 2rem;
  color: #14263f;
}
.card-text p {
  font-size: 1.2rem;
  color: #79797a;
}

.card-features ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #79797a;
  margin-bottom: 3rem;
}
.list-feature {
  font-size: 1.4rem;
  font-weight: 600;
}

.price-card {
  text-align: center;
}
.price-card h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.price-card span {
  color: #79797a;
}
.price-card p {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #79797a;
}
.price-button {
  margin: 0 auto;
}

.price-button {
  background: #fff !important;
  color: #079bf2 !important;
  border: 2px solid #079bf2 !important;
}
.btn-2 {
  background-color: #3493f1 !important;
  color: #fff !important;
}
.btn-2:hover {
  color: #079bf2 !important;
  background-color: #fff;
}
/* ...................................................  */

.customer {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.customer-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 5rem;
}

.customer-heading h1 {
  text-align: center;
  font-size: 4rem;
  color: #14263f;
}
.customer-heading p {
  text-align: center;
  width: 80rem;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #79797a;
}

.customer-name {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.customer-name img {
  width: 6rem;
}
.cus-name h3 {
  font-size: 1.6rem;
}
/* ..............................................................  */
/* Customer-review  */
/* ..............................................................  */

.customer-review {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.customer {
  border: 1px solid rgb(218, 215, 215);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 2rem;
  background-color: #fff;
  padding: 3rem;
}
.customer p {
  font-size: 1.4rem;
  color: #79797a;
}

/* Register Section */
.register-section {
  height: 35rem;
  background: linear-gradient(to left, #1370eb, #18c6f8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-container {
  display: flex;
}
.register-text {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
}
.register-text h1 {
  font-size: 4rem;
  color: #fff;
}

.register-text p {
  font-size: 1.6rem;
  color: #fff;
  width: 60%;
}
.register-button {
  align-self: center;
}
.register-button button {
  border: 1px solid #fff !important;
}

/* Footer Style */
footer {
  margin-bottom: 3rem;
}
.link-boxes {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  column-gap: 2rem;
}

.footer-logo {
  width: 12rem;
}

.footer-logo:hover {
  cursor: pointer;
}

.link_name {
  font-size: 2rem;
  font-weight: 600;
  color: #14263f;
}
.footer-para {
  width: 80%;
  color: #79797a;
  font-size: 1.2rem;
}
.box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.box a {
  font-size: 1.2rem;
  color: #79797a;
}

.social {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.social p {
  font-size: 1.2rem;
  width: 2.5rem;
  background-color: #1370eb;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  border-radius: 50%;
}
