@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif; */

body{
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    background-color: #f5f5f5;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-dark {
    background: #3f475f;
}

.body-dark .container{
    height:100%;
}

.btn-1{
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.btn-1-mobil{
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    display: none;
    align-items: center;
}

.topbar .topbar-container .logo .btn-1-mobil img{
    width: 18px;
}

.top-yazi {
    width: 100%;
    background-color: #2f3546;
    margin-bottom: 15px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
}

    .top-yazi a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        display: flex;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        margin-left: 20px;
    }

.top-yazi a img{
    width: 18px;
    margin-right:5px;
}

.btn-2 {
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.btn-2 img{
    width:20px;
    margin-right:10px;
}

.btn-2-logout-mobil {
    display: none;
    background-color: #ff3131;
    color: #000;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    display: none;
    align-items: center;
}

.topbar .topbar-container .logo .btn-2-logout-mobil img{
    width:18px;
}

.btn-3 {
    background-color: #3f475f;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid #3f475f;
    width: 20%;
    font-family: 'Poppins', sans-serif;
}

.btn-3:hover{
    background-color: #fff;
    color: #3f475f;
}

.btn-4{
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px dashed #000;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.btn-5{
    background-color: #ffffff;
    color: #23cf00;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px dashed #23cf00;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.btn-6{
    background-color: #ffffff;
    color: #ae19ae;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px dashed #ae19ae;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.btn-7{
    background-color: #ffffff;
    color: #ff0000;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px dashed #ff0000;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.btn-8{
    background-color: #ffffff;
    color: #1b7ab6;
    font-size: 14px;
    padding: 7px 20px;
    border: 1px dashed #1b7ab6;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.log-btn{
    display:flex;
}

.navbar-mobil-active .btn-red{
    background-color: #ff0000;
    color: #fff;
}

.navbar-mobil-active .btn-blue{
    background-color: #1b7ab6;
    color: #fff;
}

.navbar-mobil-active .btn-pink{
    background-color: #9714d4;
    color: #fff;
}

.whatsapp-share{
    background-color: #23cf00;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.whatsapp-btn{
    position: fixed;
    bottom: 50px;
    right: 60px;
    width: 50px;
}

.whatsapp-btn .whatsapp-btn-img{
    width: 100px;
    border-radius: 50px;
}

.call-btn{
    position: fixed;
    bottom: 150px;
    right: 50px;
    width: 50px;
}

.call-btn .call-btn-img{
    width: 50px;
    border-radius: 50px;
}

.contact-box{
    width: 100%;
}

.btn-1 img{
    width: 24px;
    margin-right: 5px;
    filter: invert(1);
}

.topbar {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: #3f475f;
    position: fixed;
    z-index: 9999;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topbar-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
}

.topbar .logo{
    display: flex;
    align-items: center;
}

.topbar .logo .menuicon{
    display: none;
}

.topbar .logo h1{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.topbar .topbar-container .logo img{
    width: 80px;
    filter: invert(1);
}

.search {
    width: 40%;
    background-color: #2f3546;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.search a{
    width: 100%;
}

.search button{
    background-color: transparent;
    padding: 0px 0px;
    border: none;
}

    .search form {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        padding: 10px 20px;
    }

.topbar .topbar-container .search input{
    background-color: transparent;
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.topbar .topbar-container .search input:focus {
    outline: none;
    border-color: initial;
    font-size: 12px;
  }

    .topbar .topbar-container .search input::placeholder{
        font-weight: 600;
        font-size: 14px;
    }

    .search img {
        width: 20px;
        margin-right: 10px;
        filter: invert(1);
    }

.bar{
    width: 85%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 160px;
    font-family: 'Poppins', sans-serif;
}

.bar .navbar{
    width: 25%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.navbar-mobil{
    display: none;
}

.navbar-mobil-active {
    width: 90%;
    position: fixed;
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #5c647c;
    margin-top: 203px;
    align-items: flex-start;
    padding: 15px 0px;
    padding-top: 30px;
    z-index: 999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .navbar-mobil-active a {
        text-decoration: none;
        color: #3f475f;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        margin-left: 20px;
        margin-bottom: 10px;
        background-color: #fff;
        padding: 6px 10px;
        border-radius: 100px;
    }

.bar .navbar h2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}

.bar .navbar a{
    margin: 5px 0px;
    padding: 7px 10px;
    font-size: 13px;
    width: 50%;
    text-align: start;
    display: flex;
    align-items: center;
    color: #06c;
    padding-left: 0px;
    text-decoration: none;
}

.bar .navbar img{
    width: 26px;
    margin-right: 10px;
}

.bar .navbar .btn-2 img {
    filter: invert(1);
}

.bar .navbar .btn-3 img{
    filter: invert(1);
}

.kategoribox {
    width: 81%;
    padding: 10px 10px;
    border-bottom: 1px solid #b9b9b9;
    padding-left: 0px;
}

.bar .navbar .kategoribox a{
    color: #06c;
    margin-left: 35px;
}

.bar .one-bar{
    width: 65%;
    height: auto;
}

.bar .one-bar h2{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom:0px;
    width: 100%;
}

.bar .one-bar h4{
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 5px;
}

.filtreler {
    padding-top: 10px;
    display: inline-block;
    width: 80%;
    background-color: #fff;
    padding: 0px 0px;
    padding-left: 20px;
    padding-right:0px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
}

.filtre-box{
    display: inline-block;
    margin-bottom:15px;
    font-family: 'Poppins', sans-serif;
}

.filtre-box label{
    font-size: 12px;
    padding: 0px 0px;
    font-weight: 600;
}

.filtreler form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 35px;
}

.fiyatInputbox {
    width: 70%;
    display: flex;
    align-items: center;
}

.fiyatInput {
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 10px;
    border: 1px solid #c7c7c7;
    font-family: 'Poppins', sans-serif;
    width: 90%;
}

.selectbox {
    padding: 5px 3px;
    border: none;
    border-radius: 5px;
    font-size: 10px;
    outline: none;
}

.ilanlar{
    width: 100%;
}

    .ilanlar .ilan-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

.ilan-container a{
    width: 100%;
    text-decoration: none;
    color: #000;
    margin-right: 20px;
}

.ilanlar .ilan-container .ilan-box {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #efefef;
}

    .ilanlar .ilan-container .ilan-box:hover {
        background-color: #efefef;
        border-radius: 10px;
    }

    .ilanlar .ilan-container .ilan-box img {
        max-width: 30%;
        height: 110px;
        border-radius: 5px;
    }

.ilanlar .ilan-container .ilan-box p{
    font-size: 10px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align:left;
}

    .ilanlar .ilan-container .ilan-box .durumetiketi {
        margin: 0px 0px;
        padding: 0px 10px;
        display: inline-block;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #fff;
    }

.satilik {
    background-color: #259392;
    color: white;
}

.kiralik {
    background-color: #1e0080;
    color: white;
}


.ekip{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    float: right;
}

.ekip h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.ekip-container{
    width:100%;
    height: auto;
    display: flex;
    margin-top: 20px;
}

.ekip-box{
    width: 30%;
    height: auto;
}

.ekip-box img{
    width: 80%;
    height: auto;
    border-radius: 5px;
}

    .ekip-box p {
        margin: 5px 0px;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        text-align: center;
        width: 80%;
    }

.ekip-box a{
    margin: 0px 0px;
    color: #1b7ab6;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.harita{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.harita iframe{
    width: 100%;
    height: 400px;
    padding-right: 75px;
    border-radius: 5px;
}

.bottom-about{
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.bottom-about img{
    width: 17%;
    border-radius: 5px;
    margin-right: 10px;
}

.bottom-about .text-box{
    width: 80%;
    margin-right: 3%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

footer {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    background-color: #3f475f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer h2,h3{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

footer h3{
    margin-top: 0px;
}

footer p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.detay{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom:20px;
}

.detay h3{
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .detay .detay-img {
        display: flex;
        align-items: flex-start;
        width: 60%;
        flex-direction: column;
    }

    .detay .detay-img .detay-img-container{
        width:100%;
    }

.detay .detay-img::-webkit-scrollbar{
    height: 10px;
}
  
.detay .detay-img::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0px;
}

.detay .detay-img img{
    margin-bottom: 10px;
    width: 100%;
    height:300px;
    margin-right: 10px;
}

.detay-bilgi {
    margin-left: 50px;
    padding: 0px 10px;
    height: 300px;
    width: 35%;
    overflow-x: auto;
}

.detay-bilgi::-webkit-scrollbar{
    width: 7px;
}

.detay-bilgi::-webkit-scrollbar-thumb{
    background-color: #000;
}

.detay ul{
    padding: 0px 0px;
    padding-left: 20px;
    margin-top: 0px;
}

.detay .fiyat{
    color: #1b7ab6;
}

.detay-aciklama{
    margin-top: 20px;
}

.bar .one-bar .detay-aciklama h2{
    margin: 0px 0px;
}

.login{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container{
    width: 20%;
    background-color: #f5f5f5;
    height: 300px;
    padding: 20px 20px;
    padding-top:40px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
}

.logo-login{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.logo-login img{
    width: 90px;
}

.logo-login h3{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.login-container p{
    color: 000;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    margin-bottom: 10px;
}

.login-container input {
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    color: #000;
    padding: 10px 10px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
}

.login-container button {
    background-color: #fff;
    padding: 15px 10px;
    margin-top: 10px;
    border: none;
    color: #000;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    width: 70%;
    border: 1px solid #c7c7c7;
}

    .login-container button:hover {
        background-color: #3f475f;
        color: #fff;
        border: 1px solid #c7c7c7;
    }

.usernameaktif{
    color:#fff;
    font-size:12px;
    font-family:'Poppins', sans-serif;
    margin-right:20px;
}

.detay .button-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.detay .button-box button {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    border: none;
    font-family: 'Poppins', sans-serif;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right:10px;
}

.contactform {
    width: 75%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #f3f8ff;
    border: 1px solid #bbd7ff;
    border-radius: 6px;
}

    .contactform h1 {
        font-size: 16px;
        text-align: left;
        color: #333;
    }

.contactform .form-box p{
    margin:10px 0px;
    padding:0px 0px;
    text-align: left;
    font-size: 12px;
    color: #333;
}

.contactform .form-box{
    width: 100%;
}

.contactform .form-box input {
    padding: 10px 5px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #bbd7ff;
    background-color: transparent;
    outline: none;
}

    .contactform .form-box textarea {
        padding: 10px 10px;
        width: 100%;
        max-width: 100%;
        max-height: 300px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 7px;
        border: 1px solid #bbd7ff;
        background-color: transparent;
        outline: none;
    }

    .contactform button {
        padding: 10px 20px;
        margin-top: 20px;
        color: #fff;
        border: none;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(top, #5c92b8 0, #415696 100%);
        font-weight: 600;
        font-size: 12px;
    }

.paylas-btn {
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    display: flex;
    align-items: center;
    text-decoration: none;
    border: none;
    margin-top: 30px;
}

.ilan-container-two{
    margin-top: 20px;
}

.ilan-container-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .ilan-container-row .ilan-b {
        width: 18%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        margin-bottom: 30px;
    }

.ilan-container-row .ilan-b img{
    width:100%;
    height:150px;
    border-radius: 3px;
}

.ilan-container-row .ilan-b a{
    font-size: 12px;
    margin-top: 10px;
}

.ilan-b .tbsf{
    display: flex;
    align-items: center;
    gap:10px;
}

.ilan-container-row p{
    font-size:10px;
    margin-top: 5px;
    margin-bottom: 0;
}

.destekbox {
    background-color: #f2f9f2;
    border: 1px solid #c9e4c9;
    width: 80%;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px;
}

.destekbox p{
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333;
}

.destekbox .destekboxptwo{
    font-size:12px;
}

.destekbox a {
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    display: flex;
    justify-content: center;
    text-decoration: none;
}

    .destekbox a:hover {
        background-image: -webkit-linear-gradient(top, #349e34 0, #025602 100%);
    }

.destekbox a img{
    width: 24px;
    filter: invert(1);
    margin-right: 5px;
}

.bar .one-bar .anasayfabaslik{
    font-size: 14px;
    margin: 0px 0px;
    margin-top: 30px;
    text-align: left;
}

@media(max-width:768px) {
    .btn-2-logout {
        display: none;
    }

    .btn-2-logout-mobil {
        display: inline-block;
    }

    .topbar-container{
        flex-direction: column;
        align-items: flex-start;
        width:95%;
    }

    .topbar .logo{
        margin-left: 20px;
        width: 90%;
        justify-content: space-between;
    }

    .topbar .topbar-container .logo img{
        width: 70px;
        margin-right: 0px;
    }

    .topbar .topbar-container .logo .menuicon{
        display: inline-block;
        width: 25px;
        margin-right: 5px;
        filter: invert(0);
        border-radius:0px;
    }

    .topbar .topbar-container .logo h1{
        font-size: 10px;
        margin-left: 5px;
        font-weight: 500;
    }

    .topbar .topbar-container .search input::placeholder{
        font-weight: 400;
    }

    .search form {
        padding: 5px 10px;
    }

    .search{
        width: 90%;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

        .search img{
            width:16px;
        }

        .btn-1 {
            display: none;
        }

    .ilan-container-row {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .ilan-container-row{
            gap: 0px;
        }

        .ilan-container-row .ilan-b {
            width: 47%;
        }

    .bar .one-bar .anasayfabaslik{
        margin-top: 40px;
    }

    .call-btn{
        display: none;
    }

    .whatsapp-btn{
        display: none;
    }

    .btn-1-mobil {
        margin-left: 0px;
        font-size: 10px;
        padding: 5px 10px;
        display: flex;
    }

    .bar{
        padding-top: 120px;
        width: 90%;
    }

    .bar .navbar{
        width: 100%;
        display: none;
    }

    .bar .one-bar{
        width: 95%;
        margin-left: 0px;
    }

    .bar .one-bar h2{
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 10px;
        margin-left: 0px;
    }

    .filtre-box{
        margin-right: 5px;
        margin-bottom: 10px
    }

    .ilan-container a{
        width: 47%;
        margin-right: 10px;
    }

    .ekip{
        width: 100%;
    }

    .ekip-container{
        flex-wrap: wrap;
    }

    .ekip-box{
        width: 50%;
        margin-bottom: 20px;
    }

    .ekip-box img{
        width: 90%;
    }


    .ekip-box p{
        text-align: left;
    }

    .harita iframe{
        width: 100%;
        height: 300px;
        padding-right: 0px;
    }

    .bottom-about{
        flex-direction: column;
        align-items: center;
    }

    .bottom-about .text-box{
        width: 95%;
    }

    .bottom-about img{
        width: 40%;
    }

    .bottom-about .text-box h2{
        font-size: 20px;
        margin-bottom: 0px;
        text-align: center;
    }

    footer h2,h3,p{
        text-align: center;
    }

    footer p{
        padding: 0px 20px;
    }

    .detay{
        flex-direction: column;
    }

    .detay h3{
        width: 90%;
    }

    .detay .detay-img::-webkit-scrollbar{
        height: 3px;
    }

    .detay .detay-img{
        width: 100%;
    }

        .detay .detay-img .detay-img-container{
            width: 100%;
        }

    .fullscreen {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999;
    }

    .detay .detay-img img{
        width: 100%;
        height: 300px;
        margin-bottom: 0px;
    }

    .detay-bilgi{
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 15px;
        height: auto;
        width: 100%;
    }

    .detay-aciklama p{
        text-align: left;
    }

    .login-container{
        width: 85%;
        padding: 15px 15px;
    }

    .usernameaktif{
        display: none;
    }

    .detay .button-box {
        margin-top: 20px;
    }

    .reklambox .reklamimg {
        display:none;
    }

    .filtreler{
        width:100%;
    }

    .contactform .form-box input{
        width:100%;
    }

    .contactform .form-box textarea {
        width: 100%;
    }

    .contactform .form-box p{
        text-align:left;
    }
}

