
/* Основний стиль */
@font-face {
    font-family: 'Mosafin';
    src: url('/src/font/Mosafin-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mosafin', sans-serif;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/* Хіро-секція */
.hero {
    position: relative;
    height: 85vh;
    width: 100%;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Хвилястий ефект */
.wave-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url('шлях/до/вашого/хвилястого-патерну.png') repeat-x;
    background-size: 50% 100%;
    animation: wave 15s linear infinite;
    opacity: 0.6;
    z-index: 0;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Навігація */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.logo {
    height: 150px;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s;
}

.nav-links a:hover::after {
    width: 100%;
}

/* Контент хіро-секції */
.hero-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    max-width: 500px;
    z-index: 5;
}

.hero-content h1 {
    margin-top: 7rem;
    line-height: 1;
    font-weight: bold;
    width: 44rem;
    font-size: 65px;
    margin-bottom: 40px;
}
.here_btn{
    position: absolute;
left: 5%;
top: 82%;
}
.line_feat{
    margin: 0 auto;
    width: 20%;
    height: 2px;
    background-color: black;
}
.hero-content p {
    width: 45rem;
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.btnmain{
    color: black;
text-decoration: none;
font-size: 20px;
background-color: #fba955;
padding: 20px;
border: 2px solid black;
border-radius: 35px;
}
.btnmain1{
    color: black;
text-decoration: none;
font-size: 17px;
background-color: #fba955;
padding: 20px;

border-radius: 35px;
}
/* Карусель брендів */
.brands-section {
 /* position: absolute; */
  
    left: 0;
    width: 100%;
    background: white;
    padding: 20px 0;
    z-index: 5;
    height: 50vh;
}

.brands-carousel {
    align-items: center;
    margin-top: 5rem;
    display: flex;
    animation: scroll 20s linear infinite;
    width: calc(250px * 10);
}

.brand-item {
    width: 250px;
    padding: 0 20px;
}

.brand-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.brand-item img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.featured-text {
    margin-top: 5rem;
    font-weight: 500;
text-align: center;
margin-bottom: 15px;
color: #333;
font-size: 22px;
    letter-spacing: 2px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 5));
    }
}

/* Кнопка прокрутки */
.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

.scroll-down svg {
    width: 30px;
    height: 30px;
    fill: white;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
product {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Верхня частина з заголовком і кнопкою */
.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.product-title {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.product-button {
    padding: 12px 30px;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}
.line2{
    margin: 0 auto 20px;
width: 47%;
height: 1px;
background-color: rgb(182, 182, 182);
}
.product-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 242, 254, 0.3);
}
.product{
    height: 230vh;
    background-color:#233035 ;
}
.vape-section{
    background-image: url('/src/img/photos/Pouch\ Mockup\ \(1\)\ 2.jpg');height: 150vh;
}

/* Фото справа */
.product-image-wrapper {
    width: 100%;
    margin-bottom: 60px;
    text-align: right;
}

.product-image {
    margin-left: -17rem;
    max-width: 160%;
    height: auto;
   
    
}

/* Сітка з 4 елементами */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.feature-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Анімація появи елементів при скролі */
.feature-item.animated {
    opacity: 1;
    transform: translateY(0);
}

.feature-icon-wrapper {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.feature-title {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 15px;
    color: #72aca4;
}

.feature-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}
.timeline-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-title {
  
    font-size: 42px;
 
    color: #333;
}
.circle{
    color: #72aca4;
    font-size: 35px;
    padding: 0px 17px;
    width: 50px;
    height: 50px;
    border: 3px solid #72aca4;
    border-radius: 100px;
}
.reas1{
    font-size: 20px;
    margin-top: 9%;
    left: 62%;
    position: absolute;
}
/* Контейнер для таймлайну */
.timeline {
    position: relative;
    height: 400px;
    margin: 0 auto;
}

/* Стилі для кроків */
.timeline-step {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-1 {
    z-index: 1;
    top: 50px;
    left: 70%;
    transform: translateX(-50%);
}

.step-2 {
    top: 250px;
    left: 25%;
    transform: translateX(-50%);
}

.step-3 {
    top: 250px;
    left: 75%;
    transform: translateX(-50%);
}

.step-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    z-index: 2;
}

.step-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 200px;
    text-align: center;
}

