Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

site.css 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. /*General Style*/
  2. @font-face {
  3. font-family: 'Space Grotesk';
  4. src: url('../assets/fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Nasalization Rg';
  9. src: url('../assets/fonts/Nasalization_Rg.otf') format('truetype');
  10. font-style: normal;
  11. }
  12. * {
  13. margin: 0;
  14. font-family: 'Space Grotesk', sans-serif;
  15. color: #001F3F;
  16. }
  17. h1 {
  18. font-size: clamp(2em, 5vw, 6.25em);
  19. font-weight: 400;
  20. }
  21. h2 {
  22. font-size: clamp(1.5em, 3.906vw, 4.688em);
  23. font-weight: 400;
  24. }
  25. h4 {
  26. font-size: clamp(1em, 2.6vw, 3.063em);
  27. font-weight: 400;
  28. }
  29. h5 {
  30. font-size: clamp(1.83em, 1.563vw, 1.875em);
  31. font-weight: 400;
  32. }
  33. .p-small {
  34. font-size: clamp(0.85em, 1.042vw, 1.25em);
  35. }
  36. p {
  37. font-size: clamp(1em, 1.2vw, 1.6em);
  38. }
  39. .px-6 {
  40. padding-right: 1rem;
  41. padding-left: 1rem;
  42. }
  43. .btn-amics {
  44. font-size: clamp(0.8em, 1vw, 1.2em);
  45. background-color: rgba(255, 255, 255, 0);
  46. color: #000;
  47. border: 3px solid rgb(212, 175, 55);
  48. transition: all 0.2s ease-in-out;
  49. padding: 16px 60px;
  50. border-radius: 50px;
  51. }
  52. .btn-amics:hover {
  53. background-color: rgb(212, 175, 55);
  54. color: #FFF;
  55. }
  56. .btn-amics-small {
  57. font-size: clamp(0.8em, 1vw, 1.2em);
  58. background-color: rgba(255, 255, 255, 0);
  59. color: #FFF;
  60. border: 2px solid rgb(212, 175, 55);
  61. transition: all 0.2s ease-in-out;
  62. padding: 16px 30px;
  63. border-radius: 50px;
  64. }
  65. .btn-amics-small:hover {
  66. background-color: rgb(212, 175, 55);
  67. color: #FFF;
  68. }
  69. .text-primary2 {
  70. color: #D4AF37
  71. }
  72. .text-secondary2 {
  73. color: #909090
  74. }
  75. .navbar-custom {
  76. background: rgba(0, 0, 0, 0.4) !important;
  77. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  78. }
  79. .navbar-custom .navbar-brand,
  80. .navbar-custom .nav-link {
  81. font-size: clamp(0.85em, 1.042vw, 1.25em);
  82. color: white !important;
  83. /* White text */
  84. }
  85. .navbar-custom .nav-link:hover {
  86. color: #f8d210 !important;
  87. /* Highlight color */
  88. }
  89. .navbar-custom .navbar-toggler {
  90. background: transparent !important;
  91. /* Transparent background */
  92. border: none;
  93. /* Remove border */
  94. }
  95. .navbar-custom .navbar-toggler-icon {
  96. filter: brightness(0) invert(1);
  97. /* Makes the icon white */
  98. }
  99. .card {
  100. border: none;
  101. border-radius: 25px;
  102. overflow: hidden;
  103. }
  104. .card-img-top {
  105. border-radius: 50px;
  106. }
  107. .round-btn {
  108. width: 60px;
  109. height: 60px;
  110. border-radius: 50%;
  111. display: flex;
  112. align-items: center;
  113. justify-content: center;
  114. overflow: hidden;
  115. padding: 0;
  116. }
  117. .round-btn img {
  118. width: 60%;
  119. height: auto;
  120. }
  121. /* HOME */
  122. .section {
  123. padding-top: 105px;
  124. border-radius: 150px 150px 0 0;
  125. transform: translateY(-7%);
  126. }
  127. .section2 {
  128. border-bottom: 2px solid #ddd;
  129. border-radius: 150px 150px 0 0;
  130. transform: translateY(-5%);
  131. }
  132. .section3 {
  133. padding-top: 105px;
  134. border-radius: 150px 150px 0 0;
  135. transform: translateY(-16%);
  136. }
  137. .section4 {
  138. border-bottom: 2px solid #ddd;
  139. border-radius: 150px 150px 0 0;
  140. }
  141. .section5 {
  142. padding: 70px;
  143. border-radius: 150px 150px 0 0;
  144. transform: translateY(-10%);
  145. }
  146. .video-player {
  147. width: 100vw;
  148. height: 100vh;
  149. display: flex;
  150. justify-content: center;
  151. align-items: center;
  152. background: black;
  153. }
  154. .video-player video {
  155. width: 100%;
  156. height: 100%;
  157. object-fit: cover;
  158. }
  159. /*PRICING PAGE*/
  160. .pricing-hero-section {
  161. min-height: 120vh;
  162. background: url(../assets/images/wallpaper7.jpg) no-repeat center center;
  163. }
  164. .pricing-section1 {
  165. padding-top: 105px;
  166. border-radius: 150px 150px 0 0;
  167. transform: translateY(-7%);
  168. }
  169. .pricing-section2 {
  170. border-bottom: 2px solid #ddd;
  171. border-radius: 150px 150px 0 0;
  172. }
  173. .pricing-section3 {}
  174. .pricing-section4 {
  175. padding-top: 80px;
  176. }
  177. .trial-banner {}
  178. .trial-banner h3,
  179. .trial-banner i {
  180. color: #FFF;
  181. font-weight: 600;
  182. display: inline;
  183. margin-right: 10px;
  184. }
  185. .pricing-card {
  186. border-radius: 50px;
  187. overflow: hidden;
  188. background-color: rgba(247, 247, 247, 1);
  189. min-height: 100px;
  190. transition: all 0.3s ease-in-out;
  191. position: relative;
  192. }
  193. .pricing-card.middle {
  194. background: linear-gradient(195deg,
  195. rgba(0, 31, 63, 1) 45%,
  196. rgba(212, 175, 55, 1) 100%);
  197. transition: all 0.3s ease-in-out;
  198. }
  199. .pricing-card:hover.middle {
  200. background: linear-gradient(to right,
  201. rgba(247, 247, 247, 0),
  202. /* Start with 80% opacity */
  203. rgba(200, 200, 200, 0)
  204. /* End with 50% opacity */
  205. );
  206. }
  207. .pricing-card.middle span,
  208. .pricing-card.middle p,
  209. .pricing-card.middle h5,
  210. .pricing-card.middle li,
  211. .pricing-card.middle button {
  212. color: #FFF !important;
  213. }
  214. .pricing-card:hover {
  215. border-radius: 50px;
  216. background-color: rgba(247, 247, 247, 0);
  217. min-height: 100px;
  218. transition: all 0.3s ease-in-out;
  219. position: relative;
  220. }
  221. .pricing-card:hover span,
  222. .pricing-card:hover h5,
  223. .pricing-card:hover li,
  224. .pricing-card:hover button {
  225. color: #FFF !important;
  226. }
  227. .pricing-card ul {
  228. list-style-image: url(../assets/images/checklist-icon.png);
  229. }
  230. .pricing-card ul li {
  231. font-size: clamp(1.83em, 1.563vw, 1.875em);
  232. margin-bottom: 22px;
  233. }
  234. .pricing-card .pricepoint {
  235. font-size: clamp(1.23em, 1.302vw, 1.463em);
  236. }
  237. #pricng-email-input {
  238. font-size: clamp(0.8em, 1vw, 1.2em);
  239. color: #FFF;
  240. }
  241. #pricng-email-input::placeholder {
  242. color: #FFF;
  243. font-weight: bold;
  244. font-size: clamp(0.8em, 1vw, 1.2em);
  245. opacity: 1;
  246. /* Firefox */
  247. }
  248. #pricng-email-input2 {
  249. font-size: clamp(0.8em, 1vw, 1.2em);
  250. color: #000;
  251. background-color: rgba(255, 255, 255, 0.2);
  252. border: 1px solid gray;
  253. padding: 20px 50px;
  254. border-radius: 50px;
  255. }
  256. #pricng-email-input2::placeholder {
  257. color: #000;
  258. font-weight: bold;
  259. font-size: clamp(0.8em, 1vw, 1.2em);
  260. opacity: 1;
  261. /* Firefox */
  262. }
  263. .plan-feature-card {
  264. background-color: #FFF;
  265. box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  266. border-radius: 50px;
  267. padding: 30px;
  268. }
  269. /* CONTACT PAGE */
  270. .contact-section {
  271. padding-top: 90px;
  272. }
  273. .bg-contact {
  274. background: url(../assets/images/wallpaper8.jpg);
  275. padding-top: 50%;
  276. background-size: cover;
  277. }
  278. .contact-form {
  279. background-color: #F7F7F7;
  280. border: none;
  281. }
  282. .contact-form input {
  283. border: none;
  284. transition: all 0.3s ease-in-out;
  285. outline: none;
  286. padding: 10px 15px;
  287. border-radius: 50px;
  288. border: 1px solid #ADADAD;
  289. font-size: clamp(1em, 1.242vw, 1.45em);
  290. margin-bottom: 20px;
  291. }
  292. .contact-form input:focus-visible {
  293. border: none;
  294. outline: 1px solid #D4AF37;
  295. }
  296. .contact-form input::placeholder {
  297. color: #ADADAD;
  298. }
  299. .contact-form .btn-submit {
  300. font-size: clamp(0.8em, 1vw, 1.2em);
  301. color: #FFF;
  302. border: 3px solid rgb(212, 175, 55);
  303. background-color: rgb(212, 175, 55);
  304. transition: all 0.2s ease-in-out;
  305. padding: 16px 60px;
  306. border-radius: 50px;
  307. width: 100%;
  308. }
  309. .contact-form .btn-submit:hover {
  310. background-color: rgba(255, 255, 255, 0);
  311. color: #000;
  312. }
  313. /* NAVBAR */
  314. .navbar-innner-container {
  315. padding: 10px 20px;
  316. }
  317. /* FOOTER */
  318. .footer-text {
  319. font-family: 'Nasalization Rg', sans-serif !important;
  320. font-weight: 400;
  321. margin-bottom: 40px;
  322. font-size: clamp(2em, 4.7vw, 5.64em);
  323. }
  324. .footer-text span {
  325. font-family: 'Nasalization Rg', sans-serif !important;
  326. border-bottom: 1px solid;
  327. padding: 0;
  328. }
  329. .footer-section {
  330. border-bottom: 2px solid #ddd;
  331. border-radius: 150px 150px 0 0;
  332. background: linear-gradient(to left, #D4AF37, #001F3F);
  333. padding-top: 20px;
  334. padding-bottom: 0;
  335. }
  336. .footer-inner {
  337. padding-top: 105px;
  338. border-radius: 140px 140px 0 0;
  339. background: rgb(0, 31, 63);
  340. background: linear-gradient(195deg, rgba(0, 31, 63, 1) 36%, rgba(75, 64, 25, 1) 100%);
  341. }
  342. .footer-menu-container {
  343. padding: 0px;
  344. }
  345. .footer-column {
  346. margin-bottom: 40px;
  347. }
  348. .footer-column h5 {
  349. font-weight: 400;
  350. color: #FFF;
  351. letter-spacing: 1px;
  352. margin-bottom: 30px;
  353. }
  354. .footer-column ul {
  355. padding: 0;
  356. list-style: none;
  357. }
  358. .footer-column ul li {
  359. margin-bottom: 15px;
  360. }
  361. .footer-column ul li a {
  362. color: #FFF;
  363. text-decoration: none;
  364. transition: all 0.3s ease-in-out;
  365. }
  366. .footer-column ul li a:hover {
  367. color: #D4AF37;
  368. transform: translateX(5px);
  369. }
  370. .footer-bottom {
  371. text-align: center;
  372. padding-top: 15px;
  373. font-size: 14px;
  374. color: #ccc;
  375. }
  376. .footer-link-menu-icon {
  377. font-size: 25px;
  378. gap: 35px
  379. }
  380. .footer-link-menu2 {
  381. gap: 30px;
  382. list-style: none;
  383. }
  384. .footer-link-menu2 li a {
  385. color: #FFF;
  386. text-decoration: none;
  387. transition: color 0.3s ease-in-out;
  388. }
  389. .footer-link-menu2 li a:hover {
  390. color: #D4AF37;
  391. }
  392. /*BOOTSTRAP RESPONSIVE*/
  393. /* Small devices (≥576px) - sm */
  394. @media (min-width: 576px) {
  395. .footer-menu-container {
  396. padding: 0px 60px;
  397. }
  398. }
  399. /* Medium devices (≥768px) - md */
  400. @media (min-width: 768px) {
  401. .footer-menu-container {
  402. padding: 0px 15px;
  403. }
  404. .contact-form input {
  405. border: none;
  406. transition: all 0.3s ease-in-out;
  407. outline: none;
  408. padding: 25px 40px;
  409. border-radius: 50px;
  410. border: 1px solid #ADADAD;
  411. font-size: clamp(0.85em, 1.042vw, 1.25em);
  412. margin-bottom: 20px;
  413. }
  414. }
  415. /* Large devices (≥992px) - lg */
  416. @media (min-width: 992px) {
  417. .footer-menu-container {
  418. padding: 0px 5px;
  419. }
  420. .px-6 {
  421. padding-right: 7rem;
  422. padding-left: 7rem;
  423. }
  424. }
  425. /* Extra large devices (≥1200px) - xl */
  426. @media (min-width: 1200px) {
  427. .footer-menu-container {
  428. padding: 0px 120px;
  429. }
  430. }
  431. /* XXL devices (≥1400px) - xxl */
  432. @media (min-width: 1400px) {
  433. .footer-menu-container {
  434. padding: 0px 190px;
  435. }
  436. }