:root {
  --gold-color: #BA681E;
}

html {
  scroll-behavior: smooth;
}

h1 {
  color: #000;
  font-family: "BentonSansLight", sans-serif !important;
}

h2 {
  color: #000;
  font-family: "BentonSansLight", sans-serif !important;
}

h3 {
  color: #000;
  font-family: "BentonSansLight", sans-serif !important;
}

h4 {
  color: #000;
  font-family: "BentonSansLight", sans-serif !important;
}

h5 {
  color: #000;
  font-family: "BentonSansLight", sans-serif !important;
}

h6 {
  color: #000;
  font-family: "BentonSansLight", sans-serif !important;
}

p {
  font-family: "BentonSansBook", sans-serif;
  text-align: initial !important;
  color: #000;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
  font-family: "BentonSansBook", sans-serif;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.theme-button {
  text-align: center;
  margin: 10px 0px;
}
.theme-button a {
  background-color: var(--gold-color);
  padding: 10px 30px;
  border-radius: 6px;
  color: #fff;
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
#video-container #intro-video {
  width: 100%;
  z-index: 9999;
  position: relative;
}
#video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#video-container #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: white;*/
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 10;
}

.header-main .navbar {
  padding: 5px 0px;
  background-color: #fff;
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.7294117647);
}
.header-main .navbar .navbar-brand {
  padding: 0px;
}
.header-main .navbar .navbar-brand img {
  width: 200px;
}
.header-main .navbar .navbar-nav {
  border-radius: 35px;
  padding: 5px 20px;
}
.header-main .navbar .navbar-nav .nav-item {
  padding: 0px 12px;
}
.header-main .navbar .navbar-nav .nav-item a {
  color: #000;
  font-size: 16px;
}
.header-main .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--gold-color);
}

.heading {
  text-align: center;
}
.heading h2 {
  background: -webkit-linear-gradient(#f07902, #f6ed8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hidden-nav {
  transform: translateY(0);
}

.home-banner {
  display: none;
}
.home-banner .web {
  width: 100%;
}
.home-banner .mob {
  display: none;
}

.products {
  display: none;
}
.products .head {
  background: rgb(238, 175, 44);
  background: linear-gradient(0deg, rgb(238, 175, 44) 0%, rgb(186, 104, 30) 100%);
  font-size: x-large;
  font-weight: 600;
  color: #fff;
  padding: 20px 0px;
  text-align: center;
}
.products .atm {
  padding-top: 30px;
  padding-bottom: 20px;
}
.products .atm p {
  color: var(--gold-color);
  font-size: 22px;
  letter-spacing: 1px;
  text-align: justify !important;
  padding: 10% 0px;
}
.products .atm .bg1 {
  position: absolute;
  right: 0px;
  width: auto;
  z-index: -1;
  margin-top: 100px;
}
.products .coins {
  background-color: rgba(253, 202, 183, 0.1294117647);
}
.products .coins .bg1 {
  position: absolute;
  right: 0px;
  width: auto;
  z-index: -1;
}
.products .coins .content {
  padding-top: 40px;
}
.products .coins .content img {
  width: 100%;
}
.products .coins .content h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.products .coins .theme-button {
  padding-bottom: 40px;
  padding-top: 20px;
}

.key-features {
  display: none;
  padding: 30px 0px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5490196078);
  margin: 14px 0px;
}
.key-features .bg1 {
  position: absolute;
  width: auto;
  left: 0;
  margin-top: -30px;
  z-index: -1;
}
.key-features .bg2 {
  position: absolute;
  width: auto;
  right: 0;
  margin-top: -60px;
  z-index: -1;
}
.key-features .head {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.key-features .content img {
  width: 100%;
}
.key-features .content h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
}
.key-features .content p {
  text-align: center !important;
  font-size: 14px;
}

