_bradcam.scss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. .bradcam_bg_1{
  2. background-image: url(../img/banner/bradcam.png);
  3. }
  4. .bradcam_bg_2{
  5. background-image: url(../img/banner/bradcam2.png);
  6. }
  7. .bradcam_bg_3{
  8. background-image: url(../img/banner/bradcam3.png);
  9. }
  10. .bradcam_bg_4{
  11. background-image: url(../img/banner/details.png);
  12. }
  13. .bradcam_area{
  14. background-size: cover;
  15. background-position: center center;
  16. padding: 237px 0 178px 0;
  17. background-repeat: no-repeat;
  18. position: relative;
  19. z-index: 0;
  20. @media #{$tablet_device} {
  21. padding: 120px 0;
  22. }
  23. &::before{
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. width: 100%;
  28. height: 100%;
  29. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001d38+0,1a0d01+100&0.7+0,0.6+100 */
  30. background: -moz-linear-gradient(left, rgba(0,29,56,0.7) 0%, rgba(26,13,1,0.6) 100%); /* FF3.6-15 */
  31. background: -webkit-linear-gradient(left, rgba(0,29,56,0.7) 0%,rgba(26,13,1,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  32. background: linear-gradient(to right, rgba(0,29,56,0.7) 0%,rgba(26,13,1,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  33. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3001d38', endColorstr='#991a0d01',GradientType=1 ); /* IE6-9 */
  34. z-index: -1;
  35. content: '';
  36. }
  37. @media #{$mobile_device} {
  38. padding: 150px 0;
  39. }
  40. h3{
  41. font-size: 70px;
  42. color:#fff;
  43. font-weight: 700;
  44. margin-bottom: 0;
  45. text-transform: capitalize;
  46. @media #{$mobile_device} {
  47. font-size: 30px;
  48. }
  49. }
  50. p{
  51. font-size: 18px;
  52. color: #fff;
  53. font-weight: 400;
  54. text-transform: capitalize;
  55. a{
  56. color: #fff;
  57. &:hover{
  58. color: #fff;
  59. }
  60. }
  61. }
  62. .bradcam_text2{
  63. h3{
  64. font-size: 50px;
  65. margin-bottom: 14px;
  66. @media #{$mobile_device} {
  67. font-size: 30px;
  68. }
  69. }
  70. p{
  71. font-size: 20px;
  72. margin-bottom: 0;
  73. }
  74. }
  75. &.Extra_padding{
  76. padding: 399px 0;
  77. @media #{$mobile_device} {
  78. padding: 150px 0;
  79. }
  80. @media #{$tablet_device} {
  81. padding: 150px 0;
  82. }
  83. @media #{$mid_device} {
  84. padding: 150px 0;
  85. }
  86. }
  87. }
  88. .popup_box{
  89. background: #fff;
  90. display: inline-block;
  91. z-index: 9;
  92. width: 558px;
  93. // padding: 60px 40px;
  94. .boxed-btn3{
  95. width: 100%;
  96. text-transform: capitalize;
  97. }
  98. .popup_header {
  99. background: #F5FBFF;
  100. padding: 28px 0;
  101. display: block;
  102. h3{
  103. text-align: center;
  104. font-size: 20px;
  105. color:#2C2C2C;
  106. margin-bottom: 0;
  107. font-weight: 400;
  108. }
  109. }
  110. .custom_form{
  111. padding: 60px 68px;
  112. }
  113. input{
  114. width: 100%;
  115. height: 50px;
  116. border: none;
  117. border-bottom: 1px solid #C7C7C7;
  118. padding: 15px 0;
  119. margin-bottom: 20px;
  120. &::placeholder{
  121. color: #919191;
  122. font-weight: 400;
  123. }
  124. &:focus{
  125. outline: none;
  126. }
  127. }
  128. textarea{
  129. width: 100%;
  130. // height: 50px;
  131. border: none;
  132. margin-top: 112px;
  133. border-bottom: 1px solid #C7C7C7;
  134. padding: 15px 0;
  135. margin-bottom: 20px;
  136. height: 55px;
  137. resize: none;;
  138. margin-bottom: 40px;
  139. &::placeholder{
  140. color: #919191;
  141. font-weight: 400;
  142. }
  143. &:focus{
  144. outline: none;
  145. }
  146. }
  147. .nice-select {
  148. -webkit-tap-highlight-color: transparent;
  149. background-color: #fff;
  150. /* border-radius: 5px; */
  151. border: solid 1px #E2E2E2;
  152. box-sizing: border-box;
  153. clear: both;
  154. cursor: pointer;
  155. display: block;
  156. float: left;
  157. font-family: $font1;
  158. font-weight: normal;
  159. width: 100% !important;
  160. /* height: 42px; */
  161. line-height: 50px;
  162. outline: none;
  163. padding-left: 18px;
  164. padding-right: 30px;
  165. position: relative;
  166. text-align: left !important;
  167. -webkit-transition: all 0.2s ease-in-out;
  168. transition: all 0.2s ease-in-out;
  169. -webkit-user-select: none;
  170. -moz-user-select: none;
  171. -ms-user-select: none;
  172. user-select: none;
  173. white-space: nowrap;
  174. width: auto;
  175. border-radius: 0;
  176. margin-bottom: 30px;
  177. height: 50px !important;
  178. font-size: 16px;
  179. font-weight: 400;
  180. color: #919191;
  181. &::after {
  182. content: "\f0d7";
  183. display: block;
  184. height: 5px;
  185. margin-top: -5px;
  186. pointer-events: none;
  187. position: absolute;
  188. right: 17px;
  189. top: 3px;
  190. transition: all 0.15s ease-in-out;
  191. width: 5px;
  192. font-family: fontawesome;
  193. color: #919191;
  194. font-size: 15px;
  195. }
  196. &.open .list {
  197. opacity: 1;
  198. pointer-events: auto;
  199. -webkit-transform: scale(1) translateY(0);
  200. -ms-transform: scale(1) translateY(0);
  201. transform: scale(1) translateY(0);
  202. height: 200px;
  203. overflow-y: scroll;
  204. }
  205. &.list {
  206. height: 200px;
  207. overflow-y: scroll;
  208. }
  209. }
  210. }
  211. #test-form {
  212. display: inline-block;
  213. margin: auto;
  214. text-align: center;
  215. position: absolute;
  216. left: 50%;
  217. top: 50%;
  218. @include transform (translate(-50%,-50%));
  219. .mfp-close-btn-in .mfp-close {
  220. color: #333;
  221. display: none !important;
  222. }
  223. button{
  224. &.mfp-close{
  225. display: none !important;
  226. }
  227. }
  228. }
  229. .mfp-bg {
  230. top: 0;
  231. left: 0;
  232. width: 100%;
  233. height: 100%;
  234. z-index: 1042;
  235. overflow: hidden;
  236. position: fixed;
  237. background: #000000;
  238. opacity: .7;
  239. }