/*Zehra Start*/
body {
    font-family: 'Roboto-Condensed';
    color:#000000;
}

/*widget start*/
.widgetzb .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widgetzb .wbolge, .widgetzb .wkategori, .widgetzb .wtarih, .widgetzb .wkisi {
    background-color: #045878;
    padding: 4px 6px 0px 65px;
    border: 3px solid white;
    color: white;
    margin-bottom: 5px;
    position:relative;
    cursor:pointer;
}
    .widgetzb .wbolge:before, .widgetzb .wkategori:before, .widgetzb .wtarih:before, .widgetzb .wkisi:before {
        content: "";
        width: 50px;
        height: 44px;
        display: block;
        position: absolute;
        left: 6px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .widgetzb .wbolge:before {
        background-image: url(../images/widget-konum.png);
    }


.wbolgeler, .wkategoriler, .wkisiler {
    position: absolute;
    z-index: 999;
    background-color: #045878;
    height: 0px;
    overflow-y: scroll;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}
    .wbolgeler.open, .wkategoriler.open, .wkisiler.open {
        height: 250px;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }
.widgetzb ul.bolgelerul, .widgetzb ul.kategorilerul, .widgetzb ul.wkisilerul {
    padding: 15px 10px;
    list-style: none;
    color: white;
}
.kategoribasliktwo {
    text-transform: capitalize;
}

    .wbolgeler span, .wkategoriler span, .wkisiler span {
        display: none;
    }


.pagination .page-item {
    display: inline-block;
}
.pagination {
    display: block;
}
.widgetzb ul.bolgelerul input, .widgetzb ul.kategorilerul input, .widgetzb ul.wkisilerul input {
    margin-right: 7px;
}
    .widgetzb .wkategori:before {
        background-image: url(../images/widget-kategori.png);
    }
    .widgetzb .wtarih:before {
        background-image: url(../images/widget-takvim.png);
    }
.widgetzb .wkisi:before {
    background-image: url(../images/widget-kisi.png);
}
.widgetzb .wbolgetext, .widgetzb .wkategoritext, .widgetzb .wtarihtext, .widgetzb .wkisitext {
    font-family: 'Roboto-Black';
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-top: 3px;
}
.widgetzb input, .widgetzb input:focus, .widgetzb input:focus-visible {
    background-color: transparent;
    border: none;
    padding-top: 1px;
    outline: 0;
    cursor: pointer;
}
.widgetzb input::placeholder {
    color: white;
}
.widgetzb input{
    color:#fff;
}
.wara {
    background-color: #22b4d7;
    padding: 11px;
    border: 3px solid white;
    color: white;
    margin-bottom: 5px;
    position: relative;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: end;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    cursor:pointer;
}
.vdfiyatonegece{
    display:none;
}
.vdfiyatonegece.aktif{
    display:block;
}
#musaitliktakvim .ui-datepicker-calendar td[title]::after {
    content: attr(title);
    display: block;
    font-size: 9px;
    text-align: center;
    color: #333;
}
.kapaligun {
    background-color: #f00;
}
    .kapaligun span.ui-state-default,.kapaligun:after{
        color: white !important;
    }
.acikgun {
    background-color: #eefdfc;
}

#musaitliktakvim .reserved,
#musaitliktakvim .ui-state-disabled.reserved,
.reserved {
    background-color: #7030a0;
}

    .reserved .ui-state-default {
        color: #f00;
        font-weight: 700;
    }

.ilkgun {
    background-image: url(../images/ilkgun.png) !important;
    background-position: right top;
    background-size: 100% 100%;
    background-color: #eefdfc;
}

.songun {
    background-image: url(../images/songun.png) !important;
    background-position: left top;
    background-size: 100% 100%;
    background-color: #eefdfc;
}

.giriscikis {
    background-image: url(../images/ilk-son-gun.png) !important;
    background-position: center top;
    background-size: 100% 100%;
}

.opsiyongiris {
    background-image: url(../images/opsiyonilkgun.png) !important;
    background-position: right top;
    background-size: 100% 100%;
}

.opsiyoncikis {
    background-image: url(../images/opsiyon-songun.png) !important;
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none !important;
}

.opsbitisrezgiris,
.opsiyongiriscikis,
.rezcikisopsgiris {
    background-position: center top;
    border: none !important;
    background-repeat: no-repeat;
}

.opsbitisrezgiris {
    background-image: url(../images/opsiyon-son-rez-ilk-gun.png) !important;
}

.rezcikisopsgiris {
    background-image: url(../images/rez-son-opsiyon-ilkgun.png) !important;
}

.opsiyongiriscikis {
    background-image: url(../images/opsiyon-ilk-ve-songun.png) !important;
}
.widgetzb .wara:before {
    content: "";
    width: 43px;
    height: 44px;
    display: block;
    position: absolute;
    left: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/widget-ara.png);
}

.widgetzb .waratext {
    font-family: 'Roboto-Condensed';
    display: block;
    font-size: 33px;
    line-height: 20px;
    padding-top: 3px;
    letter-spacing: 1px;
}



/*widget end*/


.cookiebutondiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.cookiebuton {
    background-color: #0093b8;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 5px;
    cursor:pointer;
}
.whatsapp {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.header {
    border-top: 5px solid #0093b8;
    padding-top: 20px;
    background: #00a8c5;
}
.calismasaatiz {
    display: grid;
    align-items: center;
    color:#fff!important;
}
.calismasaatiz img {
    /*filter: invert(1);*/
    margin-right: 0;
    width: auto;
    color:#fff;
}
.calismasaatiz span {
    width: auto;
    padding: 0;
}
ul.navbar-nav {
    width: 100%;
    justify-content: center;
}
div#google_translate_element {
    right: 0;
    text-align: end;
}
.search-box-left input {
    height: 35px !important;
    padding-left: 10px !important;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #045878;
}
.displaynone{
    display:none
}
.queryvillasearchimg {
    background-color: #045878;
    position: absolute;
    right: 0;
    top: 10px;
    height: 34px;
    padding: 5px;
    border-radius: 0 5px 5px 0;
}
.headermenu {
    background-color: #045878;
    margin-top: 20px;
}


    .headermenu li {
        height: 35px;
        align-items: center;
        display: flex;
    }

    .headermenu a, .headermenu a:hover {
        color: white;
        text-decoration: none;
        margin: 0 23px;
        height: 100%;
        display: flex;
        align-items: center;
    }

