@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Geist", serif !important;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content[data-border="true"]:after,
.content [data-border="true"]:after {
    content: "";
    border-width: 0 0 0 0;
    /* Default values for top, right, bottom, left */
    border-color: none;
    border-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: inherit;
    pointer-events: none;
}

.content {
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.08);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    backdrop-filter: blur(15px);
    align-content: center;
    align-items: center;
    border-radius: 40px;
    box-shadow: 0 21px 100px #000;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: min-content;
    justify-content: center;
    max-width: 640px;
    overflow: hidden;
    padding: 50px;
    position: relative;
    width: 100%;
    will-change: transform;
}

.border-green {
    border-bottom-width: 1px;
    border-color: #268829;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    padding: 40px;
    position: relative;
    width: 80%;
    z-index: 5;
}

.content .icon img {
    height: 124px;
    width: 125px;
}

.content .text {
    font-size: 20px;
    color: #ffffff80;
}

.btn-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    background-color: rgb(38, 136, 41);
    color: white;
    opacity: 1;
    text-decoration: none;
    border-radius: 800px;
    width: 85%;
    padding: 10px 20px;
}

.twitter_symbol {
    width: 30px;
}



.btn-custom:hover {
    background-color: #009840;
    color: white;
}
.twitter_symbol{
    cursor: pointer;
}
@media (max-width: 768px) {
    .border-green {
        padding: 0px !important;
    }

    .content {
        border-bottom-width: 1px;
        border-color: rgba(255, 255, 255, 0.08);
        border-left-width: 1px;
        border-right-width: 1px;
        border-style: solid;
        border-top-width: 1px;
        backdrop-filter: blur(15px);
        align-content: center;
        align-items: center;
        border-radius: 40px;
        box-shadow: 0 21px 100px #000;
        display: flex;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 30px;
        height: 471px;
        justify-content: center;
        max-width: 640px;
        overflow: hidden;
        padding: 8px;
        position: relative;
        width: 100%;
        will-change: transform;
    }

    .content .icon {
        font-size: 48px;
    }

    .content .text {
        font-size: 16px;
    }

    .btn-custom {
        font-size: 16px;
    }
}