-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_style.css
80 lines (75 loc) · 1.32 KB
/
index_style.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
/* carousel start */
.carousel-item{
height: 90vh;
}
.carousel-item img{
background-position: center;
}
.carousel-caption{
bottom: 220px;
z-index: 2;
}
.carousel-caption h5{
font-size: 45px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 25px;
}
.carousel-caption p{
width: 60%;
margin: auto;
font-size: 18px;
line-height: 1.9;
}
.carousel-inner::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
background: rgb(0, 0,0,0.7);
z-index: 1;
}
/* Service start*/
.service-item {
background: var(--light);
transition: .5s;
background-color: #e9fcff
}
.service-item i{
color: #0dcaf0;
}
.service-item:hover {
margin-top: -10px;
background-color: #0dcaf0
}
.service-item:hover i{
color: white;
}
.service-item * {
transition: .5s;
}
.service-item:hover * {
color: white;
}
@media only screen and (max-width: 767px){
.navbar-nav{
text-align: center;
}
.carousel-caption{
bottom: 125px;
}
.carousel-caption h5{
font-size: 25px;
}
.carousel-caption a{
padding: 10px;
}
}
.popular{
transition: 0.5s;
}
.popular:hover{
margin: -10px;
transition: 0.5s;
}