: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: 626px;
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;
border-radius: 48px;
padding: 8px;
background: #212121;
border: 2px solid #333;
}
.bt-phone-wrapper {
width: 100%;
height: 100%;
background: #000;
border-radius: 32px;
overflow: hidden;
position: relative;
border-radius: 38px;
}
.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-indicators {
position: absolute;
display: flex;
justify-content: space-between;
align-items: center;
top: 8px;
left: 20px;
right: 20px;
z-index: 2;
color: #fff;
font-size: 11px;
font-weight: 500;
letter-spacing: .0125em;
opacity: 60%;
}
.bt-phone-indicators .right-elements {
display: flex;
flex-direction: row;
gap: 4px;
padding: 6px 4px;
border-bottom: 1px solid #fff6;
}
.webview .bt-phone-indicators { display: none; } .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;
top: 8px;
left: 35%;
width: 30%;
height: 24px;
border-radius: 20px;
justify-content: end;
padding: 0 8px 0 0;
background: #212121;
} .bt-phone-notch::before,
.bt-phone-notch::after {
content: '';
position: absolute;
top: -1px;
width: 10px;
height: 8px; background: transparent;
content: none;
}
.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-color: #333;
border-radius: 10px;
width: 12px;
height: 12px;
background-color: #fff2;
}
.bt-phone-speaker:before {
content: "";
width: 100%;
height: 100%;
display: block;
border-radius: 50%;
box-shadow: -1px -1px 0 #000;
background-image: linear-gradient(135deg, #000, transparent);
}
.bt-phone-mockup-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
width: 100%;
}
.bt-nav-mobile {
display: none !important;
}
.bt-phone-action {
position: absolute;
width: 40%;
height: 4px;
background: #000;
left: 30%;
bottom: 4px;
z-index: 1;
border-radius: 50em;
opacity: 50%;
}
.bt-phone-left-buttons {
position: absolute;
display: flex;
flex-direction: column;
left: -4px;
top: 18%;
gap: 16px;
}
.bt-phone-mute {
display: flex;
width: 2px;
height: 22px;
background: #222;
border-radius: 2px 0 0 2px;
}
.bt-phone-sounds {
display: flex;
flex-direction: column;
gap: 12px;
}
.bt-phone-sounds > div {
display: flex;
width: 2px;
height: 44px;
background: #222;
border-radius: 2px 0 0 2px;
}
.bt-phone-right-button {
position: absolute;
display: flex;
flex-direction: column;
right: -4px;
top: 26%;
width: 2px;
height: 64px;
background: #222;
} .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: 730px;
z-index: 2;
}
.bt-fullwidth-slider-wrapper .bt-phone-indicators { font-size: 12px; }
.bt-fullwidth-slider-wrapper .bt-phone-mute {
display: flex;
width: 3px;
height: 24px;
}
.bt-fullwidth-slider-wrapper .bt-phone-sounds > div {
width: 3px;
height: 46px;
}
.bt-fullwidth-slider-wrapper .bt-phone-right-button {
width: 3px;
height: 66px;
} .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;
}
}