

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&amp;display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #231f20;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
}

p {
    color: #231f20;
}

img {
	max-width: 100%;
}

.miwlo-shrink {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.miwlo-btn-pill,
.miwlo-btn-border {
    padding: 8px 16px;
    display: inline-block;
    text-decoration: none;
    /* border-radius: 5px; */
    width: max-content;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 14px;
}

.miwlo-btn-pill {
    background-color: #6513e1;
    color: #FFF;
    border: 2px solid #ffffff;
}

.miwlo-btn-pill span,
.miwlo-btn-border span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.miwlo-header-area-mobile .miwlo-btn-pill span,
.miwlo-header-area-mobile .miwlo-btn-border span {
    color: #FFF;
    font-size: 18px;
}

.miwlo-header-area-mobile .miwlo-btn-pill:hover span {
    color: #6513e1;
}

.miwlo-btn-pill .icon,
.miwlo-btn-border .icon {
    font-size: 30px;
    margin-right: 13px;
}

.miwlo-btn-pill:hover {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #6513e1;
    color: #6513e1;
}

.miwlo-btn-border {
    border: 2px solid #6513e1;
    color: #6513e1;
}

.miwlo-btn-border:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #6513e1;
    border: 2px solid transparent;
}

.miwlo-btn-pill.radius,
.miwlo-btn-border.radius {
    border-radius: 50px;
}

.miwlo-btn-pill.primary,
.miwlo-btn-border.primary {
    border-radius: 10px;
}

.miwlo-btn-pill.btn-orange {
    background-color: #f55959;
}

.miwlo-btn-pill.btn-orange:hover {
    border: 2px solid #f55959;
    background-color: transparent;
    color: #f55959;
}

.miwlo-btn-pill.btn-orange:hover span {
    color: #f55959;
}

.miwlo-btn-border.btn-orange {
    border: 2px solid #f55959;
    color: #f55959;
}

.miwlo-btn-border.btn-orange:hover {
    background-color: #f55959;
    border: 2px solid transparent;
}

.miwlo-btn-border.btn-black {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.miwlo-btn-border.btn-black:hover {
    background-color: #231f20;
    color: #FFF;
    border: 2px solid transparent;
}

.miwlo-btn-pill.btn-black {
    background-color: #000000;
}

.miwlo-btn-pill.btn-black:hover {
      border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.miwlo-header-area-mobile .miwlo-btn-pill.btn-black:hover span {
    color: #231f20;
}

.section-heading {
    font-weight: 600;
}

.section-subheading {
    color: #797979;
}

.section-subheading-orange {
    color: #f55959;
}

.section-subheading,
.section-subheading-orange {
    font-family: 'Quicksand', sans-serif;
    line-height: 1;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    } 
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.loader-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 99999;
	text-align: center;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
    background-image: url(../images/shape/dot-grid.png);
}

.loading-text h1 {
	background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	font-size: 120px;
}



/*
02. Header Area
==========================================================
*/

.header-area-desktop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.navbar-brand img {
    width: 240px;
}

.miwlo-white-bg {
    background-color: #fff;
}

.header-area-desktop.fixed {
    background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}

.miwlo-initial-navbar {
    padding: 0;
}

.miwlo-initial-navbar ul.navbar-nav > li > a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 100px;
    color: #231f20;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-initial-navbar ul.navbar-nav > li:not(:last-child) {
    margin-right: 30px;
}

.miwlo-white-menu .miwlo-initial-navbar .navbar-collapse > ul.navbar-nav > li > a,
.miwlo-white-menu .miwlo-initial-navbar .navbar-collapse > ul.navbar-nav > li > a:hover {
    color: #fff;
}

.miwlo-white-menu.fixed .miwlo-initial-navbar ul.navbar-nav li a,
.miwlo-white-menu.fixed .miwlo-initial-navbar ul.navbar-nav li a:hover {
    color: #231f20;
}

.fixed .miwlo-initial-navbar > ul.navbar-nav > li a {
    line-height: 80px;
    height: 80px;
}

.mega-menu-wrap a p {
    position: relative;
    display: block; 
    width: max-content;
    margin: auto;
}

.miwlo-dropdown-menu li a {
    position: relative;
}

.miwlo-initial-navbar .collapse > ul.navbar-nav > li > a:before,
.mega-menu-wrap a p:before,
.miwlo-dropdown-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top-width: .13em;
    border-top-style: solid;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.25s cubic-bezier(0.86, .2, 0.17, 1);
}

.miwlo-header-blue .miwlo-initial-navbar .collapse > ul.navbar-nav > li > a:before,
.miwlo-header-blue .mega-menu-wrap a p:before {
    border-color: #6513e1;
}

.miwlo-header-orange .miwlo-initial-navbar .collapse > ul.navbar-nav > li > a:before,
.miwlo-header-orange .mega-menu-wrap a p:before {
    border-color: #f55959;
}

.miwlo-header-blue .miwlo-initial-navbar .collapse > ul.navbar-nav > li > a.active,
.miwlo-header-blue .miwlo-initial-navbar .collapse > ul.navbar-nav > li > a:hover {
    color: #6513e1;
}

.miwlo-header-orange .miwlo-initial-navbar .collapse > ul.navbar-nav > li > a.active,
.miwlo-header-orange .miwlo-initial-navbar .collapse > ul.navbar-nav > li > a:hover {
    color: #f55959;
}

.miwlo-initial-navbar ul.navbar-nav li a:hover:before,
.miwlo-initial-navbar ul.navbar-nav li a.active:before,
.mega-menu-wrap a:hover p:before {
    transform: scaleX(1);
    transform-origin: left center;
}

/* Dropdown menu css */

.miwlo-initial-navbar ul li ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 250px;
    z-index: 9;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.miwlo-initial-navbar ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

.miwlo-initial-navbar ul li ul.sub-menu li:first-child a {
    padding-top: 24px;
}

.miwlo-initial-navbar ul li ul.sub-menu li:last-child a {
    padding-bottom: 24px;
}

