Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #home-clients {
- background-color: #ffffff;
- margin-top: 0px;
- .container-fluid {
- padding: 56px 152px 48px 140px;
- .row {
- display: flex;
- align-items: start;
- justify-content: start;
- .col-lg-5 {
- .h1 {
- font-family: 'Open Sans';
- font-size: 32px;
- font-weight: 400;
- b {
- font-weight: 700;
- }
- }
- p {
- font-family: 'Open Sans';
- font-size: 20px;
- font-weight: 400;
- }
- }
- }
- }
- .swiper.clients {
- user-select: none;
- box-sizing: border-box;
- overflow: hidden;
- width: 800px;
- height: 800px;
- padding-top: 0px;
- padding-bottom: 0px;
- .swiper-wrapper {
- .swiper-slide {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- color: #fff;
- overflow: hidden;
- position: relative;
- box-sizing: border-box;
- border-radius: 0px;
- padding: 48px 48px 48px 48px;
- .swiper-slide-content {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- position: relative;
- z-index: 1;
- box-sizing: border-box;
- align-items: center;
- justify-content: flex-end;
- text-align: center;
- background-color: #1B3165;
- .swiper-description {
- background: rgba(255, 255, 255, 0.2);
- border-radius: 16px;
- box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
- backdrop-filter: blur(5px);
- -webkit-backdrop-filter: blur(5px);
- border: 1px solid rgba(255, 255, 255, 0.3);
- margin: 48px 48px 48px 48px;
- padding: 15px 15px 15px 15px;
- height: auto;
- .swiper-slide-title {
- font-size: 21px;
- font-weight: bold;
- letter-spacing: 0.03em;
- color: rgba(255, 255, 255, 1);
- }
- .swiper-slide-text {
- max-width: 640px;
- font-size: 14px;
- line-clamp: 2;
- color: rgba(255, 255, 255, 1);
- }
- .swiper-slide-title + .swiper-slide-text {
- margin-top: 8px;
- }
- .swiper-description-expand {
- max-width: 640px;
- font-size: 14px;
- line-height: 1.4;
- color: rgba(255, 255, 255, 1);
- }
- }
- .swiper-slide-image {
- margin: 48px 48px 48px 48px;
- width: 400px;
- height: 400px;
- bottom: 20%;
- object-fit: contain;
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement