* {
  margin: 0;
  color: var(--text-color);
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Single Day", cursive;
}
:root {
  --btn-color: #28cb8b;
  --text-color: #263238;
  --background-color: #ffffff;
}
nav {
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  /*  border: 1px solid black; */
}
ul {
  list-style-type: none;
  margin: 0;
  display: flex;
}
.ul01 li {
  margin: 0.5rem;
  line-height: 50px;
  margin-left: 1.5rem;
}
.btn1 {
  background-color: var(--btn-color);
  border: 1px solid transparent;
  border-radius: 5px;
  width: 10rem;
  height: 3rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  /*   font-family: "Open Sans", sans-serif; */
  font-family: "Single Day", cursive;
  color: var(--background-color);
}
.header {
  line-height: 60px;
}
.img1 {
  width: 1.5rem;
}
.section-1 {
  height: 75vh;
  background-color: #f0fff9;
}
.cvr1 {
  display: flex;
}
.cvr1 div {
  width: 50%;
}
.div1 {
  display: grid;
  place-content: center;
  padding-left: 7rem;
}
.header1 {
  font-size: 3.5rem;
}
.spn {
  color: var(--btn-color);
}
.para1 {
  margin: 1rem;
  font-size: 1.2rem;
  margin-left: 0;
}
.cvr1 input {
  margin-left: 0;
}
.img2 {
  width: 50%;
  margin-top: 4rem;
  margin-left: 5rem;
}
.section-2 {
  padding-top: 2rem;
  height: 100vh;
}
.header2,
.header3 {
  text-align: center;
  font-size: 1.5rem;
  /* margin-top: 3rem; */
}
.para2,
.para3 {
  text-align: center;
  font-size: 1.2rem;
}
.section-2 .img-tile {
  display: flex;
  place-content: center;
  justify-content: space-evenly;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.section-2 .img-tile img {
  width: 3rem;
}
.div3 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.div3 div {
  text-align: center;
  height: auto;
  margin: 1rem;
  border-radius: 5px;
  width: 18%;
  border: 1px solid #d1ffec;
  border-radius: 10px;
  padding: 1rem;
}
.div3 div img {
  border-radius: 50%;
  box-shadow: 20px 20px 50px 15px #d1ffec;
}
.div3 div h3 {
  font-size: 1.7rem;
  margin: 1rem;
  margin-top: 2rem;
}
.section-3 {
  height: 60vh;
}
.cvr2 {
  display: flex;
  background-color: #f0fff9;
}
.cvr2 .div4,
.div5 {
  width: 50%;
  min-height: 40vh;
}
.cvr2 div h2 {
  font-size: 2rem;
}
.div4 {
  display: grid;
  place-content: center;
}
.div5 {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
.div5 div {
  display: flex;
}
.bx-user,
.bx-run,
.bxs-hand-up,
.bx-credit-card-front {
  color: #28cb8b;
  font-size: 3rem;
}
div .min {
  display: block;
  margin: 0;
}
.minpara1 {
  font-weight: bolder;
  font-size: 1.2rem;
}
.minpara2 {
  font-size: 0.8rem;
}
.div-grid {
  margin: 0.5rem;
  margin-left: 7rem;
}
.cvr3 {
  display: flex;
}
.section-4 {
  height: 110vh;
}
.cvr3 div {
  width: 50%;
}
.passwrd {
  width: 65%;
}
.div6 {
  display: grid;
  place-items: center;
}
.div6 img {
  margin-left: auto;
  margin-right: 5rem;
}
.div7 {
  padding: 1rem;
}
.header4 {
  margin: 1rem;
  margin-left: 0;
  margin-top: 3rem;
  font-size: 1.5rem;
}
.div7 p {
  font-size: 1.2rem;
}
.div7 input {
  margin-left: 0;
  margin-top: 1rem;
}
.div8 {
  display: flex;
  margin-top: 2rem;
  background-color: #f0fff9;
}
.tesla img {
  margin: 1rem;
  margin-left: 10rem;
  border-radius: 10px;
}
.tes-txt {
  padding: 1rem;
  width: 100%;
  text-wrap: balance;
  font-size: 1.2rem;
}
.tim {
  margin-top: 1rem;
  color: #28cb8b;
  font-weight: bold;
}
.minpara3 {
  font-size: 0.7rem;
  color: #263238;
}
.img-tile2 {
  display: flex;
  place-content: center;
  justify-content: space-evenly;
  margin-top: 1.5rem;
}
.img-tile2 img {
  width: 1.5rem;
}
a {
  text-decoration: none;
  color: #28cb8b;
}
.section-5 {
  height: 100vh;
  padding-top: 2rem;
}
.section-5 h2,
p {
  text-align: center;
}
.section-5 h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.work-tile {
  display: flex;
  justify-content: space-evenly;
}
.work-tile div {
  position: relative;
  margin-top: 2rem;
}
.work-tile div img {
  border-radius: 10px;
}
.overlay {
  background-color: #ffffff;
  width: 10rem;
  padding: 0.5rem;
  bottom: 7rem;
  left: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.overlay a {
  text-align: center;
}
.bx-right-arrow-alt {
  color: #28cb8b;
}
