/* ============================== 23 Footer ============================== */
.text {
    fill: none;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    stroke: #fff;
    font-size: 128px;
    line-height: normal;
}

.get_touch_text a .text:nth-child(5n+1),
.footer_upper_big_text a:hover .text:nth-child(5n+1) {
    stroke: #fff;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.get_touch_text a .text:nth-child(5n+2),
.footer_upper_big_text a:hover .text:nth-child(5n+2) {
    stroke: #fff;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.get_touch_text a .text:nth-child(5n+3),
.footer_upper_big_text a:hover .text:nth-child(5n+3) {
    stroke: #ea2a25;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.get_touch_text a .text:nth-child(5n+4),
.footer_upper_big_text a:hover .text:nth-child(5n+4) {
    stroke: #fff;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
}

.get_touch_text a .text:nth-child(5n+5),
.footer_upper_big_text a:hover .text:nth-child(5n+5) {
    stroke: #ea2a25;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}

.footer_upper_big_text a {
    display: flex;
    color: white;
    font-size: 10.5rem;
    font-family: "Mont Black", sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition-duration: 0.5s;
}

    .footer_upper_big_text a:hover {
        color: transparent; /* Makes the text color transparent */
        -webkit-text-stroke: 2px #ea2a25; /* Adds a white outline to the text */
        -webkit-background-clip: text; /* Clips the background to the text */
        background-clip: text; /* For non-WebKit browsers supporting background-clip */
    }
    @media screen and (max-width: 768px){
        .footer_upper_big_text a {
            font-size: 4.5rem;
        }
    }
.footer_mid_area {
    padding-bottom: 40px;
    border-bottom: 2px solid rgb(255 255 255 / 10%);
}

.footer_bottom_area,
.get_touch_info_bottom > p,
.coming_soon_title_area h2,
.comment_info > p {
    padding: 20px 0px;
}

.footer_logo_area p {
    width: 410px;
}

ul.footer_social_icon {
    display: flex;
    gap: 15px;
    justify-content: end;
}

    ul.footer_social_icon li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 2px solid rgb(242 242 242 / 20%);
        border-radius: 50%;
        padding: 14px;
        box-shadow: inset 0 0 0 0px #ea2a25;
    }

ul.our_project_tabs li.active a,
ul.our_project_tabs li a:hover,
.single_project_tags a:hover,
ul.blog_category_list a:hover,
ul.blog_hastags_list a:hover,
.footer_mid_area a:hover,
.footer_bottom_area a:hover,
.comment_info a:hover {
    color: #ea2a25;
}

ul.footer_social_icon li a:hover {
    box-shadow: inset 0 0px 50px 50px #ea2a25;
    border: 2px solid #fff;
}
/* ============================== 24 Scroll To Top Button ============================== */
.scrolltop_area {
    position: fixed;
    right: 60px;
    bottom: 0;
    transition: all .5s ease;
    transform: translateY(100px);
    z-index: 100;
}

body.scrolled .scrolltop_area {
    transform: translateY(0);
}

.scrolltop_area button#scroll-top-btn {
    border: 0;
    width: 60px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 6px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #181818;
    color: #fff;
    gap: 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.scrolltop_area span.scroll-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ea2a25;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    max-width: 9vw;
}

.footer-contact {
    padding: 50px 0;

}

.track-bg {
    background-image: url(../images/footer_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}
