TourIAm/TIAMSharedUI/obj/Debug/net7.0/scopedcss/Pages/Restaurants.razor.rz.scp.css

293 lines
6.6 KiB
CSS

/******* Common Element CSS Start ******/
body[b-50r1gj6w6k] {
font-family: "Roboto", sans-serif;
font-size: 16px;
}
.clear[b-50r1gj6w6k] {
clear: both;
}
img[b-50r1gj6w6k] {
max-width: 100%;
border: 0px;
}
ul[b-50r1gj6w6k],
ol[b-50r1gj6w6k] {
list-style: none;
}
a[b-50r1gj6w6k] {
text-decoration: none;
color: inherit;
outline: none;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
a:focus[b-50r1gj6w6k],
a:active[b-50r1gj6w6k],
a:visited[b-50r1gj6w6k],
a:hover[b-50r1gj6w6k] {
text-decoration: none;
outline: none;
}
a:hover[b-50r1gj6w6k] {
color: #e73700;
}
h2[b-50r1gj6w6k] {
margin-bottom: 48px;
padding-bottom: 16px;
font-size: 20px;
line-height: 28px;
font-weight: 700;
position: relative;
text-transform: capitalize;
}
h3[b-50r1gj6w6k] {
margin: 0 0 10px;
font-size: 28px;
line-height: 36px;
}
button[b-50r1gj6w6k] {
outline: none !important;
}
/******* Common Element CSS End *********/
/* -------- title style ------- */
.line-title[b-50r1gj6w6k] {
position: relative;
width: 400px;
}
.line-title[b-50r1gj6w6k]::before,
.line-title[b-50r1gj6w6k]::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 4px;
border-radius: 2px;
}
.line-title[b-50r1gj6w6k]::before {
width: 100%;
background: #f2f2f2;
}
.line-title[b-50r1gj6w6k]::after {
width: 32px;
background: #e73700;
}
/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section[b-50r1gj6w6k] {
/*padding: 5px 50px;*/
}
.game-section .owl-stage[b-50r1gj6w6k] {
margin: 15px 0;
display: flex;
display: -webkit-flex;
}
.game-section .item[b-50r1gj6w6k] {
margin: 0 15px 60px;
width: 320px;
height: 400px;
display: flex;
display: -webkit-flex;
align-items: flex-end;
-webkit-align-items: flex-end;
background: #343434 no-repeat center center / cover;
border-radius: 16px;
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
cursor: pointer;
box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
}
.game-section .item.active[b-50r1gj6w6k] {
width: 500px;
box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item[b-50r1gj6w6k]:after {
content: "";
display: block;
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc[b-50r1gj6w6k] {
padding: 0 24px 12px;
color: #fff;
position: relative;
z-index: 1;
overflow: hidden;
transform: translateY(calc(100% - 54px));
-webkit-transform: translateY(calc(100% - 54px));
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc[b-50r1gj6w6k] {
transform: none;
-webkit-transform: none;
}
.game-section .item-desc p[b-50r1gj6w6k] {
opacity: 0;
-webkit-transform: translateY(32px);
transform: translateY(32px);
transition: all 0.4s ease-in-out 0.2s;
-webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p[b-50r1gj6w6k] {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots[b-50r1gj6w6k] {
margin-top: -20px;
position: relative;
z-index: 5;
}
/******** Middle section CSS End *******/
/***** responsive css Start ******/
@media (min-width: 992px) and (max-width: 1199px) {
h2[b-50r1gj6w6k] {
margin-bottom: 32px;
}
h3[b-50r1gj6w6k] {
margin: 0 0 8px;
font-size: 24px;
line-height: 32px;
}
/* -------- Landing page ------- */
.game-section[b-50r1gj6w6k] {
/*padding: 50px 5px;*/
}
.game-section .item[b-50r1gj6w6k] {
margin: 0 12px 60px;
width: 260px;
height: 360px;
}
.game-section .item.active[b-50r1gj6w6k] {
width: 400px;
}
.game-section .item-desc[b-50r1gj6w6k] {
transform: translateY(calc(100% - 46px));
-webkit-transform: translateY(calc(100% - 46px));
}
}
@media (min-width: 768px) and (max-width: 991px) {
h2[b-50r1gj6w6k] {
margin-bottom: 32px;
}
h3[b-50r1gj6w6k] {
margin: 0 0 8px;
font-size: 24px;
line-height: 32px;
}
.line-title[b-50r1gj6w6k] {
width: 330px;
}
/* -------- Landing page ------- */
.game-section[b-50r1gj6w6k] {
/*padding: 50px 5px 40px;*/
}
.game-section .item[b-50r1gj6w6k] {
margin: 0 12px 60px;
width: 240px;
height: 330px;
}
.game-section .item.active[b-50r1gj6w6k] {
width: 360px;
}
.game-section .item-desc[b-50r1gj6w6k] {
transform: translateY(calc(100% - 42px));
-webkit-transform: translateY(calc(100% - 42px));
}
}
@media (max-width: 767px) {
body[b-50r1gj6w6k] {
font-size: 14px;
}
h2[b-50r1gj6w6k] {
margin-bottom: 20px;
}
h3[b-50r1gj6w6k] {
margin: 0 0 8px;
font-size: 19px;
line-height: 24px;
}
.line-title[b-50r1gj6w6k] {
width: 250px;
}
/* -------- Landing page ------- */
.game-section[b-50r1gj6w6k] {
/*padding: 30px 15px 20px;*/
}
.game-section .item[b-50r1gj6w6k] {
margin: 0 10px 40px;
width: 200px;
height: 280px;
}
.game-section .item.active[b-50r1gj6w6k] {
width: 270px;
box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
}
.game-section .item-desc[b-50r1gj6w6k] {
padding: 0 14px 5px;
transform: translateY(calc(100% - 42px));
-webkit-transform: translateY(calc(100% - 42px));
}
.container-fluid[b-50r1gj6w6k]{
padding: 20px;
}
}