@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Regular.ttf) format('truetype');
}




body {font-family: "Quicksand" !important;}
p {font-family: "Quicksand" !important;}

h1{font-size:56px; letter-spacing: .5px; }
h3{font-size:28px; letter-spacing: .5px; }

@media (max-width: 768px) {
	
h1{font-size:28px;}	

h2{font-size:26px;}	
}

.nav-pills .nav-link {color:#fff; border-radius: 20px; font-size: 18px; font-weight: 700;}
.nav-pills .nav-link.active, .nav-pills>li.active>a, .nav>li>a:focus, .nav>li>a:hover {
	background-color: #FFF;
	color: #000;
		
}
@media only screen and (max-width: 991px) {
	.nav>li>a { padding: 10px; }
	.nav-pills .nav-link { font-size: 14px; }
}
.reviews{margin: 0 auto; background:#27C6F7;float:left;}
.review_box{    float: left;
    text-align: left;
    height: 340px;
    margin: 10px;
    background: white;
    border-radius: 10px;
	box-shadow: 0 0 8px 0px #aaa;
}    //height: 378px;
.rev{height:127px;}
 
.reviewer{ padding-top: 12px;float:left;}
.imgreviewer{max-height:275px;padding:3px;border-radius:10px;}
.review span{font-size: 14px;}
.revwborder{background:white; padding:15px; border-radius:10px }
.rev_author{padding-top:19px;font-size: 17px;color: #40468A;font-family: 'Raleway', sans-serif;}
.revtext{font-size:14px;}
.revw{float:left;text-align:justify; margin-top: 7px;width:100%;}
.review button{background: #40468A;color:white;border: 1px solid;border-radius: 10px;padding:5px;font-size: 13px;}
.comments{float:left;padding: 0px;}
.pptxt{text-align:justify;font-size:14px; color:black;}


@media (max-width: 767px) {
	.review_box{width: inherit;float: left;color:stealblue;min-height:0px; height:100%;}
	.cmntbox{width:100%; padding-left: 1px;}
	.grand_rev{height:100%;}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.review_box{
		width: 47%;
		height:300px;
	}
}
@media screen and (min-width: 992px){
	.review_box{
		width: 31%;
		height:320px;
	}
}
@media screen and (min-width: 1200px){
	.review_box{
		width: 31%;
		height:300px;
	}
}


.feature-table {
	border-collapse: collapse;
	border-radius: 30px;
	border-style: hidden; /* hide standard table (collapsed) border */
	box-shadow: 0 0 5px 0 #666; /* this draws the table border  */ 
	font-size: 20px;
    font-weight: 600;
}

tr { border: none; }
td {
	border-right: solid 1px #000; 
	border-left: solid 1px #000;
}
.feature-table td, .feature-table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
	
}
.feature-table .thead-purple th {
    color: #fff;
    background-color: #3B44F6;
	height: 100px;
	vertical-align: middle;
	border: 2px solid #fff;
}
.feature-table .thead-purple .first-th {
    border-radius: 30px 0 0 0;
}
.feature-table .thead-purple .last-th {
    border-radius: 0 30px 0 0;
}

.leftalign {
    text-align: left;
}

* {
  box-sizing: border-box;
}

.whitebg { background:#ffffff; }
video { 
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	opacity: 0.5;
}
div#fashion {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #000;
  background-size: cover;
}
header {
  position: fixed;
  width: 100%;
  text-align: center;
  color: white;
  transition: .4s;
}
header:hover {
  background: rgba(255,255,255,0.8);
  color: #000;
}
#footer {
	background: #2e2e2e;
    color: #fff;
}
#footer a{
    color: #8898a7;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}

.footer-socail li a i {
    font-size: 20px;
    line-height: 20px;
    width: 45px;
    height: 45px;
    border: 1px solid#ddd;
    padding-top: 10px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

nav a {
  text-decoration: none;
  color: inherit;
}
.top-heading { 
  font-size: 7vmin;
  text-align: center;
  margin: 2rem 2rem;
  mix-blend-mode: overlay;
  color: #fff;
  font-weight: 700;
}
.heading { 
  font-size: 6vmin;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}
.subheading {
	color: white;
    font-size: 24px;
}

.slick-slider {
    margin-bottom: 0;
}

.small {
    letter-spacing: 0.5px !important
}

.card-header img {
    border: 5px solid white !important
}

.outside {
    position: inherit;
    top: -50%
}

.card {
    border-radius: 20px !important;
    transition: 0.8s;
	background-color:#ffffff !important;
}

.card-header {
    border-radius: 20px !important;
	background-color:#ffffff !important;
}

.card-footer {
    border-radius: 20px !important
}



.profile-pic {
    margin-bottom: -5px !important
}

#dvImage {background-size:cover;}


.img-full {width:100%;}
#container {
  position:relative;
}
#container img {
  position:absolute;
  left:0;
}

@-webkit-keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes imgFade {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#container img {
  -webkit-animation-name: imgFade;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: imgFade;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  -o-animation-name: imgFade;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;

  animation-name: imgFade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
#container img:nth-of-type(1) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
#container img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
#container img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
#container img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}


@media only screen and (min-width: 1024px)
.cta-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

media only screen and (min-width: 768px)
.cta-section {
    min-height: 80vh;
}
@media only screen and (min-width: 576px)
.cta-section {
    margin-top: 90px;
}
.cta-section {
    min-height: 50vh;
    position: relative;
    display: block;
}

@media only screen and (min-width: 1024px)
.cta-section .cta-image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    height: 80vh;
}
.cta-section .cta-image-container {
    position: relative;
    height: 60vh;
    width: 100%;
    overflow: hidden;
}
.cta-section .cta-image-container .cta-image:nth-child(1) {
    opacity: 1;
}
@media only screen and (min-width: 1024px)
.cta-section .cta-image-container .cta-image {
    object-position: 64% center;
}
.cta-section .cta-image-container .cta-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 75% center;
    opacity: 0;
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@media only screen and (min-width: 1024px)
.cta-section .cta-section-container {
    text-align: left;
    margin-top: 0;
    justify-content: flex-start;
}
.cta-section .cta-section-container {
    z-index: 10;
    text-align: center;
    display: flex;
    /* justify-content: center; */
	top: 100px;
    position: absolute;
}
.cta-section .cta-section-container .cta-text-container {
    max-width: 400px;
    z-index: 11;
}

@media only screen and (min-width: 1024px)
.cta-section .cta-section-container .cta-text-container .heading__primary--home {
    text-align: left;
    margin-top: 0;
}
.cta-section .cta-section-container .cta-text-container .heading__primary--home {
    margin-top: 55px;
    margin-bottom: 17px;
    text-align: center;
}
.heading__primary--home {
    font-size: calc( 28px + 16 * ((100vw - 375px) / 825));
    line-height: calc( 28px + 16 * ((100vw - 375px) / 825));
    letter-spacing: -5%;
}
@media only screen and (min-width: 768px)
.heading__primary, .heading__primary--home, .heading__secondary, .heading__tertiary, .heading__text {
    font-feature-settings: "kern" off;
}
.heading__primary, .heading__primary--home, .heading__secondary, .heading__tertiary, .heading__text {
    font-family:'Poppins', sans-serif;

    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #ff495c;
    letter-spacing: -0.05em;
    font-size: calc( 28px + 12 * ((100vw - 375px) / 825));
    line-height: calc( 28px + 16 * ((100vw - 375px) / 825));
}

h2 {
    font-size: 32px;
}
media only screen and (min-width: 1024px)
.cta-section .cta-section-container .cta-text-container .copytext {
    text-align: left;
}
.cta-section .cta-section-container .cta-text-container .copytext {
    margin-bottom: 28px;
    text-align: center;
}
.copytext {
    font-size: calc( 16px + 2 * ((100vw - 375px) / 825));
    line-height: calc( 22px + 2 * ((100vw - 375px) / 825));
    color: #4f4f4f;
}

@media only screen and (min-width: 1024px)
.cta-section .btn-cta {
    display: inline-block;
}
.cta-section .btn-cta {
    display: none;
}
@media only screen and (min-width: 992px)
.btn.btn-main {
    padding: 16px 24px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 25%), -4px -4px 0px #ffffff;
}
@media only screen and (min-width: 768px)
.btn.btn-main {
    padding: 15px 23px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 25%), -4px -4px 0px #ffffff;
}
@media only screen and (min-width: 375px)
.btn.btn-main {
    font-size: calc( 14px + 4 * ((100vw - 375px) / 825));
    line-height: calc( 17px + 5 * ((100vw - 375px) / 825));
    padding: 12px 16px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 25%), -4px -4px 0px #ffffff;
}
.btn.btn-main {
    background: #9b51e0;
    color: #ffffff;
    border-radius: 30px;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 14px;
    position: relative;
    overflow: hidden;
}