.client-success {
  padding: 40px 0px;
  box-shadow: 1px 2px 12px 0px #000;
  background-color: #fff;
}
.client-success h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.client-success .text {
  text-align: center;
}
.client-success .text p {
  font-size: 14px;
}
.client-success .text p b {
  padding: 0px 5px;
  font-size: 18px;
  font-weight: 400;
  color: var(--gold-color);
}

.about-us .bg {
  background-image: url(../img/about-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 6%;
}
.about-us .bg h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.about-us .bg p {
  text-align: center !important;
  color: #fff;
  font-weight: 600;
}
.about-us .leader-ship {
  text-align: center;
  padding: 40px 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2705882353);
  margin-bottom: 10px;
}
.about-us .leader-ship h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 600;
}
.about-us .leader-ship p {
  text-align: center !important;
}
.about-us .leader-ship h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.about-us .leader-ship img {
  width: 60%;
}
.about-us .leader-ship .bg1 {
  width: auto;
  position: absolute;
  left: 0px;
  z-index: -1;
  margin-top: -120px;
  margin-left: 50px;
}
.about-us .leader-ship .bg2 {
  width: auto;
  position: absolute;
  margin-top: 150px;
  right: 0;
}
.about-us .mivi {
  text-align: center;
  padding: 40px 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2705882353);
  margin-bottom: 10px;
}
.about-us .mivi h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}
.about-us .mivi .bg1 {
  width: auto;
  position: absolute;
  left: 0;
  margin-top: -100px;
  z-index: -1;
}
.about-us .mivi .bg2 {
  position: absolute;
  right: 0;
  margin-top: 145px;
  width: auto;
}
.about-us .mivi p {
  text-align: center !important;
  padding: 0px 20px;
  margin-top: 15px;
  line-height: 20px;
  background: -webkit-linear-gradient(#B99F0E, #BA681E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 14px;
}
.about-us .mivi .text {
  width: 100%;
  display: flex;
  padding: 0px 35px;
}
.about-us .mivi .text p {
  text-align: left !important;
  font-size: 12px;
  padding: 0px;
  line-height: 14px;
  margin: 8px 0px;
}
.about-us .mivi .text p img {
  width: 20px;
}
.about-us .mivi .text p b {
  padding-left: 12px;
  color: var(--gold-color);
}
.about-us .mivi .text .first {
  width: 28%;
}
.about-us .mivi .text .second {
  width: 72%;
}
.about-us .choose-us {
  background-image: url(../img/about-bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2705882353);
  margin-bottom: 10px;
}
.about-us .choose-us h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}
.about-us .choose-us h2 b {
  color: var(--gold-color);
  font-weight: normal;
}
.about-us .choose-us .text {
  text-align: center;
}
.about-us .choose-us .text img {
  margin-bottom: 30px;
}
.about-us .choose-us .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-us .choose-us .text p {
  font-size: 12px;
  text-align: center !important;
}

