:root {
  --primary-color: #0c34f0;
  --lighter-pry-color: #e2e6f9;
  --second-color: #ff0101;
  --text-color: #000000;
  --title-color: #27408b;
  --container-bg-color: #f4f6f9;
  --border-color: #cccccc;
  --body-bg-color: #ffffff;

  --header-height: 3.5rem;
  --normal-font-size: 0.938rem;

  --font-regular: 400;
  --font-semi-bold: 600;

  /* ------z index---------- */
  --z-tooltip: 10;
  --z-fixed: 100;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: var(--normal-font-size);
    background: var(--body-bg-color);
  }

.why-astalox {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.astalox-container {
  text-align: center;
  margin-top: 2rem;
  align-items: center;
}

.why-astalox h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.why-astalox p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.mission {
  top: 1rem;
}

.mission-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #ffffff;
  margin: 20px;
}

/* Mission content */
.mission-content {
  flex: 1;
  padding: 20px;
}

.mission-content h1 {
  font-size: 2em;
  color: #0073e6;
  margin-bottom: 10px;
}

.mission-content p {
  font-size: 1em;
  line-height: 1.6;
}

/* Mission image */
.mission-img {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.mission-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.w-counters {
  background-image: url("../../assets/images/pc.jpg");
  background-size: cover;
  background-position: center;
}

.counter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
}

.counters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #fff;
}

.counters h3 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2rem;
}

.counters p {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.who-we {
  padding-bottom: 100px;
}

.who-we h3 {
  text-align: center;
  padding-bottom: 10px;
  color: var(--text-color);
  font-size: 40px;
}

.who-we h3 span {
  color: var(--primary-color);
}

.why-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
}

.why-box {
  padding: 30px 20px;
  text-align: center;
}

.why-box i {
  font-size: 50px;
  padding-bottom: 20px;
  color: var(--title-color);
}

.why-box h2 {
  padding-top: 20px;
}

.mission-content h2 {
  font-size: 40px;
}

.mission-content h2 span {
  color: var(--title-color);
}

.protection-measures {
  text-align: center;
}

.measures {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

.measure-box i {
  font-size: 2em;
  margin-bottom: 10px;
  color: var(--second-color);
}

.mission-content h5 strong {
  font-size: 15px;
  color: var(--title-color);
  margin-bottom: 20px;
}

.privary-title p {
  font-size: 20px;
  margin-bottom: 20px;
}

.privary-title p span {
  font-weight: 500;
  color: #9f1d04;
}

.awards {
  border-bottom: 1px solid black;
}

.awards-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  height: 50vh;
}

.awards-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.awards-img {
  position: relative;
}

.image-wrapper {
  position: relative;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.overlay-text p {
  font-weight: 600;
  color: var(--title-color);
}

.awards-content h3 {
  color: var(--title-color);
}

.trade-section {
  max-width: 800px;
  margin: 50px auto;
  background-image: url("../../assets/images/pc.jpg");
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.trade-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.trade-section p {
  font-size: 18px;
  margin-bottom: 20px;
}
.trade-section .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.trade-section .buttons a {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s;
}
.trade-section .buttons a:hover {
  background-color: #0056b3;
}

.mission-img video {
  width: 100%;
  height: 50vh;
  display: block;
}

.share h2 {
  font-size: 36px;
}

.share h2 span {
  color: var(--primary-color);
}

.share p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 16px;
}

.features-section ul {
  list-style-type: none;
  padding: 0;
}
.features-section ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 18px;
}
.features-section ul li::before {
  content: "\2713"; /* Unicode for a checkmark/tick */
  color: #9b0f03;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.overview {
  display: flex;
  flex-direction: column;
}

.faq-heading {
  display: flex;
  flex-direction: column;
  padding-left: 46px;
  margin-bottom: 24px;
}

.faq-heading h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 57px;
  color: var(--text-color);
  text-transform: uppercase;
}

.faq-heading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
  max-width: 461px;
}

.faq-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
}

