div {
    text-align: right;
    font-family: myfont;
    font-size: 14pt;
}

div a:hover {
    text-decoration: none;
}

.main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 100px;
}

/*--------------------------------------------------------------
Navbar Menu
--------------------------------------------------------------*/

.navbar {
    background-color: #66ffcc;
}

.nav-item {
    margin-right: 10px;
    margin-left: 10px;
}

ul a {
    color: black;
}

.dropdown-menu {
    background-color: #7fffd4;
}

/* ul a:hover {
    color: white;
    text-decoration: none;
} */

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 600px) {
    .auth {
        margin-top: 50px;
        margin-bottom: 200px;
        min-height: 350px;
    }
}

@media only screen and (max-width: 600px) {
    .auth {
        margin-top: 50px;
        margin-bottom: 100px;
        min-height: 300px;
    }
}

.responsive {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Font Family
--------------------------------------------------------------*/

@font-face {
    font-family: myfont;
    src: url('/fonts/IRANSans.ttf');
}

@font-face {
    font-family: nastfont;
    src: url('/fonts/IranNastaliq.ttf');
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer {
    background-color: #66ffcc;
    margin-top: 0px;
    padding-bottom: 20px;
}

.footer ul {
    padding-right: 0;
}

.footer li {
    list-style-type: none;
}

.footer .binda {
    font-size: 20px;
    text-align: justify;
}

.footer a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
Justify Text
--------------------------------------------------------------*/
.justify-text {
    text-align: justify;
}


/*--------------------------------------------------------------
Auth
--------------------------------------------------------------*/

.auth form {
    margin: 0 auto;
}


.login .title {
    font-size: 32px;
}


/*--------------------------------------------------------------
Profile
--------------------------------------------------------------*/

.profile {
    font-size: 24px;
}

.profile-up {
    margin-bottom: 50px;
}

.profile i {
    color: blue;
}

.profile span {
    margin-right: 5px;
}

.profile form {
    margin-bottom: 10px;
}

.profile_title {
    font-size: 32px;
}


/*--------------------------------------------------------------
User Section
--------------------------------------------------------------*/

.usersection a:hover {
    text-decoration: none;
}

.usersection .title {
    font-weight: bold;
    font-size: 32px;
}

.usersection .top {
    font-size: 24px;
}


/*--------------------------------------------------------------
Password
--------------------------------------------------------------*/
.pass_title {
    font-size: 32px;
}


/*--------------------------------------------------------------
Favorite
--------------------------------------------------------------*/

.favorite #art_title {
    background-color: DeepSkyBlue;
    text-align: center;
    color: White;
}

.favorite #rec_title {
    background-color: Fuchsia;
    text-align: center;
}

.favorite #mus_title {
    background-color: #66ffcc;
    text-align: center;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.blog {
    background-color: FloralWhite;
}

.blog #title {
    background-color: DeepSkyBlue;
    text-align: center;
    color: White;
}

.blog #btn {
    background-color: DeepSkyBlue;
    float: left;
    color: White;
}

.article {
    background-color: FloralWhite;
}

.article a:hover {
    text-decoration: none;
}

.article a {
    color: revert;
}

.article #art_title {
    background-color: DeepSkyBlue;
    text-align: center;
    color: White;
}

.article .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 20px;
}

.article #btn {
    background-color: DeepSkyBlue;
    float: left;
    color: White;
}

.favorite #artbtn {
    background-color: DeepSkyBlue;
    float: left;
    color: White;
}

.article #title {
    background-color: DeepSkyBlue;
    text-align: center;
    color: White;
}

.article .pad {
    padding-right: 10px;
}

.article .pad a:hover {
    text-decoration: none;
}

.blog .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 20px;
}

.blog .side {
    padding-top: 20px;
}

.article .side {
    padding-top: 20px;
}


/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/
.page {
    background-color: FloralWhite;
}

.page #title {
    background-color: #33ffbb;
    text-align: center;
    color: Black;
}

.page .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 30px;
}

.page .side {
    padding-top: 30px;
}


/*--------------------------------------------------------------
Faqs
--------------------------------------------------------------*/
.faqs .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 30px;
}

.faqs .side {
    padding-top: 30px;
}


/*--------------------------------------------------------------
Recipe
--------------------------------------------------------------*/

.recipes {
    background-color: FloralWhite;
}

.recipes #title {
    background-color: Fuchsia;
    text-align: center;
}

