/* 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 */
.home-holder-div{
    
}
#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;
}
.navbar-logo-link{
    animation: logoShine 5s ease-in-out infinite alternate;
}

@keyframes logoShine {
    0%,50% {
        fill: white;
    }

    50%,75% {
        fill: linear-gradient(to right,
            #7953cd 20%,
            #00affa 30%,
            #0190cd 70%,
            #764ada 80%);
    }
    75%,100%{
        fill: white;
    }
}


@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;
}

/* Clouds */
.cloud {
   -webkit-animation: clouds 60s infinite linear;
  -moz-animation: clouds 60s infinite linear;
  -ms-animation: clouds 60s infinite linear;
  -o-animation: clouds 60s infinite linear;
  animation: clouds 60s infinite linear; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 33px 0 0 0;
  width: 54px;
  height: 5px;
  background: #f7e7eb;
}
.cloud.tiny {
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.cloud.small {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.cloud.normal {
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.cloud.large {
  -moz-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  -webkit-transform: scale(4, 4);
  transform: scale(4, 4);
}
.cloud div {
  -moz-box-shadow: inset -2px -3px 0 0 #f7e7eb;
  -webkit-box-shadow: inset -2px -3px 0 0 #f7e7eb;
  box-shadow: inset -2px -3px 0 0 #f7e7eb;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -3px;
  bottom: 0;
  background: #fafbf0;
  z-index: 10;
}
.cloud div:first-child + div {
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -webkit-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  margin: 0 0 4px 13px;
  z-index: 9;
}
.cloud div:first-child + div + div {
  -moz-transform: scale(2.4, 2.4);
  -ms-transform: scale(2.4, 2.4);
  -webkit-transform: scale(2.4, 2.4);
  transform: scale(2.4, 2.4);
  margin: 0 0 9px 32px;
  z-index: 8;
}
.cloud div:first-child + div + div + div {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  margin: 0 0 2px 50px;
  z-index: 7;
}

@-webkit-keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@-ms-keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
.cloud-1 {
  -webkit-animation-duration: 263s;
  -moz-animation-duration: 263s;
  -ms-animation-duration: 263s;
  -o-animation-duration: 263s;
  animation-duration: 263s;
  margin-left: 20%;
}

.cloud-2 {
  -webkit-animation-duration: 99s;
  -moz-animation-duration: 99s;
  -ms-animation-duration: 99s;
  -o-animation-duration: 99s;
  animation-duration: 99s;
  margin-left: 90%;
}

.cloud-3 {
  -webkit-animation-duration: 142s;
  -moz-animation-duration: 142s;
  -ms-animation-duration: 142s;
  -o-animation-duration: 142s;
  animation-duration: 142s;
  margin-left: 50%;
}

.cloud-4 {
  -webkit-animation-duration: 152s;
  -moz-animation-duration: 152s;
  -ms-animation-duration: 152s;
  -o-animation-duration: 152s;
  animation-duration: 152s;
  margin-left: 43%;
}

.cloud-5 {
  -webkit-animation-duration: 215s;
  -moz-animation-duration: 215s;
  -ms-animation-duration: 215s;
  -o-animation-duration: 215s;
  animation-duration: 215s;
  margin-left: 83%;
}

.cloud-6 {
  -webkit-animation-duration: 139s;
  -moz-animation-duration: 139s;
  -ms-animation-duration: 139s;
  -o-animation-duration: 139s;
  animation-duration: 139s;
  margin-left: 73%;
}

.cloud-7 {
  -webkit-animation-duration: 109s;
  -moz-animation-duration: 109s;
  -ms-animation-duration: 109s;
  -o-animation-duration: 109s;
  animation-duration: 109s;
  margin-left: 69%;
}

.cloud-8 {
  -webkit-animation-duration: 121s;
  -moz-animation-duration: 121s;
  -ms-animation-duration: 121s;
  -o-animation-duration: 121s;
  animation-duration: 121s;
  margin-left: 100%;
}

.cloud-9 {
  -webkit-animation-duration: 101s;
  -moz-animation-duration: 101s;
  -ms-animation-duration: 101s;
  -o-animation-duration: 101s;
  animation-duration: 101s;
  margin-left: 10%;
}

.cloud-10 {
  -webkit-animation-duration: 126s;
  -moz-animation-duration: 126s;
  -ms-animation-duration: 126s;
  -o-animation-duration: 126s;
  animation-duration: 126s;
  margin-left: 14%;
}

.cloud-11 {
  -webkit-animation-duration: 96s;
  -moz-animation-duration: 96s;
  -ms-animation-duration: 96s;
  -o-animation-duration: 96s;
  animation-duration: 96s;
  margin-left: 73%;
}

.cloud-12 {
  -webkit-animation-duration: 83s;
  -moz-animation-duration: 83s;
  -ms-animation-duration: 83s;
  -o-animation-duration: 83s;
  animation-duration: 83s;
  margin-left: 51%;
}
