@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {    
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    }
body{background-color: black;}
.contt{
    max-width: 100%;
    overflow: hidden;
    height: 100vh;
}
.cont {
    position: relative;
    width: 100%;
    height: 100vh;
}
.cont-i{
    padding-top: 30px;
}
.cont .info{
    position: relative;
    top: 100px;
    left: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cont .info .img img{
    position:relative ;
    z-index: 999;
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: auto;
}
.info .cont-i h1, h2, h3, p {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;}

.info .cont-i h2{
    font-size: 40px;
    font-weight: 600;
    margin:15px 0 10px;
}

.info .cont-i h3{
    font-size: 30px;
    font-weight: 500;
    color: #ED2027;
}
span{
    text-transform: uppercase;
}
.info .cont-i p{
    font-size: 20px;
    margin: 20px 0;
}
.info .cont-i > p a{
    text-decoration: none;
    color: #fff;
   
}
.iletisim-sosyal > a{
    display: inline-block;
    padding: 0 15px;
}
.logo-img a img{
    border-radius: 10px;
    width: 50px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .cont .info  .img img{
        max-width: 90%;
       
        
    } .info .cont-i h2{font-size: 25px;}
    .info h3{
        font-size: 15px;
    }
    .info .cont-i p{
        font-size: 15px;
    }
  }
 
 