digital-theory/sesame-vitejs/sesame/src/assets/styles/10-webdesign.scss

80 lines
1.3 KiB
SCSS

#transactionnal_webdesign {
background: url('img/header_webdesign.png'), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 74.66%);
background-size: cover;
font-family: "GT Walsheim Pro";
color: #00001f;
padding-top: 380px;
position: static;
min-height: 150vh;
.columns {
max-width: 60vw;
}
.title {
height: 109px;
font-style: normal;
font-weight: 400;
font-size: 3rem;
line-height: 95%;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #fffdfc;
backdrop-filter: blur(5px);
flex: none;
order: 0;
flex-grow: 0;
}
.description {
color: rgba(231, 112, 100, 0.8);
font-weight: 500;
font-size: 16rem;
line-height: 65%;
backdrop-filter: blur(5px);
margin-bottom: 140px;
}
.color-emphasis {
color: #1e33da;
}
.sub-title {
font-weight: 600;
font-size: 7rem;
line-height: 90px;
letter-spacing: -0.04em;
}
.columns {
text-align: left;
margin: 0 auto;
width: 80%;
//background: #fff;
//padding: 2rem;
}
.second {
font-weight: 400;
font-size: 1.5rem;
line-height: 130%;
}
}
@media screen and (max-width: 1300px) {
#transactionnal_webdesign {
min-height: 100vh;
padding-top: 5vh;
.title {
font-size: 4rem;
}
.description {
font-size: 4rem !important;
}
}
}