.calismasaatiz .row {
    align-items: center;
    display: flex;
    height: 40px;
}

    .calismasaatiz .row a {
        color: #fff;
        text-decoration: none;
    }


div#cookieuyari {
    position: fixed;
    bottom: 0;
    background-color: #045878;
    width: 100%;
    padding: 25px 50px;
    color: white;
    text-align: center;
    z-index: 999999999999999;
}
    div#cookieuyari a {
        color: white;
        text-decoration: none;
    }

.slidersectionz {
    height: 50vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .slidersectionz:before {
        content: "";
        width: 100%;
        height: 100px;
        display: block;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(183,210,225,0.7) 56%, rgba(167,200,218,0.5) 72%, rgba(159,186,202,0) 100%);
        position: absolute;
        bottom: 0;
        z-index: 0;
        display:none;
    }

.slidercontainerz{
    display: flex;
    align-items: end;
}
.sliderrowtwoz img {
    margin-bottom: 25px;
}
.kiralikvillayazliklar {
    display: block;
    color: #ffffff;
    font-size: 35px;
    font-family: 'Roboto-Black';
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px black;
}
.kategoribaslikbigdiv {
    margin: 30px 0;
    border-left: 4px solid #095878;
    display: grid;
    align-items: center;
    padding: 13px;
}
.kategoribaslikone {
    font-size: 30px;
    font-family: 'Roboto-Black';
    margin: 0;
}

.kategoribasliktwo {
    font-size: 22px;
    margin: 0;
}
.kategorivillacol a {
    text-decoration: none;
}

.kategorivillaname h4 {
    color: black;
    font-weight: 600;
    font-family: 'Roboto-Black';
    margin-top: 10px;
    font-size: 22px;
}




.kategorivillacol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
}

