.sr-img-main{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sr-oteller-img{
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.sr-galeri-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sr-flag{
    width: 30px;
    height: auto;
}

.sr-flag2{
    width: 18px;
    height: auto;
}


.sr-h3 h3{
    color: #D80032;
}

.mesaj{
    text-align: center;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
}

.error {
    padding: 20px;
    background-color: #c0392b;
    color: white;
}

.warning {
    padding: 20px;
    background-color: #f39c12;
    color: white;
}

.info {
    padding: 20px;
    background-color: #34495e;
    color: white;
}

.success {
    padding: 20px;
    background-color: #2ecc71;
    color: white;
}

.kapatbtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.kapatbtn:hover {
    color: black;
}

@media only screen and (max-width: 1024px) 
{
    .mesaj{
        right: 2%;
        left: 2%;
        text-align: center;
        width: 96%;
    }
}

.sr-butonlar{
    padding: 15px 20px;
    color: #fff;
}

.sr-whatsapp{
    background-color: #2ecc71;
}

.sr-basvuru{
    background-color: blue;
}

/* Checkbox boyutunu büyüt */
.form-checkboxes .checkbox-option input[type="checkbox"] {
    width: 15px;
    height: 15px;
    transform: scale(1.5); /* Checkbox boyutunu büyüt */
    margin-right: 10px; /* Etiket ile checkbox arası boşluk */
}

/* Etiket boyutunu ayarla */
.form-checkboxes .checkbox-option label {
    font-size: 18px; /* Etiket yazı boyutunu büyüt */
    vertical-align: middle;
}

/* Checkboxların görünümünü düzenle */
.checkbox-option {
    margin-bottom: 10px; /* Her bir seçeneğin arasına boşluk ekle */
}