theme-default.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. /* 1. Theme default css */
  2. @import url("https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i|Poppins:200,200i,300,300i,400,400i,500,600,700,800,900&display=swap");
  3. /* Normal desktop :1200px. */
  4. /* Normal desktop :992px. */
  5. /* Tablet desktop :768px. */
  6. /* small mobile :320px. */
  7. /* Large Mobile :480px. */
  8. /* line 6, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  9. body {
  10. font-family: "Poppins", sans-serif;
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. /* line 13, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  15. .img {
  16. max-width: 100%;
  17. -webkit-transition: 0.3s;
  18. -moz-transition: 0.3s;
  19. -o-transition: 0.3s;
  20. transition: 0.3s;
  21. }
  22. /* line 17, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  23. a,
  24. .button {
  25. -webkit-transition: 0.3s;
  26. -moz-transition: 0.3s;
  27. -o-transition: 0.3s;
  28. transition: 0.3s;
  29. }
  30. /* line 21, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  31. a:focus,
  32. .button:focus, button:focus {
  33. text-decoration: none;
  34. outline: none;
  35. }
  36. /* line 26, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  37. a:focus {
  38. text-decoration: none;
  39. }
  40. /* line 29, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  41. a:focus,
  42. a:hover,
  43. .portfolio-cat a:hover,
  44. .niz -menu li a:hover {
  45. text-decoration: none;
  46. }
  47. /* line 35, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  48. a,
  49. button {
  50. color: #1F1F1F;
  51. outline: medium none;
  52. }
  53. /* line 40, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  54. h1, h2, h3, h4, h5 {
  55. font-family: "Philosopher", sans-serif;
  56. color: #001D38;
  57. }
  58. /* line 44, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  59. h1 a,
  60. h2 a,
  61. h3 a,
  62. h4 a,
  63. h5 a,
  64. h6 a {
  65. color: inherit;
  66. }
  67. /* line 53, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  68. ul {
  69. margin: 0px;
  70. padding: 0px;
  71. }
  72. /* line 57, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  73. li {
  74. list-style: none;
  75. }
  76. /* line 60, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  77. p {
  78. font-size: 16px;
  79. font-weight: 400;
  80. line-height: 28px;
  81. color: #596672;
  82. margin-bottom: 0px;
  83. font-family: "Poppins", sans-serif;
  84. }
  85. /* line 69, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  86. label {
  87. color: #7e7e7e;
  88. cursor: pointer;
  89. font-size: 14px;
  90. font-weight: 400;
  91. }
  92. /* line 75, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  93. *::-moz-selection {
  94. background: #444;
  95. color: #fff;
  96. text-shadow: none;
  97. }
  98. /* line 80, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  99. ::-moz-selection {
  100. background: #444;
  101. color: #fff;
  102. text-shadow: none;
  103. }
  104. /* line 85, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  105. ::selection {
  106. background: #444;
  107. color: #fff;
  108. text-shadow: none;
  109. }
  110. /* line 90, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  111. *::-webkit-input-placeholder {
  112. color: #cccccc;
  113. font-size: 14px;
  114. opacity: 1;
  115. }
  116. /* line 95, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  117. *:-ms-input-placeholder {
  118. color: #cccccc;
  119. font-size: 14px;
  120. opacity: 1;
  121. }
  122. /* line 100, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  123. *::-ms-input-placeholder {
  124. color: #cccccc;
  125. font-size: 14px;
  126. opacity: 1;
  127. }
  128. /* line 105, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  129. *::placeholder {
  130. color: #cccccc;
  131. font-size: 14px;
  132. opacity: 1;
  133. }
  134. /* line 111, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  135. h3 {
  136. font-size: 24px;
  137. }
  138. /* line 115, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  139. .mb-65 {
  140. margin-bottom: 67px;
  141. }
  142. /* line 119, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  143. .black-bg {
  144. background: #020c26 !important;
  145. }
  146. /* line 123, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  147. .white-bg {
  148. background: #ffffff;
  149. }
  150. /* line 126, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  151. .gray-bg {
  152. background: #f5f5f5;
  153. }
  154. /* line 131, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  155. .overlay {
  156. position: relative;
  157. z-index: 0;
  158. }
  159. /* line 135, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  160. .overlay::before {
  161. position: absolute;
  162. content: "";
  163. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001d38+0,1a0d01+100&0.7+0,0.6+100 */
  164. background: -moz-linear-gradient(left, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
  165. /* FF3.6-15 */
  166. background: -webkit-linear-gradient(left, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
  167. /* Chrome10-25,Safari5.1-6 */
  168. background: linear-gradient(to right, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
  169. /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  170. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3001d38', endColorstr='#991a0d01',GradientType=1 );
  171. /* IE6-9 */
  172. top: 0;
  173. left: 0;
  174. width: 100%;
  175. height: 100%;
  176. z-index: -1;
  177. }
  178. /* line 151, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  179. .overlay2 {
  180. position: relative;
  181. z-index: 0;
  182. }
  183. /* line 155, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  184. .overlay2::before {
  185. position: absolute;
  186. content: "";
  187. background-color: #001D38;
  188. top: 0;
  189. left: 0;
  190. width: 100%;
  191. height: 100%;
  192. z-index: -1;
  193. opacity: 0.6;
  194. }
  195. /* line 167, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  196. .overlay_03 {
  197. position: relative;
  198. z-index: 0;
  199. }
  200. /* line 171, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  201. .overlay_03::before {
  202. position: absolute;
  203. width: 100%;
  204. height: 100%;
  205. left: 0;
  206. top: 0;
  207. background: #001D38;
  208. opacity: .6;
  209. content: '';
  210. z-index: -1;
  211. }
  212. /* line 184, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  213. .bradcam_overlay {
  214. position: relative;
  215. z-index: 0;
  216. }
  217. /* line 188, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  218. .bradcam_overlay::before {
  219. position: absolute;
  220. content: "";
  221. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
  222. background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  223. /* FF3.6-15 */
  224. background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  225. /* Chrome10-25,Safari5.1-6 */
  226. background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  227. /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  228. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  229. /* IE6-9 */
  230. top: 0;
  231. left: 0;
  232. width: 100%;
  233. height: 100%;
  234. z-index: -1;
  235. opacity: 1;
  236. }
  237. /* line 204, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  238. .section-padding {
  239. padding-top: 120px;
  240. padding-bottom: 120px;
  241. }
  242. /* line 208, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  243. .pt-120 {
  244. padding-top: 120px;
  245. }
  246. /* button style */
  247. /* line 214, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  248. .owl-carousel .owl-nav div {
  249. background: transparent;
  250. height: 50px;
  251. left: 0px;
  252. position: absolute;
  253. text-align: center;
  254. top: 50%;
  255. -webkit-transform: translateY(-50%);
  256. -ms-transform: translateY(-50%);
  257. transform: translateY(-50%);
  258. -webkit-transition: all 0.3s ease 0s;
  259. -o-transition: all 0.3s ease 0s;
  260. transition: all 0.3s ease 0s;
  261. width: 50px;
  262. color: #707070;
  263. background-color: transparent;
  264. -webkit-border-radius: 50%;
  265. -moz-border-radius: 50%;
  266. border-radius: 50%;
  267. left: 50px;
  268. font-size: 15px;
  269. line-height: 50px;
  270. border: 1px solid #4D6174;
  271. left: 150px;
  272. color: #fff;
  273. }
  274. /* line 242, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  275. .owl-carousel .owl-nav div.owl-next {
  276. left: auto;
  277. right: 150px;
  278. }
  279. /* line 247, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  280. .owl-carousel .owl-nav div.owl-next i {
  281. position: relative;
  282. right: 0;
  283. }
  284. /* line 254, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  285. .owl-carousel .owl-nav div.owl-prev i {
  286. position: relative;
  287. top: 0px;
  288. }
  289. /* line 264, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  290. .owl-carousel:hover .owl-nav div {
  291. opacity: 1;
  292. visibility: visible;
  293. }
  294. /* line 267, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  295. .owl-carousel:hover .owl-nav div:hover {
  296. color: #fff;
  297. background: #001D38;
  298. border: 1px solid transparent;
  299. }
  300. /* line 277, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  301. .mb-20px {
  302. margin-bottom: 20px;
  303. }
  304. /* line 281, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  305. .mb-55 {
  306. margin-bottom: 55px;
  307. }
  308. /* line 284, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  309. .mb-75 {
  310. margin-bottom: 75px;
  311. }
  312. @media (max-width: 767px) {
  313. /* line 284, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  314. .mb-75 {
  315. margin-bottom: 30px;
  316. }
  317. }
  318. @media (min-width: 768px) and (max-width: 991px) {
  319. /* line 284, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  320. .mb-75 {
  321. margin-bottom: 30px;
  322. }
  323. }
  324. /* line 293, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  325. .mb-40 {
  326. margin-bottom: 40px;
  327. }
  328. /* line 296, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  329. .mb-20 {
  330. margin-bottom: 20px;
  331. }
  332. /* line 301, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
  333. .mb-60 {
  334. margin-bottom: 50px !important;
  335. }
  336. /*# sourceMappingURL=theme-default.css.map */