@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Secular+One&display=swap');

*{
  margin: 5px;
  padding: 0;
  list-style: none;
}

body{
  width: 1380px;
  height: 1240px;
  font-family: 'Inter', sans-serif;
  letter-spacing: -1px;
  line-height: 32px;
  font-size: 18px;
}

a{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
  color: #1D1D1D;
}

/* .container{
  max-width: 1200px;
  margin: 0 auto;
} */

.logo{
  font-family: 'Secular One', sans-serif;;
}

.hero {
  margin: 28px 0;
}

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

.mainmenu ul {
  display: flex;
}

.mainmenu li a {
  display: inline-block;
  padding: 10px 27px;
  color: black;
}

.mainmenu li.get-started-link a {
  color: #fff;
  background: #1361F5;
  border-radius: 10px;
}

.mainmenu li.login-link a {
  color: #094BCA;
}

.hero-text h2 {
  line-height: 50px;
  margin-bottom: 35px;
  letter-spacing: -1px;
  font-size: 48px;
}

.hero-text p {
  margin-bottom: 35px;
}

.hero-img{
  margin-left: 20px;
}

.btn {
  padding: 10px 27px;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 10px;
}

.btn.primary-btn{
  color: #ffff;
  background-color: #1361f5;
}

.btn.secondary-btn {
  font-weight: 500;
  color: #1361f5;
  border-color: #E0E0E0;
}

.component-box .component {
  display: inline-block;
  padding: 12px 22px 12px 12px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  margin-top: 40px;
}

.component-box .component h2 {
  color: #223140;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.component-box .component p{
  color: #535558;
  padding-bottom: 8px;
  padding-top: 8px;
}

.component-box .component img{
  border: 1px solid none;
  border-radius: 10px;
  background-image: url(./public/images/ellipse-1.png);
}

.Streamline h2{
  text-align: center;
  margin-top: 60px;
}

.Streamline p{
  text-align: center;
  color: #223140;
  font-size: 18px;
  line-height: 32px;
  margin-top: 40px;
}

.functionality{
  margin-top: 80px;
}

.functionality-text b{
  color: #094BCA;
  font-size: 24px;
  font-weight: 700;
  
}

.functionality-text h2{
  color: #1D1D1D;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.functionality-text p{
  color: #223140;
  font-size: 18px;
  margin-bottom: 30px;
}

/* Testimonial Blocks */

.Testimonial-blocks{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.card{
  width: 378px;
  height: 391px;
  text-align: center;
  padding: 15px 30px 15px 15px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
  margin-bottom: 60px;
}

.card .card-header{
  position: relative;
  height: 48px;
}

.card .card-header .profile-img{
  width: 130px;
  height: 130px;
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #00000033;
  transition: 0.3s;
}

.card .card-header .profile-img:hover {
  width: 180px;
  height: 180px;
  transition: 0.3s;
}

.card .card-body {
  padding: 35px 0 35px 0;
}

.card .card-body .description{
  color: #535558;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.card .card-body .company-name{
  color: #D9D9D9;
  text-align: center;
  font-size: 24px;
  font-family: Secular One;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.293px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.card .John .company-name{
  margin-top: 80px;
}

.card .card-body .name{
  color: #223140;
  font-size: 22px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* activity chart */

.activity{
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.activity h2{
  color: #094BCA;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

.activity p{
  color: #223140;
  font-size: 18px;
  line-height: 32px;
}

.experience{
  display: flex;
  justify-content: center;
  text-align: center;
  background-image: url(./public/images/Rectangle\ 2.png);
  margin-top: 60px;
  margin-bottom: 60px;
}

.empower{
  color: #1D1D1D;
  text-align: center;
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

/* Resources Blocks */

.blocks{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.resources-blocks{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 400px;
  font-family: arial;
}

.blocks-title {
  color: #223140;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.blocks-btn button {
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 2px;
  background: rgba(19, 97, 245, 0.10);
  color: #004CE6;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  padding: 3px 8px;
  align-items: center;
  gap: 3px;
}

.blocks-btn button:hover, a:hover {
  opacity: 0.7;
}

.blocks-body{
  padding-left: 20px;
}

.blocks-body a{
  color: #094BCA;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  padding: 10px 0px;
  align-items: flex-start;
  gap: 10px;
}

/* footer section */

.footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
  background: rgba(217, 217, 217, 0.10);
}

.footer .TechVantage{
  display: inline-block;
}

.footer .TechVantage h2{
  color: #1D1D1D;
}

.footer .TechVantage p{
  margin-top: 25px;
  margin-bottom: 25px;
  color: #535558;
}

.footer .TechVantage .img{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.footer .about h2{
  color: #1D1D1D;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer .about p{
  color: #535558;
  font-size: 16px;
}

.footer .blog h2{
  color: #1D1D1D;
  font-size: 18px;
}

.footer .blog-img img{
  width: 157.196px;
  height: 105px;
}

.footer .blog-block{
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.footer .blog-text a{
  color: #094BCA;
  font-size: 16px;
  font-weight: 500;
}

.footer .blog-text p{
  color: #535558;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}