.product-data,.text-center {
    text-align: center
}

body,table {
    width: 100%
}

.rate-box-body,.title-section {
    text-transform: uppercase;
    position: relative
}

.rounded-table h2,body,table p {
    margin: 0
}

.contact-data p a,header a {
    text-decoration: none;
    cursor: pointer
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

:root {
    --gradient-bg: linear-gradient(to bottom, #ae8f51, #b37e42, #826933);
    --dark-bg: #000000;
    --white-color: #fff;
    --primary-color: #b37e42;
    --border-color: #1f2f46;
    --footer-bg: #3b3b3c;
    --fonts: "Open Sans",sans-serif;
    --fonts-color: #000;
    --bg-hover: #b37e42;
    --font-red: #ff0000;
    --font-green: #008000
}

body {
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    background-repeat: repeat;
    font-family: var(--fonts);
    font-size: 20px;
    background-size: auto;
    background-position: center;
    background-color: var(--dark-bg);
    overflow-x: hidden
}

.d-flex,.primary-menu ul li {
    display: flex
}

.align-items-center {
    align-items: center
}

.gap-15 {
    gap: 10px
}

.justify-content-end {
    justify-content: end
}

.text-red {
    color: var(--font-red)
}

.text-green {
    color: var(--font-green)
}

.bg-gardient {
    background: var(--gradient-bg)
}

.desc-table .table-body td {
    padding: 10px 0
}

table {
    border-collapse: collapse;
    font-weight: 700
}

table table th {
    background-color: var(--bg-hover);
    padding: 15px;
    text-transform: capitalize;
    font-weight: 500
}

table table td span {
    padding: 5px 15px;
    border-radius: 7px
}

.product-data {
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: var(--dark-bg);
    color: var(--white-color)
}

.product-data td {
    border: 1px solid var(--bg-hover);
    background-color: #fff;
    padding: 15px;
    color: #000
}

.product-data td span {
    font-weight: 600
}

.small-text {
    font-size: 14px
}

.big-text {
    font-size: 28px
}

.text-start {
    text-align: left
}

.contact-data,.download-links,.header-section,.marquee-set,.rates-heading,.rounded-table td,.tabw1,.tabw2,.tabw3,.tabw4,.title-section {
    text-align: center
}

.marquee-set {
    color: #fff;
    font-size: 15px;
    padding: 5px 30px;
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    background: linear-gradient(to bottom,#ae8f51,#b37e42,#826933);
    position: relative;
    width: 100%
}

.rates-heading {
    color: #be965b;
    background: #fff;
    padding: 8px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px
}

.dark-bg,header {
    background-color: var(--dark-bg)
}

.para-section {
    padding: 50px 80px;
    position: relative
}

.w-set {
    width: 1130px;
    margin: auto
}

.header-top {
    background: var(--gradient-bg);
    padding: 10px
}

.header-top .d-flex {
    gap: 30px
}

header {
    padding: 30px 0
}

.header-section {
    display: block;
    padding: 10px 30px
}

.logo {
    font-size: 30px;
    color: var(--white-color)
}

header .d-flex a img {
    width: 22px;
    height: 24px;
    object-fit: contain
}

.logo a {
    background-color: transparent;
    padding: 0
}

header a svg {
    fill: var(--dark-bg)
}

.content-section {
    position: relative;
    height: 100%;
    background-image: url("../images/bg.jpg")
}

.rate-box-body {
    color: var(--fonts-color);
    padding: 50px 0;
    width: 80%;
    margin: auto
}

.footer-bottom a,.white-text {
    color: var(--white-color)
}

.primary-text {
    color: var(--primary-color)
}

.rounded-table {
    box-shadow: rgba(0,0,0,.2) 0 4px 8px 2px,rgba(0,0,0,.19) 0 0 0 0;
    border-radius: 50px;
    font-weight: 600;
    background: var(--white-color);
    width: 100%;
    color: var(--fonts-color);
    text-transform: none
}

.table-body,.table-header {
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px
}

.contact-data h4,.contact-section,.footer-copyright,.primary-menu ul li a,.table-body,footer {
    color: var(--white-color)
}

.rounded-table td {
    background: var(--white-color);
    padding: 15px 10px
}

.rounded-table td:first-child {
    border-radius: 50px 0 0 50px
}

#gold_buy,#gold_sell {
    border-radius: 7px;
    padding: 5px 15px
}

.data h2 {
    margin-top: 5px
}

.rounded-table td:last-child {
    border-radius: 0 50px 50px 0
}

.rounded-table td:first-child .data {
    border-right: 1px solid #ddd
}

.table-body {
    border: 1px solid var(--primary-color);
    background-color: var(--dark-bg)
}

.tabw1 {
    width: 34%
}

.tabw2 {
    width: 20%
}

.tabw3,.tabw4 {
    width: 23%
}

.top-border {
    border-top: 1px solid var(--border-color)
}

table td p.top-border {
    width: fit-content;
    margin: auto;
    padding: 2px 10px
}

.small-text {
    margin-top: 10px
}

.contact-data {
    background: var(--gradient-bg);
    padding: 15px;
    height: 180px;
    border-radius: 10px
}

.contact-data h4,.news-section {
    background-color: var(--dark-bg)
}

.contact-data h4 {
    margin-top: 0;
    margin-bottom: 10px
}

.contact-data p a {
    font-size: 24px;
    font-weight: 700;
    color: var(--fonts-color)
}

.contact-data p {
    justify-content: center;
    gap: 10px
}

.news-section {
    width: 100%;
    height: 207px;
    border: 1px solid var(--primary-color);
    border-radius: 10px
}

.news-section h4 {
    text-decoration: underline;
    margin: 5px 0;
    color: var(--primary-color)
}

.news-section marquee {
    height: 70px;
    padding: 20px;
    color: var(--primary-color)
}

footer {
    background-color: #372107e0;
    padding: 60px 0
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer-section {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 18px
}

.contact-icon,.footer-icon {
    font-size: 40px
}

.contact-desc h4,.footer-desc h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px
}

.contact-desc p,.footer-desc p {
    margin: 5px 0;
    line-height: 1.5;
    color: #9e9d9d
}

.contact-section a,footer a {
    color: #9e9d9d;
    text-decoration: none
}

.footer-bottom {
    background-image: var(--gradient-bg);
    padding: 0
}

.footer-copyright {
    padding: 5px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px
}

.footer-set-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0
}

.breadcrum-section {
    position: relative;
    display: grid;
    justify-content: flex-end;
    background: url("../images/bg.jpg")
}

.breadcrum {
    position: relative
}

.about-details p {
    text-align: justify
}

.contact-details {
    display: grid;
    justify-content: center
}

.contact-section {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    font-size: 18px;
    margin-bottom: 30px
}

.menu-section {
    width: 100%;
    margin: auto
}

#primary-menu-trigger {
    display: none
}

