* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-1 {
    margin-top: 5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}
nav ul li{
    z-index: 2;
}

.container-1 img {
    background-color: rgba(130, 130, 129, 0.66);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 90%;
    height: 600px;
}

.container-card-1 {
    position: absolute;
    width: 35%;
    height: 300px;
    text-align: center;
    backdrop-filter: blur(80px);
    padding: 2rem;
    border-radius: 16px;
}

.container-1 span {
    font-size: 40px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.container-1 button {
    color: #ffffff;
    background: #6bc62e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: none;
    border: 0 solid transparent;
    padding: 1em 1em;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.125rem;
    margin-top: 2rem;
    transition: all .3s ease-in-out;
    text-align: center;
    overflow: hidden;
    font-weight: lighter;
    transition: 0.5s;
}

.container-1 button:hover {
    box-shadow: 1px 4px 20px 2px #6bc62e;
    border: rgba(0, 0, 0, 1);
    transition: 0.5s;
}

.container-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 2rem;
    margin-left: 8rem;
    height: 100%;
    max-width: 100%;
    padding-bottom: 5rem;
}

.container-text strong {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

strong #text2 {
    margin-top: 5rem;
}

.container-text ul li {
    margin-top: 1rem;
    text-align: left;
}

.container-text h2 {
    margin-top: 5rem;
}

.text-left {
    margin-top: 3rem;
    max-width: 100%;

}

.text-right {
    max-width: 100%;
    margin-top: 2.5rem;
}

.text-left-right {
    display: flex;
    gap: 3rem;
}

.container-text h5 {
    font-size: 16px;
    text-align: start;
    margin-top: 3rem;
}

.container-2 {
    margin-top: 5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.container-2 img {
    background-color: rgba(130, 130, 129, 0.66);
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    object-fit: fill;
    border-radius: 16px;
    width: 90%;
    height: 600px;
}

.container-card-2 {
    position: absolute;
    width: 80%;
    height: 400px;
    text-align: center;
    backdrop-filter: blur(80px);
    padding: 2rem;
    border-radius: 16px;
}

.topdiv,
.bottomdiv {
    width: 100%;
}

.textdiv {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    text-align: center;
}

.textdiv h2 {
    color: #6bc62e;
    font-style: normal;
    font-weight: 700;
    font-size: 28x;
    font-family: 'Montserrat', sans-serif;
}

.textdiv p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #F6F6F6;
}

@media screen and (max-width:768px) {
    .container-text {
        margin: 0;
    }

    .text-left-right {
        display: grid;
    }

    .container-card-1 {
        width: 85%;
    }

    .container-card-1 span {
        font-size: 30px;
    }

    .navbar {
        flex-direction: column;
        padding: 2% 2rem;
        background: none;
        display: grid;
        flex-wrap: wrap;
    }

    .navbar-left {
        padding-bottom: 1rem;
        display: grid;
        margin-left: -3rem;
    }

    .navbar-right {
        margin-top: 1rem;
        margin-left: 4rem;
    }

    .navbar ul {
        display: grid;
    }

    .container-2 img {
        width: 90%;
        object-fit: cover;
    }

    .container-card-2 {
        width: 100%;
        height: 650px;
    }

    .textdiv {
        justify-content: center;
        display: flexbox;
        font-size: smaller;
        gap: 2.5rem;
        padding: 0;
    }

    .textdiv h2 {
        font-size: 20px;
        font-family: 'Times New Roman', Times, serif;
        color: #6bc62e;
    }

    .textdiv p {
        font-size: 13.3px;
        color: #000000;
        font-weight: normal;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 1rem;
    }

}
@media screen and (min-width:769px) and (max-width:936px) {
    .container-text {
        margin: 0;
    }

    .text-left-right {
        display: grid;
    }

    .container-card-1 {
        width: 85%;
    }

    .container-card-1 span {
        font-size: 30px;
    }

    .navbar {
        flex-direction: column;
        padding: 2% 2rem;
        background: none;
        display: grid;
        flex-wrap: wrap;
    }

    .navbar-left {
        padding-bottom: 1rem;
        display: grid;
        margin-left: -3rem;
    }

    .navbar-right {
        margin-top: 1rem;
        margin-left: 4rem;
    }

    .navbar ul {
        display: grid;
    }

    .container-2 img {
        width: 90%;
        object-fit: cover;
    }

    .container-card-2 {
        width: 90%;
        height: 300px;
    }

    .textdiv {
        justify-content: center;
        display: flexbox;
        font-size: smaller;
        gap: 2.5rem;
        padding: 0;
    }

    .textdiv h2 {
        font-size: 20px;
        font-family: 'Times New Roman', Times, serif;
        color: #6bc62e;
    }

    .textdiv p {
        font-size: 13.3px;
        color: #000000;
        font-weight: normal;
        font-family: 'Times New Roman', Times, serif;
        margin-top: 1rem;
    }

}