Home page and shopping-cart
This commit is contained in:
Vendored
+336
-4
@@ -1,6 +1,338 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function() {
|
||||||
// Footer Js
|
// Footer Js
|
||||||
let footerHtml = `<footer class="container-fluid footer-wrapper"> <div class="footer-main-container "> <div class="footer-logo container"> <img src="../../assets/anwi logo-02.png" class="img-fluid " style="width: 100px;height: 100px;" alt="anwi"> </div><hr class="container-fluid text-white"> <div class="footer-content text-white "> <div class="container"> <div class="d-flex my-3"> <div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>Products</h5> <ul class="list-inline"> <li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li><li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li><li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li></ul> </div><div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>About</h5> <ul class="list-inline"> <li>About Us</li><li>Terms</li><li>Privacy</li><li>Careers</li><li>About Us</li><li>Terms</li><li>Privacy</li><li>Careers</li><li>Test1</li><li>Test1</li><li>Test1</li><li>Test1</li></ul> </div><div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>Support</h5> <ul class="list-inline"> <li>Online Help</li><li>Customer Service</li><li>Shipping FAQ</li><li>Warranty</li><li>Bulk Orders</li></ul> </div><div class="col-lg-3"> <h5>Account</h5> <ul class="list-inline"> <li>My Shopping Cart</li><li>My Account</li></ul> <h6>Follow Us</h6> <ul class="list-inline"> <li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Twitter</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Instagram</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Youtube</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Linkedin</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Facebook</li></ul> </li></ul> </div></div></div></div><hr class="container-fluid text-white"> <div class="footer-sub-content container"> <ul class="d-flex list-inline align-items-center text-white"> <li>Copyright © 2022 Anwisystems pvt ltd. All rights reserved.</li><li> <ul class="d-flex list-inline align-items-center ms-4"> <li>Privacy Policy</li><li class="mx-5">Terms of Use Sales</li><li>Policy</li></ul> </li></ul> </div></div></footer>`;
|
let footerHtml = `<footer class="footer-wrapper sec-space-1">
|
||||||
|
<div class="aw-mobile-footer d-block d-sm-none">
|
||||||
|
<div class="accordion" id="accordionExample">
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingOne">
|
||||||
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||||||
|
Products
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline ">
|
||||||
|
<li>Laptops</li>
|
||||||
|
<li>All-in-One</li>
|
||||||
|
<li>Monitors </li>
|
||||||
|
<li>Peripherals
|
||||||
|
</li>
|
||||||
|
<li>Desktops</li>
|
||||||
|
<li>Components</li>
|
||||||
|
<li>Network Switches
|
||||||
|
</li>
|
||||||
|
<li>Network Cards</li>
|
||||||
|
<li>Servers</li>
|
||||||
|
<li>Storage</li>
|
||||||
|
<li>Compact Workstations
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingTwo">
|
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
||||||
|
Anwi
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>About Us</li>
|
||||||
|
<li>Contact Us</li>
|
||||||
|
<li>Quality Certification </li>
|
||||||
|
<li>Case Study</li>
|
||||||
|
<li>Terms </li>
|
||||||
|
<li>Privacy</li>
|
||||||
|
<li>Careers</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingThree">
|
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
||||||
|
User Centre
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>My Quotes</li>
|
||||||
|
<li>My Support</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingFour">
|
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
|
||||||
|
Support
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>Contact Sales</li>
|
||||||
|
<li>Tech Support
|
||||||
|
</li>
|
||||||
|
<li>Help Centre
|
||||||
|
</li>
|
||||||
|
<li>Feedback</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingFive">
|
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
|
||||||
|
Service
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>Payment Method
|
||||||
|
</li>
|
||||||
|
<li> Shipping & Delivery
|
||||||
|
</li>
|
||||||
|
<li> Return Policy
|
||||||
|
</li>
|
||||||
|
<li>Product Warranty
|
||||||
|
</li>
|
||||||
|
<li>Online Help
|
||||||
|
</li>
|
||||||
|
<li> Bulk Orders</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingSix">
|
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
|
||||||
|
Account
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseSix" class="accordion-collapse collapse" aria-labelledby="headingSix" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>My Shopping Cart</li>
|
||||||
|
<li>My Account
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="accordion-item">
|
||||||
|
<h2 class="accordion-header" id="headingSeven">
|
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
|
||||||
|
Follow Us
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven" data-bs-parent="#accordionExample">
|
||||||
|
<div class="accordion-body">
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex
|
||||||
|
list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Twitter</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Instagram</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Youtube</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Linkedin</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Facebook</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
$("#footer-head").html(footerHtml);
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-main-container d-none d-sm-block ">
|
||||||
|
<div class="footer-logo py-3
|
||||||
|
container"> <img src="../../assets/imgs/anwi-logo-2.png" class="img-fluid " alt="anwi"> </div>
|
||||||
|
<hr class="container-fluid
|
||||||
|
text-white">
|
||||||
|
<div class="footer-content-main-container">
|
||||||
|
<div class="footer-content text-white position-relative ">
|
||||||
|
<div class="container">
|
||||||
|
<div class="d-flex my-3">
|
||||||
|
<div class="col-lg-3 border-end col-lg-3 mx-3">
|
||||||
|
<h5 class="fw-bold">Products</h5>
|
||||||
|
<ul class="list-inline ">
|
||||||
|
<li>Laptops</li>
|
||||||
|
<li>All-in-One</li>
|
||||||
|
<li>Monitors </li>
|
||||||
|
<li>Peripherals
|
||||||
|
</li>
|
||||||
|
<li>Desktops</li>
|
||||||
|
<li>Components</li>
|
||||||
|
<li>Network Switches
|
||||||
|
</li>
|
||||||
|
<li>Network Cards</li>
|
||||||
|
<li>Servers</li>
|
||||||
|
<li>Storage</li>
|
||||||
|
<li>Compact Workstations
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-3 border-end col-lg-3
|
||||||
|
mx-3">
|
||||||
|
<h5 class="fw-bold">Anwi</h5>
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>About Us</li>
|
||||||
|
<li>Contact Us</li>
|
||||||
|
<li>Quality Certification </li>
|
||||||
|
<li>Case Study</li>
|
||||||
|
<li>Terms </li>
|
||||||
|
<li>Privacy</li>
|
||||||
|
<li>Careers</li>
|
||||||
|
</ul>
|
||||||
|
<h5 class="fw-bold">User Centre</h5>
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>My Quotes</li>
|
||||||
|
<li>My Support</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-3 border-end col-lg-3
|
||||||
|
mx-3">
|
||||||
|
<h5 class="fw-bold">Support</h5>
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>Contact Sales</li>
|
||||||
|
<li>Tech Support
|
||||||
|
</li>
|
||||||
|
<li>Help Centre
|
||||||
|
</li>
|
||||||
|
<li>Feedback</li>
|
||||||
|
</ul>
|
||||||
|
<h5 class="fw-bold">Service</h5>
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>Payment Method
|
||||||
|
</li>
|
||||||
|
<li> Shipping & Delivery
|
||||||
|
</li>
|
||||||
|
<li> Return Policy
|
||||||
|
</li>
|
||||||
|
<li>Product Warranty
|
||||||
|
</li>
|
||||||
|
<li>Online Help
|
||||||
|
</li>
|
||||||
|
<li> Bulk Orders</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-3 last-col-footer">
|
||||||
|
<h5 class="fw-bold">Account</h5>
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>My Shopping Cart</li>
|
||||||
|
<li>My Account
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h5 class="fw-bold">Follow Us</h5>
|
||||||
|
<ul class="list-inline">
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex
|
||||||
|
list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Twitter</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Instagram</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Youtube</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Linkedin</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline">
|
||||||
|
<li><img src="" alt="logo"></li>
|
||||||
|
<li>Facebook</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-rkt position-absolute bottom-0
|
||||||
|
end-0 me-5">
|
||||||
|
<img src="../../assets/imgs/Home/rocket-footer.png" alt="footer-rocket-img">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="container-fluid text-white">
|
||||||
|
<div class="footer-sub-content ">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row g-0 py-4 align-items-center">
|
||||||
|
<div class="col-md-5 text-white">
|
||||||
|
<p class="mb-0">Copyright © 2022 Anwisystems pvt ltd. All rights reserved.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-white border-end
|
||||||
|
text-center">
|
||||||
|
<p class="mb-0">Privacy Policy</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-white border-end ps-3
|
||||||
|
text-center">
|
||||||
|
<p class="mb-0"> Terms of Use Sales
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 text-white ps-5">
|
||||||
|
<p class="mb-0">Policy</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <ul class="d-flex mb-0
|
||||||
|
list-inline align-items-center text-white">
|
||||||
|
<li>Copyright © 2022 Anwisystems pvt ltd. All rights reserved.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<ul class="d-flex list-inline
|
||||||
|
align-items-center
|
||||||
|
ms-4">
|
||||||
|
<li>Privacy Policy</li>
|
||||||
|
<li class="mx-5">Terms of Use Sales</li>
|
||||||
|
<li>Policy</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>`;
|
||||||
|
|
||||||
|
$("#footer-head").html(footerHtml);
|
||||||
});
|
});
|
||||||
Vendored
+6
-6
@@ -1,8 +1,8 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function() {
|
||||||
let navbarHtml = `<div class="biz-nav-wrapper">
|
let navbarHtml = `<div class="biz-nav-wrapper">
|
||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="./index.html"><img src="../assets/anwilogo-01.png" class="img-fluid" alt="Anwi-Logo"></a>
|
<a class="navbar-brand" href="./index.html"><img src="../../assets/imgs/anwi-logo-1.png" class="img-fluid" alt="Anwi-Logo"></a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
@@ -40,7 +40,7 @@ $(document).ready(function () {
|
|||||||
// active-menu
|
// active-menu
|
||||||
if (location.pathname != "/") {
|
if (location.pathname != "/") {
|
||||||
// Main Nav
|
// Main Nav
|
||||||
$(".navbar-nav li a").each(function () {
|
$(".navbar-nav li a").each(function() {
|
||||||
if (this.href === location.href) {
|
if (this.href === location.href) {
|
||||||
$(this).addClass("active");
|
$(this).addClass("active");
|
||||||
if ($(this).parents().hasClass("nav-item")) {
|
if ($(this).parents().hasClass("nav-item")) {
|
||||||
@@ -61,7 +61,7 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Toggle Icon Change
|
// Toggle Icon Change
|
||||||
$(".biz-nav-wrapper .navbar-toggler").click(function () {
|
$(".biz-nav-wrapper .navbar-toggler").click(function() {
|
||||||
$(this).find(".navbar-toggler-icon,.navbar-close-icon").toggle("slow");
|
$(this).find(".navbar-toggler-icon,.navbar-close-icon").toggle("slow");
|
||||||
$(".index-new").find(".navbar").toggleClass("bg-white");
|
$(".index-new").find(".navbar").toggleClass("bg-white");
|
||||||
});
|
});
|
||||||
@@ -71,7 +71,7 @@ $(document).ready(function () {
|
|||||||
currentScrollTop = 0,
|
currentScrollTop = 0,
|
||||||
navbar = $("#biz-main-nav");
|
navbar = $("#biz-main-nav");
|
||||||
|
|
||||||
$(window).scroll(function () {
|
$(window).scroll(function() {
|
||||||
var a = $(window).scrollTop();
|
var a = $(window).scrollTop();
|
||||||
var b = navbar.height();
|
var b = navbar.height();
|
||||||
currentScrollTop = a;
|
currentScrollTop = a;
|
||||||
@@ -93,7 +93,7 @@ $(document).ready(function () {
|
|||||||
var startchange = $(".main-body");
|
var startchange = $(".main-body");
|
||||||
var offset = startchange.offset();
|
var offset = startchange.offset();
|
||||||
if (startchange.length) {
|
if (startchange.length) {
|
||||||
$(document).scroll(function () {
|
$(document).scroll(function() {
|
||||||
scroll_start = $(this).scrollTop();
|
scroll_start = $(this).scrollTop();
|
||||||
if (scroll_start > offset.top) {
|
if (scroll_start > offset.top) {
|
||||||
$(".index-new")
|
$(".index-new")
|
||||||
|
|||||||
Vendored
+124
-87
@@ -16,149 +16,186 @@ ORDER: Base + typography > general layout + grid > page layout > components
|
|||||||
1em = 16px
|
1em = 16px
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* Orbitron */
|
/* Orbitron */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
|
src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "Orbitron";
|
|
||||||
src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
|
|
||||||
font-weight: 500;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "Orbitron";
|
|
||||||
src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
|
|
||||||
font-weight: 600;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "Orbitron";
|
|
||||||
src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
|
|
||||||
font-weight: 700;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
/* Orbitron end */
|
|
||||||
/* Satoshi */
|
|
||||||
@font-face {
|
|
||||||
font-family: "Satoshi";
|
|
||||||
src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "Satoshi";
|
|
||||||
src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
|
|
||||||
font-weight: 500;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "Satoshi";
|
|
||||||
src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
|
|
||||||
font-weight: 700;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Orbitron";
|
||||||
|
src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Orbitron";
|
||||||
|
src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Orbitron";
|
||||||
|
src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Orbitron end */
|
||||||
|
|
||||||
|
|
||||||
|
/* Satoshi */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Satoshi";
|
||||||
|
src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Satoshi";
|
||||||
|
src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Satoshi";
|
||||||
|
src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Satoshi end */
|
/* Satoshi end */
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*::after,
|
*::after,
|
||||||
*::before {
|
*::before {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
font-family: "Orbitron", sans-serif;
|
||||||
font-family: "Orbitron" ,sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.satoshi_font{
|
.satoshi_font {
|
||||||
font-family: "Satoshi", sans-serif;
|
font-family: "Satoshi", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 100%; }
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 56.25em) {
|
|
||||||
|
@media only screen and (max-width: 56.25em) {
|
||||||
body {
|
body {
|
||||||
padding: 0; }
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bg-green {
|
.bg-green {
|
||||||
background-color: #3bb78f;
|
background-color: #3bb78f;
|
||||||
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%); }
|
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
|
||||||
|
}
|
||||||
|
|
||||||
.font-3 {
|
.font-3 {
|
||||||
font-size: 3rem; }
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.font-1_5 {
|
.font-1_5 {
|
||||||
font-size: 2rem; }
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.font-1_7 {
|
.font-1_7 {
|
||||||
font-size: 1.7rem; }
|
font-size: 1.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.font-2 {
|
.font-2 {
|
||||||
font-size: 2.2rem; }
|
font-size: 2.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.font-2_2 {
|
.font-2_2 {
|
||||||
font-size: 2.2rem; }
|
font-size: 2.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.subtitle_1 {
|
.subtitle_1 {
|
||||||
font-size: 1.5rem; }
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.gap-1 {
|
.gap-1 {
|
||||||
gap: 0.7rem; }
|
gap: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.banner_heading_4 {
|
.banner_heading_4 {
|
||||||
font-size: 3rem; }
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.padding_top_14 {
|
.padding_top_14 {
|
||||||
padding-top: 14rem; }
|
padding-top: 14rem;
|
||||||
|
}
|
||||||
|
|
||||||
.padding_top_10 {
|
.padding_top_10 {
|
||||||
padding-top: 10rem; }
|
padding-top: 10rem;
|
||||||
|
}
|
||||||
|
|
||||||
.p-6 {
|
.p-6 {
|
||||||
padding: 5rem; }
|
padding: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.vh_60 {
|
.vh_60 {
|
||||||
height: 60vh; }
|
height: 60vh;
|
||||||
|
}
|
||||||
|
|
||||||
.vh-77 {
|
.vh-77 {
|
||||||
height: 77vh; }
|
height: 77vh;
|
||||||
|
}
|
||||||
|
|
||||||
.vh-85 {
|
.vh-85 {
|
||||||
height: 85vh; }
|
height: 85vh;
|
||||||
|
}
|
||||||
|
|
||||||
.vh-15 {
|
.vh-15 {
|
||||||
height: 15vh; }
|
height: 15vh;
|
||||||
|
}
|
||||||
|
|
||||||
.fw-600 {
|
.fw-600 {
|
||||||
font-weight: 600; }
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.fw-700 {
|
.fw-700 {
|
||||||
font-weight: 700; }
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
.h-200p {
|
.h-200p {
|
||||||
height: 200px; }
|
height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* button */
|
/* button */
|
||||||
|
|
||||||
.button_dark {
|
.button_dark {
|
||||||
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
||||||
padding-right: 1.7rem;
|
padding-right: 1.7rem;
|
||||||
padding-bottom: 0.6rem;
|
padding-bottom: 0.6rem;
|
||||||
padding-top: 0.6rem;
|
padding-top: 0.6rem;
|
||||||
border-radius: 10px; }
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
.footer-wrapper {
|
|
||||||
background-color: rgb(0, 0, 0);
|
|
||||||
border-radius: 0 275px 0 0;
|
|
||||||
clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
|
|
||||||
}
|
|
||||||
.footer-wrapper li {
|
.footer-wrapper li {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
Vendored
+574
-19
@@ -1,38 +1,593 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css"
|
<link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
|
||||||
/>
|
|
||||||
<link rel="stylesheet" href="./../../css/main.css" />
|
<link rel="stylesheet" href="./../../css/main.css" />
|
||||||
|
<link rel="stylesheet" href="../../../styles/style.css">
|
||||||
|
<link rel="stylesheet" href="../../../libs/Owlcarousel/Css/owl.carousel.min.css">
|
||||||
|
<link rel="stylesheet" href="../../../libs/Owlcarousel/Css/owl.theme.default.min.css">
|
||||||
<title>Anwi</title>
|
<title>Anwi</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<main class="home-main-container">
|
||||||
<!-- navbar -->
|
<section class="hero-banner">
|
||||||
<div id="navbar-head"></div>
|
<header>
|
||||||
<!-- end-navbar -->
|
<!-- navbar -->
|
||||||
</header>
|
<div id="navbar-head"></div>
|
||||||
<hr class="mx-5">
|
<!-- end-navbar -->
|
||||||
<main class="container">
|
</header>
|
||||||
<section>
|
<hr class="mx-5">
|
||||||
<div>
|
<!-- banner-start -->
|
||||||
<h1>banner space</h1>
|
<div class="container">
|
||||||
</div>
|
<section class="banner-wrapper ">
|
||||||
</section>
|
<div class="banner-main-container">
|
||||||
|
<div class="col-md-6 mt-7">
|
||||||
|
<h5 class="mb-4">AIO24 - 1700N</h5>
|
||||||
|
<h1 class="banner_heading_4 mb-4">All-in-One</h1>
|
||||||
|
<h6 class="subtitle_1 mb-4">Extraordinary Performance and Unparalleled Flexibility</h6>
|
||||||
|
<a class="btn btn-dark button_dark" href="#">Learn
|
||||||
|
More</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="offer-main-sec py-2 mb-3">
|
||||||
|
<div class="offer-sec bg-white shadow rounded ms-auto
|
||||||
|
col-md-4">
|
||||||
|
<p class="py-3 text-center satoshi_font">Flat <span class="fw-bold"> 4,500</span> Instant Discount with HDFC credit card</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- end-banner -->
|
||||||
|
<!-- partners -->
|
||||||
|
<section class="aw-partners sec-space-1">
|
||||||
|
<div class="container d-none d-sm-block">
|
||||||
|
<div class="row g-0 justify-content-center
|
||||||
|
align-items-center px-4 text-center">
|
||||||
|
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-1.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-2.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-3.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-4.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="d-block d-sm-none">
|
||||||
|
<div class="d-flex g-0 justify-content-center
|
||||||
|
align-items-center text-center">
|
||||||
|
<div class="col-md-6 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-1.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
<div class="col-md-6 ms-5 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-2.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
</div>
|
||||||
|
<div class="d-flex g-0 justify-content-center
|
||||||
|
align-items-center text-center">
|
||||||
|
<div class="col-md-6 sec-space-3 windows-icon-mb"><img src="../../assets/imgs/Home/moobile-partner-img-3.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
<div class="col-md-6 ms-5 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-4.png" class="
|
||||||
|
img-fluid" alt="partners-img"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="products-container sec-space-1">
|
||||||
|
<div class="products-main-container">
|
||||||
|
<div class="row g-0">
|
||||||
|
<div class="col-md-6 consumer-prd position-relative"><img class="img-fluid" src="../../assets/imgs/Home/consumer-product.png" alt="consumer-product">
|
||||||
|
<div class="product-heading position-absolute top-0
|
||||||
|
w-100">
|
||||||
|
<div class="d-flex align-items-center m-4">
|
||||||
|
<span class="text-start">
|
||||||
|
<h4 class="text-white fw-bold">Consumer
|
||||||
|
Product</h4>
|
||||||
|
</span>
|
||||||
|
<span class="text-end ms-auto">
|
||||||
|
<h5 class="text-white fw-bold"><svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="45"
|
||||||
|
height="45"
|
||||||
|
fill="#fff" class="bi
|
||||||
|
bi-arrow-right-circle"
|
||||||
|
viewBox="0
|
||||||
|
0 16 16">
|
||||||
|
<path fill-rule="evenodd" d="M1
|
||||||
|
8a7 7 0 1 0 14 0A7 7 0 0
|
||||||
|
0 1 8zm15 0A8 8 0 1 1 0 8a8
|
||||||
|
8 0 0 1 16 0zM4.5 7.5a.5.5
|
||||||
|
0 0 0 0 1h5.793l-2.147
|
||||||
|
2.146a.5.5 0 0 0
|
||||||
|
.708.708l3-3a.5.5 0 0 0
|
||||||
|
0-.708l-3-3a.5.5 0 1
|
||||||
|
0-.708.708L10.293 7.5H4.5z"
|
||||||
|
/>
|
||||||
|
</svg></h5>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 enterprise-prd
|
||||||
|
position-relative"><img src="../../assets/imgs/Home/enterprise-product.png" alt="enterprise-product" class="img-fluid">
|
||||||
|
<div class="product-heading position-absolute
|
||||||
|
bottom-0 w-100">
|
||||||
|
<div class="d-flex align-items-center m-4">
|
||||||
|
<span class="text-start">
|
||||||
|
<h4 class="text-white fw-bold">Enterprise
|
||||||
|
Product</h4>
|
||||||
|
</span>
|
||||||
|
<span class="text-end ms-auto">
|
||||||
|
<h5 class="text-white
|
||||||
|
fw-bold"><svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="45" height="45"
|
||||||
|
fill="#fff" class="bi
|
||||||
|
bi-arrow-right-circle"
|
||||||
|
viewBox="0 0 16 16">
|
||||||
|
<path fill-rule="evenodd"
|
||||||
|
d="M1 8a7 7 0 1 0 14 0A7
|
||||||
|
7 0
|
||||||
|
0
|
||||||
|
0 1 8zm15 0A8 8 0 1 1 0
|
||||||
|
8a8 8 0 0 1 16 0zM4.5
|
||||||
|
7.5a.5.5
|
||||||
|
0 0 0 0 1h5.793l-2.147
|
||||||
|
2.146a.5.5 0 0 0
|
||||||
|
.708.708l3-3a.5.5 0 0 0
|
||||||
|
0-.708l-3-3a.5.5 0 1
|
||||||
|
0-.708.708L10.293
|
||||||
|
7.5H4.5z" />
|
||||||
|
</svg></h5>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- end-partners -->
|
||||||
|
<!-- features -->
|
||||||
|
<section class="main-features-container sec-space-1">
|
||||||
|
<div class="main-features-heading">
|
||||||
|
<div class="container ">
|
||||||
|
<div class="justify-content-between
|
||||||
|
align-items-center d-block d-sm-flex">
|
||||||
|
<div class="col-md-6 mobile-text-center">
|
||||||
|
<h1>Now</h1>
|
||||||
|
<h1> <span class="fw-bold"> Presenting</span></h1>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h5 class="satoshi_font fw-normal">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis repudiandae eos inventore necessitatibus rem nostrum placeat fugit repellat. Similique provident reprehenderit quas cupiditate.</h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="aw-main-features sec-space-1">
|
||||||
|
<div class=" d-block d-sm-flex
|
||||||
|
justify-content-around">
|
||||||
|
<div class="aw-main-features-toggle">
|
||||||
|
<div class="aw-main-features-toggler-tab
|
||||||
|
d-none">
|
||||||
|
<div class="feature-sno">
|
||||||
|
<h3 class="border-bottom
|
||||||
|
border-dark
|
||||||
|
satoshi_font">
|
||||||
|
01
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="aw-feature-name
|
||||||
|
satoshi_font">
|
||||||
|
<h5 class="satoshi_font">Advanced Cooling
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="feature-bg-image
|
||||||
|
position-relative me-3" style="max-width: 30rem;">
|
||||||
|
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||||
|
<div class="position-absolute
|
||||||
|
bottom-0 text-light w-100">
|
||||||
|
<p class="p-2 m-0">01.</p>
|
||||||
|
<div class="d-flex
|
||||||
|
justify-content-between" style="background-color:
|
||||||
|
rgba(0,
|
||||||
|
0, 0, 0.5)">
|
||||||
|
<p class="p-2 m-0">Advanced Cooling
|
||||||
|
</p>
|
||||||
|
<button type="button" class="btn
|
||||||
|
btn-primary
|
||||||
|
rounded-0 satoshi_font">Learn
|
||||||
|
More</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bg-light p-3
|
||||||
|
aw-main-features-toggle">
|
||||||
|
<div class="aw-main-features-toggler-tab">
|
||||||
|
<div class="feature-sno">
|
||||||
|
<h3 class="border-bottom
|
||||||
|
border-dark
|
||||||
|
satoshi_font">
|
||||||
|
02
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="aw-feature-name
|
||||||
|
satoshi_font">
|
||||||
|
<h5 class="satoshi_font">The Neverless
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="feature-bg-image
|
||||||
|
position-relative me-3 d-none" style="max-width: 30rem;">
|
||||||
|
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||||
|
<div class="position-absolute
|
||||||
|
bottom-0 text-light w-100">
|
||||||
|
<p class="p-2 m-0">02.</p>
|
||||||
|
<div class="d-flex
|
||||||
|
justify-content-between" style="background-color:
|
||||||
|
rgba(0,
|
||||||
|
0, 0, 0.5)">
|
||||||
|
<p class="p-2 m-0">The Neverless
|
||||||
|
</p>
|
||||||
|
<button type="button" class="btn
|
||||||
|
btn-primary
|
||||||
|
rounded-0 satoshi_font">Learn
|
||||||
|
More</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bg-light p-3
|
||||||
|
aw-main-features-toggle">
|
||||||
|
<div class="aw-main-features-toggler-tab">
|
||||||
|
<div class="feature-sno">
|
||||||
|
<h3 class="border-bottom
|
||||||
|
border-dark
|
||||||
|
satoshi_font">
|
||||||
|
03
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="aw-feature-name
|
||||||
|
satoshi_font">
|
||||||
|
<h5 class="satoshi_font">Graphene Colling
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="feature-bg-image
|
||||||
|
position-relative me-3 d-none" style="max-width: 30rem;">
|
||||||
|
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||||
|
<div class="position-absolute
|
||||||
|
bottom-0 text-light w-100">
|
||||||
|
<p class="p-2 m-0">03.</p>
|
||||||
|
<div class="d-flex
|
||||||
|
justify-content-between" style="background-color:
|
||||||
|
rgba(0,
|
||||||
|
0, 0, 0.5)">
|
||||||
|
<p class="p-2 m-0">Graphene Colling
|
||||||
|
</p>
|
||||||
|
<button type="button" class="btn
|
||||||
|
btn-primary
|
||||||
|
rounded-0 satoshi_font">Learn
|
||||||
|
More</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bg-light p-3
|
||||||
|
aw-main-features-toggle">
|
||||||
|
<div class="aw-main-features-toggler-tab">
|
||||||
|
<div class="feature-sno">
|
||||||
|
<h3 class="border-bottom
|
||||||
|
border-dark
|
||||||
|
satoshi_font">
|
||||||
|
04
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="aw-feature-name
|
||||||
|
satoshi_font">
|
||||||
|
<h5 class="satoshi_font">Price that pays off
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="feature-bg-image
|
||||||
|
position-relative me-3 d-none" style="max-width: 30rem;">
|
||||||
|
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||||
|
<div class="position-absolute
|
||||||
|
bottom-0 text-light w-100">
|
||||||
|
<p class="p-2 m-0">04.</p>
|
||||||
|
<div class="d-flex
|
||||||
|
justify-content-between" style="background-color:
|
||||||
|
rgba(0,
|
||||||
|
0, 0, 0.5)">
|
||||||
|
<p class="p-2 m-0">Price that pays off
|
||||||
|
</p>
|
||||||
|
<button type="button" class="btn
|
||||||
|
btn-primary
|
||||||
|
rounded-0 satoshi_font">Learn
|
||||||
|
More</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- end-features -->
|
||||||
|
<section class="star-products sec-space-1">
|
||||||
|
<div class="container">
|
||||||
|
<div class="what-make-us-diff-heading ">
|
||||||
|
<h1 class="text-center">Our Star Products</h1>
|
||||||
|
</div>
|
||||||
|
<div class="owl-carousel owl-theme sec-space-1
|
||||||
|
star-products-img-sec">
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- star-products-end -->
|
||||||
|
<!-- what make us different -->
|
||||||
|
<section class="what-make-us-diff-sec sec-space-1">
|
||||||
|
<div class="container">
|
||||||
|
<div class="what-make-us-diff-heading ">
|
||||||
|
<h1 class="text-center">What Make us Different</h1>
|
||||||
|
</div>
|
||||||
|
<div class="row row-cols-1 row-cols-md-3 g-4
|
||||||
|
sec-space-2">
|
||||||
|
<div class="col">
|
||||||
|
<div class="card h-100 border-0">
|
||||||
|
<img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-1">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title text-center">Solution Focus
|
||||||
|
</h5>
|
||||||
|
<p class="card-text text-center
|
||||||
|
satoshi_font">This card has supporting text below as a natural lead-in to additional content.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<div class="card h-100 border-0">
|
||||||
|
<img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-2">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title text-center">Our People & Culture</h5>
|
||||||
|
<p class="card-text text-center
|
||||||
|
satoshi_font">This card has supporting text below as a natural lead-in to additional content.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<div class="card h-100 border-0">
|
||||||
|
<img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-3">
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title text-center">Design Lead Approch</h5>
|
||||||
|
<p class="card-text text-center
|
||||||
|
satoshi_font">This card has supporting text below as a natural lead-in to additional content.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- end-what make us different -->
|
||||||
|
<!-- out-of-world -->
|
||||||
|
<section class="out-of-world sec-space-1 ">
|
||||||
|
<div class="container">
|
||||||
|
<div class="card rounded-0">
|
||||||
|
<div class="row g-0 align-items-center pt-4
|
||||||
|
mobile-text-center">
|
||||||
|
<div class="col-md-4 ms-auto">
|
||||||
|
<div class="card-body text-white mb-5">
|
||||||
|
<h1 class="card-title fw-700 ">Out of World
|
||||||
|
</h1>
|
||||||
|
<p class="card-text satoshi_font">Anwi Systems excels the performance with open hardware enabling customers to use memory and storage of their choices.
|
||||||
|
</p>
|
||||||
|
<a class="btn btn-light button_dark
|
||||||
|
satoshi_font fw-600" href="#">Learn
|
||||||
|
More</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 ms-auto">
|
||||||
|
<img src="../../assets/imgs/Home/out-of-world.png" class="img-fluid rounded-start" alt="...">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- end-out-of-world -->
|
||||||
|
<!-- support-sec -->
|
||||||
|
<section class="aw-support-sec">
|
||||||
|
<div class="container">
|
||||||
|
<div class="aw-support-sec-main-container pb-5
|
||||||
|
position-relative">
|
||||||
|
<div class="row g-0 mx-5">
|
||||||
|
<div class="col-md-4 my-4 border-dark
|
||||||
|
border-end
|
||||||
|
">
|
||||||
|
<div class="support-sec-heading px-5">
|
||||||
|
<p class="fw-bold"> Hassel-free Replacement
|
||||||
|
</p>
|
||||||
|
<small class="satoshi_font">10-day
|
||||||
|
easy
|
||||||
|
replacement policy
|
||||||
|
on
|
||||||
|
anwisystems.com</small>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 my-4 border-dark
|
||||||
|
border-end
|
||||||
|
">
|
||||||
|
<div class="support-sec-heading px-5">
|
||||||
|
<p class="fw-bold"> Hassel-free Replacement
|
||||||
|
</p>
|
||||||
|
<small class="satoshi_font">10-day
|
||||||
|
easy
|
||||||
|
replacement policy
|
||||||
|
on
|
||||||
|
anwisystems.com</small>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 my-4">
|
||||||
|
<div class="support-sec-heading px-5">
|
||||||
|
<p class="fw-bold">100 % Secure Payments
|
||||||
|
</p>
|
||||||
|
<small class="satoshi_font">we
|
||||||
|
support
|
||||||
|
cards, Wallets, EMI
|
||||||
|
and Cash on Deliver</small>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- news-letter -->
|
||||||
|
<div class="news-letter-sec position-absolute
|
||||||
|
w-100">
|
||||||
|
<div class="row">
|
||||||
|
<div class="card col-md-8 mx-auto py-2
|
||||||
|
rounded-0 shadow">
|
||||||
|
<div class="card-body px-5">
|
||||||
|
<div class="align-items-center
|
||||||
|
d-block d-sm-flex
|
||||||
|
justify-content-center">
|
||||||
|
<div>
|
||||||
|
<h6 class="fw-bold">Sign Up to Our Newsletter</h2>
|
||||||
|
</div>
|
||||||
|
<div class="ms-auto">
|
||||||
|
<a class="btn btn-dark
|
||||||
|
button_dark
|
||||||
|
satoshi_font d-flex
|
||||||
|
align-items-center
|
||||||
|
fw-600"><input type="text" class="bg-transparent
|
||||||
|
news-letter-email
|
||||||
|
text-white
|
||||||
|
border-0" placeholder="Email
|
||||||
|
Address" /> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#fff" class="bi
|
||||||
|
bi-arrow-right
|
||||||
|
me-3" viewBox="0
|
||||||
|
0 16 16">
|
||||||
|
<path
|
||||||
|
fill-rule="evenodd"
|
||||||
|
d="M1 8a.5.5
|
||||||
|
0 0
|
||||||
|
1
|
||||||
|
.5-.5h11.793l-3.147-3.146a.5.5
|
||||||
|
0 0 1
|
||||||
|
.708-.708l4
|
||||||
|
4a.5.5 0 0 1
|
||||||
|
0
|
||||||
|
.708l-4
|
||||||
|
4a.5.5 0
|
||||||
|
0
|
||||||
|
1-.708-.708L13.293
|
||||||
|
8.5H1.5A.5.5
|
||||||
|
0 0
|
||||||
|
1 1 8z"/>
|
||||||
|
</svg></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- end-news-letter -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- end-support-sec -->
|
||||||
</main>
|
</main>
|
||||||
<!-- footer -->
|
<!-- footer -->
|
||||||
<div id="footer-head"></div>
|
<div id="footer-head" class="sec-space-1"></div>
|
||||||
<!-- end-footer -->
|
<!-- end-footer -->
|
||||||
<script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
<script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||||
<script src="../../js/jquery.min.js"></script>
|
<script src="../../js/jquery.min.js"></script>
|
||||||
|
<script src="../../../libs/Owlcarousel/Js/owl.carousel.min.js"></script>
|
||||||
<script src="../../js/navbar.js"></script>
|
<script src="../../js/navbar.js"></script>
|
||||||
<script src="../../js/footer.js"></script>
|
<script src="../../js/footer.js"></script>
|
||||||
</body>
|
<script>
|
||||||
|
$('.owl-carousel.star-products-img-sec').owlCarousel({
|
||||||
|
loop: true,
|
||||||
|
margin: 10,
|
||||||
|
nav: true,
|
||||||
|
navText: ["<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-left-short' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/></svg>", "<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/> </svg>"],
|
||||||
|
responsive: {
|
||||||
|
0: {
|
||||||
|
items: 1
|
||||||
|
},
|
||||||
|
600: {
|
||||||
|
items: 3
|
||||||
|
},
|
||||||
|
1000: {
|
||||||
|
items: 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
$(".aw-main-features-toggle").click(function() {
|
||||||
|
$('.feature-bg-image').addClass('d-none');
|
||||||
|
$(".aw-main-features-toggle").addClass('p-3 bg-light')
|
||||||
|
$('.aw-main-features-toggler-tab').removeClass('d-none');
|
||||||
|
let toggleTab = $(this).find('.feature-bg-image:visible').length
|
||||||
|
if (toggleTab) {
|
||||||
|
$(this).find('.feature-bg-image').addClass('d-none');
|
||||||
|
$(this).find('.feature-bg-image').animate({
|
||||||
|
width: "toggle"
|
||||||
|
}, 500);
|
||||||
|
} else {
|
||||||
|
$(this).find('.aw-main-features-toggler-tab').addClass('d-none');
|
||||||
|
$(this).find('.feature-bg-image').removeClass('d-none')
|
||||||
|
$(this).find('.feature-bg-image').show();
|
||||||
|
if (window.width > 768) {
|
||||||
|
$(this).find('.feature-bg-image').animate({
|
||||||
|
width: "30rem"
|
||||||
|
}, 500);
|
||||||
|
} else {
|
||||||
|
$(this).find('.feature-bg-image').animate({
|
||||||
|
width: "auto"
|
||||||
|
}, 500);
|
||||||
|
|
||||||
|
}
|
||||||
|
$(this).removeClass('p-3 bg-light')
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+99
-76
@@ -1,158 +1,181 @@
|
|||||||
// colors
|
// colors
|
||||||
.bg-green {
|
.bg-green {
|
||||||
background-color: #3bb78f;
|
background-color: #3bb78f;
|
||||||
background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
|
background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-green-Awni{
|
.text-green-Awni {
|
||||||
color: #0A886A;
|
color: #0A886A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orbitron_font{
|
.orbitron_font {
|
||||||
font-family: 'Orbitron', sans-serif;
|
font-family: 'Orbitron', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
// font size
|
// font size
|
||||||
.font-3 {
|
.font-3 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-1_5 {
|
.font-1_5 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-1_7{
|
.font-1_7 {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-2{
|
.font-2 {
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-2_2{
|
.font-2_2 {
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-2_7{
|
.font-2_7 {
|
||||||
font-size: 2.7rem;
|
font-size: 2.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font_4 {
|
||||||
.font_4{
|
font-size: 4rem;
|
||||||
font-size: 4rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.subtitle_1 {
|
.subtitle_1 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gap-1 {
|
||||||
|
gap: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.banner_heading_4 {
|
.banner_heading_4 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// padding
|
// padding
|
||||||
|
|
||||||
.padding_top_14 {
|
.padding_top_14 {
|
||||||
padding-top: 14rem;
|
padding-top: 14rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-6{
|
.p-6 {
|
||||||
padding:5rem;
|
padding: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.padding_top_10 {
|
.padding_top_10 {
|
||||||
padding-top: 10rem; }
|
padding-top: 10rem;
|
||||||
|
}
|
||||||
|
|
||||||
// heights
|
// heights
|
||||||
|
.h-10 {
|
||||||
.h-10{
|
height: 10%;
|
||||||
height: 10%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-15{
|
.h-15 {
|
||||||
height: 15%;
|
height: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-20{
|
.h-20 {
|
||||||
height: 20%;
|
height: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-30{
|
.h-30 {
|
||||||
height: 30%;
|
height: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-33{
|
.h-33 {
|
||||||
height: 33%;
|
height: 33%;
|
||||||
}
|
|
||||||
.h-34{
|
|
||||||
height: 34%;
|
|
||||||
}
|
|
||||||
.h-35{
|
|
||||||
height: 35%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-40{
|
.h-34 {
|
||||||
height: 40%;
|
height: 34%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vh_60{
|
.h-35 {
|
||||||
height: 60vh;
|
height: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vh-70{
|
.h-40 {
|
||||||
height: 70vh;
|
height: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vh-77{
|
.vh_60 {
|
||||||
height: 77vh;
|
height: 60vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vh-70 {
|
||||||
|
height: 70vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vh-77 {
|
||||||
|
height: 77vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vh-85 {
|
.vh-85 {
|
||||||
height: 85vh;
|
height: 85vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vh-15 {
|
.vh-15 {
|
||||||
height: 15vh;
|
height: 15vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-700p{
|
.h-700p {
|
||||||
height: 700px;
|
height: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// margin
|
||||||
|
.mt-7 {
|
||||||
|
margin-top: 7rem;
|
||||||
|
}
|
||||||
|
|
||||||
// font weight
|
// font weight
|
||||||
|
.fw-600 {
|
||||||
.fw-600{
|
font-weight: 600;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fw-700 {
|
||||||
.fw-700 {
|
font-weight: 700;
|
||||||
font-weight: 700; }
|
|
||||||
|
|
||||||
|
|
||||||
.h-200p{
|
|
||||||
height: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-200p {
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// spacing
|
||||||
|
.sec-space-1 {
|
||||||
|
margin-top: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-2 {
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-3 {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-4 {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-5 {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h-100p {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
// gap
|
// gap
|
||||||
|
|
||||||
.gap-1 {
|
.gap-1 {
|
||||||
gap: 0.7rem;
|
gap: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap-2{
|
.gap-2 {
|
||||||
gap:2rem
|
gap: 2rem
|
||||||
}
|
}
|
||||||
|
|
||||||
// border-radius
|
// border-radius
|
||||||
|
.br-1 {
|
||||||
.br-1{
|
border-radius: 1rem;
|
||||||
border-radius: 1rem;
|
|
||||||
}
|
}
|
||||||
+295
-7
@@ -78,6 +78,10 @@ body {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gap-1 {
|
||||||
|
gap: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.banner_heading_4 {
|
.banner_heading_4 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
@@ -150,6 +154,10 @@ body {
|
|||||||
height: 700px;
|
height: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mt-7 {
|
||||||
|
margin-top: 7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.fw-600 {
|
.fw-600 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
@@ -162,6 +170,30 @@ body {
|
|||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sec-space-1 {
|
||||||
|
margin-top: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-2 {
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-3 {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-4 {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-space-5 {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.h-100p {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.gap-1 {
|
.gap-1 {
|
||||||
gap: 0.7rem;
|
gap: 0.7rem;
|
||||||
}
|
}
|
||||||
@@ -460,6 +492,214 @@ body {
|
|||||||
right: 700px;
|
right: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* home page */
|
||||||
|
.button_dark.btn-dark {
|
||||||
|
background-color: #000000 !important;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button_dark.btn-dark:hover {
|
||||||
|
background-color: #000000 !important;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container #navbar-head .navbar-nav .nav-item .nav-link {
|
||||||
|
color: #000000;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-banner {
|
||||||
|
background-image: url(../../dist/assets/imgs/Home/banner.png);
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center center;
|
||||||
|
background-position-y: -100px;
|
||||||
|
}
|
||||||
|
.hero-banner .banner-main-container {
|
||||||
|
height: 475px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container .offer-main-sec .offer-sec {
|
||||||
|
margin-top: -35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container .aw-feature-name h5 {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
transform-origin: center center 0;
|
||||||
|
-ms-writing-mode: tb-rl;
|
||||||
|
writing-mode: vertical-rl;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container .out-of-world .card {
|
||||||
|
background-color: #0FA5C5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container .aw-support-sec .aw-support-sec-main-container {
|
||||||
|
background-color: #F2F9FB;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec .news-letter-sec .news-letter-email:focus {
|
||||||
|
border-bottom: 1px solid white;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec .news-letter-sec .news-letter-email::-moz-placeholder {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec .news-letter-sec .news-letter-email:-ms-input-placeholder {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec .news-letter-sec .news-letter-email::placeholder {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container .owl-carousel.star-products-img-sec .owl-dots {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.home-main-container .owl-carousel.star-products-img-sec .owl-dots .owl-dot span {
|
||||||
|
height: 3px;
|
||||||
|
width: 25px;
|
||||||
|
}
|
||||||
|
.home-main-container .owl-carousel.star-products-img-sec .owl-dots .owl-dot.active {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-main-container .owl-carousel.star-products-img-sec .owl-nav {
|
||||||
|
text-align: right;
|
||||||
|
margin-right: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1900px) {
|
||||||
|
.hero-banner {
|
||||||
|
background-size: 100% 100%;
|
||||||
|
}
|
||||||
|
.products-main-container .col-md-6 {
|
||||||
|
text-align: center !important;
|
||||||
|
}
|
||||||
|
.products-main-container .col-md-6 .product-heading span {
|
||||||
|
text-align: center !important;
|
||||||
|
margin: auto !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 769px) and (max-width: 1024px) {
|
||||||
|
.home-main-container .aw-partners.sec-space-1 {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-partners .sec-space-3 {
|
||||||
|
margin-right: 60px;
|
||||||
|
}
|
||||||
|
.home-main-container .offer-main-sec .offer-sec {
|
||||||
|
margin-top: -30%;
|
||||||
|
}
|
||||||
|
.home-main-container .news-letter-sec .card-body.px-5 {
|
||||||
|
padding: 20px !important;
|
||||||
|
}
|
||||||
|
.home-main-container .news-letter-sec a.button_dark {
|
||||||
|
padding: 10px 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 298px) and (max-width: 768px) {
|
||||||
|
.home-main-container h5,
|
||||||
|
.home-main-container h6 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
.home-main-container .sec-space-1,
|
||||||
|
.home-main-container .sec-space-2 {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
.home-main-container .banner-main-container {
|
||||||
|
height: 275px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.home-main-container .banner-main-container .col-md-6 {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
.home-main-container .banner-main-container h1 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
.home-main-container .hero-banner {
|
||||||
|
background: #cccccc;
|
||||||
|
}
|
||||||
|
.home-main-container .mobile-text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-feature-name h5 {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
-ms-writing-mode: lr-tb;
|
||||||
|
writing-mode: horizontal-tb;
|
||||||
|
}
|
||||||
|
.home-main-container .products-main-container .enterprise-prd {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.home-main-container .news-letter-sec a.button_dark {
|
||||||
|
padding: 10px 5px;
|
||||||
|
}
|
||||||
|
.home-main-container .owl-carousel.star-products-img-sec .owl-nav {
|
||||||
|
text-align: center;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
.home-main-container .star-products .owl-dots {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec-main-container .row {
|
||||||
|
margin: 0px !important;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec-main-container .col-md-4 {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
.home-main-container .aw-support-sec-main-container .support-sec-heading {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
.footer-wrapper .accordion-button,
|
||||||
|
.footer-wrapper .accordion-body {
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
color: white;
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
.footer-wrapper .accordion-button:not(.collapsed)::after,
|
||||||
|
.footer-wrapper .accordion-button.collapsed::after {
|
||||||
|
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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.shopping-cart-main-container {
|
||||||
|
background-color: #F5FFEA;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
.shopping-cart-main-container * {
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
}
|
||||||
|
.shopping-cart-main-container h6 {
|
||||||
|
padding: 10px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.shopping-cart-main-container .cart-sec-highlighter .text-muted {
|
||||||
|
color: #C5C5C5 !important;
|
||||||
|
}
|
||||||
|
.shopping-cart-main-container .alert-display-sec {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer-head .footer-wrapper.sec-space-1 {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1300px) {
|
||||||
|
.cart-sec-highlighter h5 {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.cart-sec-highlighter,
|
||||||
|
.shopping-cart-details-row-1 {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.buy-together-sec {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.buy-together-sec .row {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
0 - 600px: Phone
|
0 - 600px: Phone
|
||||||
600 - 900px: Tablet portrait
|
600 - 900px: Tablet portrait
|
||||||
@@ -522,11 +762,34 @@ ORDER: Base + typography > general layout + grid > page layout > components
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
*,
|
||||||
|
*::after,
|
||||||
|
*::before {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: inherit;
|
||||||
|
font-family: "Orbitron", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
/* Satoshi end */
|
/* Satoshi end */
|
||||||
.satoshi_font {
|
.satoshi_font {
|
||||||
font-family: "Satoshi", sans-serif;
|
font-family: "Satoshi", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 56.25em) {
|
||||||
|
body {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.bg-green {
|
.bg-green {
|
||||||
background-color: #3bb78f;
|
background-color: #3bb78f;
|
||||||
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
|
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
|
||||||
@@ -542,14 +805,39 @@ ORDER: Base + typography > general layout + grid > page layout > components
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* footer */
|
.biz-nav-wrapper .navbar-brand img {
|
||||||
.footer-wrapper {
|
width: 150px;
|
||||||
background-color: rgb(0, 0, 0);
|
|
||||||
border-radius: 0 275px 0 0;
|
|
||||||
-webkit-clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
|
|
||||||
clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-wrapper li {
|
.navbar-nav .nav-item .nav-link {
|
||||||
|
color: #000000;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* footer */
|
||||||
|
.footer-wrapper {
|
||||||
|
background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
.footer-wrapper .footer-content-main-container {
|
||||||
|
background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
|
||||||
|
background-size: contain;
|
||||||
|
background-position: right 30px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.footer-wrapper .last-col-footer {
|
||||||
|
width: 23%;
|
||||||
|
}
|
||||||
|
@media (min-width: 1990px) {
|
||||||
|
.footer-wrapper .footer-rkt {
|
||||||
|
right: 45px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.footer-wrapper .footer-logo img {
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
.footer-wrapper li,
|
||||||
|
.footer-wrapper .footer-sub-content p {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
}/*# sourceMappingURL=style.css.map */
|
}/*# sourceMappingURL=style.css.map */
|
||||||
File diff suppressed because one or more lines are too long
+116
-46
@@ -1,17 +1,15 @@
|
|||||||
@import "abstracts/functions";
|
@import "abstracts/functions";
|
||||||
@import "abstracts/mixins";
|
@import "abstracts/mixins";
|
||||||
@import "abstracts/variables";
|
@import "abstracts/variables";
|
||||||
|
|
||||||
@import "base/base";
|
@import "base/base";
|
||||||
@import "base/typography";
|
@import "base/typography";
|
||||||
@import "base/utilities";
|
@import "base/utilities";
|
||||||
|
|
||||||
|
|
||||||
// components
|
// components
|
||||||
@import "components/button";
|
@import "components/button";
|
||||||
|
|
||||||
// pages
|
// pages
|
||||||
@import "pages/productOverview";
|
@import "pages/productOverview";
|
||||||
|
@import "pages/home";
|
||||||
|
@import "pages/shopping-cart";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
0 - 600px: Phone
|
0 - 600px: Phone
|
||||||
@@ -31,88 +29,160 @@ ORDER: Base + typography > general layout + grid > page layout > components
|
|||||||
1em = 16px
|
1em = 16px
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* Orbitron */
|
/* Orbitron */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
|
src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
|
src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
|
src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
|
src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
/* Orbitron end */
|
|
||||||
/* Satoshi */
|
|
||||||
@font-face {
|
/* Orbitron end */
|
||||||
|
|
||||||
|
|
||||||
|
/* Satoshi */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
font-family: "Satoshi";
|
font-family: "Satoshi";
|
||||||
src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
|
src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
|
@font-face {
|
||||||
font-family: "Satoshi";
|
font-family: "Satoshi";
|
||||||
src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
|
src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
|
||||||
|
@font-face {
|
||||||
font-family: "Satoshi";
|
font-family: "Satoshi";
|
||||||
src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
|
src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Satoshi end */
|
*,
|
||||||
|
*::after,
|
||||||
|
*::before {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: inherit;
|
||||||
|
font-family: "Orbitron", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.satoshi_font{
|
|
||||||
|
/* Satoshi end */
|
||||||
|
|
||||||
|
.satoshi_font {
|
||||||
font-family: "Satoshi", sans-serif;
|
font-family: "Satoshi", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
// html {
|
html {
|
||||||
// font-size: 100%; }
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
// body {
|
body {
|
||||||
// box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
// }
|
}
|
||||||
// @media only screen and (max-width: 56.25em) {
|
|
||||||
// body {
|
|
||||||
// padding: 0; }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.bg-green {
|
@media only screen and (max-width: 56.25em) {
|
||||||
|
body {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// html {
|
||||||
|
// font-size: 100%; }
|
||||||
|
// body {
|
||||||
|
// box-sizing: border-box;
|
||||||
|
// overflow-x: hidden;
|
||||||
|
// }
|
||||||
|
// @media only screen and (max-width: 56.25em) {
|
||||||
|
// body {
|
||||||
|
// padding: 0; }
|
||||||
|
// }
|
||||||
|
.bg-green {
|
||||||
background-color: #3bb78f;
|
background-color: #3bb78f;
|
||||||
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%); }
|
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* button */
|
/* button */
|
||||||
.button_dark {
|
|
||||||
|
.button_dark {
|
||||||
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
||||||
padding-right: 1.7rem;
|
padding-right: 1.7rem;
|
||||||
padding-bottom: 0.6rem;
|
padding-bottom: 0.6rem;
|
||||||
padding-top: 0.6rem;
|
padding-top: 0.6rem;
|
||||||
border-radius: 10px; }
|
border-radius: 10px;
|
||||||
/* footer */
|
}
|
||||||
.footer-wrapper {
|
|
||||||
background-color: rgb(0, 0, 0);
|
// navbar
|
||||||
border-radius: 0 275px 0 0;
|
.biz-nav-wrapper {
|
||||||
clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
|
.navbar-brand img {
|
||||||
}
|
width: 150px;
|
||||||
.footer-wrapper li {
|
}
|
||||||
line-height: 2rem;
|
}
|
||||||
}
|
|
||||||
|
.navbar-nav .nav-item .nav-link {
|
||||||
|
color: #000000;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* footer */
|
||||||
|
|
||||||
|
.footer-wrapper {
|
||||||
|
// background-color: rgb(0, 0, 0);
|
||||||
|
background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
|
||||||
|
background-size: cover;
|
||||||
|
.footer-content-main-container {
|
||||||
|
background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
|
||||||
|
background-size: contain;
|
||||||
|
background-position: right 30px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.last-col-footer {
|
||||||
|
width: 23%;
|
||||||
|
}
|
||||||
|
@media (min-width:1990px) {
|
||||||
|
.footer-rkt {
|
||||||
|
right: 45px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.footer-logo img {
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
li,
|
||||||
|
.footer-sub-content p {
|
||||||
|
line-height: 2rem;
|
||||||
|
font-family: "Satoshi", sans-serif;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user