/** Home **/
.menu__list li {
  cursor: pointer; 
}
.menu__list > li > a:hover,
.menu__dropdown-item:hover {
    color: #1be0cd; 
}
.menu__dropdown-list li a:hover {
  color: #1be0cd;
}

/** Home **/
.pools{
    display:grid;
    flex-wrap:wrap;
    grid-gap:20px;
    grid-template-columns:repeat(4, 1fr);
    margin-top:67px;
    gap:24px;
}
.JoinAll {
    margin-bottom: 10px;
}
.contact-p {
  padding-bottom: 2rem;
}
.link-khol {
  position: relative;
  display: block;
  padding: 12px 0;
  width: 200px;
  font-family: "Prompt", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-color: white;
  background-color: #01BDAB;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.link-khol:hover {
    transform: scale(1.1);
}

/*Kholtak Addtional Style*/
.title_kholtak {
    -webkit-mask-image: linear-gradient(280deg, transparent -13%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
    font-size: 32px; 
    font-weight: 600; 
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .title_kholtak {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -0.8px;
      width: 600px;
      justify-content: center;
      -webkit-mask-image: linear-gradient(280deg, transparent 2%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 768px) {
  .title_kholtak {
      font-size: 24px;
      line-height: 32px;
      width: 500px;
      letter-spacing: -0.6px;
      -webkit-mask-image: linear-gradient(280deg, transparent 5%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 600px) {
  .title_kholtak {
      font-size: 20px;
      line-height: 28px;
      width: 400px;
      letter-spacing: -0.4px;
      -webkit-mask-image: linear-gradient(280deg, transparent 10%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 480px) {
  .title_kholtak {
      font-size: 18px;
      line-height: 24px;
      width: 300px;
      letter-spacing: -0.2px;
      -webkit-mask-image: linear-gradient(280deg, transparent 15%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 360px) {
  .title_kholtak {
      font-size: 16px;
      line-height: 22px;
      width: 200px;
      letter-spacing: 0;
      -webkit-mask-image: linear-gradient(280deg, transparent 20%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}
.kholtak-p {
  letter-spacing: 1px;
}
.kholtak-title {
  letter-spacing: 1px;
  background: linear-gradient(90deg, #FFF 0%, #FFF 52.26%, rgba(255, 255, 255, 0.12) 103.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 62px;
}
.kholtak-img .cover-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.kholtak-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.kholtak_inner {
  display: flex;
  width: 576px;
  height: 339px;
  padding: 111px 0px 110px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.kholtak-button {
  width: 103px;
  height: 103px;
  opacity: 0.86;
  color: #01BDAB;
  position: absolute; 
  left:calc(50% - 68px);
  top:calc(50% - 78px + .5px); 
  transition: all .1s ease-in;
  cursor: pointer;
}

.kholtak-forImg {
  display: flex;
  width: 559px; 
  height: 315px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1.4rem;
  margin-right: .8rem;
}
.h-800 {
  min-height: 800px;
}
@media (max-width: 1024px) {
  .h-800 {
      min-height: auto;
  }
}

.kholtak-linear {
  background: linear-gradient(180deg, #081E25 0%, rgba(8, 30, 37, 0.87) 11.57%, rgba(8, 30, 37, 0.00) 36%, rgba(8, 30, 37, 0.09) 59.5%, rgba(8, 30, 37, 0.87) 82.54%, #081E25 100%);
}
.kholtak-button:hover{transform:scale(0.8)}@media(max-width: 1024px){.video-button{left:calc(50% - 60px)}}
.boarder-rect::before,.boarder-rect::after{content:"";position:absolute;border-style:solid;border-width:0;border-image-source:linear-gradient(131.64deg, #1BE0CD 24.79%, #01BDAB 73.53%);border-image-source:var(--gradient);border-image-slice:1;width:40px;height:40px}.boarder-rect::before{left:-20px;top:-30px;border-top-width:1px;border-left-width:1px}.boarder-rect::after{right: -20px;bottom:-30px;border-right-width:1px;border-bottom-width:1px}

@media(min-width: 1025px){
  .gap-87{gap: 100px;}
  .gap-48{gap:48px}
}
.AAA-container {
  position: relative;
  width: 90%;
  max-width: 800px;
}
@media (max-width: 1024px) {
  .AAA-container {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-left: 4rem;
    margin-bottom: 2rem;
    width: 95%;
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .AAA-container {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .AAA-container {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  .AAA-container {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 360px) {
  .AAA-container {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-left: 2rem;
    margin-bottom: 2rem;
    width: 80%;
    max-width: 320px;
  }
}
.AAA-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.AAA-button svg {
  width: 100%;
  height: 100%;
}
.AAA-button.hidden {
  display: none;
}
.link-kholtak {
  display: flex;
  gap: 2rem;
}
.form-container {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 16px;
  border-radius: 5px;
  max-width: 300px;
}

#email {
  width: 100%;
  box-sizing: border-box; 
}

.khol-sec {
  margin-top: .1rem;
}
.AAA-home {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 13rem;
}
@media (max-width: 1024px) {
  .AAA-home {
    padding-top: 10rem;
  }
}

@media (max-width: 768px) {
  .AAA-home {
    padding-top: 8rem;
  }
}

@media (max-width: 600px) {
  .AAA-home {
    padding-top: 6rem;
  }
}

@media (max-width: 480px) {
  .AAA-home {
    padding-top: 4rem;
  }
}
@media (max-width: 360px) {
  .AAA-home {
    padding-top: 3rem;
  }
}

@media (max-width: 320px) {
  .AAA-home {
    padding-top: 2rem;
  }
}
.h-900 {
  min-height: 900px;
}
@media (max-width: 1024px) {
  .h-900 {
      min-height: auto;
  }
}
.kholtakcard-bg{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:-1
}
  .kholtakcard-bg::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:0 auto;
    margin-top:24px;
    width:calc(100% - 54px);
    height:calc(100% - 24px);
    background:url(assets/images/subtract-slider.fbdb2ff2.svg) center center repeat-x;
    background-size:contain;
  }
    @media(max-width: 1365px){
      .kholtakcard-bg::after{background-size:cover}
    }
    .kholtakcard-bg img{height:100%;object-fit:cover}
.frame-1e {
  position: absolute;
  width: 1141.748px;
  height: 319.001px;
  left: 50%;
  top: 200%;
  transform: translate(-50.01%, 0);
  z-index: 85;
}
.frame-1f {
  position: absolute;
  width: 230px;
  height: 330px;
  top: -2.117px;
  left: 40%;
  background: #081e25;
  z-index: 155;
  transition: transform 0.3s ease;
}
.frame-1f:hover {
  transform: scale(1.2); 
}
.frame-20 {
  position: relative;
  width: 237.743px;
  height: 237.743px;
  margin: 0px 0 0 0.11px;
  z-index: 156;
}
.frame-21 {
  z-index: 159;
}
.frame23-text {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 9px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 400;
  line-height: 9px;
  text-align: left;
  white-space: nowrap;
  z-index: 162;
}
.frame-25 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 104.283px;
  padding: 4px 9px 4px 9px;
  background: #081416;
  z-index: 165;
  border-radius: 33.425px;
}

.frame-2a {
  position: absolute;
  width: 230px;
  height: 330px;
  top: -2.117px;
  left: -40px;
  background: #03212a;
  z-index: 86;
  transition: transform 0.3s ease;
}
.frame-2a:hover {
  transform: scale(1.2); 
}
.squad-rank {
  display: block;
  position: relative;
  height: 21px;
  margin: 15.971px 0 0 16.933px;
  font-size: 15.11848258972168px;
  font-weight: 800;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  z-index: 88;
  background: linear-gradient(90deg, #FFF 0%, #FFF 52.26%, rgba(255, 255, 255, 0.12) 103.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame-2c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  position: relative;
  width: 189px;
  margin: 14.804px 0 0 10px;
  z-index: 89;
}
.frame-2d {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 189px;
  z-index: 90;
}
.frame-2e {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 42px;
  padding: 5px 10px 5px 10px;
  background: #081416;
  z-index: 91;
  border-radius: 30px;
}
.purple-2f {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 8px;
  color: #ffffff;
  font-family: Eastman, var(--default-font-family);
  font-size: 6.147637367248535px;
  font-weight: 400;
  line-height: 8px;
  text-align: left;
  white-space: nowrap;
  z-index: 92;
}
.frame-30 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 51px;
  padding: 5px 10px 5px 10px;
  background: #081416;
  z-index: 93;
  border-radius: 30px;
}
.blue-scar {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 8px;
  color: #ffffff;
  font-family: Eastman, var(--default-font-family);
  font-size: 6.147637367248535px;
  font-weight: 400;
  line-height: 8px;
  text-align: left;
  white-space: nowrap;
  z-index: 94;
}
.frame-33 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 147px;
  z-index: 99;
}
.frame-37 {
  position: absolute;
  width: 230px;
  height: 330px;
  top: -2.117px;
  left: 210px;
  background: #03212a;
  z-index: 106;
  transition: transform 0.3s ease;
}
.frame-37:hover {
  transform: scale(1.2); 
}
.frame-3a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  position: relative;
  width: 193px;
  margin: 14px 0 0 9.594px;
  z-index: 110;
}
.frame-40 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 176px;
  z-index: 118;
}
.frame-3b {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 193px;
  z-index: 111;
}
.frame-41 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 86px;
  padding: 5px 10px 5px 10px;
  background: #081416;
  z-index: 119;
  border-radius: 30px;
}
.frame-3d {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 75px;
  padding: 5px 10px 5px 10px;
  background: #081416;
  z-index: 114;
  border-radius: 30px;
}
.frame-44 {
  position: absolute;
  width: 230px;
  height: 330px;
  top: -2.117px;
  left: 700px;
  background: #081e25;
  z-index: 140;
  transition: transform 0.3s ease;
}
.frame-44:hover {
  transform: scale(1.2); 
}
.frame-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  position: relative;
  width: 181px;
  margin: 14px 0 0 9.735px;
  z-index: 127;
}
.frame-48 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 181px;
  z-index: 128;
}
.frame-4d {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 103px;
  z-index: 135;
}
.gen {
  display: block;
  position: relative;
  height: 21px;
  margin: 13.854px 0 0 16.63px;
  font-size: 15.11848258972168px;
  font-weight: 800;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  background: linear-gradient(90deg, #FFF 0%, #FFF 52.26%, rgba(255, 255, 255, 0.12) 103.45%);
  z-index: 126;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame-50 {
  position: absolute;
  width: 230px;
  height: 330px;
  top: -2.117px;
  left: 950px;
  background: #081e25;
  z-index: 123;
  transition: transform 0.3s ease;
}
.frame-50:hover {
  transform: scale(1.2); 
}
.frame-53 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  position: relative;
  width: 172px;
  margin: 14px 0 0 10.027px;
  z-index: 144;
}
.frame-54 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 7px;
  position: relative;
  width: 172px;
  z-index: 145;
}
.button-choose {
  position: absolute;
  margin-top: 10rem; 
  left: 50%;
  top: 60%;
  transform: translate(-50.01%, 0);
}
.choose-home{
  padding-top: 5rem;
}
.link-rank {
  width: 250px;
}
.origins-7c {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  width: 1050px;
  height: 550px;
  top: 600px;
  padding: 0 0 145px 0;
  z-index: 43;
}
@media (max-width: 600px) {
  .origins-7c { 
      align-items: center; 
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .origins-7c {
      align-items: center; 
  }
}
@media (min-width: 769px) {
  .origins-7c {
      align-items: center; 
  }
}
.hybrid-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
  position: absolute; 
  top: 0; 
  padding: 212px 0 145px 0;
  transform: translate(0, 0); 
  z-index: 35; 
  }
.hybrid-raw {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  position: relative;
  width: 505px;
  z-index: 29;
}
.hybrid-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  width: 505px;
  height: 128px;
  -webkit-mask-image: linear-gradient(280deg, transparent -13%, rgb(255, 255, 255) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  mask-image: linear-gradient(280deg, transparent -13%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .hybrid-title {
      font-size: 40px;
      line-height: 44px;
      -webkit-mask-image: linear-gradient(280deg, transparent 2%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
      mask-image: linear-gradient(280deg, transparent 2%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 768px) {
  .hybrid-title {
      font-size: 32px;
      line-height: 38px;
      -webkit-mask-image: linear-gradient(280deg, transparent 5%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
      mask-image: linear-gradient(280deg, transparent 5%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 600px) {
  .hybrid-title {
      font-size: 28px;
      line-height: 32px;
      -webkit-mask-image: linear-gradient(280deg, transparent 10%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
      mask-image: linear-gradient(280deg, transparent 10%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}

@media (max-width: 480px) {
  .hybrid-title {
      font-size: 24px;
      line-height: 28px;
      -webkit-mask-image: linear-gradient(280deg, transparent 15%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
      mask-image: linear-gradient(280deg, transparent 15%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
  }
}
.container_nft {
    position: relative;
    height: 100vh;
}
.kholtak_nft {
    position: absolute;
    width: 716.847px;
    height: 798px;
    top: 50%;
    left: 0; 
    background: url(/assets/images/kholtak/phone.png) no-repeat center;
    background-size: cover;
    transform: translateY(-50%); 
    z-index: 26;
}
@media (max-width: 1200px) {
  .kholtak_nft {
      width: 60%;
      height: auto; 
  }
}
@media (max-width: 768px) {
  .kholtak_nft {
      width: 80%;
      height: auto; 
  }
}
@media (max-width: 480px) {
  .kholtak_nft {
      width: 90%;
      height: auto; 
  }
}
@media (min-width: 1600px) {
  .kholtak_nft {
    width: 716.847px;
    height: 798px; 
  }
}
  .hybrid-linear {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%; 
    left: 0;
    background: url(/assets/images/kholtak/5.png) no-repeat center;
    background-size: cover;
    transform: translate(0, -49.94%); 
    z-index: 28;
  }
.utility-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 100vh; 
}
.Utility-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  align-items: start;
}
@media (max-width: 1600px) {
  .Utility-section {
      width: 100%; 
      height: auto;
      align-items: center; 
  }
}
@media (max-width: 1200px) {
  .Utility-section {
      width: 70%; 
      height: auto; 
  }
}
@media (max-width: 768px) {
  .Utility-section {
      width: 90%; 
      height: auto; 
  }
}
@media (max-width: 480px) {
  .Utility-section {
      width: 95%; 
      height: auto; 
  }
}
  .frame-70 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    width: 561px;
  }
@keyframes typewriter {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink {
    50% { border-color: transparent; }
}

.typewriter {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typewriter 10s steps(40, end),
        blink .75s step-end infinite;
    font-size: 16px;
}

.typewriter p {
    margin: 0;
}
@keyframes typewriter-u {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

.typewriter-u {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: 
      typewriter 10s steps(40, end),
      blink .75s step-end infinite;
  font-size: 64px;
}
.typewriter p {
  margin: 0;
}
  .kholtak-utility {
    -webkit-mask-image:linear-gradient(280deg, transparent -13%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
    mask-image:linear-gradient(280deg, transparent -13%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
    font-weight:800;
    font-size:50px;
    line-height:64px;
    letter-spacing:-1px
  }
    @media(max-width: 1024px){
      .kholtak-utility{
        font-size:40px;
        line-height:44px;
        -webkit-mask-image:linear-gradient(280deg, transparent 2%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%);
        mask-image:linear-gradient(280deg, transparent 2%, rgb(0, 0, 0) 46%, rgb(0, 0, 0) 50%, transparent 266%)}
      }
    
  .ride-to-survive {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 500px;
    color: #ffffff;
    font-family: Prompt, var(--default-font-family);
    font-weight: 400;
    text-align: left;
    z-index: 38;
  }
  
  .benefits {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
  }
  
  .benefits ul {
    list-style-type: none; 
    padding: 0;
  }
  
  .benefits li {
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
  }
  
  .benefits li::before {
    content: '•'; 
    color: #ffffff; 
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0;
  }
  .video-utility {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 382px;
    height: 382px;
  }

  @media (max-width: 768px) {
    .utility-section {
        grid-template-columns: 1fr;
    }

    .video-utility {
        margin-top: 20px;
    }
}
  .pb-Utility {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .pb-Utility svg {
    width: 100%;
    height: 100%;
  }
  .pb-Utility.hidden {
    display: none;
  }
  #mygifutility {
    width: 100%;
    height: auto;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.outer-container {
  display: grid;
  justify-content: center; 
  align-items: center; 
}
.hybrid-container {
  position: relative;
  width: 1379px;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .hybrid-container {
      height: auto; 
  }
}
@media (max-width: 1200px) {
  .hybrid-container {
      width: 100%; 
      height: auto; 
  }
}
@media (max-width: 768px) {
  .hybrid-container {
      width: 90%; 
      height: auto; 
  }
}
@media (max-width: 480px) {
  .hybrid-container {
      width: 95%; 
      height: auto; 
  }
}
.flex-row-d {
  position: relative;
  width: 884.905px;
  height: 239.236px;
  margin: 0 0 0 260px;
  z-index: 23;
}
.insert-text-hbirds {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 500px;
  height: 112px;
  top: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 23;
}
.khol {
  position: absolute;
  width: 131px;
  height: 128px;
  top: 0;
  left: 372px;
  background: url(/assets/images/kholtak/KHOL004.png)no-repeat center;
  background-size: cover;
  z-index: 21;
  transition: transform 0.3s ease;
}
.khol:hover {
  transform: scale(1.2); 
}

.swap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 174.55px;
  height: 42px;
  top: 91px;
  left: 360.187px;
  color: #ffffff;
  font-size: 35.60463333129883px;
  font-weight: 900;
  line-height: 41.693px;
  text-align: center;
  white-space: nowrap;
  z-index: 4;
}
.vector {
  position: absolute;
  width: 119.189px;
  height: 110.491px;
  top: 108.276px;
  left: 516.882px;
  background: url(/assets/images/kholtak/79ad7bfb-7084-4464-97e7-020de069bc2f.png)
    no-repeat center;
  background-size: cover;
  z-index: 19;
  animation-delay: 0s;
}
.vector-1 {
  position: absolute;
  width: 138.195px;
  height: 113.378px;
  top: 102.14px;
  left: 226.491px;
  background: url(/assets/images/kholtak/e11a3586-6d3f-40cb-b4c2-500df10598f3.png)
    no-repeat center;
  background-size: cover;
  z-index: 17;
  animation-delay: 2s;
}
.swap-tokens {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 241.417px;
  height: 42px;
  top: 123px;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  z-index: 6;
}
.receive-tokens {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 280.495px;
  height: 42px;
  top: 123px;
  left: 620px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  z-index: 11;
}
.flex-row-dea {
  position: relative;
  width: 1220.11px;
  height: 128px;
  margin: 7.764px 0 0 60px;
  z-index: 21;
}
.token-silver {
  position: absolute;
  width: 131px;
  height: 128px;
  top: 0;
  left: 792px;
  background: url(/assets/images/kholtak/silver.png) no-repeat center;
  background-size: cover;
  z-index: 21;
  transition: transform 0.3s ease;
}
.token-silver:hover {
  transform: scale(1.2); 
}

.frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 28.918px;
  position: absolute;
  width: 347.737px;
  height: 106px;
  top: 50%;
  left: 460px;
  transform: translate(0, -55.66%);
}
.frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 17.351px;
  position: relative;
  width: 361.473px;
  z-index: 1;
}
.spl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 361.473px;
  height: 106px;
  font-size: 60px;
  font-weight: 750;
  line-height: 46.269px;
  text-align: center;
  text-overflow: initial;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
  z-index: 2;
  overflow: hidden;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nft {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 174.55px;
  height: 42px;
  top: 22px;
  left: 182.365px;
  color: #ffffff;
  font-size: 35.60463333129883px;
  font-weight: 900;
  line-height: 41.693px;
  text-align: center;
  white-space: nowrap;
  z-index: 5;
}
.token {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 174.55px;
  height: 42px;
  top: 22px;
  left: 928.326px;
  color: #ffffff;
  font-size: 35.60463333129883px;
  font-weight: 900;
  line-height: 41.693px;
  text-align: center;
  white-space: nowrap;
  z-index: 12;
}
.nft-marketplace {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  width: 309.152px;
  height: 52px;
  top: 75px;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;;
  text-align: right;
  z-index: 7;
}
.exchange {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 26px;
  top: 75px;
  left: 948.299px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  z-index: 9;
}
.flex-row-bfd {
  position: relative;
  width: 977.824px;
  height: 175.734px;
  margin: 29.495px 0 0 200px;
  z-index: 20;
}
.vector-3 {
  position: absolute;
  width: 121.798px;
  height: 112.908px;
  top: 20.917px;
  left: 260.669px;
  background: url(/assets/images/kholtak/d48293f4-ee7a-47a9-82b5-e0361e01941a.png)
    no-repeat center;
  background-size: cover;
  z-index: 20;
  animation-delay: 4s;
}
.vector-4 {
  position: absolute;
  width: 99.826px;
  height: 131.554px;
  top: -1.677px;
  left: 607.043px;
  background: url(/assets/images/kholtak/925277ec-ab08-4e24-a8df-d344eabd8970.png)
    no-repeat center;
  background-size: cover;
  z-index: 18;
  animation-delay: 6s;
}
.vector, .vector-1, .vector-3, .vector-4 {
  position: absolute;
  background-size: cover;
  animation: moveInCircle 8s infinite linear, changeSize 4s infinite alternate;
  }

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg) translate(100px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(100px) rotate(-360deg);
  }
}

@keyframes changeSize {
  from { transform: scale(.5); }
  to { transform: scale(1.2); }
}
.rare-traits {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 275.285px;
  height: 42px;
  top: 68.505px;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  z-index: 8;
}
.re-rolled-traits {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 269.206px;
  height: 42px;
  top: 68.505px;
  left: 708.619px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.019px;
  text-align: left;
  z-index: 10;
}
.swap-5 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 174.55px;
  height: 42px;
  top: 133.734px;
  left: 411.423px;
  color: #ffffff;
  font-size: 35.60463333129883px;
  font-weight: 900;
  line-height: 41.693px;
  text-align: center;
  white-space: nowrap;
  z-index: 13;
}
.h-1200{
    min-height: 1200px;
}
  @media (max-width: 1024px) {
    .h-1200 {
        min-height: auto;
}
  }
.frame-7c {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    width: 1050px;
    height: 550px;
    top: 700px;
    padding: 0 0 145px 0;
    z-index: 43;
  }
@media (max-width: 600px) {
    .frame-7c { 
        align-items: center; 
    }
}
@media (min-width: 601px) and (max-width: 768px) {
    .frame-7c {
        align-items: center; 
    }
}
@media (min-width: 769px) {
    .frame-7c {
        align-items: center; 
    }
}
  .img-1a {
    position: absolute;
    width: 1900px;
    height: 1300px;
    top: 0;
    left: 50%;
    background: url(/assets/images/kholtak/56308f90-edcc-43a4-a89b-cfb581ab5bd6.png)no-repeat center;
    background-size: cover;
    transform: translate(-50%, 0);
    z-index: 42;
  }
  .ellipse-7b {
    position: absolute;
    width: 429.221px;
    height: 703.985px;
    top: 0;
    left: 50%;
    background: url(/assets/images/kholtak/54cf219d-09c7-4822-97ca-05ba74cfda6c.png)
      no-repeat center;
    background-size: cover;
    transform: translate(-39.84%, 0);
    filter: blur(342px);
    z-index: 40;
  }
  .kholtak-soldier-correct-eyes-alpha {
    position: absolute;
    width: 1371px;
    height: 1100px;
    bottom: 182.498px;
    left: 50%;
    background: url(/assets/images/kholtak/Kholtak_Soldier.png)
      no-repeat center;
    background-size: cover;
    transform: translate(-49.67%, 0);
    z-index: 41;
  }

  #mc_embed_signup{
    display: flex;
    justify-content: center;
    align-items: center;
    font: 24px; 
    width: 400px;
  }

  @media (max-width:600px) {
    #mc_embed_signup {
      padding-top: 10rem;
      width: 400px;
  }
}  
  .email{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 400px;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  #mc_embed_signup_scroll{
    display: grid;
    justify-content: column;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .button-sub {
    position: absolute;
    margin-top: 5.9rem; 
    left: 37%;
    top: 61.7%;
    background-color: #01BDAB;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.button-sub:hover {
    transform: scale(1.1);
}

/** Pop Up **/
.wrapper-pop {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  color: white; 
  padding: 20px; 
}

.pop-body{
  position: relative;
  width: 50rem; 
  text-align: center; 
  padding: 20px;
  padding-bottom: 5rem;
  margin-left: 10rem;
}

.container-pop{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.time-group {
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  height: 100%;
  gap: 1rem;
}

.time {
  background-color: #111;
  border: 2px solid #444;
  border-radius: 5px;
  padding: 20px;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin: 5px 0;
}
.label {
  position: relative;
  font-size: 24px;
  padding-top: 3rem;
  right: 8rem;
  margin-top: 5rem
}
.label-d {
  position: relative;
  font-size: 24px;
  padding-top: 3rem;
  right: 7rem;
  margin-top: 5rem
}
.pop-p{
  font-size: 18px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.popcard-bg{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:-1
}
  .popcard-bg::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:0 auto;
    margin-top:24px;
    width:calc(100% - 90px);
    height:calc(100% - 24px);
    background:url(assets/images/subtract-slider.fbdb2ff2.svg) center center repeat-x;
    background-size:contain;
  }
    @media(max-width: 1365px){
      .popcard-bg::after{background-size:cover}
    }
    .popcard-bg img{height:100%;object-fit:cover}

/** Pop Up **/