1+
2+
3+
4+ .desnav {
5+ background-color : # 8000ff ;
6+ }
7+
8+ .nav-link {
9+ display : block;
10+ padding : var (--bs-nav-link-padding-y ) var (--bs-nav-link-padding-x );
11+ font-size : var (--bs-nav-link-font-size );
12+ font-weight : var (--bs-nav-link-font-weight );
13+ color : white;
14+ text-decoration : none;
15+ background : none;
16+ border : 0 ;
17+
18+ margin : auto;
19+ transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
20+
21+ font-family : 'Alegreya Sans SC' ;
22+ font-weight : bold;
23+
24+ }
25+
26+ .txtcol {
27+ font-family : 'Alegreya Sans SC' !important ;
28+ font-weight : bold !important ;
29+ color : white !important ;
30+ }
31+
32+ .navbar-toggler {
33+ padding : var (--bs-navbar-toggler-padding-y ) var (--bs-navbar-toggler-padding-x );
34+ font-size : var (--bs-navbar-toggler-font-size );
35+ line-height : 1 ;
36+ color : white;
37+ background-color : transparent;
38+ border : var (--bs-border-width ) solid var (--bs-navbar-toggler-border-color );
39+ border-radius : var (--bs-navbar-toggler-border-radius );
40+ transition : var (--bs-navbar-toggler-transition );
41+ }
42+
43+ .nav-link : hover {
44+ color : rgba (255 , 251 , 0 , 0.801 ) !important ;
45+ border-top-style : none !important ;
46+ border-bottom-style : solid !important ;
47+ border-right-style : none !important ;
48+ border-left-style : none !important ;
49+ border-width : 0.15rem !important ;
50+ border-color : yellow !important ;
51+
52+ padding-right : 1rem !important ;
53+ padding-left : 1rem !important ;
54+ transition : all 0.3s ease-in-out;
55+ }
56+
57+ a .nav-link .active {
58+ color : rgba (255 , 251 , 0 , 0.801 ) !important ;
59+ border-top-style : none !important ;
60+ border-bottom-style : solid !important ;
61+ border-right-style : none !important ;
62+ border-left-style : none !important ;
63+ border-width : 0.15rem !important ;
64+ border-color : yellow !important ;
65+
66+ padding-right : 1rem !important ;
67+ padding-left : 1rem !important ;
68+ }
69+
70+ .desbac {
71+ background-color : # 2c2a2a !important ;
72+ min-height : 169vh !important ;
73+ overflow-y : scroll;
74+ -ms-overflow-style : none; /* IE and Edge */
75+ scrollbar-width : none; /* Firefox */
76+ }
77+
78+ .desbac ::-webkit-scrollbar {
79+ display : none;
80+ }
81+
82+
83+
84+ .welc {
85+ position : absolute;
86+ top : 13% ;
87+ left : 26% ;
88+ width : 48% ;
89+ height : 10% ;
90+ background : linear-gradient (to right, rgb (120 , 235 , 255 ), rgb (20 , 24 , 243 ), rgb (154 , 26 , 240 ) );
91+ /* margin: inherit; */
92+ border-radius : 0.4rem ;
93+ animation : anim 2s linear infinite;
94+ filter : blur (4rem );
95+ }
96+ @keyframes anim {
97+ 0% {
98+ filter : hue-rotate (0deg );
99+ }
100+ 50% {
101+ filter : hue-rotate (360deg );
102+ }
103+ 100% {
104+ filter : hue-rotate (0deg );
105+ }
106+
107+ }
108+
109+ .welctxt {
110+ position : absolute;
111+ top : 13.5% ;
112+ left : 26.6% ;
113+ width : 47% ;
114+ height : 9% ;
115+ background : # 2c2a2a !important ;
116+ /* margin: inherit; */
117+ border-radius : 0.4rem ;
118+ text-align : center;
119+ }
120+
121+ .welctxt p {
122+ padding-top : 1.2rem ;
123+ font-family : 'Alegreya Sans SC' ;
124+ color : white;
125+ font-size : 1.3rem !important ;
126+ }
127+
128+ .release {
129+
130+ width : 50% !important ;
131+ min-height : 22vh !important ;
132+
133+
134+ }
135+
136+ .release2 {
137+ border-style : solid;
138+ border-color : rgb (149 , 255 , 250 );
139+ border-width : 0.2rem ;
140+ border-radius : 0.4rem ;
141+
142+ width : 75% !important ;
143+ min-height : 40vh !important ;
144+ background-color : # 2c2a2a ;
145+ color : rgb (255 , 255 , 255 );
146+ padding-right : 2rem ;
147+ padding-top : 1rem ;
148+
149+ word-spacing : 0.3rem ;
150+
151+ word-break : break-word;
152+ overflow-y : scroll;
153+ font-family : 'Alegreya Sans SC' ;
154+
155+
156+ -ms-overflow-style : none; /* IE and Edge */
157+ scrollbar-width : none; /* Firefox */
158+
159+
160+
161+ animation : anim2 2s linear infinite;
162+
163+
164+
165+ }
166+ @keyframes anim2{
167+ 0% {
168+ color : yellow;
169+ border-color : yellow;
170+ box-shadow : 0px 10px 75px 0px rgb (114 , 114 , 247 );
171+
172+ }
173+ 50% {
174+ color : rgb (3 , 142 , 255 );
175+ border-color : rgb (3 , 142 , 255 );
176+ box-shadow : 0px 10px 40px 0px rgba (195 , 195 , 248 , 0.514 );
177+
178+ }
179+ 100% {
180+ color : rgb (161 , 241 , 115 );
181+ border-color : rgb (161 , 241 , 115 ) ;
182+ box-shadow : 0px 10px 75px 0px rgb (114 , 114 , 247 );
183+
184+ }
185+ }
186+
187+
188+ .release2 ::-webkit-scrollbar {
189+ display : none;
190+ }
191+
192+ .release3 {
193+
194+
195+
196+ width : 100% !important ;
197+ min-height : 10vh !important ;
198+ background-color : # 8000ff ;
199+ color : rgb (255 , 255 , 255 );
200+
201+ padding-top : 1rem ;
202+
203+ word-spacing : 0.3rem ;
204+
205+ word-break : break-word;
206+
207+ font-family : 'Alegreya Sans SC' ;
208+ font-size : 1rem ;
209+ }
210+
211+ .loader {
212+ display : flex;
213+ width : 100% !important ;
214+ height : 100vh !important ;
215+ background-color : # 202020db ;
216+ position : absolute;
217+ top : 0% ;
218+
219+ }
220+
221+ .loader2 {
222+ display : none;
223+ width : 100% !important ;
224+ height : 100vh !important ;
225+ background-color : # 202020db ;
226+ position : absolute;
227+ top : 0% ;
228+
229+ }
230+
231+ .imdes {
232+ width : 20vw !important ;
233+ height : 20vh !important ;
234+ object-fit : contain !important ;
235+ }
0 commit comments