@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}
body{
    font-family: system-ui, "Inter", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
    color: white;
	background-color: #0e1014;
    margin: 0;
    width: 100%;
    height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
hr{
	margin: 7px 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    overflow: hidden;
}
a:any-link{
    color: white;
}
a:active{
    color: white;
}
a:checked{
    color: white;
}
a:default{
    color: white;
}
a:empty{
    color: white;
}
header{
	display: inline;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	height: 72px;
	width: 100%;
    position: sticky;
    z-index: 9;
	top: 0;
	background-color: rgba(0,0,0,0.80);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.faq-header{
	height: 72px;
	margin: auto 0;
	display: inline-flex;
	text-align: center;
    align-items: center;
    vertical-align: middle;
}
input.search{
	height: 40px;
	width: 300px;
	color: white;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
	border-color: #3F3F3F;
	background-color: #303030;
}
img.logo{
	width: 30px;
	height: 30px;
	align-content: center;
	margin-right: 5px;
}
p.logo{
	text-align: center;
    align-items: center;
    vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
}
.back-to-homepage{
	color: white;
	height: 40px;
	font-weight: 590;
    background-color: #222834;
    padding: 8px 16px 8px 12px;
	border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
	
}
.connect{
	color: white;
	height: 40px;
    font-weight: 590;
    background-color: #0098EA;
    padding: 8px 16px 8px 12px;
	border: none;
    border-radius: 100vh;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}
.start{
	color: white;
	height: 45px;
    font-weight: 650;
    background-color: #0098EA;
    padding: 8px 16px 8px 12px;
	border: none;
    border-radius: 100vh;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
	margin: 20px auto;
}
.connect-logo{
	width: 24px;
	height: 24px;
}
nav{
	margin: auto;
	max-width: 1300px;
	width: 100%;
	height: 72px;
	display: inline-flex;
	justify-content: space-between;
	
}
ul{
	display: inline-flex;
	padding: 0px 5px;
}
li{
	margin: 0px 10px 0px 10px;
	display: inline-flex;
	text-align: center;
    align-items: center;
    vertical-align: middle;
}
li.link{
	font-weight: 600
}
button{
	display: inline-flex;
	text-align: center;
    align-items: center;
    vertical-align: middle;
}
main{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-gap: 24px;
    margin: 200px auto;
	max-width: 1300px;
	width: 100%;
    padding: 5px;
	
}
article{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-gap: 50px;
    max-width: 1300px;
	width: 100%;
    margin: 20px auto;
    margin-top: 10px;
    padding: 5px;
	max-height: 270px;
}
div.welcome-box{
	display: flex;
    flex-direction: column;
}
.welcome-text{
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.welcome-pic{
	width: 100%;
	height: auto;
	
}
div.before-connect{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 15px;
	height: 100%;
	width: 100%;
	padding: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	background-color: rgba(0,0,0,0.80);
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
	z-index: 3;
	background: rgba(0,0,0,0.5)
}
div.TON-USD{
	display: none;
    align-items: center;
    vertical-align: middle;
	width: 100%;
	height: auto;
	border-radius: 16px;
	padding: 15px;
	background-color: #16181c;
}
p.TON-USD{
	font-size: 20px;
	color: #999999;
	margin-bottom: 10px;
	
}
input.TON-USD{
	height: 50px;
	width: 50%;
	color: white;
	padding: 5px;
	margin: 0 10px 0 0;
	border-style: solid;
	border-width: thin;
	border-radius: 5px;
	border-color: #555559;
	background-color: #222225;
}
.TON-USD-Transfer{
	display: inline-flex;
	text-align: center;
    align-items: center;
	width: 100%;
	height: 70px;
}
.exchange-box{
	background: rgba(22,24,28,1);
	padding: 20px;
	border-radius: 15px;
}
div.choose-box-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
div.choose-box-header-logo{
	display: flex;
    gap: 16px;
    align-items: center;
}
div.choose-box-token-input{
	border-radius: 12px;
    background-color: #212429;
    padding: 12px 16px;
    border: 1px solid transparent;
    transition: border .3s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
div.choose-box-token-input-name{
	font-weight: 400;
	max-height: 20px;
	font-size: 14px;
    line-height: 20px;
	color: #898b8f;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
div.choose-box-token-input-box{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
button.choose-box-input-button{
	color: white;
	padding: 4px 6px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 28px;
    margin-left: -4px;
    background-color: transparent;
	width: max-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    transition: all .3s ease;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}
.choose-box-token-input-button-logo{
	margin-right: 4px;
	border-radius: 50%;
}
div.choose-box-nft-box{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
button.choose-box-nft-box-arrow{
	top: -3px;
	background-image: url("/pic/"pic/arrow-down-24x24.svg"");
    background-repeat: no-repeat;
    background-position: 50%;
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #212429;
    border: 4px solid #16181c;
	border-radius: 50%;
	padding: 0;
    justify-content: center;
    align-items: center;
	font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all .3s ease;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}
.head-text{
	padding: 5px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-weight: bold;
	font-size: 50px;
}
img.how-pic{
	width: 70%;
	max-height: 270px;
}
div.how-pic{
	width: 70%;
	max-height: 270px;
}
div.how-desc{
	width: 100%;
	display: flex;
    flex-direction: column;
	text-align: left;
    align-items: left;
    vertical-align: middle;
	justify-content: center;
}
h1.faq-header{
	font-size: 30px;
	font-weight: bold;
	color: #BABABA;
	text-align: right;
	align-items: right;
	justify-content: flex-end;
}
h1.how-header{
	font-size: 30px;
	font-weight: bold;
	color: #BABABA;
}
p.how-text{
	font-size: 22px;
	font-weight: bold;
}
hr{
	color: #222834;
}
footer{
	display: flex;
	flex-direction: row;
	justify-content: center;
    margin: 20px 0 0;
    padding: 5px;
}
.footer-main{
	max-width: 1300px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 50px;
}
.info{
	max-width: 40%;
}
.logo-name{
	margin: 5px 0px;
	display: inline-flex;
	text-align: left;
    align-items: center;
    vertical-align: middle;
	height: 30px;
}
p.logo-name{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
    align-items: center;
    vertical-align: middle;
}
.footer-parts{
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-gap: 20px;
}
.footer-part-name{
    font-size: 30px;
	font-weight: bold;
    margin: 5px 0px;
    display: table-row;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    height: 30px;
}
.footer-part-text{
	margin: 10px 0;
}
.footer-button-a{
	width: 100%;
}
.footer-part-button{
	margin-top: 10px;
	width: 100%;
	height: 40px;
	background-color: #232832;
	border-style: none;
	border-color: #555555;
	border-width: 1px;
	color: white;
	font-weight: 590;
    padding: 8px 16px 8px 12px;
	border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
	display: flex;
  align-items: center;
  justify-content: center;
	
}
.footer-part{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
    align-items: center;
	text-align: center;
	
}
div.exchange-choose {
	width: 100%;
	background: rgba(33,36,41,1);
	padding: 20px;
	border-radius: 16px;
}

.exchange-selector {
	color: white;
	min-width: 220px;
	font-size: small;
	background: rgba(33,36,41,1);
	padding: 5px;
	margin-right: 10px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(61,61,61,1.00);
	background: url("pic/arrow-down-24x24.svg") no-repeat right;
}

.exhange-line {
	display: inline-flex;
	width: 100%;
	vertical-align: middle;
	background: rgba(33,36,41,1);
	margin: 10px 0;
}

.nft {
	display: none;
	width: 24px;
	height: 24px;
	margin: 5px;
}
.atgn {
	width: 55px;
	height: 55px;
	margin: 5px;
}
.usr {
	display: none;
	width: 55px;
	height: 55px;
	margin: 5px;
}
.ton {
	width: 35px;
	height: 35px;
	margin: 5px;
}
.usdt {
	display: none;
	width: 35px;
	height: 35px;
	margin: 5px;
}


button.exchange-reverse {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	margin: 10px 0;
	background: rgba(33,36,41,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(61,61,61,1.00);
}
img.exchange-reverse{
	height: 30px;
	width: 30px;
	margin: auto;
	border-radius: 25px;
	border-style: none;
}

.exchange-box-name {
	width: 100%;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.exchange-input {
	width: 100%;
	display: none;
}

.exchange-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ton-usdt-chooser {
	display: none;
	width: 100%;
	height: 100vh;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 15%;
	position: absolute;
	z-index: 10;
	
}

.ton-usdt-menu {
	width: 100%;
	height: 100%;
	background-color: #16181c;
	padding: 20px;
	border-radius: 15px;
}

.menu-name {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.menu-close {
	height: 30px;
	width: 30px;
	border-style: none;
	background:rgba(255,0,4,1.00);
}

.menu-pic {
	height: 50px;
	width: 50px;
}

.menu-choose {
	display: flex;
	flex-direction: row;
	width: 100%;
	color: white;
	background: rgba(32,36,42,1.00);
}

.exchange-money-box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-gap: 5px;
}

.display {
	width: 100%;
	background: rgba(45,50,59,1.00);
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.display-logo {
	width: 35px;
	height: 35px;
	margin: 5px;
}

.display-under {
	font-size: 13px;
	color: rgba(222,222,222,1.00)
}

.display-name {
	width: 100%;
	font-size: 20px;
}
@media only screen and (max-width: 600px) {
	main{
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	p.logo{
		display: none;
	}
	article{
		grid-template-columns: repeat(1, 1fr);
    	grid-template-rows: repeat(2, 1fr);
		max-height: 100%;
	}
	footer{
		flex-direction: column;
	}
	.footer-main{
		flex-direction: column;
	}
	.info{
		max-width: 100%;
	}
	h1.how-header{
		width: 100%;
		text-align: center;
	}
	.head-text {
		width: 100%;
		text-align: center;
	}
	img.how-pic{
		max-width: 300px;
	}
	.how-desc{
		max-width: 300px;
	}
	p.how-text{
		width: 100%;
		text-align: center;
	}
	.exchange-selector {
		max-width: 220px;
	}
	div.how-pic{
		align-content: center;
		align-items: center;
		vertical-align: middle;
		display: flex;
		flex-direction: column;
	}
	article{
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		vertical-align: middle;
	}
	img.display-logo{
		width: 30px;
		height: 30px
	}
	h1.display-name{
		font-size: 15px;
	}
	p.display-under{
		font-size: 12px;
	}
	div.exchange-choose{
		padding: 10px;
	}
	div.exchange-box{
		padding: 10px;
	}
	.exchange-input-desktop{
		display: none;
	}
	.exchange-input{
		display: inline;
	}
	.head-text{
		max-width: 300px;
	}
}