@import url("css2-family=Roboto-ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300&display=swap.css")/*tpa=https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300&display=swap*/;

body {
    color: #757693;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a.active {
    color: #3a6bfa;
}

.link {
    color: #3a6bfa;
}

.link:hover{
    text-decoration: underline;
}

.header {
    padding: 1.5em 0;
}

.header-container {
    display: flex;
    align-items: center;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

nav {
    display: flex;
}

nav a {
    padding: 8px 10px;
    font-size: 20px;
}

nav a:hover {
    color: #3a6bfa;
}

.language-selector {
    position: relative;
    display: inline-block;
}

.language-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

.language-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    min-width: 160px;
}

.language-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.language-dropdown a:hover {
    background-color: #ddd;
}

.language-selector:hover .language-dropdown {
    display: block;
}

.download {
    font-size: 22px;
    background: #3a6bfa;
    color: #fff;
    padding: 8px 25px;
    border-radius: 25px;
}

.download:hover {
    background-color: #507af8;
}

.donwload-for-win {
    display: flex;
    background: #3a6bfa;
    color: #fff;
    padding: 12px 30px;
    border-radius: 20px;
    width: max-content;
    align-items: center;
    box-sizing: border-box;
}

.donwload-for-win img {
    width: 31px;
    margin-right: 20px;
    background: #fff;
    padding: 6px;
    border-radius: 8px;
}

.donwload-for-win-text {
    font-weight: bold;
    font-size: 25px;
    display: flex;
    flex-direction: column;
}

.donwload-for-win-text-f1 {
    font-size: 17px;
}

.donwload-for-win:hover {
    background: #4461e3;
}

.board {
    height: 70vh;
    max-height: 1280px;
    display: flex;
    min-height: 670px;
}

.home-img {
    /* max-height: 640px; */
    background-image: url("coins-bg.png")/*tpa=https://streamtoearn.io/images/coins-bg.png*/;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-size: 270px;
    background-position: top right;
}

.home-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url("minecraft-hero-sword.png")/*tpa=https://streamtoearn.io/images/minecraft-hero-sword.png*/;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    pointer-events: none; /* This ensures that the pseudo-element does not interfere with any interactions */
}

.about-minecraft-wrapper {
    background-image: url("minecraft-background.jpg")/*tpa=https://streamtoearn.io/images/minecraft-background.jpg*/;
    background-size: cover;
    padding: 10px;
    min-height: 750px;
    /* background: #fbfbfb; */
    box-shadow: indigo;
    box-shadow: 0px 16px 22px #c7c7c7;
    max-width: 1600px;
    margin: auto;
    border-radius: 8px;
    position: relative;
}

.white-box {
    background: #fff;
    width: 300px;
    /* height: 366px; */
    padding: 10px;
    float: right;
    width: 500px;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px;
    box-shadow: 0px 0px 3px #626262;


}

.white-box-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.white-box h3 {
    margin: 0px;
    text-align: center;
    font-weight: 400;
}

.white-box p {
    margin: 5px 0;
}

.readmore {
    display: block;
    margin: 10px auto;
    width: 276px;
    font-size: 20px;
    border-radius: 8px;
    background: no-repeat;
    padding: 8px;
    background: #3a6bfa;
    color: #fff;
    font-weight: 700;
    border: 0px;
}

.readmore:hover {
    cursor: pointer;
    background: #4461e3;
}

.board > div {
    /* flex: 1; */
}

