Ver código fonte

navbar and footer changes

ananthvijay 2 anos atrás
pai
commit
711d8ba561

+ 55
- 32
dist/Js/footer.js Ver arquivo

@@ -133,43 +133,66 @@ $(document).ready(function() {
133 133
     <div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven" data-bs-parent="#accordionExample">
134 134
       <div class="accordion-body">
135 135
       <ul class="list-inline">
136
-                                <li>
137
-                                    <ul class="d-flex
138
-                                            list-inline">
139
-                                        <li><img src="" alt="logo"></li>
140
-                                        <li>Twitter</li>
141
-                                    </ul>
142
-                                </li>
143
-                                <li>
144
-                                    <ul class="d-flex list-inline">
145
-                                        <li><img src="" alt="logo"></li>
146
-                                        <li>Instagram</li>
147
-                                    </ul>
148
-                                </li>
149
-                                <li>
150
-                                    <ul class="d-flex list-inline">
151
-                                        <li><img src="" alt="logo"></li>
152
-                                        <li>Youtube</li>
153
-                                    </ul>
154
-                                </li>
155
-                                <li>
156
-                                    <ul class="d-flex list-inline">
157
-                                        <li><img src="" alt="logo"></li>
158
-                                        <li>Linkedin</li>
159
-                                    </ul>
160
-                                </li>
161
-                                <li>
162
-                                    <ul class="d-flex list-inline">
163
-                                        <li><img src="" alt="logo"></li>
164
-                                        <li>Facebook</li>
165
-                                    </ul>
166
-                                </li>
167
-                            </ul>
136
+      <li>
137
+          <ul class="d-flex
138
+                  list-inline">
139
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/twitter.png" alt="logo" class="px-1 img-fluid"></li>
140
+              <li>Twitter</li>
141
+          </ul>
142
+      </li>
143
+      <li>
144
+          <ul class="d-flex list-inline">
145
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/instra.png" alt="logo" class="px-1 img-fluid"></li>
146
+              <li>Instagram</li>
147
+          </ul>
148
+      </li>
149
+      <li>
150
+          <ul class="d-flex list-inline">
151
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/youtube.png" alt="logo" class="px-1 img-fluid"></li>
152
+              <li>Youtube</li>
153
+          </ul>
154
+      </li>
155
+      <li>
156
+          <ul class="d-flex list-inline">
157
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/linkedin.png" alt="logo" class="px-1 img-fluid"></li>
158
+              <li>Linkedin</li>
159
+          </ul>
160
+      </li>
161
+      <li>
162
+          <ul class="d-flex list-inline">
163
+              <li class="footer-socailImg"><img src="dist/assets/imgs/footer/facebook.png" alt="logo" class="px-1 img-fluid"></li>
164
+              <li>Facebook</li>
165
+          </ul>
166
+      </li>
167
+  </ul>
168 168
 
169 169
       </div>
170 170
     </div>
171 171
   </div>
172
+  
173
+  </div>
174
+  <div class="footer-sub-content ">
175
+  <div class="container">
176
+  <div class="d-flex g-0 align-items-center justify-content-around">
177
+          <div class="col-md-2 text-white
178
+                  text-center">
179
+              <p class="mb-0">Privacy Policy</p>
180
+          </div>
181
+          <div class="col-md-2 text-white
182
+                  text-center">
183
+              <p class="mb-0"> Terms of Use Sales
184
+              </p>
185
+          </div>
186
+          <div class="col-md-2 text-white">
187
+              <p class="mb-0">Policy</p>
188
+          </div>
189
+      </div>
190
+  <div class="text-white">
191
+  <p class="mb-0 text-center">Copyright ©2023 Anwisystems pvt ltd.</p>
192
+  <p class="mb-0 text-center">All rights reserved.</p>
193
+</div>
172 194
   </div>
195
+</div>
173 196
   </div>
174 197
     <div class="footer-main-container d-none d-sm-block ">
175 198
         <div class="footer-logo py-3

+ 271
- 35
dist/Js/navbar.js Ver arquivo

@@ -1,40 +1,218 @@
1 1
 $(document).ready(function() {
2 2
     let navbarHtml = `<div class="biz-nav-wrapper">
3
-    <nav class="navbar navbar-expand-lg bg-body-tertiary">
4
-    <div class="container">
5
-    <a class="navbar-brand" href="./index.html"><img src="./dist/assets/imgs/anwi-logo-1.png" class="img-fluid" alt="Anwi-Logo"></a>
6
-      <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
7
-        <span class="navbar-toggler-icon"></span>
8
-      </button>
9
-      <div class="collapse navbar-collapse" id="navbarSupportedContent">
10
-        <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
11
-          <li class="nav-item">
12
-            <a class="nav-link active" href="./laptopmulti.html">Laptops</a>
13
-          </li>
14
-          <li class="nav-item">
15
-            <a class="nav-link" href="./allinone.html">All in One</a>
16
-          </li>
17
-          <li class="nav-item">
18
-            <a class="nav-link" href="#">Servers</a>
19
-          </li>
20
-          <li class="nav-item">
21
-            <a class="nav-link" href="#">CPU's</a>
22
-          </li>
23
-          <li class="nav-item">
24
-            <a class="nav-link" href="#">Accessories</a>
25
-          </li>
26
-          <li class="nav-item">
27
-            <a class="nav-link" href="#">Support</a>
28
-          </li>
29
-          <li class="nav-item">
30
-            <a class="btn btn-dark button_dark" href="#">Get in touch</a>
31
-          </li>
32
-      </div>
33
-    </div>
34
-  </nav>
35
-  </div>`;
3
+    <nav class="navbar pb-4 navbar-expand-lg bg-body-tertiary">
4
+        <div class="container">
5
+        <a class="navbar-brand" href="./index.html"><img src="./dist/assets/imgs/anwi-logo-1.png"
6
+        class="img-fluid" alt="Anwi-Logo"></a>
7
+    <button class="navbar-toggler collapsed border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
8
+      aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
9
+      <span class="icon-bar top-bar"></span>
10
+      <span class="icon-bar middle-bar"></span>
11
+      <span class="icon-bar bottom-bar"></span>
12
+    </button>
13
+            <div class="collapse navbar-collapse" id="navbarSupportedContent">
14
+                <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
15
+                <li class="nav-item">
16
+                <ul class="navbar-nav ">
17
+                    <li class="nav-item dropdown has-mega-menu">
18
+                        <a class="nav-link pl-2 mbil-name" href="#"
19
+                            aria-haspopup="true" aria-expanded="false">Laptops</a>
20
+                        <div class="dropdown-menu rounded-0">
21
+                            <div class="container">
22
+                            <div class="row dropdown-items-row">
23
+                    <ul class="d-flex justify-content-center list-inline">
24
+                        <li class="mx-3"> <a class="dropdown-item " href="#">
25
+                            <div class="dropdown-item-img text-center mb-2">
26
+                                <img src="./dist/assets/imgs/Navbar/Creator-laptop.png"
27
+                                    alt="Laptop-img" class="img-fluid">
28
+                            </div>
29
+                            <div class="dropdown-item-content">
30
+                                <h6 class="dropdown-item-title text-center satoshi_font">
31
+                                    Creator Laptop</h6>
32
+                            </div>
33
+                        </a></li>
34
+                        <li  class="mx-3">  <a class="dropdown-item " href="#">
35
+                            <div class="dropdown-item-img text-center mb-2">
36
+                                <img src="./dist/assets/imgs/Navbar/Business-laptop.png"
37
+                                    alt="Laptop-img" class="img-fluid">
38
+                            </div>
39
+                            <div class="dropdown-item-content">
40
+                                <h6 class="dropdown-item-title text-center satoshi_font">
41
+                                    Business Laptop</h6>
42
+                            </div>
43
+                        </a></li>
44
+                    </ul>
45
+                                </div>
46
+                            </div>
47
+                        </div>
48
+                    </li>
49
+                </ul>
50
+            </li>
51
+            <li class="nav-item">
52
+                <ul class="navbar-nav ">
53
+                    <li class="nav-item dropdown has-mega-menu">
54
+                        <a class="nav-link pl-2 mbil-name" href="#"
55
+                            aria-haspopup="true" aria-expanded="false">ALl in One</a>
56
+                        <div class="dropdown-menu rounded-0">
57
+                            <div class="container">
58
+                            <div class="row dropdown-items-row">
59
+                    <ul class="d-flex justify-content-center list-inline">
60
+                        <li class="mx-3"> <a class="dropdown-item " href="#">
61
+                            <div class="dropdown-item-img text-center mb-2">
62
+                                <img src="./dist/assets/imgs/Navbar/Compact-cpu.png"
63
+                                    alt="Laptop-img" class="img-fluid">
64
+                            </div>
65
+                            <div class="dropdown-item-content">
66
+                                <h6 class="dropdown-item-title text-center satoshi_font">
67
+                                    Compact CPU</h6>
68
+                            </div>
69
+                        </a></li>
70
+                        <li  class="mx-3">  <a class="dropdown-item " href="#">
71
+                            <div class="dropdown-item-img text-center mb-2">
72
+                                <img src="./dist/assets/imgs/Navbar/Compact-cpu-2.png"
73
+                                    alt="Laptop-img" class="img-fluid">
74
+                            </div>
75
+                            <div class="dropdown-item-content">
76
+                                <h6 class="dropdown-item-title text-center satoshi_font">
77
+                                    Compact CPU</h6>
78
+                            </div>
79
+                        </a></li>
80
+                    </ul>
81
+                                </div>
82
+                            </div>
83
+                        </div>
84
+                    </li>
85
+                </ul>
86
+            </li>
87
+            <li class="nav-item">
88
+                <ul class="navbar-nav ">
89
+                    <li class="nav-item dropdown has-mega-menu">
90
+                        <a class="nav-link pl-2 mbil-name" href="#"
91
+                            aria-haspopup="true" aria-expanded="false">Servers</a>
92
+                        <div class="dropdown-menu rounded-0">
93
+                            <div class="container">
94
+                            <div class="row dropdown-items-row">
95
+                    <ul class="d-flex justify-content-center list-inline">
96
+                        <div class="owl-carousel owl-theme
97
+                        server-img-sec">
98
+                <div class="item w-200p">
99
+                    <img src="./dist/assets/imgs/Navbar/Server-1.png" class="img-fluid" alt="anwi-star-product">
100
+                    <h6 class="text-center satoshi_font">Server 01</h6>
101
+                </div>
102
+                <div class="item  w-200p">
103
+                    <img src="./dist/assets/imgs/Navbar/Server-2.png" class="img-fluid" alt="anwi-star-product">
104
+                    <h6 class="text-center satoshi_font">Server 02 CPU</h6>
105
+                </div>
106
+                <div class="item  w-200p">
107
+                    <img src="./dist/assets/imgs/Navbar/Server-3.png" class="img-fluid" alt="anwi-star-product">
108
+                    <h6 class="text-center satoshi_font">Server 03</h6>
109
+                </div>
110
+                <div class="item  w-200p">
111
+                    <img src="./dist/assets/imgs/Navbar/Server-4.png" class="img-fluid" alt="anwi-star-product">
112
+                    <h6 class="text-center satoshi_font">Compact CPU</h6>
113
+                </div>
114
+                <div class="item  w-200p">
115
+                    <img src="./dist/assets/imgs/Navbar/Server-5.png" class="img-fluid" alt="anwi-star-product">
116
+                    <h6 class="text-center satoshi_font">Compact CPU</h6>
117
+                </div>
118
+            </div>
119
+                    </ul>
120
+                                </div>
121
+                            </div>
122
+                        </div>
123
+                    </li>
124
+                </ul>
125
+            </li>
126
+            <li class="nav-item">
127
+                <ul class="navbar-nav ">
128
+                    <li class="nav-item dropdown has-mega-menu">
129
+                        <a class="nav-link pl-2 mbil-name" href="#"
130
+                            aria-haspopup="true" aria-expanded="false">CPU's</a>
131
+                        <div class="dropdown-menu rounded-0">
132
+                            <div class="container">
133
+                            <div class="row dropdown-items-row">
134
+                    <ul class="d-flex justify-content-center list-inline">
135
+                        <li class="mx-3"> <a class="dropdown-item " href="#">
136
+                            <div class="dropdown-item-img text-center mb-2">
137
+                                <img src="./dist/assets/imgs/Navbar/Cpu-1.png"
138
+                                    alt="Laptop-img" class="img-fluid">
139
+                            </div>
140
+                            <div class="dropdown-item-content">
141
+                                <h6 class="dropdown-item-title text-center satoshi_font">
142
+                                    Compact CPU</h6>
143
+                            </div>
144
+                        </a></li>
145
+                        <li  class="mx-3">  <a class="dropdown-item " href="#">
146
+                            <div class="dropdown-item-img text-center mb-2">
147
+                                <img src="./dist/assets/imgs/Navbar/Cpu-2.png"
148
+                                    alt="Laptop-img" class="img-fluid">
149
+                            </div>
150
+                            <div class="dropdown-item-content">
151
+                                <h6 class="dropdown-item-title text-center satoshi_font">
152
+                                    Compact CPU</h6>
153
+                            </div>
154
+                        </a></li>
155
+                    </ul>
156
+                                </div>
157
+                            </div>
158
+                        </div>
159
+                    </li>
160
+                </ul>
161
+            </li>
162
+            <li class="nav-item">
163
+                <ul class="navbar-nav ">
164
+                    <li class="nav-item dropdown has-mega-menu">
165
+                        <a class="nav-link pl-2 mbil-name" href="#"
166
+                            aria-haspopup="true" aria-expanded="false">Accessories</a>
167
+                        <div class="dropdown-menu rounded-0">
168
+                            <div class="container">
169
+                            <div class="row dropdown-items-row">
170
+                    <ul class="d-flex justify-content-center list-inline">
171
+                        <div class="owl-carousel owl-theme
172
+                        accessories-img-sec">
173
+                <div class="item">
174
+                    <img src="./dist/assets/imgs/Navbar/Accessiories-1.png" class="img-fluid" alt="anwi-star-product">
175
+                    <h6 class="text-center satoshi_font">Ora3 PCI Express</h6>
176
+                </div>
177
+                <div class="item">
178
+                    <img src="./dist/assets/imgs/Navbar/Accessiories-2.png" class="img-fluid" alt="anwi-star-product">
179
+                    <h6 class="text-center satoshi_font">Ora4 PCI Express</h6>
180
+                </div>
181
+                <div class="item">
182
+                    <img src="./dist/assets/imgs/Navbar/Accessiories-3.png" class="img-fluid" alt="anwi-star-product">
183
+                    <h6 class="text-center satoshi_font">DDR5 Desktop Memory</h6>
184
+                </div>
185
+                <div class="item">
186
+                    <img src="./dist/assets/imgs/Navbar/Accessiories-4.png" class="img-fluid" alt="anwi-star-product">
187
+                    <h6 class="text-center satoshi_font">DDR4 Desktop Memory</h6>
188
+                </div>
189
+                <div class="item">
190
+                    <img src="./dist/assets/imgs/Navbar/Accessiories-5.png" class="img-fluid" alt="anwi-star-product">
191
+                    <h6 class="text-center satoshi_font">DDR4 Desktop Memory</h6>
192
+                </div>
193
+            </div>
194
+                    </ul>
195
+                                </div>
196
+                            </div>
197
+                        </div>
198
+                    </li>
199
+                </ul>
200
+            </li>
201
+            <li class="nav-item">
202
+                <a class="btn btn-dark button_dark" href="#">Get in touch</a>
203
+            </li>
204
+                   </ul>
205
+            </div>
206
+        </div>
207
+    </nav>
208
+</div>`;
36 209
 
37 210
     $("#navbar-head").html(navbarHtml);
211
+    $(".navbar-toggler").click(function(){
212
+        $("#navbar-head").toggleClass("bg-white");
213
+
214
+    })
215
+    
38 216
     $('.pricing').find('.biz-nav-wrapper .navbar').addClass('bg-white');
39 217
 
40 218
     //  active-menu
@@ -88,7 +266,25 @@ $(document).ready(function() {
88 266
 
89 267
     //     c = currentScrollTop;
90 268
     // });
91
-
269
+    $(".nav-item.dropdown.has-mega-menu").off().hover(
270
+      function(e){ $("#navbar-head").find(".navbar").css("background-color", "#fff");}, // over
271
+      function(e){$("#navbar-head").find(".navbar").css("background-color", ""); }  // out
272
+  );
273
+    $(document).scroll(function() { 
274
+      if($(window).scrollTop() === 0) {
275
+        $(".nav-item.dropdown.has-mega-menu").off().hover(
276
+          function(e){ $("#navbar-head").find(".navbar").css("background-color", "#fff");}, // over
277
+          function(e){$("#navbar-head").find(".navbar").css("background-color", ""); }  // out
278
+      );
279
+      }
280
+      else{
281
+        $(".nav-item.dropdown.has-mega-menu").off().hover(
282
+          function(e){ $("#navbar-head").find(".navbar").css("background-color", "#fff");}, // over
283
+          function(e){$("#navbar-head").find(".navbar").css("background-color", "#fff"); }  // out
284
+      );
285
+      }
286
+   });
287
+    
92 288
     var scroll_start = 0;
93 289
     var startchange = $(".main-body");
94 290
     var offset = startchange.offset();
@@ -105,6 +301,10 @@ $(document).ready(function() {
105 301
                     .find(".navbar")
106 302
                     .css("background-color", "transparent")
107 303
                     .css("box-shadow", "none");
304
+                    $(".nav-item.dropdown.has-mega-menu").hover(
305
+                      function(e){ $("#navbar-head").find(".navbar").css("background-color", "#fff");}, // over
306
+                      function(e){$("#navbar-head").find(".navbar").css("background-color", ""); }  // out
307
+                  );
108 308
             }
109 309
         });
110 310
     } else {
@@ -113,4 +313,40 @@ $(document).ready(function() {
113 313
             .css("background-color", "#fff")
114 314
             .css("box-shadow", "0px 12px 20px -25px");
115 315
     }
116
-});
316
+$('.owl-carousel.server-img-sec').owlCarousel({
317
+  // loop: true,
318
+  margin: 10,
319
+  rtl: false,
320
+  nav: false,
321
+  autoHeight: true,
322
+  responsive: {
323
+      0: {
324
+          items: 2,
325
+      },
326
+      600: {
327
+          items: 3
328
+      },
329
+      1000: {
330
+          items: 4
331
+      }
332
+  }
333
+});
334
+$('.owl-carousel.accessories-img-sec').owlCarousel({
335
+  // loop: true,
336
+  margin: 10,
337
+  rtl: false,
338
+  nav: false,
339
+  autoHeight: true,
340
+  responsive: {
341
+      0: {
342
+          items: 2,
343
+      },
344
+      600: {
345
+          items: 3
346
+      },
347
+      1000: {
348
+          items: 4
349
+      }
350
+  }
351
+});
352
+});

BIN
dist/assets/imgs/Navbar/Accessiories-1.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Accessiories-2.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Accessiories-3.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Accessiories-4.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Accessiories-5.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Business-laptop.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Compact-cpu-2.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Compact-cpu.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Cpu-1.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Cpu-2.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Creator-laptop.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Server-1.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Server-2.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Server-3.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Server-4.png Ver arquivo


BIN
dist/assets/imgs/Navbar/Server-5.png Ver arquivo


+ 2
- 5
index.html Ver arquivo

@@ -21,17 +21,14 @@
21 21
     <!-- main-body -->
22 22
     <main class="main-body home-main-container">
23 23
         <section class="hero-banner">
24
-        
25
-               
26
-           
27 24
             <!-- banner-start -->
28 25
             <div class="container">
29 26
                 <section class="banner-wrapper ">
30 27
                     <div class="banner-main-container d-flex align-items-center">
31 28
                         <div class="col-md-6">
32
-                            <h5 class="mb-4">AIO24 - 1700N</h5>
29
+                            <h5 class="satoshi_font">AIO24 - 1700N</h5>
33 30
                             <h1 class="banner_heading_4 mb-4">All-in-One</h1>
34
-                            <h6 class="subtitle_1 mb-4">Extraordinary Performance and Unparalleled Flexibility</h6>
31
+                            <h6 class="subtitle_1 mb-4 satoshi_font">Extraordinary Performance <br> and Unparalleled Flexibility</h6>
35 32
                             <a class="btn btn-dark button_dark" href="#">Know
36 33
                                 More</a>
37 34
                         </div>

+ 4
- 0
styles/base/_utilities.scss Ver arquivo

@@ -195,6 +195,10 @@
195 195
   width: 20px;
196 196
 }
197 197
 
198
+.w-200{
199
+  width:200px;
200
+}
201
+
198 202
 // font weight
199 203
 
200 204
 

+ 146
- 123
styles/pages/_home.scss Ver arquivo

@@ -1,84 +1,95 @@
1 1
 /* home page */
2
-
2
+$color_1: #000;
3
+$color_2: white;
4
+$font-family_1: "Satoshi", sans-serif;
5
+$background-color_1: #000;
6
+$background-color_2: #0fa5c5;
7
+$background-color_3: #f2f9fb;
8
+/* BUtton */
3 9
 .button_dark.btn-dark {
4
-    background-color: #000000 !important;
5
-    font-family: "Satoshi", sans-serif;
10
+	background-color: $background-color_1 !important;
11
+	font-family: $font-family_1;
12
+	&:hover {
13
+		background-color: $background-color_1 !important;
14
+		font-family: $font-family_1;
15
+		opacity: 1 !important;
16
+	}
6 17
 }
7
-
8
-.button_dark.btn-dark:hover {
9
-    background-color: #000000 !important;
10
-    font-family: "Satoshi", sans-serif;
11
-    opacity: 1 !important;
18
+/* main-container */
19
+.home-main-container {
20
+	#navbar-head { /* navbar */
21
+		.navbar-nav {
22
+			.nav-item {
23
+				.nav-link {
24
+					color: $color_1;
25
+					font-family: $font-family_1;
26
+				}
27
+			}
28
+		}
29
+	}
30
+	.offer-main-sec {/* main-offersec */
31
+		.offer-sec {
32
+			margin-top: -35px;
33
+		}
34
+	}
35
+	.aw-feature-name {
36
+		h5 {
37
+			transform: rotate(180deg);
38
+			transform-origin: center center 0;
39
+			writing-mode: vertical-rl;
40
+		}
41
+	}
42
+	.out-of-world { /* out-of-worldzz */
43
+		.card {
44
+			background-color: $background-color_2;
45
+		}
46
+	}
47
+	.aw-support-sec {
48
+		.aw-support-sec-main-container {
49
+			background-color: $background-color_3;
50
+		}
51
+		.news-letter-sec {
52
+			.news-letter-email {
53
+				&:focus {
54
+					border-bottom: 1px solid white;
55
+					outline: none;
56
+				}
57
+				&::placeholder {
58
+					color: $color_2;
59
+				}
60
+			}
61
+		}
62
+	}
63
+	.owl-carousel.star-products-img-sec { /* owl-carousal */
64
+		.owl-dots {
65
+			text-align: left;
66
+			.owl-dot {
67
+				span {
68
+					height: 3px;
69
+					width: 25px;
70
+				}
71
+			}
72
+			.owl-dot.active {
73
+				color: $color_1;
74
+			}
75
+		}
76
+		.owl-nav {
77
+			text-align: right;
78
+			margin-right: 5rem;
79
+		}
80
+	}
12 81
 }
13
-
14
-.home-main-container #navbar-head {
15
-    .navbar-nav .nav-item .nav-link {
16
-        color: #000000;
17
-        font-family: "Satoshi", sans-serif;
18
-    }
19
-}
20
-
82
+/* banner */
21 83
 .hero-banner {
22
-    // background-image: url(../../dist/assets/imgs/Home/banner.png);
23
-    background-image: url(../../dist/assets/imgs/Home/banner.png);
24
-    // background-color: #cccccc;
25
-    background-size: cover;
26
-    background-repeat: no-repeat;
27
-    background-position: center center;
28
-    background-position-y: -100px;
29
-    // home-banner
30
-    .banner-main-container {
31
-        height: 620px;
32
-    }
33
-}
34
-
35
-.home-main-container .offer-main-sec {
36
-    .offer-sec {
37
-        margin-top: -35px;
38
-    }
39
-}
40
-
41
-.home-main-container .aw-feature-name {
42
-    h5 {
43
-        transform: rotate(180deg);
44
-        transform-origin: center center 0;
45
-        writing-mode: vertical-rl;
46
-    }
84
+	background-image: url(../../dist/assets/imgs/Home/banner.png);
85
+	background-size: cover;
86
+	background-repeat: no-repeat;
87
+	background-position: center center;
88
+	background-position-y: -100px;
89
+	.banner-main-container {
90
+		height: 620px;
91
+	}
47 92
 }
48
-
49
-.home-main-container .out-of-world .card {
50
-    background-color: #0FA5C5;
51
-}
52
-
53
-.home-main-container .aw-support-sec {
54
-    .aw-support-sec-main-container {
55
-        background-color: #F2F9FB;
56
-    }
57
-    .news-letter-sec .news-letter-email:focus {
58
-        border-bottom: 1px solid white;
59
-        outline: none;
60
-    }
61
-    .news-letter-sec .news-letter-email::placeholder {
62
-        color: white;
63
-    }
64
-}
65
-
66
-.home-main-container .owl-carousel.star-products-img-sec .owl-dots {
67
-    text-align: left;
68
-    .owl-dot span {
69
-        height: 3px;
70
-        width: 25px;
71
-    }
72
-    .owl-dot.active {
73
-        color: #000000;
74
-    }
75
-}
76
-
77
-.home-main-container .owl-carousel.star-products-img-sec .owl-nav {
78
-    text-align: right;
79
-    margin-right: 5rem;
80
-}
81
-
82 93
 @media (min-width:1900px) {
83 94
     .hero-banner {
84 95
         background-size: 100% 100%;
@@ -120,70 +131,71 @@
120 131
 
121 132
 @media (min-width:278px) and (max-width:767px) {
122 133
     .home-main-container {
123
-        h5,
134
+        h5 {
135
+            font-size: 1rem;
136
+        }
124 137
         h6 {
125 138
             font-size: 1rem;
126 139
         }
127
-        .sec-space-1,
140
+        .sec-space-1 {
141
+            margin-top: 40px;
142
+        }
128 143
         .sec-space-2 {
129 144
             margin-top: 40px;
130 145
         }
131 146
         .banner-main-container {
132 147
             height: 550px;
133 148
             display: block !important;
134
-        text-align: center;
135
-        .col-md-6 {
136
-            padding-top: 7rem;
137
-
138
-            .button_dark{
139
-                display: none;
149
+            text-align: center;
150
+            .col-md-6 {
151
+                padding-top: 7rem;
152
+                .button_dark {
153
+                    display: none;
154
+                }
155
+            }
156
+            .mobile-home-img {
157
+                width: 85%;
158
+            }
159
+            h1 {
160
+                font-size: 2rem;
140 161
             }
141 162
         }
142
-        .mobile-home-img{
143
-            width: 85%;
144
-        }
145
-        h1 {
146
-            font-size: 2rem;
147
-        }
148
-    }
149 163
         .hero-banner {
150
-            // background: url(../../dist/assets/imgs/Home/All-in-one.png);
151
-            // background-size: cover;
152 164
             background-position: 0;
153 165
         }
154
-        .aw-main-features{
166
+        .aw-main-features {
155 167
             display: none;
156 168
         }
157 169
         .mobile-text-center {
158 170
             text-align: center;
159 171
         }
160
-        // .aw-partners img {
161
-        //     width: 150px;
162
-        //     height: 50px;
163
-        // }
164
-        // .aw-partners .windows-icon-mb img {
165
-        //     width: 60px;
166
-        //     height: 50px;
167
-        // }
168
-        .aw-feature-name h5 {
169
-            transform: rotate(0deg);
170
-            writing-mode: horizontal-tb;
172
+        .aw-feature-name {
173
+            h5 {
174
+                transform: rotate(0deg);
175
+                writing-mode: horizontal-tb;
176
+            }
171 177
         }
172 178
         .products-main-container {
173
-            .enterprise-prd,.consumer-prd {
179
+            .enterprise-prd {
180
+                margin-top: 10px;
181
+            }
182
+            .consumer-prd {
174 183
                 margin-top: 10px;
175 184
             }
176
-           
177 185
         }
178
-       
179 186
         .news-letter-sec {
180 187
             a.button_dark {
181 188
                 padding: 10px 5px;
182 189
             }
183 190
         }
184
-        .owl-carousel.star-products-img-sec .owl-nav {
185
-            text-align: center;
186
-            margin-right: 0px;
191
+        .owl-carousel.star-products-img-sec {
192
+            .d-flex{
193
+justify-content: center !important;
194
+            }
195
+            .owl-nav {
196
+                text-align: center;
197
+                margin-right: 0px;
198
+            }
187 199
         }
188 200
         .star-products {
189 201
             .owl-dots {
@@ -202,34 +214,45 @@
202 214
                 padding: 0 !important;
203 215
             }
204 216
         }
205
-        .offer-main-sec{
217
+        .offer-main-sec {
206 218
             margin-bottom: 0 !important;
207 219
             padding: 0 !important;
208 220
         }
209
-        .offer-sec{
210
-            p{
221
+        .offer-sec {
222
+            p {
211 223
                 font-size: 0.85rem;
212 224
             }
213 225
         }
214 226
     }
215 227
     .footer-wrapper {
216
-        .accordion-button,
228
+        .accordion-button {
229
+            font-family: $font-family_1;
230
+            color: $color_2;
231
+            background-color: $background-color_1;
232
+            &:not(.collapsed) {
233
+                &::after {
234
+                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
235
+                }
236
+            }
237
+        }
217 238
         .accordion-body {
218
-            font-family: "Satoshi", sans-serif;
219
-            color: white;
220
-            background-color: #000000;
239
+            font-family: $font-family_1;
240
+            color: $color_2;
241
+            background-color: $background-color_1;
221 242
         }
222
-        .accordion-button:not(.collapsed)::after,
223
-        .accordion-button.collapsed::after {
224
-            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
243
+        .accordion-button.collapsed {
244
+            &::after {
245
+                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
246
+            }
225 247
         }
248
+         .footer-sub-content p{
249
+            font-size: 0.85rem;
250
+         }
226 251
     }
252
+    
227 253
 }
228
-
229 254
 // index styles
230
-
231 255
 .feature-bg-image.animated-feature-img {
232
-   
233 256
     animation: slide 1s ease .2s forwards;
234 257
     opacity: 0;
235 258
     // transform-origin: left top;

+ 175
- 60
styles/style.scss Ver arquivo

@@ -138,77 +138,192 @@ body {
138 138
 //     body {
139 139
 //       padding: 0; } 
140 140
 //   }
141
-.bg-green {
142
-    background-color: #3bb78f;
143
-    background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
144
-}
141
+$color_1: #000;
142
+$font-family_1: "Satoshi", sans-serif;
143
+$background-color_1: #3bb78f;
144
+$background-color_2: #fff;
145 145
 
146 146
 
147
+.bg-green {
148
+    background-color: $background-color_1;
149
+	background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
150
+}
147 151
 /* button */
148
-
149 152
 .button_dark {
150
-    clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
151
-    padding-right: 1.7rem;
152
-    padding-bottom: 0.6rem;
153
-    padding-top: 0.6rem;
154
-    border-radius: 10px;
155
-}
156
-
157
-// navbar
158
-#navbar-head{
159
-    position: fixed;
160
-    width: 100%;
161
-    z-index: 9999;
162
-    top: 0;
163
-}
164
-.biz-nav-wrapper {
165
-    .navbar-brand img {
166
-        width: 150px;
167
-    }
153
+	clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
154
+	padding-right: 1.7rem;
155
+	padding-bottom: 0.6rem;
156
+	padding-top: 0.6rem;
157
+	border-radius: 10px;
168 158
 }
169
-
170
-.navbar-nav .nav-item .nav-link {
171
-    color: #000000;
172
-    font-family: "Satoshi", sans-serif;
159
+/* navbar */
160
+#navbar-head {
161
+	position: fixed;
162
+	width: 100%;
163
+	z-index: 9999;
164
+	top: 0;
165
+	.biz-nav-wrapper {
166
+		.navbar-brand {
167
+			img {
168
+				width: 150px;
169
+			}
170
+		}
171
+		.dropdown.has-mega-menu {
172
+			position: static !important;
173
+		}
174
+		.dropdown-menu {
175
+			.dropdown-items-row {
176
+				width: 100%;
177
+				margin: 0px;
178
+			}
179
+		}
180
+	}
181
+	.navbar-nav {
182
+		gap: 2rem;
183
+		.nav-item {
184
+			.nav-link {
185
+				color: $color_1;
186
+				font-family: $font-family_1;
187
+				margin-top: 0.25rem;
188
+			}
189
+		}
190
+		.dropdown.has-mega-menu {
191
+			&:hover {
192
+				>.navbar {
193
+					background-color: $background-color_2;
194
+				}
195
+			}
196
+		}
197
+	}
198
+	.button_dark.btn-dark {
199
+		font-weight: bold;
200
+	}
201
+	.dropdown-menu {
202
+		width: 100%;
203
+		left: 0;
204
+		margin-top: 1.5rem;
205
+	}
206
+	.dropdown {
207
+		&:hover {
208
+			>.dropdown-menu {
209
+				display: block;
210
+			}
211
+		}
212
+	}
213
+	.dropdown-item-img {
214
+		img {
215
+			width: 200px;
216
+		}
217
+	}
173 218
 }
174
-
175
-
176 219
 /* footer */
177
-
178 220
 .footer-wrapper {
179
-    // background-color: rgb(0, 0, 0);
180
-    background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
181
-    background-size: cover;
182
-
183
-    .footer-content-main-container {
184
-        background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
185
-        background-size: contain;
186
-        background-position: right 30px;
187
-        background-repeat: no-repeat;
188
-    }
189
-
190
-    .last-col-footer {
191
-        width: 23%;
192
-    }
221
+	background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
222
+	background-size: cover;
223
+	.footer-content-main-container {
224
+		background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
225
+		background-size: contain;
226
+		background-position: right 30px;
227
+		background-repeat: no-repeat;
228
+	}
229
+	.last-col-footer {
230
+		width: 23%;
231
+	}
232
+	.footer-logo {
233
+		img {
234
+			width: 120px;
235
+		}
236
+	}
237
+	li {
238
+		line-height: 2rem;
239
+		font-family: $font-family_1;
240
+	}
241
+	.footer-sub-content {
242
+		p {
243
+			line-height: 2rem;
244
+			font-family: $font-family_1;
245
+		}
246
+	}
247
+}
248
+.footer-socailImg {
249
+	width: 30px;
250
+}
251
+@media (min-width: 1990px) {
252
+	.footer-wrapper {
253
+		.footer-rkt {
254
+			right: 45px !important;
255
+		}
256
+	}
257
+}
193 258
 
194
-    @media (min-width:1990px) {
195
-        .footer-rkt {
196
-            right: 45px !important;
259
+@media (max-width:1024px) {
260
+    $color_1: rgb(255 32 32 / 0%);
261
+    $background-color_1: #4f4f4f;
262
+    #navbar-head {
263
+        .navbar-nav {
264
+            gap: 0;
265
+            .dropdown-menu{
266
+                margin-top: 0;
267
+        }
268
+        }
269
+        .owl-carousel {
270
+        .owl-dots{
271
+            display: none;
272
+             }
273
+        .owl-item {
274
+    //    h6 {
275
+    //         text-align: left !important;
276
+    //        }
277
+          
278
+        }
197 279
         }
198 280
     }
199
-
200
-    .footer-logo img {
201
-        width: 120px;
281
+    .navbar-toggler {
282
+        color: $color_1;
283
+        span {
284
+            display: block;
285
+            background-color: $background-color_1;
286
+            height: 3px;
287
+            width: 25px;
288
+            margin-top: 5px;
289
+            margin-bottom: 5px;
290
+            position: relative;
291
+            left: 0;
292
+            opacity: 1;
293
+            transition: all 0.35s ease-out;
294
+            transform-origin: center left;
295
+            &:nth-child(1) {
296
+                transform: translate(0%, 0%) rotate(0deg);
297
+                margin-top: 0.3em;
298
+            }
299
+            &:nth-child(2) {
300
+                opacity: 1;
301
+            }
302
+            &:nth-child(3) {
303
+                transform: translate(0%, 0%) rotate(0deg);
304
+            }
305
+        }
306
+        &:not(.collapsed) {
307
+            span {
308
+                &:nth-child(1) {
309
+                    transform: translate(15%, -33%) rotate(45deg);
310
+                }
311
+                &:nth-child(2) {
312
+                    opacity: 0;
313
+                }
314
+                &:nth-child(3) {
315
+                    transform: translate(15%, 33%) rotate(-45deg);
316
+                }
317
+            }
318
+        }
202 319
     }
203
-
204
-    li,
205
-    .footer-sub-content p {
206
-        line-height: 2rem;
207
-        font-family: "Satoshi", sans-serif;
320
+}
321
+#footer-head{
322
+    .accordion-item{
323
+        border: 1px solid;
324
+        box-shadow: none;
325
+        .accordion-button:not(.collapsed){
326
+        box-shadow: none !important;}
208 327
     }
328
+   
209 329
 }
210
-
211
-// footer 
212
-.footer-socailImg{
213
-    width: 30px;
214
-}

Carregando…
Cancelar
Salvar