grow bg lines
@ -12,11 +12,12 @@
|
|||||||
top: 55vh;
|
top: 55vh;
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
color: #FFFDFC;
|
color: #FFFDFC;
|
||||||
|
width: 120%;
|
||||||
}
|
}
|
||||||
#content_all_img{
|
#content_all_img{
|
||||||
background: url('/img/bg_content.png');
|
background: url('/img/bg_content.png');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100vw;
|
/*width: 100vw;*/
|
||||||
height: 150vh;
|
height: 150vh;
|
||||||
margin-top: -50vh;
|
margin-top: -50vh;
|
||||||
left:0;
|
left:0;
|
||||||
@ -26,8 +27,9 @@
|
|||||||
#content_all .columns {
|
#content_all .columns {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
top: -150vh;
|
top: -133vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-size: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_all .text {
|
#content_all .text {
|
||||||
@ -38,7 +40,7 @@
|
|||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
main #content_all .columns > .column:nth-of-type(0) {
|
#content_all h2 {
|
||||||
font-size: 100px !important;
|
font-size: 100px !important;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
@ -186,11 +188,11 @@ main #content_all .columns > .column:nth-of-type(0) {
|
|||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 10px solid;
|
border: 2px solid #743ad5;
|
||||||
border-radius: 70px;
|
border-radius: 70px;
|
||||||
border-image-slice: 1;
|
/*border-image-slice: 1;*/
|
||||||
border-width: 5px;
|
/*border-width: 5px;*/
|
||||||
border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
|
/*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,28 @@
|
|||||||
|
|
||||||
/******** phone base *********/
|
/******** phone base *********/
|
||||||
|
|
||||||
|
#popover {
|
||||||
|
background: url('/img/bg_pink.png') no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popover .dark-emphasis {
|
||||||
|
color: #3B3B49;
|
||||||
|
font-family: 'GT Walsheim Pro';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 60px;
|
||||||
|
line-height: 110%;
|
||||||
|
/* identical to box height, or 66px */
|
||||||
|
letter-spacing: -0.04em;
|
||||||
|
}
|
||||||
|
.text-grey{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
.slider-screen .text{
|
.slider-screen .text{
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 55vw;
|
left: 55vw;
|
||||||
@ -26,13 +48,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.phone-container .bottom{
|
.phone-container .bottom{
|
||||||
height: 60px;
|
height: 62px;
|
||||||
background: url('/img/phone_rectangle_bottom.jpg') no-repeat center;
|
background: url('/img/phone_rectangle_bottom.jpg') no-repeat center;
|
||||||
top: 655.5px;
|
top: 676.5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom-right-radius: 2rem;
|
||||||
border-bottom-right-radius: 1rem;
|
border-bottom-left-radius: 2rem;
|
||||||
border-bottom-left-radius: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.phone-container.transparent{
|
.phone-container.transparent{
|
||||||
@ -42,12 +63,6 @@
|
|||||||
height: 700px;
|
height: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popover {
|
|
||||||
background: url('/img/bg_pink.png') no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.slider-screen .phone-container {
|
.slider-screen .phone-container {
|
||||||
height: 776px;
|
height: 776px;
|
||||||
width: 411px;
|
width: 411px;
|
||||||
@ -59,3 +74,27 @@
|
|||||||
top: 20vh;
|
top: 20vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.close-button {
|
||||||
|
position: relative;
|
||||||
|
right: 40px;
|
||||||
|
top: 56px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow-right {
|
||||||
|
position: relative;
|
||||||
|
right: 40px;
|
||||||
|
top: 50vh;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.arrow-left {
|
||||||
|
position: relative;
|
||||||
|
left: 40px;
|
||||||
|
top: 50vh;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.bullets{
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
top: 30vh;
|
||||||
|
}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
background: url('/img/bg_grey.jpg') no-repeat;
|
background: url('/img/bg_grey.jpg') no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popover .color-emphasis,
|
#popover .color-emphasis,
|
||||||
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
BIN
img/BG 1.png
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
BIN
img/Black 34.png
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
BIN
img/Black 35.png
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
BIN
img/Black 36.png
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
BIN
img/Black 41.png
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 509 KiB After Width: | Height: | Size: 509 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 429 KiB |
Before Width: | Height: | Size: 759 KiB After Width: | Height: | Size: 759 KiB |
Before Width: | Height: | Size: 447 KiB After Width: | Height: | Size: 446 KiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 416 KiB After Width: | Height: | Size: 416 KiB |
Before Width: | Height: | Size: 399 KiB After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 247 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 333 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 275 KiB |
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 282 KiB |
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 709 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 446 KiB |
Before Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 247 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 280 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 964 KiB |
Before Width: | Height: | Size: 755 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 254 KiB |