*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root{
   --black: #231F20;
   --voilet: #535056;

}
h1,h2,h3,h4,p{
    line-height: normal;
    margin-bottom: 0;
}
ul,ol{
	padding:0;
	margin: 0;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,body{
    font-family: 'Gilroy';
    color: var(--black);
}
body.dark{
    overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
h1{
	font-size: 56px;
}
h2{
	font-size: 40px;
	font-weight: bold;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 1.5vw;
}
p{
	font-size: 1.2vw;
}
header {
    /*padding: 20px 10px;*/
    /*position: absolute;*/
    width: 100%;
}
.btn-hide{
    display: none;
}
.header_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menus li{
	list-style: none;
	display: inline-block;
	margin-left: 35px;
}
.menus li a{
	color: #51006b;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
    padding: 10% 10% 30% 10%;
}
.menus li a:hover {
    color: #9f20ce;
}
.banner_left h4{
	color: var(--voilet);
	font-weight: bold;
    margin-bottom: 19px;
}
.banner_left h1{
	font-weight: bold;
	line-height: 60px;
    margin-bottom: 40px
}
.wrap_banner{
	height: 100%;
}
.banner_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.banner_section {
    background: url(../images/banner_bg.png) no-repeat;
    background-size: cover;
    /*position: relative;*/
    height: auto;
    background-position: center center;
   /*background-position: 100% 14%;*/
}


.call {
    display: none;
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index: 99;
    outline: none;
    background-color: #a90574;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
}
.call a{ color: #fff;text-decoration: none;font-weight: 600;}
.fa-solid, .fas {
    font-weight: 900;
    color: white;
}

.call .col-6:first-child {
    border-right: 2px solid #fff;
}
.banner_section .container{
	height: 100%;
}
.banner_right {
    position: absolute;
    right: 0;
    width: 54%;
}
.download_btns li{
	list-style: none;
	display: inline-block;
}
.search_row {
    background: #fff;
    width: 100%;
    padding: 20px 153px 20px 14px;
    border-radius: 8px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 34px;
    border: 1px solid #E8EDF3;
    box-shadow: 0px 2px 44px rgb(41 32 55 / 6%);
}
.search_row input {
    border: none;
    width: 100%;
}
.search_row button {
    position: absolute;
    right: 10px;
    background: var(--voilet);
    border: none;
    color: #fff;
    padding: 14px 17px;
    top: 6px;
    border-radius: 8px;
}
.banner_row p{
	font-weight: bold;
}
.download_btns{
	margin-top: 20px;
}
.download_btns li{
	margin-right: 10px;
}
.download p{
	color: #7F8386;
	font-size: 18px;
}
.service_section{
	position: relative;
}
.service_section:before {
    content: '';
    background: url(../images/circle_rigt.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 156px;
    z-index: 99;
    height: 333px;
}
.wrap {
    height: 100%;
    padding-top: 194px;
}
.heading_wrap{
	padding-top: 144px;
    text-align: center;
}
.heading_wrap.mbl{
	padding-top: 50px;
}
.heading_wrap h2{
	margin-bottom: 10px;
}
.verified_row {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}
.verified_lft {
    width: 42%;
}
.verified_lft h2{
   font-size: 32px;
   margin-bottom: 10px;
}
.vefify_list{
    margin-top: 36px;
}
.vefify_list li {
    list-style: none;
    margin-bottom: 30px;
    padding-right: 117px;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.vefify_list li img{
	margin-right: 20px;
}
.service_section.ham:before {
    background: url(../images/circle_voilet.png) left no-repeat;
    left: 0;
    background-size: cover;
    width: 28%;
    height: 100%;
    top: -75px;
}
.service_section.ham:after {
    content: '';
    background: url(../images/violet_circle.png) no-repeat;
    left: -44px;
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    z-index: 99;
    height: 345px;
    background-size: cover;
}
.service_section.ham .verified_rgt {
    padding-left: 68px;
}
.service_section.request:before {
    content: '';
    background: url(../images/orange_circle.png) no-repeat;
    position: absolute;
    right: 0;
    z-index: 99;
    background-size: cover;
    width: 23%;
    height: 100%;
    top: 0;
}
.work_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choose_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3%;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin-bottom: 1%;
}
.choose_row.active{
	background: #F7EEFD;
}
.choose_row.active .circle_num{
	border-color: #9727F0;
}
.choose_row.active .circle_num span{
	background: #DD35E2;
}
.circle_num {
    width: 8%;
    height: 4.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin-right: 20px;
    position: absolute;
   left: 22px;
}
.circle_num span {
    background: #666666;
    width: 3.3vw;
    height: 3.3vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    color: #fff;
}
.choose_contnt {
    padding-left: 6vw;
}
.choose_contnt h4{
	margin-bottom: 0.5vw
}
.work_rgt {
    width: 33%;
}
.work_lft{
    width: 77%;
}
.service_section.how_work {
    /*background: url(../images/layers.png) no-repeat;*/
    background-position: 100% 100%;
    padding-top: 70px;
    /*margin-bottom: 240px;*/
}
.service_section.how_work .heading_wrap{
  padding-top: 0;
}
.heading_wrap.padd_0{
  padding-top: 0;
}
.pingkaro_row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
}
.card_ping {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7ECFD;
    border-radius: 20px;
    padding: 30px;
    margin: 20px;
    min-height: 150px;
}
.card_ping span{
	width: 58px;
	height: 58px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.card_ping_contnt {
    width: calc(100% - 58px);
        margin-left: 26px;
}
.card_ping_contnt h5{
	font-weight: bold;
}
.service_section.pingkaro:before{
	background: url(../images/why_ping.png) left no-repeat;
    left: 0;
    background-size: cover;
    width: 28%;
    height: 100%;
    top: -75px;
}
.testimonials {
    display: flex !important;
    justify-content: space-around;
    margin-top: 80px;

}
.testi_left {
    width: 27%;
    background: #FBEAFC;
    border-radius: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px;
    flex-direction: column;
    margin-left: 70px;
}
.rating h4 {
    font-size: 100px;
    font-weight: bold;
    line-height: 84px;
}
.ratings {
    margin-top: 10px;
}
.rating_wrap {
    display: flex;
    margin-bottom: 20px;
}
.ratings li{
	display: inline-block;
	list-style: none;
	margin-right: 4px;
}
.ratings li svg{
	width: 19px;
}
.testi_left p {
    font-size: 30px;
    margin-left: 37px;
}
.wrap_testi{
	width: 60%;
}
.testi_rgt{
	width: 100%;
	padding: 0px 193px 0 0px;
}
.testi_rgt p{
	font-size: 20px;
	line-height: 30px;
	color: #231F20;
	padding: 20px 0px;
}
.testi_rgt b{
	font-size: 18px;
	color: #231F20;
}
.apps_background_img {
    width: 100%;
    height: 430px;
    padding: 80px 0;
    background: #50006b url(../images/footer_bg.png) no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.apps_store{
	margin:120px 0;
}
.apps_background_img h5{
	font-size: 42px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
}
.apps_background_img h3{
   font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}
.apps_btn{
	display: flex;
    justify-content: center;
    padding: 40px;
}
.apps_btn a:nth-child(2){
	padding:0px 12px;
}
footer{
	margin-bottom: 70px;
}
.social_icns li{
	display: inline-block;
	margin-left: 10px;
}
.footer_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_lft p {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0;
}
.footer_lft span{
	font-size: 12px;
}
.slick-prev:before{
    color: #fff;
    opacity: 1;
}
.slick-next:before {
    color: #000;
}
.slick-prev:hover, .slick-prev:focus {
    color: #fff;
   background: #9828F1;
}
.slick-next:hover, .slick-next:focus{
  background: #F3F7FA;
}
.slick-next {
    right: auto;
    margin-left: 35px;
    left: 19px;
    bottom: 0;
    top: auto;
    background: #F3F7FA;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.slick-prev {
    left: 2px;
    bottom: 0;
    top: auto;
    background: #9828F1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.service_section.testimonail{
	padding-top: 0px;
}
.service_section.testimonail:before,
.service_section.how_work:before{
	display: none;
}
.footer_lft {
    width: 26%;
}

.toggle_icn{
	display: none;
}

.wrap_work {
  height: 100vh;
  width: 100%;
  position: relative;
}

.work_row:nth-child(1) {
  position: sticky;
  top: 0px;

}

 .section{
display: flex;
    height: 100vh;
    background: #fff;
    align-items: center;
    background: transparent;
}
.how_work{
    height: 4000px;

}
.wrap_work{
    padding-top: 50px;
}
.service_section{
    background: #fff;
    /*padding-top: 50px;*/
}
.apps_store{
    position: relative;
    background: #fff;
    padding: 120px 0;
    margin: 0;
}
footer{
    position: relative;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 70px;
}

.scrollmagic-pin-spacer .section{
    margin-top: 50px !important;
}

.mob_pingkaro_row{
    display: none;
}


@media only screen and (min-width: 320px) and (max-width: 767px){

h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 14px;
    line-height: 24px;
}
p{
    font-size: 14px;
    line-height: 24px;
}
header{
	position: static;
}
.pingkaro_row{
    display: none;
}
.heading_wrap.mbl {
    padding-top: 20px;
}
.mobile_img {
    text-align: center;
}
.mobile_img img {
    width: 71%;
}
.choose_contnt {
    padding-left: 55px;
}
.mob_pingkaro_row{
    display: block;
}
ul.menus {
    position: absolute;
    background: #e5e5e6;
    left: 0;
    width: 100%;
    top: 75px;
    z-index: 9;
    display: none;
}
.header_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.menus li {
    display: block;
    /*margin-left: 62px;*/
    padding: 8px 0;
}
.toggle_icn{
	display: block;
	width: 41px;
	background: transparent;
	border: none;
	padding: 0; 
	margin-right: 7px;
}
.banner_right {
    position: static; 
    width: 100%;
}
.banner_row {
    flex-direction: column-reverse;
    align-items: normal;
    width: 100%;
}
.banner_row h4{
    font-size: 6.5vw;

}
.form-size{
    max-width: 100% !important;
}
.wrap {
    height: 100%;
    padding-top: 0px;
}

.banner_left h1 {
    line-height: 34px;
}
.download_btns li:nth-child(2){
	display: none;
}
.download_btns li {
    width: 46%;
}
.download_btns li img{
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
}
.search_row button {
    position: static; 
}
.search_row {
    background: transparent;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 38px;
    border: none;
    box-shadow: none;
}
.search_row input{
    background: #fff;
    width: 100%;
    padding: 20px 153px 20px 14px;
    border-radius: 8px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 15px;
    border: 1px solid #E8EDF3;
    box-shadow: 0px 2px 44px rgb(41 32 55 / 6%);
}
.menus li a {
    color: #fff;
}
.heading_wrap {
    padding-top: 80px;
}
.verified_row {
    flex-direction: column-reverse;
}
.verified_lft h2 {
    font-size: 22px;
}
.verified_lft {
    width: 100%;
}
.vefify_list li {
    padding-right: 0;
    font-size: 14px;
}
.vefify_list li img {
    width: 43px;
}
.service_section.ham:before {
    width: 100%;
    height: 100%;
    top: -267px;
}
.service_section.ham .verified_row {
    flex-direction: column;
}
.work_row {
    width: 100%;
    flex-direction: column-reverse;
}
.choose_row {
    width: 100%;
}
.work_rgt {
    width: 100%;
    text-align: center;
}
.choose_contnt h4 {
    margin-bottom: 5px;
        font-size: 14px;
    font-weight: bold;
}
/*.pingkaro_row {
    flex-wrap: nowrap;
    width: 100%;
    display: block;
}*/
.card_ping {
    margin: 9px;
    min-height: auto;
    display: flex !important;
}
.service_section.pingkaro:before {
    display: none;
}
.testimonials {
    flex-direction: column;
    margin-top: 20px;
}
.testi_left {
    width: 100%;    
    margin-left: 0;
    margin-bottom: 34px;
}
.rating h4 {
    font-size: 90px;
}
.wrap_testi {
    width: 100%;
}
.testi_rgt {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 26px;
}
.slick-slide img {
    display: inline-block;
}
.testi_rgt p {
    font-size: 14px;
    line-height: 24px;
}
.ratings li svg {
    width: 16px;
}
.testi_left p {
    font-size: 31px;
}
.apps_background_img {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.apps_background_img h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.apps_background_img h3 {
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    margin: 6px 0;
}
.apps_store {
   margin: 0px 0 0px 0;
}
.apps_btn {
    padding: 0 66px;
}
.apps_btn a:nth-child(3) {
    display: none;
}
.footer_row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.footer_lft {
    width: 100%;
}
.footer_lft p {
    font-size: 12px;
}
.footer_lft span {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.social_icns li {
    display: inline-block;
    margin-right: 10px;
}
.slick-prev {
    left: 50%;
    bottom: -62px;
    top: auto;
}
.slick-next {
    right: auto;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    bottom: -62px;
    top: auto;
    left: 35%;
}
.section {
    display: flex;
    height: auto;
    background: #fff;
    flex-direction: column-reverse;
}
.work_rgt img{width: 44%;}
.wrap_work {
    padding-top: 10px;
}
.scrollmagic-pin-spacer .section {
    margin-top: 0 !important;
}
.circle_num {
    width: 40px;
    height: 40px;
}
.circle_num span {
    width: 20px;
    height: 20px;
        font-size: 13px;
}
.choose_contnt p{
    line-height: 16px;
}
.choose_row {
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 9px;
}
.service_section.pingkaro {
    z-index: 99;
}
.service_section.testimonail {
    padding-top: 0px;
    z-index: 9;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){

h1 {
    font-size: 41px;
}

.menus li {
    margin-left: 44px;
}
.banner_row {
     align-items: flex-start; 
}
.banner_left h1 {
    line-height: 45px;
}
.download_btns li {
    margin-right: 3px;
    width: 110px;
}
.verified_lft {
    width: 50%;
}
.verified_rgt {
    width: 46%;
}
.vefify_list li {
    padding-left: 0;
    padding-right: 0;
}
.service_section.ham .verified_rgt {
    padding-left: 0;
}
.card_ping {
    width: 44%;
}
.service_section.pingkaro:before {
    width: 65%;
}
.testi_rgt p {
    font-size: 16px;
    line-height: 24px;
}
.wrap_testi {
    width: 52%;
}
.testi_left {
    width: 42%;
    margin-left: 0;
}
.testi_rgt {
    padding: 0px 0px 0 0px;
}
.apps_background_img {
    width: 100%;
    height: 371px;
}
.apps_background_img h5 {
    font-size: 30px;
    line-height: 43px;
}
.choose_row {
    width: 100%;
}
.work_rgt {
    width: 74%;
}
.section {
    height: auto;
}
}


@media only screen and (min-width: 1024px) and (max-width: 1250px){

.card_ping {
    width: 41%;
}
.download_btns li {
    margin-right: 10px;
    width: 143px;
}
.testi_left {
    width: 33%;
    margin-left: 0;
}
.testi_rgt {
    padding: 0px 0 0 0px;
}
}

.vhide {
    visibility: hidden;
}

.vshow {
    visibility: visible;
}


.bg_transparent {
    background: transparent;
}


    @media (max-width: 767px) {
        .how_work {
            display: none;
        }
    }
    @media (min-width:768px) {
        .how_work_mobile {
            display: none;
        }
    }

    .section_mobile_1, .section_mobile_2, .section_mobile_3, .section_mobile_4, .section_mobile_5 {
        padding: 0 36px;
    }
    .choose_row_mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        margin-bottom: 14px;
        margin: 0 auto 50px;
    }
    .choose_row_mobile.active{
        background: #F7EEFD;
    }
    .choose_row_mobile.active .circle_num{
        border-color: #9727F0;
    }
    .choose_row_mobile.active .circle_num span{
        background: #DD35E2;
    }