@font-face {
    font-family: 'SF Pro';
    src: url('./fonts/SF-Pro-Display-Regular.otf') format('otf');
    font-weight: 400;
}

@font-face {
    font-family: 'SF Pro';
    src: url('./fonts/SF-Pro-Display-Medium.otf') format('otf');
    font-weight: 500;
}

@font-face {
    font-family: 'SF Pro';
    src: url('./fonts/SF-Pro-Display-Semibold.otf') format('otf');
    font-weight: 600;
}

@font-face {
    font-family: 'SF Pro';
    src: url('./fonts/SF-Pro-Display-Bold.otf') format('otf');
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SF Pro', sans-serif;
}

body {
    color: white;
    margin: 0; 
    padding: 0;
    background-image: url('./image/Bg.png'); 
    background-position: top center; 
    background-repeat: no-repeat;
    background-color: #020306;
}

img {
    pointer-events: none;
}

.header {
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 26px 46px;
    background-color: #00000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.navbar a {
    font-size: 18px;
    color: #313238;
    text-decoration: none;
    font-weight: 500;
    margin-left: 36px;
    transition: .5s;
}

.navbar a:hover {
    color: #3877FF;
}

.navbar a.active {
    font-weight: 600;
    color: #3877FF;
}

.home {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    align-items: flex-end;
    padding: 0px 46px 0px 46px;
    background-color: #02030600;
}

.home-content {
    max-width: 690px;
}

.home-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #3877FF;
}

.home-content h1 {
    margin-top: 18px;
    font-size: 52px;
    font-weight: 600;
    color: #ffffff;
}

.home-content p {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #3D3E40;
}

.ill {
    mix-blend-mode: lighten;
}

.prew {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    align-items: self-start;
    padding: 36px 46px 26px 46px;
    width: 100%; 
}

.prew img {
    width: 100%; 
    height: auto; 
    display: block; 
}

.list {
    margin: 0 auto;
    max-width: 1440px;
    align-items: center;
    padding: 0px 46px 0px 46px;
    background-color: #02030600;
}

.list-soft {
    top: 0;
    left: 0;
    margin-bottom: 26px;
    max-width: 1348px;
    max-height: 400px;
    width: 100%;
    padding: 36px 26px;
    background-color: #00000000;
    display: flex;
    justify-content: space-between;
    align-items: end;
    z-index: 100;
    box-shadow: inset 0 -1px 0 0 #353538
}

.textd {
    width: 1090px;
}

.textd h3 {
    padding-bottom: 244px;
    font-size: 18px;
    font-weight: 400;
    color: #171717;
    margin: 0 auto;
    align-items: flex-start;
}

.textd h1 {
    font-size: 32px;
    font-weight: 600;
}

.textd p {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #303030;
}

.download {
    all: unset; 
    background-color: #ffffff;
    color: #000000;
    margin-top: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 32px 16px 32px;
    gap: 6px;
    border-radius: 69px;
    stroke: none;
    cursor: pointer;
}

.rounded-popup {
    color: #ffffff;
    background-color: #07080B;
    width: 400px;
    height: 268px;
    border-radius: 8px;
}

.custom-confirm-button {
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: #3877FF;
    padding: 14px 40px 14px 40px;
    border-radius: 99px;
}