* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin-bottom: 0;
}

body {
    font-family: 'SF Pro Display';
    background-color: #000000;
}

ul {
    list-style: none;
}

.header-bg img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 800px;
}

/* slider css start */
.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50% !important;
    top: 40%;
    left: -50px;
    display: block !important;
    border: 1px solid #fff !important;
}

.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50% !important;
    top: 40%;
    right: -50px;
    display: block !important;
    border: 1px solid #fff !important;
}

.owl-next i,
.owl-prev i {
    color: #fff;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #000 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

#podcast_Testimonials .owl-prev {
    top: 250px;
}

#podcast_Testimonials .owl-next {
    top: 250px;
}

#web-slider .owl-prev,
#app-slider .owl-prev {
    top: 30%;
}

#web-slider .owl-next,
#app-slider .owl-next {
    top: 30%;
}

/* slider css end */

/* header section start */

.header-wrapper {
    background: #000000;
    padding: 0 30px;
}

.navbar-brand img {
    width: 90px;
    height: 60px;
    margin-right: 15px;
}

.navbar-brand h3 {
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-family: Playfair Display;
}

.navbar-brand span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-wrapper .nav-item {
    margin: 0 15px;
}

.navbar-collapse {
    margin-left: 270px;
}

.header-wrapper .nav-item.active .nav-link {
    color: #fff;
    border-bottom: 2px solid transparent;
    opacity: 1;
    font-weight: 600;
}

.header-wrapper .nav-item.active .nav-link::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
}

.header-wrapper .nav-item .nav-link {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    position: relative;
    opacity: 0.7;
}

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

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* header section End */

/* welcome section start */
.welcome-wrapper {
    margin: 30px 0;
}

