PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.78
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.78
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / admin / scss / _setup-wizard.scss

_setup-wizard.scss in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.78, at admin/scss/_setup-wizard.scss

1,022 lines 20.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .rex-setup-wizard-area {
2 h1 {
3 font-size: calc(35px + (52 - 35) * ((100vw - 320px) / (1920 - 320)));
4 line-height: 1.2;
5 }
6 h2 {
7 font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
8 line-height: 1.32;
9 }
10 h3 {
11 font-size: calc(25px + (48 - 25) * ((100vw - 320px) / (1920 - 320)));
12 line-height: 1.27;
13 }
14 h4 {
15 font-size: calc(23px + (32 - 23) * ((100vw - 320px) / (1920 - 320)));
16 line-height: 1.4;
17 }
18 h5 {
19 font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
20 line-height: 1.1;
21 }
22 h6 {
23 font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
24 line-height: 1.3;
25 }
26
27 p {
28 font-size: 18px;
29 font-family: "Lato", sans-serif;
30 font-style: normal;
31 font-weight: 400;
32 line-height: 1.7;
33 color: #6c798f;
34 }
35
36 a {
37 color: #1fb3fa;
38 }
39
40 ul {
41 list-style: none;
42 padding: 0;
43 margin: 0;
44 }
45 button {
46 outline: none;
47 }
48 a:hover,
49 a:active,
50 a:focus {
51 outline: none;
52 border: 0;
53 box-shadow: none;
54 }
55
56 h1,
57 h2,
58 h3,
59 h4,
60 h5,
61 h6,
62 p,
63 figure,
64 a {
65 margin: 0px;
66 }
67
68 h1,
69 h2,
70 h3,
71 h4,
72 h5,
73 h6 {
74 font-family: "Outfit", sans-serif;
75 color: #062458;
76 }
77
78 h1,
79 h2,
80 h3 {
81 font-weight: 600;
82 }
83
84 @media (min-width: 2000px) {
85 h1 {
86 font-size: 70px;
87 }
88 h2 {
89 font-size: 58px;
90 }
91 h3 {
92 font-size: 48px;
93 }
94 h4 {
95 font-size: 40px;
96 }
97 }
98
99 @media (min-width: 1400px) {
100 .rex-setup-wizard__welcome-section-container {
101 max-width: 1380px;
102 margin: 0 auto;
103 width: 100%;
104 }
105 }
106
107 .rex-setup-wizard__welcome-section-container {
108 max-width: 1140px;
109 margin: 0 auto;
110 width: 100%;
111 padding: 0 15px;
112 }
113
114 //--------wizard-btn ----------
115
116 .wizard-btn {
117 display: inline-block;
118 font-family: "Outfit", sans-serif;
119 font-size: 20px;
120 font-style: normal;
121 font-weight: 500;
122 line-height: 1.4;
123 text-transform: capitalize;
124 letter-spacing: 0;
125 text-align: center;
126 cursor: pointer;
127 color: #fff;
128 background: #216df0;
129 border: none;
130 border-radius: 15px;
131 transition: all 0.5s;
132 margin: 0 15px;
133 a {
134 display: block;
135 color: #ffffff;
136 padding: 20px 39px;
137 }
138 &:hover {
139 background-color: #00b4ff;
140 }
141 }
142
143 background-image: linear-gradient(
144 265.11deg,
145 #ffffff -9.97%,
146 rgba(244, 248, 253, 0) 100.85%
147 );
148
149 margin-top: 30px;
150
151 }
152
153 //-----------1.rex-setup-wizard-hero-area section------------
154 .rex-setup-wizard-hero-area {
155 background-image: url("../icon/hero-bg.png");
156 background-repeat: no-repeat;
157 background-position: center;
158 background-size: cover;
159 -o-object-fit: cover;
160 object-fit: cover;
161 padding: 20px 0 110px;
162 }
163
164 .rex-setup-wizard {
165 &__button {
166 display: block;
167 margin: 0 0 70px auto;
168 background: #ffffff;
169 box-shadow: 0px 10px 40px rgba(4, 29, 71, 0.2);
170 border-radius: 10px;
171 font-size: 14px;
172 border: none;
173 padding: 11px 15px;
174
175 a {
176 display: flex;
177 justify-content: space-between;
178 align-items: center;
179 color: #062458;
180 font-size: 14px;
181 svg {
182 margin-left: 10px;
183 }
184 }
185 }
186 &__content-layout {
187 display: grid;
188 grid-template-columns: repeat(2, 1fr);
189 grid-gap: 45px;
190 align-items: center;
191 }
192
193 &__content-area {
194 span {
195 font-family: "Outfit", sans-serif;
196 font-style: normal;
197 font-weight: 500;
198 font-size: 18px;
199 line-height: 32px;
200 letter-spacing: 0.2em;
201 text-transform: uppercase;
202 color: rgba(6, 36, 88, 0.6);
203 }
204 h6 {
205 font-weight: 500;
206 font-size: 30px;
207 line-height: 1.13;
208 color: #216df0;
209 margin: 30px 0;
210 }
211
212 p {
213 font-family: "Lato", sans-serif;
214 font-weight: 400;
215 font-size: 20px;
216 line-height: 30px;
217 color: #6c798f;
218 margin: 20px 0 30px;
219 }
220 form {
221 display: flex;
222 align-items: center;
223 justify-content: space-between;
224
225 .rex-setup-wizard__search-from__input {
226 border-radius: 10px;
227 background: #ffffff;
228 border: 1.5px solid #216df0;
229 box-shadow: 0px 10px 60px rgba(16, 36, 71, 0.1);
230 padding: 8px 9px 8px 20px;
231 }
232 button {
233 background: #216df0;
234 box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
235 border-radius: 6px;
236 font-family: "Outfit", sans-serif;
237 font-weight: 500;
238 font-size: 18px;
239 line-height: 30px;
240 text-align: center;
241 letter-spacing: 0.1em;
242 text-transform: uppercase;
243 border: none;
244 padding: 17px 18px;
245 color: #ffffff;
246 cursor: pointer;
247 }
248 span.select2-container {
249 width: calc(100% - 20px) !important;
250 max-width: 330px;
251 }
252 }
253 }
254
255 &__video-area {
256 margin-right: -100px;
257 iframe {
258 width: 100%;
259 position: relative;
260 top: inherit;
261 left: inherit;
262 max-width: 790px;
263 min-height: 405px;
264 }
265 }
266 }
267
268 .product-feed_page_setup-wizard {
269 .select2-container--default
270 .select2-selection--single
271 .select2-selection__rendered {
272 font-family: "Outfit", sans-serif;
273 font-style: normal;
274 font-weight: 400;
275 font-size: 20px;
276 line-height: 2.2;
277 color: #002b74;
278 padding: 0;
279 text-transform: initial;
280 letter-spacing: 0;
281 }
282
283 .select2-container--default .select2-selection--single {
284 border-radius: 10px;
285 background-color: #ffffff;
286 border: 1.5px solid #216df0;
287 box-shadow: 0px 10px 60px rgba(16, 36, 71, 0.1);
288 padding: 8px 9px 8px 20px;
289 min-height: 64px;
290 }
291
292 .select2-container--default
293 .select2-selection--single
294 .select2-selection__arrow
295 b {
296 border-color: #002b74 transparent transparent transparent;
297 border-style: solid;
298 border-width: 8px 6px 0 6px;
299 height: 0;
300 left: 50%;
301 margin-left: -4px;
302 margin-top: -2px;
303 position: absolute;
304 top: 50%;
305 width: 0;
306 }
307
308 .select2-container--default
309 .select2-selection--single
310 .select2-selection__arrow {
311 height: 26px;
312 position: absolute;
313 top: 28%;
314 right: 4%;
315 width: 20px;
316 }
317
318 .select2-results__option {
319 font-family: 'Roboto';
320 font-style: normal;
321 font-weight: 400;
322 font-size: 14px;
323 line-height: 16px;
324 padding: 10px;
325 }
326
327 .select2-dropdown {
328 background-color: #fff;
329 border: none;
330 border-radius: 0 0 10px 10px;
331 box-shadow: 0 16px 30px rgba(9, 29, 39, 0.1);
332 }
333
334 .select2-search--dropdown {
335 display: block;
336 padding: 10px;
337 }
338 .select2-container--default .select2-search--dropdown .select2-search__field {
339 border: 1px solid #dfdbe7 !important;
340 background-color: #f6f5fa !important;
341 }
342
343 .select2-container--default
344 .select2-results__option--highlighted.select2-results__option--selectable {
345 color: #575757;
346 background-color: #EDEFF1;
347 }
348
349 }
350
351 /* The outer-div to move the elements */
352 .box-video {
353 position: relative;
354 width: 100%;
355 cursor: pointer;
356 overflow: hidden;
357 box-shadow: 0px 20px 120px rgb(3 2 53 / 30%);
358 border-radius: 14px;
359 left: 105px;
360 }
361
362 /* Set Cover aka Background-Image */
363 .box-video .bg-video {
364 background-image: url(../icon/video-overlays.png);
365 position: absolute;
366 top: 0;
367 left: 0;
368 width: 100%;
369 height: 100%;
370 background-repeat: no-repeat;
371 background-position: center;
372 background-size: cover;
373 z-index: 2;
374 background-color: #fff;
375 }
376
377 /* The Play-Button using CSS-Only */
378 .box-video .bt-play {
379 position: absolute;
380 top: 45%;
381 left: 45%;
382 cursor: pointer;
383 z-index: 2;
384 -webkit-transition: all 0.3s ease-out;
385 transition: all 0.3s ease-out;
386 }
387
388 /* The Play-Triangle */
389 .box-video .bt-play:after {
390 content: "\f16a";
391 position: absolute;
392 left: 50%;
393 top: 50%;
394 font-family: FontAwesome;
395 font-size: 50px;
396 color: #fff;
397 font-style: normal;
398 font-weight: normal;
399 -webkit-transition: all 0.3s ease-out;
400 transition: all 0.3s ease-out;
401 }
402
403 .box-video:hover .bt-play {
404 transform: scale(1.1);
405 }
406
407 /* When Class added the Cover gets hidden... */
408 .box-video.open .bg-video {
409 visibility: hidden;
410 opacity: 0;
411
412 -webkit-transition: all 0.6s 0.8s;
413 transition: all 0.6s 0.8s;
414 }
415
416 /* and iframe shows up */
417 .box-video.open .video-container {
418 opacity: 1;
419 -webkit-transition: all 0.6s 0.8s;
420 transition: all 0.6s 0.8s;
421 }
422
423 /* Giving the div ratio of 16:9 with padding */
424 .video-container {
425 position: relative;
426 width: 100%;
427 height: 0;
428 margin: 0;
429 z-index: 1;
430 padding-bottom: 74.27198%;
431 }
432
433 .video-container iframe {
434 position: absolute;
435 top: 0;
436 left: 0;
437 width: 100%;
438 height: 100%;
439 }
440
441 .box-video__button {
442 position: relative;
443 left: 105px;
444 display: flex;
445 justify-content: center;
446 align-items: center;
447 margin-top: 15px;
448
449 a {
450 display: flex;
451 align-items: center;
452 color: #002b74;
453 font-size: 16px;
454 font-weight: 500;
455 line-height: 1.25;
456 background-color: #ffffff;
457 box-shadow: 0px 10px 40px rgba(14, 46, 101, 0.15);
458 border-radius: 8px;
459 padding: 10px 20px 11px;
460 transition: all 0.5s;
461
462 &:hover {
463 color: #fff;
464 background-color: $primary-color;
465 svg path {
466 stroke: #fff;
467 }
468 }
469
470 svg {
471 margin-right: 8px;
472 }
473 }
474 }
475
476 //-----------2.rex-setup-wizard-feed-area section------------
477 .rex-setup-wizard-feed-area {
478 padding: 100px 0;
479 .rex-setup-wizard-feed__header {
480 max-width: 900px;
481 margin: 0 auto 65px;
482 text-align: center;
483 h3 {
484 font-weight: 600;
485 }
486 .header__text {
487 color: #216df0;
488 }
489 }
490
491 .rex-setup-wizard-feed {
492 &__content {
493 background: #ffffff;
494 box-shadow: 0px 1px 2px rgba(3, 2, 53, 0.1);
495 border-radius: 10px;
496 padding: 28px 29px 31px 24px;
497 svg {
498 margin-bottom: 10px;
499 }
500 h6 {
501 font-weight: 500;
502 color: rgba(6, 36, 88, 0.9);
503 margin-bottom: 8px;
504 }
505 }
506 &__list-area {
507 margin-bottom: 15px;
508 li {
509 display: flex;
510 i {
511 font-size: 18px;
512 margin: 7px 10px 0 0;
513 }
514 }
515 }
516 &__list-link {
517 font-size: 14px;
518 color: #216df0;
519 text-decoration: underline;
520 line-height: 2.2;
521 }
522 &__button {
523 font-size: 14px;
524 border: none;
525 background: rgba(33, 109, 240, 0.1);
526 border-radius: 10px;
527 transition: all 0.5s;
528
529 a {
530 display: block;
531 color: #062458;
532 font-weight: 500;
533 padding: 10px 15px 11px;
534 }
535
536 &:hover {
537 background-color: #216df0;
538 a {
539 color: #fff;
540 }
541 }
542 }
543 }
544
545 .rex-setup-wizard-feed-area__button {
546 display: flex;
547 justify-content: center;
548 align-items: center;
549 margin: 70px auto 0;
550 border: none;
551 background: transparent;
552 a {
553 font-weight: 500;
554 font-size: 20px;
555 line-height: 30px;
556 color: #216df0;
557 text-decoration: underline;
558 }
559 }
560 }
561
562 //-----------3.rex-setup-wizard-price-area section------------
563 .rex-setup-wizard-price-area {
564 .rex-setup-wizard__welcome-section-containers-area {
565 position: relative;
566 background-image: url("../icon/Welcome-BG.png");
567 background-repeat: no-repeat;
568 background-size: cover;
569 padding: 50px 80px;
570 -o-object-fit: cover;
571 object-fit: cover;
572 border-radius: 20px;
573 box-shadow: 0px 20px 120px rgba(8, 35, 81, 0.3);
574 margin-bottom: -245px;
575 }
576 .rex-setup-wizard-price {
577 &__header {
578 max-width: 700px;
579 text-align: center;
580 margin: 0 auto;
581 }
582
583 &__button-area {
584 display: flex;
585 flex-flow: row;
586 justify-content: center;
587 align-items: center;
588 padding: 15px 0;
589 span {
590 background: #e4eeff;
591 border-radius: 15px;
592 padding: 14px 25px;
593 font-weight: 500;
594 font-size: 30px;
595 line-height: 1.33;
596 color: #216df0;
597 margin-right: 15px;
598 }
599 }
600
601 &__list__layout {
602 display: grid;
603 grid-template-columns: repeat(2, 1fr);
604 row-gap: 22px;
605 column-gap: 40px;
606 margin-top: 19px;
607 }
608
609 &__list__lists {
610 font-size: 20px;
611 font-family: Lato, sans-serif;
612 font-weight: 300;
613 line-height: 1.5;
614 color: #6c798f;
615
616 svg {
617 margin-right: 12px;
618 }
619 }
620 }
621 }
622
623 //-----------4.rex-setup-wizard-cta-area section------------
624
625 .rex-setup-wizard-cta-area {
626 background-image: url("../icon/call-to-actions.png");
627 background-repeat: no-repeat;
628 background-size: cover;
629 -o-object-fit: cover;
630 object-fit: cover;
631 .rex-setup-wizard__welcome-section-container {
632 display: flex;
633 flex-flow: column;
634 justify-content: center;
635 align-items: center;
636 text-align: center;
637 h2 {
638 position: relative;
639 font-weight: 700;
640 background: linear-gradient(
641 -130.36deg,
642 #216df0 6.14%,
643 #50df89 25.85%,
644 #faa01a 49.26%,
645 #00b4ff 74.62%,
646 #bb4bff 100.72%
647 );
648 -webkit-background-clip: text;
649 -webkit-text-fill-color: transparent;
650 margin-bottom: 37px;
651 line-height: 1.1;
652 }
653
654 .rex-setup-wizard-cta {
655 &__button--light-blue {
656 background-color: #00b4ff;
657 &:hover {
658 background-color: #216df0;
659 }
660 }
661 }
662 }
663 }
664
665 .rex-setup-wizard-feed__grid {
666 --gap: 30px;
667 --columns: 3;
668 columns: var(--columns);
669 gap: var(--gap);
670 }
671
672 //-----------5.rex-setup-wizard-grid markup section------------
673
674 .folded .rex-take-alert {
675 width: calc(100% - 0px);
676 }
677
678 .rex-setup-wizard-feed-area {
679 .rex-setup-wizard-feed__grid > * {
680 break-inside: avoid;
681 margin-bottom: var(--gap);
682 }
683
684 @supports (grid-template-rows: masonry) {
685 .rex-setup-wizard-feed__grid {
686 display: grid;
687 grid-template-columns: repeat(var(--columns), 1fr);
688 grid-gap: var(--gap);
689 grid-template-rows: masonry;
690 grid-auto-flow: dense;
691 }
692 }
693 }
694
695 //-----------5.rex-setup-wizard-alert markup section------------
696 .rex-take-alert {
697 position: fixed;
698 top: 0;
699 right: 0;
700 width: calc(100% - 160px);
701 height: 100%;
702 z-index: 999;
703 display: flex;
704 flex-flow: row wrap;
705 align-items: center;
706 justify-content: center;
707 padding: 15px;
708 background: rgba(51, 51, 51, 0.4);
709
710 &__wrapper {
711 width: 100%;
712 max-width: 450px;
713 background: #ffffff;
714 border-radius: 5px;
715 border-left: 5px solid $primary-color;
716 }
717
718 &__body {
719 position: relative;
720 text-align: center;
721 padding: 40px;
722 }
723
724 &__close-btn {
725 position: absolute;
726 right: 15px;
727 top: 15px;
728 display: block;
729 cursor: pointer;
730 }
731
732 &__message {
733 display: flex;
734 flex-direction: column;
735 align-items: center;
736 justify-content: center;
737 gap: 10px;
738 }
739
740 &__heading {
741 font-size: 20px;
742 font-weight: 500;
743 }
744
745 &__description {
746 font-size: 15px;
747 font-weight: 400;
748 }
749
750 &__footer {
751 background: #f6f6f8;
752 border-radius: 0px 0px 5px 5px;
753 border-top: 1px solid #e6e6ef;
754 padding: 14px 14px 15px;
755 }
756
757 &__btn-area {
758 display: flex;
759 flex-flow: row;
760 align-items: center;
761 justify-content: center;
762 gap: 15px;
763 }
764
765 &__button {
766 font-size: 16px;
767 font-weight: 500;
768 transition: all 0.3s ease;
769 min-width: 110px;
770 height: 41px;
771 line-height: 40px;
772 padding: 0 20px;
773 border-radius: 5px;
774 border: none;
775 outline: none;
776 }
777
778 &__button--cancel {
779 background-color: #eee;
780 color: #333;
781 cursor: pointer;
782
783 &:hover {
784 background-color: #e2e2e2;
785 }
786 }
787
788 &__button--yes {
789 background-color: #004efa;
790 color: #fff;
791
792 &:hover {
793 background-color: #0c4ee0;
794 cursor: pointer;
795 }
796 }
797 }
798
799 //-----------6.rex-xml-popup markup section------------
800 .rex-xml-popup {
801 position: fixed;
802 top: 10px;
803 right: 0;
804 width: calc(100% - 160px);
805 height: 100%;
806 z-index: 999;
807 display: flex;
808 flex-flow: row wrap;
809 align-items: center;
810 justify-content: center;
811 padding: 15px;
812 background: rgba(51, 51, 51, 0.4);
813 overflow: auto;
814
815 pre {
816 display: flex;
817 width: 100%;
818 }
819
820 &__wrapper {
821 width: 100%;
822 max-width: 1000px;
823 margin: 0 auto;
824 background: #ffffff;
825 border-radius: 5px;
826 }
827
828 &__body {
829 position: relative;
830 padding: 40px;
831 }
832
833 &__close-btn {
834 position: absolute;
835 right: 15px;
836 top: 15px;
837 display: block;
838 cursor: pointer;
839 }
840
841 &__message {
842 display: flex;
843 flex-direction: column;
844 align-items: center;
845 justify-content: center;
846 }
847 }
848
849 //-----------Media query style ------------
850 @media (max-width: 1399px) {
851 //-----------.wizard-btn global------------
852 .rex-setup-wizard-area .wizard-btn {
853 margin: 0 10px;
854 }
855
856 //-----------1.rex-setup-wizard-hero-area section------------
857 .rex-setup-wizard__video-area {
858 margin-right: 0px;
859 }
860
861 .box-video__button,
862 .box-video {
863 left: 0;
864 }
865
866 .rex-setup-wizard__welcome-section-container-area form button {
867 font-size: 16px;
868 }
869
870 //-----------2.rex-setup-wizard-feed-area section------------
871 .rex-setup-wizard-feed-area {
872 padding: 80px 0;
873 }
874 .rex-setup-wizard-feed-area .rex-setup-wizard-feed-area__button {
875 margin: 50px auto 0;
876 }
877
878 //-----------3.rex-setup-wizard-price-area section------------
879 .rex-setup-wizard-price-area .rex-setup-wizard__welcome-section-containers-area {
880 margin-bottom: -110px;
881 }
882
883 .rex-setup-wizard-price-area .rex-setup-wizard__welcome-section-containers-area {
884 padding: 40px 50px;
885 }
886 } //--end media query 1399px--
887
888 @media (max-width: 1199px) {
889 //-----------.wizard-btn global------------
890 .rex-setup-wizard-area .wizard-btn {
891 a {
892 font-size: 18px;
893 padding: 15px 30px;
894 margin: 0 6px;
895 }
896 }
897
898 //-----------1.rex-setup-wizard-hero-area section------------
899 .rex-setup-wizard__button {
900 display: block;
901 margin: 0 0 35px auto;
902 }
903 .rex-setup-wizard__welcome-section-container-area form {
904 justify-content: flex-start;
905 }
906 .rex-setup-wizard__welcome-section-container-area form span.select2-container {
907 margin-right: 20px;
908 }
909 .rex-setup-wizard__button {
910 margin: 0 0 35px auto;
911 }
912 .rex-setup-wizard__welcome-section-container-layout {
913 grid-template-columns: repeat(1, 1fr);
914 grid-gap: 40px;
915 align-items: center;
916 }
917 .rex-setup-wizard-hero-area {
918 padding: 15px 0 70px;
919 }
920
921 .box-video {
922 border-radius: 21px;
923 }
924
925 //-----------2.rex-setup-wizard-feed-area section------------
926 .rex-setup-wizard-feed-area {
927 padding: 70px 0;
928 }
929 .rex-setup-wizard-feed__grid {
930 --gap: 20px;
931 }
932 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__grid > * {
933 margin-bottom: var(--gap);
934 }
935 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content-area {
936 grid-gap: 20px;
937 }
938 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__header {
939 margin-top: 40px;
940 }
941 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content {
942 padding: 22px;
943 }
944
945 //-----------3.rex-setup-wizard-price-area section------------
946 .rex-setup-wizard-price-area .rex-setup-wizard__welcome-section-containers-area {
947 margin-bottom: -80px;
948 }
949 .rex-setup-wizard-price-area .rex-setup-wizard__welcome-section-containers-area {
950 padding: 35px 30px;
951 }
952 .rex-setup-wizard-price-area .rex-setup-wizard-price__list__lists {
953 font-size: 17px;
954 line-height: 1.4;
955 }
956 .rex-setup-wizard-price-area .rex-setup-wizard-price__button-area span {
957 font-size: 23px;
958 line-height: 1.5;
959 }
960 } //--end media query 1199px--
961
962 @media (max-width: 991px) {
963 //-----------3.rex-setup-wizard-price-area section------------
964 .rex-setup-wizard-price-area .rex-setup-wizard-price__list__layout {
965 grid-template-columns: repeat(1, 1fr);
966 row-gap: 15px;
967 margin-top: 12px;
968 }
969 } //--end media query 991px--
970
971 @media (max-width: 767px) {
972 //-----------.wizard-btn global------------
973 .rex-setup-wizard-area .wizard-btn {
974 a {
975 font-size: 15px;
976 padding: 12px 25px;
977 margin: 0 5px 10px;
978 }
979 }
980
981 //-----------2.rex-setup-wizard-feed-area section------------
982 .rex-setup-wizard-feed-area {
983 padding: 60px 0;
984 }
985 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content-area {
986 grid-template-columns: repeat(2, 1fr);
987 }
988 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__header {
989 margin-top: 30px;
990 }
991 //-----------3.rex-setup-wizard-price-area section------------
992 .rex-setup-wizard-cta-area {
993 padding: 160px 10px 35px;
994 }
995 .rex-setup-wizard-price-area .rex-setup-wizard-price__button-area {
996 flex-flow: column;
997 gap: 10px;
998 }
999 } //--end media query 767px---
1000
1001 @media (max-width: 575px) {
1002 //-----------1.rex-setup-wizard-hero-area section------------
1003 .rex-setup-wizard__welcome-section-container-area form {
1004 display: block;
1005 }
1006 //-----------2.rex-setup-wizard-feed-area section------------
1007 .rex-setup-wizard-feed-area {
1008 padding: 50px 0;
1009 }
1010 .rex-setup-wizard-feed-area .rex-setup-wizard-feed__content-area {
1011 grid-template-columns: repeat(1, 1fr);
1012 margin-top: 30px;
1013 }
1014
1015 //-----------3.rex-setup-wizard-price-area section------------
1016 .rex-setup-wizard-price-area .rex-setup-wizard-price__button-area span {
1017 font-size: 17px;
1018 line-height: 1.5;
1019 margin-right: 0;
1020 }
1021 }
1022