@import 'bs513/bootstrap.min.css';
@import 'font/fa-5-15-4/css/all.min.css';
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600&display=swap');
@import 'font/jura.css';
@import 'font/roboto.css';
@import  'dhutils.css';
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Light.ttf');
}
.fontJura{
    font-family: 'Jura', sans-serif !important;
}
.fontComfort{
    font-family: 'Comfortaa', cursive;
}
.fontMont{
    font-family: 'Montserrat',sans-serif;  
}

html {
    width: 100%;
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    /*background-color: #f4f4f4;*/
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
a{
    text-decoration: none;
}

#overloadWithMenu {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo img {
    width: 275px;
    margin-left: 6px;
    margin-top: -10px;
}

#top-right-buttons {
    flex-direction: inherit;
    display: flex;
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 800;
}

#top-right-buttons button {
    margin-right: 4px;
}


#siteUstMenubar {
    width: 100%;
    padding-right: 60px;
}

#siteUstMenubar .nav-item {
    border-bottom: 2px solid transparent;
    border-right: 1px solid #e5e5e5;
}
#siteUstMenubar .nav-item:hover {
    border-bottom:2px solid rgb(186 42 35)
}

.nav-link{
    font-family: 'Jura', sans-serif;
    font-weight: 500;
    color: #000 !important;
    font-size: 18px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#mainContainer {
    position: relative;
    min-height: 90vh;
       
}

#sepetsayaci {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 65%;
    font-weight: normal;
}

/* BS EDITS*/
.input-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px groove #ffffff;
}

.btn-outline-primary{
    color: #4c4c4b;
    border-color: #b7a3a2;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ea5753;
    border-color: #ea5753;
}
.badge-primary{
    color: #fff;
    background-color: #ea5753;
}
.btn:focus{
  box-shadow: none;
}
.modal-header {
    border-bottom: 1px solid #f3f3f3;
}

.modal-footer {
    border-top: 1px solid #f3f3f3;
}
/* BS EDIT  #END */

/* Breadcrumbs*/

.breadcrumb {
    border-radius: 0;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    /*background-color: #e6e9ed;*/
    display: inline-block;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li {
    margin-left: -12px;
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    text-indent: 25px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
}

.breadcrumb-arrow li:not(:first-child) a {
    text-indent: 24px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #000000;
    border: 1px solid #000000;
    padding-right: 10px;
    font-size: 0.75rem;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fafbff;
    /* Üçgen separator */
}

.breadcrumb-arrow li:first-child {
    padding: 0px 10px 0px;
}

.breadbg {
    background-color: #525252;
    color: #FFF;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}
  
.breadcrumb  li.active .small {
    font-size: 0.85rem;
    font-weight: lighter;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-arrow li span {
    color: #FFF;
    font-size: 18px;
}
/* breadcrumb #END */



.broken404 {
    font-size: 2em;
    color: rgba(0, 30, 54, 0.3);
}

.broken404 svg {
    font-size: 1.5em;
}


.arasayfa_baslik {
    font-size: 1.6rem;
    color: #d83d40;
    display: inline-block;
    border-bottom: 2px solid #d83d40;
}

.arasayfa_icerik {
    font-size: 1em;
    line-height: 24pt;
    text-align: justify;
}


/* FOOTER */

.footer {
    background-color: #000;
    width: 100%;
    min-height: 120px;
    color: #FFF;
    border-top: 4px solid #2b6598;
}

.footerBaslik {
    line-height: 40px;
}
.footer-socials a{
 color: #FFF;
 text-decoration: none;
 font-size: 30px;
 margin: 10px 20px;
}
ul.footerList {
    margin: 0px;
    list-style-type: circle !important;
}

.footerList :not(svg) {
    color: rgb(209, 209, 209);
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
}

.footerList svg {
    font-size: 18px;
}

.footerList li {
    height: 40px;
}

.footer a.mw200{
    max-width: 200px !important;
}
.footer .footer-ribbon {
    background: #c74a46;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
    top: 75px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 10px;
}

.footer-ribbon a {
    color: #FFF;
}

.footer .footer-ribbon:before {
    border-left: 10px solid #78302e;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
 

/* FOOTER #END */

/* Contact */
.iletisime-gecin-txt {
    font-size: 1.3em;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: lighter;
    color: rgb(141, 141, 141);
}

#kontaktMarkerIcon {
    font-size: 8rem;
    color: #3386d4 !important;
    opacity: .2;
}

#iletisimFormu {
    border-radius: 8px;
    position: relative;
    margin-left: 20px
}

#iletisimFormu input,
#iletisimFormu textarea,
#iletisimFormu select {
    border-radius: 8px;
    border: 1px solid rgb(211, 211, 211);
    ;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 30px;
}

#iletisimFormu span.formTekBaslik {
    font-size: 14px;
    display: block;
    color: rgb(116, 116, 116);
}

textarea#mesaj {
    min-height: 126px;
    padding-bottom: 20px;
}

#iletisimFormu .kirmiziborder {
    border: 1px solid #c0180c;
}



.mesajalindi {
    background-color: transparent;
    transition: background-color 1s ease-in;
    -moz-transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -ms-transition: background-color 1s ease-in;
    -o-transition: background-color 1s ease-in;
}
/* Contact #END*/
.whatsappbtn{
    display: block; 
    width: 147px; 
    height: 43px; 
    background-image: url(../img/whatsapp-siparis.jpg);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-size: contain;
    border-radius: 10px;
}
 
.fa-plus{
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-size: 30px;
}

small strong{
font-size: 13px;
}



.tamSayfaSlider{
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in;
    
}
.tssOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08121bc2;
}

#topFastContact{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #ba2a23;
    color: rgb(240, 240, 240);
}

