|
@@ -32,6 +32,7 @@ body {
|
|
|
box-shadow: 0px 8px 25px 5px #a8a8a8; }
|
|
|
@media screen and (max-width: 576px) {
|
|
|
.header {
|
|
|
+ background-image: url("../images/hero_m.webp");
|
|
|
border-bottom-right-radius: 4rem;
|
|
|
border-bottom-left-radius: 4rem;
|
|
|
-webkit-border-bottom-right-radius: 4rem;
|
|
@@ -44,16 +45,18 @@ body {
|
|
|
width: 163px;
|
|
|
height: 67px;
|
|
|
overflow: hidden;
|
|
|
- background-image: url(../images/logo.svg);
|
|
|
+ background-image: url(../images/Logo@2x.webp);
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
background-size: cover;
|
|
|
- transform: scale(1.4);
|
|
|
+ transform: scale(0.9);
|
|
|
position: relative; }
|
|
|
@media screen and (max-width: 576px) {
|
|
|
.header__logo {
|
|
|
- background-image: url(../images/Logo@2x.webp);
|
|
|
- transform: scale(1); } }
|
|
|
+ width: 160px;
|
|
|
+ height: 65px;
|
|
|
+ background-image: url(../images/logo.svg);
|
|
|
+ transform: scale(1.6); } }
|
|
|
.header__logo-box {
|
|
|
padding: 1rem;
|
|
|
padding-top: 0;
|
|
@@ -78,29 +81,6 @@ body {
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
transform: translate(-50%, -60%); }
|
|
|
- .header__text-box::after {
|
|
|
- position: absolute;
|
|
|
- left: 50%;
|
|
|
- top: 50%;
|
|
|
- transform: translate(-50%, -50%);
|
|
|
- width: 125%;
|
|
|
- height: 125%;
|
|
|
- border-radius: 70%;
|
|
|
- -webkit-border-radius: 70%;
|
|
|
- -moz-border-radius: 70%;
|
|
|
- content: ' ';
|
|
|
- background: #E5A982;
|
|
|
- opacity: .5;
|
|
|
- mix-blend-mode: darken;
|
|
|
- -webkit-filter: blur(80px);
|
|
|
- -moz-filter: blur(80px);
|
|
|
- -o-filter: blur(80px);
|
|
|
- -ms-filter: blur(80px);
|
|
|
- filter: blur(80px);
|
|
|
- z-index: -1; }
|
|
|
- @media screen and (max-width: 576px) {
|
|
|
- .header__text-box::after {
|
|
|
- opacity: .3; } }
|
|
|
@media screen and (max-width: 576px) {
|
|
|
.header__text-box {
|
|
|
width: 98vw; } }
|
|
@@ -109,6 +89,12 @@ body {
|
|
|
animation-duration: 2.5s;
|
|
|
animation-name: fadein;
|
|
|
animation-iteration-count: 1; }
|
|
|
+ .header__text-box .sub__box {
|
|
|
+ padding: .2rem .6rem;
|
|
|
+ background-color: rgba(226, 226, 226, 0.815);
|
|
|
+ font-weight: 600;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 1.05rem; }
|
|
|
.header__text-box .pen__img {
|
|
|
position: absolute;
|
|
|
width: 110px;
|