.kategorivillaimgdiv {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid #045878;
    position: relative;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

    .kategorivillaimgdiv:hover {
        filter: grayscale(0.8);
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

.kategorivillaimgdiv span.kategorivillatooltip {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0px;
    opacity: 0;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    color: #fec047;
    font-weight: 500;
}

.kategorivillaimgdiv:hover span.kategorivillatooltip {
    bottom: 0;
    opacity: 1;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    color: #ffffff;
    background-color: #095878;
    padding: 5px;
}

.kategorivillacol a:focus, .kategorivillacol a:hover {
    text-decoration: none;
}

.kampanyasectionz .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.kampanyasectionz .owl-dot {
    background-color: #d8d8d8 !important;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    border-radius: 50%;
}
    .kampanyasectionz .owl-dot.active {
        background-color: #ffa601 !important;
    }


.tumvillasectionz {
    margin-top: 30px;
}
.tumvillasectionz a{
   text-decoration:none!important;
   display: inline-block;
}


.firsatvillacol {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.firsatvillaimgdiv {
    height: 200px;
    background-position: center;
    background-size: cover;
}

.firsatowl .owl-item {
    padding: 0 5px;
}

.item.firsatvillacol {
    border: 1px solid rgb(51,51,51,0.2);
    background-color: white;
}

.firsatvillaname {
    background-color: white;
    padding: 5px;
}

    .firsatvillaname h4 {
        color: #002753;
        text-align: center;
        font-size: 28px;
        margin: 2px 0;
        font-family: 'Roboto-Black';
    }

.firsatvillacol a {
    text-decoration: none;
}

.firsatowl {
    margin-bottom: 20px;
}

.firsatvillafiyat {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.varalik {
    background: #095878;
    width: fit-content;
    padding: 2px 15px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto-Black';
    color: white;
}

.firsatvillaadres {
    text-align: right;
}

    .firsatvillagiristarihi p, .firsatvillaadres p {
        color: #002753;
        font-size: 17px;
        font-weight: 600;
    }

.firsatvillagiristarihi p {
    margin: 0px 0 0px 5px;
}

.firsatvillaadres p {
    margin: 0px 5px 0px 0px
}

    .firsatvillagiristarihi p.fvgece, .firsatvillaadres p.fvkisi {
        font-size: 13px;
        font-weight: 500;
    }




.trendvillacol {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    position:relative;
}

.tvimgdiv {
    height: 275px;
    background-position: center;
    background-size: cover;
}

.trendowl .owl-item {
    padding: 0 5px;
}

.tvname h4 {
    color: #002753;
    text-align: center;
    font-size: 28px;
    margin: 2px 0;
    font-family: 'Roboto-Black';
}

.item.trendvillacol {
    border: 1px solid rgb(51,51,51,0.2);
    background-color: white;
}

.trendvillacol a {
    text-decoration: none;
}

.trendowl {
    margin-bottom: 20px;
}

p.tvfiyat {
    text-align: center;
    color: #002753;
    font-size: 16px;
}

    p.tvfiyat b {
        color: red;
    }

    p.tvfiyat:after {
        content: "";
        width: 90%;
        height: 1px;
        display: block;
        background-color: #d6d6d6;
        margin-left: 5%;
    }

.tvdetay {
    text-align: center;
    margin: 0;
}

    .tvdetay img {
        width: auto !important;
        text-align: center;
        margin: 0 auto;
    }
    .tvdetay .tvadres img {
        margin-right: 4px;
        margin-left: 0;
    }
    .tvdetay .col-4 {
        padding: 0 5px;
        margin-bottom: 12px;
    }

    .tvdetay .tvkisibaslik {
        font-size: 14px;
        font-weight: 600;
        color: #002753;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .tvdetay .tvkisi {
        font-size: 13px;
        color: #002753;
        margin-bottom: 10px;
    }

.tvadres {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 5px;
    height: 35px;
    font-size: 14px;
    color: #002753;
}

    .tvadres img {
        width: 12px !important;
        margin-right: 3px;
    }

.tvonem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    background-color: #045878;
    color: white;
    height: 35px;
    font-size: 14px;
    border-radius: 10px 0 0;
}

}

.tvkonum {
    font-weight: 600;
    color: #002753;
}


.nasilkiralarimsectz {
    display: none;
}



.bolgecol {
    width: 100% !important;
    margin: 0 !important;
    height: 290px;
    padding: 5px;
}

.bolgeimgdiv {
    background-position: center;
    background-size: cover;
    height: 100%;
    border-radius: 10px;
}

.bolgetextdiv {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 78%);
    padding:10px 20px;
    border-radius: 10px;
}

    .bolgetextdiv span {
        position: absolute;
        bottom: 0px;
        color: #ed7823;
        opacity: 0;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }
    .bolgetextdiv:hover span {
        display: block;
        bottom: 20px;
        opacity: 1;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

    .bolgetextdiv h4 {
        position: absolute;
        bottom: 10px;
        font-size: 20px;
        color: white;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }
    .bolgetextdiv:hover h4 {
        bottom: 40px;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

.aylarkisasure {
    padding: 7px;
    list-style-type: none;
    margin: 0;
    background: white;
    width: 100%;
    border-radius: 0;
    text-align: center;
    border: 1px solid #045878;
}
    .aylarkisasure a {
        color: black;
        text-decoration: none;
        line-height: 2.1;
        padding: 2px 0;
    }
        .aylarkisasure a span {
            background-color: #9ca0a2;
            padding: 2px 4px;
            border-radius: 5px;
        }
.kslist h4 {
    background-color: #045878;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    font-family: 'Roboto-Black';
}

.kslist .owl-item {
    padding: 0 8px;
}



.footerz {
    background: linear-gradient(0deg, rgba(78,128,157,1) 5%, rgba(78,128,157,0) 100%);
    line-height: 28px;
    color: #045878;
}

    .footerz .header {
        background-color: transparent;
    }

    .footerz p {
        margin: 0;
    }

    .footerz a {
        color: #045878;
        text-decoration: none;
    }

.villaekstamenu span {
    font-weight: 800;
}

.socialz {
    margin-bottom: 40px;
}

    .socialz span {
        color: #045878;
        font-size: 20px;
        font-family: 'Roboto-Black';
        line-height: 40px;
    }
.sosyal-fa {
    margin: 30px 0 15px 0;
}

    .sosyal-fa img {
        width: 50px;
        margin: 0 10px;
    }
.villaekstamenu h4, .villaekstaadres h4{
    font-family: 'Roboto-Black';
}

.villaekstaadres  h5{
    font-family: 'Roboto-Black';
}

.copyrightcont {
    padding: 20px 15px 40px;
}

.whatsapmobil{
    display:none;
}

.sayfanamesect {
    background-color: #045878;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 0;
}
.sayfabasliksss {
    text-align: right;
    margin-bottom: 5px;
}
.sayfabasliksss a {
    color: white;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(20,149,197,1) 0%, rgba(7,111,170,1) 100%);
    padding: 10px;
    border-radius: 9px;
    border: 3px solid #00173b;
}
.icerikyazi .col-md-4 img,.icerikyazi .col-md-6 img {
    width: 100%;
}
.sub-header {
    align-items: center;
}
h1.vdname {
    margin: 0;
    color: white;
    font-family: 'Roboto-Black';
}
.bolgeleritemz {
    border: 1px solid #045878;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #0eb1ef;
    padding: 0;
    position: relative;
}
    .bolgeleritemz .iteminner {
        background-color: white;
        border-radius: 10px;
        border-bottom: 1px solid;
    }
.halfbaslik {
    background-color: #045878;
    padding: 4px 8px;
    font-size: 22px;
    border-radius: 6px;
    color: white;
}
    .halfbaslik .blistilce {
        font-family: 'Roboto-Black';
    }
.half {
    background-color: #045878;
    color: white;
    text-align: center;
    padding: 0px 12px;
    border-radius: 0 0 10px 10px;
    width: 158px;
    position: absolute;
    right: 30px;
}
    .half .vsayi {
        font-family: 'Roboto-Black';
    }
.bolgeleritemz .bolgetext {
    padding: 15px;
}
.bolgeimgbigdiv {
    padding: 30px 15px 0;
}
.bolgeimg {
    background-position: center;
    background-size: cover;
}
.bvillainc {
    height: 45px;
}
 .bvillainc a {
        color: white !important;
        text-decoration: none !important;
        background: linear-gradient(0deg, rgba(20,149,197,1) 0%, rgba(7,111,170,1) 100%);
        padding: 7px 10px;
        border-radius: 9px;
        border: 1px solid #00173b;
        line-height: 1;
        float: right;
        margin-right: 8px;
    }

.makalepaylasz {
    padding: 10px 10px;
    font-family: 'Roboto-Black';
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .makalepaylasz a.at-icon-wrapper {
        background-color: white !important;
        border-radius: 50px !important;
        margin: 0 2px !important;
    }
        .makalepaylasz a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share {
            display: none;
        }

        .makalepaylasz a.at-icon-wrapper svg {
            fill: rgb(0 0 0) !important;
        }

.sayfabasliksss.nopadding {
    padding: 0 5px 0 0;
}




.bolgelericsect .bolgeleicitem {
    margin-bottom: 15px !important;
}
.item.bdblogcol {
    background-color: #045878;
    border: 3px solid #045878;
}
a.blogsayfasigo {
    background-color: #0774a5;
    color: white;
    text-decoration: none;
    padding: 6px ;
}

.bdblogcolimg {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.bdblogcoltext h4 {
    color: white;
    font-size: 15px;
    margin-top: 5px;
}
a.bdbloglink.text-end {
    background-color: #0774a5;
    color: white;
    text-decoration: none;
    padding: 3px 7px;
}
.bdblogcoltext {
    padding: 5px;
}

.iletisimbig {
    padding: 10px ;
}
    .iletisimbig .iborder {
        border: 1px solid;
        padding: 10px;
        margin-bottom: 25px;
    }
.iletisimmmformm {
    margin-bottom: 25px;
}
.iletisimbig img {
    width: 40px;
}
    .iletisimbig h3 {
        font-size: 19px;
        margin-bottom:0;
    }
.iletisimbig h3 b {
    font-size: 35px;
    font-family: 'Roboto-Condensed';
    font-weight: lighter;
}
    .iletisimbig h4 {
        font-family: 'Roboto-light';
        font-size: 16px;
    }
    .iletisimbig p {
        font-family: 'Roboto-Light';
        font-size: 14px;
        margin:0;
    }
.iletisimkurumsal h4, .iletisimkurumsal p {
    font-family: 'Roboto-regular';
}
.iletisimkurumsal h4 {
    font-size: 20px;
}
.iletisimbig ul.iletisim-sosyal-fa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
    margin:15px 5px 0;
}
    .iletisimbig ul.iletisim-sosyal-fa li {
        list-style: none;
        margin: 10px 5px;
        border: 1px solid;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }
        .iletisimbig ul.iletisim-sosyal-fa li a {
            color: black;
            line-height: 0;
        }
.iaratext {
    margin: 15px 0;
    font-family: 'Roboto-Regular';
    font-size: 11px;
}
.contactform.formalani1 {
    background-color: #c4c4c4;
    padding: 15px;
    margin-top: 14px !important;
}
.iletisimmmformm .contactform {
    margin: 0;
}
input#txtIletisimAd {
    background-image: url(../images/iletisimformadsoyad.png);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 14px center;
}

input#txtIletisimEmail {
    background-image: url(../images/iletisimformmail.png);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 14px center;
}

input#txttelefon {
    background-image: url(../images/iletisimformtel.png);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 14px center;
}

