@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:wght@300;400;500;600;700&display=swap');
.dashboard-image {
    position: relative;
}
.c.active, .b.active, .d.active, .e.active, .f.active, .g.active {
    z-index: 2;
}
.floating-icon-1, .floating-icon-2, .floating-icon-3, .floating-icon-4, .floating-icon-5, .floating-icon-6 {
    position: absolute  !important;
    z-index: 0;
}
.outer .dashboard-image img {
    width: 100%;
    /* box-shadow: -2.024px -1.25px 3.275px 0px rgba(250, 250, 250, 0.22) inset; */
    border-radius: 16px;
    z-index: 1;
    position: relative;
}
.floating-icon-1 {
    top: 40px  !important;
    left: 30px  !important;
}
.floating-icon-2 {
    right: 104px  !important;
    top: 50% !important;
}
.floating-icon-3 {
    right: 182px !important;
    top: 132px !important;
}
.floating-icon-4 {
    bottom: 97px !important;
    left: 288px !important;
}
.floating-icon-5 {
    top: 40px  !important;
    left: 30px  !important;
}
.floating-icon-6 {
    right: 104px  !important;
    top: 50% !important;
}

.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
    display: none !important;
}
 a.orange-btn {
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18.321px;
    font-style: normal;
    font-weight: 700;
    line-height: 156%;
    background: #FF6D00;
    text-decoration: unset;
    display: inline-block;
}
section.happy-customers {
    background: #101023;
    padding: 150px 0 81px;
}
.happy-customers-heading {
    width: 100%;
    max-width: 582px;
    margin: 0 auto;
    text-align: center;
}

.happy-customers-heading h2{
color: #FFF;
font-family: Montserrat;
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 74px;
letter-spacing: -4px;
}

.happy-customers-heading p {
    color: rgba(255, 255, 255, 0.60);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 58px;
}


.customer-slider .card{
border-radius: 16px;
/* border: 1px solid #999; */
background: linear-gradient(0deg, #17172A 0%, #17172A 100%), linear-gradient(201deg, rgba(214, 211, 194, 0.20) 0%, rgba(92, 92, 92, 0.14) 100%);
/* box-shadow: -2.024px 4px 2px 0px rgba(250, 250, 250, 0.15) inset; */
}
.customer-slider .card .customer-review p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding: 30px 40px 0;
}
.customer-slider .card .rating-stars {
    text-align: center;
}
.customer-slider .card .customer-info {
    text-align: center;
    margin: 30px 0 52px;
    
}
.customer-slider .card .customer-info h4{
color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.customer-slider .card .customer-info p{
color: rgba(255, 255, 255, 0.60);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.customer-slider .card  .imgblk img{
    width: auto !important;
    margin: auto;
}

.happy-customers-content {
    position: relative;
}
.customer-slider .owl-nav {
    text-align: center;
    margin-top: 70px;
}
.customer-slider .owl-nav i{
    color: #fff;
}
.customer-slider  button.owl-next,
.customer-slider  button.owl-prev {
    padding: 20px;
    background: #fff !important;
    margin-right: 8px !important;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05) !important;
}
.customer-slider  button.owl-next span,
.customer-slider  button.owl-prev span{
    color: #fff !important;
   font-size: 19px;
}
.customer-slider .owl-dots {
    position: absolute;
    bottom: 55px;
    left: 49%;
}
.customer-slider button.owl-dot {
    border: 1px solid !important;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    margin-right: 4px;
}
.customer-slider button.owl-dot.active {
    background-color: #fff;
}
.ready-optimization {
    background-color: #101023;
    padding: 65px 0 110px;
}
.ready-optimization .optimization-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 116px 38px 57px;
}
.ready-optimization .optimization-content  .optimization-content-heading {
    width: 100%;
    max-width: 625px;
}
.ready-optimization .optimization-content .optimization-content-heading h2 {
    color: #176ECA;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.ready-optimization .optimization-content  .optimization-content-heading p {
    color: #0C0C0C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.rating-stars  .fa.fa-star {
    color: #ffb800;
}


/*------What we -do section css start-----------*/
section.what-we-do {
    background: #17172A;
    padding: 51px 0;
    overflow: hidden;
}
/*------What we -do section css end-----------*/

.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.nav-custom-item:last-child {
    width: 200px;
}
.nav-custom-item {
    width: 260px;
    padding: 0 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 500px ;
    max-width: 100%;
}
.custom-header .dropdown-item {
    padding: 0;
}
header.custom-header .dropdown-menu li a {
    font-size: 12px;
    font-weight: 700;
}
header.custom-header .dropdown-menu li p {
    font-size: 10px;
    margin-bottom: 30px;
}
header.custom-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 20px;
}
header.custom-header .card {
    border: none;
}
header.custom-header .card-img {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
header.custom-header .dropdown-menu .card-img img {
    width: 100%; 
}
header.custom-header .card .card-content P {
    FONT-SIZE: 10px;
    margin: 10px 0;
    font-weight: 700;
}
header.custom-header .card .card-content a {
    text-decoration: none;
    color: #FF6D00;
    font-size: 12px;
    font-weight: 600;
}
header.custom-header .nav-item.dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }
  header.custom-header .nav-item.dropdown:focus-within .dropdown-toggle::after {
    transform: rotate(-180deg); 
  }
  header.custom-header .navbar-nav-scroll {
    max-height: unset;
    position: relative;
}
  header.custom-header .dropdown {
     position: unset !important; 
}
/* tab */
.c-feature-ticker__image-wrap.js-fade-in-item.u-fade-out.u-fade-in {
    position: absolute;
    right: 0;
}
.authoring-conversations {
    position: relative;
}

