-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
112 lines (100 loc) · 2.33 KB
/
Copy pathabout.css
File metadata and controls
112 lines (100 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/* team */
.indiv>img {
height: 230px;
width: 230px;
border-radius: 50%;
}
.indiv>img:hover {
animation: fadeIn 1s 1 both;
}
.teamdiv .row>div {
}
.teamdiv h3{
font-size:28px;
}
/* for packages */
ul li {
margin-bottom:1.4rem;
}
.pricing-divider {
border-radius: 20px;
background: #C64545;
padding: 1.3em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #2D5772;
}
.green .pricing-divider {
background: #1AA85C;
}
.red b {
color:#C64545
}
.blue b {
color:#2D5772
}
.green b {
color:#1AA85C
}
.pricing-divider-img {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 80px;
}
.deco-layer {
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.btn-custom {
background:#C64545; color:#fff; border-radius:20px
}
.img-float {
width:50px; position:absolute;top:-3.5rem;right:1rem
}
.princing-item {
transition: all 150ms ease-out;
}
.princing-item:hover {
transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
-webkit-transform: translate3d(15px, 0, 0);
transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
-webkit-transform: translate3d(-15px, 0, 0);
transform: translate3d(-15px, 0, 0);
}
.bg{
background-image: url("images/vault1.jpg");
height: 250px;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.fh1{
color:white;
Margin-top:120px;
background-image: url('images/d.jpg');
background-size: contain;
}
/* wsection */
.wsection>.row {
background-image: url('images/vault.jpg');
background-repeat: repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}
/* hr welcome to sumptus section div */
.wsection hr {
background-color: white;
height: 2px;
}
/* welcome to sumptous rightdiv */
.wtsdiv2 {
background-color: rgba(0, 0, 0, 0.9);
}