| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/harmoniegolfpark.com/assets/sass/ |
Upload File : |
$font-size-huge : 54px;
$font-size-medium-tit : 26px;
$shadow-text: 0 3px 3px rgba($color-black, 0.7);
.hero-slider {
overflow: hidden;
/*height: calc(100vh - 70px);*/
height: 350px;
&.slick-slider {
margin-bottom: 0;
}
.container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
}
.hero-slider__item {
min-height: 500px;
background-size: cover;
background-position: center;
position: relative;
height: calc(100vh - 70px);
@include media-breakpoint-down(md) {
height: 100vh;
min-height: 340px;
}
}
.hero-slider__caption {
font-family: $font-helvetica;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: $color-white;
text-align: left;
width: 100%;
background: rgba($color-black, 0.5);
padding: 30px;
@include media-breakpoint-up(lg) {
width: auto;
}
}
.hero-slider__title {
font-size: 28px;
color: $color-white;
font-weight: 300;
.small-text {
display: block;
}
.brand-name {
font-size: $font-size-huge;
text-transform: uppercase;
}
}
.hero-slider__desc {
font-size: 28px;
font-weight: 300;
}
.hero-slider__action {
padding: 20px 0 0;
}
.hero-slider .slick-dots {
@include border-radius(30);
bottom: 20px;
width: auto;
left: 50%;
transform: translateX(-50%);
background: rgba($color-brand-1, 0.7);
padding: 8px 15px;
li {
width: 20px;
height: 20px;
}
li button:before {
@include border-radius(20px);
width: 20px;
height: 20px;
background: $color-white;
}
li.slick-active button::before {
background: $color-brand-2;
opacity: 1;
}
}
.hero-slider--static {
min-height: 300px;
position: relative;
&:after {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 50%;
background: url(../../assets/images/bg/bg-mask.png) no-repeat 0 0;
background-size: cover;
content: "";
}
.hero-slider__caption {
background: transparent;
text-align: center;
left: 50%;
top: auto;
bottom: 10%;
transform: translate(-50%, 0);
z-index: 5;
}
.hero-slider__item {
height: 100%;
}
.hero-slider__title {
font-weight: 300;
font-size: 36px;
}
.hero-slider__desc {
font-size: 24px;
color: $color-brand-0;
font-weight: 400;
span {
display: block;
}
}
@include media-breakpoint-up(md) {
min-height: 500px;
height: 40vh;
}
}