body {
    background: #061515; /*#071818;*/

}

.logo {
    height: 60px;
    filter: drop-shadow(0px 1px 0.3rem rgba(24, 255, 118, 0.26))
}

.logoText {
    text-decoration: none;
    white-space: nowrap;
    color: rgb(0, 195, 160) !important
}

.topRightButton {
    background-color: transparent;
    border: none;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    background-color: rgb(0 195 160 / 21%);
    border-radius: 0.5rem;
    border: none;
    color: rgb(0, 195, 160);
    transition: color 125ms ease-in 0s;
    background-image: radial-gradient(rgba(155, 155, 155, 0.25) 0.5px, transparent 0px);
    background-size: 11px 11px;
    background-position: -8.5px -8.5px;
        background: #fcfcfc;
    border-color: #fcfcfc;
    color: black;
}

.topRightButton:hover {
    /*border: 1px solid #23a095;*/
    background-color: #0d241f;

}

.heroTitle {
    font-weight: 600;
    line-height: 1.2;
}

.text-secondary {
    color: #b2b2b2 !important;
}

.card .card-body {
    padding: 32px;
}

.pill {
    display: flex;
    padding: 12px 19px;
    border-radius: 24px;
    gap: 8px;
    margin-bottom: 24px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 0px;
    background-color: rgb(19, 19, 19);
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 auto;
}

.pillContents {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 8px;
}

.pillIcon {
    flex: 0 1 0%;
    display: flex;
    overflow: visible;
    opacity: 1;
    margin-right: 0.2rem;
}

.pillText {
    color: rgb(0, 195, 160);
    font-size: 20px;
    font-style: normal;
    font-weight: 535;
    line-height: 24px;
    flex: 0 0 auto;
}

.cardDescription {
    color: rgb(0, 195, 160);
    font-feature-settings: "ss07";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    white-space: preserve-breaks pretty;
    margin-bottom: 28px;
}

.card {
    position: relative;
    border-radius: 32px;
    width: 100%;
    background-color: rgb(11 41 35 / 95%);
    overflow: hidden;
    text-decoration: none;
}

.getStartedButton {
    background: #fcfcfc;
    border-color: #fcfcfc;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
    color: black;
}

.getStartedButton:hover,
.getStartedButton:focus {
    background: rgb(11 41 35 / 95%);
    border: 1px solid #14554f
    
}


.telegramButton {
    background: #0f6d9b;
    border-color: #0f6d9b;
    outline: none;
    font-size: 1rem;
    font-weight: 500;   
}

.telegramButton:hover,
.telegramButton:focus {
    background: #fcfcfc;
    border-color: #fcfcfc;
    color: black;
}

.discordButton {
    background: #7289da;
    border-color: #7289da;
    outline: none;
    font-size: 1rem;
    font-weight: 500;   
}

.discordButton:hover,
.discordButton:focus {
    background: #fcfcfc;
    border-color: #fcfcfc;
    color: black;
}

.badge {
    padding: 0.35rem 1rem;
    font-size: 80%;
    background-color: #071411;
    border: 1px solid #14554f;
    border-radius: 12px !important;
    color: rgb(0, 195, 160) !important;
}

.statBox {
    border-radius: 20px;
    background-color: rgb(5 19 21 / 99%) !important;
    border: 5px solid rgb(0 0 0);
}

@media only screen and (max-width: 768px) {
    .uiPill {
        font-size: 0.85rem !important;
    }

    .cardDescription {
        font-size: 24px;
        line-height: 1.4;
    }

    .pillText {
        font-size: 18px;
    }

    .statBox > h5 {
        font-size: 16px;
    }
    #logoText{
        display: none;
    }
}

.seeFeaturesButton {
    text-decoration: none;

    border: 1px solid #14554f;
    color: rgb(0, 195, 160) !important;
    background-image: radial-gradient(rgba(155, 155, 155, 0.25) 0.5px, transparent 0px);
    background-size: 11px 11px;
    background-position: -8.5px -8.5px;
    font-size: 1rem;
    font-weight: 500;
}

