| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535 |
- @font-face {
- font-family: 'AudiType';
- src: url('/fonts/AudiTypeVF.woff2') format('woff2-variations');
- font-display: swap;
- font-style: normal;
- font-stretch: 130%;
- }
- // Utility classes for padding and margin (1-100)
- @for $i from 0 through 200 {
- // Padding
- .pt--#{$i} { padding-top: #{$i}px !important; }
- .pr--#{$i} { padding-right: #{$i}px !important; }
- .pb--#{$i} { padding-bottom: #{$i}px !important; }
- .pl--#{$i} { padding-left: #{$i}px !important; }
- .p--#{$i} { padding: #{$i}px !important; }
- // Margin
- .mt--#{$i} { margin-top: #{$i}px !important; }
- .mr--#{$i} { margin-right: #{$i}px !important; }
- .mb--#{$i} { margin-bottom: #{$i}px !important; }
- .ml--#{$i} { margin-left: #{$i}px !important; }
- .m--#{$i} { margin: #{$i}px !important; }
- }
- body{
- background-color: hsla(216, 23%, 8%, 1);
- color: rgb(252, 252, 253);
- font-family: 'AudiType';
- font-weight: 400;
- }
- *{
- background-repeat: no-repeat;
- }
- .ico, ::after, ::before{
- display: inline-block;
- background-repeat: no-repeat;
- background-position: center;
- }
- button{
- cursor: pointer;
- }
- main{
- .visual--section{
- position: relative;
- margin: 0 auto;
- max-width: 1920px;
- width: 100%;
- &::after{
- content: '';
- width: 100%;
- position: absolute;
- height: 100%;
- background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
- top: 0;
- left: 0;
- }
- &.h--800{
- .img--wrap{
- height: 800px;
- }
- }
- .img--wrap{
- overflow: hidden;
- height: 100vh;
- img{
- width: 100%;
- max-width: 100%;
- height: 100%;
- object-fit: cover;
- }
- }
- .title--wrap{
- position: absolute;
- z-index: 3;
- top: 0;
- left: 0;
- color: rgb(2, 2, 3);
- padding: 40px 96px;
- >h2{
- font-size: 44px;
- margin-bottom: 8px;
- }
- >p{
- font-size: 20px;
- }
- &.color--white{
- color: #fcfcfd;
- }
- }
- .desc--wrap{
- .desc{
- font-size: 12px;
- color: rgba(252, 252, 253, 0.7);
- padding: 24px 96px;
- }
- }
- }
- // audi stories
- .detail--container{
- max-width: 1920px;
- width: 100%;
- margin: 0 auto;
- .title--wrap{
- padding: 40px;
- text-align: center;
- h2{
- font-size: 72px;
- margin-bottom: 24px;
- }
- p{
- color: rgba(252, 252, 253, 0.7);
- font-size: 16px;
- }
- }
- .content--wrap{
- padding: 40px 88px;
- .tech--card--wrap{
- display: flex;
- row-gap: 72px;
- column-gap: 16px;
- flex-wrap: wrap;
- .tech--card{
- width: calc((100% - 48px) / 4);
- display: flex;
- flex-direction: column;
- .img--wrap{
- margin-bottom: 24px;
- border-radius: 20px;
- overflow: hidden;
- >img{
- width: 100%;
- aspect-ratio: 16 / 9;
- object-fit: cover;
- }
- }
- >h3{
- font-size: 24px;
- margin-bottom: 8px;
- }
- >p{
- margin-bottom: 24px;
- color: rgba(252, 252, 253, 0.7);
- font-size: 16px;
- font-stretch: 105%;
- &.type2{
- margin-top: 40px;
- color: rgba(252, 252, 253, 0.7);
- font-size: 14px;
- }
- }
- >a{
- display: flex;
- font-size: 16px;
- text-underline-offset: 7px;
- text-decoration: underline 1px rgb(252, 252, 253);
- align-items: center;
- .ico{
- width: 24px;
- height: 24px;
- background-image: url(/img/ico--arrow.svg);
- }
- }
- }
- }
- .ls--card--wrap{
- .ls--card{
- display: flex;
- gap: 72px;
- align-items: center;
- .ls--img--wrap{
- width: 50%;
- overflow: hidden;
- border-radius: 20px;
- }
- .ls--txt--wrap{
- width: 50%;
- >h2{
- font-size: 36px;
- margin-bottom: 8px;
- }
- >h3{
- font-size: 24px;
- margin-bottom: 8px;
- }
- >p{
- font-size: 16px;
- color: rgba(252, 252, 253, 0.7);
- margin-bottom: 24px;
- &.desc{
- margin-top: 40px;
- font-size: 14px;
- margin-bottom: 0;
- }
- }
- }
- }
- }
- }
- .img--section{
- .img--wrap{
- overflow: hidden;
- border-radius: 20px;
- img{
- width: 100%;
- display: block;
- }
- video{
- width: 100%;
- height: 100%;
- display: block;
- object-fit: cover;
- }
- }
- &.none--bdrs{
- .img--wrap{
- border-radius: 0;
- }
- }
- &.type2{
- display: flex;
- gap: 16px;
- .img--box{
- width: 50%;
- }
- }
- &.type3{
- display: flex;
- gap: 16px;
- .img--box{
- &:first-child{
- width: 35%;
- }
- &:last-child{
- width: 70%;
- }
- }
- }
- .desc--wrap{
- margin-top: 24px;
- font-size: 16px;
- color: #fcfcfdb2;
- .desc{
- font-size: 12px;
- }
- }
- }
- .title--section{
- text-align: center;
- padding: 64px 96px;
- &.mid--type{
- max-width: 1440px;
- margin: 0 auto;
- }
- >h2{
- margin-bottom: 24px;
- font-size: 44px;
- &.big--title{
- font-size: 72px;
- }
- }
- >h3{
- font-size: 24px;
- margin-bottom: 24px;
- &.big--title{
- font-size: 36px;
- }
- }
- >p{
- color: rgba(252, 252, 253, 0.7);
- font-size: 16px;
- &.desc{
- color: rgba(252, 252, 253, 0.7);
- font-size: 14px;
- }
- }
- }
- .desc--section{
- padding: 64px 96px;
- margin: 0 auto;
- max-width: 950px;
- >h2{
- font-size: 72px;
- }
- >h3{
- &.big--title{
- font-size: 44px;
- }
- font-size: 36px;
- margin-bottom: 40px;
- }
- >h4{
- font-size: 24px;
- }
- >p{
- margin: 0 auto;
- color: rgba(252, 252, 253, 0.7);
- font-size: 16px;
- }
- &.mid--type{
- max-width: 1440px;
- }
- &.full--type{
- width: 100%;
- max-width: 100%;
- >h3{
- margin-bottom: 16px;
- }
- >ul{
- display: flex;
- flex-direction: column;
- gap: 24px;
- >li{
- font-size: 24px;
- }
- }
- }
- }
- .img--desc--section{
- display: flex;
- padding: 64px 0;
- &.mid--type{
- margin: 0 auto;
- max-width: 1248px;
- .desc--wrap{
- padding-right: 0;
- }
- }
- &.reverse{
- flex-direction: row-reverse;
- .desc--wrap{
- padding-right: 72px;
- }
- }
- .img--wrap{
- width: 50%;
- border-radius: 20px;
- overflow: hidden;
- img{
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- &.type2{
- }
- }
- .desc--wrap{
- width: 50%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding: 0 72px;
- h3{
- font-size: 36px;
- margin-bottom: 8px;
- }
- h4{
- font-size: 24px;
- }
- p{
- font-size: 16px;
- color: rgba(252, 252, 253, 0.7);
- &.desc{
- font-size: 12px;
- }
- }
- }
- &.type2{
- .inner--box{
- width: 50%;
- .img--wrap{
- width: 100%;
- }
- .desc{
- margin-top: 12px;
- color: rgba(252, 252, 253, 0.7);
- font-size: 14px;
- }
- }
- }
- }
- .more--section{
- margin-top: 100px;
- >h2{
- font-size: 44px;
- margin-bottom: 40px;
- }
- .tech--card--wrap{
- display: flex;
- column-gap: 16px;
- .tech--card{
- width: calc((100% - 48px) / 4);
- display: flex;
- flex-direction: column;
- .img--wrap{
- margin-bottom: 24px;
- border-radius: 20px;
- overflow: hidden;
- >img{
- width: 100%;
- aspect-ratio: 16 / 9;
- object-fit: cover;
- }
- }
- >h3{
- font-size: 24px;
- margin-bottom: 8px;
- }
- >p{
- margin-bottom: 24px;
- color: rgba(252, 252, 253, 0.7);
- font-size: 16px;
- font-stretch: 105%;
- &.type2{
- margin-top: 40px;
- color: rgba(252, 252, 253, 0.7);
- font-size: 14px;
- }
- }
- >a{
- display: flex;
- font-size: 16px;
- text-underline-offset: 7px;
- text-decoration: underline 1px rgb(252, 252, 253);
- align-items: center;
- .ico{
- width: 24px;
- height: 24px;
- background-image: url(/img/ico--arrow.svg);
- }
- }
- }
- }
- &.type2{
- .tech--card--wrap{
- flex-wrap: wrap;
- row-gap: 40px;
- .tech--card{
- width: calc(50% - 8px);
- }
- }
- }
- &.type3{
- .tech--card--wrap{
- flex-wrap: wrap;
- row-gap: 40px;
- .tech--card{
- width: calc((100% - 32px) / 3);
- }
- }
- }
- }
- .caution--section{
- padding: 40px 0;
- ul{
- display: flex;
- flex-direction: column;
- gap: 12px;
- counter-reset: item;
- li{
- padding-left: 34px;
- color: rgba(252, 252, 253, 0.7);
- font-size: 16px;
- position: relative;
- &::before{
- content: counter(item) ". ";
- counter-increment: item;
- position: absolute;
- left: 16px;
- }
- }
- }
- }
- }
- }
- .more--btn{
- display: flex;
- font-size: 16px;
- text-underline-offset: 7px;
- text-decoration: underline 1px rgb(252, 252, 253);
- align-items: center;
- .ico{
- width: 24px;
- height: 24px;
- margin-left: 8px;
- background-image: url(/img/ico--link.svg);
- }
- }
- .btn--gray{
- transition: all 0.3s;
- width: fit-content;
- font-size: 14px;
- display: inline-block;
- font-weight: 400;
- padding: 12px 24px;
- color: rgb(252, 252, 253);
- border-radius: 100px;
- background-color: #657081;
- &:hover{
- background-color: rgb(44, 52, 63);
- box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
- }
- &.big--btn{
- font-size: 16px;
- padding: 16px 32px;
- width: 248px;
- }
- }
- .btn--border--gray{
- transition: all 0.3s;
- width: fit-content;
- font-size: 14px;
- display: inline-block;
- font-weight: 400;
- padding: 12px 24px;
- color: rgb(252, 252, 253);
- border-radius: 100px;
- background-color: #181d25;
- box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
- &:hover{
- background-color: rgb(44, 52, 63);
- box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
- }
- &.big--btn{
- padding: 16px 32px;
- font-size: 16px;
- }
- }
|