| 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 : |
@import "settings.colors";
@import "settings.defaults";
@import "tools.mixins";
@import "base.type";
$font-size-panel-title: 24px;
%bg {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.highlight-hotel__idoms {
width: 100%;
background-size: cover;
background-position: center;
position: relative;
color: $color-white;
&:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
content: "";
background: rgba($color-black, 0.3);
}
}
.idoms-text {
position: relative;
z-index: 5;
max-width: 600px;
margin: 0 auto;
font-size: $lg-font-size;
text-align: center;
text-shadow: 0 2px 2px rgba($color-black, 0.3);
padding: 150px 0;
&:before,
&:after {
font-family: $font-icon;
position: absolute;
left: 0;
width: 100%;
text-align: center;
font-size: 26px;
}
&:before {
content: "\f10d";
top: 80px;
}
&:after {
content: "\f10e";
bottom: 80px;
}
}
.panel {
padding: 25px 0;
overflow: hidden;
font-size: $small-font-size;
@include media-breakpoint-up(md) {
padding-bottom: 50px;
padding-top: 50px;
}
}
.panel--green {
background: $color-brand-3;
position: relative;
padding-bottom: 10px;
&:after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
content: "";
background: $color-white;
height: 100px;
}
.container {
position: relative;
z-index: 2;
}
}
.panel__header {
text-align: center;
margin-bottom: 20px;
}
.panel__title {
font-size: $font-size-panel-title;
color: $color-brand-4;
text-transform: none;
font-weight: 300;
position: relative;
padding: 0 0 10px;
&:before {
content: "";
position: absolute;
height: 2px;
width: 100px;
background: rgba($color-brand-6, 1);
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
@include media-breakpoint-up(md) {
font-size: $font-size-panel-title;
}
}
.short-desc {
text-align: center;
margin: 0 auto;
@include media-breakpoint-up(md) {
max-width: 70%;
}
}
.hero {
padding: 60px 0;
min-height: calc(100vh/3);
position: relative;
}
.hero_404__content {
@extend .container;
text-align: center;
padding: 30px 0;
@include media-breakpoint-up(md) {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
}
.hero_404__heading {
@extend .panel__title;
}
.hero_404__texts {
max-width: 500px;
margin: 0 auto;
font-weight: 300;
padding: 30px 0;
font-size: $base-font-size;
}
.control-action--center {
text-align: center;
width: 100%;
clear: both;
}
.nav-category {
@include transition-value();
background: $color-brand-2;
font-size: $base-font-size;
display: none;
@include media-breakpoint-up(md) {
display: block;
}
&__ul {
@extend %list-unstyled;
margin: 0;
text-align: center;
}
&__link {
color: $color-white;
padding: 15px 30px;
text-decoration: none;
display: block;
line-height: 20px;
border-bottom: 4px solid transparent;
font-size: $base-font-size;
&:hover,
&:active,
&:focus {
border-bottom-color: #EBCA85;
text-decoration: none;
color: $color-white;
}
}
&__item {
display: inline-block;
margin: 0 5px;
text-transform: capitalize;
&.is-current {
a {
border-bottom-color: #EBCA85;
color: $color-white;
}
}
}
}