@charset "UTF-8";
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p0 {
    padding-left: 0;
    padding-right: 0;
}
.m0 {
    margin: 0;
}
.m30 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m40 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-t-sm {
    margin-top: 25px;
}
.m-t-md {
    margin-top: 50px;
}
.m-t-lg {
    margin-top: 100px;
}
.m-t-xl {
    margin-top: 200px;
}
.m-b-sm {
    margin-bottom: 25px;
}
.m-b-md {
    margin-bottom: 50px;
}
.m-b-lg {
    margin-bottom: 100px;
}
.m-b-xl {
    margin-bottom: 200px;
}
.p-t-md {
    padding-top: 50px;
}
.p-b-md {
    padding-bottom: 50px;
}
.t-m50 {
    margin-top: -78px;
    margin-bottom: 50px;
}
.r30 {
    border-radius: 15px;
    box-shadow: 1px 34px 41px -20px #a45533;
    margin-top: 30px;
    margin-bottom: 50px;
}
.r20 img {
    border-radius: 20px;
}
.r10 {
    border-radius: 10px;
    transition: 0.3s all;
}
.r10:hover {
    -webkit-box-shadow: 0 19px 19px -17px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0 19px 19px -17px rgba(0, 0, 0, 0.49);
    box-shadow: 0 19px 19px -17px rgba(0, 0, 0, 0.49);
}
.shadow-md {
    box-shadow: 0 10px 20px 6px rgba(0, 0, 0, 0.25);
}
.has-error input,
.has-error select,
.has-error textarea {
    border: 4px solid #000 !important;
}
.full {
    position: inherit;
}
ul.menu {
    height: 100px;
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}
ul.menu li {
}
ul.menu li a {
    display: block;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 12pt;
    color: #65717F;
    text-decoration: none;
}
ul.menu li .dropdown-menu.show {
    background: #fff;
    position: absolute;
    z-index: 9999;
    list-style: none;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px !important;
    border-radius: 0;
}
ul.menu li .dropdown-menu.show li {
    margin: 0 5px 0 5px;
    padding: 10px;
    border: 1px solid #1d252c;
    border-radius: 30px;
    text-align: center;
}
ul.menu li .dropdown-menu.show li a {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 14px;
    color: #1d252c;
    letter-spacing: 1px;
}
ul.menu li .dropdown-menu.show li:hover {
    background: #1d252c;
}
ul.menu li .dropdown-menu.show li:hover a {
    color: #fff;
}
ul.menu .kontakt {
    background: #004470;
    color: #fff;
    padding: 15px 20px;
    transition: 0.3s all;
}
ul.menu .kontakt:hover {
    background: #fff;
    color: #004470;
}
ul.menu .kontakt a {
    color: #fff!important;
}
ul.menu .kontakt:hover a {
    color: #004470!important;
}
#tgl-btn,
.kapa,
.menu-baslik,
label.toggle {
    display: none;
}
@media screen and (max-width: 767px) {

    label.toggle {
        cursor: pointer !important;
        display: block;
        float: right;
        padding: 10px;
        width: 55px;
        height: auto;
        border: none;
        outline: 0;
        margin: 5px 10px 0 0;
        background: #a09281;
    }
    label.toggle:hover {
        cursor: pointer;
    }
    label.toggle:hover .line:nth-of-type(1) {
        width: 80%;
    }
    label.toggle:hover .line:nth-of-type(2) {
        width: 60%;
    }
    label.toggle:hover .line:nth-of-type(3) {
        width: 40%;
    }
    .line {
        width: 100%;
        height: 4px;
        background: #fff;
        transition: 0.3s all;
        display: block;
        margin-bottom: 8px;
    }
    .line:last-child {
        margin-bottom: 0;
    }
    .menu-baslik {
        display: block;
        padding: 30px;
        margin-bottom: 0;
        display: block;
        width: 100%;
        text-align: left;
    }
    .menu-baslik span {
        display: block;
        cursor: pointer;
        float: right !important;
    }
    .menu-baslik a {
        color: #000;
    }
    ul.menu {
        display: block !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: fixed;
        right: -100vw;
        width: 100vw !important;
        height: 100% !important;
        background: #fff!important;
        top: 0;
        z-index: 999999;
        border-radius: 0;
        transition: 0.3s;
    }
    ul.menu li {
        float: none;
        text-align: center;
        display: block;
        position: relative;
        border-bottom: 1px solid #d8d8d8;
        padding: 15px 20px;
        line-height: 25px;
        margin: 0;
        line-height: 40px;
    }
    ul.menu li .dropdown-menu.show {
        margin-top: 0 !important;
        padding: 25px 0;
    }
    ul.menu li .dropdown-menu.show li {
        margin-bottom: 10px !important;
        padding: 10px;
    }
    ul.menu li .dropdown-menu.show li a {
        font-size: 14px !important;
    }
    ul.menu li a {
        display: block;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 35px;
        color: #1d252c;
    }
    ul.menu .aktif:after {
        display: none;
    }
    input#tgl-btn:checked + ul.menu {
        right: 0;
        height: 100vh!important;
    }
}
@media screen and (max-width: 320px) {
    ul.menu {
        overflow-x: hidden;
    }
}
