/*
Theme Name: Appics
Theme URI: https://themexriver.com/wp/appics
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Appics - App landinge WordPress Theme
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Appics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.header__logo , .footer__logo.mb-30{
    max-width: 120px !important;
    height: 55px !important;
}
.app-landing__slider-text{
    width: 100%;
}

.tx-heading--al .tx-item--title .highlight::before {
    background: linear-gradient(93.8deg, #ffab004a 46.89%, rgba(209, 32, 96, 0) 125.37%) !important;
    height: 100%;
    bottom: 0;
}

.tx-heading--al .tx-item--title .highlight {
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(91.22deg, #ff002b  6.88%, rgb(255 146 18 / 90%) 52.57%, rgb(255 116 0) 69.82%, #ffc107 87.36%, rgb(255 166 24 / 90%) 93.2%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
}

.app-landing__slider-text h1 {
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: var(--font-poppins);
    background: linear-gradient(91.22deg, #ff7400 6.88%, rgb(255 116 0) 52.57%, #ff7400 69.82%, rgb(255 116 0) 87.36%, rgb(255 116 0) 93.2%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
}

.header__app-landing .main-menu ul li:hover > a, .header__app-landing .main-menu ul li.current-menu-parent > a, .header__app-landing .main-menu ul li.current_page_item > a {
    color: #ff7400 !important;
}
.header__app-landing .main-menu ul li .submenu {
    border-color: #ff7400 !important;
}

.thm-btn--al {
    background: linear-gradient(97.81deg, #ff7400 -3.43%, #ff7400 49.6%, #f3a80f 94.42%)!important;
}

.footer .tx-col:nth-child(4) {
    width: 24% ;
}
@media (max-width: 767px) {
    .footer .tx-col:nth-child(4) {
        width: 100% !important;
    }
    .bar-video-app-play-btn {
    display: flex;
    gap: 18px;
}
}



.brand__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px !important;
}

.footer__shape img:nth-child(2) {
    position: relative;
    animation: moveCar 6s linear infinite;
}

@keyframes moveCar {
    0% {
        transform: translateX(-120%); /* Start far left */
    }
    50% {
        transform: translateX(0%); /* Pass center */
    }
    100% {
        transform: translateX(120%); /* End far right */
    }
}
