.portal-main {
  position: relative;
}

.minting-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.minting-content {
  position: absolute;
  top: 10%;
  text-align: center;
}

.minting-options {
  margin-bottom: 2rem;
  margin-top: -2rem;
}

.nft-minting {
  margin-right: 10rem;
  background-color: rgb(175, 116, 49);
  color: white;
  padding: 12px 25px;
  border-radius: 15px;
  font-weight: 800;
  opacity: 88%;
}

.nft-minting:hover {
  background-color: rgb(255, 156, 43);
}

.orc-tokens {
  background-color: rgb(175, 116, 49);
  color: white;
  padding: 10px 25px;
  border-radius: 15px;
  font-weight: 500;
  opacity: 88%;
}

.orc-tokens:hover {
  background-color: rgb(253, 166, 67);
}

.active {
  background-color: rgb(211, 113, 0);
  opacity: 100%;
}

.minting-details {
  display: flex;
}

.minting-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 7rem;
}

.minting-images {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.minting-images img {
  width: 240px;
}

.minting-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nftminting-details {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.detail-title {
  color: white;
  font-weight: 800;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.detail-desc {
  color: orange;
  font-weight: 600;
  font-size: 1.2rem;
}

.minting-info p {
  color: white;
}

.game-access {
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-to-access {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-to-content {
  position: absolute;
  top: 5%;
}

.how-to-title h1 {
  color: white;
  font-size: 4rem;
  font-weight: 800;
  margin-left: 2rem;
}

.how-to-chart {
  margin-top: -6rem;
  margin-left: 5rem;
}

.last-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-slider {
  position: absolute;
  top: -10%;
}

.nft-orc-differences {
  position: absolute;
  top: 50.5%;
  text-align: center;
  background-color: rgba(0, 128, 0, 0.5);
  color: white;
  width: 100vw;
}

.nft-side,
.orc-side {
  width: 45%;
}

.nft-orc-content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

.nft-header h1,
.orc-header h1 {
  font-size: 2.3rem;
  font-weight: 800;
}

.nft-header p,
.orc-header p {
  text-align: left;
}

.nft-content h3,
.orc-section h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.nft-list {
  text-align: left;
}

.nft-list li {
  margin-bottom: 0.5rem;
}

.nft-bold,
.orc-bold {
  color: rgb(255, 102, 0);
  font-weight: 800;
}

.orc-header {
  margin-bottom: 3rem;
}

.orc-section {
  margin-bottom: 2rem;
}

.orc-section h3 {
  font-size: 1.2rem;
  font-weight: 800;
}

.orc-section p {
  text-align: left;
}

.portal-revamp-btn button {
  background-color: rgb(255, 115, 0);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  color: white;
}

.portal-revamp-btn button:hover {
  background-color: rgb(255, 140, 0);
}

.show-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-top: 1rem;
}

.update-social {
  padding: 10px 20px;
  margin-right: 15rem;
}

@media (max-width: 500px) {
  .minting-details {
    display: flex;
    flex-direction: column;
  }
  .minting-background-img img {
    height: 1650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .minting-content {
    top: 5%;
  }
  .nft-minting {
    margin-right: 3rem;
    padding: 8px 18px;
  }
  .orc-tokens {
    padding: 8px 18px;
  }
  .minting-left {
    margin-right: 0rem;
  }
  .minting-images {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .minting-images img {
    width: 170px;
  }
  .minting-instruction {
    width: 310px;
  }
  .orc-nation-address {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
  }
  .minting-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .minting-row button {
    padding: 6px 10px;
  }
  .nftminting-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }
  .detail-title {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
  .detail-desc {
    font-size: 0.9rem;
  }
  .minting-info p {
    color: white;
    font-size: 0.8rem;
  }
  .how-to-access {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .how-to-background img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .how-to-title h1 {
    color: white;
    font-size: 1.3rem;
    margin-left: 2rem;
  }
  .how-to-chart {
    margin-top: -1rem;
    margin-left: 2rem;
  }
  .how-to-chart img {
    width: 900px;
  }
  .last-section-bg img {
    height: 1900px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nft-orc-differences {
    top: 12%;
  }
  .nft-orc-content {
    gap: 1.5rem;
  }
  .nft-header h1,
  .orc-header h1 {
    font-size: 1.5rem;
  }
  .nft-header p,
  .orc-header p {
    font-size: 0.8rem;
    text-align: left;
  }
  .nft-content h3,
  .orc-section h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
  }
  .nft-list {
    text-align: center;
  }
}

@media (max-width: 350px) {
  .minting-instruction {
    margin-left: 0.2rem;
  }
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15rem;
}

.arrow {
    font-size: 3.5rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #0460ff;
}

.images-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    height: auto;
    max-width: 100%;
}

.image-wrapper {
    margin: 0 30px;
    transition: transform 0.5s, opacity 0.5s;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-wrapper.center {
    transform: scale(1.3);
    z-index: 3;
    height: calc(100% / 1.5);
}

.image-wrapper.side {
    transform: scale(1);
    z-index: 1;
}

@media (max-width: 500px) {
    .slider-container {
        margin-top: 4rem;
    }
    .image-wrapper {
        margin: 0;
    }
    .image-wrapper.center {
        transform: scale(1);
        z-index: 3;
        height: calc(100% / 3);
    }
    .image-wrapper.side {
        transform: scale(0.7);
    }
    .arrow {
        font-size: 1.5rem;
    }
}