.miwlo-initial-navbar ul li ul.sub-menu li a {
    color: #01024e;
    line-height: 1;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    margin-right: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-initial-navbar ul li ul.sub-menu li:hover a {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 30, 0.06);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

li.mega-drop-down {
	position: static;
}

.miwlo-dropdown {
    position: relative;
}

.mega-menu,
.miwlo-dropdown-menu {
	right: 0;
	padding-top: 0;
	position: absolute;
	background-color: #FFF;
	visibility: hidden;
	opacity: 0;
	display: block;
	top: 60%;
	/* width: 100%; */
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
	white-space: nowrap;
}

.mega-menu {
	left: 0;
}

.miwlo-dropdown-menu {
    width: 135px;
    left: -19px;
}

.miwlo-dropdown-menu {
    margin: 0;
    padding: 10px 20px;
    list-style: none;
}

.miwlo-dropdown-menu li:not(:last-child) {
    padding-bottom: 0px;
}

.miwlo-dropdown-menu li a {
    text-decoration: none;
    font-size: 14px;
}

.miwlo-dropdown-menu li a:hover {
    color: #231f20;
}

.mega-drop-down:hover .mega-menu,
.miwlo-dropdown:hover .miwlo-dropdown-menu {
	visibility: visible;
	opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mega-menu-wrap {
	padding: 30px;
}

.mega-menu-wrap a,
.mega-menu-wrap a:hover {
	text-decoration: none;
}

.mega-menu-wrap a:hover > img {
	opacity: .5;
}

.mega-menu-wrap a img {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
	border: 1px solid #efefef;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.mega-menu-wrap a p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.mega-menu-wrap .col-md-3:not(:nth-of-type(-n+4)) {
	margin-top: 30px;
}

.button-wrapper {
    list-style: none;
}


/*
03. Miwlo App Landing
==========================================================
*/

.miwlo-app-landing-banner-wrap {
    position: relative;
    /* background-color: #d4ecff; */
}

.app-landing-top-shape .small-dot-wrapper,
.app-landing-top-shape .app-circle-shape,
.app-landing-top-shape .circle-dot-left,
.app-landing-top-shape .circle-dot-right,
.app-landing-bottom-shape .app-line-dot-small-bottom,
.app-landing-bottom-shape .circle-dot-bottom-left {
    position: absolute;
}

.app-landing-top-shape .app-circle-shape {
    top: -45px;
    -webkit-animation: spin 3s ease-in infinite;
    -moz-animation: spin 3s ease-in infinite;
    animation: spin 3s ease-in infinite;
}

.app-landing-top-shape .small-dot-wrapper {
    top: 130px;
    left: 30px;
}

.app-landing-bottom-shape .app-line-dot-small-bottom {
    bottom: 100px;
    left: 48%;
}

.app-landing-bottom-shape .circle-dot-bottom-left {
    left: 50px;
    bottom: 150px;
}

.miwlo-app-landing-banner-text h2 {
   
    font-weight: 400;
}

.miwlo-app-landing-banner-text a {
    margin-top: 20px;
    margin-right: 15px;
}

.miwlo-app-landing-banner-right {
    position: relative;
}

.miwlo-app-landing-banner-image,
.miwlo-app-landing-banner-image .mobile {
    position: relative;
    z-index: 1;;
}

@keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }

.miwlo-app-landing-banner-image .mobile {
    width: 55%;
    display: block;
    margin: auto;
}


.app-landing-moible-bg {
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.miwlo-why-choose-wrap {
    position: relative;
}

.miwlo-why-choose-left-shape,
.miwlo-why-choose-right-shape {
    position: absolute;
}

.miwlo-why-choose-left-shape {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.miwlo-why-choose-right-shape {
    right: 0;
    top: 0;
    z-index: -1;
}

.why-choice-options {
    background-color: #FFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    padding: 50px 40px;
    border-radius: 20px;
}

.why-choice-options h2 {
    font-size: 60px;
    margin-bottom: 10px;
}

.why-choice-options h2 + p {
    opacity: .8;
}

.why-choice-options p {
    margin-bottom: 0;
}

.why-choice-options-img-wrap {
    position: relative;
    padding-bottom: 30px;
}

.why-choice-options-img-wrap:before {
    position: absolute;
    content: '';
}

.why-choice-options a {
    margin-top: 10px;
}

.why-choice-options.option-two .miwlo-btn-pill {
    border-color: #f55959;
    background-color: #f55959;
    color: #FFF;
}

.why-choice-options.option-two .miwlo-btn-pill:hover {
    background-color: #FFF;
    color: #f55959;
}

.why-choice-options.option-three .miwlo-btn-pill {
    border-color: #49beb7;
    background-color: #49beb7;
    color: #FFF;
}

.why-choice-options.option-three .miwlo-btn-pill:hover {
    background-color: #FFF;
    color: #49beb7;
}

.miwlo-features-wrap {
    position: relative;
}

.miwlo-feature-img-wrapper {
    position: relative;
}

.miwlo-feature-img {
    position: relative;
    z-index: 1;
}

.miwlo-features-text-wrapper h3 {
   
    font-weight: 400;
}

.miwlo-feature-img img,
.miwlo-feature-small-img-top img,
.miwlo-feature-small-img-bottom img {
    border-radius: 5px;
}

.feature-one.feature-v2 .miwlo-feature-img-shape {
    left: 60px;
}

.miwlo-feature-small-img-top,
.miwlo-feature-small-img-bottom {
    position: absolute !important;
    z-index: 1;
}

.miwlo-feature-small-img-top {
    right: -70px;
    top: -40px;
}

.miwlo-feature-small-img-bottom {
    left: -70px;
    bottom: -20px;
}

.miwlo-feature-img-shape {
    position: absolute;
    top: -50px;
    right: 40px;
}

.miwlo-features-text-wrapper ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.miwlo-features-text-wrapper ul li {
    position: relative;
    padding-left: 45px;
}

.miwlo-features-text-wrapper ul li:nth-child(odd):before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background-image: url('../images/shape/list-bullet-01.png');
}

.miwlo-features-text-wrapper ul li:nth-child(even):before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 3px;
    left: 0;
    background-image: url('../images/shape/list-bullet-02.png');
}

.miwlo-features-text-wrapper a {
    margin-top: 20px;
}

.feature-circle-dot-left,
.feature-circle-dot-bottom-left,
.feature-triangle-shape {
    position: absolute;
}

.feature-one .feature-circle-dot-left {
    top: 0;
    left: 200px;
}

.feature-one .feature-circle-dot-bottom-left {
    bottom: -100px;
    left: 250px;
}

.feature-one .feature-triangle-shape {
    right: 0;
    bottom: -100px;
}

.feature-two .feature-circle-dot-left {
    top: 0;
    right: 200px;
}

.feature-two .feature-circle-dot-bottom-left {
    bottom: 0px;
    right: 250px;
}

.feature-two .feature-triangle-shape {
    left: 0;
    bottom: -100px;
}

.miwlo-download-app-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e5f3ff;
}

.miwlo-download-app {
    position: relative;
}

.miwlo-download-shape {
   position: absolute;
    top: -87px;
    left: -49px;
}

.miwlo-download-app-screenshot {
    position: absolute;
    right: 0;
    text-align: right;
}

.miwlo-download-app-text h3,
.miwlo-subscribe-text h3 {
   
    font-weight: 400;
}

.miwlo-download-app-text a {
    margin-top: 20px;
}

.miwlo-app-screenshot-text {
    margin-bottom: 65px;
}

.miwlo-app-screenshot-preview {
    position: relative;
}

.app-screenshot-mobile-frame {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    z-index: 2;
}

.miwlo-app-screenshot-wrap .swiper-container {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.miwlo-app-screenshot-wrap .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.miwlo-app-screenshot-wrap .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.miwlo-app-screenshot-wrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.miwlo-app-screenshot-wrap .swiper-container-android .swiper-slide,
.miwlo-app-screenshot-wrap .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miwlo-app-screenshot-wrap .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.miwlo-app-screenshot-wrap .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.miwlo-app-screenshot-wrap .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.miwlo-app-screenshot-wrap .swiper-3d .swiper-slide-shadow-left,
.miwlo-app-screenshot-wrap .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.miwlo-app-screenshot-wrap .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
}

.miwlo-app-screenshot-wrap .swiper-container-autoheight,
.miwlo-app-screenshot-wrap .swiper-container-autoheight .swiper-slide {
    height: auto
}

.miwlo-app-screenshot-wrap .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.miwlo-app-screenshot-wrap .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.miwlo-app-screenshot-wrap .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.miwlo-app-screenshot-wrap .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.miwlo-app-screenshot-wrap .swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-cube-shadow,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-bottom,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-left,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-right,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-top,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-bottom,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-left,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-right,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-left,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-right,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-top,
.miwlo-app-screenshot-wrap .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: none;
}

.miwlo-app-screenshot-wrap .swiper-container-coverflow .swiper-wrapper,
.miwlo-app-screenshot-wrap .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.miwlo-app-screenshot-wrap .miwlo-app-screenshot-slide .swiper-slide {
    width: 250px;
    transform: unset !important;
}

.miwlo-app-screenshot-wrap .swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.miwlo-app-screenshot-wrap .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.miwlo-app-screenshot-wrap .slider-image img {
    transform: scale(.9);
}

.miwlo-app-screenshot-wrap .swiper-slide-prev .slider-image img,
.miwlo-app-screenshot-wrap .swiper-slide-next .slider-image img {
    transform: scale(1);
}

.miwlo-app-screenshot-wrap .swiper-slide-prev .slider-image img {
    margin-left: -15px;
}

.miwlo-app-screenshot-wrap .swiper-slide-next .slider-image img {
    margin-right: -15px;
}

.miwlo-app-screenshot-wrap .swiper-slide-active .slider-image img {
    transform: scale(1.1);
    border-radius: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-app-screenshot-wrap .swiper-next,
.miwlo-app-screenshot-wrap .swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #231f20;
    background-color: #231f20;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #FFF;
    padding: 10px;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-app-screenshot-wrap .swiper-next:hover,
.miwlo-app-screenshot-wrap .swiper-prev:hover {
    background-color: #FFF;
    color: #231f20;
}

.miwlo-app-screenshot-wrap .swiper-next:focus,
.miwlo-app-screenshot-wrap .swiper-prev:focus {
    outline: 0;
}

.miwlo-app-testimonial-wrap {
    position: relative;
    overflow: hidden;
}

.testimonial-triangle-shape {
    position: absolute;
    right: 0;
    bottom: 200px;
}

.miwlo-app-testimonial-text {
    position: relative;
    overflow: hidden;
    padding: 70px 75px 100px 130px;
    background-color: #d9eafda3;
    border-radius: 0px 30px 30px 0;
}

.miwlo-app-testimonial-text h2 {
   font-weight: 400;
   margin: 17px;
   position: relative;
   z-index: 1;
}

.miwlo-testimonial-text-icon {
    position: absolute;
    top: 19px;
    left: 36px;
}

.miwlo-testimonial-text-icon .layer div {
    position: relative;
    padding: 25px;
    width: 90px;
    height: 90px;
    border: 2px solid #231f20;
    border-radius: 50%;
}

.miwlo-testimonial-text-shape {
    position: absolute;
    bottom: 90px;
    left: 40px;
    opacity: .3;
}

.miwlo-app-testimonial-shape {
    position: absolute;
    top: -25px;
    left: -35px;
    transform: scale(.8);
}

.miwlo-app-testimonial-slide-container {
    position: relative;
    overflow: hidden;
}

.miwlo-testimonial-slide-shape-top {
    position: absolute !important;
    left: 20px;
    top: -10px;
}

.miwlo-testimonial-slide-shape-bottom {
    position: absolute !important;
    right: 50px;
    bottom: 10px;
}

.miwlo-app-testimonial-single-slide p {
    font-weight: 300;
}

.testimonial-pagination {
    margin-top: 45px;
}

.testimonial-pagination.swiper-pagination-bullets {
    bottom: 30px;
    position: relative;
}

.testimonial-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    opacity: .7;
    width: auto;
    height: auto;
}