.seeFeaturesButton:hover,
.seeFeaturesButton:focus {
    /* Styles for both hover and focus */
    border: 1px solid #23a095;
    background-color: #0d241f;
}



.hero-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 30px;
    /* Adjust size as needed */
    height: 30px;
    /* Adjust size as needed */
    transition: left 0.3s ease;
    /* Smooth transition for resizing */
}

.fade-out {
    opacity: 0 !important;
    transition: opacity 1.5s ease-out;
}

/* Positioning for desktop screens */
@media (min-width: 992px) {
    .hero-arrow {
        left: 8%;
        /* Change this percentage based on your design */
    }
}

/* Positioning for mobile screens */
@media (max-width: 991px) {
    .hero-arrow {
        left: 50%;
        /* Center horizontally */
        transform: translateX(-50%);
        /* Adjust horizontal position to true center */
    }
}
.form-group > label{
    font-weight: 500;
    font-size: 15px;
    color: rgb(68 213 127);
    margin-bottom: 0.4rem;
}
.form-group > div > label{
    font-weight: 500;
    font-size: 15px;
    color: rgb(68 213 127);
    margin-bottom: 0.4rem;
}
.signupButton{
    background-color: rgb(24 255 118);
    border-color: rgb(24 255 118);
    color: #111114 !important;
    box-shadow: 0px 1px 0.7rem 0px rgb(24 255 118 / 36%);
    font-weight: 500;
    font-size: 15px;
    outline: none;
}
.signupButton:hover, .signupButton:focus, .signupButton:active{
   background-color: rgb(150 250 191);
    border-color: rgb(58 255 138);
}
.signSwitchButton:hover{
    cursor: pointer;
    text-decoration: underline !important;
}

.reviewbox{
    border: 1px solid #14554f;
    color: rgb(26, 26, 26) !important;
    background-color: rgb(244 255 254);
    background-size: 11px 11px;
    background-position: -8.5px -8.5px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.5rem;
    position: relative;
    box-shadow: inset 0 0 6px 1px rgb(7 24 24 / 55%);
    
     opacity: 0;
            transition: opacity 0.5s ease-in-out;
}
 .reviewbox.animate {
            opacity: 1;
        }
.reviewbox::before {
            content: '“';
            font-size: 1.8rem;
            position: absolute;
            top: -3px;
            right: 8px;
            color: rgb(0, 195, 160) !important;
        }
.reviewName{
    margin-bottom: -4px;
    font-size: 0.8rem;
    margin-top: 0.7rem;
    color: rgb(0, 195, 160);
}
.bg-primary{
    background-color: #14554f !important
}
.border-primary{
    border-color: #14554f !important
}
.text-muted{
    color: rgb(64 125 112)!important
}
.card-header {
    border-bottom: 1px solid rgb(64 125 112);
}



.index-content {
    display: none;
}
.welcome {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111114;
    justify-content: center;
    align-items: center;
    z-index: 999; /* Ensures it's on top */
    display: none; /* Hide by default */
}
/* Higher z-index for modal */
.modal {
    z-index: 1100; /* Ensure modal is above overlay */
}
.modal-backdrop {
    z-index: 1050 !important; /* Change backdrop z-index */
}
@media (max-width: 768px) {
    .welcome {
        display: flex; /* Show on mobile (768px and below) */
    }
    .index-content {
        display: none; /* Hide index content on mobile */
    }
}

/* Default styles for larger screens */
@media (min-width: 769px) {
    .welcome {
        display: none; /* Ensure overlay is hidden */
    }
    .index-content {
        display: block; /* Show index content on larger screens */
    }
}

.loginButton{
    background: rgb(24 255 118 / 3%);
    border-color: rgb(68 213 127 / 43%);
    color: rgb(68 213 127);
}
.loginButton:hover, .loginButton:focus, .loginButton:active {
     background: rgb(4 255 106 / 18%) !important;
    border-color: rgb(24 255 118 / 37%) !important;
    color: rgb(19 255 115) !important;
}