/*
 Theme Name:   bootCommerce Child
 Description:  bootScore WooCommerce Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.1.0.2
 Text Domain:  bootscore
*/

/*
All style editing is done via css/scss/_bscore_custom.scss
*/

/* Bootstrap */
.rounded {
	border-radius: 2.25rem !important;
}

.rounded-top {
	border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
}

.rounded-bottom {
	border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 2.25rem !important;
    border-top-left-radius: 2.25rem !important;
}

.rounded-end {
    border-bottom-right-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
}

.rounded-mini {
	border-radius: 1.75rem !important;
}

.modal-content {
    border-radius: 2.25rem !important;
}

.container-fluid-1920-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1921px) {
	.container-fluid-1920-xxl {
		max-width: 1320px;
	}
}


.btn-primary, .btn-primary:hover, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-primary:active, .btn-primary:focus, .btn_dec span {
    color: #fff !important;
}

.btn-secondary, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-secondary:active, .btn-secondary:focus, .btn_dec span {
    color: #fff !important;
}

.card {
	border: none;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	border-radius: 2.25rem !important;
}

.rotate {
    transform: rotateZ(315deg);
}

.accordion-item {
    background-color: transparent;
}



/* Цветовая схема */
.dark-theme .link-dark {
  color: var(--bs-light) !important;
}
@media (max-width: 768px) {
.dark-theme .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: var(--bscore-shop-table-responsive, var(--bs-gray-dark));
}
}

.cookie_bg {
	background: #ffffffd6;
}

.dark-theme .cookie_bg {
	background: #18222a96;
}

.bg_paints {
	display: block;
	position: relative;
}

.bg_deco {
	background-color: #ffffff3b;
  border: 5px dashed var(--bs-light);
}

.dark-theme .bg_deco {
	background-color: #00000070;
  border: 5px dashed var(--bs-light);
}

.dark-theme .card {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.dark-theme .bg-opacity-dark {
    background: #00000070;
}

.bg-trans-dark, .bg-opacity-dark {
	background-color: #0000000a;
}

.dark-theme .form-control, .dark-theme .form-select {
    color: var(--bs-light);
    background-color: #0000002b;
    border-color: #0000002b;
}

.dark-theme .dark-img-inverse {
	filter: brightness(100);
}


/* Типографика */

.oswald {
	font-family: 'Oswald' !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.roboto_m {
	font-family: 'Roboto Mono' !important;
}


/* Формы */

.form-control, .form-check-input[type="checkbox"] {
	border-radius: 0;
}

.form-control, .form-select, .form-check-input {
	background-color: #ffffff7a;
}

.dark-theme .form-control, .dark-theme .form-select, .dark-theme .form-check-input, .dark-theme .form-check-input:not(.form-check-input:checked) {
    background-color: #0000002e;
}

.alert.alert-danger, .alert-danger.must-log-in, .alert-danger.no-comments, .alert.alert-warning, .alert-warning.must-log-in, .alert-warning.no-comments, .alert.alert-info, .alert-info.must-log-in, .must-log-in, .must-log-in.no-comments, .alert-info.no-comments, .no-comments.must-log-in, .no-comments, .alert.must-log-in, .alert.no-comments, .alert.alert-success, .alert-success.must-log-in, .alert-success.no-comments {
    padding-left: 3.25rem;
    border-radius: 2.25rem !important;
    margin-top: 0.5rem !important;
}

/* Parallax Effect */

.damn_magneto_xl, .damn_magneto {
	transition: 0.1s;
}

.focking_scaling {
	transform: scale(0.95);
	transition: 0.5s;
}

.focking_scaling:hover {
	transform: scale(1);
	transition: 0.5s;
}

.focking_scaling_bg_light {
	transform: scale(0.95);
	transition: 0.5s;
	background: transparent;
}

.focking_scaling_bg_light:hover {
	transform: scale(1);
	transition: 0.5s;
	background: radial-gradient(circle, rgba(var(--bs-light-rgb)) 0%, rgba(9,9,121,0) 60%);
}

/* Видео */


/* КНОПКА Play */

.video-block-trigger {
	cursor: pointer;
}

.video-block-trigger .play-button {
	height: 7rem;
  width: 7rem;
  display: block;
  position: absolute;
  top: calc(50% - 3.5rem);
  left: calc(50% - 3.5rem);
  border: 0.4rem solid var(--bs-white);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%) !important;
  background: #00000021;
	transition: 0.5s;
	cursor: pointer;
}


.video-block-trigger .play-button .triangle-container {
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: calc(50% - 1.5rem);
	left: calc(50% - 1.5rem);
}

.video-block-trigger .play-button .triangle,
.video-block-trigger .play-button .triangle:before,
.video-block-trigger .play-button .triangle:after {
	display: block;
	width:  2em;
	height: 2em;
	position: relative;
	background: var(--bs-white);
	transition: 0.5s;
	border-top-right-radius: 30%;
}

.video-block-trigger .play-button .triangle:before,
.video-block-trigger .play-button .triangle:after {
	content: '';
	position: absolute;
	margin: 0;
}

.video-block-trigger .play-button .triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}
.video-block-trigger .play-button .triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.video-block-trigger .play-button .triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.video-block-trigger:hover .play-button {
	border: 0.4rem solid var(--bs-white);
	background: var(--bs-white);
	transition: 0.5s;
	transform: scale(1.2);
}

