:root {
    --blue: #000099;
    --light-blue: #6666FF;
    --yellow: #FFCC00;
    --orange: #FF6633;
    --text-color: #484472;
    --grey: #F5F5FD;
    --white: #FFFFFF;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    scroll-margin: 83px !important;
}

html {
    scroll-behavior: smooth !important;
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

section {
    padding: 90px 0px; 
    overflow: hidden;
}

.button {
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
	transition: 0.3s
}

.primary-heading {
    color: #ffffff;
    font-family: Poppins;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
}
.primary-heading span {
    color: #ffcc00;
}

.secondry-heading {
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.third-heading {
	color: #6666ff;
	font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.fourth-heading {
	color: #000099;
	font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.desc {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.blogtitle {
	color: #ff6633;
	font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.small-desc {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.tiny-desc {
	color: #000000;
	font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.mini-desc {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.secondry-btn {
    width: fit-content;
    gap: 40px;
    padding: 15px 30px 15px 50px;
    border-radius: 40px;
    color: var(--white);

    text-transform: uppercase;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
	transition: 0.3s
}
ul#menu-header_button a {
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s;
    background: #ff6633;
}
ul#menu-header_button {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu-header_button a:hover {
    background: #6666ff !important;
}
.card-btn .secondry-btn:hover {
    background: #ff6022 !important;
}
.know-btn a:hover {
    background: #ffca00 !important;
}
.believe-content-one .believe-btn a:hover {
    background: #ff6022 !important;
}
.believe-content-two .believe-btn a:hover {
    background: #ffcc00 !important;
}
.believe-content-three .believe-btn a:hover {
    background: #ff6022 !important;
}
.quest-btn a:hover {
    background: #66F !important;
}
.footer-btn .button:hover {
    background: #ff6633 !important;
}

/************* nav-bar-css-start  ***************/
header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.nav-link {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #232948 !important;
	
}

.nav-link.active {
    font-weight: 600;
    position: relative;
}

.nav-btn .button {
    background: var(--orange);

}

.nav-link.active:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2221%22%20viewBox%3D%220%200%2011%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M11%2010.5C11%204.70101%206.29899%200%200.5%200H0V21H0.5C6.29899%2021%2011%2016.299%2011%2010.5Z%22%20fill%3D%22%23FF6633%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    left: -10px;
	top: 15%;
}

nav.navbar {
    padding: 10px 0px; 
}

.nav-btn {
    padding-left: 60px;
    display: none;
}

button.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(images/footer-open-icon.svg);
    transition: 0.2s;
	    transform: scale(1.5);
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url(images/footer-close-icon.svg);
     transform: scale(1.5);
}
ul.navbar-nav {
    display: flex;
    align-items: center;
}
/*************** nav-bar-css-end  *************/

/* hero-section-css-start  */
.primary-heading span {
    color: #FFCA04;
}

.hero-sec {
    padding: 80px 0px;
    background: #66F;
    position: relative;
    background-image: url(images/hero-sec-bg.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: visible;
    padding-bottom: 0;
}
.hero-sec .container {
    padding-bottom: 80px;
}
.hero-right-icon {
    position: absolute;
    top: 0;
    left: -15%;
}

.hero-sec p {
    color: var(--white)
}

.down-btn {
    padding: 12px 30px;
    background: var(--white);
    border-radius: 40px;
    height: fit-content;
}

/* .android {
    padding-top: 60px;
} */
.coming-pt {
    padding-top: 20px;
}
.down-btn p {
    color: black;
    margin: 0;
    line-height: 1.2;
    font-size: .8rem;
}

.title {
    font-size: 1rem;
    font-weight: 400;
}

p.sub-title {
    font-size: 1rem;
    font-weight: 600;
}


.hero-img img {
    width: 80%;
}

.coin-img img {
    width: 50%;
}

.coin-img {
    position: absolute;
    bottom: 0;
    left: 59%;
    transform: translate(-50%, 50%);
}
.w-80 .desc {
    padding-right: 4rem;
}
/* Hero-section-css-end */

/* what-we do-css */
.what-we-do-sec {
    padding-top: 230px;
    padding-bottom: 100px;
    overflow: hidden;
}

section.what-we-do-sec .container {
    position: relative;
}

.what-right-img {
    position: absolute;
    top: 0%;
    right: -13%;
}

.what-we-do-sec-title .secondry-heading {
    color: #000099;
}

.what-we-do-sec-title .desc {
    color: #FF6633;
}



.round-circle {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
}
.card-img {
    height: 50%;
    max-height: 50%;
    overflow: hidden;
}
.semi-circle {
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}

.round-circle h4 {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.card-title-1 {
    background: #66F;
    padding: 30px 50px 70px 50px;
    color: var(--white);
}
.semi-circle-one {
    background: #6666ff;
}

.card-title-2 {
    background: #FF6022;
    padding: 80px 50px 30px 50px;
    color: var(--white);
}
.semi-circle-two {
     background: #FF6022;
}
.card-title-3 {
    background: #CACAFF;
    color: #000199;
    padding: 30px 50px 70px 50px;
}
.semi-circle-three {
      background: #CACAFF;
}

.card-btn .secondry-btn {
    color: #232948;
    background: #FFCA00;
}

.card-btn-img {
    width: 30%;
    position: relative;
    z-index: 10;
}

.card-btn {
    margin-top: -3.5rem;
    padding-left: 2rem;
}















/* know-people-sec-css-start  */
section.know-people {
    overflow: hidden;
}

.know-people-content {
    background: #000097;
    padding: 180px 250px 140px 80px;
    color: var(--white);
    background-image: url(images/know-people-bg.png);
    background-repeat: no-repeat;
}

.know-people .container {
    position: relative;
}


.know-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.know-img img {
    width: 90%;
}

.know-people-content .secondry-btn {
    background: var(--orange);
}

/* know-people-sec-css-end */

/* own-ducky-sec-css-start  */
.own-ducky {
    padding-bottom: 120px;
}

.own-ducky-content {
    background: var(--light-blue);
    padding: 140px 150px 140px 250px;
    color: var(--white);
}

.own-ducky-content .secondry-btn {
    background: var(--orange);
}
.own-img {
    position: absolute;
    bottom: -1px;
    left: -6%;
    text-align: end;
}

.own-img img {
    width: 85%;
}

.left-star {
    position: absolute;
    top: -5%;
    left: 28%;
}

.right-star {
    position: absolute;
    bottom: 25%;
    right: -2%;
}

.right-coin {
    position: absolute;
    bottom: -10%;
    right: -4%;
}

/* own-ducky-sec-css-end */
/* parent-sec-css */
.parent-sec {
    background: #F5F5FD;
    border-radius: 374px 0 0 374px;
    margin-left: 40px;
    margin-top: 120px;
    overflow: hidden;
}
.parent-margin {
    margin-left: -40px;
}
.parent-circle {
    border-radius: 50%;
    overflow: hidden;
    padding: 0 2rem;
    height: 90%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parent-content .secondry-heading {
    color: #000098;
}

.parent-title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
}

.parent-desc {
    color: #040A2E;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.parent-one {
    background: #F3F3FB;
    border: 14px solid #000097;
}

.parent-one .parent-title {
    color: #000097;
}

.parent-two {
    border: 14px solid #FF6633;
    background: #FFC1AE;
}

.parent-two .parent-title {
    color: #F63;
}

.parent-three {
    border: 14px solid #6666FF;
    background: #DFDFF7;
}

.parent-three .parent-title {
    color: #66F;
}

.bottom-title h5 {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
    color: var(--white);
}

.bottom-title h5 span {
	
    text-transform: uppercase;
    color: #FCC509;
}

.bottom-title {
    border-radius: 170px;
    background: #6666ff;
    padding: 30px 100px;
    position: relative;
}

.bottom-title:before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2261%22%20height%3D%2246%22%20viewBox%3D%220%200%2061%2046%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M60.5%2035.5L0.5%200L23%2045.5L60.5%2035.5Z%22%20fill%3D%22%236666FF%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    top: 8%;
    right: -3%;
    height: 50px;
    width: 60px;
    z-index: 113;
}
.bottom-title::after {
    position: absolute;
    content: "";
    background-image: url(images/parent-right-img.svg);
    background-repeat: no-repeat;
    top: -152%;
    right: -31%;
    height: 200px;
    width: 100px;
    z-index: 1;
}
.bottom-parent-img {
    margin-left: 15px;
}

/* parent-sec-css end*/


/* gift-sec-css */

.gift-sec {
    background: #F5F5FD;
    border-radius: 0 374px 374px 0px;
    margin-right: 40px;
    margin-top: 120px;
    overflow: hidden;
}
.gift-margin {
    margin-right: -40px;
}

.gift-content {
    padding: 40px;
    border-radius: 0px 114px 114px 0px;
    background: #0D2899;
    color: #fff;

    position: relative;
}

.gift-desc {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.gift-three {
    position: absolute;
    top: 26%;
    width: 20%;
    right: 8%;
}

.gift-title.parent-title {
    margin-top: -2rem;
}

.bottom-title {
    border-radius: 170px;
    background: #6666ff;
    padding: 30px 20px;
    position: relative;
}

.gift-sec .bottom-title::after {
    display: none;
}
.gift-bottom-img {
    position: absolute;
    top: -25%;
	margin-left: 15px;
}
.gift-bottom-img img{
	margin-left: -40px;
}
.for-mobile {
    display: none;
}

section.gift-sec .container {
    max-width: 1250px;
}

/* gift-sec-css-end */

/* believe-sec-css */
.believe {
    overflow: hidden;
    padding-bottom: 0;
}

section.believe .row.align-items-center {
    padding-bottom: 120px;
}

.believe {
    overflow: hidden;
}

.believe-content-one h2 {
    color: #E49A07;
}

.believe-content-one .believe-btn a {
    background: #FFCC00;
}



.believe-one-img {
    position: absolute;
    bottom: -5%;
    z-index: -1;
    left: 0;
    transform: translate(5%, 0);
}

.believe-one-left-star {
    position: absolute;
    top: 21%;
    left: -3%;
}

.believe-one-coin {
    position: absolute;
    bottom: 17%;
    left: 0;
    z-index: -1;
}

.believe-one-right-star {
    position: absolute;
    top: 11%;
    right: 0;
}

.believe-content-two h2 {
    color: #FF6022;
}

.believe-content-two .believe-btn a {
    background: #FF6022;
}

.believe-left-gift {
    position: absolute;
    top: 25%;
    z-index: -1;
}

.believe-left-gift img {
    width: 80%;
}

.believe-left-heart {
    position: absolute;
    left: 0;
    bottom: 8%;
}

.believe-right-gift img {
    width: 40%;
    transform: rotate(45deg);
}

.believe-right-gift {
    position: absolute;
    bottom: 25%;
    right: 0;
}

.believe-right-heart {
    position: absolute;
    top: 25%;
    right: 6%;
}

.believe-right-heart img {
    width: 50%;
}

.believe-left-gift img {
    width: 70%;
}

.believe-left-gift img {
    width: 70%;
}

.believe-content-three h2 {
    color: #66F;
}

.believe-content-three .believe-btn a {
    background: #66F;
}

.believe-three-right-img img {
    width: 90%;
}

.believe-three-right-img {
    position: absolute;
    top: 23%;
    right: -11%;
}

.believe-three-left-img {
    position: absolute;
    bottom: 24%;
    left: 3%;
    z-index: -1;
}

.believe-three-left-img img {
    width: 80%;
}

.believe-three-right-img {
    position: absolute;
    top: 13%;
    right: -2%;
    z-index: -1;
}

.believe-three-hat-img {
    position: absolute;
    top: -11%;
    right: 13%;
}

/* believe-sec-css-end*/

/* FAQ-sec-css */
.faq-sec {
    padding-top: 100px;
}

.contact p a {
    color: #233DFF;
}
.contact p a:hover{
	color:#000099;
}
section.faq-sec .secondry-heading {
    color: #000099;
    margin-left: -2rem;
}

button.accordion-button {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.faq-desc p{
    color: #000;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding-right: 30px;
    padding-left: 60px;
}

button.accordion-button {
    color: #000 !important;
}
.accordion-button:focus {
    background: #f4f6fc !important;
}
.accordion-button:hover {
    z-index: 2;
    background: #f4f6fc !important;
}
.accordion-button::after {
    content: "";
    position: absolute;
    left: 3%;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1816 0C5.90228 0 0 5.90228 0 13.1816C0 20.4609 5.90228 26.3631 13.1816 26.3631C20.4609 26.3631 26.3631 20.4609 26.3631 13.1816C26.3631 5.90228 20.4609 0 13.1816 0ZM18.8308 13.8877C18.8308 14.0172 18.7249 14.1231 18.5954 14.1231H14.1231V18.5954C14.1231 18.7249 14.0172 18.8308 13.8877 18.8308H12.4754C12.346 18.8308 12.24 18.7249 12.24 18.5954V14.1231H7.76771C7.63825 14.1231 7.53233 14.0172 7.53233 13.8877V12.4754C7.53233 12.346 7.63825 12.24 7.76771 12.24H12.24V7.76771C12.24 7.63825 12.346 7.53233 12.4754 7.53233H13.8877C14.0172 7.53233 14.1231 7.63825 14.1231 7.76771V12.24H18.5954C18.7249 12.24 18.8308 12.346 18.8308 12.4754V13.8877Z' fill='%23FFC32E'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1816 0C5.90228 0 0 5.90228 0 13.1816C0 20.4609 5.90228 26.3631 13.1816 26.3631C20.4609 26.3631 26.3631 20.4609 26.3631 13.1816C26.3631 5.90228 20.4609 0 13.1816 0ZM18.8308 13.8877C18.8308 14.0172 18.7249 14.1231 18.5954 14.1231H7.76771C7.63825 14.1231 7.53233 14.0172 7.53233 13.8877V12.4754C7.53233 12.346 7.63825 12.24 7.76771 12.24H18.5954C18.7249 12.24 18.8308 12.346 18.8308 12.4754V13.8877Z' fill='%236666FF'/%3E%3C/svg%3E") !important;

}

.accordion-item {
	background-color:transparent;
    border-radius: 45px;
    border: none;
    margin-bottom: 20px;
}

.accordion-body {
    background: #dfdff7;
    border-radius: 0 0 45px 45px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

button.accordion-button.collapsed {
    border-radius: 45px;
    background: #F4F6FC;

    padding: 30px 80px;
}

.accordion-button:not(.collapsed) {
    background: #DFDFF7 !important;
    border-radius: 45px 45px 0 0;

    padding: 30px 80px;
    padding-bottom: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    box-shadow: unset;
}

/* FAQ-sec-css-end */

/* question-sec-css */
.questionion-sec {
    background: #F5F5FD;
    border-radius: 374px 0 0 374px;
    margin-left: 40px;
    overflow: hidden;
}

.quest-title h2 {
    color: #000099;
}

.quest-btn a {

    background: #FF6022;
}

/* question-sec-css-end */

/* blog-sec-css-start */
.blog-text h2 {
    color: #000099;
}

.blog-title {
    margin-bottom: 60px;
}

.first-slide {
    overflow: hidden;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}

.first-slide .slide-content {
    height: 310px;
}

.first-slide .slide-img {
    height: 310px;
}

.first-slide .slide-content {
    background: #F7E196;
    padding: 10px 20px;
}

.slider {
    margin-left: 30px;
}

.profile-img img {
    max-width: 20%;
    border: 1px solid #000;
    border-radius: 50%;
}

.slide-title {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
}

.profile-name h5 {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.profile-desc {
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}

.second-slide {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
    height: 310px;
}
.slide-img.w-100 {
    height: 50%;
}
.second-slide .slide-content {
    padding: 15px 30px;
    background: #6666FF;
    color: #fff;
    height: 50%;
}
.third-slide{
	height: 310px;
}
.second-slide .profile-img img {
    border: 1px solid #fff;
    border-radius: 50%;
    max-width: 100%;
}

.second-slide .slide-profile {
    width: 60%;
    margin: auto;
}

.third-slide .slide-content {
     padding: 15px 30px;
    background: #FF6633;
    color: #fff;
}

.third-slide .profile-img img {
    border: 1px solid #fff;
    border-radius: 50%;
    max-width: 100%;
}

.third-slide .slide-profile {
    width: 60%;
    margin: auto;
}

.third-slide {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
   
    aspect-ratio: 1;
	height:310px
}

/* .owl-carousel .owl-nav.disabled {
    display: block !important;
} */

button.owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='42' viewBox='0 0 74 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M73.3096 42H21.0005C9.4025 42 0.000480652 32.598 0.000480652 21C0.000480652 9.40202 9.4025 0 21.0005 0H73.3096V42Z' fill='%236666FF'/%3E%3Cpath d='M43.3945 28.9298C43.2332 29.2418 43.0719 29.3783 42.7054 29.5148C42.3681 29.6383 42.0602 29.6383 41.7156 29.5148C41.3417 29.3718 33.1668 22.1438 32.9689 21.7798C32.7929 21.4483 32.7929 21.1363 32.9689 20.8048C33.1668 20.4408 41.3417 13.2127 41.7156 13.0697C42.0602 12.9462 42.3681 12.9462 42.7054 13.0697C43.0719 13.2062 43.2332 13.3427 43.3945 13.6547C43.5632 13.9732 43.5705 14.2657 43.4239 14.5842C43.3432 14.7467 42.1701 15.8388 39.6627 18.0618L36.0189 21.2923L39.6627 24.5293C42.1701 26.7458 43.3432 27.8378 43.4239 28.0003C43.5705 28.3188 43.5632 28.6113 43.3945 28.9298Z' fill='white'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    height: 47px;
    width: 80px;
    position: absolute;
    top: 40%;
    left: -5%;
}

button.owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='42' viewBox='0 0 74 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H52.3091C63.9071 0 73.3091 9.40202 73.3091 21C73.3091 32.598 63.9071 42 52.3091 42H0V0Z' fill='%236666FF'/%3E%3Cpath d='M29.915 28.9298C30.0763 29.2418 30.2376 29.3783 30.6042 29.5148C30.9415 29.6383 31.2494 29.6383 31.594 29.5148C31.9679 29.3718 40.1427 22.1438 40.3407 21.7798C40.5166 21.4483 40.5166 21.1363 40.3407 20.8048C40.1427 20.4408 31.9679 13.2127 31.594 13.0697C31.2494 12.9462 30.9415 12.9462 30.6042 13.0697C30.2376 13.2062 30.0763 13.3427 29.915 13.6547C29.7464 13.9732 29.7391 14.2657 29.8857 14.5842C29.9664 14.7467 31.1394 15.8388 33.6469 18.0618L37.2907 21.2923L33.6469 24.5293C31.1394 26.7458 29.9664 27.8378 29.8857 28.0003C29.7391 28.3188 29.7464 28.6113 29.915 28.9298Z' fill='white'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    height: 47px;
    width: 80px;
    position: absolute;
    top: 40%;
    right: -10%;
}

/* blog-sec-css-end */

/* download-sec-css */
.download-sec {
    background-image: url(images/download-sec-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
    background-position: bottom;
    position: relative;
    overflow: unset;
}

.download-right-bg {
    position: absolute;
    bottom: -15%;
    right: 0;
    z-index: 9;
    text-align: end;
}
.download-right-bg img {
    width: 60%;
}

.download-title {
    background: #6666FF;
    padding: 20px;
    border-radius: 100px;
    margin-bottom: 3rem;
    position: relative;
}

.download-title:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='35' viewBox='0 0 100 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0498047 34.8317L10.9758 0.792969H99.2243L0.0498047 34.8317Z' fill='%236666FF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -32%;
    left: 23%;
    width: 50%;
    height: 40px;
}

.download-title h3 {
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.down-desc {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.download-sec .down-btn {
    background: #000000;

    padding: 10px 18px;
    border-radius: 40px;
}

.download-sec .down-btn .title {
    font-size: .8rem;
    color: var(--white);
}

.download-sec .down-btn .sub-title {
    font-size: .9rem;
    color: var(--white);
}

/* download-sec-css-end */

/* footer-sec-css */

footer {
    background: #6666FF;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}

.left-bg {
    position: absolute;
    top: -44%;
    left: -14%;
}

.footer-title {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 14px;
}

ul.footer-link {
    list-style: none;
    padding: 0;
}

.footer-link li a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 12px;
    opacity: 0.5;
    transition: 0.2s;
}

.footer-link li a:hover {
    opacity: 1;
}

.news-title h6 {
    color: #FFF;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.news-desc {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.news-img img {
    max-width: 140px;
}

.news-title {
    margin-left: -16px;
    margin-top: 20px;
}

.email {
    margin-top: -10px;
}

input.email-control {
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
}

.footer-btn .button {
    background: #FFCA00;
    color: black;
    padding: 12px 40px;
}

.footer-btn {
    margin-top: 40px;
}

.container-fluid {
    background: #000097;
    padding: 26px;
    margin-top: 100px;
}

.foot-link a {
    padding: 0px 20px;
    color: #FFF;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
@media screen and (min-width: 2000px){
	.coin-img img {
    width: 40%;
}
	.coin-img {
    position: absolute;
    bottom: 0;
    left: 61%;
    transform: translate(-50%, 50%);
}
	
}


@media screen and (min-width: 1599px) {
   .parent-circle {
    border-radius: 50%;
    overflow: hidden;
    padding: 0 2rem;
}
.hero-sec {
    background-size: contain;
}
	.know-img img {
    width: 100%;
}
	.download-right-bg img {
    width: 90%;
}
	.download-right-bg {
    position: absolute;
    bottom: -26%;
    right: 0;
    z-index: 9;
    text-align: end;
}
.own-img {
    position: absolute;
    bottom: -1px;
    left: -7%;
    text-align: end;
}
	.own-img img {
    width: 85%;
}
	.footer-link li a {
    line-height: 2;
}
	.questionion-sec {
    background: #F5F5FD;
    border-radius: 374px 0 0 374px;
    margin-left: 100px;
    overflow: hidden;
}
	.parent-sec {
    background: #F5F5FD;
    border-radius: 374px 0 0 374px;
    margin-left: 100px;
    margin-top: 120px;
    overflow: hidden;
}
	.parent-margin {
    margin-left: -100px;
}
	.gift-sec {
    background: #F5F5FD;
    border-radius: 0 374px 374px 0px;
    margin-right: 100px;
    margin-top: 120px;
    overflow: hidden;
}
	.gift-margin {
    margin-right: -100px;
}
	.second-slide {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
    height: 310px;
}
.hero-girl {
    position: absolute;
    bottom: 0%;
    right: -5%;
    z-index: 0;
}


}

@media screen and (max-width: 1799px){
	.hero-girl img {
    width: 85%;
}
}

@media screen and (max-width: 1599px) {
    html {
        font-size: 92.5%;
    }

    body {
        font-size: 1.6rem;
    }
	.left-star svg {
    width: 100px;
    height: 170px;
}
		.download-right-bg svg {
    width: 149px;
    height: 400px;
}
.hero-girl {
    position: absolute;
    bottom: 0;
    right: -0%;
    z-index: 0;
}
	.hero-girl img {
    width: 80%;
}
}

@media (max-width: 1399px) {
    html {
        font-size: 82.5%;
    }

    body {
        font-size: 1.6rem;
    }

    section {
        padding: 80px 0px;
    }

    /* hero-sec */

 .hero-sec {
    padding: 60px 0px;
    padding-bottom: 0;
}
.hero-sec .container {
    padding-bottom: 60px;
    overflow: hidden;
}
	
/*     .android {
        padding-top: 30px;
    } */
.coming-pt {
    padding-top: 20px;
}
    .down-btn {
        padding: 12px 30px;
    }

  

    .android svg {
        height: 32px;
        width: 32px;
    }
.hero-girl img {
    width: 68%;
}
	.hero-girl {
    position: absolute;
    bottom: 0;
    right: -8%;
    z-index: 0;
}
    /* what-we-do-sec */
    .what-we-do-sec {
        padding-top: 160px;


    }

    .card-btn {
        margin-top: -3rem;
    }
	.card-title-1 {
    padding: 30px 50px 70px 50px;
}
	.card-title-2 {
    padding: 70px 50px 30px 50px;
}
	.card-title-3 {
    padding: 30px 50px 70px 50px;
}

    /* know-people-sec */
    .know-people-content {
        padding: 100px 196px 100px 80px;
        background-size: contain;
    }

    .know-img img {
    width: 75%;
}

    .know-img {
    top: 50%;
    right: -7%;
    transform: translate(7%, -50%);
}

   .own-ducky-content {
    padding: 100px 140px 100px 210px;
}

   .own-img img {
    width: 65%;
}
	.own-img {
    position: absolute;
    bottom: -1px;
    left: -9%;
}

    .own-img {

        text-align: center;
    }

  .left-star svg {
    width: 100px;
    height: 150px;
}

    .right-star svg {
        width: 90px;
        height: 140px;
    }

    .right-coin svg {
        width: 200px;
        height: 200px;
    }

    .own-ducky-content h2 {
        margin-bottom: 1.5rem !important;
    }

    .own-ducky-content .know-btn {
        padding-top: 2rem !important;
    }
.know-btn {
    position: relative;
    z-index: 999;
}
    /* parents-sec */
    .parent-sec {
        margin-left: 40px;
        margin-top: 80px;
        padding: 70px 0px;
    }

    .parent-content h2 {
        padding-bottom: 2rem !important;
    }

    .parent-circle {
        padding: 0rem 3rem;
    }
	.bottom-parent-img {
    margin-left: 15px;
}
	.bottom-title::after {
    top: -159%;
    right: -33%;
}

    /* gift-sec */
    .gift-sec {
        margin-right: 40px;

        padding: 70px 0px;
    }

    .parent-gift {
        padding: 0 50px;
    }

    .gift-bottom-img img {
        width: 80%;
    }

   .gift-bottom-img {
    top: -25%;
	margin-left: 0px;
}
    /* believe-sec */
	.believe-one-img {
    
    transform: translate(0%, 0);
}
    .believe-one-left-star svg {
        height: 160px;
    }

    .believe-one-right-star svg {
        height: 120px;
    }

    .believe-one-right-star {
        right: 6%;
    }

    .believe-one-coin svg {
        height: 160px;
        width: 160px;
    }

    .believe-one-coin {
        left: 6%;
    }

    .believe-left-gift img {
        width: 60%;
    }

    .believe-three-hat-img svg {
        width: 100px;
        height: 100px;
    }

    .believe-three-left-img img {
        width: 70%;
    }

    .believe-three-left-img {
        bottom: 28%;
    }

   .believe-three-left-img {
    bottom: 31%;
    left: 1%;
}
	.believe-three-left-img svg {
    height: 280px;
}

    .believe-three-right-img img {
        width: 65%;
    }

    .believe-three-right-img {
    top: 11%;
    right: -3%;
}
	.believe-three-right-img svg {
    height: 300px;
}

    /* question-sec */
    .questionion-sec {
        margin-left: 50px;
    }
#question .container {
    padding-left: 40px;
}
    /* blog-sec */
    .first-slide .slide-content {
        height: 260px;
    }

    .first-slide .slide-img {
        height: 260px;
    }

    .second-slide .slide-content {
        padding: 20px 35px;
    }
	.second-slide {
		height:270px;
	}

    .second-slide .slide-content {
        padding: 20px 35px;
        background: #6666FF;
        color: #fff;
		
    }
	.third-slide {
		height:270px;
	}
.third-slide .slide-content {
    padding: 25px 30px;
    background: #FF6633;
    color: #fff;
}
    /* download-sec */
    .download-right-bg img {
        width: 50%;
    }

   .download-right-bg {
    position: absolute;
    bottom: -16%;
    right: 0;
}
	.download-right-bg svg {
    width: 110px;
    height: 360px;
}

    /* footer-sec */
    footer {
        padding-top: 120px;
    }

    .container-fluid {
        margin-top: 80px;
        padding: 20px;
    }

}


@media (max-width: 1199px) {
    html {
        font-size: 72.5%;
    }

    body {
        font-size: 1.6rem;
    }

    section {
        padding: 60px 0px;
    }

    .secondry-btn {
        gap: 20px;
        padding: 15px 30px 15px 30px;

    }

    /* hero-sec */
    .nav-link {
        font-size: 1.2rem;
    }

   .hero-sec {
    padding: 60px 0px;
    padding-bottom: 0;
}
	.hero-sec .container {
    padding-bottom: 60px;
}
.nav-link.active:before {
    left: -10px;
    top: 15%;
}
/*     .android {
        padding-top: 20px;
    } */
.coming-pt {
    padding-top: 20px;
}
    .down-btn {
        padding: 12px 20px;
    }

   

    .android svg {
        height: 24px;
        width: 24px;
    }

    .coin-img img {
        width: 40%;
    }
	.hero-girl img {
    width: 55%;
}
	.hero-girl {
    position: absolute;
    bottom: -3%;
    right: -19%;
    z-index: 0;
}

    /* what-we-do-sec */

    .what-we-do-sec {
        padding-top: 120px;
        padding-bottom: 80px;

    }

    .card-title-1 {
        padding: 30px 45px 50px 41px;
    }

    .card-title-2 {
    padding: 50px 30px 30px 50px;
}

    .card-title-3 {
        padding: 30px 40px 50px 40px;
    }

    .card-btn {
        margin-top: -2.5rem;
    }

    .what-right-img svg {
        width: 120px;
        height: 120px;
    }

    /* know-people-sec */
    .know-people-content {
        padding: 80px 160px 80px 60px;
    }

    .know-img {
        right: -10%;
        transform: translate(10%, -50%);
    }

   .own-ducky-content {
    padding: 80px 120px 80px 160px;
}

    .know-img {
        top: 50%;
        right: -10%;
        transform: translate(10%, -50%);
    }

    .own-img img {
        width: 55%;
    }

   .own-img {
    left: -16%;
}

    .own-ducky {
        padding-bottom: 80px;
    }

    .left-star svg {
        width: 80px;
        height: 120px;
    }

    .left-star svg {
        width: 80px;
        height: 120px;
    }

    .right-coin svg {
        width: 160px;
        height: 160px;
    }

    /* parents-sec */
    .parent-circle {
        padding: 0rem 2.5rem;
    }

    .parent-sec {
        padding: 60px 0px;
    }

   .bottom-title {
    padding: 20px 80px;
}

    .bottom-parent-img img {
        width: 60%;
    }

  .bottom-title::after {
    background-size: 80%;
    top: -151%;
    right: -26%;
    width: 60px;
}

    .bottom-title:before {
    right: -4%;
    top: 6%;
}

    /* gift-sec */
    .gift-content {
        padding: 20px;
    }

    .gift-bottom-img img {
        width: 70%;
    }

    /* believe-sec */
    section.believe .row.align-items-center {
        padding-bottom: 120px;
    }

    .believe-one-left-star svg {
        height: 140px;
    }

    .believe-one-coin svg {
        height: 140px;
        width: 140px;
    }

    .believe-one-right-star svg {
        height: 100px;
    }

    .believe-right-heart img {
        width: 40%;
    }

    .believe-right-gift img {
        width: 30%;
    }

    .believe-left-heart img {
        width: 70%;
    }

    .believe-left-gift img {
        width: 50%;
    }

    .believe-one-img {
    transform: translate(0%, 0);
    bottom: -10%;
}

    .believe-three-right-img img {
        width: 50%;
    }

    .believe-three-left-img img {
        width: 60%;
    }
.believe-three-right-img {
    top: 15%;
    right: -3%;
}
	.believe-three-right-img svg {
    height: 250px;
}
   .believe-three-left-img {
    bottom: 28%;
    left: -3%;
}

    .believe-three-hat-img svg {
        width: 80px;
        height: 80px;
    }

    .believe-three-hat-img {
        position: absolute;
        top: -9%;
        right: 16%;
    }

    /* faq-sec */
    button.accordion-button {
        font-size: 1.6rem;
    }

    .accordion-button:not(.collapsed) {
        padding: 20px 60px;
        padding-bottom: 0px;
    }

    .faq-desc p{
        padding-right: 40px;
        padding-left: 50px;
    }

    button.accordion-button.collapsed {
        padding: 20px 60px;
    }

    /* blog-sec */
    .slider {
        margin-left: 20px;
    }

    .first-slide .slide-content {
        height: 220px;
    }

    .first-slide .slide-img {
        height: 220px;
    }

    .second-slide .slide-content {
        padding: 15px 30px;
    }
.second-slide {
    height: 230px;
}
    .third-slide .slide-content {
        padding: 15px 30px;
    }
	.third-slide{
		height:230px;
	}
    button.owl-next {
        right: -12%;
    }

    button.owl-prev {
        left: -9%;
    }

    .download-title {
        padding: 14px;
        margin-bottom: 2rem;
    }


}

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    body {
        font-size: 1.6rem;
    }

    section {
        padding: 40px 0px;
    }

    .secondry-btn {
        gap: 16px;
        padding: 10px 20px 10px 20px;
        align-items: center !important;
    }

    .secondry-btn .navbar-brand img {
        width: 70%;
    }

    nav.navbar {
        padding: 15px 0px;
    }

   .nav-btn {
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
}
	ul.navbar-nav {
    align-items: center;
}
	.nav-link.active:before {
   
    left: -16px;
    top: 0;
}

    /* hero-sec */
    .hero-sec {
    padding: 60px 0px;
    padding-bottom: 0;
}

/*     .android {
        padding-top: 10px;
    } */
.coming-pt {
    padding-top: 10px;
}
    .android svg {
        height: 20px;
        width: 20px;
    }

  
    .down-btn {
        padding: 8px 16px;
    }

    .hero-right-icon svg {
        height: 100px;
        width: 100px;
    }
.hero-girl img {
    width: 40%;
}
	.hero-girl {
    position: absolute;
    bottom: 0%;
    right: -39%;
    z-index: 0;
}

    /* what-we-do-sec */
    .what-right-img svg {
        width: 90px;
        height: 90px;
    }

    .what-we-do-sec {
        padding-top: 80px;
        padding-bottom: 60px;

    }

    .what-right-img svg {
        width: 120px;
        height: 120px;
    }

    .card-title-1 {
        padding: 20px 25px 40px 25px;
    }

    .card-title-2 {
        padding: 40px 25px 20px 25px;
    }

    .card-title-3 {
        padding: 20px 25px 40px 25px;
    }

    /* know-people-sec */
   .know-img {
    top: 50%;
    right: -22%;
    transform: translate(22%, -50%);
}

    .know-img img {
        width: 50%;
    }

    .know-people-content {
        padding: 60px 120px 60px 60px;
    }

 .own-ducky-content {
    padding: 60px 120px 60px 150px;
}

    .own-img img {
        width: 45%;
    }

    .own-img {
    left: -26%;
}

    .left-star svg {
        width: 60px;
        height: 90px;
    }

    .left-star svg {
        width: 60px;
        height: 90px;
    }

    .right-star {
        bottom: 35%;
        right: -3%;
    }

    .right-coin svg {
        width: 130px;
        height: 130px;
    }

    /* parents-sec */
    .parent-sec {
        padding: 40px 0px;
    }
.parent-margin {
    margin-left: -20px;
}


    .parent-one {
        border: 10px solid #000097;
    }

    .parent-two {
        border: 10px solid #FF6633;
    }

    .parent-three {
        border: 10px solid #6666FF;
        background: #DFDFF7;
    }

    .bottom-title {
        padding: 16px 40px;
    }

    .bottom-title::after {
        background-size: 55%;
        top: -129%;
        right: -28%;
    }

    .bottom-title:before {
        right: -6%;
        background-size: 70%;
        top: 7%;
    }

    .gift-sec {
        margin-right: 40px;
        padding: 40px 0px;
		margin-top:80px;
    }
	.gift-margin {
    margin-right: -20px;
}

    .gift-content {
        padding: 16px;
    }

    .gift-bottom-img img {
    width: auto;
}
	.gift-bottom-img {
            top: -60px;
        margin-right: 20px;
}

    .gift-content {
        padding: 16px;
    }
	.bottom-parent-img {
    margin-left: 0;
}
    /* believe-sec */
  .believe-one-img svg {
    height: fit-content;
    width: 100%;
}
	section.believe .row.align-items-center {
    padding-bottom: 80px;
}
	.believe-one-img {
    transform: translate(0%, 0);
    bottom: -5%;
}

    .believe-one-left-star svg {
        height: 100px;
    }

    .believe-one-coin svg {
        height: 110px;
        width: 110px;
    }

    .believe-one-right-star svg {
        height: 80px;
    }

    .believe-one-right-star svg {
        height: 80px;
    }

    .believe-right-heart {
        position: absolute;
        top: 25%;
        right: 0%;
    }

    .believe-right-gift img {
        width: 20%;
    }

    .believe-right-gift {
        position: absolute;
        bottom: 36%;
        right: -11%;
    }

    .believe-left-heart img {
        width: 55%;
    }

    .believe-left-heart img {
        width: 55%;
    }

    .believe-left-heart {
        position: absolute;
        left: -7%;
        bottom: 10%;
    }

    .believe-left-gift img {
        width: 30%;
    }

    .believe-left-gift {
        position: absolute;
        top: 25%;
        left: -17%;
        z-index: -1;
    }

    .believe-three-left-img img {
        width: 45%;
    }

   .believe-three-left-img {
    bottom: 25%;
    left: -4%;
}
	.believe-three-left-img svg {
    height: 200px;
    width: 140px;
}

    .believe-three-right-img img {
        width: 40%;
    }

    .believe-three-right-img {
    top: 20%;
    right: -6%;
}
	.believe-three-right-img svg {
    height: 200px;
    width: 130px;
}

    .believe-three-hat-img svg {
        width: 60px;
        height: 60px;
    }
	.believe-img img {
    width: 80%;
}

    /* faq-sec */
    .accordion-button:not(.collapsed) {
        padding: 16px 40px;
    }

    button.accordion-button.collapsed {
        padding: 16px 40px;
    }

    .accordion-button:not(.collapsed) {
        padding: 20px 40px;
        padding-bottom: 0px;
    }

    .faq-desc p {
        padding-right: 20px;
        padding-left: 30px;
    }

    /* question-sec */
   .questionion-sec {
    margin-left: 40px;
    padding-right: 40px;
}

    /* blog-sec */
    .title-img img {
        width: 12%;
    }

    .blog-title {
        margin-bottom: 30px;
    }
.first-slide {
    height: 100%;
    aspect-ratio: 1;
}

    .first-slide .slide-content {
        height: 172px;
    }

    .first-slide .slide-img {
        height: 172px;
    }

    .first-slide .slide-content {
        background: #F7E196;
        padding: 10px 10px;
    }

    .second-slide .slide-content {
        padding: 10px 10px;
    }
.second-slide {
    height: 172px;
}
	.third-slide{
		height: 172px;
	}
 .third-slide .slide-content {
    padding: 10px 10px;
    height: 50%;
}
.third-slide {
    height: 100%;
    aspect-ratio: 1;
}
    button.owl-next {
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='40' viewBox='0 0 74 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H52.3091C63.9071 0 73.3091 9.40202 73.3091 21C73.3091 32.598 63.9071 42 52.3091 42H0V0Z' fill='%236666FF'/%3E%3Cpath d='M29.915 28.9298C30.0763 29.2418 30.2376 29.3783 30.6042 29.5148C30.9415 29.6383 31.2494 29.6383 31.594 29.5148C31.9679 29.3718 40.1427 22.1438 40.3407 21.7798C40.5166 21.4483 40.5166 21.1363 40.3407 20.8048C40.1427 20.4408 31.9679 13.2127 31.594 13.0697C31.2494 12.9462 30.9415 12.9462 30.6042 13.0697C30.2376 13.2062 30.0763 13.3427 29.915 13.6547C29.7464 13.9732 29.7391 14.2657 29.8857 14.5842C29.9664 14.7467 31.1394 15.8388 33.6469 18.0618L37.2907 21.2923L33.6469 24.5293C31.1394 26.7458 29.9664 27.8378 29.8857 28.0003C29.7391 28.3188 29.7464 28.6113 29.915 28.9298Z' fill='white'/%3E%3C/svg%3E") !important;
        right: -15%;
    }

    button.owl-prev {
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='40' viewBox='0 0 74 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M73.3096 42H21.0005C9.4025 42 0.000480652 32.598 0.000480652 21C0.000480652 9.40202 9.4025 0 21.0005 0H73.3096V42Z' fill='%236666FF'/%3E%3Cpath d='M43.3945 28.9298C43.2332 29.2418 43.0719 29.3783 42.7054 29.5148C42.3681 29.6383 42.0602 29.6383 41.7156 29.5148C41.3417 29.3718 33.1668 22.1438 32.9689 21.7798C32.7929 21.4483 32.7929 21.1363 32.9689 20.8048C33.1668 20.4408 41.3417 13.2127 41.7156 13.0697C42.0602 12.9462 42.3681 12.9462 42.7054 13.0697C43.0719 13.2062 43.2332 13.3427 43.3945 13.6547C43.5632 13.9732 43.5705 14.2657 43.4239 14.5842C43.3432 14.7467 42.1701 15.8388 39.6627 18.0618L36.0189 21.2923L39.6627 24.5293C42.1701 26.7458 43.3432 27.8378 43.4239 28.0003C43.5705 28.3188 43.5632 28.6113 43.3945 28.9298Z' fill='white'/%3E%3C/svg%3E") !important;

        left: -7%;
    }

    /* download-sec */
    .download-sec .down-btn {
        padding: 8px 10px;
    }

    .download-right-bg img {
        width: 35%;
    }

   .download-right-bg {
    right: 0;
    bottom: -10%;
}

    /* footer-sec */
    footer {
        padding-top: 80px;
    }

    .left-bg svg {
        height: 160px;
        width: 100px;
    }

    .container-fluid {
        margin-top: 60px;
        padding: 20px;
    }

    .social-icon svg {
        width: 26px;
        height: 26px;
    }
	.download-right-bg svg {
    width: 80px;
    height: 280px;
}
}
@media (max-width: 800px){
.gift-bottom-img img {
    width: 20%;
}
	.gift-bottom-img {
        top: -25px;
        right: 0;
}
		.w-80 {
    padding-right: 10rem;
}
	.gift-bottom-img {
    top: -108%;
    right: -7%;
    margin-left: 0;
}

}


@media (max-width: 768px){
	html {
    font-size: 40%;
}
	.own-img img {
    width: 35%;
}
	
}
@media (max-width: 765px){
	.hero-girl img {
    width: 33%;
}
	.hero-girl {
    right: -65%;
}
	.parent-sec {
    margin-left: 0;
    margin-top: 60px;
}
	.parent-sec {
    border-radius: 0;
}
	.gift-sec {
    margin-right: 0;
    margin-top: 60px;
}
	.gift-sec {
    border-radius: 0;
}
}

@media (max-width: 576px) {

    html {
        font-size: 100%;
    }

    body {
        font-size: 1.6rem;
    }

    section {
        padding: 45px 0px;
    }

    .primary-heading {
        font-size: 2.2rem;
    }

    .secondry-heading {
        font-size: 1.75rem;
    }

    .desc {
        font-size: 1rem;
    }

    .small-desc {
        font-size: .9rem;
    }

    .button {
        font-size: 0.9rem;
    }

    .secondry-btn {
        gap: 20px;
        padding: 10px 20px 10px 40px;
        align-items: center !important;
        font-size: 0.9rem;
    }

    /* header */
    .nav-link {
        font-size: 1rem;
    }

   .navbar-brand {
    width: 50%;
}
	.navbar-toggler {
    width: 20%;
}
	.nav-link.active:before {
    left: -16px;
    top: unset;
}
	.navbar-toggler.collapsed .navbar-toggler-icon {
    transform: scale(0.8);
}
	.navbar-toggler .navbar-toggler-icon {
		transform: scale(0.8);
}

    /* her-sec */
    .hero-sec {
        padding: 45px 0px;
    }
.hero-sec .container {
    padding-bottom: 0;
}
    .hero-sec .container {
        text-align: center;
    }

    .coin-img {
        display: none;
    }

  .hero-sec {
    background-image: url(images/hero-sec-mobile-bg.webp);
    padding-bottom: 280px;
}

    .android {
        padding-top: 0px;
        width: 100%;
        justify-content: center;
    }
.coming-pt {
    padding-top: 20px;
}
    .down-btn .title {
        font-size: .6rem;
        font-weight: 400;
    }

    .down-btn .sub-title {
        font-size: .8rem;
    }
.w-80 {
    padding-right: 0;
}
.w-80 .desc {
    padding-right: 0;
    width: 100% !important;
}
    /* what-we-do-sec */
    .what-we-do-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .what-we-do-sec-title {
        text-align: center;
    }

    .what-right-img {
        position: absolute;
        top: -3%;
        right: 3%;
    }

    .what-right-img svg {
        width: 80px;
        height: 80px;
    }

   .round-circle {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}
   .round-circle h4 {
    font-size: 1.2rem;
}

    .card-title-1 {
        padding: 30px 45px 70px 45px;
    }

    .card-title-2 {
        padding: 70px 45px 30px 45px;
    }

    .card-title-3 {
        padding: 30px 45px 70px 45px;
    }

    .card-btn {
        margin-top: -3rem;
    }

    .mobile-circle {
        gap: 40px;
    }

    /* know-people-sec */
    .know-people-content {
        padding: 40px 20px;
        text-align: center;
        padding-bottom: 250px;
    }

    .know-btn {
        display: flex;
        justify-content: center;
    }

    .know-img {
        position: unset;
        transform: translate(0%, 0%);
        margin-top: -13rem;
    }

    .know-img img {
        width: 100%;
    }

    .own-ducky-content {
        padding: 40px 20px;
        text-align: center;
        padding-bottom: 150px;
    }

    .own-img img {
        width: 43%;
    }

    .own-img {
        text-align: start;
        left: 3.3%;
        bottom: -1px;
    }

    .left-star {
        position: absolute;
        left: -3%;
        bottom: 28%;
        top: unset;
    }

    .right-star svg {
        width: 80px;
        height: 110px;
    }

    .right-star {
        bottom: 16%;
        right: -5%;
    }

 .right-coin {
    bottom: -7%;
    right: -4%;
}

    /* parent-sec */
    .parent-sec {
        margin-left: 0;
        margin-top: 20px;
        border-radius:  0px;
    }
.parent-margin {
    margin-left: 0;
}
    .parent-content {
        padding-top: 30px;
    }

    .parent-one {
        border: 14px solid #000097;
    }

    .parent-two {
        border: 14px solid #FF6633;
    }

    .parent-three {
        border: 14px solid #6666FF;
        background: #DFDFF7;
    }

   .parent-circle {
    padding: 0rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;   
    aspect-ratio: 1;
}
	.parent-title {
		font-size: 2.5rem;
    padding-bottom: 0px;
}
	.parent-desc {
    font-size: 1rem;
}

    .parent-three .parent-desc {
        padding: 0px 20px;
    }

    .parent-mobile-circle {
        gap: 10px;
    }

 .bottom-title {
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

    .bottom-title h5 {
      	font-size: 1rem;
		margin-bottom:0
    }

    .bottom-title:before {
        right: -18%;
        background-size: 70%;
        top: 39%;
    }

    .bottom-parent-img img {
        width: 100%;
    }

    .mobile-align {
        align-items: center;
    }

    .bottom-title:before {
        right: -10%;
        background-size: 100%;
        top: 34%;
    }

    .bottom-parent-img img {
        width: 75%;
    }

    .bottom-parent-img {
        text-align: end;
        margin-top: 2rem;
    }
.gift-margin {
    margin-right: 0;
}
    .bottom-title::after {
        background-size: 80%;
        top: -17%;
        right: -50%;
    }

    .gift-sec {
        border-radius: 0px ;
        margin-top: 60px;
        padding-bottom:40px;
        margin-right: 0;
    }



    .parent-gift {
        padding: 0px 20px;
    }



    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .gift-bottom-img {
        display: flex;
        top: 25px;
        justify-content: end;
        margin-left: 30px;
    }

    .gift-bottom-img img {
        width: 45%;
    }

    .mobile-gift {
        gap: 30px;
    }

    .gift-sec .parent-content {
        padding-top: 0;
    }

    /* believe-sec */
		.believe-img img {
    width: 100%;
}
    .believe {
        text-align: center;
    }
.believe-one-img svg {
    height: fit-content;
    width: 85%;
}
    .believe-btn {
        display: flex;
        justify-content: center;
    }

    .mobile-beliveve {
    margin-top: 30px;
}

    section.believe .row.align-items-center {
        padding-bottom: 60px;
    }

  .believe-one-img {
    transform: translate(0%, 0);
    left: 0;
}

    .mobile-flex {
        flex-direction: column-reverse;
    }

    .believe-one-left-star {

        left: 4%;
    }

    .believe-one-right-star svg {
        height: 90px;
    }

    .believe-left-heart {
        left: 0%;
    }

    .believe-left-gift {
        left: -9%;
    }

    .believe-three-left-img img {
        width: 50%;
    }

    .believe-three-left-img {
        left: -18%;
    }

    .believe-three-right-img img {
        width: 50%;
    }

    .believe-three-right-img {
        right: -20%;
    }

    /* faq-sec */
	.faq-sec {
    padding-top: 40px;
}
    button.accordion-button {
        font-size: 0.9rem;
    }

    .faq-desc p{
        padding-right: 20px;
        padding-left: 20px;
        font-size: 0.9rem;
    }

    /* question-sec */
    .questionion-sec {
    margin-left: 0;
    border-radius: 0px;
    padding: 0;
}
    .quest-title {
        flex-direction: row-reverse;
    }

    .quest-title h2 {
        text-align: start !important;
        width: 75%;
    }

    .quest-title-img {
        width: 25%;
    }

    .mobile-question {
        flex-direction: column-reverse;
    }

    .question-img {
        margin-top: 30px;
    }
	#question .container {
    padding-left: 15px;
    padding-top: 30px;
}

    /* blog-sec */
    .title-img img {
        width: 25%;
    }
	.first-slide {
    aspect-ratio: unset;
}

    .first-slide .slide-content {
        height: 285px;
    }

    .first-slide .slide-img {
        height: 285px;

    }
.second-slide {
    height: 280px;
}
	.third-slide {
    height: 280px;
}
    .owl-nav {
        position: relative;
    }

    button.owl-next {
        right: 20%;
        margin-top: 15px;
    }

    button.owl-prev {
        left: 30%;
        margin-top: 15px;
    }

    /* download-sec */
    .download-title h3 {
        font-size: 1.75rem;
    }
.download-title:before {
   
    width: 40%;
}
    .down-desc {
        font-size: .9rem;
        text-align: center;
    }

    .download-right-bg img {
        width: 35%;
    }

 .download-right-bg {
    position: absolute;
    bottom: -8%;
    right: 0;
}
	.download-Left-bg {
    position: absolute;
    left: 0;
    bottom: 8%;
}

    .download-mobile-img {
        margin-top: 1rem;
    }

    .download-sec {
        background-image: url("data:image/svg+xml,%3Csvg width='430' height='230' viewBox='0 0 430 230' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 230C0 169 22.6517 110.499 62.972 67.3654C103.292 24.2321 157.978 4.60536e-06 215 0C272.022 -4.60536e-06 326.708 24.2321 367.028 67.3654C407.348 110.499 430 169 430 230L215 230L0 230Z' fill='%23CACAFF'/%3E%3C/svg%3E");
    }

    /* footer */
    .footer-title {
        font-size: .9rem;
        padding-bottom: 10px;
    }

    ul.footer-link li {
        line-height: 1.3;
    }

    .footer-link li a {
        font-size: .9rem;
    }

    input.email-control {
        font-size: .9rem;
        border: none;
    }

    .footer-btn {
        margin-top: 20px;
    }


    .container-fluid {
        padding: 40px 0;
    }

    .container-fluid {
        margin-top: 60px;
        padding: 40px 0;
    }

    .footer-log {
        text-align: center;
    }

    .foot-link a {
        padding: 0px 10px;
    }

    .foot-link {
        display: flex;
    }

.left-bg svg {
    height: 50px;
    width: 90px;
}

  .left-bg {
    top: -19%;
    right: 71%;
    left: unset;
}
}
@media (max-width: 410px){
.card-title-1 {
    padding: 30px 25px 70px 25px;
}
	.card-title-2 {
    padding: 70px 25px 30px 25px;
}
.card-title-3 {
    padding: 30px 25px 70px 25px;
}
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: unset !important;
}




.card-btn {
    margin-top: -3.5rem;
    padding-left: 2rem;
    display: none !important;
}


.believe-btn {
    display: none;
}

/*************** Pop-up CSS ***********************/
#popmake-3000 .pum-close.popmake-close{
    top: 0px;
    right: 0px;
}
#popmake-3000 .pum-close.popmake-close:after{
	border: none;
}

#popmake-3000 .pum-content.popmake-content{
    width: 100% !important;
}

#popmake-3000{
	padding: 0 !important;
	display: flex !important;
    align-items: center;
    justify-content: center;
	max-width:600px !important;
}

.bg-canvas{
  background-color: #000098;
  color: white;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.logo{
  position: absolute;
  top: 30px;
  right: 30%;
}
.white-circle{
  background-color: white;
  width: 265px;
  height: 265px;
  border-radius: 200px;
  top: -110px;
  left: -70px;
  z-index: 9;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.white-circle p{
  color: #F27350;
  font-size: 24px !important;
  width: 100px;
  position: relative;
  font-weight: 600 !important;
  right: 65px;
  top: 10px;
  line-height: 30px !important;
}
.white-circle img{
  position: relative;
  right: 0;
  top: -35px;
  max-width: 120px !important;
  width: 120px;
}
.dark-blue-circle{
  background-color: #3535D8;
  width: 605px;
  height: 605px;
  border-radius: 600px;
  left: -250px;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 8;
  top: 140px;
}
.dark-blue-circle p{
  width: 200px;
  position: relative;
  left: 80px;
  top: 60px;
  font-size: 18px !important;
}
.light-blue-circle{
  background-color: #6666FF;
  width: 250px;
  height: 250px;
  border-radius: 200px;
  top: 160px;
  right: 80px;
  display: flex;
  position: absolute;
  justify-content: center;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.light-blue-circle::before{
  display: block; 
  width: 0;
  content: "";
  border: 20px solid transparent;
  border-right-color: #6666ff;
  transform: rotate(25deg);
  position: absolute;
  right: 15px;
  top: 30px
}
.light-blue-circle p{
  color: #FAEC26;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px !important;
}
.yoors-img{
  position: absolute;
  bottom: 0px;
  left: 35%;
  z-index: 99;
}

.yoors-gift{
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 99;
}
.yoors-gift-mob{
  display: none;  
}

.teal-circle{
  z-index: 8;
  background-color: #2CBDC1;
  width: 245px;
  height: 245px;
  border-radius: 500px;
  bottom: -65px;
  right: -70px;
  position: absolute;
}

.teal-circle::before{
  display: block; 
  width: 0;
  content: "";
  border: 20px solid transparent;
  border-left-color: #2CBDC1;
  transform: rotate(60deg);
  position: absolute;
  bottom: 60px;
  left: -10px;
  z-index: 99;
}

.teal-circle p{
  width: 120px;
  position: absolute;
  right: 85px;
  top: 35px;
  font-size: 16px !important;
}

@media (max-width: 640px) {
	#popmake-3000 .pum-close.popmake-close{
		top: 15px;
    	right: 20px;
	}
	#popmake-3000{
		width: 360px;
	}
	.bg-canvas{
		height: 660px;
	}
	.white-circle p{
    	top: 15px;
	}
	.dark-blue-circle{
		top: auto;
		bottom: -285px;
		width: 598px;
        height: 598px;
        left: -160px;
	}
	.dark-blue-circle p{
		width: 250px;
        position: relative;
        left: 0;
        top: 35px;
		font-size: 17px !important;
	}
	.light-blue-circle{
		top: 285px;
        right: 20px;
        width: 225px;
        height: 225px;
	}
	.light-blue-circle::before{
		transform: rotate(260deg);
        left: 0px;
        top: 35px;
	}
	.light-blue-circle p{
		font-size: 14px !important;
	}
	.yoors-img{
		left: 13%;
        transform: scale(0.85);
        bottom: -10px;
	}
	.yoors-gift{
		display: none;
    }
	.yoors-gift-mob{
		display:block;
		position: absolute;
		left: 10px;
        top: 215px;
        z-index: 9;
    }
	.star-group-right-mob{
		position: absolute;
		right: 6px;
		top: 300px;
	}
	.star-group-top-mob{
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.logo{
	    top: 140px;
    	right: 60px;
    }
}

.star-group-right-mob
.star-group-top-mob{
	display: none;
}

#popmake-3124{
	padding: 0;
}

#popmake-3124 .pum-close.popmake-close{
	top: 5px;
	right: 10px;
}
#popmake-3124 .pum-close.popmake-close::after{
	border: none;
}

.rel-wrapper{
	max-width: 100%;
	height: 401px;
}
.rel-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.bg-img{
    position: relative;
/*     margin-bottom: -25px; */
}
.bg-img-mob{
    position: relative;
    margin-top: -25px;
}

.play-store-link, .app-store-link{
	position: absolute;
/* 	background-color: red; */
	top: 80px;
	left: 25px;
	width: 96px;
	height: 28px;
}

.play-store-link{
	top: 115px;
}

@media screen and (min-width: 810px){
	.bg-img-mob{
		display:none;
	}
}

@media screen and (max-width: 810px){
	.rel-wrapper img {
		min-width: 361px;
		height: 661px;
	}
	.bg-img{
		display:none;
	}
}

@media screen and (max-width: 810px) {
    .app-store-link, .play-store-link{
		top: 83px !important;
        left: 28px !important;
        width: 90px;
        height: 28px;
	}
	.play-store-link{
		top: 115px !important;
	}
}
 
@media screen and (max-width: 990px) {
	#popmake-3124 .pum-close.popmake-close{
		top: -15px;
	}
}
@media screen and (max-width: 490px) {
	.app-store-link, .play-store-link{
		top: 83px !important;
        left: 28px !important;
        width: 90px;
        height: 28px;
	}
	.play-store-link{
		top: 115px !important;
	}
}
@media screen and (max-width: 425px) {
	.app-store-link, .play-store-link{
		top: 83px !important;
        left: 28px !important;
        width: 90px;
        height: 28px;
	}
	.play-store-link{
		top: 115px !important;
	}
}

/* @media screen and (max-width: 375px) {
	.app-store-link, .play-store-link{
		top: 85px !important;
        left: 28px !important;
        width: 90px;
        height: 28px;
	}
	.play-store-link{
		top: 115px !important;
	}
}

@media screen and (max-width: 320px) {
	.app-store-link, .play-store-link{
	    top: 85px !important;
        left: 28px !important;
        width: 90px;
        height: 28px;
	}
	.play-store-link{
		top: 115px !important;
	}
} */
 