@media (min-width: 576px) {
} // sm
@media (min-width: 768px) {
} // md
@media (min-width: 992px) {
} // lg
@media (min-width: 1200px) {
} // xl
@media (min-width: 1400px) {
} // xxl
body {
-webkit-font-smoothing: antialiased;
}
body,
input,
button,
textarea {
font-family: Poppins, sans-serif;
font-wight: 400;
}
html {
@media (max-width: 1080px) {
font-size: 93.75%;
}
@media (max-width: 720px) {
font-size: 87.5%;
}
}
.photos img {
width: 15%;
aspect-ratio: 3/2;
object-fit: contain;
mix-blend-mode: color-burn;
}
.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.sp-line-1 {
-webkit-line-clamp: 1;
}
.sp-line-2 {
-webkit-line-clamp: 2;
}
.sp-line-3 {
-webkit-line-clamp: 3;
}
.sp-line-4 {
-webkit-line-clamp: 4;
}
.absolute-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.relative-center {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.btn-unstyled {
font-size: 1rem;
display: inline-block;
font-weight: 700;
line-height: 1.25;
text-align: center;
vertical-align: middle;
background-color: transparent;
border: 0;
padding: 0;
outline: none;
user-select: none;
touch-action: manipulation;
}
.bg {
background: linear-gradient(
0deg,
rgba(197, 7, 39, 0.6),
rgba(10, 7, 39, 0.6)
),
url("https://images.pexels.com/photos/4049990/pexels-photo-4049990.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
}