body{
    background-color: black;
}
.header{
   
    z-index: 2000;
    background-color:rgba(0, 0, 0, 0.849) !important;
}

.govde{
    position: relative;
    top:-200px;
    height: 100vh;
}
.fligram{
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    height: 120%;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.438) ;
}
.kutular{
    position: absolute;
    z-index: 1000;
    bottom: -170px;
 
}

.header-menu a{
    color: rgb(255, 255, 255) !important;
    font-size: 1rem;
   
}
.nav-dropdown-item a{
    color:black !important;
}
footer{
    z-index: 1000;
}
.cerceve{
 
    border:3px solid rgb(255, 222, 38) !important;
   
}
.genelsection{
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: white;
   
}
.genelsection-detay{
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: white;
   
}
.genelsection p{
    color: black;
   
}
.logoortala{
    padding-left:80px !important;
}
.kategori-icerik p{
    font-size: 0.9rem !important;
    margin-bottom: 5px;
}
@media (max-width: 992px){

    .header-logo{
        display: block !important;
       
    }
    .logoortala{
        padding-left:20px !important;
    }
    .header-logo img{
      
        width: auto;
        height: 50px !important;
        max-height: 50px !important;
    }
    .genel-logo{
        display: none !important;
    }
    .header-menu a{
        color: rgb(0, 0, 0) !important;
        font-size: 1.1rem;
       
    }
    .govde{
        position: relative;
        height: auto;
        top:0px !important;
    }
    .kutular{
        position: relative;
        z-index: 1000;
        bottom: 0 !important;
     
     
    }
    .fligram{
        position: absolute;
        z-index: 999;
        top: 0px;
        left: 0px;
        height: 100% !important;
        width: 100%;
        background-color: rgba(17, 17, 17, 0.438) ;
    }
}
    /** whasup icon **/
    .whasup {
        z-index: 1000 !important;
        position: fixed;
        width: 60px;
        height: 60px;
        top: 130px;
        left: 10px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }
    
    
    .whasup i{
     
        font-size: 30px;
        margin-bottom: 50px;
    }
    /** phone icon **/
    .phone {
        z-index: 1000 !important;
        position: fixed;
        width: 60px;
        height: 60px;
        top:200px;
        left: 10px;
        background-color: #2b9de9;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }
    
    
    .phone i{
        font-size: 30px;
        margin-top: 15px;
    }
