* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
}
.hero {
  width: 100%;
  background-image: url("./public/f4pczgbwiaadccx-3@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer {
  height: 20vh;
}
.navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.navbar > div {
  border: 1px solid #fff;
  border-top: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  backdrop-filter: blur(10px);
  margin-left: 40px;
  width: 80%;
}
.navbar .child-one {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.navbar .child-one a {
  margin: 0 10px;
}
.navbar .child-one a img {
  height: 20px;
}
.child-two {
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  width: 100%;
  padding: 30px;
}
.child-two .first-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  width: 35%;
}
.child-two .first-item img {
  margin: 0 8px;
}
.last-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 65%;
}
.last-item a {
  text-decoration: none;
  color: #fff;
  margin: 10px 40px;
  font-size: 17px;
}
.parent-heading {
  /* margin: 50px 0; */
  padding: 120px 0;
}
.heading {
  font-size: 100px;

  text-align: center;
  color: #fff;
  font-weight: bolder;
}
.footer {
  background-color: #d3202b;
  height: fit-content;
  color: #fff;
}
.footer .container {
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  font-size: 19px;
}
.footer .container .child:first-child {
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
}
.footer .container .child:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  text-align: right;
}
.footer .container .child:last-child .box {
  margin: 0 25px;
}
.footer .container .child:last-child .box p {
  margin: 15px 0;
}

@media (max-width: 477px) {
  .heading {
    font-size: 40px;
  }
  img.logo {
    margin: 0 auto;
  }
  .child-two .first-item img {
    margin-top: 10px;
  }
}
