@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: poppins;
  background-color: #000000 !important;
}
.header {
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: transparent !important;
}

.subhead {
  font-size: 64px;
  font-family: poppins;
  font-weight: 200;
  text-align: center;
  line-height: 64px;
  padding-top: 150px;
  color: #ffffff;
}

.mainhead {
  font-size: 95px;
  font-family: poppins;
  font-weight: 200;
  text-align: center;
  line-height: 95px;
  color: #ffffff;
}

.herop {
  font-size: 16px !important ;
  font-family: poppins;
  font-weight: 300 !important;
  text-align: center;
  margin-top: 30px;
  line-height: 28px !important;
  color: #ffffff;
}

.herobtn {
  margin-top: 30px;
  color: #edbe00;
}

.transbox {
  border: 2px solid #363636;
  background-color: #000000;
  border-radius: 16px;
  padding: 50px;
  font-family: poppins;
}

.graphiteimg {
  margin-left: -140px;
}

.hero {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(9, 9, 121, 0) 35%,
      rgba(8, 8, 8, 1) 100%
    ),
    url("img/hero.png");
  /* background-image: url("img/hero.png"); */
  height: 100%;
  background-size: cover;
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(9, 9, 121, 0) 35%,
    rgba(0, 0, 0, 1) 100%
  ); */
  margin-bottom: 0px !important;
}

.navbar-default {
  background-color: transparent !important;
  border: none !important;
}

.btn-primary {
  color: #edbe00 !important;
  border: 1px solid #edbe00 !important;
  border-radius: 22px !important;
  background-color: transparent !important;
  text-transform: uppercase;
}

.btn-primary:hover {
  color: #000000 !important;
  border: 1px solid #edbe00 !important;
  border-radius: 22px !important;
  background-color: #edbe00 !important;
  text-transform: uppercase;
}

.buttonbox {
  padding: 0px !important;
}

.midtextyellow {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(
    90deg,
    rgba(136, 110, 8, 1) 0%,
    rgba(253, 202, 2, 1) 50%,
    rgba(105, 86, 9, 1) 100%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.midpyellow {
  color: #edbe00;
}

.graphite {
  background-color: #080808 !important;
  padding: 0px !important;
  margin: 0px !important;
}

.transboxhead {
  color: #ffffff;
  font-size: 35px !important;
  line-height: 54px !important;
}

.transboxp {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.footers {
  background-image: url("img/footback.png");
  background-size: cover;
  font-size: 16px;
}

.footabout {
  font-size: 12px !important;
  line-height: 26px !important;
  color: #ffffff;
  font-family: poppins !important;
  margin-top: 20px;
  font-weight: 400 !important;
}
.sitemaps {
  color: #ffffff;
  font-family: poppins !important;
  text-transform: uppercase;
  font-size: 12px;
}

li {
  list-style-type: none;
  padding-top: 10px;
}

.contbox {
  font-family: poppins !important;
  font-size: 12px !important;
}

.footcontents {
  padding-top: 350px;
  padding-bottom: 100px;
}

.footplain {
  background-image: url("img/footplain.png");
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 300px;
}

.logoline {
}

.txtrights {
  color: #ffffff !important;
  font-size: 12px !important;
  font-family: poppins !important;
}
