.tra-menu .wsmainfull {
    padding: 0 15px !important;
}
.btn-rezervasyon {
    color: #000 !important;
    background-color: rgb(255 255 255 / 75%) !important;
    border-color: transparent !important;
}

.btn-rezervasyon:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.scroll .btn-rezervasyon:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}
.btn-form
{
    color: #000!important;
    background-color: #ffffff;
    border-color: #ffffff!important;
}
.btn-form:hover
{
    color: #fff!important;
    background-color: #000;
    border-color: #000!important;
}
.btn-form2
{
    color: #fff!important;
    background-color: #000;
    border-color: #000!important;
}
.btn-form2:hover
{
    color: #000!important;
    background-color: #fff;
    border-color: #000!important;
}

.desktoplogo img {
    padding: 10px;
}

.wsmenu {
    margin-top: 8px !important;
}

a.btn.p-sm.btn-tra-01.color-02-hover {
    position: absolute;
    top: 500px;
    left: 75px;
}

.tra-menu .wsmainfull {
    background-color: rgb(0 0 0 / 30%) !important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

li.clearfix.d-flex.align-items-center:hover {
    background-color: red;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.scroll .btn-rezervasyon
{
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.hizmetler_row .col-md-5 ,.col-lg-6
{
    margin-bottom: 10rem;
}
.btn-egitim
{
    background-color: #000 !important;
    color: #fff !important;
}
.btn-egitim:hover
{
    background-color: #fff !important;
    color: #000 !important;
}
.wsmenu > .wsmenu-list > li :hover
{
    font-size: 16px;
}
@media (max-width:767px) {
    .mobilde_var {
        display: block !important;
    }

    .masada_var {
        display: none !important;
    }
    .masada_ok
    {
        display: none !important;
    }

}

@media (min-width:768px) {
    .mobilde_var {
        display: none !important;
    }

    .masada_var {
        display: block !important;
    }
    .mobilde_ok
    {
        display: none !important;
    }

}