-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
685 lines (669 loc) · 13.8 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
*{
margin: 0;
padding: 0;
}
body{
font-family: 'Playfair Display', serif;
}
.topbtn{
position: fixed;
bottom: 0;
right: 29px;
z-index: 1;
padding-bottom: 25px;
display: none;
}
.topbtn i{
color: #fff;
font-size: 27px;
background: #919190;
padding: 16px;
border-radius: 50%;
transition: .25s all ease-in-out;
}
.topbtn i:hover{
background: #c4861c;
}
.navbar-toggler span i{
color: white;
border: 1px solid white;
padding: 8px 15px;
}
.header_up{ /* start of Banner heading */
width: 70%;
display: flex;
justify-content:space-around;
z-index: 99 !important;
}
.header_up i{
color: #CDA45E;
margin-right: 10px;
}
.header_up h6{
color: white;
}
/* end of Banner heading */
header{ /* start of Banner part*/
background-image: url("img/hero-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 100vh;
position: relative;
}
header::before{
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
background-color: black;
opacity: .7;
}
.banner_content_supper{
z-index: 99 !important;
}
.navbar-brand h1{
color: #c4861c;
font-size: 40px;
}
.navbar-nav .nav-item .nav-link{
color: white;
font-size: 22px;
}
.navbar-nav .nav-item .nav-link:hover{
color: #cf8b16;
}
.banner_content{ /*Banner content*/
margin-top: 5%;
z-index: 99 !important;
}
.banner_content span{
color: #ec9b0f;
}
.banner_content h1{
color: white;
font-size: 60px;
font-weight: 500;
}
.banner_content h3{
padding-top: 15px;
color: white;
font-size: 25px;
font-weight: 500;
}
.banner_content .banner_btn_1{
margin: 0;
padding: 0;
color: white;
margin-top: 15px;
font-size: 25px;
margin-right: 15px;
padding: 7px 30px;
border-radius: 50px;
border: 1px solid #CDA45E;
transition: .4s all ease-in-out;
text-transform: uppercase;
}
.banner_btn_1:hover{
background-color: #dfa137;
color: white;
}
.banner_content .banner_btn_2{
margin: 0;
padding: 0;
color: white;
margin-top: 15px;
font-size: 25px;
padding: 7px 30px;
border-radius: 50px;
border: 1px solid #CDA45E;
transition: .4s all ease-in-out;
text-transform: uppercase;
}
.banner_btn_2:hover{
background-color: #dfa137;
color: white;
}
/* start of Banner part*/
.about{ /* start of about part*/
background-image: url("img/gallery-2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
min-height: 100vh;
}
.about::before{
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
background-color: black;
opacity: .5;
}
.about_heading hr{
width: 30%;
margin: auto;
border: 2px solid black;
}
.about_heading{
color: #c4861c;
text-transform: uppercase;
}
.about-content-all{
z-index: 99 !important;
}
.about_img{
padding-top: 10%;
}
.about_img img{
border: 5px solid #515455;
}
.about h1{
padding-top: 10%;
font-size: 35px;
color: rgb(228, 215, 215);
}
.about h4{
padding: 10px 0;
font-size: 23px;
color: rgb(228, 215, 215);
}
.about p{
padding: 10px 0;
font-size: 17px;
color: rgb(228, 215, 215);
}
.about i{
color:rgb(14, 225, 240);
margin-right: 15px;
} /* end of about part*/
/* start of card part*/
.card_section{
background-color: #0C0B09;
}
.card_section h1{
color: #CDA45E;
font-size: 60px;
font-weight: 400;
}
.card_section h3{
color:#c4861c;
font-size: 20px;
}
.card_body{
width: 284px;
height: 420px;
padding: 50px 20px;
background-color: #1A1814;
transition: .7s all ease-in-out;
margin-bottom: 10px;
border-radius: 5px;
cursor: pointer;
}
.card_body:hover{
background-color: #CDA45E;
}
.card_body h1{
color: white;
}
.card_body h2{
padding: 10px 0;
color: white;
font-size: 40px;
}
.card_body p{
color: white;
font-size: 18px;
} /* end of card part*/
.menu{ /* start of menu list part*/
background-color: #1A1814;
}
.menu_select button{
color: white;
border: none;
background-color: #c4861c;
border-radius: 5px 0px 5px 0px;
}
.menu_select button:hover{
color: white;
background-color: #b47404;
}
.menu_select button:focus{
box-shadow: none;
}
.menu h3{
font-size: 25px;
color: #74797a;
}
.menu h1{
font-size: 45px;
color: #c4861c;
margin-bottom: 30px;
}
.menu_contant{
display: flex;
margin-bottom: 30px;
}
.menu_img{
width: 80px;
height: 80px;
margin-right: 20px;
}
.menu_img img{
width: 100%;
height: 100%;
border-radius: 50%;
cursor: pointer;
}
.menu_text h3{
color: white;
transition: .2s all ease-in-out;
}
.menu_text h3:hover{
color: #c4861c;
cursor: pointer;
}
.menu_text h4{
font-size: 18px;
color: #979b9c;
} /* end of menu list part*/
.special{ /* start of special part*/
background-color: #0C0B09;
padding-bottom: 25px;
}
.special_heading h3, .organize_heading h3{
font-size: 25px;
color: #828788;
}
.special_heading h1, .organize_heading h1{
font-size: 45px;
color: #dd900c;
}
.special_list ul{
padding: 0;
margin: 0;
font-size: 20px;
color: white;
}
.special_list ul li{
padding: 0;
margin: 0;
padding: 10px 8px;
margin-bottom: 20px;
list-style-type: none;
transition: .4s all ease-in-out;
}
.special_list ul li:nth-child(1){
background-color: #c4861c;
}
.special_list ul li:hover{
background-color: #c4861c;
cursor: pointer;
}
.special_about h1{
color: white;
font-size: 37px;
font-weight: 500;
}
.special_about h4{
padding: 10px 0;
color: white;
font-size: 23px;
}
.special_about p{
color: white;
font-size: 20px;
} /* start of special part*/
.organize{ /* start of organize part*/
background-image: url("img/gallery-3.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
.organize::before{
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
background-color: black;
opacity: .6;
}
.organize_img{
z-index: 99 !important;
}
.organize_about{
z-index: 99 !important;
}
.organize_heading{
z-index: 99 !important;
}
.organize_img img{
padding-top: 25px;
}
.organize_about h4{
padding-top: 10px;
font-size: 39px;
color: #dd900c;
}
.organize_about h1{
color:#c4861c;
}
.organize_about h2{
color:white;
font-size: 28px;
padding-bottom: 15px;
}
.organize_about h3{
color:white;
font-size: 21px;
padding-bottom: 10px;
} /* end of organize part*/
.form_section{ /* start of form part*/
background-color: #0C0B09;
}
.form_section h3{
color:white;
font-size: 25px;
}
.form_section h1{
color: #c4861c;
font-size: 45px;
}
.input_fild input{
padding: 16px;
background: transparent;
}
.input_fild input::placeholder{
font-size: 20px;
color: white;
}
.input_fild input:focus{
box-shadow: none;
border: 1px solid #dd900c;
background: transparent;
}
.input_fild textarea{
background: transparent;
}
.input_fild textarea::placeholder{
color: white;
font-size: 20px;
}
.input_fild textarea:focus{
box-shadow: none;
border: 1px solid #dd900c;
background: transparent;
}
form input[type="submit"]{
padding: 7px 30px;
background: transparent;
border: 1px solid #cf8b16;
border-radius: 30px;
font-size: 20px;
text-transform: uppercase;
transition: .4s all ease-in-out;
color: white;
}
form input[type="submit"]:hover{
background-color: #cf8b16;
} /* end of form part*/
.photo{ /* start of photo part*/
background-color: #0C0B09;
}
.photo_content h3, .manager h3{
color: white;
font-size: 25px;
}
.photo_content h1, .manager h1{
color: #c4861c;
font-size: 45px;
}
.img_1{
width: 100%;
height: 100%;
overflow: hidden;
border: 3px solid black;
}
.img_1 img{
width: 100%;
height: 100%;
display: block;
width: 100%;
height: auto;
cursor: pointer;
transform: scale(1);
transition: .4s all ease-in-out;
}
.img_1 img:hover{
transform: scale(1.3);
} /* end of photo part*/
.manager{ /* start of manager part*/
background-color: #1A1814;
}
.nmanager_about{
padding: 20px;
background-color: #26231D;
margin-bottom: 60px;
border-radius: 5px;
}
.nmanager_about p{
color: white;
}
.manager_img{
width: 150px;
height: 150px;
}
.manager_img img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.manager_img h3{
padding-bottom: 20px;
} /* end of manager part*/
.chefs{ /* start of chefs part*/
background-color: #0C0B09;
}
.chefs h3{
color: white;
font-size: 25px;
}
.chefs h1{
color: #c4861c;
font-size: 45px;
}
.chefs_img{
position: relative;
margin-bottom: 15px;
}
.chefs_img::before{
content: '';
top: 0;
left: 0;
width: 0%;
height: 0%;
position:absolute;
background-color: black;
transition: .5s all ease-in-out;
opacity: 0;
}
.chefs_img:hover::before{
width: 100%;
height: 100%;
opacity: .4;
}
.icon_iist{ /* icon list part*/
top: 70%;
left: 50%;
transform: translate(-50%);
position: absolute;
opacity: 0;
transition: 0.6s all ease-in-out;
}
.icon_iist ul{
display: flex;
margin: 0;
padding: 0;
padding: 5px 5px;
}
.icon_iist ul li{
list-style-type: none;
color: white;
height: 40px;
width: 40px;
padding: 5px;
border: 1px solid white;
margin-right: 10px;
margin-bottom: 10px;
text-align: center;
}
.icon_iist ul li i{
font-size: 25px;
transition: .3s all ease-in-out;
}
.icon_iist ul li i:hover{
color: orange;
cursor: pointer;
}
.chefs_img:hover .icon_iist{
opacity: 1;
}
.chefs_name{ /*chefs name*/
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%);
}
.chefs_name{
opacity: 0;
transition: .6s all ease-in-out;
}
.chefs_name h4, h5{
color: white;
}
.chefs_img:hover .chefs_name{
opacity: 1;
} /* end of chefs part*/
.contact{ /* start of contact part*/
background-color: #0f0e0c;
}
.contact h1{
font-size: 45px;
color: #c4861c;
}
.contact i{
margin-right: 15px;
}
.contact form{
background: transparent;
}
.contact form input[type="text"]{
background: transparent;
padding: 16px;
}
.contact form input::placeholder{
color: white;
font-size: 17px;
}
.contact form textarea{
background: transparent;
}
.contact form textarea::placeholder{
font-size: 20px;
color: white;
}
.contact form textarea:focus{
background: transparent;
}
.contact .form-control:focus{
background: transparent;
outline: none;
box-shadow: none;
border: 1px solid #c4861c;
}
.contact form input[type="submit"]{
padding: 10px 40px;
background: transparent;
border: none;
border: 1px solid #15a4fa;
border-radius: 5px;
font-size: 15px;
text-transform: uppercase;
transition: .6s all ease-in-out;
float: right;
color: #fff;
}
.contact form input[type="submit"]:hover{
background-color: #15a4fa;
color: white;
} /* end of contact part*/
footer{ /* start of footer part*/
background-color: #000000;
}
.first h2{
color: white;
}
.first h4{
padding: 10px 0;
color: white;
}
.secound h3{
color: white;
}
.secound ul li{
list-style-type: none;
font-size: 20px;
color: white;
padding-bottom: 7px;
}
.secound ul{
padding: 0;
margin: 0;
}
.third h3{
color: white;
}
.third ul li{
list-style-type: none;
font-size: 20px;
color: white;
padding-bottom: 7px;
}
.third ul{
padding: 0;
margin: 0;
}
.four h3{
color: white;
}
.four p{
color: white;
font-size: 17px;
}
.four ul{
padding-top: 10px;
display: flex;
padding: 0;
margin: 0;
}
.four ul li{
color: white;
margin-right: 20px;
list-style-type: none;
}
.four ul li i{
color: white;
font-size: 25px;
}
.four ul li i:hover{
color: #c4861c;
cursor: pointer;
} /* end of footer part*/