iceholidays-frontend 0.2.0 → 0.4.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 (135) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/iceholidays/frontend/application.sass.scss +1588 -0
  3. data/app/assets/stylesheets/iceholidays/frontend/common.scss +233 -0
  4. data/app/assets/stylesheets/iceholidays/frontend/layout.scss +188 -0
  5. data/app/assets/stylesheets/iceholidays/frontend/utils/_antd_overrides.scss +107 -0
  6. data/app/assets/stylesheets/iceholidays/frontend/utils/_variables.scss +3 -0
  7. data/app/assets/stylesheets/iceholidays/frontend/widgets/filter_pills.scss +45 -0
  8. data/app/assets/stylesheets/iceholidays/frontend/widgets/search_bar.scss +112 -0
  9. data/app/controllers/iceholidays/frontend/application_controller.rb +1 -0
  10. data/app/controllers/iceholidays/frontend/site_controller.rb +32 -0
  11. data/app/javascript/api-services/banners-api.service.ts +28 -0
  12. data/app/javascript/api-services/locations-api.service.ts +49 -0
  13. data/app/javascript/api-services/search-api.service.ts +16 -0
  14. data/app/javascript/api-services/series-api.service.ts +44 -0
  15. data/app/javascript/api-services/testimonials-api.service.ts +27 -0
  16. data/app/javascript/interfaces/banner.interface.ts +10 -0
  17. data/app/javascript/interfaces/country.interface.ts +18 -0
  18. data/app/javascript/interfaces/itinerary.interface.ts +18 -0
  19. data/app/javascript/interfaces/testimonial.interface.ts +6 -0
  20. data/app/javascript/react/App.tsx +32 -0
  21. data/app/javascript/react/components/Destinations.tsx +67 -165
  22. data/app/javascript/react/components/Testimonials.tsx +75 -48
  23. data/app/javascript/react/components/shared/Headline.tsx +29 -0
  24. data/app/javascript/react/components/shared/Postcard.tsx +31 -0
  25. data/app/javascript/react/components/shared/RibbonSection.tsx +21 -0
  26. data/app/javascript/react/components/shared/SlickButtonFix.tsx +19 -0
  27. data/app/javascript/react/index.js +3 -5
  28. data/app/javascript/react/layouts/MainFooter.tsx +72 -0
  29. data/app/javascript/react/layouts/MainHeader.tsx +45 -0
  30. data/app/javascript/react/layouts/MainLayout.tsx +21 -0
  31. data/app/javascript/react/pages/AboutUsPage.tsx +95 -0
  32. data/app/javascript/react/pages/BlogPage.tsx +79 -0
  33. data/app/javascript/react/pages/BlogShowPage.tsx +43 -0
  34. data/app/javascript/react/pages/ContactAgentsPage.tsx +16 -0
  35. data/app/javascript/react/pages/ContactUsPage.tsx +122 -0
  36. data/app/javascript/react/pages/CountriesPage.tsx +62 -0
  37. data/app/javascript/react/pages/Homepage.tsx +90 -0
  38. data/app/javascript/react/pages/ListingPage.tsx +246 -0
  39. data/app/javascript/react/pages/ShowPage.tsx +397 -0
  40. data/app/javascript/react/widgets/FilterPills.tsx +77 -0
  41. data/app/javascript/react/widgets/SearchBarWidget.tsx +42 -0
  42. data/app/views/iceholidays/frontend/site/index.html.erb +1 -24
  43. data/app/views/layouts/iceholidays/frontend/application.html.erb +3 -7
  44. data/config/routes.rb +9 -0
  45. data/lib/iceholidays/frontend/engine.rb +11 -4
  46. data/lib/iceholidays/frontend/version.rb +1 -1
  47. data/public/iceholidays-assets/application.css +1873 -0
  48. data/public/iceholidays-assets/application.js +430 -0
  49. data/public/iceholidays-assets/application.js.map +7 -0
  50. data/public/iceholidays-assets/images/8D7N.png +0 -0
  51. data/public/iceholidays-assets/images/about_us.png +0 -0
  52. data/public/iceholidays-assets/images/about_us2.png +0 -0
  53. data/public/iceholidays-assets/images/banner_arrow.png +0 -0
  54. data/public/iceholidays-assets/images/banner_right_arrow.png +0 -0
  55. data/public/iceholidays-assets/images/blog.png +0 -0
  56. data/public/iceholidays-assets/images/blog1.png +0 -0
  57. data/public/iceholidays-assets/images/certificate1.png +0 -0
  58. data/public/iceholidays-assets/images/certificate2.png +0 -0
  59. data/public/iceholidays-assets/images/china_southern_airlines.png +0 -0
  60. data/public/iceholidays-assets/images/china_southern_airlines_icon.png +0 -0
  61. data/public/iceholidays-assets/images/competitiveness.png +0 -0
  62. data/public/iceholidays-assets/images/contact_agents.png +0 -0
  63. data/public/iceholidays-assets/images/contact_us.png +0 -0
  64. data/public/iceholidays-assets/images/contact_us_form.png +0 -0
  65. data/public/iceholidays-assets/images/ethical.png +0 -0
  66. data/public/iceholidays-assets/images/hw_logo.png +0 -0
  67. data/public/iceholidays-assets/images/innovative.png +0 -0
  68. data/public/iceholidays-assets/images/plane.png +0 -0
  69. data/public/iceholidays-assets/images/social/ico_fb.png +0 -0
  70. data/public/iceholidays-assets/images/social/ico_ig.png +0 -0
  71. data/public/iceholidays-assets/images/social/ico_twitter.png +0 -0
  72. data/public/iceholidays-assets/images/social/ico_yt.png +0 -0
  73. data/public/iceholidays-assets/images/social.png +0 -0
  74. data/public/iceholidays-assets/images/tour1.png +0 -0
  75. metadata +96 -104
  76. data/app/assets/builds/iceholidays/frontend/5star-GEMYV5WA.digested.png +0 -0
  77. data/app/assets/builds/iceholidays/frontend/Frame71-U6FKYUGB.digested.png +0 -0
  78. data/app/assets/builds/iceholidays/frontend/Layer_1-24HTXUKI.digested.png +0 -0
  79. data/app/assets/builds/iceholidays/frontend/Rectangle49-SVQRLXW6.digested.png +0 -0
  80. data/app/assets/builds/iceholidays/frontend/africa-HBPEOBHM.digested.png +0 -0
  81. data/app/assets/builds/iceholidays/frontend/application.js +0 -293
  82. data/app/assets/builds/iceholidays/frontend/application.js.map +0 -7
  83. data/app/assets/builds/iceholidays/frontend/banner1-OM6SQ5GW.digested.png +0 -0
  84. data/app/assets/builds/iceholidays/frontend/banner2-BWOLYVUE.digested.png +0 -0
  85. data/app/assets/builds/iceholidays/frontend/china-DX6D6FE2.digested.png +0 -0
  86. data/app/assets/builds/iceholidays/frontend/china2-FESATHUH.digested.png +0 -0
  87. data/app/assets/builds/iceholidays/frontend/guangzhou-JGSVPIYY.digested.png +0 -0
  88. data/app/assets/builds/iceholidays/frontend/guilin-AXXU7K32.digested.png +0 -0
  89. data/app/assets/builds/iceholidays/frontend/harbin-2YJL7HHH.digested.png +0 -0
  90. data/app/assets/builds/iceholidays/frontend/hongkong-IPUEZ35P.digested.png +0 -0
  91. data/app/assets/builds/iceholidays/frontend/inner_mongolia-EURVGQVT.digested.png +0 -0
  92. data/app/assets/builds/iceholidays/frontend/jiangxi-DTEOQGIY.digested.png +0 -0
  93. data/app/assets/builds/iceholidays/frontend/kenya-F5ZJOIBS.digested.png +0 -0
  94. data/app/assets/builds/iceholidays/frontend/kenya2-CCJWJDUN.digested.png +0 -0
  95. data/app/assets/builds/iceholidays/frontend/kunming-OCHNG2UW.digested.png +0 -0
  96. data/app/assets/builds/iceholidays/frontend/slikroad-CVUSDDRO.digested.png +0 -0
  97. data/app/assets/builds/iceholidays/frontend/southafrica-HBPEOBHM.digested.png +0 -0
  98. data/app/assets/builds/iceholidays/frontend/tanzania-VJSRMTCY.digested.png +0 -0
  99. data/app/assets/builds/iceholidays/frontend/uganda-H4JWFN3A.digested.png +0 -0
  100. data/app/assets/stylesheets/iceholidays/frontend/application.scss +0 -850
  101. data/app/javascript/react/components/Homepage.tsx +0 -16
  102. data/app/javascript/react/components/HomepageBanner.tsx +0 -54
  103. data/app/views/layouts/iceholidays/frontend/shared/_footer.html.erb +0 -42
  104. data/app/views/layouts/iceholidays/frontend/shared/_header.html.erb +0 -20
  105. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/5star.png +0 -0
  106. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/Frame71.png +0 -0
  107. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/Group_71.png +0 -0
  108. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/Layer_1.png +0 -0
  109. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/Rectangle49.png +0 -0
  110. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/TS_Logo.png +0 -0
  111. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/about_st_bg.png +0 -0
  112. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/africa.png +0 -0
  113. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/banner1.png +0 -0
  114. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/banner2.png +0 -0
  115. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/china.png +0 -0
  116. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/china2.png +0 -0
  117. /data/{app/assets/builds/iceholidays/frontend/chongqing-CCJWJDUN.digested.png → public/iceholidays-assets/images/china_listings_cover.png} +0 -0
  118. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/chongqing.png +0 -0
  119. /data/{app/assets/images/iceholidays/frontend/cover_img.jpeg → public/iceholidays-assets/images/cover_img.jpg} +0 -0
  120. /data/{app/assets/images/iceholidays/frontend/feature.jpeg → public/iceholidays-assets/images/feature.jpg} +0 -0
  121. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/guangzhou.png +0 -0
  122. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/guilin.png +0 -0
  123. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/harbin.png +0 -0
  124. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/hongkong.png +0 -0
  125. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/inner_mongolia.png +0 -0
  126. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/jiangxi.png +0 -0
  127. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/kenya.png +0 -0
  128. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/kenya2.png +0 -0
  129. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/kunming.png +0 -0
  130. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/logo_container.png +0 -0
  131. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/logomark.png +0 -0
  132. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/slikroad.png +0 -0
  133. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/southafrica.png +0 -0
  134. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/tanzania.png +0 -0
  135. /data/{app/assets/images/iceholidays/frontend → public/iceholidays-assets/images}/uganda.png +0 -0