.contactform.formalani1 input::placeholder, .contactform.formalani1 textarea::placeholder {
    color: #afafaf;
    font-family: 'Roboto-Regular';
    font-size: 14px;
}

.contactform.formalani1 input::placeholder {
    border-left: 1px solid #dedede;
    padding-left: 10px;
}


.contactform input#btnIletisim {
    padding: 5px;
    background: linear-gradient(0deg, rgba(126,195,31,1) 0%, rgba(165,216,66,1) 100%);
    color: white;
    text-shadow: 1px 1px #9a9a9a;
}

.cformonecol {
    background-color: #f4f4f4;
    padding: 10px 15px;
}
.contactform.formalani1 input, .contactform.formalani1 textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.contactform.formalani1 input {
    padding: 4px 4px 4px 45px;
}


.bloggg .half .vsayi {
    font-family: 'Roboto-light';
}
.blogborderr {
    border: 1px solid #045878;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
    .blogborderr .sosyal-fa {
        margin: 0;
        text-align: right;
    }
    .blogborderr .sosyal-fa img{
width:20px
    }
        .blogborderr .sosyal-fa img {
            width: 35px;
            margin: 0 5px;
        }

.sectacor button.accordion-button {
    background-color: #045878 !important;
    color: white !important;
    padding: 10px;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "+";
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    font-family: auto;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    transform: rotate(0deg);
}
.sectacor .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.icerikyazi.iptalicerik {
    border: 1px solid #045878;
    border-radius: 10px;
    padding: 10px;
}

.gelismissiralist:focus {
    border-color: #045878;
    outline: 0;
    box-shadow: none;
}

.filtreislemi .filtrebtn {
    width: 100%;
    height: 38px;
    background-color: #0774a5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
}


.nkone {
    border: 1px solid #045878;
    border-radius: 10px;
    padding: 7px;
    height: 640px;
    overflow: hidden;
}
.nkinnersect span {
    background-color: #add0b8;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-family: 'Roboto-Black';
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50px;
    border: 9px solid #0cab1e;
    box-shadow: 2px 2px 9px #6a686a;
    margin-right: 10px;
}
    .nkone h3 {
        font-family: 'Roboto-Black';
    }

.nkinnersect span.maddespanone {
    color: red;
    float: right;
    width: 43px;
    height: 43px;
    font-size: 25px;
    border: 7px solid #0cab1e;
}
.nkinnersect span.maddespantwo {
    color: red;
    float: left;
    width: 43px;
    height: 43px;
    font-size: 25px;
    border: 7px solid #0cab1e;
}
.nkinnersect h4 {
    font-family: 'Roboto-Black';
}
.nkinnersect p {
    font-family: 'Roboto-light';
    line-height: 1.3;
    margin: 5px 0 !important;
}


/*villadetay start*/

.villadetayzb .vdadizb {
    font-family: 'Roboto-Black';
    color: #002753;
    margin: 15px 0;
    font-size: 35px;
}
.villadetayzb .vdbolgezb {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.villadetayzb .vdbolgezb a {
    color: #002753;
    text-decoration: none;
}
.villadetayzb .vdbolgezb img {
    height: 20px;
    margin-right: 3px;
}
.villadetayzb .tvimgdiv {
    height: 580px;
    margin-bottom: 20px;
}
.villadetayzb .vdtumfotozb {
    background-color: #519dc8;
    color: white;
    font-family: 'Roboto-Medium';
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    line-height: 20px;
    box-shadow: 2px 2px 5px #c2c2c2;
    border-radius: 10px;
    height: 70px;
    cursor:pointer;
}
    .villadetayzb .vdtumfotozb img, .villadetayzb .vdsanaltur img, .villadetayzb .vdvideo img {
        width: 40px;
    }
.villadetayzb .vdsanaltur, .villadetayzb .vdvideo {
    background-color: #126487;
    color: white;
    font-family: 'Roboto-Medium';
    letter-spacing: 0.2px;
    padding: 6px 10px;
    line-height: 20px;
    box-shadow: 2px 2px 5px #c2c2c2;
    border-radius: 10px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.villadetayzb .vdsanaltur a,  .villadetayzb .vdvideo a, .villadetayzb .vdsanaltur a:hover,  .villadetayzb .vdvideo a:hover{
    color: white;
    font-family: 'Roboto-Medium';
    letter-spacing: 0.2px;
    line-height: 20px;
    text-align: center;
    text-decoration:none;
}
.villadetayzb .vdgecelik {
    margin: 15px 0;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 1.2px;
}
    .villadetayzb .vdgecelik strong {
        color: red;
        font-family: 'Roboto-Black';
    }
        .villadetayzb .vdgecelik strong span {
            color: black;
            font-family: 'Roboto-Condensed';
            font-weight: 500;
        }
    .villadetayzb .vdgecelik span.vdarasinda {
        font-family: 'Roboto-Regular';
        letter-spacing: 1px;
    }
.vdfiyatlarrow {
    background-color: #045878;
    margin: 5px 0;
    color: white;
    padding: 5px 0;
}

    .vdfiyatlarrow h3 {
        font-family: 'Roboto-Black';
        font-size: 31px;
        letter-spacing: 1px;
    }
    .vdfiyatlarrow ul {
        display: flex;
        padding: 0;
        list-style: none;
        justify-content: flex-end;
        margin:0;
    }
        .vdfiyatlarrow ul li {
            background: linear-gradient(0deg, rgba(19,148,197,1) 0%, rgba(7,111,170,1) 100%);
            margin: 0 2px;
            width: 35px;
            font-size: 15px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 0;
            border: 2px solid #00173b;
            border-radius: 5px;
            cursor:pointer;
        }
            .vdfiyatlarrow ul li:hover, .vdfiyatlarrow ul li.active {
                background: linear-gradient(0deg, rgba(9,82,124,1) 0%, rgba(3,64,111,1) 100%);
            }

    .vdpbuyari span {
        font-size: 11px;
        color: #ffba00;
        font-family: 'Roboto-Black';
    }
.vdparabirim span {
    font-size: 9px; /*12px*/
    font-family: 'Roboto-Black';
}
.vdgecelikfiyat {
    color: red;
    font-family: 'Roboto-black';
    letter-spacing: 0.3px;
    font-size: 14px;
}
ul.vdfiyatlarlist {
    padding: 0;
    list-style: none;
}
ul.vdfiyatlarlist li {
    background-color: #f5f5f7;
    margin-bottom: 7px;
    padding: 5px 10px;
    color: #76819a;
}
span.vdfiyattarih {
    font-family: 'Roboto-Medium';
}
.vdfiyatonegece {
    font-size: 20px;
    float: right;
}
.vdrednot {
    background-color: #ff9d9d;
    border-radius: 5px;
    padding: 6px 0 3px;
    margin: 0;
    font-size: 14px;
}
.vdrednot span {
    color: #6c4040;
}
.vdtarihkontrol h3 {
    margin: 15px 0 ;
    background-color: #045878;
    color: white;
    font-family: 'Roboto-Black';
    padding: 9px 0 6px;
    line-height: 1;
}
input#txtvdgrstarihi, input#txtvdckstarihi {
    background-image: url(../images/villadetaycalender.png);
    background-size: 16%;
    background-repeat: no-repeat;
    background-position: 5px center;
    border: 2px solid #00649b;
    border-radius: 5px;
    height: 50px;
    padding: 5px 5px 5px 50px;
    font-size: 19px;
}
.vdtarihkontrol label {
    display: block;
    margin-bottom: 5px;
}
.vdtarihkontrol p {
    color: #757575;
    margin: 10px 0;
    font-family: 'Roboto-Regular';
    line-height: 18px;
}
.vdfiyatdetayrow {
    padding: 10px 10px;
    color: #757575;
    font-family: 'Roboto-Regular';
}
    .vdfiyatdetayrow .col-7,.vdfiyatdetayrow .col-5{
        margin-bottom: 6px;
    }
.vdfiyatdetay {
    position: relative;
}
    .vdfiyatdetay:after {
        content: ":";
        position: absolute;
        right: 0;
        top: 0;
    }
.vdhavuzisitmau.red {
    text-decoration: line-through red;
    /*color: #c9c9c9;*/
}
.vdevcilhayvanu {
    text-decoration: line-through red;
    color: #c9c9c9;
}
.vdtoplamt {
    font-family: 'Roboto-Black';
    color: red;
}
.vdonodemet {
    font-family: 'Roboto-Black';
    color: #002753 ;
}
.vdfiyatdetay label {
    font-size: 11px;
    color: red;
}

.vdreztalep h3 {
    background-color: #0774a5;
    padding: 7px 5px;
    color: white;
    line-height: 1;
    margin-top: 15px;
    font-size: 21px;
    font-family: 'Roboto-black';
    box-shadow: 1px 3px 1px #075274
}

.vdreztdyili {
    display: flex;
    align-items: center;
}
.vdreztalepform  .form-control {
    background-color: #edf1f3 !important;
    border: 1px solid #e8e8e8 !important;
}
    .vdreztdyili input {
        width: 49%;
        margin-right: 2%;
    }
    .vdreztdyili span{
        color: #002753;
        font-size: 13px;
        font-style: italic;
    }
.vdrezttcorpn span, .vdreztmaildiv span {
    color: red;
    font-size: 13px;
}
.vdrezteldiv{
    display:flex;
    align-items:start;
}
.vdrezteldiv select#vdreztnumselect {
    width: 28%;
    margin-right: 0.5rem;
}

    .vdrezteldiv input#vdreztnum {
        width: 70%;
    }
