@import "./line.css";

@font-face {
    font-family: regularFont;
    src: url(static/Comfortaa-Regular.ttf)
}
@font-face {
    font-family: boldFont;
    src: url(static/Comfortaa-Bold.ttf)
}
@font-face {
    font-family: playball;
    src: url(static/Playball-Regular.ttf)
}

body {
    background-color: #ff9933;
    color: #ffffff;
    font-family: regularFont;
}

.custom-container {
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.row-navbar {
    width: 90%;
    margin: 50px auto;
}

.custom-nav {
    background-color: #ff9933 !important;
    font-family: regularFont !important;
}

.custom-item {
    color: #ffffff !important;
    font-family: regularFont !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    margin: 0em 1em;
}

.nav-link.custom-item.active {
    color: #804d00 !important;
}

.custom-item:hover {
    color: #804d00 !important;
}

.custom-buttom {
    color: #ffffff !important;
    font-family: regularFont !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    border: solid 1px #ffffff !important;
    border-radius: 30px;
    padding: 15px 50px !important;
}

.custom-buttom:hover, .custom-buttom:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: solid 1px #ffffff !important;
}

.logo {
    width: 100px;
    vertical-align: middle;
    margin-top: -60px;
}

.row-grid {
    position: static;
    display: grid;
    height: 1200px;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(6, min-content) 1fr;
    grid-template-columns: 100%;
    background-image: url(../assets/bitcoin.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 900px 900px;
}

.content-green {
    width: 110%;
    background-color: rgba(255, 153, 51, 0.8);
    margin-left: -20px;
    height: 1200px;
}

.playball {
    font-family: playball;
    font-size: 120px;
    font-weight: 800;
    margin-left: 200px;
    margin-top: 250px;
}

.text {
    margin-left: 200px;
    font-size: 40px;
    text-align: justify;
    width: 80%;
}

.first {
    width: 600px;
    max-width: 600px;
    margin-top: 10%;
    margin-left: 100px;
}

.price {
    border: solid 1px #ffffff;
    border-radius: 30px;
    margin: 20px 5px;
    color: #ffffff;
    padding: 5px 100px;
    font-size: 24px !important;
    font-weight: 800 !important;
    position: relative;
    width: 100%;
}

.btn.price:hover, .btn.price:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: solid 1px #ffffff !important;
}

.img-price {
    position: absolute;
    right: 10px;
    margin: auto;
}

.line {
    width: 100%;
    background-image: var(--divider);
}

.mmga1 {
    width: 700px;
    max-width: 700px;
    margin-left: 120px;
    margin-top: -60px;
}

