/* --- title style  --- */

.title {
    padding-bottom: 70px;
}

.title h2 {
    background: linear-gradient(136deg, rgba(132, 163, 255, 0.78) 0%, #FFF 59.38%, #FFF4CC 96.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.title h2+p {
    font-size: 20px;
    padding-top: 20px;
}


/* --- management app style  --- */

.section-management-app {
    padding: 30px 0 50px;
    /* background: radial-gradient(56.44% 17.31% at 29.37% 50.00%, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 48.87%, rgba(108, 143, 247, 0.00) 84.17%); */
    /* background: radial-gradient(16.44% 67.31% at 29.37% 60%, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 48.87%, rgba(108, 143, 247, 0.00) 84.17%); */
    background: radial-gradient(15.44% 45.31% at 31.37% 49%, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 48.87%, rgba(108, 143, 247, 0.00) 84.17%);
}

.section-management-app .title {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
    text-align: center;
}

.section-management-app .title p {
    width: 100%;
    margin: 0 auto;
}

.management-app {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.management-app .management-app-media {
    width: 50%;
    padding: 0 15px;
}

.management-app .management-app-media img {
    transform: scale(1.3);
    transform-origin: center center;
}

.management-app .management-app-info {
    width: 50%;
    padding: 0 15px;
}

.management-app-desc {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
}

.management-app-desc ul li {
    margin-bottom: 24px;
}

.management-app-desc ul li:last-child {
    margin-bottom: 0;
}

.management-app-desc ul li .management-box {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.10) 0%, rgba(217, 217, 217, 0.00) 100%);
    padding: 30px;
}

.management-app-desc ul li .management-box .icon {
    padding-bottom: 27px;
}

.management-app-desc ul li .management-box h6 {
    font-family: 'ClashGrotesk-Medium';
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 14px;
}

.section-features-of-app {
    padding: 50px 0 50px;
    background: radial-gradient(30.47% 15.36% at 90.18% 10.63%, rgba(108, 143, 247, 0.16) 20.04%, rgba(108, 143, 247, 0.00) 77.64%);
}

.features-listing ul li {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.20);
    margin-bottom: 60px;
}

.features-listing ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.features-listing .features-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.features-listing .features-box .features-info {
    width: 50%;
    padding: 0 15px;
}

.features-listing .features-box .features-media {
    width: 50%;
    padding: 0 15px;
    text-align: right;
}

.features-listing ul li:nth-child(even) .features-box {
    flex-direction: row-reverse;
}

.features-listing ul li:nth-child(even) .features-box .features-media {
    text-align: left;
}

.section-features-of-app .title {
    max-width: 452px;
}

.features-info h5 {
    color: #F6DF89;
    font-size: 32px;
    font-weight: 500;
    width: 100%;
    max-width: 398px;
    padding-bottom: 25px;
}

.features-info p {
    color: #5A6878;
}

.features-info .app-btn {
    padding-top: 25px;
}

.section-app-reviews {
    padding: 50px 0 100px;
}

.section-app-reviews .title {
    text-align: center;
    padding-bottom: 30px;
}

.review-box {
    width: 522px;
    margin: 0 7px;
    padding: 30px 40px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.10) 0%, rgba(217, 217, 217, 0.00) 100%);
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.reviews-slide.slick-active .review-box {
    opacity: 1;
}

.reviews-slide.slick-active .review-box p {
    color: #fff;
}

.reviews-star ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

.reviews-star ul li {
    padding-right: 2px;
}

.write-by {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
}

.write-by .img-box {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    margin-right: 22px;
}

.write-by .write-name {
    font-family: 'ClashGrotesk-Medium';
    font-size: 18px;
    color: #5A6878;
    font-weight: 500;
}

.section-track-your-progress {
    padding: 100px 0 100px;
    background: linear-gradient(272deg, rgba(108, 143, 247, 0.32) 0%, rgba(108, 143, 247, 0.25) 40.10%, rgba(108, 143, 247, 0.00) 84.17%);
}

.track-your-progress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.track-your-progress .track-your-progress-info {
    width: 50%;
    padding: 0 15px;
}

.track-your-progress .track-your-progress-media {
    width: 50%;
    padding: 0 15px;
    text-align: center;
}

.track-your-progress .track-your-progress-media img {
    margin-left: -300px;
}

.track-your-progress-info .title {
    padding-bottom: 40px;
}

.footer-wrap {
    padding: 0 15px 154px;
}

.footer-wrap footer {
    width: 100%;
    max-width: 1600px;
    margin: -60px auto 0;
    border-radius: 20px;
    background: #6C8FF7;
    padding: 74px 0 54px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-top .footer-top-left {
    width: 50%;
    padding: 0 15px;
}

.footer-top .footer-top-right {
    width: 50%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top .footer-top-right .mobile-quick-links {
    width: 70%;
}

.footer-top .footer-top-right .mobile-menu-app-btn {
    width: 30%;
    text-align: right;
    padding: 0;
}

.footer-logo {}

.footer-logo a {
    display: inline-block;
}

.footer-top-left p {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.footer-social-media {
    padding-top: 15px;
}

.footer-social-media ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-social-media ul li {
    padding-right: 8px;
}

.footer-social-media ul li a svg rect {
    transition: all 0.3s ease-in-out;
}

.footer-social-media ul li a:hover svg rect {
    fill: #252728;
    fill-opacity: 1;
}

.footer-top-right .mobile-quick-links-box ul li a:hover {
    text-decoration-color: #252728;
    color: #252728;
}

.copy-right p {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.reviews-slider>.reviews-slide:first-child {
    display: block;
}

.reviews-slider>.reviews-slide {
    display: none;
}