
:root {
    --primary-color: #e4bf66;
    --secondary-color: #ede1a4;
}
/*
=============================================================================
DEFAULT STYLE START
==============================================================================
*/

.section-padding {
    padding: 60px 0;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li a, ul li a:hover, ul li a:focus, a,a:hover,a:focus{
text-decoration: none;
}

img{
    max-width: 100%;
}
header.header-top-section {
    background-color: #000;
    padding: 10px 0;
    overflow: hidden;
}

.logo img {
    width: 130px;
}
.apps-icon {
    margin-top: 20px;
    text-align: right;
}
nav.main-menu-section {
    background-image: linear-gradient(180deg,#ab7d09,#9e7409,#916a08,#846108,#785807,#694f08,#5a4509,#4c3c0a,#392f0b,#292309,#1a1706,#060501);
    overflow: hidden;
}
nav.main-menu-section ul li {
    display: inline-block;
}
nav.main-menu-section ul li a {
    padding: 20px 15px;
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
section.marquee-section {
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    display: flex;
    background: #1a1706;
}

section.marquee-section h1 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
}
section.live-rates-section {
    overflow: hidden;
    background-color: #000;
}

section.live-rates-section table {
    width: 100%;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

section.live-rates-section.section-padding table tr {
    background-image: linear-gradient(#454545,#000);
}
section.products-section {
    background-color: var(--secondary-color);
    overflow: hidden;
}

.section-title {
    overflow: hidden;
    margin-bottom: 30px;
}

.section-title h2 {
    font-weight: 400;
    font-size: 45px;
}

.section-title img {
    width: 220px;
}

.product-list {
    margin-bottom: 30px;
}

.product-list .image-container {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 15px;
}

.product-list h4 {
    background-image: linear-gradient(180deg,#ab7d09,#9e7409,#916a08,#846108,#785807,#694f08,#5a4509,#4c3c0a,#392f0b,#292309,#1a1706,#060501);
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
section.news-section {
    overflow: hidden;
    background-color: var(--primary-color);
}

section.news-section .single-news {
    background-color: #fff;
}

section.news-section .single-news img {
    width: 100%;
}

.product-list .image-container img {
    width: 100%;
}

section.news-section .single-news .content h5 {
    font-size: 15px;
}
section.news-section .single-news .content {
    padding: 15px;
}

section.gold-trend-section {
    background-color: var(--secondary-color);
    overflow: hidden;
}

section.gold-trend-section .content {
    background: #fff;
    padding: 40px 15px;
}

section.gold-trend-section .content p {
    margin-bottom: 8px;
    font-weight: 600;
}
section.download-section {
    overflow: hidden;
    background-image: url('../images/banner-back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section-title h2.white {
    color: #fff;
}
section.download-section img.playStore {
    margin-right: 20px;
}
footer.footer-section {
    overflow: hidden;
    background: #000;
    color: #fff;
}

footer.footer-section .icon i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

footer.footer-section h5 a {
    color: #fff;
}