.gold-atm .overview {
  background-image: url(../img/atm-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.gold-atm .overview .img {
  text-align: center;
}
.gold-atm .overview .img img {
  width: 66%;
}
.gold-atm .overview .img .mob {
  display: none;
}
.gold-atm .overview h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #E1B737;
  padding-top: 50px;
}
.gold-atm .overview .text {
  padding: 10% 0px;
}
.gold-atm .overview .text h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
.gold-atm .overview .text p {
  font-size: 20px;
  text-align: justify !important;
  color: #fff;
}
.gold-atm .customized-coins {
  background-color: #fff;
}
.gold-atm .customized-coins h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  padding-top: 35px;
}
.gold-atm .customized-coins .bg2 {
  position: absolute;
  right: 0;
  z-index: 0;
}
.gold-atm .customized-coins .bg1 {
  position: absolute;
  left: 0;
}
.gold-atm .customized-coins .text {
  padding-bottom: 30px;
}
.gold-atm .customized-coins .text p {
  font-size: 26px;
}
.gold-atm .customized-coins .text p span {
  color: var(--gold-color);
}
.gold-atm .customized-coins .text ul {
  padding-top: 10px;
  margin-bottom: 30px;
}
.gold-atm .customized-coins .text ul li {
  font-size: 24px;
}
.gold-atm .customized-coins .text ul li span {
  color: var(--gold-color);
}
.gold-atm .customized-coins .text h3 {
  font-size: 26px;
}
.gold-atm .features {
  background-color: #F4F4F4;
  padding-bottom: 20px;
}
.gold-atm .features .bg2 {
  position: absolute;
  right: 0;
  z-index: 0;
}
.gold-atm .features .bg1 {
  position: absolute;
  left: 0;
}
.gold-atm .features h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  padding-top: 35px;
}
.gold-atm .features .box {
  text-align: center;
}
.gold-atm .features .box img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.gold-atm .features .box h3 {
  font-size: 14px;
  font-weight: 600;
}
.gold-atm .features .box p {
  font-size: 10px;
  text-align: center !important;
  padding: 0px 26px;
}
.gold-atm .works {
  background-color: rgba(253, 202, 183, 0.33);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2705);
}
.gold-atm .works .bg1 {
  position: absolute;
  right: 0;
  width: 13%;
  z-index: -1;
}
.gold-atm .works .bg2 {
  position: absolute;
  width: 18%;
  z-index: -1;
  left: 0;
  margin-top: 86px;
  margin-left: -15px;
}
.gold-atm .works .bg3 {
  position: absolute;
  right: 0;
  width: 13%;
  z-index: -1;
  margin-top: -200px;
}
.gold-atm .works h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  padding-top: 35px;
}
.gold-atm .works .img img {
  width: 100%;
}
.gold-atm .works .img p {
  font-size: 14px;
  padding-top: 15px;
  text-align: center !important;
  margin-bottom: 60px;
}

.products-page .mob {
  display: none;
}
.products-page .mob-ban {
  display: none;
}
.products-page .contentt {
  margin-top: 4px;
  background-image: url(../img/product-page-text-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.products-page .contentt p {
  font-size: 22px;
  text-align: justify !important;
  padding: 24% 12% 12% 12%;
}
.products-page .contentt .img {
  text-align: center;
  padding: 40px 0px;
}
.products-page .prod {
  background-color: rgba(253, 202, 183, 0.1490196078);
}
.products-page .prod .bg1 {
  position: absolute;
  left: 0px;
  width: auto;
  z-index: -1;
  margin-top: -120px;
}
.products-page .prod .content {
  padding: 40px 0px;
}
.products-page .prod .content img {
  width: 100%;
}
.products-page .prod .content h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.products-page .prod .content .theme-button {
  padding-top: 10px;
}

.service .bg1 {
  position: absolute;
  z-index: -1;
  left: 0;
}
.service h2 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold-color);
  padding-top: 44px;
}
.service .box {
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2705882353);
  margin-bottom: 20px;
}
.service .box .text {
  padding: 8% 0px;
}
.service .box .text h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 40px;
}
.service .box .text p {
  font-size: 14px;
  text-align: justify !important;
  padding: 0px 10px;
  color: #696666;
  letter-spacing: 1px;
}

.temples {
  margin-bottom: 20px;
}
.temples .bg1 {
  position: absolute;
  z-index: -1;
  left: 0;
  width: auto;
}
.temples .bg2 {
  position: absolute;
  width: auto;
  z-index: -1;
  right: 0;
  margin-top: 100px;
}
.temples .bg3 {
  position: absolute;
  z-index: -1;
  left: 0;
  width: auto;
}
.temples h2 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold-color);
  padding-top: 44px;
}
.temples img {
  width: 100%;
}
.temples h3 {
  font-size: 16px;
  text-align: center;
}

