body {
  margin: 0;
  padding: 0;
  background-image: radial-gradient(
    rgb(56, 52, 52),
    rgba(14, 11, 11, 0.918),
    black,
    black
  );
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.bar {
  width: 100vw;
  font-size: 34px;
  color: grey;
  background-image: linear-gradient(black, rgba(14, 11, 11, 0.918));
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 10px;
}
.intro {
  height: 100vh;
  width: 100vw;
  margin: 0;
  border-style: solid;
  border-width: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: black;
}
.bgimg {
  background-image: url("./images/topbg.jpg");
  background-color: brown;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: -3;
  filter: blur(5px);
  background-size: contain;
}
.intro img {
  width: 450px;
  margin: 0;
  padding: 10vh 3vw 0 0;
  float: right;
}
.intro .p {
  font-size: 55px;
  margin: 25vh 0 0 4vw;
  color: white;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  float: left;
}
.content ul {
  list-style: none;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: white;
  margin: 0 4vw 0 0;
}
.content li {
  display: inline-block;
}
.content img {
  white-space: nowrap;
  width: 350px;
  margin-top: -300px;
}
.content .li2 {
  float: right;
  margin-top: -350px;
}
.content li:hover {
  color: grey;
}
.aboutus {
  text-align: center;
  letter-spacing: 4px;
  color: white;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
  width: 100vw;
  border-style: solid;
  border-width: 5px;
  border-left: none;
  border-right: none;
  border-color: black;
}
.aboutimg {
  background-image: url(images/aboutus.jpg);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
  filter: blur(5px);
}
.aboutus h4 {
  margin-top: 20vh;
  font-size: 90px;
}
.aboutus p {
  margin: 0 30px 0 30px;
}
.whyus {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  padding: 50vh 100px 20px 90px;
}
.whyus ul {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  float: left;
  margin-top: 50px;
  margin-right: 0;
  padding-right: 0;
}
.whyus li {
  color: transparent;
}
.whyus img {
  width: 500px;
  border-radius: 50%;
  padding-left: 0;
  margin-left: 0;
}
.invest {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
}
.scorches {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
}
.scorches img {
  width: 400px;
}
.scorches figcaption {
  font-size: 12px;
}
figure {
  display: inline-block;
}
.deals {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
}
.deals img {
  width: 200px;
}
.deals figcaption {
  font-size: 12px;
}
.deals a:hover {
  color: grey;
}
.contactus {
  padding: 20px 50px 20px 50px;
  height: 40vh;
  background-color: rgb(56, 51, 51);
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.contactus ul {
  list-style: none;
}
.contactus img {
  width: 50px;
  margin-right: 30px;
  filter: grayscale(100%);
}
.content a {
  text-decoration: none;
}
