@import url("http://fonts.cdnfonts.com/css/clash-display");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  user-select: none;
}

h1 {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 120.5%;
}

h2 {
}

p {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Clash Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;

  color: #000000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
  align-items: center;
}

.navbar .logo img {
  height: 40px;
}

.menu-item ul {
  list-style: none;
  display: flex;
}

.menu-item ul li {
  padding: 0 10px;
  text-decoration: none;
}

.menu-item ul li a {
  text-decoration: none;
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #000000;
}

.menu-btn a {
  padding: 10px 20px;
  background-color: #f70303;
  color: #ffffff;
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.06em;
  cursor: pointer;
}
/* Home page css */

.container {
  height: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  position: relative;
}

#home {
  height: 100vh;
  width: 100%;
}

.row {
  display: flex;
  align-items: end;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero-content h1 span {
  color: #f70303;
}
.hero-content p {
  padding: 10px 0;
}

.hero-btn a {
  cursor: pointer;
}
.hero-btn {
  padding: 20px 0;
}
.hero-btn a img {
  cursor: pointer;
  padding: 0 10px;
}
.hero-img {
  position: relative;
}

.hero-img img {
  height: 100% !important;
  width: 100%;
}
.title {
  text-align: center;
  padding-top: 100px;
}

.title p {
  color: #767676;
  font-size: 22px;
}

.title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  color: #000000;
}

.second-title p {
  color: #f70303;
}

.second-title h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
}

.second-title-btn a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  padding: 10px 30px;
  color: #04b300;
  background: #e1ffe0;
}
.second-title-btn a img {
  padding: 0 10px;
}

.about-img {
  padding: 40px 0;
}

.about-img img {
  width: 100%;
  height: 100%;
}

.second-para p {
  color: #767676;
  width: 600px;
}

#whyus{
  padding: 20px 0;
}

.why-container {
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
}
.whyimg img {
  height: 100%;
  width: 400px;
}

.whycard-container {
  display: grid;
  padding-left: 15px;
  padding-right: 15px;
  grid-template-columns: 1fr 1fr;
}

.cards {
  width: 360px;
  height: 100%;
}

.cards h2 {
  font-style: normal;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #323232;
}

.cards p {
  padding: 15px 0;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #8e8e8e;
}

.cards a {
  font-family: "Poppins", sans-serif;
}

.cards a img {
  padding: 0 10px;
}
