-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.css
156 lines (130 loc) · 2.63 KB
/
Index.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
154
155
156
.header.sticky_header {
background-color: #202022;
margin: 0;
padding: 5px;
-webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
header ul.menu li a.nav-link {
padding: 20px 12px !important;
font-size: 12px;
letter-spacing: 1px;
font-weight: 400;
display: block;
text-transform: uppercase;
color: #ffffff;
}
@media (max-width: 767px) {
header ul.menu li a.nav-link{
background-color: #18181c;
}
}
header ul.menu li a.nav-link:hover {
color: #f50136;
}
.navbar-toggler {
border: 1px solid #ffffff;
color: #ffffff;
padding: 5px 10px;
font-size: 22px;
outline: 0 !important;
-webkit-box-shadow: 0 0 0 !important;
box-shadow: 0 0 0 !important;
cursor: pointer;
border-radius: 2px;
}
.carousel-inner .carousel-item img {
height: 100%;
min-height: 600px;
}
.carousel-indicators{
bottom:20%;
}
.carousel-indicators li {
width: 10px;
height: 10px;
border-radius: 100%;
}
.carousel-caption {
top: 50%;
bottom: 30%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.overlay {
position: absolute;
width: 100%;
height: 100%;
background: #2c2b2b;
opacity: 0.2;
transition: all 0.2s ease-out;
top:0px;
}
/* start Categories*/
.cat-icon{
background-color: #ddd;
width: 70px;
height: 70px;
border-radius: 50%;
}
.ctg{
-webkit-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
.ctg:hover > .cat-icon {
padding:10px;
border: 1px solid #BE634C;
background-color: #BE634C;
color:#fff;
box-shadow: 0 0 0 10px #fff inset;
box-sizing: border-box;
-webkit-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
/* End Categories*/
.calender{
background-image:url('images/bg-img.png');
background-size:cover;
border-radius: 4px;
background-repeat: no-repeat;
background-position: center center;
position: relative;
z-index:9;
}
/*Start calender*/
.overlay-dark {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.countdown{
background-color: #F44336;
color: #ffffff;
}
/*End calender*/
/*strat feature*/
.cst-feat{
position: absolute;
/* background-color: rgba(0, 0, 0, 0.4);*/
bottom:0px;
top:0px;
/* display:block;*/
}
/*
@media (max-width: 767px) {
.cst-feat{
display:none;
}
}
*/
/*End feature*/
/*start footer*/
footer{
font-size:14px;
}
/*End footer*/