@media (min-width: 375px) {

#navbarSearch {
    width: 100%;
}
.navSearch {
    border: none !important;
    padding-left: 0 !important;
}
.myNav{
    display:none !important;
}
.logoBoyut {
    max-width: 200px !important;
}
}
@media (min-width: 768px) {
#navbarSearch {
    right: 0;
    width: auto !important;
}
.navSearch {
    border-left: 1px solid black !important;
    padding-left: 1.5rem !important;
}
    .myNav{
        display:flex !important;
    }
    .logoBoyut {
        max-width: 300px !important;
    }
}
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
  }
body {
    font-family: 'Roboto', sans-serif;
}
.redColor {
    color: #EF0B0B;
}

ul{
    list-style-type: none;
    padding: 0;
}

/*HEADER AYARLARI----------------------ortak*/
.sabitNav{
    position: sticky;
    top: 0;
    z-index: 999;
}

.bosluklar{
    margin-left:5px;
    margin-right:5px;
}

.dropdown-toggle::after{
    content:"";
    border:none;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
}
.altCizgi{
    border-bottom:1px solid red;
}
/*--------------------------------------*/
/*HEADER SEARCH AYARLARI------------*/
#AraBtn {
    border-color: #ced4da;
    border-left: none;
    color: #dc3545;
    background-color: white;
}
#AraBtn:hover {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545;
}
/*.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 55px;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px;
}
.search_input {
    color: #707070;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 250px;
    border: 2px solid #868686;
    border-radius: 3px;
    caret-color: #868686;
    transition: width 0.4s;
}
.searchbar:hover > .search_icon {
    background: white;
    color: #707070;
    text-decoration: none;
}
.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    text-decoration: none;
}*/

/*---------------------------------------*/

/*YUKARI ÇIK BUTONU AYARI-------------ortak*/
#goTop {
    display:none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    width: 60px;
    height: 60px;
    border-radius: 30px;
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #696969; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    transition: 0.2s;
    text-align: center;
    padding: 0;
  }
  
  #goTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
/*-------------------------------------*/

/*FOOTER AYARLARI----------------------ortak*/
.footer {
  bottom: 0;
  width: 100%;
  font-size: 15px;
}

.footerColor{
    color: #696969;
}

.footer a{
    color:#696969;
    transition: 0.2s;
}

.footer ul li{
    padding-bottom: 10px;
}
.footer a:hover{
    text-decoration: none;
    transition: 0.1s;
    color: white;
}
.footerHr{
    border-top: 1px solid #696969;
}
.footerInput{
    min-height: 50px;
    height: auto;
    width: 100%;
    border-radius: 7px;
}
.jumbotron{
    margin: 0;
    border-radius:0;
    background-color: #10252E;
    color: white;
    border-top:19px solid #EF0B0B ;
    padding-left:0;
    padding-right:0;
    padding-bottom: 15px !important;
}

.devamiLink{
    color: red !important;
}

.devamiLink:hover{
    text-decoration: none !important;
    color: darkred !important;
    transition: 0.2s !important;
}
/*------------------------------------------*/

/*RESPONSIVE AYARLAR---------------------ortak*/
@media screen and (max-width:480px) {
    .homeTopSliderImg{
        min-height: 300px;
        height: auto;
    }
    .baslik{
        font-size: 20px;
    }
    .icerik{
        font-size: 10px;
    }
    .carousel-indicators{
        bottom: 40px;
    }
    #goBottomCarouselBtn{
        bottom: 10%;
    }
    #AllCards{
        margin-top: 0px;
    }
    .sayfaIsmi{
        font-size: 20px;
    }
    .firma1{
        border-bottom: 1px solid black;
    }
    .firma2{
        border-bottom: 1px solid black;
    }
    .firma3{
        border-bottom: 1px solid black;
    }
    .firma4{
        border-bottom: 1px solid black;
    }
    .firma5{
        border-bottom: 1px solid black;
    }
}
@media screen and (min-width:481px) and (max-width:949px) {
    .homeTopSliderImg{
        min-height: 400px;
        height: auto;
    }
    .baslik{
        font-size: 40px;
    }
    .icerik{
        font-size: 20px;
    }
    .carousel-indicators{
        bottom: 30px;
    }
    #goBottomCarouselBtn{
        bottom: 17%;
    }
    #AllCards{
        margin-top: -80px;
    }
    .sayfaIsmi{
        font-size: 40px;
    }

    .firma1{
        border-bottom: 1px solid black;
        border-right: 1px solid black;
    }
    .firma2{
        border-bottom: 1px solid black;
    }
    .firma3{
        border-bottom: 1px solid black;
        border-right: 1px solid black;
    }
    .firma4{
        border-bottom: 1px solid black;
    }
    .firma5{
        border-right: 1px solid black;
    }
}
@media screen and (min-width:950px) {
    .homeTopSliderImg{
        min-height: 650px;
        height: auto;
    }
    .baslik{
        font-size: 60px;
    }
    .icerik{
        font-size: 30px;
    }
    .carousel-indicators{
        bottom: 100px;
    }
    #goBottomCarouselBtn{
        bottom: 25%;
    }
    #AllCards{
        margin-top: -120px;
    }
    .sayfaIsmi{
        font-size: 60px;
    }
    .firma1{
        border-bottom: 1px solid black;
        border-right: 1px solid black;
    }
    .firma2{
        border-bottom: 1px solid black;
        border-right: 1px solid black;
    }
    .firma3{
        border-bottom: 1px solid black;
    }
    .firma4{
        border-right: 1px solid black;
    }
    .firma5{
        border-right: 1px solid black;
    }
}
/*------------------------------------------*/

.SegoeUI{
    font-family: 'Segoe UI' !important;
}
.Roboto{
    font-family: Roboto !important;
    font-weight: normal;
}
.f-35{
    font-size: 35px;
}
.f-30{
    font-size: 30px;
}
.f-20{
    font-size:20px;
}