.bulleticon {
    margin-right: -3px

}

.nav-steps-public-column-item:after {
    height: 65% !important;
    top: 94% !important;
}

.nav-steps-public-column-item-circle {
    margin-top: -8px;
}

.laststep {
    border-radius: 0 !important;
    height: 3px;
    width: 15px;
    margin-right: -4px !important;
}


@media (min-width: 992px) {
    .fs-lg-8 {
        font-size: 15px !important;
    }
}

.header-section {
    font-size: 20px !important;
}

.main-profile .box-link_sanat:hover {
    color: #ffffff !important;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.our-property:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 1214px;
    height: 675px;
    background-color: #f7f7f7;
    border-radius: 15px;
    z-index: -1;
}

.our-property:after {
    display: none;
}

.video-section:before {
    content: '';
    position: absolute;
    border-radius: 20px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(180deg, #f74b08 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(180deg, #002747 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -ms-linear-gradient(180deg, #f74b08 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.8;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

footer .material-symbols-outlined{
    color: var(--bs-blue);
}

.offcanvas .nav-menu .dropdown-toggle:after{
    display: none!important;
}
