
:root {
    --primaryColor: #B5DFDC;
    --primaryColorBg: #A5D7D3;
    --primaryColorDark: #7cc5bf;
    --secondaryColor: #E5978B;
    --darkColor: #474b4c;
    --darkColor2:#313435;
    --white: #ffffff;
}

.preloader{
  background: #f0f7fc !important;
  background: linear-gradient(45deg, rgba(255,0,174,1) 0%, rgba(145,0,255,1) 50%, rgba(255,0,174,1) 100%);
  /* background-size: 200% 200%; background-position: left bottom;
  animation-name: dummy !important; */
}
.hero .main-heading {
    font-size: 7rem;

}
.download-buttons a {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 24.4rem;
    height: 8.1rem;
    background-color: grey;
    /* border-radius: 5rem;
    transition: all 0.3s ease-in-out;
    background-size: 200% 200% !important;
    background-position: center bottom !important;
    backface-visibility: hidden;
    perspective: 1000px; */
}

.download-buttons a i {
    font-size: 3.4rem;
    color: #474b4c;
}

.download-buttons a .button-content {
    margin-left: 1.3rem;
    letter-spacing: 0.1rem;
}

.download-buttons a .button-content h6 {
    font-size: 1.2rem;
    color: #474b4c;
}

.download-buttons a .button-content span {
    display: block;
    font-size: 2rem;
    color: #474b4c;
    margin-top: 0.2rem;
    /* letter-spacing: initial; */
}

.download-buttons a:last-child .button-content h6 {
    color: #474b4c;
}
.download-buttons-inline a.google-play, .download-buttons-inline a.apple-store {
    display: inline-flex;
}
.download-buttons a.google-play {
    background: rgb(181, 223, 220, 1);
    filter: drop-shadow(0px 10px 10px rgba(88, 88, 93, 0.2));
    -webkit-filter: drop-shadow(0px 10px 10px rgba(88, 88, 93, 0.2));
    -moz-filter: drop-shadow(0px 10px 10px rgba(88, 88, 93, 0.2));
}

.download-buttons a.apple-store {
    background: #E5978B;
    filter: drop-shadow(0px 10px 10px rgba(88, 88, 93, 0.2));
    -webkit-filter: drop-shadow(0px 10px 10px rgba(88, 88, 93, 0.2));
    -moz-filter: drop-shadow(0px 10px 10px rgba(88, 88, 93, 0.2));
}