.vdradiogroup {
    display: flex;
    align-items: center;
}
    .vdradiogroup .radio, .vdradiogroup .radio input {
        margin-right: 10px;
    }

.onodemerow h5, .odemeyontemrow h5, .promosyonkodrow h5 {
    background-color: #045878;
    padding: 5px;
    color: white;
    font-family: 'Roboto-Black';
    letter-spacing: 0.3px;
}

.onodemeradiogroup, .odemeyontemradiogroup {
    border: 1px solid #045878;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
    .onodemeradiogroup .radio, .odemeyontemradiogroup .radio {
        margin-right: 10px;
    }
    .onodemeradiogroup input[type="radio"], .odemeyontemradiogroup input[type="radio"] {
        margin-right: 5px;
    }
.promosyonkodrow .btn {
    background-color: #0774a5;
    color: white;
    font-size: 20px;
    padding: 3px 8px;
    border-radius: 0;
}
.promosyonalerthata {
    background-color: #ff9d9d;
    padding:5px 10px;
    border-radius:5px;
}

.promosyonalertokey {
    background-color: #a4eadb;
    padding: 5px 10px;
    border-radius: 5px;
}
.vdrezsartdiv {
    color: #045878;
    padding: 8px;
}
    .vdrezsartdiv .radio {
        margin: 2px 0;
    }
    .vdrezsartdiv input[type="radio"] {
        margin-right: 5px;
    }
.vdreztlpbtn {
    background-color: #14c8a1;
    color: white;
    padding: 8px 30px;
    width: fit-content;
    border-radius: 10px;
    cursor:pointer;
}
/*.vdreztalep .vdreztalepform.close {
    height: 0;
    overflow: hidden;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.vdreztalep .vdreztalepform.open {
    height: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

*/

.vdtatilfdahil {
    text-align: center;
    margin:0;
    border: 2px solid #002532;
    border-radius: 15px;
    padding: 15px 5px;
}

h4.vdtatilfdbaslik {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-family: 'Roboto-Black';
}
.vdtatilfdahilindiv .col-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}
    .vdtatilfdahilindiv .col-6 .fdicon {
        margin-right: 5px;
    }
    .vdtatilfdahilindiv .col-6 .spandiv {
        background-color: #035777;
        width: 100%;
        color: white;
        border-radius: 5px;
        padding: 5px ;
    }
