body {
    margin: 0;
    padding: 0;
}

.first-section {
    background: #08949c;
    min-height: 90vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;

}

.first-section-content {
    flex: 1;
}

.first-section-content p {
    font-size: 2em;
    color: white;
    position: absolute;
    top: 30%;
    left: 10%;
    line-height: 1.2em;
    max-width: 40%;
}

.first-section-image {
    flex: 1;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.navbar-nav {
    margin: 0;
    background-color: white;
    width: 100%;
    height: 10vh;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-item {
    margin-left: 10px;
}

.nav-item .nav-link {
    color: grey;
    margin-left: 2px;
    font-size: 1.5em;
}

.nav-item .nav-link:hover {
    color: #08949c;
    border-bottom: #08949c 3px solid;
}

#logo {
    position: absolute;
    top: 20px;
    left: 50px;
}

.image-box {
    background-color: #B3B197;
    width: 80%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.image {
    width: 100%;
    height: 100vh - 100px;
}

.image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}

.first-section-title p {
    font-size: 6em;
    color: white;
    position: absolute;
    top: 5%;
    left: 10%;
    line-height: 1.2em;
    max-width: 60%;
}

.bn632-hover {
    width: 240px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 70px;
    text-align: center;
    border: 6px solid white;
    background-size: 300% 100%;
    border-radius: 20px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 10%;
    top: 80%;
}

.bn632-hover:hover {
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bn632-hover:focus {
    outline: none;
}

.bn632-hover.bn22 {
    background-color: #08949c;
    color: white;
    overflow: hidden;
}

.bn632-hover.bn22 .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.tv-widget {
    position: absolute;
    bottom: 0;
}

.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.mockup {
    position: absolute;
    top: 20%;
    right: 4%;
}

.mockup img {
    width: 100%;
    height: 750px;
    object-fit: contain;
}

.slider-section {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 40% 100%);
}

.slider {
    width: 100%;
    height: 100vh;
    border-radius: 10px;
    overflow: hidden;
}

.slide {
    width: 500%;
    height: 100vh;
    display: flex;
}

.slide input {
    display: none;
}

.st {
    width: 20%;
    transition: margin-left 2s;
    margin-left: 0;
}

.st img {
    width: 100%;
    height: 100vh;
}

.nav-m {
    position: absolute;
    width: 100%;
    margin-top: -40px;
    justify-content: center;
    display: flex;
}

.m-btn {
    border: 2px solid #000;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.m-btn:not(:last-child) {
    margin-right: 30px;
}

.m-btn:hover {
    background-color: #ffffff;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

.nav-auto {
    position: absolute;
    width: 100%;
    margin-top: 460px;
    display: flex;
    justify-content: end;
}

.nav-auto div {
    border: 2px solid #000000;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.nav-auto div:not(:last-child) {
    margin-right: 30px;
    justify-content: center;
}

#radio1:checked~.nav-auto .a-b1 {
    background-color: #ffffff;
}

#radio2:checked~.nav-auto .a-b2 {
    background-color: #ffffff;
}

#radio3:checked~.nav-auto .a-b3 {
    background-color: #ffffff;
}

#radio4:checked~.nav-auto .a-b4 {
    background-color: #ffffff;
}

.app-buttons {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 7%;
    right: 20%;
}

.bn45 {
    width: 150px;
    height: 50px;
    z-index: -1;
    margin-left: 20px;
    background-color: transparent;
    border: none;
}

.bn46 {
    width: 150px;
    height: 50px;
    z-index: -1;
    background-color: transparent;
    border: none;
}

.bn45 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bn46 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-links {
    position: absolute;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    bottom: 35%;
    left: 24px;
}

.social-links img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
}