.video-block-trigger:hover .play-button .triangle,
.video-block-trigger:hover .play-button .triangle:before,
.video-block-trigger:hover .play-button .triangle:after {
	background: #536250;
	transition: 0.5s;
}


.vp-center #player {
	height: auto !important;
}

/* Кнопки */

.btn {
    border-radius: 0 !important;
    padding: 0.6rem 1rem !important;
}

.btn-primary, .btn-primary:hover, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-primary:active, .btn-primary:focus, .btn_dec span {
    color: #fff !important;
}

.btn-outline-primary:active, .btn-outline-primary:focus {
	background-color: var(--bs-primary);
}

#nav-main .btn {
	padding: 0.5rem 0.5rem !important
}

@media (min-width: 992px) {

#nav-main .btn {
	padding: 0.5rem 0 !important
}

}


/* Хедер */


.site-header {
	min-height: 100px;
}

.header_bg {
	position: relative;
	background: #ffffff38;
}

.dark-theme .header_bg {
	background: #0000002b;
}

.header_bg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--bs-body-bg);
	opacity: 0.7;
	transition: 1s;
	z-index: -1;
}

.dark-theme .header_bg:before {
	background: var(--bs-gray-dark);
	transition: 1s;
}


.rotate {
	transform: rotateZ(315deg);
}

.dark-mode-switch .form-check-input[type="checkbox"] {
	border-radius: 2em;
}

#nav-main, .header_bg {
	transition: 0.5s;
}

.navbar-light .navbar-nav .offer_link a.nav-link {
	color: var(--bs-primary) !important;
}

/* Текст */
.text-justified {
	text-align: justify;
}

.text-shadow {
	text-shadow: 0px 0px 10px rgb(0 0 0);
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	font-family: 'Oswald' !important;
	font-weight: 900;
}

.display-1 {
	font-size: calc(1.325rem + 3vw);
}

@media (min-width: 420px) {
	.display-1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

@media (min-width: 1200px) {
	.display-1 {
	    font-size: 5rem;
	}
}


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

/* Разделители */

.hr-dashed {
	color: transparent;
	border-top: 2px dashed var(--bs-primary);
}












/* Заголовки */

.with_decor {
	padding-bottom: 1.5rem;
	position: relative;
}


.with_decor::after {
	content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--bs-primary) ;
}


.with_decor_center::after {
	left: calc( 50% - 50px );
}


@media (min-width: 992px) {

.with_decor::after {
	left: -2.2rem;
}

.with_decor_center::after {
	left: calc( 50% - 50px );
}

}



/* Блок-вступление (hero) */

.social_links a {
	padding: 0.6rem 0 !important;
}

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 2rem;
}

.arrows path {
	stroke:  var(--bs-light);
	fill: transparent;
	stroke-width: 1px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.hero_title .excerpt {
	max-width: 500px;
}


/* Инстайты на главной */

.resize_trigger p {
	line-height: 1.81;
}

.resize_attempt p {
	line-height: 1.5;
}

/* Портфолио на главной */

.portfolio_w img {
	filter: contrast(1.35);
}

.portfolio_temporary {
	transition: 0.5s;
	z-index: 1;
}

.portfolio_temporary_back {
	transition: 0.5s;
	opacity: 0.25;
}

.portfolio_temporary h3, .hero_title h1 {
	text-shadow: 0px 2px 15px #000000b5;
}

.hero_title p {
	text-shadow: 0px 2px 5px #000;
}

.portfolio_main .portfolio_overlay, .portfolio_main:hover .portfolio_temporary, .portfolio_main:hover .portfolio_temporary_back {
	opacity: 0;
}

.portfolio_main:hover .portfolio_overlay {
	opacity: 1;
}

.portfolio_overlay {
	position: absolute;
    padding: 1rem;
    opacity: 0;
    transition: opacity 500ms;
}

.overlay_background {
	content: '';
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
    backdrop-filter: grayscale(100%) blur(5px);
    -webkit-backdrop-filter: grayscale(100%) blur(5px);
}

.overlay-content {
	z-index: 2;
}



/* Портфолио сайтов */

.showcase_bp_image {
	transition: background-position 15s linear;
	margin: 0 auto;
}

.showcase_bp_image:hover {
  background-position: 0% 100%;
}

.showcase_bp_image_iphone {
	background-position: 0% 0%;
	background-size: cover;
	height: 346px;
    width: 195px;
    padding: 40px;
    position: absolute;
    top: 53px;
    left: 13px;
}

.iphone_bg {
	background: url('https://ws.lazarewww.ru/wp-content/uploads/2021/12/iphone_bg.png') 0% 0% / cover;
	width: 221px;
	height: 450px;
	position: relative;
	margin: 0 auto;
}

.iphone_bg .fa-long-arrow-alt-up {
    position: absolute;
    top: 46%;
    left: -22px;
}

.iphone_bg .fa-long-arrow-alt-down {
    position: absolute;
    top: 46%;
    right: -22px;
}


.imac_bg {
	margin: 0 auto;
	position: relative;
}

.showcase_bp_image_imac {
	transition: background-position 20s linear;
	background-position: 0% 0%;
	background-size: cover;
	position: absolute;
    top: 4.4%;
    width: 74.5%;
    height: 74.5%;
    left: 12.7%;
}

.fake_showcase .fa-long-arrow-alt-up {
    position: absolute;
    top: 40%;
    left: 6.5%;
}

.fake_showcase .fa-long-arrow-alt-down {
    position: absolute;
    top: 40%;
    right: 6.5%;
}

.fake_showcase {
	position: relative;
}

@media (max-width: 425px) {
	.fake_showcase {
    transform: scale(1.45);
    margin: 50px 0;
}

.fake_showcase .fa-long-arrow-alt-down {
    right: 15.5%;
    color: #fff;
    text-shadow: 0px 0px 2px #747474;
    z-index: 2;
}


.fake_showcase .fa-long-arrow-alt-up {
    left: 15.5%;
    color: #fff;
    text-shadow: 0px 0px 2px #747474;
    z-index: 2;
}

}

.page-link, .page-link:hover {
	background-color: transparent;
	border: 0;
	font-weight: 600;
}

.dark-theme .page-link, .dark-theme .page-link:hover  {
	background-color: transparent;
}

.bottom_nav {
	max-width: 350px;
	position: relative;
}

.bottom_nav::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 2px dashed var(--bs-primary);
	border-right: 2px dashed var(--bs-primary);
	opacity: 0.5;
}

/* Параллакс */

.parallax {
  position: relative;
  width: 177.77777778vh;
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: 50% 40%;
}

/* FUCK YOU */

.accordion-item a {
	font-weight: 600;
}

.accordion-item a[class*="collapsed"] {
	font-weight: 400;
}



/* Контакты */

.choice_line {
    position: relative;
    display: flex;
    justify-content: center;
}

.choice_line span {
    padding: 3px;
    align-self: center;
    background: var(--bs-primary);
	color: #fff;
    position: relative;
}

.choice_line::before {
    content: '';
    position: absolute;
    height: 55%;
    border-top: 2px dashed var(--bs-primary);
    width: 100%;
    bottom: 0;
	opacity: 0.5;
}




@media (min-width: 992px) {

.choice_line {
    height: 230px;
}

.choice_line::before {
    height: 100%;
	border-top: none;
    border-left: 2px dashed var(--bs-primary);
    right: 50%;
	width: 0;
}
}

/* ============================================
    TAG FILTERS & BADGES - Integration from Alesikalex
    ============================================ */

/* Tag filters container animation */
.tag-filters-container {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        max-height: 200px;
        transform: translateY(0);
    }
}

