This commit is contained in:
Iliyan Angelov
2025-10-10 02:01:46 +03:00
parent dd8eb1c7aa
commit f962401565
36 changed files with 2560 additions and 659 deletions

View File

@@ -638,7 +638,7 @@
border-radius: 50px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
text-transform: none;
letter-spacing: 1.2px;
backdrop-filter: blur(10px);
@@ -810,7 +810,7 @@
font-size: 13px;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
text-transform: uppercase;
text-transform: none;
letter-spacing: 1.2px;
}
}
@@ -842,7 +842,7 @@
.scroll-text {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
text-transform: none;
letter-spacing: 1px;
}
@@ -1175,7 +1175,7 @@
top: 40%;
right: 100px;
writing-mode: vertical-rl;
text-transform: uppercase;
text-transform: none;
line-height: 0px;
flex-direction: row-reverse;
color: white;
@@ -1366,7 +1366,7 @@
top: 40%;
right: 100px;
writing-mode: vertical-rl;
text-transform: uppercase;
text-transform: none;
line-height: 0px;
flex-direction: row-reverse;
color: white;
@@ -1499,7 +1499,7 @@
top: 40%;
right: 100px;
writing-mode: vertical-rl;
text-transform: uppercase;
text-transform: none;
line-height: 0px;
flex-direction: row-reverse;
color: white;

View File

@@ -17,18 +17,6 @@
margin-bottom: 40px;
position: relative;
&::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 2px;
background: linear-gradient(90deg, #4a9eff, #00d4ff);
border-radius: 1px;
}
.enterprise-logo-container {
position: relative;
z-index: 2;
@@ -188,7 +176,7 @@
font-weight: 600;
font-size: 16px;
letter-spacing: 0.5px;
text-transform: uppercase;
text-transform: none;
margin-bottom: 20px;
position: relative;
&::after {
@@ -219,7 +207,7 @@
font-weight: 600;
font-size: 16px;
letter-spacing: 0.5px;
text-transform: uppercase;
text-transform: none;
margin-bottom: 24px;
position: relative;
&::after {
@@ -388,7 +376,7 @@
border-radius: 25px;
font-size: 12px;
letter-spacing: 0.3px;
text-transform: uppercase;
text-transform: none;
transition: all 0.3s ease;
width: auto;
height: auto;

View File

@@ -17,7 +17,7 @@
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
.primary-navbar {
padding: 20px 0px;
padding: 15px 0px;
transition: all 0.3s ease;
height: 80px;
display: flex;
@@ -270,7 +270,7 @@
padding: 12px 24px;
border-radius: 6px;
font-weight: 600;
text-transform: uppercase;
text-transform: none;
letter-spacing: 0.5px;
font-size: 13px;
transition: all 0.3s ease;
@@ -291,8 +291,12 @@
}
.logo-img {
height: 100%;
display: flex;
align-items: center;
img {
max-height: 150px;
max-height: 90px;
width: auto;
}
}
@@ -405,7 +409,7 @@
font-size: 5.5vw;
line-height: 1.1;
font-weight: 800;
text-transform: uppercase;
text-transform: none;
max-width: 35vw;
z-index: 2;
color: white;
@@ -474,7 +478,7 @@
line-height: 1.2;
font-size: 16px;
width: 100%;
text-transform: capitalize;
text-transform: none;
font-size: 28px;
font-weight: 600;
justify-content: flex-end;
@@ -994,7 +998,8 @@
@media (max-width: 767.98px) {
.tp-header {
.logo-img img {
max-height: 120px;
max-height: 68px !important;
height: 68px !important;
}
.primary-navbar {
@@ -1114,7 +1119,8 @@
@media (max-width: 575.98px) {
.tp-header {
.logo-img img {
max-height: 90px;
max-height: 58px !important;
height: 58px !important;
}
.primary-navbar {