@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* color varible */
:root {
    --white: #fff;
    --dark-white: #f2f2fc;
    /*--hover-color: #ec1839;*/
    --btn-bg: #2196F3;
    --a-color: #2196F3;
    --white-bg: #ffffff;
    --primary-bg-1: #FF4B34;
    --hover-color: #DC160C;
    --font-color: #09114A;
    --fitb-bg: #101C2A;
    --fitb-btn-bg: #FF4A17;
}


body{
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}


.custom-btn {
  color: #fff;
  border-radius: 5px;
  padding: 8px 30px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.price{
    position:relative; 
}
.taka{
    font-size: 20px !important;
    position: absolute;
    top:0;
    left:-18px;
}
/* 15 */
.btn-2 {
  background: var(--fitb-btn-bg);
  border: none;
  font-size: 18px;
  padding: 8px 30px !important;
  z-index: 1;
}
.btn-2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--fitb-btn-bg);
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-2:hover {
  color: #fff;
}
.btn-2:hover:after {
  left: 0;
  width: 100%;
}


a {
    color: var(--a-color);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.home_prodects{
    background: #fff;
}

a:hover {
    color: var(--hover-color);
}
#home_products.active,
#registration.active,
#login.active {
    color: var(--hover-color);
}
.d-none{
    display: block;
}

