/***** --Main *****/ 
* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --main: #101820ff;
    --main-dark: rgb(14, 20, 27);
    --main-light: rgb(33, 50, 68);
    --accent: #Fee715FF;
    --accent-dark: rgba(153, 139, 13, 0.493);

    --white: white;
    --muted: rgb(112, 112, 112);

    --red: #ed5355;
    --red-bg: rgba(226, 63, 57, 0.05);

    --gold: #e7d911;
    --gold-bg: rgba(226, 223, 57, 0.05);

    --green: #39e29d;
    --green-bg: rgba(57, 226, 157, .05);

    --fee: #ff000082;
    --none: #71717182;
    --discount: #14ff0082; 

    --no-id: #ff000082;
    --maybe-id: #eeff0082;
    --yes-id: #14ff0082; 


}

html, body {
    background-color: var(--main);
    color: var(--white);
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0; 
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}
/***** End Main *****/


/***** --Background *****/
.bg-main  {
    background-color: var(--main);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

.bg-main-light {
    background-color: var(--main-light);
}

.bg-accent{
    background-color: var(--accent);
}

.bg-red {
	color: var(--red);
	background-color: var(--red-bg) ;
}

.bg-gold {
	color: var(--gold);
	background-color: var(--gold-bg);
}

.bg-green {
	color: var(--green);
	background-color: var(--green-bg);
}
/***** End Background *****/


/***** Box Shadows *****/
.bs-black-light-inset {
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
}
/***** End Background *****/


/***** Section *****/
.btn-accent {
    background-color: var(--accent);
    box-shadow: 0px 0px 20px 0px rgba(247,255,0,0.5);
    
}

.btn-accent.disabled {
    background-color: var(--accent);
    box-shadow: none;
    color: var(--muted);
}

.btn-accent.disabled > * {
    box-shadow: none;
    color: var(--muted);
}

.btn-accent:hover {
    background-color: var(--accent-dark);
    color: var(--white);
    box-shadow: none;
}

.btn-outline-accent {
    border-color: var(--accent);
    color: var(--accent);
}

.btn-main-light {
    background-color: var(--main-light);
    color: var(--white);
}

.btn-main-light:hover {
    background-color: var(--main);
    color: var(--white);
    border: 1px solid var(--main-light);
}

.btn-main {
    background-color: var(--main);
}

.btn-main.active {
    background-color: var(--main-light);
    border: 1px solid var(--main);
}

.btn-main-dark {
    background-color: var(--main-dark);
    border: 1px solid var(--main-light)
}

.btn-main-dark:hover {
    border: 1px solid var(--accent);
}

.btn-main-dark.active {
    background-color: var(--main-light);
    border: 1px solid var(--main-light);
}

.btn-main:hover {
    background-color: var(--main-light);

}
/***** End Section *****/


/***** --Styling *****/
.payment-method {
    max-width: 63px;
    max-height: 35px;
}

.pf-fee {
    background-color: var(--fee);
}

.pf-none {
    background-color: var(--none);
}

.pf-discount {
    background-color: var(--discount);
}

.kyc-no {
    color: var(--no-id);
}

.kyc-yes {
    color: var(--yes-id);
}

.kyc-maybe {
    color: var(--maybe-id);
}

.pm-position {
    top: 4px;
    left: 4px;
}

.payment-slider {
    width: 100px;
}

.gold-image {
    animation: levitate 3s infinite linear;
    height: 48px;
}

.gold-price-display {
    width: 200px;
}

.payment-container {
    width: 75%;
}

.arrow-container {
    overflow: hidden;
    position: relative;
    width: 100px;
}

.process-arrows {
    animation: rightMotion 3s linear infinite;
}

.navbar {
    border-bottom: 1px solid var(--accent-dark);
}

.nav-link-text {
    color: var(--white)
}

.nav-link-text:hover {
    color: var(--accent);
}

.navbar-nav .nav-link.active {
    color: var(--accent);
}

.navbar-nav .nav-link.show {
    color: var(--accent);
}

.dropdown-menu {
    background-color: var(--main-light);
}

.dropdown-item {
    color: white;
}

a {
    text-decoration: none;
    color: --white;
}

.dropdown-item:hover {
    background-color: var(--main);
    color: var(--accent);
}

.footer {
    flex-shrink: 0;
    border-top: 1px solid var(--accent-dark);
	background: var(--main-dark) !important;
}

.footer-title {
	font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links {
    color: var(--white);
	margin-bottom: 0.5rem;
    border-bottom: 1px dott;
}

.footer-links:hover {
	color: var(--accent);
}

.about-us {
	max-width: 750px;
}

.accordion {
    --bs-accordion-border-color: var(--main-light);
    --bs-accordion-border-width: 0px;
}

.accordion-item {
    color: var(--orange);
    background-color: var(--main-dark);
    border: 1px solid var(--main-light);
    border-radius: 0;
}

.accordion-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accordion-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion-item:not(:first-child):not(:last-child) {
    border-top: none;
    border-bottom: none;
}

.accordion-button:focus {
    box-shadow: none;
}


.accordion-button.collapsed {
    color: var(--white);
    background-color: var(--main-dark);
}

.accordion-button {
    font-size: 18px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--main-dark);
}

.badge-sm {
    font-size: 10px;
    font-weight: bold;
}

.filter-option-inner-inner .position-relative > .badge {
    display: none;
}

.filter-option-inner-inner .position-relative > .id-card {
    display: none;
}

.filter-option-inner-inner .position-relative > .pm-position {
    top: 0px;
    left: 0px;
    height: 32px;
    width: 32px;
}

.filter-option-inner-inner .position-relative > .img-48x48,
.filter-option-inner-inner .position-relative {
    height: 32px;
    width: 32px;
    
}

.id-yes {
    height: 24px;
    width: 24px;
    background-image: url('../assets/yes.svg');
    background-size: cover;
    background-position: center;
}

.id-no {
    height: 24px;
    width: 24px;
    background-image: url('../assets/no.svg');
    background-size: cover;
    background-position: center;
}

.id-maybe {
    height: 24px;
    width: 24px;
    background-image: url('../assets/maybe.svg');
    background-size: cover;
    background-position: center;
}

.id-card {
    height: 18px;
    width: 18px;
    background-image: url('../assets/id-card.svg');
    background-size: cover;
    background-position: center;
}


.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.pf-position {
    top: -5px;
    left: -10px;
}

.id-check {
    bottom: -1px;
    right: -9px;
}

.id-check-symbol {
    bottom: 0px;
    right: -3px;
    font-size: 12px;
}

/***** End Styling *****/


/***** --Utility *****/ 
.color-accent {
    color: var(--accent);
}

.border-accent {
    border: 1px solid var(--accent);
}

.border-main {
    border: 1px solid var(--main);
}


.border-main-light {
    border: 1px solid var(--main-light);
}

.border-main-dark {
    border: 1px solid var(--main-dark);
}

.border-botttom-accent {
    border-bottom: 1px solid var(--accent);
}

.mt-2 {
    margin-top: 2px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}


.mb-2 {
    margin-bottom: 2px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-5 {
    margin-right: 5px;
}

.mr--05rem {
    margin-right: .5rem;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-50 {
    margin-left: 50px;
}

.ts {
	text-shadow: 1.2px 1.2px rgba(0, 0, 0, .596) !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.small-ts{
	text-shadow: 1.2px 1.2px rgba(0, 0, 0, 0.596);
	font-size: 12px;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.text-accent {
    color: var(--accent) !important;
}

.text-main-light {
    color: var(--main-light)
}

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

.circle-50px {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.br-5 {
    border-radius: 5px;
}

.br-right-5 {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.br-left-5 {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.br-right-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.br-left-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.w-100px {
    width: 100px;
}

.w-200px {
    width: 200px;
}

.logo {
    width: 250px;
}

.img-80x80 {
	width: 80px;
	height: 80px;
}

.img-64x64 {
	width: 64px;
	height: 64px;
}

.img-64x48 {
	width: 64px;
	height: 48px;
}

.img-48x64 {
	width: 48px;
	height: 64px;
}

.img-48x48 {
	width: 48px;
	height: 48px;
}

.img-40x40 {
	width: 40px;
	height: 40px;
}

.img-32x32 {
	width: 32px;
	height: 32px;
}

.img-32x24 {
	width: 32px;
	height: 24px;
}

.img-32x22 {
	width: 32px;
	height: 22px;
}

.img-24x24 {
	width: 24px;
	height: 24px;
}

.img-18x18 {
	width: 18px;
	height: 18px;
}

.img-18x12 {
	width: 18px;
	height: 12px;
}

.img-12x12 {
	width: 18px;
	height: 18px;
}

.img-box {
	display: inline-flex;
	align-items: center;
	width: 25px;
	margin-right: 10px;
}

.img-box img {
	flex-shrink: 0;
	margin-right: 5px;
}

.scale-50 {
    transform: scale(.25);
}

/***** End Utility *****/


/***** --Over Rides *****/
.btn.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: transparent;
    color: var(--muted);
    border: 1px solid var(--main-light);
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    color: var(--muted);
}

.no-click {
	pointer-events: none !important;
	cursor: not-allowed !important;
}

.no-hover {
	pointer-events: none !important;
}

.no-border {
	border: none !important;
}

.no-shadow {
	box-shadow: none !important;
}

.no-btn {
	background-color: transparent !important;
	border: none !important;
}

.no-bg {
	background-color: transparent !important;
}

.hidden {
	display: none !important;
}

.transparent {
	opacity: 0 !important;
}


.navbar-toggler-icon {
    background-image: url(/static/assets/burger.svg);
}
/***** End Section *****/


/***** --Media Query *****/

@media (max-width: 1200px) {
    .process-wrapper-lg {
        transform: scale(0.9);
    }

    .process-arrows {
        margin: 0px 50px 0px 50px;
    }
}

@media (max-width: 992px) {
    .process-wrapper-lg {
        transform: scale(0.8);
    }

    .process-arrows {
        margin: 0px 50px 0px 50px;
    }
}

@media (max-width: 768px) {
    .process-wrapper-lg {
        transform: scale(0.7);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .process-arrows {
        margin: 0px 50px 0px 50px;
    }

    .gold-price-display {
		width: 125px;
	}

    .gold-price-display > span {
		font-size: 14px;
	}

    .payment-container {
		width: 100%;
	}

    .gold-image {
        animation: none;
        height: 48px;
    }
}

@media (max-width: 600px) {
    .process-wrapper-lg {
        transform: scale(0.65);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .process-arrows {
        margin: 0px 50px 0px 50px;
    }

    .gold-image {
        animation: none;
        height: 48px;
    }

    .payment-slider {
        width: 50px
    }
}

@media (max-width: 512px) {
    .process-wrapper-lg {
        transform: scale(0.55);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .process-arrows {
        margin: 0px 50px 0px 50px;
    }

    .gold-image {
        animation: none;
        height: 48px;
    }

    .payment-slider {
        width: 50px
    }
}

@media (max-width: 400px) {
    .process-wrapper-lg {
        transform: scale(0.45);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .process-arrows {
        margin: 0px 50px 0px 50px;
    }
    .gold-image {
        animation: none;
        height: 48px;
    }

    .payment-slider {
        width: 40px
    }
}

/***** End Section *****/

/***** --Keyframes *****/
@keyframes rightMotion {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(100px);
    }
}

@keyframes levitate {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* --Loader Overlay */
#preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--main);
	z-index: 9999;
	cursor: pointer;
}

.curly {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: var(--main);
}

.brace {
    font-size: 100px;
    color: var(--main-light);
    opacity: 0;
    animation: pulseEffect 1s forwards;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

@keyframes pulseEffect {
    0% {
        transform: scale(1);
        opacity: 0;
        visibility: hidden;
    }
    1% {
        opacity: 0.1;
        visibility: visible;
    }
    100% {
        transform: scale(4);
        opacity: 1;
    }
}

.flag {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 11px;
    background: url(../assets/flags/flags.png) no-repeat
}

.flag.flag-au {
	background-position: -192px 0
}

.flag.flag-eu {
	background-position: -256px -33px
}

.flag.flag-ca {
	background-position: -16px -22px
}

.flag.flag-us {
	background-position: 0 -154px
}

.flag.flag-gb {
	background-position: -112px -44px
}
.flag.flag-jp {
	background-position: -224px -66px
}

.flag.flag-cn {
	background-position: -176px -22px
}

.flag.flag-ve {
	background-position: -80px -154px
}