html,
body {
    width: 100vw;
    height: 100vh;
    left: 4px;
    background: #000614;
}

.sectionfooter {
    width: 100%;
    height: 100%;
    background: #000614;
    /* padding-top:2.5rem; */
    /* position: relative; */
}

.sectionfooter .footer_top {
    height: 7.5rem;
    width: 80%;
    margin-left: 10%;
    background: #313131;
    border-radius: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionfooter .footer_top_left {
    padding-left: 2.5rem;
}

.sectionfooter .footer_top_left .so {
    display: inline-block;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.625rem;
    letter-spacing: 2px;
}

.sectionfooter .footer_top_left .st {
    font-size: 0.82rem;
    color: #fff;
}

.sectionfooter .footer_top_right {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 2.5rem;
}

.sectionfooter .footer_top_right .input {
    width: 15.63rem;
    height: 2.5rem;
    line-height: 2.25rem;
    border-radius: 1.6rem;
    background: none;
    color: #5b5e64;
    border: 1px solid rgba(92, 95, 102, 0.3);
    padding: 0px 80px 0px 2.875rem;
}

.sectionfooter .footer_top_right .img {
    width: 1.25rem;
    position: absolute;
    left: 1rem;
}

.sectionfooter .footer_top_right .btn {
    width: 4.375rem;
    height: 2.125rem;
    background: #537ce5;
    border: 0px;
    font-size: 0.7rem;
    border-radius: 1.6rem;
    color: #fff;
    position: absolute;
    right: 2.75rem;
}

.sectionfooter .footer_second {
    width: 78%;
    margin-left: 11%;
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.sectionfooter .footer_second li {
    list-style: none;
    margin-bottom: 1.125rem;
    font-size: 0.75rem;
    color: #78797b;
}

.sectionfooter .footer_second li a {
    color: #78797b;
    font-size: 0.875rem;
}

.sectionfooter .footer_second ul li:first-child {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
}

.sectionfooter .footer_second ul li:first-child a {
    color: #fff;
    font-size: 1.1rem;
}

.sectionfooter .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
    margin-top: 2.5rem;
}

.sectionfooter::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1790px) and (min-width: 1599px) {

    .sectionfooter .footer_top_left .st,
    .sectionfooter .footer_second li a {
        font-size: 1rem;
    }

    .sectionfooter .footer_top_left .so {
        font-size: 1.326rem;
    }

    .sectionfooter .footer_second li {
        font-size: 0.95rem;
    }

    .sectionfooter .footer_second ul li:first-child a {
        font-size: 1.3rem;
    }

    .fotter_section {
        height: 31.56rem !important;
    }
}

@media (max-width: 1599px) and (min-width: 1281px) {


    .sectionfooter .footer_second ul li:first-child a {
        font-size: 1.5rem;
    }


    .sectionfooter .footer_top_left .st,
    .sectionfooter .footer_second li a {
        font-size: 1.2rem;
    }

    .sectionfooter .footer_top_left .so {
        font-size: 1.626rem;
    }

    .sectionfooter .footer_second li {
        font-size: 1.25rem;
    }

    .fotter_section {
        height: 32.56rem !important;
    }
}

@media (max-width: 1280px) {

    .sectionfooter .footer_second ul li:first-child a {
        font-size: 1.5rem;
    }

    .sectionfooter .footer_top_left .st,
    .sectionfooter .footer_second li a {
        font-size: 1.4rem;
    }

    .sectionfooter .footer_top_left .so {
        font-size: 1.826rem;
    }

    .sectionfooter .footer_second li {
        font-size: 1.45rem;
    }

    .fotter_section {
        height: 33.56rem !important;
    }
}