.primary-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0
}

.primary-menu ul li a {
    transition: .3s linear;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500
}

.primary-menu ul li a.active,.primary-menu ul li a:hover {
    color: var(--bg-hover)
}

.download-links {
    margin: 0 auto;
    display: block
}

.download-links img {
    padding: 0 50px
}

.high {
    padding: 5px
}

@media screen and (min-width: 1620px) {
    .contact-desc h4,.footer-desc h4,body,marquee {
        font-size:34px
    }

    header a svg {
        width: 40px;
        height: 40px
    }

    header a {
        padding: 8px 15px 4px
    }

    .contact-desc p,.footer-bottom,.footer-desc p,.table-body,.table-header,.title-section {
        font-size: 28px
    }

    .rates-heading {
        font-size: 50px;
        padding: 8px 20px
    }

    .primary-menu ul li a {
        font-size: 22px;
        padding: 20px 30px
    }

    .table-body {
        margin: 20px 0
    }

    header {
        padding: 30px 0
    }

    .contact-icon svg,.footer-icon svg {
        width: 60px;
        height: 80px
    }

    .rate-box-body {
        padding: 100px 0 150px
    }

    .logo img {
        width: 200px
    }

    table table td {
        min-width: 220px
    }

    .header-section,.menu-section,.rate-box {
        width: 1350px;
        margin: auto;
    }
}

