File size: 1,925 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.disclaimer-area {
  display: flex;
  background-color: #1c2228;
  font-family: "Poppins", sans-serif;
  color: white;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 8px;
}

.disclaimer-head {
  font-weight: bolder;
}

.first-row,
.second-row,
.third-row,
.fourth-row {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  font-family: "Poppins", sans-serif;
  flex-direction: column;
  text-align: left;
}

.link-section,
.link-section2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  color: gray;
}

.bold {
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  font-size: 16px;
  color: black !important;
}

.amazon-img {
  width: 100px;
}

.extra-data {
  background-color: #eaeaea;
}

.developer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.dev-data {
  display: flex;
  position: relative;
  bottom: 8px;
  margin-left: 15px;
  align-items: center;
}

.dev-link {
  margin-left: 5px;
  text-decoration: underline;
}

.link-section2 {
  display: none;
}

/* MEDIA QUERIES  */

@media (max-width: 880px) {
  .disclaimer-area {
    padding-left: 35px;
    padding-right: 35px;
    height: 80px;
  }
}

@media (max-width: 720px) {
  .developer {
    display: none;
  }
}

@media (max-width: 680px) {
  .link-section {
    display: none;
  }
  .link-section2 {
    display: flex;
  }
}

@media (max-width: 420px) {
  .disclaimer-area {
    font-size: 14px;
    height: 110px;
  }
}

@media (max-width: 360px) {
  .link-section2 {
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .developer {
    padding: 0;
    flex-direction: column;
  }
  .dev-data {
    margin: 0;
  }
}