@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Colors */
:root {
    --accent-color: #ff0000 !important;
    --bs-primary-rgb: #ff0000 !important;
    --nav-hover-color: #ff0000 !important;
    --accent-color-hero: #6b0101 !important;
    --active-color: #ffffff !important;
    --bs-secondary-color: #828282 !important;

    /*--background-color: #ffffff!important;*/
    /*--default-color: #212529!important;*/
    /*--heading-color: #0079ff!important;*/
    /*--nav-dropdown-hover-color: #004da8!important;*/
    /*--surface-color: #ffffff!important;*/
    /*--contrast-color: #ffffff!important;*/

    /*--default-font: "Montserrat", sans-serif;*/
    /*--heading-font: "Montserrat", sans-serif;*/
    /*--nav-font: "Montserrat", sans-serif;*/

    /*--default-font: "Roboto", sans-serif;*/
    /*--heading-font: "Roboto", sans-serif;*/
    /*--nav-font: "Roboto", sans-serif;*/
}


body, html {
    /*font-size: var(--font-size);*/
    /*color: var(--accent-color);*/
}

.round-block{
    border-radius: 20px;
}

section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 110px 0 0 0;
    /*scroll-margin-top: 120px;*/
    overflow: clip;
}

.breadcrumb-item.active {
    color: var(--active-color);
}

.hero .hero-title .typed {
    background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), var(--accent-color-hero) 50%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero .hero-title .typed::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 0px;
    background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), var(--accent-color-hero) 50%) 100%);
    border-radius: 2px;
}

.header .logo img {
    max-height: 75px;
    margin-right: 8px;
}

.custom-audio-controls {
    filter: sepia(60%) saturate(3); /* Ретростиль всегда в моде */
}

.custom-audio-player {
    width: 100%;
    /*max-width: 600px;*/
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    padding: 0 10px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.audio-player{
    min-height: 100px;
}

.last-player {
    display: none;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.play-btn {
    /*background: rgb(0 0 0 / 0%);*/
    border: none;
    border-radius: 5px;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: yellow; /* меняйте желтый цвет на тот, который нужен */
    /*font-size: 2em;*/
    background-color: transparent;
    /*border: none;*/
    /*cursor: pointer;*/

}
.play-btn:hover {
    /*background: white;*/
    transform: scale(1.1);
}

.progress-container {
    flex: 1;
    background: rgba(255, 255, 255, 0.2);
    height: 4px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.progress-bar {
    width: 100%;
    height: 100%;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: white;
    border-radius: 2px;
    width: 0%;
    transition: width 0.1s ease;
}

.time-display {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: white;
    margin-top: 5px;
}

.volume-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.volume-btn {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
}

.volume-slider {
    width: 60px;
    height: 4px;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    outline: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.volume-slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.track-info {
    text-align: center;
    color: white;
}

.track-name {
    font-weight: bold;
    /*font-size: 14px;*/
    /*display: block;*/
}

.track-artist {
    /*font-size: 12px;*/
    opacity: 0.8;
}

.btn {
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
}

.btn.btn-outline-primary {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.btn.btn-outline-primary:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.gray-block {
    position: relative;
    background: var(--surface-color);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    overflow: hidden;
}

.text-word pre{
    background-color: gray;
    padding: 10px;
}

.services .services-grid .service-card .card-number {
    margin-bottom: unset!important;
}

.services .services-grid .service-card {
    background: var(--surface-color);
    padding: .5rem;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
    overflow: hidden;
}

.sortable {
    -moz-user-select: none;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 0);
}

.services .services-grid .service-card .card-number span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background:  color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    border-radius: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}

.services .services-grid .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px color-mix(in srgb, var(--default-color), transparent 80%);
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #000000;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.contact .contact-form-wrapper .php-email-form .inputform.form-control {
    padding: 10px 50px;
}
.iti {
    position: relative;
    display: block;
}

.features-tabs .nav-link {
    background:
            color-mix(in srgb, var(--surface-color), var(--default-color) 3%);
    border: 1px solid
    color-mix(in srgb, var(--default-color), transparent 85%);
    border-radius: 15px;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 80px;
    cursor: pointer;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--bs-primary-rgb)!important;
}


