index.sass 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. // importing theme style
  2. @import ./themeStyle
  3. // hero-banner
  4. #hero-banner
  5. font-family: $fontTrioBangla !important
  6. color: $blackColor
  7. background: url(../images/hero-background.svg) no-repeat
  8. .hero-content
  9. align-items: center
  10. min-height: 70vh
  11. .hero-title
  12. font-weight: 500
  13. font-size: 2.5rem
  14. font-family: $fontTrioBangla
  15. line-height: 1.2
  16. margin-bottom: 1.5rem
  17. @media screen and ( max-width: 768px )
  18. font-size: 1.5rem
  19. margin-bottom: .75rem
  20. .hero-paragraph
  21. line-height: 1.7
  22. font-size: 1.3rem
  23. margin-bottom: 2rem
  24. @media screen and ( max-width: 768px )
  25. font-size: .9rem
  26. .hero-desc
  27. order: 0
  28. @media screen and ( max-width: 992px )
  29. order: 1
  30. .hero-image
  31. @media screen and ( max-width: 768px )
  32. height: 240px
  33. text-align: center
  34. img
  35. height: 100%
  36. .statistics
  37. display: flex
  38. align-items: center
  39. gap: 1rem
  40. .single-statistics
  41. color: $greyColor
  42. text-align: center
  43. padding-right: 1rem
  44. border-right: 5px solid $seconderyColor
  45. &:last-child
  46. border-right: none
  47. .count
  48. margin-bottom: .2rem
  49. font-size: 1.3rem
  50. @media screen and ( max-width: 768px )
  51. font-size: .9rem
  52. p
  53. margin-bottom: 0
  54. @media screen and ( max-width: 768px )
  55. font-size: .75rem
  56. .hero-links
  57. margin-top: 2rem
  58. display: flex
  59. flex-wrap: wrap
  60. gap: .75rem
  61. // feature
  62. #feature
  63. font-family: $fontTrioBangla !important
  64. color: $blackColor
  65. background: url(../images/2-features.svg) no-repeat
  66. // course-catagory
  67. #course-catagory
  68. font-family: $fontTrioBangla !important
  69. color: $blackColor
  70. background: url(../images/3-jobcourse_catagory.svg) no-repeat
  71. .section-title, .section-sub-title
  72. text-align: start
  73. .course-container
  74. margin-top: 2rem
  75. .single-course
  76. box-shadow: $shadow-1
  77. height: 100%
  78. .img-container
  79. position: relative
  80. height: 180px
  81. .details
  82. height: calc( 100% - 180px )
  83. padding: 1rem
  84. display: flex
  85. flex-direction: column
  86. gap: .75rem
  87. font-family: $fontPopins
  88. line-height: 1.2
  89. .level
  90. font-size: .75rem
  91. font-weight: 500
  92. color: $primaryColor
  93. .title
  94. font-size: .9rem
  95. font-weight: 600
  96. .stats
  97. font-size: .7rem
  98. color: $greyColor
  99. .price
  100. color: $primaryColor
  101. font-weight: 600
  102. font-size: 1rem
  103. text-align: right