/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.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;
}
:root {
  --gradient-bg: linear-gradient(104deg, rgba(43,42,42,1) 0%, rgba(8,9,12,1) 100%);
  /* --dark-bg: #1E1E1E; */
  --dark-bg: #0c3f43;
  --white-color: #fff;
  --primary-color: #efbf03;
  /* --secondary-color:#424242; */
  --secondary-color:#60062b;
  --border-color: #1f2f46;
  --fonts: "Montserrat", sans-serif;
  --fonts-color: #1E1E1E;
  --bg-hover: #555;
  --font-red: #ff0000;
  --font-green: #008000;
}
body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-family: var(--fonts);
  font-size: 20px;
  /* background: var(--gradient-bg); */
  /* background: var(--dark-bg); */
  background-image: url("/assets/images/background.png");
  position: relative;
}
tr {
  border-bottom: 1px solid var(--primary-color);
}
.d-flex {
  display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center {
  align-items: center;
}
.gap-15 {
  gap: 10px;
}
.gap-10{
    gap: 10px;
}
.column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.col-1 {
  flex: 0 0 50%;
  padding-right: 15px;
}
.col-2 {
  flex: 0 0 50%;
  padding-left: 15px;
}
.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 {
  width: 100%;
  border-collapse: collapse;
}
.table-responsive {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden; /* REQUIRED */
}
table th {
  background-color: var(--primary-color);
  color: var(--white-color);
}
table tr:last-child td:first-child{
    border-bottom-left-radius: 12px;
}
table tr:last-child td:last-child{
    border-bottom-right-radius: 12px;
}
table td,
table th {
  border: 0;
  font-weight: 700;
  padding: 15px 20px;
  border-collapse: collapse;
  text-align: center;
  /* color: var(--white-color); */
  color: #000;
  letter-spacing: 1.5px;
  font-size: 24px;
}
table th {
  color: #060100;
}
table tr:nth-child(odd){
  background-color: #F5F5F5;
}
table tr:nth-child(even){
  background-color: #F5F5F5;
}
table td {
  padding: 10px 20px;
  min-width: 130px;
  position: relative;
  line-height: 1;
}
tbody td::after{
    content: '';
    width: 90%;
    height: 1px;
    background-color: #C7C7C7;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
table td:first-child::after{
    background-color: #AE8833;
}
table tr:last-child td::after{
    display: none;
}
/* table tbody td::before{
    content: '';
    height: 60%;
    width: 1px;
    background-color: #C7C7C7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
table tbody td:last-child::before{
    display: none;
} */
.text-uppercase{
  text-transform:uppercase ;
}
.gl-kg{
  display: block;
  font-size: 16px;
  color: var(--primary-color);
}
table th:first-child, table td:first-child{
  text-align: left;
}
.small-text {
  font-size: 14px;
}
.big-text {
  font-size: 28px;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.wrap{
    padding: 25px 25px 0;
    position: relative;
}
marquee {
  font-size: 18px;
  padding: 0 5px;
  color: var(--primary-color);
  font-weight: 800;
}
.rates-heading {
  text-align: center;
  color: #be965b;
  background: #fff;
  padding: 8px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
}
.para-section {
  padding: 50px 80px;
  position: relative;
}
.dark-bg {
  background-color: var(--dark-bg);
}
/* Header css :: BEGIN */
.header-section {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.download-section h5{
    margin: 0 0 10px;
    text-align: center;
    font-weight: 800;
    /* color: var(--white-color); */
    color: var(--primary-color);
}
.download-section h5 span{
    font-weight: 400;
}
.gold-box{
    /* background: linear-gradient(61deg, #EECF92 -30.64%, #FFE78D -5.65%, #efbf03 24.92%, #9D660E 48.53%, #AE8833 75.6%, #C79D3F 94.94%); */
    background-color: var(--primary-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    /* color: var(--white-color); */
    color: #060100;
    padding: 15px;
    gap: 15px;
    flex-grow: 1;
    width: 100%;
    justify-content: space-around;
}
.gold-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.gold-title p{
    margin: 0;
    font-weight: 800;
    line-height: 26px;
    font-size: 35px;
}
.gold-title p span{
    font-weight: 400;
    font-size: 60%;
}
.line-h{
    padding: 0 20px;
}
.logo {
  font-size: 30px;
  color: var(--white-color);
}
header a {
  text-decoration: none;
  cursor: pointer;
}
header .d-flex{
  gap: 8px;
}
header .d-flex a img {
  width: 100px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.line-v{
  width: 100%;
  margin-top: 10px;
  /* background-color: var(--white-color); */
  background-color: var(--primary-color);
  height: 1px;
}
.logo a {
  background-color: transparent;
  padding: 0;
}
header a svg {
  fill: var(--dark-bg);
}
.bid-section {
  text-align: center;
  line-height: 1;
}
.bid-section h1{
  /* margin: 5px 0 2px;
  font-size: 35px;
  text-align: left; */
  margin: 5px 0 5px;
  font-size: 35px;
  text-align: left;
  background: white;
  padding: 2px 30px;
  border-radius: 25px;
}
.bid-section .rate-description{
  margin: 0;
  display: flex;
  align-items: baseline;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  font-size: 18px;
}

/* Header css :: END */

/* content section css :: BEGIN */
.content-section {
  position: relative;
  height: 100%;
}
.rate-box {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}
.rate-box-body {
  color: var(--fonts-color);
  text-transform: uppercase;
  padding: 10px 0;
}
.white-text {
  color: var(--white-color);
}
.primary-text {
  color: var(--primary-color);
}
.table-header {
  font-size: 20px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 15px;
  font-weight: 600;
}
.table-body {
  font-size: 20px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  background-color: var(--dark-bg);
}
.tabw1 {
  width: 34%;
  text-align: center;
}
.tabw2 {
  width: 20%;
  text-align: center;
}
.tabw3,
.tabw4 {
  width: 23%;
  text-align: center;
}
table p {
  margin: 0;
}
.top-border {
  border-top: 1px solid var(--border-color);
}
table td p.top-border {
  width: fit-content;
  margin: auto;
  padding: 2px 10px;
}
.contact-data {
  background: var(--gradient-bg);
  padding: 15px;
  text-align: center;
  height: 180px;
  border-radius: 10px;
}
.contact-data h4 {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: var(--dark-bg);
  color: var(--white-color);
}
.contact-data p a {
  font-size: 24px;
  font-weight: bold;
  color: var(--fonts-color);
  text-decoration: none;
  cursor: pointer;
}
.contact-data p {
  justify-content: center;
  gap: 10px;
}
td.gradient-text{
  font-weight: 800;
}
.gradient-text {
    background-color: #efbf03;
    background-image: var(--gradient-bg);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.bid-section .rate-description span{
  font-weight: 800;
}
table th:last-child, table td:last-child, table th:nth-child(3), table td:nth-child(3){
  text-align: right;
}
/* content section css :: END */
/* Footer css :: BEGIN */
.footer-bottom {
  background: var(--primary-color);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  position: relative;
  font-size: 14px;
  color: #7A5E26;
  font-weight: 700;
}
.footer-bottom a{
  color: #7A5E26;
}
footer p{
    margin: 0;
}
.footer-copyright{
  padding: 5px 80px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--fonts-color);
}
.footer-bottom .muted-text {
  color: #7D7AC6;
}
.footer-set-fixed{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer{
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}
/* Footer css :: END */
/* Media Query */
@media screen and (min-width: 1440px) {
  table td, table th{
    padding: 18px;
    font-size: 34px;
  }
  body,
  marquee
  {
    font-size: 26px;
  }
  .gl-kg {
    font-size: 26px;
  }
}
@media screen and (min-width: 1620px) {
  body,
  marquee
  {
    font-size: 40px;
  }
  .gold-title img{
    width: 45px;
  }
  .rate-description svg{
    width: 32px;
    height: 32px;
  }
  .footer-bottom{
    font-size: 30px;
  }
  .download-section h5{
    line-height: 32px;
  }
  .table-body,
  .table-header {
    font-size: 28px;
  }
  .table-body {
    margin: 20px 0;
  }
  .gold-title p{
    font-size: 44px;
    line-height: 36px;
  }
  .gold-title p span{
    font-size: 68%;
  }
  .bid-section small{
    font-size: 40px;
  }
  .bid-section h1{
    font-size: 42px;
    padding: 5px 30px;
  }
  .logo img {
    width: 300px;
  }
  table table td {
    min-width: 220px;
  }
  .header-section{
    gap: 50px;
  }
  table td, table th{
    padding: 25px 20px;
    font-size: 50px;
  }
  .table-responsive{
    border-width: 5px;
  }
  header .d-flex a img {
    width: 170px;
    height: 50px;
  }
  .gl-kg, .bid-section .rate-description {
    font-size: 32px;
  }
}
@media screen and (min-width: 2500px) {
  body,
  marquee
  {
    font-size: 60px;
  }
  .header-section{
    gap: 100px;
  }
  .download-section h5 {
    line-height: 47px;
  }
  .table-responsive{
    border-width: 10px;
  }
  table td, table th {
    padding: 45px 70px;
  }
  .footer-bottom{
    font-size: 30px;
  }
  .logo img {
    width: 380px;
  }
  header .d-flex a img {
    width: 240px;
    height: 90px;
  }
  .gap-15 {
    gap: 50px;
  }
  .table-header,
  .table-body{
    font-size: 48px;
  }
  .table-body {
    margin: 35px 0;
  }
  .footer-bottom {
    font-size: 70px;
    padding: 45px 25px;
  }
  table table td {
    min-width: 300px;
  }
  table th .d-flex img{
    width: 10%;
  }
  .gold-title p {
    line-height: 70px;
    font-size: 80px;
  }
  .gold-title{
    gap: 45px;
  }
  .line-h svg{
    height: 100%;
  }
  .gold-title img{
    width: 100px;
  }
  .bid-section h1{
    font-size: 125px;
  }
  .bid-section .rate-description{
    font-size: 46px;
    gap: 16px;
  }
  .bid-section .rate-description svg{
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 3500px) {
  .logo img {
    width: 700px;
  }
  body, marquee {
    font-size: 92px;
  }
  .download-section h5 {
    line-height: 76px;
  }
  .wrap {
    padding: 65px 55px 0;
  }
  .bid-section small {
    font-size: 82px;
  }
  .gold-title p {
    line-height: 90px;
    font-size: 120px;
  }
  .bid-section .rate-description{
    font-size: 66px;
    gap: 20px;
  }
  .bid-section .rate-description svg {
    width: 60px;
    height: 60px;
  }
  table td, table th{
    font-size: 116px;
  }
  header .d-flex a img {
    width: 390px;
    height: 120px;
  }
  .rate-box-body{
    padding: 45px 0;
  }
}
@media screen and (max-width: 1199.25px) {
  .logo img{
    width: 150px;
  }
  .bid-section h1{
    font-size: 20px;
  }
  .gold-title p {
    line-height: 19px;
    font-size: 24px;
  }
  .bid-section .rate-description{
    font-size: 14px;
  }
  table td, table th{
    font-size: 22px;
    padding: 10px;
  }
  .gl-kg{
    font-size: 14px;
  }
}
@media screen and (max-width: 900.25px) {
  table table td {
    min-width: 70px;
  }
  .gold-box{
    gap:5px;
    padding: 10px 5px;
  }
  .line-h {
    padding: 0 5px;
  }
  .gold-title p {
    font-size: 20px;
  }
  .bid-section h1 {
    font-size: 18px;
  }
  .bid-section .rate-description {
    font-size: 12px;
  }
  .header-section{
    gap: 10px;
  }
  header .d-flex a img{
    width: 85px;
    height: 25px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767.25px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
  .footer-bottom{
    flex-wrap: wrap;
    justify-content: center;
  }
  .d-flex, .header-section, .gold-box{
    flex-wrap: wrap;
  }
  .header-section{
    gap: 10px;
    justify-content: center;
  }
  table td, table th{
    font-size: 14px;
  }
  .bid-section .rate-description{
    font-size: 14px;
  }
  .gold-box{
    gap: 5px;
    padding: 5px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  /* .circle-1{
    left: 50px;
  } */
  .gold-title p {
    line-height: 11px;
    font-size: 16px;
  }
  .rate-box {
    border-width: 15px;
    width: 100%;
  }
  .rate-box-body {
    padding: 5px 0;
  }
  table table td,
  table table th {
    font-size: 14px;
  }
  table table td span {
    border-radius: 10px;
    padding: 5px;
  }
  .table-responsive {
    position: relative;
    overflow: auto;
  }
  table td {
    padding: 5px;
    font-size: 14px;
  }
  .logo img {
    width: 160px;
  }
  header .d-flex {
    justify-content: center;
  }
  footer {
    display: block;
    position: relative;
  }
  .wrap{
    padding: 10px 10px 0;
  }
  .footer-section {
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  table table td {
    min-width: 45px;
  }
  .line-h {
    padding: 0px 5px;
  }
  .bid-section h1{
    font-size: 18px;
    padding: 2px 5px;
    text-align: center;
  }
  .bid-section .rate-description{
    font-size: 10px;
    gap: 2px;
  }
  .bid-section .rate-description svg{
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 375px) {
  table table td {
    min-width: 30px;
  }
}
