-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
145 lines (143 loc) · 2.58 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
@import url("https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;500;600;700&display=swap");
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
font-family: "spline-sans", sans-serif;
color: #777;
line-height: 1.7;
}
#lo {
width: 60px;
border-radius: 30px;
}
.lo1 {
width: 60px;
border-radius: 30px;
}
img {
width: 100%;
}
section {
padding-top: 20px;
padding-bottom: 90px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
color: #222;
text-decoration: underline;
}
li a {
color: #222;
text-decoration: none;
transition: all 0.4s;
font-weight: 600;
}
li a:hover {
color: #f58d17;
}
.a1:hover {
color: #f58d17 !important;
}
.btn {
border-radius: 25px;
padding: 14px 20px;
}
.btn-brand {
color: #fff;
font-weight: 500;
border-color: #f58d17;
background-color: #f58d17;
}
.btn-brand:hover {
border-color: #ca7310;
background-color: #ca7310;
color: #fff;
}
.bg-cover {
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
/* carousel slide */
.slide-1 {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(./images/bg/ivan-torres-MQUqbmszGGM-unsplash.jpg);
}
.slide-2 {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(./images/bg/chad-montano-eeqbbemH9-c-unsplash.jpg);
}
.slide-3 {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(./images/bg/brooke-lark--F_5g8EEHYE-unsplash.jpg);
}
.slide-4 {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(./images/bg/img-5.jpg);
}
.slide-5 {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(./images/bg/dish6.jpg);
}
#heroSlider h6::after,
#heroSlider h6::before {
content: "";
width: 20px;
height: 4px;
background-color: #ffffff;
display: inline-block;
margin: 10px;
vertical-align: middle;
}
.carousel-control-prev,
.carousel-control-next {
background-color: rgba(0, 0, 0, 0.6);
width: 40px;
height: 70px;
margin: auto;
}
/* about */
.divider p {
text-align: justify;
}
/* review card */
.card-img-top {
border-radius: 50px;
padding: 20px;
}
.card {
border-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.card-body {
padding: 25px;
margin-top: -15px;
}
/* review end */
/* contact start */
#contactus {
background-color: #f7ede8;
padding: 80px 0px;
}
/* contact end */
/* footer */
footer {
background-color: #222;
padding: 80px 0px;
color: #fff;
}
footer ul li {
margin-bottom: 15px;
}
.invert img {
filter: invert(1);
}
/* footer end */