body{
    background: #0D171E;
}

.claim-button {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kirang-haerang-regular {
    font-family: "Kirang Haerang", system-ui;
    font-weight: 400;
    font-style: normal;
  }

.nav-a {
    font-family: "Inter", sans-serif;
    color: #ffffff;
    transition: color 0.5s;
  }
  
  .nav-a:hover {
    color: #6ff3f3;
  }

  .nav-a.active {
    color: #6ff3ec;
  }

  ion-icon {
    color: rgb(40, 187, 255);
  }

  .bg-muted{
    background: hsl(203 28% 25% / 50%);
  }

@media (min-width: 640px) {
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.shared-container {
    max-width: 1280px
}

.landing-socials {
    display: flex;
    flex-direction: column;
    padding-top: 100px
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .landing-socials {
        padding:78px 38px 0
    }
}

@media screen and (max-width: 1023px) {
    .landing-socials {
        padding-top:40px
    }
}

@media screen and (min-width: 375px)and (max-width:767px) {
    .landing-socials {
        padding-top:66px
    }
}

.landing-socials-section {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: row!important;
    justify-content: center;
    margin-top: 70px
}

@media screen and (max-width: 1023px) {
    .landing-socials-section {
        align-items:center;
        flex-direction: column!important;
        justify-content: space-between
    }
}

.landing-socials-title {
    align-items: center;
    display: flex;
    margin-bottom: 13px
}

.landing-socials-title h2 {
    margin: 0
}

@media screen and (max-width: 1023px) {
    .landing-socials-title {
        flex-direction:column;
        margin-bottom: 0
    }
}

.mid-headline {
    color: #e0edfa;
    font-family: roc-grotesk,sans-serif;
    font-size: 55px;
    font-weight: 800
}

@media screen and (max-width: 1023px) {
.mid-headline {
        font-size:42px
    }
}

.mid-headline-primary {
    color: #50aaff
}

@media screen and (max-width: 1023px) {
    .tablet-max-hide {
        display:none!important
    }
}

.custom-social-card {
    background: #131a2d;
    border: 1px solid hsla(0,0%,61%,.2);
    border-radius: 10px;
    height: 357px;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
    width: 291px
}

.custom-social-card:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card {
        height:267px;
        width: 217px
    }
}

@media screen and (max-width: 1023px) {
    .custom-social-card {
        margin-bottom:40px
    }
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card img {
        height:101px;
        width: 101px
    }
}

.custom-social-card-footer {
    background: #1c243b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid hsla(0,0%,61%,.2);
    margin-top: 24px;
    padding: 24px;
    padding-bottom: 0px;
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card-footer {
        padding:18px
    }
}

.custom-social-card-link.shared-btn-primary {
    border-radius: 4px;
    height: 48px;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card-link.shared-btn-primary {
        height:36px
    }
}

.custom-social-card h4 {
    color: rgba(226,241,255,.75);
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin: 24px 0 0
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card h4 {
        font-size:14px;
        margin: 18px 0 0
    }
}

.custom-social-card h5 {
    color: rgba(226,241,255,.75);
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    text-transform: uppercase
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card h5 {
        font-size:10px
    }
}

.custom-social-card-icon {
    color: rgba(226,241,255,.75);
    height: 48px;
    position: absolute;
    width: 48px
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card-icon {
        height:36px;
        width: 36px
    }
}

.custom-social-card-halo {
    height: 136px;
    width: 136px
}

@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card-halo {
        height:101px;
        width: 101px
    }
}

.custom-social-card .facebook {
    color: #525457
}

.custom-social-card .telegram {
    color: #29B6F6
}

.custom-social-card .kick {
    color: #70e343
}

.custom-social-card .youtube {
    color: #f52c00
}

