/* all common css part start  */

* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
.container {
  margin: 0 auto;
  width: 1170px;
}

/* all common css part end  */

/* menu part css start  */

#navber{
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  align-items: center;
}
.menu ul{
  display: flex;
  
}
.menu ul li{
  padding-left: 70px;
}
.menu ul li a{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}

/* menu part css end  */

/* banner part css start  */

#banner{
  background-color: #ffcc00;
  justify-content: space-between;
  padding-bottom: 160px;
}
.hero{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.heroContent{
  width: 30%;
}
.heroContent h2{
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  padding-top: 70px;
}
.heroContent h3{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding: 20px 0;
}
.heroContent p{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  padding-bottom: 30px;
  text-align: justify;
}
.heroContent a{
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 30px;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 10px;
  transition: .3s;
  margin-left: 5px;
}
.heroContent a:hover{
  background-color: #000000;
  border: 2px solid #000000;
  color: white;
}
.heroContentIcon img{
  padding-right: 40px;
  margin-bottom: 60px;
}
.heroImg img{
  padding-right: 20px;
}

/* banner part css end  */

/* features part css start  */

#features{
  padding: 120px 0 160px;
}
.featuresHead h2{
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  text-align: center;
}
.featuresHead p{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding: 20px 180px 90px;
}
.featuresContentA{
  display: flex;
  justify-content: space-between;
  gap: 120px;
  padding-bottom: 80px;
}
.featuresContentB{
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.featuresContent1{
  display: flex;
  gap: 35px;
}
.featuresContent1Img img {
  padding-top: 5px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.featuresContent1A h3{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  padding-bottom: 15px;
}
.featuresContent1A p{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}

/* features part css end  */

/* footer part css start  */

#footer{
  padding: 100px 0;
  background-color: #000000;
}
.footer{
  text-align: center;
}
.footerHead h2{
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffcc00;
}
.footerHead p{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  padding: 20px 180px 40px;
}
.footerInputA{
  padding-bottom: 80px;
}
.footerInputA input{
  padding: 20px 25px;
  width: 530px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.footerInputA input::placeholder {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.footerInputA a{
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #ffcc00;
  padding: 14px 35px 16px;
  margin-left: 20px;
  border-radius: 10px;
  border: none;
  outline: none;
  align-items: center;
}
.footerIcon a img{
  padding: 0 16px;
}
.footerBottom{
  display: flex;
  justify-content: space-between;
}
.footerBottom h3{
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #cccccc;
  font-size: 16px;
  line-height: 26px;
  padding-top: 60px;
}

/* footer part css end  */