/*=============== Font Link =============== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*
========================
GOBAL CSS START
========================
*/

body {	
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #8082E4;
	color: #fff;	
}

:root {
    --selection-bg: #FFB9B9;
    --selection-color: #000;
    --scroll-top-bg: #FFB9B9;
    --scroll-top-color: #000;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-webkit-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--scroll-top-bg);
    text-align: center;
    font-size: 22px;
    color: var(--scroll-top-color);
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: var(--scroll-top-bg);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

/*===============
 GOBAL CSS END  
 ============== */


 /*======= Syle start hare ======= */

 .container-fluid {
    max-width: 1440px;
 }

.header-area {
    padding-top: 40px;
    position: relative;
    z-index: 2;
    padding-bottom: 150px;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.logo a {
	display: inline-block;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 922px;
    margin-inline: auto;
    text-align: center;
    margin-top: 30px;
}
.hero-content h2 {
    color: #F5F5F5;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.hero-content h2 span {
    color: #FFB9B9;
}

.app-download-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.app-interface {
    padding-top: 65px;
    text-align: center;
}

.inner-img img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    object-fit: cover;
}


.content-box-one {
    position: absolute;
    top: 241px;
    right: 40px;
}

.inner-content {
    position: relative;
}
.inner-content .content-text {
    position: absolute;
    top: 66px;
    right: 90%;
    display: inline-flex;
    transform: rotate(15deg);
    padding: 16px 20px;
    align-items: center;
    gap: 7px;
    border-radius: 9.837px 9.837px 9.837px 0px;
    border: 1px solid #8082E4;
    background: #F5F5F5;
    box-shadow: 7.378px 7.378px 14.756px 0px rgba(211, 209, 216, 0.25);
    z-index: -1;
    width: 169px;
}
.content-text p {
    overflow: hidden;
    color: rgba(42, 1, 85, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-box-two {
    position: absolute;
    top: 435px;
    left: 40px;
}

.content-box-two .inner-img img {
    width: 201px;
    height: 200px;
}
.content-box-two .content-text {
    transform: rotate(-10deg) translateX(-50%);
    left: 50%;
    right: unset;
    z-index: 2;
    top: 115px;
}
.content-box-three {
    position: absolute;
    bottom: 145px;
    right: 40px;
}

.content-box-three .content-text {
    transform: rotate(15deg) translateX(-50%);
    left: 50%;
    right: unset;
    z-index: 2;
    top: 135px;
}

.mode-wrapper p {
    max-width: 528px;
    margin-inline: auto;
}

.main-body {
    position: relative;
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
}
html, body {
  overflow-x: hidden;
}
.ractangle-one {
    width: 875px;
    height: 875px;
    display: block;
    border-radius: 875px;
    background: rgba(250, 192, 255, 0.40);
    filter: blur(200px);
    position: absolute;
    left: -324px;
    top: 0;
    z-index: -1;
}
.ractangle-two {
    width: 875px;
    height: 875px;
    display: block;
    border-radius: 875px;
    background: rgba(250, 192, 255, 0.40);
    filter: blur(200px);
    position: absolute;
    right: -524px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.ractangle-three {
    width: 875px;
    height: 875px;
    display: block;
    border-radius: 875px;
    background: rgba(250, 192, 255, 0.40);
    filter: blur(200px);
    position: absolute;
    left: -324px;
    bottom: 0;
    z-index: -1;
}

.right-one-card {
    position: absolute;
    top: 180px;
    right: 40px;
    z-index: -1;
}

.right-two-card {
    position: absolute;
   bottom: 0;
    right: 40px;
    z-index: -1;
}

.left-one-card {
    position: absolute;
    top: 160px;
    left: 40px;
    z-index: -1;
}
.left-two-card {
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: -1;
}

.app-download-btns a {
	transition: 0.3s;
}
.app-download-btns a:hover {
    box-shadow: rgba(252, 146, 238, 0.07) 0px 5px 2px, rgba(250, 148, 228, 0.07) 0px 5px 4px, rgba(252, 135, 226, 0.07) 0px 8px 8px, rgba(247, 137, 232, 0.07) 0px 16px 16px, rgba(247, 144, 224, 0.07) 0px 26px 32px, rgba(247, 128, 231, 0.07) 0px 32px 64px;
}

.footer-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
}
.footer-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}
.footer-wrapper li a {
    color: rgba(245, 245, 245, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-wrapper li a:hover {
    color: #fff;
}