-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTerms.html
More file actions
115 lines (108 loc) · 2.12 KB
/
Terms.html
File metadata and controls
115 lines (108 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.navbar {
display: flex;
}
.nav-links {
display: none;
flex-direction: column;
width: 70%;
height: 100vh;
background: white;
position: fixed;
top: 0px;
left: 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
z-index: 1001;
font-weight: bold;
align-items: flex-start;
padding-left: 16px;
gap: 0;
margin-top: 0px;
padding-top: 70px;
transition: all 0.7s ease-in-out;
}
.menu-toggle {
display: block;
margin-left: auto;
margin-right: 20px;
color: rgb(82, 82, 38);
font-size: 35px;
}
.menu-toggle .menu-icon,
.menu-toggle .close-icon {
color: rgb(82, 82, 38) !important;
}
.center1,
.welcome,
.Deep,
.popular1,
.Trips,
.Host,
.About2,
.Newsletter2,
.Best1 {
margin: 0 10px;
padding: 10px;
text-align: center;
}
.Deeper,
.group-popular,
.Hear2,
.Best2,
.faq {
flex-direction: column !important;
align-items: center !important;
margin: 0;
padding: 10px;
gap: 10px;
}
.popular2,
.review,
.faq1,
.blog1 {
width: 100% !important;
margin-bottom: 20px;
min-width: 0;
}
iframe {
width: 100% !important;
height: auto !important;
min-width: 0;
}
.image,
.image1,
.news {
width: 100% !important;
max-width: 100vw !important;
height: auto !important;
float: none !important;
margin: 20px 0 !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
}
.Host1 {
margin: 20px 0 !important;
text-align: center;
flex-direction: column !important;
align-items: center !important;
gap: 10px;
display: flex;
}
.nav-left {
flex-direction: column;
align-items: flex-start;
margin-left: 0;
}
.footer-content {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center !important
}
.footer1 {
margin-left: -5px;
}
.footer2 {
margin-right: -30px;
}
}