html,
body{
    font-family: "Manrope", sans-serif;
    scroll-behavior: smooth;
}
a{
    transition: linear 0.5s !important;
    text-decoration: none !important;
}
.w-68{
    width: 68%;
}
.px-10 {
    padding-left: 120px;
    padding-right: 120px;
}
/*===================
    FONT-SIZES
=====================*/
.ft-12{
    font-size: 12px !important;
}
.ft-14{
    font-size: 14px;
}
.ft-15{
    font-size: 15px;
}
.ft-16{
    font-size: 16px !important;
    line-height: 29px !important;
}
.ft-17{
    font-size: 17px !important;
    line-height: 20px !important;
}
.ft-18{
    font-size: 18px !important;
    line-height: 30px;
}
/*===================
    BACKGROUND
=====================*/
.bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
/*===================
        COLORS
=====================*/
.clr-black{
    color: #000000;
}
.clr-white{
    color: #ffffff;
}
.clr-green{
    color: #004C50;
}
.clr-blue{
    color: #12B9C1;
}
.clr-strong{
    color: #303030;
}
/*===================
      BG-COLORS
=====================*/
.bg-blue{
    background-color: #12B9C1;
}
.bg-green{
    background-color: #004C50;
}
.clr-grey{
    color: #888888;
}
.bg-pink{
    background-color: #F05577;
}
.bg-shine-green{
    background-color: #64C112;
}
/*===================
    THEME-BUTTON
=====================*/
.theme-btn a {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 13px 39px;
    border-radius: 10px;
}
.theme-btn .bg-blue:hover {
    background: #004C50;
    color: #ffffff;
}
.theme-btn .img-btn img {
    margin-right: 10px;
}
.theme-btn .transparent {
    border: 1.5px solid #ffffff;
}
.theme-btn .img-btn {
    padding: 13px 21px;
}
.theme-btn .bg-white:hover {
    background: #004C50 !important;
    color: #fff;
}
.theme-btn .img-btn:hover img {
    filter: invert(1) brightness(100);
}
.theme-btn .transparent:hover {
    background: #fff;
    color: #004c50;
}
/*===================
    THEME-CONTENT
=====================*/
.theme_content h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
}
.theme_content h2 {
    font-size: 70px;
    font-weight: 800;
    line-height: 76px;
}
.theme_content.big-ft h2 {
    font-size: 72px;
}
.theme_content p {
    font-size: 25px;
    line-height: 33px;
}
.theme_content ul li {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
}
.grey-overlay {
    background: #F9F9F9;
    width: 100%;
    height: 562px;
    position: absolute;
    z-index: -1;
    top: 60%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.right_arw {
    transform: rotate(180deg);
}
@media (min-width: 1400px) {
.container {
    max-width: 1332px;
}
}
/*===================
        HEADER
=====================*/
header {
    /*padding: 12px 120px;*/
    background: #fff;
    padding: 12px 6.25vw;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0 5px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-right: 90px;
    background: transparent !important;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-link::before {
    content: '';
    background: #12B9C1;
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #12B9C1;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #12b9c1;
}
.navbar-expand-lg .navbar-nav .active.nav-link::before {
    width: 100%;
}
.dropdown-menu {
    border:0;
    border-left: 5px solid #12b9c1;
    padding: 15px;
    box-shadow: 0 0 10px 0 #12b9c124;
}
.dropdown-menu .dropdown-item {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #12b9c163;
    margin-bottom: 10px;
    background: transparent !important;
}
.dropdown-menu li:last-child .dropdown-item {
    padding-bottom: 0;
    border: 0;
    margin: 0;
}
/*===================
    NEW-BANNER
=====================*/
.Home_new-banner .theme-btn .img-btn img {
    filter: invert(1) brightness(100);
}
.Home_new-banner .theme-btn .transparent {
    border-color: #004C50;
}
.new_banner-text h3 {
    font-size: 44px;
    padding-left: 60px;
}
.new_banner-text h2 {
    font-size: 90px;
    line-height: 80px;
    margin: -23px 0 0 0;
}
.Home_new-banner {
    padding-top: 240px;
    padding-bottom: 400px;
}
.icon_text-main .icon_wrap img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.text_wrap h4 {
    font-size: 18px;
    font-weight: 700;
}
.text_wrap p {
    font-size: 12px;
}
.Home_new-banner .container-fluid {
    padding: 0 140px;
}
/*===================
    JOURNEY-SLIDER
=====================*/
#journey__slider {
    background: #FFFFFF;
    box-shadow: 0px 0px 72.2px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 60px;
    padding-top: 120px;
    margin-top: -40px;
}
.Journey_slider-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Journey_slider-sec .container-fluid {
    padding: 0 80px;
}
.journey__slide .journey__head img {
    width: unset !important;
    margin: 0 auto;
}
.journey__slide .journey__head  h2 {
    font-size: 69px;
    font-weight: 900;
    line-height: 76px;
}
.journey__slide p {
    font-size: 25px;
    line-height: 33px;
}
.journey__middle .journey__dashbox {
    background: #FFFFFF;
    border: 3px dashed #12B9C1;
    border-radius: 20px;
    width: 263px;
    padding: 30px 0;
}
.journey__middle .journey__dashbox h3 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
}
.journey__middle .journey__dashbox  img {
    width: 95px !important;
    height: 105px !important;
    margin: 0 auto;
    object-fit: scale-down;
}
.journey__middle.big_dashbox .journey__dashbox {
    width: 100%;
    padding: 20px 40px 10px;
}
.journey__middle.big_dashbox .journey__dashbox h3 {
    font-size: 44px;
    line-height: 76px;
    font-weight: 900;
}
.journey__middle.big_dashbox .journey__simplebox h3 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 800;
}
.journey__middle.big_dashbox .journey__simplebox {
    padding: 22px 40px;
    border-radius: 20px;
}
#journey__slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: -50px;
}
#journey__slider .owl-nav button {
    background: #12B9C1;
    color: #ffffff;
    padding: 14px 33px !important;
    border-radius: 13px;
    font-size: 26px;
    font-weight: 700;
}
#journey__slider .owl-nav .owl-next i {
    margin-left: 15px;
}
#journey__slider .owl-nav .owl-prev i {
    margin-right: 15px;
}
#journey__slider .owl-dots button span {
    width: 11px;
    height: 11px;
    background: #F6F5F5;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
