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

body{
  font-family: sans-serif;
}

img[src='./assets/Logo.png']{
  width: 10%;
}

header{
  display: flex;
  flex-direction: column;
  background-color: #808080;
  padding: 2% 5%;
}

.nav-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-list{
  display: flex;
  justify-content: space-between;
  margin-left: 30%;
  width: 40%;
}

.nav-list li{
  list-style: none;
  color: #ffffff;
}

.nav-button{
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 1% 2%;
  border-radius: 8px;
}

header .section1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  display: flex;
  margin: 5% 0%;
}

.section1-1{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.section1-1 h1,p{
  color: #ffffff;
}

.header-form{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-form input{
  width: 100%;
  padding: 2% 0;
  border: none;
}

.header-form button{
  background-color: #00bb7c8e;
  border: none;
  padding: 1%;
  width: 20%;
  margin-right: 1%;
  color: #ffffff;
}

img[src="./assets/email-svgrepo-com.svg"]{
  width: 5%;
  margin: 0% 1%;
}

.header-form input::placeholder{
  font-size: 100%;
}

.section2{
  margin-top: 5%;
  padding: 0% 5%;
}

.section2 h1{
  text-align: center;
}

.section2-list{
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  margin: 3% 0;
}

.section2-list-item{
  list-style: none;
  font-weight: bold;
  font-size: 2rem;
}

.section2-list-item p{
  font-weight: 100;
  font-size: 1rem;
}

.section3{
  margin-top: 5%;
}

.section3 h1{
  text-align: center;
  margin-bottom: 2%;
}

.section3-body{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  padding: 0 5%;
}

.section3-1 h1{
  text-align: left;
  margin-block: 6%;
}

.section3-1 p{
  margin-block: 6%;
}

.section3-1 button{
  margin-block: 6%;
  background-color: #73cd32;
  padding: 1% 4%;
  color: #ffffff;
  border: none;
}

.section4{
  margin-block: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  padding: 2% 5%;
}

.section4-2 h1{
  margin-block: 10%;
}

.section4-2 p{
  margin-block: 10%;
}

.section4-2 button{
  margin-block: 10%;
  background-color: #73cd32;
  padding: 1% 4%;
  color: #ffffff;
  border: none;
}

.section5{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: 5%;
  padding: 2% 5%;
  gap: 5%;
}

.section5-1 h1{
  text-align: left;
  margin-block: 10%;
}

.section5-1 p{
  margin-block: 10%;
}

.section5-1 button{
  margin-block: 10%;
  background-color: #73cd32;
  padding: 1% 4%;
  color: #ffffff;
  border: none;
}

.section6{
  margin-block: 5%;
  padding: 2% 5%;
}

.section6-1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: 2%;
}

.section6-1 p{
  color: #000000;
}

.section6-2{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5%;
}

.section6-card h4{
  margin-block: 2%;
}

.section6-card p{
  margin-block: 2%;
  color: #000000;
}

.section6-3 button{
  margin: 20% auto 2% auto;
  display: block;
  background-color: #73cd32;
  padding: 1% 4%;
  border: none;
  color: #ffffff;
}

.footer{
  background-color: #1f1f1f;
  display: flex;
  padding: 2% 5%;
  flex-direction: column;
}

img[src='./assets/Logo.png']{
  width: 10%;
  height: 10%;
}

.icon-list{
  display: flex;
  justify-content: space-between;
  width: 30%;
  list-style: none;
}

.footer1 ul img{
  height: 30%;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.footer1{
  display: flex;
  justify-content: space-between;
}

.footer2{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer2 li:nth-child(n){
  list-style: none;
}

.footer2 li:nth-child(1){
  color: #ffffff;
  margin-bottom: 10%;
  opacity: 1;
  font-weight: 700;
  font-size: 100%;
}

.footer-list1-item,.footer-list2-item{
  margin-block: 10%;
  color: #ffffff;
  opacity: .7;
  font-size: 90%;
}

img[src="./assets/pexels-fauxels-3183197.jpg"]{
  color: blue;
  width: 50%;
}

img[src='./assets/pexels-fauxels-3184325.jpg']{
  width: 100%;
  height: 100%;
}

img[src='./assets/pexels-fauxels-3184405.jpg']{
  width: 100%;
  height: 100%;
}

img[src='./assets/pexels-fauxels-3184603.jpg']{
  width: 100%;
  height: 100%;
}

img[src='./assets/pexels-linkedin-sales-navigator-2182969.jpg']{
  width: 100%;
  height: 100%;
}

img[src='./assets/pexels-mikhail-nilov-8937870.jpg']{
  width: 100%;
  height: 100%;
}

img[src='./assets/pexels-precious-judah-9154594.jpg']{
  width: 100%;
  height: 100%;
}

img[src='./assets/pexels-christina-morillo-1181424.jpg']{
  width: 100%;
  height: 100%;
}

@media screen and (max-width:480px) {
  html{
    font-size: 20%;
  }

  .nav-list{
    margin-left: 5%;
    width: 55%;
  }

  .header-form input::placeholder{
    width: 100%;
    font-size: 30%;
  }

  .header-form button{
    border: none;
    /* padding: 1% 3%; */
    padding: 1%;
    /* font-size: 50%; */
    width: 48%;
    font-size: smaller;
  }

  .header-form input:not(:placeholder-shown){
    font-size: 30%;
  }

  .header-form input:placeholder-shown{
    font-size: 30%;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  html{
    font-size: 45%;
  }

  .header-form input::placeholder{
    font-size: 50%;
  }

  .header-form button{
    font-size: 50%;
  }

  .header-form input:not(:placeholder-shown){
    font-size: 45%;
  }

  .header-form input:placeholder-shown{
    font-size: 45%;
}
}

@media screen and (min-width: 769px) and (max-width: 1043px){
  html{
    font-size: 70%;
  }
  .header-form button{
    font-size: 50%;
  }
}