
body{
    
    font-family: 'Roboto';
    line-height: 1.5;
    color: var(--color-black);
    background-color: white;
}

img.lazy{
    display: block;
}
.yukaricikbuton{
    bottom: 0px;
    display: none;
    height: 64px;
    position: fixed;
    right: 10px;
    z-index:1;
     opacity:0.5;
}
.yukaricikbuton:hover{
   opacity:1;
}

.social{
   
    height:40px;width:40px;float:left;
}
.social:hover{
border: 2px solid rgb(109, 109, 109);
}
#girisbolumu{
  background-color: white;
 
}


.ilksayfaustbosluk {
    padding-top: 160px;
}

.ilksayfaaltbosluk {
    margin-bottom: 120px;
}

.ilksayfabutonlar {
    width: 100%;
    float: none;
    margin: 0px auto;
}
.ilksayfaresimustboslugu{
    margin-top:0px;
}
.bolumlerboslugu {
    padding-top: 50px;
    padding-bottom: 50px;
}

.yaziboslugu {
    margin-top: 25px;
}



madde ul {
    list-style: none;
    
  
   
}

li {
    position: relative;

    

}


madde li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: rgb(61 79 99);
    font-size: 30px;
    line-height:30px;
  
}



.logo {
    width: 100px;
    height: 45px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    


}

.manset1 {
    font-size: 40px;
    font-weight:bold;
    color: rgb(22, 22, 22);
    line-height: 60px;
    font-family: 'Roboto';

}

.manset1-aciklama {
    font-size: 21px;
    font-family: 'Roboto';
  
  
  

}
madde{
    font-size: 20px;
}


.demo-button {
    background-color: rgb(29, 94, 138);
    color: white;
    border: 3px solid rgb(175, 175, 175);
    width: 130px;
    height: 50px;
    line-height: 42px;
    float: left;
    margin-right: 40px;
    margin-top: 20px;
}

.demo-button:hover {
    background-color: rgb(39, 131, 192);
}

.brochure-button {
    background-color: rgb(29, 94, 138);
    color: white;
    border: 3px solid rgb(175, 175, 175);
    width: 130px;
    height: 50px;
    line-height: 40px;
    float: left;
    margin-top: 20px;
    text-align: center;
    line-height:42px;


}

.brochure-button:hover {
    background-color: rgb(39, 131, 192);
}
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid rgb(39, 131, 192); /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    z-index: 2;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


@media only screen and (max-width: 1200px) {

    .logo{
        display: none;
    }

    .ilksayfaustbosluk {
        padding-top: 120px;
    }

    .ilksayfaaltbosluk {
        margin-bottom: 50px;
    }





    .manset1 {
        font-size: 26px;
        line-height:32px;
    }

    .manset1-aciklama {
        font-size: 16px;

    }
    madde{
        font-size: 15px;
    }
    .ilksayfaresimustboslugu{
        margin-top:0px;
    }
    
    madde li:before {
       
        line-height: 24px;
        
    }
    
}


@media only screen and (max-width: 828px) {

    .brochure-button {
        margin-top: 20px;





    }
   
   
    
}

@media only screen and (max-width: 600px) {


    .ilksayfabutonlar {
        width: 80%;
        float: none;
        margin: 0px auto;

    }



    .brochure-button {
        margin-top: 20px;
        float: left;
        width: 100%;




    }

    .demo-button {

        width: 150px;
        float: left;
        width: 100%;

    }


    



}