:root {
--primary-color: #215fc0;
--primary-gradient: linear-gradient(to right, #215fc0, #4fabf7);
--dark-color: #111111;
--text-color: #666666;
--bg-light: #f8f9fa;
}
html, body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
body {
font-family: 'Poppins', sans-serif;
color: var(--text-color);
background-color: #fff;
padding-top: 0;
}
h1, h2, h3, h4, h5, h6 {
color: var(--dark-color);
font-weight: 700;
}
p {
line-height: 1.6;
font-weight: 400;
}
section {
overflow-x: hidden;
}
a { text-decoration: none; }
.primary-button {
background: var(--primary-gradient);
color: #fff;
border-radius: 0 !important;
padding: 12px 35px;
font-size: 13px;
font-weight: 600;
border: none;
box-shadow: 0 4px 15px rgba(33, 95, 192, 0.3);
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
}
.primary-button:hover {
color: #fff;
box-shadow: 0 8px 25px rgba(33, 95, 192, 0.4);
}
.primary-button i { margin-right: 10px; font-size: 14px; }
.secondary-button {
background: #fff;
color: var(--primary-color);
border-radius: 0 !important;
padding: 12px 35px;
font-size: 13px;
font-weight: 600;
border: none;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
}
.secondary-button:hover {
background: #f0f0f0;
color: var(--primary-color);
}
.secondary-button i { margin-right: 10px; font-size: 14px; }
.form-control {
border-radius: 0 !important;
border: 1px solid #eee;
background-color: #f9f9f9;
padding: 15px 20px;
font-size: 0.95rem;
font-weight: 400;
color: var(--dark-color);
margin-bottom: 20px;
transition: all 0.3s ease;
}
.form-control:focus {
box-shadow: none;
background-color: #fff;
border-color: var(--primary-color);
}
select.form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
textarea.form-control {
min-height: 150px;
resize: none;
}
.navbar {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 999999 !important;
transform: translateZ(0);
padding: 0;
background-color: transparent;
transition: all 0.3s ease;
display: flex;
align-items: center;
}
.navbar.scrolled {
background-color: #fff;
box-shadow: 0 10px 40px 0 rgba(0,0,0,0.05);
}
.navbar-brand {
font-size: 24px;
font-weight: 700;
color: var(--dark-color);
display: flex;
align-items: center;
}
.navbar-brand .version-number {
font-size: 10px;
background: #eee;
color: #333;
padding: 2px 6px;
margin-left: 8px;
font-style: normal;
}
.nav-link {
color: var(--dark-color);
font-weight: 500;
font-size: 14px;
padding: 0 15px !important;
}
.nav-link:hover { color: var(--primary-color); }
.navbar-nav.icons .nav-link i,
.navbar-nav.icons .nav-link .fa-brands {
font-size: 18px;
transition: color 0.3s;
vertical-align: middle;
}
.navbar-nav.icons .nav-link:hover i,
.navbar-nav.icons .nav-link:hover .fa-brands { color: var(--primary-color); }
.mobile-header-actions {
display: flex;
align-items: center;
gap: 20px;
}
.navbar-toggler { border: none; padding: 0; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler i,
.mobile-contact-icon i {
font-size: 22px !important;
color: var(--dark-color);
transition: color 0.3s;
}
.mobile-contact-icon:hover i { color: var(--primary-color); }
.hero {
position: relative;
width: 100%;
height: 100vh;
background-color: var(--bg-light);
display: flex;
align-items: center;
padding-top: 80px;
overflow: hidden;
}
.hero-image-left {
position: absolute !important;
z-index: 0 !important;
left: 0;
width: 45%;
top: 80px !important;
height: calc(100vh - 80px) !important;
bottom: auto !important;
object-fit: cover;
object-position: bottom center;
}
.hero-content-col {
z-index: 10 !important;
position: relative;
padding-left: 50px;
}
.hero .title {
font-size: 4rem;
line-height: 1.1;
color: var(--primary-color);
margin-bottom: 25px;
}
.section-about {
padding: 100px 0;
background-color: #fff;
}
.section-about h2 { font-size: 2.5rem; margin-bottom: 20px; }
.section-about .icon-box i {
font-size: 40px;
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 15px;
display: inline-block;
}
.fit-image {
width: 100%;
height: auto;
border-radius: 0 !important;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.section-offers {
padding: 100px 0;
background-color: var(--bg-light);
}
.section-offers h2 {
font-size: 2.5rem;
margin-bottom: 60px;
color: var(--dark-color);
}
.offer-item { padding: 20px; }
.offer-item .icon {
font-size: 50px;
margin-bottom: 25px;
display: inline-block;
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.offer-item h4 { font-size: 1.25rem; margin-bottom: 15px; color: var(--dark-color); }
.offer-item p { font-size: 0.95rem; color: var(--text-color); margin: 0; }
.section-portfolio {
padding: 100px 0;
background-color: #fff;
}
.section-portfolio h2 { font-size: 2.5rem; margin-bottom: 20px; }
.filter-menu {
margin-bottom: 50px;
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.filter-item {
font-size: 1rem;
font-weight: 600;
color: var(--text-color);
cursor: pointer;
position: relative;
padding-bottom: 5px;
background: none;
border: none;
transition: color 0.3s ease;
}
.filter-item:hover, .filter-item.active { color: var(--primary-color); }
.filter-item::after {
content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px;
background: var(--primary-gradient); transition: width 0.3s ease;
}
.filter-item.active::after { width: 100%; }
.portfolio-item {
margin-bottom: 30px;
transition: opacity 0.4s ease, transform 0.4s ease;
}
.portfolio-item.hidden { display: none; }
.portfolio-item.fade-out { opacity: 0; transform: scale(0.95); }
.portfolio-item.fade-in { opacity: 1; transform: scale(1); animation: fadeInUp 0.5s ease forwards; }
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.portfolio-box {
position: relative; overflow: hidden; cursor: pointer;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.portfolio-box img { width: 100%; height: auto; display: block; }
.portfolio-overlay {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: linear-gradient(to top, rgba(33, 95, 192, 0.95), rgba(79, 171, 247, 0.95));
opacity: 0;
display: flex; flex-direction: column; justify-content: center; align-items: center;
text-align: center; padding: 30px;
transition: all 0.4s ease;
}
.portfolio-overlay-content { transform: translateY(20px); transition: transform 0.4s ease; }
.portfolio-overlay h3,
.portfolio-overlay .h4 {
color: #fff !important;
font-size: 1.3rem;
margin-bottom: 10px;
}
.portfolio-overlay p { color: #fff; font-size: 0.9rem; margin: 0; opacity: 0; transition: opacity 0.4s ease 0.2s; }
.portfolio-overlay .separator {
width: 40px; height: 2px; background-color: #fff; margin: 0 auto 15px auto;
transform: scaleX(0); transition: transform 0.4s ease 0.1s;
}
.portfolio-box:hover .portfolio-overlay { opacity: 1; }
.portfolio-box:hover .portfolio-overlay-content { transform: translateY(0); }
.portfolio-box:hover .separator { transform: scaleX(1); }
.portfolio-box:hover p { opacity: 1; }
.section-team {
padding: 100px 0;
background-color: var(--bg-light);
}
.team-slider .swiper-slide {
height: auto;
display: flex;
justify-content: center;
}
.team-slider {
padding: 20px;
overflow: visible; 
}
.team-card {
background: #ffffff;
padding: 40px 30px;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
transition: all 0.3s ease;
width: 100%;
height: 100%;
margin: 0; 
border-radius: 0;
display: flex; 
flex-direction: column; 
justify-content: space-between; 
align-items: center;
}
.team-card-content {
flex-grow: 1;
display: flex; flex-direction: column; align-items: center;
}
.team-card:hover { background: var(--primary-gradient); }
.team-card:hover h3, .team-card:hover .h4, .team-card:hover .team-role, .team-card:hover p { color: #ffffff !important; }
.team-card:hover .primary-button {
background: #ffffff; color: var(--primary-color);
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.person {
width: 160px; height: 160px; object-fit: cover;
border-radius: 50% !important; margin-bottom: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.team-card:hover .person { box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.team-role {
font-size: 0.85rem; font-weight: 700; color: var(--primary-color);
text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px;
transition: color 0.3s ease;
}
.swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 0; background: #ddd; opacity: 1; }
.swiper-pagination-bullet-active { background: var(--primary-color); width: 25px; }
.section-video-cta {
position: relative;
width: 100%;
height: 75vh;
min-height: 500px;
background-color: #111;
overflow: hidden;
display: flex;
align-items: center;
}
.video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.video-container video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.video-overlay-blue {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right,
rgba(33, 95, 192, 0.2) 0%,
rgba(15, 45, 110, 0.8) 40%,
rgba(10, 35, 90, 0.98) 100%
);
z-index: 1;
}
.video-content-row {
position: relative;
z-index: 2;
width: 100%;
}
.section-video-cta .title {
font-size: 3.5rem;
font-weight: 700;
color: #ffffff;
line-height: 1.2;
margin-bottom: 30px;
text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.section-contact {
padding: 100px 0;
background-color: #ffffff;
}
.section-contact h2 {
font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; color: var(--dark-color);
}
.btn-submit-form { width: 100%; cursor: pointer; border: none; }
.copyright {
background-color: var(--bg-light);
border-top: 1px solid #eaeaea;
padding: 30px 0;
font-size: 0.9rem;
color: var(--text-color);
}
.copyright p { margin: 0; }
.forge-link {
color: var(--primary-color); font-weight: 600; transition: color 0.3s ease;
}
.forge-link:hover { color: var(--dark-color); text-decoration: underline; }
.fa-heart.text-danger {
color: #dc3545 !important;
animation: heartbeat 1.5s infinite;
}
@keyframes heartbeat {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.section-coordinates {
padding: 100px 0 0 0;
background-color: var(--bg-light);
}
.section-coordinates h2 {
font-size: 2.5rem;
color: var(--dark-color);
margin-bottom: 10px;
}
.contact-card {
background: #ffffff;
padding: 40px 30px;
border-radius: 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: box-shadow 0.3s ease;
height: 100%;
position: relative;
overflow: hidden;
z-index: 1;
}
.contact-card:hover {
box-shadow: 0 15px 40px rgba(33, 95, 192, 0.15);
}
.contact-card i {
font-size: 40px;
margin-bottom: 20px;
display: inline-block;
background: var(--primary-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.contact-card h4 {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 10px;
color: var(--dark-color);
}
.contact-card p {
color: var(--text-color);
font-size: 0.95rem;
margin-bottom: 0;
}
.contact-card a {
color: var(--dark-color);
transition: color 0.3s ease;
}
.contact-card a:hover {
color: var(--primary-color);
}
.map-container {
width: 100%;
height: 450px;
margin-top: 80px;
filter: grayscale(100%);
transition: filter 0.5s ease-in-out;
overflow: hidden;
}
.map-container:hover {
filter: grayscale(0%);
}
.map-container iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.section-5.logos {
padding: 60px 0;
background-color: #fff;
border-bottom: 1px solid #eee;
}
.section-5 .swiper-slide {
background: transparent !important;
box-shadow: none !important;
border: none !important;
display: flex;
justify-content: center;
align-items: center;
height: 100px;
cursor: grab;
}
.section-5 .fit-image {
max-width: 100%;
max-height: 80px;
width: auto;
object-fit: contain;
opacity: 0.7;
filter: grayscale(100%);
transition: all 0.4s ease;
background: transparent !important;
display: block;
}
.section-5 .fit-image:hover {
opacity: 1;
filter: grayscale(0%);
transform: scale(1.05);
}
.w-85 {
width: 85% !important;
}
#partner,
#partner .container,
#partner .swiper-container,
#partner .swiper-wrapper,
#partner .swiper-slide,
#partner .item {
background: transparent !important;
background-color: rgba(0,0,0,0) !important;
box-shadow: none !important;
border: none !important;
outline: none !important;
}
#partner img {
background: transparent !important;
box-shadow: none !important;
border: none !important;
margin: 0 auto;
}
.min-slider .swiper-wrapper {
transition-timing-function: linear !important;
}
@media (max-width: 991px) {
.navbar {
background-color: #fff;
box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.navbar-collapse {
background-color: #ffffff;
padding: 10px 20px 20px 20px;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
border-top: 1px solid #f0f0f0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 1000;
}
.hero {
height: auto;
padding: 80px 0 60px 0;
text-align: center;
display: flex; flex-direction: column; justify-content: flex-start;
}
.hero-image-left {
position: relative !important;
top: auto !important; bottom: auto !important; left: auto !important;
height: 50vh !important; width: 100% !important;
margin: 0 0 30px 0;
display: block; opacity: 1; z-index: 1;
}
.hero-content-col { padding-left: 0; z-index: 2; }
.hero .title { font-size: 2.8rem; }
.fit-image { margin-top: 30px; }
.section-video-cta .title { font-size: 2.5rem; text-align: center; }
.video-content-row { justify-content: center !important; }
.right { text-align: center !important; }
.video-btns { flex-direction: column; align-items: center; }
.video-btns .btn { margin: 10px 0 !important; width: 250px; }
}