- Extraordinary Performance
Know
More
diff --git a/styles/base/_utilities.scss b/styles/base/_utilities.scss
index f1889cb..92535ce 100644
--- a/styles/base/_utilities.scss
+++ b/styles/base/_utilities.scss
@@ -195,6 +195,10 @@
width: 20px;
}
+.w-200{
+ width:200px;
+}
+
// font weight
diff --git a/styles/pages/_home.scss b/styles/pages/_home.scss
index ef3b125..74ea12c 100644
--- a/styles/pages/_home.scss
+++ b/styles/pages/_home.scss
@@ -1,84 +1,95 @@
/* home page */
-
+$color_1: #000;
+$color_2: white;
+$font-family_1: "Satoshi", sans-serif;
+$background-color_1: #000;
+$background-color_2: #0fa5c5;
+$background-color_3: #f2f9fb;
+/* BUtton */
.button_dark.btn-dark {
- background-color: #000000 !important;
- font-family: "Satoshi", sans-serif;
+ background-color: $background-color_1 !important;
+ font-family: $font-family_1;
+ &:hover {
+ background-color: $background-color_1 !important;
+ font-family: $font-family_1;
+ opacity: 1 !important;
+ }
}
-
-.button_dark.btn-dark:hover {
- background-color: #000000 !important;
- font-family: "Satoshi", sans-serif;
- opacity: 1 !important;
+/* main-container */
+.home-main-container {
+ #navbar-head { /* navbar */
+ .navbar-nav {
+ .nav-item {
+ .nav-link {
+ color: $color_1;
+ font-family: $font-family_1;
+ }
+ }
+ }
+ }
+ .offer-main-sec {/* main-offersec */
+ .offer-sec {
+ margin-top: -35px;
+ }
+ }
+ .aw-feature-name {
+ h5 {
+ transform: rotate(180deg);
+ transform-origin: center center 0;
+ writing-mode: vertical-rl;
+ }
+ }
+ .out-of-world { /* out-of-worldzz */
+ .card {
+ background-color: $background-color_2;
+ }
+ }
+ .aw-support-sec {
+ .aw-support-sec-main-container {
+ background-color: $background-color_3;
+ }
+ .news-letter-sec {
+ .news-letter-email {
+ &:focus {
+ border-bottom: 1px solid white;
+ outline: none;
+ }
+ &::placeholder {
+ color: $color_2;
+ }
+ }
+ }
+ }
+ .owl-carousel.star-products-img-sec { /* owl-carousal */
+ .owl-dots {
+ text-align: left;
+ .owl-dot {
+ span {
+ height: 3px;
+ width: 25px;
+ }
+ }
+ .owl-dot.active {
+ color: $color_1;
+ }
+ }
+ .owl-nav {
+ text-align: right;
+ margin-right: 5rem;
+ }
+ }
}
-
-.home-main-container #navbar-head {
- .navbar-nav .nav-item .nav-link {
- color: #000000;
- font-family: "Satoshi", sans-serif;
- }
-}
-
+/* banner */
.hero-banner {
- // background-image: url(../../dist/assets/imgs/Home/banner.png);
- background-image: url(../../dist/assets/imgs/Home/banner.png);
- // background-color: #cccccc;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- background-position-y: -100px;
- // home-banner
- .banner-main-container {
- height: 620px;
- }
+ background-image: url(../../dist/assets/imgs/Home/banner.png);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-position-y: -100px;
+ .banner-main-container {
+ height: 620px;
+ }
}
-
-.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;
- 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;
- }
- .news-letter-sec .news-letter-email:focus {
- border-bottom: 1px solid white;
- outline: none;
- }
- .news-letter-sec .news-letter-email::placeholder {
- color: white;
- }
-}
-
-.home-main-container .owl-carousel.star-products-img-sec .owl-dots {
- text-align: left;
- .owl-dot span {
- height: 3px;
- width: 25px;
- }
- .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%;
@@ -120,70 +131,71 @@
@media (min-width:278px) and (max-width:767px) {
.home-main-container {
- h5,
+ h5 {
+ font-size: 1rem;
+ }
h6 {
font-size: 1rem;
}
- .sec-space-1,
+ .sec-space-1 {
+ margin-top: 40px;
+ }
.sec-space-2 {
margin-top: 40px;
}
.banner-main-container {
height: 550px;
display: block !important;
- text-align: center;
- .col-md-6 {
- padding-top: 7rem;
-
- .button_dark{
- display: none;
+ text-align: center;
+ .col-md-6 {
+ padding-top: 7rem;
+ .button_dark {
+ display: none;
+ }
+ }
+ .mobile-home-img {
+ width: 85%;
+ }
+ h1 {
+ font-size: 2rem;
}
}
- .mobile-home-img{
- width: 85%;
- }
- h1 {
- font-size: 2rem;
- }
- }
.hero-banner {
- // background: url(../../dist/assets/imgs/Home/All-in-one.png);
- // background-size: cover;
background-position: 0;
}
- .aw-main-features{
+ .aw-main-features {
display: none;
}
.mobile-text-center {
text-align: center;
}
- // .aw-partners img {
- // width: 150px;
- // height: 50px;
- // }
- // .aw-partners .windows-icon-mb img {
- // width: 60px;
- // height: 50px;
- // }
- .aw-feature-name h5 {
- transform: rotate(0deg);
- writing-mode: horizontal-tb;
+ .aw-feature-name {
+ h5 {
+ transform: rotate(0deg);
+ writing-mode: horizontal-tb;
+ }
}
.products-main-container {
- .enterprise-prd,.consumer-prd {
+ .enterprise-prd {
+ margin-top: 10px;
+ }
+ .consumer-prd {
margin-top: 10px;
}
-
}
-
.news-letter-sec {
a.button_dark {
padding: 10px 5px;
}
}
- .owl-carousel.star-products-img-sec .owl-nav {
- text-align: center;
- margin-right: 0px;
+ .owl-carousel.star-products-img-sec {
+ .d-flex{
+justify-content: center !important;
+ }
+ .owl-nav {
+ text-align: center;
+ margin-right: 0px;
+ }
}
.star-products {
.owl-dots {
@@ -202,34 +214,45 @@
padding: 0 !important;
}
}
- .offer-main-sec{
+ .offer-main-sec {
margin-bottom: 0 !important;
padding: 0 !important;
}
- .offer-sec{
- p{
+ .offer-sec {
+ p {
font-size: 0.85rem;
}
}
}
.footer-wrapper {
- .accordion-button,
+ .accordion-button {
+ font-family: $font-family_1;
+ color: $color_2;
+ background-color: $background-color_1;
+ &:not(.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");
+ }
+ }
+ }
.accordion-body {
- font-family: "Satoshi", sans-serif;
- color: white;
- background-color: #000000;
+ font-family: $font-family_1;
+ color: $color_2;
+ background-color: $background-color_1;
}
- .accordion-button:not(.collapsed)::after,
- .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");
+ .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");
+ }
}
+ .footer-sub-content p{
+ font-size: 0.85rem;
+ }
}
+
}
-
// index styles
-
.feature-bg-image.animated-feature-img {
-
animation: slide 1s ease .2s forwards;
opacity: 0;
// transform-origin: left top;
diff --git a/styles/style.scss b/styles/style.scss
index 62f78db..d19b131 100644
--- a/styles/style.scss
+++ b/styles/style.scss
@@ -138,77 +138,192 @@ body {
// body {
// padding: 0; }
// }
+$color_1: #000;
+$font-family_1: "Satoshi", sans-serif;
+$background-color_1: #3bb78f;
+$background-color_2: #fff;
+
+
.bg-green {
- background-color: #3bb78f;
- background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
+ background-color: $background-color_1;
+ background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
}
-
-
/* button */
-
.button_dark {
- clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
- padding-right: 1.7rem;
- padding-bottom: 0.6rem;
- padding-top: 0.6rem;
- border-radius: 10px;
+ clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
+ padding-right: 1.7rem;
+ padding-bottom: 0.6rem;
+ padding-top: 0.6rem;
+ border-radius: 10px;
}
-
-// navbar
-#navbar-head{
- position: fixed;
- width: 100%;
- z-index: 9999;
- top: 0;
+/* navbar */
+#navbar-head {
+ position: fixed;
+ width: 100%;
+ z-index: 9999;
+ top: 0;
+ .biz-nav-wrapper {
+ .navbar-brand {
+ img {
+ width: 150px;
+ }
+ }
+ .dropdown.has-mega-menu {
+ position: static !important;
+ }
+ .dropdown-menu {
+ .dropdown-items-row {
+ width: 100%;
+ margin: 0px;
+ }
+ }
+ }
+ .navbar-nav {
+ gap: 2rem;
+ .nav-item {
+ .nav-link {
+ color: $color_1;
+ font-family: $font-family_1;
+ margin-top: 0.25rem;
+ }
+ }
+ .dropdown.has-mega-menu {
+ &:hover {
+ >.navbar {
+ background-color: $background-color_2;
+ }
+ }
+ }
+ }
+ .button_dark.btn-dark {
+ font-weight: bold;
+ }
+ .dropdown-menu {
+ width: 100%;
+ left: 0;
+ margin-top: 1.5rem;
+ }
+ .dropdown {
+ &:hover {
+ >.dropdown-menu {
+ display: block;
+ }
+ }
+ }
+ .dropdown-item-img {
+ img {
+ width: 200px;
+ }
+ }
}
-.biz-nav-wrapper {
- .navbar-brand img {
- width: 150px;
- }
-}
-
-.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;
+ 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%;
+ }
+ .footer-logo {
+ img {
+ width: 120px;
+ }
+ }
+ li {
+ line-height: 2rem;
+ font-family: $font-family_1;
+ }
+ .footer-sub-content {
+ p {
+ line-height: 2rem;
+ font-family: $font-family_1;
+ }
+ }
+}
+.footer-socailImg {
+ width: 30px;
+}
+@media (min-width: 1990px) {
+ .footer-wrapper {
+ .footer-rkt {
+ right: 45px !important;
+ }
+ }
+}
- .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;
+@media (max-width:1024px) {
+ $color_1: rgb(255 32 32 / 0%);
+ $background-color_1: #4f4f4f;
+ #navbar-head {
+ .navbar-nav {
+ gap: 0;
+ .dropdown-menu{
+ margin-top: 0;
+ }
+ }
+ .owl-carousel {
+ .owl-dots{
+ display: none;
+ }
+ .owl-item {
+ // h6 {
+ // text-align: left !important;
+ // }
+
+ }
}
}
-
- .footer-logo img {
- width: 120px;
- }
-
- li,
- .footer-sub-content p {
- line-height: 2rem;
- font-family: "Satoshi", sans-serif;
+ .navbar-toggler {
+ color: $color_1;
+ span {
+ display: block;
+ background-color: $background-color_1;
+ height: 3px;
+ width: 25px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ position: relative;
+ left: 0;
+ opacity: 1;
+ transition: all 0.35s ease-out;
+ transform-origin: center left;
+ &:nth-child(1) {
+ transform: translate(0%, 0%) rotate(0deg);
+ margin-top: 0.3em;
+ }
+ &:nth-child(2) {
+ opacity: 1;
+ }
+ &:nth-child(3) {
+ transform: translate(0%, 0%) rotate(0deg);
+ }
+ }
+ &:not(.collapsed) {
+ span {
+ &:nth-child(1) {
+ transform: translate(15%, -33%) rotate(45deg);
+ }
+ &:nth-child(2) {
+ opacity: 0;
+ }
+ &:nth-child(3) {
+ transform: translate(15%, 33%) rotate(-45deg);
+ }
+ }
+ }
}
}
-
-// footer
-.footer-socailImg{
- width: 30px;
-}
\ No newline at end of file
+#footer-head{
+ .accordion-item{
+ border: 1px solid;
+ box-shadow: none;
+ .accordion-button:not(.collapsed){
+ box-shadow: none !important;}
+ }
+
+}