.vdmesafecetveli {
    text-align: center;
    margin: 0;
    border: 2px solid #002532;
    border-radius: 15px;
    padding: 15px 5px;
    background-color: #035777;
    color: white;
}
.vdmesafecetindiv {
    margin: 0;
}
    .vdmesafecetindiv .col-6 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px ;
    }

        .vdmesafecetindiv .col-6:first-child {
            border: 1px solid;
            border-left: 0;
        }
        .vdmesafecetindiv .col-6:nth-child(2) {
            border-bottom: 1px solid;
            border-top: 1px solid;
        }
        .vdmesafecetindiv .col-6:nth-child(3) {
            border-right: 1px solid;
        }

        .vdmesafecetindiv .col-6:nth-child(5) {
            border: 1px solid;
            border-left: 0;
            border-bottom: 0;
        }
        .vdmesafecetindiv .col-6:nth-child(6) {

            border-top: 1px solid;
        }



    .vdmesafecetindiv .col-6 .lcontent{
        width: 100%;
    }
    .vdmesafecetindiv .col-6 .lcontent span {
        display: block;
        text-align: end;
    }
h3.vdmesafecetbaslik {
    font-family: 'Roboto-Black';
}
.vdharita {
    margin: 0 ;
}
    .vdharita iframe {
        width: 100%;
        height: 350px;
        border: 3px solid;
        border-radius: 15px;
    }

.vdmusaitlik {
    margin: 0;
}
    .vdmusaitlik h4.baslik {
        background-color: #045878;
        color: white;
        padding: 5px;
        text-align: center;
        font-family: 'Roboto-Black';
    }
    .vdmusaitlik .ui-widget.ui-widget-content {
        width: 100% !important;
        background-color: #055777;
        color: white;
    }
    .vdmusaitlik .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
        background-color: #396096;
        border: none;
        color: white;
    }
    .vdmusaitlik .ui-state-disabled, .vdmusaitlik .ui-widget-content .ui-state-disabled, .vdmusaitlik .ui-widget-header .ui-state-disabled {
        opacity: 1;
        font-family: 'Roboto-Black';
    }
    .vdmusaitlik .ui-icon, .vdmusaitlik .ui-widget-content .ui-icon, .vdmusaitlik .ui-widget-header .ui-icon {
        background-image: url(../images/vd-takvimicon.png) !important;
        background-position: center;
        background-size: contain;
    }
    .vdmusaitlik .ui-datepicker-next .ui-icon, .vdmusaitlik .ui-widget-content .ui-datepicker-next .ui-icon, .vdmusaitlik .ui-widget-header .ui-datepicker-next .ui-icon {
        background-image: url(../images/vd-takvimicontwo.png) !important;
        background-position: center;
        background-size: contain;
    }


    .vdmusaitlik .ui-button:focus, .vdmusaitlik .ui-button:hover, .vdmusaitlik .ui-state-focus, .vdmusaitlik .ui-state-hover, .vdmusaitlik .ui-widget-content .ui-state-focus, .vdmusaitlik .ui-widget-content .ui-state-hover, .vdmusaitlik .ui-widget-header .ui-state-focus, .vdmusaitlik .ui-widget-header .ui-state-hover {
        border: none;
        background: transparent;
    }

.vdmusaitlik .takvimbilgi i {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -2px;
}
    .vdmusaitlik .bgmusait {
        background-color: #eefdfc;
    }
    .vdmusaitlik .bgdolu {
        background-color: #f00;
    }
    .vdmusaitlik .bgdegisim {
        background-color: #eefdfc;
        background-image: url(../images/ilkgun.png);
        background-position: center center;
    }
    .vdmusaitlik .bgodeme {
        background-color: #7030a0;
    }
    .vdmusaitlik span.takvimbilgi {
        font-size: 16px;
    }

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: none;
    background: transparent;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 98%;
}

.vdvaciklama h3 {
    background-color: #045878;
    margin-top: 20px;
    padding: 7px;
    font-family: 'Roboto-Black';
    line-height: 1;
}
.vdvaciklama ul.vozellikler {
    padding: 0;
    font-size: 14px;
}
    .vdvaciklama ul.vozellikler li {
        padding: 15px 0;
        border-bottom: 1px solid;
    }
    .vdvaciklama ul.vozellikler span {
        font-family: 'Roboto-Black';
    }
    .vdvaciklama ul.vozellikler p {
        margin:0;
    }



.vdetayowl button.owl-prev {
    position: absolute;
    z-index: 999;
    top: 43%;
    transform: rotate(180deg);
    width: 40px;
    height: 50px;
    padding: 9px !important;
    left: 0;
    background-color: rgba(0,0,0,0.7) !important;
}
    .vdetayowl button.owl-prev img {
        height: 50%;
        opacity: 0.8;
    }


.vdetayowl button.owl-next {
    position: absolute;
    z-index: 999;
    top: 43%;
    width: 40px;
    height: 50px;
    padding: 9px !important;
    right: 0;
    background-color: rgba(0,0,0,0.7) !important;
}
    .vdetayowl button.owl-next img {
        height:50%;
        opacity: 0.8;
    }
/*villadetay end*/








.tumvrowz h3 {
    background-color: #f0003c;
    color: white;
    font-family: 'Roboto-Black';
    padding: 12px;
    line-height: 0.7;
    border-radius: 5px;
    width: fit-content;
    font-size: 25px;
}