.step-content h3 {
    margin-bottom: 10px;
    color: #333;
}

.step-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Стилі для лінії */


.faq-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.containerfaq {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
}

.section-title {
    
    font-size: 32px;
    margin-bottom: 40px;
    color: #2c3e50;
}

/* Контейнер для питань */
.faq-container {
    border-radius: 10px;
    overflow: hidden;
}

/* Питання */
.faq-item {
    border-bottom: 1px solid #e0e0e0;
    background: white;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #f5f5f5;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
}

/* Відповідь */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fafafa;
}

.faq-answer p {
    padding: 0 20px 20px;
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Активний стан */
.faq-item.active .faq-question {
    background-color: #f5f5f5;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    max-height: 200px;
}
.quote-section {
    position: relative;
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    color: white;
}

/* Напівпрозорий оверлей для кращої читабельності */
.quote-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.container5 {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}
.quote-text1{
    text-align: justify;
    
   
    font-weight: bolder;
   
    margin: 20px 0;
}
.reasonwhy{
    margin-top: 50px;
    margin-bottom: 100px;
}
.reasonwhy h2{
    color: #222222;
    font-size: 35px;
    text-align: center;
}
.reasonwihipic img{
    width: 20%;
  
}
.mainp{
font-weight: 700;
color: #73ada5;
font-size: 20px;
}
.line1{
    margin: 25px auto;
    width: 55%;
    height: 2px;
    background-color: #72aca4;
}
.reasonwihipic{
text-align: center;
}
.reason3{
    margin: 0 auto;
    width: 70%;
    /* margin: 0 auto; */
    /* max-width: 700px; */
    /* gap: 50px; */
    margin-top: 50px;
    display: flex;
}
.quote-wrapper {
    position: relative;
    padding: 0 40px;
}

/* Стилі для тексту цитати */
.quote-text {
    text-align: justify;
    font-size: 40px;
   
    font-weight: bolder;
   
    margin: 20px 0;
}

/* Стилі для декоративних лапок */
.quote-mark {
    position: absolute;
    font-size: 150px;
    color: #fba957;
    font-family: Georgia, serif;
    line-height: 1;
}

.top-mark {
    top: -60px;
    left: -1;
}

.bottom-mark {
    bottom: -80px;
    right: 0;
}
.steps-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    
    background-repeat: no-repeat;
    color: white;
    padding: 80px 0;
}



.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
.main-title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
   color: #75a7a1;
}

.subtitle {
    margin-top: -25px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 100px;
}

/* Steps */
.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.step-block {
    max-width: 800px;
    margin: 0 auto;
}

