| 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/zinisoft.net/gem/sass/ |
Upload File : |
/* ====== standalone-container ===== */
.main-page {
position: relative;
@include breakpoint(md) {
height: 100%;
}
.container-wrap {
height: 100%;
margin-left: auto;
margin-right: auto;
@include breakpoint(lg) {
max-width: calc(100% - 320px);
}
}
}
.section {
background-color: #000;
}
.standalone {
// position: relative;
// height: 100vh;
&:nth-child(2n + 2) {
@include breakpoint(md) {
.box-text-content {
order: 2;
text-align: right;
}
.box-text-pic {
order: 1;
text-align: center;
}
}
}
.container {
@include breakpoint(md) {
// height: 100%;
}
}
}
.row-text {
@include breakpoint(md) {
height: 100vh;
.box-text-content,
.box-text-pic {
height: 100%;
}
.box-text-content {
display: flex;
align-items: flex-end;
}
.box-text-pic {
display: flex;
align-items: center;
}
}
.box-text {
padding-bottom: 16vh;
}
}
.box-text {
// padding-bottom: 16vh;
.heading {
@include breakpoint(md) {
margin-bottom: 47px;
}
}
}
.hover-effect {
position: relative;
&:hover {
.overlay {
opacity: 1;
&.bottom {
height: 100%;
}
}
}
}
.overlay {
position: absolute;
transition: all 0.3s ease;
opacity: 0;
// background-image:linear-gradient(to right, #fed51b 30%, #333333 70%);
background-color: rgba(0, 0, 0, 0.15);
&.bottom {
width: 100%;
height: 0;
top: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.15);
cursor: pointer;
}
}
/* ====== handle-scrollbar ===== */
#pp-nav {
display: none;
}
.handle-scrollbar {
display: none;
@include breakpoint(lg) {
display: block;
position: absolute;
right: 2.2rem;
z-index: 20;
top: 24%;
bottom: 19.5%;
width: 120px;
}
}
.handle-scrollbar-track {
width: 2px;
height: 100%;
background-color: rgba(255, 255, 255, 0.37);
right: 2px;
position: absolute;
}
.handle-scrollbar-thumb {
position: absolute;
right: 0;
width: 6px;
height: 15%;
background-color: rgba(255, 255, 255, 0.7);
transition: height 500ms linear;
}
.handle-scrollbar-label {
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
position: absolute;
left: 0;
margin-bottom: 0;
&.top {
top: 0;
}
&.bottom {
bottom: 0;
}
}
.menu-paging {
list-style: none;
padding-left: 0;
margin-bottom: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
li {
display: none;
position: absolute;
&.active {
display: block;
}
a {
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
display: block;
padding-right: 20px;
text-align: right;
}
}
}
.box-inline-block {
display: inline-block;
}
.team-item {
text-align: center;
margin-bottom: 35px;
@include breakpoint(md) {
margin-bottom: 3vh;
}
}
.team-item-thumb {
margin-bottom: 18px;
img {
@include border-radius(50%);
}
}
.team-item-text {
h3, p {
margin-bottom: 0;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
}
.partner-item {
border: 1px solid rgba($clr-white, 0.4);
background-color: #000;
height: 150px;
text-align: center;
line-height: 148px;
margin-bottom: 42px;
font-size: 0;
img {
max-height: 148px;
max-width: 100%;
vertical-align: middle;
}
}