* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  background: #00161f;
  background-image: linear-gradient(#00151e, #00080b);
  /* background-image: linear-gradient(#00080b, #00151e, #00080b); */
  /* padding: 20px; */
}

a {
  font-style: normal;
  text-decoration: none;
}

@keyframes slide-up {
  0% {
    transform: translateY(0rem);
  }
  10% {
    transform: translateY(7rem);
  }
  100% {
    transform: translateY(0rem);
  }
}

.hidden {
  opacity: 0;
  animation-name: slide-up;
  animation-duration: 3s;
  transition: all 0.3s ease-in-out;
}

.show {
  opacity: 1;
  animation-name: slide-up;
  animation-duration: 3s;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 5rem;
}

.intro-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Ensure the video stays behind other content */
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.logo {
  max-width: 60rem;
  /* min-width: 80rem; */
  /* max-width: 75%; */
  align-self: center;
  justify-content: center;
  animation-name: opacity;
  animation-duration: 4s;
  /* text-shadow: 5px 5px 5px #fff; */
  margin-top: -3rem;
  z-index: -2;
}

.logo-subtitle {
  font-weight: 200;
  font-size: 2rem;
  color: #fff;
}

.earth {
  max-width: 40rem;
  /* width: 100%; */
  filter: grayscale(75%);
  align-self: center;
  margin-top: -10rem;
  z-index: -1;
}

.products-intro {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  width: 100%;
  background-image: linear-gradient(#002b3d, #001c27, #001c2700);
  z-index: 1;
  height: max-content;
  padding: 3rem;
  animation-name: opacity;
  animation-duration: 5s;
  /* padding-top: 3rem;
  padding-bottom: 3rem; */
  /* margin-top: -7rem; */
}

.product-title {
  font-weight: 900;
  font-size: 5rem;
  color: #fff;
  /* text-shadow: 10px 10px 10px #00000034; */
  padding-top: 3rem;
  text-align: center;
}

.product-lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10rem;
  row-gap: 2rem;
}

.product-coming-soon {
  color: #787878;
  font-size: 2rem;
  font-weight: 400;
}

.begenone-logo {
  max-width: 25rem;
}

.section-breaker {
  border: 1px solid #ffffff1c;
  width: 60%;
  height: 1px;
  align-self: center;
}

.exclusivisity {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  max-width: 80%;
  align-self: center;
  margin-top: 5rem;
  animation-name: opacity;
  animation-duration: 5s;
}

.exclusive-h1 {
  color: #ffe019;
  font-weight: 400;
  font-size: 3rem;
}

.indiegogo-h1-span {
  color: #e51075;
  font-weight: 900;
  font-size: 3rem;
  font-style: italic;
}

.img-container {
  background-color: rgba(255, 255, 255, 0.02);
  /* background-image: url(imgs/Presentation\ -\ Home\ Page\ -\ 1.png); */
  /* background-size: cover; */
  padding: 5rem;
  border-radius: 20px;
  /* border: 1px solid #e51075; */
  transition: all 0.5s ease-in-out;
}

/* .img-container:hover {
  transform: scale(101%);
  cursor: pointer;
} */

.exclusive-images {
  max-width: 60rem;
  max-width: 100%;
}

/* .campaign-link:hover {

} */

.checkout-campaign {
  height: 6rem;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #e51075;
  outline: none;

  font-weight: 900;
  font-size: 1.6rem;
  color: #e51075;
  transition: all 0.4s ease-in-out;
}

.checkout-campaign:hover {
  cursor: pointer;
  transform: scale(101%);
  background: #ff1979;
  color: #fff;
}

.who-are-we {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 80%;
  /* padding-left: 3rem;
  padding-right: 3rem; */
  margin-top: 4rem;
  text-align: center;
  align-self: center;
  animation-name: opacity;
  animation-duration: 5s;
}

.who-and-what {
  font-weight: 1000;
  color: #fff;
  font-size: 3.5rem;
}

.text-container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  padding-top: 2rem;
}

.wereform-logo-2 {
  max-width: 50rem;
  align-self: center;
}

