* {
    padding: 0px;
    margin: 0px;
}

.hero {
    width: auto;
    height: auto;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    background-color: black;
    color: white;
}
.hero video {
    width: 100%;
    height: auto;
}
.hero h1 {
    text-align: center;
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.m-h1 {
    display: none;
}

h1 span {
    color: #ff6e00;
    font-size: 95px;
    font-weight: 700;
}
.command-on-the-go-m {
    display: none;
}

.command-on-the-go {
    display: flex;

    width: auto;
    height: auto;
    background-color: black;
    color: white;
}

.command-on-the-go img {
    display: flex;

    width: 100%;
    height: auto;
}

.bhoomi-feature-m {
    display: none;
}
.bhoomi-feature {
    display: flex;

    height: auto;
    width: auto;

    background-color: white;
    color: black;
}

.bhoomi-cover-pic {
    display: flex;
    width: auto;
    height: auto;
    object-fit: cover;
}

.bhoomi-cover-pic img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: fill;
}

.all-features {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;

    justify-content: center;
    align-items: center;
}
.all-features h1 {
    font-size: 70px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 20px;
}

.feature-list {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, 1.5fr);
    grid-template-rows: repeat(3, 1.5fr);
    grid-column-gap: 50px;
    grid-row-gap: 60px;

    text-align: center;

    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.feature-list img {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    filter: invert(100%);
}

@media (min-width: 360px) and (max-width: 770px) {
    * {
        padding: 0px;
        margin: 0px;
    }

    .hero {
        display: flex;
        width: auto;
        height: auto;
    }

    .hero video {
        display: flex;
        height: 50vh;
        width: auto;

        object-fit: cover;
    }

    .hero h1 {
        font-size: 7vw;
        font-weight: 300;
    }

    h1 span {
        font-size: 8vw;
    }
    .command-on-the-go {
        display: none;
    }
    .command-on-the-go-m {
        display: flex;
        flex-direction: column;
        height: auto;
        width: auto;

        font-family: "Poppins", sans-serif;

        background-color: black;
        color: white;
    }

    .command-on-the-go-m h1 {
        font-size: 8vw;
        font-weight: 300;
        text-align: center;
    }

    .command-on-the-go-m p {
        font-size: 4vw;
        font-weight: 200;
        text-align: center;
    }
    .command-on-the-go-m img {
        display: flex;
        width: 100%;
        height: auto;
    }

    .bhoomi-feature {
        display: none;
    }
    .bhoomi-feature-m {
        display: flex;
        flex-direction: column;
        font-family: "Poppins", sans-serif;
    }
    .feature-list {
        display: flex;
        flex-direction: column;
        margin-bottom: 10vw;
    }

    .bhoomi-feature-m h1 {
        font-size: 8vw;
        text-align: center;
        font-weight: 300;
    }

    .all-features p {
        font-size: 4vw;
        font-weight: 200;
    }
}
