.parallax-image {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
}

.sc_skills_item_title {
    font-size: 22px !important;
}

.homepage-section-6 i {
    opacity: .6;
}

.metric-desc {
    position: relative;
    z-index: 2;
    color: #afafaf;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}

.case-element {
    padding: 30px 20px !important;
    border: 1px solid #ff5f09d1 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 300ms !important;
}

.case-element span {
    line-height: 1.4;
}

.case-element:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
    box-shadow: 0 5px 30px #ffffff40 !important;
}

.number-container {
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.align-start {
    align-items: start !important;
}

.count-line {
    position: absolute;
    width: calc((100% - 20px) / 2);
    top: 33px;
    right: -20px;
    height: 1px;
    background: #ff5f09;
}

.count-line.start {
    right: unset;
    left: -20px;
}

.count-line.trans {
    background: transparent;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
}

.column-1_4 {
    overflow: visible;
    padding: 0 20px;
    width: calc(25% - 40px);
}

@media screen and (max-width: 600px) {
    .column-1_4 {
        padding: 0;
        width: 100%;
    }

    .column-1_4:has(.case-element) {
        margin-bottom: 20px;
    }
}

.banner-section {
    position: relative;
    padding: 65px 20px 90px 20px;
    width: calc(100% - 40px);
}

.banner-section-caption {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
    margin: auto;
    text-align: center;
}

.count-section {
    padding-top: 20px;
    padding-bottom: 45px;
    position: relative;
}

.banner-section-caption h3 {
    max-width: 566px;
    margin: 0 auto 20px auto;
    line-height: 1.35;
}


.banner-section-caption p {
    max-width: 800px;
    color: #f1f1f1;
    margin: 0 auto 30px auto;
}

.element-center-container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}

.special-btn {
    padding: 12px 36px;
    font-size: 21px;
    font-weight: 800;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    background: #ff5f09;
    box-shadow: 0 0 30px #ff5f09;
    transition: 500ms;
}

.special-btn:hover {
    color: #fff;
    background: #ff5f09d1;
    transform: scale(1.05);
    box-shadow: 0 0 80px #ff5f09;
}

.trading-section {
    position: relative;
}

.trading-element {
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.trading-element * {
    color: #fff;
    text-align: center;
}

.number-element {
    border-radius: 50%;
    border: 2px solid #ff5f09;
    color: #fff;
    font-size: 30px;
    text-align: center;
    height: 60px;
    width: 60px;
    position: relative;
    transition: 300ms;
}

.trading-element:hover .number-element {
    background: #ff5f09;
}

.number-element > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img {
    transition: 300ms;
}


.contact-section {
    padding: 100px 0;
    position: relative;
}

.contact-section * {
    color: #fff;
}

.column-1_2 {
    width: calc(50% - 30px);
    padding: 0 15px;
}

@media screen and (max-width: 600px) {
    .column-1_2 {
        width: 100%;
        padding: 0;
    }
}

.contact-element {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: 300ms;
}

.contact-element i {
    font-size: 22px;
    color: #ff5f09;
}

.contact-element:hover * {
    color: #ff5f09 !important;
}

.input, textarea {
    width: 100%;
    border: 1px solid #fff !important;
    margin-bottom: 20px;
    border-radius: 8px !important;
    color: #ff5f09 !important;
    padding: 12px 18px !important;
    transition: 300ms !important;
}

.input:focus, textarea:focus {
    border: 1px solid #ff5f09 !important;
}

.input::placeholder, textarea::placeholder {
    color: #fff !important;
}

.submit-btn {
    margin-top: 10px;
}

.submit-btn:hover {
    box-shadow: 0 0 20px #ff5f09;
}

.contact-section h6 {
    margin: 0 0 0 15px;
}

.row-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.row-3 .input {
    width: calc(50% - 8px);
}

.animation-btn {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 9px 27px;
    border: 1px solid;
    width: fit-content;
    border-radius: 14px;
}

.animation-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 55px;
    background-color: #ff5f09;
    transform: translate(-110%, 0) skew(-30deg);
    transition: 0.5s;
    z-index: 1;
}

.animation-btn.black-btn::before {
    background-color: #000;
}

.animation-btn:hover {
    transform: unset;
}

.animation-btn > span {
    position: relative;
    z-index: 2;
    transition: 500ms;
}

.animation-btn:hover > span {
    color: #fff;
    z-index: 2;
}

.animation-btn.black-btn:hover > span {
    color: #fff;
    z-index: 2;
}

.animation-btn:hover::before {
    transform: translate(-5%, 0) skew(-15deg);
}

.sc_icons_item.sc_icons_item_linked.with_more.animated-item.animated.nexio-fadeinup {
    background: unset;
    border: 1px solid #212121;
    padding: 45px 40px;
    transition: 300ms;
}

.sc_icons_item.sc_icons_item_linked.with_more.animated-item.animated.nexio-fadeinup * {
    transition: 300ms;

}

.sc_icons_item.sc_icons_item_linked.with_more.animated-item.animated.nexio-fadeinup:hover * {
    color: #ff5f09 !important;
}

.sc_icons_item.sc_icons_item_linked.with_more.animated-item.animated.nexio-fadeinup:hover {
    border: 1px solid #ff5f09;
}

.card-element {
    max-width: unset !important;
}

.card-element figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spec-grid   {
    margin-right: unset!important;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.one-element {
    margin-bottom: 45px;
}

.spec-grid > div i {
    opacity: .25;
}
