/* why you choose us */

.why-you-choose-us-section { background-color: #F7F7F7; }
.why-you-choose-us-points { background-color: #fff; text-align: center; padding: 25px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); height: 100%; }
.why-you-choose-us-points .icon-main { margin-bottom: 12px; }
.why-you-choose-us-points .icon-main .icon { max-height:50px; }
.why-you-choose-us-points .title { margin-bottom: 5px; color: var(--text-color); }

@media screen and (min-width:768px) {
    .why-you-choose-us-points .icon-main .icon { max-height: 55px; }
}

@media screen and (min-width:1400px) {
    .why-you-choose-us-points .icon-main .icon { max-height: 70px; }
}

/* end why you choose us */

/* workflow */

.workflow-single-back { background: #FFFFFF; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); padding: 25px; position: relative; height: 100%; }
.workflow-single-back:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../images/workflow-back-line.png); background-repeat: no-repeat; z-index: 1; }
.workflow-single-back:after { content: ""; position: absolute; bottom: 0; width: 100%; height: 0; background-color:var(--primary-color); transition: all 0.5s; left: 0; }
.workflow-single-back:hover:after{ height: 100%; }
.workflow-single-back > * { position: relative; z-index: 1;}
.workflow-step-wrap .image { width: 100px; height: 100px; background-color: #8A6EBC; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.5s; }
.workflow-single-back:hover .image { border-radius: 50%; background-color: rgba(233, 79, 202, 0.5); }
.workflow-step-wrap .image .icon { max-width: 60px; }
.workflow-count { font-family: var(--font-playball-regular); font-size: 50px; color: #ECECEC; position: absolute; top: 20px; right: 35px; }
.workflow-step-wrap .title { margin-bottom: 15px; transition: all 0.5s; }
.workflow-step-wrap .workflow-content li { margin-bottom: 10px; }
.workflow-step-wrap .workflow-content li:last-child { margin-bottom:0px; }
.workflow-content { margin-bottom: 0; transition: all 0.5s; }
.workflow-single-back:hover .title { color: #fff; }
.workflow-single-back:hover .workflow-content { color: #fff; }

/* workflow small */

.workflow-small .workflow-step-wrap { display: flex; flex-wrap: wrap; justify-content: center; margin-left: -12px; margin-right: -12px; }
.workflow-small .workflow-single { padding: 0 12px; width: 100%; }
.workflow-small .workflow-single-back { padding: 20px; }
.workflow-small .workflow-step-wrap .image { width: 80px; height: 80px; }
.workflow-small .workflow-step-wrap .image .icon { max-width: 51px; }
.workflow-small .workflow-count { font-size: 50px; right: 20px; top: 15px; }

@media screen and (min-width:576px) {
    .workflow-small .workflow-single {width: 50%;}
}

@media screen and (min-width:768px) {
    .workflow-small .workflow-single{ width: 33%; }
    .workflow-single-back{ padding: 25px; }
    .workflow-step-wrap .image .icon { max-width: 55px; }
    .workflow-count{ right: 25px; }
}

@media screen and (min-width:992px) {
    .workflow-step-wrap .image{ width: 110px; height: 110px; }
    .workflow-step-wrap .image .icon { max-width: 68px; }
    .workflow-count{ font-size: 60px; }
}

@media screen and (min-width:1200px) {
    .workflow-single-back{ padding: 35px; }
    .workflow-step-wrap .image{ width: 134px; height: 134px; }
    .workflow-step-wrap .image .icon { max-width: 85px; }
    .workflow-count{font-size: 70px;}
    .workflow-small .workflow-single{ width: 20%; }
}

/* end workflow */

/* big-empire-banner section css start */
/* .big-empire-banner-main{min-height: 240px; max-width: 995px; background: linear-gradient(336deg, #E94FCA 0%, #330C79 100%); border-radius: 15px; margin: 0 auto; display: flex; position: relative;}
.big-empire-banner-main:before {border-radius: 15px; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/big-empire-bg-line.webp); background-repeat: no-repeat; background-position: center;  background-size: 100%;}
.big-empire-banner-main:after {border-radius: 15px; content: ""; position: absolute; left: 0; bottom: 0; width: 26%; height: 100%; background-image: url(../images/big-empire-bg-two.svg); background-repeat: no-repeat; background-position-y: bottom; background-size: 90%;}
.big-empire-banner-main .big-empire-banner-left{ width: 100%; padding-top: 35px; padding-left: 35px;padding-bottom: 32px; z-index: 1; display: flex; flex-direction: column; justify-content: center;}
.big-empire-banner-main .big-empire-banner-left .big-empire-banner-title{ width: 100%; color: var(--banner-top-content-color); margin-bottom: 10px;}
.big-empire-banner-main .big-empire-banner-left .big-empire-banner-sub-desc{ color: var(--banner-top-content-color);}
.big-empire-banner-main .big-empire-banner-left .button{min-width:185px; text-align: center; margin: 10px auto 0 auto;}
.big-empire-banner-main .big-empire-banner-right{ width: 100%; position: relative; z-index: 1;}
.big-empire-banner-main .big-empire-banner-right img{position: relative; max-width: 400px; width: 100%; margin-bottom: -5px;}

@media only screen and (min-width:768px) {    
    .big-empire-banner-main .big-empire-banner-right img{ max-width: 350px;position: absolute;bottom: 0;right: -30px; margin: 0; width: auto;}
    .big-empire-banner-main .big-empire-banner-left{ width: 65%;}
    .big-empire-banner-main .big-empire-banner-right{ width: 35%;}    
}
@media only screen and (min-width:992px) {
    .big-empire-banner-main .big-empire-banner-right img{ max-width: inherit;}
}
@media only screen and (max-width:767px) {
    .big-empire-banner-main{ flex-direction: column;}
    .big-empire-banner-main .big-empire-banner-left{ text-align: center; padding: 40px 25px 0px;}
    .big-empire-banner-main .big-empire-banner-right{ text-align: center;}
    .big-empire-banner-main:after{display: none;}
    .big-empire-banner-main:before{background-size: auto;}
} */
.big-empire-banner-main{min-height: 240px; max-width: 995px;/* background: linear-gradient(336deg, #E94FCA 0%, #330C79 100%);*/ border-radius: 15px; margin: 0 auto; display: flex; position: relative; background: linear-gradient(274.23deg, #A51788 -5%, #20084D 76.76%);}
.big-empire-banner-main:before {border-radius: 15px; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/big-empire-bg-line.webp); background-repeat: no-repeat; background-position: center;  background-size: 100%;}
.big-empire-banner-main:after {border-radius: 15px; content: ""; position: absolute; left: 0; bottom: 0; width: 26%; height: 100%; background-image: url(../images/big-empire-bg-two.svg); background-repeat: no-repeat; background-position-y: bottom; background-size: 90%;}
.big-empire-banner-main .big-empire-banner-left{ width: 100%; padding-top: 35px; padding-left: 35px;padding-bottom: 32px; z-index: 1; display: flex; flex-direction: column; justify-content: center;}
.big-empire-banner-main .big-empire-banner-left .big-empire-banner-title{ width: 100%; color: var(--banner-top-content-color); margin-bottom: 10px;}
.big-empire-banner-main .big-empire-banner-left .big-empire-banner-title span{ color: var(--Secoundry-color); font-weight: 700;}
.big-empire-banner-main .big-empire-banner-left .big-empire-banner-sub-desc{ color: var(--banner-top-content-color);}
.big-empire-banner-main .big-empire-banner-left .button{min-width:185px; text-align: center; margin: 10px auto 0 auto;}
.big-empire-banner-main .big-empire-banner-right{ width: 100%; position: relative; z-index: 1;}
/* .big-empire-banner-main .big-empire-banner-right img{position: relative; max-width: 400px; width: 100%; margin-bottom: -5px;} */
.big-empire-banner-main .big-empire-banner-right img{ max-width: 263px;}

@media only screen and (min-width:768px) {    
    /* .big-empire-banner-main .big-empire-banner-right img{ max-width: 350px;position: absolute;bottom: 0;right: -30px; margin: 0; width: auto;} */
    .big-empire-banner-main .big-empire-banner-left{ width: 65%;}
    .big-empire-banner-main .big-empire-banner-right{ width: 35%; text-align: center; padding: 20px; display: flex; justify-content: center; align-items: center;}    
    .big-empire-banner-main .big-empire-banner-right img{ position: relative; right: 0; object-fit: contain; max-width: 263px; width: 100%;}
}
@media only screen and (min-width:992px) {    
    /* .big-empire-banner-main .big-empire-banner-right img{ max-width: inherit;} */
}
@media only screen and (max-width:767px) {
    .big-empire-banner-main{ flex-direction: column;}
    .big-empire-banner-main .big-empire-banner-left{ text-align: center; padding: 40px 25px 0px;}
    .big-empire-banner-main .big-empire-banner-right{ text-align: center; padding: 20px;}
    .big-empire-banner-main:after{display: none;}
    .big-empire-banner-main:before{background-size: auto;}
}
/* big-empire-banner section css end */

/* contact banner secound design */

.contact-banner-secound-background {max-width: 1000px; margin-left: auto;  margin-right: auto; background: linear-gradient(274.23deg, #A51788 -5%, #20084D 76.76%); border-radius: 20px; padding: 25px 25px; position: relative; overflow: hidden; }
.contact-banner-secound-background:before { content: ""; position: absolute; right: 0; top: 0; width: 50%; height: 60%; background-image: url(../images/talk-exp-back-icon-1.svg); background-repeat: no-repeat; background-position-x: center; background-size: 100%; background-position-y: top; }
.contact-banner-secound-background:after { content: ""; position: absolute; left: 0; bottom: 0; width: 50%; height: 45%; background-image: url(../images/talk-exp-back-icon-2.svg); background-repeat: no-repeat; background-position-x: center; background-size: 100%; background-position-y: bottom; }
.contact-banner-secound-content { z-index: 1; position: relative; text-align: center; }
.contact-banner-secound-content > *:not(.button){color: var(--banner-top-content-color);}
.contact-banner-secound-section .line-background { position: absolute; left: 0px; top: 0px; width: 100%; }
.contact-banner-secound-content .button { margin-left: auto; margin-right: auto; }
.contact-banner-secound-content .title { margin-bottom: 15px; }

@media screen and (min-width:600px) {
    .contact-banner-secound-background{ padding: 33px 40px; }
}

@media screen and (min-width:768px) {
    .contact-banner-secound-background:before{width: 33.5%;}
    .contact-banner-secound-background:after{width: 28.5%;}
}

@media screen and (min-width:992px) {
    .contact-banner-secound-section .line-background{ width: 60%; }
}

/* end contact banner secound design */

/* Our Portfolio section css start */
.our-portfolio .slick-list{ margin-left: -15px;}
.our-portfolio .our-portfolio-item{ padding-left: 15px;}
.our-portfolio .our-portfolio-box{ width: 100%; position: relative; border-radius: 20px; overflow: hidden; transition: all 0.3s linear;}
.our-portfolio .our-portfolio-box img{ width: 100%; object-fit: cover; display: block;}
.our-portfolio .our-portfolio-box .our-portfolio-content{ width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: linear-gradient(172.6deg, rgba(233, 79, 202, 0) -18%, #330C79 88.02%); padding: 30px; display: flex;justify-content: flex-start;align-items: flex-end; transition: all 0.3s linear; opacity: 0; padding: 0;}
.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-right: 60px; }
.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .our-portfolio-title{ margin-bottom: 10px; color: var(--common-white-color);}
.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .our-portfolio-sub-title{ color: var(--Secoundry-color);}
.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .right-arrow {position: absolute;right: 30px; width: 45px; height: 45px; background-color: var(--common-white-color); border: 2px solid var( --Secoundry-color); border-radius: 50%; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.our-portfolio .our-portfolio-box .our-portfolio-content .our-portfolio-details .right-arrow svg{ width: 23px; height: 13px;}
.our-portfolio .our-portfolio-box:hover .our-portfolio-content{ height: 100%; opacity: 1; padding: 30px;}


@media only screen and (min-width:768px) {
    .our-portfolio .slick-list{ margin-left: -27px;}
    .our-portfolio .our-portfolio-item{ padding-left: 27px;}
}
/* Our Portfolio section css end */


/* Prices section css start */
/* .price-section .price-box{ width: 100%; position: relative; background-color: var(--common-white-color); padding: 14px 11px 11px;border: 1px solid #E0E0E0; transition: all 0.3s linear; overflow: hidden;}
.price-section .price-box::before{ content: ""; background-color: var(--primary-color); position: absolute; top: 0; left: -30px; width: calc(100% + 60px); height: 60px; z-index: 1; border-radius: 0 0 50% 50%; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s linear;}
.price-section .price-box:hover::before{ height: 150px;border-radius: 0 0 40% 40%;}
.price-section .price-box .price-box-heading{ width: 100%; text-align: center; color: var(--common-white-color);z-index: 2;position: relative;}
.price-section .price-box .price-content-main{ width: 100%; text-align: center; background-color: #F7F7F7; padding: 0 25px 25px; margin-top: 54px; position: relative; z-index: 2; text-align: center; transition: all 0.3s linear;}
.price-section .price-box:hover .price-content-main{ background-color: #E8DCFF;}
.price-section .price-box .price-content-main::before{ content: ""; width: 100%; background-image: url(../images/price-section-bg.webp); background-repeat: no-repeat; height: 100%; position: absolute; top: 0; right: 0;z-index: -1;}
.price-section .price-box .price-content-main .price-icon{ width: 70px; height: 70px; border-radius: 50%; background-color: var(--common-white-color); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);display: flex;justify-content: center;align-items: center; margin: 0 auto 3px;position: relative;top: -35px;}
.price-section .price-box .price-content-main .price-icon img{ width: 45px; height: 45px; object-fit: contain;}
.price-section .price-box .price-content-main .price-time-main{ width: 100%; display: inline-block; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid var(--Secoundry-color);}
.price-section .price-box .price-content-main .price-time-main:last-child{ border: none; margin-bottom: 0; padding-bottom: 0;}
.price-section .price-box .price-content-main .price-time-main .price-time-title{ margin-bottom: 10px; color: var(--text-color);}
.price-section .price-box .price-content-main .price-time-main .price-social-icon{ list-style: none; margin: 0; padding: 0; display: flex; justify-content: center;}
.price-section .price-box .price-content-main .price-time-main .price-social-icon li{ padding: 0 5px; margin-bottom: 0;}
.price-section .price-box .price-content-main .price-time-main .price-social-icon li a{ width: 35px; height: 35px; border-radius: 50%;box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); background-color: var(--primary-color); transition: all 0.3s linear; display: flex;justify-content: center;align-items: center;}
.price-section .price-box .price-content-main .price-time-main .price-social-icon li a:hover{ background-color: var(--Secoundry-color);}

@media only screen and (max-width:767px) {
    .price-section .price-box .price-content-main{ margin-top: 65px;}
} */
/* Prices section css end */


/* Prices section css start */
.price-section .price-box {
    width: 100%;
    position: relative;
    background-color: var(--common-white-color);
    padding: 40px 20px;
    border-radius: 22px;
    transition: all 0.3s linear;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1)
}
 
.price-section .price-inner-heading {
    display: flex;
    gap: 17px;
    align-items: center;
}
 
.price-section .icon-div {
    background-color: #b8b1ff4d;
    border-radius: 15px;
    padding: 15px;
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.price-section .price-inner-heading .title-name {
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family);
    margin: 0;
}
 
.price-section .price-inner-heading .title-content {
    font-size: 16px;
    color: #6F6C90;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family);
    margin: 0;
}
 
.price-section .price-inner-heading .icon-div img {
    display: block;
}
 
.price-section .price-inner-count {
    padding: 22px 0px;
}
 
.price-section .count-heading {
    font-size: 22px;
    color: #6F6C90;
    font-family: var(--font-family);
    font-weight: var(--font-weight-semibold);
    margin: 0;
}
 
.price-section .count-main {
    display: flex;
    align-items: baseline;
}
 
.price-section .count-main h2 {
    font-size: 38px;
    color: var(--primary-color);
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    margin: 0;
}
 
.price-section .count-main p {
    font-size: 25px;
    color: #6F6C90;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
}
 
.price-section .features-list li {
    list-style: none;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    color: #170F49;
}
 
.price-section .features-list li:last-child {
    margin-bottom: 0px;
}
 
.price-section .features-list {
    margin: 0;
    padding: 0;
}
 
.price-section .features-list img {
    display: block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
}
 
.price-section .features-header {
    font-size: 18px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    margin-bottom: 15px;
}
 
 
.price-section .active {
    background-color: var(--primary-color);
}
 
.price-section .active .icon-div {
    background-color: var(--common-white-color);
}
 
.price-section .active .price-inner-heading .title-content {
    color: var(--common-white-color);
}
 
.price-section .active .count-heading {
    color: var(--common-white-color);
}
 
.price-section .active .count-main h2 {
    color: var(--Secoundry-color);
}
 
.price-section .active .count-main p {
    color: var(--common-white-color);
}
 
.price-section .active .features-list li {
    color: var(--common-white-color);
}
 
.price-section .active .features-header {
    color: var(--common-white-color);
}
 
.price-section .active .price-inner-heading .title-name {
    color: var(--common-white-color);
}
 
.price-section .active .price-inner-count {
    padding: 45px 0px;
}
 
.price-section .row {
    align-items: center;
}
 
.price-section .Inquiry-button {
    margin: 0 auto;
    margin-top: 60px;
}
 
.price-section .active .price-box {
    padding: 48px 20px;
}
 
.price-section .pricing-div {
    transition: transform 0.3s ease;
}
 
.price-section .pricing-div:hover {
    transform: scale(1.05);
}
 
@media only screen and (max-width:1200px) {
    .price-section .price-box {
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
 
    .price-section .pricing-div:last-child .price-box {
        margin-bottom: 0;
    }
 
    .price-section .active .price-inner-count {
        padding: 28px 0px;
    }
 
}
 
@media only screen and (max-width:768px) {
    .price-section .price-inner-heading {
        gap: 15px;
    }
    .price-section .pricing-div:hover {
        transform: scale(1);
    }
 
    .price-section .icon-div {
        padding: 12px;
    }
 
    .price-section .price-inner-heading .title-content {
        font-size: 14px;
    }
 
    .price-section .price-inner-count {
        padding: 20px 0px;
    }
 
    .price-section .count-heading {
        font-size: 20px;
    }
 
    .price-section .count-main h2 {
        font-size: 35px;
    }
 
    .price-section .count-main p {
        font-size: 22px;
    }
 
    .price-section .features-header {
        font-size: 16px;
        margin-bottom: 12px;
    }
 
}
 
@media screen and (max-width: 1200px),
screen and (max-height: 660px) {
    .price-section .price-inner-count {
        padding: 22px 0px;
    }
 
    .price-section .price-box {
        padding: 30px 20px;
    }
 
    .price-section .count-heading {
        font-size: 18px;
    }
 
    .price-section .count-main h2 {
        font-size: 32px;
    }
 
    .price-section .features-list li {
        margin-bottom: 10px;
    }
 
    .price-section .features-list img {
        width: 20px;
        height: 20px;
    }
    .price-section .active .price-inner-count {
        padding: 25px 0px;
    }
    .price-section .active {
        padding: 45px 20px;
    }
}
 
 
/* Prices section css end */