.testimonial-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet .client-image {
    width: 80px;
    background-color: transparent;
    padding: 5px;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.testimonial-pagination .client-image img {
    border-radius: 50%;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .client-image {
    width: 80px;
    padding: 0;
}

.miwlo-testimonial-slide-container {
    overflow: hidden;
    margin-top: 40px;
}

.mt-img-wrapper {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.mt-img-wrapper img {
    width: 80px;
    border-radius: 5px;
}

.mt-img-wrapper:after {
    position: absolute;
    content: '';
    width: 87px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -30px;
    left: 15px;
    background-image: url(../images/icons/icon-bg-01.png);
    z-index: -1;
}

.mt-qualification {
    color: #77797c;
}

.miwlo-testimonial-single-slide-review-text p {
    font-weight: 300;
    margin-bottom: 0;
}

.miwlo-who-work-with-us {
    padding-bottom: 130px;
}

.miwlo-who-work-with-us-container {
    padding: 50px 0;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.who-work-with-us-image {
    opacity: 0.5;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.who-work-with-us-image:hover {
    opacity: 1;
}

.miwlo-subscribe-newsletter-wrap.is-full-width {
    overflow: hidden;
    position: relative;
    background-color: #bbdaee;
}

.miwlo-subscribe-newsletter {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FBEFE7;
}

.miwlo-section-blue .miwlo-subscribe-newsletter {
    background-image: -moz-linear-gradient( 30deg, rgb(142,45,226) 40%, rgb(74,0,224) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(142,45,226) 40%, rgb(74,0,224) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(142,45,226) 40%, rgb(74,0,224) 100%);

}

.miwlo-subscribe-text {
    position: relative;
}

.miwlo-section-blue .miwlo-subscribe-text h3,
.miwlo-section-blue .miwlo-subscribe-text p {
    color: #FFF;
}

.miwlo-subscribe-text h3 {
    margin-top: 0;
}

.miwlo-subscribe-text p {
    margin-bottom: 0;
}

.miwlo-subscribe-form form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #231f20;
    padding: 12px 0;
    border-radius: 0;
    display: inline-block;
    width: 50%;
    color: #231f20;
    font-size: 16px;
    margin-right: -5px;
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="email"] {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.miwlo-subscribe-form form input[type="submit"] {
    display: inline-block;
    background: transparent;
    /* border-radius: 5px; */
    padding: 13px 38px;
    color: #231f20;
    border: 2px solid #231f20;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="submit"] {
    border: 1px solid #FFF;
    color: #FFF;
}

.miwlo-subscribe-form form input[type="submit"]:hover {
    color: #FFF;
    background-color: #231f20;
    border-color: #231f20;
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="submit"]:hover {
    color: #6513e1;
    background-color: #FFF;
    border-color: #FFF;
}

.miwlo-subscribe-form form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, .9);
}

.miwlo-subscribe-form form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, .9);
}

.miwlo-subscribe-form form input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, .9);
}

.miwlo-subscribe-form form input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, .9);
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, .9);
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, .9);
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, .9);
}

.miwlo-section-blue .miwlo-subscribe-form form input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, .9);
}

.miwlo-footer-wrap {
    padding: 150px 0 145px;
    position: relative;
    background: #000000;
}

.footer-triangle-shape-top {
    position: absolute !important;
    left: 60%;
    top: 60px;
}

.footer-triangle-shape-bottom {
    position: absolute !important;
    bottom: 150px;
    left: 32%;
}

.miwlo-footer-logo {
    width: 70px;
    margin-bottom: 20px;
}

.miwlo-footer-text {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 30px;
}

.miwlo-footer-text h3 {
    margin-top: 0;
}

.miwlo-footer-social,
.miwlo-footer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.miwlo-footer-social li {
    display: inline-block;
}

.miwlo-footer-social li  a {
    border: 1px solid #ffffff;
    background-color: #000000;
    padding: 5px;
    color: #FFF;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    line-height: 31px;
}

.miwlo-footer-social li  a:hover {
    background-color: #FFF;
    color: #231f20;
}

.miwlo-footer-text ul li {
    margin-bottom: 5px;
}

.miwlo-footer-text p a,
.miwlo-footer-social li  a,
.miwlo-footer-text ul li a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
}

.app-circle-shape-footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*
04. Miwlo Saas Landing
==========================================================
*/

.miwlo-saas-landing-banner-wrap {
    position: relative;
}

.miwlo-saas-landing-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.miwlo-saas-landing-banner-bg img {
    width: 100%;
}

.miwlo-saas-landing-banner-wrap h3 {
    margin-top: 0;
    font-weight: 400;
   
}

.miwlo-saas-landing-banner-text p {
    margin-bottom: 40px;
}

.miwlo-saas-landing-banner-image {
    position: relative;
    z-index: 1;
}

.miwlo-saas-landing-banner-image .saas-banner-img {
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgb(255 230 231 / 30%);
}

.saas-landing-top-shape .circle-dot-left,
.saas-landing-top-shape .circle-dot-right,
.saas-landing-bottom-shape .circle-dot-bottom-right,
.saas-landing-middle-shape .triangle-shape-left,
.saas-landing-middle-shape .triangle-shape-right,
.miwlo-saas-banner-img-left-shape,
.miwlo-saas-banner-img-right-shape {
    position: absolute !important;
}

.saas-landing-bottom-shape .circle-dot-bottom-right {
    top: 72vh;
    right: 240px;
}

.miwlo-saas-banner-img-right-shape {
    z-index: -1;
}

.miwlo-why-choose-v2 .why-choice-options {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 10px 22px 2px rgb(244, 244, 244);
    overflow: hidden;
}

.miwlo-why-choose-v2 .miwlo-why-choose-bottom-shape {
    position: absolute;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-why-choose-v2 .miwlo-why-choose-bottom-shape {
    right: -25px;
    bottom: -10px;
}

.miwlo-why-choose-v2 .miwlo-why-choose-bottom-shape img {
    max-width: 75%;
}

.miwlo-why-choose-v2 .why-choice-options:hover .miwlo-why-choose-bottom-shape {
    right: -35px;
    bottom: -20px;
}

.miwlo-why-choose-v2 .why-choice-options p {
    margin-bottom: 1rem;
}

.miwlo-why-choose-v2 .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
}

.miwlo-why-choose-v2 .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-why-choose-v2 .option-one .miwlo-btn-simple {
    color: #6513e1;
}

.miwlo-why-choose-v2 .option-one .miwlo-btn-simple:before {
    background-color: #6513e1;
}

.miwlo-why-choose-v2 .option-two .miwlo-btn-simple {
    color: #f55959;
}

.miwlo-why-choose-v2 .option-two .miwlo-btn-simple:before {
    background-color: #f55959;
}

.miwlo-why-choose-v2 .option-three .miwlo-btn-simple {
    color: #49beb7;
}

.miwlo-why-choose-v2 .option-three .miwlo-btn-simple:before {
    background-color: #49beb7;
}

.miwlo-why-choose-v2 .miwlo-btn-simple:hover:before {
    width: 100%;
}

.miwlo-free-trial {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 100px;
    background-color: #FBEFE7;
}

.miwlo-free-trial-shape {
    position: absolute;
    top: -1px;
    left: -1px;
}

.miwlo-free-trial-text h3 {
   
    font-weight: 400;
}

.miwlo-free-trial-text a {
    margin-top: 20px;
}

.miwlo-video-intro-wrap {
    position: relative;
}

.miwlo-video-intro-left-shape {
    position: absolute;
    top: 5%;
}

.miwlo-video-intro {
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 100px 70px;
    background-color: #FBEFE7;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-button a {
    display: inline-block;
    background-color: #231f20;
    padding: 26px 30px;
    border-radius: 50%;
}

.miwlo-video-intro-circle-dot-bottom-left,
.miwlo-video-intro-img-right-shape,
.miwlo-video-intro-img-shape {
    position: absolute !important;
}

.miwlo-video-intro-circle-dot-bottom-left {
    top: 65%;
    left: 150px;
}

.miwlo-video-intro-img-right-shape {
    z-index: -1;
}

