@use '../utils' as *;
/*----------------------------------------*/
/* 2.11 Breadcrumb
/*----------------------------------------*/
.mt-breadcrumb {
@media #{$md} {
text-align: center;
}
&-space {
padding-top: 150px;
padding-bottom: 0px;
@media #{$xs} {
padding-top: 150px;
padding-bottom: 0px;
}
}
&-bg {
background-repeat: no-repeat;
background-position: bottom;
@media #{$lg,$md,$xs} {
background-size: cover;
}
&::before {
content: "";
background: rgba(16, 16, 16, 0.7);
width: 100%;
height: 100%;
bottom: 0;
left: 0;
position: absolute;
}
}
&-thumb-wrap {
margin-right: -50px;
@media #{$xl,$lg,$md,$xs} {
margin-right: 0;
}
}
&-title {
font-size: 110px;
font-family: var(--mt-ff-heading2);
font-weight: 500;
line-height: 1;
@media #{$lg} {
font-size: 90px;
}
@media #{$md} {
font-size: 70px;
}
@media #{$xs} {
font-size: 50px;
}
}
&-list {
& span {
margin: 0 3px;
display: inline-block;
font-size: 32px;
font-weight: 600;
color: var(--mt-common-white);
@media #{$md} {
font-size: 25px;
}
@media #{$xs} {
font-size: 20px;
}
&.active {
& a {
color: var(--mt-theme-2);
}
}
&.dvir {
margin: 0 2px;
}
}
}
}