:root {
--bt-brand-color: #D11120;
--bt-border-color: #e0e0e0;
--bt-transition: all 0.3s ease;
}
.bt-app-slider-container {
display: flex;
align-items: center;
gap: 40px;
padding: 20px;
}
.bt-layout-reverse {
flex-direction: row-reverse;
}
.bt-hide-navigation {
justify-content: center;
}
.bt-hide-navigation .bt-content-side {
display: none;
}
.bt-hide-navigation .bt-slider-side {
flex: 1;
width: 100%;
}
.bt-content-side {
flex: 1;
}
.bt-slider-side {
flex: 0 0 350px;
display: flex;
justify-content: center;
} .bt-feature-nav {
display: flex;
flex-direction: column;
gap: 15px;
}
.bt-nav-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
border-radius: 12px;
cursor: pointer;
transition: var(--bt-transition);
border: 1px solid transparent;
}
.bt-nav-item:hover {
background: rgba(209, 17, 32, 0.05);
}
.bt-nav-item.active {
background: white;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.bt-nav-icon {
flex: 0 0 40px;
height: 40px;
background: var(--bt-brand-color);
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
font-size: 18px;
}
.bt-nav-icon svg {
fill: #fff;
padding: 10px;
}
.bt-nav-title {
margin: 0 0 8px 0;
font-size: 1.2rem;
font-weight: 700;
color: #29282d;
transition: var(--bt-transition);
}
.bt-nav-item.active .bt-nav-title {
color: var(--bt-brand-color);
}
.bt-nav-description {
margin: 0;
color: #666;
line-height: 1.5;
} .bt-minimal-view .bt-feature-nav {
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
}
.bt-minimal-view .bt-nav-item {
padding: 10px 20px;
border: 1px solid var(--bt-border-color);
border-radius: 8px;
background: transparent;
flex: 1 1 auto;
text-align: center;
justify-content: center;
}
.bt-minimal-view .bt-nav-item:hover,
.bt-minimal-view .bt-nav-item.active {
background: var(--bt-brand-color);
border-color: var(--bt-brand-color);
color: white;
}
.bt-minimal-view .bt-nav-item.active .bt-nav-title,
.bt-minimal-view .bt-nav-item:hover .bt-nav-title {
color: white;
}
.bt-minimal-view .bt-nav-title {
font-size: 14px;
margin: 0;
} .bt-phone-mockup {
width: 300px;
height: 600px;
background: #1a1a1a;
border-radius: 40px;
padding: 12px;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
position: relative;
border: 4px solid #333;
}
.bt-phone-wrapper {
width: 100%;
height: 100%;
background: #000;
border-radius: 32px;
overflow: hidden;
position: relative;
}
.bt-phone-screen {
width: 100%;
height: 100%;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
width: 100%;
height: 100%;
}
.swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
} .bt-phone-notch {
position: absolute;
top: 0;
left: 25%; width: 50%;
height: 28px;
background: #1a1a1a;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
outline: 1px solid transparent; background-clip: padding-box;
} .bt-phone-notch::before,
.bt-phone-notch::after {
content: '';
position: absolute;
top: -1px;
width: 10px;
height: 8px; background: transparent;
}
.bt-phone-notch::before {
left: -10px;
border-top-right-radius: 10px;
box-shadow: 5px 0 0 0 #1a1a1a;
}
.bt-phone-notch::after {
right: -10px;
border-top-left-radius: 10px;
box-shadow: -5px 0 0 0 #1a1a1a;
}
.bt-phone-speaker {
width: 40px;
height: 4px;
background: #333;
border-radius: 10px;
}
.bt-phone-mockup-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
width: 100%;
}
.bt-nav-mobile {
display: none !important;
} .bt-fullwidth-slider-container {
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
text-align: center;
}
.bt-fullwidth-slider-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 60px;
margin-bottom: 60px;
}
.bt-fullwidth-slider-wrapper .bt-phone-mockup {
width: 345px; height: 690px;
z-index: 2;
} .bt-nav-button {
width: 50px;
height: 50px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
transition: var(--bt-transition);
z-index: 5;
border: 1px solid var(--bt-border-color);
}
.bt-nav-button:hover {
background: var(--bt-brand-color);
border-color: var(--bt-brand-color);
}
.bt-nav-button svg {
width: 30px;
height: 30px;
fill: var(--bt-brand-color);
transition: var(--bt-transition);
}
.bt-nav-button:hover svg {
fill: white;
} .bt-fullwidth-caption {
min-height: 80px;
transition: var(--bt-transition);
z-index: 100;
position: relative;
}
.bt-caption-title {
font-size: 24px;
font-weight: 800;
color: #29282d;
margin: 0 0 10px 0;
}
.bt-caption-desc {
font-size: 16px;
color: #666;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
} .bt-caption-title,
.bt-caption-desc {
opacity: 1;
transform: translateY(0);
transition: opacity 0.4s ease, transform 0.4s ease;
}
.bt-animating .bt-caption-title,
.bt-animating .bt-caption-desc {
opacity: 0;
transform: translateY(10px);
}
@media (max-width: 768px) {
.bt-fullwidth-slider-wrapper {
gap: 20px;
margin-bottom: 40px;
}
.bt-nav-button {
width: 40px;
height: 40px;
}
.bt-fullwidth-slider-wrapper .bt-phone-mockup {
width: 260px;
height: 520px;
}
.bt-app-slider-container {
flex-direction: column !important; }
.bt-nav-mobile {
display: flex !important;
}
.bt-slider-side {
width: 100%;
order: 1;
}
.bt-content-side {
width: 100%;
order: 2;
margin-top: 40px;
}
.bt-phone-mockup {
width: 260px;
height: 520px;
}
.bt-feature-nav {
align-items: center;
justify-content: center;
}
.bt-nav-item {
max-width: 480px;
width: 100%;
}
}
@media (max-width: 575px) {
.bt-fullwidth-slider-wrapper {
gap: 10px;
}
.bt-nav-button {
width: 34px;
height: 34px;
}
}