|
@@ -1,5 +1,6 @@
|
|
/* fonts */
|
|
/* fonts */
|
|
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
|
|
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
|
|
|
|
+@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
|
|
|
|
|
|
@font-face {
|
|
@font-face {
|
|
font-family: "Helvetica Neue";
|
|
font-family: "Helvetica Neue";
|
|
@@ -19,13 +20,13 @@ body{
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
-h1,h2,h3,p{
|
|
|
|
|
|
+h1,h2,h3{
|
|
margin: 0;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
|
|
h1 {
|
|
h1 {
|
|
- font-size: 40px;
|
|
|
|
|
|
+ font-size: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
h2 {
|
|
h2 {
|
|
@@ -218,8 +219,8 @@ body * {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
- background-color: #000;
|
|
|
|
- opacity: 0.7;
|
|
|
|
|
|
+ opacity: 1;
|
|
|
|
+ transition: all 3s ease;
|
|
}
|
|
}
|
|
|
|
|
|
.main-slider img {
|
|
.main-slider img {
|
|
@@ -332,21 +333,18 @@ body * {
|
|
}
|
|
}
|
|
|
|
|
|
.main-page .about {
|
|
.main-page .about {
|
|
- font-family: "Helvetica Neue", Arial, sans-serif;
|
|
|
|
- letter-spacing: 1.75px;
|
|
|
|
padding: 60px 0;
|
|
padding: 60px 0;
|
|
/* background: linear-gradient(to bottom,rgb(244, 244, 246), rgb(260, 260, 260)); */
|
|
/* background: linear-gradient(to bottom,rgb(244, 244, 246), rgb(260, 260, 260)); */
|
|
- background: rgb(244, 244, 246);
|
|
|
|
|
|
+ background: rgb(241, 241, 245);
|
|
}
|
|
}
|
|
|
|
|
|
.main-page .about-wrapper {
|
|
.main-page .about-wrapper {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- width: 1180px;
|
|
|
|
|
|
+ max-width: 1180px;
|
|
}
|
|
}
|
|
|
|
|
|
.main-page .about h1 {
|
|
.main-page .about h1 {
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-size: 30px;
|
|
|
|
color: #2A2627;
|
|
color: #2A2627;
|
|
margin-bottom: 80px;
|
|
margin-bottom: 80px;
|
|
}
|
|
}
|
|
@@ -380,7 +378,11 @@ body * {
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
perspective: 600px;
|
|
perspective: 600px;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+.main-page .about-item-description {
|
|
|
|
+ font-family: 'Lato', sans-serif;
|
|
|
|
+ letter-spacing: 0.3px;
|
|
}
|
|
}
|
|
|
|
|
|
.main-page .about-item-first-side {
|
|
.main-page .about-item-first-side {
|
|
@@ -391,7 +393,10 @@ body * {
|
|
/* border: 1px solid rgba(29, 29, 31,.1); */
|
|
/* border: 1px solid rgba(29, 29, 31,.1); */
|
|
position: absolute;
|
|
position: absolute;
|
|
transform: rotateY(0deg);
|
|
transform: rotateY(0deg);
|
|
- background: linear-gradient(to top,rgb(247, 247, 247), rgb(260, 260, 260));
|
|
|
|
|
|
+
|
|
|
|
+ /* background: linear-gradient(to top,rgb(252, 252, 252), rgb(260, 260, 260)); */
|
|
|
|
+ /* background-color: #fff; */
|
|
|
|
+ background: rgb(252, 252, 254);
|
|
}
|
|
}
|
|
|
|
|
|
.main-page .about-item-second-side {
|
|
.main-page .about-item-second-side {
|
|
@@ -401,7 +406,7 @@ body * {
|
|
padding: 40px 30px;
|
|
padding: 40px 30px;
|
|
box-shadow: 0 0 22px #cacaca;
|
|
box-shadow: 0 0 22px #cacaca;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 283px;
|
|
|
|
|
|
+ height: 272px;
|
|
transform: rotateY(90deg);
|
|
transform: rotateY(90deg);
|
|
text-align: center;
|
|
text-align: center;
|
|
cursor: pointer
|
|
cursor: pointer
|
|
@@ -443,4 +448,104 @@ body * {
|
|
color: #2A2627;
|
|
color: #2A2627;
|
|
margin-bottom: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.main-page .steps {
|
|
|
|
+ padding: 60px 0;
|
|
|
|
+ background: rgb(252, 252, 254);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-wrapper {
|
|
|
|
+ max-width: 860px;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page h1.steps-title {
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-description {
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ margin-bottom: 50px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-item-wrapper {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-around;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ perspective: 600px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-item {
|
|
|
|
+ width: 42%;
|
|
|
|
+ position: relative;
|
|
|
|
+ margin-bottom: 60px;
|
|
|
|
+ background: rgb(252, 252, 254);
|
|
|
|
+ box-shadow: 0 0 10px #cacaca;
|
|
|
|
+ transition: all 1s cubic-bezier(.645,.045,.355,1);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-item:nth-child(1), .main-page .steps-item:nth-child(3) {
|
|
|
|
+ transform: translateX(-200%);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-item:nth-child(2), .main-page .steps-item:nth-child(4) {
|
|
|
|
+ transform: translateX(200%);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+/* .main-page .steps-item:hover {
|
|
|
|
+ transform-origin: 50% 0%;
|
|
|
|
+ transform: rotateX(8deg);
|
|
|
|
+ box-shadow: 0 0 20px #cacaca;
|
|
|
|
+} */
|
|
|
|
+
|
|
|
|
+.main-page .steps-item-content {
|
|
|
|
+ text-align: center;
|
|
|
|
+ border: 2px solid rgba(29, 29, 31,.7);
|
|
|
|
+ padding: 70px 40px 40px;
|
|
|
|
+ font-size: 17px;
|
|
|
|
+ font-family: 'Lato', sans-serif;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-item-number {
|
|
|
|
+ position: absolute;
|
|
|
|
+ background: rgba(29, 29, 31,.9);
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 17px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ padding: 10px 25px;
|
|
|
|
+ top: 20px;
|
|
|
|
+ left: -10px;
|
|
|
|
+ font-style: italic;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-item-number::after {
|
|
|
|
+ content: '';
|
|
|
|
+ display: block;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -10px;
|
|
|
|
+ left: 0;
|
|
|
|
+ width: 0;
|
|
|
|
+ height: 0;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ border-width: 0 0 10px 10px;
|
|
|
|
+ border-color: transparent transparent #000 transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-scroll-class .steps-item:nth-child(1), .steps-scroll-class .steps-item:nth-child(2) {
|
|
|
|
+ transform: translateX(0);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-scroll-class-second .steps-item:nth-child(3), .steps-scroll-class-second .steps-item:nth-child(4){
|
|
|
|
+ transform: translateX(0);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.main-page .steps-scroll-class-hover .steps-item:hover {
|
|
|
|
+ transition: all 0.7s ease;
|
|
|
|
+ transform: translateX(0) rotateX(7deg);
|
|
|
|
+ transform-origin: 50% 0%;
|
|
|
|
+ box-shadow: 0 0 20px #cacaca;
|
|
|
|
+}
|
|
/* main-page */
|
|
/* main-page */
|