body {
    font-family: 'Poppins', sans-serif;
}

.grad {
    background-image: linear-gradient(to left, #1BD6AB 70%, #17E470);

}

.darkborder {
    background: black;
    border: 1px solid #17E470 !important;

}

a {
    text-decoration: none;
}

.bolder {
    font-weight: bolder;
}

.menu {
    border-top: 1px solid #17E470;
}

.menu:hover {

    border-top: 1px solid #17E470;
    border-bottom: 1px solid #17E470;
}

.herocaption {
    position: relative;
    margin-top: -450px;
    height: 70vh;
    z-index: 1000;
}

.textgrad {
    font-family: 'Poppins', sans-serif;

    background: linear-gradient(to left, #1BD6AB 70%, #17E470);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textfont {
    font-family: 'Poppins', sans-serif;
}

.gradtext {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    background: linear-gradient(to left, #1BD6AB 70%, #17E470);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
}

.herotext {
    font-family: 'Poppins-100', sans-serif;
    font-size: 20px;
    line-height: 29px;
    font-weight: normal !important;
}

.story {


    position: relative;
    display: block;
    background: #0A090D;
}

.storyimage {
    background-image: url("main.59e847056aeba9d3c57f.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 0;
    padding: 5% 3%;

}

.bgimage {
    background-image: url("main.59e847056aeba9d3c57f.png");
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: scale-down;
    background-size: cover;

    

}

.storyimage2 {
    background-image: url("bs22.png");
    background-position: center;
    background-size: cover;
    z-index: 0;
    padding: 5% 3%;

}

.content {
    width: 100%;

}

.spinimage {
    position: relative;
    width: 150px;
    z-index: 0;
}

.centerimage {
    width: 70px;
    position: absolute;
    margin-left: -112px;
    margin-top: 35px;

}

.text {
    font-family: 'Poppins', sans-serif;
    font-size: medium !important;
}
.header {
    font-family:  sans-serif;
    font-size: 30px;
    line-height: 40px;
}

.bigbtn {
    height: 80px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.absolute {
    position: absolute;
}

.formgroup {
    flex-wrap: nowrap;
}

.section {
    padding: 5% 10%;
}



@media only screen and (max-device-width:650px) {
    .formgroup {
        flex-wrap: wrap;
    }

    .herocaption {
        position: relative;
        margin-top: -50px;
        z-index: 1000;
        height: auto;
        text-align: center;
        font-size: large;
    }

    .section {
        padding: 15% 1%;
    }

    h1,
    h2 {
        line-height: 40px;
        font-size: xx-large !important;
    }

    .gradtext {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background: linear-gradient(to left, #1BD6AB 70%, #17E470);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 35px;
    }

    .herotext {
        margin-top: -18px;
        font-family: 'Poppins-100', sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: lighter !important;
    }

    .spinimage {
        position: relative;
        width: 80px;
        z-index: 0;
    }

    .centerimage {
        width: 35px;
        position: absolute;
        margin-left: -60px;
        margin-top: 20px;

    }

    .bigbtn {
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .absolute {
        position: relative;
    }


}