/* Nav and hero sec */
#home p span {
    font-size: 18px;
    font-weight: 600;
    color: #08b106;
}

.bl-line {
    border-left: 1px solid #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .5s all ease-in-out 0ms;
}

.bl-line article {
    padding-left: 10px;
    margin-right: 10px;
    transition: .5s all ease-in-out 0ms;
}

.bl-line article:hover .blurb-title {
    transition: .5ms all ease-in-out 0ms;
    font-weight: 600;
    color: #08b106;
}

.bl-line:hover {
    background-color: whitesmoke;
    border-radius: 20px;
    transition: .5s all ease-in-out 0ms;
}

@media (min-width: 1200px) {
    #home .section-lg {
        padding: 100px 0 50px 0 !important;
    }
}

@media (max-width: 767px) {
    #home .section-lg img {
        padding-bottom: 35px;
    }

    #home .section-lg {
        padding-top: 35px;
    }
}


/* Virtual demo */

#container-9 {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:991px) {
    #wavE {
        display: none !important;
    }
}

/* Integrations */

@media only screen and (max-width:576px) {
    .partner-group-item::before {
        display: none !important;
    }

    html .partner-group,
    html .partner-group-item {
        border-color: rgba(203, 215, 229, 0);
    }

    #about,
    #HiDe {
        display: none;
    }
}

@media only screen and (max-width:429px) {
    .partner-group-item {
        width: 150px;
    }
}


/* How it worls sec */
.blurb-hovered-item {
    height: 100%;
}


/* Forms */

#contact .btn {
    font-size: 1rem;
}

#comingSoon .btn {
    box-shadow: unset;
}

@media only screen and (max-width:521px) {
    #positionIng {
        display: block !important;
    }

    #positionIng #btnSubmit {
        width: 100%;
        margin-top: 15px;
    }
}


/* Pricing sec */

#pricing .container {
    background: #dbeaf8;
    border-radius: 25px;
    transition: all 0.2s ease-in-out 0.1s;
}

#pricing:hover {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out 0.1s;
}

#pricing:hover h3 {
    color: #08b106;
    transition: all 0.2s ease-in-out 0.1s;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

#pricing strong {
    font-size: 18px;
    background: linear-gradient(to right,
            #7953cd 20%,
            #00affa 30%,
            #0190cd 70%,
            #764ada 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

h2 span {

    background: linear-gradient(to right,
            #7953cd 20%,
            #00affa 30%,
            #0190cd 70%,
            #764ada 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@media only screen and (max-width:576px) {
    #pricing {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:992px) {
    #shApe h2 {
        text-align: center !important;
    }

    #shApe #alIgn {
        justify-content: center !important;
    }
}


/* Shape feature */

#shapeFeature .nav-line .nav-link.active {
    color: #2ccd5d;
    font-weight: 600;
}

#shapeFeature img {
    width: 75%;
}

/* Why choose sec */

@media (max-width: 992px) {

    .image-svg {
        display: none !important;
    }
}

#whyChoose article {
    transition: all 0.2s ease-in-out 0.1s;
}

#whyChoose article:hover svg {
    transform: rotate(-15deg);
    fill: #08b106;
    transition: all 0.2s ease-in-out 0.1s;
}

#whyChoose article:hover .blurb-title {
    color: #08b106;
    transition: all 0.2s ease-in-out 0.1s;
}

#whyChoose .blurb-creative-item {
    display: flex;
    justify-content: center;
}


/* fusionOffers */

#fusionOffers .swiper-slide span {
    display: none;
}

#fusionOffers mark,
#franchise mark {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    background-color: #cff6ff;
    font-weight: 500;
}

iframe {
    border-radius: 20px;
}

/* franchise */

#franchise h4 {
    font-size: 26px;
    color: #08b106;
}

#franchise .biggest strong {
    color: #08b106;
}

@media only screen and (max-width:991px) {
    #franchise .accordion-item+.accordion-item {
        margin-top: 0;
    }
}

/* Contact */

#contacts span {
    font-size: 16px;
}

#contacts .form-group span {
    font-size: 12px;
}

.addressOff a {
    color: #16c20a;
}

#contacts {
    padding-bottom: 50px;
}

table tr :last-child {
    font-weight: 500;
    font-size: 18px;
}

@media (min-width:567px) {

    *+.divider,
    .divider+* {
        margin-top: 2.5rem;
    }
}

#contacts {
    background: #E4EDF7;
}

@media only screen and (max-width:477px) {
    #contacts span {
        font-size: 13px;
    }

    #comingSoon .btn {
        padding: 8px 24px;
    }

    table tr :last-child {
        font-size: 15px;
    }
}

@media only screen and (max-width:408px) {
    #comingSoon .btn {
        padding: 8px 10px;
    }

    #comingSoon .icon-sm.icon-round {
        width: 15px;
    }
}

/* Footer */
.pt-25 {
    padding-top: 25px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 25px;
}

/* How it works */
#howItWorks .blurb-hovered article:hover .blurb-title {
    color: #08b106;
}


#fusionOffers .divider {
    display: none;
}


/* counter */
#counTer {
    background: #DBEAF8;
    margin-bottom: 100px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

@media (max-width:760px) {
    #counTer article h3 {
        font-size: 12px !important;
    }
}

.counter-value {
    margin-bottom: -12px;
}

@media only screen and (max-width:575px) {
    .counter {
        margin-top: 25px;
    }
}

/* Accordian */

.accordion .btn {
    color: #08b106 !important;
}