403Webshell
Server IP : 208.109.34.209  /  Your IP : 216.73.217.134
Web Server : Apache
System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User : oceanproject ( 1012)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/oceanproject/public_html/wp-content/themes/reda/assets/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/oceanproject/public_html/wp-content/themes/reda/assets/scss/home.scss
.homepage {
	.home-top { bottom: auto; }
	.home-bottom { bottom: 60px; top: auto; }
	.home-left { left: 30px; right: auto; }
	.home-right { right: 30px; left: auto; }
	.home-bg-slider { position: fixed; width: 100%; left: 0;
		@include breakpoint(medium down) {
			position: relative; height: 100vh;
		}
	}
	.home-overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; transition: opacity 1.5s; opacity: 0; }
	.home-content { position: relative; z-index: 3; height: 100%; padding-bottom: 90px; 
		.content { opacity: 0; visibility: hidden; transition: opacity .4s 0s, visibility 0s .4s;
			&.show-content { opacity: 1; visibility: visible; transition: opacity .4s 0s, visibility 0s 0s; }
		}
	}
	.content, .columns { height: 100%; }
	.home-slider-pagination { position: absolute; z-index: 4; height: 30px; text-align: center; overflow: hidden;
		.el-progress { width: 7px; margin: 0 5px; display: inline-block; bottom: -22px; height: 30px; position: relative; background: #fff; transition: transform .5s, background .5s; transform: translateY(0);
			&.slide-active { transform: translateY(-20px); background: $accent-color; }
		}
	}
	.home-contact-info { position: absolute; z-index: 4; text-align: center; 
		&.home-left { border-left: 7px solid; padding-left: 15px; }
		&.home-right { border-right: 7px solid; padding-right: 15px; }
		span, a { font-size: 14px; }
		> span { vertical-align: middle; 
			svg { height: 20px; display: inline-block; vertical-align: middle; transform: rotate(25deg); }
			&:after { content: "/"; color: inherit; padding: 0 2px; }
			&:last-of-type:after { display: none; }
		}
		a { color: inherit; position: relative;	}
		a:after { content: ""; position: absolute; top: 100%; left: 0; height: 1px; width: 100%; border-bottom-style: dotted; border-bottom-width: 1px; transition: border-color .4s; background: transparent; 
			&:hover { border-color: inherit; }
		}
	}
	.home-slider-languages { position: absolute; z-index: 4; height: 50px; margin: 0; overflow: hidden; 
		li { list-style-type: none; float: left; margin-right: 40px; position: relative; 
			&:after { content: ""; position: absolute; width: 20px; height: 1px; top: 50%; right: -30px; opacity: .5; }
			&:last-of-type { margin: none; 
				&:after { display: none; }
			}
		}
		a { opacity: .5; transition: opacity .4s; 
			&:hover { opacity: 1; }
			&.active { font-style: italic; opacity: 1; }
		}
	}
	.home-video-controls { position: absolute; z-index: 4; margin: 0;
		a {
			&:after { bottom: -5px; }
		}
	}
	.home-slider-text { position: absolute; top: 50%; width: 80%; height: 50%; transform: translate3d(0,-50%,0); perspective: 800px; left: 10%; z-index: 3;
		@include breakpoint(medium down) {
			margin-top: -50px; 
		}
		h1,h2,h3,h4,h5,h6,p { color: inherit; margin: 0; }
		.btn-wrapper { margin-top: 30px;
			&:first-child { margin-top: 0; }
		}
	}
	.slider-text { position: absolute;/*  text-align: center; */ top: 50%; width: 100%; z-index: 3; transform: translateY(-50%); perspective: 3000px;
		.btn-rounded { position: relative; }
		// .slider-text-first { position: relative; display: inline-block !important; 
		// 	&:after { content: ""; position: absolute; bottom: 23px; height: 2px; width: 100%; left: 100%; background: #fff; z-index: 5; margin-left: 10px;}
		// }
		&.slide-active { z-index: 4;
			> * { opacity: 1 !important; transform: translate3d(0, 0, 0); transition: opacity 1s 0.2s, transform 1s 0.2s; }
			> *:nth-child(1) { transition-delay: 0.2s; }
			> *:nth-child(2) { transition-delay: 0.4s; }
			> *:nth-child(3) { transition-delay: 0.6s; }
			> *:nth-child(4) { transition-delay: 0.8s; }
			> *:nth-child(5) { transition-delay: 1.0s; }
			> *:nth-child(6) { transition-delay: 1.2s; }
			> *:nth-child(7) { transition-delay: 1.4s; }
		}
		> * { opacity: 0; transition: opacity .7s 0s, transform .7s 0s; transform: translate3d(0, 20px, 300px) rotateX(30deg); transform-origin: 0 0; will-change: opacity, transform;
		}
		span {
			@include breakpoint(medium down) { font-size: inherit !important; }
		}
	}	
	.home-slider-arrows { cursor: pointer; 
		line { stroke-width: 1px; vector-effect: non-scaling-stroke; fill: none;}
		.arrow-prev { left: 30px; border-radius: 0 50%; }
		.arrow-next { right: 30px; border-radius: 50% 0; }
		.home-arrow { position: absolute; top: 50%; margin-top: -20px; z-index: 4; width: 50px; height: 50px; text-align: center; background: $white; opacity: 1; 
			&:hover { transform: translateX(0); }
		}
		i { line-height: 50px; color: $accent-color; }
	}
	.home-social-media { margin: 0; position: absolute; 
		li { list-style-type: none; display: inline-block; margin: 0 10px; }
		a { padding: 2px 0; display: block; display: inline-block; border: none !important; }
	}
	.btn-rounded { position: absolute; }
	.btn-show-picture { position: absolute; text-align: center; cursor: pointer; padding: 0 5px;
		.icon-show-img { width: 30px; height: 25px; position: relative; border: 2px solid $white; border-radius: 2px; transition: border .4s;
			span { position: absolute; width: 22px; height: 10px; background: $white; bottom: 2px; right: 2px; border-radius: 1px; transform: scaleY(1.7); transform-origin: bottom; transition: width .4s, transform .4s, background .4s; }
			&:hover { 
				span { width: 13px; bottom: 2px; right: 2px; border-radius: 1px; transform: scaleY(1); }
			}
		}
		&.btn-slider-active { 
			.icon-show-img span { width: 13px; bottom: 2px; right: 2px; border-radius: 1px; transform: scaleY(1); }
			&:hover { 
				.icon-show-img span { width: 22px; bottom: 2px; right: 2px; border-radius: 1px; transform: scaleY(1.7); }
			}
		}
	}
	@include breakpoint(small only) { 
		.logo-content { max-width: 120px; margin: 0 auto; }
	} 
}
.content-loaded {
	.home-overlay {
		&.active-overlay { opacity: 1; }
	}

}