.custom-social-card .instagram {
    fill: url(#paint0_linear_274_2753)
}


@media screen and (min-width: 1024px)and (max-width:1280px) {
    .custom-social-card-footer {
        padding:18px
    }
}

.gelatto,
.blackberry,
.bomb,
.banana {
  position: fixed;
  top: 0;
  width: 200px;
  z-index: -1000;
  pointer-events: none;
  --darkreader-ignore: true;
}

.gelatto,
.blackberry {
  left: -30px;
}

.blackberry {
    top: 70%;
    animation: hovereffect-3 4.4s infinite;
  }

.bomb,
.banana {
  right: 5px;
}

.bomb {
  top: 23%;
  animation: hovereffect-3 4.2s infinite;
}
.candy {
    height: 100px;
    position: absolute;
    top: 30%;
    left: 12%;
    z-index: -1;
    animation: hovereffect-1 4.4s infinite;
  }

  .watermelon {
    height: 100px;
    position: absolute;
    top: 30%;
    right: 26%;
    z-index: -1;
    animation: hovereffect-2 4.3s infinite;
  }

  .awp {
    height: 100px;
    position: absolute;
    top: 75%;
    right: 12%;
    z-index: -1;
    animation: hovereffect-2 4.3s infinite;
  }

@keyframes hovereffect-1 {
    0%,
    100% {
      transform: rotate(25deg) translate(0, 0);
    }
  
    50% {
      transform: rotate(0deg) translate(0, -10px);
    }
  }
  
  @keyframes hovereffect-2 {
    0%,
    100% {
      transform: rotate(0deg) translate(0, 0);
    }
  
    50% {
      transform: rotate(-25deg) translate(0, -10px);
    }
  }
  
  @keyframes hovereffect-3 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(0, -10px);
    }
  }

  @media (max-width: 900px) {
    .watermelon,
    .candy {
      display: none;
    }
  
  }

  .custom-margin{
    margin-top: 25px;
  }

  @media screen and (max-width: 768px) {
    .custom-margin{
      margin-top: 8px;
    }
  }

  .button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.custom-button {
    background: linear-gradient(45deg, #287bc9, #4f9bff);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(40, 169, 201, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.custom-btn {
    position: relative;
    background: linear-gradient(180deg, rgb(22 145 220) 0, rgb(70 197 227) 100%);
    border-radius: 10px;
    color: var(--white);
    text-shadow: 1px 1px 4px #96720c99;
    -webkit-text-stroke: 0.5px var(--buttered-rum);
    border: none;
    padding: 0; /* Adjusted padding */
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .custom-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
  }
  
  .custom-btn::before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    left: -30%;
    top: 0;
    background: rgb(72 199 250 / 80%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(55deg);
    transition: all 0.3s ease;
  }
  
  .custom-btn:hover::before {
    left: 50%;
    width: 100%;
  }
  
  .custom-btn .btn-text-small {
    position: relative;
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
    font-size: 1rem;
    text-decoration: none;
    color: white;
  }

  .iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blackberry {
    top: 50%;
    animation: hovereffect-3 4.4s infinite;
  }
  
  .blackberry {
    left: -30px;
  }
  
  .banana {
    top: 60%;
    animation: hovereffect-3 4.1s infinite;
  }
  
  .banana {
    right: -62px;
  }
  
  .blackberry,
  .banana {
    position: fixed;
    width: 200px;
    z-index: -1000;
    pointer-events: none;
    --darkreader-ignore: true;
  }

  @keyframes hovereffect-3 {

    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(0, -10px);
    }
  }
  
  .glow{
  color:rgb(204, 0, 255);
  animation-name:glow;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
}

@keyframes glow{
  from{text-shadow:0px 0px 5px #041627,0px 0px 5px #c34ad3;}
  to{text-shadow:0px 0px 20px #041627,0px 0px 20px #c34ad3;}
}
  
.glowing {
    animation: glowingShadow 5.5s infinite alternate ease-in-out;
}

@keyframes glowingShadow {
    0% {
        box-shadow: -2px 2px 30px 0px rgba(4,103,184,0.2);
    }
    50% {
        box-shadow: -2px 2px 40px 0px rgba(4,103,184,1);
    }
    100% {
        box-shadow: -2px 2px 30px 0px rgba(4,103,184,0.2);
    }
}