@media(max-width:768px) {
    .favoriekle {
        position: relative!important;
        top: 0!important;
        right: 0!important;
        text-align: center;
        color: #002753!important;
        padding-bottom: 20px;
        text-shadow: none!important;
        font-weight: bold;
    }
    .vdmesafecetveli {
        margin: 15px 0;
    }
    .wbolgeler, .wkategoriler, .wkisiler {
        top: 214px;
    }
        .wbolgeler.open, .wkategoriler.open, .wkisiler.open {
            height: 255px;
        }

        .wbolgeler span, .wkategoriler span, .wkisiler span {
            display: block;
            position: absolute;
            z-index: 999;
            right: 18px;
            top: 0;
            font-size: 28px;
            transform: rotate(45deg);
            font-family: auto;
            font-weight: bolder;
            color: white;
            cursor: pointer;
        }

    .villadetayzb .tvimgdiv {
        height: 275px;
    }
    input#txtvdgrstarihi, input#txtvdckstarihi {
        background-size: 22%;
        width: 100%;
    }
    .bolgeleicitem {
        margin-bottom: 15px;
    }
    .villadetayzb .vdtumfotozb, .villadetayzb .vdsanaltur, .villadetayzb .vdvideo {
        font-size: 14px;
        padding: 1px 6px;
        height: 57px;
    }
    .villadetayzb .vdgecelik span.vdarasinda {
        font-family: 'Roboto-thin';
        font-size: 16px;
    }
    .villadetayzb .vdgecelik {
        line-height: 23px;
    }
    .vdfiyatlarrow h3 {
        font-size: 30px;
        margin: 0;
    }
    .vdfiyatlarrow ul {
        justify-content: start;
    }
    .vdradiogroup {
        margin-top: 5px;
        padding: 0 5px;
    }
    .onodemeradiogroup, .odemeyontemradiogroup {
        display: block;
    }

    .vdmusaitlik span.takvimbilgi {
        font-size: 11px;
    }
    .promosyonkodrow .btn {
        width: 100%;
    }
    .vdtatilfdahilindiv .col-6 .spandiv {
        font-size: 14px;
    }
    .vdmesafecetindiv .col-6 {
        font-size: 13px;
    }
        .vdmesafecetindiv .col-6 img {
            width: 35px;
            margin-right: 4px;
        }
    .vdmesafecetindiv .col-6 {
        padding: 10px 7px;
    }
    h4.vdtatilfdbaslik {
        font-size: 15px;
    }
    .vdrezsartdiv {
        font-size: 12px;
    }
    .vdetayowl button.owl-prev {
        width: 30px;
        height: 38px;
        top: 39%;
    }
    .vdetayowl button.owl-next {
        width: 30px;
        height: 38px;
        top: 39%;
    }


