@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #791d71 url("../images/bg.jpg")no-repeat top center; background-size: cover; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover, input:focus, select:focus { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.header-top {
    background: #4a0791;
    padding: 10px 0;
}
.header-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
	max-height: 70px;
}
.bk-site {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding-left: 15px;
}
.sec-1 {
	position: relative;
}
.access-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	align-items: center;
}
.title-1 {
    font-size: 35px;
    font-weight: 700;
    color: #ffd338;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.smtitle {
    font-size: 22px;
    font-weight: 500;
}
.mb-msg {
    max-width: 540px;
    font-weight: 300;
	font-size: 17px;
    padding: 12px 0;
}
.select-wrap {
    margin: 10px 0;
}
.select-link {
	font-size: 17px; 
	padding-bottom: 10px;
	font-weight: 300;
}
a.link-btn {
    background: linear-gradient(180deg, rgba(131,90,207,1) 0%, rgba(234,90,138,1) 100%);
    border-radius: 6px;
    max-height: 93px;
	width: 90px;
    padding: 1px;
	font-size: 16px;
    margin: 0 5px;
	color: #ffd338;
	display: inline-block;
	text-align: center;
}
.btn-inner {
	background: #28143e;
	border-radius: 6px;
	padding: 5px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.link-btn:hover {
	background: linear-gradient(180deg, rgba(131,90,207,1) 0%, rgba(234,90,138,1) 100%);
	color: #fff;
}
a.link-btn:hover .btn-inner {
	background: linear-gradient(180deg, rgba(131,90,207,1) 0%, rgba(234,90,138,1) 100%);
}
.sec-2 {
	padding: 0 0 25px;
	text-align: center;
}
.sec-2 .access-wrapper {
    margin-top: -9%;
}
.reach-text {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
}
.social-contact {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
}
.social-contact a {
    color: #fff;
    margin: 5px 25px;
	font-size: 16px;
	font-weight: 300;
}
.social-contact a img {
	max-height: 75px;
}
.ctinfo {
    margin-top: 10px;
    font-weight: 600;
}
.join-sec {
	position: relative;
	padding: 15px 0 40px;
}
.join-today {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}
.reg-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.yellow-text {
    color: #fff222;
}
button.join-btn {
    position: relative;
    min-width: 140px;
    background: #ffd338;
    height: 40px;
    border: 1px solid #ffd338;
    border-radius: 45px;
    margin: 0 auto 0 8px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px;
}
button.join-btn:hover {
	background: transparent;
	color: #ffd338;
}

.dns-title-img {
    margin: 15px 0 25px;
	text-align: center;
}
.nav-tabs.device-tabs  {
    border-bottom: 1px solid #8f6396;
	justify-content: center;
}
.nav-tabs.device-tabs .nav-item {
    margin-bottom: 0px;
}
.nav-tabs.device-tabs .nav-link {
	border: none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    padding: 8px 5px 5px;
	min-width: 115px;
	margin: 0 2px;
	text-align: center;
}
.nav-tabs.device-tabs .nav-item.show .nav-link, .nav-tabs.device-tabs .nav-link.active {
    color: #000;
    background-color: #ffd338;
}
.nav-tabs.device-tabs .nav-link:focus, .nav-tabs.device-tabs .nav-link:hover {
	background-color: #ffd338;
	color: #000;
}
.step-container {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding: 30px 0;
	max-width: 900px;
	margin: auto;
}
.step-container a {
	color:#f8df79;
}
ol.step-dns {
	padding-left: 17px;
	margin-bottom: 0;
}
ol.step-dns li {
	padding-bottom: 10px;
}
.wrap-inner {
	background: linear-gradient(180deg, rgba(131,90,207,1) 0%, rgba(234,90,138,1) 100%);
    padding: 1px;
    border-radius: 12px;
	margin: 6px 0;
}
.wrap-board {
	background: #28143d;
	border-radius: 11px;
	padding: 15px 20px;
	box-shadow: inset 0 5px 14px rgb(0,0,0,0.7);
}
.note-wrapper {
    background: #121213;
    padding: 15px;
    border-left: 3px solid #f96616;
	margin-bottom: 8px;
}
.title-3 {
    font-size: 28px;
    margin-bottom: 5px;
}
.title-4 {
    font-size: 23px;
}

.footer-sec {
    position: relative;
    background: #200838;
    padding: 30px 0 15px;
}
.footer-row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
    border-bottom: 1px solid #656366;
}
.cert-text {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-row-2 .ft-col {
    padding: 0 30px;
}
.ft-col.line {
	border-right: 1px solid #656366;
}
.cert-logo img {
    margin: 0 15px 10px 0;
}
.ft-crypto img {
    max-width: 50px;
    margin: 0 15px 10px 0;
}
.ft-payment img {
    margin: 0 10px 10px 0;
}
.copyright-footer {
    font-family: 'Montserrat';
    text-align: center;
    padding: 25px 0 10px;
    font-size: 12px;
}





@media (max-width: 991px) {
.logo img {
	max-height: 60px;
}		
.bk-site {
    font-size: 16px;
}
.access-wrapper {
    grid-template-columns: auto;
    text-align: center;
	grid-gap: 0;
	padding: 30px 0 0;
}
.sec-2 .access-wrapper {
    margin-top: -3%;
}	
.visual-img-2 {
    grid-row: 2 / 3;
}
.mb-msg, .select-wrap {
	margin: 0 auto;
}
.app-wrapper {
    display: block;
    text-align: center;
}		
.step-container {
    font-size: 17px;
    padding: 30px 10px;
}		
.footer-row-2 {
	grid-template-columns: auto;
	grid-gap: 15px;
	border-bottom: 1px solid #656366;
}	
.footer-row-2 .ft-col {
    padding: 0;
	border: none;
}
}

@media (max-width: 767px) {
.nav-tabs.device-tabs .nav-link {
    font-size: 16px;
    min-width: 100px;
}		
}

@media (max-width: 480px) {
.logo img {
    max-height: 50px;
}	
.title-1 {
    font-size: 28px;
}	
.smtitle {
    font-size: 18px;
}	
.select-link {
    font-size: 15px;
}
.dns-title {
    font-size: 26px;
}
.nav-tabs.device-tabs .nav-item {
    width: 25%;
}
.nav-tabs.device-tabs .nav-link {
    font-size: 15px;
    min-width: auto;
	margin: 0 3px;
}
.step-container {
    font-size: 16px;
}
.social-contact {
    justify-content: space-around;
}
.social-contact a {
    margin: 5px 10px;
	font-size: 16px;
}	
.social-contact a img {
    max-height: 50px;
}	
.ctinfo {
    margin-top: 15px;
}
.join-today {
    display: block;
}
button.join-btn {
    margin-top: 15px;
}	
.ft-crypto img {
	max-width: 40px;
	margin: 0 15px 10px 0;
}
.copyright-footer {
	font-size: 10px;
}	
}




















