﻿@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";

body {
     font-family: "Roboto Condensed" !important;
    font-size:18px;
    
}

a {
    outline: none !important;
}
a img {
    outline: none !important;
}
button:focus {
    outline: none !important;
}

.onlymobile {display:none !important;}
.header-top {
    color: #000;
    position: fixed;
    top: 0px;
    height: 48px;
    z-index: 1031;
    width: 100%;
    font-size:14px;
    padding: 10px;
    background-color: #f9f9f9;
}
.container-search {
    width:80%;
    margin:auto;
}
    .header-top.moved {
        top: -48px;
        transition: all 0.3s ease-out;
    }
    .fixed-top {
      /*  top: 48px !important;*/
    }
.navheader {
    display:none !important;
}
.jumbotron {
    height: 480px;
    padding: 0px;
    position: relative;
}
    .jumbotron .overlay {
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 150px 0px 0px 0px;
    }

        .application-form, .application-features {
            background-color:rgba(0,0,0,0.5);
            color:#000;
            padding:12px;
            border-radius:3px;
        }
            .application-form h3, .application-features h3 {
                font-weight: 600;
                font-size:20px;
            }

            .application-features .feature-icon {
                font-size:38px;
            }
            .application-features .card p {
                font-size: 14px;
            }
    /*@keyframes mymove {
            from {
        bottom: 25px;
    }

    to {
        bottom: 10px;
    }
}*/

.navbar-brand {
    width:200px; 
    color:#000; 
    font-size:12px;
}

.navbar-brand span {
    margin-left: 33px;
    padding: 14px 15px;
    display: block;
    font-weight: 700;
    font-size: 13px;
}


#btnexplore {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
    height: 100px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative !important;
    padding: 5px 1em !important;
}
.ui-menu .ui-menu-item {
    padding:4px;
    font-size:14px;
}
.ui-menu-item-wrapper {
    font-weight:600;
    border:none !important;
}
    .ui-menu-item-wrapper span {font-weight:normal !important;}
    .ui-menu-item-wrapper.ui-state-active {
        background-color: rgba(63, 169, 183, 0.2) !important;
        border: none !important;
        font-weight: 600 !important;
        color: #000 !important;
    }
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px !important;
}


.fixed-top.moved {
    top: 0px !important;
}

.selectcity {
    padding: 15px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-bottom: 20px;
}


.mainslide {
    width:100%;
    height:140px;
    overflow:hidden;
}

.navbar-nav .nav-link {
    color: #000;
    margin-left: 15px !important;
    font-size: 13px !important;
    padding: .2rem;
}

.navbar {
    transition: all 0.3s ease-out;
    background-color: #f9f9f9;
}

.navbar .logod {display:none;}
    .navbar .logow {
        display: block;
    }
    .navbar.moved {
        transition: all 0.3s ease-out;
        height: 55px;
        top: 0px;
        z-index: 1000;
    }
        .navbar.moved .logod {display:block;}
        .navbar.moved .logow {
            display: none;
        }
        .navbar.moved .navbar-nav .nav-link {
            /*color: #000;*/
            border-bottom:solid 2px #fff;
        }
        .navbar .navbar-nav .nav-link {
            /*color: #000;*/
            border-bottom:solid 2px #fff;
        }        
            .navbar .navbar-nav .nav-link.loginbtn {
                border-radius: 5px;
            }
    .navbar .nav-item {
        line-height:28px;
    }
        .navbar .nav-item .nav-link:hover {
            color: #534f44;
            border-bottom:solid 2px #000000;
        }



.dropdown-item {
    font-size: 14px;
}
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: rgba(255, 193, 7, 0.3);
    }


.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
    height: 100%;
}
.owl-carousel .owl-item {
    position: relative;
}
    .owl-carousel .owl-item .item {
        height:100%;
        background-position:top center;
        background-repeat:no-repeat;
        background-size:cover;
    }
        .owl-carousel .owl-item .item .overlay {
            background: rgba(0,0,0,0.5);
            width:100%;
            height:100%;
            position:absolute;
            left:0;
            top:0;
        }
        .owl-item .item-caption {
            height: 100%;
            position: relative;
        }
    .owl-item .item-caption .item-text {
        position: absolute;
        top: 15%;
        color: #fff;
        width:100%;

    }

        .owl-item .item-caption .item-text h2 {
            font-size: 26px;
            font-weight:700;
            text-shadow: 2px 2px 2px #333;
        }

        .owl-item .item-caption .item-text p {
            text-shadow: 1px 1px 2px #333;
        }