.media .expo .text {
  margin-top: 40px;
}
.media .expo .text h2 {
  font-size: 28px;
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.media .expo .text p {
  text-align: center !important;
}
.media .expo .bg3 {
  position: absolute;
  right: 0;
  z-index: -1;
  width: auto;
  margin-top: -40px;
}
.media .expo .nav {
  border: none;
  margin: 40px 0px;
}
.media .expo .nav .nav-item {
  margin: 0px 20px;
}
.media .expo .nav .nav-item .nav-link {
  background-color: var(--gold-color);
  color: #fff;
  border-radius: 4px;
  border: 1px solid var(--gold-color);
  padding: 5px 40px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.5882352941);
}
.media .expo .nav .nav-item .nav-link.active {
  background-color: #fff;
  color: #000;
}
.media .expo .articles {
  padding: 20px 40px;
}
.media .expo .articles a img {
  width: 100%;
}
.media .expo iframe {
  margin: 10px 0px;
}
.media .sai9-coins .history {
  padding-bottom: 20px;
}
.media .sai9-coins .history h2 {
  font-size: 22px;
  font-weight: 600;
  color: #EBAD04;
  text-align: center;
  margin-bottom: 30px;
}
.media .sai9-coins .history h3 {
  font-size: 18px;
  font-weight: 200;
  color: #BA681E;
  padding: 50px 0px;
  text-align: center;
  font-style: italic;
  margin-bottom: 0px;
}
.media .sai9-coins .history h3 b {
  font-weight: 600;
}
.media .sai9-coins .history p {
  text-align: justify !important;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.media .sai9-coins .history p b {
  color: var(--gold-color);
}
.media .sai9-coins .history h4 {
  font-size: 15px;
  color: var(--gold-color);
}
.media .sai9-coins .history .bg1 {
  position: absolute;
  right: 0;
  z-index: -1;
  margin-top: 200px;
  width: auto;
}
.media .sai9-coins .group {
  background-color: #FEF8F8;
}
.media .sai9-coins .group h2 {
  color: var(--gold-color);
  text-align: center;
  font-size: 24px;
  padding-top: 40px;
}
.media .sai9-coins .group img {
  width: 100%;
  padding: 20px 0px;
}

.contact-us .bg1 {
  position: absolute;
  z-index: -1;
  right: 0;
  width: auto;
}
.contact-us h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold-color);
  padding-top: 44px;
}
.contact-us p {
  font-size: 20px;
  text-align: center !important;
}
.contact-us .text {
  background-image: url(../img/contact-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-us .text h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding-top: 44px;
}
.contact-us .text .miss {
  font-size: 48px;
  font-weight: lighter;
  padding: 24% 6%;
}
.contact-us .text .form {
  padding: 40px 0px;
}
.contact-us .text .form form .btn {
  color: var(--gold-color);
  background-color: #fff;
  border: 0px solid;
  width: 120px;
  font-weight: 600;
}
.contact-us .text .form form .form-control {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2705882353);
}

.director {
  margin: bottom 40px;
}
.director h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold-color);
  padding-top: 44px;
}
.director h2 a {
  float: left;
}
.director h2 a i {
  color: #000;
}
.director p {
  text-align: center !important;
}
.director h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.director img {
  width: 100%;
  margin-bottom: 30px;
}
.director .bg1 {
  width: auto;
  position: absolute;
  left: 0px;
  z-index: -1;
}
.director .bg2 {
  width: auto;
  position: absolute;
  right: 0px;
  z-index: -1;
  margin-top: -40px;
}
.director .text {
  text-align: justify !important;
  letter-spacing: 0.5px;
  word-spacing: 2px;
}
.director .text b {
  color: var(--gold-color);
}
.director .text.ambika {
  padding: 8% 0px 0% 0px;
}
.director .text.gopal {
  padding: 4% 0px 0% 0px;
}

