/*=================================================
 == Table Of Content
    1. TYPOGRAPHY
    2. GLOBAL STYLES
    3. NAVGITION
    4. HEADER
    19. FOOTER
*/
/*---------------------------------------
  1. TYPOGRAPHY
-----------------------------------------*/
/* FONTS */
@font-face {
    font-family: 'Dinar';
    src: url('../fonts/Dinar.ttf') format('truetype');
}
@font-face {
    font-family: 'Sans';
    src: url('../fonts/Sans.ttf') format('truetype'),
    url('../fonts/Sans.woff') format('woff'),
    url('../fonts/Sans.svg#Sans') format('svg');
}
/* .bg-gradient > .column{*/
/*  padding: 6px !important;*/
/*}*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
    box-sizing: border-box;
    font-size: 62.5%; }

/*noinspection ALL*/
/*.bg-p{*/
/*  font-family: 'Dinar';*/
/*}*/

.has-background-darkcyan{
    background: radial-gradient(#fcf3d1, transparent);
    box-shadow: 1px 3px 6px black;}
.bg-level{
    background-color: #c39c54;}
.hidden{
    display: none;
}
.card > .card-body{
    box-shadow: 2px 2px 6px #cfb65e;
    border-radius: 5px;
}
.per-card img{
    width:75px;
    height:75px ;
}
.per-card .off{
    text-decoration: line-through;
}
.hr-bg{
    /*noinspection CssConvertColorToRgbInspection*/
    color: #1d4ed8 !important;
    height: 3px !important;
}
.li-login{
    margin-right: auto;
}
.li-login > a{
    color: white;
}
.bg-gradient , .bg-gradient p{
    background: radial-gradient(#fbfffe, transparent);
    box-shadow: 1px 3px 6px #834d0a;}
.bg-label{
    color: #000000;
}
.bg-gold{
    background-color: #c39c55;
    font-size: 13px;
}

/*noinspection ALL*/
.buy{
    color: #096809;
}
.sale{
    color: #781111;
}
.fa-bars{
    margin-left: 20px!important;
}
.div-a{
    margin-left: 20px!important;
}
.bg-p{
    color: #fff;
}
.bg-card{
    box-shadow: 2px 2px 6px black;
}
.bg-gray-10{
    padding:6px !important;
    background: radial-gradient(#fbfffe, transparent);
    box-shadow: 1px 3px 6px #b3783c;
}
.sub-p{
    padding: 3px;
}
.bg-table{
    background-color: #f8e5a0;
    color: #363636;
}
.bg-head{
    margin-top: 6px;
}
p.h1{
    padding:6px;
}
.bg-form{
    margin-bottom: 15px;
}
/*------ width < 75em ------*/
@media only screen and (max-width: 75em) {
    html {
        font-size: 56.25%; } }

/*------ width < 61.94em ------*/
@media only screen and (max-width: 61.94em) {
    html {
        font-size: 53.13%; } }

/*------ width < 48em ------*/
@media only screen and (max-width: 48em) {
    html {
        font-size: 50%; } }

/*noinspection ALL*/
body {
    font-family: 'Sans';
    direction: rtl;
    text-align: right;
    background: radial-gradient(#f3cf4b, transparent);
    box-shadow: 1px 3px 6px black;  color: #353434;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .08rem;
    font-weight: 400; }

.heading-primary {
    font-size: 4.8rem;
    font-weight: 500;
}

.heading-secondary {
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 2rem 0;
}

.heading-tertiary {
    font-size: 2.2rem;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #353434;
    line-height: 1.8;
    margin: 1rem 0; }

ul,
ol {
    padding: 0;
    margin: 0; }

li {
    list-style: none; }

img {
    width: 120px;
    height: auto;
    margin-top: 5px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #353434; }

button,
button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: none; }

.padding {
    padding: 120px 0;
    position: relative; }

/*------------ PRELOADER --------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden; }

.no-js #loader-wrapper {
    display: none; }

#loader {
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

#loader:before {
    content: "";
    position: absolute;
    top: .5rem;
    left: .5rem;
    right: .5rem;
    bottom: .5rem;
    border-radius: 50%;
    border: .2rem solid transparent;
    border-top-color: #00b09b;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

#loader:after {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    border-radius: 50%;
    border: .2rem solid transparent;
    border-top-color: #00b09b;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999; }

#loader-wrapper .loader-section.section-left {
    left: 0; }

#loader-wrapper .loader-section.section-right {
    right: 0; }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out; }

/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 9;
    background: #00b09b;
    background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
    background: linear-gradient(to left, #96c93d, #b00018);
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s; }

#scroll-to-top i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; }

#scroll-to-top:hover {
    background: #00b09b;
    background: -webkit-linear-gradient(to left, #00b09b, #96c93d);
    background: linear-gradient(to left, #00b09b, #96c93d);
    color: #fff; }

/*------- hr style------ */
.hr-title {
    display: flex;
    flex-direction: row;
    align-items: center; }


/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background: radial-gradient(#efbd07, transparent);
    box-shadow: 1px 3px 6px black;  z-index: 99;
    min-height: 70px;
    /*font-family: "Poppins", sans-serif;*/
    border-bottom:0.5px solid rgba(255, 255, 255, 0.6); }
.navbar-brand .logo {
    width: 55%;
    height: 100%;
    margin-left: 2rem; }
.navbar .icon-bar {
    color: #353434;
    margin-right: 15px; }
.navbar .navbar-nav .active {
    color: #fff !important; }
.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    color: #353434;
    padding: 10px;
    margin: 1rem;
    font-weight: 500;
    letter-spacing:0.5px; }

.nav-scroll {
    /*background: #fff;*/
    transition: background-color .5s ease 0s;
    position: fixed;
    top: -100px;
    left: 26px;
    width: 95%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }

.nav-scroll .icon-bar {
    color: #353434;
    margin-right: 15px; }

.nav-scroll .navbar-nav .active {
    color: white !important; }

.nav-scroll .navbar-nav .nav-link {
    color: #353434; }

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .navbar .navbar-nav .active {
        color: #00b09b !important; }
    .navbar-collapse {
        background: #fff; } }

/* line */
nav .line li a {
    position: relative; }

nav .line li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    background: #353434;
    height: 1px;
    -webkit-transition: all .5s;
    transition: all .5s; }

.nav-scroll .line li a:after {
    background: #00b09b; }

nav .line li a:hover:after {
    width: 100%; }

/*---------------------------------------
  4. HEADER
-----------------------------------------*/
/*--------------home------------------*/
.home {
    padding: 75px 0 0;
    background: radial-gradient(#f4d252, transparent);
    box-shadow: 1px 3px 6px black;  position: relative; }

/*-------home title subtitle link-----------------*/
.hero-content .content .title {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700; }

.hero-content .content .subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 25px; }

.hero-content .button {
    z-index: 1; }

.hero-content .content a {
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    padding: 12px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.12) 0 20px 44px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 20px 44px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0 20px 44px;
    -o-box-shadow: rgba(0, 0, 0, 0.12) 0 20px 44px;
    -ms-box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 44px;
    font-weight: 400;
    background-color: transparent; }
.hero-content .content a i {
    padding-left: 1rem;}
.hero-img {
    padding-left: 50px; }
.d-h1{
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: bolder;
}
.bg-img{
    width: 90px;
    height: auto;
    display: inline-block;}
.bg-imgshop{
    width: 60px;
    height: 60px;
    display: inline-block;
}
.bg-shop{
    display:inline-block;
}
/*------ width < 991px ------*/
@media (max-width: 991px) {
    .hero-img {
        padding-left: 0; } }

/*------ width < 768px ------*/
@media (max-width: 768px) {
    .hero-content {
        text-align: center; } }

/* --------------------------------------
  19. FOOTER
-----------------------------------------*/
.footer {
    /*background: url("../images/footer-bg.png") no-repeat center;*/
    background: radial-gradient(#f5d769, transparent);
    box-shadow: 2px 3px 4px #efbd07;
    margin-top: 10px;
    background-size: cover;
}

.footer li {
    padding: 5px 0; }

.footer .form-control {
    height: 40px;
    border: 1px solid #00b09b;
    border-radius: 0;
    font-size: 15px;
    padding-left: 2rem; }

.footer .form-control:focus {
    box-shadow: none;
    border: 1px solid #00b09b; }

.footer .btn {
    min-height: 40px;
    border-radius: 0;
    background: #00b09b;
    color: #fff;
    font-size: 15px;
    padding: 0 2rem; }

.footer .fa-angle-double-right {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }

.footer ul li:hover .fa-angle-double-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite; }

/* ---------- bounceRight ----- */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    40% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px); }
    60% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); } }

/* ---------- bounceRight ----- */
@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0); }
    40% {
        transform: translateX(-15px); }
    60% {
        transform: translateX(-10px); } }

/* ---------- bounceRight ----- */
@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0); }
    40% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px); }
    60% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px); } }

.footer hr {
    margin-top: 50px; }

.footer .social-links {
    margin: 40px 0;
    text-align: center; }

.footer .social-links ul li {
    display: inline-block;
    padding: 0; }

.footer .social-links ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    background: #00b09b;
    background: -webkit-linear-gradient(to left, #96c93d, #00b09b);
    /*background: linear-gradient(to left, #96c93d, #00b09b);*/
    background: linear-gradient(to left, #dce997, #b04100);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: inline-block;
    margin: 0 5px; }

.footer .social-links ul li a:hover {
    color: #00b09b;
    background: #fff;
    box-shadow: 0 0.5em 0.5em -0.4em #00b09b; }

.copyright {
    text-align: center;
    margin-top: 20px; }

.copyright h5 {
    font-weight: 400;
    font-size: 10px;
}
.bg-colum{
    font-size:12px;
}

/*------ width < 600px ------*/
@media (max-width: 600px) {
    .footer {
        text-align: center; }
    .footer h3 {
        margin-top: 10px; } }
