iceholidays-frontend 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/iceholidays/frontend/actiontext.scss +119 -0
  3. data/app/assets/stylesheets/iceholidays/frontend/application.sass.scss +961 -355
  4. data/app/assets/stylesheets/iceholidays/frontend/common.scss +156 -72
  5. data/app/assets/stylesheets/iceholidays/frontend/layout.scss +218 -125
  6. data/app/assets/stylesheets/iceholidays/frontend/utils/_antd_overrides.scss +22 -7
  7. data/app/assets/stylesheets/iceholidays/frontend/utils/_variables.scss +2 -1
  8. data/app/assets/stylesheets/iceholidays/frontend/widgets/filter_pills.scss +19 -12
  9. data/app/assets/stylesheets/iceholidays/frontend/widgets/search_bar.scss +4 -0
  10. data/app/controllers/iceholidays/frontend/posts_controller.rb +14 -0
  11. data/app/javascript/api-services/agents-api.service.ts +33 -0
  12. data/app/javascript/api-services/locations-api.service.ts +23 -1
  13. data/app/javascript/api-services/series-api.service.ts +48 -28
  14. data/app/javascript/interfaces/agent.interface.ts +11 -0
  15. data/app/javascript/interfaces/country.interface.ts +4 -3
  16. data/app/javascript/interfaces/itinerary.interface.ts +101 -8
  17. data/app/javascript/react/App.tsx +1 -1
  18. data/app/javascript/react/components/Destinations.tsx +30 -20
  19. data/app/javascript/react/components/PriceDetails.tsx +146 -0
  20. data/app/javascript/react/components/shared/ContactAgentsForm.tsx +44 -0
  21. data/app/javascript/react/components/shared/Headline.tsx +2 -1
  22. data/app/javascript/react/components/shared/LocationDropdown.tsx +34 -0
  23. data/app/javascript/react/components/shared/{Postcard.tsx → LocationPostcards.tsx} +22 -1
  24. data/app/javascript/react/layouts/MainFooter.tsx +64 -39
  25. data/app/javascript/react/layouts/MainHeader.tsx +68 -30
  26. data/app/javascript/react/pages/AboutUsPage.tsx +6 -6
  27. data/app/javascript/react/pages/BlogPage.tsx +6 -4
  28. data/app/javascript/react/pages/ContactAgentsPage.tsx +174 -5
  29. data/app/javascript/react/pages/ContactUsPage.tsx +5 -5
  30. data/app/javascript/react/pages/CountriesPage.tsx +3 -8
  31. data/app/javascript/react/pages/Homepage.tsx +23 -13
  32. data/app/javascript/react/pages/ListingPage.tsx +192 -146
  33. data/app/javascript/react/pages/ShowPage.tsx +269 -264
  34. data/app/javascript/react/widgets/FilterPills.tsx +83 -49
  35. data/app/javascript/react/widgets/SearchBarWidget.tsx +24 -8
  36. data/app/views/iceholidays/frontend/posts/index.html.erb +9 -0
  37. data/app/views/iceholidays/frontend/posts/show.html.erb +2 -0
  38. data/config/routes.rb +2 -1
  39. data/lib/iceholidays/frontend/version.rb +1 -1
  40. data/public/iceholidays-assets/application.css +1190 -425
  41. data/public/iceholidays-assets/application.js +91 -104
  42. data/public/iceholidays-assets/application.js.map +4 -4
  43. data/public/iceholidays-assets/images/about-us_logo_mobile.png +0 -0
  44. data/public/iceholidays-assets/images/destinations_logo.png +0 -0
  45. data/public/iceholidays-assets/images/footer-bg_mobile.png +0 -0
  46. data/public/iceholidays-assets/images/logo_mobile.png +0 -0
  47. metadata +18 -27
  48. data/public/iceholidays-assets/images/8D7N.png +0 -0
  49. data/public/iceholidays-assets/images/Frame71.png +0 -0
  50. data/public/iceholidays-assets/images/africa.png +0 -0
  51. data/public/iceholidays-assets/images/banner1.png +0 -0
  52. data/public/iceholidays-assets/images/banner2.png +0 -0
  53. data/public/iceholidays-assets/images/china.png +0 -0
  54. data/public/iceholidays-assets/images/china2.png +0 -0
  55. data/public/iceholidays-assets/images/chongqing.png +0 -0
  56. data/public/iceholidays-assets/images/guangzhou.png +0 -0
  57. data/public/iceholidays-assets/images/guilin.png +0 -0
  58. data/public/iceholidays-assets/images/harbin.png +0 -0
  59. data/public/iceholidays-assets/images/hongkong.png +0 -0
  60. data/public/iceholidays-assets/images/inner_mongolia.png +0 -0
  61. data/public/iceholidays-assets/images/jiangxi.png +0 -0
  62. data/public/iceholidays-assets/images/kenya.png +0 -0
  63. data/public/iceholidays-assets/images/kenya2.png +0 -0
  64. data/public/iceholidays-assets/images/kunming.png +0 -0
  65. data/public/iceholidays-assets/images/slikroad.png +0 -0
  66. data/public/iceholidays-assets/images/southafrica.png +0 -0
  67. data/public/iceholidays-assets/images/tanzania.png +0 -0
  68. data/public/iceholidays-assets/images/tour1.png +0 -0
  69. data/public/iceholidays-assets/images/uganda.png +0 -0
  70. /data/public/iceholidays-assets/images/{Group_71.png → about-us_logo.png} +0 -0
  71. /data/public/iceholidays-assets/images/{logo_container.png → logo.png} +0 -0
@@ -21,6 +21,7 @@
21
21
  @import "common.scss";
22
22
  @import "widgets/search_bar.scss";
23
23
  @import "widgets/filter_pills.scss";
24
+ @import "actiontext.scss";
24
25
 
25
26
 