@@ -1,850 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
16
-
17
- @import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
18
-
19
- $font-default: Poppins, san-serif;
20
-
21
- .ant-tabs >.ant-tabs-nav{
22
- margin: 0;
23
- }
24
-
25
- .ant-tabs-nav {
26
- width: 100% !important;
27
- }
28
-
29
- .ant-tabs-card.ant-tabs-top >.ant-tabs-nav {
30
- .ant-tabs-tab {
31
- display: block; // centers text inside tabs
32
- flex: 1;
33
- text-align: center;
34
- justify-content: center;
35
- background: #FAFAFA;
36
- border-color: #EBEBEB;
37
- border-bottom-color: #DCB062;
38
-
39
- &+.ant-tabs-tab{
40
- margin:0;
41
- }
42
-
43
- .ant-tabs-tab-btn {
44
- text-transform: uppercase;
45
- font-family: $font-default;
46
- font-size: 20px;
47
- font-weight: 400;
48
- line-height: 30px;
49
- letter-spacing: 0.05em;
50
- text-align: center;
51
- text-underline-position: from-font;
52
- text-decoration-skip-ink: none;
53
- color: #DCB062;
54
- }
55
-
56
- &.ant-tabs-tab-active{
57
- background: linear-gradient(360deg, #F9E298 -1.58%, #DCB062 92.51%);
58
- z-index: 1;
59
- border-bottom-color: #DCB062;
60
- .ant-tabs-tab-btn {
61
- color: white !important;
62
- }
63
- }
64
- }
65
- }
66
-
67
- .ant-tabs-nav > div:nth-of-type(1) {
68
- display: unset !important;
69
- width: 100% !important;
70
- }
71
-
72
-
73
- [class~='ant-carousel'] {
74
- [class~='slick-dots'] {
75
- bottom: 30px;
76
-
77
- li {
78
- width: 15px !important;
79
-
80
- button{
81
- width: 13px;
82
- height: 13px;
83
- border-radius: 100%;
84
- background-color: transparent;
85
- border: 1px solid #FFFFFF;
86
- opacity: 1;
87
- }
88
-
89
- &.slick-active {
90
- button {
91
- width: 13px;
92
- height: 13px;
93
- border-radius: 100%;
94
- background-color: white;
95
- }
96
- }
97
- }
98
- }
99
-
100
- }
101
-
102
- body{
103
- margin: 0;
104
- background: #F2F2F2;
105
- }
106
-
107
- #header{
108
- position: relative;
109
- background: linear-gradient(241.37deg, #D1AC6E -108.33%, #D1AC6E -14.72%, #F9E298 -2.73%, #B68B31 108.18%);
110
- width: 100%;
111
- height: 50px;
112
- display: flex;
113
- align-items: center;
114
- justify-content: space-around;
115
- }
116
-
117
- #header>div{
118
- display: flex;
119
- align-items: center;
120
- justify-content: space-around;
121
- }
122
-
123
- .nav-menu{
124
- /* position: absolute; */
125
- display: grid;
126
- grid-template-columns: auto auto auto auto;
127
- }
128
-
129
- .nav-menu a{
130
- color: white;
131
- text-transform: uppercase;
132
- font-family: $font-default;
133
- font-size: 16px;
134
- font-weight: 500;
135
- line-height: 24px;
136
- letter-spacing: 0.05em;
137
- text-align: left;
138
- text-underline-position: from-font;
139
- text-decoration-skip-ink: none;
140
-
141
- }
142
-
143
- #left-menu{
144
- top: 13px;
145
- left: 183px;
146
- gap: 35px;
147
- opacity: 0px;
148
- }
149
-
150
- .logo{
151
- width: 304px;
152
- height: 66px;
153
- left: 568px;
154
- gap: 0px;
155
- opacity: 0px;
156
- z-index: 2;
157
- }
158
-
159
- #right-menu{
160
- top: 13px;
161
- left: 877px;
162
- gap: 35px;
163
- opacity: 0px;
164
- }
165
-
166
- #get-brochure{
167
- position: absolute;
168
- width: 152px;
169
- /* height: 35px; */
170
- top: 4px;
171
- left: 1247px;
172
- padding: 7px 8px 7px 8px;
173
- gap: 7px;
174
- border-radius: 20px;
175
- border: 1px 0px 0px 0px;
176
- opacity: 0px;
177
- background: linear-gradient(287.63deg, #D1AC6E -19.9%, #D1AC6E 10.87%, #F9E298 26.63%, #B68B31 93.91%);
178
- border: 1px solid;
179
- border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(42, 42, 42, 0.5) 100%);
180
- box-shadow: 0px 3px 10px 0px #AA853E80;
181
- box-shadow: 0px 4px 4px 0px #F9F6F31A inset;
182
- text-align: center;
183
- text-transform: uppercase;
184
- }
185
-
186
- #get-brochure span{
187
- font-family: $font-default;
188
- font-size: 14px;
189
- font-weight: 500;
190
- line-height: 21px;
191
- letter-spacing: 0.05em;
192
- text-align: left;
193
- text-underline-position: from-font;
194
- text-decoration-skip-ink: none;
195
- }
196
-
197
- #search-bar{
198
- width: 738px;
199
- height: 84px;
200
- top: 50px;
201
- left: 349px;
202
- gap: 0px;
203
- opacity: 0px;
204
- position: absolute;
205
- display: flex;
206
- justify-content: center;
207
- z-index: 1;
208
- }
209
-
210
- #search-bar-widget{
211
- width: 427px;
212
- height: 60px;
213
- padding: 10px 0px 15px 0px;
214
- gap: 7px;
215
- opacity: 0px;
216
- background: #F7F4EB;
217
-
218
- .ant-space{
219
- justify-content: center;
220
- width: 100%;
221
- }
222
-
223
- .ant-form-item{
224
- margin: 0;
225
-
226
- .ant-form-item-label{
227
- padding-bottom: 3px;
228
-
229
- label{
230
- font-family: Poppins;
231
- font-size: 12px;
232
- font-weight: 400;
233
- line-height: 16.5px;
234
- letter-spacing: 0.05em;
235
- text-align: left;
236
- text-underline-position: from-font;
237
- text-decoration-skip-ink: none;
238
- }
239
- }
240
- }
241
-
242
- .search-button{
243
- background: #AA853E;
244
- border-radius: 20px;
245
-
246
- span{
247
- font-family: Poppins;
248
- font-size: 12px;
249
- font-weight: 600;
250
- line-height: 18px;
251
- text-align: center;
252
- text-underline-position: from-font;
253
- text-decoration-skip-ink: none;
254
-
255
- }
256
- }
257
-
258
- .ant-picker .ant-picker-input span.ant-picker-suffix {
259
- margin-left: 1px;
260
- margin-right: 10px;
261
- order: -1;
262
- color: #AA853E;
263
- }
264
- }
265
-
266
-
267
- .flip{
268
- -webkit-transform: scaleX(-1);
269
- transform: scaleX(-1);
270
- }
271
-
272
- #cover{
273
- width: 1440px;
274
- height: 760px;
275
- gap: 0px;
276
- border-radius: 0px 0px 50px 50px;
277
- opacity: 0px;
278
- /* position: relative; */
279
-
280
- }
281
-
282
- #tagline{
283
- width: 989.63px;
284
- height: 108.42px;
285
- top: 304px;
286
- left: 223.69px;
287
- gap: 0px;
288
- opacity: 0px;
289
- position: absolute;
290
- text-align: center;
291
- }
292
-
293
- #tagline span{
294
- font-family: $font-default;
295
- font-size: 45px;
296
- font-weight: 600;
297
- line-height: 69px;
298
- letter-spacing: 0.01em;
299
- text-align: center;
300
- text-underline-position: from-font;
301
- text-decoration-skip-ink: none;
302
- color: #FFFFFF;
303
- text-transform: uppercase;
304
-
305
- }
306
-
307
- #popular-destinations{
308
- margin: auto;
309
- width: 80%;
310
- }
311
-
312
- #popular-destinations h1{
313
- font-family: $font-default;
314
- font-size: 45px;
315
- font-weight: 200;
316
- line-height: 67.5px;
317
- text-align: center;
318
- text-underline-position: from-font;
319
- text-decoration-skip-ink: none;
320
- text-transform: uppercase;
321
- color: #545047;
322
- }
323
-
324
-
325
- .top-cities h2{
326
- font-family: $font-default;
327
- font-size: 30px;
328
- font-weight: 600;
329
- line-height: 45px;
330
- letter-spacing: 0.05em;
331
- text-align: left;
332
- text-underline-position: from-font;
333
- text-decoration-skip-ink: none;
334
-
335
- }
336
-
337
- #city-group{
338
- display: grid;
339
- grid-template-columns: repeat(2, 1fr);
340
- grid-template-rows: repeat(2, 1fr);
341
- gap: 20px;
342
- }
343
-
344
- .top-cities .city-cover{
345
- border-radius: 20px;
346
- }
347
-
348
- .city-cover{
349
- width: 540px;
350
- }
351
- .city-cover img{
352
- width: 100%;
353
- height: 230.5px;
354
- gap: 0px;
355
- opacity: 0px;
356
- border-top-left-radius: 20px;
357
- border-top-right-radius: 20px;
358
- display: block;
359
- object-fit: cover;
360
- object-position: top center;
361
-
362
- }
363
-
364
- .top-cities .city-details{
365
- /* width: Fill (540px)px;
366
- height: Hug (54px)px; */
367
- padding: 12px 20px 12px 20px;
368
- gap: 0px;
369
- border: 1px 0px 0px 0px;
370
- justify-content: space-between;
371
- align-items: center;
372
- opacity: 0px;
373
- background: #DCB062;
374
- display: flex;;
375
- border-bottom-left-radius: 20px;
376
- border-bottom-right-radius: 20px;
377
- }
378
-
379
- .city-details .city-name{
380
- font-family: $font-default;
381
- font-size: 20px;
382
- font-weight: 400;
383
- line-height: 30px;
384
- letter-spacing: 0.05em;
385
- text-align: left;
386
- text-underline-position: from-font;
387
- text-decoration-skip-ink: none;
388
- text-transform: uppercase;
389
- color: #FFFFFF;
390
- }
391
-
392
- .city-details .tour-count{
393
- font-family: $font-default;
394
- font-size: 14px;
395
- font-weight: 400;
396
- line-height: 21px;
397
- letter-spacing: 0.05em;
398
- text-align: right;
399
- text-underline-position: from-font;
400
- text-decoration-skip-ink: none;
401
- color: #FFFFFF;
402
- cursor: pointer;
403
-
404
- }
405
-
406
- .city-details .tour-count:hover{
407
- text-decoration: underline;
408
- }
409
-
410
- .country-info {
411
- position: relative;
412
-
413
- .country-image{
414
- width: 100%;
415
- height: 392px;
416
- object-fit: cover;
417
- object-position: center;
418
- border-width: 5px 0px 5px 0px;
419
- border-style: solid;
420
- border-color: #DCB062;
421
- border-radius: 20px;
422
- }
423
-
424
- .country-name{
425
- width: 160px;
426
- height: 71px;
427
- top: 58px;
428
- left: 45px;
429
- gap: 0px;
430
- opacity: 0px;
431
- position: absolute;
432
- }
433
-
434
- .bottom-logo{
435
- position: absolute;
436
- bottom: -40px;
437
- border-color: #F2F2F2;
438
- left: 0;
439
- width: 100%;
440
- }
441
- }
442
- #testimonial{
443
- background: #F7F4EB;
444
- margin-top: 100px;
445
-
446
- }
447
-
448
- #testimonial #testimonial-header{
449
- height: 138px;
450
- gap: 0px;
451
- opacity: 0px;
452
- text-align: center;
453
- position: relative;
454
- }
455
-
456
- #testimonial #testimonial-header>span{
457
- font-family: $font-default;
458
- font-size: 45px;
459
- font-weight: 200;
460
- line-height: 67.5px;
461
- letter-spacing: 0.06em;
462
- text-underline-position: from-font;
463
- text-decoration-skip-ink: none;
464
- color: #5B4713;
465
- text-transform: uppercase;
466
-
467
- position: absolute;
468
- bottom: 20px;
469
- left: 50%;
470
- transform: translate(-50%, 20px);
471
- }
472
-
473
- #testimonials{
474
- // display: grid;
475
- // gap: 20px;
476
- // grid-template-columns: auto auto auto;
477
- max-width: 1099px;
478
- margin: auto;
479
- padding: 50px 170px 70px 170px;
480
- // gap: 20px;
481
- }
482
- .testimonial{
483
- width: 317.33px !important;
484
- height: 383px;
485
- padding: 10px 18px 20px 18px;
486
- gap: 15px;
487
- border-radius: 20px;
488
- opacity: 0px;
489
- background: #FFFFFF;
490
- box-shadow: 0px 5px 20px 0px #E1B65B33;
491
- text-align: center;
492
- display: grid !important;
493
- }
494
-
495
- .stars-icon{
496
- width: 92px;
497
- height: 32px;
498
- gap: 0px;
499
- opacity: 0px;
500
- margin: auto;
501
-
502
- }
503
-
504
- .itinerary-summary{
505
- width: 100%;
506
- height: 56px;
507
- padding: 10px;
508
- gap: 10px;
509
- border-radius: 10px;
510
- opacity: 0px;
511
- background: linear-gradient(270deg, #F9E298 0%, #FFFDF5 117.76%);
512
- box-shadow: 0px 7px 16.7px 0px #E1B65B80;
513
- box-sizing: border-box;
514
- display: flex;
515
- align-items: center;
516
-
517
-
518
- }
519
- .itinerary-summary img{
520
- width: 28.46px;
521
- height: 26.5px;
522
-
523
- }
524
- .itinerary-summary span{
525
- font-family: $font-default;
526
- font-size: 12px;
527
- font-weight: 500;
528
- line-height: 18px;
529
- text-align: left;
530
- text-underline-position: from-font;
531
- text-decoration-skip-ink: none;
532
- color: #AA853E;
533
-
534
-
535
- }
536
-
537
- .comment span{
538
- font-family: $font-default;
539
- font-size: 14px;
540
- font-style: italic;
541
- font-weight: 200;
542
- line-height: 21px;
543
- text-align: center;
544
- text-underline-position: from-font;
545
- text-decoration-skip-ink: none;
546
-
547
- }
548
-
549
- .customer-name span{
550
- font-family: $font-default;
551
- font-size: 20px;
552
- font-weight: 400;
553
- line-height: 30px;
554
- letter-spacing: 0.05em;
555
- text-align: left;
556
- text-underline-position: from-font;
557
- text-decoration-skip-ink: none;
558
-
559
- }
560
- .more-cities h2{
561
- font-family: $font-default;
562
- font-size: 30px;
563
- font-weight: 600;
564
- line-height: 45px;
565
- letter-spacing: 0.05em;
566
- text-align: left;
567
- text-underline-position: from-font;
568
- text-decoration-skip-ink: none;
569
-
570
- }
571
-
572
- .other-destinations{
573
- display: inline-flex;
574
- gap: 10px;
575
-
576
- a{
577
- font-family: $font-default;
578
- font-size: 18px;
579
- font-weight: 400;
580
- line-height: 27px;
581
- letter-spacing: 0.05em;
582
- text-align: left;
583
- text-underline-position: from-font;
584
- text-decoration-skip-ink: none;
585
- background: linear-gradient(360deg, #DCB062 5.04%, #F9E298 99.13%);
586
- color: #836848;
587
-
588
- width: auto;
589
- padding: 5px 15px;
590
- gap: 4px;
591
- border-radius: 20px;
592
- opacity: 0px;
593
-
594
- }
595
- }
596
-
597
- .other-tours{
598
- display: inline-flex;
599
- gap: 10px;
600
- margin-top: 30px;
601
-
602
- .tour-story{
603
- width: 220px;
604
- height: 352px;
605
- padding: 15px 0px 0px 0px;
606
- gap: 0px;
607
- border-radius: 20px;
608
- opacity: 0px;
609
- object-fit: cover;
610
- position: relative;
611
- background-size: cover;
612
- position: relative;
613
- background-position: top;
614
- background-color: linear-gradient(
615
- rgba(0, 0, 0, 0.5),
616
- rgba(0, 0, 0, 0.5)
617
- );
618
-
619
- .tour-detail{
620
- position: absolute;
621
- display: flex;
622
- justify-content: space-between;
623
- align-items: flex-end;
624
- bottom: 10px;
625
- width: 80%;
626
- left: 20px;
627
- }
628
-
629
- .city-name{
630
- font-family: $font-default;
631
- font-size: 20px;
632
- font-weight: 400;
633
- line-height: 30px;
634
- letter-spacing: 0.05em;
635
- text-align: left;
636
- text-underline-position: from-font;
637
- text-decoration-skip-ink: none;
638
- color: #F9E298;
639
- }
640
-
641
- .tour-count{
642
- width: 40px;
643
- font-family: $font-default;
644
- font-size: 12px;
645
- font-weight: 400;
646
- line-height: 21px;
647
- letter-spacing: 0.05em;
648
- text-align: right;
649
- text-underline-position: from-font;
650
- text-decoration-skip-ink: none;
651
- color: #FFFFFF;
652
- }
653
-
654
- }
655
- }
656
- #about-signature-tours{
657
- width: 1440px;
658
- height: 597px;
659
- gap: 0px;
660
- opacity: 0px;
661
- display: flex;
662
- flex-direction: column;
663
- align-items: center;
664
- }
665
- #about-signature-tours > div{
666
- max-width: 970px;
667
- }
668
-
669
- #about-signature-tours h1{
670
- font-family: $font-default;
671
- font-size: 45px;
672
- font-weight: 200;
673
- line-height: 67.5px;
674
- letter-spacing: 0.06em;
675
- text-align: center;
676
- text-underline-position: from-font;
677
- text-decoration-skip-ink: none;
678
- color: #545047;
679
- margin-top: 55px;
680
-
681
- }
682
-
683
- #about-st-feature{
684
- display: flex;
685
- align-items: center;
686
- justify-content: space-between;
687
- }
688
- #feature> img{
689
- width: 419px;
690
- height: 183.24px;
691
- gap: 0px;
692
- border-radius: 20px;
693
- opacity: 0px;
694
- border: 3px solid #FFFFFF;
695
-
696
- object-fit: cover;
697
- object-position: 50% 33%;
698
- display: block;
699
- box-sizing: border-box;
700
- }
701
-
702
- #st-brand{
703
- display: flex;
704
- justify-content: space-between;
705
- align-items: center;
706
- }
707
-
708
- #st-brand span{
709
- font-family: $font-default;
710
- font-size: 20px;
711
- font-weight: 400;
712
- line-height: 30px;
713
- letter-spacing: 0.05em;
714
- text-align: left;
715
- text-underline-position: from-font;
716
- text-decoration-skip-ink: none;
717
-
718
- }
719
- #st-brand #st-logo{
720
- width: 47px;
721
- height: 43.76px;
722
- gap: 0px;
723
- opacity: 0px;
724
- }
725
-
726
- #about-signature-tours #feature{
727
- width: 419px;
728
- height: 246px;
729
- gap: 0px;
730
- border-radius: 20px;
731
- opacity: 0px;
732
- background: #FFFFFF;
733
- box-shadow: 0px 5px 20px 0px #00000026;
734
- }
735
-
736
- #about-signature-tours p{
737
- font-family: $font-default;
738
- font-size: 18px;
739
- font-weight: 200;
740
- line-height: 27px;
741
- letter-spacing: 0.05em;
742
- text-align: left;
743
- text-underline-position: from-font;
744
- text-decoration-skip-ink: none;
745
- color: #545047;
746
- margin: 20px 0;
747
- display: block;
748
-
749
- }
750
-
751
- #st-brand{
752
- padding: 5px 23px 0px 12px;
753
- }
754
-
755
- #footer{
756
- width: 1440px;
757
- height: 321px;
758
- gap: 0px;
759
- opacity: 0px;
760
- background: linear-gradient(270deg, #AA853E 0%, #F9E298 33.5%, #FFF3A6 50%, #F9E298 65.5%, #E1B65B 100%),
761
- linear-gradient(4.08deg, rgba(170, 133, 62, 0.5) -2.54%, rgba(249, 225, 151, 0.5) 7.02%);
762
- position: relative;
763
- }
764
-
765
- #footer .link-group-title{
766
- font-family: $font-default;
767
- font-size: 15px;
768
- font-weight: 400;
769
- line-height: 22.5px;
770
- letter-spacing: 0.05em;
771
- text-align: left;
772
- text-underline-position: from-font;
773
- text-decoration-skip-ink: none;
774
- color: #5B4713;
775
- height: 37px;
776
- grid-row-start: 2 span;
777
- }
778
-
779
- #footer-links{
780
- margin: auto;
781
- height: 196px;
782
- width: 70%;
783
- display: flex;
784
- align-items: center;
785
- justify-content: space-between;
786
- padding: 38px 0;
787
- }
788
-
789
- #footer-links > div{
790
- height: 100%;
791
- display: flex;
792
- flex-direction: column;
793
- justify-content: space-between;
794
- }
795
-
796
- #footer-links div:has(> a+a){
797
- display: grid;
798
- grid-template-columns: repeat(2, 1fr);
799
- grid-template-rows: repeat(4, 1fr);
800
- column-gap: 34px;
801
- }
802
-
803
- #footer-links a{
804
- font-family: $font-default;
805
- font-size: 18px;
806
- font-weight: 500;
807
- line-height: 36px;
808
- letter-spacing: 0.05em;
809
- text-align: left;
810
- text-underline-position: from-font;
811
- text-decoration-skip-ink: none;
812
- color: #AA853E;
813
- text-transform: uppercase;
814
-
815
-
816
- }
817
-
818
- #footer hr{
819
- width: 1120px;
820
- height: 0px;
821
- top: 258.34px;
822
- left: 160px;
823
- gap: 0px;
824
- border: 1px 0px 0px 0px;
825
- opacity: 0px;
826
- border: 1px solid #DFB16380;
827
- position: absolute;
828
- }
829
-
830
- #copyright{
831
- height: 17px;
832
- top: 282.28px;
833
- left: 592px;
834
- gap: 0px;
835
- opacity: 0px;
836
- position: absolute;
837
- }
838
- #copyright span{
839
- font-family: $font-default;
840
- font-size: 14px;
841
- font-weight: 400;
842
- line-height: 16.93px;
843
- letter-spacing: 0.05em;
844
- text-align: left;
845
- text-underline-position: from-font;
846
- text-decoration-skip-ink: none;
847
- color: #AA853E;
848
-
849
-
850
- }