323 lines
8.0 KiB
SCSS
323 lines
8.0 KiB
SCSS
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow: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&display=swap');
|
||
|
|
|
||
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Barlow: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&display=swap');
|
||
|
|
|
||
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Barlow: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=Manrope:wght@200..800&display=swap');
|
||
|
|
|
||
|
|
.InitialPAge1-Container-selfBooking {
|
||
|
|
width: 100%;
|
||
|
|
position: fixed;
|
||
|
|
background-position: center;
|
||
|
|
background-size: cover;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
row-gap: 1rem;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Header-selfBooking {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 3.5rem 1rem;
|
||
|
|
gap: 2rem;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Header-selfBooking .InitialPAge1-Header-logo-selfBooking {
|
||
|
|
width: 80px;
|
||
|
|
height: 80px;
|
||
|
|
border-radius: 6px;
|
||
|
|
background-position: center;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
background-size: cover;
|
||
|
|
background-color: #fff;
|
||
|
|
|
||
|
|
@media (max-width:500px) {
|
||
|
|
width: 50px;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Header-logo-selfBooking img {
|
||
|
|
width: 80px;
|
||
|
|
height: 80px;
|
||
|
|
|
||
|
|
@media (max-width:500px) {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Header-selfBooking .InitialPAge1-Header-Title-selfBooking {
|
||
|
|
display: flex;
|
||
|
|
height: 100%;
|
||
|
|
font-size: clamp(1.1rem, 2.5vw, 1.5rem);
|
||
|
|
font-family: 'gilroy', sans-serif;
|
||
|
|
font-weight: 600;
|
||
|
|
text-wrap: nowrap;
|
||
|
|
justify-content: left;
|
||
|
|
text-wrap: wrap;
|
||
|
|
align-items: center;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
gap: 3rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(1) {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(1) p:nth-child(1) {
|
||
|
|
font-family: 'Barlow Condensed', sans-serif;
|
||
|
|
font-size: clamp(13rem, 8vw, 6.5rem);
|
||
|
|
text-transform: uppercase;
|
||
|
|
font-weight: 700;
|
||
|
|
text-align: center;
|
||
|
|
text-wrap: nowrap;
|
||
|
|
display: flex;
|
||
|
|
width: 90%;
|
||
|
|
justify-content: center;
|
||
|
|
column-gap: 1rem;
|
||
|
|
row-gap: 1rem;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
line-height: clamp(8rem, 8vw, 6.5rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(1) p:nth-child(1)>span:nth-child(2) {}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(1) p:nth-child(2) {
|
||
|
|
font-family: 'gilroy', sans-serif;
|
||
|
|
font-size: clamp(1.2rem, 2vw, 0.9rem);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 10px 40px;
|
||
|
|
padding-top: 3rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2) {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(1),
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(2) {
|
||
|
|
border-radius: 10px;
|
||
|
|
border: 1px solid #d9d9d9;
|
||
|
|
width: 10rem;
|
||
|
|
height: 10rem;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-evenly;
|
||
|
|
align-items: center;
|
||
|
|
background-color: rgba(243, 243, 243, 0.1);
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(1)>div:nth-child(1),
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
|
||
|
|
background-position: center;
|
||
|
|
background-size: cover;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
|
||
|
|
width: 119px;
|
||
|
|
height: 119px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
|
||
|
|
width: 119px;
|
||
|
|
height: 119px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(1)>div:nth-child(2),
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(2)>div:nth-child(2)>div:nth-child(2) {
|
||
|
|
font-weight: 600;
|
||
|
|
font-family: 'gilroy', sans-serif;
|
||
|
|
font-size: clamp(1rem, 4.5vw, 1rem);
|
||
|
|
text-wrap: nowrap;
|
||
|
|
color: #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 100vw;
|
||
|
|
background-color: #fff;
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
padding: 1rem;
|
||
|
|
row-gap: 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(1) {
|
||
|
|
font-size: clamp(0.2rem, 2.5vw, 1.5rem);
|
||
|
|
font-weight: 600;
|
||
|
|
font-family: 'gilroy', sans-serif;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(2) {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(2)>div {
|
||
|
|
width: 80px;
|
||
|
|
height: 35px;
|
||
|
|
background-size: contain;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
background-position: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(2)>div:nth-child(1) {
|
||
|
|
background-image: url('../../Images/Kiosk-UPI.svg');
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(2)>div:nth-child(2) {
|
||
|
|
background-image: url('../../Images/Kiosk-Visa.svg');
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(2)>div:nth-child(3) {
|
||
|
|
background-image: url('../../Images/Kiosk-Mastercard.svg');
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(2)>div:nth-child(4) {
|
||
|
|
background-image: url('../../Images/Kiosk-Cash.svg');
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-bg-img-selfBooking {
|
||
|
|
position: absolute;
|
||
|
|
z-index: -2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-bg-img-selfBooking img {
|
||
|
|
background-position: center;
|
||
|
|
background-size: cover;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
height: 99vh;
|
||
|
|
width: 100vw;
|
||
|
|
position: fixed;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-black-bg-selfBooking {
|
||
|
|
position: absolute;
|
||
|
|
z-index: -1;
|
||
|
|
background-color: rgba(0, 0, 0, 0.301);
|
||
|
|
height: 100vh;
|
||
|
|
width: 100vw;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-here-selfBooking {
|
||
|
|
font-size: clamp(17rem, 8vw, 6.5rem);
|
||
|
|
line-height: clamp(15rem, 8vw, 6.5rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.self-booking-container.error-container {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
min-height: 60vh;
|
||
|
|
// background: rgba(255, 255, 255, 0.95);
|
||
|
|
border-radius: 18px;
|
||
|
|
// box-shadow: 0 4px 24px rgba(0,0,0,0.10), 0 1.5px 6px rgba(255,0,0,0.08);
|
||
|
|
padding: 2.5rem 2rem 2rem 2rem;
|
||
|
|
max-width: 400px;
|
||
|
|
margin: 4rem auto;
|
||
|
|
// border: 1.5px solid #ff4d4f33;
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
color: #ff4d4f;
|
||
|
|
font-size: 2rem;
|
||
|
|
margin-bottom: 0.5rem;
|
||
|
|
font-weight: 700;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
color: #333;
|
||
|
|
font-size: 1.1rem;
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
text-align: center;
|
||
|
|
word-break: break-word;
|
||
|
|
}
|
||
|
|
|
||
|
|
button {
|
||
|
|
background: #ff4d4f;
|
||
|
|
color: #fff;
|
||
|
|
border: none;
|
||
|
|
border-radius: 6px;
|
||
|
|
padding: 0.7rem 1.6rem;
|
||
|
|
font-size: 1rem;
|
||
|
|
font-weight: 600;
|
||
|
|
cursor: pointer;
|
||
|
|
box-shadow: 0 2px 8px rgba(255, 77, 79, 0.08);
|
||
|
|
transition: background 0.2s, box-shadow 0.2s;
|
||
|
|
outline: none;
|
||
|
|
margin-top: 0.5rem;
|
||
|
|
|
||
|
|
&:hover,
|
||
|
|
&:focus {
|
||
|
|
background: #d9363e;
|
||
|
|
box-shadow: 0 4px 16px rgba(255, 77, 79, 0.15);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media only screen and (max-height: 950px) {
|
||
|
|
.InitialPAge1-Header-selfBooking {
|
||
|
|
padding: 1.5rem 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(1) p:nth-child(1) {
|
||
|
|
column-gap: 2rem;
|
||
|
|
font-size: clamp(9rem, 8vw, 6.5rem);
|
||
|
|
line-height: clamp(6rem, 8vw, 6.5rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-here-selfBooking {
|
||
|
|
font-size: clamp(9rem, 8vw, 6.5rem);
|
||
|
|
line-height: clamp(6rem, 8vw, 6.5rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Container-selfBooking {
|
||
|
|
row-gap: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking {
|
||
|
|
gap: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Body-selfBooking>div:nth-child(1) p:nth-child(2) {
|
||
|
|
padding: 2rem 0 0 0 !important;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Footer-selfBooking>div:nth-child(1) {
|
||
|
|
font-size: clamp(0.2rem, 1.4vw, 1.5rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.InitialPAge1-Header-selfBooking .InitialPAge1-Header-Title-selfBooking {
|
||
|
|
font-size: clamp(1.1rem, 1vw, 1.5rem);
|
||
|
|
}
|
||
|
|
}
|