*{
    margin: 0;
    padding: 0;
    border:0;
    outline: 0;
    list-style: none;
    text-decoration: none;

}
body{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.title_text{
    font-size: 45px;
}
/* text color  */
.main_color{
    color:#e63b32;
}
.second_color{
    color: #00999d;
}
.third_color{
    color: #f8a218;
}
/* bg color  */
.main_bg{
    background:#e63b32;
}
.second_bg{
    background: #00999d;
}
.third_bg{
    background: #f8a218;
}
/* font weight  */
.weight_300{
    font-weight: 300;
}
.weight_500{
    font-weight: 500;
}

.error {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
}
/* buttons  */
.second-btn {
    text-decoration: none;
    background: #00999d;
    color: #fff;
    padding: 8px;
    display: block;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
}
.third_white_btn{ 
        background: #fff;
        text-decoration: none;
        padding: 5px 15px;
        border-radius: 20px;
        color: #000;
        font-size: 16px;
}
/*============== style start ============== */
.red_border_top {
    background: #e63b32;
    height: 20px;
}
/* --------------------------- nav ------------------------- */
/* menu active  */
.nav_navs .nav-link.active:after {
    position: absolute;
    content: " ";
    height: 2px;
    background: #e63b32;
    width: 80%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.nav_navs .nav-link.active {
    position: relative;
    color: #e63b32;
}
.nav_navs .nav-link:focus{
    color: #e63b32;
}
/* menu active  */
.top_nav {
    border-bottom: 3px solid #e63b32;
    background: #fff;
}
.nav_navs a {
    color: #e63b32;
    margin: 0px 20px;
    font-weight: 300;
}
.nav_navs a:hover{
    color: #e63b32;
}
.cart_mb a{
    text-decoration: none;
}
.cart_mb a:hover{
    color: #e63b32;
}
.subscribe_btn_menu {
    padding: 8px 20px;
    text-decoration: none;
    color: #000 !important;
    background: #f8a218;
    border-radius: 3px;
    font-weight: 400 !important;
}
.navbar-toggler-icon{
    background-image:url('../images/red.png') ;
    margin-top: 5px;
    width: 27px;
    height: 27px;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
/* --------------------------- top banner ------------------------- */
.top_banner{
    /* background: url('../images/home-banner-update.webp'); */
    height: 85vh;
    background-size: cover !important;
    background-position: right !important;
    display: flex;
    align-items: center;
}
/* .banner_text {
    top: 50%;
    left: 10%;
    transform: translate( 0 ,-50%);
} */
.banner_text h1{
    font-weight: 700;
    color: #e63b32;
    /* color: #ffffff; */
    font-size: 50px;
}
.sub_red_btn {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.text_wrap_top {
    width: 60%;
}
/* --------------------------- why cardberry ------------------------ */

.why_img img {
    width: 100px;
}
.why_title h5 {
    color: red;
}
.why_title {
    padding: 0 45px;
}
.why_title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

/* --------------------------- text with bg ------------------------ */
.green_blue_text{
    /* background: url('../images/bg_green_blue.png'); */
    width: 100%;
    height: 465px;
}
.green_blue_text img{
    position: relative;
    height: 100%;
    width: 100%;
}
.green_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-2deg);
}
.green_text h1 {
    color: #fff;
    font-weight: 900;
    font-size: 45px;
}
.after_blue_text{
    position: relative;
    top: -50px;
    z-index: -1;
}

/* subscribe & celebrate area */
/* plan page */
.saving {
    position: absolute;
    right: 0;
    z-index: 1;
}
.savingone{
    position: absolute;
    left: -60px ;
    top: -40px;
}
.savingtwo{
    right: -50px;
    position: absolute;
    top: 40px;
}

/* plan page */
.img_text_over {
    color: #fff;
    bottom: 0;
    position: absolute;
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    z-index: 1;
}


.sc_text_mid p {
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    padding: 5px;
}
.list_item_wrap {
    padding: 18px 30px 0;
}
.list_item_wrap ul li{
    list-style: disc;
    font-size: 22px;
    padding: 10px 10px;
    line-height: 17px;
}
.list_item_wrap ul li span{
    font-size: 16px;
}
.list_item_wrap ul li::marker{
    color: #f8a218;
}
.list_item_wrap_right ul li::marker{
    color: #00999d;
}
.sc_back {
    background: #EBEBEB;
    height: 100%;
    position: relative;
    padding-bottom: 85px;
    border-radius: 15px;
    box-shadow: 3px 4px 9px -8px;
}

.g-recaptcha {
    margin-top: 10px;
}
.sub_btn_sc_wrap {
    padding: 0px 0 20px 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

.sub_btn_sc {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    /* border: 2px solid #00999d; */
    border: 2px solid #f8a218;
    border-radius: 5px;
    padding: 5px 20px;
    background: #fff;
}
.sub_btn_sc:hover{
    color: #fff;
    background: #00999d;
}
.sub_btn_sc_left{
    border: 2px solid #f8a218;
}
.sub_btn_sc_left:hover{
    color: #fff;
    background: #f8a218;
}
.s_c_wrap img{
    border-radius: 15px 15px 0 0;
}
.s_c_wrap::after {
   
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(2,0,36);
    background: linear-gradient(360deg, rgb(0 0 0 / 59%) 0%, rgb(0 0 0 / 30%) 40%, rgb(0 0 0 / 11%) 100%);
    border-radius: 15px 15px 0 0;
}
/* subscribe & celebrate area */

/* plan area */
.plan-icon{
    color: #00999d;
}
.step_round{
    border: 3px solid #00999d;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;

}
/* plan area */
/* mockups */
.mockups{
    background: url(../images/mockups.webp);
    background-size: cover;
    background-position: center;
    height: 500px;
    cursor: pointer;
}
/* mockups */
/* card carousel */
.card-carousels .owl-nav{
    display: none;
}
/* card carousel */
/* never miss area  */

.nevermiss_text {
    text-align: center;
    width: 52%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nevermiss_text p {
    font-size: 40px;
}
/* never miss  */

/* sneak */
.sneak{
    border-top: 3px solid #e63b32;
}
.sneak_col_wrap {
    padding: 0 30px;
}
.sneak_col_wrap img{
    box-shadow: 2px 4px 9px -7px;
    border-radius: 10px;
}

/* faq start */
.faq{
    border-top: 3px solid #e63b32;
    padding-top: 35px;
}
.faq_img{
    background: url('../images/faq.jpg');
    background-position: center;
    background-size: cover;
    box-shadow: 3px 5px 9px -5px;
    border-radius: 10px;
}
/* .accordian_faq {
    padding: 0px 25px 0px 0;
} */
.accordian_faq_item .accordion-header .accordion-button{
    font-size: 18px;
    padding: 19px 50px;
    font-weight: 500;
}
.accordian_faq_item .accordion-header .accordion-button::after{
    position: absolute;
    left: 0px;
    background-size: cover;
    height: 35px;
    width: 35px;
    /* border: 2px solid red; */
    border-radius: 50%;
    background-image: url('../images/arrow-round.png');
}
.accordian_faq_item .accordion-header .accordion-button:not(.collapsed){
    background-color: #fff;
    color: #000;
    box-shadow: none;
}
.accordian_faq_item .accordion-header .accordion-button:focus{
    border-color: white;
    box-shadow: none;
}
.accordian_faq_item:first-of-type{
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.accordian_faq_item:last-of-type{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.accordian_faq_item {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e63b32;
    border-bottom: 1px solid #e63b32;
}
.accor_body{
    font-size: 16px;
    font-weight: 200;
    padding-left: 75px;
    padding-top: 25px;
}
/* faq end */

/* mcow subscribe area form */
.subscribe_form{
    width: 75%;
}
.mcow_input_wrap input {
    padding: 11px 15px;
    border: 2px solid #e63b32;
    box-shadow: none !important;
}
.mcow_input_wrap input:focus { 
    border: 2px solid #e63b32; 
}
.subscribe_btn_black{
    padding: 11px;
}
/* story page  start*/
.story_section_one{
    background: url(../images/story/story_sec_one_2025.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.story_section_two{
    background: url(../images/story/story_sec_two_white.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.logo_with_text img {
    width: 240px;
}
.logo_with_text p {
    font-size: 34px;
    font-weight: 600;
    color: #e63b32;
    margin: 0;
}

.logo_with_text {
    width: 330px;
    background: white;
    display: inline-block;
    padding: 15px 35px;
    box-shadow: 1px 4px 12px -8px;
    position: absolute;
    left: 40%;
    top: -30%;
    transform: translate(-30%,0%) rotate(-4deg);
}
.perhaps{
    background: url(../images/story/perhaps.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
    top: -35px;
   
}
.perhaps:after {
    background: #E9E5D0;
    position: absolute;
    content: "";
    height: 35px;
    width: 100%;
    z-index: -1;
    bottom: -35px;
    border-bottom: 3px solid #e63b32;
}

.cta{
    background:url(../images/story/cta-banner.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}
.cta_text {
    width: 80%;
    text-align: center;
}
/* story page end */
/* footer */
.footer{
    background: #ff8480;
    padding: 90px 0px;
    border-bottom:40px solid #e63b32 ;
}
.footer-story{
    padding: 50px 0px;
}
.footer_logo img{
    width: 250px;
}
.footer-wave{
    position: absolute;
    top: -2px;;
    width: 100%;
}
.story_footer{
    top: -80px;
}
.footer-wave img{
    width: 100%;
}
.footer_socials_wrap{
    display: flex;
    gap: 40px;
    margin-top: 40px;
    justify-content: end;
}
.footer_socials_wrap ul {
    padding: 0;
}
.footer_socials_wrap ul li {
    float: left;
    padding: 15px 10px;
}
.footer_socials_wrap ul li a {
    color: #fff;
    font-size: 27px;
}



/* responsive */
@media (max-width:1400px) {
    
}
@media (max-width:1300px) {
    .story_footer {
        top: -57px;
    }    
}
@media (max-width:1200px) {
    .story_footer {
        top: -57px;
    }   
    .footer_socials_wrap{
        margin-top: 20px;
    } 
}
@media (max-width:1200px) {
    .logo_with_text{
        left: 28%;
        top: -10%;
    }
}
@media (max-width:991px) {
    .logo_with_text{
        left: 28%;
        top: -8%;
    }
    .story_footer {
        top: -45px;
    }  
    .subscribe_btn_menu{
        width: 150px;
        text-align: center;
    }
    .why_title {
        padding: 0 0px;
    }
    .green_text, .nevermiss_text{
        width: 100%;
    }
    .sneak_col_wrap {
        padding: 0 15px;
    }
    .list_item_wrap {
        padding: 18px 0px 0;
    }
    .sc_text_mid p, .img_text_over{
        font-size: 25px;
    }
    .nav_container{
        /* flex-direction: row-reverse; */
    }
    .nav_navs .nav-link.active:after {
       
        width: 20%;
        left: 0;
        transform: translate(0);
    }
}
@media (max-width:768px) {
    
    .story_footer {
        top: -30px;
    }
    .nav_navs .nav-link.active:after {
        width: 20%;
        left: 0;
        transform: translate(0);
    }
    .subscribe_form{
        width: 100%;
    }
    .mockups{
        display: none;
    }
}
@media (max-width:576px) {
    .top_banner_home_mob{
        height: 45vh !important;
    }
    .perhaps_text:after {
        position: absolute;
        content: " ";
        height: 1px;
        width: 40%;
        left: 0;
        background: red;
        bottom: 0px;
    }
    .perhaps_text_af:after{
        display: none;
    }
    .hand_area{
        background: #fcfbf7;
    }
    .text_wrap_top {
        width: 100%;
    }
    .banner_text h1 {
        font-size: 35px;
    }
    .story_banner{
        background: url(../images/story/story-mb-banner-2025.webp) !important;
        background-position: 50% !important;
    }
    .story_section_one{
        background: url(../images/story/story_sec_one_mb.webp);
        background-position: 32%;
        background-size: cover;
        padding-top: 150px;
    }
    .logo_with_text{
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%,0%) rotate(-4deg);
    }
    
    .title_text{
        font-size: 37px;
    }
    .subscribe_btn_menu{
        /* width: 150px; */
    }
    .never_miss{
        padding: 50px 0;
        overflow: hidden;
    }
    .never_miss img{
        transform: scale(1.9) translateX(11%);
        border-bottom: 3px solid red;
    }
    .nevermiss_text{
        width: 100%;
    }
    .nevermiss_text p {
        font-size: 20px;
    }
    .sneak_col_wrap{
        padding: 15px 30px;
    }
    .sc_text_mid p, .img_text_over{
        font-size: 25px;
    }
    .green_text{
        width: 100%;
    }
    .green_text h1{
        font-size: 31px;
    }
    .footer_socials_wrap {
        flex-direction: column;
        align-items: center;
    }
    .footer_socials_wrap ul li a{
        font-size: 40px;
    }
    .top_banner {
        display: block;
        padding-top: 20%;
    }
    .saving{
        right: 43px;
    }
    .plans_icon{
        position: relative;
    }
    .plans_icon:after {
        position: absolute;
        content: " ";
        width: 30%;
        background: red;
        height: 1px;
        left: 50%;
        transform: translate(-50%,0);
        bottom: 0;
    }
    .plans_icon_last::after{
        display: none;
    }
    .plan_banner{
        background: url(../images/plan/plan_mb_banner.webp) !important;
        background-position: 85% !important;
    }
}
@media (max-width:460px) {
    .story_footer {
        top: -20px;
    }
}
@media (max-width:320px) {
    .g-recaptcha {
        margin-top: 10px;
        overflow: scroll;
    }
}
