styles-contact.scss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. .navbar .navbar-collapse {
  2. flex-grow: 0;
  3. }
  4. .header {
  5. margin-top: 77px;
  6. padding-top: 6.5rem;
  7. height: 75vh;
  8. position: relative;
  9. padding-bottom: 3rem;
  10. }
  11. *{
  12. margin: 0;
  13. padding: 0;
  14. box-sizing: border-box;
  15. }
  16. .Contact_Us{
  17. position: relative;
  18. .banner{
  19. width:100%;
  20. height: 300px;
  21. position: relative;
  22. z-index: -1;
  23. margin-top: -19vw;
  24. h2{
  25. position: absolute;
  26. color:#fff;
  27. top:7vw;
  28. left: 50%;
  29. transform:translate(-50%,-50%);
  30. text-transform: uppercase;
  31. letter-spacing: 2px;
  32. text-shadow: 0px 1px 2px rgba(black,0.1);
  33. font-size: 3vw;
  34. }
  35. }
  36. .slick-next::before{
  37. content: "";
  38. }
  39. .slick-prev::before{
  40. content: "";
  41. }
  42. .slick-dots li{
  43. border-radius: 50%;
  44. }
  45. .slick-dots li button::before{
  46. font-size: 10px;
  47. }
  48. .slick-dots li.slick-active button:before{
  49. color:#EA5413;
  50. opacity: 1;
  51. border-radius: 50%;
  52. border:1px solid #EA5413
  53. }
  54. .text-title{
  55. margin-top: -90px;
  56. @media screen and(max-width:576px) {
  57. margin-top: -45px;
  58. }
  59. }
  60. h1{
  61. font-weight: 600;
  62. font-size: 32px;
  63. text-align: center;
  64. }
  65. hr{
  66. width: 5vw;
  67. margin: 0 auto;
  68. height: 6px;
  69. opacity: 1 !important;
  70. background: #000;
  71. @media screen and(max-width:576px) {
  72. width: 15vw;
  73. }
  74. }
  75. p{
  76. margin-top: 15px;
  77. text-align: center;
  78. color:#888888;
  79. }
  80. .contact_us_title{
  81. width: 80vw;
  82. margin: 0 auto;
  83. text-align: center;
  84. @media screen and(max-width:576px) {
  85. width: 100vw;
  86. }
  87. }
  88. .service_info{
  89. // height: 100vh;
  90. // background: #FFEBE2;
  91. padding-top: 100px;
  92. background-color: #FFEBE2;
  93. // padding-bottom: 130px;
  94. position: relative;
  95. .circle-orange{
  96. bottom: 10px;
  97. right:80px;
  98. width: 180px;
  99. }
  100. .content-service{
  101. margin-top: 50px;
  102. h2{
  103. font-weight: 600;
  104. color:#EA5413;
  105. font-size: 28px;
  106. }
  107. ul{
  108. margin-top: 15px;
  109. color:#888888;
  110. padding-left: 1rem;
  111. }
  112. }
  113. .learn-more{
  114. margin-top: 50px;
  115. padding: 5px 15px;
  116. border:1px solid #EA5413;
  117. border-radius: 30px;
  118. background: #EA5413;
  119. color: #fff;
  120. transition: 0.3s;
  121. &:hover{
  122. color:#EA5413;
  123. background: #fff;
  124. }
  125. @media screen and(max-width:576px) {
  126. margin-top: 15px;
  127. }
  128. }
  129. .service_slider_Box-m{
  130. width: 80vw;
  131. margin: 0 auto;
  132. .slick-dots{
  133. bottom:270px;
  134. left:50px;
  135. }
  136. .slick-prev{
  137. position: absolute;
  138. left:-20px;
  139. z-index: 100;
  140. top:130px;
  141. }
  142. .slick-next{
  143. position: absolute;
  144. right:-10px;
  145. z-index: 100;
  146. top:130px;
  147. }
  148. }
  149. .service_slider_Box{
  150. width: 85vw;
  151. margin: 0 auto;
  152. height: 400px;
  153. // padding-bottom:150px;
  154. .slick-dots{
  155. bottom:40px;
  156. width: 20%;
  157. left:90px !important;
  158. }
  159. .service_slider{
  160. height: 450px;
  161. position: relative;
  162. }
  163. .slick-prev{
  164. position: absolute;
  165. left: 5px;
  166. top:350px;
  167. z-index: 100;
  168. width: 60px;
  169. height: 60px;
  170. }
  171. .slick-next{
  172. position: absolute;
  173. left: 350px;
  174. top:350px;
  175. z-index: 100;
  176. width: 60px;
  177. height: 60px;
  178. }
  179. .service_Img_Box{
  180. position: relative;
  181. margin-top: 50px;
  182. .service_Img_seo{
  183. width: 280px;
  184. position: absolute;
  185. left:-180px;
  186. bottom:180px;
  187. object-fit: cover;
  188. }
  189. .service_Img_video{
  190. position: absolute;
  191. width: 360px;
  192. left:-250px;
  193. bottom:50px;
  194. object-fit: cover;
  195. }
  196. .service_Img_developmentimg{
  197. position: absolute;
  198. bottom:100px;
  199. left:-180px;
  200. width: 280px;
  201. object-fit: cover;
  202. }
  203. .service_Img_spiderimg{
  204. position: absolute;
  205. bottom:80px;
  206. left:-180px;
  207. width: 280px;
  208. object-fit: cover;
  209. }
  210. .service_Img_bigdataimg{
  211. position: absolute;
  212. bottom:-10px;
  213. width: 400px;
  214. left:-200px;
  215. object-fit: cover;
  216. }
  217. .service_Img_googleads{
  218. position: absolute;
  219. bottom:10px;
  220. left:-150px;
  221. width: 280px;
  222. object-fit: cover;
  223. }
  224. .service_Img6{
  225. position: relative;
  226. bottom:50px;
  227. }
  228. .service_Img1 {
  229. position: relative;
  230. left:15px;
  231. bottom:120px;
  232. object-fit: cover;
  233. }
  234. .service_Img2 {
  235. position: relative;
  236. bottom:50px;
  237. object-fit: cover;
  238. }
  239. .service_Img3 {
  240. position: relative;
  241. left:15px;
  242. bottom:100px;
  243. object-fit: cover;
  244. }
  245. .service_Img4 {
  246. position: relative;
  247. bottom:80px;
  248. object-fit: cover;
  249. }
  250. }
  251. }
  252. }
  253. #contact_box{
  254. overflow: hidden;
  255. background: #fff;
  256. // margin-top: -10vw;
  257. }
  258. .Contact_Information{
  259. width: 90vw;
  260. margin: 0 auto;
  261. position: relative;
  262. padding-bottom: 130px;
  263. @media screen and(max-width:576px) {
  264. width: 100vw;
  265. }
  266. .Contact_Information_title{
  267. text-align: center;
  268. .choozmo{
  269. width: 640px;
  270. @media screen and(max-width:576px) {
  271. width: 90vw;
  272. }
  273. }
  274. .text-title{
  275. margin-top: -100px;
  276. @media screen and(max-width:576px) {
  277. margin-top: -60px;
  278. }
  279. }
  280. .qrcode{
  281. width: 350px;
  282. }
  283. }
  284. .contact-text{
  285. margin-top: -50px;
  286. }
  287. }
  288. .circle{
  289. position: absolute;
  290. bottom: -300px;
  291. left: -350px;
  292. }
  293. @keyframes drift {
  294. 0%{
  295. transform: rotate(0deg);
  296. }
  297. 100% {
  298. transform: rotate(360deg);
  299. }
  300. }
  301. }