@import url('https://fonts.googleapis.com/css2?family-poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
}
body {
    height: 100vh;
    background-color: #f2f2f2;
    background-image: radial-gradient(rgb(49, 49, 49, 0.171) 2px, transparent 0);
    background-size: 30px 30px;
    background-position: -5px -5px
}
nav {
    max-width: 1050px;
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    padding: 30px 0;
}
nav h2 {
    font-size: 2.4em;
    font-weight: 700;
    padding: 3px;
}
nav p {
    padding: 0px 10px 3px 0px;
    margin: -12px 0 0 0;
}
nav ul {
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    padding: 13px 18px 13px 18px;
    font-family: "Open Sans";
    text-transform:uppercase;
    color: rgb(71, 138, 201, 0.5);
    font-size: 18px;
    text-decoration: none;
    display: block;
}
nav ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: rgb(71, 138, 201);
    font-size: 20px;
}
.section-1 {
    height: 50px;
    max-width: 1500px;
    color: #111111;
    background-color: #f9e79b;
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
}
.section-1 .div-1 {
display: flex;
}
.section-1 .div-1 p {
    font-size: 20px;
    font-weight: 700;
    margin: 13px auto;
}
.section-2 {
    width: 100%;
    min-height: 80vh;
}
.div-2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.div2-text {
    margin: 25px 290px 35px 0px;
}
.bitcoin-coin {
    width: 400px;
    height: 330px;    
}
.coin {
    font-size: 150px;
    width: 0.1em;
    height: 1em;
    background: linear-gradient(#faa504, #141001);
    margin: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: rotate_4001510 7s infinite linear;
    transform-style: preserve-3d;
}
.coin .side,
.coin:before,
.coin:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    border-radius: 50%;
    right: -0.4em;
    text-align: center;
    line-height: 1;
    transform: rotateY(-90deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.coin .tails,
.coin:after {
    left: -0.4em;
    transform: rotateY(90deg);
}
.coin:before,
.coin:after {
    background: linear-gradient(#faa504, #141001);
    backface-visibility: hidden;
    transform: rotateY(90deg);
}
.coin:after {
    transform: rotateY(-90deg);
}
@keyframes rotate_4001510 {
    100% {
        transform: rotateY(360deg);
    }
}
.svg_back {
    transform: scaleX(-1);
}
.coin-div-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}
.Bitcoin-Payment {
    width: 250px;
    height: 40px;
    background-color: #faa504;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px 0;
}
.USDT-Payment {
    width: 250px;
    height: 40px;
    background-color: #53ae94;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px 0;
}
.address-Bitcoin {
    width: 400px;
    height: 40px;
    background-color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px 0;
}
.address {
    font-weight: 700;
}
.coin-1 {
    font-size: 150px;
    width: 0.1em;
    height: 1em;
    background: linear-gradient(#53ae94, #141001);
    margin: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: rotate_4001510 7s infinite linear;
    transform-style: preserve-3d;
}
.coin-1 .side,
.coin-1:before,
.coin-1:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    border-radius: 50%;
    right: -0.4em;
    text-align: center;
    line-height: 1;
    transform: rotateY(-90deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.coin-1 .tails,
.coin-1:after {
    left: -0.4em;
    transform: rotateY(90deg);
}
.coin-1:before,
.coin-1:after {
    background: linear-gradient(#53ae94, #141001);
    backface-visibility: hidden;
    transform: rotateY(90deg);
}
.coin-1:after {
    transform: rotateY(-90deg);
}
@keyframes rotate_4001510 {
    100% {
        transform: rotateY(360deg);
    }
}
.svg_back {
    transform: scaleX(-1);
}
.form-container {
    width: 400px;
    background-color: #fff;
    padding: 32px 24px;
    font-size: 14px;
    font-family: inherit;
    color: #212121;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}
.input-group-out {
    display: flex;

}
.form-container button:active {
    scale: 0.95;
}
.form-container .logo-container {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.form-container .form {
    display: flex;
    flex-direction: column;
}
.form-container .form-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 10px;
}
.form-container .form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-container .form-group input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    font-family: inherit;
    border: 1px solid #ccc;
}
.form-container .form-group input::placeholder {
    opacity: 0.5;
}
.form-container .form-group input:focus {
    outline: none;
    border-color: #1778f2;
}
.form-container .form-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    color: #fff;
    background-color: #212121;
    border: none;
    width: 100%;
    padding: 12px 16px;
    font-size: inherit;
    gap: 8px;
    margin: 12px 0;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}
.form-container .form-submit-btn:hover {
    background-color: #313131;
}
.form-submit-btn a {
    text-decoration: none;
    color: #fff;
    font-size: inherit;

}
.form-container .link {
    color: #1778f2;
    text-decoration: none;
}
.form-container .signup-link {
    align-self: center;
    font-weight: 500;
}
.form-container .signup-link .link {
    font-weight: 400;
}
.form-container .link:hover {
    text-decoration: underline;
}
.container {
    height: 300px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 5px;
    background-color: rgba(0, 110, 255, 0.041);
}

.header {
    flex: 1;
    width: 100%;
    border: 2px dashed royalblue;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header svg {
    height: 100px;
}

.header p {
    text-align: center;
    color: black;
}

.footer {
    background-color: rgba(0, 110, 255, 0.075);
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    border: none;
}

.footer svg {
    height: 130%;
    fill: royalblue;
    background-color: rgba(70, 66, 66, 0.103);
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.205);
}

.footer p {
    flex: 1;
    text-align: center;
}

#file {
    display: none;
}




.div-5 {
    transform-origin: right center 0px;
    background-color: #478ac9;
    width: 950px;
    height: 2px;
    margin: 25px auto 15px;
}
.text-9 {
    text-align: center;
}
.text-10 {
    text-align: center;
}
.text-11 {
    text-align: center;
}
@media(max-width:900px) {
    nav p {
        padding: 0px 10px 3px 0px;
        margin: 2px 0 0 0;
    }
    .section-1  {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }
    .section-1 .div-1 {
        width: 80%;
        height: 100px;
    }
    .div2-text {
        width: 400px;
        margin: 25px 0px 35px 0px;
    }
    .div2-text h2 {
        font-size: 20px;
    }
    .div2-text p {
        font-size: 13px;
    }
    .div-5 {
        width: 350px;
    }
}