@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: "Inter", serif;
}

.nav-header {
    padding: 20px 0px;
}
.active-link{
    color: rgba(41, 74, 112, 1) !important;
    font-weight: 700 !important;
    border-bottom: 3px solid rgba(41, 74, 112, 1) !important;
    /* border-radius: 2px; */
}

.logo-img {
    width: 60px;
    margin-right: 12px;
}

.logo_img_peace {
    width: 55px;
}

.nav_list {
    list-style: none;
    gap: 50px;
}

.nav_list li a.active_link {
    font-size: 18px;
    color: rgba(41, 74, 112, 1);
    font-weight: 700;
    border-bottom: 3px solid rgba(41, 74, 112, 1);
}
.nav_list li a:hover {
    color: rgba(41, 74, 112, 1);
    border-bottom: 3px solid rgba(41, 74, 112, 1);
    
}
.btn-started:hover{
    background: rgba(21, 59, 98, 1);
}
.list_tab li a:hover{
    background: rgba(21, 59, 98, 1);
    color: #fff;
    border-radius: 12px;
}
.list_tab li a.inactive-tab{
        padding: 15px 25px;
}

.nav_list li a {
    font-size: 18px;
    padding: 10px 8px;
    color: rgba(57, 57, 57, 1);
    font-weight: 400;
}

