No Description
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.

_utilities.scss 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. // colors
  2. .bg-green {
  3. background-color: #3bb78f;
  4. background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
  5. }
  6. .text-green-Awni{
  7. color: #0A886A;
  8. }
  9. .anwi_grey_bg{
  10. background-color: #ECECEC;
  11. }
  12. .orbitron_font{
  13. font-family: 'Orbitron', sans-serif;
  14. }
  15. .satoshi_font{
  16. font-family: "Satoshi", sans-serif;
  17. }
  18. // font size
  19. .font-1{
  20. font-size: 1rem;
  21. }
  22. .font-3 {
  23. font-size: 3rem;
  24. }
  25. .font-1-2{
  26. font-size: 1.2rem;
  27. }
  28. .font-1-5{
  29. font-size: 1.5rem;
  30. }
  31. .font-1_5 {
  32. font-size: 2rem;
  33. }
  34. .font-1_7{
  35. font-size: 1.7rem;
  36. }
  37. .font-2{
  38. font-size: 2rem;
  39. }
  40. .font-2_2{
  41. font-size: 2.2rem;
  42. }
  43. .font-2_7{
  44. font-size: 2.7rem;
  45. }
  46. .font_4{
  47. font-size: 4rem;
  48. }
  49. .font-5{
  50. font-size: 5rem;
  51. }
  52. .font-6{
  53. font-size: 6rem;
  54. }
  55. .font-7{
  56. font-size: 7rem;
  57. }
  58. .font-10{
  59. font-size: 10rem;
  60. }
  61. .subtitle_1 {
  62. font-size: 1.5rem;
  63. }
  64. .banner_heading_4 {
  65. font-size: 3rem;
  66. }
  67. // padding
  68. .padding_top_14 {
  69. padding-top: 14rem;
  70. }
  71. .p-6{
  72. padding:5rem;
  73. }
  74. .ps-7{
  75. padding-left: 6rem;
  76. }
  77. .px-6{
  78. padding-left: 6rem;
  79. padding-right: 6rem;
  80. }
  81. .p-7{
  82. padding: 7rem;
  83. }
  84. .padding_top_10 {
  85. padding-top: 10rem; }
  86. .padding_top_13{
  87. padding-top: 13rem;
  88. }
  89. .padding_bottom_ONE_FIVE{
  90. padding-bottom: 1.5rem;
  91. }
  92. // heights
  93. .h-10{
  94. height: 10%;
  95. }
  96. .h-15{
  97. height: 15%;
  98. }
  99. .h-20{
  100. height: 20%;
  101. }
  102. .h-30{
  103. height: 30%;
  104. }
  105. .h-33{
  106. height: 33%;
  107. }
  108. .h-34{
  109. height: 34%;
  110. }
  111. .h-35{
  112. height: 35%;
  113. }
  114. .h-40{
  115. height: 40%;
  116. }
  117. .vh_60{
  118. height: 60vh;
  119. }
  120. .vh-70{
  121. height: 70vh;
  122. }
  123. .vh-77{
  124. height: 77vh;
  125. }
  126. .vh-85 {
  127. height: 85vh;
  128. }
  129. .vh-15 {
  130. height: 15vh;
  131. }
  132. .h-700p{
  133. height: 700px;
  134. }
  135. .h-25{
  136. height: 25%;
  137. }
  138. .h-60{
  139. height: 60%;
  140. }
  141. .h-75{
  142. height: 75%;
  143. }
  144. .w-60{
  145. width: 60%;
  146. }
  147. .w-20p{
  148. width: 20px;
  149. }
  150. .w-200{
  151. width:200px;
  152. }
  153. // font weight
  154. .fw-500{
  155. font-weight: 500;
  156. }
  157. .fw-600{
  158. font-weight: 600;
  159. }
  160. .fw-700 {
  161. font-weight: 700; }
  162. .h-200p{
  163. height: 200px;
  164. }
  165. // margin
  166. .mt-7 {
  167. margin-top: 7rem;
  168. }
  169. // spacing
  170. .sec-space-1 {
  171. margin-top: 80px;
  172. }
  173. .sec-space-2 {
  174. margin-top: 60px;
  175. }
  176. .sec-space-3 {
  177. margin-top: 40px;
  178. }
  179. .sec-space-4 {
  180. margin-top: 20px;
  181. }
  182. .sec-space-5 {
  183. margin-top: 0px;
  184. }
  185. .h-100p {
  186. height: 100px;
  187. }
  188. // gap
  189. .gap-1 {
  190. gap: 0.7rem;
  191. }
  192. .gap-2{
  193. gap:2rem
  194. }
  195. // border-radius
  196. .br-1{
  197. border-radius: 1rem;
  198. }
  199. .cursor-pointer{
  200. cursor: pointer;
  201. }
  202. // margin
  203. .mt-5C{
  204. margin-top: 5rem;
  205. }