/*
Theme Name: Gold365 Theme
Theme URI: http://example.com/Gold365
Author URI: http://example.com
Description: Custom theme for Gold365
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Great+Vibes&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --theme1-bg: #000;
  --theme1-bg90: #1a3da6e6;
  --theme2-bg: #8000ff;
  --theme2-bg70: #0f2462b3;
  --theme2-bg85: #9430ff;
  --primary-color: #fff;
  --secondary-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
}

/* .background-gradient {
  min-height: 100vh;
  background: linear-gradient(#8a4e00, #116257);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
} */
header.main-header {
  width: 100%;
}

header.main-header img {
  width: 100%;
}
.content-wrapper {
  width: 100%;
  max-width: 440px;
  padding: 20px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.login-container {
  width: 100%;
  box-shadow: 0px 0px 10px 0px
    rgba(237.99999999999997, 237.99999999999997, 237.99999999999997, 0.51);
}
.logo-text {
  color: #fff;
  font-size: 160px;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}
.background-gradient {
  width: 100%;
  background-image: linear-gradient(var(--theme1-bg), var(--theme2-bg));
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.login-card {
  background: #ffffff;
  width: 100%;
  padding: 0;
  border-radius: 4px;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.card-header h2 {
  font-size: 29px;
  font-weight: 500;
  color: #444;
  text-transform: none;
}

.card-header .line {
  flex-grow: 1;
  height: 1px;
  background: #ccc;
}

.form-group {
  margin-bottom: 15px !important;
  position: relative;
}

input:focus {
  border-color: #000;
}

.btn-signin {
  width: 100%;
  background: #000;
  color: white;
  border: none;
  padding: 10px 12px;
  font-size: 1.05rem;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
  font-weight: 400;
}

.btn-signin:hover {
  background: #000;
}

.btn-signin i {
  font-size: 0.9rem;
}

.security-text {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: left;
  color: #333;
}

.main-footer {
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 10px;
}

.main-footer a {
  color: #fff;
  text-decoration: none;
}

.main-footer a:hover {
  text-decoration: underline;
}

/* Transitions */
.login-card {
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.featured-box-login {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}

.featured-box-login h4 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
.login .form-group {
  position: relative;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  font-family: "Roboto Condensed";
  outline: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.login .form-group i {
  position: absolute;
  right: 10px;
  top: 8px;
}
.text-center {
  text-align: center !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.btn-login {
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.forgotpass {
  color: #fff;
  text-transform: capitalize;
  margin-top: 5%;
  font-size: 15px;
  background: #ff8c00;
  padding: 8px 18px;
  border-radius: 8px;
  display: block;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.forgotpass i {
  color: #fff;
  margin: 0 10px;
}
.forgotpass small {
  font-size: 15px;
  border-bottom: 1px solid;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.align-center {
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.social_connect {
  display: block;
  text-align: center;
  justify-content: center;
  border-top: 1px dashed #8a4e00;
  margin-top: 10px;
  padding-top: 5px;
  position: relative;
}
.slide-right {
  animation: slide-right 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite
    alternate both;
}
.handicon {
  width: 30px !important;
  position: absolute;
  left: -20px;
}
.new-inner {
  margin: 20px 14px;
}
.new-wrapper {
  width: 350px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0px 15px;
}
.btn-submit {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-family: "Roboto Condensed";
}
.new-wrapper .new_logo img {
  width: 100%;
}
.social_connect a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3%;
  color: #000;
  font-size: 12px;
}
.new_logo img {
  width: 65px;
  margin-bottom: 20px;
}
.form-group i {
  position: absolute;
  right: 10px;
  top: 8px;
}
.new_logo {
  margin: 0 auto;
  max-width: 270px;
}
.new_logo img {
  width: 65px;
  margin-bottom: 20px;
}
.inner {
  margin: 0px 2.5px;
}
small.recaptchaTerms {
  font-size: 10px;
}
.form-group.text-center.mb-0 {
  margin-bottom: 0px !important;
}
@keyframes slide-right {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(20px);
  }
}

@media (max-width: 767px) {
  .new-wrapper {
    padding: 0px;
    width: unset !important;
    max-width: 100%;
    padding: 0px 5px;
  }
  .new-inner {
    margin: 20px 0px;
  }
}

.stepactivated .featured-box-login h4 {
  display: none;
}

.stepactivated p.security-text {
  display: none;
}
a.whatsapp_btn {
  display: none;
}
.stepactivated input#transaction-code {
  border: none;
  border-bottom: 1px solid #2bbba5;
  border-radius: 0px;
  outline: none;
}
.stepactivated .form-control:focus {
  box-shadow: none;
}
a.whatsapp_btn {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #000;
  border-radius: 25px;
}

/* footer */

.site-primary-footer-wrap {
    display: grid;
	background-color: #F5F5F5;
    background-image: none;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
}
.site-primary-footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
}
.ast-footer-copyright, .ast-footer-social-wrap, .site-footer-focus-item {
    width: 100%;
}
.ast-builder-grid-row-container {
    display: grid;
    align-content: center;
}
.site-primary-footer-wrap .ast-builder-grid-row, .site-primary-footer-wrap .site-footer-section {
    align-items: flex-start;
}
.site-primary-footer-wrap .ast-builder-grid-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 3,1fr );
}
.ast-builder-footer-grid-columns {
    grid-column-gap: 50px;
}
.ast-builder-grid-row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
}
.site-primary-footer-wrap .ast-builder-grid-row, .site-primary-footer-wrap .site-footer-section {
    align-items: flex-start;
}
.footer-widget-area.footer-widget-area-inner {
    color: #4B4F58;
	 text-align: left;
}
.footer-widget-area {
    display: block;
}
.site-footer-section>* {
    margin-bottom: 10px;
}
.ast-footer-copyright, .ast-footer-social-wrap, .site-footer-focus-item {
    width: 100%;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget {
    margin: 0 0 2.8em 0;
}
.footer-widget-area.footer-widget-area-inner {
    color: #4B4F58;
	text-align: left;
}
.widget:last-child {
    margin-bottom: 0;
}
.ast-builder-layout-element {
    display: flex;
}
.site-footer-section>:last-child {
    margin-bottom: 0;
}
.ast-footer-copyright, .ast-footer-social-wrap, .site-footer-focus-item {
    width: 100%;
}
.ast-footer-social-wrap {
    width: 100%;
}
 .footer-social-inner-wrap {
    text-align: left;
}
.ast-footer-social-wrap .ast-builder-social-element:first-child {
    margin-left: 0;
}
.ast-footer-social-1-wrap .ast-builder-social-element {
    background: #3a3a3a;
}
.ast-footer-social-1-wrap .ast-builder-social-element, .ast-footer-social-1-wrap .social-show-label-true .ast-builder-social-element {
    padding: 6px;
}

.site-primary-footer-inner-wrap  h2,
.site-primary-footer-inner-wrap  p{
	color:#4B4F58 !important;
}
.secondary a *, .site-footer a *, .site-header a *, a {
    transition: all .2s linear;
}
.ast-inline-flex {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.footer-widget-area{
    display: block;
}
.site-footer-section>:last-child {
    margin-bottom: 0;
}
.footer-widget-area .ast-builder-html-element {
    text-align: right;
}
.footer-widget-area .ast-builder-html-element {
    text-align: center;
}
.ast-builder-html-element p:last-child {
    margin-bottom: 0;
}
.ast-builder-html-element p:first-child {
    margin-top: 0;
}
.site-primary-footer-wrap .ast-builder-grid-row, .site-primary-footer-wrap .site-footer-section {
    align-items: flex-start;
}
.footer-widget-area.footer-widget-area-inner {
    text-align: left;
}
.footer-widget-area {
    display: block;
}
.site-footer-section>:last-child {
    margin-bottom: 0;
}
.ast-footer-copyright, .ast-footer-social-wrap, .site-footer-focus-item {
    width: 100%;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget {
    margin: 0 0 2.8em 0;
}
.widget-title, .widget .wp-block-heading {
    font-size: 21px;
    font-size: 1.4rem;
    color:#4B4F58;
}
.widget-title {
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
}
main, nav {
    display: block;
}
.widget ul {
    margin: 0;
    list-style-type: none;
}
ul {
    list-style: disc;
}
.widget_nav_menu li {
    transition: all .2s linear;
}
.footer-widget-area.footer-widget-area-inner a {
    color:#3a3a3a;
}
.ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 14px;
    height: 14px;
}
.ast-footer-social-1-wrap .ast-social-color-type-custom svg {
    fill: #f5f5f5;
}
.readmore-content {
  max-height: 130px;   
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.readmore-box.expanded .readmore-content {
  max-height: 2000px;
}
.readmore-content p {
    margin-bottom: 15px;
}
.readmore-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: #2b7cff;
  font-weight: 600;
  cursor: pointer;
}
@media(max-width:991px){
	.site-primary-footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
    grid-template-columns: repeat( 3,1fr );
}
}
@media(max-width:576px){
.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
}
	.footer-widget-area .ast-builder-html-element {
    margin: 15px 0px;
}
}