-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
166 lines (158 loc) · 5.05 KB
/
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
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
157
158
159
160
161
162
163
164
165
166
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Playwrite+BE+VLG+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+BE+VLG+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Varela+Round&display=swap');
body{
margin:0;
padding:0;
background-color: #b68d40;
}
*
{
margin:0;
padding:0;
}
header{
position: relative;
height:70vh;
background-color: rgba(0,0,0,0.3);
background-blend-mode: overlay;
overflow-x: hidden;
}
header video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; /* video fills the header */
z-index: -1; /* Placing the video behind the content */
}
.header-content {
position: relative;
z-index: 1;
color: white;
text-align: center;
top:20%;
padding: 10px;
}
.header-content button
{
background-color: rgba(110, 117, 124, 0.7);
padding:12px 22px;
font-size: 22px;
box-shadow: 0 8px 12px 0 rgba(240,237,237,0.2);
color: white;
border: none;
font-family: "Exo", serif;
font-weight: 350;
border-radius: 4px;
}
.header-content button:hover
{
transform: scale(1.05);
}
.restaurant-name
{
font-family: "Poppins",serif;
font-weight: 400;
font-size: 45px;
}
.tagline
{
font-family: "Montserrat",serif;
font-weight: 300;
font-size: 30px;
}
.food-items
{
height:auto;
width:100%;
margin-top: 10px;
background-color: #b68d40;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.food-name{
font-size: 33px;
font-weight: 600;
font-family: "Poppins",serif;
}
.food-items img
{
height:450px;
}
.special-items
{
font-family: "Montserrat", serif;
font-weight: 600;
font-size: 35px;
text-shadow: 0 0 10px #ac670c, 0 0 20px #ad650c, 0 0 30px #1b030f15, 0 0 40px #1b030f15, 0 0 50px #1b030f15, 0 0 60px #1b030f15, 0 0 70px #1b030f15;
}
.about-dabba
{
height:auto;
width: 100%;
background-image: url("about.webp");
background-repeat: no-repeat;
background-color: rgba(0,0,0,0.5);
background-blend-mode: overlay;
color:white;
z-index: -1;
}
.About-us
{
font-size: 30px;
font-family: "Exo",serif;
font-weight: 600;
}
.sodhi
{
font-size: 22px;
font-weight: 250;
font-family: "Poppins",serif;
}
@media (max-width:768px)
{
.header-content
{
top:40%;
}
.header-content button
{
font-size: 20px;
padding: 10px 12px;
}
.restaurant-name
{
font-size: 30px;
}
.tagline
{
font-size: 22px;
}
.food-items img
{
height:200px;
}
.special-items
{
font-size: 20px;
}
.food-name
{
font-size: 15px;
}
.About-us
{
font-size: 22px;
}
.sodhi
{
font-size: 18px;
}
}