Sindbad~EG File Manager
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
<!-- FontAwesome 6 -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" />
<!-- Owl Carousel CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" rel="stylesheet" />
<!-- AOS Animation CSS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<style>
body {
font-family: 'Segoe UI', sans-serif;
background-color: #f5f7fa;
color: #1c1f23;
}
#mainNavbar {
background-color: transparent;
transition: background-color 0.4s ease, box-shadow 0.3s;
}
#mainNavbar.scrolled {
background-color: #111;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.nav-link {
color: white !important;
transition: color 0.3s ease;
}
.nav-link:hover {
color: #ccf2a4 !important;
}
.hero {
background: url('img/hero.png') no-repeat center center/cover;
min-height: 100vh;
position: relative;
display: flex;
align-items: center;
color: #fff;
}
.hero.sub-page {min-height: 50vh;max-height: 50vh; padding-top:200px; padding-bottom:50px;}
.overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
.hero-content {
position: relative;
z-index: 2;
padding: 0 2rem;
max-width: 600px;
}
.hero-content h1 {
font-size: 5rem;
font-weight: 800;
line-height: 1.2;
}
.highlight {
color: #33ebff;
}
.btn-circle {
width: 48px;
height: 48px;
background-color: #33ebff;
color: #000;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
border: none;
transition: background 0.3s ease;
}
.bg-lime {
background-color: #33ebff !important;
}
.btn-lime {
background-color: #33ebff;
color: #000;
font-weight: 500;
border: none;
transition: all 0.3s ease;
}
.btn-lime:hover {
background-color: #a3e12f;
color: #000;
}
.btn-circle:hover {
background-color: #a3e12f;
}
.project-card {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.project-card .btn-circle {
opacity:0;
}
.project-card:hover .btn-circle {
}
.project-card img {
width: 100%;
transition: transform 0.5s ease;
}
.project-card:hover img {
transform: scale(1.05);
}
.project-card .btn-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.testimonial-box {
background: linear-gradient(160deg, #d4ffbc, #ccf2a4);
transition: background 0.3s ease-in-out, color 0.3s;
}
.testimonial-box.active-testimonial {
background: #111;
color: #fff;
}
.navbar-collapse.collapse.show {background-color:#000;}
</style>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists