* {

    font-family: 'Titillium Web', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

.text-white {
color: #000!important;
}

.btn,
a,
button,
input,
select,
textarea {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important
}

.bg-none {
    background-color: transparent !important;
}

.bg-theme {
    background-color: #2a074a !important;
}

.color-theme {
    color: #fff !important;
}
.bg-banner.stick {
    background-image: linear-gradient(90deg, #7a02f7 -30%, #e600f6 39%, #7707f7 70%);
}
p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
}

.btn-theme {
    font-weight: 500;
    color: #000;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    padding: 12px 25px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
}
.alighitemend{
    align-items: flex-end; 
}
.mrb70{
    margin-bottom: 35px;
}

.btn-theme:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.full-bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.navbar-brand {
    max-width: 200px;
}

.home-header {
    background: url(../img/banner-bg.png);
    padding-top: 100px;
    padding-bottom: 60px;
        height: 100vh;
}

.bg-2 {
    background: #f6f6f6;
    
    padding-bottom: 50px;
}

.quick-links li a {
color: #fff !important;
}

.bg-3 {
    background: url(../img/bg-img-3.jpg);
    border-bottom: 1px solid #545454;
}


.winner-bg {
    background: url(../img/winner-bg.jpg);
}

.box-contact p {
    line-height: 1.3;
}

.heading {
    font-size: 45px;
    font-weight: 500;
}

.sub-heading.heading {
    font-size: 40px;
    border-top: 1px solid #3b6f0d;
    padding-top: 15px;
    margin-top: 15px;
}

.banner-text p {
    letter-spacing: 4px;
    border-bottom: 1px solid #3b6f0d;
    padding-bottom: 15px;
    margin-bottom: 30px;
}


.sub-heading {
    font-size: 30px;
    letter-spacing: 6px;
    /*font-weight: 300;*/
    font-weight:bold;
}

.download-box h4 {
    font-weight: 400;
}

.winners-img {
    position: relative;
}

.winners-img figcaption {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    z-index: 1;
    font-size: 18px;
    left: 0;
}

.inner-header {
    background: linear-gradient(90deg, #7a02f7 -30%, #e600f6 39%, #7707f7 70%);
    background: -moz-linear-gradient(90deg, #7a02f7 -30%, #e600f6 39%, #7707f7 70%);
    background: -webkit-linear-gradient(90deg, #7a02f7 -30%, #e600f6 39%, #7707f7 70%);
    background: linear-gradient(90deg, #7a02f7 -30%, #e600f6 39%, #7707f7 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#133a03", endColorstr="#3a7704", GradientType=1);
    padding-top: 100px;
    padding-bottom: 60px;
}

.blog-search img {
    max-width: 30px;
}

.latest-artical .list-group-item {
    border-radius: 0;
    background-color: transparent;
    border-top: 0;
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.latest-artical .list-group-item .dote {
    position: relative;
    display: block;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    background: #ccc;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0px;
}

.page-item {
    border-radius: 3px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

.page-link {
    border-radius: 3px;
    overflow: hidden;
    color: #95da33;
    border-color: #95da33;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
    color: #fff;
    background-color: #95da33;
    border-color: #95da33;
}


.form-theme .icon-input {
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.form-theme .icon-input .form-control {
    border: none;
    background-color: transparent !important;
}

.form-theme .icon-input textarea.form-control {
    max-height: 100px;
    min-height: 100px;
}

.form-theme .icon-input .form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-theme .icon-input .form-control:-ms-input-placeholder {
    color: #999;
}

.form-theme .icon-input .form-control::-ms-input-placeholder {
    color: #999;
}
.wp-comments textarea#comment, .wp-comments input#author, .wp-comments input#email {
    width: 100%;
}
.wp-comments input#submit {
    font-weight: 500;
    color: #000;
    background-color: #91e020;
    border-color: #7bc611;
    padding: 12px 25px;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    border: none;
}
/* .b-pagination ul li {
    border-radius: 3px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}
.b-pagination ul li > a {
    color: #fff;
    background-color: #95da33;
    border-color: #95da33;
} */
.download-area {padding-top: 55px;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #9c5cd7;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #2a074a;
}

a.title_link {
    color: #000;
    font-family: 'Oswald', sans-serif;
}
.b, strong {font-weight: bold;}

@media(min-width:768px) {
    img.blog-max-width {
        max-width: 300px;
    }
}
@media(min-width:992px) {
    .banner-text .heading {
        font-size: 85px;
    }

    .banner-text .sub-heading.heading {
        font-size: 70px;
    }

    .home-header {
        padding-top: 140px;
    }

    .blog-search img {
        max-width: 50px;
    }

    .latest-blog .latest-text h2 {
        font-size: 1.8rem;
    }

    .inner-header {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}
@media (min-width:1200px) {
    p {
        font-size: 18px;
    }
}

@media (min-width:1400px) {

    .banner-text .heading {
        font-size: 110px;
    }

    .banner-text .sub-heading.heading {
        font-size: 85px;
    }

    .banner-text p {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .home-header {
        padding-top: 160px;
    }

    .banner-text {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .heading {
        font-size: 50px;
    }

    .sub-heading {
        font-size: 40px;
        letter-spacing: 6px;
        font-weight: 300;
    }

    p {
        font-size: 20px;
    }
}

@media (min-width:1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

@media (min-width:1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1840px;
    }
     .bg-3 .winners-img img{
    width: 100%;
}
}

@media (max-width: 1024px) and (min-width: 920px){
.banner-text .heading {
    font-size: 40px;
}
.banner-text .sub-heading.heading {
    font-size: 40px;
}
.banner-text p {
    font-size: 14px;
}
.download-area {
    padding-top: 20px;
}
}
@media (max-width:768px) {

.bg-3 .winners-img.overflow-hidden {
    overflow: visible!important;
    margin-bottom: 40px!important;
}
.py-5.advpadd {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.bg-3 .winners-img figcaption {
    background: rgba(0, 0, 0, 0.8);
    bottom: -38px;
    z-index: 1;
    font-size: 14px;
    left: 0;
}
.home-header .align-items-end .col-lg-3:nth-child(1){
    width: 50%;
    padding: 10px 10px;
    order: 1;
}
.home-header .align-items-end .col-lg-3:nth-last-child(1){
    width: 50%;
    padding: 10px 10px;
    order: 1;
}
.home-header .align-items-end .col-lg-6{
    order: 3;
}
.home-header .download-area {
    padding-top: 10px;
}
.bg-4 .full-bg.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
}

    .box-contact{
    transition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background-image: url(../img/contactback.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    border: 1px solid #e6efe6!important;
    box-shadow: 1px 4px 30px -9px #1a43012b;
    border-radius: 0px 0px 25px 25px!important;
}
    .box-contact:hover {
    transition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
 .box-contact img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}
 .box-contact a{
    font-size: 20px;
    font-weight: 600;
    color: #2a074a;
    margin-top: 10px;
    display: inline-block;
}
.box-advertise{
    text-align: center;
    padding: 40px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.box-advertise h3{
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.box-advertise p{
    font-size: 1.5rem;
    color: #fff;
}
.box-advertise.bg-adv-1{
    background: #788eff;
}
.box-advertise.bg-adv-2{
    background: #0ee86f;
}
.box-advertise.bg-adv-3{
    background: #eec01f;
}
.partnet-list ul {
    padding: 0;
    list-style-type: none;
    display: flex;
}
.partnet-list ul li {
    width: 16.6666%;
}
.partnet-list.adv-90 ul li {
    width: 20%;
}
.partnet-list.adv-80 ul li {
    width: 33.3333%;
}
.partnet-list.adv-50 ul li {
    width: 33.33333%;
}
.partnet-list ul li img{
    width: 100%;
}
.adv-90{
    width: 80%;
    margin: 0 auto;
}
.adv-80{
    width: 60%;
    margin: 0 auto;
}
.adv-70{
    width: 70%;
    margin: 0 auto;
}
.adv-50{
    width: 50%;
    margin: 0 auto;
}
.bormenu {
    border: 1px solid #a9a9a954!important;
    border-radius: 5px;
}
.webbanner{
     display: block;
}
.monbanner{
    display: none;
}
@media(max-width:767px) {

.webbanner{
     display: none;
}
.monbanner{
    display: block;
}
.navbar-collapse {
    background: #390569;
    border-radius: 10px;
    padding: 0px 15px;
}
}
.pull-right{
    float: right;
}

.blogdate{
    font-size: 14px;
    font-weight: 600;
    color: #2a074a;
    line-height: 32px;
}
.mockup-slider{
    position: absolute;
    width: 18.8%;
    height: auto;
    bottom: 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.demo-slider{
    position: absolute;
    width: 18%;
    height: auto;
    bottom: 36px;
    left: -2px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.demo-slider .carousel-control-next, .demo-slider .carousel-control-prev {
    top: auto;
}

.demo-slider .carousel-control-next img{
    width: 30px;
    height: 30px;
    margin-right: 100px;
    margin-bottom: 10px;
}
.demo-slider .carousel-control-prev img{
     width: 30px;
     height: 30px;
     margin-left: 100px;
     margin-bottom: 10px;
}
.banner-home-part .banner-content{
    height: 100%;
    width: 35%;
    text-align: center;
    display: inline-block;
    margin-top: 15%;
}
.banner-home-part .banner-content h1{
    font-size: 44px;
    text-transform: uppercase;
    background: linear-gradient(to right, #b103ff 14%, #f701c8 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'futurabold';
}
.banner-home-part .banner-content  h2{
    font-family: 'oswaldregular';
    color: #c102f2;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 12px;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    display: inline-block;
    margin-bottom: 0px;
}
.banner-home-part .banner-content img{
    width: 120px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}
.heading-top-part{
    text-align: center;
}
.heading-top-part span{
    display: inline-block;
    background: linear-gradient(to right, #b103ff 14%, #f701c8 40%);
    font-family: 'baliungregular';
    position: relative;
    font-size: 32px;
    letter-spacing: 3px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-top-part span:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #e701d4;
    left: -50px;
    top: 20px;
}
.heading-top-part span:after{
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #e701d4;
    right: -50px;
    top: 20px;
}
.heading-top-part h3{
    font-size: 46px;
    text-transform: uppercase;
    background: linear-gradient(to right, #b103ff 35%, #f701c8 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.heading-top-part p{
    color: #000;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.about-cards-section{
    padding-top: 50px;
}
.about-cards-section .card-part{
    text-align: center;
}
.about-cards-section .card-part img{
    width: 120px;
    height: auto;
    transform: perspective(1000px) rotateY(0deg);
    transition: .5s; 
}
.about-cards-section .card-part img:hover{
   transform: perspective(1000px) rotateY(180deg);
}
.about-cards-section .card-part h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #b024ff;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'oswaldregular';
}
.about-cards-section .card-part  p{
    color: #000;
    font-size: 14px;
}
.download-app {
   text-align: center;
}
.download-app img {
    width: 120px;
    display: inline-block;
    margin: 0 auto;
}

.offer-cards-section{
    padding-top: 50px;
    width: 70%;
    margin: 0 auto;
}
.offer-cards-section .card-part{
    text-align: center;
}
.offer-cards-section .card-part img{
    width: 100%;
    height: auto;
    transition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.offer-cards-section .card-part img:hover{
    ansition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.offer-cards-section .card-part h4 {
    font-size: 20px;
    text-transform: uppercase;
     background: linear-gradient(to right, #b103ff 35%, #f701c8 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'oswaldregular';
}
.offer-cards-section .card-part h4 span{
    font-family: 'oswaldregular';
    font-weight: 900;
}

.worldmap-section{
    margin-top: 80px;
    position: relative;
}


.stastic-cards-section{
    padding-top: 50px;
}
.stastic-cards-section .card-part{
    text-align: center;
}
.stastic-cards-section .card-part img{
    width: 88px;
    height: auto; 
}
.stastic-cards-section .card-part  h3 {
    font-size: 65px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ff5400 35%, #fff500 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.stastic-cards-section .card-part h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'oswaldregular';
}
.stastic-cards-section .card-part  p{
    color: #ffffff;
    font-size: 14px;
}
.footer-section{
    background-image: linear-gradient(90deg, #7a02f7 -30%, #e600f6 39%, #7707f7 70%);
}
.user-review-section{
    width: 100%;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.user-review-section ul {
    list-style-type: none;
}
.user-review-section ul li{
    position: absolute;
    cursor: pointer;
    transition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.user-review-section ul li:hover{
    ansition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.user-review-section ul li:nth-child(1){
    left: 0;
    top: 40%;
    z-index: 4;
}
.user-review-section ul li:nth-child(2) {
    left: 18%;
    top: 0%;
    z-index: 3;
}
.user-review-section ul li:nth-child(3) {
    left: 20%;
    top: 80%;
    z-index: 2;
}
.user-review-section ul li:nth-child(4) {
    left: 30%;
    top: 35%;
    z-index: 1;
}
.user-review-section ul li:nth-child(5) {
    left: 50%;
    top: 10%;
    z-index: 5;
}
.user-review-section ul li:nth-child(6) {
    left: 50%;
    top: 60%;
    z-index: 5;
}
.user-review-section ul li:nth-child(7) {
    left: 70%;
    top: 60%;
    z-index: 5;
}
.user-review-section ul li:nth-child(8) {
    right: 10%;
    top: 10%;
    z-index: 5;
}
.user-review-section ul li:nth-child(9) {
    right: 0%;
    top: 80%;
    z-index: 5;
}
.user-review-section ul li .user-card img{
    width: 100px;
    opacity: .3;
    height: auto;
}
.user-review-section ul li .user-card img:hover{
    opacity: 1;
}
.user-review-section ul li .user-card{
    position: relative;
}

.user-review-section ul li .user-card .user-review{
    position: absolute;
    top: -40px;
    background: #5e2d89;
    padding: 20px 20px;
    width: 400px;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid #ffffff9e;
    display: none;
    box-shadow: 0px 0px 12px 2px #fc28ffed;
}
.user-review-section ul li .user-card .user-review.left:after  {
    content: " ";
    position: absolute;
    left: -26px;
    top: 30%;
    border-top: 25px solid transparent;
    border-right: 25px solid #5e2d89;
    border-left: none;
    border-bottom: 25px solid transparent;
}
.user-review-section ul li .user-card .user-review.right:after  {
    content: " ";
    position: absolute;
    right: -26px;
    top: 30%;
    border-top: 25px solid #ffffff00;
    border-right: none;
    border-left: 25px solid #5e2d89;
    border-bottom: 24px solid transparent;
}
.user-review-section ul li .user-card .user-review.right{
    left: auto;
    right: 150px;
}
.user-review-section ul li .user-card .user-review.left{
    left: 150px;
    right: auto;
}
.user-review-section ul li:hover .user-card .user-review{
    display: block;
    }
.user-review-section ul li .user-card .user-review p{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.user-review-section ul li .user-card .user-review h5{
    color: #fff500;
    font-size: 16px;
    font-family: 'oswaldregular';
    position: relative;
    letter-spacing: 1px;
}
.user-review-section ul li .user-card .user-review h5:after{
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fff500;
    left: 0px;
    bottom: -10px;
}

.map-location-section ul {
    list-style-type: none;
}
.map-location-section ul li{
    position: absolute;
    cursor: pointer;
    transition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.map-location-section ul li:hover{
    ansition-duration: 1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.map-location-section ul li:nth-child(1){
    left: 6%;
    top: 25%;
}
.map-location-section ul li:nth-child(2) {
    left: 15%;
    top: 20%;
}
.map-location-section ul li:nth-child(3) {
    left: 30%;
    top: 30%;
}
.map-location-section ul li:nth-child(4) {
    left: 28%;
    top: 55%;
}
.map-location-section ul li:nth-child(5) {
    left: 48%;
    top: 10%;
}
.map-location-section ul li:nth-child(6) {
    left: 45%;
    top: 20%;
}
.map-location-section ul li:nth-child(7) {
    left: 70%;
    top: 20%;
}
.map-location-section ul li:nth-child(8) {
    right: 10%;
    top: 25%;
}
.map-location-section ul li:nth-child(9) {
    right: 15%;
    top: 50%;
}
.map-location-section ul li:nth-child(10) {
    right: 7%;
    top: 65%;
}
.map-location-section ul li .map-card img{
    width: 60px;
    opacity: 1;
    height: auto;
}
.map-location-section ul li .map-card img:hover{
    opacity: 1;
}
.map-location-section ul li .map-card{
    position: relative;
}

.map-location-section ul li .map-card .location-name{
    position: absolute;
    top: 5px;
    background: #5e2d89;
    padding: 15px 10px;
    width: 160px;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid #ffffff9e;
    display: none;
    box-shadow: 0px 0px 12px 2px #fc28ffed;
}
.map-location-section ul li .map-card .location-name.right{
    left: auto;
    right: 70px;
}
.map-location-section ul li .map-card .location-name:after  {
    content: " ";
    position: absolute;
    right: -16px;
    top: 20%;
    border-top: 15px solid #ffffff00;
    border-right: none;
    border-left: 15px solid #5e2d89;
    border-bottom: 15px solid transparent;
}
.map-location-section ul li:hover .map-card .location-name{
    display: block;
    }
.map-location-section ul li .map-card .location-name h5{
    color: #ffffff;
    font-size: 18px;
    font-family: 'oswaldregular';
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 18px;
}
.copyright{
    padding: 10px 10px;
    margin-bottom: 0px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    outline: 0;
    opacity: .5;
}
.playnowbutton{
    width: 120px;
    height: 50px;
    position: absolute;
    bottom: 17%;
    left: 17%;
}


    .mockup-phone {
    height: 100vh;
    position: absolute;
    bottom: -40px;
    width: 250px;
    left: 50%;
    transform: translate(-50%, 50px);
}
.mockup-phone .content-mockup .phone-shape-style.ihpone-12-max {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 500px;
}
.mockup-phone .content-mockup .phone-shape-style.ihpone-12-max::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/slider/iphone-11-pro-max.png);
    z-index: 5;
    pointer-events: none;
}
.mockup-phone .content-mockup .phone-shape-style.ihpone-12-max .content-iframe  {
    height: 98%;
    margin-top: 2%;
    position: absolute;
    left: 3%;
    z-index: 1;
    width: 94%;
}
.mockup-phone .content-mockup .phone-shape-style.ihpone-12-max .getFrame {
    height: 100%;
    width: 100%;
    border-radius: 40px;
}
.home-header {
    padding-top: 50px;
    position: relative;
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .home-header {
    padding-top: 120px;
    padding-bottom: 60px;
    height: 100vh;
}
.stastic-cards-section .card-part h3 {
    font-size: 40px;
    }
    .stastic-cards-section .card-part h4 {
    font-size: 14px;
}
.stastic-cards-section .card-part p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
}
.stastic-cards-section .card-part img {
    width: 60px;
    height: auto;
}
.bg-1 {
    height: auto;
}
.bg-2 {
    height: auto;
}
.bg-3 {
    display: none;
}
.bg-4 {
    display: none;
}
.heading-top-part h3 {
    font-size: 34px;
    }
    .heading-top-part p {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}
.about-cards-section .card-part img {
    width: 80px;
    }
  .about-cards-section  .mb-5 {
    margin-bottom: 1rem!important;
}
.banner-home-part{
    display: none;
}
.about-cards-section .card-part p {
    color: #00000;
    font-size: 14px;
}
.demo-slider {
    position: absolute;
    width: 49%;
    height: auto;
    bottom: 60px;
    left: -2px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.mockup-slider {
    position: absolute;
    width: 51%;
    height: auto;
    bottom: 49px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.about-cards-section .card-part h4 {
    font-size: 18px;
    }
    .box-contact {
    margin-bottom: 30px;
}

    }
@media(max-width:767px) {
    .home-header {
    padding-top: 120px;
    padding-bottom: 60px;
    height: 100vh;
}
.stastic-cards-section .card-part h3 {
    font-size: 40px;
    }
    .stastic-cards-section .card-part h4 {
    font-size: 14px;
}
.stastic-cards-section .card-part p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
}
.stastic-cards-section .card-part img {
    width: 60px;
    height: auto;
}
.bg-1 {
    height: auto;
}
.bg-2 {
    height: auto;
}
.bg-3 {
    display: none;
}
.bg-4 {
    display: none;
}
.heading-top-part h3 {
    font-size: 34px;
    }
    .heading-top-part p {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}
.about-cards-section .card-part img {
    width: 80px;
    }
  .about-cards-section  .mb-5 {
    margin-bottom: 1rem!important;
}
.banner-home-part{
    display: none;
}
.about-cards-section .card-part p {
    color: #00000;
    font-size: 14px;
}
.demo-slider {
    position: absolute;
    width: 70%;
    height: auto;
    bottom: 36px;
    left: -2px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.mockup-slider {
    position: absolute;
    width: 73%;
    height: auto;
    bottom: 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.about-cards-section .card-part h4 {
    font-size: 18px;
    }
    .box-contact {
    margin-bottom: 30px;
}

    }


    #snippet-box{
        display: none!important;
    }