.vertical-text span {
    display: inline-block;
    margin-right: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.line {
    margin-bottom: 5px;
    border-right: 3px solid white;
    height: 50px;
}

.second-section {
    height: 100vh;
    background: #ffffff;
}

.second-section-row {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.second-section-image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.second-section-title {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 10%;
}

.second-section-main-title {
    margin-bottom: 7%;
}

.second-section-main-title h1 {
    color: #08949c;
    font-size: 48px;
}

.second-section-subtitle {
    margin-bottom: 7%;
}

.second-section-subtitle p {
    color: grey;
    font-size: 18px;
}

.second-section-button {
    color: #ffffff;
    background-color: #08949c;
    border-radius: 30px;
    border: none;
    padding: 8px;
    font-size: 20px;
    width: 140px;
    font-weight: 600;
}

.container123456789 {
    position: absolute;
    top: 65%;
    left: 10%;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.container123456789 .text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.container12345678 {
    position: absolute;
    top: 65%;
    left: 6%;
    width: 350px;
    display: none;
    align-items: center;
    justify-content: start;
}

.container12345678 h1 {
    color: #fff !important;
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.container12345678 h1 span {
    color: #fff !important;
}

@keyframes animate {

    40%,
    60% {
        left: calc(100% + 4px);
    }

    100% {
        left: 0%;
    }
}

.text.sec-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #08949c;
    border-left: 4px solid #fff;
    animation: animate 4s steps(12) infinite;
}

@media (max-width: 767px) {
    .slider-section {
        display: none;
    }

    .container123456789 {
        display: none;
    }

    .container12345678 {
        display: flex;
    }

    .first-section {
        background: url('https://res.cloudinary.com/dmfwd8not/image/upload/v1705411050/business-market-trends-graph-depicting-stock-market-or-forex-trading-data-vertical-mobile-wallpaper-ai-generated-free-photo_kmgmxy.jpg') center no-repeat;
        background-size: cover;
        backdrop-filter: blur(5px);
    }

    .app-buttons {
        display: none;
    }

    .first-section-content p {
        max-width: 100%;
        font-size: 1.5em;
    }

    .first-section-title p {
        max-width: 100%;
        top: 18%;
        font-size: 4em;
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    }

    .first-section-content p,
    .first-section-title p,
    .bn632-hover {
        left: 5%;
    }

    .first-section-content p {
        display: none;
    }

    .social-links {
        left: 0;
    }

    .bn632-hover {
        width: 180px;
        font-size: 16px;
        font-weight: 500;
        height: 50px;
    }

    .social-links {
        display: none;
    }

    .bn632-hover.bn22 {
        background-color: #08949c;
        width: 200px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .slider-section {
        display: none;
    }

    .first-section {
        background: url('https://res.cloudinary.com/dmfwd8not/image/upload/v1705411050/business-market-trends-graph-depicting-stock-market-or-forex-trading-data-vertical-mobile-wallpaper-ai-generated-free-photo_kmgmxy.jpg') center no-repeat;
        background-size: cover;
        backdrop-filter: blur(5px);
    }

    .app-buttons {
        display: none;
    }

    .first-section-content p {
        max-width: 100%;
        top: 40%;
        text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.5);
        font-size: 1.5em;
    }

    .first-section-title p {
        max-width: 100%;
        font-size: 5em;
    }

    .first-section-content p,
    .first-section-title p,
    .bn632-hover,
    .container12345678 {
        left: 15%;
    }

    .container123456789 {
        display: none;
    }

    .container12345678 {
        display: flex;
    }
}

@media (min-width: 1024px) and (max-width: 1500px) {

    .first-section-title p,
    .first-section-content p,
    .container123456789,
    .bn22 {
        left: 10%;
    }

    .first-section-content p {
        font-size: 1.5rem;
    }

    .first-section-title p {
        font-size: 3rem;
    }

    .bn632-hover {
        width: 190px;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        height: 60px;
        text-align: center;
        border: 6px solid white;
        background-size: 300% 100%;
        border-radius: 20px;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        position: absolute;
        left: 10%;
        top: 80%;
    }
}