@media screen and (min-width: 2500px) {
    .contact-data p a,.contact-desc h4,.footer-desc h4,body,marquee {
        font-size:44px
    }

    .header-section,.menu-section,.rate-box {
        width: 1900px
    }

    .logo img {
        width: 250px
    }

    .gap-15 {
        gap: 50px
    }

    .contact-icon svg,.footer-icon svg {
        width: 100px;
        height: 140px
    }

    header a svg {
        width: 100px;
        height: 100px
    }

    .contact-desc p,.footer-desc p,.table-body,.table-header,.title-section {
        font-size: 48px
    }

    .primary-menu ul li a {
        font-size: 29px;
        padding: 30px 50px
    }

    .table-body {
        margin: 35px 0
    }

    .contact-data svg {
        width: 45px;
        height: 45px
    }

    .contact-data {
        height: 300px
    }

    .news-section {
        height: 330px
    }

    .news-section marquee {
        height: 210px
    }

    .footer-bottom {
        font-size: 50px
    }

    .rates-heading {
        font-size: 80px;
        padding: 8px 20px
    }

    table table td {
        min-width: 300px
    }
}

@media screen and (max-width: 1024.25px) {
    .header-section,.menu-section,.rate-box {
        width:900px
    }

    .col-1,.col-2 {
        flex: 0 0 47.5%
    }

    .footer-bottom {
        padding: 5px 60px
    }
}

@media screen and (max-width: 900.25px) {
    .header-section,.menu-section,.rate-box {
        width:600px
    }

    table table td {
        min-width: 70px
    }

    .title-section {
        font-size: 14px
    }

    .contact-data {
        height: 100%
    }

    .contact-data h4 {
        font-size: 16px
    }
}

@media screen and (max-width: 600px) {
    .contact-data p a,.contact-desc p,body,table table td,table table th,table td {
        font-size:14px
    }

    .footer-set-fixed,.table-responsive,.title-section {
        position: relative
    }

    body {
        overflow-x: hidden
    }

    .rate-box {
        border-width: 15px;
        width: 100%
    }

    .rate-box-body {
        padding: 20px 10px
    }

    table table td span {
        border-radius: 10px;
        padding: 5px
    }

    .table-responsive {
        overflow: auto
    }

    table td {
        padding: 5px
    }

    .logo img {
        width: 130px
    }

    header .header-section {
        padding: 10px 0;
        display: block;
        text-align: center;
        margin: auto;
        width: 100%
    }

    header .d-flex {
        justify-content: center
    }

    .content-section {
        height: 100%
    }

    .para-section {
        padding: 20px
    }

    .primary-menu.show,footer {
        display: block
    }

    .footer-section {
        gap: 10px;
        margin-bottom: 15px;
        font-size: 14px
    }

    .footer-set-fixed .footer-copyright {
        font-size: 12px;
        padding: 5px 20px;
        display: block;
        text-align: center
    }

    .footer-set-fixed {
        left: auto;
        bottom: auto;
        padding: 0
    }

    .contact-section {
        gap: 10px
    }

    .contact-details h1 {
        text-align: center;
        margin-bottom: 30px;
        line-height: 1.5;
        letter-spacing: 1px
    }

    #primary-menu-trigger,.primary-menu ul {
        display: block;
        text-align: left
    }

    #primary-menu-trigger {
        padding: 0 16px;
        font-size: 20px
    }

    #primary-menu-trigger svg {
        fill: #fff;
    }

    .primary-menu {
        display: none;
        position: absolute;
        left: 0;
        background: var(--dark-bg);
        width: 100%;
        padding: 20px!important;
        z-index: 5;
        top: 47px;
        transition: .3s linear;
        box-shadow: 0 1px 15px #888888a1
    }

    .primary-menu ul li {
        margin-bottom: 10px
    }

    table table td {
        min-width: 45px
    }

    .primary-menu ul li a {
        color: var(--white-color)
    }
}

@media screen and (max-width: 375px) {
    table table td {
        min-width:30px
    }
}

@media screen and (max-height: 780px) {
    header {
        padding:0
    }
}