.mainslide  .owl-dots {
    display: none;
}
    .owl-dots {
    bottom: 20px;
    z-index: 1000;
    width: auto;
    padding:10px;
    text-align:center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: rgba(255,255,255,0.5);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
}
    .owl-carousel button.owl-dot.active {
        background: rgba(0,0,0,0.9);
    }
    .owl-carousel button.owl-dot {
        background: rgba(0,0,0,0.5);
    }

.owl-nav {
    display:none;
}

.blogslide .owl-nav {
    display:block;
    position: absolute;
    top: 5px;
    width: 100%;
    color: #ffc107 !important;
    top:20%;
}
.blogslide .owl-nav .owl-prev {
    left: -60px;
    position: absolute;
    font-size: 100px !important;

}
.blogslide .owl-nav .owl-next {
    right: -40px;
    position: absolute;
    font-size: 100px !important;
}
.diger-urunler .card-title {
    margin-bottom: 0px;
}


.neden-icon {
    font-size:60px;
}

main {
    margin-top:75px;
}

.main-products p {
    font-size: 14px;
}


/* REZERVASYONLAR */

.rezbox .editmenu {
    width: 200px;
    padding: 0px;
}
    .rezbox .editmenu a {
        font-size:13px;
        color:#000;
    }

    .rezbox {
        color: #717171;
        font-size: 14px;
    }

.rezdetay {
    border-top: solid 1px #ececec;
    padding-top: 8px;
    margin-top: 8px;
}

.rezbox .routetext.first {
    border-left: dotted 1px #000;
}

.rezbox .pickheader, .rezbox .dropheader {
    font-weight: 500;
}

.rezbox .routetext {
    font-weight: 300;
    margin-left: 3px;
    padding-left: 14px;
    font-size: 13px;
}

.rezprice {
    font-size: 20px;
    font-weight: 600;
}

.rezbox .customer i {
    width: 25px;
    text-align: center;
    font-size: 15px;
}



/* ANA SAYFA */

.ui-widget-content {
    border-top:solid 0px #fff !important;
    margin-top:-7px !important;
}
.ui-widget.ui-widget-content {
    border-top: solid 0px #fff !important;
}
.main-products h1 {
    font-size: 30px;
    font-weight: 600;
}


.steps .card-body h4 {
    color:rgba(0,0,0,0.4);
    font-size:22px;
    font-weight:600;
}
.steps .card-body h3 {
    color: rgba(0,0,0,0.9);
    font-size: 35px;
    font-weight: 600;
}

.steps .card-body p {
    color: rgba(0,0,0,0.9);
    font-size: 16px;
}

.destinations {
    position:relative;
    width:100%;
}
.destination {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    height: 185px;
}

    .destination .linkcover {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-position:center center;
        background-size:cover;
    }

        .destination .linkcover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            background:rgba(0,0,0,0.3);
            -webkit-transition: all 1.1s;
            -o-transition: all 1.1s;
            transition: all 1.1s;
            z-index:1;
        }
        .destination .linkcover:hover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            background-color: rgba(0,0,0,0.8);
            -webkit-transition: all 0.6s ease-out;
            -o-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
        }

    .destination .linkcover span {
        position: absolute;
        top: 50px;
        width: 100%;
        text-align: center;
        z-index: 100;
        left:0;
        color:#fff;
        font-size:22px;
        font-weight:700;
    }
        .destination .linkcover span i {
            display:block;
            font-style:normal;
            font-weight:500;
            font-size:15px;
        }

    .destination .linkfloat {
        position: absolute;
        color: #fff;
        border: solid 1px #fff;
        padding: 6px;
        z-index: 100;
        width: 80%;
        left: 10%;
        bottom: 15%;
        font-size: 12px;
        border-radius: 2px;
        transition: all 0.3s ease-out;
    }
        .destination .linkfloat:hover {
            position: absolute;
            color: #000;
            border: solid 1px #fff;
            padding: 6px;
            z-index: 100;
            width: 80%;
            left: 10%;
            bottom: 15%;
            font-size: 12px;
            background-color: #fff;
            text-decoration: none;
            transition: all 0.3s ease-out;
        }


.othercities {
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    margin-top: 5px;
    border-radius:5px;
    display:inline-block;
}

    .closecity {
        background-color:#fff;
        color:#000;
        font-size:20px;
        width:25px;
        height:25px;
        border-radius:50%;
        text-align:center;
        line-height:25px;
    }

       .closecity:hover {
            background-color:#000;
            color:#fff;
            text-decoration:none;
        }

     .minicity {
        width: 18%;
        height: 120px;
        background-position: center center;
        background-size: cover;
        float: left;
        margin: 1%;
        position:relative;
    }

     h4 {
        padding-left: 9px;
        font-size: 20px;
        font-weight: 600;
    }

        .minicity a {
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            color:#fff;
            text-align:center;
            font-weight:700;
            line-height:120px;
            font-size:18px;
            z-index:2;
        }

            .minicity a:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                bottom: 0;
                background: rgba(0,0,0,0.3);
                -webkit-transition: all 1.1s;
                -o-transition: all 1.1s;
                transition: all 1.1s;
                z-index: -2;
            }
    .minicity a:hover {
        text-decoration:none;
    }

