61 lines
1.2 KiB
CSS
61 lines
1.2 KiB
CSS
.bg-orange{
|
|
background: url(../assets/img/gallery/hero-bg.png);
|
|
}
|
|
.bg-orange2{
|
|
background: url(../assets/img/gallery/bg1.jpg)no-repeat;
|
|
background-size: cover;
|
|
|
|
|
|
}
|
|
.bg-holder{
|
|
background: url(../assets/img/gallery/cta-one-bg.png);
|
|
background-position:center;
|
|
background-size: cover;
|
|
|
|
}
|
|
.bg-howitworks{
|
|
background: #fff8ea9a
|
|
}
|
|
.bg-holder2{
|
|
background-image:url(../assets/img/gallery/cta-two-bg.png);
|
|
background-position:center;
|
|
background-size:cover;
|
|
}
|
|
.text-gradient{
|
|
background: linear-gradient(to right #FB3C00 10%,#FFB800 100%);
|
|
}
|
|
.input-group-icon
|
|
{display:flex;
|
|
align-items:center;
|
|
padding:.375rem .75rem;
|
|
font-size:1rem;
|
|
font-weight:400;
|
|
line-height:1.5;
|
|
color:#212529;
|
|
text-align:center;
|
|
white-space:nowrap;
|
|
background-color:#ffb30e69;
|
|
border:none;
|
|
border-radius:15px;
|
|
}
|
|
.form-control{
|
|
color:#212529;
|
|
background-color:#ffb30e69;
|
|
border-radius:15px;
|
|
border:none;
|
|
outline: none;
|
|
|
|
}
|
|
.bgfilter{
|
|
background: linear-gradient(to top, #ffc50a 31%, #ffc60a8a 63%);
|
|
}
|
|
.bg-resturant{
|
|
background: #fcc40f65
|
|
}
|
|
.bglightorange{
|
|
background: #fdc34798;
|
|
}
|
|
.img-burger{
|
|
background: url(../assets/img/gallery/burger.png);
|
|
}
|