/* The outermost element*/
.header-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.zoominheader {
  width: 100%;
  height: 100vh;
  text-align: center;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 75%,
      #000 100%
    ),
    url("../assets/background1.png");
  background-size: auto;
  background-attachment: fixed;
  background-repeat: round;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  width: 100%;
  height: 100vh;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
} /*End of Zoom out Keyframes */

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.7) 75%,
      #000 100%
    ),
    url("../assets/background1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1,
.masthead .h1 {
  font-family: "DINPro-Medium";
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
}
.masthead h2,
.masthead .h2 {
  max-width: 20rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .masthead h1,
  .masthead .h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1,
  .masthead .h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2,
  .masthead .h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.home-section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background: url("../assets/homepage2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.home-section p {
  margin-bottom: 5rem;
}

.winthe {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 55.38px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.mlef6 {
  margin-left: 7.7rem;
}

.cyber {
  color: #fff;
  font-family: "DINPro-Heavy";
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.group-37 {
  width: 80%;
  margin-bottom: 1.5rem;
}

.battle {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.equip {
  color: #000;
  text-align: center;
  font-family: "DINPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.collapsible {
  background-color: #98e591;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active,
.collapsible:hover {
  background-color: #98e591;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #98e591;
}

.unvile {
  color: #59e677;
  font-family: "DINPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ourweapon {
  color: #000;
  font-family: "DINPro-Medium";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.network {
  color: #000;
  text-align: center;
  font-family: "DINPro-Medium";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.equipyour {
  color: #59e677;
  text-align: right;
  font-family: "DINPro-SemiBold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ourweaponto {
  color: #000;
  font-family: "DINPro-Medium";
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: right;
}

.swiper-wrapper {
  height: auto !important;
}

.row__inner {
  font-size: 0;
  margin: 70.3125px 0;
  padding-bottom: 10px;
}
.tile {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 140.625px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}
.tile__img {
  width: 250px;
  height: 140.625px;
  object-fit: cover;
  transition: 450ms transform;
}
.tile__img:hover {
  transform: perspective(500px) translate3d(10px, 0, 100px);
}
.row__inner:hover .tile {
  opacity: 0.3;
}
.row__inner:hover .tile:hover {
  opacity: 1;
}
.astraeyelogo {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.astralogo {
  position: absolute;
  width: 40.833px;
  height: 40.833px;
}

.astraeye {
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  animation: myfirst 5s infinite;
  border-radius: 50%;
}

@keyframes myfirst {
  0% {
    background: #fff;
    left: 15px;
    top: 0px;
  }
  25% {
    background: #fff;
    left: 30px;
    top: 15px;
  }
  50% {
    background: #fff;
    left: 15px;
    top: 30px;
  }
  75% {
    background: #fff;
    left: 0px;
    top: 15px;
  }
  100% {
    background: #fff;
    left: 15px;
    top: 0px;
  }
}

#card-1 {
  background-color: #98e591;
}
#card-2 {
  background-color: #8ee0ae;
}
#card-3 {
  background-color: #82d7e1;
}
.card-container {
  display: flex;
  justify-content: space-between;
  width: 100%; /* Adjust width as needed */
}

.card {
  width: 100%;
  /* width: 45%; Adjust width as needed */
  border: 1px solid transparent;
  text-align: center;
  transition: height 0.5s ease-in-out;
  border-radius: 0;
  padding-bottom: 20px;
  margin-top: 10px;
}

.card-details {
  display: none;
  text-align: justify;
  height: auto;
}

.card.active .card-details {
  display: block;
}

.read-more-btn {
  margin-top: 20px;
  margin-left: 25px;
  border: none;
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  width: fit-content;
  padding: 10px 20px;
  font-family: "DINPro-Medium";
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.default-card {
  height: auto !important;
}
@media (max-width: 995px) {
  .default-card {
    height: 100% !important;
  }
}

.text-wrapper-1 {
  padding: 30px 0 0 30px;
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 51.96px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.text-wrapper-6 {
  padding: 10px 0 0 30px;
  text-align: left;
  color: #000;
  font-family: "DINPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.text-wrapper-9 {
  padding: 0 30px;
  color: #000;
  text-align: left;
  font-family: "DINPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-details {
  display: none;
  text-align: justify;
  height: auto;
}

/* New style for active card details */
.card.active .card-details {
  display: block;
  opacity: 1; /* Make details fully visible */
}

.read-more-btn {
  /* ... other styles */
  opacity: 1; /* Make button fully visible by default */
}

/* Hide button on active card */
.card.active .read-more-btn {
  opacity: 0; /* Hide button with transparency */
  transition: opacity 0.2s ease-in-out; /* Smooth fade-out animation */
}

@media (max-width: 1023px) {
  .card-details {
    height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .mlef6 {
    margin-left: 0;
  }
  .header-wrapper {
    height: auto;
  }
  .zoomoutheader {
    height: auto;
  }
  .zoominheader {
    height: auto;
    padding: 10rem 0;
  }
  .winthe {
    font-size: 20px;
  }
  .cyber {
    font-size: 48px;
  }
  .battle {
    font-size: 15px;
  }
  .group-37 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .btn {
    font-size: 11px;
    padding: 7px 18px;
    margin-top: 1.5rem !important;
    border-width: 1px;
    border-radius: 1px;
  }
  .text-wrapper-1 {
    font-size: 20px;
    margin-bottom: 0.8rem;
  }
  .text-wrapper-6 {
    font-size: 16px;
    margin-bottom: 0.8rem;
  }
  .text-wrapper-9 {
    font-size: 10px;
  }
  .read-more-btn {
    font-size: 7.159px;
    padding: 4px 15px;
  }
  .card-details {
    height: 200px;
  }
  .default-card {
    height: auto !important;
  }
  .equip {
    font-size: 16px;
  }
  .unvile {
    font-size: 15px;
  }
  .ourweapon {
    font-size: 12px;
  }
  .network {
    font-size: 10px;
  }
  .equipyour {
    font-size: 14px;
  }
  .ourweaponto {
    font-size: 10px;
  }
  .astrasvg {
    width: 105px;
  }
  .astralogo {
    width: 30px;
    height: 30px;
  }
  .astraeye {
    width: 7px;
    height: 7px;
  }
  @keyframes myfirst {
    0% {
      background: #fff;
      left: 11px;
      top: 0px;
    }
    25% {
      background: #fff;
      left: 23px;
      top: 12px;
    }
    50% {
      background: #fff;
      left: 12px;
      top: 23px;
    }
    75% {
      background: #fff;
      left: 0px;
      top: 11px;
    }
    100% {
      background: #fff;
      left: 11px;
      top: 0px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mlef6 {
    margin-left: 4.4rem;
  }
  .equip {
    font-size: 24px;
  }
  .unvile {
    font-size: 24px;
  }
  .ourweapon {
    font-size: 20px;
  }
  .network {
    font-size: 12px;
  }
  .equipyour {
    font-size: 24px;
  }
  .ourweaponto {
    font-size: 20px;
  }
  .text-wrapper-1 {
    font-size: 28px;
    margin-bottom: 0.8rem;
  }
  .text-wrapper-6 {
    font-size: 20px;
    margin-bottom: 0.8rem;
  }
  .text-wrapper-9 {
    font-size: 16px;
  }
  .read-more-btn {
    font-size: 14px;
    padding: 4px 15px;
  }
  .card-details {
    height: 200px;
  }
  .default-card {
    height: auto !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .mlef6 {
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1639px) {
  .mlef6 {
    margin-left: 7.7rem;
  }
}
@media only screen and (min-width: 1640px) {
}