.seomakale, .seomakale2 {
    height: 175px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    text-align:justify;
}

    .seomakale.acik, .seomakale2.acik {
        height: auto;
        transition: all 0.3s ease-out;
    }



.alticerik h3 {
    display: block;
    width: 100%;
}




.formpage .jumbotron {
    height: auto;
    position: relative;

}

    .formpage .jumbotron .overlay {
        position: relative;
        padding: 140px 0px 30px 0px;
    }




        /*  ehir Sayfas  */
        .sehirmenu {
            max-height: 300px;
            overflow-x: auto;
        }


.city .jumbotron {
    height: 590px;
    background-color: #000000;
    padding: 0px;
    position: relative;
    margin-bottom:0px;
}


    .city .jumbotron .overlay {
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 120px 0px 0px 0px;
    }


.city .jumbotron h1 {
    font-size:45px;
}

    .city .jumbotron h2 {
        font-size: 22px;
    }



.pagesubheader h2 {
    font-size:24px;
    margin-bottom:15px;
}
.pagesubheader h3 {
    font-size: 16px;
    max-width: 600px;
    margin: auto;
    line-height: 22px;
    color: #646b76;
}

.inputseperat {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 20px;
    z-index: 100;
    text-align: center;
    top: 25px;
    color: #ced4da;
}

.application-form .form-label {
    font-size: 13px;
    color: #949494;
    font-weight: 600;
}
.nspinner button {
    border: solid 1px #ccc;
}

.application-form .form-control:disabled, .application-form .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.application-form .form-control, #reservationform .form-control {
    height: 23px;
}
#reservationformmodal .form-control {
    height: 46px !important;
}
.datepicker td, .datepicker th {
    font-size: 13px;
    width: 30px !important;
    height: 30px !important;
}
/*#start, #destination, #start1, #destination1 {
    padding-left: 35px;
}*/
.errspan {
    float: right;
    margin-right: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #949191;
}
.errspanl {
    float: left;
    margin-left: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #949191;
}

/*#startdiv1, #destdiv1 {width:402px;}*/
.startdiv {
    position: absolute;
    width: 280px;
    z-index: -1;
    font-size: 15px;
    padding: 8px 5px;
    background: #fff;
    border: solid 1px #e8e8e8;
    max-height: 275px;
    top: 80px;
    transition: all 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
    overflow: auto;
}
    .startdiv.open {
        display: block;
        top: 52px;
        opacity:1;
        z-index:10;
        transition: all 0.3s ease-out;
        left:0px;
    }

    .startdiv i {
        width:24px;
        height:16px;
        text-align:center;
    }





.destdiv {
    position: absolute;
    width: 280px;
    z-index: -1;
    font-size: 15px;
    padding: 8px 5px;
    background: #fff;
    border: solid 1px #e8e8e8;
    max-height: 275px;
    top: 80px;
    transition: all 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
    overflow: auto;
}

    .destdiv.open {
        display: block;
        top: 52px;
        opacity: 1;
        z-index: 10;
        transition: all 0.3s ease-out;
        left:0px;
    }

    .destdiv i {
        width: 24px;
        height: 16px;
        text-align: center;
    }

    .hizmetnokta {
        padding-top:5px;
        padding-bottom:5px;
        font-size:14px;
    }
.hizmetnokta:hover {
    background-color:rgba(63, 169, 183, 0.62);
}

.destdiv h4, .startdiv h4 {
    font-size:14px;
    font-weight:600;
}
.populerlink {
    transition: all 0.3s ease-out;
    font-size:14px;
}
.populerlink:hover {
    background-color: #efefef;
    text-decoration: none;
    transition: all 0.3s ease-out;
}



/* Rezervasyon Sayfas  */
.vehiclecell:hover {
    background-color:#efefef;
}


.formsteps ul {
    padding: 0;
    list-style: none
}

    .formsteps ul li {
        float: left;
        width: 20%;
        text-align: center;
        position: relative
    }

.formsteps.mobilitystep ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative
}

.formsteps ul li dl dt {
    width: 30px;
    height: 30px;
    color: #999;
    border-radius: 50%;
    line-height: 30px;
    margin: auto;
    border: solid 1px #999;
}

.formsteps ul li dl dd {
    font-size: 12px;
    margin-top: 8px;
    color:#999;
}

.formsteps ul li:before {
    background-color: #000
}

.formsteps ul li:after {
    height: 1px;
    background-color: #000;
    position: absolute;
    content: '';
    width: 70%;
    top: 15px;
    left: -35%
}