.header {background-color: #00a8c5;padding: 5px;height: 140px;}
.headerrow {flex-flow: column-reverse;}
.villaaramobil {position: absolute;right: 0px;padding: 0 5px;}
.calismasaatiz {color: white;font-size: 14px;position:relative;}
.calismasaatiz img {display: none;}
.calismasaatiz b {font-family: 'Roboto-Black';}
.search-box-left input {margin-top: 6px;font-size: 14px;height: 26px !important;width: 130px;float: right;}
.queryvillasearchimg {right: 3px;top: 9px;height: 20px;padding: 3px;}
.tursab {display: none;}
.logocol {text-align: center;padding: 5px 0;}
.logo img {height: 48px;}
.headertelz {position: absolute;z-index: 999;bottom: -50px;left: 15px;width: 45px;background-color: #002d42;justify-content: center;height: 45px !important;border-radius: 5px;text-align: center;padding: 5px 0;}
.headertelz img {filter: invert(0);display: block;width: 20px;}
.headertelz a {height: 40px;}
.headertelz a::after {position: relative;content: "Ara";display: block;font-size: 12px;color: white;z-index: 999;letter-spacing: 1px;bottom: 20px;font-family: 'Roboto-Black';}
    .headermenu {
        margin-top: 0;
        position: relative;
    }
    .mobilmenuu, .mobilmenuu .container-fluid {
        padding: 0;
    }
 
    .mobilmenuu button.navbar-toggler {
        position: absolute;
        z-index: 9;
        top: -54px;
        right: 0;
        width: 45px;
        background-color: #002d42;
        justify-content: center;
        height: 47px !important;
        border-radius: 5px;
        text-align: center;
        padding: 0 0 5px 0;
    }

        .mobilmenuu .navbar-toggler:focus {
            box-shadow: none;
        }
    .mobilmenuu .navbar-toggler::after {
        position: relative;
        content: "Menu";
        display: block;
        font-size: 12px;
        color: white;
        z-index: 999;
        letter-spacing: 1px;
        bottom: 0px;
        font-family: 'Roboto-Black';
    }

        .mobilmenuu div#navbarNav {
            background-color: #045878;
            z-index: 99;
        }
        .mobilmenuu .headermenu li {
            justify-content: center;
        }
    .kiralikvillayazliklar {
        font-size: 24px;
    }

    .kategorivillaname h4 {
        font-size: 18px;
    }
    .slidersectionz {
        height: 80vh;
        background-position: top;
        background-size: 135vh;
        background-repeat: no-repeat;
        z-index:1;
    }
        .slidersectionz:before {
            content: "";
            width: 100%;
            height: 56vh;
            display: block;
            background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(183 210 225) 78%, rgba(167,200,218,0.99) 90%, rgba(159,186,202,0) 100%);
            position: absolute;
            bottom: 0;
            z-index: -1;
            display:none;
        }

    .tumvrowz .col-12 {
display:flex;
justify-content:center;align-items:center;
    }
    .tumvrowz a {
        text-decoration: none;
    }

    
    .nkone {
        height: auto;
    }
    .widgetzb .wara:before {
        left: 38px;
    }
    .wara {
        justify-content: center;
        padding-right: 11px;
    }
    .widgetzb .waratext {
        letter-spacing: 2px;
    }
    .bolgecol {
        height: 250px;
    }


    .whatsapmobil {
        display: flex;
        position: fixed;
        background-color: white;
        padding: 7px 10px 7px;
        color: black;
        text-decoration: none;
        border-top: 9px solid #4caf50;
        align-items: center;
        justify-content: center;
        line-height: 0;
        border-radius: 7px 7px 0 0;
        bottom: 0;
    }
        .whatsapmobil img {
            width: 15px;
            margin-left: 15px;
        }


    .sayfabasliksss a {
        padding: 6px;
        font-size: 13px;
    }







    .whatsapdesktop{display:none;}

    .headertelz strong {
        display: none
    }
    .nasilkiralarimsectz {
        display: block;
    }
    .tumvillasectionz{
        display:block
    }
    .villaekstaadres, .villaekstamenu {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .googlelangs {
        background-color: white;
    }
    .goog-te-gadget {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    a.goog-logo-link {
        margin: 5px;
        display: flex;
        align-items: flex-end;
    }
}

/*Zehra End*/

.imgsayibildir {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: rgba(34,180,215,.7);
    color: white;
    padding: 5px 10px;
    border-radius: 0 0 0 5px;
    font-size: 12px;
    font-family: 'Roboto-Black';
    z-index: 999;
}
.fancybox-infobar{
    display:none;
}
.vdminfiyat i {
    color: #ed6512;
}
@media (max-width:1400px) and (min-width:768px) {
    .wara {
        display: inline-flex;
        padding-left: 57px;
    }
    .widgetzb .waratext {
        font-size: 25px;
    }
    .slidercontainerz {
        max-width: 100% !important;
        width: 100% !important;
        padding-right: var(--bs-gutter-x,.75rem) !important;
        padding-left: var(--bs-gutter-x,.75rem) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.yonlendirme {
    margin: 0;
    padding: 0;
    background: #519dc8;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.yonlendirme li {
    display: inline-block;
    position:relative;
    padding:7px 10px;
}
.yonlendirme a {
    color: #fff!important;
    text-decoration: none!important;
    cursor:pointer;
}
.yonlendirme li a:after{
    content: "|";
    color: #fff;
    position:absolute;
    right:-2px;
}
.yonlendirme li:last-child a:after{
    display:none;
}
.yonlendirme.acik{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.favoriekle {
    position: absolute;
    right: 10px;
    top: 530px;
    display: block;
    z-index: 1;
    color: #fff;
    text-shadow: 1px 1px 9px #000;
    cursor: pointer;
}
.favoriekle label{
    cursor:pointer;
}
.favoriekle div{
    background: #379df1;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: revert;
}
.favgoster {
    position: fixed;
    bottom: 80px;
    left: 0;
    width: auto;
    color: #fff;
    background: #379df1;
    padding: 7px 13px 7px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    cursor: pointer;
    z-index:999;
}
.favgoster.aktif {
    display: block;
}
.favlinkolustur{
    cursor:pointer;
}
.favgosterht {
    display: none;
    position: fixed;
    bottom: 125px;
    left: 0;
    width: 260px;
    background: #d5cfcf;
    border-radius: 10px;
    border: 1px solid #045878;
    padding: 5px;
    z-index: 999;
}
.favgosterht.aktif{
    display:block;
}
ul.favlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.favlist li {
    margin: 3px 0;
}
.favgosterht img {
    width: 100px;
}
.favlist a {
    padding: 0 5px;
}
@media (max-width:768px){
    .slidersectionz {
        background-image: url(../images/slide/slidetry2m.jpg) !important;
        background-size: contain;
    }
}
.vdreztalepclick {
    position: relative;
    cursor: pointer;
}
.vdreztalepclick:after {
    content: "+";
    position: absolute;
    top: 1px;
    right: 15px;
    display: block;
    color: #fff;
    z-index: 99;
    font-size: 30px;
        letter-spacing: -5px;
}
.vdreztalepclick.aktif:after {
    content: "--";
}
@media (max-width:768px){
    .yonlendirme {
        font-size: 14px;
    }
    .container.p-0 {
        padding-right: var(--bs-gutter-x,.75rem) !important;
        padding-left: var(--bs-gutter-x,.75rem) !important;
    }
    .kategoribaslikone {
        font-size: 23px;
    }
    .bolgedetayblog .row:nth-child(1) {
        margin-bottom: 15px;
    }
    .bdblogcolimg{
        width:auto!important;
    }
}
.list_item_container {
    height: 90px;
    padding: 0px;
}

.image {
    width: 90px;
    height: 90px;
    float: left;
}

#name-list {
    width: 300px;
}

.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient( to left, hsl(340deg 100% 16%) 0%, hsl(340deg 100% 32%) 8%, hsl(340deg 100% 32%) 92%, hsl(340deg 100% 16%) 100% );
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
    font-weight:bold;
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

    .button-82-pushable:hover .button-82-front {
        transform: translateY(-6px);
        transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
    }

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}
.vdreztalepyonlendir {
    background-color: #126487;
    color: white;
    font-family: 'Roboto-Medium';
    display: flex;
    align-items: center;
    padding: 6px 10px;
    box-shadow: 2px 2px 5px #c2c2c2;
    border-radius: 10px;
    height: 70px;
    cursor: pointer;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.kartyonlen {
    background-color: #f0003c;
    color: white;
    font-family: 'Roboto-Medium';
    align-items: center;
    padding: 6px 10px;
    box-shadow: 2px 2px 5px #c2c2c2;
    border-radius: 10px;
    height: 70px;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.kartyonlen a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.bosolcak a {
    color: #000;
}

.bosolcak {
    font-size: 13px;
    text-align: left;
}
.bosolcak img {
    height: 20px!important;
}
span.vdplace, span.vdplace a {
    color: #fff;
}
ul.pagination {
    display: flex;
    justify-content: center;
}
.bolgebilgix {
    margin-top: 50px;
    padding: 20px 10px;
    border: 1px solid #045878 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 4px;
}
.kapat {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 5px;
    color: #fefefe;
    cursor:pointer;
}
.vdreztlpbtn:disabled {
    background: #cbcbcb;
}

.whatsapplinkbg, .whatsapplinkbg:focus {
    display: flex;
    width: 460px;
    max-width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px 80px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin: 1px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#whatsappmodal .close, #telegrammodal .close {
    opacity: 1;
}

    #whatsappmodal .close span, #telegrammodal .close span {
        font-weight: bold;
        color: black;
        opacity: 1;
        font-size: 30px;
    }

#whatsappmodal .alert.alert-warning, #telegrammodal .alert.alert-warning {
    background: #f3b907;
    border: none;
    color: #000;
    font-weight: 800;
}
@media (max-width:900px){
    .headerrow img[alt="Tursab"] {
        display: none;
    }
    .calismasaatiz .row{
        height:auto;
    }
    .footerz img {
        max-width: 100% !important;
        height: auto !important;
    }
    .col-md-3.calismasaatiz {
        font-size: 14px;
    }
}