body {
    width: 100vw;
    height: fixed;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background: rgba(16, 19, 17, 1);
    /* background: linear-gradient(to right, white, black); */
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: light;
    font-style: normal;
}

a {
    color: white;
    text-decoration: none;
}

.navbar {
    position: sticky;
    width: 97vw;
    height: 60px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 80px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}

.sc1 {
    color: white;
    justify-content: center;
    height: fit-content;
    align-items: center;
}

.nav {
    color: white;
    padding: 2px 2px 2px 2px;
    height: var(60-14);
    display: flex;
    align-items: center;
    list-style: none;
    gap: 25px;
}

.sc2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav:hover{
    transform: scale(1.02);
}
.sc3:hover{
    transform:skew(10deg);
}
.sc3 {
    background-color: rgb(182, 233, 182);
    padding: 5px;
    height: fit-content;
    border-top: 1px solid black;
    border-radius: 30px;
    box-shadow: 0px 0px 3px 5px black;
}
.bg{
    /* background-image: linear-gradient(to right, white, black); */
    background: linear-gradient(180deg, rgba(223, 220, 220, 0) 0%, rgba(0, 0, 0, 0.9) 94.51%);
    border: 1px solid white;
    height:100vh;
    position: absolute;
}
.hero {
    border: 1px solid black;
    width: 100%;
    gap: 24px;
    position: absolute;
}

.image>img {
    opacity: 0.74;
    height: 781px;
    width: 100%;
    object-fit: fill;
    filter: brightness(96%);
    filter: contrast(90%);
}

.cont_main {
    position: absolute;
    top: 90px;
    left: 20%;
    text-align: center;
    width: 830px;
    height: 86px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 1;
}

.cont_main>text {
    font-family: Sora;
    font-weight: 400;
    font-size: 52px;
    line-height: 86.4px;
    letter-spacing: -4%;
    text-align: center;
    z-index: 1;
}

.white {
    font-family: Sora;
    font-weight: 600;
    font-size: 42px;
    line-height: 86.4px;
    letter-spacing: -4%;
    text-align: center;
    color: white;
}

.green {
    font-style: italic;
    font-family: Solitreo;
    font-weight: 400;
    font-size: 42px;
    line-height: 86.4px;
    letter-spacing: -4%;
    text-align: center;
    color: rgb(187, 247, 187);

}

.txtsec {
    color: white;
    font-size: 16px;
}

.stl1 {
    font-size: 14px;
}

.cards {
    display: flex;
    gap: 20px;
    color: white;
    width: auto;
    height: 55px;
    padding: 2px;
    justify-content: center;
    align-items: center;
}

.first {
    display: flex;
    border: 1px solid rgb(243, 238, 238);
    border-radius: 30px;
    padding: 4px;
}
.first:hover{
    transform: scale(1.05);
}
.first>img {
    padding: 2px;
    height: 14px;
    width: 19.52px;
    padding-top: 2px;
    padding-left: 2px;
    object-fit: contain;
    padding-right: 2px;
}

.sec {
    display: flex;
    border: 1px solid rgb(12, 12, 12);
    border-radius: 30px;
    color: black;
    background-color: rgb(158, 218, 158);
    padding: 4px;
}

.sec>img {
    height: 14px;
    width: 19.52px;
    object-fit: contain;
}
.sec:hover{
    transform: scale(1.05);
}