/* --------------------------- */

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 70vh;
}

.myslidesimg {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 75% center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.caption-box {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.caption-text {
	max-width: 680px; margin: 0 auto; background: #80808066; padding: 10px;border-radius: 10px;
}
.caption-author { font-size: 14px; color: maroon; }
.insta {    
	background: gray;
    padding: 10px;
    padding-bottom: 1px;
    border-radius: 10px;
    text-align: -webkit-center;
    margin: 0 auto;
    max-width: 570px;
}
iframe.instagram-media {
    max-width: 100%!important;
    width: 100%!important;
    min-width: auto!important;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.fade:not(.show) {
    opacity: 1;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.navbar-light .navbar-nav .nav-link { color: #000000; font-size: 1.2rem; font-weight: 700;}
.menu-signup {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    width: 133px;
    height: 48px;
    background: #3B44F6;
    border: thin;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #FFFFFF;
}
.mobonly {
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
	box-shadow: 1px 0px 8px 1px #767676;
}
.section{ padding: 60px 0;}
    .skyblue{ background: #EFF3FF;}
    .menu-section { padding-top: 0px; padding-bottom: 0px; background: #ffffff; }
    .menu { margin-top: 10px; text-align: right; }
    .menu-ul { display: inline-flex;; list-style-type: none; }
    .menu-li { 
	    text-align: center;
		margin: 30px 15px 15px;
		font-size: 20px;
		font-weight: 700;
	}
	@media (min-width:576px) and (max-width: 991px) {
		.logo { text-align: center; }
		.logo { margin-top: 10px; }
		.logo img { max-width: 200px; }
		.menu{ text-align: center; }
		.menu-li {
			min-width: 100px;
			padding: 20px 10px;
			margin: 5px;
			border-radius: 10px;
		}
		.menu-ul{ padding-inline-start: 0px; }
	
	}@media (max-width: 575px) {
		.menu-section {	padding-top: 0px; padding-bottom: 0px; }
		.logo { text-align: center; }
		.logo img { max-width: 220px; }
		.feature-table{ font-size: 15px; }
		.menu{ text-align: center; }
		.menu-li{ 
			min-width: 70px;
			padding: 15px 2px;
			margin: 0px;
			border-radius: 0px;
			font-size: 14px;
		}
		.menu-ul{ padding-inline-start: 0px; }
	
	}
	@media screen and (min-width: 1200px){
		.logo { margin-top: 15px; }
	}
	@media screen and (min-width: 992px) and (max-width:1199px) {
		.logo { margin-top: 30px; }
		.menu-ul { padding-inline-start: 0; }
	}
	
	.video-container {
		overflow: hidden;
		position: relative;
		width:100%;
		max-width:700px;
		margin: 0 auto;
	}

	.video-container::after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.para {
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		color: #000000;
	}
	.appicon {
		max-width: 160px; 
		border-radius: 20px;
	}
	.storeicon {
		width:120px;
		margin-top: 10px;
	}
	.appinfo {margin-top: 40px;}
	.bold {font-weight:700;}
	.green { color: green; }
	.portrait-video {    
		width: 100%;
		max-width: 300px;
		height: auto;
		opacity: 1;
		border-radius: 20px;
		position: initial;
	}
	
	@media screen and (min-width: 768px) {
		.subbtngreen{max-width: 400px;}
	}
	@media screen and (max-width: 767px) {
		.para{font-size: 18px;}
	}
	
	<!--Slick slider-->
	.wrapper{
	  padding: 70px 0;
	  overflow-x: hidden;
	}

	.my-slider{
	  padding: 0 0px;
	}
	
	.slick-slide h3{
		font-weight:700;
		margin: 20px;
	}
	.slick-slide .slicktxt{
		padding: 0 15px;
	}
	.slick-slide .slicktxt p{
		font-size: 19px;
	}

	.slick-next, .slick-prev{
	  z-index: 5;
	}
	.slick-next{
	  right: 15px;
	}
	.slick-prev{
	  left: 15px;
	}
	.slick-next:before, .slick-prev:before{
	  color: #000;
	  font-size: 26px;
	}
	.slick-dots {display: none;}


	
	.klapps-box { border-radius: 20px; margin: 30px auto; box-shadow: 0px 0px 10px 1px #888888; }
	.moreklapps-box { border-radius: 20px; margin: 30px auto; padding: 30px 15px; }
	.klapps-box .video-container { border-radius: 20px; }
	.kl-app-text { padding: 15px; }
	.downloadIconsdiv .app-icon { width:100px;}
	.readmore {color: #0069d9; font-size: 18px; font-weight: 700; margin-top: 48px;}

	
	.clippedtxt {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.appspan { font-size: 36px; font-weight: 700; }
	.miniappspan { font-size: 36px; font-weight: 700; }
	.appicon { width: 80px;  margin-right: 20px; margin-bottom: 25px; }
	@media screen and (max-width: 459px) {
	  .appicon { width: 70px; margin-right: 10px; margin-bottom: 20px; }
	  .appspan { font-size: 19px; font-weight: 700; }
	  .miniappspan { font-size: 20px; font-weight: 700; }
	}
	
	@media screen and (min-width: 460px) and (max-width: 767px) {
	  .appspan { font-size: 28px; font-weight: 700; }
	  .miniappspan { font-size: 28px; font-weight: 700; }
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
	  .appicon { width: 70px; margin-right: 10px; margin-bottom: 20px; }
	  .appspan { font-size: 20px; font-weight: 700; }
	  .miniappspan { font-size: 20px; font-weight: 700; }
	}
	@media screen and (min-width: 992px) and (max-width: 1199px) {
	  .appspan { font-size: 30px; font-weight: 700; }
	  .miniappspan { font-size: 28px; font-weight: 700; }
	}
	@media screen and (max-width: 991px) {
		.para {font-size:18px;}
	}
	@media screen and (min-width: 991px) {
		.menutab {margin-top: 12px;}
	}
	
	.cta:hover {
      animation: effect 0.82s cubic-bezier(.36,.07,.19,.97) both;
      transform: translate3d(0, 0, 0);
      perspective: 1000px;
	}
	@keyframes effect {
	  0% {
		transform: translateX(0px) rotate(0deg);
	  }

	  10% {
		transform: translateX(-4px) rotate(-2deg);
	  }

	  20% {
		transform: translateX(-2px) rotate(0deg);
	  }

	  40% {
		transform: translateX(4px) rotate(2deg);
	  }

	  50% {
		transform: translateX(2px) rotate(0deg);
	  }

	  70% {
		transform: translateX(0px) rotate(-2deg);
	  }
	  80% {
		transform: translateX(0px) rotate(0deg);
	  }
	  90% {
		transform: translateX(0px) rotate(2deg);
	  }
	  100% {
		transform: translateX(0px) rotate(0deg);
	  }
    }
.applinktitle { color: #000; text-decoration: none; }
.applinktitle:hover { color: #000; text-decoration: none; }

.navbar.scroll-on {
	padding: 0rem 1rem;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar.scroll-on .navbar-brand { padding-bottom: 0rem;}