.step-number {
    font-size: 25px;
    color: rgb(232, 232, 232);
    margin-bottom: 20px;
   
}
.linelauncg{
    margin-top: -10px;
   margin-bottom: 50px;
    width: 45%;
    height: 1px;
    background-color: rgb(209, 207, 207);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.34);
}
.step-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* Button */
.action-button {
   background-color: #fba955;
    color: rgb(0, 0, 0);
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.action-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Plans */
.plans-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.plan-card {
    height: 440px;
    border: 0.1px solid white;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
    width: 370px;
    transition: transform 0.3s;
}
.paymentphoto img{
   
  

height: 60px;
width: 10%;
}
.plan-card:hover {
    transform: translateY(-10px);
}
.plan-header img{
    width: 40%;
}
.plan-header {
    background-color: var(--plan-color);
    padding: 15px;
    font-size: 18px;
 
    text-align: center;
}

.plan-features {
    padding: 20px;
}

.plan-features ul {
   
    padding: 25px;
}

.liwithphoto{
    align-items: center;
    display: inline-flex;
}
.liwithphoto img{
    width: 10%;
}
.checkist{
    display: flex;
    align-items: center;
    gap: 10px;
}
.plan-features li:last-child {
    border-bottom: none;
}
.contact-form-section {
    font-family: 'Arial', sans-serif;
    padding: 40px 0;
   
    color: #333;
}

.containerform{
 max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Форма */
.contact-form {
   
    padding: 40px;
    border-radius: 8px;
    
}
.linedec{
    
    width: 15%;
    margin: 20px auto;
    height: 1px;
    background-color: #000;
}
.decorot{
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    
}
/* Рядки форми */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 25px;
}

/* Елементи форми */
label {
    display: block;
    font-weight: bolder;
    margin-bottom: 8px;
    font-size: 18px;
}
.soc{
    gap: 20px;
}
.soc img{
    width: 8%;
    
}
input, textarea {
    border-radius: 20px;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #000;
    /* border-radius: 4px; */
    font-size: 16px;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

/* Контактні дані */
.contact-details {

 padding-top: 20px;
    border-radius: 4px;
    margin-top: 10px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-item span {
    font-size: 18px;
}

/* Адреса */
.address {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

/* Кнопка */
.submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #3e8e41;
}

/* Соціальні мережі */
.social-section {
    margin: 30px 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.social-section p {
    font-weight: 600;
    margin-bottom: 15px;
}

/* Слоган */
.tagline {
    text-align: center;
    font-weight: 600;
    color: #4CAF50;
    margin-top: 30px;
    font-size: 18px;
}
.marg20{
    display: block; margin-top: -20rem;
}
.facku {
    height: 130vh;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden; /* Щоб відео не виходило за межі */
}



.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 width: 130%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: -1;
}

.background-video.active {
    opacity: 1;
}

@media (max-width: 768px) {
    .background-video.desktop {
        display: none;
    }
    
    .background-video.mobile {
        display: block;
    }
}

@media (min-width: 769px) {
    .background-video.mobile {
        display: none;
    }
    
    .background-video.desktop {
        display: block;
    }
}
.containerform{
    display: flex;
}
.sb-footer {
    font-family: 'Arial', sans-serif;
    background-color: #303c44;
    color: white;
    padding: 40px 0 20px;
    
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Основна частина футера */
.footer-main {
    display: flex;
   
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 30px;
  
}

/* Ліва колонка */
.footer-left {
    border-right: 1px solid ;
    width: 35%;
    display: flex;
    flex-direction: column;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #4CAF50;
}

.footer-logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 1px;
}

/* Права колонка */
.footer-right {
    margin-left: 30px;
    max-width: 500px;
}

.cta-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.cta-text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #3e8e41;
}

/* Нижня частина футера */
.footer-bottom {
    display: flex;
    flex-direction: column;
}

.bottom-row {
    margin-top: 60px;
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.company-info {
    flex: 1;
}

.company-info p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
}

.footer-policies {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.policy-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.policy-link:hover {
    color: #4CAF50;
}

/* Найнижчий рядок */
.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;

}
.social-icon img{
    width: 50%;
}
.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.copyright {
    font-size: 12px;
    color: #999;
}
.vape-section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
    color: white;
}

.overlayvape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.containervape {
    margin-left: 10rem;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 20px;
}

/* Рядки з елементами */
.vape-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.vape-row:last-child {
    margin-bottom: 0;
}

/* Стилі для елементів */
.vape-item {
    width: 45%;
    padding: 30px;
   
    border-radius: 10px;
    transition: transform 0.3s;
}

.quote-mark1{
  margin-bottom: -50px;
    font-size: 150px;
    color: #fba957;
    font-family: Georgia, serif;
    line-height: 1;
}

/* Позиціонування */
.vape-left {
    margin-right: auto;
}

.vape-right {
    margin-left: auto;
}

/* Контент елементів */
.vape-content {
    max-width: 400px;
}

.vape-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.vape-text {
    font-size: 21px;
    line-height: 1.6;
}
.mobiles{
display: none;
}

/* Адаптивність */
@media (max-width: 768px) {
    .vape-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .vape-item {
        width: 100%;
        max-width: 100%;
    }
    
    .vape-left, .vape-right {
        margin: 0;
    }
    .mobiles{
        width: 100%;
        display: block;
    }
}
/* Адаптивність */
@media (max-width: 768px) {
    .footer-main {
       
        gap: 30px;
    }

    .bottom-row {
        flex-direction: column;
        gap: 20px;
    }

    .bottom-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .vape-section{
        height: 170vh;
    }
}
/* Адаптивність */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .contact-form {
        padding: 30px;
    }
    .containerform{
        display: block;
    }
}