.miwlo-video-intro-img-shape {
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.miwlo-pricing-plan-wrap {
    position: relative;
}

.miwlo-pricing-plan-triangle-shape {
    position: absolute !important;
    right: 0;
}

.miwlo-pricing-plan ul.nav-pills {
    border: 1px solid #231f20;
    border-radius: 50px;
    padding: 5px;
    width: max-content;
    margin: 40px auto 0;
}

.miwlo-pricing-plan ul.nav-pills .nav-link {
    padding: 20px 35px;
    border-radius: 50px;
    color: #231f20;
    font-weight: 600;
}

.miwlo-pricing-plan ul.nav-pills .nav-link.active,
.miwlo-pricing-plan ul.nav-pills .show > .nav-link {
    background-color: #231f20;
    color: #FFF;
}

.miwlo-pricing-plan.miwlo-orange ul.nav-pills {
    border: 1px solid #f55959;
}

.miwlo-pricing-plan.miwlo-orange ul.nav-pills .nav-link {
    color: #f55959;
    background-color: transparent;
}

.miwlo-pricing-plan.miwlo-orange ul.nav-pills .nav-link.active,
.miwlo-pricing-plan.miwlo-orange ul.nav-pills .show > .nav-link {
    background-color: #f55959;
    color: #FFF;
}

.miwlo-pricing-plan-table {
    position: relative;
    border-radius: 20px;
    box-shadow: rgb(244, 244, 244) 0px 10px 22px 2px;
    overflow: hidden;
    margin: 0 10px;
}

.miwlo-pricing-plan-table.table-two {
    border: 2px solid #231f20;
}

.miwlo-orange .miwlo-pricing-plan-table.table-one {
    border: 2px solid #231f20;
}

.miwlo-orange .miwlo-pricing-plan-table.table-two {
    border: transparent;
}

.miwlo-pricing-plan-bottom-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.miwlo-pricing-plan-name p,
.miwlo-pricing-plan-price p {
    margin-bottom: 0;
}

.miwlo-pricing-plan-table .miwlo-pricing-plan-price span {
    font-size: 30px;
    font-weight: 700;
}

.miwlo-pricing-plan-table.table-one .miwlo-pricing-plan-price p {
    color: #6513e1;
}

.miwlo-pricing-plan-table.table-two .miwlo-pricing-plan-price p {
    color: #f66969;
}

.miwlo-pricing-plan-table.table-three .miwlo-pricing-plan-price p {
    color: #5bc4be;
}

.miwlo-pricing-plan .tab-content {
    margin-top: 50px;
}

.miwlo-pricing-plan-table .miwlo-pricing-plan-bottom-shape {
    position: absolute;
    right: -46px;
    bottom: -10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-pricing-plan-table .miwlo-pricing-plan-bottom-shape img {
    max-width: 75%;
}

.miwlo-pricing-plan-table:hover .miwlo-pricing-plan-bottom-shape {
    right: -55px;
    bottom: -20px;
}

.miwlo-pricing-plan-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.miwlo-pricing-plan-features ul li {
    position: relative;
    padding-bottom: 15px;
}

.miwlo-pricing-plan-features ul li:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 6px;
    left: 0;
    background-repeat: no-repeat;
    background-image: url('../images/shape/circle-line-17.png');
}

.miwlo-pricing-plan-features .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.miwlo-pricing-plan-features .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.table-one .miwlo-pricing-plan-features .miwlo-btn-simple {
    color: #6513e1;
}

.table-one .miwlo-pricing-plan-features .miwlo-btn-simple:before {
    background-color: #6513e1;
}

.table-two .miwlo-pricing-plan-features .miwlo-btn-simple {
    color: #f55959;
}

.table-two .miwlo-pricing-plan-features .miwlo-btn-simple:before {
    background-color: #f55959;
}

.table-three .miwlo-pricing-plan-features .miwlo-btn-simple {
    color: #49beb7;
}

.table-three .miwlo-pricing-plan-features .miwlo-btn-simple:before {
    background-color: #49beb7;
}

.miwlo-pricing-plan-features .miwlo-btn-simple:hover:before {
    width: 100%;
}


/*
05. Miwlo Product Landing
==========================================================
*/

.miwlo-product-landing-banner-wrap {
    position: relative;
    margin-top: 100px;
    padding: 70px 0 75px;
}

.product-landing-top-shape .circle-dot-left,
.product-landing-top-shape .circle-dot-right,
.product-landing-middle-shape .triangle-shape-left,
.product-landing-middle-shape .triangle-shape-right {
    position: absolute !important;
}

.miwlo-product-landing-banner-text {
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
}

.miwlo-product-landing-banner-text h1 {
    display: none;
    font-size: 150px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -8px;
    background-image: -moz-linear-gradient( 120deg, rgb(142,45,226) 40%, rgb(74,0,224) 70%);
    background-image: -webkit-linear-gradient( 120deg, rgb(142,45,226) 40%, rgb(74,0,224) 70%);
    background-image: -ms-linear-gradient( 120deg, rgb(142,45,226) 40%, rgb(74,0,224) 70%);
}

.miwlo-product-landing-banner-image {
    position: relative;
}

.product-landing-image-bottom-shape {
    position: absolute !important;
    bottom: -50px;
    z-index: -1;
}

.feature-v3 .miwlo-product-landing-feature {
    padding: 70px 110px;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 30deg, rgb(142,45,226) 40%, rgb(74,0,224) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(142,45,226) 40%, rgb(74,0,224) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(142,45,226) 40%, rgb(74,0,224) 100%);
}

.feature-v3 .miwlo-features-text-wrapper h3,
.feature-v3 .miwlo-features-text-wrapper h4,
.feature-v3 .miwlo-features-text-wrapper p {
    color: rgb(255, 255, 255);
}

.miwlo-features-text-wrapper ul p {
    margin-bottom: 0;
}

.feature-v3 .miwlo-feature-img img {
    box-shadow: none;
}

.miwlo-features-text-wrapper .list-plain {
    display: flex;
    flex-wrap: wrap;
}

.miwlo-features-text-wrapper .list-plain li {
    flex-basis: 50%;
    padding-left: 0;
}

.miwlo-features-text-wrapper .list-plain li:before {
    display: none;
}

.miwlo-features-text-wrapper .list-plain h4 {
    margin-bottom: 5px;
}

.miwlo-product-display-wrap {
    position: relative;
    padding-top: 75px;
    padding-bottom: 110px;
}

.product-display-top-shape .circle-dot-left,
.product-display-top-shape .circle-dot-right,
.product-display-middle-shape .triangle-shape-left,
.product-display-middle-shape .triangle-shape-right {
    position: absolute !important;
}

.miwlo-product-demo-images {
    margin-top: 40px;
    position: relative;
}

.miwlo-product-demo-image {
    position: absolute !important;
}

.miwlo-features-text-wrapper ul.list-bullet-white li:before {
    background-image: url(../images/shape/list-bullet-04.png);
}

.miwlo-product-video-intro-wrap {
    position: relative;
    padding: 75px 0;
}

.miwlo-product-video-intro {
    margin-top: 40px;
    position: relative;
}

.product-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-play-button a {
    display: inline-block;
    border: 1px solid #FFF;
    padding: 24px;
    border-radius: 50px;
    text-align: center;
    width: 80px;
    height: 80px;
}

.miwlo-product-more-detail-info-wrap {
    position: relative;
}

.miwlo-product-more-detail-info ul {
    justify-content: center;
    margin-top: -120px;
}

.miwlo-product-more-detail-info .nav-pills .nav-link.active,
.miwlo-product-more-detail-info .nav-pills .show>.nav-link {
    background-color: transparent;
    border-radius: 0;
}

.miwlo-product-more-detail-info .nav-pills .nav-item {
    padding: 0 15px;
}

.miwlo-product-more-detail-info .nav-pills .nav-link {
    color: rgb(35 31 32 / 60%);
    padding: 0;
    font-size: 16px;
}

.miwlo-product-more-detail-info .nav-pills .nav-link.active {
    color: #231f20;
    border-bottom: 1px solid #231f20;
}

.miwlo-product-more-detail-content p {
    margin-top: 120px;
    margin-bottom: 0;
}

.miwlo-product-more-detail-content img {
    max-width: 40%;
}


/*
06. Miwlo Digital Landing
==========================================================
*/

.miwlo-digital-landing-banner-wrap {
    background-color: #fbefe7;
    padding-top: 75px;
    padding-bottom: 75px;
}

.miwlo-dl-banner-text-shape,
.miwlo-dl-banner-left-shape .circle-dot-left,
.miwlo-dl-banner-left-shape .circle-dot-right,
.miwlo-dl-banner-left-shape .triangle-shape-left,
.miwlo-dl-banner-right-shape .triangle-shape-right {
    position: absolute !important;
    z-index: -1;
}

.miwlo-dl-banner-text-shape {
    top: -80px;
    left: -80px;
}

.miwlo-dl-banner-left-shape .circle-dot-left {
    top: 80px;
    left: -50px;
}

.miwlo-dl-banner-left-shape .circle-dot-right {
    bottom: 0;
    left: 100px;
}

.miwlo-dl-banner-left-shape .triangle-shape-left {
    top: 70%;
    left: -250px;
}

.miwlo-dl-banner-right-shape .triangle-shape-right {
    top: 0;
    right: 0;
}

.miwlo-digital-landing-banner-text {
    position: relative;
    z-index: 2;
}

.miwlo-digital-landing-banner-text h2 {
   
    font-weight: 400;
}

.miwlo-digital-landing-banner-text a {
    margin-top: 20px;
}

.miwlo-digital-landing-banner-right {
    position: relative;
}

.miwlo-digital-landing-banner-image {
    position: relative;
    z-index: 2;
}

.miwlo-digital-landing-banner-bg {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 1;
    margin-left: -10px;
}

.miwlo-about-us-wrap {
    padding: 75px 0;
}

.miwlo-about-us-image {
    position: relative;
}

.about-us-image-bottom-shape {
    position: absolute !important;
    z-index: -1;
    bottom: -60px;
    left: -40px;
}

.miwlo-about-us-image img.about-img,
.miwlo-about-us-text-left {
    border-radius: 20px;
}

.miwlo-about-us-text-right p {
    margin-bottom: 0px;
}

.miwlo-about-us-text {
    padding-top: 50px;
}

.miwlo-about-us-text-left h2 {
    margin-top: 0;
}

.miwlo-services-wrap {
    padding-top: 75px;
    padding-bottom: 115px;
}

.miwlo-services-img-wrap,
.miwlo-services-img {
    position: relative;
}

.miwlo-services-img {
    z-index: 2;
}

