| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- // Bootstrap carousel style
- .carousel {
- margin-bottom: 15px;
- .carousel-caption {
- text-shadow: none;
- background: fade(#000, 50%);
- left: 0;
- right: 0;
- bottom: 0;
- h4 { color: @white; text-shadow: none; font-weight: 500; }
- }
-
- .carousel-control {
- text-shadow: none;
- color: transparent;
- &.left, &.right {
- background-image: none!important;
- }
- &.right { justify-content: center; }
- }
- .carousel-indicators {
- bottom: 0;
- li {.border-radius(0);}
- }
-
- &.@{brand}-carousel {
- .item { overflow: hidden;}
- .carousel-indicators {
- top: auto;
- bottom: -23px;
- margin: 0;
- width: auto;
- right: 0; left: 0;
-
- li {
- background-color: @brand-secondary;
- &.active { background-color: lighten(@brand-secondary, 20%);}
- }
-
- &.right {
- justify-content: flex-end;
- }
- &.left {
- justify-content: flex-start;
- }
- }
- }
-
- &:hover, &.focus {
- .carousel-control {
- color: @brand-secondary;
- opacity:0.55;
- }
- }
- }
- section, .sec {
- &.testimonials {
- .testimonials-carousel {
- .owl-stage-outer {
- padding: 60px 0;
- .owl-stage {
- .owl-item {
- .testimonial-item {
- background-color: @white;
- box-shadow: @box-shadow;
- border: 1px solid @default-border-color;
- transition: all 300ms ease;
- padding: 30px 30px;
- border-radius: @border-radius;
- .quote {
- display: block;
- margin-bottom: 20px;
- [class*='fa-'] {
- font-size: 26px;
- text-align: left;
- }
- }
- .readmore {
- font-size: 80%;
- }
- .author-info {
- display: flex;
- align-items: center;
- margin-top: 15px;
-
- .author-img {
- margin-right: 10px;
- img {
- width: 50px;
- height: 50px;
- max-width: 50px; max-height: 50px;
- border: 2px solid @white;
- border-radius: 100%;
- overflow: hidden;
- }
- }
- .author-name-link {
- span {
- display: block;
-
- &.link {
- margin-top: -5px;
- a {
- font-size: @baseFontSize - 2;
- }
- }
-
- &.rating {
- font-size: 60%;
- color: #fedc45;
- &[class*="fa-"] {
- opacity: 0.70;
- }
-
- .active {
- &[class*="fa-"] {
- font-weight: 900;
- opacity: 1;
- }
- }
- }
- }
- }
- }
- }
-
- &.active {
- z-index:1;
- }
-
- @media (min-width: 992px) {
- &.active {
- .testimonial-item {
- opacity: 0.3;
- }
- &.center {
- z-index:2;
- .testimonial-item {
- opacity: 1;
- background: @themeColor;
- border-color: @themeColor;
- color: @white;
- padding: 25px;
- transform: scale(1.20);
- .readmore {
- color: @white;
- }
- .author-info {
- .author-name-link {
- span {
- &.link {
- a {
- color: @white;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- // OWL styles
- .owl-carousel {
- .slide-item {
- padding: 0px 5px;
- }
- &.no-padding-items {
- .slide-item {
- padding: 0px;
- }
- }
-
- &.feature-apps {
- img {
- border: 2px solid @default-border-color;
- background: @white;;
- width: 75px!important;
- margin: auto;
- }
- }
-
- .owl-item img {
- width: auto;
- }
-
- .owl-nav {
- margin-top: 10px;
- text-align: center;
- -webkit-tap-highlight-color: transparent;
- [class*='owl-'] {
- margin: 5px;
- display: inline-block;
- cursor: pointer;
- color: @white;
- text-decoration: none;
- font-size: @baseFontSize + 5;
- line-height: 25px;
- text-align: center;
- width: 56px;
- height: 56px;
- border-radius: 50%;
- box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
- transition: all 0.2s linear;
-
- span {
- display: none;
- }
-
- &:before {
- font-family: "Font Awesome 5 Pro";
- font-style: normal;
- font-weight: 400;
- text-indent: 0px;
- }
- &:hover {
- background: @brand-secondary;
- color:@white;
- text-decoration: none;
- }
- }
-
- .owl-next {
- &:before {
- content: "\f061";
- }
-
- &:hover {
- &:before {
- content: "\f060";
- }
- }
- }
-
- .owl-prev {
- &:before {
- content: "\f060";
- }
-
- &:hover {
- &:before {
- content: "\f061";
- }
- }
- }
- .disabled {
- opacity:0.50;
- cursor: default;
- }
- }
- .owl-nav.disabled + .owl-dots {
- margin-top: 10px;
- }
- .owl-dots {
- text-align: center;
- -webkit-tap-highlight-color: transparent;
- .owl-dot {
- display: inline-block;
- span {
- width: 10px;
- height: 10px;
- margin: 0 3px;
- border: 1px solid @brand-secondary;
- background-color: @white;
- color: @brand-secondary;
- display: block;
- -webkit-backface-visibility: visible;
- .transition(opacity 200ms ease);
- }
- &.active,
- &:hover {
- span {
- background: lighten(@brand-secondary, 20%); width: 12px; height: 12px; color: @white;
- }
- }
- }
- }
-
- .owl-nav button.owl-next, .owl-nav button.owl-prev, button.owl-dot {
- outline: none!important;
- }
- }
- section, .sec {
- &.gallery {
-
- .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
- bottom: -20px;
- }
-
- .thumbnail {
- position:relative;
- overflow:hidden;
- .tools {
- position:absolute;
- top: -100%;
- right: 0;
- width: 100%;
- height: 100%;
- text-align: center;
- color:@white !important;
- z-index:2;
- .transition(~"all 0.5s ease-in-out");
-
- [class*="fa-"] {
- background: rgba(0, 0, 0, 0.55);
- font-size: @baseFontSize + 3;
- padding: 15px;
- border-radius: 100%;
- color: @gray-lighter;
- }
-
- .btn {
- background: rgba(0, 0, 0, 0.55);
- border: 1px solid rgba(0, 0, 0, 0.10);
- font-size: @baseFontSize;
- color: @gray-lighter;
- .transition(~"all 0.5s linear");
-
- &:hover {
- background: rgba(0, 0, 0, 0.55);
- }
- }
- }
- &:hover {
- .tools {
- top: 35%;
- }
- }
- }
- .contents, a.contents {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 0.50rem;
- font-size: @h5-font-size;
- text-decoration: none;
- text-align: center;
- }
- .gallery-items {
- margin-bottom: 2rem;
- .item-graphics {
- position:relative;
- overflow:hidden;
- .tools {
- position:absolute;
- top: -100%;
- right: 0;
- width: 100%;
- height: 100%;
- text-align: center;
- color:@white !important;
- z-index:2;
- .transition(~"all 0.5s ease-in-out");
-
- [class*="fa-"] {
- background: rgba(0, 0, 0, 0.55);
- font-size: @baseFontSize + 3;
- padding: 15px;
- border-radius: 100%;
- color: @gray-lighter;
- }
-
- .btn {
- background: rgba(0, 0, 0, 0.55);
- border: 1px solid rgba(0, 0, 0, 0.10);
- font-size: @baseFontSize;
- color: @gray-lighter;
- .transition(~"all 0.5s linear");
-
- &:hover {
- background: rgba(0, 0, 0, 0.55);
- }
- }
- }
- }
-
- &.has-link {
- cursor: pointer;
- }
- &:hover {
- .item-graphics {
- img, video {
- opacity: 0.70;
- }
- .tools {
- top: 45%;
- }
- }
- }
- }
- }
- }
|