#topFastContact div{
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 0px;
}
   
#topbar {
    height: 80px;
    background-color: rgb(255 255 255);
    z-index: 800;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
    top: 0;
}
.mainSlogan{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 80vw;
    max-width: 900px;
    min-height: 200px;
}
.mainSlogan h1,.mainSlogan h4{
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    color: rgb(190, 190, 190);
}
.mainSlogan .searchInSite{
    background-color: rgba(74, 141, 250, 0.4);
    display: block;
    width: 100%; 
    padding: 20px 10px;
    
}
.pageSection{
    min-height: 100vh;
} 

.onecikan_tek_wrap a{
    background-position: center;
}
.onecikan_tek_wrap.activate a{
    border: 4px solid  #ba2a23;
}

.onecikan_tek_wrap a > div{ 
    bottom:0;
    width:100%;
}


.sonEklenenler a, .onecikan_tek_wrap a{
    display: block;
    position: relative;
    width: 320px;
    height: 380px;
    max-width:98%; 
    max-height: 98%;
    border: 4px solid  #153048;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    }
    
        
.sonEklenenler.activate a{
    border: 4px solid  #ba2a23;
}
    
.sonEklenenler a > div{ 
    bottom:0;
    width:100%;
}
 

.kutu_fiyat,.kutu_ilan_baslik{
    width: 100%;
    flex-basis: auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 1.2rem;
    min-height: 40px;
}
.kutu_ilan_baslik{
    font-size: 1rem;
 }


.listeKutu{
  
}
 .listeKutu a{
    display: block;
    position: relative;
  

   
}
 
.listeKutu a img{
    max-width: 100%;
}
 .listeKutu .siyahBant{
     bottom: 0;
 }




 .avantaj4lu{
     padding-top:8px;
     background-color: #000;
     color: #9ad683;

 }
.ilanOzetBilgiBaslik{
    font-size: 1.2em;

    font-weight: bold;
}
.ilanOzetBilgiBaslik::after{
    content: '';
    width: 200px;
    height: 2px;
    border-bottom:4px solid rgba(0, 0, 0, 0.198);
    display: block;
    margin-top: 16px;

}
.ilanOzetTablosu > div{
    display: flex;
    background: #FFF;
    font-size: 14px;
    min-height: 40px;
    padding: 2px;
    align-items: center;
    margin-top: 10px;
}
.ilanOzetTablosu > div span:first-child{
    width: 130px; 
    padding-left:10px;
    font-weight: bold;
}

.ilanOzellikGrubu div.ozellik_mevcut{
    color: #20879b;
    font-weight: bold;
    opacity: 1;
}
.ilanOzellikGrubu div.ozellik_mevcut svg{
    opacity: 0.6;
    font-size: 18px;
}


.flex-satirda-3 > div{
    flex-basis: 33%;
    padding-bottom: 20px;
    
}

.flex-satirda-3 > div >svg{
    margin-right: 6px;    
}

.flex-satirda-4 > div{
    flex-basis: 25%;
    padding-left: 10px;
    padding-bottom: 20px;
    
}
.avantajOlanak div{
    font-size: 14px;
}
#satmakIsteyenler{
    min-height: 600px;
    background-color: #153048;
    color: #FFF;
}
#satmakIsteyenler h4{
    color: #fefdc1;
    font: bold 24px/28pt 'Montserrat', cursive;
}


#satmakIsteyenler article{
    color: #fefdc1;
    font: bold 30px/42pt 'Montserrat', cursive;
}

.orangeText{
    color: #ffa72a
}

.orangeBtn, .orangeBg{
    background-color: #ffa72a;
    color: #FFF;
     font-size: 18px;
}
.orangeBtn:hover{
    background: #fab24c;
    color: #fff;
}

.formArkada{
    min-height: 360px;
}
.aramaFormu{
    background-color: #ffffff2b;
}
.aramaFormu .form-group{
max-width: 600px;
}
.aramaFormu .form-control{
    max-width: 90%;
}
.showBackBtn.close{
    font-size: 26px;
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 38px;
    right: 4px;
    top: -14px;
}

.ilanDetay.ozellikGrupBaslik{
    padding: 14px 20px;
    background-color: #ad2b28;
    color: #FFF;
    border-radius: 5px;
    border: 2px solid;
    font-size: 18px;
}
.ilanOzellikGrubu div{
    color: #959595;
    opacity: 0.5;
}

.ilanOzellikGrubu div.ozellik_mevcut{
    color: #20879b;
    font-weight: bold;
    opacity: 1;
}
.ilanOzellikGrubu div.ozellik_mevcut svg{
   opacity: 0.6;
    font-size: 18px;
}
#ilani_paylas_wrap svg{
    
    width: 40px;
    height: 40px;
    margin: 10px;
}
.paylas_link .fa-whatsapp-square{
    color: #3bc986;
}

.paylas_link .fa-facebook-square{
    color: #0A80EC;
}

.sectionFive{
    min-height: 280px;
    background-image: url(../img/section4.jpg);
    background-size: cover;
}
.camyuzey{
    background-color: rgba(255, 255, 255, .2);
    border-width: 1px;
    border-color: rgba(255, 255, 255, .4);
    border-top-width: 3px;
    border-top-color: #3090BE;
    border-style: solid;
    min-height: 140px;
    animation-delay: 0.2s;
    width: 90%;
    margin:5%;
    color: #FFF;
}

address::before{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: '\f3c5   ';
    
}


.faiconekle::before{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: attr(data-content);
    
}
.faiconekle.fabrands::before{
    
   font-family: 'Font Awesome\ 5 Brands';
    font-weight: 900;
    content: attr(data-content);
    

}
