585 lines
17 KiB
CSS
585 lines
17 KiB
CSS
/*------------------------------------------------------------------------------*/
|
|
/* Slider button
|
|
/*------------------------------------------------------------------------------*/
|
|
|
|
/* slick-arrow */
|
|
.banner_slider.slick-slider .slick-prev, .banner_slider.slick-slider .slick-next{
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding-right: 3px;
|
|
text-align: center;
|
|
position: absolute;
|
|
display: block;
|
|
z-index: 1;
|
|
margin: 0 20px;
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
}
|
|
.banner_slider.slick-slider .slick-next {
|
|
right: 0;
|
|
left: auto;
|
|
padding-right: 0;
|
|
padding-left: 3px;
|
|
}
|
|
.banner_slider.slick-slider:hover .slick-prev, .banner_slider.slick-slider:hover .slick-next{
|
|
opacity: 1;
|
|
visibility: visible;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.banner_slider.slick-slider .slick-prev:hover, .banner_slider.slick-slider .slick-next:hover {
|
|
transition: all 0.3s ease;
|
|
}
|
|
.banner_slider.slick-slider .slick-prev:before, .banner_slider.slick-slider .slick-next:before {
|
|
font-family: 'FontAwesome';
|
|
font-size: 18px;
|
|
opacity: 1;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.banner_slider.slick-slider .slick-prev:before {
|
|
content: "\f053";
|
|
}
|
|
.banner_slider.slick-slider .slick-next:before {
|
|
content: "\f054";
|
|
}
|
|
|
|
/* slick-dots */
|
|
.slick-dotted { border: 0; outline: 0; text-decoration: none; }
|
|
.banner_slider.slick-dotted .slick-dots {
|
|
display: none;
|
|
position: absolute;
|
|
bottom: 3%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
margin: 0 auto;
|
|
z-index: 1;
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
text-align: left!important;
|
|
transition: all .5s ease-in-out;
|
|
}
|
|
.banner_slider.slick-dotted .slick-dots li{
|
|
display: inline-block;
|
|
list-style: none;
|
|
line-height: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transition: all .5s ease-in-out;
|
|
}
|
|
.banner_slider.slick-dotted:hover .slick-dots li{
|
|
opacity: 1;
|
|
visibility: visible;
|
|
transition: all .5s ease-in-out;
|
|
}
|
|
.banner_slider.slick-dotted .slick-dots li button:before {
|
|
position: absolute;
|
|
content: "";
|
|
left: 0;
|
|
right: 0;
|
|
top: 3px;
|
|
width: 8px;
|
|
height: 8px;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
content: unset;
|
|
transition: all .5s ease-in-out;
|
|
}
|
|
.banner_slider .slick-dots li button {
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
border:0px solid;
|
|
border-color: transparent;
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
margin: 6px;
|
|
position: relative;
|
|
background-color: var(--base-skin);
|
|
-webkit-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
font-size: 0;
|
|
padding: 0;
|
|
}
|
|
.slick-dots li.slick-active button {
|
|
background: transparent;
|
|
text-align: left;
|
|
background-color: var(--base-skin);
|
|
border:0px solid;
|
|
border-color: transparent;
|
|
width:42px;
|
|
height: 12px;
|
|
border-radius: 2rem;
|
|
}
|
|
/*------------------------------------------------------------------------------*/
|
|
/* Slider img
|
|
/*------------------------------------------------------------------------------*/
|
|
|
|
.slide {
|
|
align-items: center;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.slide .slide_img {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
.slide .slide_img img {
|
|
opacity: 1 ;
|
|
-webkit-animation-duration: 3s;
|
|
animation-duration: 3s;
|
|
transition: all 1s ease;
|
|
}
|
|
.banner_slider.grey-shadow{position: relative;}
|
|
.banner_slider.grey-shadow:before {
|
|
position: absolute;
|
|
content: "";
|
|
bottom: 0px;
|
|
left:-500px;
|
|
right:0px;
|
|
width: 2600px;
|
|
height:50%;
|
|
-webkit-transition: all 0.45s ease-in-out;
|
|
-moz-transition: all 0.45s ease-in-out;
|
|
-ms-transition: all 0.45s ease-in-out;
|
|
transition: all 0.45s ease-in-out;
|
|
background-color: #f8f8f8;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: -40;
|
|
}
|
|
.slide-shap-img {position: relative;}
|
|
.slide-shap-img img {
|
|
position: absolute;
|
|
top: 85px;
|
|
right: -87px;
|
|
-webkit-animation:spin 20s linear infinite;
|
|
-moz-animation:spin 20s linear infinite;
|
|
animation:spin 20s linear infinite;
|
|
}
|
|
|
|
/*------------------------------------------------------------------------------*/
|
|
/* Slider Overlay
|
|
/*------------------------------------------------------------------------------*/
|
|
|
|
.slider-overlay {
|
|
content: '';
|
|
background-color: rgba(42, 51, 78, 0.4);
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
/*------------------------------------------------------------------------------*/
|
|
/* Slider content
|
|
/*------------------------------------------------------------------------------*/
|
|
|
|
.banner_slider .slide .slide__content .container{padding-left: 12px;padding-right: 12px;}
|
|
.slide .slide__content {
|
|
position: relative;
|
|
height: 100%;
|
|
display: flex;
|
|
z-index: 2;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.slide .slide__content--headings {
|
|
position: relative;
|
|
z-index: 1;
|
|
transition: all 0.5s ease;
|
|
align-items: center;
|
|
padding-bottom: 25px;
|
|
padding-left: 3px;
|
|
}
|
|
.slide .slide__content--headings h2 {
|
|
font-size: 60px;
|
|
line-height: 70px;
|
|
font-weight: 600;
|
|
text-transform: capitalize;
|
|
font-family: var(--base-headingfont);
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
.slide .slide__content--headings h3 {
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
letter-spacing: 0px;
|
|
font-weight: 500;
|
|
position: relative;
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
font-family: var(--base-bodyfont);
|
|
}
|
|
.slide .slide__content--headings p {
|
|
color: rgb(255 255 255 / 60%);
|
|
line-height: 28px;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
}
|
|
.slide .slide__content--headings .featured-imagebox
|
|
.featured-content .featured-title h3 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
|
|
/*------------------------------------------------------------------------------*/
|
|
/* IMAGE ZOOM
|
|
/*------------------------------------------------------------------------------*/
|
|
.banner_slider .slide_img {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
}
|
|
.banner_video_slider .slide_video {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
object-fit: cover;
|
|
}
|
|
.slick-active .slide_img {
|
|
-webkit-animation-delay: 24s;
|
|
-moz-animation-delay: 24s;
|
|
-o-animation-delay: 24s;
|
|
-ms-animation-delay: 24s;
|
|
animation-delay: 24s;
|
|
-webkit-backface-visibility: hidden;
|
|
}
|
|
.fullscreen-bg {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
z-index: -100;
|
|
}
|
|
.fullscreen-bg__video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/*------------------------------------------------------------------------------*/
|
|
/* BANNER SLIDER
|
|
/*------------------------------------------------------------------------------*/
|
|
|
|
/*banner_slider_1*/
|
|
.banner_slider_1 .slide.s1 .slide__content {
|
|
flex-direction: row;
|
|
align-items: flex-end;
|
|
}
|
|
.banner_slider_1 .slide { height: 733px ; }
|
|
.banner_slider_1 .slide_img:before{
|
|
position: absolute;
|
|
content: "";
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
-webkit-transition: all 0.45s ease-in-out;
|
|
-moz-transition: all 0.45s ease-in-out;
|
|
-ms-transition: all 0.45s ease-in-out;
|
|
transition: all 0.45s ease-in-out;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: rgba(0, 0, 0, 0.35);
|
|
}
|
|
.banner_slider_1 .slide.s3 .slide_img:before{
|
|
position: absolute;
|
|
content: "";
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
-webkit-transition: all 0.45s ease-in-out;
|
|
-moz-transition: all 0.45s ease-in-out;
|
|
-ms-transition: all 0.45s ease-in-out;
|
|
transition: all 0.45s ease-in-out;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: linear-gradient(90deg, transparent 25%, rgba(0,0,0,.7) 60%);
|
|
}
|
|
.banner_slider_1 .slide .slide__content--headings h2 { font-size: 64px; line-height: 74px; font-weight: 700; }
|
|
.banner_slider_1 .slide.s1 .slide__content--headings { padding: 36px 0;}
|
|
.banner_slider_1 .slide.s2 .slide__content--headings { padding: 0px 0 25px 3px;}
|
|
.banner_slider_1 .slide.s3 .slide__content--headings { padding: 0px 0 25px 3px;}
|
|
|
|
/*banner_slider_2*/
|
|
.banner_slider_2 .slide { height: auto ; }
|
|
.banner_slider_2 .slide_img { height: 500px; position: relative;}
|
|
.banner_slider_2 .slide__content{
|
|
justify-content: unset;
|
|
height: auto;
|
|
padding: 70px 0 20px;
|
|
}
|
|
|
|
/*banner_slider_3*/
|
|
.banner_slider_3 .slide_img { background-position: center center; }
|
|
.banner_slider_3 .slide { position: relative; height: 600px ; }
|
|
.banner_slider_3 .slide:before {
|
|
content: '';
|
|
background-color: rgba(42 ,51, 78, 1);
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 854px;
|
|
height: 600px;
|
|
opacity: 1;
|
|
z-index: 1;
|
|
}
|
|
.banner_slider_3 .slide__content .slide__content--headings { position: relative; }
|
|
.banner_slider_3 .slide__content .slider_fid {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
.banner_slider_3 .slide__content--headings h2 i { padding-right: 12px; }
|
|
.banner_slider_3 .slide__content--headings h2 { font-size: 64px; }
|
|
.banner_slider_3 .slide__content .slider_play_video {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.banner_slider_3 .slide__content .slide__content--headings h2 span{ position: relative; }
|
|
.banner_slider_3 .slide__content .slide__content--headings h2 span:before {
|
|
content: '';
|
|
background-color: var(--base-skin);
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 16px;
|
|
bottom: 22px;
|
|
left: 0;
|
|
opacity: 0.28;
|
|
}
|
|
.banner_slider_3 .slide__content .slide__content--headings a.ttm-btn.ttm-btn-size-md:hover {
|
|
color: var(--base-dark);
|
|
background-color: var(--base-white);
|
|
}
|
|
.banner_slider_3 .slide .slide__content--headings p { margin-top: 15px; }
|
|
|
|
/*------------------------------------------------------------------------------*/
|
|
/* banner_responsive
|
|
/*------------------------------------------------------------------------------*/
|
|
|
|
@media (max-width: 1800px) {
|
|
.banner_slider_1.banner_slider_wide{
|
|
max-width: 88%;
|
|
margin: 0 auto;
|
|
}
|
|
.banner_slider_1 .slide .slide__content { flex-direction: column; align-items: center; }
|
|
.banner_slider_1 .slide.s1 .slide_img { background-size: cover !important; }
|
|
|
|
}
|
|
|
|
@media (max-width: 1400px) {
|
|
.banner_slider_1.banner_slider_wide{
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
/*@media only screen and (max-width: 1199px) {
|
|
|
|
.lg-hide { display: none ; }
|
|
.banner_slider_1.banner_slider_wide {
|
|
max-width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.site-description h2,
|
|
.site-description h2:before { display: none; }
|
|
|
|
.slide .ttm-btn {
|
|
font-size: 14px;
|
|
}
|
|
.slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) {
|
|
padding: 12px 21px 12px 21px;
|
|
}
|
|
.slide .ttm-icon.ttm-icon_element-size-xs {
|
|
height: 36px;
|
|
width: 36px;
|
|
line-height: 36px;
|
|
}
|
|
.slide .fbox { bottom: 45%; }
|
|
.slide .fbox {
|
|
padding: 25px 20px;
|
|
color: var(--base-white);
|
|
width: 200px;
|
|
height: 150px;
|
|
}
|
|
.slide .fbox h6 { line-height: 40px; font-size: 30px; }
|
|
.overlay_banner_header .slide .slide__content { padding-top: 0; }
|
|
}*/
|
|
|
|
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
|
|
.banner_slider_3 .slide:before { width: 40%; height: 100%; }
|
|
.banner_slider_1 .slide { height: 680px; }
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
|
|
.slide .slide__content--headings {
|
|
padding-bottom: 8px;
|
|
text-align: center!important ;
|
|
}
|
|
.banner_slider_2 .slide .slide__content--headings {
|
|
text-align: left !important ;
|
|
padding-bottom: 28px ;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1199px){
|
|
|
|
.banner_slider .slide { height: 680px !important; }
|
|
.banner_slider_2 .slide { height: auto !important; }
|
|
.banner_slider_3 .slide__content .slider_fid ,
|
|
.banner_slider_3 .slide__content .slider_play_video { display: none !important; }
|
|
|
|
.banner_slider_1 .slide.s2 .slide__content--headings { padding: 25px 0 25px 3px;}
|
|
.banner_slider_1 .slide.s3 .slide__content--headings { padding: 18px 0 25px 3px;}
|
|
.banner_slider_3 .slide.s1 .slide__content--headings { padding-bottom: 0!important; }
|
|
.banner_slider_3 .slide.s2 .slide__content--headings { padding-bottom: 8px !important; }
|
|
.banner_slider_3 .slide:before { display: none; }
|
|
|
|
.banner_slider.slick-slider .slick-prev,
|
|
.banner_slider.slick-slider .slick-next { display: none !important; }
|
|
}
|
|
|
|
@media only screen and (max-width: 991px){
|
|
.md-hide { display: none ; }
|
|
.banner_slider_2 .slide { height: auto !important; }
|
|
.slide .slide__content--headings h2 { font-size: 60px !important; line-height: 70px !important;}
|
|
.slide .slide__content--headings { padding-bottom: 8px; text-align: center!important;}
|
|
.banner_slider_2 .slide .slide__content--headings { padding-bottom: 0px; text-align: center!important;}
|
|
.slide__content .featured-imagebox{display: none;}
|
|
.slide__content--headings br { display: none; }
|
|
.banner_slider_3 .slide__content .slide__content--headings h2 span:before { bottom: 20px; }
|
|
.banner_slider .slide {height: 580px !important;}
|
|
}
|
|
|
|
@media only screen and (max-width: 767px){
|
|
.banner_slider_2 .slide { height: auto !important; }
|
|
.sm-hide,.slide .slide__content--headings h3:before { display: none !important; }
|
|
.slide .slide__content--headings { padding-bottom: 8px; text-align: center!important;}
|
|
.slide .slide__content--headings > h3 { font-size: 14px; }
|
|
.slide .slide__content--headings h2 { font-size: 40px !important; line-height: 50px !important; }
|
|
.banner_slider_3 .slide__content .slide__content--headings h2 span:before { bottom: 10px; }
|
|
.banner_slider .slide {height: 480px !important;}
|
|
}
|
|
|
|
@media only screen and (max-width: 600px){
|
|
.banner_slider .slide { height: 560px !important; }
|
|
.banner_slider_2 .slide { height: auto !important; }
|
|
.slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) { padding: 10px 22px;}
|
|
.slide .slide__content--headings p { display: none; }
|
|
}
|
|
|
|
@media only screen and (max-width: 575px){
|
|
.banner_slider .slide { height: 460px !important; }
|
|
.banner_slider_2 .slide { height: auto !important; }
|
|
.slide .slide__content--headings { padding-bottom: 8px; }
|
|
.slide .slide__content--headings{text-align: center !important;display: block!important;}
|
|
.slide .slide__content--headings h2 { font-size: 40px !important; line-height: 50px !important; }
|
|
.banner_slider_3 .slide__content .slide__content--headings h2 span:before { display: none; }
|
|
.banner_slider_1 .slide.s1 .slide__content--headings { padding: 15px 0 30px; }
|
|
}
|
|
|
|
@media only screen and (max-width: 460px){
|
|
.slide-btn-2{ margin-top: 25px; display: block!important; }
|
|
.slide .slide__content--headings h2 { font-size: 30px !important; line-height: 40px !important; }
|
|
.banner_slider .slide {height: 400px !important;}
|
|
}
|
|
|
|
@media only screen and (max-width: 400px){
|
|
.banner_slider .slide {height: 340px !important; }
|
|
.banner_slider_2 .slide { height: auto !important; }
|
|
}
|
|
|
|
|
|
|
|
/* SLIDER HOMEPAGE 1 */
|
|
|
|
.banner_slider.banner_slider_1.slick-dotted .slick-dots { display: none !important; }
|
|
|
|
.banner_slider.banner_slider_1.slick-slider .slick-prev:hover,
|
|
.banner_slider.banner_slider_1.slick-slider .slick-next:hover {
|
|
background-color: transparent !important;
|
|
}
|
|
.banner_slider.banner_slider_1.slick-slider .slick-prev:hover:before,
|
|
.banner_slider.banner_slider_1.slick-slider .slick-next:hover:before {
|
|
color: var(--base-skin) !important;
|
|
}
|
|
|
|
/* SLIDER HOMEPAGE 2 */
|
|
|
|
.banner_slider.banner_slider_2.slick-slider .slick-prev,
|
|
.banner_slider.banner_slider_2.slick-slider .slick-next { display: none !important; }
|
|
.banner_slider.banner_slider_2.slick-dotted .slick-dots { display: inline-block !important; }
|
|
|
|
/* SLIDER HOMEPAGE 3 */
|
|
|
|
.banner_slider.banner_slider_3.slick-dotted .slick-dots { display: none !important; }
|
|
.banner_slider.banner_slider_3.slick-slider .slick-prev,
|
|
.banner_slider.banner_slider_3.slick-slider .slick-next {
|
|
width: 40px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background-color: rgba(51, 214, 135, 0.5);
|
|
margin: 0 15px;
|
|
border-radius: 0;
|
|
}
|
|
.banner_slider.banner_slider_3.slick-slider .slick-prev:hover,
|
|
.banner_slider.banner_slider_3.slick-slider .slick-next:hover {
|
|
background-color: rgba(51, 214, 135, 1) !important;
|
|
}
|
|
|
|
|
|
figure {
|
|
margin: 0;
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 150px;
|
|
width: 150px;
|
|
overflow: hidden;
|
|
object-fit: cover;
|
|
}
|
|
|
|
|
|
a:is(:hover, :focus) figure::after {
|
|
opacity: 1;
|
|
}
|