-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
320 lines (305 loc) · 7.61 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
/* NavBar Styling starts here */
*{
height: auto;
width: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#home{
height: 550px;
width: 100%;
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/01/ORB_Storefront_6_imgB_1400x600_20211028.jpg?impolicy=fcrop&w=900&h=506&q=mediumHigh");
background-position: 0px;
background-repeat: no-repeat;
background-size: cover;
}
#navbar{
height: 90px;
width: 100%;
font-size: large;
display: flex;
background-color: #00253c;
font-size: 15px;
color: white;
}
#left, #right{
display:flex;
margin: auto;
}
#left_select>select:hover{
color: #00a4b7;
cursor: pointer;
}
#right>div:hover{
color: #00a4b7;
cursor: pointer;
}
#logo{
height: 30px;
width: 30%;
margin-left: 10%;
margin-right: 5%;
}
#left{
width: 60%;
float: left;
margin-right: 20px;
align-items: center;
}
#right{
width: 45%;
float: right;
margin: 0px;
align-items: center;
}
select{
margin-left: 20px;
height: 30%;
width: 23%;
font-size: 16px;
border: #00253c;
background-color: #00253c;
color: white;
}
/* NavBar styling Ends here */
/* Searching Bar Starts Here */
#searching_bar{
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
min-height: 250px;
width: 80%;
margin: auto;
margin-top: 2%;
background-color: ivory;
}
#searching_Nav>div:hover{
color: #00a4b7;
cursor: pointer;
text-decoration:underline;
}
#searching_Nav{
height: auto;
width: 60%;
align-items: center;
text-align: center;
margin: auto;
display: flex;
padding: 2%;
}
#searching_Nav+hr{
width: 90%;
}
#search_bar{
display: flex;
width: 80%;
margin: auto;
padding: 1%;
}
#search_bar > div>input{
margin-left: 0%;
width: 90%;
height: 45px;
}
#checkbox{
width: 32%;
display: flex;
margin-left: 6%;
align-items: center;
padding: 1%;
}
#search_btn{
width: 15%;
padding: 12px;
margin-left: 45%;
margin-bottom: 5%;
background-color: crimson;
color: white;
border: none;
}
#search_btn:hover{
cursor: pointer;
opacity: 0.7;
}
/* Searching box ends here */
/* Searching box ends here */
/* Offer_box start here */
#offer_box{
height: auto;
width: 100%;
display: flex;
margin-top: 8%;
}
#offer_box>div:hover{
cursor: pointer;
}
#offer_img_1, #offer_img_2, #offer_img_3{
height: 150px;
width: 30%;
box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
background-position: 0px;
background-repeat: no-repeat;
background-size: cover;
justify-content: space-between;
margin-left: 30px;
}
#offer_img_1{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/06/11/ORB_BrandPromise_TravelAsYouAre_imgB_840x473_20210611.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh");
}
#offer_img_2{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/04/01/ORB_BrandPromise_Rewards_imgB_840x473_20210331.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh");
}
#offer_img_3{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/04/01/ORB_BrandPromise_IGLTA_imgB_840x473_20210330.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh");
}
/* offer_box styling ends here */
/* featured offers starts here */
#featured_offers{
height: auto;
width: 100%;
margin-top: 5%;
margin-left: 0px;
}
#featured_img>div:hover{
cursor: pointer;
}
#featured_offers > h1{
margin-left: 3%;
}
#featured_img{
width: 100%;
display: grid;
grid-template-rows: 200px 200px 240px 240px;
grid-template-columns: repeat(4,20%);
grid-gap: 4%;
}
#featured_img > div{
background-position: 0px;
background-repeat: no-repeat;
background-size: cover;
justify-content: space-between;
margin-left: 30px;
}
#featured_1, #featured_2, #featured_3, #featured_4{
color: rgb(253, 237, 237);
font-size: 18px;
opacity: 0.85;
}
#featured_1{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/02/ORB_Storefront_LastMinute_imgB_900x600_20211101.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh");
grid-area: 1/1/1/1;
}
#featured_2{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/02/ORB_Storefront_AllInclusive_imgB_900x600_20211101.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh");
grid-area: 1/2/1/2;
}
#featured_3{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/02/ORB_Storefront_MOD_imgB_900x600_20211101.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh");
grid-area: 1/3/1/3;
}
#featured_4{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/02/ORB_Storefront_JetAndReset_imgB_900x600_20211101.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh");
grid-area: 1/4/1/4;
}
#featured_5{
grid-area:2/1/2/span 3;
}
#featured_6{
grid-area: 2/4/3/4;
}
#featured_7{
grid-area: 3/4/3/4;
}
#featured_8{
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2020/12/03/ORB_Storefront_Deals_2740x1484-V1.jpg");
grid-area: 4/1/5/span 4;
}
#featured_6,#featured_7{
display: flex;
font-size: 15px;
padding: 0px;
margin: 0px;
}
/* Featured offer ends here */
/* Cancel Refund Section Styling Starts here */
#track{
margin-top: 10%;
margin-left: 10px;
}
#track_box{
display: flex;
}
#track_box >div{
display:flex;
}
#track > h1{
margin-left: 20px;
}
#cancel, #refund,#credit{
height: 100px;
width: 30%;
margin-left: 20px;
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
#track_box > div >div +div{
width: 5%;
margin: 10px;
}
/* Cancel Refund Section Styling Ends Here */
/* Traveling Box Starts Here */
#traveling_tips{
margin: auto;
margin: 3%;
height: 250px;
width: 100%;
display: flex;
font-weight: bolder;
}
#traveling_box1{
width: 45%;
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/18/ORB_Blog_NationalParks_imgB_1199x399_20211117.jpg");
}
#traveling_box2{
width: 45%;
background-image: url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/18/ORB_Blog_RoadTrips_imgB_1199x399_20211117.jpg");
}
#traveling_box1, #traveling_box2{
background-position: 0px;
background-repeat: no-repeat;
background-size: cover;
margin-right: 25px;
color: #ffffff
}
button{
width: 20%;
padding: 1%;
color: #00253c;
font-size: 16px;
font-weight: bolder;
}
/* Explore Navbar starts here */
#explore{
width: 100%;
display: flex;
margin: auto;
justify-items: center;
}
#exp_img{
width: 65%;
margin: 1%;
}
#explore > div{
text-align: left;
margin-left: 2%;
font-size: 14px;
color: #00253c;
}
/* Explore Navbar ends here */
/* Footer styling starts here */
footer{
margin: auto;
margin-top: 4%;
height: 120px;
width: 80%;
text-align: center;
font-size: 14px;
color: rgb(51, 51, 51);
}
/* Footer styling ends here */