.logo-text {
    display: flex;
    /* justify-content: center; */
    align-items: center;

}

.logo-text h2 {
    font-family: "Heebo", sans-serif;
}

.reach-text {
    color: black;
    font-weight: bold;
    font-size: large;
}

.reach-para1 img {
    width: 70%;
    height: 70%;
    margin-top: 20px;
}

.reach-para1 div {
    margin-top: 20px;
    color: black;
    font-family: "Heebo", sans-serif;

    font-weight: bold;
    font-size: large;
}

.reach-para2 p {
    color: black;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: large;
}

.reach-para3 {
    margin-top: 30px;
}

.reach-para3 p {
    color: black;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: large;
}

.reach-para4 {
    color: black;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: large;
}

.reach-para3 li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    font-size: large;
    padding: 5px;

}

/* .reach-para3 li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: black;
} */

.reach-para3 li::before {
    content: "";
    position: absolute;
    left: -45px;
    top: -10px;
    width: 50px;
    height: 50px;

    background-image: url('../img/reach/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.sildercls {
    /* box-shadow: 5px 10px; */
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(216, 235, 235);

}

.silderjs img {
    /* padding: 5px; */
    border-radius: 10px;
}

/* #slider-container>div {
    display: none;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-color: #f2f2f2;
    font-size: 24px;
    font-weight: bold;
} */
.reach-para2 img {
    border-radius: 10px;
}

.round {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: gray;
    display: inline-block;
    margin: 5px;
    transition: background-color 0.3s;
}

.contact-para1 {
    display: flex;
    justify-content: center;


}

.contact-para2 {
    height: 450px;
}

.contact-para1 li {
    font-weight: bold;
    color: black;
}

.invest-li-1 {
    color: black;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: large;
}

/*    
} */

@media screen and (max-width: 768px) {
    .mobite-view {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .logo-text img {
        width: 100px;
    }

    .logo-text h2 {
        font-size: 15px;
    }

    .reach-text {
        font-weight: bold;
        font-size: medium;
        width: 350px;

    }

    .reach-para1 img {
        width: 100%;
        height: 100%;
    }

    .reach-para1 div {
        width: 350px;
        font-size: medium;
        font-weight: bold;

    }

    .reach-para2 p {
        font-weight: bold;
        font-size: medium;
    }

    .mobile-reach {
        width: 150% !important;
        height: 150% !important;
    }

    .sildercls {
        width: 350px;
        padding: 10px;
    }

    .reach-para4 {
        width: 350px;
    }
}

.icon-img {
    width: 50px;
}

.table-device{
    border: 2px black solid;
}