.board .left,
.board .right {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.left {
    flex: 0.9;
    flex-direction: column;
}

.left p {
    max-width: 70%;
    margin-bottom: 50px;
}

.right {
    flex: 1.1;
    align-items: center;
}

h1 {
    color: #191c30;
    font-size: 50px;
    margin-bottom: 0;
}

.logo {
    flex: 0.4;
}

.logo img {
    width: 300px;
}

.page {
    padding: 0 8px;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.bar {
    background: #fbfbfb;
    min-height: 100px;
    border: 1px solid #e3e3e3;
    padding: 8px 0;
}

.bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bar-wrapper img {
    max-width: 100%;
    max-height: 100px;
}

.bar .item {
    margin-right: 40px;
}

.demo {
    width: 100%;
}

.info h2 {
}

h2 {
    color: #191c30;
    font-size: 40px;
    font-weight: 400;
    /* margin-bottom: 0;  */
    text-align: center;
}

h3 {
    color: #191c30;
    font-size: 30px;
    font-weight: 400;
    margin-top: 12px;
}

.info-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
    justify-content: space-between;
}

.info-list .item {
    flex: 0 0 calc(33% - 1rem); /* Треть ширины с отступом (например, 1rem) */
    height: 300px;
    border: 1px solid #eee;
    margin-bottom: 2rem; /* Дополнительный отступ снизу (например, 1rem) */
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 23px #f7f7f7;
}

.info-list .icon {
    background: #3a6bfa;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 60px;
    height: 60px;
}

.soon {
    height: 81px;
    border-radius: 12px;
    width: 217px;
    background: #f3f3f3;
    margin: 10px 0;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-style: italic;
}

footer {
    padding: 1.5em 0;
    border-top: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    box-sizing: border-box;
}

footer > div {
    flex: 1;
}

.social {
    text-align: right;
}

.copy {
    text-align: center;
}

.footer-nav a {
    margin-right: 15px;
}

.social img {
    width: 40px;
    height: 40px;
}

.win-text-uk {
    font-size: 12px;
}

.min-height {
    min-height: 70vh;
}


.tag {
    border-radius: 50px;
    padding: 4px;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    font-size: 15px;
    margin-left: 4px;
}

.tag-paid {
    background: #f44336;
}

.tag-free {
    background: #8ec76d;
}

.tag-pro {
    background: #e46060;
    color: #fff;
}

.tag-expert {
    background: #b960e4;
    color: #fff;
}

.sheeps-table td{
     border: 1px solid #000;
     padding: 4px;
}

.sheep-img {
    width: 80px;
}


.sheep-color-names {
    font-size: 14px;
}

.concrete .sheep-img  {
    width: 70px;
}


.update-note {
    background: #fbfbfb;
    min-height: 100px;
    border: 1px solid #e3e3e3;
    padding: 8px;
}

.update-note h3 {
    margin-bottom: 8px;
}


.home-meta-info {
    display: flex;
    /* align-items: center; */
    margin: 50px 0;
}

.home-meta-info .poster {
    width: 350px;
    border-radius: 8px;
    margin-right: 25px;
}

.home-meta-info p {
    font-size: 22px;
    margin-right: 8px;
    width: 590px;
    margin: 0px;
}

.home-meta-info h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

.home-meta-wrapper {
    background-image: url("Like-gta5-man.png")/*tpa=https://streamtoearn.io/images/Like-gta5-man.png*/;
    max-width: 1400px;
    margin: 40px auto;
    background-position: right;
    background-repeat: no-repeat;
}

.home-meta-info p a {
    color: #3a6bfa;
}

.colored-hrefs p a {
    color: #3a6bfa;
}

.colored-hrefs-deep a {
    color: #3a6bfa;
}

.colored-hrefs-deep a:hover {
    text-decoration: underline;
}



.more-mages-widget {
    max-width: 1600px;
    margin: 80px auto;

    display: flex;
}

.games-gallery {
    margin-left: 21px;
    margin-top: 5px;
    display: flex;
    align-items: start;
    flex: 60%;
    flex-wrap: wrap;
}

.games-gallery img {
    width: 200px;
}

.games-gallery a {
    padding: 8px;
    background: #eee;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
    margin: 4px;
}

.games-gallery a:hover {
    box-shadow: 0px 0px 8px #9d9d9d;
}

.left-side-games {
    width: 400px;
    border-radius: 8px;
    padding: 12px;
    box-shadow: -9px 9px 14px #e3e3e3;
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
}

.left-side-games h3 {
    text-align: center;
}


.editOverlaysInfo {
    margin: 50px auto;
    margin-top: 100px;
    margin-bottom: 80px;
}

.editOverlaysInfoText {
    margin-right: 20px;
    font-size: 20px;
}

.editOverlaysInfoTextLeft {
    margin-left: 20px;
    font-size: 20px;
}

.textAboutCreatePreset {
    font-size: 20px;
}

.textAboutCreatePreset h3 {
    margin-top: 30px;
}

.flex-table {
    display: flex;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0px 0px 6px #bbbbbb;
    padding: 4px;
    padding-top: 0px;
    margin-bottom: 80px;
}


.flex-table-row {
    width: 100%;
    display: flex;
  
}

.flex-table-row  >div {
    flex: 30%;
}

.flex-table-row:nth-child( 2n + 1 ) {
    background: #eee;
}


.flex-table-text, .flex-table-value{
    padding: 8px;
}

.flex-table-value {
    text-align: center;
    font-size: 20px;
    font-weight: 400;

    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-table-value {
    border-right: 1px solid #eee;
}

.flex-table-row:nth-child( 2n + 1 ) .flex-table-value {
    border-right: 1px solid #fff;
}




.flex-table-text {
    background: #fff;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

@media screen and (min-width: 1200px) {
    .flex-table-text {
        min-width: 400px;
    } 
}

.flex-table-hader {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #c1c1c1;
}

.flex-table-hader .flex-table-value {
       font-size: 22px;
    font-weight: bold;
}

.about-list li{
        margin-top: 15px;
}

.screenshotInfo {
    max-width: 700px;
                        border-radius: 8px;
                        box-shadow: 0px 0px 9px #666;
}



.about-pro-widget {
    background-image: url("background-pro.webp")/*tpa=https://streamtoearn.io/images/background-pro.webp*/;
    max-width: 1600px;
    margin: 50px auto;
    background-size: cover;
    min-height: 600px;
    background-position: center;
    padding: 12px;
    box-shadow: 0px 0px 3px #4e4e4e;
    border-radius: 8px;
    position: relative;
}

.pro-text-wrapper {
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    width: 50%;
    max-width: 700px;
    box-shadow: 0px 0px 3px #4e4e4e;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pro-text {
    width: 100%;
}

.pro-text h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
}

.pro-img  {
    width: 250px;
    margin-right: 20px;
}


.try-for-free-wrapper {
    background: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 16px 20px;
    border-radius: 8px;
}

.download2 {
    padding: 7px 22px;
    border-radius: 9px;
    cursor: pointer;
}

.buttonFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonFlex img {
    margin-right: 6px;
}

.eee {
    border: 0px;
    border-bottom: 1px solid #eee;
}



.articles {
    display: flex;
    flex-wrap: wrap;

}

.article {
    flex: 0 0 calc(33% - 1rem);
    /* height: 300px; */
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 23px #f7f7f7;
    display: flex;
}

.articles a {
    box-sizing: border-box;
    flex: 1 0 calc(50% - 20px);
    margin: 10px;
}

.article-name {
    font-size: 22px;
    color: #000;
}

.version {
    margin: 5px 0;
    font-size: 18px;
    display: flex;
    text-align: center;
    align-items: center;
}

.article-description {
    max-width: 800px;
    font-size: 14px;
}

.article-img {
    width: 250px;
    height: 250px;
    margin-right: 20px;
    border-radius: 4px;
}

.article-button-read {
    font-size: 18px;
    margin-top: 8px;
    border: 0px;
    background: #3a6bfa;
    color: #fff;
    padding: 8px 20px;
    border-radius: 12px;
    float: right;
    cursor: pointer;
}

.article-half-wrapper {
    width: calc(50% - 10px);
    flex: inherit !important;
}

.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumbs a{
    cursor: pointer;
    color: #3a6bfa;
}

.inside-link {
    cursor: pointer;
    color: #3a6bfa;
}

.inside-link:hover {
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}


.download-widget-wrapper {
    padding: 16px;
    border-radius: 8px;
    background: #eee;
}

.download-widget-wrapper .download {
    display: inline-block;
}

.download-widget-wrapper h4 {
    margin: auto 8px;
    text-align: center;
}


.command-example {
    padding: 16px;
    background: #f8f7f7;
    border-radius: 8px;
    font-size: 18px;
    margin: 15px 0;
    border: 1px solid #838383;
    box-shadow: 0px 0px 3px #cccccc;
}

.command-part {
    padding: 10px 16px;
    background: #f7f7f7;
    border-radius: 8px;
    font-size: 18px;
    margin: 10px 0;
    border: 1px solid #dbdbdb;
}

.command-note {
    font-style: italic;
    margin-top: -13px;
    margin-left: 5px;
    margin-bottom: 10px;
}


.single-button-right {
    display: flex;
    /* align-items: end; */
    justify-content: center;
    justify-content: end;
    margin: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1306px) {
    h1 {
        font-size: 45px;
    }
}




@media screen and (max-width: 1280px) {
    .bar {
        display: none;
    }

    .home-meta-wrapper {
        background: none;
    }

    .home-meta-info {
        flex-direction: column;
    }

    .games-gallery {
        flex-wrap: wrap;
    }

    .screenshotInfo {
        width: auto;
        max-width: 100%;
    }
    .editOverlaysInfo {
        flex-direction: column-reverse;
    }

    .peresetAndScreenshotInfo {
        flex-direction: column;
    }
}

@media screen and (max-width: 1180px) {
    h1 {
        font-size: 40px;
    }

    .home-img::before {
        display: none;
    }

    
}

@media screen and (max-width: 956px) {
    .board {
        flex-direction: column-reverse;
    }

    .mobile-flex {
        flex-direction: column;
    }


    .tt-videos {
        display: none !important;
    }

    .board {
        max-height: inherit;
        height: auto;
    }

    .demo {
        max-width: 512px;
    }

    h1 {
        font-size: 40px;
        max-width: 700px;
    }

    .info-list .item {
        flex: 0 0 calc(50% - 1rem);
    }

    .video-frame {
        height: 600px;
    }

    .pro-text-wrapper {
        width: 100%;
    }

    .language-selector {
        display: none;
    }

    .flex-teble-mobile-fix .flex-table-row >div{
        flex: 1 !important;
    }

    .flex-teble-mobile-fix .flex-table-value {
        font-size: 12px;
    }
}

@media screen and (max-width: 801px) and (min-width:654px) {
    .video-frame {
       height: 360px;
    }

    h3 {
        font-size: 22px;
    }

    h2 {
        margin: 12px;
    }

    .info {
        /* margin-top: 20px; */
    }

    .page {
        margin: 15px;
    }
}


@media screen and (max-width: 778px) { 
.more-mages-widget{ 
    flex-direction: column;
}

.left-side-games {
    width: 100%;
    box-sizing: border-box;
}

.home-meta-info p {
    width: 100%;
}

.white-box {
    width: 100%;
    box-sizing: border-box;
    float: inherit;
}

.about-minecraft-wrapper {
    min-height: 400px;
}

.white-box {
    height: auto;
}

.editOverlaysInfoTextLeft {
    margin-left: 0px;
}

.editOverlaysInfo {
    margin: 20px auto;
    margin-top: 50px;
}

.games-gallery {
    margin-left: 0px;
    justify-content: space-around;
}

}




@media screen and (max-width: 654px) {
    .logo img {
        width: 200px;
    }

    .video-frame {
        height: 500px;
    }

    h2 {
        font-size: 30px;
    }

    .plugin {
        flex-direction: column;
        align-items: center;
    }

    .plugin-name {
        text-align: center;
    }

    .flex-table-row >div {
        flex: inherit;
    }
    .flex-table-text {
        width: 100%;
    }
    .flex-table-value {
        width: 90px;
    }
}

@media screen and (max-width: 600px) {
.pro-text-wrapper {
    flex-direction: column;
}

.command-example {
    font-size: 14px;
}

.pro-img {
    width: 100%;
    margin: auto;
}

.try-for-free-wrapper {
    display: none;
}

.about-pro-widget {
    margin-top: 20px;
}


.articles a {
    flex: auto;
}

.article{
    padding: 10px;
    margin-bottom: 10px;
    flex-direction: column;

}


.article-img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    max-width: 400px;
    height: auto;
}

footer {
    flex-direction: column;
}

.footer-nav {
    margin-top: 2px;
    font-size: 13px;
}

footer .copy {
    margin-top: 12px;
    font-size: 11px;
}

footer .social {
    display: none;
}

}


@media screen and (max-width: 522px) {
    .download {
        display: none;
    }

    .showbuttonmobile {
        display: flex !important;
    }

    .video-frame {
        height: 400px;
    }

    .info-list .item {
        flex: 0 0 calc(100%);
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 25px;
    }

    .left p {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 29px;
    }

    .logo img {
        width: 170px;
    }

    nav a {
        font-size: 14px;
    }
    .home-meta-info .poster {
        width: 100%;
        display: block;
        margin: 10px auto !important;
        max-width: 500px;
    }

    .home-meta-wrapper {
        margin-top: 10px;
    }

    .home-img {
        background-size: 144px;
        min-height: inherit;
    }

    .home-meta-info {
        margin-top: 8px;
    }
}


@media screen and (max-width:470px) {
    nav {
        display: flex;
    justify-content: center;
    align-items: center;
    }

    nav a {
        font-size: 15px;
        padding: 8px 6px;
    }

    .info-list .item {
        height: auto;
        padding: 13px;
    }

    h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .video-frame {
        height: 240px;
    }

    .logo img {
        width: 160px;
    }

    .header {
        padding: 1em 0;
    }
}