/*  typograph */
:root {
  --gold-primary: #C39312;
  --gold-border: #716307;
  --gold-link: #716307;
  --gold-link-hover: #C39312;
  --gold-gr-light: #F4D36A;
  --gold-gr-dark: #C39312;
  --gold-gradient: linear-gradient(40deg, #C39312 0%, #F4D36A 100%);
  --gold-gradient-inverse: linear-gradient(40deg, #F4D36A 0%, #C39312 100%);
/*
  --gold-primary: #99850A;
  --gold-border: #716307;
  --gold-link: #716307;
  --gold-link-hover: #99850A;
  --gold-gr-light: rgba(199,173,13,1);
  --gold-gr-dark: rgba(153,133,10,1);
  --gold-gradient: linear-gradient(40deg, rgba(153,133,10,1) 0%, rgba(199,173,13,1) 100%);
  --gold-gradient-inverse: linear-gradient(40deg, rgba(199,173,13,1) 0%, rgba(153,133,10,1) 100%);
*/
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: url('../img/gold-bg-lg3.png') no-repeat right top;
  background-size: 70%;
  background-position: 135% 68px;
}

p, .paragraph {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 50px;
  font-weight: 800;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
    font-weight: 600;
  }
}

h2, .h2 {
  font-size: 42px;
  font-weight: 800;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
    font-weight: 600;
  }
}

h3, .h3 {
  font-size: 32px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 26px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
}

h1, h2, h3, h4 {
background: linear-gradient(10deg, var(--gold-gr-light) 0%, var(--gold-gr-dark) 100%);
background-clip: text;
background: -webkit-linear-gradient(10deg, var(--gold-gr-light) 0%, var(--gold-gr-dark) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0px 0px 5px rgba(251, 208, 42, 0.5);
}

/* Banner */

.banner {
  background: url('../img/digital_wold_bg.png') no-repeat;
  background-size: cover;
  margin: auto;
}
@media (min-width: 992px) {
.banner {
  padding: 10px 0 !important;
}
}

/* Button style */
.btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  font-weight: 600;
  overflow: hidden;
}

.btn:hover, .btn:active, .btn:focus {
  outline: 0;
}


.btn:hover::after, .btn:active::after, .btn.active::after, .btn:focus::after, .btn.focus::after {
  left: 0%;
  transition: all 1.2s ease;
}
.btn::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100%*5);
  top: 100%;
  left: calc(100%*-3);
  z-index: -1;
  transition: left 0s;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background: #fffc;
  box-shadow: 0 0 11px 5px white;
}

button {
  border: 0;
  background: transparent;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 25px;
}

.btn-primary {
  background: #99850A;
  background: var(--gold-gradient);
  color: #fff;
  border: 2px solid var(--gold-border);
  transition: 0.5s;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  background: var(--gold-gradient-inverse);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border: 2px solid var(--gold-border);
}

.btn-outline-primary {
  background: transparent;
  color: #99850A;
  border: 2px solid var(--gold-border);
}

.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary.active {
  background: rgb(153,133,10);
  background: var(--gold-gradient-inverse);
  border-color: var(--gold-border) !important;
  color: #fff;
}
.btn-coins {
  padding: 12px;
  min-width: 90px;
  margin: 3px 0;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::selection {
  background: var(--gold-primary);
  color: #fff;
}

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
#preloader:before {
  content: "GoldCoders";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 188px);
  background: linear-gradient(10deg, #EACC16 0%, #716307 100%);
  background-clip: text;
  background: -webkit-linear-gradient(10deg, #EACC16 0%, #716307 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 5px rgba(251, 208, 42, 0.5);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gold-border);
  font-size: 64px;
  font-weight: bold;

  -webkit-animation: animate-preloader 3s ease infinite;
  animation: animate-preloader 3s ease infinite;

}

@-webkit-keyframes animate-preloader {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes animate-preloader {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  color: var(--gold-link);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: var(--gold-link-hover);
}

.round {
  border-radius: 12px;
  margin: 10px;
  background-color: #ffffffdb;
}

.slick-slide {
  outline: 0;
}

section {
  margin: 20px 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
.section-title p {
  padding: 10px 25px;
}
}


.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-default {
  border-color: #E2E2E2 !important;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.navbar-toggler {
  padding: 0 !important;
}

.navigation.nav-bg, .form-control {
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.102) !important;
}

.shadow {
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.3) !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #FF0043 !important;
}

.text-primary {
  color: #FF0043 !important;
}

.text-light {
  color: #999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.font-weight-medium {
  font-weight: 500;
}

.navigation {
  transition: .2s ease;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.navigation.nav-bg {
  background: #fff;
}

@media (max-width: 991px) {
  .navigation .form-inline {
    width: 100%;
  }
  .navigation .form-inline input {
    width: 100%;
  }
}

.navbar-brand h1 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--gold-border);
}

.nav-item {
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .nav-item {
     border-top: solid 1px black;
     text-align: left;
  }
  .navbar-nav {
     margin: 10px;
  }
  .nav-link i {
     padding: 5px;
     border-radius: 3px;
     color: #fff;
     background: var(--gold-gradient);
  }
}

.nav-item .nav-link {
  text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
  font-weight:bold;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #716307;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
  font-size: 15px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 50px;
  }
}


.gold-bg {
  background: var(--gold-gradient);
  padding: 50px;
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.3);
}
.gold-bg .h2 {
  color: #fff;
  line-height: 1.2;
}
.gold-bg.inv {
  background: var(--gold-gradient-inverse);
}

