html,
body {
    /* overflow-x: hidden; */
    scroll-behavior: smooth !important;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    color: #595958;
}


/* -------------- Navigation ----------------*/

nav.r-nav {
    background: transparent;
    padding: 7px 10px;
    transition: .5s all;
}


/* notice it's NOT conntect 'nav .navbar-brand' 
,that because navbar-brand is NOT the class of nav.
It's a class of an element inside the 'nav' */

nav .navbar-brand {
    font-size: 30px;
    height: 100px;
    transition: .5s all;
}


/* !important is used to override the bootstrap default color */

nav .navbar-nav li a {
    color: #595958 !important;
    font-size: 16px;
    letter-spacing: 0.0em;
    font-weight: 600;
    transition: 0.3s all;
}

nav .navbar-nav li a:hover {
    color: #0AA696 !important;
}

nav .navbar-nav .dropdown-item {
    color: black !important;
}

nav .navbar-nav li {
    margin-left: 15px;
}


/* nav.r-nav.stickyadd{
    background: rgba(0, 0, 0, 0.445)  !important;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
    transition: .5s all eas-in-out;
} */

nav.r-nav.stickyadd {
    background: rgba(255, 255, 255, 0.822) !important;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.167);
    transition: .5s all eas-in-out;
}

nav.stickyadd .navbar-brand {
    color: black;
    font-size: 20px;
    height: 75px;
    transition: .5s all;
}

.logo {
    position: relative;
    height: 100%;
    width: auto;
    max-height: 70px;
}


/*
nav.stickyadd .navbar-nav .nav-link{
    color: rgb(255, 255, 255) !important;
}
*/

.navbar .hamburger {
    color: white !important;
}

nav.stickyadd .hamburger {
    color: black;
}


/*------------------ Header Section -------------------*/

header {
    min-height: 100vh;
    width: 100%;
    /* padding-top: 40px; */
    /* background-image: url(/general_bg.svg), linear-gradient(#aac0be29,#aac0be29); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.subscribe_background {
    min-height: 100vh;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 250px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/subscribe_background.jpeg);
    background-color: rgb(119, 119, 119);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.header-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-box {
    max-width: 700px;
    color: white;
}

.content-box h1 {
    font-size: 53px;
    padding-bottom: 10px;
}

.content-box .btn {
    text-decoration: none;
    /*F18D00*/
    color: white;
    border: 2px #0AA696;
    background: #0AA696;
    color: #154323;
    padding: 5px 25px;
}

.content-box .btn:hover {
    /*FFA525*/
    color: white;
    border: 2px #0bbdab;
    background: #0bbdab;
    transition: 0.1s all;
}

@media (max-width: 991.98px) {
    header {
        min-height: 100vh;
        padding-top: 60px;
        padding-bottom: 40px;
        /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/hero_mobile.jpg); */
    }
    .header-content {
        min-height: 75vh;
    }
    .content-box h5 {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .content-box h1 {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .content-box .btn {
        font-size: 15px;
    }
}

.about {
    width: 100%;
    padding-top: 100px;
}

.about_h2 {
    /* position: relative; */
    height: 2px;
    width: 120px;
    content: "";
    left: 0;
    bottom: 0;
    background: #fff5e1cd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.order {
    text-decoration: none;
    /*F18D00*/
    color: white;
    border: 2px solid #1aa0db;
    background: #1aa0db;
    padding: 5px 25px;
}

.order:hover {
    /*FFA525*/
    color: white;
    border: 2px solid #157eac;
    background: #157eac;
    transition: 0.2s all;
}

.order2 {
    text-decoration: none;
    /*F18D00*/
    color: white;
    border: 2px solid #9f1f63;
    background: #9f1f63;
    padding: 5px 25px;
}

.order2:hover {
    /*FFA525*/
    color: white;
    border: 2px solid #801950;
    background: #801950;
    transition: 0.2s all;
}

.example {
    text-decoration: none;
    border: 2px solid #1aa0db;
    background: transparent;
    padding: 5px 25px;
}

.example:hover {
    color: white;
    border: 2px solid #157eac;
    background: #157eac;
    transition: 0.2s all;
}

.example2 {
    text-decoration: none;
    border: 2px solid #9f1f63;
    background: transparent;
    padding: 5px 25px;
}

.example2:hover {
    color: white;
    border: 2px solid #801950;
    background: #801950;
    transition: 0.2s all;
}

.content-box p {
    color: white;
}


/*----------------------------- auth pages -----------------------------*/

.auth {
    color: black;
    background-color: #fdfdfd;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.auth label {
    color: black;
}


/*----------------------------- pricing -------------------------------*/


/*#F18D00*/

.pricing {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(#0AA696, #0aa696af), url(/images/pricing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*----------------------------- Features -------------------------------*/

.features {
    padding-top: 30px;
    padding-bottom: 50px;
}

.features .card {
    background: rgb(231, 231, 231);
    margin-top: 30px;
    color: rgb(0, 0, 0);
}

.video {
    padding-top: 30px;
    padding-bottom: 50px;
}

.grey-red {
    background-color: #6b6b6b;
}

@media (max-width: 1200px) {
    .grey-red {
        background-color: #df242a;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}


/* ---------------------------- packages ----------------------- */

#packages {
    background-image: url(/general_bg.svg), linear-gradient(#aac0be29, #aac0be29);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* ------------------------------- footer --------------------------- */

footer .footer-icon {
    color: #0AA696;
    background-color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border: 2px solid #0AA696;
    border-radius: 50%;
    line-height: 40px;
    transition: 0.2s all;
    text-align: center;
}

footer .footer-icon:hover {
    color: #343A40;
    background-color: #0AA696;
}

.product {
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: white;
    /* margin-top: 1rem;
    margin-bottom: 1rem; */
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: .0rem;
}

.product-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 29%;
    padding-top: 28%;
    /* min-width: 100%;
    height: 100px; */
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: auto;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    /* margin-inline-end: .5rem;  */
    /* box-shadow:0 5px 10px rgba(0,0,0,0.15); */
    /* border-radius: 4px; */
}

.product-text {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
}

.product-name-desc {
    height: 100%;
    display: flex;
    align-items: space-between;
}

.product-name-desc h6 {
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 2px;
}

.product-name-desc p {
    margin-inline-start: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: rgb(85, 85, 85);
    margin-bottom: 0px;
    margin-top: 3px;
}

.product-calories {
    height: 40px;
}

.product-text small {
    margin-inline-start: 5px;
    font-size: 14px;
    margin-top: 0%;
    margin-bottom: 0%;
    /* line-height: 50%; */
    color: rgb(97, 97, 97);
    bottom: 0;
}

.price-div {
    min-width: 60px;
    text-align: center;
    font-size: 10px;
    padding-top: 7px;
    padding-bottom: 9px;
    color: white;
    background: rgb(255, 1, 1);
    margin-right: 0%;
    /* Position*/
    top: 0;
    left: 0;
    position: absolute;
    z-index: 30;
    /* px-2 */
    padding-left: .6rem;
    padding-right: .6rem;
}

.product h6 {
    margin-bottom: 0px;
}

.product_card_icon {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .product_card_icon {
        font-size: 10.5px;
        font-weight: 600;
    }
}

#spinner {
    /* pointer-events: none; */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2) url("/spinner.svg") no-repeat center center;
    background-size: 150px;
    z-index: 99999;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer p {
    font-size: 16px;
    color: #fff;
}

.social-network li {
    display: inline;
    margin-right: 10px;
}

.social-network li a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.2s ease-in-out;
}

.social-network li a:hover {
    background-color: #fff;
    color: #333;
}