body{
	font-family: "Inter", sans-serif;
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x:hidden;
}
header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
header .navbar .container{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
a.web-btn{
	background: #211F5E;
	border-radius: 10px;
	width: 208px;
	height: 54px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	font-size: 20px;
	font-weight: 500;
}
.hero-section{
	background: url(../images/bagckground.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 130px;
}
.banner-img {
    text-align: right;
    padding-left: 15px;
}
.banner-title h1{
	color: #211F5E;
	font-size: 60px;
	font-weight: 600;
}
.banner-title p{
	font-size: 19px;
	color: #211F5E;
	font-weight: 500;
}
.app-btn{
	display: flex;
	gap: 15px;
}
.feature-section{
	padding: 100px 0px 0;
}
.feature-section .row{
	margin-bottom: 100px;
}
.people-images{
	background: url(../images/people-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100%;
}
.people-images img.img-fluid {
    margin-left: 20%;
	max-height: 505px;
    filter: drop-shadow(48px 48px 100px rgba(0, 0, 0, 0.3));
}
.how-it-work-box .how-it-img img.img-fluid {
    max-height: 429px;
}
.people-details h2{
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 600;
	color: #211F5E;
}

.people-details p{
	color: #211F5E;
	font-size: 17px;
	padding-left: 25px;
}
.people-details ul{
	padding-left: 25px;
}
.people-details ul li{
	list-style-type: none;
	display: flex;
	align-content: center;
	gap: 5px;
	padding: 10px 0px;
}
.people-details ul li p{
	margin-bottom: 0;
	font-size: 20px;
	padding-left: 0;
}
.process-section{
	background: url(../images/bg-process.png);
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-title h2{
	font-size: 50px;
	font-weight: 600;
	color: #211F5E;
}
.section-title p{
	font-size: 17px;
	color: #211F5E;
	margin-bottom: 0;
}
.how-it-work-box{
	text-align: center;
	max-width: 360px;
	margin: 30px auto;
	position: relative;
}

.how-it-work-box img.how-vector {
    position: absolute;
    top: 18%;
    left: 84%;
    max-width: 196px;
}
.how-box-sec.how-it-work-box img.how-vector{
	position: absolute;
    top: 60%;
    left: 84%;
    max-width: 196px;
}
.how-it-work-box .how-it-img{
	text-align: center;
	margin-bottom: 30px;

}
.how-it-work-box .how-it-img img{
	/*width: 150px;
	height: 150px;
	filter: drop-shadow(0px 50px 100px #000000);*/
}
.how-it-work-box .how-it-details h3{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.how-it-work-box .how-it-details p{
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.our-app-section{
	padding: 100px 0px;
}
.slider-images{
	display: flex;
}
.our-pricing-section{
	padding-top: 100px;
}
.our-app-section .row{
	background: url(../images/ourappbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 50px;
}
.pricing-box{
	max-width: 420px;
	margin: auto;
	margin-top: 50px;
}
.pricing-box.superprice {
    background: linear-gradient(45deg, rgba(200, 28, 44, 0.12), rgba(255, 255, 255, 0.12));
    border: 3px solid #CC3332;
    border-radius: 10px;
    padding: 50px 40px 20px;
}
.pricing-box.supergroup {
    background: linear-gradient(45deg, rgba(23, 75, 181, 0.12), rgba(255, 255, 255, 0.12));
    border: 3px solid rgba(23, 75, 181, 1);
    border-radius: 10px;
    padding: 50px 40px 20px;
}

.pricing-box h3{
	font-size: 30px;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	color: #211F5E;
}

.pricing-box h3 img{
	width: 40px;
}
.pricing-box .price{
	display: flex;
	padding-top: 15px;
}
.pricing-box .price div{
	flex: 1;
}
.pricing-box .price div h4{
	color: #CC3332;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 0;
}
.pricing-box.supergroup .price div h4{
	color: #174BB5;
}
.pricing-box .price div span{
	font-size: 20px;
	color: #211F5E;
	font-weight: 600;
}
.price-list{
	margin: 30px 0px 0px;
}
.price-list ul{
	list-style-type: none;
	padding-left: 0;
}
.price-list ul li{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0px;
}
.price-list ul li p{
	font-size: 20px;
	margin-bottom: 0;
	color: #211F5E;
}
.app-section{
	padding: 100px 0px;
}

.app-section .app-img2,.app-section .app-img4{
	padding-top: 80px;
}
.faq-section{
	padding-top: 0px;
}
.faq-section div.accordion{
	border: 0;
}
.faq-section .accordion-item{
	border: 0;
	margin-bottom: 15px;
}
.faq-section .accordion-item .accordion-header{
	border-radius: 10px;
	overflow: hidden;
	
}
.faq-section .accordion-item .accordion-header .accordion-button{
	font-size: 20px;
	color: #211F5E;
	font-weight: 600;
	border-radius: 10px;
	border: 1px solid #211F5E4D;
}
.accordion-button::after{
	display: none;
}
.accordion-button:not(.collapsed)::after{
	display: none;
}
.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 10px;
    content: "";
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::before{
	background-image: url(../images/minus.svg);
}

.faq-section .accordion-item .accordion-header .accordion-button:not(.collapsed){
	border: 1px solid #CC3332;
	background: transparent;
	overflow: hidden;
}
.faq-section .accordion-item .accordion-body p{
	color: #211F5E;
	font-size: 17px;
	line-height: 21px;
}
.get-started{
	padding: 70px 0px 50px;
}
.get-started .row{
	background-image: url(../images/getstartedbg.png);
	border: 20px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
.getapp{
	text-align: right;
}
.get-started .section-title{
	margin-top: 100px;
}
.get-started .section-title h2{
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 30px;
}
.get-started .section-title p{
	font-size: 20px;
	margin-bottom: 50px;
}
footer .email{
	padding-bottom: 15px;
}
footer .email a{
	display: inline-block;
	color: #211F5E;
	font-size: 50px;
	text-decoration: none;
}
.footer-bottom{
	display: flex;
	gap: 30px;
	padding-bottom: 30px;
}
.footer-bottom span{
	font-size: 20px;
	color: #211F5E;
	position: relative;
}
.footer-bottom span:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	background: #C0C0C0;
	right: -14px;
	top: 10%;
}
.footer-bottom a{
	text-decoration: none;
	font-size: 20px;
	color: #211F5E;
} 
.footer-bottom a.terms-link{
	position: relative;
}
.footer-bottom a.terms-link:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	background: #C0C0C0;
	right: -16px;
	top: 10%;
}
.social-link{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-end;
}

.dm-width {
   width: 400px;
   height: 504px;
   margin: 0 auto;

}

.iphone-mockup {
   position: relative;
   z-index: 5;
}

.dm-device {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.device {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-image: url(../images/iphone-13-pro-front.svg);
/*    background-size: cover;*/
    background-position: center center;
}

.screen {
    overflow: hidden;
    position: absolute;
    top: 1%;
    bottom: 2%;
    left: 0.49%;
    right: 0%;
    transform: rotate(-12deg);
    
}

.slider {
  height: 100%;
}
.slider div {
  height: 100%;
  width: 100%;
}

.slider__item {
    font-size: 100px;
    color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.screen .slider__item img{
	transform: rotate(11deg);
	height: 100%;
	mask-image:url(../images/iphone-13-pro-front.svg);
	mask-mode: alpha;
  	mask-repeat: no-repeat;
  	mask-size: 100%;
}
.mobileslider{
	display: none !important;
}
.owl-pagination{
	display: flex;
	justify-content: center;
	gap: 3px;
}
.owl-pagination .owl-page span {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
}
.owl-pagination .owl-page.active span {
	background-color: #211F5E;
}


/*--------------*/
.slider-images{
	transform: rotate(-15deg);
	position: relative;
	height: 500px;
}
.mobile-app {
  max-width: 250px;
  margin: auto;
  margin-top: 60px;
  overflow: hidden;

}
.mobile-app::before {
  content: "";
  background-image: url(https://sudip-bhowmick.github.io/images/img/iphone-mockup.png);
  background-image: url(../images/silver.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;

}
.mobile-app .app-screen {
  margin: 0 14px;
  border-radius: 0;
  width: 223px;
  box-sizing: border-box;
  padding: 15px 5px 10px;
}



.mobile-app.second-slider {
    margin-top: -60px;
    
}
iframe {
    border: 1px solid #000;
    max-width: 500px;
    overflow: hidden;
    border-radius: 10px;
    max-height: 300px;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
}

body.term-bg{
	background-image: url(../images/bagckground.png);
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.terms-title h2 {
    color: #211F5E;
    padding: 20px 0;
    font-weight: 600;
}
.terms-para{
	padding: 15px 0px 0px;
}
.terms-para h3{
	font-size: 19px;
    color: #211F5E;
    font-weight: 700;
}
.terms-para p a{
	color: #211F5E;
}
.terms-para h4{
	font-size: 19px;
    color: #211F5E;
    font-weight: 700;
}
.landing-page{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.landing-page footer{
    width: 100%;
    background: #fff;
    padding: 20px 0 20px;
}
.landing-section{
	text-align: center;
}
.landing-section h1 {
    color: #211F5E;
    font-size: 60px;
    font-weight: 600;
}
.landing-section p{
	font-size: 19px;
    color: #211F5E;
    font-weight: 500;
    margin-bottom: 0;
}
.landing-section .app-btn{
	justify-content: center;
	padding: 30px;
}
.landing-page .container{
	flex: 1;
}