body{
    background: #111111;
}

.bg-card{
    background: rgb(22 21 21);
}

.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);
  }

.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: #17181a;
    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: #8c9eff
}

.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
    }
}

.button {
    padding: 15px 20px;
    border: none;
    outline: none;
    background-color: #444444;
    color: #eee;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  
  .button:hover {
    transform: translateY(-3px);
  }

  .custom-btn {
    position: relative;
    background: linear-gradient(180deg, rgb(106, 108, 109) 0, rgb(46, 49, 49) 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: rgba(32, 32, 32, 0.8);
    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;
  }

  .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;
}

.bg-muted{
    background: hsla(203, 10%, 25%, 0.5);
  }