.faq-box {
  padding: 35px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.faq-box:last-child {
  margin-bottom: 0px;
}

.faq-box-container {
  margin-right: 40px;
}

.faq-box-question {
  display: grid;
  grid-template-columns: 1fr 30px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-box-question h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  color: var(--text-color) jj;
}

.faq-box-icon {
  display: block;
  position: relative;
  height: 3px;
  width: 23px;
  margin-left: auto;
}

.faq-box-icon::before,
.faq-box-icon::after {
  background: var(--primary-color);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.faq-box-icon::before {
  top: 0px;
}

.faq-box-icon::after {
  top: 0;
  transform: rotate(90deg);
}

.faq-box-question.active .faq-box-icon::after {
  transform: rotate(0deg);
}

.faq-box-question.active h4 {
  color: var(--title-color);
}

.faq-box-answer p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--text-color);
  padding-top: 20px;
}

.faq-box-answer {
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}

.single-account {
  display: flex;
  flex-direction: column;
}

.account-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 46px;
  margin-bottom: 30px;
}

.account-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
  gap: 2rem;
}

.explore {
  padding: 2rem 3rem;
  margin: 10px 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.account-text {
  font-size: 22px;
  text-align: justify;
}

.account-text span {
  font-size: 18px;
  margin-top: 10px;
  color: #cccccc;
}

.account-heading h3 {
  font-size: 2rem;
}

.account-heading h3 span {
  font-size: 2.3rem;
  color: #27408b;
}

.acc-card {
  margin-bottom: 20pxmiss;
}

.account-img {
  width: 100%;
}

.account-img video {
  width: 40vw;
}

.main-tbody {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/images/html_table.jpg) center / cover;
}

td img {
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

table,
th,
td {
  padding: 1rem;
  border-collapse: collapse;
  text-align: left;
}

.table-body table thead th {
  position: sticky;
  top: 0;
  left: 0;
  border-color: #27408b;
  background-color: #27408b; /* Set background color */
  color: #ffffff; /* Set text color */
}

.table-body table tbody td {
  padding: 1rem;
}

.table-header {
  width: 100%;
  height: 10%;
  background-color: #cccccc;
  padding: 0.8rem 1rem;
}

.table-body {
  width: 95%;
  max-height: calc(89% - 0.8rem);
  background-color: #fff;
  margin: 0.8rem auto;
  border-radius: 0.6rem;
}

.table {
  width: 50vw;
  height: auto;
  background-color: #fff5;
  border-radius: 0.8rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 5px 10px #0005;
  overflow: hidden;
}

tbody tr:nth-child(even) {
  background-color: #0000000b;
}

tbody tr:hover {
  background-color: #67626266;
}

.contactUs {
    position: relative;
    width: 100%;
}

.contactUs .contact-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.contact-box{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: 
    "c-form c-info"
    "c-form c-map";
    grid-gap: 20px;
    margin-top: 20px;
}

.c-form {
    grid-area: c-form;
}

.c-info {
    grid-area: c-info;
}

.c-map {
    grid-area: c-map;
}

.contact {
    padding: 40px;
    background: #f4f6f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: var(--title-color);
}

.formBox {
    position: relative;
    width: 100%;
}

.row50 {
    display: flex;
    gap: 20px;
}

.inputBox {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    margin-bottom: 15px;
    width: 50%;
}

.row100 .inputBox {
    width: 100%;
}

.inputBox span {
    color: #27408b;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 600;
}

.inputBox input {
    padding: 10px;
    font-size: .9rem;
    outline: none;
    border: 1px solid gray;
    border-radius: 10px;
}

.inputBox textarea {
    padding: 10px;
    font-size: .9rem;
    outline: none;
    border: 1px solid gray;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}

.inputBox input[type="submit"]{
    border: none;
    border-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    max-width: 120px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}

.inputBox input[type="submit"]:hover {
    background-color: var(--title-color);
}

.inputBox::placeholder {
    color: #999;
}

.c-info {
    background-color: #999;
    border-radius: 10px;
}

.c-info h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.infoBox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px;
}

.infoBox div span {
    min-width: 40px;
    height: 40px;
}

