Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. /* home page */
  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 */
  9. .button_dark.btn-dark {
  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. }
  17. }
  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. }
  81. }
  82. /* banner */
  83. .hero-banner {
  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. }
  92. }
  93. @media (min-width:1900px) {
  94. .hero-banner {
  95. background-size: 100% 100%;
  96. }
  97. .products-main-container .col-md-6 {
  98. text-align: center !important;
  99. .product-heading span {
  100. text-align: center !important;
  101. margin: auto !important;
  102. }
  103. }
  104. }
  105. @media (min-width:769px) and (max-width:1024px) {
  106. .home-main-container {
  107. .aw-partners.sec-space-1 {
  108. margin-top: 0px;
  109. }
  110. .aw-partners .sec-space-3 {
  111. margin-right: 60px;
  112. }
  113. .offer-main-sec {
  114. .offer-sec {
  115. margin-top: -30%;
  116. }
  117. }
  118. .news-letter-sec {
  119. .card-body.px-5 {
  120. padding: 20px !important;
  121. }
  122. }
  123. .news-letter-sec {
  124. a.button_dark {
  125. padding: 10px 5px;
  126. }
  127. }
  128. }
  129. }
  130. @media (min-width:278px) and (max-width:767px) {
  131. .home-main-container {
  132. h5 {
  133. font-size: 1rem;
  134. }
  135. h6 {
  136. font-size: 1rem;
  137. }
  138. .sec-space-1 {
  139. margin-top: 40px;
  140. }
  141. .sec-space-2 {
  142. margin-top: 40px;
  143. }
  144. .banner-main-container {
  145. height: 550px;
  146. display: block !important;
  147. text-align: center;
  148. .col-md-6 {
  149. padding-top: 7rem;
  150. .button_dark {
  151. display: none;
  152. }
  153. }
  154. .mobile-home-img {
  155. width: 85%;
  156. }
  157. h1 {
  158. font-size: 2rem;
  159. }
  160. }
  161. .hero-banner {
  162. background-position: 0;
  163. }
  164. .aw-main-features {
  165. display: none;
  166. }
  167. .mobile-text-center {
  168. text-align: center;
  169. }
  170. .aw-feature-name {
  171. h5 {
  172. transform: rotate(0deg);
  173. writing-mode: horizontal-tb;
  174. }
  175. }
  176. .products-main-container {
  177. .enterprise-prd {
  178. margin-top: 10px;
  179. }
  180. .consumer-prd {
  181. margin-top: 10px;
  182. }
  183. }
  184. .news-letter-sec {
  185. a.button_dark {
  186. padding: 10px 5px;
  187. }
  188. }
  189. .owl-carousel.star-products-img-sec {
  190. .d-flex{
  191. justify-content: center !important;
  192. }
  193. .owl-nav {
  194. text-align: center;
  195. margin-right: 0px;
  196. }
  197. }
  198. .star-products {
  199. .owl-dots {
  200. display: none;
  201. }
  202. }
  203. .aw-support-sec-main-container {
  204. .row {
  205. margin: 0px !important;
  206. text-align: center;
  207. }
  208. .col-md-4 {
  209. border: none !important;
  210. }
  211. .support-sec-heading {
  212. padding: 0 !important;
  213. }
  214. }
  215. .offer-main-sec {
  216. margin-bottom: 0 !important;
  217. padding: 0 !important;
  218. }
  219. .offer-sec {
  220. p {
  221. font-size: 0.85rem;
  222. }
  223. }
  224. }
  225. .footer-wrapper {
  226. .accordion-button {
  227. font-family: $font-family_1;
  228. color: $color_2;
  229. background-color: $background-color_1;
  230. &:not(.collapsed) {
  231. &::after {
  232. 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");
  233. }
  234. }
  235. }
  236. .accordion-body {
  237. font-family: $font-family_1;
  238. color: $color_2;
  239. background-color: $background-color_1;
  240. }
  241. .accordion-button.collapsed {
  242. &::after {
  243. 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");
  244. }
  245. }
  246. .footer-sub-content p{
  247. font-size: 0.85rem;
  248. }
  249. }
  250. }
  251. // index styles
  252. .feature-bg-image.animated-feature-img {
  253. animation: slide 1s ease .2s forwards;
  254. opacity: 0;
  255. // transform-origin: left top;
  256. }
  257. @keyframes slide {
  258. from {
  259. opacity: 0;
  260. }
  261. to {
  262. opacity: 1;
  263. }
  264. }
  265. [alt=footer-rocket-img]{
  266. cursor: pointer;
  267. width: 70px;
  268. }
  269. .partners-img{
  270. height:60px;
  271. }
  272. @media (min-width:405px) and (max-width:570px) {
  273. .home-main-container .banner-main-container .mobile-home-img{
  274. width: 60%;
  275. }
  276. }
  277. @media (min-width:1800px) {
  278. .banner-wrapper {
  279. position: relative;
  280. }
  281. .banner-main-container {
  282. height: 900px !important;
  283. }
  284. .offer-main-sec{
  285. position: absolute;
  286. bottom: 40%;
  287. right: 20%;
  288. width: 60%;
  289. }
  290. }