@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

*{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
;
}
body{
    margin: 0;
    background-color:  #0F172A;
   
}
h1{z-index: 1;
    
    line-height: 75px;
    font-size: 90px;
    font-family: "Manrope", sans-serif;
}
span{
    text-shadow: 0px 0px 20px rgba(0, 195, 255, 0.4); /* Світіння для тексту */
color: #1FCBFD;

}
.fish1{
    left: 20px;
    position: absolute;
    width: 100%;
}
.hero {
    height: 270vh;
    position: relative;
    background-image: url('/newbaclground.png'); /* Шлях до твоєї картинки */
    background-size: cover; /* Розтягує зображення на всю секцію */
    background-position: center;
   
 
    align-items: center;
    text-align: center;
    color: white; /* Колір тексту для контрасту */
   
}




.header {
    z-index: 1000;
    position: relative;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
   
    color: white;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}
.logo img{
    width: 200px;
}

.nav-list {
    font-family: "Inter", sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 50px;
    padding-left: 50px;
    list-style: none;
    display: flex
;
    gap: 55px;
    border: 1px solid #FFFFFF0D;
    border-radius: 500px;
    background: #A6EBFF26;
}

.nav-list li a {
    line-height: 20px;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.cta-button {
    font-family: "Inter", sans-serif;
    height: 50px;
    width: 147px;
    background: #0FBFFF;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 500px;
}

.cta-button:hover {
    background: #e55d00;
}

/* Бургер-меню для мобільних */
.burger-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
}
.lauch{
    z-index: 1;
    font-family: "Inter", sans-serif;
    gap: 3px;
   width: 200px;
   
    background: #A6EBFF26;

    height: 35px;
    border: 1px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.father{
 
    display: flex;
  
    justify-content: center;
   
}

/* Робимо всю сторінку центром */
/* Центруємо блок на сторінці */
.center-wrapper {
    margin-top: 50px;
    margin-right: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-wrapper-1 {
    margin-top: 60px;

   
}
.table{
    transition: transform 0.2s ease-out; /* Швидший рух */
    margin-top: 70px;
    width: 50%;
}
.image-container {
    position: relative;
    display: inline-block;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    transform: translate(-50%, -50%);
    transition: opacity 0.15s ease-out, transform 0.15s ease-out; /* Швидше мерехтіння */
    opacity: 0.7; /* Яскравіше світло */
    z-index: -1;
}
.center-wrapper-2 {
   background-color:#0F172A ;

   
}
.otc{
    width: 13%;
    top: 59%;
    left: 73%;
    position: absolute;   

}
.rta{
    top: 75%;
    left: 17%;
    width: 13%;
    position: absolute;
}

/* Контейнер інпута */
.input-container {
    position: relative;
    width: min(100%, 300px); /* Робимо адаптивним */
    max-width: 400px; /* Обмеження розширення */
}

/* Стилі для інпута */
.input-container input {
    color: white;
border: 1px solid #FFFFFF40 ;
    height: 70px;
    width: 180%;
    padding: 10px 50px 10px 15px;
    font-size: 16px;
   background-color: #A6EBFF1A;
    border-radius: 250px;
    outline: none;
    box-sizing: border-box; /* Щоб padding не збільшував ширину */
}

/* Кнопка всередині інпута */
.input-container button {
    width: 165px;
    height: 62px;
    left: 123%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0FBFFF;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 1000px;
    cursor: pointer;
    font-size: 16px;
}

.input-container button:hover {
    background: #00A3D9;
}

.hero2 {
    margin-top: 8rem;
    z-index: 1;
    background-size: cover;
    background-position: center;
   
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.hero2 img {
    position: absolute;
  
  
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero2 p{
    font-size: 30px;
   
}
/* Контейнер для тексту */
.hero2 p {
    font-size: 24px;
    max-width: 600px;
    line-height: 1.5;
}

/* Кожен рядок тексту */
.line {
    display: block;
    opacity: 0;
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.3); /* Початковий колір - темний */
    transition: color 0.5s ease; }

.picforsec5{
    margin-top: -4px;
    margin-left: 18rem;
    width: 70%;
}
    .hero3 img{
        height: 90%;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .hero33 img{
      
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .circle {
    font-size: 10px; 
    margin-top: 75px;
    padding: 10px;
    border-radius: 1000px;
    background-color: #1FCBFD33;
    color: #9CE5FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    }

    .circle h1 {
        font-size: 36px;
        font-weight: bold;
    }

    .circle p {
        font-size: 13px;
        opacity: 0.8;
    }

    /* Параграф під круглим блоком */
    .description {
        max-width: 600px;
        text-align: center;
        margin-bottom: 50px;
        line-height: 1.6;
        color: #666;
    }

    /* Контейнер для карток */
    .cards-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        max-width: 100%;
    }

    /* Стилі для карток */
    .card {
        width: 390px;
        flex: 1;
        min-width: 250px;
       background: #192639;
        color: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    /* Іконка в кружку */
    .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        background-color: #123B54;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .icon-circle i {
        font-size: 24px;
        color: #4a6bff;
    }

    .card h3 {
        font-size: 36px;
        margin-bottom: 15px;
        color: white;
    }
  
    .cards-container img{
        width: 80%;
        position: absolute;
        z-index: 1;
        margin-top: 14rem;
    }
 .h2{
    text-align: center;
    font-size: 50px;
    color: white;
 }

    .card p {
        font-size: 18px;
        color: white;
        line-height: 1.5;
    }
    .hero4 img{
        width: 100%;
    }
    .howformob{
        display: none;
    }
   
    .formobile1{
        display: none;
    }
    .formobile2{
        display: none;
    }
   

    .hero6 {
        margin-top: 9rem;
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 40px;
        overflow: hidden;
        color: #fff;
    }

    .hero6 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .hero6::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      
        z-index: -1;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .circle-text {
        border-radius: 1000px;
        background-color: #1FCBFD33;
        color: #9CE5FF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        padding: 8px 20px;
        font-size: 14px;
        align-self: flex-start;
    }

    .text-content {
        max-width: 600px;
    }

    .text-content h2 {
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .text-content p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
        opacity: 0.9;
    }

    .features-list {
        margin-bottom: 30px;
    }

    .feature-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

   

    .check-icon i {
        color: #EAFF00;
        font-size: 23px;
    }

    .btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #0FBFFF;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        font-weight: 400;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    .btn:hover {
        background-color: #3e8e41;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
.check1{
    margin-left: 20px;
}
.hero-centered {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
;
}
body{
    margin: 0;
    background-color:  #0F172A;
   
}
h1{
    
    line-height: 75px;
    font-size: 90px;
    font-family: "Manrope", sans-serif;
}
span{
    text-shadow: 0px 0px 20px rgba(0, 195, 255, 0.4); /* Світіння для тексту */
color: #1FCBFD;

}
.fish1{
    left: 20px;
    position: absolute;
    width: 100%;
}
.hero {
  
}
.header {
    z-index: 1000;
    position: relative;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
   
    color: white;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}
.logo img{
    width: 290px;
}

.nav-list {
    font-family: "Inter", sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 50px;
    padding-left: 50px;
    list-style: none;
    display: flex
;
    gap: 55px;
    border: 1px solid #FFFFFF0D;
    border-radius: 500px;
    background: #A6EBFF26;
}

.nav-list li a {
    line-height: 20px;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.cta-button {
    font-family: "Inter", sans-serif;
    height: 50px;
    width: 147px;
    background: #0FBFFF;
    color: white;
    border: none;
   
    cursor: pointer;
    font-size: 16px;
    border-radius: 500px;
}

.cta-button:hover {
    background: #e55d00;
}

/* Бургер-меню для мобільних */
.burger-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
}
.lauch{
    font-family: "Inter", sans-serif;
    gap: 3px;
   width: 200px;
   
    background: #A6EBFF26;

    height: 35px;
    border: 1px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.father{
 
    display: flex;
  
    justify-content: center;
   
}

/* Робимо всю сторінку центром */
/* Центруємо блок на сторінці */
.center-wrapper {
    margin-top: 50px;
    margin-right: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-wrapper-1 {
    margin-top: 60px;

   
}
.table{
    transition: transform 0.2s ease-out; /* Швидший рух */
    margin-top: 70px;
    width: 50%;
}
.image-container {
    position: relative;
    display: inline-block;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%);
    transform: translate(-50%, -50%);
    transition: opacity 0.15s ease-out, transform 0.15s ease-out; /* Швидше мерехтіння */
    opacity: 0.7; /* Яскравіше світло */
    z-index: -1;
}
.center-wrapper-2 {
   background-color:#0F172A ;

   
}
.otc {
    width: 16vw; /* 16% від ширини вікна */
    top: 89vh; /* 30% від висоти вікна */
    left: 72vw; /* 72% від ширини вікна */
    position: absolute;
}

.rta {
    top: 106vh;
    left: 13vw;
    width: 17vw;
    position: absolute;
}
/* Контейнер інпута */
.input-container {
    position: relative;
    width: min(100%, 300px); /* Робимо адаптивним */
    max-width: 400px; /* Обмеження розширення */
}

/* Стилі для інпута */
.input-container input {
    border: 1px solid #FFFFFF40 ;
    height: 70px;
    width: 180%;
    padding: 10px 50px 10px 15px;
    font-size: 16px;
   background-color: #A6EBFF1A;
    border-radius: 250px;
    outline: none;
    box-sizing: border-box; /* Щоб padding не збільшував ширину */
}

/* Кнопка всередині інпута */
.input-container button {
    width: 165px;
    height: 62px;
    left: 123%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0FBFFF;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 1000px;
    cursor: pointer;
    font-size: 16px;
}

.input-container button:hover {
    background: #00A3D9;
}
/* .hero2 {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
} */
.hero2 img {
    position: absolute;
  
    
    object-fit: cover;
    z-index: -1;
}
.hero2 p{
    font-size: 30px;
   
}
/* Контейнер для тексту */
.hero2 p {
    font-size: 24px;
    max-width: 600px;
    line-height: 1.5;
}

/* Кожен рядок тексту */
.line {
    display: block;
    opacity: 0;
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.3); /* Початковий колір - темний */
    transition: color 0.5s ease; }
.hero3{
    margin-top: 10rem;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero33{
   
    height: 155vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-content2 {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }
  
  
    .circle {
        border-radius: 1000px;
        background-color: #1FCBFD33;
        color: #9CE5FF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .circle h1 {
        font-size: 36px;
        font-weight: bold;
    }

    .circle p {
        font-size: 13px;
        opacity: 0.8;
    }

    /* Параграф під круглим блоком */
    .description {
        max-width: 600px;
        text-align: center;
        margin-bottom: 50px;
        line-height: 1.6;
        color: #666;
    }

    /* Контейнер для карток */
    .cards-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
       width: 80%;
    }

    /* Стилі для карток */
    .card {
        width: 390px;
        flex: 1;
        min-width: 250px;
       background: #192639;
        color: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    /* Іконка в кружку */
    .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        background-color: #123B54;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .icon-circle i {
        font-size: 24px;
        color: #4a6bff;
    }

    .card h3 {
        font-size: 20px;
        margin-bottom: 15px;
        color: white;
    }
 .h2{
    text-align: center;
    font-size: 50px;
    color: white;
 }

    .card p {
        font-size: 18px;
        color: white;
        line-height: 1.5;
    }
    .hero4 img{
        width: 100%;
    }
    .howformob{
        display: none;
    }
   
    .formobile1{
        display: none;
    }
    .formobile2{
        display: none;
    }
  

    .hero6 {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 40px;
        overflow: hidden;
        color: #fff;
    }

    .hero6 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .hero6::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      
        z-index: -1;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .circle-text {
        border-radius: 1000px;
        background-color: #1FCBFD33;
        color: #9CE5FF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        padding: 8px 20px;
        font-size: 14px;
        align-self: flex-start;
    }

    .text-content {
        max-width: 600px;
    }

    .text-content h2 {
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .text-content p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
        opacity: 0.9;
    }

    .features-list {
        margin-bottom: 30px;
    }

    .feature-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

   

    .check-icon i {
        color: #EAFF00;
        font-size: 23px;
    }

    .btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #0FBFFF;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        font-weight: 400;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

    .btn:hover {
        background-color: #18b0e0;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(31, 203, 253, 0.4);
    }
.check1{
    margin-left: 20px;
}
.hero-centered {
  

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    overflow: hidden;
    color: #fff;
}

.hero-centered img {
    position: absolute;
    top: 48%;
    

 
    object-fit: cover;
    z-index: -1;
}



.circle-text-centered {
    border-radius: 1000px;
    background-color: #1FCBFD33;
    color: #9CE5FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.content-centered {
    margin-bottom: 30rem;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-centered h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.content-centered p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.features-list-centered {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-item-centered {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    max-width: 300px;
    width: 100%;
}

.check-icon-centered {
    width: 24px;
    height: 24px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
/* .graphfon{
    height: 167%;
} */

.check-icon-centered i {
    color: white;
    font-size: 12px;
}

.btn-centered {
    width: 36%;
    display: inline-block;
    padding: 12px 30px;
    background-color: #0FBFFF;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 400;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.btn-centered:hover {
    background-color: #18b0e0;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(31, 203, 253, 0.4);
}
.hero8 img {
    width: 100%;
}
.hero-simple {
    margin-top: 100px;
    position: relative;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    color: white;
}

.hero-simple img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-simple::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.main-title {
    font-size: 45px;
    font-family: "Inter", sans-serif;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-button {
    width: 15%;
  
    background-color: #464c4e00;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;

}

.cta-button:hover {
    background-color: #18b0e0;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(31, 203, 253, 0.4);
}

.hero469 {
    height: 51rem;
    position: relative;
    width: 100%;
}

.howforpx69 {
    height: 100%;
    width: 100%;
    display: block;
}

/* Оверлей поверх фото */
.content-overlay69 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

/* Текстовий контент */
.text-content69 {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
}

.title69 {
    font-size: 50px;
    margin-bottom: 15px;
}

.description69 {
    font-size:20px;
    opacity: 0.9;
}

/* Контейнер для кроків */
.steps-container69 {
    display: flex;
  
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    max-width: 1000px;
}

/* Стовпчик з кружками */
.circles-column69 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle-item69 {
    display: flex;
    flex-direction: column;
    align-items: center;
  
}

/* Стилі для кружків */
.circle69 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
}

.circle-blue69 {
    height: 94px;
    width: 94px;
  margin-left: 45px;
    padding: 12px;
    border: 1px solid #0FBFFF4D;
    background: #FFFFFF1A;
    color: #0FBFFF;
    box-shadow: 0px 0px 23.1px 0px #FFEFEF26;
font-size: 24px;
}

/* Лінія-з'єднання між кружками */
.connector-line69 {
  left: 20px;
    width: 2px;
    height: 64px;
    background: #0FBFFF33;
   
    position: relative;
}

/* Текстова частина справа */
.steps-text69 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.step-text-item69 {
    margin-bottom: 30px;
    max-width: 400px;
}

.step-title69 {
    font-size: 25px;
    margin-bottom: 10px;
}

.step-description69 {
    width: 179%;
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.5;
}
.email-input.active {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 150, 255, 0.5);
    border-color: #0096ff;
  }
footer {
  
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.footer-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    width: 220px;
    height: auto;
}

.footer-text {
    color: #aaa;
    line-height: 1.6;
    max-width: 500px;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin: 15px 0;
}

.social-icon {
    width: 24px;
    height: 24px;
    fill: #9CE5FF;
    transition: fill 0.3s ease;
}

.social-icon:hover {
    fill: #1FCBFD;
}

.copyright {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
.certik{
    vertical-align: 
    middle; width: 5%;
}

 /* Базові стилі секції */
 .dual-photo-section69 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.background-img69 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content-wrapper69 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white; /* Колір тексту - змініть за потребою */
    box-sizing: border-box;
}

/* Стилі заголовка секції */
.section-header69 {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
}

.section-title69 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 15px;
}

.section-description69 {
    font-size: clamp(1rem, 3vw, 1.2rem);
    opacity: 0.9;
}

/* Стилі для контейнера з фото */
.photos-container69 {
    margin-top: 7rem;
    display: flex;
    justify-content: center;
    gap: 9rem;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

/* Стилі окремого фото-елемента */
.photo-item69 {
    flex: 1;
    min-width: 300px;
    max-width: 450px;
    margin-bottom: 30px;
    position: relative;
}

.photo-wrapper69 {
  
}

.photo-img69 {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.photo-item69:hover .photo-img69 {
    transform: scale(1.03);
}

/* Стилі підписів до фото */
.photo-caption69 {
    margin-top: 40px;
    padding: 0 15px;
}

.photo-title69 {
    width: 105%;
    font-size:35px ;
    margin-bottom: 10px;
}

.photo-description69 {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}

/* Стилі для декоративних елементів */
.decor-element69 {
    position: absolute;
    z-index: 3;
    width: 250px;
    height: 250px;
    pointer-events: none
}

.decor-element69 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}

/* Анімація для декоративних елементів */
.decor1 {
    animation: float 4s ease-in-out infinite;
}

.decor2 {
    animation: float 5s ease-in-out infinite 1s;
}
.notification {
    font-size: 25px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0f172ae6;
    text-shadow: 0px 0px 20px rgba(0, 195, 255, 0.4);
    color: #1FCBFD;
    text-align: center;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(100%); /* Спочатку прихована */
    transition: transform 0.3s ease-out;
    z-index: 1000;
}

.notification.show {
    transform: translateY(0); /* Показується */
}

/* Позиціонування плашки в залежності від положення на сторінці */
.notification.bottom {
    bottom: 0;
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}



@media (max-width: 768px) {
    .footer-logo {
        width: 100px;
    }
    
    .footer-text {
        font-size: 14px;
    }
}

/* Адаптивність */
@media (max-width: 768px) {
    .picforsec5{
       display: none;
    }
 
    .hero33 img{
        display: none;
    }
    .hero33{
        height: 150vh;
    }
    .hero {
        height: 175vh;
    }
    .nav-list{
        background-color: #0F172A;
        border-radius: 0;
        height: 100vh;
    }
    .formobile1{
        margin-left: -61px;
        width: 122%;
        display: block;
        
    }
    .nav-list li a{
        font-size: 25px;
    }
    .formobile2{
        margin-left: -21px;
        display: block;
        width: 112%;
    }
    .howforpx{
       display: none;
    }
    .howformob{
        display: block;
       width: 100%;
    }
    .nav {
        margin-left: -65px;
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 144%;
        background: #0F172A;
        text-align: center;
    }

    .nav.active {
        display: block;
    }

    .nav-list {
        margin-top: 130px;
        flex-direction: column;
        padding: 10px 0;
    }

    .nav-list li {
        padding: 10px 0;
    }

    .burger-menu {
        display: block;
        margin-left: 10px;
    }
   
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
    
    .card {
        width: 100%;
        max-width: 350px;
    }
    .hero5 {
        padding: 20px;
    }

    .circle-text {
        align-self: center;
        margin-bottom: 20px;
    }

    .text-content {
        max-width: 100%;
        text-align: center;
    }

    .features-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-item {
        justify-content: center;
    }
    .hero-centered {
       margin-top: -10rem;
        padding: 20px;
    }
    
    .content-centered h2 {
        font-size: 28px;
    }
    
    .content-centered p {
        font-size: 16px;
    }
    .input-container input{
        width: 120%;
    }
    .input-container button{
        width: 165px;
   
    left: 63%
    }
    .otc{
        display: none;
    } 
    .rta{
        display: none;
    }
    .fish1{
        top: 9%;
        left: -3px;
    }
    .cta-button{
        display: none;
    }
    .certik{
        vertical-align: 
        middle; width: 23%;
    }
    .table{
        display: none;
    }
    .hero-centered img{
        height: 20%;
        top: 35rem;
        position: absolute;
        width: 95%;

    }
    .content-centered{
        margin-bottom: 5rem;
    }
    .btn-centered{
        width: 53%;
    }
    .main-title{
        font-size: 28px;
    }
    .whale-container{
        left: 0%;
        width: 37px;
        top:9%
    }
    .whale {
        width: 150px;
        height: 150px;
    }
    .bubbles-right{
        display: none;
    }
   
    .coin-5{
        display: none;
    }
    .coin-6 {
        display: none;
    }
    .coin-3 {
        display: none;
    }
    .hero2 img {
        height: 85%;
    }
    .hero2{
        height: 65vh;
    }
    .hero4{
        margin-top: 45rem;
    }
    .hero3 {
        margin-top: 15rem
    }
    .hero3 img {
        display: none;
    }
    .hero469{
        height: 180vh
    }
    .hero469 img{
        display: none

    }
    .content-overlay69{
        margin-top: 21rem
    }
    .step-description69 {
        width: 100%;
        font-size: 13px
    }
    .circles-column69{
        margin-top: -14px
    }
    .decor111{
        display: none
    }
    .decor222{
        display: none
    }
    .photos-container69{
        gap: 2rem;
    }
    .background-img69{
        display: none
    }
    .step-title69{
        font-size: 20px
    }
    .logo img{
margin-left: -40px
    }
};
@media (max-width: 768px) {
    .photos-container69 {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    
    .photo-item69 {
        width: 100%;
        max-width: 350px;
    }
    
    .decor-element69 {
        width: 60px;
        height: 60px;
    }
}

/* Додаткові медіа-запити за потребою */
@media (max-width: 480px) {
    .section-title69 {
        font-size: 1.5rem;
    }
    
    .photo-title69 {
        font-size: 40px;
    }
}