.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: 32px;
    height: auto;
}

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

.sr-logo{
    max-width: 80%;
}

.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%;
    }
}