    .white {
        color: white !important;
    }

    .navbar-custom {
        background-color: #f8f9fa;
    }

    .navbar-brand-custom {
        display: flex;
        align-items: center;
    }

    .navbar-brand-custom img {
        height: 40px;
        margin-right: 10px;
    }

    .navbar-link-custom {
        color: #6c757d;
        font-weight: 500;
        margin-right: 20px;
    }

    .navbar-link-custom:hover {
        color: #ff7043;
    }

    .footer-custom {
        background-color: #777777;
        color: #000000;
        font-family: Inter;
        font-weight: 600;
        font-size: 20px;
    }

    .footer-custom a {
        text-decoration: none;
        color: white;
        font-weight: bolder;
        cursor: pointer;
    }

    .Poweredby {
        font-size: 14px;
        background-color: #ff7043;
        color: white;
    }

    .Poweredby a {
        text-decoration: none;
        color: white;
        font-weight: bolder;
        cursor: pointer;

    }

    /* Hero Section */
    .text-orange {
        color: #ff7043;
    }

    .hero-section {
        background-color: #f5f5f5;
        padding: 80px 0;
        display: flex;
        align-items: center;
    }

    .hero-content-custom {
        max-width: 400px;
        margin-bottom: 20px;
    }

    .hero-images img {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .btn-download-custom {
        background-color: #ff7043;
        color: white;
        border-radius: 20px;
        font-size: 2.2rem;
        padding: 10px 30px;

    }

    .btn-download-custom:hover {
        background-color: #ff5722;
    }

    .feature-content-custom {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-top: 40px;
    }

    .feature-item-custom {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    /* Feature Section */
    .feature-section-custom {
        background-color: #d9d9d9;
        padding: 50px 0;
    }

    .feature-description-custom {
        font-size: 2.6rem;
        color: #5c5c5c;
        margin-top: 20px;
    }

    /* Download Section */
    .download-section-custom {
        background-color: #f5f5f5;
        padding: 50px 0;
    }

    .download-card-custom {
        background-color: white;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .btn-ios-custom {
        background-color: #ff7043;
        color: white;
        border-radius: 20px;
        margin-top: 10px;
        float: right;
        font-size: xx-large;
    }

    .btn-android-custom {
        background-color: #757575;
        color: white;
        border-radius: 20px;
        margin-top: 10px;
        float: right;
        font-size: xx-large;
    }

    /* About, References and Support Sections */
    .about-section-custom,
    .references-section-custom,
    .support-section-custom {
        padding: 50px 0;
    }

    .about-section-custom {
        background-color: #ff7043;
        color: white;

    }

    .support-section-custom {
        background-color: #c4c4c4;
    }

    .top-header {
        width: 299px;
        height: 85px;
        top: 330px;
        left: 42px;
        gap: 0px;
        opacity: 0px;
        color: #ff7043;
        border-bottom: 1px solid black;
    }

    .text-right {
        text-align: right;
    }

    .text-left {
        text-align: left;
    }

    .float-right {
        float: right;
    }

    .underline {
        border-bottom: 4px solid gray;
        margin-bottom: 55px;
    }

    .underline-white {
        border-bottom: 4px solid rgb(255, 255, 255);
        margin-bottom: 55px;
    }

    .container-width {
        width: 75%;
    }

    .concert-card {
        width: 470px;
        position: absolute;
        top: 200px;
        z-index: 1300;
        height: 1000px;
    }

    .slider-card-first {
        text-align: right;
        padding-top: 100px;
        height: 700px;
    }

    .product-card {
        width: 370px;
    }

    .sale-card {
        width: 370px;
    }

    .hero-head {
        font-family: Inter;
        font-weight: 600;
        font-size: 80px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #666666;


    }

    .hero-title {
        font-size: 70px;
        padding-left: 3rem;

    }

    .hero-text {
        font-family: Inter;
        font-weight: 400;
        font-size: 38px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        color: #666666;

    }

    .header-font-size {
        font-family: Inter;
        font-weight: 800;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .map-card {
        position: absolute;
        z-index: 1000;
        top: 1150px;
        left: 1080px;

    }

    .section-title-custom {
        font-family: Inter;
        font-weight: 600;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .about-text {
        font-family: Inter;
        font-weight: 200;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 00%;

    }

    .references-bg {
        background-color: #ff7043;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 15%;
        padding-right: 15%;
    }

    .references-bg img {
        width: 300px;
        height: 128px;
        margin-left: 40px;
        object-fit: fill;
        margin-top: 10px;
    }

    .qr-img {
        height: 150px;
    }

    .logo-header {
        height: 70px;
    }

    .my-info {
        font-weight: bolder;
    }

    .logo-large {
        margin: 20px;
        width: 350px;
    }

    .sosyalbutonlar {
        margin-top: 50px;
        display: inline-block;
        position: relative;
    }

    .sosyalbutonlar a {
        background: #a1a1a1;
        text-decoration: none;
        color: #FFF;
        width: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 10px;
        margin-right: 20px;
        font-size: 30px;
        overflow: hidden;
        position: relative;
        line-height: 60px;
        text-align: center;
    }

    .sosyalbutonlar a {
        transition: transform 0.4s linear 0s,
            border-top-left-radius 0.1s linear 0s,
            border-top-right-radius 0.1s linear 0.1s,
            border-bottom-right-radius 0.1s linear 0.2s,
            border-bottom-left-radius 0.1s linear 0.3s;

    }

    .sosyalbutonlar .facebook:hover {
        background-color: #3b5998;
        transform: rotate(360deg);
        border-radius: 50%;
    }

    .sosyalbutonlar .twitter:hover {
        background-color: #00aced;
        transform: rotate(360deg);
        border-radius: 50%;
    }

    .sosyalbutonlar .google-plus:hover {
        background-color: #dd4b39;
        transform: rotate(360deg);
        border-radius: 50%;
    }

    .sosyalbutonlar .instagram:hover {
        background-color: #bc2a8d;
        transform: rotate(360deg);
        border-radius: 50%;
    }

    .sosyalbutonlar .linkedin:hover {
        background-color: #00aced;
        transform: rotate(360deg);
        border-radius: 50%;
    }

    .sosyalbutonlar .youtube:hover {
        background-color: #bb0000;
        transform: rotate(360deg);
        border-radius: 50%;
    }

    .harita-boyut {
        width: 100% !important;
        height: 400px !important;
    }

    body {
        background-color: #F1F1F1;
        /* Açık gri bir arka plan rengi */
        overflow-x: hidden;
    }

    @media (max-width: 1921px) {
        .hero-head {
            font-size: 50px;
        }

        .hero-text {
            font-size: 24px;
            text-align: center;
        }

        .feature-description-custom {
            padding-left: 15%;
            font-size: 40px;
        }


        .concert-card {
            position: static;
            width: 100%;
            margin-top: 20px;
        }

        .map-card {
            position: absolute;
            z-index: 1000;
            top: 1050px;
            left: 840px;
        }

        .logo-header {
            height: 40px;
        }

        .logo-large {
            margin: 10px;
            width: 270px;
        }

        .cart-content {
            font-size: 14px;
        }
    }

    @media (max-width: 1441px) {
        .product-card {
            width: 250px;
        }

        .sale-card {
            width: 250px;
        }

        .hero-head {
            font-size: 50px;
        }

        .hero-text {
            font-size: 24px;
            text-align: center;
        }

        .feature-description-custom {
            font-size: 28px;
            padding-left: 40%;
        }


        .concert-card {
            position: static;
            width: 100%;
            margin-top: 20px;
        }

        .map-card {
            position: absolute;
            z-index: 1000;
            top: 1100px;
            left: 625px;

        }

        .logo-header {
            margin-top: -30px;
            height: 40px;
        }

        .cart-content {
            font-size: 14px;
        }
    }

    @media (max-width: 1199px) {
        .product-card {
            width: 250px;
        }

        .main-page-card {
            width: 350px;
        }

        .sale-card {
            width: 250px;
        }

        .header-font-size {
            font-size: 22px;
        }

        .hero-head {
            font-size: 50px;
        }

        .hero-text {
            font-size: 24px;
            text-align: center;
        }

        .feature-description-custom {
            padding-left: 35%;
            font-size: 28px;
        }


        .concert-card {
            position: static;
            width: 100%;
            margin-top: 20px;
            margin-left: 30%;
        }

        .map-card {
            position: absolute;
            z-index: 1000;
            top: 1100px;
            left: 450px;
            width: 350px;
        }

        .logo-header {
            height: 40px;
        }

        .logo-large {
            margin: 20px;
            width: 200px;
        }

        .cart-content {
            font-size: 14px;
        }

        .harita-boyut {
            margin-top: 50px;
            width: 100% !important;
            height: 700px !important;
        }
    }

    @media (max-width: 991px) {
        .hero-head {
            font-size: 36px;
        }

        .hero-text {
            font-size: 20px;
        }

        .feature-description-custom {
            font-size: 28px;
        }

        .references-bg {
            flex-wrap: wrap;
            justify-content: center;
        }

        .references-bg img {
            width: 200px;
            height: auto;
            margin-bottom: 20px;
            margin-top: 10px;
        }

        .qr-share {
            display: none !important;
        }

        .header-font-size {
            font-size: 20px;
        }

        .download-card-custom a {
            font-size: large;
        }

        .logo-header {
            height: 40px;
        }
    }

    @media (max-width: 576px) {

        .underline {
            border-bottom: 4px solid gray;
            margin-bottom: 25px;
        }

        .underline-white {
            border-bottom: 4px solid rgb(255, 255, 255);
            margin-bottom: 25px;
        }

        .section-title-custom {
            font-family: Inter;
            font-weight: 600;
            font-size: 28px;
            line-height: 100%;
            letter-spacing: 0%;

        }

        .hero-head {
            font-size: 28px;
            padding-right: 10px;
        }

        .hero-title {
            font-size: 50px;
            padding-left: 4rem;

        }

        .product-card {
            width: 300px;
        }

        .sale-card {
            width: 300px;
        }



        .slider-card-first {
            text-align: right;
            padding-top: 0px;
            height: 700px;
        }

        .about-text {
            font-family: Inter;
            font-weight: 200;
            font-size: 26px;
            line-height: 100%;
            letter-spacing: 00%;

        }

        .hero-text {
            font-size: 16px;
        }

        .feature-description-custom {
            font-size: 20px;
        }

        .references-bg img {
            width: 150px;
            height: auto;
            margin-bottom: 50px;
            margin-top: 25px;
        }

        .navbar-link-custom {
            font-size: 16px;
            margin-bottom: 10px;
            display: block;
        }

        .hero-section,
        .feature-section-custom {
            flex-direction: column;
            padding: 40px 10px;
        }

        .download-section-custom .col-md-5 {
            width: 100%;
        }

        .map-iframe {
            height: 300px !important;
        }

        .concert-card,
        .map-card {
            position: static;
            width: 100%;
            margin-top: 10px;
            width: 300px;
            margin-left: 10%;
        }

        .footer-custom .d-flex {
            flex-direction: column;
        }

        .footer-custom a {
            margin-bottom: 10px;
        }

        /* Ek olarak senin eklediğin headsection */
        .logo-header {
            height: 40px;
        }

        .headsection {
            padding: unset !important;
        }

        .logo-large {
            margin: 10px;
            width: 270px;
        }

        .sosyalbutonlar a {
            background: #a1a1a1;
            text-decoration: none;
            color: #FFF;
            width: 48px;
            height: 48px;
            display: inline-block;
            border-radius: 10px;
            margin-right: 20px;
            font-size: 30px;
            overflow: hidden;
            position: relative;
            line-height: 48px;
            text-align: center;
        }

        .harita-boyut {
            margin: 10px;
            width: 100% !important;
            height: 700px !important;
        }
    }