add email-marketing page
This commit is contained in:
+383
-6
@@ -114,6 +114,7 @@ html body a:hover {
|
||||
|
||||
// =====================================
|
||||
.blue-btn {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
padding: 20px 49px;
|
||||
background-color: #0164FF;
|
||||
@@ -123,11 +124,12 @@ html body a:hover {
|
||||
font-weight: 500;
|
||||
transition: .3s;
|
||||
|
||||
&:hover{
|
||||
&:hover {
|
||||
background-color: #004dc8;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.white-btn {
|
||||
font-size: 14px;
|
||||
padding: 20px 10px;
|
||||
@@ -137,10 +139,12 @@ html body a:hover {
|
||||
margin: 0 10px;
|
||||
font-weight: 500;
|
||||
transition: .3s;
|
||||
&:hover{
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.input-box {
|
||||
margin-bottom: 25px;
|
||||
|
||||
@@ -196,6 +200,7 @@ html body a:hover {
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
}
|
||||
|
||||
&.submit {
|
||||
padding-top: 15px;
|
||||
|
||||
@@ -211,7 +216,7 @@ html body a:hover {
|
||||
border-radius: 50px;
|
||||
transition: .3s;
|
||||
|
||||
&:hover{
|
||||
&:hover {
|
||||
background-color: #004dc8;
|
||||
}
|
||||
}
|
||||
@@ -359,12 +364,14 @@ html body a:hover {
|
||||
|
||||
.slider {
|
||||
padding-top: 15px;
|
||||
|
||||
.slider-inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.s-left {
|
||||
width: 50%;
|
||||
width: 55%;
|
||||
padding-top: 50px;
|
||||
|
||||
h1 {
|
||||
@@ -376,6 +383,7 @@ html body a:hover {
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.img {
|
||||
display: none;
|
||||
align-items: center;
|
||||
@@ -409,8 +417,9 @@ html body a:hover {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.s-right {
|
||||
width: 50%;
|
||||
width: 45%;
|
||||
|
||||
.s-right-inner {
|
||||
position: relative;
|
||||
@@ -427,16 +436,19 @@ html body a:hover {
|
||||
.our-sec {
|
||||
padding-top: 120px;
|
||||
padding-bottom: 130px;
|
||||
|
||||
.our-sec-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.os-item {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 89px;
|
||||
@@ -447,11 +459,13 @@ html body a:hover {
|
||||
color: transparent;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 20px;
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
@@ -461,6 +475,7 @@ html body a:hover {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------Index Page END-------------
|
||||
|
||||
|
||||
@@ -470,12 +485,14 @@ html body a:hover {
|
||||
// ------------------------------Contact Us page-------------
|
||||
.contact-us {
|
||||
padding-top: 50px;
|
||||
|
||||
.contact-us-inner {
|
||||
.cu-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
padding: 7px 10px;
|
||||
@@ -485,6 +502,7 @@ html body a:hover {
|
||||
border-radius: 50px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Roboto-Bold';
|
||||
font-size: 48px;
|
||||
@@ -492,6 +510,7 @@ html body a:hover {
|
||||
color: #222222;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
@@ -502,6 +521,7 @@ html body a:hover {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cu-main {
|
||||
margin-top: 70px;
|
||||
margin-bottom: 70px;
|
||||
@@ -520,29 +540,353 @@ html body a:hover {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------Contact Us page End-------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ------------------------------Email Marketing page-------------
|
||||
|
||||
.main-section.email-marketing {
|
||||
.effect-one {
|
||||
top: 226px;
|
||||
filter: blur(6px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.slider.email-marketing {
|
||||
.s-left {
|
||||
padding-top: 110px;
|
||||
padding-bottom: 100px;
|
||||
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.sb-email-marketing {
|
||||
margin-top: 40px;
|
||||
|
||||
.blue-btn {
|
||||
font-size: 20px;
|
||||
margin-left: 0;
|
||||
padding: 16px 25px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.op-setion {
|
||||
padding-top: 90px;
|
||||
|
||||
.op-section-title {
|
||||
h3 {
|
||||
text-align: center;
|
||||
font-size: 36px;
|
||||
color: #222222;
|
||||
font-family: 'Roboto-Bold';
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 15px;
|
||||
text-align: center;
|
||||
color: #777777;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.op-section-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 60px 0;
|
||||
|
||||
.op-item {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 20px;
|
||||
color: #222222;
|
||||
font-family: 'Roboto-Med';
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #777777;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.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;
|
||||
|
||||
img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
span{
|
||||
text-align: left;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0px 40px 60px 0px #004ABF14;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.opplens {
|
||||
padding: 60px 0;
|
||||
|
||||
.opplens-title {
|
||||
h2 {
|
||||
text-align: center;
|
||||
font-size: 36px;
|
||||
color: #222222;
|
||||
font-family: 'Roboto-Med';
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.opplens-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-color: #F7FAFF;
|
||||
padding: 24px;
|
||||
border-radius: 32px;
|
||||
|
||||
.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: .3s;
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
&>div {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
margin-top: 20px;
|
||||
|
||||
h4 {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
// font-family: 'Roboto-Med';
|
||||
color: #222222;
|
||||
margin: 30px 0;
|
||||
font-weight: 600;
|
||||
|
||||
|
||||
}
|
||||
|
||||
&::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;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
color: #777777;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
// &:hover {
|
||||
// background-color: #0146B2;
|
||||
// &>div {
|
||||
// h4 {
|
||||
// color: #fff;
|
||||
// }
|
||||
// &::before {
|
||||
// background: linear-gradient(90.05deg, #FFFFFF -2.26%, #4E8BEC 102.26%);
|
||||
// }
|
||||
// }
|
||||
// p {
|
||||
// color: #fff;
|
||||
// }
|
||||
// }
|
||||
|
||||
&.active {
|
||||
background-color: #0146B2;
|
||||
&>div {
|
||||
h4 {
|
||||
color: #fff;
|
||||
}
|
||||
&::before {
|
||||
background: linear-gradient(90.05deg, #FFFFFF -2.26%, #4E8BEC 102.26%);
|
||||
}
|
||||
}
|
||||
p {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.marketing-register{
|
||||
|
||||
padding-top: 70px;
|
||||
padding-bottom: 60px;
|
||||
position: relative;
|
||||
|
||||
.effect-2{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.marketing-register-title{
|
||||
|
||||
h2{
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
color: #222222;
|
||||
font-family: "Roboto-Med";
|
||||
}
|
||||
p{
|
||||
text-align: center;
|
||||
color: #4B5563;
|
||||
font-size: 16px;
|
||||
margin-top: 15px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.marketing-register-inner{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------Email Marketing page END-------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.excl-container {
|
||||
max-width: 540px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.excl-container {
|
||||
max-width: 720px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.excl-container {
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.excl-container {
|
||||
max-width: 1080px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1441px) {
|
||||
.excl-container {
|
||||
max-width: 1280px;
|
||||
@@ -559,6 +903,7 @@ html body a:hover {
|
||||
.slider .s-left h1 {
|
||||
font-size: 68px;
|
||||
}
|
||||
|
||||
.slider .s-left h3 {
|
||||
font-size: 46px;
|
||||
}
|
||||
@@ -568,13 +913,16 @@ html body a:hover {
|
||||
.slider .s-left {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.slider .s-right {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.slider .s-right .s-right-inner img {
|
||||
right: unset;
|
||||
left: -40%;
|
||||
}
|
||||
|
||||
.our-sec .our-sec-inner .os-item h1 {
|
||||
font-size: 68px;
|
||||
}
|
||||
@@ -585,19 +933,24 @@ html body a:hover {
|
||||
.main-section.index .effect-one {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer.index .effect-2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.blue-btn {
|
||||
padding: 11px 49px;
|
||||
}
|
||||
|
||||
.select-box .flag {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.header {
|
||||
height: unset;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
.header-logo {
|
||||
width: 100%;
|
||||
padding-top: 25px;
|
||||
@@ -606,95 +959,119 @@ html body a:hover {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.header .header-side {
|
||||
width: 100%;
|
||||
padding-top: 12px;
|
||||
|
||||
.hs-side {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header .select-box {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.slider .s-right {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.slider .s-left {
|
||||
width: 100%;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.slider .s-left .img {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.slider .s-left h1 {
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.slider .s-left h3 {
|
||||
font-size: 32px;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.slider .s-left strong {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.our-sec {
|
||||
padding-top: 70px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.our-sec .our-sec-inner {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.our-sec .our-sec-inner .os-item {
|
||||
width: 100%;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.our-sec .our-sec-inner .os-item h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.footer .footter-inner .f-midd {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.footer .footter-inner .f-midd .footer-item {
|
||||
width: 100%;
|
||||
align-items: unset;
|
||||
justify-content: unset;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.contact-us {
|
||||
padding-top: 35px;
|
||||
}
|
||||
|
||||
.contact-us .contact-us-inner .cu-top h1 {
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
padding: 25px 0;
|
||||
}
|
||||
|
||||
.contact-us .contact-us-inner .cu-top p {
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.main-section .effect-one {
|
||||
left: -133px;
|
||||
top: 183px;
|
||||
}
|
||||
|
||||
.contact-us .contact-us-inner .cu-main .cu-main-inner {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.contact-us .contact-us-inner .cu-main {
|
||||
padding: 40px 15px;
|
||||
}
|
||||
|
||||
.contact-us .contact-us-inner .cu-main {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.footer.contact-us .effect-2 {
|
||||
height: 336px;
|
||||
right: -42px;
|
||||
|
||||
Reference in New Issue
Block a user