/** feature-section **/

.feature-section {
    position: relative;
}

.feature-section .inner-container {
    position: relative;
    display: block;
    /* box-shadow: 0px 20px 60px 10px #00000012; */
    margin-top: -38px;
    z-index: 2;
}

.feature-section .feature-block-one {
    float: left;
    width: 22.85%;
    margin: 10px;
}

.feature-block-one .inner-box,
.commodities .inner-box,
.stock .inner-box,
.raw-spread .inner-box,
.crypto-currency .inner-box {
    position: relative;
    display: block;
    padding: 30px 20px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 10px 40px 2px rgba(0, 0, 0, 0.4);
}

.commodities .inner-box {
    min-height: 320px;
}

.raw-spread .inner-box {
    min-height: 230px;
}

.stock .inner-box {
    min-height: 375px;
}

.feature-block-one .inner-box {
    min-height: 400px;
}

.crypto-currency .inner-box {
    min-height: 280px;
}

.feature-block-one .inner-box:before,
.commodities .inner-box:before,
.stock .inner-box:before,
.raw-spread .inner-box:before,
.crypto-currency .inner-box:before {
    position: absolute;
    content: "";
    background: #fd341d;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before,
.crypto-currency .inner-box:hover:before {
    height: 100%;
}

/* .commodities .inner-box:hover, .stock .inner-box:hover, .raw-spread .inner-box:hover{
    border-radius: 25px;
} */

.commodities .inner-box:hover:before,
.stock .inner-box:hover:before,
.raw-spread .inner-box:hover:before {
    height: 100%;
    /* border-radius: 25px; */
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #fd341d;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 500ms ease;
    box-shadow: 0px 2px 3px rgb(4 4 4 / 62%);
}

.commodities .inner-box .icon-box,
.stock .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    background: #fd341d;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 500ms ease;
    box-shadow: 0px 2px 3px rgb(4 4 4 / 62%);
    padding: 15px;
}

.feature-block-one .inner-box:hover .icon-box {
    background: rgba(255, 255, 255, 0.2) !important;
}

.commodities .inner-box:hover .icon-box,
.stock .inner-box:hover .icon-box {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 25%;
}

.feature-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 29px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-block-one .inner-box h4 a {
    font-size: 20px;
    display: inline-block;
    color: var(--title-color);
}
/*
.commodities .inner-box h4, .stock .inner-box h4{
    font-size: 20px;
    color: var(--title-color);
} */

.feature-block-one .inner-box:hover h4 a,
.commodities .inner-box:hover h4,
.stock .inner-box:hover h4,
.raw-spread .inner-box:hover h4,
.crypto-currency .inner-box:hover h4 {
    color: #42545e !important ;
}

.raw-spread .inner-box:hover h3,
.crypto-currency .inner-box:hover h3 {
    color: #42545e !important ;
}

.feature-block-one .inner-box h4 a:hover {
    text-decoration: none;
    background-color: #ffffff80;
    border-radius: 5px;
    padding: 5px;
    color: #000;
}

.feature-block-one .inner-box p,
.commodities .inner-box p,
.stock .inner-box p,
.raw-spread .inner-box p {
    position: relative;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover p,
.commodities .inner-box:hover p,
.stock .inner-box:hover p,
.raw-spread .inner-box:hover p,
.crypto-currency .inner-box:hover p {
    color: #fff;
}

/** feature-style-two **/

.feature-style-two {
    position: relative;
    box-shadow: 0px 7px 50px 0px rgba(0, 0, 0, 0.1);
}

.feature-style-two .sec-title {
    background: #42545e;
    padding: 69px 70px 68px 0px;
}

.feature-style-two .sec-title:before {
    position: absolute;
    content: "";
    background: #212226;
    width: 5000px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.feature-style-two .content-box {
    position: relative;
    display: block;
}

.feature-block-two .inner-box {
    position: relative;
    display: block;
    padding: 64px 0px 61px 0px;
}

.feature-block-two .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #fd341d;
}

.feature-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
}

.feature-block-two .inner-box h3 a {
    display: inline-block;
    color: var(--title-color);
}

.feature-block-two .inner-box h3 a:hover {
    color: #fd341d;
}

.feature-style-two .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
}

.feature-style-two .owl-nav .owl-prev {
    position: absolute;
    left: -130px;
}

.feature-style-two .owl-nav .owl-next {
    position: absolute;
    right: -120px;
}

.feature-style-two .pattern-layer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
}

/** feature-style-three **/

.feature-style-three {
    position: relative;
}

.feature-style-three .feature-block-one .inner-box {
    margin-bottom: 30px;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
}

.icon-box {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--theme-color);
    margin-bottom: 24px;
    transition: all 500ms ease;
}

/** RTL **/

.rtl .feature-style-two .sec-title:before {
    right: inherit;
    left: 0px;
}

.rtl .feature-block-two .inner-box {
    text-align: right;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .feature-section .feature-block-one {
        width: 47.2%;
    }

    .feature-style-two .sec-title:before {
        display: none;
    }

    .feature-style-two .sec-title {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-section .feature-block-one {
        width: 95%;
    }

    .feature-style-two .owl-nav {
        display: none;
    }

    .feature-style-two .content-box {
        padding: 0px;
    }

    .feature-style-three {
        padding: 70px 0px 40px 0px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

.typewriter:hover h3 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 0.15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /* letter-spacing: .15em; /* Adjust as needed */
    animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    /* 50% { border-color: orange; } */
}

.zoom-step-text:hover h3 {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
