﻿@font-face {
    font-family: 'MarkinLT';
    src: url('MarkinLT-UltraBold.woff2') format('woff2');
}
.video-container {
    width: 100%;
    height: 100%; /* Видео будет подстраиваться под высоту контейнера */
    position: relative;
    overflow: hidden; /* Скрывает лишнюю часть видео */
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Видео будет масштабироваться, чтобы поместиться в контейнер без обрезки */
    display: block; /* Убирает пустые отступы снизу, если они есть */
}

/* guide */
.bg_bg {
    background-image: url('../../pq2/img/bg/red-dots.png');
}

.bg_container {
    background-image: url('../../pq2/img/bg/black-dots.png');
    color: #ffffff;
    border-color: #0c0c0c;
    border-radius: 15px;
    font-family: 'MarkinLT';
}

.btn-design {
    border-radius: 0px;
    font-size: 20px;
}

.active-btn {
    background-color: transparent !important;
    color: inherit !important;
    border-width: 2px !important;
}

.btn-console {
    background-color: #66CAF3;
    color: #000000;
    border-color: #66CAF3;
}

.btn-console:hover {
    background-color: #4f9cbb;
    color: #000000;
    border-color: #4f9cbb;
}

.btn-android {
    background-color: #F3DC0D;
    color: #000000;
    border-color: #F3DC0D;
}

.btn-android:hover {
    background-color: #c4b10b;
    color: #000000;
    border-color: #c4b10b;
}

.btn-pc {
    background-color: #D62C26;
    color: #ffffff;
    border-color: #D62C26;
}

.btn-pc:hover {
    background-color: #a3211c;
    border-color: #a3211c;
}

.btn-patch {
    background-color: #66CAF3;
    color: #000000;
    border-color: #66CAF3;
}

.btn-patch:hover {
    background-color: #4f9cbb;
    color: #000000;
    border-color: #4f9cbb;
}

.btn-layer {
    background-color: #E26EA9;
    color: #ffffff;
    border-color: #E26EA9;
}

.btn-layer:hover {
    background-color: #aa5380;
    color: #ffffff;
    border-color: #aa5380;
}

.logo {
    width: 450px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 990px) {
    .logo {
        width: 300px;
    }
}

@media (max-width: 350px) {
    .logo {
        width: 100%;
    }
}

.title {
    text-align: center;
    font-weight: bold;
}

.title1 {
    text-align: start;
    font-weight: bold;
    font-size: 1.2rem;
}

.title2 {
    font-family: 'MarkinLT';
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000;
    text-transform: uppercase;
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 3rem;
    transform: rotate(-2deg);
    color: #fff;
    /* text-align: center; */
}

.title3 {
    font-family: 'MarkinLT';
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 3rem;
    /* transform: rotate(-2deg); */
    color: #fff;
    text-align: center;
}

.red-text {
    color: #db0202;
}

.blue-text {
    color: #66CAF3;
}

.pink-text {
    color: #E26EA9;
}

.ct-text {
    color: #FFC603;
}

.orange-text {
    color: #f04e29;
}

footer {
    background-image: url('../../pq2/img/bg/black-dots.png');
    padding-top: 10px;
    padding-bottom: 10px;
}

.border-explanation {
    border: 2px solid #f04e29;
    /* border-radius: 20px; */
    border-radius: 0px;
}

.border-explanation2 {
    border: 2px solid #66CAF3;
    border-radius: 0px;
}

.img-fluid {
    max-width: 128px;
    border-radius: 50%;
    /* content-visibility: auto; */
}

.tutorial-img {
    max-width: auto !important;
    min-width: 100%;
    border-radius: 0px !important;
}

.tutorial-img-android {
    max-width: auto !important;
    min-width: 50%;
    border-radius: 0px !important;
}

.tutorial-img-texturas {
    max-width: auto !important;
    min-width: 80%;
    border-radius: 0px !important;
}

@media (max-width: 768px) {
    .tutorial-img-android {
        max-width: auto !important;
        min-width: 100%;
        border-radius: 0px !important;
    }

    .tutorial-img-texturas {
        max-width: auto !important;
        min-width: 100%;
        border-radius: 0px !important;
    }
}

.text-hideca {
    color: #00000000;
}

.iconify {
    margin-right: 10px;
    margin-bottom: 5px;
}

.btn-link {
    text-decoration: none;
    margin-top: -50px;
    margin-bottom: -40px;
    color: #f04e29;
}

.btn-link:hover {
    color: #9e341c !important;
}