.nav_list li a:hover {
    text-decoration: none;
}
.btn-nav{
    background: rgba(104, 142, 192, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: none;
    margin: 2px;
    padding: 2px  ;
}
.btn-started {
    background: rgba(104, 142, 192, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 8px;
}

.btn-started:hover {
    color: rgba(255, 255, 255, 1);
}

.btn-started1 {
    color: #294A70;
    background: rgba(255, 255, 255, 1);
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.btn-started1:hover {
    color: rgba(104, 142, 192, 1);
}

.mobile-header {
    display: none;
}

.menu_icon {
    font-size: 35px;
}

.hero-sec {
    background: url(../images/hero_bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: -webkit-fill-available;
    position: relative;
}

.meditation-hero-sec{
    background: url(../images/hero2_bg_img.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: -webkit-fill-available !important;
    position: relative !important;
}

.sleep-hero-sec{
    background: url(../images/sleep-hero-img.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: -webkit-fill-available !important;
    position: relative !important;
}

.cbt-hero-sec{
    background: url(../images/cbt-hero-img.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: -webkit-fill-available !important;
    position: relative !important;
}
.cbt-feature-sec{
    background: url(../images/cbt-feature-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: -webkit-fill-available !important;
    position: relative !important;
}

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

.middle-image{
    display: flex !important;
    justify-content: center !important;
}
.hero-middle-img{
    width: 70% !important;
}

.hero-middle-img1{
    width: 40% !important;
}
.hero-middle-img2{
    width: 70% !important;
}


.hero-sec::before {
    content: '';
    position: absolute;
    background: url(../images/hero_img_before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12%;
    height: 200px;
    top: -15px;
    right: 0;
}

.hero-sec::after {
    content: '';
    position: absolute;
    background: url(../images/hero_img_after.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 300px;
    bottom: -15px;
    left: 0;
}

.fog_img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: url(../images/hero_img_fog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.para_begin {
    font-family: "Allison", serif;
    font-weight: 400;
    color: rgba(251, 255, 169, 1);
    font-size: 78px;
    line-height: 78px;
}

.content-hidden {
    visibility: hidden;
}
#navbar-menu {
    display: none;
}
#navbar-menu.show {
    display: flex;
}
.nav_list {
    transition: all 0.3s ease-in-out;
}
.btn_peace {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}

.txt_begin {
    font-weight: 500;
}

.para_ever {
    font-style: 18px;
    font-weight: 500;
    line-height: 28px;
}

.gallery_sec {
    position: relative;
}

/* .gallery_sec::before {
    content: '';
    position: absolute;
    background: url(../images/about_before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8%;
    height: 278px;
    top: 0px;
    right: 0;
    z-index: 22222;
}

.gallery_sec::after {
    content: '';
    position: absolute;
    background: url(../images/about_after.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6%;
    height: 151px;
    bottom: -11px;
    left: 0;
} */

.txt_medi {
    font-weight: 400;
}

.txt_medi span {
    font-weight: 500;
    color: rgba(64, 116, 177, 1);
}

.vector_img {
    position: absolute;
    width: 14%;
    transform: translate(44px, 0px);
}
.vector_img_02 {
    position: absolute;
    width: 10%;
    transform: translate(30px, 0px);
}
.vector_img_03 {
       position: absolute;
    width: 28%;
    transform: translate(-50px, 0px);
}

.vector_img1 {
    position: absolute;
    width: 9%;
    transform: translate(-220px, 0px);
}
.vector_img2 {
    position: absolute;
    width: 12%;
    transform: translate(50px, 0px);
}
.vector_img3 {
    position: absolute;
    width: 14%;
    transform: translate(117px, 0px);
}

.vector_img4 {
    position: absolute;
    width: 13%;
    transform: translate(-117px, -6px);
}

.para_medi {
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    font-size: 18px;
    line-height: 32px;
}

.list_tab {
    list-style: none;
}


.active-tab {
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    background: rgba(104, 142, 192, 1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 1);
    padding: 15px 25px;
    font-size: 18px;
}

.active-tab:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;

}

.inactive-tab {
    color: rgba(104, 142, 192, 1);
    font-family: "Nunito Sans", serif;
    font-weight: 700;
}

.inactive-tab:hover {
    text-decoration: none;
}

.tab_content {
    border: 0.2px solid rgba(232, 242, 255, 0.2);
    background: rgba(248, 251, 255, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 65px;
    border-radius: 12px;
}

.txt_join {
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    color: rgba(41, 74, 112, 1);
}

.para_explore {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
}

.txt_dream {
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    color: rgba(41, 74, 112, 1);
}

.para_style {
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    color: rgba(101, 101, 101, 1);
}

.btn-free {
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    background: rgba(104, 142, 192, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    font-size: 18px;
    padding: 12px 30px;
}

.btn-free:hover {
    color: rgba(255, 255, 255, 1);
}

.meditation_app_sec {
    position: relative;
}

.meditation_app_sec::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/tab_before_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 300px;
}

.meditation_app_sec::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/tab_after_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    height: 300px;
}

audio {
    margin: auto;
    display: flex;
}

audio::-webkit-media-controls-enclosure {
    border-radius: 50px;
    background-color: #DEE7F2;
}

.list_tab {
    flex-wrap: wrap;
}

.testimonial_slide {
    /* background: url(../images/white_dove_flying_sky_img.png); */
    background: url(../images/white-dove-flying-sky\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px;
}
.testimonial_carousel{
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(4px);
    padding: 15px 40px;

}
.text-quote{
    color: rgba(255, 255, 255, 1);
    font-family: 'Inter';
    font-weight: 700;
}
.slide_para {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    /* font-size: 28px; */
    /* font-size: 22px; */
    font-size: 18px;
    line-height: 40px;
}

.slide_para span {
    font-weight: 700;
}

.slide-dot ul {
    list-style: none;
    gap: 12px;
    margin-top: 20px;
}

.dot.active {
    background: rgba(255, 255, 255, 1);
    width: 45px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(104, 142, 192, 1);
}

.dot {
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.2);   
    width: 35px;
    height: 35px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.testimonial_carousel {
    display: none;
    font-size: 18px;
    font-weight: bold;
}

.testimonial_carousel.active {
    display: block;
}

.cloud-sec {
    background: url(../images/cloudy_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    padding: 20px 0px;
}
.cloud-sec h5{
    color: #294A70;
}

.face_vector_img {
    width: 75px;
}

.face_vector_img_right {
    width: 60px;
}

.peace_app-sec {
    background: url(../images/peace_app_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    padding: 20px 0px;
    position: relative;
    /* margin-top: 200px; */
    margin-top: 70px;
}

.peace_img {
    position: absolute;
    top: 0;
    left: 0px;
    /* transform: translate(-22px, -128px);
    width: -webkit-fill-available; */
        /* transform: translate(-22px, -88px); */
        transform: translate(150px, -88px);
    width: 50%;
    display: flex;
    margin: auto;
}

.txt_download {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.txt_download span {
    font-weight: 700;
    color: rgba(21, 59, 98, 1);
}

.txt_dive {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.google_img img {
    width: 200px;
}

.google_img {
    gap: 20px;
    flex-wrap: wrap;
}

.vector_img_1 {
    position: absolute;
    width: 7%;
    transform: translate(80px, 0px);
}

.para_feedback {
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
}

.user_sec {
    margin-top: 200px;
}

.card_border {
    border: 3px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 0px 18.9px 0px rgba(0, 0, 0, 0.1);
}
.card_border:hover{
    background: rgba(104, 142, 192, 1);
}
.card_border:hover .txt_card{
    color: #fff;
}
.card_border:hover .card_para{
    color: #fff;
}

.card_img {
    width: 155px;
}

.txt_card {
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
}

.card_para {
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
}

.footer {
    background: url(../images/footer_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    padding: 20px 0px;
    position: relative;
}

.txt_footer {
    font-weight: 600;
    font-family: 'Poppins';
}

.footer_logo {
    width: 200px;
}

.footer-img img {
    width: 200px;
}

.list_footer {
    list-style: none;
    line-height: 45px;
}

.list_footer li a {
    font-size: 15px;
}

.form_footer {
    background: #96B1CD;
    padding: 20px 25px;
    border-radius: 12px;
}

.txt_news {
    font-weight: 600;
    font-family: 'Poppins';
}

.input_form {
    background: rgba(65, 65, 65, 0.1);
    height: 55px;
    font-weight: 400;
    font-family: 'Poppins';
    color: rgba(255, 255, 255, 1) !important;
}

.input_form::placeholder {
    color: rgba(255, 255, 255, 1) !important;
}

.input_form:focus {
    background: rgba(65, 65, 65, 0.1) !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-white {
    background: rgba(255, 255, 255, 1);
    color: rgba(41, 74, 112, 1);
    font-weight: 500;
    font-family: 'Poppins';
    padding: 15px 32px;
    position: absolute;
    right: 0;
    transform: translate(-40px, -54px);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.para_stay {
    color: rgba(222, 236, 255, 1);
}

.social-img {
    gap: 25px;
}

.social-img img {
    width: 35px;
}

.about_hero_sec {
    background: url(../images/about_bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    padding: 20px 0px;
    position: relative;
}

.overlay_img {
    position: absolute;
    background: url(../images/about_overlay_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    width: 100%;
    top: 0;

}

.about_hero_txt {
    background: linear-gradient(97.8deg, #294A70 -1.59%, #4E8DD6 76.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
}

.horizontal-line {
    border: 3px solid rgba(104, 142, 192, 1);
    width: 200px;
}

.about_hero_para {
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    font-size: 18px;
}

.about_hero_img {
    width: 70%;
    display: flex;
    margin: auto;
}

.btn-learn {
    background: rgba(104, 142, 192, 1);
    border: 2px solid rgba(104, 142, 192, 1);
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;

    border-radius: 10px;
}

.btn-learn:hover {
    background: #fff !important;
    border: 2px solid rgba(104, 142, 192, 1);
    color: #294A70;
}

.btn-video {
    border: 2px solid rgba(104, 142, 192, 1);
    color: rgba(104, 142, 192, 1);
    padding: 15px 40px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;

}

.btn-video:hover {
    background: rgba(104, 142, 192, 1);
    border: 2px solid rgba(104, 142, 192, 1);

    color: #fff;
}

.play_circle {
    font-size: 25px;
}

.gap_btns {
    gap: 40px;
}

.txt_about {
    font-weight: 400;
    font-size: 18px;
}

.txt_work {
    font-weight: 600;
    color: rgba(64, 116, 177, 1);
    position: relative;
}

.vector_img_peace {
    width: 20%;
    top: 0px;
    position: absolute;
    transform: translate(-22px, 101px);
}

.txt_does {
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
}

.txt_diverse {
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
}

.yoga_sec {
    position: relative;
}

.yoga_sec::before {
    content: '';
    position: absolute;
    background: url(../images/Yoga_before_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -190px;
    left: 0px;
    width: 24%;
    height: 380px;
}

.yoga_sec::after {
    content: '';
    position: absolute;
    background: url(../images/hero_img_fog.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -190px;
    left: 0px;
    width: 100%;
    /* height: 220px; */
    height: 70px;
}

.expert_solution {
    background: url(../images/peace_solution_bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 830px; */
    height: webkit-fill-available;
    margin-top: 300px;
}

.txt_find {
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
}

.txt_find span {
    font-weight: 600;
    color: rgba(68, 123, 187, 1);
}

.find_img {
    position: absolute;
    width: 165px;
    transform: translate(65px, 1px);
}

.card-title {
    font-weight: 700;
    color: rgba(71, 85, 105, 1);
}

.card-text {
    font-weight: 400;
    color: rgba(71, 85, 105, 1);
    font-size: 14px;
}

.w-30 {
    width: 30px;
}

.text-read {
    color: rgba(104, 142, 192, 1);
    font-family: "Mulish", serif;
    font-weight: 700;
}
.medical_img{
    position: absolute;
    width: 70px;
    background: #fff;
    padding: 1rem;
    border-radius: 50px;
    z-index: 11111111111;
    transform: translate(20px, 15px);
}
.txt_member{
    color: rgba(21, 59, 98, 1);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
.txt_choose{
    color: rgba(73, 73, 73, 1);
    font-weight: 400;
}
.txt_choose span{
    color: rgba(64, 116, 177, 1);
    font-weight: 600;
}
.choose_img{
    position: absolute;
    width: 220px;
    transform: translate(38px, 0px);
}
.plan_package{
    background: rgba(255, 255, 255, 1);
    border: 0.44px solid rgba(208, 208, 208, 1);
    box-shadow: 0px 3.58px 5.37px -1.79px rgba(16, 24, 40, 0.03);
    padding: 20px 12px;
    border-radius: 12px;
}
.txt_price {
  font-weight: 700;
}
.txt_price sup{
    color: rgba(64, 116, 177, 1);
}
.txt_price span{
    color: rgba(21, 59, 98, 1);
    font-size: 40px;
}
.txt_price sub{
    color:rgba(103, 103, 103, 1);
   font-weight: 400;
   font-size: 18px;
}
.sale_txt{
    color: rgba(69, 69, 69, 1);
    font-weight: 400;
}
.sale_txt span{
    color: rgba(41, 74, 112, 1);
    font-weight: 700;
}
.w-45{
    width: 45px;
}
.list_price{
    list-style: none;
}
.list_price li a{
   font-weight: 400;
   font-size: 14px;
   color: rgba(73, 73, 73, 1);
}
.del{
    font-weight: 400;
    position: absolute;
    font-size: 19px;
   color: rgba(73, 73, 73, 1);
}
.btn_offer{
    background: rgba(64, 116, 177, 1);
    color: #fff;
    font-weight: 700;
    padding: 8px;
}
.list_price li a img{
    width: 35px;
}
.list_price li a:hover{
    text-decoration: none;
}
.btn-outline-day{
    padding: 10px 40px;
    background-color: transparent;
    border: 2px solid rgba(104, 142, 192, 1);
    color: rgba(104, 142, 192, 1);
    border-radius: 12px;
    font-weight: 500;
}
.btn-outline-day:hover{
    padding: 10px 40px;
    background-color: rgba(104, 142, 192, 1);
    border: 2px solid rgba(104, 142, 192, 1);
    color: #fff;
}
.star_img_icon{
    width: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(-10px, -2px);
}
.btn-day{
    padding: 10px 40px;
    background-color: rgba(104, 142, 192, 1);
    border: 2px solid rgba(104, 142, 192, 1);
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
}
.btn-day:hover{
    padding: 10px 40px;
    background-color: transparent;
    border: 2px solid rgba(104, 142, 192, 1);
    color: rgba(104, 142, 192, 1);
    border-radius: 12px;
    font-weight: 500;
}
.btn-buy{
    padding: 10px;
    background-color: transparent;
    border: 2px solid rgba(104, 142, 192, 1);
    color: rgba(104, 142, 192, 1);
    border-radius: 12px;
    font-weight: 500;
}
.btn-buy:hover{
    background-color: rgba(104, 142, 192, 1);
    border: 2px solid rgba(104, 142, 192, 1);
    color: #fff;
}
.faq_txt{
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
}
.faq_para{
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
}
.chevron-down{
    font-size: 28px;
}
.accordion{
    cursor: pointer;
}
.accordion h5{
    font-weight: 500;
    font-size: 16px;
}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.about_hero_sec::before{
    content: '';
    position: absolute;
    background: url(../images/about_img_before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
    width: 6%;
    height: 544px;
    z-index: 1111111;
}
.about_hero_sec::after{
    content: '';
    position: absolute;
    background: url(../images/about_img_after.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    width: 42%;
    height: 544px;
    z-index: 1111111;
}
.txt_connect{
    font-weight: 400;
    color: rgba(21, 59, 98, 1);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.txt_contact{
    color: rgba(73, 73, 73, 1);
    font-weight: 400;
}
.para_contact{
    color: rgba(73, 73, 73, 1);
    font-weight: 400;
    font-size: 14px;
}
.contact_form{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1.94px 10px 0px rgba(75, 75, 75, 0.15);
    padding: 15px 35px;
}
.txt_label{
    color: rgba(73, 73, 73, 1);
    font-weight: 500;
}
.input_field{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    border-radius: 12px;
    height: 50px;
    color: rgba(73, 73, 73, 1);
    font-weight: 400;
    border: 1px solid rgba(104, 142, 192, 1);
}
.input_field::placeholder{
    font-size: 12px;
}

.input_field:focus{
    border: 1px solid rgba(73, 73, 73, 1) !important;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: none;
}
.btn-msg{
    background: rgba(104, 142, 192, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 18px;
    padding: 12px;
}
.btn-msg:hover{
    color: #fff;
}

.contact_hero_sec{
    position: relative;
}
.contact_hero_sec::before{
    position: absolute;
    content: '';
    background: url(../images/contact_before_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 16%;
    height: 400px;
    left: 0px;
    bottom: 0px;
}
.contact_hero_sec::after{
    position: absolute;
    content: '';
    background: url(../images/contact_after_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 16%;
    height: 400px;
    right: 0px;
    bottom: 0px;
}
.line-before-img{
    position: absolute;
    background: url(../images/about_img_before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0;
    width: 6%;
    height: 544px;
    z-index: 1111111;
}
.line-after-img{
    position: absolute;
    background: url(../images/about_img_after.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    width: 42%;
    height: 544px;
    z-index: 1111111;
}
.fog_img_contact {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: url(../images/hero_img_fog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.form_contact_wrapper{
    position: relative;
    z-index: 1111111;
}
.txt_newsletter{
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
}
.para_newsletter{
    font-weight: 400;
    color:rgba(73, 73, 73, 1);
}
.envelope_img{
    position: absolute;
    left: 0px;
    width: 25px;
    transform: translate(13px, -34px);
}
.btn_sub{
    background: rgba(104, 142, 192, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    padding: 12px;
    position: absolute;
    right: 0px;
    transform: translate(-15px, -50px);
        border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.footer-inner{
    background: rgba(0, 0, 0, 0.1);

}
.pr-20{
    padding-right: 165px;
}
.btn_sub:hover{
    color: rgba(255, 255, 255, 1);
}
.w-120{
    width: 120px;
}
.signup_hero_sec{
    background: url(../images/about_bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: -webkit-fill-available;
    padding: 20px 0px;
    position: relative;
}
.txt_testimonial{
    font-weight: 500;
    color: rgba(73, 73, 73, 1);
}
.para_testimonial{
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    font-size: 15px;
}
.signup_hero_sec::before{
    position: absolute;
    content: '';
    background: url(../images/contact_before_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20%;
    height: 320px;
    left: 0px;
    bottom: 0px;
    z-index: 111111 ;
}

.btn-signup{
    background: rgba(104, 142, 192, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    border-radius: 12px;
}
.btn-signup:hover{
    color: #fff;
}
.show_icon{
    position: absolute;
    right: 0px;
    font-size: 28px;
    position: absolute;
    right: 0px;
    font-size: 25px;
    transform: translate(-11px, -36px);
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
    color: #DBDBDB;
    cursor: pointer;
}
.txt_using{
    font-weight: 400;
    font-size: 11px;
}
.txt_keat{
        font-weight: 500;
        font-size: 12px;
}
.br-12{
    border-radius: 12px;
}
.bg-anxiety{
    background: linear-gradient(180deg, rgba(64, 116, 177, 0.3) 0%, rgba(255, 255, 255, 0) 101%);
}
.text-percent{
    font-family: 'Inter';
    font-weight: 700;
    color: rgba(21, 59, 98, 1);
}
.text-anxiety{
   font-family: 'Inter';
    font-weight: 600;
    color: rgba(21, 59, 98, 1); 
}
.para-anxiety{
  font-family: 'Inter';
    font-weight: 400;
    color: rgba(73, 73, 73, 1);  
}
.text-stress{
    color: rgba(41, 74, 112, 1);
    font-family: 'Inter';
    font-weight: 500;
}
.bg-section-girl{
    background: url('../images/bg-girl-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 610px;
}

.icon-active-img-01{
    width: 50px;
}
.icon-img-01{
    width: 50px;
    display: none;
}
.faq-text{
    cursor: pointer;
}
.before-img-dot {
    /* content: ''; */
    position: absolute;
    bottom: 0px;
    background: url(../images/dots-img-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0px;
    width: 10%;
    height: 135px;
    z-index: -1;
    transform: translate(-70px, 55px);
}
.br-20{
    border-radius: 20px;
}
.btn_sub:hover{
        background: rgba(21, 59, 98, 1);
}
.btn-started1:hover{
    background: rgba(104, 142, 192, 1);
    color: #fff;
}
.facebook-icon{
        background: rgba(255, 255, 255, 1);
    padding: 8px;
    font-size: 28px;
    border-radius: 50px;
    color: rgba(43, 94, 147, 1);
}
.facebook-icon:hover{
        background: rgba(104, 142, 192, 1);
    color: #fff;
}
@media screen and (max-width:767px) {
    .gallery_sec .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .social-img{
        margin-top: 10px !important;
    }
    .newsletter_sec{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .br-20{
        margin-top: 0px !important;
        padding: 0px !important;
    }
    .para_newsletter br{
        display: none;
    }
    .txt_medi{
        margin-top: 0px !important;
        font-size: 22px;
    }
    .para_medi {
        font-size: 15px;
        line-height: 25px;
    }
    .cloud-sec .row{
        padding-top: 0px !important;
    }
    .cloud-sec .row .col-md-4{
        padding-top: 10px !important;
    }
    .user_sec .row{
        margin-top: 20px !important;
    }
    
    .para_medi br{
        display: none;
    }
    .signup_hero_sec .row{
        margin-top: 0px !important;
    }
    .w-120 {
        display: none !important;
    }
    .txt_testimonial {
        font-size: 22px;
        text-align: center;
    }
    .para_testimonial br{
        display: none;
    }
    .para_testimonial{
        text-align: center;
    }
    .txt_using{
        padding-top: 10px !important;
    }
    .faqs_sec{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .faq_txt {
        font-size: 22px;
    }
    .newsletter_sec .row{
        margin-top: 0px !important;
        padding-top: 15px !important;
    }
    .txt_newsletter {
        font-size: 22px;
        text-align: center;
    }
    .para_newsletter{
        text-align: center;
    }
    .plan_package{
        margin-bottom: 20px;
    }
    .plan_package h3{
        margin-left: 10px !important;
        font-size: 18px;
    }
    .w-45 {
        width: 35px;
    }
    .txt_choose {
        font-size: 32px;
    }
    .btn_offer {
        font-size: 12px;
    }
    .yoga_sec::after {
        display: none !important;
    }
    .expert_solution {
        background: transparent !important;
        height: -webkit-fill-available;
        margin-top: 0px !important;
    }
    .expert_solution .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 20px !important;
    }
    .meditation_app_sec .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 20px !important;
    }
    /* .txt_medi{
        margin-top: 0px !important;
        padding-top: 20px !important;
    } */
    .card{margin-bottom: 20px;}
    .gap_btns {
        gap: 12px;
    }
    .txt_does {
        font-size: 35px;
    }
    .txt_peace br {
        display: none;
    }
    .txt_peace  {
        font-size: 14px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .txt_find {
        font-size: 22px;
    }
    .find_img{
        display: none;
    }
    .para_enjoy{
        font-size: 15px;
    }
    .txt_diverse {
        font-size: 22px;
    }

    .about_hero_sec .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .btn-learn {
        width: -webkit-fill-available;
    }

    .btn-video {
        width: -webkit-fill-available;
        justify-content: center !important;
    }

    .about_hero_img {
        width: 100%;
        display: flex;
        margin: auto;
    }

    .about_hero_para {
        font-size: 15px;
    }

    .about_hero_txt {
        font-size: 30px;
    }

    .yoga_sec .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .vector_img_peace {
        display: none;
    }

    .mobile-card {
        display: none;
    }

    .yoga_sec::before {
        display: none !important;
    }

    .btn-white {
        position: inherit !important;
        transform: none !important;
        margin-top: 15px;
        width: -webkit-fill-available;
    }

    .peace_app-sec {
        margin-top: 12px !important;
    }

    .user_sec {
        margin-top: 0px !important;
    }

    .card_border {
        margin-bottom: 20px !important;
    }

    .footer_logo {
        padding-top: 0px !important;
        width: 135px;
    }

    .form_footer {
        padding: 10px 12px;
    }

    .google_img {
        gap: 10px;
    }

    .tab_content {
        padding: 15px 12px;
    }

    .btn-free {
        margin-bottom: 20px !important;
    }

    audio {
        width: -webkit-fill-available;
    }

    .list_tab {
        row-gap: 38px;
    }

    .flex-padding {
        padding: 0px !important;
    }

    .slide_para {
        font-size: 18px;
        line-height: 22px;
    }

    .testimonial_slide {
        background-position: inherit;
        padding: 12px;
    }

    .slide_para {
        text-align: center;
    }

    .flex_vector_img_1 {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }

    .flex_vector_img {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .footer .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .detail {
        text-align: left !important;
    }

    .detail p br {
        display: none;
    }

    .detail h5 {
        font-size: 18px;
    }

    .detail h5 br {
        display: none;
    }

    .peace_img {
        width: 240px;
    }
}



@media screen and (max-width:1160px) {
    .vector_img {
        display: none;
    }

    .vector_img_1 {
        display: none;
    }
    .vector_img_02 {
        display: none;
    }
    .vector_img_03 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .mobile-header {
        display: block;
        padding: 15px 0px;
    }
    .footer .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .testimonial_slide .row{
        margin-left: 0px !important;
    }
    .slide-dot ul{
        margin-bottom: 20px !important;
    }
    .meditation_app_sec .container{
        padding: 0px !important;
    }
    .bg-section-girl{
        height: 450px;
    }
    .nav_list {
            gap: 25px;
    margin-top: 25px !important;
    }
    .btn_sub {
        position: inherit !important;
        transform: none !important;
        margin-top: 20px;
    }
    .line-after-img {
        display: none;
    }
    .contact_hero_sec::before {
        display: none;
    }
    .contact_form {
        padding: 15px;
    }
    .contact_hero_sec::after {
        display: none;
    }
    .line-before-img {
        display: none;
    }
   
    .pr-20 {
        padding-right: 20px !important;
    }
    .choose_img{
        display: none;
    }
    .about_hero_sec::before{
        display: none;
    }
    .about_hero_sec::after{
        display: none;
    }

    .user_sec {
        margin-top: 0px !important;
    }

    .peace_img {
        position: inherit !important;
        transform: none !important;
    }

    .tab_content {
        padding: 0px 15px;
    }

    .gallery_sec::after {
        display: none;
    }

    .gallery_sec::before {
        display: none;
    }

    .meditation_app_sec::before {
        display: none;
    }

    .meditation_app_sec::after {
        display: none;
    }

    .hero-sec::after {
        display: none;
    }

    .content-hidden {
        display: none;
    }

    .btn-started {
        /* margin-bottom: 30px; */
        margin-bottom: 0px;
    }

    .btn-started1 {
        margin-bottom: 30px;
    }

    .para_begin {
        font-family: "Allison", serif;
        font-weight: 400;
        color: rgba(251, 255, 169, 1);
        font-size: 58px;
        line-height: 60px;
    }
    .para_begin-01{
         line-height: 60px !important;
        font-size: 58px !important;
    }
    .para_begin-01 br{
        display: none;
    }
    .para_begin-02{
         line-height: 60px !important;
        font-size: 58px !important;
    }
    .para_begin-02 br{
        display: none;
    }

    .nav-header {
        display: none;
    }

    .hero_content_mobile {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

}