.recipes #btn {
    background-color: Fuchsia;
    float: left;
}

.recipe {
    background-color: FloralWhite;
}

.recipe a:hover {
    text-decoration: none;
}

.recipe a {
    color: revert;
}

.recipe #rec_title {
    background-color: Fuchsia;
    text-align: center;
}

.recipe #btn {
    background-color: Fuchsia;
    float: left;
}

.favorite #recbtn {
    background-color: Fuchsia;
    float: left;
    color: Black;
}

.recipe #title {
    background-color: Fuchsia;
    text-align: center;
}

.recipe .pad {
    padding-right: 10px;
}

.recipe .pad a:hover {
    text-decoration: none;
}

.recipe .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 20px;
}

.recipe .side {
    padding-top: 20px;
}

.recipes .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 20px;
}

.recipes .side {
    padding-top: 20px;
}



/*--------------------------------------------------------------
Potion
--------------------------------------------------------------*/

.potions {
    background-color: FloralWhite;
}

.potions #title {
    background-color: #ff33a0;
    text-align: center;
}

.potions #btn {
    background-color: #ff33a0;
    float: left;
}

.potion {
    background-color: FloralWhite;
}

.potion a:hover {
    text-decoration: none;
}

.potion a {
    color: revert;
}

.potion #title {
    background-color: #ff33a0;
    text-align: center;
}

.potion #btn {
    background-color: #ff33a0;
    float: left;
}

.potions #title {
    background-color: #ff33a0;
    text-align: center;
}

.potion .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 20px;
}

.potion .side {
    padding-top: 20px;
}

.potions .main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 20px;
}

.potions .side {
    padding-top: 20px;
}

/*--------------------------------------------------------------
Price Table
--------------------------------------------------------------*/

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .header {
    color: white;
    font-size: 25px;
}

.price .daily {
    font-weight: 900;
    font-size: 20px;
}

.price i {
    color: green;
}

.price ins {
    text-decoration: none;
    color: red;
    font-size: larger;
}

.plan_btn {
    font-size: 24px;
}

/* Purchase Details*/
.card ins {
    text-decoration: none;
    color: red;
    font-size: larger;
}

/* Back to Top*/

.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    padding: 10px;
    display: none;
    margin: 0;
    z-index: 999;
}

.go-top:hover {
    background-color: #66ffcc;
    color: Black;
    text-decoration: none;
}

#main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 100px;
}

#side {
    padding-top: 100px;
}

/*--------------------------------------------------------------
Exercise
--------------------------------------------------------------*/

.exer_title {
    font-size: 20px;
}

.exers a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 450px) {
    .exervideo {
        width: 80%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 600px) {
    .exervideo {
        width: 60%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .exervideo {
        width: 50%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 800px) {
    .exervideo {
        width: 150px;
        height: auto;
    }
}

/*--------------------------------------------------------------
Meditation
--------------------------------------------------------------*/

.meditation p {
    text-align: justify;
}

.favorite #musbtn {
    background-color: #66ffcc;
    float: left;
    color: Black;
}

.meditation #title {
    background-color: #66ffcc;
    text-align: center;
}

.meditation #musbtn {
    background-color: #66ffcc;
    float: left;
}

.meditation .form-right {
    float: right;
}

