html, body{
    overflow-y: auto;
    overflow-x: hidden;
}

div.logo,
div.footer-logo{
    width: auto;
    height: auto;
}

div.logo a,
div.footer-logo a{
    width: inherit;
    height: inherit;
}

div.logo a img,
div.footer-logo a img{
    width: auto;
    height: 100%;
    max-height: 50px;
    object-fit: cover;
}

.slicknav_nav li a{
    color: #666666 !important;
}

.slicknav_nav li.active a{
    color: #8f1bdc !important;
}

.section-about{
    overflow:hidden;
    position:relative;
    padding: 100px 0;
    /* background-color: #8f1bdc; */
    background-image: -webkit-linear-gradient(90deg, #e78ae9 0%, #926ef8 100%);
    z-index:0;
}
.section-about .no-js{
    overflow:hidden;
    position:relative;
    right:-14%;
}
@media(min-width: 768px) and (max-width: 991px){
    .section-about .no-js{
        right:0%;
    }
}
@media(max-width: 767px){
    .section-about .no-js{
        right:0%;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    .section-about .no-js{
        right:0%;
    }
}

.section-about .col-reset {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
}
@media(min-width: 767px){
    .section-about .col-reset {
        max-width: 712px;
    }
}
@media (min-width: 992px) {
    .section-about .col-reset {
        -ms-flex: 0 0 100%;
        flex: 1;
        width: 100%;
        max-width: 630px;
    }
}
.section-about .single-cases-info{
    position:relative;
}
.section-about .single-cases-info h3{
    color:#fff;
    font-size:40px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
    padding-right:30px;
}
@media (max-width: 767px){
    .section-about .single-cases-info h3{
        font-size:30px;
    }
}

.section-about .single-cases-info p{
    color:#fff;
}

@media(min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li>a {
        padding: 35px 10px;
    }
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
    padding: 20px 10px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media(min-width: 992px){
    .section-title h2 {
        font-size: 50px;
    }
}

.section-subtitle h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
@media(min-width: 992px){
    .section-title h3 {
        font-size: 28px;
    }
}

.section-description p {
    margin-bottom: 90px;
}

#section_features{
    background-color: #fbfbfb;
}

.pricing-card-area {
    padding-bottom: 100px;
}

.pricing-card-area .grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}

.pricing-card-area .single-card{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-bottom{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-bottom ul{
    flex: 1;
}

@media(min-width: 768px){
    .pricing-card-area .grid{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr 1fr));
    }
}

@media(min-width: 1024px){
    .pricing-card-area .grid{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr 1fr 1fr));
    }
}

#brands_served{
    background: lavender !important;
}

.available-app-area .app-caption .section-tittle3 h2,
.available-app-area .app-caption p{
    color: #450b78;
}

#brands_served .btn{
    background-color: #fff;
    color: #450b78;
}

#brands_served .btn:hover{
    color: #fff !important;
}

#brands_served .btn:hover::before,
.card-btn1::before {
    background: #450b78 !important;
    color: #fff !important;
}

#section_customer{
    padding-bottom: 80px;
}
@media(min-width: 1280px){
    #section_customer{
        padding-bottom: 120px;
    }
}

#section_something.say-something-aera {
    position: relative;
    border-top: 1px solid #ffc9fd;
    border-bottom: 1px solid #ffc9fd;
}

.our-customer .single-customer{
    padding: 34px;
}

.footer-pera a{
    color: #450b78;
}

.page-404{
    height: 100vh;
}

.page-404,
.page-404__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.page-404__container{
    padding: 20px;
}

.page-404__title,
.page-404__subtitle,
.page-404__description{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.page-404__title{    
    font-size: 50px;
    color: #450b78;
}

.page-404__subtitle{
    font-size: 20px;
    color: #f9218d;
    text-transform: uppercase;
}

.page-404__description{
    font-size: 16px;
    color: #666666;
}

.page-404__button{
    cursor: pointer;
    padding: 25px 35px;
    background-color: #450b78;
    color: #fff;
    border: none;
    border-radius: 5px;
}