.gold-prod-page img {
  width: 100%;
  padding-bottom: 5px;
}
.gold-prod-page .mob {
  display: none;
}
.gold-prod-page .prod p {
  text-align: center !important;
}
.gold-prod-page .prod p:nth-child(2) {
  font-size: 14px;
  margin-bottom: 20px;
}
.gold-prod-page .prod p:nth-child(3) {
  text-align: center;
}
.gold-prod-page .prod p:nth-child(3) a {
  background-color: var(--gold-color);
  color: #fff;
  padding: 4px 15px;
  font-size: 10px;
}
.gold-prod-page .pagination .page-item {
  padding: 4px;
}
.gold-prod-page .pagination .page-item .page-link {
  border-radius: 0px !important;
  border: 1.5px solid #000;
}
.gold-prod-page .pagination .active > .page-link,
.gold-prod-page .pagination .page-link.active {
  background-color: var(--gold-color);
}
.gold-prod-page .btnn {
  position: absolute;
  left: 0;
  padding-top: 30px;
}
.gold-prod-page .btnn p a {
  padding: 10px 50px;
  border-radius: 0px 24px 24px 0px;
}

.footer {
  background-color: #000;
  padding: 20px;
}
.footer .img {
  text-align: center;
}
.footer .img p {
  color: #fff !important;
  text-align: center !important;
}
.footer .img p a {
  padding: 0px 5px;
  text-decoration: none;
}
.footer .img p a svg {
  color: #fff;
}
.footer .img h2 {
  color: var(--gold-color);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.footer .img ul {
  text-align: left;
  list-style-type: none;
}
.footer .img ul li {
  color: #fff;
  line-height: 25px;
}
.footer .img ul li a {
  color: #fff;
}
.footer .img ul a:hover {
  color: var(--gold-color);
}

.ecommerce .content {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ecommerce .ecom-heading {
  padding: 30px 0px;
}
.ecommerce .ecom-heading h2 {
  font-size: 26px;
  text-align: center !important;
  margin-bottom: 2px;
  font-weight: 600;
}
.ecommerce .ecom-heading p {
  color: #8E8D8D;
  text-align: center !important;
}
.ecommerce .prod img {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.168627451);
  background-color: #fff;
  border-radius: 5px;
}
.ecommerce .prod p {
  text-align: center !important;
  padding-top: 16px;
}
.ecommerce .cat {
  color: #000;
  font-weight: 600;
  text-align: center !important;
  margin: 30px 0px;
  font-size: 22px;
}
.ecommerce .cat span {
  color: var(--gold-color);
  padding-left: 30px;
}
.ecommerce .catt {
  font-size: 21px;
  margin: 5px 0px;
}
.ecommerce .catt span {
  color: var(--gold-color);
  font-size: 30px;
  position: absolute;
  margin-left: -22px;
  margin-top: -9px;
}
.ecommerce .special .ecom-heading p {
  font-weight: 600;
  color: var(--gold-color);
  font-size: 20px;
}
.ecommerce .special p {
  margin: 0px;
}
.ecommerce .special p span {
  color: var(--gold-color);
  font-size: 23px;
  position: absolute;
  margin-left: -16px;
  margin-top: -6px;
}
.ecommerce .single-btn {
  padding: 60px 0px;
  text-align: center;
}
.ecommerce .single-btn a {
  background-color: var(--gold-color);
  padding: 14px 70px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.7411764706);
  font-size: 26px;
  font-weight: 400;
  border-radius: 25px;
  color: #fff;
}
.ecommerce .about {
  padding-top: 40px;
}
.ecommerce .about h2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.ecommerce .about h2 span {
  color: var(--gold-color);
}