26
27
  body{
@@ -38,7 +39,7 @@ body{
38
39
  #homepage{
39
40
 
40
41
  &_banner{
41
- min-height: 760px;
42
+ // min-height: 760px;
42
43
  border-radius: 0px 0px 50px 50px;
43
44
 
44
45
  [class~='ant-carousel'] {
@@ -48,116 +49,36 @@ body{
48
49
  .slick-next{
49
50
  inset-inline-end: 115px;
50
51
  }
52
+ .slick-slide img{
53
+ width: 100%;
54
+ }
51
55
  }
52
56
  }
53
57
  }
54
58
 
55
59
 
56
60
  #popular-destinations{
57
- margin: auto;
58
- width: 80%;
61
+ margin-bottom: 30px;
59
62
 
60
63
  h1{
61
64
  font-family: $font-default;
62
- font-size: 45px;
63
- font-weight: 200;
64
- line-height: 67.5px;
65
65
  text-align: center;
66
66
  text-underline-position: from-font;
67
67
  text-decoration-skip-ink: none;
68
68
  text-transform: uppercase;
69
69
  color: #545047;
70
- }
70
+ font-size: 24px;
71
+ font-weight: 300;
72
+ line-height: 36px;
71
73
 
72
- .ant-tabs .ant-tabs-content-holder{
73
- margin-top: -2px;
74
+ width: 80%;
75
+ margin: 20px auto;
74
76
  }
75
77
 
76
78
  .ant-tabs >.ant-tabs-nav{
77
- margin: 0;
78
- }
79
-
80
- .ant-tabs-nav {
81
- width: 100% !important;
82
- }
83
-
84
- .ant-tabs-card.ant-tabs-top >.ant-tabs-nav {
85
- .ant-tabs-tab {
86
- display: block; // centers text inside tabs
87
- // flex: 1;
88
- text-align: center;
89
- justify-content: center;
90
- background: transparent;
91
- // border-color: #EBEBEB;
92
- // border-bottom-color: $primary-color;
93
- margin-left: 30px;
94
- padding: 0;
95
-
96
- &+.ant-tabs-tab{
97
- margin:0;
98
- }
99
-
100
- .ant-tabs-tab-btn {
101
- text-transform: uppercase;
102
- font-family: $font-default;
103
- font-size: 20px;
104
- font-weight: 400;
105
- line-height: 30px;
106
- letter-spacing: 0.05em;
107
- text-align: center;
108
- text-underline-position: from-font;
109
- text-decoration-skip-ink: none;
110
- color: $primary-color;
111
-
112
- position: relative;
113
- margin: 0 5px;
114
- padding: 8px 20px;
115
- background: #FAFAFA;
116
- border-radius: 20px 20px 0 0;
117
-
118
- &:before, &:after{
119
- content: " ";
120
- position: absolute;
121
- top: 0;
122
- width: 23px;
123
- height: 100%;
124
- background-color: inherit;
125
- }
126
-
127
- &:before{
128
- border-radius: 12px 0 0 0;
129
- transform: skew(-24deg);
130
- left: -13px;
131
- }
132
-
133
- &:after{
134
- border-radius: 0 12px 0 0;
135
- transform: skew(24deg);
136
- right: -13px; /* play with this one to give the LI border ~2px extrusion */
137
- border-right: 1px solid #EBEBEB;
138
- z-index: 1; /* overlap next element */
139
- }
140
- }
141
-
142
- &.ant-tabs-tab-active{
143
- z-index: 1;
144
- // border-bottom-color: $primary-color;
145
- .ant-tabs-tab-btn {
146
- background: linear-gradient(180deg, $secondary-color -1.58%, $primary-color 92.51%);
147
- color: white !important;
148
-
149
- &:before, &:after{
150
- background: linear-gradient(180deg, $secondary-color -1.58%, $primary-color 92.51%);
151
- }
152
- }
153
- }
154
- }
155
- }
156
-
157
- .ant-tabs-nav > div:nth-of-type(1) {
158
- display: unset !important;
159
- width: 100% !important;
79
+ display: none;
160
80
  }
81
+
161
82
 
162
83
  .country{
163
84
  position: relative;
@@ -171,17 +92,18 @@ body{
171
92
  border-width: 5px 0px 5px 0px;
172
93
  border-style: solid;
173
94
  border-color: $primary-color;
174
- border-radius: 20px;
175
95
  }
176
96
 
177
97
  &-name{
178
- width: 160px;
179
- height: 71px;
180
- top: 58px;
181
- left: 45px;
182
- gap: 0px;
183
- opacity: 0px;
98
+ width: auto;
99
+ height: 42px;
100
+ top: 24px;
101
+ left: 24px;
184
102
  position: absolute;
103
+ text-align: left;
104
+ font-size: 28px;
105
+ font-weight: 300;
106
+ line-height: 42px;
185
107
  }
186
108
 
187
109
  .bottom-logo{
@@ -190,45 +112,40 @@ body{
190
112
  border-color: #F2F2F2;
191
113
  left: 0;
192
114
  width: 100%;
115
+ text-align: center;
193
116
  }
194
117
  }
195
118
 
196
- .top-cities {
197
- h2{
198
- font-family: $font-default;
199
- font-size: 30px;
200
- font-weight: 600;
201
- line-height: 45px;
202
- letter-spacing: 0.05em;
203
- text-align: left;
204
- text-underline-position: from-font;
205
- text-decoration-skip-ink: none;
206
-
207
- }
119
+
120
+ h2{
121
+ font-family: $font-default;
122
+ font-size: 22px;
123
+ font-weight: 600;
124
+ line-height: 33px;
125
+ text-align: left;
126
+ text-underline-position: from-font;
127
+ text-decoration-skip-ink: none;
128
+ }
129
+
130
+ .top-cities,
131
+ .more-cities,
132
+ .highlights {
133
+ padding: 10px 25px;
208
134
  }
209
135
 
210
136
  .more-cities {
211
- h2{
212
- font-family: $font-default;
213
- font-size: 30px;
214
- font-weight: 600;
215
- line-height: 45px;
216
- letter-spacing: 0.05em;
217
- text-align: left;
218
- text-underline-position: from-font;
219
- text-decoration-skip-ink: none;
220
- }
221
137
 
222
138
  .other-destinations{
223
139
  display: inline-flex;
140
+ flex-wrap: wrap;
224
141
  gap: 10px;
225
142
 
226
143
  a{
227
144
  font-family: $font-default;
228
- font-size: 18px;
145
+ font-size: 14px;
229
146
  font-weight: 400;
230
- line-height: 27px;
231
- letter-spacing: 0.05em;
147
+ line-height: 21px;
148
+ letter-spacing: 0.02em;
232
149
  text-align: left;
233
150
  text-underline-position: from-font;
234
151
  text-decoration-skip-ink: none;
@@ -240,19 +157,24 @@ body{
240
157
  gap: 4px;
241
158
  border-radius: 20px;
242
159
  opacity: 0px;
243
-
244
160
  }
245
161
  }
246
162
  }
247
163
 
248
164
  .highlights{
249
- display: grid;
250
- grid-template-columns: repeat(5, 1fr);
165
+ display: inline-flex;
166
+ overflow-x: auto;
251
167
  gap: 10px;
252
- margin-top: 30px;
168
+ margin-top: 20px;
169
+ width: 100%;
170
+
171
+ a{
172
+ flex-grow: 1;
173
+ flex-shrink: 0;
174
+ }
253
175
 
254
176
  .tour{
255
- // width: 220px;
177
+ min-width: 210px;
256
178
  height: 352px;
257
179
  padding: 15px 0px 0px 0px;
258
180
  gap: 0px;
@@ -310,153 +232,35 @@ body{
310
232
  }
311
233
 
312
234
 
313
- #testimonials{
314
- max-width: 1099px;
315
- margin: auto;
316
- padding: 50px 0;
317
-
318
- [class~='ant-carousel'] {
319
- .slick-slider{
320
- padding: 0 70px;
321
- }
322
- .slick-list {
323
- margin: 0;
324
- }
325
-
326
- .slick-track {
327
- margin: auto;
328
- }
329
-
330
- .slick-slide>div {
331
- padding: 20px 15px;
332
- }
333
-
334
- .slick-prev,
335
- .slick-next{
336
- color: #959492;
337
-
338
- &:hover{
339
- color: #DFB163;
340
- }
341
- }
342
- }
343
-
344
- .testimonial{
345
- // min-height: 383px;
346
- padding: 10px 18px 20px 18px;
347
- gap: 15px;
348
- border-radius: 20px;
349
- opacity: 0px;
350
- background: #FFFFFF;
351
- box-shadow: 0px 5px 20px 0px #E1B65B33;
352
- text-align: center;
353
- display: flex !important;
354
- flex-direction: column;
355
- justify-content: flex-start;
356
-
357
- .stars-icon{
358
- width: 92px;
359
- height: 32px;
360
- gap: 0px;
361
- opacity: 0px;
362
- margin: auto;
363
-
364
- }
365
-
366
- .tour{
367
- width: 100%;
368
- // height: 56px;
369
- padding: 10px;
370
- gap: 10px;
371
- border-radius: 10px;
372
- opacity: 0px;
373
- background: linear-gradient(270deg, $secondary-color 0%, #FFFDF5 117.76%);
374
- box-shadow: 0px 7px 16.7px 0px #E1B65B80;
375
- box-sizing: border-box;
376
- display: inline-flex;
377
- align-items: center;
378
-
379
- img{
380
- width: 28.46px;
381
- height: 26.5px;
382
- }
383
-
384
- span{
385
- font-family: $font-default;
386
- font-size: 12px;
387
- font-weight: 500;
388
- line-height: 18px;
389
- text-align: left;
390
- text-underline-position: from-font;
391
- text-decoration-skip-ink: none;
392
- color: #AA853E;
393
- width: 100%;
394
- display: block;
395
- }
396
-
397
- }
398
-
399
- .comment {
400
- white-space: break-spaces;
401
-
402
- span{
403
- font-family: $font-default;
404
- font-size: 14px;
405
- font-style: italic;
406
- font-weight: 200;
407
- line-height: 21px;
408
- text-align: center;
409
- text-underline-position: from-font;
410
- text-decoration-skip-ink: none;
411
- }
412
- }
413
-
414
- .author {
415
- display: inline-flex;
416
- align-items: center;
417
- justify-content: center;
418
- gap: 10px;
419
-
420
- .author-icon{
421
- color: rgba(0, 0, 0, 0.8);
422
- width: 20px;
423
- height: 20px;
424
- }
425
- span{
426
- font-family: $font-default;
427
- font-size: 20px;
428
- font-weight: 400;
429
- line-height: 30px;
430
- letter-spacing: 0.05em;
431
- text-align: left;
432
- text-underline-position: from-font;
433
- text-decoration-skip-ink: none;
434
-
435
- }
436
- }
437
- }
235
+ #testimonials-section{
236
+ display: none;
438
237
  }
439
238
 
440
239
 
441
240
  #listing-page{
442
241
 
443
242
  &_header{
444
- .country-filter.ant-select{
445
- line-height: 35px;
446
- width: 170px;
243
+ .location-dropdown{
244
+ margin: 0;
245
+ }
246
+
247
+ .location-filter.ant-select{
248
+ // line-height: 36px;
249
+ height: auto;
250
+ width: 100%;
447
251
 
448
252
  .ant-select-selector{
449
- padding: 3px 40px 3px 15px;
450
- border-radius: 30px;
253
+ background: #FFFF;
451
254
  height: 36px;
452
255
  }
453
256
 
454
257
  .ant-select-selection-item{
455
258
  font-family: $font-default;
456
- font-size: 20px;
259
+ font-family: Poppins;
457
260
  font-weight: 500;
458
- line-height: 30px;
459
- letter-spacing: 0.05em;
261
+ font-size: 16px;
262
+ line-height: 24px;
263
+ letter-spacing: 5%;
460
264
  text-align: left;
461
265
  text-underline-position: from-font;
462
266
  text-decoration-skip-ink: none;
@@ -500,15 +304,16 @@ body{
500
304
 
501
305
  #tours{
502
306
  .tour{
307
+ flex-direction: column;
503
308
 
504
309
  &_image{
505
310
  height: 100%;
506
311
 
507
312
  img{
508
- width: 300px;
313
+ width: 100%;
509
314
  height: 100%;
510
315
  border-top-left-radius: 20px;
511
- border-bottom-left-radius: 20px;
316
+ border-top-right-radius: 20px;
512
317
  }
513
318
  }
514
319
 
@@ -532,7 +337,8 @@ body{
532
337
  text-align: left;
533
338
  text-underline-position: from-font;
534
339
  text-decoration-skip-ink: none;
535
- max-width: 95%;
340
+ max-width: calc(100% - 30px);
341
+ overflow-wrap: anywhere;
536
342
  }
537
343
 
538
344
  &_subtitle{
@@ -593,22 +399,36 @@ body{
593
399
  text-decoration-skip-ink: none;
594
400
  color: #434039;
595
401
  }
402
+
403
+ .date-selector{
404
+ justify-content: center;
405
+ }
596
406
  }
597
407
  }
598
408
 
599
409
  &_pricing{
600
410
  background-color: $primary-color;
601
411
  padding: 20px;
602
- border-top-right-radius: 20px;
412
+ border-bottom-left-radius: 20px;
603
413
  border-bottom-right-radius: 20px;
604
414
  height: 100%;
605
415
 
416
+ &_details{
417
+ align-items: baseline;
418
+ justify-content: center;
419
+ gap: 10px;
420
+ }
421
+
606
422
  &>.ant-space{
607
423
  height: 100%;
608
424
  width: 100%;
609
425
  justify-content: center;
610
426
  }
611
427
 
428
+ .ant-space-item{
429
+ width: 100%;
430
+ }
431
+
612
432
  span{
613
433
  font-family: $font-default;
614
434
  font-size: 15px;
@@ -641,6 +461,8 @@ body{
641
461
  text-decoration-skip-ink: none;
642
462
  color: $primary-color;
643
463
  background-color: #FFFFFF;
464
+ display: block;
465
+ width: 100%;
644
466
  }
645
467
  }
646
468
  }
@@ -666,6 +488,13 @@ body{
666
488
  }
667
489
  }
668
490
 
491
+ .tour_details_itinerary.ant-modal{
492
+ #itinerary-file img{
493
+ width: 100%;
494
+ object-fit: contain;
495
+ }
496
+ }
497
+
669
498
  .tour_details_all_dates.ant-modal{
670
499
  .ant-modal-title{
671
500
  padding-right: 30px;
@@ -736,18 +565,19 @@ body{
736
565
 
737
566
  *{
738
567
  //can change to container width
739
- --side-padding: 10%;
568
+ --side-padding: 20px;
740
569
  }
741
570
 
742
571
  #show-page{
572
+ $transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
743
573
 
744
574
  &_header{
745
575
  h1{
746
- font-size: 30px;
747
- font-weight: 400;
748
- line-height: 45px;
749
- letter-spacing: 0.05em;
576
+ font-size: 18px;
577
+ line-height: 27px;
578
+ letter-spacing: 0%;
750
579
  text-align: left;
580
+ overflow-wrap: anywhere;
751
581
  }
752
582
 
753
583
  .tour_details{
@@ -873,7 +703,7 @@ body{
873
703
  text-align: left;
874
704
  text-underline-position: from-font;
875
705
  text-decoration-skip-ink: none;
876
- color: #5B4713;
706
+ color: $supportive-color;
877
707
  }
878
708
 
879
709
  &_content{
@@ -882,13 +712,13 @@ body{
882
712
  border-radius: 5px;
883
713
  background: #F9F6F3;
884
714
  display: grid;
885
- grid-template-columns: repeat(5, 18%);
715
+ grid-template-columns: repeat(2, 1fr);
886
716
  justify-content: center;
887
717
  text-align: center;
888
718
  gap: 20px;
889
719
 
890
720
  .item{
891
- color: #5B4713;
721
+ color: $supportive-color;
892
722
 
893
723
  .icon{
894
724
  opacity: 0.8;
@@ -912,9 +742,46 @@ body{
912
742
 
913
743
  }
914
744
 
745
+ #description{
746
+ position: relative;
747
+ transition: height $transition;
748
+
749
+ &+button{
750
+ margin-top: 10px;
751
+ font-family: $font-default;
752
+ font-weight: 500;
753
+ font-size: 14px;
754
+ line-height: 21px;
755
+ letter-spacing: 5%;
756
+ text-align: right;
757
+ color: #545047;
758
+ }
759
+
760
+ &.collapsed{
761
+ height: 300px;
762
+ overflow: hidden;
763
+
764
+ &::after{
765
+ content: "";
766
+ position: absolute;
767
+ z-index: 1;
768
+ bottom: 0;
769
+ left: 0;
770
+ pointer-events: none;
771
+ background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
772
+ width: 100%;
773
+ height: 5em;
774
+ transition: opacity $transition;
775
+ }
776
+
777
+ &+button{
778
+ margin-top: 0px;
779
+ }
780
+ }
781
+
782
+ }
783
+
915
784
  .schedule{
916
- // width: Fill (795px)px;
917
- // height: Hug (87px)px;
918
785
  padding: 20px;
919
786
  gap: 32px;
920
787
  border-radius: 5px;
@@ -922,8 +789,13 @@ body{
922
789
  display: inline-flex;
923
790
  align-items: center;
924
791
  justify-content: space-between;
792
+ flex-direction: column;
793
+ text-align: center;
925
794
 
926
795
  .flight-date{
796
+ width: 100%;
797
+ text-align: left;
798
+
927
799
  svg{
928
800
  vertical-align: middle;
929
801
  margin-right: 12px;
@@ -985,14 +857,6 @@ body{
985
857
  flex-direction: column;
986
858
  gap: 8px;
987
859
  }
988
-
989
- .from{
990
- align-items: flex-end;
991
- }
992
-
993
- .to{
994
- align-items: flex-start;
995
- }
996
860
 
997
861
  label{
998
862
  font-family: $font-default;
@@ -1011,13 +875,35 @@ body{
1011
875
  font-size: 12px;
1012
876
  font-weight: 300;
1013
877
  line-height: 18px;
1014
- text-align: center;
1015
878
  text-underline-position: from-font;
1016
879
  text-decoration-skip-ink: none;
1017
880
  color: rgba(91, 71, 19, 0.7);
1018
881
  }
1019
882
 
883
+
884
+ .from{
885
+ align-items: flex-end;
886
+
887
+ span{
888
+ text-align: right;
889
+ }
890
+ }
891
+
892
+ .to{
893
+ align-items: flex-start;
894
+
895
+ span{
896
+ text-align: left;
897
+ }
898
+ }
899
+
1020
900
  &_icon{
901
+ width: 53px;
902
+
903
+ img{
904
+ vertical-align: middle;
905
+ }
906
+
1021
907
  &::before, &::after{
1022
908
  /* Styles kept */
1023
909
  width: 25%;
@@ -1032,7 +918,7 @@ body{
1032
918
 
1033
919
  /* Use padding to vertical align the line */
1034
920
  /* Use padding in em for a responsive icon height */
1035
- padding-top: 0.5em;
921
+ padding-top: 0.2em;
1036
922
 
1037
923
  /* Use margins to give the lines some spacement around the icon */
1038
924
  /* Use margins in % for a responsive spacement */
@@ -1043,69 +929,98 @@ body{
1043
929
  }
1044
930
  }
1045
931
 
1046
- #pricing-table{
1047
- width: 100%;
1048
- border-spacing: 5px 0;
932
+ .super-promo{
933
+ background: rgba(249, 226, 152, 1);
934
+ }
1049
935
 
1050
- .super-promo{
1051
- background: rgba(249, 226, 152, 1);
1052
- }
936
+ .promo1{
937
+ background: rgba(249, 246, 243, 1);
938
+ }
1053
939
 
1054
- .promo{
1055
- background: rgba(249, 246, 243, 1);
1056
- }
940
+ .normal{
941
+ background: rgba(245, 245, 245, 1);
942
+ }
1057
943
 
1058
- .normal{
1059
- background: rgba(245, 245, 245, 1);
1060
- }
944
+ #pricing-table{
945
+ display: none;
946
+ }
1061
947
 
1062
- th{
1063
- border-top-left-radius: 10px;
1064
- border-top-right-radius: 10px;
1065
- font-family: $font-default;
1066
- font-size: 14px;
1067
- font-weight: 700;
1068
- line-height: 21px;
1069
- letter-spacing: 0.05em;
1070
- text-align: center;
1071
- text-underline-position: from-font;
1072
- text-decoration-skip-ink: none;
1073
- color: rgba(131, 104, 72, 1);
948
+ #pricing-list{
949
+ .ant-card .ant-card-body{
1074
950
  padding: 10px 15px;
1075
951
  }
1076
952
 
1077
- td{
953
+ .pricing-header{
1078
954
  font-family: $font-default;
955
+ font-weight: 600;
1079
956
  font-size: 14px;
1080
- font-weight: 500;
1081
957
  line-height: 21px;
1082
- letter-spacing: 0.05em;
958
+ letter-spacing: 2%;
1083
959
  text-align: center;
1084
- text-underline-position: from-font;
1085
- text-decoration-skip-ink: none;
1086
- color: rgba(84, 80, 71, 1);
1087
- padding: 15px;
1088
- white-space: nowrap;
1089
-
1090
- &:first-child{
1091
- text-align: left;
1092
- font-weight: 400;
1093
- }
960
+ color: #836848;
961
+ margin-bottom: 10px;
962
+ text-transform: capitalize;
1094
963
  }
1095
964
 
1096
- tr:last-child td{
1097
- border-bottom-left-radius: 10px;
1098
- border-bottom-right-radius: 10px;
965
+ .pricing-body{
966
+
967
+ .pricing {
968
+ display: flex;
969
+ justify-content: space-between;
970
+ color: #545047;
971
+
972
+ .category{
973
+ font-family: $font-default;
974
+ font-weight: 400;
975
+ font-size: 12px;
976
+ line-height: 18px;
977
+ letter-spacing: 5%;
978
+ }
979
+ .price{
980
+ font-family: Poppins;
981
+ font-weight: 500;
982
+ font-size: 14px;
983
+ line-height: 21px;
984
+ letter-spacing: 5%;
985
+ text-align: center;
986
+
987
+ }
988
+ }
1099
989
  }
990
+
1100
991
  }
1101
992
  }
1102
993
  }
1103
994
 
995
+ .toggle_contact-agent{
996
+ cursor: pointer;
997
+ border-bottom-left-radius: 20px;
998
+ border-top-left-radius: 20px;
999
+ color: #FFFFFF;
1000
+ background-color: #836848;
1001
+ font-size: 12px;
1002
+ line-height: 18px;
1003
+ letter-spacing: 5%;
1004
+ padding: 11px 15px 11px 15px;
1005
+ width: 135px;
1006
+ position: absolute;
1007
+ right: 0;
1008
+ }
1009
+
1010
+ .contact-agent-sider{
1011
+ position: fixed;
1012
+ z-index: 1;
1013
+ right: 0;
1014
+ top: 110px;
1015
+ }
1016
+
1104
1017
  .contact-agent{
1105
- // width: 265px;
1106
1018
  height: auto;
1107
- border-radius: 20px;
1108
1019
  background: #FFFFFF;
1020
+ border-radius: 20px;
1021
+ border-bottom-right-radius: 0;
1022
+ border-top-right-radius: 0;
1023
+ display: none;
1109
1024
 
1110
1025
  &_header{
1111
1026
  background-color: #F9E298;
@@ -1122,6 +1037,9 @@ body{
1122
1037
  border-radius: inherit;
1123
1038
  border-bottom-left-radius: 0;
1124
1039
  border-bottom-right-radius: 0;
1040
+ display: flex;
1041
+ align-items: center;
1042
+ justify-content: space-between;
1125
1043
  }
1126
1044
 
1127
1045
  &_content{
@@ -1162,14 +1080,38 @@ body{
1162
1080
  }
1163
1081
 
1164
1082
  }
1083
+
1084
+ .show-contact-agent-mobile{
1085
+ .toggle_contact-agent{
1086
+ display: none;
1087
+ }
1088
+ .contact-agent{
1089
+ display: block;
1090
+ }
1091
+ }
1165
1092
  }
1166
1093
  }
1167
1094
 
1168
1095
  .agent-full-contact-details{
1096
+ .ant-modal-title{
1097
+ img{
1098
+ height: 40px;
1099
+ object-fit: cover;
1100
+ }
1101
+ }
1169
1102
  .contact-details{
1170
1103
  padding: 15px 10px 15px 10px;
1171
1104
  background: rgba(245, 245, 245, 1);
1172
1105
 
1106
+ h2{
1107
+ font-family: $font-default;
1108
+ font-weight: 600;
1109
+ font-size: 16px;
1110
+ line-height: 24px;
1111
+ letter-spacing: 3%;
1112
+ color: #000000CC;
1113
+ }
1114
+
1173
1115
  svg{
1174
1116
  color: rgba(170, 133, 62, 1);
1175
1117
  background: rgba(255, 255, 255, 1);
@@ -1194,24 +1136,14 @@ body{
1194
1136
  }
1195
1137
 
1196
1138
  #about-signature-tours{
1197
- // width: 1440px;
1198
1139
  height: 100%;
1199
- gap: 0px;
1200
- opacity: 0px;
1201
- display: flex;
1202
- flex-direction: column;
1203
- align-items: center;
1204
- padding: 50px 0;
1205
-
1206
- &>div{
1207
- max-width: 970px;
1208
- }
1140
+ padding: 45px;
1209
1141
 
1210
1142
  h1{
1211
1143
  font-family: $font-default;
1212
- font-size: 45px;
1213
- font-weight: 200;
1214
- line-height: 67.5px;
1144
+ font-size: 24px;
1145
+ font-weight: 300;
1146
+ line-height: 36px;
1215
1147
  letter-spacing: 0.06em;
1216
1148
  text-align: center;
1217
1149
  text-underline-position: from-font;
@@ -1221,10 +1153,10 @@ body{
1221
1153
 
1222
1154
  p{
1223
1155
  font-family: $font-default;
1224
- font-size: 18px;
1225
- font-weight: 200;
1226
- line-height: 27px;
1227
- letter-spacing: 0.05em;
1156
+ font-size: 14px;
1157
+ font-weight: 300;
1158
+ line-height: 24px;
1159
+ letter-spacing: 0.03em;
1228
1160
  text-align: left;
1229
1161
  text-underline-position: from-font;
1230
1162
  text-decoration-skip-ink: none;
@@ -1234,12 +1166,9 @@ body{
1234
1166
  }
1235
1167
 
1236
1168
  #about-st-feature{
1237
- display: flex;
1238
- align-items: center;
1239
- justify-content: space-between;
1240
1169
 
1241
1170
  #feature{
1242
- width: 419px;
1171
+ // width: 419px;
1243
1172
  height: 246px;
1244
1173
  gap: 0px;
1245
1174
  border-radius: 20px;
@@ -1248,7 +1177,7 @@ body{
1248
1177
  box-shadow: 0px 5px 20px 0px #00000026;
1249
1178
 
1250
1179
  &> img{
1251
- width: 419px;
1180
+ width: 100%;
1252
1181
  height: 183.24px;
1253
1182
  gap: 0px;
1254
1183
  border-radius: 20px;
@@ -1338,8 +1267,8 @@ body{
1338
1267
  }
1339
1268
 
1340
1269
  .section-header{
1341
- width: 741px;
1342
- margin: auto;
1270
+ // width: 741px;
1271
+ // margin: auto;
1343
1272
 
1344
1273
  h2{
1345
1274
  font-family: $font-default;
@@ -1394,16 +1323,23 @@ body{
1394
1323
  }
1395
1324
 
1396
1325
  #quality-policy{
1397
- padding: 0 170px 16px 170px;
1326
+ padding: 60px var(--side-padding) 30px;
1398
1327
  margin-top: -70px;
1328
+ margin-left: 0 !important;
1329
+ margin-right: 0 !important;
1399
1330
  }
1400
1331
 
1401
1332
 
1402
1333
  #certificates{
1403
1334
  background: linear-gradient(180deg, #F7F4EB 0%, #FFFFFF 100%);
1404
- padding: 40px 160px 40px 160px;
1335
+ padding: 0 var(--side-padding) 30px;
1336
+
1337
+ .ant-col{
1338
+ text-align: center;
1339
+ }
1405
1340
 
1406
1341
  img {
1342
+ margin: auto;
1407
1343
  width: 263px;
1408
1344
  height: 365px;
1409
1345
  box-shadow: 0px 2px 16px 0px #0000001A;
@@ -1566,6 +1502,150 @@ body{
1566
1502
  }
1567
1503
  }
1568
1504
 
1505
+ #contact-agents-page{
1506
+ &_body{
1507
+ margin: 20px var(--side-padding);
1508
+
1509
+ #find-agents{
1510
+ &_header{
1511
+ width: 171px;
1512
+ height: 45px;
1513
+ margin: auto;
1514
+ padding-top: 11px;
1515
+ padding-right: 32px;
1516
+ padding-bottom: 11px;
1517
+ padding-left: 32px;
1518
+ gap: 10px;
1519
+ border-top-left-radius: 20px;
1520
+ border-top-right-radius: 20px;
1521
+ border-top-width: 1px;
1522
+ border-right-width: 1px;
1523
+ border-left-width: 1px;
1524
+ background: #F9E298;
1525
+
1526
+ span{
1527
+ font-family: $font-default;
1528
+ font-weight: 400;
1529
+ font-size: 15px;
1530
+ line-height: 22.5px;
1531
+ letter-spacing: 5%;
1532
+ text-align: center;
1533
+ color: #545047;
1534
+ }
1535
+ }
1536
+
1537
+ &_form{
1538
+ // width: 343;
1539
+ // height: 245;
1540
+ border-radius: 20px;
1541
+ padding-top: 33px;
1542
+ padding-right: 40px;
1543
+ padding-bottom: 33px;
1544
+ padding-left: 40px;
1545
+ gap: 10px;
1546
+ background: #FFFFFF;
1547
+ box-shadow: 0px 5px 20px 0px #00000026;
1548
+
1549
+ .find-button{
1550
+ width: 100%;
1551
+ }
1552
+ }
1553
+ }
1554
+
1555
+ #agents-list{
1556
+ margin: 40px 0;
1557
+
1558
+ img{
1559
+ height: 265;
1560
+ object-fit: cover;
1561
+ }
1562
+
1563
+ svg{
1564
+ vertical-align: middle;
1565
+ color: #000000;
1566
+ margin-right: 10px;
1567
+ }
1568
+
1569
+ span{
1570
+ font-family: $font-default;
1571
+ font-weight: 400;
1572
+ font-size: 14px;
1573
+ line-height: 24px;
1574
+ letter-spacing: 0%;
1575
+ color: #959492;
1576
+ }
1577
+
1578
+ .ant-card-meta-title{
1579
+ font-family: Poppins;
1580
+ font-weight: 500;
1581
+ font-size: 16px;
1582
+ line-height: 24px;
1583
+ letter-spacing: 0.05em;
1584
+ }
1585
+
1586
+ .more-info-button{
1587
+ width: 225px;
1588
+ margin: 20px auto 0;
1589
+ display: block;
1590
+ }
1591
+ }
1592
+
1593
+ }
1594
+ }
1595
+
1596
+ .agent-full-details{
1597
+ .ant-modal-title{
1598
+ display: flex;
1599
+ align-items: center;
1600
+ justify-content: center;
1601
+ gap: 10px;
1602
+
1603
+ img{
1604
+ height: 120px;
1605
+ object-fit: cover;
1606
+ }
1607
+
1608
+ span{
1609
+ font-family: $font-default;
1610
+ font-weight: 500;
1611
+ font-size: 20px;
1612
+ line-height: 24px;
1613
+ letter-spacing: 0%;
1614
+
1615
+ }
1616
+ }
1617
+
1618
+ .ant-modal-body{
1619
+ margin: 20px -24px;
1620
+ background: #FAFAFA;
1621
+ height: 100%;
1622
+
1623
+ .ant-row{
1624
+ width: 100%;
1625
+ margin: 0 !important;
1626
+ padding: 20px;
1627
+
1628
+ label{
1629
+ font-family: $font-default;
1630
+ font-weight: 600;
1631
+ font-size: 14px;
1632
+ line-height: 21px;
1633
+ letter-spacing: 0%;
1634
+ color: #836848;
1635
+ }
1636
+
1637
+ span{
1638
+ font-family: $font-default;
1639
+ font-weight: 400;
1640
+ font-size: 14px;
1641
+ line-height: 24px;
1642
+ letter-spacing: 0%;
1643
+ color: #545047;
1644
+ }
1645
+ }
1646
+ }
1647
+ }
1648
+
1569
1649
  #blog-page{
1570
1650
  &_body{
1571
1651
  margin: 20px var(--side-padding);
@@ -1586,3 +1666,529 @@ body{
1586
1666
  }
1587
1667
 
1588
1668
  }
1669
+
1670
+
1671
+ @media only screen and (min-width: 769px) {
1672
+ *{
1673
+ //can change to container width
1674
+ --side-padding: 10%;
1675
+ }
1676
+
1677
+ #popular-destinations{
1678
+ margin: auto;
1679
+ width: 80%;
1680
+
1681
+ h1{
1682
+ font-size: 45px;
1683
+ font-weight: 200;
1684
+ line-height: 67.5px;
1685
+
1686
+ width: 100%;
1687
+ margin: 50px 0;
1688
+ }
1689
+
1690
+ .location-dropdown{
1691
+ display: none;
1692
+ }
1693
+
1694
+ .ant-tabs .ant-tabs-content-holder{
1695
+ margin-top: -2px;
1696
+ }
1697
+
1698
+ .ant-tabs >.ant-tabs-nav{
1699
+ display: flex;
1700
+ margin: 0;
1701
+ }
1702
+
1703
+ .ant-tabs-nav {
1704
+ width: 100% !important;
1705
+ }
1706
+
1707
+ .ant-tabs-card.ant-tabs-top >.ant-tabs-nav {
1708
+ .ant-tabs-tab {
1709
+ display: block; // centers text inside tabs
1710
+ // flex: 1;
1711
+ text-align: center;
1712
+ justify-content: center;
1713
+ background: transparent;
1714
+ // border-color: #EBEBEB;
1715
+ // border-bottom-color: $primary-color;
1716
+ margin-left: 30px;
1717
+ padding: 0;
1718
+
1719
+ &+.ant-tabs-tab{
1720
+ margin:0;
1721
+ }
1722
+
1723
+ .ant-tabs-tab-btn {
1724
+ text-transform: uppercase;
1725
+ font-family: $font-default;
1726
+ font-size: 20px;
1727
+ font-weight: 400;
1728
+ line-height: 30px;
1729
+ letter-spacing: 0.05em;
1730
+ text-align: center;
1731
+ text-underline-position: from-font;
1732
+ text-decoration-skip-ink: none;
1733
+ color: $primary-color;
1734
+
1735
+ position: relative;
1736
+ margin: 0 5px;
1737
+ padding: 8px 20px;
1738
+ background: #FAFAFA;
1739
+ border-radius: 20px 20px 0 0;
1740
+
1741
+ &:before, &:after{
1742
+ content: " ";
1743
+ position: absolute;
1744
+ top: 0;
1745
+ width: 23px;
1746
+ height: 100%;
1747
+ background-color: inherit;
1748
+ }
1749
+
1750
+ &:before{
1751
+ border-radius: 12px 0 0 0;
1752
+ transform: skew(-24deg);
1753
+ left: -13px;
1754
+ }
1755
+
1756
+ &:after{
1757
+ border-radius: 0 12px 0 0;
1758
+ transform: skew(24deg);
1759
+ right: -13px; /* play with this one to give the LI border ~2px extrusion */
1760
+ border-right: 1px solid #EBEBEB;
1761
+ z-index: 1; /* overlap next element */
1762
+ }
1763
+ }
1764
+
1765
+ &.ant-tabs-tab-active{
1766
+ z-index: 1;
1767
+ // border-bottom-color: $primary-color;
1768
+ .ant-tabs-tab-btn {
1769
+ background: linear-gradient(180deg, $secondary-color -1.58%, $primary-color 92.51%);
1770
+ color: white !important;
1771
+
1772
+ &:before, &:after{
1773
+ background: linear-gradient(180deg, $secondary-color -1.58%, $primary-color 92.51%);
1774
+ }
1775
+ }
1776
+ }
1777
+ }
1778
+ }
1779
+
1780
+ .ant-tabs-nav > div:nth-of-type(1) {
1781
+ display: unset !important;
1782
+ width: 100% !important;
1783
+ }
1784
+
1785
+ .country{
1786
+ &-image{
1787
+ border-radius: 20px;
1788
+ }
1789
+
1790
+ &-name{
1791
+ width: auto;
1792
+ height: 71px;
1793
+ top: 64px;
1794
+ left: 62px;
1795
+
1796
+ font-size: 47px;
1797
+ font-weight: 400;
1798
+ line-height: 70.5px;
1799
+ }
1800
+ }
1801
+
1802
+ h2{
1803
+ font-size: 30px;
1804
+ font-weight: 600;
1805
+ line-height: 45px;
1806
+ letter-spacing: 0.05em;
1807
+ }
1808
+
1809
+ .top-cities,
1810
+ .more-cities,
1811
+ .highlights {
1812
+ padding: unset;
1813
+ }
1814
+
1815
+ .more-cities .other-destinations a{
1816
+ font-size: 18px;
1817
+ font-weight: 400;
1818
+ line-height: 27px;
1819
+ letter-spacing: 0.05em;
1820
+ }
1821
+ }
1822
+
1823
+ #testimonials-section{
1824
+ display: block;
1825
+
1826
+ #testimonials{
1827
+ max-width: 1099px;
1828
+ margin: auto;
1829
+ padding: 50px 0;
1830
+
1831
+ [class~='ant-carousel'] {
1832
+ .slick-slider{
1833
+ padding: 0 70px;
1834
+ }
1835
+ .slick-list {
1836
+ margin: 0;
1837
+ }
1838
+
1839
+ .slick-track {
1840
+ margin: auto;
1841
+ }
1842
+
1843
+ .slick-slide>div {
1844
+ padding: 20px 15px;
1845
+ }
1846
+
1847
+ .slick-prev,
1848
+ .slick-next{
1849
+ color: #959492;
1850
+
1851
+ &:hover{
1852
+ color: #DFB163;
1853
+ }
1854
+ }
1855
+ }
1856
+
1857
+ .testimonial{
1858
+ // min-height: 383px;
1859
+ padding: 10px 18px 20px 18px;
1860
+ gap: 15px;
1861
+ border-radius: 20px;
1862
+ opacity: 0px;
1863
+ background: #FFFFFF;
1864
+ box-shadow: 0px 5px 20px 0px #E1B65B33;
1865
+ text-align: center;
1866
+ display: flex !important;
1867
+ flex-direction: column;
1868
+ justify-content: flex-start;
1869
+
1870
+ .stars-icon{
1871
+ width: 92px;
1872
+ height: 32px;
1873
+ gap: 0px;
1874
+ opacity: 0px;
1875
+ margin: auto;
1876
+
1877
+ }
1878
+
1879
+ .tour{
1880
+ width: 100%;
1881
+ // height: 56px;
1882
+ padding: 10px;
1883
+ gap: 10px;
1884
+ border-radius: 10px;
1885
+ opacity: 0px;
1886
+ background: linear-gradient(270deg, $secondary-color 0%, #FFFDF5 117.76%);
1887
+ box-shadow: 0px 7px 16.7px 0px #E1B65B80;
1888
+ box-sizing: border-box;
1889
+ display: inline-flex;
1890
+ align-items: center;
1891
+
1892
+ img{
1893
+ width: 28.46px;
1894
+ height: 26.5px;
1895
+ }
1896
+
1897
+ span{
1898
+ font-family: $font-default;
1899
+ font-size: 12px;
1900
+ font-weight: 500;
1901
+ line-height: 18px;
1902
+ text-align: left;
1903
+ text-underline-position: from-font;
1904
+ text-decoration-skip-ink: none;
1905
+ color: #AA853E;
1906
+ width: 100%;
1907
+ display: block;
1908
+ }
1909
+
1910
+ }
1911
+
1912
+ .comment {
1913
+ white-space: break-spaces;
1914
+
1915
+ span{
1916
+ font-family: $font-default;
1917
+ font-size: 14px;
1918
+ font-style: italic;
1919
+ font-weight: 200;
1920
+ line-height: 21px;
1921
+ text-align: center;
1922
+ text-underline-position: from-font;
1923
+ text-decoration-skip-ink: none;
1924
+ }
1925
+ }
1926
+
1927
+ .author {
1928
+ display: inline-flex;
1929
+ align-items: center;
1930
+ justify-content: center;
1931
+ gap: 10px;
1932
+
1933
+ .author-icon{
1934
+ color: rgba(0, 0, 0, 0.8);
1935
+ width: 20px;
1936
+ height: 20px;
1937
+ }
1938
+ span{
1939
+ font-family: $font-default;
1940
+ font-size: 20px;
1941
+ font-weight: 400;
1942
+ line-height: 30px;
1943
+ letter-spacing: 0.05em;
1944
+ text-align: left;
1945
+ text-underline-position: from-font;
1946
+ text-decoration-skip-ink: none;
1947
+
1948
+ }
1949
+ }
1950
+ }
1951
+ }
1952
+ }
1953
+
1954
+ #about-signature-tours{
1955
+
1956
+ &>div{
1957
+ width: 70%;
1958
+ margin: auto;
1959
+ }
1960
+
1961
+ h1{
1962
+ font-size: 45px;
1963
+ font-weight: 200;
1964
+ line-height: 67.5px;
1965
+ letter-spacing: 0.06em;
1966
+ }
1967
+
1968
+ p{
1969
+ font-size: 18px;
1970
+ font-weight: 200;
1971
+ line-height: 27px;
1972
+ letter-spacing: 0.05em;
1973
+ text-align: left;
1974
+ }
1975
+
1976
+ picture{
1977
+ height: 100%;
1978
+ display: block;
1979
+ margin: 30px 0;
1980
+ }
1981
+ }
1982
+
1983
+ #listing-page{
1984
+ &_header{
1985
+ &>.ant-flex{
1986
+ flex-direction: row;
1987
+ justify-content: space-between;
1988
+ align-items: center;
1989
+ }
1990
+
1991
+ .location-filter.ant-select{
1992
+ line-height: 36px;
1993
+ width: 170px;
1994
+
1995
+ .ant-select-selection-item{
1996
+ font-size: 20px;
1997
+ font-weight: 500;
1998
+ line-height: 30px;
1999
+ letter-spacing: 0.05em;
2000
+ }
2001
+ }
2002
+ }
2003
+
2004
+ #tours{
2005
+ .tour{
2006
+ flex-direction: row;
2007
+
2008
+ &_image{
2009
+ img{
2010
+ border-top-right-radius: 0;
2011
+ border-top-left-radius: 20px;
2012
+ border-bottom-left-radius: 20px;
2013
+ }
2014
+ }
2015
+
2016
+ &_details_dates {
2017
+ .date-selector{
2018
+ justify-content: unset;
2019
+ }
2020
+ }
2021
+
2022
+ &_pricing{
2023
+ border-bottom-left-radius: 0;
2024
+ border-top-right-radius: 20px;
2025
+ border-bottom-right-radius: 20px;
2026
+
2027
+ &_details{
2028
+ flex-direction: column;
2029
+ align-items: stretch;
2030
+ }
2031
+
2032
+ .ant-space-item{
2033
+ width: auto;
2034
+ }
2035
+ }
2036
+ }
2037
+ }
2038
+ }
2039
+
2040
+ #show-page {
2041
+ &_header{
2042
+ h1{
2043
+ font-size: 18px;
2044
+ line-height: 27px;
2045
+ letter-spacing: 0%;
2046
+ text-align: left;
2047
+
2048
+ font-size: 30px;
2049
+ font-weight: 400;
2050
+ line-height: 45px;
2051
+ letter-spacing: 0.05em;
2052
+ }
2053
+ }
2054
+
2055
+ &_body{
2056
+ .toggle_contact-agent,
2057
+ .collapse-contact-agent{
2058
+ display: none;
2059
+ }
2060
+
2061
+ .contact-agent-sider{
2062
+ position: relative;
2063
+ top: unset;
2064
+ }
2065
+
2066
+ .contact-agent {
2067
+ border-bottom-right-radius: 20px;
2068
+ border-top-right-radius: 20px;
2069
+ display: block;
2070
+ }
2071
+
2072
+ .details-container_content{
2073
+ #things-to-know{
2074
+ grid-template-columns: repeat(5, 1fr);
2075
+ }
2076
+
2077
+ .schedule{
2078
+ flex-direction: row;
2079
+
2080
+ .flight-date{
2081
+ width: auto;
2082
+ }
2083
+ }
2084
+ #pricing-list{
2085
+ display: none;
2086
+ }
2087
+
2088
+ #pricing-table{
2089
+ display: table;
2090
+ width: 100%;
2091
+ border-spacing: 5px 0;
2092
+
2093
+ .price-type{
2094
+ text-transform: capitalize;
2095
+ }
2096
+
2097
+ th{
2098
+ border-top-left-radius: 10px;
2099
+ border-top-right-radius: 10px;
2100
+ font-family: $font-default;
2101
+ font-size: 14px;
2102
+ font-weight: 700;
2103
+ line-height: 21px;
2104
+ letter-spacing: 0.05em;
2105
+ text-align: center;
2106
+ text-underline-position: from-font;
2107
+ text-decoration-skip-ink: none;
2108
+ color: rgba(131, 104, 72, 1);
2109
+ padding: 10px 15px;
2110
+ }
2111
+
2112
+ td{
2113
+ font-family: $font-default;
2114
+ font-size: 14px;
2115
+ font-weight: 500;
2116
+ line-height: 21px;
2117
+ letter-spacing: 0.05em;
2118
+ text-align: center;
2119
+ text-underline-position: from-font;
2120
+ text-decoration-skip-ink: none;
2121
+ color: rgba(84, 80, 71, 1);
2122
+ padding: 15px;
2123
+ white-space: nowrap;
2124
+
2125
+ &:first-child{
2126
+ text-align: left;
2127
+ font-weight: 400;
2128
+ }
2129
+ }
2130
+
2131
+ tr:last-child td{
2132
+ border-bottom-left-radius: 10px;
2133
+ border-bottom-right-radius: 10px;
2134
+ }
2135
+ }
2136
+ }
2137
+ }
2138
+
2139
+ }
2140
+
2141
+ .agent-full-contact-details{
2142
+ width: 650px !important;
2143
+ }
2144
+
2145
+ #contact-agents-page_body {
2146
+ #find-agents{
2147
+ width: 65%;
2148
+ margin: auto;
2149
+
2150
+ &_form{
2151
+ text-align: center;
2152
+ form{
2153
+ display: inline-flex;
2154
+ gap: 16px;
2155
+ }
2156
+ .ant-form-item{
2157
+ margin-bottom: 0;
2158
+ text-align: left;
2159
+ }
2160
+
2161
+ .ant-form-item,
2162
+ .find-button{
2163
+ width: 210px;
2164
+ }
2165
+ }
2166
+ }
2167
+
2168
+ #agents-list{
2169
+ .more-info-button{
2170
+ width: 100%;
2171
+ }
2172
+ }
2173
+ }
2174
+
2175
+ .agent-full-details{
2176
+ width: 800px !important;
2177
+ }
2178
+
2179
+ #about-us-page{
2180
+ .section-header {
2181
+ width: 741px;
2182
+ margin: auto;
2183
+ }
2184
+
2185
+ #quality-policy{
2186
+ padding: 0 170px 16px 170px;
2187
+ }
2188
+
2189
+ #certificates{
2190
+ padding: 40px 160px 40px 160px;
2191
+ justify-content: flex-start;
2192
+ }
2193
+ }
2194
+ }