#hero-video {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

#video-background {
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    filter: blur(3px);
}

#video-background-overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    background-color: #0E112D;
    opacity: 0.6;
}

small {
    background: white;
    padding: 4px;
    border-radius: 4px;
    display: none;
}

.appie-blog-area, .appie-team-area, .appie-download-area {
    background: #eef1f6;
    z-index: 16;
    position: relative;
    background-position: 92% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.header-blogs {
    background: #0e1133;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 6%);
    padding-top: 20px;
    padding-bottom: 20px;
}

.appie-single-service .icon {
    /*background-color: transparent !important;*/
    background: none !important;
    box-shadow: 0px 0px 0px 0px rgb(16 73 189 / 30%) !important;
}

.appie-traffic-area {
    padding-top: 140px !important;
    padding-bottom: 230px !important;
}

.appie-traffic-title {
    padding-right: 120px !important;
}

.as-seen-on-section .asseenon-item {
    background: #fff;
    filter: grayscale(100%);
    text-align: center;
    line-height: 100px;
    border-radius: 6px;
    margin: 30px 16px 0;
}

.as-seen-on-section .asseenon-item:hover {
    filter: grayscale(0%);
}

.as-seen-on-section .asseenon-item img {
    width: 100%;
}

.hover-grayscale {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.hover-grayscale:hover {
    filter: grayscale(0%);
}

.white-background {
    background: #fff;
}

#content ol {
    /*counter-reset: item;*/
    list-style-type: auto;
    padding-left: 10px;
}

#content big {
    padding-left: 15px;
}

.dimmed {
    color: #8e8e92;
}

/* PRICING PAGE */
.pricing-one__single {
    /*text-align: center;*/
}

.pricing-one__single .pricig-body ul li i {
    color: #31c369 !important;
}

.pricing-one__single .pricig-body ul li i.danger {
    color: #f8452d !important;
}

.pricing-one__single.popular {
    background: #0e1133;
    box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.3);
}

.pricing-one__single .pricig-body ul li i {
    color: #31c369 !important;
}

.pricing-one__single.popular .pricig-heading h6,
.pricing-one__single.popular .pricig-heading .price-range,
.pricing-one__single.popular .pricig-body ul li,
.pricing-one__single.popular .pricig-heading .price-range p {
    color: #fff;
}

.pricing-one__single .fal {
    font-weight: 900;
}

.pricing-one__single.popular .pricig-body .pricing-btn button {
    background: #f8452d;
    color: #fff;
    border-color: #f8452d;
}

.pricing-one__single.popular .pricig-body .pricing-btn button:hover,
.pricing-one__single .pricig-body .pricing-btn button:hover {
    background: #2b70fa;
    color: #fff;
    border: 2px solid #2b70fa;
}

.pricing-one__single .pricig-body .pricing-btn button {
    background: transparent;
    color: #0e1133;
    border: 2px solid #e7eaef;
}

.current-plan-card {
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.current-plan-card:hover {
    box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.5);
}

/* PRICING PAGE */

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.popular .pricig-desc p {
    color: white;
}

.pricig-desc p {
    margin: 10px 0;
}

a.main-btn.action {
    font-size: 20px;
    line-height: 122%;
    background-color: #ff6b58;
    color: #fff;
    padding: 15px 22px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    gap: 10px;
    border: none
}

a.main-btn.action:hover {
    background: #fff;
    border-color: #e7eaef;
    color: #0e1133;

}

a.main-btn.action svg path {
    transition: all linear 0.9s
}

a.main-btn.action:hover svg path {
    fill: #0e1133;
    transition: all linear 0.9s
}

.appie-sponser-box .sponser-item {
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.appie-sponser-box .sponser-item:hover {
    box-shadow: 0 40px 60px 0 rgba(14, 17, 51, 0.14);
}

.appie-blog-item-3 {
    border: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}

.appie-blog-item-3:hover {
    cursor: pointer;
    box-shadow: 0px 15px 50px 0px rgba(14, 17, 51, 0.32);
}

.appie-blog-item-3.active {
    border: 4px solid #2b70fa;
}

.row-center {
    justify-content: center;
}

@media (max-width: 767px) {
    .appie-blog-item-3 {
        padding: 5px;
        display: block;
    }

    .appie-blog-item-3 .content {
        margin-top: 0px
    }
}

/* PARTNER BOX */

.partner-container{
    width: 100vw;
    position: absolute;
    top: -43px;
    display: flex;
    justify-content: center;
    z-index: 100;
}

.partner-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 10px 25px;
    gap: 36px;
}

    
.partner-box .sponser-item img{
    max-height: 70px;
    max-width: 150px;
    border-radius: 5px;
}

