diff --git a/dist/Js/footer.js b/dist/Js/footer.js
index b8b3f62..1e1b4b5 100644
--- a/dist/Js/footer.js
+++ b/dist/Js/footer.js
@@ -133,43 +133,66 @@ $(document).ready(function() {
.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;
-}
-
-.footer-rocket-img{
- width: 80px;
-}
-
-.footer-rkt:hover{
- animation: rocketRotate 2s infinite;
-}
-
-@keyframes rocketRotate {
- from {
- transform: rotate(0);
+#footer-head{
+ .accordion-item{
+ border: 1px solid;
+ box-shadow: none;
+ .accordion-button:not(.collapsed){
+ box-shadow: none !important;}
}
- to {
- transform: rotate(360deg);
- }
- }
\ No newline at end of file
+
+}