home-classic.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. /*========================================
  2. HOME-CLASSIC PAGE STYLE
  3. =========================================*/
  4. .navbar-part {
  5. position: absolute;
  6. top: 128px;
  7. left: 0px;
  8. width: 100%;
  9. z-index: 2;
  10. background: var(--white);
  11. transition: all linear .3s;
  12. -webkit-transition: all linear .3s;
  13. -moz-transition: all linear .3s;
  14. -ms-transition: all linear .3s;
  15. -o-transition: all linear .3s;
  16. }
  17. .header-navbar-fixed.active .navbar-part {
  18. top: 69px;
  19. background: rgba(0, 0, 0, 0.8);
  20. }
  21. .header-navbar-fixed.active .dropdown-megamenu:hover .megamenu {
  22. top: 62px;
  23. }
  24. .navbar-content {
  25. border-top: 1px solid #575960;
  26. }
  27. .navbar-link {
  28. color: var(--black);
  29. }
  30. .dropdown-arrow::before {
  31. color: var(--black);
  32. }
  33. .navbar-info p {
  34. color: #30457d;
  35. }
  36. .dropdown-megamenu:hover .megamenu {
  37. top: 70px;
  38. }
  39. .megamenu {
  40. top: 100px;
  41. }
  42. .home-classic-slider {
  43. margin-bottom: 100px;
  44. }
  45. .home-classic-slider .dandik {
  46. right: 30px;
  47. }
  48. .home-classic-slider .bamdik {
  49. left: 30px;
  50. }
  51. .banner-part {
  52. height:605px;
  53. margin-top:70px;
  54. padding: 210px 0px 150px;
  55. position: relative;
  56. z-index: 1;
  57. background-size: cover !important;
  58. }
  59. .banner-part::before {
  60. position: absolute;
  61. content: "";
  62. top: 0px;
  63. left: 0px;
  64. width: 100%;
  65. height: 100%;
  66. z-index: -1;
  67. background: rgba(0, 0, 0, 0.4);
  68. }
  69. .banner-content {line-height:1.1;}
  70. .banner-content h1 {
  71. font-size:56px; font-weight:300;
  72. text-transform: capitalize;
  73. margin-bottom: 22px;
  74. color: var(--white);
  75. word-break:keep-all;
  76. line-height:1.3;
  77. }
  78. .banner-content p {
  79. font-size: 16px; font-weight:500;
  80. line-height: 28px;
  81. margin-bottom: 50px;
  82. color:#5564bf;
  83. line-height:1.3
  84. }
  85. .banner-btn .btn {
  86. margin-right: 15px;
  87. }
  88. .banner-btn .btn:last-child {
  89. margin-right: 0px;
  90. }
  91. @media (max-width: 768px) {
  92. .banner-part {
  93. display:flex!important; align-items:center;
  94. margin-top:0;
  95. padding: 50px 0px 60px;
  96. }
  97. }
  98. @media (max-width: 767px) {
  99. .home-classic-slider {
  100. margin-bottom: 30px;
  101. }
  102. .banner-content {padding-top:100px; text-align:center;}
  103. .banner-content h1 {
  104. margin-bottom:10px;
  105. font-size: 40px;
  106. line-height: 48px;
  107. font-weight:500;
  108. }
  109. .banner-btn .btn {
  110. margin: 8px;
  111. }
  112. }
  113. @media (min-width: 768px) and (max-width: 991px) {
  114. .banner-part {
  115. padding: 70px 0px 80px;
  116. }
  117. .banner-content h1 {
  118. font-size: 42px;
  119. line-height: 50px;
  120. }
  121. }
  122. .suggest-slider li {
  123. margin: 0px 10px;
  124. }
  125. @media (max-width: 575px) {
  126. .suggest-slider li {
  127. margin: 0px 5px;
  128. }
  129. }
  130. .promo-img {
  131. width: 100%;
  132. overflow: hidden;
  133. border-radius: 8px;
  134. }
  135. .promo-img a {
  136. width: 100%;
  137. }
  138. .promo-img a img {
  139. width: 100%;
  140. border-radius: 8px;
  141. transition: all linear .3s;
  142. -webkit-transition: all linear .3s;
  143. -moz-transition: all linear .3s;
  144. -ms-transition: all linear .3s;
  145. -o-transition: all linear .3s;
  146. }
  147. .promo-img a img:hover {
  148. -webkit-transform: scale(1.05);
  149. transform: scale(1.05);
  150. }
  151. @media (max-width: 767px) {
  152. .promo-img {
  153. margin: 12px 0px;
  154. }
  155. }
  156. .new-slider li {
  157. margin: 0px 12px;
  158. }
  159. @media (max-width: 575px) {
  160. .new-slider .product-card {
  161. width: 220px;
  162. }
  163. }
  164. .new-slider li {
  165. margin: 0px 12px;
  166. }
  167. @media (max-width: 480px) {
  168. .new-slider li {margin:0;}
  169. }
  170. @media (max-width: 575px) {
  171. .new-slider .product-card {
  172. width: 220px;
  173. }
  174. }
  175. .newitem-part .dandik,
  176. .newitem-part .bamdik,
  177. .weekly-part .dandik,
  178. .weekly-part .bamdik,
  179. .brand-slider .dandik,
  180. .brand-slider .bamdik {
  181. top: 35%;
  182. }
  183. .testimonial-slider .slick-slide {
  184. opacity: 0.3;
  185. -webkit-transform: scale(0.75);
  186. transform: scale(0.75);
  187. transition: all linear .3s;
  188. -webkit-transition: all linear .3s;
  189. -moz-transition: all linear .3s;
  190. -ms-transition: all linear .3s;
  191. -o-transition: all linear .3s;
  192. }
  193. .testimonial-slider .slick-center {
  194. opacity: 1;
  195. -webkit-transform: scale(1);
  196. transform: scale(1);
  197. transition: all linear .3s;
  198. -webkit-transition: all linear .3s;
  199. -moz-transition: all linear .3s;
  200. -ms-transition: all linear .3s;
  201. -o-transition: all linear .3s;
  202. }
  203. .testimonial-slider .dandik,
  204. .testimonial-slider .bamdik {
  205. opacity: 1;
  206. visibility: visible;
  207. }
  208. .testimonial-slider .dandik {
  209. right: 50px;
  210. }
  211. .testimonial-slider .bamdik {
  212. left: 50px;
  213. }
  214. .blog-slider .blog-card {
  215. margin: 0px 15px 25px;
  216. }
  217. .blog-slider .dandik,
  218. .blog-slider .bamdik {
  219. top: 30%;
  220. }
  221. @media (max-width: 767px) {
  222. .blog-slider .blog-card {
  223. margin: 0px 10px ;
  224. }
  225. }
  226. @media (max-width:480px) {
  227. .banner-part.visual2 { background-position: top 0 left -820px!important;}
  228. }