@import url('https://fonts.googleapis.com/css2?family=Freeman&family=Jost:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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');
body {
    padding: 0;
    margin: 0;
}

.navbar {
    position: absolute !important;
    z-index: 1;
    margin-top: 7px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.out-side-menu {
    border: 5px solid rgba(0, 0, 0, 0);
    outline: white 2px solid;
    border-radius: 50px;
    box-shadow: 0 3px 34px 0 rgba(0, 0, 0, 0.05);
}

.out-side-menu .nav-menu {
    display: flex;
    height: 45px;
    padding: 25px 50px;
    align-items: center;
    column-gap: 30px;
    background-color: white;
    border-radius: 30px;
}

.nav-link {
    color: #121828;
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.nav-link.active {
    color: #FC5566 !important;
    font-weight: 600;
}

.button {
    background-image: url(../img/hero-sec-btn-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-clip: border-box;
    height: 48px;
    min-width: 185px;
    border: none;
    color: #FFF !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.15);
    font-family: Freeman;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .out-side-menu .nav-menu {
        display: flex;
        height: auto;
        padding: 25px 50px;
        justify-content: center;
        align-items: center;
        /* column-gap: 0px; */
        row-gap: 15px;
        border-radius: 50px;
    }
}


/* hero-sec start */

.hero-sec {
    background: url(../img/hero-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    height: 100vh;
}

.hero-sec .hvm-text {
    top: 0px;
    left: 0px;
    height: 88vh;
}

.hero-sec .robo-img {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -290px;
    height: 420px;
    position: absolute;
}

.hero-sec .robo-msg {
    left: 17%;
    top: -90px;
}

.hero-sec .heading {
    font-family: Jost;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;
}

.hero-sec .heading .heading-text-1 {
    color: #1D1D1D;
}

.hero-sec .heading .heading-text-2 {
    color: #FC5566;
    text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.08);
}

.hero-sec .heading-text-3 {
    font-family: Jost;
    font-size: 65px;
    font-style: normal;
    line-height: 84px;
    color: var(--Style, #FC5566);
    text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.08);
    font-weight: 700;
}

.magicbtn {
    border-radius: 1148.85px;
    border: 2px solid var(--Style, #FC5566);
    background: #FFF;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 5.3px 11.45px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
    transition: ease-in-out 0.6s;
    line-height: normal;
}

.insidebtnborder {
    position: relative;
    background: #FC5566;
    border-radius: 50px;
    transition: ease-in-out 0.6s;
    overflow: hidden;
}

.insidebtnborder::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 5px;
    background: linear-gradient(180deg, #ffffff33 0%, #8282824d 49.17%, #00000066 100%) border-box;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    transition: ease-in-out 0.6s;
}

.magicbtn:hover,
.magicbtn:hover .insidebtnborder::before,
.magicbtn:hover .insidebtnborder {
    transform: scale(0.96);
}

.mgicbtntext {
    color: #FFF;
    text-align: center;
    font-family: Freeman;
    font-size: 18.4px;
    font-weight: 400;
    display: flex;
    padding: 9px 33px 12px 33px;
    border-radius: 50px;
    align-items: center;
    box-shadow: 0 0 2.3px 1.15px rgba(0, 0, 0, 0.25);
    position: relative;
}

.imgabsolutbtn {
    width: auto;
    height: 47px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: ease-in-out 0.6s;
}

.magicbtn:hover .imgabsolutbtn {
    transform: scale(1.5);
    left: 0;
}

.hero-sec .couple-img {
    height: 95px;
    width: 80px;
    position: absolute;
    right: 17%;
    top: 75%;
}

@media (max-height:660px) {
    .hero-sec {
        height: 100%;
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

@media (max-width:1400px) {
    .hero-sec .heading {
        font-size: 63px;
    }
}

@media (max-width:1250px) {
    .hero-sec .robo-msg {
        left: 18%;
    }
}

@media (max-width:1199px) {
    .hero-sec .heading {
        font-size: 46px;
        line-height: 65px;
    }
    .hero-sec .robo-msg {
        left: 20%;
        max-width: 340px;
    }
    .hero-sec .couple-img {
        right: 14%;
        top: 65%;
    }
}

@media (max-width:991px) {
    .hero-sec {
        background-position: bottom left;
        height: 100%;
        padding-top: 160px;
        padding-bottom: 100px;
    }
    .hero-sec .heading {
        font-size: 40px;
        line-height: 55px;
    }
    .hero-sec .robo-img {
        top: unset;
        left: unset;
        right: unset;
        margin: unset;
        position: relative;
    }
    .hero-sec .robo-msg {
        display: none;
    }
    .hero-sec .couple-img {
        right: 0%;
        top: 85%;
    }
    .hero-sec .heading-text-3 {
        font-size: 60px;
    }
    /*  change 03092025 start */
    .ksie92 {
        position: relative;
        margin-top: 25px;
    }
    .ksie93 {
        position: relative;
    }
    .hero-sec .msg-div {
        position: absolute;
        right: 0;
        top: 00px;
        max-width: 280px;
        border-radius: 15px;
        padding: 10px 14px;
        backdrop-filter: blur(7px);
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
        filter: drop-shadow(2px 4px 14px rgba(0, 0, 0, 0.04));
    }
    .hero-sec .msg-div.text {
        color: var(--Style, #121828);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 21px; */
    }
    .hero-sec .msg-div-img {
        position: absolute;
        right: 200px;
        top: 79px;
    }
    /* change 03092025 end by atik */

    .hero-sec .hvm-text {
        top: 0px;
        left: 0px;
        height: auto;
    }
}

@media (max-width:767.5px) {
    .hero-sec .heading {
        font-size: 42px;
        line-height: 58px;
    }
    .hero-sec .heading-text-3 {
        font-size: 52px;
        line-height: 58px;
    }
    .hero-sec .msg-div .text {
        font-size: 14px;
    }
    /* change 03092025 start */
    .hero-sec .msg-div {
        position: relative;
        right: unset;
        top: unset;
        max-width: 100%;
    }
    .hero-sec .msg-div-img {
        top: unset;
        left: unset;
        right: revert;
        position: relative;
        margin-top: -2px;
    }
    /* change 03092025 end by atik */
}

@media (max-width:575px) {
    .hero-sec .heading-text-3 {
        font-size: 51px;
    }
    .hero-sec .robo-msg {
        height: 66px;
    }
    .hero-sec .heading,
    .hero-sec .heading-text-3 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-sec .couple-img {
        right: 3%;
        top: 78%;
    }
    .magicbtn {
        padding: 4px 4px;
    }
    .mgicbtntext {
        padding: 9px 22px 12px 22px;
    }
}

@media (max-width:525px) {
    .hero-sec .robo-img {
        height: 300px;
    }
    .hero-sec .heading-text-3 {
        font-size: 45px;
    }
    .hero-sec .robo-msg {
        left: 250px;
        height: 66px;
    }
    .hero-sec .heading {
        font-size: 37px;
    }
}

@media (max-width:475px) {
    .hero-sec .robo-img {
        height: 250px;
    }
    .hero-sec .heading {
        font-size: 33px;
    }
    .hero-sec .heading-text-3 {
        font-size: 41px;
    }
}

@media (max-width:425px) {
    .hero-sec .heading {
        font-size: 29px;
        line-height: 40px;
    }
    .hero-sec .heading-text-3 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 375px) {
    .hero-sec .heading {
        font-size: 24.5px;
    }
    .hero-sec .heading-text-3 {
        font-size: 31px;
    }
    .hero-sec .robo-img {
        /* top: 270px; */
    }
}

@media (max-width:328px) {
    .hero-sec .heading-text-3 {
        font-size: 30px;
    }
}


/* hero section end */


/* section two start */

.section-2 {
    margin-top: 90px;
}

.section-2 .sec-2-text {
    color: var(--DEC, #5F5F5F);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-2 .row-gap {
    margin-top: 30px;
}

.section-2 .box {
    display: flex;
    max-width: 366px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    bottom: 60px;
    padding: 0px 10px;
}

.section-2 .box .heading {
    color: var(--Style, #FC5566);
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-2 .box .text {
    color: #121828;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    opacity: 0.6;
}

.section-2 .content {
    margin-top: -130px;
}

.section-2 .sec-2-bg {
    max-width: 400px;
    top: 0px;
    left: 0px;
    filter: drop-shadow(10px 14px 20px rgba(0, 0, 0, 0.05));
}

.section-2 .sec-2-photo {
    max-width: 400px;
    height: auto;
    mask-image: url(../img/sec-2-bg.png);
    mask-size: 100% 97%;
    mask-clip: border-box;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/sec-2-bg.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-clip: border-box;
    -webkit-mask-repeat: no-repeat;
}

.section-2 .sec-2-robo {
    height: 300px;
    width: auto;
    z-index: 1;
}

@media (max-width:1400px) {
    .section-2 .sec-2-bg {
        max-width: 390px;
    }
    .section-2 .sec-2-photo {
        max-width: 390px;
    }
    .section-2 .box {
        bottom: 55px;
    }
}

@media (max-width: 1200px) {
    .section-2 .sec-2-robo {
        height: 275px;
    }
}

@media (max-width: 992px) {
    .section-2 {
        margin-top: 75px;
    }
    .section-2 .sec-2-bg {
        max-width: 370px;
    }
    .section-2 .sec-2-photo {
        max-width: 370px;
    }
    .section-2 .box {
        padding: 0px 12px;
    }
    .section-2 .box .heading {
        font-size: 16.5px;
    }
    .section-2 .sec-2-robo {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .section-2 {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .section-2 {
        margin-top: 70px;
    }
}

@media (max-width:370px) {
    .section-2 .sec-2-bg {
        max-width: 310px;
    }
    .section-2 .sec-2-photo {
        max-width: 310px;
    }
    .section-2 .box {
        display: flex;
        max-width: 300px;
        padding: 0px 10px;
    }
    .section-2 .box .heading {
        line-height: 16px;
    }
    .section-2 .box .text {
        line-height: 16px;
    }
    .section-2 .content {
        margin-top: -110px;
    }
    .section-2 .box {
        bottom: 30px;
    }
}


/* section three start */

.section-3 {
    margin-top: 90px;
}

.section-3 .sec-3-bg {
    left: 0px;
    top: 188px;
    z-index: -1;
}

.section-3 .sec-3-img {
    margin-top: 90px;
}

.sec-3-text {
    color: var(--DEC, #5F5F5F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-3 .div-list {
    margin-top: 33px;
    gap: 22px;
}

.section-3 .div-list .bg {
    padding: 9px;
    background-color: rgb(245, 245, 245);
    border-radius: 28px;
    transition: ease-in-out 0.3s;
    box-shadow: none;
    border: 3px solid #FFF;
}

.section-3 .div-list .bg:hover {
    background-color: rgb(255, 245, 247);
    box-shadow: 5px 4px 11px 0 rgba(0, 0, 0, 0.09);
    border: 3px solid #FFF;
}

.section-3 .div-list .bg .inner-div {
    background-color: rgb(245, 245, 245);
    border: 3px solid #FFF;
    border-radius: 20px;
    padding: 13px 25px;
}

.section-3 .div-list .bg:hover .inner-div {
    background-color: rgb(255, 245, 247);
}

.section-3 .div-list .bg:hover .inner-div .heart-image {
    content: url(../img/Vector.svg);
    filter: drop-shadow(1px 4px 7px rgba(0, 0, 0, 0.19));
}

.section-3 .div-list .bg .inner-div .text {
    padding-left: 10px;
    color: #121828;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width:1350px) {
    .section-3 .sec-3-bg {
        left: -40px;
    }
}

@media (max-width:1300px) {
    .section-3 .sec-3-bg {
        left: -65px;
    }
}

@media (max-width:1250px) {
    .section-3 .sec-3-bg {
        left: -88px;
    }
}

@media (max-width: 1200px) {
    .section-3 {
        margin-top: 65px;
    }
    .section-3 .sec-3-img {
        margin-top: 140px;
    }
}

@media (max-width:1175px) {
    .section-3 .sec-3-bg {
        left: -120px;
    }
}

@media (max-width:1175px) {
    .section-3 .sec-3-bg {
        left: -155px;
    }
}

@media (max-width:1040px) {
    .section-3 .sec-3-bg {
        left: -185px;
    }
}

@media (max-width: 991px) {
    .section-3 {
        margin-top: 80px;
    }
    .section-3 .sec-3-img {
        margin-top: 0px;
        height: 500px;
    }
    .section-3 .sec-3-bg {
        top: 60px;
        height: 450px;
        left: 0px;
    }
    .section-3 .div-list .bg .inner-div {
        padding: 13px 15px;
    }
    .section-3 .center-align {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .section-3 .sec-3-img {
        height: 450px;
    }
    .section-3 .sec-3-bg {
        height: 355px;
    }
    .section-3 .div-list .bg .inner-div {
        padding: 7px 10px;
    }
}

@media (max-width: 576px) {
    .section-3 {
        margin-top: 70px;
    }
}

@media (max-width: 475px) {
    .section-3 .sec-3-img {
        height: 350px;
    }
    .section-3 .sec-3-bg {
        height: 275px;
        top: 85px;
    }
}

@media (max-width:365px) {
    .section-3 .sec-3-img {
        height: 300px;
    }
    .section-3 .sec-3-bg {
        height: 255px;
        top: 60px;
    }
}


/* section three end  */


/* slider start */

@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        flex-wrap: nowrap;
    }
    .carousel-item {
        display: block;
        margin-right: 0;
    }
}

.card {
    margin: 0 3em;
}

@media (max-width:768px) {
    .card {
        margin: 0 1.5em;
    }
}

@media (max-width:575px) {
    .card {
        margin: 0 4em;
    }
}

@media (max-width:575px) {
    .card {
        margin: 0 2.5em;
    }
}

@media (max-width:475px) {
    .card {
        margin: 1em;
    }
}

@media (max-width:450px) {
    .card {
        margin: 0.5em;
    }
}

@media (max-width:430px) {
    .card {
        margin: 0em;
    }
}


/* slider end */


/* section four start */

.section-4 {
    margin-top: 90px;
}

.section-4 .row-space {
    margin-top: 100px;
}

.section-4 .text {
    color: var(--DEC, #5F5F5F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-4 .button-div {
    gap: 20px;
}

.section-4 .slider-button-prev {
    width: 50px;
    height: 44px;
    border: 1px #FC5566 solid;
    background-color: white;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    transition: ease-out 1.5s;
}

.section-4 .slider-button-prev:hover {
    filter: drop-shadow(-15px 13px 14px rgba(0, 0, 0, 0.08));
    background-color: #FC5566;
}

.section-4 .slider-btn-left {
    /* transition: ease-out 3s; */
}

.section-4 .slider-button-prev:hover .slider-btn-left{
    content: url(../img/slider-hover-left.svg);
}

.section-4 .slider-button-next {
    width: 50px;
    height: 44px;
    border: 1px #FC5566 solid;
    background-color: white;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    transition: ease-out 1.5s;
}

.section-4 .slider-button-next:hover {
    filter: drop-shadow(-15px 13px 14px rgba(0, 0, 0, 0.08));
    background-color: #FC5566;
}

.section-4 .slider-btn-right {
    /* transition: ease-out 3s; */
}

.section-4 .slider-button-next:hover .slider-btn-right{
    content: url(../img/slider-hover-right.svg);
}

.section-4 .slider-div-bg {
    width: 515px;
    height: 190px;
}

.section-4 .slider-div-bg::before {
    content: "";
    position: absolute;
    width: 219px;
    height: 42px;
    border-radius: 29px;
    background: var(--Style, #FC5566);
    bottom: 0px;
    left: 0px;
}

.section-4 .slider-div-bg::after {
    content: "";
    position: absolute;
    width: 219px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 29px;
    background: var(--Style, #FC5566);
    top: 0px;
    right: 0px;
}

.section-4 .slider-div-bg .inner-div {
    width: 506px;
    height: 178px;
    padding: 20px;
    gap: 20px;
    z-index: 1;
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 1px 3px 16px 0 rgba(0, 0, 0, 0.12);
    left: 5px;
    top: 6px;
}

.section-4 .slider-div-bg .inner-div .first-div {
    gap: 15px;
    width: 155px;
}

.section-4 .slider-div-bg .inner-div .first-div .slider-img {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-4 .slider-div-bg .inner-div .first-div .text-1 {
    color: var(--Title, #121828);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-4 .slider-div-bg .inner-div .first-div .text-2 {
    color: var(--Title, #121828);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-4 .slider-div-bg .inner-div .second-div {
    gap: -3px;
}

.section-4 .slider-div-bg .inner-div .second-div .text {
    color: #121828;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 1200px) {
    .section-4 {
        margin-top: 80px;
    }
    .section-4 .text-size {
        font-size: 100px !important;
    }
}

@media (max-width: 992px) {
    .section-4 {
        margin-top: 80px;
    }
    .section-4 .row-space {
        margin-top: 70px;
    }
    .section-4 .text-size {
        font-size: 90px !important;
    }
    .section-4 .margin-class {
        margin-top: -75px !important;
    }
}

@media (max-width: 768px) {
    .section-4 .slider-div-bg {
        width: 400px;
        height: 210px;
    }
    .section-4 .slider-div-bg .inner-div {
        width: 391px;
        height: 198px;
        padding: 15px;
    }
    .section-4 .text-size {
        font-size: 68px !important;
    }
    .section-4 .margin-class {
        margin-top: -60px !important;
    }
    .section-4 .row-space {
        margin-top: 50px;
    }
    .section-4 .slider-div-bg .inner-div .first-div {
        width: auto;
    }
}

@media (max-width: 576px) {
    .section-4 {
        margin-top: 70px;
    }
    .section-4 .text-size {
        font-size: 55px !important;
    }
    .section-4 .heading-text-2 {
        font-size: 35px !important;
    }
    .section-4 .margin-class {
        margin-top: -55px !important;
    }
    .abc {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:525px) {
    .section-4 .margin-class {
        margin-top: -45px !important;
    }
}

@media (max-width: 425px) {
    .section-4 .slider-div-bg {
        width: 300px;
        height: 230px;
    }
    .section-4 .slider-div-bg .inner-div {
        width: 291px;
        height: 218px;
        padding: 15px;
    }
    .section-4 .text-size {
        font-size: 43px !important;
    }
    .section-4 .margin-class {
        margin-top: -35px !important;
    }
}

@media (max-width:328px) {
    .section-4 .text-size {
        font-size: 37px !important;
    }
    .section-4 .margin-class {
        margin-top: -22px !important;
    }
}


/* section four end */


/* section five start  */

.section-5 {
    margin-top: 90px;
}

.section-5 .text {
    margin-top: 16px;
    color: var(--DEC, #5F5F5F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-5 .div-1 {
    gap: 22px;
}

.section-5 .accordion-heading {
    display: flex;
    padding: 11px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 16px !important;
    border: 1px solid rgba(18, 24, 40, 0.09);
    background: #FFF;
}

.section-5 .accordion-heading .text {
    color: var(--Title, #121828);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
}

.section-5 .accordion-info {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0 0 16px 16px;
    border: 2px solid #FFF;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
}

.accordion-item {
    border-radius: 15px !important;
}

.accordion-item:has(.accordion-collapse.show) {
    box-shadow: 0 0 31px 0 rgba(92, 92, 92, 0.11);
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/sec-5-arrow-down.svg);
}

.accordion-button::after {
    background-image: url(../img/sec-5-arrow-down.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
}

@media (max-width: 1200px) {
    .section-5 {
        margin-top: 80px;
    }
}

@media (max-width: 992px) {
    .section-5 {
        margin-top: 80px;
    }
}

@media (max-width: 576px) {
    .section-5 {
        margin-top: 70px;
    }
}

/* section five end */


/* section six start */

.section-6 {
    margin-top: 90px;
    overflow: hidden;
}

.section-6 .sec-6-bg {
    left: -60px;
    z-index: -1;
}

.section-6 .heading-1 {
    color: var(--Title, #121828);
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
}

.section-6 .heading-2 {
    color: var(--Style, #FC5566);
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}

.section-6 .after-heading-text {
    margin-top: 16px;
    color: var(--DEC, #5F5F5F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-6 .two-divs {
    margin-top: 50px;
}

.section-6 .two-divs .content-div-bg {
    padding: 15px 15px;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
    box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.05);
}

.section-6 .two-divs .content-div-bg .count {
    color: var(--Style, #FC5566);
    font-family: Jost;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-6 .first-letter {
    color: var(--Style, #FC5566);
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-6 .other-letter {
    color: var(--Style, #121828);
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-6 .text {
    color: #121828;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    opacity: 0.6;
}

.section-6 .last-div {
    margin-top: 37px;
    padding: 20px 25px;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
    box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.05);
}

.section-6 .mgicbtntext {
    color: #FFF;
    text-align: center;
    font-family: Freeman;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    padding: 9px 33px 12px 33px;
    border-radius: 50px;
    align-items: center;
    box-shadow: 0 0 2.3px 1.15px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 35px;
    width: 155px;
}

.section-6 .magicbtn {
    border-radius: 1148.85px;
    border: 2px solid var(--Style, #FC5566);
    background: #FFF;
    padding: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 5.3px 11.45px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
    transition: ease-in-out 0.6s;
    height: 45px;
    width: 165px;
}

@media (max-width:1400px) {
    .section-6 .sec-6-bg {
        left: 0px;
        height: 750px;
    }
}

@media (max-width: 1200px) {
    .section-6 {
        margin-top: 80px;
    }
    .section-6 .sec-6-bg {
        height: 630px;
    }
    .section-6 .last-div {
        padding: 10px 10px;
    }
    .section-6 .heading-1 {
        font-size: 46px;
    }
    .section-6 .heading-2 {
        font-size: 46px;
    }
}

@media (max-width: 992px) {
    .section-6 {
        margin-top: 80px;
    }
    .section-6 .img-adjust {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .section-6 .sec-6-bg {
        height: 700px;
        bottom: 0px;
    }
}

@media (max-width: 768px) {
    .section-6 .mgicbtntext {
        width: 156px;
    }
    .section-6 .heading-1 {
        font-size: 40px;
        line-height: 55px;
    }
    .section-6 .heading-2 {
        font-size: 40px;
        line-height: 55px;
    }
    .section-6 .after-heading-text {
        margin-top: 0px;
    }
    .section-6 .two-divs {
        margin-top: 35px;
    }
    .section-6 .img-adjust {
        margin-top: 60px;
    }
    .section-6 .sec-6-img {
        height: 550px;
    }
    .section-6 .sec-6-bg {
        height: 600px;
    }
}

@media (max-width: 576px) {
    .section-6 {
        margin-top: 70px;
    }
    .section-6 .sec-6-img {
        height: 450px;
    }
    .section-6 .sec-6-bg {
        height: 500px;
    }
}

@media (max-width:525px) {
    .section-6 .last-div {
        display: flex;
        flex-direction: column;
    }
    .section-6 .magicbtn {
        order: 1;
    }
}


/* section six end */


/* common class start */

.heading-1 {
    color: rgba(0, 0, 0, 0.04);
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 115px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.heading-2 {
    color: var(--Title, #121828);
    font-family: "Nunito Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
}

.heading-3 {
    color: var(--Style, #FC5566);
    text-align: right;
    font-family: Jost;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}

.overlay-text {
    margin-top: -85px;
}

@media (max-width:768px) {
    .heading-1 {
        font-size: 95px;
    }
    .heading-2 {
        font-size: 40px;
    }
    .heading-3 {
        font-size: 40px;
    }
    .overlay-text {
        margin-top: -75px;
    }
}

@media (max-width:525px) {
    .heading-2,
    .heading-3 {
        line-height: 35px;
    }
    .overlay-text {
        margin-top: -60px;
    }
}

@media (max-width:475px) {
    .heading-1 {
        font-size: 80px;
    }
    .overlay-text {
        margin-top: -70px;
    }
    .overlay-text {
        margin-top: -45px;
    }
}


/* common class end */


/* sticker text css start  */

.text-sticker span {
    background: linear-gradient(89.95deg, #FC5566 0.04%, #FC5566 99.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-sticker {
    display: inline-grid;
    grid-template-areas: "text";
    place-items: center;
}

.text-sticker>*,
.text-sticker::before,
.text-sticker::after {
    grid-area: text;
}

.text-sticker::before,
.text-sticker::after {
    content: attr(data-text);
}

.text-sticker::before {
    -webkit-text-stroke: 4px rgb(255, 255, 255);
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.336);
}

.text-sticker::after {
    z-index: -2;
}


/*  sticker text css end  */


/* ── Footer ──────────────────────────────────────────── */
.hvm-footer {
    background: #130606;
    color: #ccc;
    border-top: 2px solid #FC5566;
}
.hvm-footer .footer-logo {
    max-height: 55px;
    width: auto;
}
.hvm-footer .footer-tagline {
    font-family: Poppins;
    font-size: 14px;
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 340px;
}
.hvm-footer .footer-heading {
    font-family: Freeman;
    font-size: 17px;
    color: #FC5566;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.hvm-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hvm-footer .footer-links li {
    margin-bottom: 10px;
}
.hvm-footer .footer-links a {
    color: #bbb;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    transition: color 0.2s;
}
.hvm-footer .footer-links a:hover {
    color: #FC5566;
}
.hvm-footer .footer-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FC5566;
    color: #fff;
    padding: 11px 22px;
    border-radius: 30px;
    font-family: Freeman;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.hvm-footer .footer-app-btn:hover {
    background: #e04455;
    color: #fff;
}
.hvm-footer .footer-meta {
    font-family: Poppins;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin-top: 16px;
}
.hvm-footer .footer-meta a {
    color: #FC5566;
    text-decoration: none;
}
.hvm-footer .footer-bottom {
    border-top: 1px solid rgba(252, 85, 102, 0.15);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.hvm-footer .footer-bottom p {
    margin: 0;
    font-family: Poppins;
    font-size: 13px;
    color: #555;
}
.hvm-footer .footer-bottom .footer-policy a {
    color: #777;
    text-decoration: none;
    font-family: Poppins;
    font-size: 13px;
    margin-left: 20px;
    transition: color 0.2s;
}
.hvm-footer .footer-bottom .footer-policy a:hover {
    color: #FC5566;
}
@media (max-width:767px) {
    .hvm-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .hvm-footer .footer-bottom .footer-policy a {
        margin: 0 8px;
    }
    .hvm-footer .footer-tagline {
        max-width: 100%;
    }
}