/* POPPINS FONT FAMILY */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

body{
  background-color: #F8F8FA;
}

header{
  background-color: #481AFD;
  height: 80vh;
}

nav{
  height: 10vh;
  display: flex;
  flex-direction: row ;
  justify-content: flex-end;
  align-items: center;
  /* margin-top: 20px; */
  margin-right: 40px;
}

.nav-item{
  margin-left: 30px;
  color: #fff;
}

.nav-item-active{
  margin-left: 30px;
  padding: 6px 12px;
  background-color: #ffffff;
  color: #481AFD;
  border-radius: 4px;
}

nav>svg{
  height: 25px;
  width: 25px;
}

.logo{
  position: absolute;
  top: 30px;
  left: 45px;
}

.header-text{
  margin-left: 45px;
  margin-top: 15vh;
}

.header-text h2{
  margin-top: 30px;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.header-text p{
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 100;
}

.header-image{
  position: absolute;
  right: 0;
  top: 27vh;
}

.companies{
  width: 63vw;
  display: flex;
  flex-direction: row;
  height: 70px;
  justify-content: space-around;
  align-items: center;
}

.company-items{
  text-decoration: none;
  font-family: 'Righteous', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #000000;
}

.api{
  margin-top: 80px;
}

.api-heading{
  font-size: 50px;
  font-weight: 1000;
  margin-left: 45px;

} 

.cards{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 50px;
  margin-left: 45px;
  margin-right: 45px;
}

.card-active{
  background-color: #fff;
  padding: 45px 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.card-active img{
  height: 60px;
}

.card-active h3{
  margin-top: 20px;
  font-size: 25px;
}

.card-active p{
  margin-top: 5px;
}

.card{
  background-color: transparent;
  padding: 45px 30px;
  border-radius: 10px;
}

.card img{
  height: 60px;
}

.card h3{
  margin-top: 20px;
  font-size: 25px;
}

.card p{
  margin-top: 5px;
}

.blog-heading{
  font-size: 25px;
  font-weight: 1000;
  margin-left: 45px;
  margin-top: 50px;
}

.blog-cards{
  margin: 50px 45px 0 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blog-card{
  display: flex;
  flex-direction: row;
  border-radius: 50px 10px 10px 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  height: 227px;
}

.blog-image{
  order: -3;
}

.blog-image img{
  height: 225px;
}

.blog-author{
  order: -2;
  margin-left: 10px;
  margin-top: 10px;
}

.blog-bottom{
  order: -1;
  margin-left: 20px;
  margin-top: 10px;

}

.blog-content{
  margin-left: 30px;
  margin-right: 50px;
  margin-top: 10px;

}

.blog-content h6{
  margin-top: 5px; 
}

.blog-content h3{
  margin-top: 7px;
  margin-bottom: 10px;
}

.faq-section{
  margin: 0 2px 0 2px;
  background-color: #E9EDFF;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 260px;
}

.faq-content{
  margin-left: 45px;
}

.faq-content h2{
  margin-top: 20px;
}

.faq-content h4{
  margin-top: 12px;
  font-size: 15px;
}

.faq-content button{
  border: none;
  background-color: #5A31FC;
  color: #fff;
  margin-top: 15px;
  padding: 6px 30px;
  border-radius: 3px;
}

.faq-image{
  margin-right: 10vw;
}

.faq-image img{
  height: 260px;
}

.download-section{
  height: 160px;
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0px 150px 0px 45px;
}

.download-content h1{
  font-size: 45px;
}

.download-content h1 span{
  font-size: 30px;
}

.download-email form{
  border-radius: 20px;
  /* overflow: hidden; */
  background-color: #E9EDFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* height: 30px; */
  /* width: 100px; */
}

.download-email form input{
  height: 40px;
  width: 350px;
  border: none;
  text-align: center;
  background: none;
}



.download-email form button{
  height: 36px;
  width: 120px;
  border-radius: 20px;
  border: none;
  background-color: #5A31FC;
  color: #fff;
  margin-right: 1px;
}

.footer-section{
  background-color: #4719FD;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 160px;
}

.footer-left{
  margin: 40px 10px 10px 70px;
}

.list{
  display: flex;
  flex-direction: row;
  list-style: none;
  color: #ffffff;
  margin: 20px 0px 20px 0px;
}

.list .list-items{
  margin-right: 20px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  width: 25%;
  justify-content: center;
  align-items: center;

}

.footer-right>.footer-right{
  flex-direction: row;
  width: 40%;
  justify-content: space-between;
}

.footer-right>.footer-right>img{
  height: 30px;
}

.logos-list{
  position: absolute;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  list-style: none;
  margin-top: 80px;
  margin-left: 3px;
  width: 170px;
  width: 170px;
  justify-content: space-between;
  font-size: 13px;
  
  /* height: 50px; */
}