123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- // poppins font
- @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap')
- //inter font
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap')
- // noto sherif bangla
- @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@300;400;500;600;700;800;900&display=swap')
- $fontPopins: 'Poppins', sans-serif
- $fontInter: 'Inter', sans-serif
- $fontNotoBangla: 'Noto Serif Bengali', serif
- // colors
- $blackColor: rgba(0, 0, 0, 1)
- $blackLight: rgba(0, 0, 0, 0.8)
- $greyColor: rgba( 0, 0, 0, .6)
- $whiteColor: rgba(255, 255, 255, 1)
- $primaryColor: rgba(0, 38, 136, 1)
- $primaryLightColor: #ADBCFF
- $seconderyColor: rgba(203, 236, 71, 1)
- $thirdColor: rgba(173, 188, 255, 1)
- $memoryColor: #FFF3E4
- // shadows
- $shadow-1: 1px 2px 5px rgba(0, 46, 116, 0.25)
- *
- list-style: none
- text-decoration: none
- a
- opacity: 1
- body
- background: $whiteColor
- color: $blackColor
- font-family: $fontInter
- main
- padding-top: 4rem
- padding-bottom: 0 !important
- section
- padding: 5rem 0
- margin: unset
- h1,h2,h3,h4,h5,h6,p
- color: inherit
- font-family: inherit
- margin: unset
- text-shadow: unset
- // customize pico
- .row
- margin-top: unset
- .container
- @media screen and ( min-width: 1400px )
- max-width: 1360px
- // customize pico end
- // utility
-
- .section-title
- font-weight: 600
- color: $blackColor
- text-align: center
- margin-bottom: 1rem
- font-size: 2.2rem
- .section-sub-title
- color: $greyColor
- text-align: center
- font-size: 1.4rem
- margin-bottom: 2rem
- .img-container
- overflow: hidden
- img
- height: 100%
- width: 100%
- object-fit: cover
- object-position: center
- .link-btn
- margin: 0
- padding: .45rem 1.2rem !important
- background: $primaryColor
- border-color: $primaryColor
- border-width: 2px
- font-size: .9rem
- font-weight: 600
- box-shadow: none
- opacity: unset
- display: block
- height: unset
- width: fit-content
- &:hover
- background: $whiteColor
- color: $primaryColor
- .link-btn-outline
- margin: 0
- padding: .45rem 1.2rem !important
- color: $primaryColor
- border-color: $primaryColor
- background: $whiteColor
- border-width: 2px
- font-size: .9rem
- font-weight: 600
- box-shadow: none
- opacity: unset
- height: unset
- &:hover
- background: $primaryColor
- color: $whiteColor
- .single-course
- box-shadow: $shadow-1
- font-family: $fontInter
- .top-part
- height: 200px
- position: relative
- overflow: hidden
- .img-container
- height: 100%
- width: 100%
- .tag
- position: absolute
- left: 4%
- bottom: 4%
- padding: .1rem 1rem
- background: $seconderyColor
- font-size: .75rem
- font-weight: 700
- border-radius: 15px
- .details
- height: calc( 100% - 180px )
- padding: 1rem
- display: flex
- flex-direction: column
- gap: .75rem
- font-family: $fontInter
- line-height: 1.2
- background: $whiteColor
- .level
- font-size: .75rem
- font-weight: 500
- color: $primaryColor
- .title
- font-size: .9rem
- font-weight: 600
- text-decoration: none
- color: $blackColor
- cursor: pointer
- .stats
- font-size: .7rem
- color: $greyColor
- .price
- color: $primaryColor
- font-weight: 600
- font-size: 1rem
- text-align: right
- // utility end
- // navbar
- #navbar
- position: fixed
- top: 0
- left: 0
- width: 100%
- padding: .75rem 0
- font-family: $fontPopins
- background: $whiteColor
- z-index: 999
- .container-fluid
- display: flex
- justify-content: space-between
- align-items: center
- @media screen and ( max-width: 768px )
- flex-direction: column
- .nav-icons
- display: flex
- align-items: center
- @media screen and ( max-width: 768px )
- position: fixed
- top: 0
- left: 0
- right: 0
- justify-content: space-between
- width: 100%
- padding: 0 1rem
- background: $whiteColor
- height: 4rem
- .navbar-brand
- height: 3.5rem
- img
- height: 100%
- .res-btn
- font-size: 1.2rem
- padding: .25rem
- background: unset
- color: $blackColor
- border: none
- margin: 0
- width: unset
- height: fit-content
- width: fit-content
- display: none
- &:focus
- box-shadow: none
- @media screen and ( max-width: 768px )
- display: block
- .nav-links
- display: flex
- justify-content: center
- align-items: center
- gap: 1rem
- @media screen and ( max-width: 768px )
- background: $whiteColor
- display: block
- position: fixed
- top: 4rem
- left: 0
- right: 0
- min-height: calc( 100vh - 4rem )
- padding: 1rem
- overflow-y: auto
- transform: translateX(-200vw)
- transition: .75s
- li
- display: block
- color: #fff
- margin-top: 1rem !important
- li
- margin: unset
- padding: unset
- .link-item
- padding: .25rem .5rem
- margin: unset
- color: $blackLight
- font-size: .9rem
- font-weight: 600
- background: transparent
- &:hover
- color: $primaryColor
- .link-item.active
- color: $primaryColor
- .link-btn
- padding: .25rem .75rem !important
-
- body.show-mobile-menu
- @media screen and ( max-width: 768px )
- #navbar .nav-links
- transform: translateX(0px)
- main
- overflow-y: none
- // navbar end
- // footer
- #footer
- background: #151E37
- padding: 2rem 0
- font-family: $fontInter
- .top-part
- padding-bottom: 2rem
- border-bottom: 2px solid $whiteColor
- ul
- display: flex
- justify-content: space-around
- align-items: flex-end
- flex-direction: row
- list-style: none
- li
- list-style: none
- .short-icon
- width: 4rem
- a
- font-size: 1.2rem
- color: $whiteColor
- @media screen and ( max-width: 767px )
- font-size: .85rem
- a.active
- color: $primaryLightColor
- .address
- display: flex
- flex-direction: column
- gap: .5rem
- color: $whiteColor
- li
- list-style: none
- display: flex
- align-items: center
- gap: .75rem
- font-size: 1rem
- font-weight: 300
- .other-link
- color: $whiteColor
- display: flex
- justify-content: center
- align-items: center
- flex-direction: column
- gap: 1rem
- .social-link
- display: flex
- gap: .5rem
- img
- height: 100%
- width: 100%
- .privacy-links
- display: flex
- gap: .25rem
- a
- padding: .1rem .5rem
- font-size: .7rem
- color: $whiteColor
- border-right: 2px solid $whiteColor
- &:last-child
- border-right: none
- .app-download
- margin-top: .5rem
- display: flex
- gap: 1.5rem
- a
- height: 2.2rem
- text-decoration: none
- img
- height: 100%
|