_footer.scss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. .footer{
  2. background-repeat: no-repeat;
  3. background-position: center center;
  4. background-repeat: no-repeat;
  5. background-size: cover;
  6. background: #1A0D01;
  7. position: relative;
  8. z-index: 9;
  9. .footer_top{
  10. padding-top: 145px;
  11. padding-bottom: 129px;
  12. @media #{$mobile_device} {
  13. padding-top: 60px;
  14. padding-bottom: 30px;
  15. }
  16. .footer_widget{
  17. @media #{$mobile_device} {
  18. margin-bottom: 30px;
  19. }
  20. @media #{$tablet_device} {
  21. margin-bottom: 30px;
  22. }
  23. .footer_title{
  24. font-size: 18px;
  25. font-weight: 500;
  26. color: #DB9A64;
  27. text-transform: capitalize;
  28. margin-bottom: 40px;
  29. @media #{$mobile_device} {
  30. margin-bottom: 20px;
  31. }
  32. }
  33. .footer_logo{
  34. font-size: 22px;
  35. font-weight: 400;
  36. color: #fff;
  37. text-transform: capitalize;
  38. margin-bottom: 40px;
  39. @media #{$mobile_device} {
  40. margin-bottom: 20px;
  41. }
  42. }
  43. p {
  44. color: #919191;
  45. font-size: 14px;
  46. font-weight: 400;
  47. line-height: 28px;
  48. a{
  49. color: #919191;
  50. &:hover{
  51. color: #DB9A64;
  52. }
  53. }
  54. }
  55. p.footer_text{
  56. font-size: 16px;
  57. color: #B2B2B2;
  58. margin-bottom: 23px;
  59. font-weight: 400;
  60. line-height: 28px;
  61. a.domain{
  62. color: #B2B2B2;
  63. font-weight: 400;
  64. &:hover{
  65. color: #DB9A64;
  66. border-bottom: 1px solid #DB9A64
  67. }
  68. }
  69. &.doanar{
  70. a{
  71. font-weight: 500;
  72. color: #B2B2B2;
  73. &:hover{
  74. color: #DB9A64;
  75. border-bottom: 1px solid #DB9A64
  76. }
  77. &.first{
  78. margin-bottom: 10px;
  79. }
  80. }
  81. }
  82. }
  83. ul{
  84. li{
  85. color: #ACACAC;
  86. font-size: 14px;
  87. line-height: 36px;
  88. a{
  89. color: #919191;
  90. font-weight: 400;
  91. &:hover{
  92. color: #DB9A64;
  93. }
  94. }
  95. }
  96. }
  97. .newsletter_form{
  98. position: relative;
  99. margin-bottom: 20px;
  100. input{
  101. width: 100%;
  102. height: 50px;
  103. background: #F5FBFF;
  104. padding-left: 20px;
  105. font-size: 15px;
  106. color: #000;
  107. border: none;
  108. border: 1px solid #E8E8E8;
  109. border-radius: 30px;
  110. &::placeholder{
  111. font-size: 15px;
  112. color: #919191;
  113. }
  114. &:focus{
  115. outline: none;
  116. }
  117. }
  118. button{
  119. position: absolute;
  120. top: 0;
  121. right: 0;
  122. height: 40px;
  123. border: none;
  124. font-size: 14px;
  125. color: #fff;
  126. background: #DB9A64;
  127. padding: 10px;
  128. padding: 0 22px;
  129. cursor: pointer;
  130. border-radius: 30px;
  131. top: 5px;
  132. right: 5px;
  133. font-size: 14px;
  134. font-weight: 500;
  135. }
  136. }
  137. .newsletter_text{
  138. font-size: 14px;
  139. color: #919191;
  140. line-height: 26px;
  141. }
  142. }
  143. }
  144. .copy-right_text{
  145. padding-bottom: 30px;
  146. .footer_border{
  147. border-top: 1px solid #31261B;
  148. padding-bottom: 30px;
  149. }
  150. .copy_right{
  151. font-size: 15px;
  152. color: #919191;
  153. margin-bottom: 0;
  154. font-weight: 500;
  155. @media #{$mobile_device} {
  156. font-size: 14px;
  157. }
  158. a{
  159. color: #DB9A64;
  160. }
  161. }
  162. }
  163. .socail_links{
  164. margin-top: 47px;
  165. @media #{$mobile_device} {
  166. margin-top: 30px;
  167. }
  168. ul{
  169. li{
  170. display: inline-block;
  171. a{
  172. font-size: 15px;
  173. color: #C3B2F0;
  174. width: 30px;
  175. // height: 40px;
  176. display: inline-block;
  177. text-align: center;
  178. background: transparent;
  179. // @include border-radius(50%);
  180. // line-height: 40px !important;
  181. margin-right: 7px;
  182. color: #FFFFFF;
  183. line-height: 40px !important;
  184. // border: 1px solid #E8E8E8;
  185. color: #E8E8E8;
  186. &:hover{
  187. color: #DB9A64 !important;
  188. border-color: transparent;
  189. }
  190. }
  191. }
  192. }
  193. }
  194. }