/*------------product analytic section start------------*/
section.product-anlytic-effects {
    background: #101023;
    padding: 72px 0;
}
.product-analytic-head h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    width: 100%;
    max-width: 746px;
    text-align: center;
    margin: 0 auto 30px;
}
.product-analytics-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 40px auto;
}
.product-analytics-cards .card {
    background: #17172A;
    padding: 32px;
    width: 30%;
    border: none;
    margin: 15px;
    border-radius: 16px;
}
.product-analytics-cards .card-img img {
    width: 100%;
    margin-bottom: 32px;
}
.product-analytics-cards .card-content span {
    color: #FF6D00;
}
.product-analytics-cards .card-content h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0;
    color: #fff;
    font-weight: 700;
}
.product-analytics-cards .card-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 42px;
}
.product-analytics-cards .card .card-content .card-btn a {
    text-decoration: none;
    color: #FF6D00;
}
.product-analytics-cards .card .card-content .card-btn i.fa.fa-angle-right {
    margin-left: 10px;
}
/*------------product analytic section start------------*/

/* tab automatic */
/*------------Detail page css------------*/
div#stickySidebar {
    position: sticky;
    top: 100px;
}
section.detail-page-content {
    background: #101023;
    padding: 72px 0;
}
section.detail-page-content .blog-box {
    color: #fff;
}
section.detail-page-content div#sticky-sidebar h4 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
section.detail-page-content div#stickySidebar h4 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
}
section.detail-page-content .navigation-list a {
    display: block;
    overflow: hidden;
    color: #fff;
    opacity: .2;
    margin-bottom: 40px;
}
section.detail-page-content .navigation-list a.navigation__link {
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    margin-bottom: 15px;
    opacity: 1;
    padding-left: 15px;
}
section.detail-page-content .navigation-list a.navigation__link.active {
    position: relative;
}
section.detail-page-content .navigation-list a.navigation__link.active:before {
    background-image: linear-gradient(-45deg, #FF6D00, #FF6D00);
    left: 0;
    content: "";
    height: 50%;
    top: 0;
    opacity: 1;
    position: absolute;
    width: 2px;
}
section.detail-page-content .navigation-list a.navigation__link {
    text-decoration: none;
    border-left: 2px solid #1C1E20;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
@media(max-width:1400px)
{
    .happy-customers-heading h2,
    .ready-optimization .optimization-content h2{
        font-size: 40px;
        line-height: 56px;
        }
        .happy-customers-heading p {
            font-size: 18px;
            line-height: 30px;
        }
        .customer-slider .card .customer-review p{
            padding: 30px 30px 0;
        }
}
@media(max-width:1100px){
    .customer-slider .owl-dots {
        left: 48.5%;
    }
    .ready-optimization .optimization-content {
        padding: 38px;
    }
    .ready-optimization .optimization-content .optimization-content-heading h2 {
        font-size: 34px;
        line-height: 50px;
    }
    header.custom-header .right-border {
        padding-right: 10px;
    }
    header.custom-header .navbar-nav-scroll {
        align-items: center;
    }
    header.custom-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
    .industry-content{
        margin-bottom: 10px;
    }
    .industry-content h2,
    .box-content h4 {
        font-size: 30px;
    }
    header.custom-header .navbar-expand-lg .navbar-nav .nav-link.custom-btn {
        display: inline-block;
        margin: 10px 0 10px 10px;
    }
    section.happy-customers {
        background: #101023;
        padding: 100px 0 81px;
    }
    .product-analytics-cards .card {
        width: 100%;
        max-width: 48%;
    }
    .product-tabs .nav-link {
        color: #fff;
        border: none;
        font-size: 14px;
        line-height: 21px;
        padding: 0;
        margin-right: 15px;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 20px;
    }
}
@media(max-width:991px)
{
.happy-customers-heading p {
    margin-bottom: 50px;
}
section.happy-customers {
    padding: 100px 0 30px;
}
.customer-slider .owl-dots {
    left: 47.5%;
}
.ready-optimization .optimization-content {
    justify-content: center;
    padding: 30px;
    flex-wrap: wrap;
    text-align: center;
}
.ready-optimization .optimization-content .optimization-content-heading {
    width: 100%;
    max-width: 100%;
}
.slider-content h1 {
    font-size: 42px;
}
.product-tabs .slider-content {
    padding: 0px;
}
.product-tabs .nav-link {
    margin-right: 15px;
}
}
@media(max-width:767px)
{
     .customer-slider .owl-nav {
         position: unset;
         text-align: center;
         margin-top: 50px;
     }
     .ready-optimization .optimization-content .optimization-content-heading h2 {
         font-size: 26px;
         line-height: 34px;
     }
     .ready-optimization .optimization-content .optimization-content-heading p {
         font-size: 16px;
     }
     .custom-header .navbar-expand-lg .navbar-nav .dropdown-menu {
         position: absolute;
         max-width: 100%;
         min-width: 100%;
     }
     .creative-outer .container .row .outer{
        flex-wrap: wrap;
     }
     .outer .dashboard-image img{
        margin-top: 40px;
     }
     .dashboard-image,
     .left-text {
         width: 100%;
     }
     .industry-content {
        margin-bottom: 29px;
    }
    section.industry-support {
        padding: 0px 0 50px;
    }
    .product-analytics-cards .card {
        padding: 20px;
    }
    .product-analytics-cards .card-content p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .product-tabs .nav-tabs .nav-link {
        text-align: left;
    }
    .product-tabs .product-tabs-content .row {
        flex-direction: column-reverse;
    }
    .fixed {
        position: unset;
        width: 100%;
    }
}
@media(max-width:500px)
{
.customer-slider .owl-dots {
    left: 42%;
}
.product-analytics-cards .card {
    width: 100%;
    max-width: 100%;
}
.product-tabs .nav-tabs {
    flex-direction: column;
}
}