.singleTitle {
overflow: hidden;
padding-top: 8.75rem;
background-image: url(//biometric.vision/wp-content/themes/biometric/static/img/archive/archTitle.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
border-radius: 0 0 12.5rem 0;
-webkit-border-radius: 0 0 12.5rem 0;
-moz-border-radius: 0 0 12.5rem 0;
-ms-border-radius: 0 0 12.5rem 0;
-o-border-radius: 0 0 12.5rem 0;
}
.singleTitle h1 {
width: 100%;
font-size: 5.625rem;
color: #F8DC3E;
text-align: center;
font-weight: 700;
line-height: 117%;
letter-spacing: -2px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 3.75rem;
}
.singlePage {
padding-top: 3.75rem;
padding-bottom: 6.25rem;
position: relative;
}
.singlePage::before,
.singlePage::after {
content: '';
position: absolute;
z-index: -1;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.singlePage::before {
width: 54.5625rem;
height: 83.5625rem;
top: 10%;
right: 0;
background-image: url(//biometric.vision/wp-content/themes/biometric/static/img/archive/cases-dec.svg);
}
.singlePage::after {
width: 54.5625rem;
height: 83.5625rem;
top: 40%;
left: 0;
background-image: url(//biometric.vision/wp-content/themes/biometric/static/img/archive/statistic-dec.svg);
}
.singlePage__title {
width: 100%;
font-size: 2.25rem;
text-align: center;
font-weight: 600;
line-height: 1.3;
margin-top: 0;
margin-bottom: 1.875rem;
}
.singlePage__extra {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
gap: 1.25rem;
margin-bottom: 1.125rem;
}
.singlePage__extra > span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: fit-content;
color: #010101;
background-color: #F8DC3E;
padding: .375rem .5rem;
border-radius: 6.25rem;
-webkit-border-radius: 6.25rem;
-moz-border-radius: 6.25rem;
-ms-border-radius: 6.25rem;
-o-border-radius: 6.25rem;
}
.singlePage__extra > time {
font-size: .875rem;
color: #9a9ab0;
}
.singlePage__thumb {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
margin: 0;
margin-bottom: 2.1875rem;
overflow: hidden;
border-radius: .75rem;
-webkit-border-radius: .75rem;
-moz-border-radius: .75rem;
-ms-border-radius: .75rem;
-o-border-radius: .75rem;
}
.singlePage__thumb > img {
width: 100%;
max-width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.singlePage__content {
width: 100%;
}
.singlePage__nav {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
width: 100%;
gap: 1.25rem;
margin-top: 3.75rem;
}
.singlePage__bigVideo {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
background-color: rgba(9, 30, 40, 1);
padding-top: 4rem;
padding-left: 5.938rem;
padding-right: 5.938rem;
padding-bottom: 3.063rem;
margin-bottom: 3.688rem;
border-radius: 22px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
}
.singlePage__bigVideo > iframe {
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
}