.body{
    font-family: "roboto";
}

#navbar{
    background: linear-gradient(90deg, #0A2227 0%, #090F0F 100%);
}

#section1{
    background-image: url(background\ image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
}

#text1{
    padding-top: 150px;
}

#section2{
    background: rgba(10, 32, 37, 1);
    width: 100%;
    height: fit-content;
    /* height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
}

#section4{
    background: rgba(68, 149, 150, 1);
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section3{
    background: rgba(10, 32, 37, 1);
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding-left: 100px;
}

#text2{
    font-size: 13px;
    height: fit-content;
}

#text3{
    font-size: 13.5px;
    line-height: 1;
    height: fit-content;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#text4{
    font-size: 30px;
    font-weight: 400;
    font-family: "roboto";
    margin: 0px;
}

#navbar .navbar-brand img {
    height: 100px; /* Fixed height */
    width: 30px; /* Maintain aspect ratio */
  }

@media screen and (max-width: 768px) {
    #section1{
        background-image: url(mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 0%;
        margin-bottom: 0px;
    }
    #text1{
        padding-top: 0px;
        text-align: center;
    }
    #div2{
        padding-bottom: 500px;
    }
}

@media screen and (max-width: 576px) {
    #anchor{
        display: flex;
        justify-content: center;
    }
    #pic1ed{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #text3{
        display: flex;
        justify-content: center;
        width: 100%;
        padding-bottom:5px;
    }
    #elem6ed{
        width: 69px;
        height: 69px;
    }
    #div6{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    
}

@media screen and (min-width: 992px){
    #pic1ed{
        width:85%;
        height: 440px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 375px) and (max-width:652px) {
    #text4{
        font-size: 20px;
        margin: 0px;
    }
}