.infoBox div span img {
    width: 35px;
}

.infoBox div p {
    color: var(--title-color);
    font-size: 18px;
}

.infoBox div p a{
    color: #ffffff;
    font-size: 18px;
}

.c-map {
    padding: 0;
}

.c-map iframe {
    width: 100%;
    height: 100%;
}


.error-text {
    display: none;
    color: #dc0101;
    padding: 4px 6px;
    background: #d3d3d3;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 5px;
}

.portfolio-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-img img {
  width: 100%;
  height: 50vh;
  display: block;
}

.bonus {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/images/background.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.bonus-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
}

.bonus-content h1 {
  font-size: 60px;
  font-weight: 500;
}

.bonus-content h1 span {
  color: #ff3753;
  font-weight: 600;
}

.why-astalox-btn {
  display: inline-block;
  padding: 1rem 3rem;
  background: var(--primary-color);
  color: var(--container-bg-color);
  font-size: 16px;
  border-radius: 4rem;
  margin-top: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
}

.bonus-content button {
  display: flex;
  align-items: center;
  background: transparent;
  outline: none;
  padding: 12px 25px;
  color: #fff;
  border: 2px solid #fff;
}

.capitalize {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/images/background.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.capitalize-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
}

.capitalize-content h1 {
  font-size: 40px;
  font-weight: 500;
}

.capitalize-content h1 span {
  color: #ff3753;
  font-weight: 600;
}

.capitalize-content a {
  margin-top: 50px;
}

.launch-time {
  display: flex;
}

.launch-time div {
  flex-basis: 100px;
  margin-bottom: 14px;
  gap: 10px;
}

.launch-time div p {
  font-size: 60px;
  margin-bottom: -14px;
  margin-right: 5px;
}

.rocket {
  width: 250px;
  right: 10%;
  bottom: 0;
  position: absolute;
  animation: rocket 4s linear infinite;
}

@keyframes rocket{
  0% {
    opacity: 0;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: 105%;
  }

}


























/* Responsive design */

@media (max-width: 991px){
    .contact-box{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        "c-form"
        "c-info"
        "c-map";
    }

   
    .row50{
        flex-direction: column;
        gap: 0;
    }
    .inputBox {
        width: 100%;
    }

    .infoBox div p{
        font-size: 13px;
    }

    .contact {
        padding: 30px;
    }
    .c-map {
        padding: 0;
        min-height: 300px;
    }
}


@media (max-width: 768px) {
  .mission-container {
    flex-direction: column;
    padding: 10px;
  }

  .mission-content,
  .mission-img {
    padding: 10px;
  }

  .mission-content h1 {
    font-size: 1.5em;
  }

  .mission-content p {
    font-size: 0.9em;
  }
}

@media (max-width: 600px) {
  .trade-section h2 {
    font-size: 20px;
  }
  .trade-section p {
    font-size: 16px;
  }
  .trade-section .buttons a {
    font-size: 14px;
    padding: 8px 16px;
  }

  .share p {
    text-align: justify;
    font-size: 12px;
  }

  .overview {
    padding: 82px 0 80px 20px;
    overflow: hidden;
  }

  .faq-heading {
    padding: 0 20px;
  }

  .faq-heading h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
  }

  .faq-box-question h4 {
    font-weight: 700;
    line-height: 26px;
    font-size: 19px;
  }

  .faq-box-question {
    grid-template-columns: 1fr 16px;
  }
  .faq-box-icon {
    width: 16px;
  }

  .faq-box {
    padding: 24px 21px;
  }

  .faq-content {
    grid-template-columns: 1fr;
  }

  .account-text {
    text-align: justify;
  }
  .account-text h3 {
    font-size: 20px;
    color: var(--primary-color);
  }

  .account-text p {
    font-size: 18px;
  }

  .table {
    width: 90vw; 
    margin: 0 auto; 
    max-width: 100%; 
  }

  .account-img video {
    width: 90vw;
  }

  .capitalize-content h1 {
    font-size: 25px;
  }

  .bonus-content h1 {
    font-size: 25px;
  }
}
