/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-mobile {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px 0;
}
#hero-mobile::before {
    content: "";
    position: absolute;
    right: -100%;
    top: 20%;
    width: 250%;
    height: 200%;
    z-index: -1;
    background-color: #ffaf9b;
    transform: skewY(135deg);
}
#hero-mobile h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #ff4a17;
}
#hero-mobile h2 {
    color: #515f7d;
    margin-bottom: 50px;
    font-size: 20px;
}
#hero-mobile .download-btn {
    font-weight: 600;
    font-size: 30px;
    display: table;
    padding: 8px 50px 10px 50px;
    border-radius: 40px;
    transition: 0.5s;
    color: #fff;
    background-image: linear-gradient(
        to right,
        #fe8c00 0%,
        #f83600 51%,
        #fe8c00 100%
    );
    direction: rtl;
    position: relative;
    width: 200px;
    margin: auto;
    box-shadow: 0 0 20px #eee;
}
#hero-mobile .download-btn:hover {
    background-image: linear-gradient(
        to right,
        #fc7b26 0%,
        #fc734d 51%,
        #fe5d00 100%
    );
}
#hero-mobile .download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
}
#hero-mobile .download-btn + .download-btn {
    margin-left: 20px;
}
@media (max-width: 991px) {
    #hero-mobile {
        text-align: center;
    }
    #hero-mobile .download-btn + .download-btn {
        margin: 0 10px;
    }
    #hero-mobile .hero-img {
        text-align: center;
    }
    #hero-mobile .hero-img img {
        width: 60%;
    }
}
@media (max-width: 768px) {
    #hero-mobile h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero-mobile h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero-mobile .hero-img img {
        width: 70%;
    }
}
@media (max-width: 575px) {
    #hero-mobile .hero-img img {
        width: 80%;
    }
}

.os-icon {
    color: #f78464 !important;
}

.os-icon:hover {
    color: #ff4a17 !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f2f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #f7572b;
    /* font-family: "Poppins", sans-serif; */
}
.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
    padding: 30px 0;
}
.features .content .icon-box {
    margin-top: 25px;
}

.features .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}
.features .content .icon-box i {
    font-size: 48px;
    float: left;
    color: #ff4a17;
}

.features .content .icon-box p {
    font-size: 15px;
    color: #5b5e63;
    margin-left: 60px;
}
@media (max-width: 991px) {
    .features .image {
        text-align: center;
    }
    .features .image img {
        max-width: 80%;
    }
}
@media (max-width: 667px) {
    .features .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 60px 0;
}
.counts .count-box {
    width: 100%;
    text-align: center;
}
.counts .count-box span {
    font-size: 48px;
    line-height: 48px;
    display: block;
    font-weight: 700;
    color: #ff4a17;
    margin-left: 80px;
    margin: auto;
}
.counts .count-box p {
    padding: 8px 0 0 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ff4a17;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    /* Set a specific height */
    /* min-height: 200px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .cta {
    background: #464545;
    background-size: cover;
    padding: 60px 0;
} */
.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta p {
    color: #fff;
}
.cta div {
    text-align: center !important;
    background-image: linear-gradient(
        0deg,
        rgb(155 155 155 / 46%),
        rgb(0 0 0 / 38%)
    );
    margin: auto;
    padding: 30px;
    width: fit-content;
}
.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.cta .cta-btn:hover {
    background: #fff;
    color: #2487ce;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-app .icon-boxes h4 {
    font-size: 18px;
    color: #7f6d68;
    margin-bottom: 15px;
}

.about-app .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #554945;
    margin-bottom: 15px;
}

.about-app .icon-box {
    margin-top: 5px;
}

.about-app .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #ffcbba;
    border-radius: 50px;
    transition: 0.5s;
    background: #fff;
}

.about-app .icon-box .icon i {
    color: #ff5821;
    font-size: 32px;
}

.about-app .icon-box:hover .icon {
    background: #ff5821;
    border-color: #ff5821;
}

.about-app .icon-box:hover .icon i {
    color: #fff;
}

.about-app .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.about-app .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.about-app .icon-box .title a:hover {
    color: #ff5821;
}

.about-app .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}
.gallery .swiper-slide {
    transition: 0.3s;
}
.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ff4a17;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff4a17;
}
.gallery .swiper-slide-active {
    text-align: center;
}
@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }
    .gallery .swiper-slide-active {
        border: 6px solid #ff4a17;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        border-radius: 25px;
    }
}

#img-about {
    animation: bounce 1.1s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 40px, 0);
    }
}
