/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); */
@import url('./404.css');
@import url('./tab1.css');
@import url('./tab2.css');
@import url('./tab3.css');
@import url('./tab4.css');
@import url('./tab5.css');
@import url('./tab6.css');
@import url('./tab7.css');
@import url('./tab8.css');
@import url('./tab9.css');
@import url('./product-details.css');
@import url('./reference.css');
@import url('./pricing.css');
@import url('./contact.css');
@import url('./business-knowlendge.css');
@import url('./modal.css');
@import url('./support.css');
@import url('./aboutus.css');
@import url('./product.css');
@import url('./topscroll.css');
@import url('./video-support.css');


@import url("./components/header.css");
@import url("./components/footer.css");
@import url('./information.css');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*
    write en font familiy
    Dont Forgot , İmport to Font Family Here
    font-family: 'Poppins', sans-serif;
    */
}
a{
    text-decoration: underline;
}
ul{
    list-style-type: none;
}
ul li{
    list-style-type: none;
}
html{
    scroll-behavior: smooth;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: light;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: medium;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: bolder;
}

body {
	margin: 0;
	font-family: 'Roboto', "sans-serif";
	font-weight: 400;
		/* background-image: url('../images/static/circle.webp'); */
		/* background-size: 50% auto; Görüntüyü otomatik boyutta bırakır */
		/* background-position: top right; Görüntüyü sağ üst köşeye yerleştirir */
		/* background-repeat: no-repeat; Görüntünün tekrar etmesini engeller */
		margin: 0;
		padding: 0;
	
}

.wpAlani{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 103;	
}

.wpAlani img{
	width: 75px;
}