#copyright.gold-bg {
  background: var(--gold-gradient);
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}

#footer ul {
  padding: 0px;
}
#footer ul li {
  margin: 10px;
}
.footer-top > .container {
  background: #fffc;
  border-radius: 12px;
  padding: 10px 10px;
  width: 83%;
}

ul.features {
  list-style-image: url(../img/gold-dot.gif);
}
i.icon {
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  background: var(--gold-gradient);
}
a:hover i.icon {
  background: var(--gold-gradient-inverse);
}



.card {
  border-radius: 12px;
  transition: .2s ease;
  border: 0;
  margin: 0 10px;
}
.card:hover {
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.2) !important;
}
.card-body {
  padding: 25px;
}
.card-icon {
  background: var(--gold-gradient);
  text-align: center;
  display: block;
  border-radius: 12px;
}
.card-icon-sm {
  background: var(--gold-gradient);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 46px;
  padding: 10px;
  line-height: 80px;
}
.card-icon-xs {
  background: var(--gold-gradient);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  padding: 10px;
}
.card-icon-xs.active {
  background: var(--gold-gradient-inverse);
  color: var(--gold-border);
  border: solid 2px var(--gold-border);
}

.card-text {
  margin-bottom: 0;
}
.card-title {
  font-weight: 700;
}

.card-body {
  padding: 25px;
}

.card:hover {
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.2) !important;
}

.social-icons {
  margin-bottom: 0;
}

.social-icons a {
  display: block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #FF0043;
  border-radius: 6px;
}

.footer-menu {
  margin-bottom: 0;
}

.footer-menu a {
  display: block;
  padding: 10px;
  color: #333;
  transition: .2s ease;
}

.footer-menu a:hover {
  color: #FF0043;
}

/* sidenav */
.sidenav {
  border-right: 1px solid #E2E2E2;
  padding-right: 20px;
}

.sidenav ul {
  padding-left: 10px;
}

.sidenav > li a {
  padding: 20px 0;
  color: #222;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.sidenav > li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.sidenav .sidelist ul {
  display: none;
}

.sidenav .parent > a {
  color: #FF0043 !important;
  position: relative;
  margin-left: 10px;
}

.sidenav .parent > a::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #FF0043;
}

.sidenav .parent ul {
  display: block;
  margin-bottom: 10px;
}

.sidenav .parent ul a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.sidenav .parent ul li.active > a {
  margin-left: 10px;
}

.sidenav .parent ul li.active > a::before {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  top: 13px;
}


pre {
  position: relative;
}


.form-group label {
  font-size: 15px;
  font-weight: 500;
}

.form-group .form-control {
  height: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  border-radius: 0;
  padding: 10px 0;
}

.form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-group .form-control::-moz-placeholder {
  font-size: 13px;
  color: #999;
}

.form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-group .form-control::placeholder {
  font-size: 13px;
  color: #999;
}

.form-group .form-control:focus {
  outline: 0;
  border-color: #FF0043;
  box-shadow: none;
}

.form-group .custom-select {
  font-size: 13px;
  color: #999;
}

.form-group textarea.form-control {
  height: 100px;
}


.collapse-wrapper {
  padding: 5px 15px;
}

.collapse-wrapper .collapse-head {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}

.content code {
  margin-bottom: 0 !important;
  font-size: 100%;
}

.round {
  position: relative;
  z-index: 1;
}

.round1::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: 0.05; 
  z-index: -1;
  background: url(../img/gold-bg-lg2.png) no-repeat;
  background-position: 30% top; 
  border-radius: 12px;
}

@media (max-width: 992px) {
.round::before {
  background-position: 58% top; 
}
}

.psimg {
  width: 25px;
}
.ps b {
  display: inline-block;
  width: 23%;
  border: solid 1px var(--gold-border);
  border-radius: 5px;
  margin: 3px;
  padding: 5px;
  text-align: left;
  overflow:hidden;
  background: var(--gold-gr-dark);
  color: #fff;
}

@media (max-width: 992px) {
.psimg {
  width: 50px;
}
.ps b {
  text-align: center;
}
}

h4.price {
  background: linear-gradient(10deg, #EA4816 0%, #712a07 100%);
  background-clip: text;
  -webkit-background: linear-gradient(10deg, #EA4816 0%, #712a07 100%);
  -webkit-background-clip: text;
}

.faq_menu a {
  display:block;
  padding: 15px;
  margin: 5px 10px;
  font-weight: bold;
  --font-size: 12px;
  --color: #222;
  border: solid 1px var(--gold-border);
  border-radius: 5px;
  text-decoration: none;
}
.faq_menu a:hover {
  background: var(--gold-link-hover);
  color: #fff;
}
#hmp_faq p b {
  color: var(--gold-primary);
}

#hmp_faq p {
  margin: 0px;
  border-top: dotted 1px var(--gold-border);
  display: block;
  padding: 20px 30px;
}

.license .gold-bg {
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}
.license dt {
  text-align: right;
  font-size: 24px;
}
.license dd {
  text-align: left;
  font-size: 24px;
}
@media (max-width: 575px) {
  .license dt {
    text-align: center;
    padding: 0;
  }
  .license dd {
    text-align: center;
    padding: 0;
    font-size: 21px;
  }
}
.payment_link {
  font-size: inherit;
}
@media (max-width: 785px) {
  .payment_link {
     font-size: 16px;
     font-weight: bold;
     display: block;
  }
}

.form-check-input:focus {
    border-color: var(--gold-border);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 208 13 / 25%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.5%29'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: var(--gold-primary);
    border-color: var(--gold-border);
}