/*responsive view*/
@media only screen and (max-width: 767px) {
  .ecommerce .content {
    background-size: cover;
  }
  .ecommerce .catt {
    padding-left: 20px;
  }
  .ecommerce .special p {
    padding-left: 20px;
  }
  .media .group h2 {
    font-size: 16px;
  }
  .media .expo h2 {
    font-size: 20px;
  }
  .media .expo .nav li {
    margin: 0px 10px !important;
  }
  .media .expo .nav li .nav-link {
    padding: 5px 20px !important;
  }
  .media .expo .tab-content iframe {
    height: 220px;
  }
  .media .expo .articles {
    padding: 20px 0px;
  }
  .service .box .text {
    padding: 0px 0px 8% 0px;
  }
  .service .box .text h3 {
    margin-bottom: 15px;
  }
  .leader-ship .theme-button {
    margin-bottom: 30px;
  }
  .bg1,
  .bg2,
  .bg3 {
    display: none;
  }
  .about-us .bg {
    background-size: cover !important;
    background-position: center;
  }
  .about-us .mivi .text {
    padding: 0px;
  }
  .about-us .mivi .text .first p b {
    padding-left: 8px;
  }
  .contact-us .text .form {
    padding-bottom: 40px !important;
    padding: 0px;
  }
  .contact-us .text .miss {
    padding: 0%;
    font-size: 14px;
  }
  .about-us .choose-us {
    background-image: url(../img/about-bg-2-mob.png);
  }
  .gold-atm .overview {
    background: none;
  }
  .gold-atm .overview .col-md-5:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gold-atm .overview h2 {
    display: none;
  }
  .gold-atm .overview .img {
    background-image: url(../img/atm-bg-mob.webp);
    background-size: 100%;
  }
  .gold-atm .overview .mob {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #E1B737;
    padding-top: 50px;
    display: block !important;
  }
  .gold-atm .overview .text h3 {
    color: #000;
  }
  .gold-atm .overview .text p {
    color: #000;
  }
  .gold-atm .customized-coins h2 {
    font-size: 26px;
  }
  .gold-atm .customized-coins .text p {
    font-size: 24px;
  }
  .gold-atm .customized-coins .text ul li {
    font-size: 22px;
  }
  .gold-atm .customized-coins .text img {
    width: 100%;
  }
  .gold-atm .works .col-md-2 {
    display: none;
  }
  .gold-atm .features .box p {
    padding: 0px;
  }
  .contact-us .text {
    background-image: url(../img/contact-bg-mob.png);
  }
  #video-container {
    display: none;
  }
  .gold-prod-page .web {
    display: none;
  }
  .gold-prod-page .mob {
    display: block;
  }
  .gold-prod-page .btnn {
    display: flex;
    position: initial !important;
    justify-content: center;
  }
  .gold-prod-page .btnn p a {
    border-radius: 24px;
  }
  .gold-prod-page .col-md-1 {
    display: none;
  }
  #header-main,
  #home-banner,
  #products,
  #key-features,
  #footer {
    display: block !important;
  }
  .home-banner .mob {
    display: block;
    width: 100%;
  }
  .home-banner .web {
    display: none;
  }
  .products .head {
    padding: 10px 0px;
  }
  .products .atm {
    padding-top: 0px;
  }
  .products .atm .col-md-4 {
    text-align: center;
  }
  .products .atm .col-md-4 img {
    width: 35%;
  }
  .products .atm p {
    padding: 5% 0px;
    font-size: 16px;
  }
  .products .coins .content {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .products-page .web {
    display: none;
  }
  .products-page .mob {
    display: block;
  }
  .products-page .web-ban {
    display: none;
  }
  .products-page .mob-ban {
    display: block;
  }
  .products-page .contentt img {
    width: 100%;
  }
  .products-page .contentt .img {
    padding: 10px 0px;
  }
  .products-page .contentt p {
    padding: 5% 5% 5% 5%;
    font-size: 14px;
  }
  .products-page .prod .content {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .products-page .prod .content h2 {
    font-size: 18px;
  }
  .products-page .prod .content .theme-button a {
    padding: 10px 20px;
  }
  .products-page .prod .col-md-4:nth-child(3) .content {
    margin-bottom: 35px;
  }
}/*# sourceMappingURL=style.css.map */