﻿body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #323232;
    background: linear-gradient(66.37deg, #FFFFFF 24.51%, #EDECFF 57.76%, #FFFFFF 90.22%);
    font-size: 14px
}

.sticky-top {
    background-color: transparent; /* İlk başta transparan */
    transition: background-color 0.3s ease; /* Geçiş efekti */
}

    .scrolled {
        background-color: white; /* Scroll sonrası beyaz */
        transition: background-color 0.3s ease-in-out;
        /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* İsteğe bağlı gölge */
    }

.url-shortener {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .url-shortener form {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

.shortener-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    color: #8f8f8f;
    background-color: #f9f9f9;
}

    .shortener-input::placeholder {
        color: #d3d3d3;
    }

.shortener-button {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .shortener-button:hover {
        background-color: #6d48a6;
    }

.signUpButton {
    background: linear-gradient(180deg, #763EFB 0%, #A75CE8 100%);
    color: #ffffff;
    font-weight: 700;
    line-height: 32px;
    height: 44px
}

.signInButton {
    line-height: 32px;
    height: 44px
}

.ozelliklerKutusu {
    background: #FFFFFF99;
    border-radius: 14px;
    border: 0px #ffffff solid;
    box-shadow: 16px 32px 74px 0px #1C3BA81A;
    min-height:270px;
}

    .ozelliklerKutusu .card-body {
        font-size: 16px;
    }

    .ozelliklerKutusu .card-body span{
        font-size: 24px;
        font-weight: 700;
        color: #1C3BA8;
        display: block;
    }

.mainpage-gradient-text {
    background: linear-gradient(90deg, #FFFFFF 0%, #D1D1D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-weight: bold;
    font-size: 45px;
}
/*
.dm-sans-<uniquifier > {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}*/


footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f8f9fa 100%);
}

.footer-logo {
    height: 40px; /* Adjust the height as needed */
    opacity: 0.5; /* Faded effect for the logo */
}


 
.pano {
    box-shadow: 0px 0px 12.96px 4.89px #0000000D;
    border-radius: 36px;
    background-color: #ffffff;
}

.feature-list {
}

    .feature-list li {
        list-style: none;
    }

        .feature-list li::before {
            content: "✓";
            color: #6d28d9;
            margin-right: 10px;
            font-weight: bold;
        }

.altiniCiz {
    border-bottom: 1px solid #dadada6b;
    width: 90%;
    display: inline-block;
}

.titleButton {
    background-color: #ffffff !important;
    border: 2px solid #A65CE8;
    width: 180px;
    color: #A65CE8;
    border-radius: 36px;
    font-weight: 500;
    cursor: default;
}

    .titleButton:active {
        background-color: #ffffff !important;
        border: 2px solid #A65CE8 !important;
        width: 180px;
        color: #A65CE8 !important;
        border-radius: 36px;
        font-weight: 500;
        cursor: default;
    }

    .titleButton:hover {
        background-color: unset;
        border: 2px solid #A65CE8;
        color: #A65CE8;
    }

.subtitle {
    color: #a8a8a8;
}

.subtitleMessage {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
}

.subButton {
    background-color: #000000;
    color: #FFFFFF;
    border: none;
}

    .subButton:hover {
        background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
        color: #FFFFFF;
        border: none;
    }

.mostPopularButton {
    background: linear-gradient(180deg, #8F4ACF 0%, #7094F4 100%);
    border: unset;
    border-radius: 12px;
    font-size: 12px;
    padding: 5px 16px;
    position: absolute;
    top: -16px;
    right: 10px;
    cursor: default;
}

