|
@@ -53,11 +53,14 @@
|
|
|
/* sec-hero */
|
|
|
.sec-hero {
|
|
|
padding: 6rem 0;
|
|
|
+ padding-bottom: 0;
|
|
|
+ margin-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
.sec-hero .hero-title {
|
|
|
font-size: 3.5rem;
|
|
|
letter-spacing: 1px;
|
|
|
+ padding-top: 2.5rem;
|
|
|
}
|
|
|
|
|
|
.sec-hero .hero-txt {
|
|
@@ -77,6 +80,36 @@
|
|
|
box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
|
|
|
}
|
|
|
|
|
|
+.hero-orange {
|
|
|
+ position: absolute;
|
|
|
+ left: 10%;
|
|
|
+ top: 0%;
|
|
|
+}
|
|
|
+
|
|
|
+.hero-purple {
|
|
|
+ position: absolute;
|
|
|
+ right: 10%;
|
|
|
+ top: 25%;
|
|
|
+ z-index: 3;
|
|
|
+}
|
|
|
+
|
|
|
+.hero-orange-s {
|
|
|
+ position: absolute;
|
|
|
+ right: 40%;
|
|
|
+ bottom: 15%;
|
|
|
+ z-index: 3;
|
|
|
+}
|
|
|
+
|
|
|
+.hero-imgfr {
|
|
|
+ width: 100%;
|
|
|
+ height: 85%;
|
|
|
+}
|
|
|
+
|
|
|
+.hero-imgfr img {
|
|
|
+ width: 100%;
|
|
|
+ transform: translateY(-8rem);
|
|
|
+}
|
|
|
+
|
|
|
/* sec-usecase */
|
|
|
.sec-usecase {
|
|
|
padding: 3rem 0;
|
|
@@ -113,7 +146,8 @@
|
|
|
.sec-usecase .usecase-imgfr {
|
|
|
width: 100%;
|
|
|
height: 25rem;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 1rem;
|
|
|
+ overflow: hidden;
|
|
|
box-shadow: 0 3px 11px 3px rgba(192, 192, 192, 0.637);
|
|
|
}
|
|
|
|
|
@@ -159,10 +193,8 @@
|
|
|
}
|
|
|
|
|
|
.sec-steps .steps-imgfr {
|
|
|
- width: 100%;
|
|
|
- height: 22rem;
|
|
|
- border-radius: 3px;
|
|
|
- box-shadow: 0 3px 11px 3px rgba(192, 192, 192, 0.637);
|
|
|
+ width: 75%;
|
|
|
+ height: 23rem;
|
|
|
}
|
|
|
|
|
|
.sec-steps .steps-imgfr img {
|
|
@@ -194,6 +226,38 @@
|
|
|
padding: 5rem 0;
|
|
|
}
|
|
|
|
|
|
+.sec-features .row {
|
|
|
+ margin: 10rem 0;
|
|
|
+}
|
|
|
+
|
|
|
+.features-orangel {
|
|
|
+ position: absolute;
|
|
|
+ left: -150px;
|
|
|
+ top: 5%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
+.features-purpler {
|
|
|
+ position: absolute;
|
|
|
+ right: -150px;
|
|
|
+ top: 5%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
+.features-purplel {
|
|
|
+ position: absolute;
|
|
|
+ left: -150px;
|
|
|
+ top: 5%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
+.features-oranger {
|
|
|
+ position: absolute;
|
|
|
+ right: -150px;
|
|
|
+ top: 5%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
.sec-features .features-col {
|
|
|
position: relative;
|
|
|
}
|
|
@@ -201,10 +265,17 @@
|
|
|
.sec-features .features-col .features-block {
|
|
|
position: absolute;
|
|
|
left: 10rem;
|
|
|
- top: 15rem;
|
|
|
+ top: 6rem;
|
|
|
display: flex;
|
|
|
+ opacity: 0;
|
|
|
+ transition: all 1s;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-features .features-col .features-block.active {
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.sec-features .features-num {
|
|
|
display: inline-block;
|
|
|
font-size: 12rem;
|
|
@@ -228,7 +299,7 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.sec-features .features-imgfr img {
|
|
|
+.sec-features .features-imgfr video {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
@@ -236,15 +307,31 @@
|
|
|
text-align: left;
|
|
|
}
|
|
|
|
|
|
+.sec-blogtab {
|
|
|
+ padding-bottom: 5rem;
|
|
|
+}
|
|
|
+
|
|
|
.blog-tabs {
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.blogtab-title {
|
|
|
+ font-size: 3rem;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ padding-bottom: 6px;
|
|
|
+ border-bottom: 8px solid #EA5413;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
.blog-tabs .blog-tabs-nav {
|
|
|
width: 35%;
|
|
|
background-color: #F0F0F0;
|
|
|
- padding: 4rem 1.5rem;
|
|
|
+ padding: 4rem 2.5rem;
|
|
|
list-style: none;
|
|
|
+ box-shadow: 0 2px 5px -2px rgb(173, 173, 173);
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.blog-tabs .blog-tabs-nav li {
|
|
@@ -260,8 +347,9 @@
|
|
|
padding: 3.5rem;
|
|
|
padding-bottom: 8rem;
|
|
|
box-shadow: 1px 1px 10px 2px grey;
|
|
|
- height: 40rem;
|
|
|
+ height: 48rem;
|
|
|
overflow: hidden;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.blog-tab-box {
|
|
@@ -269,6 +357,10 @@
|
|
|
overflow: scroll;
|
|
|
}
|
|
|
|
|
|
+.blog-tabs .blog-tabs-stage .blog-txt {
|
|
|
+ font-size: 1.6rem;
|
|
|
+}
|
|
|
+
|
|
|
.btn-light {
|
|
|
color: black;
|
|
|
border: 1px solid #EA5413;
|
|
@@ -295,8 +387,100 @@
|
|
|
|
|
|
.blog-tabs .btn-light {
|
|
|
margin-top: 1.5rem;
|
|
|
+ color: #EA5413;
|
|
|
}
|
|
|
|
|
|
+/* sec-action */
|
|
|
+
|
|
|
+.sec-action {
|
|
|
+ padding-bottom: 7rem;
|
|
|
+ background-color: #FFEBE2;
|
|
|
+ margin-bottom: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action .container-fluid {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action .action-clip {
|
|
|
+ width: 100%;
|
|
|
+ background-color: #EA5413;
|
|
|
+ padding: 2rem 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action .action-clip h2 {
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action form {
|
|
|
+ padding: 4rem 0;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action form .action-input {
|
|
|
+ padding: .8rem;
|
|
|
+ display: block;
|
|
|
+ width: 35rem;
|
|
|
+ margin: 0 auto;
|
|
|
+ border: 1px solid #9B9B9B;
|
|
|
+ border-radius: 8px;
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action form .action-input::placeholder {
|
|
|
+ color: #9B9B9B;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action form .action-input::-webkit-input-placeholder {
|
|
|
+ color: #9B9B9B;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action form .action-input:-moz-input-placeholder{
|
|
|
+ color: #9B9B9B;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action form .action-input:-ms-input-placeholder{
|
|
|
+ color: #9B9B9B;
|
|
|
+}
|
|
|
+
|
|
|
+.sec-action .action-btn {
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ padding: .8rem 3.5rem;
|
|
|
+ border-radius: 3rem;
|
|
|
+ font-size: 2.2rem;
|
|
|
+ background-color: white;
|
|
|
+ color: #EA5413;
|
|
|
+ margin-top: 3rem;
|
|
|
+}
|
|
|
+
|
|
|
+/* footer */
|
|
|
+
|
|
|
+.footer {
|
|
|
+ background-color: #F0F0F0;
|
|
|
+ padding: 3rem;
|
|
|
+}
|
|
|
+
|
|
|
+.footer .row{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.footer .footer-aigirl {
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 2rem;
|
|
|
+ margin-top: 1rem;
|
|
|
+ margin-bottom: 2.5rem;
|
|
|
+}
|
|
|
+
|
|
|
+.footer .footer-follow {
|
|
|
+ font-size: 1.6rem;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.footer .footer-socials a{
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
+
|
|
|
#content .container {
|
|
|
margin-top: 50px;
|
|
|
}
|