.partner-box .see-all {
    color: #808080;
}

.partner-box .see-all:hover {
    color: #0E112D;
}

.partner-box .hover-grayscale {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}

.partner-box .hover-grayscale:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.see-all-btn{
    display: none;
    z-index: 100;
}

.bg-lines {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

#partners .bg-lines {
    top: -150px;
}

.bg-lines img {
    width: 100%;
}

/* ADVANTAGES SECTION */

.advantages-container{
    padding-top: 37px;
}

.info-boxes {
    display: flex;
    justify-content: center;  
    flex-wrap: wrap;
    gap: 10px;
}

.info-boxes .info-box {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 14px 10px;
    gap: 5px;
    min-width: 180px;
    z-index: 3;
}

.info-boxes .info-box .info-box-icon {
    border-radius: 100%; 
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-boxes .info-box p {
    font-size: 12px;
    font-weight: 500;
    color: #13192C;
    max-width: 150px;
    line-height: 1.4;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 45px;
    text-transform: capitalize;
}

.title-container .title-badge {
    background-color: #fff;
    color: #69718D;
    border-radius: 50px;
    padding: 5px 25px;
    font-weight: 500;
    z-index: 3;
}

.title-container h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    z-index: 3;
}

/* OVERVIEW SECTION */

.overview-container {
    padding-top: 50px;
}

.videos-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.videos-container .video-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px;
    width: 100%;
    height: 334px;
    display: flex;
    z-index: 3;
}

.videos-container .video-container-single {
    max-width: 575px;
    margin-top: 20px;
}

.videos-container .video-container iframe{
    border-radius: 20px;
    border: none;
    width: 100%;
}

/* PARTNERS SECTION */

.patrners-container {
    overflow: hidden;
}

.patrners-container  .partners-half {
    display: flex;
    gap: 40px;
    padding: 10px;
    width: max-content;
    z-index: 3;
    position: relative;
}


.patrners-container .partners-half a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    z-index: 3;
}

.patrners-container .partners-half a {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 10px;
    z-index: 3;
    background-color: #ffffff;
    border: 1px solid rgba(230, 230, 230, 0.568);
    backdrop-filter: blur(6px);
}

.partners-first {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    animation: slide 90s linear infinite;
}

.partners-second {
    -webkit-transform: translateX(calc(-100% + 100vw));
    -ms-transform: translateX(calc(-100% + 100vw));
    transform: translateX(calc(-100% + 100vw));
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    animation: slideOpp 90s linear infinite;
}

/* AS SEEN ON SECTION */

.asseenon-box{
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
    padding: 13px 35px;
}

.asseenon-box a img {
    max-width: 200px;
} 

/* FOOTER */

.appie-footer-area {
    background-color: #141A30;
    padding: 40px 20px 23px;
}


