body {
    padding-top: 150px
}

.logo {
    margin: 0 auto
}

.menu {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1px 9px 0 rgba(12, 13, 17, 0.24)
}

.hamburger:hover {
    cursor: pointer
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

input#buton:checked+.ana {
    background: #F7941E;
    width: 260px;
    height: 180px;
    padding: 12px;
    display: block;
    opacity: 1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

input#buton:checked+.ana ul li {
    height: 30px;
    padding: 16px;
    margin: 0 0 16px;
    opacity: 1
}

.ana {
    background: #F7941E;
    width: 0;
    height: 0;
    padding: 0;
    visibilty: hidden;
    overflow: hidden;
    transition: all 200ms;
    opacity: 0;
    position: absolute;
    box-shadow: 0 1px 9px 0 rgba(12, 13, 17, 0.24);
    z-index: 999
}

.ana ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ana ul li {
    visibilty: hidden;
    transition: all 500ms;
    opacity: 0
}

.ana ul li span {
    margin-right: 8px
}

.p0 {
    padding: 0 !important
}

.p80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.m30 {
    margin-bottom: 30px
}

.m100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.yesil {
    background: #F7941E
}

.orta {
    margin: 0 px;
    text-align: center
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.hizmetler {
    border: 1px solid #000;
    border-radius: 42px;
    height: 85px;
    width: 100%;
    margin-top: -40px;
    background: #fff
}

ul.hizmetler li {
    float: left;
    margin: 18px 2.7% 0
}

@keyframes map {
    0% {
        top: 0
    }

    100% {
        top: 15px
    }
}

.map-icon {
    position: inherit;
    animation-name: map;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.iletisim-bt {
    background: #fff;
    border-radius: 22px;
    border: none;
    padding: 10px;
    box-shadow: 0 1px 9px 0 rgba(12, 13, 17, 0.24);
    width: 263px;
    height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    outline: none;
    margin-top: 30px
}

.iletisim-bt:active {
    box-shadow: none
}

.slick-active {
    transition: 300ms all;
    text-align: center;
    outline: none
}

@keyframes lk {
    0% {
        transform: scale(1, 1)
    }

    100% {
        transform: scale(1.1, 1.1)
    }
}

.like {
    animation-name: lk;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin-top: 70px;
    margin-bottom: 30px
}

img.memnun {
    margin: 0 auto;
    margin-top: -200px;
    transition: 200ms all
}

ul.nav-tabs {
    width: 100%;
    min-height: 85px;
    background: #F7941E;
    border-radius: 45px;
    margin-top: 80px;
    margin-bottom: 50px
}

.nav-tabs li {
    margin: 16px 4% 0;
    line-height: none
}

.nav-tabs li a {
    /*font-family: 'Arima Madurai', cursive;*/
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: none !important;
    transition: 200ms all
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: none !important;
    border-radius: 30px
}

.nav-tabs li a:hover {
    border-radius: 30px;
    color: #000;
    background: #fff
}

.slider {
    width: 100%;
    margin: 100px auto
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%
}

.slick-prev:before,
.slick-next:before {
    color: #000
}

.input-group {
    margin-top: 40px;
    margin-bottom: 40px
}

.iletisim-txt {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: #000;
    height: 50px;
    background: none
}

.iletisim-txt:focus {
    outline: none !important
}

.iletisim_msj {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: #000;
    height: 50px;
    background: none
}

.iletisim_msj:focus {
    outline: none !important
}

.gonder {
    background-color: #F7941E;
    border-radius: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    width: 100%;
    height: 44px;
    text-align: left;
    margin-top: 30px
}

.gonder:hover {
    background: #01b928;
    color: #fff
}

#map {
    width: 100%;
    height: 587px;
    padding: 0;
    -webkit-box-shadow: -13px 0 21px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -13px 0 21px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -13px 0 21px -12px rgba(0, 0, 0, 0.75)
}

.carousel-control-next-icon {
    width: 12% !important;
    height: 12% !important;
}

.carousel-control-prev-icon {
    width: 12% !important;
    height: 12% !important;
}

.hizmetler img {
    aspect-ratio: 3/2.3;
    object-fit: contain;
    width: 100%;
}