@media (max-width: 480px) {
    .contact-form {
        padding: 20px;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }
    
    .subtitle {
        font-size: 25px;
    }
    
    .step-number {
        font-size: 20px;
    }
    
    .step-description {
        font-size: 16px;
    }
    
    .plans-container {
        flex-direction: column;
        align-items: center;
    }
    
    .plan-card {
        width: 100%;
        max-width: 350px;
    }
    .marg20{
        margin-top: 0px;
    }
    .produc{
        height: 230vh;
    }
    .reasonwihipic{
        margin-bottom: 40px;
    }
    .quote-text1{
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 28px;
    }
    
    .steps-section {
        padding: 60px 0;
    }
}
/* Адаптивність */
@media (max-width: 768px) {
    .quote-text {
        font-size: 20px;
    }
    
    .quote-mark {
        font-size: 80px;
    }
    
    .top-mark {
        top: -40px;
    }
    
    .bottom-mark {
        bottom: -60px;
    }
    .brands-section{
        height: 45vh;
    }
}

@media (max-width: 480px) {
    .quote-section {
        height: 50vh;
        min-height: 300px;
    }
    
    .quote-text {
        font-size: 22px;
    }
    
    .quote-mark {
        font-size: 60px;
    }
    
    .quote-wrapper {
        padding: 0 20px;
    }

}
/* Адаптивність */
@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }
    
    .faq-question {
        font-size: 16px;
        padding: 15px;
    }
    .reason3{
        display: block;
    }

@media (max-width: 480px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .section-title {
        margin-left: 20px;
        font-size: 24px;
        margin-bottom: 30px;
    }
}



/* Адаптивність */
@media (max-width: 768px) {
    .timeline {
        height: 500px;
    }
    
    .step-1 {
        left: 50px;
        transform: none;
    }
    
    .step-2 {
        left: 50px;
        top: 300px;
        transform: none;
    }
    
    .step-3 {
        left: calc(100% - 50px);
        top: 300px;
        transform: translateX(-100%);
    }
    
    .line-top {
        left: 50px;
        animation: extendRightMobile 1s forwards 0.5s;
    }
    
    .line-vertical {
        left: 50px;
        animation: extendDownMobile 1s forwards 1.5s;
    }
    
    .line-bottom {
        left: 50px;
        animation: extendRightMobileBottom 1s forwards 2.5s;
    }
    
    @keyframes extendRightMobile {
        to {
            width: calc(100% - 100px);
        }
    }
    
    @keyframes extendDownMobile {
        to {
            height: 250px;
        }
    }
    
    @keyframes extendRightMobileBottom {
        to {
            width: calc(100% - 100px);
        }
    }
    
    @keyframes moveDot {
        0% {
            left: 50px;
            top: -4.5px;
        }
        33% {
            left: calc(100% - 50px);
            top: -4.5px;
        }
        66% {
            left: 50px;
            top: 245.5px;
        }
        100% {
            left: calc(100% - 50px);
            top: 245.5px;
        }
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 50px;
    }
    
    .step-content {
        padding: 15px;
        max-width: 150px;
    }
}
/* Адаптація для планшетів */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .product-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-button {
        margin-top: 20px;
    }
    
    .product-image {
        max-width: 100%;
    }
}

/* Адаптація для мобільних */
@media (max-width: 480px) {
    .product {
        padding: 50px 0;
        height: 235vh;
    }
    
    .product-title {
        font-size: 28px;
    }
    
    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .feature-title {
        font-size: 20px;
    }
}
/* Адаптивність */
@media (max-width: 768px) {
    .hero-content {
        left: 5%;
        max-width: 90%;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .nav-links {
        gap: 15px;
    }
    
    .brands-carousel {
        width: calc(150px * 10);
    }
    
    .brand-item {
        width: 150px;
    }
    .facku{
        height: 100vh;
        margin: 0 auto;
       
    }
    .paymentphoto img{
        height: 48px;
        width: 20%;
    }
    .containervape{
        margin-left: 0px;
    }
    .vape-text{
        font-size: 19px;
    }
    .quote-mark1{
        font-size: 100px;
    }
    .plan-header img{
        width: 35%;
    }
    .background-video{
        left: 65%;
       width: 340%;
    }
}

@media (max-width: 480px) {
    .header {
        flex-direction: column;
    }
    
    .logo {
        margin-bottom: 15px;
    }
    
    .hero-content h1 {
        width: 100%;
        font-size: 28px;
    }
    
    .hero-content p {
        font-size: 16px;
        width: 100%;
    }
    .scroll-down svg{
        display: none;
    }
}