.footer .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .footer-main .footer-label{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .footer-main .footer-label .logo{
    width: 180px;
    margin-right: 50px;
}

.footer .footer-main .footer-label ul li a{
    color: #A7A7A7;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

.footer-label ul li a:hover{
    color: #fff;
}

.footer-label ul {
    display: flex;
    gap: 15px;
}

.footer-contacts{
    display: flex;
    gap: 10px;
}

.footer-contacts .contact {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.footer-contacts .contact li {
    padding: 0 10px;
}

.footer-contacts .contact li a{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-contacts .contact li a svg{
    width: 20px!important;
}

.footer-contacts .contact li a span{
    font-size: 12px;
}

.footer-contacts .social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-rights {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.footer-rights p{
    color: #465281;
    font-size: 14px;
    font-weight: 500;
}

.footer-rights a{
    color: #465281;
    font-size: 14px;
    font-weight: 500;
}

.footer-rights {
    display: flex;
    justify-content: space-between;
    color: #465281;
}

/* AI SOLUTIONS */

.ai-solution-content p{
    text-align: center;
    color: #000;
    max-width: 750px;
    margin: 25px auto;
    font-size: 18px;
}

.single-info-boxes{
 padding-top: 60px;
}

.single-info-boxes .info-box {
    padding: 17px 15px;
    width: 260px;
}

.single-info-boxes .info-box p{
    font-size: 23px;
    margin: 0;
}

/* PRICING */

.pricing-switcher {
    z-index: 20;
    position: relative;
    background-color: #eef1f6;
}

.switch-toggler-list li a {
    font-size: 18px!important;
    color: #adadad!important;
}

.switch-toggler-list li.active a{
    font-weight: 700!important;
    color: #080824!important;
}

.switch-toggler-list {
    margin-top: 20px;
    margin-bottom: 55px!important;
}

/* ABOUT US */

.tabs {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-link {
    background-color: #ffffff5b;
    backdrop-filter: blur(3px);
    padding: 20px 0; 
    border-radius: 20px;
    transition: 0.3s;
    width: 100%;
    border: 2px solid #ffffff5b;
    font-size: 18px;
    font-size: 500;
}

.tab-link:hover {
    background-color: #ddd;
}

.tab-link.active{
    border: 2px solid #141a30;
    color: #080824;
    font-weight: 600;
}

.tab-box {
    display: none;
    gap: 10px;
    transition: 0.3s;
    min-height: 255px;
}

.tab-box.active {
    display: flex;
}

.tab-box .tab-content {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
}

.tab-box .tab-content p {
    font-size: 18px;
    color: #000;
    margin: 20px;
    animation: fadeIn 0.7s ease-in-out;
}

.tab-box .tab-content h2 {
    margin: 20px;
    animation: fadeIn 0.7s ease-in-out;
}

.about-us-content .advantages {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.about-us-content .advantages .first-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us-content .advantages .first-box .flex{
    display: flex;
    gap: 20px;
}

.about-us-content .advantages .second-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us-content .advantages .advantages-box{
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
}  

.about-us-content .advantages .advantages-box .round{
    position: absolute;
    top: -131px;
    right: -44%;
}  

.about-us-content .advantages .advantages-box h3{
    font-size: 18px;
}  

.about-us-content .advantages .advantages-box .round{
    position: absolute;
    top: -131px;
    right: -44%;
} 
.about-us-content .advantages .advantages-box.dark{
    background-color: #141a30;
}
.about-us-content .advantages .advantages-box.dark h3{
    color: #fff;
}
.about-us-content .advantages .advantages-box.dark p{
    color: #ffffffc0;
}

.about-us-content .team {
    padding: 20px 0 20px 20px;
}

.about-us-content .team div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-us-content .team p {
    color: #000;
}

.about-us-content .team img{
    width: 40%;
    object-fit: contain;
    object-position: right;
    border-radius: 20px;
}

.about-us-content .contact {
    background-color: #141a30;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.about-us-content .contact h2{
    color: #fff;
}

.about-us-content .contact p{
    color: #fff;
}

.about-us-content .contact ul {
    display: flex;
    gap: 20px;
}

.about-us-content .contact ul a {
    color: #fff;
    font-size: 20px;
}

.about-us-content .contact ul a:hover {
    color: #ffffff8f;
}

.about-us-content .contact .join {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.tech h2{
    padding-left: 20px;
}

.tech .tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.tech .tech-grid .tech-grid-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
    border: 1px solid #cccccc00;
}

.tech .tech-grid .tech-grid-item:hover {
    border: 1px solid #e0e0e0;
    transition: 0.5s;
}

.tech .tech-grid .tech-grid-item .tech-grid-item-contnet p{
    font-size: 14px;
}

.tech .tech-grid .tech-grid-item .tech-grid-item-contnet h3{
    font-size: 18px;
}

.tech .tech-grid .tech-grid-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.tech .tech-grid .tech-grid-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.tech .tech-grid .tech-grid-item:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.tech .tech-grid .tech-grid-item:nth-child(4) { grid-area: 2 / 1 / 3 / 3; }
.tech .tech-grid .tech-grid-item:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.tech .tech-grid .tech-grid-item:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
.tech .tech-grid .tech-grid-item:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
.tech .tech-grid .tech-grid-item:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }
.tech .tech-grid .tech-grid-item:nth-child(9) { grid-area: 4 / 2 / 5 / 4; }
.tech .tech-grid .tech-grid-item:nth-child(10) { grid-area: 4 / 1 / 5 / 2; }

.tech .tech-grid .tech-grid-item img {
    width: 110px;
    object-fit: contain;
    object-position: center;
}

.tech .tech-grid .tech-grid-item-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .partner-box .sponser-item {
        width: 100px;
    }

    .partner-container {
        top: -32px;
    }

    .info-boxes {
        gap: 20px;
        justify-content: center;
    }

    .videos-container .video-container {
        height: 266px;
    }

    .videos-container .video-container-single {
        max-width: 455px;
    }

    .footer .footer-main {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: flex-start;
    }
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partner-box .sponser-item {
        width: 90px;
    }

    .partner-container {
        top: -28px;
    }

    .info-boxes {
        gap: 20px;
        justify-content: center;
    }

    .videos-container {
        flex-direction: column;
    }

    .videos-container .video-container {
        height: 398px;
    }
    
    .videos-container .video-container-single {
        max-width: 100%;
    }

    .footer .footer-main {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: flex-start;
    }
}
  
@media (max-width: 767px) {
    .partner-container {
        overflow: hidden;
        background-color: #fff;
    }
    .partner-box {
        animation: slideInOut 20s linear infinite;
    }
    .partner-box .see-all {
        display: none;
    }
    .see-all-btn{
        width: 100%;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 32px;
    }
    .see-all-btn a {
        background-color: #cccccc;
        padding: 5px;
        border-radius: 100%;
    }

    .info-boxes {
        gap: 12px;
        width: 100%;
    }

    .info-boxes .info-box {
        width: 100%;
        padding: 20px 14px;
    }

    .info-boxes .info-box p{
        max-width: 100%;
        font-size: 16px;
    }

    .title-container h2 {
        font-size: 32px;
    }

    .videos-container {
        flex-direction: column;
    }

    .videos-container .video-container {
        height: 246px;
    }

    .bg-lines img{
        transform: translateX(-140vw);
        width: 300vw;
        max-width: 300vw;
    }

    .overview-container {
        padding-top: 0px;
    }

    .partners-first {
        animation: slide 140s linear infinite;
    }
    
    .partners-second {
        margin-top: 33px;
        animation: slideOpp 140s linear infinite;
    }

    .asseenon-box{
        justify-content: center;
        gap: 10px;
    }

    .asseenon-box a img {
        max-width: 150px;
    } 

    .footer .footer-main {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .footer .footer-main .footer-label{
        width: 100%;
    }

    .footer .footer-main .footer-contacts {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-contacts .contact {
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-contacts .contact li {
        padding: 0;
    }
    
    .footer-contacts .contact li a{
        font-size: 14px;
    }

    .footer-rights {
        flex-direction: column;
        gap: 10px;
        padding-top: 50px;
    }

    .single-info-boxes{
        padding-top: 40px;
    }

    .ai-solution-content p{
        font-size: 16px;
        margin: 15px auto;
    }

    .switch-toggler-list li a {
        font-size: 14px!important;
    }

    .tab-link {
        font-size: 16px;
        padding: 10px;
    }

    .tab-box .tab-content h2 {
        font-size: 28px;
        text-align: center;
    }
    .tab-box .tab-content p {
        font-size: 14px;
    }

    .tech h2 {
        font-size: 28px;
        text-align: center;
        padding: 0;
    }


    .tech .tech-grid {
        display: flex;
        flex-direction: column;
    }

    .about-us-content .team {
        padding: 0;
    }

    .about-us-content .container {
        padding-left: 0;
        padding-right: 0;
    }

    .team h2 {
        font-size: 28px;
        text-align: center;
    }

    .team>div {
        flex-direction: column;
    }

    .about-us-content .team img {
        width: 100%;
    }

    .about-us-content .team p {
        text-align: center;
    }

    .advantages {
        flex-direction: column;
    }

    .advantages h2 {
        font-size: 28px;
        text-align: center;
    }

    .advantages .first-box .flex{
        display: flex;
        flex-direction: column;
    }

    .about-us-content .contact .join{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .contact .join ul {
        flex-direction: column;
    }
}

@media (max-width: 567px) {
    .partner-box {
        animation: slideInOutSm 50s linear infinite;
    }

    .info-boxes {
        gap: 20px;
        width: 100%;
    }

    .info-boxes .info-box {
        width: 100%;
    }

    .title-container h2 {
        font-size: 28px;
    }

    .footer .footer-main .footer-label{
        flex-wrap: wrap;
        gap: 50px;
    }

    .tab-link {
        font-size: 14px;
    }
}

@keyframes slideInOut {
    0%, 100% {
      transform: translateX(-10%);
    }
    50% {
      transform: translateX(10%);
    }
}

@keyframes slideInOutSm {
    0%, 100% {
      transform: translateX(-30%);
    }
    50% {
      transform: translateX(30%);
    }
}

@keyframes slide {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(-100% + 100vw));
    }
}

@keyframes slideOpp {
    0%, 100% {
        transform: translateX(calc(-100% + 100vw));
    }
    50% {
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}