/* Resetleme ve varsayılan stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Genel sayfa stilini belirleme */
body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(254, 251, 237);
    color: #495057;
    padding-top: 96px;
}

nav.navbar {
    height: 96px;
    padding: 24px 80px;
    background-color: rgb(254, 251, 237);
}

nav a.navbar-brand {
    color: var(--Amber-900, #78350F);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

nav .nav-item:not(:last-child) {
    padding: 12px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler {
    border: none;
}

nav a.nav-link {
    color: #78350F;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
    padding: 0 !important;
}

nav .sign-up-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a.sign-up {
    border-radius: 8px;
    border: 2px solid var(--Amber-900, #78350F);
    padding: 12px !important;
}

.navbar-collapse .navbar-nav {
    gap: 16px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(254, 251, 237, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-top: 4px;
}

form .nav-item:not(:last-of-type) {
    margin-right: 8px;
    padding: 12px 8px;
}

.section-1 {
    background-color: rgb(254, 251, 237);
    padding: 80px;
    display: flex;
    align-items: center;
}

.section-1 .collectible {
    color: #0F172A;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.section-1 .collectible-p {
    color: #0F172A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.section-1 button.sign-up {
    border-radius: 8px;
    border: 2px solid var(--Amber-900, #78350F);
    padding: 11px 33px;
    float: left;
    color: #78350F;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.section-1 button.watch-demo {
    padding: 12px 8px;
    color: var(--Amber-900, #78350F);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.section-1 .sign-up-next {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}

.image-container {
    text-align: center;
    text-align: -webkit-center;
    position: relative;
}

.section-1-square {
    width: 367px;
    height: 372px;
    background-color: #FBBF24;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.section-1 .sign-up-container {
    width: 196px;
    display: flex;
    justify-content: flex-start;
    float: left;
}

.image-container>img {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 486px;
    z-index: 1;
}

.section-2 {
    background-color: rgb(254, 251, 237);
    padding: 80px;
    display: flex;
    align-items: center;
}

.section-2 h3 {
    position: relative;
    margin: 1rem 0;
    font-size: 20px;
    z-index: 1;
}

.section-2 p {
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    z-index: 1;
}

.section-2 img {
    position: relative;
    z-index: 1;
}

.rectangle-container {
    position: relative;
}

.rectangle-container>img {
    position: absolute;
    right: 0;
    top: -806px;
    z-index: 0;
}

.section-3 {
    background-color: #0F172A;
    padding: 80px;
}

.section-3 .section-3-first-row-first-col-title {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.section-3 .sign-up-container {
    text-align: -webkit-center;
}

.section-3 button.sign-up {
    color: #FFF;
    border-radius: 8px;
    border: 2px solid var(--White, #FFF);
    padding: 20px 24px;
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.section-3 .buy-now {
    padding: 16px;
    border-radius: 8px;
    border: 2px solid var(--White, #fff);
    color: #FFF;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    margin: 32px 0;
}

.section-3 .buy-now>.buy {
    margin: 0 1rem;
}

.section-3 .card {
    z-index: 0;
}

.section-3 .card {
    border-radius: 10px;
    border: 1px solid var(--Blue-Gray-900, #0F172A);
    background: var(--Blue-Gray-900, #0F172A);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.07), 0px 25px 50px -12px rgba(255, 255, 255, 0.25);
    position: relative;
}

.section-3 .overlay {
    position: absolute;
    left: -5%;
    bottom: 4%;
    width: 271px;
    height: 271px;
    border-radius: 50px;
    opacity: 0.75;
    background: var(--Pink-700, #BE185D);
    z-index: -1;
}

.section-3 .overlay-2 {
    position: absolute;
    left: 0%;
    top: -5%;
    width: 161px;
    height: 161px;
    border-radius: 50px;
    opacity: 0.75;
    background: var(--Blue-Light-700, #0369A1);
    z-index: -1;
}

.section-3 .overlay-3 {
    position: absolute;
    right: 0%;
    bottom: 12%;
    width: 130px;
    height: 130px;
    border-radius: 30px;
    opacity: 0.75;
    background: var(--Amber-700, #B45309);
    z-index: -1;
}

.section-3 .card-template {
    position: relative;
    z-index: 0;
}

.section-3 .card-body {
    padding: 32px 32px 0 32px;
}

.section-3 .card-title {
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}

.section-3 .card-text {
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}

.section-3 .overlay-4 {
    position: absolute;
    right: 25%;
    bottom: -5%;
    width: 202px;
    height: 202px;
    border-radius: 30px;
    opacity: 0.75;
    background: var(--Fuchsia-700, #A21CAF);
    z-index: -1;
}

.section-3 .overlay-5 {
    position: absolute;
    right: -3%;
    top: 9%;
    width: 232px;
    height: 232px;
    border-radius: 50px;
    opacity: 0.75;
    background: var(--Green-700, #15803D);
    z-index: -1;
}

.section-4-container {
    padding: 160px 80px;
    background-color: rgb(254, 252, 243);
}

.section-4 {
    padding: 80px;
    border-radius: 30px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07), 0px 20px 25px -5px rgba(0, 0, 0, 0.10);
}

.section-4 .section-4-title {
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 24px;
}

.section-4 .section-4-desc {
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    position: relative;
    z-index: 1;
}

.section-4 button.sign-up {
    border-radius: 8px;
    border: 2px solid var(--Amber-900, #78350F);
    color: #78350F;
    padding: 16px 32px;
    margin-top: 24px;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.section-4 .section-4-second-col {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4 .deco-video {
    position: absolute;
    z-index: -1;
    width: 120%;
    height: auto;
}

.section-4 .section-4-video {
    border-radius: 0 0 20px 20px;
    max-width: -webkit-fill-available;
    width: 100%;
}

.section-4 .screen-desktop {
    border-radius: 20px;
    border: 5px solid var(--White, #FFF);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07), 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: fit-content;
    position: relative;
}

.section-4 .topbar {
    padding: 8px 16px 0 16px;
}

.section-4 .rectangle-28 {
    width: 85px;
    height: 86px;
    border-radius: 50px;
    opacity: 0.75;
    background: var(--Green-700, #15803D);
    position: absolute;
    z-index: 1;
    right: 403px;
    bottom: -38px;
}

.section-5-container {
    padding: 80px;
    background-color: rgb(254, 252, 243);
}

.section-5-container .section-5-row-1-title {
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.section-6-container {
    padding: 80px 80px 128px;
    background-color: rgb(254, 252, 239);
}

.section-6 .section-6-row-1-title {
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 32px;
}

.section-6-container .section-6-row-1-desc {
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 80px;
}

.section-6 .section-6-second-row-first-row {
    padding: 16px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
}

.section-6-second-row img:not(.section-6-second-row-arrow-right) {
    margin-right: 16px;
}

.section-6-second-row .section-6-second-row-arrow-right {
    margin-left: 8px;
}

.section-6 .section-6-second-row-other-rows {
    padding: 16px;
}

.section-6 .section-6-second-row-first-row-first-title {
    color: var(--Blue-Gray-900, #0F172A);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-wrap: nowrap;
}

footer.container-fluid {
    background-color: #0F172A;
    padding: 48px 80px;
}

.section-8 .footer-first-col-first-title {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 12px 0;
}

.section-8 .footer-first-col-title {
    color: var(--Blue-Gray-200, #E2E8F0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 0;
}

.section-8 .footer-second-col-first-title {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 12px 0;
}

.section-8 .footer-second-col-title {
    color: var(--Blue-Gray-200, #E2E8F0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 0;
}

.section-8 .footer-third-col-first-title {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 12px 0;
}

.section-8 .footer-third-col-title {
    color: var(--Blue-Gray-200, #E2E8F0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 0;
}

.section-8 .footer-fourth-col-first-title {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 12px 0;
    margin-bottom: 8px;
}

.section-8 .footer-fourth-col-app-store {
    margin-bottom: 8px;
}

.section-8 .footer-fourth-col-google-play {
    margin-bottom: 8px;
}

.section-8 .google-play-badge {
    margin: -9.78px;
    width: 155.1px;
}

.section-8 .footer-fourth-col-follow-us {
    color: var(--Blue-Gray-200, #E2E8F0);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 48px 0 20px 0;
}

.section-8 .footer-fourth-col-social-links>img:not(:last-child) {
    margin-right: 16px;
}

.section-8 .footer-second-row-first-col-title {
    color: var(--Blue-Gray-200, #E2E8F0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    flex: 1 0 0;
}

.section-8 .footer-second-row-second-col>.col:last-child {
    text-align: center;
    text-wrap: nowrap;
    overflow: auto;
}

.section-8 .footer-second-row-second-col-title {
    color: var(--Blue-Gray-200, #E2E8F0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}

.section-8 div.footer-second-row-second-col-title:not(:last-child) {
    margin-right: 32px;
}

.section-8>.section-8-second-row {
    margin-top: 48px;
    padding: 24px 0;
    border-top: 1px solid var(--Blue-Gray-700, #334155);
    margin-left: 0;
    margin-right: 0;
}