add email-marketing page
This commit is contained in:
+211
-2
@@ -99,6 +99,7 @@ html body a:hover {
|
||||
}
|
||||
|
||||
.blue-btn {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
padding: 20px 49px;
|
||||
background-color: #0164FF;
|
||||
@@ -307,7 +308,7 @@ html body a:hover {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.slider .s-left {
|
||||
width: 50%;
|
||||
width: 55%;
|
||||
padding-top: 50px;
|
||||
}
|
||||
.slider .s-left h1 {
|
||||
@@ -348,7 +349,7 @@ html body a:hover {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.slider .s-right {
|
||||
width: 50%;
|
||||
width: 45%;
|
||||
}
|
||||
.slider .s-right .s-right-inner {
|
||||
position: relative;
|
||||
@@ -445,6 +446,214 @@ html body a:hover {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.main-section.email-marketing .effect-one {
|
||||
top: 226px;
|
||||
filter: blur(6px);
|
||||
}
|
||||
|
||||
.slider.email-marketing .s-left {
|
||||
padding-top: 110px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
.slider.email-marketing .s-left h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
.slider.email-marketing .s-left .sb-email-marketing {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.slider.email-marketing .s-left .sb-email-marketing .blue-btn {
|
||||
font-size: 20px;
|
||||
margin-left: 0;
|
||||
padding: 16px 25px;
|
||||
}
|
||||
|
||||
.op-setion {
|
||||
padding-top: 90px;
|
||||
}
|
||||
.op-setion .op-section-title h3 {
|
||||
text-align: center;
|
||||
font-size: 36px;
|
||||
color: #222222;
|
||||
font-family: "Roboto-Bold";
|
||||
}
|
||||
.op-setion .op-section-title p {
|
||||
margin-top: 15px;
|
||||
text-align: center;
|
||||
color: #777777;
|
||||
font-size: 16px;
|
||||
}
|
||||
.op-setion .op-section-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 60px 0;
|
||||
}
|
||||
.op-setion .op-section-inner .op-item {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.op-setion .op-section-inner .op-item img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.op-setion .op-section-inner .op-item span {
|
||||
font-size: 20px;
|
||||
color: #222222;
|
||||
font-family: "Roboto-Med";
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.op-setion .op-section-inner .op-item p {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #777777;
|
||||
}
|
||||
.op-setion.sec .op-section-inner .op-item {
|
||||
width: 32%;
|
||||
align-items: baseline;
|
||||
border: 1px solid #E4E4E4;
|
||||
padding: 30px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 45px;
|
||||
border-radius: 32px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.op-setion.sec .op-section-inner .op-item img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
.op-setion.sec .op-section-inner .op-item span {
|
||||
text-align: left;
|
||||
font-size: 24px;
|
||||
}
|
||||
.op-setion.sec .op-section-inner .op-item p {
|
||||
text-align: left;
|
||||
}
|
||||
.op-setion.sec .op-section-inner .op-item:hover {
|
||||
box-shadow: 0px 40px 60px 0px rgba(0, 74, 191, 0.0784313725);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.opplens {
|
||||
padding: 60px 0;
|
||||
}
|
||||
.opplens .opplens-title h2 {
|
||||
text-align: center;
|
||||
font-size: 36px;
|
||||
color: #222222;
|
||||
font-family: "Roboto-Med";
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.opplens .opplens-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-color: #F7FAFF;
|
||||
padding: 24px;
|
||||
border-radius: 32px;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item {
|
||||
width: 49%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
background-color: #fff;
|
||||
border-radius: 32px;
|
||||
padding: 40px 50px;
|
||||
transition: 0.3s;
|
||||
cursor: pointer;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item > div {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item > div h4 {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #222222;
|
||||
margin: 30px 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item > div::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 75%;
|
||||
height: 4px;
|
||||
border-radius: 10px;
|
||||
background: linear-gradient(90.05deg, #0164FF -2.26%, #2EEAE1 102.26%);
|
||||
margin: 20px 0;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item p {
|
||||
color: #777777;
|
||||
font-size: 16px;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item.active {
|
||||
background-color: #0146B2;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item.active > div h4 {
|
||||
color: #fff;
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item.active > div::before {
|
||||
background: linear-gradient(90.05deg, #FFFFFF -2.26%, #4E8BEC 102.26%);
|
||||
}
|
||||
.opplens .opplens-inner .opplens-item.active p {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.marketing-register {
|
||||
padding-top: 70px;
|
||||
padding-bottom: 60px;
|
||||
position: relative;
|
||||
}
|
||||
.marketing-register .effect-2 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
.marketing-register .marketing-register-title h2 {
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
color: #222222;
|
||||
font-family: "Roboto-Med";
|
||||
}
|
||||
.marketing-register .marketing-register-title p {
|
||||
text-align: center;
|
||||
color: #4B5563;
|
||||
font-size: 16px;
|
||||
margin-top: 15px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.marketing-register .marketing-register-inner {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.marketing-register .marketing-register-inner .marketing-register-box {
|
||||
width: 63%;
|
||||
border: 1px solid #DADADA;
|
||||
border-radius: 32px;
|
||||
background-color: #fff;
|
||||
margin: 60px 0;
|
||||
padding: 40px 32px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
#email-marketing .footer .effect-2 {
|
||||
bottom: 320px;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.excl-container {
|
||||
max-width: 540px;
|
||||
|
||||
Reference in New Issue
Block a user