.title {
    font-size: 150px;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.about {
    margin-right: 200px;
    margin-top: 50px;
    font-size: 28px;
    text-align: justify;
}

.boxbuy {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 3px rgba(255, 254, 248, 0.9);
    width: 90%;
    margin: 50px auto;
    padding: 40px;
    border-radius: 5px 50px; 
}

.subtitle {
    font-size: 50px;
    font-weight: bolder;
    text-align: left;
}

.paragraph {
    width: 90%;
    font-size: 24px;
    text-align: justify;
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
    margin-top: 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.asset-img {
    width: 100px;
}

.custom-frame {
    margin-left: 100px;
    overflow-x: hidden;
    height: 600px;
    width: 700px;
}

.torito {
    width: 70%;
    margin-top: -10px;
    margin-left:150px
}

.pepememe {
    width: 500px;
}

.pepepis, .first-roadmap {
    width: 400px;
}

.assets-contact {
    width: 120px;
}

/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* MEDIA QUERIES */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */

@media (min-width: 1500px) and (max-width: 1600px) {
    .custom-item {
        font-size: 18px !important;
    }
    .custom-buttom {
        font-size: 18px !important;
        font-weight: 800 !important;
        border-radius: 30px;
        padding: 15px 40px !important;
    }
    .first {
        width: 500px;
        max-width: 500px;
    }
    .text {
        font-size: 30px;
    }
    .price {
        padding: 5px 80px;
        font-size: 18px !important;
    }
    .img-price {
        width: 25px;
    }
    .about {
        font-size: 24px;
        margin-right: 50px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 600px;
        margin-left: 70px;
    }
    .custom-frame {
        width: 600px;
    }
    .assets-contact {
        width: 100px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .custom-item {
        font-size: 15px !important;
    }
    .custom-buttom {
        font-size: 15px !important;
        font-weight: 800 !important;
        border-radius: 30px;
        padding: 15px 30px !important;
    }
    .first {
        width: 500px;
        max-width: 500px;
    }
    .text {
        font-size: 30px;
    }
    .asset-img {
        width: 80px;
    }
    .price {
        padding: 5px 100px;
        font-size: 16px !important;
    }
    .img-price {
        width: 20px;
    }
    .about {
        font-size: 20px;
        margin-right: 20px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 500px;
        margin-left: 35px;
    }
    .torito {
        margin-left: 115px;
    }
    .custom-frame {
        width: 600px;
    }
    .pepememe {
        width: 450px;
    }
    .first-roadmap, .pepepis {
        width: 350px;
    }
    .assets-contact {
        width: 100px;
    }
}

@media (min-width: 1150px) and (max-width: 1300px) {
    .custom-item {
        font-size: 12px !important;
    }
    .custom-buttom {
        font-size: 12px !important;
        font-weight: 800 !important;
        border-radius: 20px;
        padding: 15px 15px !important;
    }
    .first {
        width: 400px;
        max-width: 400px;
        margin-top: 30%;
    }
    .text {
        font-size: 24px;
    }
    .asset-img {
        width: 60px;
    }
    .price {
        padding: 5px 80px;
        font-size: 12px !important;
    }
    .img-price {
        width: 20px;
    }
    .about {
        font-size: 20px;
        margin-right: 20px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 500px;
        margin-left: 35px;
    }
    .paragraph {
        width: 100%;
    }
    .torito {
        margin-left: 100px;
    }
    .custom-frame {
        width: 500px;
    }
    .pepememe {
        width: 450px;
    }
    .first-roadmap, .pepepis {
        width: 350px;
    }
    .assets-contact {
        width: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .custom-item {
        font-size: 10px !important;
    }
    .custom-buttom {
        font-size: 10px !important;
        font-weight: 800 !important;
        border-radius: 20px;
        padding: 15px 15px !important;
    }
    .first {
        width: 300px;
        max-width: 300px;
        margin-top: 50%;
    }
    .text {
        font-size: 24px;
    }
    .asset-img {
        width: 60px;
    }
    .price {
        padding: 5px 60px;
        font-size: 12px !important;
    }
    .img-price {
        width: 20px;
    }
    .about {
        font-size: 20px;
        margin-right: 20px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 500px;
        margin-left: 35px;
    }
    .torito {
        margin-left: 100px;
    }
    .custom-frame {
        width: 400px;
    }
    .pepememe {
        width: 400px;
        margin-top: 50px;
    }
    .first-roadmap, .pepepis {
        width: 300px;
        margin-top: 50px;
    }
    .assets-contact {
        width: 80px;
    }
}

@media (max-width: 992px) {
    .first {
        width: 300px;
        max-width: 300px;
        margin-top: 1%;
        margin-left: 30%;
    }
    .text {
        font-size: 24px;
        width: 50%;
    }
    .asset-img {
        width: 60px;
    }
    .price {
        padding: 5px 50px;
        font-size: 12px !important;
    }
    .img-price {
        width: 20px;
    }
    .about {
        font-size: 22px;
        margin-right: 0px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 500px;
        margin-left: 150px;
    }
    .subtitle {
        margin-top: 50px;
    }
    .torito {
        margin-left: 200px;
    }
    .custom-frame {
        width: 80%;
        margin-left: 12%;
    }
    .title {
        font-size: 120px;
    }
    .pepememe {
        width: 400px;
        margin-top: 50px;
    }
    .assets-contact {
        width: 80px;
    }
}

@media (max-width: 768px) {
    .asset-img {
        width: 50px;
    }
    .price {
        padding: 5px 40px;
        font-size: 10px !important;
    }
    .img-price {
        display: none;
    }
    .title {
        font-size: 90px;
    }
    .playball {
        margin-left: 150px;
    }
    .text {
        margin-left: 150px;
    }
    .first {
        margin-left: 25%;
    }
    .about {
        font-size: 22px;
        margin-right: 0px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 400px;
        margin-left: 120px;
    }
    .torito {
        margin-left: 150px;
    }
}

@media (max-width: 576px) {
    .asset-img {
        width: 40px;
    }
    .price {
        padding: 5px 20px;
        font-size: 8px !important;
    }
    .img-price {
        display: none;
    }
    .playball {
        margin-left: 130px;
    }
    .text {
        margin-left: 130px;
    }
    .first {
        margin-left: 20%;
    }
    .about {
        font-size: 18px;
        margin-right: 0px;
        margin-top: 0px;
        padding: 50px;
    }
    .mmga1 {
        width: 400px;
        margin-left: 60px;
    }
    .torito {
        margin-left: 100px;
    }
    .title {
        font-size: 60px;
    }
    .assets-contact {
        width: 60px;
    }
    .paragraph {
        font-size: 18px;
    }
    .subtitle {
        font-size: 30px;
    }
}



/* @media (min-width: 768px) and (max-width: 992px) {} */