@media only screen and (max-width: 350px) {
    .meditation audio {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .meditation audio {
        width: 80%;
    }
}

/*--------------------------------------------------------------
Diet
--------------------------------------------------------------*/

.diet .card-link {
    color: black;
    background-color: #00eeff;
}

.diet .card {
    margin-bottom: 10px;
}

.diet .no-diet {
    font-size: 28px;
}

.diet .no-diet a:hover {
    text-decoration: none;
}

.diet .last {
    font-size: 20px;
    text-align: justify;
}

.diet-hr {
    height: 5px;
    color: LightGray;
    background-color: LightGray;
}

.diet a:hover {
    text-decoration: none;
}

.diet a {
    color: revert;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    width: 80%;
    font-size: 10vw;
    font-family: nastfont;
}

/*--------------------------------------------------------------
Home Why Binda
--------------------------------------------------------------*/

.why {
    font-weight: 500;
    font-size: 60px;
    color: #33ffbb;
}

/*--------------------------------------------------------------
Home Binda Services
--------------------------------------------------------------*/

.services {
    font-weight: 500;
    font-size: 60px;
    color: #33ffbb;
}

.services-block a {
    color: black;
    text-decoration: none;
}

/*--------------------------------------------------------------
Home Testimonials
--------------------------------------------------------------*/

.testimonials {
    font-weight: 400;
    font-size: 40px;
    color: #33ffbb;
}

@media only screen and (max-width: 400px) {
    .testimonials {
        font-size: 8vw;
    }
}

/*--------------------------------------------------------------
BMI
--------------------------------------------------------------*/

@media only screen and (max-width: 400px) {
    .bmi {
        font-size: 3.5vw;
    }
}


/*--------------------------------------------------------------
Purchased
--------------------------------------------------------------*/
.purchased .title {
    color: green;
}

.purchased .no-plan {
    font-size: 240;
}


/*--------------------------------------------------------------
Motivation
--------------------------------------------------------------*/

.motiv {
    color: black;
    width: 100%;
    font-size: 34px;
    text-align: justify;
    font-family: nastfont;
}


/*--------------------------------------------------------------
Affiliate
--------------------------------------------------------------*/

.aff_pay {
    font-weight: bold;
}

.aff-share a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
Make Money
--------------------------------------------------------------*/
.make_money .title {
    font-weight: bold;
    font-size: 32px;
}

.make_money .top {
    font-size: 24px;
    text-align: justify;
}

.make_money a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
Tools
--------------------------------------------------------------*/
.tools .title {
    font-weight: bold;
    font-size: 32px;
}

.tools a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
Counter Home
--------------------------------------------------------------*/

.count-up span {
    font-weight: 500;
    font-size: 40px;
}


/*--------------------------------------------------------------
Calorie Calculator
--------------------------------------------------------------*/
.calorie-cal #myInput {
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 15px;
}

/* The container <div> - needed to position the dropdown content */
.calorie-cal .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.calorie-cal .dropdown-content {
    display: none;
    position: absolute;
    background-color: #66ffcc;
    width: 90%;
    ;
    border: 1px solid #ddd;
    z-index: 1;
}

/* Links inside the dropdown */
.calorie-cal .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.calorie-cal .dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.calorie-cal .show {
    display: block;
}

.calorie a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
Size
--------------------------------------------------------------*/
.size {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Message
--------------------------------------------------------------*/
.message {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.message p {
    margin: 0;
}

.msg-date {
    float: left;
    font-size: medium;
}

.message #user {
    background-color: LightGray;
}

.message #binda {
    background-color: #66ffcc;
}

/*--------------------------------------------------------------
Home Slider
--------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {
    .home-slider {
        width: 800px;
        height: auto;
    }
}

@media only screen and (min-width: 1100px) {
    .home-slider {
        width: 900px;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .home-slider {
        width: 950px;
        height: auto;
    }
}

@media only screen and (min-width: 1300px) {
    .home-slider {
        width: 1050px;
        height: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .home-slider {
        width: 1100px;
        height: auto;
    }
}

@media only screen and (min-width: 1500px) {
    .home-slider {
        width: 1200px;
        height: auto;
    }
}

@media only screen and (min-width: 1600px) {
    .home-slider {
        width: 1300px;
        height: auto;
    }
}

@media only screen and (min-width: 1700px) {
    .home-slider {
        width: 1400px;
        height: auto;
    }
}

@media only screen and (min-width: 1800px) {
    .home-slider {
        width: 1500px;
        height: auto;
    }
}

@media only screen and (min-width: 1900px) {
    .home-slider {
        width: 1600px;
        height: auto;
    }
}


/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
    padding-right: 0;
}

/*--------------------------------------------------------------
Discount
--------------------------------------------------------------*/
.off-bar {
    color: black;
}

.off-bar:hover {
    color: black;
    text-decoration: none;
}

.off {
    margin-top: 150px;
}

.off-nav {
    margin-top: 55px;
}

.off-slider {
    margin-top: 150px;
}

.off-blog {
    margin-top: -20px;
}

/*--------------------------------------------------------------
Widget
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    .widget-bmi {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        width: 80%;
        font-size: 10vw;
        font-family: nastfont;
    }
}

@media only screen and (min-width: 1200px) {
    .widget-bmi {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        width: 80%;
        font-size: 2.8vw;
        font-family: nastfont;
    }
}

/*--------------------------------------------------------------
Application
--------------------------------------------------------------*/
.app {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.app a:hover {
    text-decoration: none;
}

.app button{
    background-color: #66ffcc;
    color: black;
}