﻿.market-pulse {
    background-image: url('../images/event/marketpulse.jpg');
    width: 100%;
    padding: 15px;
    height: auto;
    display: flex;
}

.date-btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, #0072ff, #00c6ff);
    border: none;
    border-radius: 25px; /* Tamamen yuvarlatılmış kenarlar için */
    cursor: pointer;
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
    margin-left: 50%;
}

.images-desc {
    width: 50%;
}

.mp-title .title h5 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    word-spacing: 3px;
    margin-left: 30%;
}

.mp-title .desc {
    color: white;
    margin-left: 30%;
}

.speakers {
    margin-left: 18%;
}

.ml-16 {
    margin-left: 16%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ml-50 {
    margin-left: 50%;
}

.register-form {
    width: 50%;
}

.konf-desc {
    width: 100%;
}

.register-form-card {
    height: 100%;
    width: 75%;
    float: right;
}

.register-form-quickForm {
    border-radius: 15px;
    border: 1px solid #012060;
    background: #fff;
}

    .register-form-quickForm .qBody {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
    }

        .register-form-quickForm .qBody .row {
            padding-top: 15px;
        }
        .register-form-quickForm-mobile .qBody .row {
            padding-top: 15px;
        }
.register-form-mobile {
    width: 93%;
    margin-bottom:15px;
}
.register-form-card-mobile {
    height: 100%;
    width: 75%;
    float: right;
}

.register-form-quickForm-mobile {
    border-radius: 15px;
    border: 1px solid #012060;
    background: #fff;padding:15px;
}

.event-program {
    width: 100%;
}

    .event-program .desc {
        width: 50%;
        padding:50px;
        
    }

    .event-program .desc .row{ 
        margin-top: 25px;
    }
    .event-program .bosh-image {
        width: 50%;
    }


@media screen and (max-width: 850px) {
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 850px) {
    .mobile{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .event-image img {
        width: auto!important;
    }
}