* {
  padding: 0;
  margin: 0;
}

:root {
  --primaryClr: #c49a36;
  --greenClr: #e4ff00;
  --whiteClr: #fff;
  --blackClr: #000;
  --grayClr: #f5f5f5;
  --darkClr: #181818;
  --greytextClr: #818181;
  --siteYellowClr: #e4ff00;
}

/*=============== Common CSS ===============*/

body {
  background-color: var(--blackClr);
  color: var(--blackClr);
  font-size: 14px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
.burger {
  padding: 40px 0;
}
button:focus,
.form-control:focus {
  outline: 0;
  outline: none;
  box-shadow: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
img {
  image-rendering: -webkit-optimize-contrast;
}

/*=============== Header CSS ===============*/
header {
  padding: 15px 0;
  position: relative;
  z-index: 9;
  background-color: var(--blackClr);
}

header .LogoSection .Logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .LogoSection .Logo img {
  width: 150px;
}
header .LogoSection .Logo p {
  color: var(--whiteClr);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

.DownloadSection {
  background: var(--blackClr);
  padding: 30px;
}
.DownloadSection .DownloadSectionContent .MainHeading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.DownloadSection .DownloadSectionContent .MainHeading h3 {
  font-size: 72px;
  background: -webkit-linear-gradient(#d38933, #efd076);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}
.DownloadSection .DownloadSectionContent .MainHeading h1 {
  font-size: 160px;
  font-family: "Arial", sans-serif;
  color: #ffcc33;
  text-shadow: -2px -2px 4px rgba(255, 255, 255, 0.6),
    2px 2px 6px rgba(0, 0, 0, 0.8), 0px 8px 15px rgba(0, 0, 0, 0.6),
    inset 0px 0px 20px rgba(255, 200, 0, 0.6);
  background: linear-gradient(
    145deg,
    #ffea7a 0%,
    #ffb300 40%,
    #ffdf5e 70%,
    #ff9900 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "BBH Sans Hegarty", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.DownloadSection .DownloadSectionContent .joinnowbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  gap: 12px;
}
.DownloadSection .DownloadSectionContent .joinnowbtn a {
  background-color: var(--success);
  color: var(--whiteClr);
  border-radius: 50px;
  border: 2px solid #005914;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 40px;
}
.DownloadSection .DownloadSectionContent .joinnowbtn a.downloadbtn {
  background-color: var(--primaryClr);
  color: var(--whiteClr);
  border-radius: 50px;
  border: 8px solid #434343;
  font-size: 27px;
  font-weight: 900;
  padding: 12px 40px;
  width: 50%;
  margin: 0 auto;
  -webkit-text-stroke: 1px #f4bc37;
  font-style: italic;
  text-shadow: -2px 1px 9px #333333;
}

.OurProductSection {
  padding: 30px;
}
.OurProductSection .MainHeading h3 {
  font-size: 120px;
  font-weight: 900;
  font-family: "Arial", sans-serif;
  color: #ffcc33;
  text-shadow: -2px -2px 4px rgba(255, 255, 255, 0.6),
    2px 2px 6px rgba(0, 0, 0, 0.8), 0px 8px 15px rgba(0, 0, 0, 0.6),
    inset 0px 0px 20px rgba(255, 200, 0, 0.6);
  background: linear-gradient(
    145deg,
    #ffea7a 0%,
    #ffb300 40%,
    #ffdf5e 70%,
    #ff9900 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 30px;
}

.OurProductSection ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.OurProductSection ul li {
  background-color: var(--darkClr);
  border-radius: 57px;
  width: 100%;
  margin-bottom: 25px;
}

.OurProductSection ul li .ProductContent img {
  width: 100%;
}
.OurProductSection ul li .ProductContent h2 {
  display: flex;
  align-items: center;
  padding: 20px 20px 0;
  gap: 12px;
}
.OurProductSection ul li .ProductContent h2 img {
  width: 40px;
  height: 40px;
}
.OurProductSection ul li .ProductContent h2 span {
  color: var(--primaryClr);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
.OurProductSection ul li p {
  color: var(--whiteClr);
  padding: 20px 40px;
  font-size: 14px;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer a {
  position: fixed;
  bottom: 12px;
  background-color: var(--success);
  color: var(--whiteClr);
  border-radius: 50px;
  border: 2px solid #005914;
  padding: 12px 42px 12px 60px;
  margin: 0 auto;
  text-align: center;
  width: 40%;
  font-weight: bold;
  font-size: 26px;
}
.footer a img {
  position: absolute;
  width: 55px;
  left: 10px;
  top: -20px;
}
.footer a span img {
  position: inherit;
  width: 30px;
}