.btn-guide {
    /* background-color: #f04e29; */
    color: #ffffff;
    border-color: #f04e29;
    margin-bottom: 2rem;
    border-bottom: 0px;
    border-radius: 0px;
}

.btn-guide-mobile {
    /* background-color: #f04e29; */
    color: #ffffff;
    border-color: #f04e29;
    margin-bottom: 2rem;
    border-radius: 0px;
}

.btn-guide:hover {
    /* background-color: #9e341c; */
    color: #ffffff;
    border-color: #9e341c;
}

.btn-guide-mobile:hover {
    /* background-color: #9e341c; */
    color: #ffffff;
    border-color: #9e341c;
}

.disabled-guide {
    background-color: #f04e29;
    color: #ffffff;
    border-color: #f04e29;
}

/* comparison */
.img-comparison {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}

.rounded1 {
    border: 2px solid #f04e29;
    border-radius: 0px 0px 30px 30px !important;
}

.index-design {
    text-decoration: none;
    border-radius: 0px;
    border: 2px solid #f04e29;
}

.index-design .nav-link {
    color: #ffffff !important;
}

.index-design .nav-link:hover {
    color: #f04e29 !important;
}

@media (max-width: 768px) {
    .accordion {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

.accordion-item {
    border-color: #f04e29 !important;
    border-radius: 0px !important;
    background-color: #1b1b1b  !important;
}

.accordion-button {
    background-color: #f04e29;
    border-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f04e29;
}

.accordion-button:focus {
    box-shadow: none;
}

/* Contenedor principal */
.image-comparator {
    position: relative;
    max-width: 800px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

/* Contenedor de imágenes */
.image-container {
    position: relative;
    padding-top: 60%;
}

.image-container img {
    object-fit: contain;
}

/* Estilos para ambas imágenes */
.image-before,
.image-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Imagen de la derecha */
.image-after {
    clip-path: inset(0 0 0 50%);
}

/* Slider */
.slider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 3px;
    /* Grosor del slider */
    background: #fff;
    box-shadow: -1px 0 0 #000, 1px 0 0 #000;
    cursor: col-resize;
    z-index: 10;
}

/* Círculo del slider */
.slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* slider */

.btn-primary {
    background-color: #bd0202 !important;
    border-color: #bd0202 !important;
    border-radius: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #f3f3f3;
}

.btn-primary:hover {
    background-color: #8b0906 !important;
    border-color: #8b0906 !important;
}

.btn-primary1 {
    background-color: #66CAF3 !important;
    border-color: #66CAF3 !important;
    border-radius: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary1:hover {
    background-color: #4f9cbb !important;
    border-color: #4f9cbb !important;
    color: #000;
}

.btn-primary2 {
    background-color: #E26EA9 !important;
    border-color: #E26EA9 !important;
    border-radius: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.btn-primary2:hover {
    background-color: #aa5380 !important;
    border-color: #aa5380 !important;
    color: #ffffff;
}

.btn-primary3 {
    background-color: #66CAF3 !important;
    border-color: #66CAF3 !important;
    border-radius: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary3:hover {
    background-color: #4f9cbb !important;
    border-color: #4f9cbb !important;
}

.btn-secondary {
    background-color: #f0dc29 !important;
    border-color: #f0dc29 !important;
    border-radius: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.btn-secondary:hover {
    background-color: #c4b10b !important;
    border-color: #c4b10b !important;
    color: #000;
}

@media (max-width: 358px) {
    .hide-changeguide-mobile {
        display: none;
    }
}

@media (min-width: 359px) {
    .hide-changeguide-desktop {
        display: none !important;
    }
}

.link-color {
    color: #297ff0;
}

.image-comparator {
    width: 100%;
    max-width: 100%;
}

.text-secondary {
    color: #d3d3d3 !important;
    text-decoration: underline;
}

.console-btn {
    background-color: #f8f9fa !important;
    border-radius: 5px !important;
    padding: 2px 5px !important;
    color: #000 !important;
    font-weight: bold !important;

}

.btn-a {
    border-radius: 50% !important;
    padding: 4px 10px !important;
}

code {
    background-color: #000000;
    border-radius: 5px;
    padding: 2px 5px;
    font-weight: bold !important;
    color: #f04e29;
}

.code-fix {
    background-color: #000000 !important;
    color: #f74f4f !important;
    font-weight: bold;
}

body {
    --bs-border-color: #f04e29;
}

.addon-img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
}

.accordion-button-addon:not(.collapsed)::after {
    background-image: none;
}

.creator-name {
    margin-bottom: 0;
}

.hr-sidebar {
    margin: 0;
    margin-bottom: 4px;
}

.fallback-image {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));
}