/* Tag filter buttons - универсальные, в стиле сайта */
.btn-tag {
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 0.4rem 1rem;
    border: 1px solid var(--bs-primary);
    background: transparent;
    color: var(--bs-primary);
    border-radius: 0;  /* Квадратные, как основные кнопки сайта */
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-tag:hover {
    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.btn-tag.active {
    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* Badge tags on case cards - заметные, но в стиле сайта */
.case-badges-overlay {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0.75rem;
}

.badge-tag {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: rgba(0, 0, 0, 0.7);  /* Темный фон для лучшей читаемости */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;  /* Квадратные, в стиле сайта */
    transition: all 0.3s ease;
    text-transform: uppercase;
}

/* При наведении на карточку баджи становятся более контрастными */
.portfolio_w:hover .badge-tag {
    background: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

/* Dark theme support */
[data-bs-theme="dark"] .btn-tag {
    border-color: var(--bs-light);
    color: var(--bs-light);
}

[data-bs-theme="dark"] .btn-tag:hover,
[data-bs-theme="dark"] .btn-tag.active {
    background: var(--bs-light);
    color: #000;
    border-color: var(--bs-light);
}

[data-bs-theme="dark"] .badge-tag {
    background: rgba(255, 255, 255, 0.15);
    color: var(--bs-light);
    border-color: rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .portfolio_w:hover .badge-tag {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .btn-tag {
        font-size: 0.7rem;
        padding: 0.3rem 0.8rem;
    }

    .badge-tag {
        font-size: 0.65rem;
        padding: 0.25rem 0.7rem;
    }
}

/* To-top button fix - восстановление оригинального вида */
.to-top-btn {
    border-radius: 0.375rem !important; /* Стандартный border-radius Bootstrap */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.to-top-btn i {
    font-size: 1.25rem;
}



/* OWL SLIDER */

.owl-carousel {
    z-index: 0 !important;
}

.zaebatie_owl_slider_dots .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
		background: var(--bs-dark);
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
		transition: 0.2s;
}

.dark-theme .zaebatie_owl_slider_dots .owl-dots .owl-dot span {
		background: var(--bs-light);
}

.zaebatie_owl_slider_dots .owl-dots .active span, .zaebatie_owl_slider_dots .owl-dots .owl-dot span:hover {
	opacity: 1;
}

.zaebatie_owl_slider_dots .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.zaebatie_owl_slider_dots .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.zaebataya_owl_slider_nav {
	position: relative;
}

.zaebataya_owl_slider_nav button.disabled, .zaebataya_owl_slider_nav button.disabled:hover {
	opacity: 0.4;
}

.zaebatie_owl_slider_nav_inside .owl-nav {
	width: 100% !important;
	z-index: 1;
	left: 0;
}

.zaebatie_owl_slider_nav_inside .owl-nav .arrow-left-3 path, .zaebatie_owl_slider_nav_inside .arrow-right-3 path, .zaebatie_owl_slider_nav_inside .owl-nav .arrow-top-3 path, .zaebatie_owl_slider_nav_inside .arrow-bottom-3 path {
	fill: var(--bs-dark) !important;
}

.dark-theme .zaebatie_owl_slider_nav_inside .owl-nav .arrow-left-3 path, .dark-theme .zaebatie_owl_slider_nav_inside .arrow-right-3 path, .dark-theme .zaebatie_owl_slider_nav_inside .owl-nav .arrow-top-3 path, .dark-theme .zaebatie_owl_slider_nav_inside .arrow-bottom-3 path {
	fill: var(--bs-white) !important;
}

.owl-carousel {
	overflow-x: hidden;
	padding-left: 2rem;
	padding-right: 2rem;
}

.owl-stage {
	width: max-content !important;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.owl-nav {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
    top: calc(50% - 1.5rem);
	height: 3rem;
	left: 0;
    font-size: 2rem;
	z-index: 0;
}

.arrow-left-3,
.arrow-right-3,
.arrow-top-3,
.arrow-bottom-3 {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.arrow-left-3 path,
.arrow-right-3 path,
.arrow-top-3 path,
.arrow-bottom-3 path {
  fill: var(--bs-dark);
	opacity: 0.65;
  transition: 0.2s;
}

.arrow-left-3 {
  transform: rotate(180deg);
}
.arrow-top-3 {
  transform: rotate(270deg);
}
.arrow-bottom-3 {
  transform: rotate(90deg);
}

.slick-disabled .arrow-left-3 path,
.slick-disabled .arrow-right-3 path,
.slick-disabled .arrow-top-3 path,
.slick-disabled .arrow-bottom-3 path {
	opacity: 0.25 !important;
	cursor: not-allowed;
}

.owl-nav .disabled, .owl-nav .disabled .arrow-left-3,
.owl-nav .disabled .arrow-right-3,
.owl-nav .disabled .arrow-top-3,
.owl-nav .disabled .arrow-bottom-3 .slick-disabled, .slick-disabled .arrow-left-3, .slick-disabled .arrow-right-3,
.slick-disabled .arrow-top-3,
.slick-disabled .arrow-bottom-3 {
	cursor: not-allowed;
}

.arrow-left-3:hover path,
.arrow-right-3:hover path,
.arrow-top-3:hover path,
.arrow-bottom-3:hover path {
   opacity: 1;
}

.dark-theme .arrow-left-3 path,
.dark-theme .arrow-right-3 path,
.dark-theme .arrow-top-3 path,
.dark-theme .arrow-bottom-3 path {
  fill: var(--bs-white);
}

/* Страница архивов */

.archive_link {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.archive_post {
	position: relative;
	z-index: 1;
}

.archive_post img {
	border-bottom-left-radius: 2.25rem !important;
	border-top-left-radius: 2.25rem !important;
}

/* Скроллинг */

::-webkit-scrollbar{
width: 8px;
height: 8px;
border-radius:12px
}
::-webkit-scrollbar-thumb{
background: var(--bs-primary);
opacity: 0.8;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
opacity: 1;
}
::-webkit-scrollbar-track{
background: #131b221a;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
body.dark-theme::-webkit-scrollbar-track{
background: #131b224f;
}