.formsteps ul li.done + li:after {
    background-color: #1e6305
}

.formsteps ul li.active + li:after {
    background-color: #333;
}

.formsteps ul li:first-child:after {
    content: none
}

.formsteps ul li.active dl dt {
    background-color: #077ba1;
    color: #fff;
    border: none;
}

.formsteps ul li.active dl dd {
    color: #077ba1;
    font-weight: 600
}

.formsteps ul li.done dl dt {
    background-color: #05b3ef;
    color: #fff;
    border: none;
}

.formsteps ul li.done dl dd {
    color: #077ba1;
    font-weight: 600
}





/*   erik Sayfas */
.content .jumbotron {
    height: 260px;
    background-color: #000000;
    padding: 0px;
    position: relative;
}

    .content .jumbotron .item {
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .content .jumbotron .item .overlay {
            background: rgba(0,0,0,0.6);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

    .content .jumbotron .item-caption {
        height: 100%;
        position: relative;
    }

        .content .jumbotron .item-caption .item-text {
            position: absolute;
            bottom: 10px;
            color: #fff;
            text-align: center;
            width: 100%;
        }

            .content .jumbotron .item-caption .item-text h2 {
                font-size: 45px;
                font-weight: 600;
                text-shadow: 2px 2px 2px #333;
            }

            .content .jumbotron .item-caption .item-text p {
                font-size: 18px;
                text-shadow: 1px 1px 2px #333;
            }

          .gallery-item img {
              max-width:100%;
          }

.diger-urunler:hover {
    background-color: #17a2b8;
    text-decoration: none;
}

.stickyarea {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px;
    height: min-content;
}

    .stickyarea hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .formarea label {
        font-size: 13px;
        margin-bottom: 2px;
    }
.formarea .form-control {font-size:13px;}
.formarea .ekstraadet {font-size:16px !important;}
.summaryrow {
    margin-bottom: 4px;
}
.summaryrow i {
    width: 20px;
    margin-right: 8px;
    text-align: center;
}
    .summaryrow .summaryadres {
        display:block;
        padding-left:32px;
        color:#ccc;
        font-size:12px;
    }

#ekstralar {
    font-size:13px;
}

    .post h3 {
        color: #333;
        font-size: 20px;
    }

.post .description {
    color: #fff;
    font-size: 14px;
}

.tekblog h1 {
    font-size:22px;
    font-weight:600;
}

.sidebar h4 {
    font-size:16px;
    font-weight:600;
}

.sidebar ul li {
    font-size:13px;
}
    .sidebar ul li a {
        color: #333;
        display: block;
        padding: 5px 0px;
        transition: all 0.3s ease-out;
    }
        .sidebar ul li a:hover {
            background-color: rgba(255, 193, 5, 0.62);
            padding-left:15px;
            transition: all 0.3s ease-out;
            text-decoration:none;
        }

    .card-title {
        font-size: 17px !important;
        font-weight: 600 !important;
    }

        .main-products .card-title {
    font-size: 17px!important;
    font-weight: 600!important;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
        }

.card-text {
    font-size: 13px !important;
}

.main-referans {
    height: 200px;
}

.refslide .owl-nav {
    position: absolute;
    top: 5px;
    width: 100%;
    color: #ffc107 !important;
}

    .refslide .owl-nav .owl-prev {
        left: -40px;
        position: absolute;
        font-size: 100px !important;
    }
    .refslide .owl-nav .owl-next {
        right: -40px;
        position: absolute;
        font-size: 100px !important;
    }

    .yorumslide .owl-nav {
        position: absolute;
        top: 65px;
        width: 100%;
        color: #ffffff !important;
        display:block;
    }
    .yorumslide .yorumitem {
        height: 175px !important;
    }

    .yorumslide .owl-nav .owl-prev.disabled, .yorumslide .owl-nav .owl-next.disabled {display:none;}
        .yorumslide .owl-nav .owl-prev {
            left: -27px;
            position: absolute;
            font-size: 30px !important;
            background-color: rgba(0,0,0,0.5) !important;
            width: 25px !important;
            height: 25px !important;
            border-radius: 50%;
            line-height: 25px !important;
        }
        .yorumslide .owl-nav .owl-next {
            right: -27px;
            position: absolute;
            font-size: 30px !important;
            background-color: rgba(0,0,0,0.5) !important;
            width: 25px !important;
            height: 25px !important;
            border-radius: 50%;
            line-height: 25px !important;
        }    



        .popularslide .owl-nav {
            position: absolute;
            top: 33%;
            width: 100%;
            color: #ffffff !important;
            display:block;
        }

    
        .popularslide .owl-nav .owl-prev.disabled, .popularslide .owl-nav .owl-next.disabled {display:none;}
            .popularslide .owl-nav .owl-prev {
                left: -35px;
                position: absolute;
                font-size: 30px !important;
                background-color: rgba(0,0,0,0.5) !important;
                width: 25px !important;
                height: 25px !important;
                border-radius: 50%;
                line-height: 25px !important;
            }
            .popularslide .owl-nav .owl-next {
                right: -35px;
                position: absolute;
                font-size: 30px !important;
                background-color: rgba(0,0,0,0.5) !important;
                width: 25px !important;
                height: 25px !important;
                border-radius: 50%;
                line-height: 25px !important;
            }    
    
    

.urun-kutu {
    display: flex;
}

    .urun-kutu .urun-icon {
        top: -25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 0 auto;
        font-size: 50px;
        position: relative;
        text-align: center;
        padding: 0px;
        height: 1px;
        width: 1.7em;
        height: 2.7em;
    }

        .urun-kutu .urun-icon i {
            background-color: #ffc107;
            padding: 15px;
            color: #fff;
            border-radius: 5px;
            width: 90%;
            text-align: center;
        }

    .urun-kutu .urun-bilgi {
        flex: 1 1 100%;
        padding-left: 5px;
        text-align: left;
    }

        .urun-kutu .urun-bilgi a {
            color: #000;
        }

            .urun-kutu .urun-bilgi a:hover {
                color: #4d6494;
                text-decoration: none;
            }




.iletisimright li{
    font-size:14px;
}
.iletisimright li i {
    width: 20px;
    margin-right: 8px;
}









    .pricecol .card-header {
        font-size: 18px;
    }












.price-banner,
.pricing-table .card-footer {
    background: #fff
}

.pricing-table .pricecol {
    padding:0px !important;
    margin-left:-1px;
}
.price-banner {
    margin: 0;
    padding: 20px 1.25rem;
    text-shadow: none;
    color: #55A79A;
    display: block;
    font-size: 16px;
    line-height: 1;
    min-height: 70px;
    border-bottom: solid 2px;
    background-color: #6c757d14;
}

    .price-banner .price-digits {
        font-size: 32px;
    }

    .price-banner.price-banner-sm {
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

.pricing-table .card-title {
    margin-bottom: 0
}

.pricing-table .card-header {
    height: 78px;
    background: #fff
}





.card-ribbon {
    width: 200px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    z-index: 1
}

.card-ribbon-top {
    top: 20px
}

.card-ribbon-bottom {
    bottom: 20px
}

.card-ribbon-left {
    left: -70px
}

.card-ribbon-right {
    right: -70px
}

.flex-direction-nav a,
.flex-direction-nav a.flex-next,
.flex-direction-nav a.tp-rightarrow {
    right: 0;
    text-align: center
}

.card-ribbon-bottom.card-ribbon-right,
.card-ribbon-top.card-ribbon-left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.card-ribbon-bottom.card-ribbon-left,
.card-ribbon-top.card-ribbon-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card-block-overlap {
    margin-left: -4px !important;
    margin-right: -4px !important
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important
}

.pricing-table .card-outline-primary {
    overflow: hidden;
}


.destination {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    height: 250px;
}

    .destination .linkcover {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-position: center center;
        background-size: cover;
    }







@media (min-width:576px) {

    /*.pricing-table .pricecol {
        padding: 15px !important;
        margin-left: auto;
    }*/

    .pricing-table .card-offset-y {
        position: relative;
        z-index: 1;
        margin-top: -10px;
    }

        .pricing-table .card-offset-y .card-header {
            height: 100px
        }

        .pricing-table .card-offset-y .card-footer {
            padding-top: 22px
        }

        .pricing-table .card-offset-y .card-title {
            margin-top: 10px;
            position: relative
        }

    .page-boxed #content,
    .page-boxed #content-below,
    .page-boxed #footer,
    .page-boxed #header,
    .page-boxed #highlighted {
        max-width: 760px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

    .page-boxed #footer {
        border-left-color: #333;
        border-right-color: #333
    }
}

.pricing-table .card-header-hidden {
    margin-top: 78px;
    display: block
}

    .pricing-table .card-header-hidden .card-header {
        display: none
    }

.pricing-table .price-banner .price-digits {
    font-size: 15px
}

.pricing-table .list-group-item {
    height: 44px;
    display: block;
    font-size:13px;
}

.bg-shadow {
    box-shadow: 1px 1px 5px #d2d2d2;
    transition: all 0.5s ease-out;
}

    .bg-shadow:hover {
        box-shadow: 1px 1px 15px #000;
        transition: all 0.5s ease-out;
        z-index:10;
    }


    footer {
        font-size:13px;
        background:#000;
    }

footer li {
    padding:5px 0px;
}

        footer li i {
            width:20px;
            margin-right:8px;
        }

.datepicker table {
    width:100%;
}

.hide {display:none !important;}


.datepicker table tr td.new, .datepicker table tr td.old.day {
    font-weight: 300 !important;
    color:#d6d6d6 !important
}

.datepicker td.disabled.day {
    font-weight: 300 !important;
    color:#d3d3d3 !important;
}
.datepicker td.disabled.new.day {
    font-weight: 300 !important;
    color:#4e4d4d !important;
}
.datepicker td.day {
    font-weight: 600 !important;
}

.searchareafirst {
    width:40%;
    margin-right:8px;
    float:left;
    border-radius: 3px;
    border: 1px solid #000;
    position:relative;
}
.searchareasecond {
    width:30%;
    margin-right:8px;
    float:left;
    border-radius: 3px;
    border: 1px solid #000;
    position:relative;
}

.searchareathird {
    width:15%;
    margin-right:8px;
    float:left;
    border-radius: 3px;
    border: 1px solid #000;
    position:relative;
}

.searchareas {
    width:50%;
    float:left;
    padding: 19px 14px;
    position:relative;
}

.searchareathird .searchareas {
    width:100%;
    padding: 15px 14px;
}


.searchareas.ilk {
    border-right: solid 1px #000;
}
.searchareas.ikinci {
    padding-left: 23px;
}

.searchareas .searchareainput {
    width: 86%;
    float: left;
    margin-left: 4px;
}

.searchareasecond .searchareas .searchareainput {
    width: 82%;
    float: left;
    margin-left: 4px;
}

.searchareas .searchareainput input {
    border:none;
    width:100%;
    font-size: 13px;
}

.searchareas .searchareainput input:focus-visible {
    border:none;
    outline: none;
}

.searchareas .searchareaicon {
    width: 20px;
    float: left;
}

.iconarrival, .iconpin, .iconcalendar {
    height: 15px;
    width: 19px;
    fill: #575757;
}

.searchswitcher {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
    transition-duration: 0.8s;
    transition-property: transform;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 100;
    cursor:pointer;
    border-radius: 50%;
}

.searchswitcher.don {
    transition-duration: 0.8s;
    transition-property: transform;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.searchswitcher:hover {
    box-shadow: 0px 1px 8px rgb(0 0 0 / 50%);
}

.iconswitch {

    height: 35px;
}

.searchareainput .datepicker-dropdown {
    top:50px !important;
    right: -73px;
}

.yuvarla {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 23px;
    font-weight: 700;
    line-height: 11px;
    text-align: center;
    padding: unset;
}

.yolcusayilar .dropdown-menu {
    top: 10px !important;
    left: -15px !important;
    max-width: 250px !important;
    min-width: 250px !important;
}

.mainslide .owl-item {
    /*padding: 30px 0px !important;*/
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px !important;

}


.main-products h2 {
    font-size:24px;
}
.main-products h3 {
    font-size:16px;
}


.main-products .card-body {
    padding: 1.25rem 0px 0px;
}

.main-products .rezbox .card-body {
padding: 1.25rem;
}


.main-products .card-body .list-group-item {
    font-size:14px;
    text-align: left;
}
.list-group-flush .list-group-item:first-child {
    border-top-width: 1px !important;
}


.popularcars .owl-nav {
    display:block;
    position: absolute;
    top: 5px;
    width: 100%;
    color: #ffc107 !important;
    top:20%;
}
.popularcars .owl-nav .owl-prev {
    left: -60px;
    position: absolute;
    font-size: 100px !important;

}
.popularcars .owl-nav .owl-next {
    right: -40px;
    position: absolute;
    font-size: 100px !important;
}

.popularcars .item {
    background: #fff;
    
    padding-top: 50px !important;
    margin-bottom:0px;
}

/*.popularcars div:nth-of-type(2) .item {
    position: absolute;
    left: auto;
    right: unset;
    top: -73px;
    margin-right: 14px;
    height: 543px;
}*/

.popularcars .item .popitem {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 9px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
}

.maddecard {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    background: rgba(240,240,240,1) !important;
    border:none;
}

.madderakam {
    font-weight: 600;
    font-size: 24px;
}
.maddeicon {
    width:50px;
    height:50px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin-bottom:25px;
}

.maddebadge {
    background: rgba(244,165,18,1);
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    padding: 3px 8px;
    width: 100%;
    display: block;
    margin: 0px auto 20px;
}

.maddecard p {
    font-size:16px;
}

.yorumkare {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    border-radius: 0px;
    border:none;
}

.yorumkare .ortalama {
    font-weight: 700;
    display: inline-block;
    margin-right:8px;
    color: #000000;
}

.yorumkare .toplamyorum {
    display: inline-block;
    margin-left:8px;
    font-size:11px;
}

.yildizlar {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 22px;
    height: 22px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
  } 
  .yildizlar::before { 
    content: '★★★★★';
    opacity: .3;
  }
  .yildizlar::after {
    color: gold;
    content: '★★★★★';
    text-shadow: 0 1px 0 #ab5414;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top:-3px;
    overflow: hidden;
    height:31px;
    white-space: nowrap;
  }

  .yildizlar[title="0.00"]::after {
    width: 0%;
  }
  .yildizlar[title="0.25"]::after {
    width: 7%;
  }
  .yildizlar[title="0.50"]::after {
    width: 10%;
  }
  .yildizlar[title="0.75"]::after {
    width: 15%;
  }
  .yildizlar[title="1.00"]::after {
    width: 20%;
  }
  .yildizlar[title="1.25"]::after {
    width: 27%;
  }
  .yildizlar[title="1.50"]::after {
    width: 31%;
  }
  .yildizlar[title="1.75"]::after {
    width: 35%;
  }
  .yildizlar[title="2.00"]::after {
    width: 40%;
  }
  .yildizlar[title="2.25"]::after {
    width: 48%;
  }
  .yildizlar[title="2.50"]::after {
    width: 52%;
  }
  .yildizlar[title="2.75"]::after {
    width: 56%;
  }
  .yildizlar[title="3.00"]::after {
    width: 60%;
  }
  .yildizlar[title="3.25"]::after {
    width: 69%;
  }
  .yildizlar[title="3.50"]::after {
    width: 73%;
  }
  .yildizlar[title="3.75"]::after {
    width: 75%;
  }
  .yildizlar[title="4.00"]::after {
    width: 81%;
  }
  .yildizlar[title="4.25"]::after {
    width: 91%;
  }
  .yildizlar[title="4.50"]::after {
    width: 94%;
  }
  .yildizlar[title="4.75"]::after {
    width: 96%;
  }
  .yildizlar[title="5.00"]::after {
    width: 105%;
  }

  .yildizlark {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 15px;
    height: 15px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
  } 
  .yildizlark::before { 
    content: '★★★★★';
    opacity: .3;
  }
  .yildizlark::after {
    color: gold;
    content: '★★★★★';
    text-shadow: 0 1px 0 #ab5414;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top:-3px;
    /*width: attr(rating);*/
    overflow: hidden;
    height:20px;
    white-space: nowrap;
  }

  .yildizlark[title="0.00"]::after {
    width: 0%;
  }
  .yildizlark[title="0.25"]::after {
    width: 7%;
  }
  .yildizlark[title="0.50"]::after {
    width: 10%;
  }
  .yildizlark[title="0.75"]::after {
    width: 15%;
  }
  .yildizlark[title="1.00"]::after {
    width: 20%;
  }
  .yildizlark[title="1.25"]::after {
    width: 27%;
  }
  .yildizlark[title="1.50"]::after {
    width: 31%;
  }
  .yildizlark[title="1.75"]::after {
    width: 35%;
  }
  .yildizlark[title="2.00"]::after {
    width: 40%;
  }
  .yildizlark[title="2.25"]::after {
    width: 48%;
  }
  .yildizlark[title="2.50"]::after {
    width: 52%;
  }
  .yildizlark[title="2.75"]::after {
    width: 56%;
  }
  .yildizlark[title="3.00"]::after {
    width: 60%;
  }
  .yildizlark[title="3.25"]::after {
    width: 69%;
  }
  .yildizlark[title="3.50"]::after {
    width: 73%;
  }
  .yildizlark[title="3.75"]::after {
    width: 75%;
  }
  .yildizlark[title="4.00"]::after {
    width: 81%;
  }
  .yildizlark[title="4.25"]::after {
    width: 91%;
  }
  .yildizlark[title="4.50"]::after {
    width: 94%;
  }
  .yildizlark[title="4.75"]::after {
    width: 96%;
  }
  .yildizlark[title="5.00"]::after {
    width: 105%;
  }

  .alert-light {
    background: #f8f9fa;
}

.yorumitem {
    border:none;
    font-size:12px;
}

.yorumitem .yorumheader .basharf {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    color:#fff;
    background: #534f44;
    float:left;
    font-style: normal;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
}
.yorumitem .yorumheader .yazan {
    font-weight: 600;
    display: block;
}

.yorumitem .yorumheader .yorumsaat {
    margin-left:5px;
    font-size:11px;
}

.golge {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}
.noborder {
    border:none;
}

.breadchrumparea {
    background:  #ff9000;
    font-size: 12px;
    position: absolute;
    z-index: 100;
    width: 100%;
border-bottom:solid 1px #fff;
}

.breadchrumparea a {
    color:#fff;
}

.cmstitle {
    background: #ff9000;
}
.cmstitle h1 {
    font-size:25px;
    font-weight: 700;
}

.cmstitle p {
    font-size:15px;
}

.iletisimcard span {
    font-size:18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom:25px;
}
.iletisimcard a {
    font-weight: 600;
}
.iletisimcard p {
    font-size:14px;
    display: inline-block;
    min-height: 100px;
}
.iletisimcard .iletisimicon {
    color: rgba(254,118,58,1) !important;
    fill: rgba(254,118,58,1) !important;
    margin:0px 25px auto;
}


.ssskat img {
    height: 80px;
}
.ssskat a {
    color:#000;
}
.ssskat span {
    font-weight: 600;
    font-size:15px;
}

.sssliste h2 {
    background:#4c71b9;
    color:#fff;
    font-size: 18px;
    padding: 8px;
}

.sssliste a {
    color:#000;
    font-size: 13px;
}

.sssdetay {
    font-size:14px;
}

.mainseo h3 {
    font-size:20px;
}



.maincontent h4 {
    padding-left: 0px;
    display:block;
    width:100%;
}
.maincontent ul {
    width:100%;
}

.regionh2 {
    font-size:24px;
}


.araclistitem h3 {
    font-size: 18px;
}

.araclistitem .ozellikler ul li {
    font-size: 12px;
    margin-right: 8px;
}

.margin2px {
    margin-bottom:2px;
}

.hbilgi .onecikanbaslik {
    margin-top: 2px;
    color:rgb(255, 127, 0);
    font-size:14px;
    font-weight: 600;
}
.hbilgi .onecikanbaslik, .hbilgi .onecikanicerik {
    background-color: #fffdf2;
}

.hbilgi .digerbaslik {
    color:rgb(255, 127, 0);
    font-size:14px;
    font-weight: 600;
    displaY:block;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.poprota .card {
    font-size: 14px;
    background-color: #fff;
}
.poprota:nth-child(4n+3) .card,
.poprota:nth-child(4n+4) .card {
  background: rgb(211 211 211 / 73%) !important;
}

.ssssoru a i {
    float: right;
    background: #000;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
}

.modalkapsar {
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index: 1000;
    background-color: rgba(0,0,0,0.3);
}
#transfermodal {
    background:rgba(0,0,0,0.8);
    width:800px;
    border-radius: 15px;
    position:absolute;
    left:50%;
    margin-left:-400px;
    top:50%;
    margin-top:-250px;
    z-index: 1000;
}
#transfermodal .kapat {
    width:25px;
    height:25px;
    background: rgba(255,255,255,0.5);
    color:#000;
    border-radius: 50%;
    position: absolute;
    top:10px;
    right:10px;
    text-align: center;
    cursor:pointer;
}

#transfermodal #modalarea {
    
}