.showErrors {
    padding: 7px 15px;
    text-transform: capitalize;
    background: #FFF5C2;
    color: #868585;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.toggleicon{
    position: relative;
}
.toggleicon .toggle_icon{
    position: absolute;
    cursor: pointer;
    top: 50%;
    padding: 3px;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.a_color {
    color: var(--a-color);
    transition: 0.3s ease;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.a_color:hover {
    color: var(--hover-color);
}

.btn1 {
    outline: none;
    padding: 10px 12px !important;
    background: var(--fitb-btn-bg);
    color: var(--white);
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    border: none;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.main_container {
    background: var(--dark-white);
    padding: 40px 0px;
    min-height: calc(100vh - 42px);
}

/*==============*/
a{
    text-decoration: none;
    font-weight: 500;
    color: var(--font-color);
}
a:hover{
    color: var(--hover-color);
}
.color-text{
    color: var(--primary-bg-1);
}
.nav{
    background: var(--white-bg);
    padding: 5px 5px;
    text-transform: capitalize;
    box-shadow: 1px 1px 6px rgba(218, 218, 218, 0.6);
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.nav.scroll-on{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--white-bg);
    box-shadow: 1px 1px 6px rgba(218, 218, 218, 0.6);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 99;
}
.nav .logo a{
    display: inline-block;
    padding: 10px 0px;
}
.nav .nav-item ul{
    padding: 0;
    margin: 0;
}
.nav .nav-item ul li{
    list-style: none;
    display: inline-block;
}
.nav .nav-item ul li a{
    display: inline-block;
    padding: 10px 15px;
}
/* ============= */

.color-text{
    color: var(--primary-bg-1);
}
.section_title{
    /* font-family: 'Oswald', sans-serif !important; */
    font-family: 'Roboto Slab', serif !important;
}
.section_padding{
    padding: 30px 0px;
}
header{
    position: relative;
    width: 100%;
    background: #F2F7FF;
}
.header-content{
    padding: 60px 0px;
    position: relative;
}
.header-content .col-left{
    width: 50%;
}
.header-content .col-right{
    width: 50%;
    background-image: url("./img/Group-261.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-content .col-right img{
    width: 70%;
    margin: auto;
    display: block;
}

/* ============= */
.why-me .items .item{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    box-shadow: 1px 1px 10px rgba(9, 17, 74, 0.171);
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.why-me .items .item .fa-icon{
    font-size: 40px;
    margin: 10px 0px;
}

.why-me .items .item .bold-text{
    font-weight: bold;
    color: var(--primary-bg-1);
}

/* how to use */
.how_to .how_to_buy,
.how_to .how_to_access{
    width: calc(50% - 20px);
    margin: 10px;
}


/* footer */
.footer{
     background: var(--fitb-bg); 
    color: var(--white-bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;

}
.footer span{
    color: var(--white-bg) !important;
}
.footer span a{
    color: var(--fitb-btn-bg) !important;
}

.col_1,
.col_2,
.col_3,
.col_4{
    width: calc(100% / 4 - 10px);
    padding: 10px;
    margin: 0 5px;
}

.col_3 span,
.col_4 a{
    color: var(--font-color);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/**/
.terms{
    display: none;
    z-index: 9999999 !important;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}
.terms_content{
    max-width: 50%;
    margin: auto;
    min-height: calc(100vh - 6rem);
    background: #fff;
    text-transform: capitalize;
    overflow: hidden;
}
.terms_cond_text{
    overflow-y: auto;
    width:100%;
    height: 450px;
    padding:20px;
}

/*.main_container .login_box */
.main_container .forgot_box{
    width: calc(100% - 60%);
    background: var(--white);
    margin: 0px auto 0px auto;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 2px 2px 8px #7777779c;
}

.forgot_box h3,
.register_box h3,
.login_box h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #7777779c;
    padding-bottom: 5px;
    color: #777777;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
}

.main_container .forgot_box h3 {
    font-size: 18px;
}

.forgot_box .form .mb-3,
.form .mb-3 {
    margin-bottom: 15px;
}

.register_box .form .mb-3 {
    margin-bottom: 5px !important;
}

.forgot_box .form .mb-3 label,
.register_box .form .mb-3 label,
.form .mb-3 label {
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #777777;
    font-size: 15px !important;
}

.main_container .forgot_box .form .mb-3 input:focus,
.form .mb-3 input:focus,
.form .mb-3 input:focus {
    box-shadow: none;
    border: 1px solid #dad5d5;
}

.main_container .forgot_box .form p,
.form p,
.form p {
    text-transform: capitalize;
    text-align: center;
    color: #777777;
}

.main_container .forgot_box .form p:last-child,
.form p:last-child,
.form p:last-child {
    margin-top: 10px;
}


/* dashbord css */
.main_container .dashbord {
    width: calc(100% - 15%);
    background: var(--white);
    margin: 0px auto 0px auto;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 2px 2px 8px #7777779c;
}

.main_container .dashbord .dashbord_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 1em 0;
    padding: 0;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.main_container .dashbord .dashbord_nav a{
    display: inline-block;
    padding: 10px 15px;
    border-right: 1px solid #ccc;
    color: #555960;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
}


.main_container .dashbord .dashbord_nav a:hover{
    color: var(--white);
    background: var(--fitb-btn-bg);
}

.main_container .dashbord .dashbord_nav .home.active i {
    color: var(--white);
}

.main_container .dashbord .dashbord_nav .active{
    background: var(--fitb-btn-bg);
    color: var(--white) !important;
}
.main_container .dashbord .dashbord_nav .active a{
    color: var(--white) !important;
}
.main_container .dashbord .membership_information {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1em;
    height: auto;
    margin: 0 0 0.6em;
}


.main_container .dashbord .product_click_btns{
    background: var(--fitb-btn-bg);
    box-shadow: 4px 4px 0px rgb(38 120 159);
    border-radius: 5px;
    padding: 4px 12px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 10px 5px;
    color: var(--white);
    display: inline-block;
    cursor: pointer !important;
    -webkit-user-select: none !important; /* Safari */
    -ms-user-select: none !important; /* IE 10 and IE 11 */
    user-select: none !important; /* Standard syntax */
}
.subscription_title{
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
}
.porduct_items{
    display: flex;
    flex-wrap: wrap;
}
.porduct_items .item{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 5px;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(129, 129, 129, 0.432);
    text-transform: capitalize;
    position: relative;
}
.porduct_items .item .poa{
    position: absolute;
    top:0;
    left:0;
    display: inline-block;
    padding: 2px;
    color: #ffffff;
    cursor: pointer;
    background: #15C298;
    font-size: 12px;
}
.porduct_items .item .name_exp p{
    margin: 0px !important;
    font-weight: bold;
}
.porduct_items .item .name_exp span{
    font-size: 14px;
}


.main_container .dashbord .product_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.main_container .dashbord #wellcome_name{
    font-size: 17px;
    color: var(--hover-color);
}

.product_list .items{
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}
.product_list .items .item{
    width: calc(100% / 3 - 20px) !important;
    margin: 10px;
    /* width: 100%; */
    position: relative;
    /* overflow: hidden; */
}
.product_list .items .item img{
    display: block;
    width: 100%;
    height: 175px;
}

.product_list .items .item .details{
    text-transform: capitalize;
    margin-top: 5px;
}
.product_list .items .item .btn2{
    padding: 3px 4px !important;
}

.glassmorphism{
    position: absolute;
    top: 0;
    left: 0;
background: rgba(255, 255, 255, 0.03);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 3px );
-webkit-backdrop-filter: blur( 3px );
width: 100%;
z-index: 10;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.vh{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-white);
}
.glassmorphism_block{
    background: rgba(255, 255, 255, 0.03);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 3px );
-webkit-backdrop-filter: blur( 3px );
    display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
    width: 50% !important;
    height: 50vh;
    text-transform: capitalize;
}
.glassmorphism_block span,
.glassmorphism span{
    display: inline-block;
    background: #f1aeb5;
    color: #b02a37;
    padding: 4px 20px;
}
.glassmorphism .success{
    background: #03A84E;
    color: var(--white);
    padding: 5px;
}

/* ============================= */
.full_box{
    width: 100%;
    height: 100vh;
    position: relative;
}
.full_box .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    max-width: 600px;
    padding: 30px 60px;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
}
.full_box .box h2{
    font-size: 30px; font-weight: 700;
}
.content{
    background: var(--white);
    padding: 5px;
}
.width{
    width: 50%;
}
.view_details img{
    width: 50%;
    display: block;
}
.swal-button{
    text-transform: capitalize;
}

.trial{
    position: absolute;
    top: 0;
    left: 0;
    background: #ec1839;
    color: #fff;
    padding: 5px;
}

.reviews_show{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.reviews_show .user_review{
  width: calc(100% / 3 - 20px);
  margin: 10px;
  background: #fff;
  padding: 5px;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.user_review .review_time,
.user_review .username{
    background: #F8F9FA;
    padding: 5px;
    text-transform: capitalize;
}
.user_review .review_time{
    font-size: 14px;
}
.user_review .text_review{
    padding: 10px 5px;
    text-transform: capitalize;
}
.star-light
{
	color:#c2c3c5;
}

.text-warning{
    color:rgb(250, 143, 43)!important;
}

.submit_star{
    cursor: pointer;
}


.fb_msg {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    z-index: 9999;
}

.fb_msg img {
    width: 90px;
    animation: bounce 1.5s infinite;
}

.live-support-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    animation: pulse 2s infinite;
    font-weight: bold;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}



.wa_msg{
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 1000;
}
.wa_msg img{
    width: 65px;
    /*height: 60px;*/
    /*border-radius: 50%;*/
}




/* responsive */

@media screen and (max-width: 991px) {
    .header-content .col-left h1{
        font-size: 28px !important;
    }
    .why-me .items .item{
        width: calc(100% / 2 - 20px);
    }
    .footer .col_1,
    .footer .col_2,
    .footer .col_3{
        width: calc(100% / 2);
        padding: 10px;
    }
    .main_container .dashbord{
        width: calc(100% - 10%);
    }
    .reviews_show .user_review{
      width: calc(100% / 2 - 20px);
    }
}
@media screen and (max-width: 768px) {
        header{
        color: white;
        background: url("./img/bg-home.jpg"), linear-gradient(rgba(0, 0, 0, 0.288), rgba(0, 0, 0, 0.288));
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .header-content .col-left{
        width: 100%;
    }
    .header-content .col-right{
        display: none !important;
    }
    .how_to .how_to_buy,
    .how_to .how_to_access{
    width: calc(100% - 20px);
    margin: 10px;
}
    
    .footer .col_1,
    .footer .col_2,
    .footer .col_3{
        width: calc(100% / 2);
        padding: 10px;
    }
    .product_list .items .item{
        width: calc(100% / 2 - 20px) !important;
        margin: 10px;
    }
    .porduct_items .item{
        width: calc(100% / 2 - 20px) !important;
    }
    .reviews_show .user_review{
      width: calc(100% - 20px);
      margin: 5px auto;
    }
}
@media screen and (max-width: 575px) {
    .full_box .box{
        width: 95% !important;
        padding: 20px !important;
    }
    .porduct_items .item,
    .product_list .items .item{
        width: calc(100% - 100px) !important;
        margin: 10px auto;
    } 
    .why-me .items .item{
        width: calc(100% - 50px);
        margin: 15px auto;
    }
    .footer .col_1,
    .footer .col_2,
    .footer .col_3{
        width: calc(100%);
        padding: 10px;
    }
}
