-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
153 lines (114 loc) · 1.79 KB
/
styles.css
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
.bgimg{
background-image: url('body.jpg');
background-size: 100% 100%;
background-attachment: fixed;
width: 100%;
height: 600px;
}
.headerset{
padding-top: 300px;
box-sizing: border-box;
}
.headerset h2{
font-size: 42 px;
}
.headerset h1{
font-size: 62px;
font-weight: bold;
}
.ourservices{
padding: 250px 0px 60px;
height: 610px;
}
.ourservices h1{
font-size: 50px;
font-weight: bold;
}
.rowsetting{
margin: 50px 0px !important;
}
.imgsetting{
border-radius: 50%;
height: 100px;
width: 100px;
}
.fa-battery-full{
margin-top: 25px;
}
.fa-walking{
margin-top: 25px;
}
.fa-smile{
margin-top: 25px;
}
.rowsetting h2{
margin-top: 20px;
font-weight: bold;
font-size: 30px;
}
.rowsetting p{
padding : 10px;
color: #6c757d!important;
}
.portfolio{
margin-top:50px;
height: 1100px;
width: 100%;
padding: 100px 0px 50px;
}
.portfolio h1{
font-size: 50px;
font-weight: bold;
}
.card{
margin-top: 40px;
}
.card-img {
object-fit: cover;
}
.ourteam{
height: 700px;
padding: 100px 0px 60px;
width: 100%;
}
.ourteam h1{
font-size: 50px;
font-weight: bold;
}
.teamsetting{
margin-top: 50px !important;
}
.footer{
padding-top: 850px;
padding-bottom: 100px;
height: 100px;
}
@media(min-width: 992px){
}
@media(min-width: 768px) and (max-width: 991px){
}
@media(min-width: 575px) and (max-width: 767px){
}
@media(min-width: 480px) and (max-width: 574px){
}
@media(max-width: 479px){
.headerset h2{
font-size: 22 px;
}
.headerset h1{
font-size: 42px;
font-weight: bold;
}
.ourservices{
height: 1200px;
}
.portfolio{
height: 2700px;
}
.ourteam{
height: 2000px;
}
.footer{
padding-top: 2000px;
}
}