div {
  animation-duration: 0.1s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}



/**
 *
 * Home Slider Centered
 *
 */

.homepage-slider2 {
	.home-overlay.active-overlay { opacity: 1;  }	
	.swiper-wrapper { display: flex; height: 100%;}
	.swiper-slide { height: 100%; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0;height: 100%; overflow: hidden; position: relative; width: 100vw !important; max-width: 60vw !important;
		.slide { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; 
		}
		&:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; z-index: 2; transition: opacity .4s; }
		&.active { 
			&:after { opacity: 0; transition: opacity .4s; }
		}
	}
	.home-social-media, .btn-slider-1 { z-index: 3; }
}

/**
 *
 * Home Video
 *
 */

.homepage-video {
	.video-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
	.video-mobile-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center center; }
}


/**
 *
 * Home Mobile
 *
 */
.homepage {
	@include breakpoint(medium down) {
		.home-content .content { padding-bottom: 50px; }
	}
}
.homepage-slider2 {
	@include breakpoint(medium down) {
		.home-left { left: 30px; }
		.home-right { right: 30px }
		.home-content .content { position: static; }
	}
}


/**
 *
 * Home Colors 
 *
 */

.homepage {
	.home-content { color: $white; }
	.home-slider-pagination {
		.slide-number { color: $white; }
		&:before { background: $white; }
	}
	.home-slider-arrows line { stroke: $white; }
	.home-slider-languages li:after { background: $white; }
	.home-slider-languages a { color: $white; }
	.home-social-media a { color: $white; 
		&:after { background: $white; }
	}
	.home-contact-info a { color: $white; 
		&:after { border-color: $white; }
	}
	.btn-slider-1 a { color: $white; }
	.home-video-controls {
		a { color: $white; 
			&:after { background: $white; }
		}
	}
}

.homepage-slider1 { 
	.home-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); 
	}
}

.homepage-slider2 { 
	.home-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); 
	}
	.home-slider-pagination .progress-slide { background: $white; }
}

.homepage-video { 
	.home-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); 
	}
}

.page-wrapper {
	.page-wrapper { margin-top: 100vh; padding-top: 0 !important; z-index: 5; 
		@include breakpoint(medium down) { margin-top: 0; }
	}
}
.nav-transparent .page-wrapper .page-wrapper { top: 0; }

.nav-home {
	&.nav-top, &.nav-center-ver {
		.main-navigation { position: fixed; }
	}
} 

.home-bg-slider { transition: transform .5s; }
.home-slider-text { transition: opacity 0.4s, transform 0.4s; will-change: opacity transform; }
.scroll-homepage .home-slider-text { transform: translate3d(0, -60%, 0); opacity: 0; }
.home-slider-arrows .arrow-next,
.home-slider-arrows .arrow-prev { transition: opacity 0.4s, transform 0.4s; will-change: opacity transform; }
.scroll-homepage .home-slider-arrows .arrow-next { transform: translateX(60px); opacity: 0; }
.scroll-homepage .home-slider-arrows .arrow-prev { transform: translateX(-60px); opacity: 0; }


#nav-helper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    // box-shadow: 0 0 150px #000;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    transform: translateZ(0);
}

.nav-solid.scroll-homepage #nav-helper:before { opacity: 1;}

Youez - 2016 - github.com/yon3zu
LinuXploit