.takvim1 .datepicker-dropdown, .takvim2 .datepicker-dropdown {
    top:40px !important;
    left:0px !important;
}


.inputclear {
    position: absolute;
    right: 11px;
    top: 4px;
    font-style: normal;
    font-size: 20px;
}

.summarybaslik strong {
    display:inline-block;
    width:100px;
    margin-right:8px;
}


/* BLOG  */ 
.blogsagyardim {
    font-size:15px;
}
.blogsagyardim p{
    font-size:12px !important;
}

.bgsari {
    background-color: #fbf5e2;
}


#dillistem .dropdown-item{
    padding:0.40em 0.75rem !important;
}

#kurlistem .dropdown-item{
    padding:0.40rem 0.75rem !important;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}

.infotable td {
    padding:4px !important;
}


.respblock {
    display: none;
}




h1 {
    font-size:36px !important;
}
p, .mainp {
    font-size:18px;
    color:#212121;
}
h2, .mainh2 {
    font-size:30px !important;  
}

h3, .mainh3 {
    font-size:24px !important;  
}

h4, .mainh4 {
    font-size:20px !important;  
}

h5, .mainh5 {
    font-size:19px !important;  
}

.digerseyahat p {
    font-size:13px !important;
}



p:empty {
  display: none;
} 

div:empty {
    display: none;
  } 


  input:focus::placeholder, textarea:focus::placeholder {
    color: transparent !important;
  }
  input::placeholder, textarea::placeholder {
    color: #d4d4d4 !important;
  }


  .sosyalmedya a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: solid 1px #fff;
    text-align: center;
    /* padding: 5px; */
    line-height: 30px;
    border-radius: 4px;
    margin-right: 2px;
  }

strong {
	font-weight:bold !important;
}



.searchtab a.active {
    background-color: rgba(0,0,0,0.5);
	color:#fff;
}

.searchtab a {
    padding: 8px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
}