/* General *********************/
body {
	font-family: 'Lilita One', cursive;
	font-weight: 400;
    background: #f5f5f5;
    color: #232325;
    /* -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; */
    overflow-x: hidden;
}
img {
  	-webkit-user-drag: none;
  	-khtml-user-drag: none;
  	-moz-user-drag: none;
  	-o-user-drag: none;
  	user-drag: none;
}
a, .btn {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:focus, .btn:focus {
	outline: none;
	box-shadow: none;
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    font-size: 1.2rem;
}

.clr-rd {
	color: #f94045;
}
.clr-or {
	color: #fb6a1b;
}
.clr-yl {
	color: #feb801;
}
.rt-animate {
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.rt-animate.fast {
    animation-duration: 3s;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg);  } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*********************************************************/
.top-panel {
	width: 100%;
	height: auto;
	padding-top: 10px;
	background: #232325;
}
.top-panel .ctx-txt {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
.top-panel .ctx-txt .tlt {
	padding: 3px 5px;
	color: #ffffff;
	margin: 0;
	line-height: 1;
}
.top-panel .ctx-txt .vle {
	color: #feb801;
	margin: 0;
	line-height: 1;
}

/*********************************************************/
.home-display {
	background: #f6ede6;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url("../img/xdeco-black-lg.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
.home-display .shape-bottom {
	width: 100%;
	position: absolute;
	top: -1px;
	left: 0px;
}
.home-display .xdeco-s-yl {
	position: absolute;
	bottom: 0px;
	right: 10%;
	width: 220px;
	height: auto;
}
.home-display .row-ctx {
	align-items: center;
}
.home-display .title-img {
	width: 100%;
	height: auto;
	margin-left: 50px;
}
.home-display .title-graphic {
	width: 100%;
	height: auto;
	margin-left: -50px;
}
/*********************************************************/
.purchase-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.purchase-section .tlt {
	text-align: center;
}
.purchase-section .para {
	text-align: center;
}
.purchase-section .row-options {
	margin-top: 15px;
}
.btn-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fb6a1b;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-option:hover {
	background-color: #fb6a1b;
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.btn-option .vle {
	color: #ffffff;
	margin: 0px;
}
.btn-option .prices {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
.btn-option .prices .old {
	color: #8d431a;
	text-decoration: line-through;
	margin: 0px;
	margin-right: 5px;
}
.btn-option .prices .new {
	color: #232325;
	margin: 0px;
}
/*************************************************************/
.recent-section {
	background: #232325;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url("../img/xdeco-white-lg.png");
	background-repeat: no-repeat;
}
.recent-blk {
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.recent-blk .pic {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.recent-blk .pic img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.recent-blk .ctx {
	width: calc(100% - 90px);
}
.recent-blk .ctx .name {
	margin-bottom: 5px;
}
.recent-blk .ctx .vle {
	margin: 0px;
}
/*************************************************************/
.paidout-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.paidout-blk {
	border-radius: 10px;
	background: #020202;
	position: relative;
	display: flex;
	flex-direction: row;
}
.paidout-blk .coin {
	position: absolute;
	top: calc(50% - 48px);
	left: calc(50% - 45px);
	width: 90px;
	height: 96px;
}
.paidout-blk .crc {
	position: absolute;
	bottom: -20px;
	right: 5%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fb6a1b;
}
.paidout-blk .xdeco-f-yl {
	position: absolute;
	top: -50px;
	right: -70px;
	width: 160px;
	height: auto;
	z-index: -1;
}
.paidout-blk .xdeco-black-sm {
	position: absolute;
	top: -50px;
	left: -120px;
	z-index: -1;
}
.paidout-blk .lf-side {
	width: 50%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url('../img/img-1.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.paidout-blk .rt-side {
	width: 50%;
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.paidout-blk .rt-side .tlt {
	margin: 0px;
	line-height: 1;
}
.paidout-blk .rt-side .sm-tlt {
	margin-bottom: 10px;
}
.paidout-blk .rt-side .txt {
	color: #ffffff;
	margin: 0px;
}
/*********************************************************/
.steps-section {
	padding-top: 15px;
	padding-bottom: 60px;
}
.steps-section .tlt {
	text-align: center;
	margin-bottom: 30px;
}
.steps-section .step-tlt {
	margin: 0px;
}
.steps-section .img-d {
	width: 100%;
	max-width: 510px;
	height: auto;
	margin: auto;
}
.steps-section .icon-payments {
	height: 30px;
	width: auto;
}

/*************************************************************/
.trustpilot-section {
	background: #232325;
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url("../img/xdeco-white-lg.png");
	position: relative;
	background-repeat: no-repeat;
}
.trustpilot-section .shape-top {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.trustpilot-section .score {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #ffffff;
}
.trustpilot-section .score .tlt {
	margin-bottom: 0px;
}
.trustpilot-section .score .score-logo {
	height: 60px;
	width: auto;
	margin-left: 15px;
}
.trustpilot-card {
	background: #ffffff;
	color: #000000;
	padding: 15px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	height: 100%;
}
.trustpilot-card .rating {
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.trustpilot-card .stars {
	width: 150px;
}
.trustpilot-card .stars img {
	width: 25px;
	height: auto;
}
.trustpilot-card .time {
	font-size: 12px;
	margin: 0px;
	text-align: right;
	width: calc(100% - 150px);
}
.trustpilot-card .tlt {
	font-weight: 500;
	flex: 1;
}
.trustpilot-card .txt {
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 2;
    line-clamp: 2;
   	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 1rem;
	margin: 0px;
}
.trustpilot-card .ln-separator {
	background: #d9d9d9;
	width: 60px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.trustpilot-card .name {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.splide {
	margin-left: -15px;
	margin-right: -15px;
}
.splide__slide {
	padding: 15px;
}
.splide__pagination {
	bottom: -.5em;
}
.splide__pagination__page {
	visibility: hidden;
	display: none;
}
.splide__arrow {
    background: transparent;
}
.splide__arrow--prev {
    left: -3em;
}
.splide__arrow--next {
    right: -3em;
}
.splide__arrow svg {
    fill: #ffffff;
}

/*********************************************************/
.footer-section {
	background: #f94045;
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
	color: #ffffff;
	text-align: center;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 100px;
}
.footer-section .btn-top {
	background-color: #232325;
	color: #ffffff;
}
.footer-section .btn-top:hover {
	background-color: #ffffff;
	color: #232325;
}


/*******************************************************/
.modal-purchase .modal-content {
	border-radius: 10px;
}
.modal-purchase .modal-header {
	border: none;
}
.modal-purchase .modal-header .close {
    color: #2a2a2a;
    font-size: 3rem;
	border-radius: 10px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    z-index: 9999;
    background: #dfdfdf;
    color: #232325;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0px;
}
.modal-purchase .modal-header .close:not(:disabled):not(.disabled):focus, 
.modal-purchase .modal-header .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #ffffff;
	background-color: #232325;
    outline: none;
}

.modal-purchase .row-step.hide {
	display: none;
	visibility: hidden;
}
.modal-purchase .actions {
	margin-top: 15px;
}
.modal-purchase .btn-next {
	background-color: #fb6a1b;
	color: #ffffff;
	text-transform: uppercase;
}
.modal-purchase .btn-next:hover {
	background-color: #fb6a1b;
	color: #ffffff;
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.modal-purchase .btn-cancel {
	background-color: #dfdfdf;
	color: #232325;
	text-transform: uppercase;
	margin-right: 8px;
}
.modal-purchase .btn-cancel:hover {
	background-color: #232325;
	color: #ffffff;
}

.modal-purchase .modal-body {
	position: relative;
	padding-top: 15px;
	padding-bottom: 60px;
	text-align: center;
}
.modal-purchase .modal-body .sb-txt-form {
	margin-top: 25px;
}
.modal-purchase .form-control {
    border-radius: 10px;
    border: 3px solid #dfdfdf;
    padding: 12px;
    height: auto;
}
.modal-purchase .form-control:focus {
    box-shadow: none;
    border-color: #232325;
}
.modal-purchase .modal-body .para {
	margin: 0px;
}
.modal-purchase .modal-body .warn {
	width: 100%;
	padding: 15px;
	margin-top: 15px;
	border-radius: 10px;
	background-color: #232325;
	color: #ffffff;
}
.modal-purchase .modal-body .warn p {
	margin: 0px;
}
.modal-purchase .modal-body .warn.warn-rd {
	background-color: #f94045;
}
.modal-purchase .modal-body .warn.warn-yl {
	background-color: #feb801;
	color: #232325;
}
.modal-purchase .modal-body .coin {
	position: absolute;
	width: 80px;
	height: auto;
	left: calc(50% - 40px);
	top: -70px;
}


.modal-purchase .item-rslt {
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 15px;
    text-align: center;
}
.modal-purchase .item-rslt .item-img {
    width: 100%;
    max-width: 110px;
    background: #ffffff;
    border: 2px solid #dfdfdf;
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.modal-purchase .item-rslt .item-img.crc {
	border-radius: 50%;
}
.modal-purchase .item-rslt .item-tlt {
    margin: 0px;
    text-align: center;
}
