/* 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 */


.correct-icon-with-border-list {
    padding-left: 40px;
    margin-bottom: 0;
}

.correct-icon-with-border-list li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid var(--gray-border-color);
    padding-bottom: 15px;
}

.correct-icon-with-border-list li:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 3px;
    background-image: url(../images/list-correct.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.correct-icon-with-border-list .title {
    margin-bottom: 10px;
}

.image-with-full-size-content-inner {
    margin-top: 40px;
}

.image-with-full-size-content-part .image-part {
    text-align: center;
}

@media only screen and (min-width:768px) {
    .correct-icon-with-border-list li:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
}

@media only screen and (min-width:992px) {
    .image-with-full-size-content-part .section-head-part {
        text-align: left;
        margin-bottom: 0;
    }

    .image-with-full-size-content-part .section-head-part .section-head-title:before {
        left: 0;
        transform: translate(0);
    }

    .image-with-full-size-content-part {
        position: relative;
    }

    .image-with-full-size-content-part:before {
        content: "";
        position: absolute;
        right: 0;
        top: -60px;
        width: 37%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
        background-image: url(../images/image-with-full-size-text-back.svg);
    }

    .image-with-full-size-content-part>* {
        z-index: 1;
        position: relative;
    }
}


/* 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 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 */

/* services part */
.single-services-box {
    background: var(--common-white-color);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 10px solid var(--primary-color);
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    position: relative;
}

.single-services-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #F9E9F6;
    opacity: 0;
    transition: all 0.5s;
}

.single-services-box:hover:before {
    height: 100%;
    opacity: 1;
}

.services-main-wrap:not(.services-list-small) .single-services-box>* {
    z-index: 1;
}

.single-services-box .icon-main {
    width: 100px;
    height: 100px;
    background-color: var(--light-gray-background);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    transition: all 0.5s;
}

.single-services-box .icon-main .icon {
    max-width: 62px;
}

.services-main-wrap:not(.services-list-small) .single-services-box:hover .icon-main {
    background-color: var(--primary-color);
}

.services-main-wrap:not(.services-list-small) .single-services-box:hover .icon-main .normal-image {
    display: none;
}

.services-main-wrap:not(.services-list-small) .single-services-box:hover .icon-main .hover-image {
    display: block;
}

.services-main-wrap:not(.services-list-small) .single-services-box .services-content {
    margin-bottom: 25px;
}

.single-services-box .title {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-services-box .link-with-icon {
    margin: auto auto 0 auto;
}

.services-list-slider .slick-list {
    margin: 0 -15px;
}

.services-list-slider .services-list-wrap {
    padding: 0 15px 15px;
}

/* services box small */
.services-list-small .services-content>.title {
    margin-bottom: 0;
    min-height: 70px;
}

.services-list-small .single-services-box .link-with-icon {
    position: relative;
    margin-top: 15px;
}

.services-list-small .service-content-hover {
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 25px;
    text-align: left;
}

.services-list-small .single-services-box:hover .service-content-hover {
    transition-delay: 0.3s;
    opacity: 1;
    pointer-events: unset;
}

.services-list-small .single-services-box .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* end services box small */

@media screen and (min-width:768px) {
    .single-services-box .icon-main {
        width: 120px;
        height: 120px;
    }

    .single-services-box .icon-main .icon {
        max-width: 65px;
    }

    /* services box small */
    .services-list-small .services-content>.title {
        min-height: 84px;
    }

    /* end services box small */
}

@media screen and (min-width:992px) {

    /* services box small */
    .services-list-small .services-content>.title {
        min-height: 102px;
    }

    /* end services box small */
}

@media screen and (min-width:1200px) {
    .single-services-box .icon-main {
        width: 140px;
        height: 140px;
    }

    .single-services-box .icon-main .icon {
        max-width: 70px;
    }

    /* services box small */
    .services-list-small .single-services-box .text {
        -webkit-line-clamp: 6;
    }

    /* end services box small */
}

@media screen and (min-width:1400px) {
    .single-services-box .icon-main {
        width: 165px;
        height: 165px;
    }

    .single-services-box .icon-main .icon {
        max-width: 83px;
    }
}

/* end services part*/

/* case study */

.case-study {
    background-image: url(../images/case-study-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.case-study-content .title {
    margin-bottom: 20px;
    color: var(--text-color);
}

.case-study-content .Requirements {
    margin-bottom: 10px;
    color: var(--text-color);
}

.case-study-content .button {
    display: inline-block;
    margin-top: 20px;
}

/* end case study */


/* 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 */

/* 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 */