.welcome-wrapper h3 {
    font-size: 50px;
    font-weight: ;
    font-family: Playfair Display;
    margin: 20px 0;
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-wrapper img,
.butterfly-logo {
    width: 250px !important;
    height: 150px !important;
    margin: auto;
    display: block;
}

.welcome-wrapper span {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    font-family: "Raleway", sans-serif;
    text-align: center;
}

.about-info ul {
    margin: auto;
    display: block;
    max-width: max-content;
    list-style: none;
}

.about-info ul li {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}

.about-info ul li i {
    font-size: 18px;
    background: linear-gradient(90deg, #6a68f2 0%, #f87797 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.email-wrapper p,
.contact-wrapper p,
.thik-positive-wrapper p,
.financial-info-wrapper p,
.welcome-wrapper p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.financial-info-wrapper p,
.summit-text p,
.thik-positive-wrapper p {
    text-align: left;
}

/* welcome section End */
/* welcome-info section start */


.lumity-app-wrap h3 {
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    font-family: Playfair Display;
    margin-top: 50px;
}

.lumity-app-wrap p {
    color: #FFF;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
}

.lumity-app-wrap .btn,
.welcome-wrapper .btn,
.Testimonials-wrapper .btn {
    margin: auto;
    display: block;
    width: 60%;
    color: white;
    border: none;
    background: linear-gradient(180deg, #FFF -9%, #9796F0 15%, #9796F0 85%, #FFF 136%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 30px;
    height: 65px;
}

.lumity-app-wrap .btn:hover,
.welcome-wrapper .btn:hover,
.Testimonials-wrapper .btn:hover {
    color: var(--bs-btn-active-color);
}

.financial-wrapper,
.business-wrapper {
    position: relative;
}

.financial-wrapper img,
.business-wrapper img {
    height: 600px;
}

.financial-wrapper h3,
.business-wrapper h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.book-wrapper .btn {
    width: 100%;
    color: white;
    border: none;
    background: linear-gradient(90deg, #6a68f2 0%, #f87797 100%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 30px;
    height: 65px;
}

.book-wrapper .card {
    border-radius: 35px;
}

/* welcome-info section End */
/* blog section start */
.blog-wrapper {
    width: 100%;
    height: 300px;
    background-image: url(../img/blog-bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
}

.blog-text p {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 0;
}

/* blog section End */

/*anunual section start */
.anunual-thumb {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    height: 200px;
    position: relative;
    border: 4px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right,
            #6A68F2,
            #460BA1) border-box;
}

.anunual-thumb img {
    width: 100%;
    height: 200px;
}

.anunual-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: linear-gradient(90deg, #6A68F2 0%, #460BA1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 40px;
}

/*anunual section End */
/*email section start */

.podcast-info-wrapper h3,
.blog-details-wrapper h3,
.about-info h3,
.contact-wrapper h3 {
    font-size: 50px;
    font-family: 600;
    /* color: #fff; */
    font-family: "Playfair Display", serif;
    margin: 20px 0;
    text-align: center;
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-from {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 20px;
}

.contact-from span {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.email-wrapper .form-label,
.contact-wrapper .form-label {
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
}

.email-new-wrapper {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 30px;
}

.email-wrapper .form-control::placeholder,
.contact-wrapper .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.email-wrapper .form-control,
.contact-wrapper .form-control {
    color: #fff;
    border-radius: 15px;
    box-shadow: none;
    padding: 10px;
    border: 2px solid transparent;
    /* background: #000; */
    background: linear-gradient(black, black) padding-box,
        linear-gradient(to right,
            #C0BFFF,
            #9796F0) border-box;
}

.contact-wrapper .form-control {
    border: 2px solid #fff;
}

.email-wrapper .btn,
.contact-wrapper .btn {
    margin: auto;
    display: block;
    color: white;
    border: none;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #FFF -9%, #9796F0 15%, #9796F0 85%, #FFF 136%);
    box-shadow: 0px 0px 57.20000457763672px 0px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 26px;
    /* padding: 10px 30px; */
    width: 250px;
}

.contact-wrapper .btn:hover,
.email-wrapper .btn:hover {
    color: var(--bs-btn-active-color);
}

.email-wrapper span {
    font-weight: 400;
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
}

/*email section End */
/*thik-positive section start */

.thik-positive-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 30px 0;
    border-radius: 30px;
}

/*thik-positive section End */
/*financial-info section start */
.financial-info-wrapper img {
    /* width: 80%; */
    width: 500px;
    height: 400px;
    /* object-fit: cover; */
    border-radius: 30px;
    margin: 30px 0;
}

/*financial-info section End */
/* Testimonials-wrapper section start  */
.testimonials-thumb img {
    height: 300px !important;
}

.testimonials-thumb .vector {
    width: 60px !important;
    height: 40px !important;
    margin-right: 15px;
}

.testimonials-text p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.testimonials-text h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #fff;
}

.Testimonials-wrapper h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0;
    color: #fff;
}

/* Testimonials-wrapper section start  */

.devloper-info-wrapper h3 {
    font-size: 50px;
    font-weight: 600;
    width: 800px;
    text-align: center;
    margin: auto;
    background: linear-gradient(90deg, #6A68F2 0%, #460BA1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.devloper-info-wrapper p {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.devloper-info-wrapper img {
    width: 900px;
    height: 200px;
    /* object-fit: cover; */
    object-fit: contain;
    margin: auto;
    display: block;
    border-radius: 30px;
}

.testimonials-text span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    display: block;
}

.testimonials-text .vector {
    width: 60px !important;
    height: 40px !important;
}

/* Testimonials-wrapper section end  */
/* post-wrapper section start  */
.post-wrapper h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
    color: #fff;
}

.post-wrapper h6,
.post-wrapper h6 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
}

#web-slider .item .card,
#app-slider .item .card {
    background: transparent;
}

#web-slider .item .card .card-title,
#app-slider .item .card .card-title {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
}

#web-slider .item .card img,
#app-slider .item .card img {
    border-radius: 30px;
    border: 2px solid #fff;
}

.post-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-btn .btn {
    width: 150px;
    background: linear-gradient(180deg, #FFF -9%, #9796F0 15%, #9796F0 85%, #FFF 136%);
    color: #fff !important;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 20px;
    opacity: 0.5;
}


.post-btn .active {
    background: linear-gradient(180deg, #FFF -9%, #9796F0 15%, #9796F0 85%, #FFF 136%);
    opacity: 1;
    font-weight: 700;
}
.post-btn .active:hover{
    color: var(--bs-btn-active-color) !important;
}
/* post-wrapper section end  */

/* footer-section-start  */
.footer {
    background-color: #000000;
    border-top: 2px solid #fff;
    margin-top: 100px;
}

.footer-thumb {
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 110px;
    height: auto;
    object-fit: unset;
}

.footer-logo h4 {
    font-size: 45px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-family: Playfair Display;
}

.footer-logo span {
    font-size: 18px;

    font-weight: 600;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.footer .app-btn{
    margin-left: 50px;
}

.footer .social-icon{
    margin-left: 30px;
}

.app-btn {
    width: 180px;
    height: 60px;
    object-fit: cover;
    margin-top: 30px;
}

.footer h3 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-family: Playfair Display;
}

.footer ul {
    display: grid;
    grid-template-columns: auto auto;
    list-style: none;
    padding-left: 0;
}

.footer li {
    padding: 10px 0;
}

.footer li i {
    font-size: 10px;
    color: #fff;
}

.footer li a {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.footer-line {
    border-top: 2px solid #fff;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-line span {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* footer-section-end  */
/* podcast-info section start */

.podcast-info-wrapper img {
    width: 700px;
    height: 500px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.blog-details-wrapper .blog-info-thumb,
.mission-info .mission-thumb {
    position: relative;
}

.blog-details-wrapper .blog-info-thumb img {
    width: 700px;
    height: 400px;
    object-fit: cover;
    margin: auto;
    display: block;
    border-radius: 30px;
}

.blog-details-wrapper .blog-info-thumb h6 {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Playfair Display", serif;
}

.podcast-info-wrapper p,
.blog-details-wrapper p {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

/* podcast-info section end */

/* about section start */

.about-info img {
    width: 500px;
    height: 400px;
    margin: auto;
    display: block;
    border-radius: 30px;
}

.about-info p {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}

.mission-info h3 {
    font-size: 40px;
    font-family: 600;
    margin: 20px 0;
    text-align: center;
    color: #fff;
}

.mission-info .mission-thumb img {
    width: 500px;
    height: 400px;
    margin: auto;
    display: block;
    border-radius: 30px;
    cursor: pointer;
}

.mission-info p,
.about-info p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px !important;
    height: 100px !important;
}

/* about section end */

.header-bottom {
    padding: 60px 0 0;
    color: #fff;
}

.header-bottom h2 {
    font-weight: 600;
    font-size: 50px;
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-family: Playfair Display;
}

.header-bottom h6 {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 30px;
    color: #fff;

}

.header-bottom p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 60px;
}

.header-bottom a {
    display: block;
    text-align: center;
}

.header-bottom .apple-btn {
    width: 40%;
    margin-bottom: 20px;
}

.header-bottom-img,
.lumity-app-img,
.mobile-mockup2,
.explore-1-left,
.explore-2-right {
    position: relative;
}

.mobile-mockup2 {
    margin-bottom: 50px;
}

.mobile-mockup2 img {
    width: 80%;
    margin: auto;
    display: block;
}

.lumity-app-img {
    margin-bottom: 100px;
}

.lumity-app-img img,
.mobile-mockup2 img {
    padding-bottom: 30px;
}

.header-bottom .header-bottom-img img,
.explore-1-left img,
.explore-2-right img {
    width: 60%;
    height: 600px;
    margin: auto;
    display: block;
    object-fit: contain;
    padding-bottom: 30px;
}

.header-bottom .overlay::before,
.lumity-app-img .overlay::before,
.mobile-mockup2 .overlay::before,
.explore-1-left .overlay::before,
.explore-2-right .overlay::before {
    content: "";
    width: 80%;
    height: 40px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    background: rgba(176, 176, 176, 0.50);
    filter: blur(15px);
    border-radius: 50%;
}

.explore-1-left .overlay::before,
.explore-2-right .overlay::before {
    width: 95%;
}

.lumity-app-img .overlay::before,
.mobile-mockup2 .overlay::before {
    width: 100%;
}

.header-box {
    background: #000000;
}

.header-box-content .header-box-btn,
.new-text .header-box-btn {
    margin: 30px 0;
    width: 80%;
    color: white;
    border: none;
    background: linear-gradient(180deg, #FFF -9%, #9796F0 15%, #9796F0 85%, #FFF 136%);
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 70px;
}

.header-box-content .header-box-btn:hover,
.new-text .header-box-btn:hover {
    color: #202529;
}

.new-text {
    padding-top: 100px;
}

.header-box-content h1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(90deg, #6a68f2 0%, #f87797 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
}

/* mobile-mockup */
.mobile-mockup {
    padding: 100px 0;
    position: relative;
    background: #000000;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.mobile-mockup h1 {
    color: #fff;
    /* opacity: 0.8; */
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 70px;
}

.mobile-mockup .mobile-mockup-img {
    width: 100%;
}

.mobile-mockup .mobile-mockup-img-big {
    position: absolute;
    left: -13%;
    top: 10%;
    width: 20%;
}

.mobile-mockup .mobile-mockup-img-small {
    position: absolute;
    width: 5%;
    bottom: 20%;
    right: 2%;
}

/* mobile-mockup */

/* explore */
.explore {
    padding: 100px 0;
    background-color: #000000;
    border-bottom: 1px solid #fff;
}

.explore-top {
    margin-bottom: 100px;
}



.explore .explore-1-right img {
    width: 100px;
    margin-bottom: 30px;
}

.explore .explore-1-right h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.explore .explore-1-right p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
}

/* .explore .explore-2-right img {
    width: 80%;
} */

.explore .explore-2-left img {
    width: 100px;
    margin-bottom: 30px;
}

.explore .explore-2-left h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.explore .explore-2-left p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
    /* opacity: 0.6; */
}

/* explore */
/* books */
.books {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 2px solid #fff;
}

.books h1 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 70px;
}

.books h2 {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 600;
    text-align: center;

}

.books-bottom img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.books .card {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 90px 0 60px;
    background: transparent;
}

.books-bottom h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

/* books */
/* quote */
.quote {
    padding: 100px 0;
    background: #000000;
    border-bottom: 2px solid #fff;
}

.quote img {
    width: 20%;
    margin-bottom: 50px;
}

.quote h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
}

.quote p {
    font-size: 34px;
    line-height: 47px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
}

.quote h2 {
    text-decoration: underline;
    color: #000000;
    opacity: 0.6;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 30px;
    position: relative;
}

.quote h2::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    left: 41%;
    border-radius: 5px;
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* quote */

.new-blog-wrapper h3 {
    color: #FFF;
    font-family: Playfair Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new-blog-wrapper p {
    color: #FFF;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
}

.new-blog-wrapper .btn {
    width: 300px;
    height: 50px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF -9%, #9796F0 15%, #9796F0 85%, #FFF 136%);
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.new-blog-wrapper .btn:hover {
    color: var(--bs-btn-active-color);
}

.new-blog-wrapper img {
    height: 350px;
    /* object-fit: cover; */
    border-radius: 30px;
}

.home-logo a {
    text-decoration: none;
}

.home-logo a img {
    width: 165px;
    height: 100px;
}

.home-logo a h3 {
    background: linear-gradient(180deg, #FFF 0%, #9796F0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
    font-family: Playfair Display;
    font-size: 60px;
    font-weight: 600;
}

.home-logo a span {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}


.header-box-text p,
.header-box-text h6 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
    font-size: 30px;
    font-weight: 400;
}


.header-box-text h3 {
    text-align: center;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
    font-size: 40px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-text p {
    color: #FFF;
    text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.15);
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}

.pink-text,
.summit-text p i {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    text-align: center;
}

.summit-text p i strong {
    font-weight: 600 !important;
}

.service-wrapper {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 20px 50px;
}

.service-wrapper h6 {
    color: #FFF;
    font-family: Playfair Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-wrapper ul li {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.service-wrapper ul li i {
    font-size: 16px;
}

.view-link {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.welcome-info-wrapper h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.explore-1-right {
    margin-left: -100px;
}

.explore-2-left,
.header-bottom-margin {
    margin-right: -100px;
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .navbar-collapse {
        margin-left: 150px;
    }
}


@media (max-width: 1399.98px) {
    .header-wrapper {
        padding: 0 10px;
    }

    .header-wrapper .nav-item {
        margin: 0 10px;
    }

    .welcome-wrapper p,
    .thik-positive-wrapper p,
    .email-wrapper p,
    .financial-info-wrapper p,
    .contact-wrapper p {
        font-size: 24px;
    }

    .footer li a {
        font-size: 18px;
    }

    .footer h3 {
        font-size: 32px;
    }

    /* old css */

    .header-bottom h2 {
        font-size: 45px !important;
    }

    .header-bottom h6 {
        font-size: 30px !important;
    }

    .header-bottom p {
        font-size: 22px !important;
    }

    .header-box-content .header-box-btn,
    .new-text .header-box-btn {
        font-size: 26px !important;
    }

    .header-box-content h1 {
        font-size: 26px !important;
    }

    .mobile-mockup h1 {
        font-size: 26px !important;
    }

    .explore .explore-1-right h4 {
        font-size: 30px !important;
    }

    .explore .explore-1-right p {
        font-size: 20px !important;
    }

    .explore .explore-2-left h4 {
        font-size: 30px !important;
    }

    .explore .explore-2-left p {
        font-size: 20px !important;
    }

    .books h1 {
        font-size: 26px !important;
    }

    .quote h3 {
        font-size: 30px !important;
    }

    .quote p {
        font-size: 26px !important;
    }

    .quote h2 {
        font-size: 26px !important;
    }

    .navbar-collapse {
        margin-left: 150px;
    }

    /* old css */
}

@media (max-width: 1199.98px) {

    .welcome-wrapper p,
    .thik-positive-wrapper p,
    .email-wrapper p,
    .financial-info-wrapper p,
    .contact-wrapper p {
        font-size: 20px;
    }

    .testimonials-text p {
        font-size: 18px;
    }

    .welcome-wrapper h3,
    .contact-wrapper h3,
    .anunual-text p {
        font-size: 40px;
    }

    .contact-wrapper span {
        font-size: 22px;
    }

    .financial-wrapper img,
    .business-wrapper img {
        height: 400px;
    }

    .thik-positive-wrapper img {
        height: auto;
    }

    .header-wrapper .nav-item .nav-link {
        text-align: center;
    }

    .header-wrapper .nav-item.active .nav-link {
        border-radius: 5px;
        background: #00000012;
    }

    .header-bg img {
        display: none;
    }

    .navbar-collapse {
        margin-left: 0px;
    }
}

@media (max-width: 991.98px) {



    .new-blog-wrapper p {
        text-align: center;
    }

    .explore-1-right,
    .explore-2-left {
        /* margin-top: 100px; */
        margin-bottom: 70px;
    }

    .explore-2-right{
        margin-bottom: 50px;
    }

    .header-bottom {
        padding: 0;
        color: #fff;
    }

    .welcome-wrapper p,
    .thik-positive-wrapper p,
    .email-wrapper p,
    .financial-info-wrapper p,
    .contact-wrapper p {
        font-size: 18px;
    }

    .testimonials-text p {
        font-size: 14px !important;
    }

    .welcome-wrapper h3,
    .contact-wrapper h3,
    .lumity-app-wrap .card h3,
    .anunual-text p,
    .welcome-wrapper span {
        font-size: 30px;
    }

    .financial-wrapper img,
    .business-wrapper img {
        height: 300px;
    }

    .financial-wrapper h3,
    .business-wrapper h3,
    .contact-wrapper span,
    .testimonials-text p {
        font-size: 20px;
    }

    .lumity-app-wrap .btn,
    .welcome-wrapper .btn,
    .Testimonials-wrapper .btn {
        width: 100% !important;
        font-size: 25px !important;
        height: 65px !important;
    }

    .book-wrapper .btn {
        font-size: 25px;
        height: 65px;
    }

    .blog-wrapper {
        height: 250px;
    }

    .blog-text p {
        font-size: 40px;
    }

    .testimonials-thumb .vector {
        display: none !important;
        width: 60px;
        height: 40px;
        margin-left: 15px;
    }

    .owl-prev {
        left: -70px;
    }

    .owl-next {
        right: -70px;
    }

    .devloper-info-wrapper img {
        width: 100%;
        height: 150px;
    }

    .devloper-info-wrapper h3 {
        width: auto;
        font-size: 30px;
    }

    .devloper-info-wrapper p {
        font-size: 18px;
    }

    .post-wrapper h3 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        margin: 30px 0;
    }

    /* old css */

    .header-bottom h2 {
        font-size: 43px !important;
        margin-top: 80px;
    }


    .header-bottom h6 {
        font-size: 28px !important;
    }

    .header-bottom p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .header-box-content h1 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .header-box-content .header-box-btn,
    .new-text .header-box-btn {
        width: 100% !important;
        font-size: 20px !important;
    }

    .mobile-mockup h1 {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .mobile-mockup .mobile-mockup-img-big,
    .mobile-mockup .mobile-mockup-img-small {
        display: none !important;
    }

    .books h1 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .quote p {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .books-bottom img {
        width: 80px !important;
    }

    .books .card {
        padding: 40px 0 !important;
    }

    .books-bottom h3 {
        font-size: 25px !important;
    }

    .mission-info p,
    .about-info p {
        font-size: 20px;
    }

    .service-wrapper {
        padding: 20px;
    }

    .service-wrapper h6 {
        font-size: 30px;
    }

    .service-wrapper ul li {
        font-size: 20px;
    }

    .footer-line {
        grid-template-columns: 1fr;
    }

    .explore-1-right {
        margin-left: 0;
    }

    .explore-2-left,
    .header-bottom-margin {
        margin-right: 0;
    }

    /* .explore .explore-2-right {
        order: -1;
    } */
    .explore .explore-1-right {
        order: -1;
    }

    /* old css */
}

@media (max-width: 767.98px) {

    .header-bottom .header-bottom-img img {
        /* object-fit: inherit; */
        height: 350px;
    }

    .lumity-app-wrap h3 {
        margin-top: 0;
    }

    .explore-2-left {
        margin-top: 100px;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .header-bottom {
        padding: 40px 0 0;
        color: #fff;
    }

    .lumity-app-wrap .btn,
    .welcome-wrapper .btn,
    .Testimonials-wrapper .btn {
        font-size: 20px !important;
        height: 55px !important;
    }

    .book-wrapper .btn {
        font-size: 22px;
        height: 55px;
    }

    .lumity-app-wrap .card h3,
    .anunual-text p,
    .welcome-wrapper span,
    .about-info p {
        font-size: 25px;
    }

    .blog-wrapper {
        height: 200px;
    }

    .blog-text p {
        font-size: 35px;
    }

    .email-wrapper .btn {
        font-size: 20px;
    }

    .testimonials-thumb img {
        width: 75% !important;
        height: 300px !important;
        /* margin-bottom: 20px; */
        margin: auto;
    }

    .testimonials-text{
        margin-top: 20px;
    }

    .testimonials-text p,
    .about-info ul li {
        font-size: 18px;
    }

    .mission-info h3,
    .about-info h3,
    .podcast-info-wrapper p,
    .blog-details-wrapper p {
        font-size: 30px;
    }

    .podcast-info-wrapper h3,
    .blog-details-wrapper h3 {
        font-size: 30px;
        margin: 15px 0;
    }

    .podcast-info-wrapper img,
    .blog-details-wrapper .blog-info-thumb img,
    .about-info img,
    .mission-info .mission-thumb img,
    .financial-info-wrapper img {
        width: 100%;
        height: 300px;
    }

    .blog-details-wrapper .blog-info-thumb h6 {
        font-size: 50px;
    }

    .contact-wrapper span {
        font-size: 18px;
        margin: 20px 0;
    }

    .post-btn .btn {
        width: 100px;
    }

    .footer-logo {
        width: 300px;
    }

    .footer ul {
        grid-template-columns: auto;
        margin: auto;
        display: block;
        max-width: max-content;
    }

    .footer h3 {
        text-align: center;
    }

    .footer-line {
        font-size: 14px;
    }

    /* old css */
    /* .books-bottom img {
        width: 50px !important;
    } */

    .books-bottom h3 {
        font-size: 20px !important;
    }

    .books .card {
        padding: 30px 0 !important;
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        -ms-border-radius: 20px !important;
        -o-border-radius: 20px !important;
    }

    .navbar .logo-brand img {
        width: 100% !important;
    }

    .mobile-mockup .mobile-mockup-img {
        margin-bottom: 30px !important;
    }

    .header-bottom p {
        margin-bottom: 30px !important;
        font-size: 18px !important;
    }

    .header-bottom .apple-btn {
        width: 50% !important;
        margin-bottom: 30px !important;
    }

    .header-bottom .header-bottom-img {
        order: -1;
    }

    .header-box-content h1 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .mobile-mockup {
        padding: 50px 0 !important;
    }

    .mobile-mockup h1 {
        font-size: 18px !important;
        line-height: 30px !important;
        margin-bottom: 40px !important;
    }

    .explore {
        padding: 50px 0 !important;
    }

    .explore .explore-1-left img {
        width: 100% !important;
    }



    .explore .explore-2-right img {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .explore .explore-1-right,
    .explore .explore-2-left {
        text-align: center !important;
    }

    .books h1 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .books .card {
        margin-bottom: 30px !important;
    }

    .books {
        padding: 50px 0 !important;
    }

    .quote {
        padding: 50px 0 !important;
    }

    .quote h3 {
        font-size: 24px !important;
    }

    .quote p {
        font-size: 18px !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
    }

    .quote h2::before {
        left: 36% !important;
    }

    .mission-info p,
    .about-info p {
        font-size: 18px;
    }



    .new-blog-wrapper h3 {
        font-size: 36px;
    }

    .new-blog-wrapper .btn {
        margin: auto;
        display: block;
    }

    .home-logo a img {
        width: 130px;
        height: 75px;
    }

    .home-logo a h3 {
        font-size: 40px;
    }

    .home-logo a span {
        font-size: 14px;
    }

    .header-box-text p,
    .header-box-text h6,
    .header-box-text p,
    .new-text p,
    .lumity-app-wrap p {
        font-size: 20px;

    }

    .header-box-text h3 {
        font-size: 36px;
    }

    .pink-text,
    .summit-text p i {

        font-size: 20px !important;

    }

    .explore-top {
        margin-bottom: 50px;
    }

    .footer-thumb{
        margin: auto;
        display: block;
        max-width: max-content;
    }

    .service-wrapper ul li i {
        font-size: 10px;
    }

    /* old css */
}

@media (max-width: 575.98px) {
    .new-blog-wrapper p {
        margin-top: 20px;
    }

    .navbar-brand span {
        font-size: 12px;
    }

    .navbar-brand h3 {
        font-size: 28px;
    }

    .navbar-brand img {
        width: 62px;
        height: 40px;
    }

    .header-bottom h6 {
        font-size: 22px !important;
    }

    .header-bottom h2,
    .lumity-app-wrap h3 {
        font-size: 36px !important;
    }
}