#journey__slider .owl-dots {
    text-align: center;
}
#journey__slider .owl-dots .active span {
    background: #12B9C1;
    width: 31px;
    border-radius: 20px;
}
.center_dashbox  .journey__dashbox {
    width: 55% !important;
    margin: 0 auto;
    padding: 36px 70px !important;
}
.journey__middle .journey__dashbox .coin_img {
    width: 354px !important;
    height: 161px !important;
    object-fit: cover !important;
}
.shipping_tag {
    background: #306E71;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 22px;
    border-radius: 6px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 205px;
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 17px;
  background: #12B9C1;
  border-radius: 110px;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
/*===================
    HOME-SEC-ONE
=====================*/
.Banner_text h1 {
    font-size: 45px;
    line-height: 88%;
    font-weight: 500;
}
.Banner_text h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 105%;
}
.Home_sec-one {
    padding-top: 227px;
    padding-bottom: 157px;
}
.Banner_text p {
    padding-right: 100px;
}
/*===================
    HOME-SEC-TWO
=====================*/
.Home_sec-two {
    padding-top: 140px;
    padding-bottom: 140px;
}
/*===================
    HOME-SEC-THREE
=====================*/
.empower_box {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 22px;
}
.empower_box .empower_icon {
    width: 82px;
    height: 82px;
    background: #12B9C1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.Pillars_sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pillar_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.pillar_img img {
    height: 100%;
    object-fit: cover;
}
.Home_sec-three {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*===================
    HOME-SEC-FIVE
=====================*/
.Home_sec-five,
.Home_sec-seven {
    padding-top: 120px;
    padding-bottom: 120px;
}
.story_box .story_img {
    width: 100%;
    height: 248px;
    overflow: hidden;
    border-radius: 15px;
}
.story_box .story_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: linear 0.5s;
}
.story_box:hover .story_img img {
    transform: scale(1.1);
}
.story_box {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}
.story_user .story_user-img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 22px;
    font-weight: 700;
}
.story_user .story_user-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}
.story_date-comment .comments,
.story_date-comment .date {
    color: #888888;
    font-size: 13px;
}
.story_date-comment .comments i,
.story_date-comment .date i {
    margin-right: 8px;
    font-size: 16px;
}
.story_content h3 {
    font-size: 27px;
    line-height: 29px;
    font-weight: 600;
}
/*===================
    HOME-SEC-SIX
=====================*/
.Home_sec-six {
    padding-top: 100px;
    padding-bottom: 100px;
}
.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
    transition: linear 0.5s;
}
.timeline .step .label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #BFBFBF;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    color: #ffffff;
    width: 250px;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
    position: relative;
    transition: linear 0.5s;
}
.timeline .step:last-child .circle::before {
    left: 7px;
}
.timeline .step .circle {
    background: #F0F0F0;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.timeline .step .circle::before {
    content: '';
    background: #BFBFBF;
    width: 27px;
    height: 27px;
    position: absolute;
    border-radius: 100%;
    top: 7px;
    left: 6px;
    transition: linear 0.5s;
}
.timeline::before {
    content: '';
    width: 80%;
    height: 16px;
    position: absolute;
    top: 62px;
    background: #F0F0F0;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.timeline .step.active .label {
    background: #12B9C1;
}
.timeline .step .label::before {
    content: '';
    background: #BFBFBF;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 20px;
    height: 15px;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.timeline .step.active .circle::before {
    background: #12B9C1;
}
.timeline .step .circle::after {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 14px;
    opacity: 0;
    font-size: 14px;
}
.timeline .step.active .circle::after {
    opacity: 1;
}
.timeline .step:nth-child(2) .circle::after {
    content: '\f303';
    left: 12px;
    top: 12px;
}
.timeline .step:nth-child(3) .circle::after {
    content: '\f06b';
    left: 14px;
    left: 13px;
}
.timeline::after {
  content: '';
  background: #12B9C1;
  height: 16px;
  position: absolute;
  top: 62px;
  left: 130px;
  border-radius: 120px;
  width: 0;
  transition: width 0.5s linear;
}

/* Widths for each step */
.timeline.step-1::after {
  width: 0%;
}
.timeline.step-2::after {
  width: 40%;
}
.timeline.step-3::after {
  width: 80%;
}
.custom-audio-player audio {
  width: 100%;
  height: 63px;
  border: 1.5px solid #12B9C1; /* Teal border */
  border-radius: 100px;
  background-color: #ffffff;
  outline: none;
  padding: 5px 10px;
}

/* Remove default audio styles (optional for more control) */
.custom-audio-player audio::-webkit-media-controls-panel {
  background-color: white;
  border-radius: 30px;
  color: #004C50;
  padding: 2px;
}

.custom-audio-player audio::-webkit-media-controls-play-button,
.custom-audio-player audio::-webkit-media-controls-volume-slider {
  color: #004C50 !important;
}
.custom-audio-player audio::-webkit-media-controls-current-time-display,
.custom-audio-player audio::-webkit-media-controls-time-remaining-display{
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}
/*===================
    HOME-SEC-EIGHT
=====================*/
.Home_sec-eight {
    padding-top: 150px;
}
.book_img img {
    width: 780px;
    margin-top: -150px;
}
.Sign_up-sec .theme-btn a {border: 1px solid #ffffff;}
/*===================
        FOOTER
=====================*/
footer {
    background: #132D2C;
    padding-top: 75px;
}
footer h3 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 0px;
}
footer h3 img {
    margin-left: -29px;
    margin-right: 10px;
}
footer .footer02 ul li a {
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    position: relative;
}
footer .footer02 ul li a::before {
    content: '';
    background: #12B9C1;
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
footer .footer02 ul li a:hover {
    color: #12B9C1;
}
footer .footer02 ul li a:hover::before {
    width: 100%;
}
footer .footer03 ul li a {
    color: #12B9C1;
    font-size: 16px;
}
footer .footer03 ul li {
    margin-right: 20px;
}
footer .footer03 ul li a:hover {
    color: #ffffff;
}
form.newsletter_form input {
    width: 100%;
    padding: 0 20px;
    border-radius: 60px;
    border: 0 !important;
    outline: none;
    height: 33px;
    color: #CACACA;
    font-size: 12px;
}
form.newsletter_form input::placeholder {
    color: #CACACA;
}
form.newsletter_form button {
    color: #fff;
    width: 100px;
    height: 23px;
    padding: 0 0;
    border: 0;
    font-size: 12px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}
form.newsletter_form {
    position: relative;
}
.cstm-container {
    margin-top: 74px;
    padding: 15px 0;
    border-top: 1px solid #5F5F5F;
}
.cstm-container p {
    font-size: 18px;
}
/*===================
    BREADCRUMBS
=====================*/
.breadcrumbs_content h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
}
section.breadcrumbs {
    padding-top: 25px;
    padding-bottom: 25px;
}
/*===================
    NEWSLETTER-SEC
=====================*/
.newsletter_content h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
}
.newsletter_content h3 {
    font-size: 50px;
    line-height: 59px;
    font-weight: 700;
}
.newsletter_form-big input {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 15px;
}
form.newsletter_form-big {
    display: flex;
    align-items: center;
}
.newsletter_form-big input::placeholder {
    color: #ffffff82;
}
form.newsletter_form-big button {
    width: 212px;
    height: 49px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #132D2C;
    font-weight: 700;
    margin-left: 12px;
}
.Newsletter_sec {
    padding-top: 53px;
    padding-bottom: 53px;
}
/*===================
    MEDIA-PAGE
=====================*/
.Music_community-sec {
    padding-bottom: 120px;
}
.social_icons-big ul li a {
    font-size: 40px;
}
.community_content h4 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
}
.community_box .community_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.community_box .community_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: linear 0.5s;
}
.community_box:hover .community_img img {
    transform: scale(1.1);
}
/*===================
    KNOTE-GIFT-PAGE
=====================*/
.knote_gift-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
.knote_gift-sec nav .nav-tabs button {
    font-size: 16px;
    color: #12B9C1;
    border: 1px solid #12B9C1;
    border-radius: 10px;
    padding: 11px 43px;
    margin-bottom: 0;
}
.knote_gift-sec nav .nav-tabs button.active {
    background: #12B9C1;
    color: #ffffff;
    border-color: #12B9C1;
}
.knote_gift-sec nav .nav-tabs button:hover {
    background: #12B9C1;
    color: #fff;
    border-color: #12B9C1;
}
.gift_box {
    width: 74%;
    margin: 0 auto;
}
.gift_title h3 {
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
}
.gift_title .price {
    font-size: 50px;
    font-weight: 700;
}
/*===================
    ABOUT-PAGE
=====================*/
.Home_sec-three.About_sec-one{
    padding-top: 140px;
}
.Home_sec-four.About_sec-two{
    margin-bottom: 140px;
    padding-top: 120px;
}
/*===================
    FAQS-PAGE
=====================*/
.easy_box .easy_img {
    width: 100%;
    height: 139px;
    overflow: hidden;
}
.easy_box .easy_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.easy_box .easy_content h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 900;
}
.Faq_sec-one .row {
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 15px;
    background: #132D2C;
}
.Faq_sec-one {
    padding-top: 100px;
    padding-bottom: 100px;
}
.accordion-item {
    border: 0;
    border-radius: 0 !important;
}
.accordion-button {
    font-size: 21px;
    color: #000000 !important;
    font-weight: 700;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1.5px solid #00000024;
    padding: 22px 0;
}
.accordion-button:not(.collapsed) {
    border: 0;
}
.accordion-body {
    padding: 0 0 !important;
}
.accordion-collapse.collapse.show .accordion-body {
    padding-bottom: 15px !important;
    border-bottom: 1.5px solid #0000002e;
}
.accordion-button::after {
    content: '\f0d7';
    transition: transform .2s ease-in-out;
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 0;
    top: 20px;
    color: #12b9c1;
    background-image: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
}
.Faq_sec-two {
    padding-bottom: 100px;
}
.welcome-message.welcome-message01 {
    font-weight: 800;
    color: #004C50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 5px;
}
.welcome-message.welcome-message01::before {
    content: '';
    background: #12b9c1;
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100px;
}
.dashboard-title:after {
    display: none;
}
.dashboard-title {
    margin: 0;
    padding: 0 !important;
}
.show_hide-btn {
    font-size: 12px;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 20px 0;
}
.show_hide-btn:hover {
    background: #004c50;
}
.hide_para{
    display:none;
}
}
@media only screen and (max-width:430px){
.claim-gift-btn {
    align-self: flex-start !important;
}
}