

@media screen and (min-width: 1400px) and (max-width: 1670px) {

    .journey-right-inner {
        margin-right: 0px;
    }
    .journey-left {
        max-width: 499px;
    }








}


/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {


    /* hero area  */

    .hero-content-wp {
        padding-top: 150px;
    }
    .hero-content-top h2 {
        font-size: 50px;
    }
    .hero-content-top p {
        font-size: 20px;
    }

    /* why choose area  */

    .why-choose-left {
        max-width: 600px;
    }
    .why-choose-top h2 {
        font-size: 60px;
    }
    .why-choose-top p {
        font-size: 22px;
    }
    .why-choose-image {
        margin: 0;
    }


    /* about area  */

    .about-image {
        max-width: 450px;
    }
    .about-content h2 {
        font-size: 60px;
    }

    /* journery area  */

    .journey-right-inner {
        margin-right: 0px;
    }
    .journey-left {
        max-width: 400px;
    }
    .journey-left h2 {
        font-size: 55px;
        min-width: 570px;
    }
    .journey-right-inner {
        padding-top: 160px;
        padding-bottom: 140px;
    }
    .timeline-item {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 55px;
    }

}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* hero area  */

    .hero-content-wp {
        padding-top: 85px;
    }
    .hero-content-top h2 {
        font-size: 45px;
    }
    .hero-content-top p {
        font-size: 20px;
    }
    .hero-image {
        max-width: 425px;
    }
    .recommendation-card {
        padding: 16px 15px;
        width: 360px;
    }
    .recomm-top .icon {
        width: 60px;
        height: 60px;
    }
    .recomm-top-content h4 {
        font-size: 17px;
        line-height: 120%;
    }
    .recomm-bottom {
        padding-top: 6px;
        margin-top: 10px;
    }
    .recomm-bottom h3 {
        font-size: 16px;
        line-height: 175%;
    }
    .hero-content-top .app-buttons {
        gap: 20px;
        padding-top: 35px;
    }

     /* why choose area  */

    .why-choose-left {
        max-width: 460px;
    }
    .why-choose-top h2 {
        font-size: 49px;
    }
    .why-choose-top p {
        font-size: 22px;
    }
    .why-choose-image {
        margin: 0;
    }
    .why-choose-area {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .why-choose-inner-item h4 {
        font-size: 28px;
    }
    .why-choose-image::before {
        width: 260px;
        height: 260px;
    }

    /* team area  */

    .team-inner-wp {
        padding-top: 100px;
        padding-bottom: 115px;
    }
    .team-top-inner-wp h2 {
        font-size: 60px;
    }
    .team-top-inner-wp p {
        font-size: 20px;
    }

    /* community area  */

    .community-area {
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .community-top-left h2 {
        font-size: 65px;
    }
    .community-content p {
        font-size: 22px;
    }

    /* footer area  */

    .footer-left {
        align-items: center;
        margin-bottom: 100px;
    }


     /* about area  */

    .about-image {
        max-width: 350px;
    }
    .about-content h2 {
        font-size: 55px;
    }
    .about-caveon-wrapper {
        gap: 50px;
    }
    .about-pera-box {
        gap: 20px;
    }
    .about-pera-box p {
        font-size: 20px;
    }
    .about-caveon-area {
        padding-top: 100px;
        padding-bottom: 140px;
    }

    /* mission area  */

    .single-mission-item {
        gap: 30px;
        padding-top: 40px;
        padding-inline: 50px;
        padding-bottom: 40px;
    }
    .mission-info h4 {
        font-size: 28px;
    }
    .mission-info p {
        font-size: 20px;
    }

    /* values area  */

    .values-list {
        grid-template-columns: 1fr 1fr;
        padding-top: 40px;
    }
    .values-top-wp h2 {
        font-size: 60px;
    }

     /* journery area  */

    .journey-right-inner {
        margin-right: 0px;
    }
    .journey-left {
        max-width: 100%;
        padding-bottom: 0;
    }
    .journey-left h2 {
        font-size: 55px;
        min-width: 570px;
    }
    .journey-right-inner {
        padding-top: 160px;
        padding-bottom: 140px;
    }
    .timeline-item {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 55px;
    }
    .journey-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .journey-left-btm-card {
        margin-top: 50px;
    }
    .journery-right {
        flex: 1;
        width: 100%;
    }

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
   /* header  */
   .header-nav {
	gap: 50px;
}
.header-nav ul {
	gap: 50px;
}
.download-btn {
	padding: 10px 20px;
}



 /* hero area  */
    .hero-area {
        padding-inline: 10px;
        margin-bottom: 50px;
    }
    .hero-wrapper {
        border-radius: 36px;
        background: url(../images/hero-bg-mobile.png) no-repeat;
        background-size: 100% 100%;
    }
    .hero-content-wp {
        padding-top: 85px;
    }
    .hero-content-top h2 {
        font-size: 45px;
    }
    .hero-content-top p {
        font-size: 20px;
    }
    .hero-image {
        max-width: 500px;
    }
    .recommendation-card {
        padding: 10px 10px;
        width: 100%;
        right: 18%;
        bottom: -1%;
        border-radius: 18px;
        max-width: 270px;
    }
    .recomm-top .icon {
        width: 41px;
        height: 41px;
        padding: 5px;
    }
    .recomm-top-content h4 {
        font-size: 14px;
        line-height: 120%;
    }
    .recomm-bottom {
        padding-top: 6px;
        margin-top: 10px;
    }
    .recomm-bottom h3 {
        font-size: 14px;
        line-height: 175%;
    }
    .hero-content-top .app-buttons {
        gap: 20px;
        padding-top: 35px;
        justify-content: center;
    }
    .scroll-indicator {
        display: none;
    }

    .hero-container {
        flex-direction: column;
        align-items: center;
    }
    .hero-content-top {
        text-align: center;
        max-width: 550px;
        margin-inline: auto;
    }

    .recomm-top {
        gap: 10px;
    }
    .recomm-bottom p {
        font-size: 12px;
    }


    /* why choose area  */

    .why-choose-left {
        max-width: 100%;
        text-align: center;
    }
    .why-choose-top h2 {
        font-size: 49px;
    }
    .why-choose-top p {
        font-size: 22px;
    }
    .why-choose-image {
        margin: 0;
    }
    .why-choose-area {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .why-choose-inner-item h4 {
        font-size: 28px;
    }
    .why-choose-image::before {
        width: 260px;
        height: 260px;
    }
    .why-choose-wrapper {
        flex-direction: column;
    }
    .why-choose-top {
        align-items: center;
    }
    .why-choose-btm {
        margin-inline: auto;
    }
    .why-choose-right {
        width: 100%;
        max-width: 500px;
        margin-inline: auto;
        margin-bottom: 165px;
    }
    .why-choose-image .why-img-1 {
        margin-top: 0;
        width: 100%;
    }
    .why-choose-image img {
        width: 100%;
    }
    .why-img-2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 80%;
        top: 82%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 36px;
    }

     /* team area  */

    .team-inner-wp {
        padding-top: 100px;
        padding-bottom: 115px;
    }
    .team-top-inner-wp h2 {
        font-size: 50px;
    }
    .team-top-inner-wp p {
        font-size: 20px;
    }
    .team-top-inner-wp {
        flex-direction: column;
        align-items: start;
    }
    .team-wrapper {
        gap: 60px;
    }
    .team-area {
        padding-top: 100px;
    }

    /* community area  */

    .community-area {
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .community-top-left h2 {
        font-size: 55px;
    }
    .community-content p {
        font-size: 22px;
    }
    .community-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .community-top-left {
        align-items: center;
    }
    .community-top-right p {
        line-height: 150.333%;
    }
    .join-slider-action-area {
        flex-direction: column;
    }
    .swiper-slide.short-item {
        width: 100%;
    }
    .swiper-slide:not(.short-item) {
        width: 100%;
    }
    .community-slider {
        overflow: visible;
        width: 100%;
    }
    .single-community-item {
        width: 100%;
    }

    /* footer area  */

    .footer-left {
        align-items: center;
        margin-bottom: 100px;
    }
    .footer-top-middle h2 {
        font-size: 55px;
    }
    .footer-wrapper {
        gap: 120px;
    }


     /* about area  */

    .about-image {
        max-width: 350px;
    }
    .about-content h2 {
        font-size: 55px;
    }
    .about-caveon-wrapper {
        gap: 50px;
        flex-direction: column-reverse;
    }
    .about-pera-box {
        gap: 20px;
    }
    .about-pera-box p {
        font-size: 20px;
    }
    .about-caveon-area {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .about-content {
	align-items: center;
	text-align: center;
}

/* mission area  */

    .single-mission-item {
        gap: 30px;
        padding-top: 40px;
        padding-inline: 50px;
        padding-bottom: 40px;
    }
    .mission-info h4 {
        font-size: 28px;
    }
    .mission-info p {
        font-size: 20px;
    }
    .about-mission-wrapper {
        grid-template-columns: 1fr;
    }
    .single-mission-item::before {
        width: 300.062px;
        height: 300.062px;
        left: -20px;
    }
    .about-mission-area {
        padding-top: 110px;
        padding-bottom: 180px;
    }


    /* values area  */

    .values-list {
        grid-template-columns: 1fr 1fr;
        padding-top: 40px;
    }
    .values-top-wp h2 {
        font-size: 50px;
    }
    .values-top-wp p {
        font-size: 20px;
    }
    .single-values {
        padding: 24px 30px;
        padding-left: 30px;
    }
    .single-values h4 {
        font-size: 22px;
    }

     /* journery area  */

     .journey-area {
        padding-top: 135px;
    }

    .journey-right-inner {
        margin-right: 0px;
    }
    .journey-left {
        max-width: 100%;
        padding-bottom: 0;
        text-align: center;
        align-items: center;
    }
    .journey-left h2 {
        text-align: center;
        text-shadow: 20px 24px 24px rgba(0, 0, 0, 0.05);
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 108.889%; 
        letter-spacing: -0.45px;
        text-transform: capitalize;
        min-width: unset;
        background: linear-gradient(96deg, #FFF 49.64%, #6C2D97 96.35%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .journey-right-inner {
        padding-top: 160px;
        padding-bottom: 140px;
    }
    .timeline-item {
        padding-top: 40px;
        padding-left: 22px;
        padding-right: 10px;
        padding-bottom: 50px;
    }
    .journey-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .journey-left-btm-card {
        margin-top: 50px;
    }
    .journery-right {
        flex: 1;
        width: 100%;
    }

}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 767px) {
   
    /* header  */

    .header-area {
        padding-inline: 12px;
    }
    .site-logo {
        max-width: 146px;
    }
    .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-inline: 22px;
    }
    .offcanvas-title img {
        max-width: 120px;
    }
    .download-btn {
        width: 100%;
        justify-content: center;
    }

    /* hero area  */
    .hero-area {
        padding-inline: 10px;
        margin-bottom: 0;
    }
    .hero-wrapper {
        border-radius: 36px;
        background: url(../images/hero-bg-mobile.png) no-repeat;
        background-size: 100% 100%;
    }
    .hero-content-wp {
        padding-top: 85px;
    }
    .hero-content-top h2 {
        font-size: 45px;
        max-width: 310px;
        margin-inline: auto;
        line-height: 108%;
    }
    .hero-content-top p {
        font-size: 16px;
        max-width: 337px;
        margin-inline: auto;
        line-height: 143%;
    }
    .hero-image {
        max-width: 450px;
        margin-bottom: -73px;
    }
    .recommendation-card {
        padding: 10px 10px;
        width: 100%;
        right: 18%;
        bottom: -1%;
        border-radius: 18px;
        max-width: 270px;
    }
    .recomm-top .icon {
        width: 41px;
        height: 41px;
        padding: 5px;
    }
    .recomm-top-content h4 {
        font-size: 14px;
        line-height: 120%;
    }
    .recomm-bottom {
        padding-top: 6px;
        margin-top: 10px;
    }
    .recomm-bottom h3 {
        font-size: 14px;
        line-height: 175%;
    }
    .hero-content-top .app-buttons {
        gap: 14px;
        padding-top: 29px;
        justify-content: center;
    }
    .scroll-indicator {
        display: none;
    }

    .hero-container {
        flex-direction: column;
        align-items: center;
    }
    .hero-content-top {
        text-align: center;
        max-width: 550px;
        margin-inline: auto;
    }

    .recomm-top {
        gap: 10px;
    }
    .recomm-bottom p {
        font-size: 12px;
    }
    .app-buttons img {
        max-width: 155px;
    }

    /* why choose area  */

    .why-choose-left {
        max-width: 100%;
        text-align: center;
    }
    .why-choose-top h2 {
        font-size: 45px;
        max-width: 325px;
        letter-spacing: -0.45px;
    }
    .why-choose-top p {
        font-size: 16px;
    }
    .why-choose-image {
        margin: 0;
    }
    .why-choose-area {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .why-choose-inner-item h4 {
        font-size: 20px;
    }
    .why-choose-image::before {
        width: 260px;
        height: 260px;
        top: 100%;
        right: 10%;
        transform: none;
    }
    .why-choose-wrapper {
        flex-direction: column;
    }
    .why-choose-top {
        align-items: center;
    }
    .why-choose-btm {
        margin-inline: auto;
    }
    .why-choose-right {
        width: 100%;
        max-width: 398px;
        margin-inline: auto;
        margin-bottom: 165px;
    }
    .why-choose-image .why-img-1 {
        margin-top: 0;
        width: 100%;
    }
    .why-choose-image img {
        width: 100%;
    }
    .why-img-2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 80%;
        top: 82%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 36px;
    }
    .why-choose-inner-item {
        align-items: center;
    }
    .why-choose-inner-item p {
        font-size: 16px;
        line-height: 143.778%;
        max-width: 300px;
    }

    /* team area  */

    .team-inner-wp {
        padding-top: 158px;
        padding-bottom: 120px;
    }
    .team-top-inner-wp h2 {
        text-align: center;
        text-shadow: 20px 24px 24px rgba(0, 0, 0, 0.05);
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 108.889%;
        letter-spacing: -0.45px;
        text-transform: capitalize;
        background: linear-gradient(96deg, #FFF 49.64%, #6C2D97 96.35%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .team-top-inner-wp p {
        font-size: 16px;
        line-height: 143%;
    }
    .team-top-inner-wp {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .team-wrapper {
        gap: 60px;
    }
    .team-area {
        padding-top: 100px;
    }

    .team-slider-area {
        flex-direction: column;
    }

    .team-ractangle-1 {
        width: 240px;
        height: 240px;
        right: -40px;
        top: -100px;
    }
    .team-top-wp {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .member-info {
        text-align: center;
    }
    .team-ractangle-2 {
        width: 163px;
        height: 163px;
        left: -20px;
        bottom: -60px;
        z-index: -1;
    }
    .team-slider-actions-mb {
        display: flex;
        gap: 70px;
    }
    .team-slider-wrapper {
        flex: 1;
        max-width: 100%;
    }

    /* community area  */

    .community-area {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .community-top-left h2 {
        font-size: 45px;
    }
    .community-content p {
        font-size: 22px;
    }
    .community-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .community-top-left {
        align-items: center;
    }
    .community-top-right p {
        line-height: 143.333%;
        font-size: 16px;
        max-width: 352px;
    }
    .join-slider-action-area {
        flex-direction: column;
    }
    .swiper-slide.short-item {
        width: 100%;
    }
    .swiper-slide:not(.short-item) {
        width: 100%;
    }
    .community-slider {
        overflow: hidden;
        width: 100%;
    }
    .single-community-item {
        width: 100%;
    }

    .single-community-item {
        padding: 25px 30px;
        gap: 30px;
    }
    .community-image img {
        width: 71px;
        height: 71px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        object-fit: cover;
    }
    .community-content p {
        font-size: 16px;
        line-height: 150%;
    }
    .join-slider-action-area .download-btn {
        width: fit-content;
    }
    .community-wrapper::before {
        right: 30%;
        bottom: 24%;
    }

    /* footer area  */

    .footer-area {
        background: linear-gradient(180deg, rgba(105, 26, 153, 0.00) 0%, #691A99 20.14%);
    }
    .footer-left {
        align-items: center;
        margin-bottom: 85px;
    }
    .footer-top-middle h2 {
        font-size: 45px;
        max-width: 377px;
    }
    .footer-wrapper {
        gap: 120px;
    }
    .footer-top {
        gap: 13px;
        padding-top: 25px;
        flex-direction: column;
    }
    .footer-top-middle {
        order: unset;
    }
    .appStore-btn {
        order: 2;
    }
    .PlayStore-btn {
        order: 3;
    }
    .appStore-btn img {
        max-width: 178px;
    }
    .PlayStore-btn img {
        max-width: 178px;
    }
    .footer-top-middle p {
        font-size: 16px;
        line-height: 153.333%;
        max-width: 348px;
        margin-bottom: 42px;
    }
    .footer-logo {
        max-width: 323px;
    }
    .footer-right {
        flex-wrap: wrap;
    }
    .footer-block {
        min-width: 35%;
    }
    .copyright-area {
        flex-direction: column;
    }

    .footer-ractangle-2 {
        right: -110px;
        width: 188px;
        height: 188px;
    }
    .footer-ractangle-3 {
        top: 97%;
        left: -85px;
        width: 188px;
        height: 188px;
    }



    /* about page  */

    .about-hero .hero-wrapper {
        background-image: url(../images/about-hero-bg-mb.png);
        padding-top: 170px;
        padding-bottom: 204px;
    }


     /* about area  */

    .about-image {
        max-width: 400px;
        width: 100%;
    }
    .about-content h2 {
        font-size: 45px;
        max-width: 364px;
    }
    .about-caveon-wrapper {
        gap: 50px;
        flex-direction: column-reverse;
    }
    .about-pera-box {
        gap: 20px;
    }
    .about-pera-box p {
        font-size: 16px;
        line-height: 1.43;
        max-width: 352px;
    }
    .about-caveon-area {
        padding-top: 59px;
        padding-bottom: 135px;
        overflow: hidden;
    }
    .about-content {
	    align-items: center;
        text-align: center;
    }
    .about-image::before {
        top: 14%;
    }

    /* mission area  */

    .single-mission-item {
        gap: 50px;
        padding-top: 42px;
        padding-inline: 24px;
        padding-bottom: 66px;
    }
    .mission-info h4 {
        font-size: 28px;
    }
    .mission-info p {
        font-size: 16px;
        line-height: 153%;
    }
    .about-mission-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .single-mission-item::before {
        width: 300.062px;
        height: 300.062px;
        left: -20px;
    }
    .about-mission-area {
        padding-top: 110px;
        padding-bottom: 180px;
    }

    /* values area  */

    .values-list {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }
    .values-top-wp h2 {
        font-size: 45px;
    }
    .values-top-wp p {
        font-size: 16px;
        max-width: 352px;
    }
    .single-values {
        padding: 28px 35px;
        padding-left: 35px;
    }
    .single-values h4 {
        font-size: 22px;
    }

    .values-wrapper::after {
        width: 567.132px;
        height: 750.31px;
        transform: rotate(26.325deg);
        border-radius: 750.31px;
        opacity: 0.69;
        background: #D290FF;
        filter: blur(192px);
        top: 31%;
        left: 50%;
        transform: translateX(-50%);
    }
    .values-area {
        overflow: hidden;
        padding-bottom: 170px;
    }
    .values-wrapper::before {
	display: none;
}


/* journery area  */

     .journey-area {
        padding-top: 0;
    }

    .journey-right-inner {
        margin-right: 0px;
    }
    .journey-left {
        max-width: 100%;
        padding-bottom: 0;
        text-align: center;
        align-items: center;
    }
    .journey-left h2 {
        text-align: center;
        text-shadow: 20px 24px 24px rgba(0, 0, 0, 0.05);
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 108.889%; 
        letter-spacing: -0.45px;
        text-transform: capitalize;
        min-width: unset;
        background: linear-gradient(96deg, #FFF 49.64%, #6C2D97 96.35%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        max-width: 357px;
    }
    .journey-right-inner {
        padding-top: 40px;
        padding-bottom: 173px;
        margin-top: 105px;
        gap: 106px;
    }
    .timeline-item {
        padding-top: 40px;
        padding-left: 22px;
        padding-right: 10px;
        padding-bottom: 50px;
        width: 100%;
    }
    .journey-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .journey-left-btm-card {
        padding-top: 35px;
        padding-bottom: 41px;
        padding-left: 65px;
        padding-right: 22px;
        margin-top: 45px;
    }
    .journery-right {
        flex: 1;
        width: 100%;
    }
    .journey-pera-top p {
        font-size: 16px;
        line-height: 143.333%;
        max-width: 369px;
    }

    .journey-ractangle1 {
        top: -46px;
        width: 35%;
    }
    .journey-ractangle2 {
        width: 35%;
        left: -50px;
        bottom: -70px;
    }
    .footer-app-btns {
        flex-direction: column;
        padding-top: 43px;
    }

}



@media screen and (max-width: 575px) {


}