.fixed-top {
    background: linear-gradient(90deg, rgb(255 255 255) 20%, #fff0 21%, #69696945 32%, #7b7b7b 50% 50%, rgb(133 133 133) 100%)
}
.featurelist-1 {
    background-color: #2B2D1F;
}
h2,
.h2 {
    color: #2f2f2f
}

p {
    color: #343434
}

.fw-bold {
    font-weight: 600
}
.fw-700 {
    font-weight: 700
}

.logo-responv {
    width: 190px;
    padding: 25px;
}

.h-lg-170 {
    height: 170px
}

.html body .top-header.header-2 .nav-link:hover {
    color: #f85359 !important
}

.about-project {
    padding-left: 50px;
    padding-right: 50px
}

.text-align-justify {
    text-align: justify
}

.border-none {
    border: none
}

.desktop {
    display: block
}

.mobile {
    display: none
}

.text-captalize {
    text-transform: capitalize !important
}

.text-lightwhite {
    color: #dbd9d9 !important
}

.fs-medium {
    font-size: medium
}

.flex-wrap-nowrap {
    flex-wrap: nowrap
}

.gap-20p {
    gap: 20px
}

.btn-footer-submit {
    background: #f85359;
    padding: 6px 18px;
    color: #fff;
    box-shadow: none
}

.filter-blur3p {
    filter: blur(3px) !important;
}

@media screen and (275px <=width <=676px) {
    .featurelist-1 {
        background-color: #2f3135cf;
    }
    .h2 {
        font-size: 26px;
        line-height: 30px
    }

    .h-sm-80 {
        height: 80px
    }

    .logo-responv {
        width: 125px;
        padding: 7px;
    }

    .about-project {
        padding: 0 15px
    }

    .fixed-top {
        background: linear-gradient(90deg, rgb(255 255 255) 0%, #fff0 21%, #fff0 32%, #73737338 50% 50%, rgb(133 133 133) 100%);
        padding-top: 3px;
        padding-bottom: 3px;
    }

    html body .top-header.header-2 .navbutton {
        line-height: 30px;
        font-size: 13px;
        margin-top: 46px;
        margin-right: -18px
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .flex-wrap-sm-wrap {
        flex-wrap: wrap;
        padding: 15px;
        justify-content: center
    }
}