.download-buttons a:hover {
    background-position: center top !important;
}
.header__nav-primary > li:first-child a {
    color: var(--secondaryColor);
}
.hero .hero-img::before {
    /* content: "";
    display: block;
    position: absolute;
    width: 75.3rem;
    height: 75.3rem;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    background: #B5DFDC;
    background: linear-gradient(45deg, #B5DFDC 0%, #c8f5f2 50%, #E5978B 100%);
    filter: drop-shadow(0px 30px 20px rgb(181, 223, 220, .4));
    -webkit-filter: drop-shadow(0px 30px 20px rgb(181, 223, 220, .4));
    -moz-filter: drop-shadow(0px 30px 20px rgb(181, 223, 220, .4));
    /* background-size: 200% 200%;
    background-position: left bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;

    -webkit-animation-name: animateGradient;
    animation-name: animateGradient;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}
.section-heading {
    font-size: 5.5rem;
}
.feature__box .icon {
    width: 20rem;
    height: 20rem;
}
.feature__box .icon-1, .feature__box .icon-3 {
    background: var(--primaryColor);
    filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    -webkit-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    -moz-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
}
.feature__box .icon-2, .feature__box .icon-4 {
    background: var(--secondaryColor);
    filter: drop-shadow(0px 40px 15px rgb(229, 151, 139, .2));
    -webkit-filter: drop-shadow(0px 40px 15px rgb(229, 151, 139, .2));
    -moz-filter: drop-shadow(0px 40px 15px rgb(229, 151, 139, .2));
}
.feature__box .icon i {
    color: var(--darkColor2);
}
.feature__box--1 .feature__box__wrapper, .feature__box--3 .feature__box__wrapper {
    background-color: var(--primaryColor);
}
.feature__box--2 .feature__box__wrapper, .feature__box--4 .feature__box__wrapper {
    background-color: var(--secondaryColor);
}
.video__background::before {
    /* content: "";
    display: block;
    position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 5;
    width: 77.6rem;
    height: 77.6rem;
    border-radius: 50%; */
    background: var(--primaryColorBg);
    background: linear-gradient(45deg, #B5DFDC 0%, #c8f5f2 50%, #E5978B 100%);
    /* background-size: 200% 200%;
    background-position: left bottom;
    -webkit-animation-name: animateGradient;
    animation-name: animateGradient;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}
.video__play > button {
    /* width: 17.1rem;
    height: 17.1rem;
    border-radius: 50%;
    border: 0;
    outline: 0; */
    background: var(--primaryColorBg);
    /* cursor: pointer; */
    background: linear-gradient(140deg, #B5DFDC 40%, #E5978B 100%);
    background-size: 200% 200%;
    /* background-position: left bottom; */
    filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    -webkit-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    -moz-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    /* position: absolute;
    top: 10rem;
    left: 20%;
    z-index: 20;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;

    -webkit-transform: var(--transform-fix);
    transform: var(--transform-fix);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; */
    border: 3px solid #D3E4EC;
}
.growth__box .icon i{
    color: var(--white);

}
.growth__box .icon{
    background: var(--primaryColorBg);
    filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
  -webkit-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
  -moz-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
}
.pricing__single{
    /* height: 100%; */
    margin-bottom: 30px;
}

.pricing__single h3 {
    font-size: 5.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    color: var(--darkColor2);
}
.pricing__single h6{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: var(--darkColor2);
}
.pricing .row > div .pricing__single {
    background: var(--primaryColorBg);
    filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    -webkit-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
    -moz-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
}
.pricing .row > div .pricing__single .icon i{
    color: var(--primaryColorDark);
}

.pricing .row > div:nth-child(2) .pricing__single, .pricing .row > div:nth-child(4) .pricing__single {
    margin-top: 5rem;
    background: var(--secondaryColor);
    filter: drop-shadow(0px 40px 15px rgb(229, 151, 139, .2));
    -webkit-filter: drop-shadow(0px 40px 15px rgb(229, 151, 139, .2));
    -moz-filter: drop-shadow(0px 40px 15px rgb(229, 151, 139, .2));
}
.pricing .row > div:nth-child(2) .pricing__single .icon i, .pricing .row > div:nth-child(4) .pricing__single .icon i {
    color: var(--secondaryColor);
}
/* .pricing__wrapper {
    padding: 12rem 0 8rem 0;
} */
.questions-img::before{
    background: #B5DFDC;
    background: linear-gradient(45deg, #B5DFDC 0%, #c8f5f2 50%, #E5978B 100%);
    /* background-size: 200% 200%;
    background-position: left bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; */
    filter: drop-shadow(0px 30px 20px rgb(181, 223, 220, .4));
    -webkit-filter: drop-shadow(0px 30px 20px rgb(181, 223, 220, .4));
    -moz-filter: drop-shadow(0px 30px 20px rgb(181, 223, 220, .4));
}
.questions .card .card-header h5::before {
    color: var(--secondaryColor);
}
.order-lg-1 .questions-img {
    text-align: center;
}
.order-lg-1 .questions-img::before {
    right: 0;
    left: auto;
}
.order-lg-1 .questions-img img{
    width: 230px;
}
.order-lg-1 .questions-img::before {
    width: 40rem;
  height: 40rem;
    right: 0;
  left: 0;
  margin: auto;
}

.checkCl li{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}
.checkCl li img{
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 3px;
}
.checkCl li span{
    color: #474b4c;
    font-size: 1.5rem;
    line-height: 1.5;
}
.questions__wrapper__why{
    padding: 8rem 0;
    /* background: #f0f7fc; */
}
.section-heading-check{
    margin-bottom: 50px;
}
.step__box .content h3 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 2rem;
    line-height: -4rem;
    letter-spacing: .1rem;
}
.header__nav-primary > li:nth-child(n+2) {
    margin-left: 2.2rem;
}
.social ul li:nth-child(2), .social ul li:nth-child(4){
    background: var(--secondaryColor);
    filter: drop-shadow(0px 5px 5px rgb(229, 151, 139, .2));
    -webkit-filter: drop-shadow(0px 5px 5px rgb(229, 151, 139, .2));
    -moz-filter: drop-shadow(0px 5px 5px rgb(229, 151, 139, .2));
}
.social ul li:nth-child(1), .social ul li:nth-child(3){
    background: var(--primaryColorDark);
    filter: drop-shadow(0px 5px 5px rgb(181, 223, 220, .4));
    -webkit-filter: drop-shadow(0px 5px 5px rgb(181, 223, 220, .4));
    -moz-filter: drop-shadow(0px 5px 5px rgb(181, 223, 220, .4));
}
.contact_para{
    font-size: 15px;
    line-height: 1.7;
}
.heading-contact{
    font-size: 3rem;
    color: #000000;
}
.form .form-control:not(textarea), .form select.form-control{
    height: 46px !important;
    border-radius: 12px;
    font-size: 15px;
}
.form textarea.form-control{
    border-radius: 12px;
    font-size: 15px;
}
.form label{
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.form .form-group {
    margin-bottom: 1.8rem;
}
.btn.btn-primary{
    background: var(--primaryColorDark);
    height: 46px;
    border-radius: 12px;
    border: none;
    color: #000;
    min-width: 150px;
    font-size: 15px;
    font-weight: 600;
}
.privacy-terms-heading{
    font-size: 4.5rem;
    font-weight: 700;
}
.c-black{
    color: var(--darkColor2);
}
.privacy-term p.paragraph{
    font-size: 14px;
    line-height: 2;
}
.privacy-term-list{
    padding-left: 13px;
}
.list-style-decimel{
    list-style-type: decimal;
}
.privacy-term ul li{
    font-size: 14px;
}
.privacy-term ul li::marker{
    font-size: 15px;
    padding-right: 10px;
    font-weight: 600;
}
.privacy-term ul li p.para-heading{
    font-weight: 600;
    color: var(--darkColor2);
    font-size: 15px;
    padding-left: 5px;
}
.privacy-term ul li p{
    padding-left: 5px;
}
.list-style-alpha{
    list-style-type: upper-alpha;
}
.list-style-disc{
    list-style-type: disc;
}
.privacy-term-list li > ul, .privacy-term-list li > ul li > ul{
    padding-left: 20px;
}
.privacy-term ul.marker-regular > li::marker{
    font-size: 14px;
    padding-right: 10px;
    font-weight: 400;
}
.privacy-term ul.privacy-term-list > li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #313435;
}
.video__play .modal-close button {
    border: 0;
    background-color: var(--secondaryColor);
    border: 2px solid var(--secondaryColor);
}
.video__play .modal-close:hover button i {
    color: var(--secondaryColor);
}
.blog_hero .icon.iconBread img{
    width: 60px;
    height: auto;
}
.blog_hero .icon.iconBread{
    background: var(--primaryColor);
    filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
  -webkit-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
  -moz-filter: drop-shadow(0px 40px 15px rgb(181, 223, 220, .4));
}
.blog_hero ul li a:hover {
    color: var(--secondaryColor);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(109, 216, 219, 0.25);
}
.screenshot-nav-prev:hover i, .screenshot-nav-next:hover i {
    color: var(--secondaryColor);
}



@media (max-width: 991.98px) {
    .pricing .row > div:nth-child(2) .pricing__single, .pricing .row > div:nth-child(4) .pricing__single {
        margin-top: 0rem;
    }
    .pricing .row > div:nth-child(n+2) {
        margin-top: 0rem;
    }
    .order-lg-1 .questions-img::before {
        left: 0;
        right: 0;
        transform: none;
    }
    .section-heading-check{
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
    }
    .contactImg{
        display: none;
    }
    .hero .main-heading {
        font-size: 4rem;
        letter-spacing: -0.2rem;
        margin-top: 7rem;
    }
    .section-heading {
        font-size: 4rem;
    }
    .download-buttons-inline{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .download-buttons-inline a{
        margin-bottom: 15px;
    }
    .pricing__single h3 {
        font-size: 4rem;
    }
    .questions__wrapper__why {
        padding: 7rem 13px;
    }
    .step__box .image img {
        width: 100%;
    }
    .header__nav-primary > li:nth-child(n+2) {
        margin-left: 0rem;
    }
    .header__nav{
        background: var(--secondaryColor);
    }
    .header__nav-primary > li:first-child a {
        color: #fff !important;
    }
    .breadcrumC{
        text-align: center;
    }

}
@media (max-width: 767.98px) {
    .hero .main-heading {
        font-size: 3.2rem;
        letter-spacing: 0;
    }
    .section-heading {
        font-size: 3.2rem;
    }
    .order-lg-1 .questions-img::before {
        width: 30rem;
        height: 30rem;
        -webkit-transform: scale(1) translate(-50%, 0) !important;
        transform: scale(1) translate(-50%, 0) !important;
        left: 50% !important;
    }
    .feature > .container > .row > div:first-child .feature__box {
        margin-top: 0rem !important;
    }
    .feature__box .icon {
        width: 14rem;
        height: 14rem;
    }
    .feature__box .icon i {
        font-size: 6rem;
    }
    .step__box .content .paragraph {
        width: 100%;
    }
    .swiper-slide img{
        max-width: 96% !important;
    }
    .screenshot__wrapper {
        padding: 10rem 0;
    }
    .pricing__single h3 {
        font-size: 3rem;
    }
}
@media (max-width: 575px) {
    .pricing__wrapper .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog__wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero .hero-img::before {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .hero .main-heading {
        font-size: 2.5rem;
        margin-top: 6rem;
    }
    .section-heading {
        font-size: 2.5rem;
    }
    .order-lg-1 .questions-img img {
        max-width: 100%;
    }
    .questions-img img {
        width: 80%;
    }
    .questions .card .card-body {
        padding: 3rem 1rem;
    }
}
@media (max-width: 400px) {
    .hero .hero-img::before {
        width: 30rem;
        height: 30rem;
    }
}
