@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300&family=Mulish:wght@200;400;600;800&display=swap');

body {
    background-color: black;
}

section {
    height: 100vh;

}


#main-hero {
    height: 100vh;
    background-image: url("/assets/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-img-container {
    height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.bg-img-mobile {
    height: 100%;
}

.over-top {
    position: absolute;
}

.feature-1 {
    top: 30%;
    left: 8%;
}

.feature-2 {
    bottom: 10%;
    left: 14%;
}

.feature-3 {
    top: 16%;
    right: 8%;
}

.feature-4 {
    bottom: 24%;
    right: 4%;
}

@media only screen and (max-width: 1392px) {
    .feature-1 {
        top: 30%;
        left: 8%;
    }

    .feature-2 {
        bottom: 20%;
        left: 9%;
    }

    .feature-3 {
        top: 30%;
        right: 11%;
    }

    .feature-4 {
        bottom: 20%;
        right: 9%;
    }
}


@media only screen and (max-width: 1100px) {

    .feature-1 {
        top: 15%;
        left: 18%;
    }

    .feature-2 {
        bottom: 15%;
        left: 18%;
    }

    .feature-3 {
        top: 40%;
        right: 11%;
    }

    .feature-4 {
        bottom: -9%;
        right: 10%;
    }
}


@media only screen and (max-width: 400px) {

    .over-top {
        height: 90px;
    }

    .feature-1 {
        top: 10%;
        left: 10%;

    }

    .feature-2 {
        bottom: 35%;
        left: 10%;
    }

    .feature-3 {
        top: 30%;
        right: 8%;
    }

    .feature-4 {
        bottom: 10%;
        right: 8%;
    }
}


@media only screen and (max-width: 580px) {

    .over-top {
        height: 120px;
    }

    .feature-1 {
        top: 10%;
        left: 2%;

    }

    .feature-2 {
        bottom: 30%;
        left: 2%;
    }

    .feature-3 {
        top: 30%;
        right: 2%;
    }

    .feature-4 {
        bottom: 10%;
        right: 2%;
    }

    .bg-img-mobile {
        top: 50%;
    }

}

@media only screen and (max-width: 375px) {

    .over-top {
        height: 90px;
    }

    .feature-4 {
        bottom: 20%;
        right: 10%;
    }

    .feature-2 {
        bottom: 39%;
        left: 18%;
    }

}

/* next section */

.leading-info {
    margin-top: 100px;
    justify-content: center;
    text-align: center;
}

.leading-info h1 {
    font-family: 'Mulish', sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: bold;

}

.second-section {
    height: 100%;
    /* margin-bottom: 300px; */
}

.download-third-section {
    height: 967px;
    /* border: 1px solid #fff; */
    margin-bottom: 200px;
}

.leading-info p {
    color: #90B4B4;
    font-size: 16px;
    font-family: 'Inter', sans-serif;

}

.sec-content-container {
    padding-top: 140px;
    /* display: flex; */
    /* margin: 0 calc(140px); */
    /* height: 70vh; */
}

@media screen and (max-width: 576px) {
    .sec-content-container {
        padding-top: 200px;
    }
}


/* .sec-content-left {
    width: 50%;

} */


/* .sec-content-right {
    position: relative;
    width: 50%;
} */

/* .abs {
    position: absolute;
} */

.sec-content-right .phones {
    top: 5%;
    right: 0%;
}

.sec-content-right .phones1 {
    top: -180px;
    right: -100px;
}

.sec-content-right .ring {
    top: 5%;
    right: 10%;
}

.sec-content-right .round {
    top: 5%;
    right: 10%;
}


.sec-content-left .lead {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    background: linear-gradient(213.89deg, #23FFF8 -6.52%, #30A9FF 97.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sec-content-left-info img {
    height: 34px;

    width: 34px;
}

.sec-content-left-info {
    /* border: 1px solid blue; */
    display: flex;
    text-align: start;
    align-items: center;

}

.sec-content-left-info h1 {
    margin-left: 1rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.sec-content-p p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #90B4B4;
}

.image3 {
    position: relative;
    top: -100px;
    height: 800px;
    width: 900px;
    left: -150px;
}