.who-what-text {
  font-weight: 200;
  font-size: 1.6rem;
  text-align: justify;
  color: #fff;
  line-height: 2;
  padding: 5rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.buttons-1 {
  display: flex;
  column-gap: 2rem;
  flex-wrap: wrap;
  row-gap: 2rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.learn-more-link,
.bgn-lrn-more-link,
.areesh-lrn-more-link {
  width: 100%;
}

.learn-more-button,
.bgn-btn-lrn-more,
.areesh-btn-lrn-more {
  height: 5rem;
  width: 100%;
  border: none;
  border-radius: 20px;
  /* background: rgba(255, 255, 255, 0.05); */
  background-color: rgba(255, 255, 255, 0.02);
  color: #fff;

  font-weight: 900;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}

.learn-more-button:hover,
.bgn-btn-lrn-more:hover,
.areesh-btn-lrn-more:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transform: scale(101%);
}

.text-container-2 {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.social-network-icons {
  display: flex;
  width: 1fr;
  column-gap: 3rem;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 15px;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 0.05); */
}

.social-icons {
  font-weight: 200;
  font-size: 1.8rem;
  color: #fff;

  cursor: pointer;
}

.social-x,
.social-web {
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.social-x:hover,
.social-web:hover {
  background-color: #fff;
  font-weight: 900;
  color: #181818;
}

.product-and-services {
  display: flex;
  flex-direction: column;
  width: 80%;
  /* padding-left: 3rem;
  padding-right: 3rem; */
  align-self: center;
  row-gap: 2rem;
  animation-name: opacity;
  animation-duration: 5s;
}

.prdct-srvc-h1 {
  font-weight: 900;
  font-size: 5rem;
  color: #fff;
}

.section-breaker-1 {
  border: 1px solid #ffffff1c;
  width: 40%;
  height: 1px;
  align-self: flex-start;
  /* margin-top: 1rem; */
}

.prdct-begenone-logo {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 100%;
}

.begenone-logo-2-container {
  max-width: 30%;
}

.begenone-logo-2 {
  max-width: 100%;
}

.prdct-subtitle {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}

.begenone-details,
.areesh-details {
  display: flex;
  column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.text-begenone {
  font-weight: 200;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  line-height: 2;
  border-radius: 20px;
  text-align: left;

  /* background-color: rgba(255, 255, 255, 0.02); */
}

.begenone-overview {
  max-width: 50%;
  height: 100%;
}

.bgn-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  column-gap: 2rem;
  width: 100%;
  row-gap: 2rem;
  justify-content: center;
}

.text-container-3 {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 80%;
  /* padding-left: 3rem;
  padding-right: 3rem; */
  margin-top: 5rem;
  align-self: center;
  animation-name: opacity;
  animation-duration: 5s;
}

.ceo-areesh-header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.ceo-founder {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}

.areeshalam-h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
}

.areesh-details {
  display: flex;
  column-gap: 10rem;
  align-items: end;
  max-width: 90%;
}

.text-areesh {
  font-weight: 200;
  font-size: 1.6rem;
  color: #fff;
  height: 100%;
  /* width: 50%; */
  align-self: center;
  padding-right: 3rem;
  line-height: 2;
  border-radius: 20px;

  /* background-color: rgba(255, 255, 255, 0.01); */
}

.areesh-pic {
  max-width: 30%;
  /* height: 70%; */
}

.areesh-buttons {
  display: flex;
  column-gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 8rem;
  /* padding-top: 8rem;
  padding-bottom: 8rem; */
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.05); */
  background-color: rgba(255, 255, 255, 0.02);
  margin-top: 15rem;
}

.company-details {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  max-width: 20%;
}

.wereform-logo-footer {
  max-width: 20rem;
}

.wereform-logo {
  /* max-width: 100rem; */
  width: 100%;
  /* max-width: 20rem; */
}

.copyright-text,
.ABN-wereform {
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
}

.abn-number {
  font-weight: 800;
}

.about-section,
.links-section,
.major-links {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.about-h1,
.link-h1 {
  font-weight: 900;
  font-size: 2.2rem;
  color: #fff;
}

.about-links,
.links-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

/* .links-list-item {
  padding: 1rem;
} */

.about-link,
.links-list-item {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 0.2s ease-in-out;
}

.about-link:hover,
.links-list-item:hover {
  cursor: pointer;
  transform: scale(101%);
}

.major-links {
  justify-content: center;
}

.privacy-policy,
.contact-us,
.campaign {
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.privacy-policy:hover,
.contact-us:hover,
.campaign:hover {
  cursor: pointer;
  transform: scale(101%);
}
