You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

487 lines
9.4 KiB

4 years ago
  1. .success {
  2. background-color: #49ac43;
  3. color: white;
  4. text-align: center;
  5. }
  6. .error {
  7. background-color: #DA4F38;
  8. color: white;
  9. text-align: center;
  10. }
  11. /*//////////////////////////////////////////////////////////////////
  12. [ FONT ]*/
  13. @font-face {
  14. font-family: Poppins-Regular;
  15. src: url('../fonts/poppins/Poppins-Regular.ttf');
  16. }
  17. @font-face {
  18. font-family: Poppins-Medium;
  19. src: url('../fonts/poppins/Poppins-Medium.ttf');
  20. }
  21. @font-face {
  22. font-family: Poppins-Bold;
  23. src: url('../fonts/poppins/Poppins-Bold.ttf');
  24. }
  25. @font-face {
  26. font-family: Poppins-SemiBold;
  27. src: url('../fonts/poppins/Poppins-SemiBold.ttf');
  28. }
  29. /*//////////////////////////////////////////////////////////////////
  30. [ RESTYLE TAG ]*/
  31. /*---------------------------------------------*/
  32. a .popup{
  33. font-family: Poppins-Regular;
  34. font-size: 14px;
  35. line-height: 1.7;
  36. color: #666666;
  37. margin: 0px;
  38. transition: all 0.4s;
  39. -webkit-transition: all 0.4s;
  40. -o-transition: all 0.4s;
  41. -moz-transition: all 0.4s;
  42. }
  43. a:focus {
  44. outline: none !important;
  45. }
  46. a:hover {
  47. text-decoration: none;
  48. }
  49. /*---------------------------------------------*/
  50. h1,h2,h3,h4,h5,h6 {
  51. margin: 0px;
  52. }
  53. p .popup{
  54. font-family: Poppins-Regular;
  55. font-size: 14px;
  56. line-height: 1.7;
  57. color: #666666;
  58. margin: 0px;
  59. }
  60. /*---------------------------------------------*/
  61. input {
  62. outline: none;
  63. border: none;
  64. }
  65. input[type="number"] {
  66. -moz-appearance: textfield;
  67. appearance: none;
  68. -webkit-appearance: none;
  69. }
  70. input[type="number"]::-webkit-outer-spin-button,
  71. input[type="number"]::-webkit-inner-spin-button {
  72. -webkit-appearance: none;
  73. }
  74. textarea {
  75. outline: none;
  76. border: none;
  77. }
  78. textarea:focus, input:focus {
  79. border-color: transparent !important;
  80. }
  81. input:focus::-webkit-input-placeholder { color:transparent; }
  82. input:focus:-moz-placeholder { color:transparent; }
  83. input:focus::-moz-placeholder { color:transparent; }
  84. input:focus:-ms-input-placeholder { color:transparent; }
  85. textarea:focus::-webkit-input-placeholder { color:transparent; }
  86. textarea:focus:-moz-placeholder { color:transparent; }
  87. textarea:focus::-moz-placeholder { color:transparent; }
  88. textarea:focus:-ms-input-placeholder { color:transparent; }
  89. input::-webkit-input-placeholder {color: #999999;}
  90. input:-moz-placeholder {color: #999999;}
  91. input::-moz-placeholder {color: #999999;}
  92. input:-ms-input-placeholder {color: #999999;}
  93. textarea::-webkit-input-placeholder {color: #999999;}
  94. textarea:-moz-placeholder {color: #999999;}
  95. textarea::-moz-placeholder {color: #999999;}
  96. textarea:-ms-input-placeholder {color: #999999;}
  97. /*---------------------------------------------*/
  98. button:hover {
  99. cursor: pointer;
  100. }
  101. iframe {
  102. border: none !important;
  103. }
  104. /*//////////////////////////////////////////////////////////////////
  105. [ Contact ]*/
  106. .container-contact100 {
  107. display: none;
  108. z-index: 2;
  109. position:absolute;
  110. top:50%;
  111. left:50%;
  112. /*width:400px; /* adjust as per your needs */
  113. /*height:400px; /* adjust as per your needs */
  114. margin-left:-400px; /* negative half of width above */
  115. margin-top:-300px; /* negative half of height above */
  116. }
  117. .contact100-map {
  118. position: absolute;
  119. z-index: -2;
  120. width: 100%;
  121. height: 100%;
  122. top: 0;
  123. left: 0;
  124. }
  125. .wrap-contact100 {
  126. width: 670px;
  127. background: #fff;
  128. border-radius: 10px;
  129. overflow: hidden;
  130. position: relative;
  131. }
  132. /*==================================================================
  133. [ Title form ]*/
  134. .contact100-form-title {
  135. width: 100%;
  136. position: relative;
  137. z-index: 1;
  138. display: -webkit-box;
  139. display: -webkit-flex;
  140. display: -moz-box;
  141. display: -ms-flexbox;
  142. display: flex;
  143. flex-wrap: wrap;
  144. flex-direction: column;
  145. align-items: center;
  146. background-repeat: no-repeat;
  147. background-size: cover;
  148. background-position: center;
  149. padding: 64px 15px 64px 15px;
  150. }
  151. .contact100-form-title-1 {
  152. font-family: Poppins-Bold;
  153. font-size: 20px;
  154. color: #fff;
  155. line-height: 1.2;
  156. text-align: center;
  157. padding-bottom: 7px;
  158. }
  159. .contact100-form-title-2 {
  160. font-family: Poppins-Regular;
  161. font-size: 15px;
  162. color: #fff;
  163. line-height: 1.5;
  164. text-align: center;
  165. }
  166. .close-popup
  167. {
  168. position: absolute;
  169. top: 8px;
  170. right: 16px;
  171. font-size: 18px;
  172. z-index: 3;
  173. background-color: Transparent;
  174. background-repeat:no-repeat;
  175. border: none;
  176. cursor:pointer;
  177. overflow: hidden;
  178. outline:none;
  179. }
  180. .contact100-form-title::before {
  181. content: "";
  182. display: block;
  183. position: absolute;
  184. z-index: -1;
  185. width: 100%;
  186. height: 100%;
  187. top: 0;
  188. left: 0;
  189. background-color: rgba(54,84,99,0.7);
  190. }
  191. /*==================================================================
  192. [ Form ]*/
  193. .contact100-form {
  194. width: 100%;
  195. display: -webkit-box;
  196. display: -webkit-flex;
  197. display: -moz-box;
  198. display: -ms-flexbox;
  199. display: flex;
  200. flex-wrap: wrap;
  201. justify-content: space-between;
  202. padding: 43px 88px 57px 190px;
  203. }
  204. /*------------------------------------------------------------------
  205. [ Input ]*/
  206. .wrap-input100 {
  207. width: 100%;
  208. position: relative;
  209. border-bottom: 1px solid #b2b2b2;
  210. margin-bottom: 26px;
  211. }
  212. .label-input100 {
  213. font-family: Poppins-Regular;
  214. font-size: 15px;
  215. color: #808080;
  216. line-height: 1.2;
  217. text-align: right;
  218. position: absolute;
  219. top: 14px;
  220. left: -105px;
  221. width: 80px;
  222. }
  223. /*---------------------------------------------*/
  224. .input100 {
  225. font-family: Poppins-Regular;
  226. font-size: 15px;
  227. color: #555555;
  228. line-height: 1.2;
  229. display: block;
  230. width: 100%;
  231. background: transparent;
  232. padding: 0 5px;
  233. }
  234. .focus-input100 {
  235. position: absolute;
  236. display: block;
  237. width: 100%;
  238. height: 100%;
  239. top: 0;
  240. left: 0;
  241. pointer-events: none;
  242. }
  243. .focus-input100::before {
  244. content: "";
  245. display: block;
  246. position: absolute;
  247. bottom: -1px;
  248. left: 0;
  249. width: 0;
  250. height: 1px;
  251. -webkit-transition: all 0.6s;
  252. -o-transition: all 0.6s;
  253. -moz-transition: all 0.6s;
  254. transition: all 0.6s;
  255. background: #57b846;
  256. }
  257. /*---------------------------------------------*/
  258. input.input100 {
  259. height: 45px;
  260. }
  261. textarea.input100 {
  262. min-height: 115px;
  263. padding-top: 14px;
  264. padding-bottom: 13px;
  265. }
  266. .input100:focus + .focus-input100::before {
  267. width: 100%;
  268. }
  269. .has-val.input100 + .focus-input100::before {
  270. width: 100%;
  271. }
  272. /*------------------------------------------------------------------
  273. [ Button ]*/
  274. .container-contact100-form-btn {
  275. width: 100%;
  276. margin-left: 50px;
  277. display: -webkit-box;
  278. display: -webkit-flex;
  279. display: -moz-box;
  280. display: -ms-flexbox;
  281. display: flex;
  282. flex-wrap: wrap;
  283. padding-top: 8px;
  284. }
  285. .contact100-form-btn {
  286. display: -webkit-box;
  287. display: -webkit-flex;
  288. display: -moz-box;
  289. display: -ms-flexbox;
  290. display: flex;
  291. justify-content: center;
  292. align-items: center;
  293. padding: 0 20px;
  294. min-width: 160px;
  295. height: 50px;
  296. background-color: #57b846;
  297. border-radius: 25px;
  298. font-family: Poppins-Regular;
  299. font-size: 16px;
  300. color: #fff;
  301. line-height: 1.2;
  302. -webkit-transition: all 0.4s;
  303. -o-transition: all 0.4s;
  304. -moz-transition: all 0.4s;
  305. transition: all 0.4s;
  306. }
  307. .contact100-form-btn i {
  308. -webkit-transition: all 0.4s;
  309. -o-transition: all 0.4s;
  310. -moz-transition: all 0.4s;
  311. transition: all 0.4s;
  312. }
  313. .contact100-form-btn:hover {
  314. background-color: #333333;
  315. }
  316. .contact100-form-btn:hover i {
  317. -webkit-transform: translateX(10px);
  318. -moz-transform: translateX(10px);
  319. -ms-transform: translateX(10px);
  320. -o-transform: translateX(10px);
  321. transform: translateX(10px);
  322. }
  323. /*------------------------------------------------------------------
  324. [ Responsive ]*/
  325. @media (max-width: 576px) {
  326. .contact100-form {
  327. padding: 43px 15px 57px 117px;
  328. }
  329. }
  330. @media (max-width: 480px) {
  331. .contact100-form {
  332. padding: 43px 15px 57px 15px;
  333. }
  334. .label-input100 {
  335. text-align: left;
  336. position: unset;
  337. top: unset;
  338. left: unset;
  339. width: 100%;
  340. padding: 0 5px;
  341. }
  342. }
  343. /*------------------------------------------------------------------
  344. [ Alert validate ]*/
  345. .validate-input {
  346. position: relative;
  347. }
  348. .alert-validate::before {
  349. content: attr(data-validate);
  350. position: absolute;
  351. max-width: 70%;
  352. background-color: #fff;
  353. border: 1px solid #c80000;
  354. border-radius: 2px;
  355. padding: 4px 25px 4px 10px;
  356. top: 50%;
  357. -webkit-transform: translateY(-50%);
  358. -moz-transform: translateY(-50%);
  359. -ms-transform: translateY(-50%);
  360. -o-transform: translateY(-50%);
  361. transform: translateY(-50%);
  362. right: 2px;
  363. pointer-events: none;
  364. font-family: Poppins-Medium;
  365. color: #c80000;
  366. font-size: 13px;
  367. line-height: 1.4;
  368. text-align: left;
  369. visibility: hidden;
  370. opacity: 0;
  371. -webkit-transition: opacity 0.4s;
  372. -o-transition: opacity 0.4s;
  373. -moz-transition: opacity 0.4s;
  374. transition: opacity 0.4s;
  375. }
  376. .alert-validate::after {
  377. content: "\f06a";
  378. font-family: FontAwesome;
  379. display: block;
  380. position: absolute;
  381. color: #c80000;
  382. font-size: 15px;
  383. top: 50%;
  384. -webkit-transform: translateY(-50%);
  385. -moz-transform: translateY(-50%);
  386. -ms-transform: translateY(-50%);
  387. -o-transform: translateY(-50%);
  388. transform: translateY(-50%);
  389. right: 8px;
  390. }
  391. .alert-validate:hover:before {
  392. visibility: visible;
  393. opacity: 1;
  394. }
  395. @media (max-width: 992px) {
  396. .alert-validate::before {
  397. visibility: visible;
  398. opacity: 1;
  399. }
  400. }