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.

main.scss 913B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @import 'variables';
  2. @import 'functions';
  3. *,::before,::after{
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html{
  9. font-size: 16px;
  10. }
  11. .bg-green{
  12. background-color:#3BB78F;
  13. background: linear-gradient(90deg, #3BB78F 0%, rgba(11,171,100,1) 35%, rgba(59,183,143,1) 100%);
  14. }
  15. .banner_heading_4{
  16. font-size: 3rem;
  17. }
  18. .subtitle_1{
  19. font-size: 1.5rem;
  20. }
  21. .padding_top_14{
  22. padding-top: 14rem;
  23. }
  24. .photo_dual{
  25. width:40rem;
  26. }
  27. .price_footer{
  28. background-color:#52cba5;
  29. }
  30. .boxImgContainer{
  31. width: 4rem;
  32. }
  33. .vh-85{
  34. height: 85vh;
  35. }
  36. .vh-15{
  37. height: 15vh;
  38. }
  39. .font-3{
  40. font-size: 3rem;
  41. }
  42. .font-1_5{
  43. font-size: 2rem;
  44. }
  45. .gap-1{
  46. font-size: 0.7rem;
  47. }
  48. .priceCut_multi{
  49. font-size: .7rem;
  50. }
  51. // button
  52. .button_dark{
  53. clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
  54. padding-right: 1.7rem;
  55. padding-bottom: 0.6rem;
  56. padding-top: 0.6rem;
  57. border-radius: 10px;
  58. }