
@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Martian+Mono:wght@100..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  margin: 0;
 font-family: "Martian Mono", monospace;
  background-color: #fff;
  color: #222;
  line-height: 1.6;
  /* max-width: 1200px; */
  width: 100%;
  margin: auto;
  /* overflow-x: hidden; */
  /* border: 2px solid; */
  /* padding: 20px 80px; */
}
header {
  background-image: url('./assets/images/pattern-light-bg.svg');
  background-size: cover;
  flex-wrap: wrap;
  background-color: rgba(238, 229, 224, 0.5);
  padding: 20px 80px;
}
.logo img {
  position: relative;
  z-index: 2;
}

.hero-bg-pettern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-overlay {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
   background: linear-gradient(to right, rgba(255, 245, 239, 0.5), rgba(144, 145, 197, 0.2));
   opacity: 10;
   

}

.hero-section {
  display: flex;
  gap: 30px;
  margin-top: 80px;
}



.top {
  /* display: flex; */
  font-family: 'martian mono', 'bold';
  font-size: 62px;
  line-height: 120%;
  /* letter-spacing: -2px; */
  background: linear-gradient(to right, #ff9a60 -11.37%, #062606 61.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
header {
  padding: 20px 80px;
}


.hero-section-decription {
  /* font-weight: bold;   */
   margin: 20px 0;
   font-family: "Inter", sans-serif;
   font-size: 20px;
   line-height: 140%;
   letter-spacing: -0.5px;
}

.img-wapper img {
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.hero {
  display: flex;
  justify-content: space-between;
  /* padding: 10px 10px; */
  /* flex-wrap: wrap; */
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5px;
  font-family: 'inter', 'regular';
  /* background: linear-gradient(to right, #f4f7f8, #eaeef1); */
  
}

.hero h1 {
  font-size: 2.5rem;
}



.hero-img {
  /* max-width: 400px; */
  /* border-radius: 10px; */
   width: 10px; 
  /* height: 10px; */
  border-radius: 50%;
  /* object-fit: cover; */
  margin-left: -10px;
  position: relative;
  right: 50px;
}

.button-wrapper {
  max-width: 350px;
  /* display: inline-block; */
  border: 2px solid black;
  border-radius: 10px;
  background: #fff5ef;
  padding: 20px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  /* padding: 20px 20px; */
  border-radius: 8px;
  /* border: 2px black solid; */
  font-weight: bold;
  width: 100%;
  height: 20px;
  text-decoration: none;
  
}
.overlay {
  display: none;
  position: absolute;
  border: 2px solid black;
}

.ratings-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.ratings-avatars {
  width: 120px;
  height: 50px;
}

.ratings {
  display: flex;
  flex-direction: column;
}




.feature {
  display: flex;
  align-items: center;
  /* border: 2px solid; */
  margin-top: 200px;
  margin-bottom: 80px;
  gap: 50px;
  padding: 20px 80px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5px;

}

.feature-list img {
  width: 25px;
}
.text-wrapper {
  /* border: 2px solid; */
  width: 100%;
  /* display: flex;
  gap: 50px;
  margin-right: 500px;
  margin-top: 80px; */
}
.text-wrapper h2 {
  font-size: 50px;
  line-height: 130%;
  letter-spacing: -2px;
}

.img-wrapper {
  border: 2px solid;
  width: 50%;
  /* display: flex;
  gap: 50px;
  margin-right: 500px;
  margin-top: 80px; */
}

.img-wrapper img {
  width: 100%;
}
.community {
  display: flex;
  margin-top: 80px;
  gap: 40px;
  padding: 20px 80px;

}
.community-text {
  width: 100%;
  margin-top: 100px;
  
}
.community-text h2 {
  /* font-size: 50px; */
  /* line-height: 1; */
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.community-text p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.5px;
  /* color: #e6e1df; */
  /* margin-top: 80px; */
}

.journey {
  padding: 2px 2px;
  /* background: #eef6fa; */
  /* border: 2px solid; */
  /* background-image: linear-gradient(90deg, #e6e1df 1px, transparent 1px), linear-gradient(#e6e1df 1px,transparent 1px); */
  /* background-size: 20px 20px; */
  width: 900px;
  margin: auto;
  height: 300px;
  align-items: center;
  margin-top: 80px;
  
  background-image: url('./assets/images/pattern-light-bg.svg');
  background-size: cover;
  flex-wrap: wrap;
  background-color: #fff5ef;
  /* background: linear-gradient(to right, rgba(255, 245, 239, 0.9), rgba(144, 145, 197, 0.1));
   opacity: 10; */
}
.journey h2 {
  text-align: center;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -1px;
  margin-top: 40px;

}

.lists ul {
  display: flex;
  list-style: none;
  gap: 10px;


}
.numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  /* margin-bottom: 200px; */
  width: 70px;
  height: 40px;
  /* width: 5px; */
  /* height: 5px; */
  /* margin-left: 80px; */
}



.steps {
  display: flex;
  justify-content: space-around;
  gap: 4px;
  margin-top: 80px;
  
  
}

.journey-content {
  margin-left: 30px;
  position: relative

}

.arrow-parttern {
  position: absolute;
  top: 0;
  left: 60%;
}

/* .journey-content img {
  display: flex;
  margin-left: 120px;

} */

.pricing {
  padding: 20px 80px;
  /* text-align: center; */
  text-decoration: none;
}
.pricing h2 {
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -1px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;

}
.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff5ef;
  color: black;
  padding: 20px 20px;
  border-radius: 8px;
  border: 2px black solid;
  font-weight: bold;
  width: 200px;
  height: 40px;
  margin: auto;
  text-decoration: none;
  
}

.plans {
  display: flex;
  justify-content: center;
  gap: 25px;
  text-decoration: none;
}

.plan {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 40px;
  width: 30%;
  height: 300px;
  margin-top: 20px;
  text-decoration: none;
  
}

.plan b {
  font-size: 30px;
}

.plan h3 {
  margin-top: 20px;
}
.plan ul {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  list-style: none;

}
.border {
  border-bottom: 1px solid gray;
}
.quote {
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 80px;
  /* font-family: 'martian mono', 'semibold'; */
}

.testimonial {
  /* background: #fff5e5; */
  /* padding: 2rem; */
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  /* font-style: italic; */
}
.quote cite {
  font-family: "Inter", sans-serif;
  margin-top: 40px;

}
footer {
  /* position: relative; */
  right: 0;
  bottom: 0;
  left: 0;
  
  

}
  
  
.footer {
  background-color: #062630;
  color: #fff;
  text-align: center;
  /* top: 0; */
  /* margin : 0; */
  /* right: 0; */
  /* bottom: 0; */
  margin-top: 80px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  
  /* position: relative; */
  margin: auto;
  /* padding: 75%; */
  /* border: 2px solid black; */
}
.footer h2 {
  font-size: 50px;
  line-height: 130%;
  /* letter-spacing: -2px; */
  margin-top: 80px;
  margin-bottom: 40px;
  justify-content: center;
}
.btnss {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #385159; */
  color: white;
  /* padding: 20px 20px; */
  border-radius: 8px;
  border: 1px white solid;
  font-weight: bold;
  width: 400px;
  height: 50px;
  margin: auto;
  text-decoration: none;
  
}
.ratings-wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 80px; */
  /* gap: 10px; */
  margin-top: 20px;

}
.ratings-avatars-footer {
  width: 120px;
  height: 50px;
  /* border: black 2px solid; */

}
.rating-footer {
  display: flex;
  justify-content: center;
  margin-left: 80px;
  flex-direction: column;
  margin: 0;
  left: 0;

}
.logos {
  border-top: solid 1px #385159;
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  /* gap: 10px; */
  justify-content: space-between;
}
