	*{
	    box-sizing: border-box;
	}
	
	body{background-color: #000 !important;
	    overflow-x: hidden;
	    box-sizing: border-box
	    margin: 0px;
	    padding: 0px;
	}
	
	.container-fluid {
    width: 100%;
    padding: 0;
    }

    .row {
        margin: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .fieldone, .fieldtwo, .fieldthree, .fieldfour, .fieldfive {
        padding: 0 15px;
        width: 100%;
    }
	
	.stream{
		padding-top: 300px;
		padding-bottom: 50px;
	}

	.logohbg{
		padding-top: 60px;
	}

	.fieldbar{
		 background: transparent !important;
    height: 65px;
    position: absolute; /* Sayfanın üstünde sabit pozisyonda tutar */
    width: 100%; /* Genişliğini tam sayfa yapar */
    z-index: 1000; /* Diğer içeriklerin üzerinde görünmesini sağlar */
    padding-bottom: 50px;


	}
 	.fieldbar img {
    height: 95px !important;
    
	}

	.fieldbar .presskit{
		padding-top: 15px !important;
	}

	.fieldbar .presskit a{
		text-decoration: none;
		color: white;
		text-align: right;
		font-weight: bold;
		
	}
	.fieldbar .presskit a:hover {
  		text-decoration: none;
  		color: white; 
	}


  .col-md-3{
	  padding-top:10px;
  }
  
   .col-md-4{
	  padding-top:10px;
  }
  
   .col-md-6{
	  padding-top:10px;
  }

  .barend {
    border-bottom: solid #7289da 10px;
    display: flex;
    justify-content: space-between; 
}

  .barend .right{
  	padding-bottom: 15px;
  }

  .barend .left{
	  display: flex;
	  justify-content: center;
  }

  .barend .left .btn{
  	background: #7289da !important;
  	border-color: #7289da !important;
  	border-radius: 2px 2px 0px 0px !important;
  	height: 40px ;
  	position: absolute;
  	bottom: 0px;
  }
  
  
   .fieldone {
    background-image: url('../images/slider1.png');
    background-size: cover;
    background-position: top;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}
	.fieldone .butons{
		padding-top:50px;
		
	}
	
	.fieldtwo{
		background-color: #2a2a2a;
	}
	
	.fieldtwo .fieldinbox{
		
		padding-top:50px;
		padding-bottom:30px;
	}
	
	.fieldthree{
	  background-image: url('../images/pattern.png');
      background-size: cover;
      background-position: center;
      padding: 50px 0;
	  height: auto;
	  
	}
	
	.fieldthree h3{
		color:yellow;
	}
	
	.fieldthree p{
		
		color:white;
		font-size:18px;
	}
	.fieldthree .fieldinbox{
		
		padding:10px;
	}
	

	.fieldinterthree{
	  background-image: url('../images/Result_BG.png');
      background-size: cover;
      background-position: center;
      padding: 50px 0;
	  height: auto;
	  
	}
	
	.fieldinterthree h3{
		color:yellow;
	}
	
	.fieldinterthree p{
		
		color:white;
		font-size:18px;
	}
	.fieldinterthree .fieldinbox{
		
		padding:10px;
	}

	.fieldfour{
		
	  background-image: url('../images/slider2.jpg');
      background-size: cover;
      background-position: center;
      padding: 50px 0;
	  height: auto;
	}
	
	.social-icons {
	  display: flex;
	  justify-content: center;
	  gap: 10px;
	  margin-top: 20px;
}

	.social-icon {
	  display: inline-block;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  border-radius: 10px;
	  text-align: center;
	  color: white;
	  font-size: 24px;
	}

	.fb { background-color: #3b5998; }
	.tw { background-color: #1da1f2; }
	.yt { background-color: #ff0000; }
	.ig { background-color: #000; }
	.st { background-color: #00adee; }
	.dc { background-color: #7289da; }
	
	.fieldfive{
	  background: #000;
      background-size: cover;
      background-position: center;
      padding: 5px 0;
	  height: auto;
	  
	}
	
	.fieldfive p{
		
		color:white;
		font-size:18px;
		text-align:center;
	}

	@media (max-width: 767.98px) {
		  .barend {
		    border-bottom: none;
		  }
  }