.miwlo-services-text {
    margin-bottom: 65px;
}

.miwlo-section-orange .miwlo-free-trial {
    color: #FFF;
    background-image: -moz-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
}

.miwlo-section-orange p {
    color: #FFF;
}

.miwlo-free-trial-text .list-plain {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.miwlo-free-trial-text .list-plain li {
    flex-basis: 50%;
    padding-left: 0;
}

.miwlo-free-trial-text .list-plain li:nth-child(odd) {
    padding-right: 15px;
}

.miwlo-free-trial-text .list-plain h4 {
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}

.miwlo-dl-video-intro-wrap {
    padding: 75px 0;
}

.miwlo-dl-video-intro {
    overflow: hidden;
    position: relative;
    padding: 100px;
    border-radius: 20px;
    background-image: url(../images/others/dl-video-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.miwlo-dl-video-intro:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 20px;
    background-image: -moz-linear-gradient( 30deg, rgba(245, 95, 84, .7) 40%, rgba(242, 146, 29, .7) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgba(245, 95, 84, .7) 40%, rgba(242, 146, 29, .7) 100%);
    background-image: -ms-linear-gradient( 30deg, rgba(245, 95, 84, .7) 40%, rgba(242, 146, 29, .7) 100%);
}

.miwlo-dl-video-text,
.miwlo-dl-video-text-wrap {
    position: relative;
}

.miwlo-dl-video-text-wrap {
    float: right;
    margin-right: -140px;
}

.miwlo-dl-video-text {
    position: absolute;
    top: 50%;
    width: 75%;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.miwlo-dl-video-text .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
}

.miwlo-dl-video-text .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 45%;
    height: 1px;
    background-color: #FFF;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-dl-video-text .miwlo-btn-simple:hover:before {
    width: 100%;
}

.dl-play-button {
    position: absolute;
    left: -30px;
    bottom: 50px;
}

.miwlo-recent-project-wrap {
    padding: 75px 0;
}

.miwlo-all-projects {
    margin-left: -15px;
    margin-right: -15px;
}

.grid-item {
    padding: 0 15px;
    margin-bottom: 50px;
}

.miwlo-single-project-wrap img {
    border-radius: 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-recent-project-text {
    margin-bottom: 65px;
}

.miwlo-single-project-text h3 {
    margin-bottom: 0;
}
a:hover {
    color: #0a58ca;
}
.miwlo-single-project-text h3 a,
.miwlo-single-project-text h3 a:hover {
    text-decoration: none;
    color: currentColor;
}

.miwlo-single-project-cats a,
.miwlo-single-project-cats span {
    text-decoration: none;
    color: #f55959;
}

.miwlo-single-project-wrap:hover img {
    opacity: .8;
}

.miwlo-creative-team {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.miwlo-creative-team:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 20px;
    background-color: #FBEFE7;
}

.miwlo-section-orange .miwlo-creative-team:before {
    background-image: -moz-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);

}

.miwlo-creative-team-wrap {
    padding: 75px 0;
}

.miwlo-creative-team-wrap,
.miwlo-creative-team-text,
.miwlo-single-team-img,
.miwlo-single-team-bio {
    position: relative;
}

.miwlo-section-orange .miwlo-creative-team-text h3,
.miwlo-section-orange .miwlo-creative-team-text p {
    color: #FFF;
}

.miwlo-creative-team-text h3 {
    margin-bottom: 30px;
    font-size: 70px;
   
    font-weight: 400;
}

.miwlo-creative-team-shape {
    position: absolute;
    top: -1px;
    left: -1px;
}

.miwlo-section-orange .miwlo-creative-team a {
    border-color: #FFF;
    color: #FFF;
}

.miwlo-creative-team a {
    margin-top: 20px;
}

.miwlo-section-orange .miwlo-creative-team a:hover {
    background-color: #fff;
    color: #f55959;
}

.miwlo-single-team-wrap {
    margin-left: 3px;
    margin-right: 3px;
}

.miwlo-single-team-bio {
    text-align: center;
}

.miwlo-single-team-bio h5 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.miwlo-single-team-bio p {
    font-size: 85%;
    margin-bottom: 0;
}

.miwlo-section-orange .miwlo-single-team-bio,
.miwlo-section-orange .miwlo-single-team-bio p {
    color: #FFF;
}

.miwlo-latest-stories-wrap {
    padding: 75px 0;
}

.miwlo-latest-stories-text {
    margin-bottom: 60px;
}

.miwlo-single-stories {
    margin: 0 7px;
}

.miwlo-single-stories-img-wrap {
    margin-bottom: 30px;
}

.miwlo-single-stories-img-wrap img {
    border-radius: 20px;
}

.single-stories-date {
    margin-bottom: 30px;
}

.single-stories-date a {
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 300;
}

.single-story-one .single-stories-date a {
    background-color: rgb(245 89 89 / 20%);
    color: #f55959;
}

.single-story-two .single-stories-date a {
    background-color: rgb(101 19 225 / 20%);
    color: #6513e1;
}

.single-story-three .single-stories-date a {
    background-color: rgb(73 190 183 / 20%);
    color: #49beb7;
}

.miwlo-single-stories .miwlo-btn-simple {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.miwlo-single-stories .miwlo-btn-simple:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-single-stories.single-story-one .miwlo-btn-simple {
    color: #f55959;
}

.miwlo-single-stories.single-story-one .miwlo-btn-simple:before {
    background-color: #f55959;
}

.miwlo-single-stories.single-story-two .miwlo-btn-simple {
    color: #6513e1;
}

.miwlo-single-stories.single-story-two .miwlo-btn-simple:before {
    background-color: #6513e1;
}

.miwlo-single-stories.single-story-three .miwlo-btn-simple {
    color: #49beb7;
}

.miwlo-single-stories.single-story-three .miwlo-btn-simple:before {
    background-color: #49beb7;
}

.miwlo-single-stories .miwlo-btn-simple:hover:before {
    width: 100%;
}

.miwlo-subscribe-newsletter-wrap-simple {
    padding: 75px 0;
}

.miwlo-subscribe-newsletter-simple {
    position: relative;
}

.miwlo-subscribe-newsletter-circle-dot-top-left,
.miwlo-subscribe-newsletter-circle-dot-bottom-left,
.miwlo-subscribe-newsletter-shape-middle-right {
    position: absolute !important;
}

.miwlo-subscribe-text-simple .section-subheading {
    color: #f55959;
}

.miwlo-subscribe-form-simple {
    margin: auto;
}

.miwlo-subscribe-form-simple form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #231f20;
    padding: 20px 0;
    border-radius: 0;
    color: #231f20;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.miwlo-subscribe-form-simple form input[type="submit"] {
    background-color: #f55959;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.75;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-subscribe-form-simple form input[type="submit"]:hover {
    background-color: #fff;
    color: #f55959;
    border: 1px solid #f55959;
}



/*
07. About
==========================================================
*/

.miwlo-about-img-wrapper {
    position: relative;
    padding-left: 100px;
}

.miwlo-about-experience-wrap {
    position: absolute !important;
    top: -75px;
    left: 0;
}

.miwlo-about-experience {
    background-color: #231f20;
    padding: 28px;
    border-radius: 50%;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-image: url('../images/shape/shape-31.png');
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center center;
}

.miwlo-about-experience h2 {
    margin-bottom: 0;
    font-size: 60px;
}

.miwlo-about-experience p {
    margin-bottom: 0;
    letter-spacing: 0.7px;
    font-size: 14px;
    text-transform: uppercase;
}

.miwlo-about-experience h2,
.miwlo-about-experience p {
    color: #FFF;
    text-align: center;
}

.miwlo-about-img-shape {
    right: 90px;
    bottom: -110px;
    position: absolute !important;
}

.miwlo-about-text-wrapper h1 {
   
    font-weight: 400;
}


/*
08. Contact
==========================================================
*/

.miwlo-contact-details-wrap {
    position: relative;
}

.miwlo-contact-details-wrap h4 {
    margin-bottom: 10px;
}

.miwlo-contact-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.miwlo-contact-social li {
    display: inline-block;
}

.miwlo-contact-social li a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

.miwlo-contact-social li:hover a {
    color: #231f20;
}

.miwlo-contact-area {
    padding: 75px 0;
}

.miwlo-contact-form form input:focus {
    border-color: none;
}

.miwlo-contact-form form .name,
.miwlo-contact-form form .email {
    width: 50%;
    float: left;
}

.miwlo-contact-form form .name,
.miwlo-contact-form form .email,
.miwlo-contact-form form .message {
    background-color: #FFF;
    padding: 25px 15px;
    border-radius: 0;
    border-color: #231f20;
}

.miwlo-contact-form form .name {
    border-right: 0;
    border-radius: 5px 0 0 0;
}

.miwlo-contact-form form .email {
    border-radius: 0 5px 0 0;
}

.miwlo-contact-form form .message {
    border-top: 0;
    height: 200px;
    border-radius: 0 0 5px 5px;
}

.miwlo-contact-form form .submit {
    background-color: #231f20;
    border-radius: 50px;
    color: #FFF;
    padding: 20px 30px;
    display: block;
    text-decoration: none;
    margin: 30px auto 0;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-contact-form form .submit:hover {
    border-color: #231f20;
    background-color: transparent;
    color: #231f20;
}


/*
09. Blog
==========================================================
*/

.miwlo-blog-post {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.miwlo-blog-post:not(:last-child) {
    margin-bottom: 50px;
}

.miwlo-blog-img-wrap img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.miwlo-blog-date a {
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #231f20;
    color: #231f20;
}

.miwlo-blog-details-wrap h2 a {
    text-decoration: none;
}

.miwlo-blog-details-wrap h2 a:hover {
    color: #231f20;
}

.miwlo-blog-details-wrap .miwlo-btn-simple {
    color: #231f20;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.miwlo-blog-details-wrap .miwlo-btn-simple span {
    font-size: 18px;
}

.miwlo-blog-details-wrap .miwlo-btn-simple:before {
    background-color: #231f20;
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 45%;
    height: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.miwlo-blog-details-wrap .miwlo-btn-simple:hover:before {
    width: 100%;
}

.miwlo-blog-details-wrap img {
    border-radius: 20px;
    margin-bottom: 1rem;
}

.left-blog .miwlo-blog-sidebar {
    padding-left: 15px;
}

.right-blog .miwlo-blog-sidebar {
    padding-right: 15px;
}

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li a,
.comment-list li a {
    text-decoration: none;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
    border-radius: 5px;
    background: transparent;
}

.widget_search input:focus {
    border: 2px solid #231f20;
}

.search-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.search-submit,
.search-submit:hover {
    color: #231f20;
    background-color: transparent;
}

.categories ul,
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0;
}

.recent_posts li:not(:last-child) {
    margin-bottom: 20px;
}

.recent_posts .card img,
.comment-list .card img {
    border-radius: 5px;
}

.recent_posts .card,
.comment-list .card {
    border: 0;
    border-radius: 0;
}

.recent_posts .card .card-body,
.comment-list .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.recent_posts .card .card-title,
.comment-list .card .card-title {
    margin-top: 0;
    margin-bottom: 0;
}

.recent_posts .card .card-title a:hover,
.comment-list .card .card-title a:hover,
.categories ul li a:hover {
    color: #231f20;
}

.comment-list .card .card-body p {
    margin-bottom: 0;
}

.tags li {
    display: inline-block;
}

.tags li a {
    border: 1px solid #231f20;
    border-radius: 5px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.tags li a:hover {
    background-color: #231f20;
    color: #fff;
}

.pagination-area {
    margin-top: 50px;
}

.pagination {
    margin: 0;
}

.pagination li a {
    border: 1px solid #231f20;
    color: #231f20;
    text-decoration: none;
    padding: 10px 17px;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.pagination li a:hover {
    background-color: #231f20;
    color: #FFF;
}

.comments-area {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 50px;
    border-radius: 20px;
}

.comments-area .comments-title {
    margin-top: 0;
}

.comment-item {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
}

.comment-item:not(:last-child) {
    padding-bottom: 30px;
}

.comment-respond {
    margin-top: 50px;
}

.comment-respond .miwlo-contact-form .submit {
    margin-left: 0;
}


/*
10. Footer
==========================================================
*/

.miwlo-footer-orange {
    color: #FFF;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(245, 95, 84) 40%, rgb(242, 146, 29) 100%);
}

.miwlo-footer-orange p,
.miwlo-footer-orange a {
    color: #FFF;
}

.miwlo-footer-orange .miwlo-footer-social li a {
    border: 1px solid #FFF;
    background-color: #FFF;
    color: #f55959;
}

.miwlo-footer-orange .miwlo-footer-social li a:hover {
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
}

.miwlo-footer-orange-shape {
    position: absolute;
    top: -1px;
    left: -1px;
}
ul.button-wrapper.ml-5 .miwlo-btn-pill.btn-black:hover{
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
}
.miwlo-initial-navbar ul.navbar-nav > li.menu-item.miwlo-dropdown > a::after{
content: "";
    display: inline-block;
    height: 6px;
    width: 11px;
    background: url(../images/dropdown-arrow.svg) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 3px;
    transition: transform .5s ease, -webkit-transform .5s ease;}

  .miwlo-initial-navbar ul.navbar-nav > li.menu-item.miwlo-dropdown:hover>a:after {
                    -webkit-transform: rotateX(180deg);
                    transform: rotateX(180deg)
                }

                @-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.banner-contact-form-five {
    background: #e5f3ff;
    padding: 18px;
    border-radius: 16px;
    /* margin-left: -86px; */
    position: relative;
    z-index: 30;
    text-align: center;
    width: 62%;
    /* border: 2px solid #131313; */
}
.banner-contact-form-five .title {
    color: #000000;
    margin-bottom: 24px;
    font-size: 24px;
}
.banner-contact-form-five input {
    height: 45px;
    background: #d4ecff00;
    margin-bottom: 13px;
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    border-radius: 36px;
}
.banner-contact-form-five textarea {
    /* height: 45px; */
    background: #d4ecff75;
    margin-bottom: 13px;
    border: none;
    color: #E0E0E0;
    padding: 10px;
}
.rts-btn.btn-primary.btn-white {
    background: #0f5a94;
    color: #ffffff;
    border-radius: 50px;
}
.index-five .rts-btn {
    border-radius: 100px;
}
.rts-btn.btn-primary {
    background: #ddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.banner-contact-form-five .rts-btn {
    /* border-radius: 10px !important; */
    max-width: 100%;
}
    .miwlo-download-app-screenshot img {
        max-width: 65%;
        border-radius: 20px;
        border: 2px solid #f6f6f6;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    }

   #txt{
   display:flex;
   align-items:center;
   justify-content:center;
   flex:1;
   background: linear-gradient(#2f527a, #2f527a, #5285be);
   background-clip:text;
   text-fill-color:transparent;
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   letter-spacing:3.5px;
   font-size:3.5rem;
   font-weight:700;
   position:relative;
   transform-style:preserve-3d;
   perspective:100px;
   -webkit-transform-style:preserve-3d;
   -webkit-perspective:100px;
}
/* #txt>b{
   height:3.5rem;
   box-shadow:0 .4rem .3rem -.3rem #aaa;

   background: linear-gradient(#2f527a, #2f527a, #5285be);
   background-clip:text;
   text-fill-color:transparent;
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   transform-origin:bottom;
   transform:rotateX(-85deg);
   -webkit-transform-origin:bottom;
   -webkit-transform:rotateX(-85deg);
   animation:getUp 7s infinite;
}
#txt>b:nth-child(2){
   animation-delay:.25s;
}
#txt>b:nth-child(3){
   animation-delay:.5s;
}
#txt>b:nth-child(4){
   animation-delay:.75s;
}
#txt>b:nth-child(5){
   animation-delay:1s;
}
#txt>b:nth-child(6){
   animation-delay:1.25s;
}
#txt>b:nth-child(7){
   animation-delay:1.5s;
}
#txt>b:nth-child(8){
   animation-delay:1.75s;
} */
/* @keyframes getUp{
   10%,50%{
      transform:rotateX(0);
   }
   0%,60%,100%{
      transform:rotateX(-85deg);
   }
} */
@media (max-width: 575px) {
  .features {
    overflow: hidden;
  }
}
.features .section-4__title-wrapper {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.features__item {
  border-radius: 14px;
  position: relative;
  margin-bottom: 40px;
}
.features__item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 14px;
  position: absolute;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(3, 6, 17, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.features__item.item-1 {
  background: linear-gradient(338deg, #9EB2FE -0.04%, #793DE4 78.49%);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.features__item.item-2 {
  background: linear-gradient(338deg, #FF7979 -0.04%, #FF4799 78.49%);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.features__item.item-3 {
  background: linear-gradient(338deg, #70CAFF -0.04%, #10A0FC 78.49%);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.features__item__content {
  z-index: 3;
  padding: 38px;
  position: relative;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
          -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.features__item{
      -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.features__item::before{
      -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
@media (max-width: 575px) {
  .features__item__content {
    padding: 30px;
  }
}
.features__item-icon {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .features__item-icon {
    margin-bottom: 30px;
  }
}
.features__item-icon img {
  width: inherit;
}
.features__item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.features__item-text h3  a{text-decoration: none;color: #fff;}
/* .features__item-text h3:hover {
  color: #FECE00;
} */
.features__item-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

.features__item:hover.item-1, .features__item:hover.item-2, .features__item:hover.item-3 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.features__item:hover.item-1:before, .features__item:hover.item-2:before, .features__item:hover.item-3:before {
  -webkit-transform: translate(18px, 18px);
          transform: translate(18px, 18px);
}
.features__item:hover .features__item__content {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.features__item:hover .features__item-icon {
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.features__bottom {
  position: relative;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.features__bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(3, 6, 17, 0.06);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 17px 20px;
  gap: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__bottom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 17px 15px;
  }
}
.features__bottom-left-shape {
  position: absolute;
  left: -34px;
  top: -12px;
  z-index: -1;
}
@media (max-width: 575px) {
  .features__bottom-left-shape {
    display: none;
  }
}
.features__bottom-right-shape {
  position: absolute;
  right: -32px;
  bottom: -28px;
  z-index: -1;
}
@media (max-width: 575px) {
  .features__bottom-right-shape {
    display: none;
  }
}
.features__bottom span {
  border-radius: 6px;
  background: #FECE00;
  color: #04121F;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
}
.features__bottom p {
  color: #808287;
  font-size: 16px;
  font-weight: 600;
}
.features__bottom p a {
  color: #030611;
  margin-left: 8px;
  text-decoration: underline;
}
.features__bottom p a:hover {
  color: var(--rr-theme-primary2);
}


.footer-bottom-links {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 27px;
    padding-top: 15px;
}
.footer-bottom-links p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
}

/************************** 
* 16. app screenshot styles 
***************************/
.app-secreenshots .sec-title {
  margin-bottom: 70px;
}

.swiper-slider-area .container {
  position: relative;
}

/* .swiper-wrapper {
  height: 630px;
  width: 320px;
} */

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}
/* 
.swiper-slide.swiper-slide-active {
  border-radius: 35px;
} */

.screen-mobile-image {
  background-image: url(../img/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

/* .swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  padding: 30px 0 40px;
} */

/* .swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
} */
.miwlo-download-app-text .miwlo-btn-pill.btn-black:hover {
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
}

/************************** 
* 17. how app work styles 
***************************/
.how-app-work-section {
  padding-top: 55px;
}
.how-app-work-section .title {
  margin-bottom: 40px;
}
.how-app-work-section .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  font-weight: 600;
}
.how-app-work-section .how-app-work-content-wrap {
  padding-left: 85px;
}
.how-app-work-section .how-app-work-content {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 40px;
  position: relative;
}
.how-app-work-section .how-app-work-content:before {
  content: '';
  width: 2px;
  height: 100%;
  background: linear-gradient(to right, #20659b 0%, #319beb 98%, #0d96ff 100%);
  position: absolute;
  top: 0;
  left: 45px;
}
.how-app-work-section .single-how-app-work {
  padding-left: 10px;
}
.how-app-work-section .single-how-app-work + .single-how-app-work {
  margin-top: 60px;
}
.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
  display: table-cell;
  vertical-align: middle;
}
.how-app-work-section .single-how-app-work .icon-box .inner {
  width: 74px;
  height: 74px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #20659b 0%, #319beb 98%, #0d96ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  border-radius: 10px;
  text-align: center;
      border: 1px solid #319aea;
}
.how-app-work-section .pager-item.active .inner {
    background: #000000;
}
.how-app-work-section .single-how-app-work .icon-box .inner:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  /* background: #fff; */
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .single-how-app-work .icon-box .inner i {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 74px;
  font-size: 44px;
  position: relative;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
  opacity: 0;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}
.how-app-work-section .single-how-app-work .icon-box .active .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
  opacity: 0;
}
.how-app-work-section .single-how-app-work .text-box {
  padding-left: 40px;
}
.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
  margin: 0;
  text-decoration: none;
}
.how-app-work-section .single-how-app-work .text-box h4 {
  font-size: 20px;
  color: #150A33;
  font-weight: 500;
   text-decoration: none;
}
.how-app-work-section .single-how-app-work .text-box p {
  font-size: 14px;
  line-height: 27px;
  color: #656565;
  margin-top: 10px;
   text-decoration: none;
}
.how-app-work-section .download-btn {
  display: inline-block;
  vertical-align: middle;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  padding: 12px 0;
  padding-left: 80px;
  border-radius: 28px;
  padding-right: 40px;
}
.how-app-work-section .download-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn i.fab {
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.inner {
  position: relative;
  display: block;
}
.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.avail {
  font-size: 12.5px;
}
.how-app-work-section .download-btn span.store-name {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
}
.how-app-work-section .download-btn.active, .how-app-work-section .download-btn:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}
.how-app-work-section .download-btn.active:before, .how-app-work-section .download-btn:hover:before {
  opacity: 0;
}
.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name, .how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .download-btn.active {
  margin-right: 15px;
}
.how-app-work-section .how-app-work-slider-wrapper {
  position: relative;
  width: 305px;
  height: 655px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  -webkit-box-shadow:0px 18px 37px rgb(175, 200, 220, 0.8);
  box-shadow: 0px 18px 37px rgb(175, 200 ,220, 0.8);
}
.how-app-work-section .how-app-work-screen-mobile-image {
  background-image: url(../images/fature-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 655px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 310px;
  z-index: 2;
}
.how-app-work-section .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.how-app-work-section .bx-wrapper .slide-item {
  text-align: center;
}
.how-app-work-section .bx-wrapper .slide-item img {
  /* margin-left: auto;
  margin-right: auto; */
  border-radius: 50px;
      margin-left: -45px;
    margin-top: 35px;
    width: 280px;
}
.how-app-work-section .pager-item {
  display: block;
   text-decoration: none;
}
.how-app-work-section .pager-item + .pager-item {
  margin-top: 60px;
}
.how-app-work-section .pager-item.active .icon-box .inner:before {
  opacity: 0;
}
.how-app-work-section .pager-item.active .icon-box .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .how-app-work-slider-content {
  position: relative;
}
.how-app-work-section .how-app-work-slider-content img.circled-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
      filter: grayscale(1);
}
.how-app-work-section .single-how-app-work .icon-box .inner img{
        padding: 5px;
    border-radius: 10px;
        filter: hue-rotate(31deg);
}

  .floating-shapes {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .shape:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .shape:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 10%;
            animation-delay: 2s;
        }

        .shape:nth-child(3) {
            width: 100px;
            height: 100px;
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

      

        .section-header {
            text-align: center;
            margin-bottom: 0;
            opacity: 0;
            animation: fadeInUp 1s ease forwards;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .section-title {
            font-size: 3rem;
            font-weight: 300;
            color: rgb(0, 0, 0);
            margin-bottom: 20px;
            letter-spacing: -1px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .section-title:hover {
            transform: scale(1.05);
        }

        .section-title .highlight {
            font-weight: 500;
            background: linear-gradient(45deg, #103c72, #2bacff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            /* display: inline-block; */
        }

        .section-title .highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(45deg, #103c72, #2bacff);
            transition: width 0.3s ease;
        }

        .section-title:hover .highlight::after {
            width: 100%;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: rgb(0 0 0 / 80%);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .filter-tabs {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 40px 0;
            opacity: 0;
            animation: fadeInUp 1s ease 0.3s forwards;
        }

        .filter-tab {
            padding: 12px 24px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 25px;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .filter-tab:hover,
        .filter-tab.active {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 20px 40px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
            opacity: 0;
            transform: translateY(50px);
            animation: slideInUp 0.6s ease forwards;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        .feature-card:nth-child(1) { animation-delay: 0.1s; }
        .feature-card:nth-child(2) { animation-delay: 0.2s; }
        .feature-card:nth-child(3) { animation-delay: 0.3s; }
        .feature-card:nth-child(4) { animation-delay: 0.4s; }
        .feature-card:nth-child(5) { animation-delay: 0.5s; }
        .feature-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes slideInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg,  #103c72, #2bacff);
            transform: translateX(-100%);
            transition: transform 0.4s ease;
            display: none;
        }

        .feature-card::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
            pointer-events: none;
        }

        .feature-card:hover::before {
            transform: translateX(0);
        }

        .feature-card:hover::after {
            width: 300px;
            height: 300px;
        }

        .feature-card:hover {
            /* transform: translateY(-15px) scale(1.02); */
            /* background: rgba(255, 255, 255, 0.15); */
            /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3); */
        }

        .feature-card.clicked {
            animation: pulse 0.6s ease;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        .feature-icon {
            /* width: 70px; */
            /* height: 70px; */
            /* border-radius: 50%; */
            /* background: linear-gradient(135deg, #667eea, #764ba2); */
            display: flex;
            align-items: center;
            /* justify-content: center; */
            margin-bottom: 25px;
            font-size: 28px;
            color: rgb(0, 0, 0);
            /* box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3); */
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .feature-icon::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
        }

        .feature-card:hover .feature-icon {
            /* transform: rotateY(360deg) scale(1.1); */
            /* box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5); */
        }

        .feature-card:hover .feature-icon::before {
            width: 100%;
            height: 100%;
        }

        .feature-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: rgb(0, 0, 0);
            margin-bottom: 15px;
            letter-spacing: -0.5px;
            transition: color 0.3s ease;
        }

        .feature-card:hover .feature-title {
            color: #103c72;
        }

        .feature-description {
            color: rgba(0, 0, 0, 0.85);
            line-height: 1.7;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .feature-card:hover .feature-description {
            color: rgba(0, 0, 0, 0.95);
        }

        .progress-bar {
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 2px;
            margin-top: 20px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg,  #103c72, #2bacff);
            border-radius: 2px;
            width: 0;
            transition: width 2s ease;
        }

        .feature-card:hover .progress-fill {
            width: 85%;
        }

        .stats-bar {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 80px;
            padding: 40px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            opacity: 0;
            animation: fadeInUp 1s ease 1s forwards;
        }

        .stat-item {
            text-align: center;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .stat-item:hover {
            transform: scale(1.1);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #103c72;
            display: block;
            transition: all 0.3s ease;
        }

        .stat-label {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.9rem;
            margin-top: 5px;
        }

        .interactive-button {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 24px;
            background: linear-gradient(45deg,  #103c72, #2bacff);
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .interactive-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .interactive-button:hover::before {
            left: 100%;
        }

        .interactive-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }

        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 40px;
            max-width: 500px;
            width: 90%;
            text-align: center;
            color: white;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .modal.show .modal-content {
            transform: scale(1);
        }

        .close-modal {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 24px;
            cursor: pointer;
            color: white;
        }
.feature-icon img{width: 70px;height: 70px;filter: hue-rotate(31deg);}
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .feature-card {
                padding: 30px 25px;
            }
            
            .stats-bar {
                flex-direction: column;
                gap: 30px;
            }

        }
        .much-more-sec{padding:50px 50px 100px}
        .cta {
    background-image: url(../images/cta-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 120px;
    padding-bottom: 71px;
}

.cta::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transform: matrix(1, -0.05, 0, 1, 0, 0);
    z-index: 9;
}

.cta::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transform: matrix(1, -0.05, 0, 1, 0, 0);
    z-index: 1
}



@media(max-width: 992px) {
    .cta .cta-phone-image {
        position:relative !important;
        top: 0
    }
}
.bg-overlay-gradiant {
    background: linear-gradient(80deg, #004d6b 0%, #34708a 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.cta .cta-phone-image {
    position: absolute;
    z-index: 9;
    top: -38%;
    overflow-x: hidden;
    display: block;
}
.footer-bottom-links p a {
    color: #ddd;
    text-decoration: none;
}
.miwlo-footer-text ul li a:hover{color: #bbdaee;}

/* elemets style */
.scroller {
  width: 400px;
  height: 100%;
  will-change: transform;
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  margin: 0 auto;
  list-style: none;
}

.tag-list li {
  padding: 10px;
  /* background: var(--clr-primary-400); */
  margin-bottom: 0;
  border-radius: 0.25rem;
  /* box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900); */
}

.tag-list li img {
  width: 100%;
  border-radius: 10px;
}

.scroller__inner {
  width: 100%;
  white-space: nowrap;
  will-change: transform;
  gap: var(--gap);
}

/* edges mask */
.scroller[data-animated="true"] {
  overflow: hidden;
  /* -webkit-mask: linear-gradient(
    0deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  ); */
  /* mask: linear-gradient(0deg, transparent, white 20%, white 80%, transparent); */
}

.scroller[data-animated="true"] .scroller__inner {
  animation: scroll var(--_animation-duration, 15s)
    var(--_animation-direction, forwards) linear infinite;
}

/* direction */
.scroller[data-direction="up"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="down"] {
  --_animation-direction: forwards;
}

/* speed */
.scroller[data-speed="fast"] {
  --_animation-duration: 10s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 120s;
}

/* animation */
@keyframes scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-50% - var(--gap) / 2));
  }
}

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
  --gap: 1rem;
}.main-container {
  display: flex;
  gap: 0;
  height: 472px;
  padding: 0 10px;
  background-color: rgba(187, 218, 238, 0.45);
border-radius: 10px;
}
section.invoices-template {
    padding: 100px 80px 0;
}
.scroll-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.scroll-wrapper {
  display: flex;
  height: 100%;
  position: sticky;
  top: 0;
  align-items: center;
}

.scroll-left {
  width: 50%;
  padding: 50px;
}

.scroll-right {
  width: 50%;
  position: relative;
}

.content {
  font-size: 32px;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
}

.content.active {
  opacity: 1;
  position: relative;
}

.image-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-slide.active {
  opacity: 1;
  z-index: 1;
}

.after-scroll {
  height: 100vh;
  background: #f1f1f1;
}


/*--------------------------------------------*/
.page-wrapper,
.page-wrapper.agentic-ai {
  background-color: #000;
}

.saas-metrics-cards-heading-new {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 30px;
}

.section_primary {
  max-width: 100%;
  /* font-family: Satoshi Variable, Arial, sans-serif; */
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.container_primary.white.vertical-padding-0 {
  padding-top: 0%;
  padding-bottom: 0%;
}

.container_primary {
  flex-flow: column;
  justify-content: center;
  /* align-items: center; */
  /* max-width: 90%; */
  height: 100%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.white {
  color: #fff;
}

.div-block-160 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  display: flex;
  position: sticky;
  top: 200px;
}

.casestudyitem_block_home-2.full-width {
  width: 100%;
}

.casestudyitem_block_home-2 {
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  /* font-family: Satoshi, Arial, sans-serif; */
}

.w-layout-blockcontainer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}









.stack_component {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.stack_card-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #161616;
  border: 0 solid #e4e4e4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 9rem;
  padding: 20px;
  display: grid;
  position: sticky;
  top: 10rem;
  overflow: hidden
}

.stack_card-copy.new {
  min-height: 500px;
  padding: 0
}

.link-block-18 {
  text-decoration: none
}

.link-block-19 {
  text-transform: none;
  white-space: normal;
  overflow-wrap: normal;
  text-decoration: none
}

.stack_card-copy.new {
  min-height: 500px;
  padding: 0;
}

.stack-card-bg {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  position: relative
}



.work-card-img.wide {
  width: 35%;
  height: auto;
  bottom: 0%;
  right: 0
}

.work-card-img.double-1 {
  width: 40%;
  height: auto;
  bottom: 0%;
  right: 0
}

.work-card-img.double-2 {
  height: 65%;
  bottom: 0%;
  right: 30%
}

.work-card-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 33px
}

.work-card-paragraph {
  color: #fff;
  font-weight: 300
}

.work-card-link {
  background-color: #00497f;
  color: #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 12px 26px;
  text-decoration: none;
  display: inline-flex
}

.work-card-detail-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}




.casestudyitem_block_home-2 {
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  /* font-family: Satoshi, Arial, sans-serif */
}

.casestudyitem_block_home-2.full-width {
  width: 100%
}

.div-block-160 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  display: flex;
  position: sticky;
  top: 200px
}

.div-block-160.full-width.margintop {
  margin-top: 60px
}

.div-block-160.full-width.margintop.nocode-details {
  margin-top: 0
}

.collection-list-wrapper-20 {
  padding-top: 30px;
  display: block
}

.stack-card-bg {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 70px;
  padding-left: 30px;
  display: flex;
  position: relative
}

.work-card-img {
  width: 500px;
  height: auto;
  position: absolute;
  bottom: -1%;
  right: 100px
}


.work-card-img.wide {
  width: 35%;
  height: auto;
  bottom: 0%;
  right: 0
}

.work-card-img.double-1 {
  width: 40%;
  height: auto;
  bottom: -12%;
  right: 0
}

.work-card-img.double-2 {
  height: 68%;
  bottom: 0%;
  right: 30%;
}



.div-block-161 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #706c6c;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0 14px;
  display: flex
}

.work-card-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 33px
}

.work-card-paragraph {
  color: var(--white);
  font-weight: 300;
  font-size: 20px;
  width: 65%;
  line-height: 23px;
}


.saas-metrics-cards-heading-new {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 30px
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid
}

.div-block-39 {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto
}

.div-block-39.hire {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex
}

.div-block-39.hire.detail {
  justify-content: center;
  align-items: flex-start
}
a.work-card-link:hover {
    color: #fff;
}
.miwlo-download-app-text img.mb-2{filter: hue-rotate(159deg);}

.form-section-c {
   position: relative;
    padding: 25px;
    border-radius: 20px 0 0px 0; 
}
.form-section-c:before 
 {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 14px;
    position: absolute;
    left: 0;
    /* -webkit-transform: rotate(6deg); */
    /* transform: rotate(6deg); */
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(3, 6, 17, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
form.form-sec {
    position: relative;
}


.question { 
    font-weight: 500;
    padding: 15px 80px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgb(176 176 176 / 6%);
    border: 1px solid rgb(0 0 0 / 11%);
    margin-top: 20px;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding:15px;
  line-height: 1.5rem;
}
 /* section.faqs-sec {
    margin-top: 141px;
} */
.answer ul {
    line-height: 30px;
}
.faq-inner 
 {
    border-radius: 10px;
    border: 1px solid #a2a2a266;
    padding: 25px;
    min-width: 50%;
    height: 100%;
    box-shadow: 0 0 0 4px #a2a2a214;
}
.circle-dot-right-3 {
    right: 44px !important;
    top: 69px !important;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.blog-card 
 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding:15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50px);
    animation: slideInUp 0.6s ease forwards;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.blog-card a {
    text-decoration: none;
}

.blog-content h6 { 
    line-height: 28px;
    margin-bottom: 10px;
} 
.post_info  {
    font-size: 15px;
    margin-bottom: 13px;
    display: block;
    color: #00497f;
}
.img-blog img {
    transition: all 0.3s 0s ease-out;
}
.img-blog:hover img {
    transform: scale(1.1);
    transition: all 0.3s 0s ease-out;
}
.img-blog {
    overflow: hidden;
    width: 100%;
    height: fit-content;
    transition: all 0.3s 0s ease-out;
}
img.img-fluid.blog-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.recent-blog 
 {
    border-top: 1px solid #00000012;
    padding-top: 18px;
}

.recent-blog {
    display: grid;
    grid-template-columns: 20% 78%;
    gap: 2%;
    align-items: center;
}
.widget.recent_posts.recent_posts-r {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
}
a:hover {
    color: #000000;
}