* {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.wrapper {
	margin: 0 auto 0 auto; 
	width: 80%;
    /* background: hsla(40, 12%, 90%, 0.856) no-repeat; */
    background: hsla(40, 8%, 93%, 0.856) no-repeat;	

}

.banner {
	width: 100%;
	height: 25vh;
	background-size: cover;
	/* box-sizing: border-box; */
	display: block; 
	
}

h1 {
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.25em;
	letter-spacing: 1px;
	position: absolute;	
	/* transform: translateX(-50%,) translateY(-50%);	 */
	color: #191a51ff;
	margin-top: 120px;
	margin-left: 40px;
}
.banner .i_logo_top{
	position: absolute;
	font-size:1.5em;
	margin-left: 30px;
	top: 40px;
	font-weight: 900;
	/* text-transform: uppercase; */
	float: left;
	max-width: 100%;
	height:auto;    
}

/* ////////////////////////////////////////////// */
.iletisim{	
	display: flex;
	flex-direction: column;
	font-family:Arial, Helvetica, sans-serif ;
	margin-right: 10px;
	padding-top: 40px;
	align-items: flex-end;		
}

.iletisim .WhatsAppdiv a{
	text-decoration: none;	
	background-color: #075E54;
	padding: 8px;
	border-radius:7px;
	letter-spacing:2px;
	color: aliceblue;	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 0.98em;	
	font-weight: 700;
}
.iletisim .email{
	margin-top: 20px;
}
.iletisim .email a{
	padding: 8px;
	background-color: #1974cf;
	text-decoration: none;	
	color: aliceblue;
	font-family:Arial, Helvetica, sans-serif ;
	font-weight: 700;
	border-radius: 7px;
	font-size: 0.98em;
	cursor: pointer;
}

.iletisim .telefon {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif ;
	margin-top: 20px;
	float: right;	
}
.iletisim  .telefon a{
	text-decoration: none;	
	color: aliceblue;		
	padding: 8px;	
	background-color: rgb(41, 63, 85);	
	border-radius: 7px;
	font-size: 0.98em;	
	cursor: pointer;
	letter-spacing: 2px;font-weight: 700; 	
}

.iletisim .email a:hover{color: #053769;}
.iletisim  .telefon a:hover{
	color: rgb(170, 170, 185);
	background-color: rgb(22, 50, 78);}
.iletisim .WhatsAppdiv a:hover{	background-color: #08695e; color: rgb(7, 0, 204);}
.iletisim .WhatsAppdiv2{display: none;}
.iletisim .telefon2 {	display: none;}
.iletisim .email2{display: none;}



/* ////////////////////////////////////////////// */

header {
	position: absolute;
	width: 80%;
	background-color: #191a51ff;
	top: 170px;	
	border-radius: 10px; }

header nav.menu {
	display: flex;
	float: right;
}


header nav.menu ul li {
	display: flex;
	float: left;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch;
	align-content: stretch;
	font-family:Arial, Helvetica, sans-serif ; 
}
header nav.menu ul li:hover{
	border-radius: 10px;
	transition: 0.8s ; 
}

header nav.menu ul li a {
	border-radius: 10px;
    font-size: 1.15em;
    color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 12px 10px 12px 16px;
	background-color: #191a51ff;
	
}
header nav.menu ul li a:hover{
	border-radius: 10px; transition: color 1.1s ease-in-out;
	background-color: rgba(58, 97, 168, 0.733) ;
}

/* /////////////////////////////////////////////////////////////////////////////// */

section.videolubolum1{
	/* box-sizing: border-box; */
	font-size: 1.25em;	
	border-radius: 25px;
	width: 100%;	
	border-radius: 25px;
}

h2{
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.55em;
	letter-spacing: 2px;
	text-align: center;	
	margin-top: 90px;
	margin-bottom: 100px;
	
}

.genelkatalog{
	margin-bottom: 100px;
	text-align: center;	
}
.genelkatalog a{
	text-decoration: none;
	color: #191a51;
	font-family:Arial, Helvetica, sans-serif ;
	font-weight:700 ;

}


/* DIVISION SONU  */

.container1{
	/* display: block;  */
	width:100%; 
	height:380px;
	justify-content: space-between;
	align-self: flex-start;
	box-sizing: border-box;
	
}


.container1  .hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
	
}

.hexagon1 {
	width: 600px;
	height: 350px;
	/* margin: 50px 30px 30px 250px; */
	float: left;
}

.hexagon1 .hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hexagon1 .hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
	/* z-index: -1; */
	

}
.video1{
	width: 100%;
	height: 100%;	
}

.LazerIfade{
	text-align: right;
	margin-right: 70px;
	padding-top: 20px;
	color: #191a51ff;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 0.95em;	
	font-weight: 700;
	line-height: 1.3;
}
/* .hexagon-in2:hover {
   display: none;
   transition: background-color 0.5s ease-in-out;
} */

/* CONTAINER 1 DIVISION SONU */

.container2{
	width: 90%;
	display: flex;
    justify-content: space-between;
	text-align: center;
	margin-left:5%;
	margin-right:5%;
	padding-bottom: 30px;
}

.container2 .text1{
	
	padding: 100px 0px 100px 30px;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.35em;
	letter-spacing: 2px;	
	text-align: center;	
	color: #191a51ff;	

}
.hexagon_mesaj  {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
	
}

.hexagon_mesaj .hexagon2{
	/* position: relative; */
	height: 250px;
}

.hexagon2 {
	width: 400px;
	height: 250px;
	/* margin: 50px 30px 30px 250px; */	
}

.hexagon_mesaj .hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hexagon_mesaj .hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    visibility: visible;
	background-color: #191a51ff;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
	
}

.hexagon_mesaj p{
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.20em;
	display: block;
	position: relative;
	color: aliceblue;
	text-align: center;	
	top: 35%;
	font-weight: 700 ;
}

.container2 .text2{
	
	padding: 100px 30px 100px 0px ;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.35em;
	letter-spacing: 2px;
	text-align: center;	
	color: #191a51ff;
	/* box-sizing: border-box; */
}

/* CONTAINER 2 DIVISION SONU */

.container3{
	height: 380px;
	width:100%; 
	
	
}

.container3 .hexagon_inkjet  {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
	position: relative;
	
}


.hexagon3 {
	width: 600px;
	height: 350px;
	float: right;
	/* margin: 50px 30px 30px 250px; */	
}

.hexagon_inkjet .hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hexagon_inkjet .hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    visibility: visible;
	-webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.MurekkepIfade{
	text-align: left;
	padding-top: 20px;
	color: rgb(0, 0, 0);	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.0em;	
	font-weight: 700;
	line-height: 1.3;
	margin-left: 60px;
}

/* SECTION 1 BİTİŞİ CONTAINER 3 DIVISION SONU -  */

/* SECTION 2 BAŞLANGIÇ */

.container4 {
	width: 100%;
	background: hsla(40, 12%, 90%, 0.856) no-repeat;
	border-radius: 25px;
	
}
.text3{
 	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.55em; font-weight: 800;
	letter-spacing: 1px;
	display: block;
	text-align: center;	
	padding-top: 50px;
	padding-bottom: 50px;
}

.altcontainer1{
	display: flex;
    justify-content: space-between;
	align-items: center;
	height: 250px;
	margin-left: 40px;
	margin-right: 40px;
	box-sizing: border-box;
	border-radius: 15px;
}

.altcontainer1 .resim1{
	opacity: 0.6;
	
}
.resim1 img{
	border-radius: 3%;
}

.altcontainer1 .p1{
	text-align: left;
	padding-right: 20px;
	color: rgb(0, 0, 0);	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.0em;	
	font-weight: 700;	
	line-height: 1.3;
	text-align: justify;
}
.altcontainer2{
	display: flex;
    justify-content: space-between;
	align-items: center;
	height: 250px;
	margin-left: 40px;
	margin-right: 40px;
	box-sizing: border-box;
	margin-top: 70px ;
	border-radius: 15px;
	margin-bottom: 20px;
	
}
.altcontainer2 .p2{
	text-align: left;
	padding-right: 20px;
	color: rgb(0, 0, 0);	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.2em;
	font-weight: 700;	
	line-height: 1.3;
	text-align: justify;
}
.altcontainer2 .resim2{
	opacity: 0.8;
}
.resim2 img{
	border-radius: 0;
}

/* ///////////////////////////////////////////////// */
.sonbolum{
	width: 100%;
	color: aliceblue;
	height: auto;
	background-color: #191a51ff;
	
}

.footer {
	display: flex;
    justify-content: space-between;
	text-align: center;
	align-items: center;
	padding-top: 2em;
	margin-bottom: 4em;
	background-color: #191a51ff;
	border-radius: 15px;
}

.i_logo_top2 {
	padding-left: 40px;
}
.footer  ul {
	box-sizing: border-box;
	text-decoration: none;
	color: aliceblue;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3;

}

.footer ul li a {
	text-decoration: none;
	color: aliceblue;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.15em;
}
.footer ul li a:hover{
	color: #cc0d0d;
}

.sirket {
	padding-right: 3%;
	/* padding-left: 20px; */
	
	
}
.sirket .altbaslik{
	
	/* padding: 100px 30px 100px 0px ; */
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.55em;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;	
	/* box-sizing: border-box; */
}

.sirket p {
	padding-top: 20px ;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 1.05em;
	line-height: 1.3;
}
.sirket p a {
	text-decoration: none;
	color: aliceblue;
}
.sirket p a:hover {
	color: rgb(224, 224, 16);
}
.sonbolum .haklar{
	background-color: rgba(35, 80, 104, 0.733);
	color: #ffffff;
	font-size: 0.86em ; 
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif ;
	padding-top: 8px ;
	padding-bottom: 8px ;
	text-align: center;

}


.tanım{
	height: 200vh;
	
}


/* DOD BÖLÜMÜ 1530 - 1670px arası ///////////////////////////////////// */
@media screen and (max-width:1670px) {

	.LazerIfade{
		font-size: 0.85em;	
		font-weight: 700;
		margin-right: 50px;
	}

	.MurekkepIfade{
		font-size: 0.9em;	
		font-weight: 700;
		margin-left: 30px;

	}
}
/* DOD BÖLÜMÜ 1200 - 1530px arası ///////////////////////////////////// */
@media screen and (max-width:1530px) {
	.LazerIfade{
		font-size: 0.80em;	
		font-weight: 700;
		margin-right: 20px;
		padding-top: 0px;
	}


	header nav.menu ul li{
		padding: 8px 7px 8px 10px;

	}

	header nav.menu ul li a {
		font-size: 1.15em;
	
	}


	h2{
		font-size: 1.55em;
		letter-spacing: 2px;
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.container1{
		margin-bottom: 40px;
	}


}
/* DOD BÖLÜMÜ 980  - 1200px arası ///////////////////////////////////// */
@media screen and (max-width:1200px) {

	.wrapper {
		width: 100% ;
	}

	header {
		width: 100% ;
	}
	header nav.menu ul li{
		padding: 4px 7px 4px 5px;

	}
	header nav.menu ul li a {
		font-size: 1.15em;
	
	}

	.MurekkepIfade{
		font-size: 0.8em;	
		font-weight: 700;
		margin-left: 30px;

	}
}

/* DOD BÖLÜMÜ 980  - 600px arası ///////////////////////////////////// */

@media screen and (max-width:979px)  
{

.banner .i_logo_top{

	max-width: 80%;
	height:auto;
	font-size:1.1em;
	width: 400px;

}
.temizle {
	clear: both;
}
header {
	display:grid; 
}

header nav.menu ul li{
	padding: 6px 7px 6px 7px;

}
header nav.menu ul li a {
	font-size: 0.95em;

}

.container1{
	display: flex;
	flex-direction: column;
	align-items: center;
	float: none;
	height: 600px; 
}

.container2{
	display: flex;
 	flex-direction: column;
 	align-items: center;
	height: auto;
	float: none;
	
}
.hexagon1{
	width: 600px;
	height: 350px;
	float: none;
	margin-bottom: 50px;

}
.hexagon2{
	width: 400px;
	height: 200px;
	
}
.hexagon_mesaj p{
	font-size: 0.8em;
}
.LazerIfade{
	float: none;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;	
	font-weight: 700; 
	padding-left: 10px;
	padding-right: 10px;
}
.MurekkepIfade{
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
	font-size: 0.8em;	
	padding-left: 10px;
	padding-right: 10px;
}
.container3{
	display: flex;
	flex-direction: column;
	align-items: center;
	float: none;
	height: 600px; 
}

.container4{
	margin: 0;
	display: grid ;
	
}


.altbaslik{
	padding-top: 50px;
	padding-bottom:30px ;
}


.altcontainer1{
	display: flex;
	flex-direction: column;
    align-items: center;
	float: none;
	margin: 0 0;
	height: auto ; 
}
.altcontainer1 img{
	width: 300px;
	justify-content: center;
	padding-bottom:  20px;
	padding-top:  20px;
}
.altcontainer2 img{
	width: 300px;
	padding-bottom:  20px;
	padding-top:  20px;
}

.altcontainer2{
	display: flex;
	flex-direction: column;
	align-items: center;
	float: none;
	margin: 0 0;
	height: auto ; 
	padding-bottom:  20px;
}
.temizle {
	clear: both;
}
.sonbolum {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
}
.footer{
	display: grid;
	font-size: 0.875em;	
	font-weight: 700;
	 
}
.sirket {
	padding-right: 0%;
}

.i_logo_top2 {
	padding-left: 0px;
	padding-right: 30px;
	width: 300px; height: 200px;
}
.iletisim{
	margin-right: 10px;
}

.iletisim{margin-right: 10px;}
.iletisim .WhatsAppdiv{display: none;}
.iletisim .telefon{display: none;}
.iletisim .email{display: none;}
.iletisim {padding-top: 15px;}

.iletisim .WhatsAppdiv2{
	display: flex;
}
.iletisim .telefon2{
	display: flex;
	margin-top: 10px; 
}
.iletisim .email2{
	margin-top: 10px;
	display: flex;
}
.iletisim .WhatsAppdiv2 a{	
	text-decoration: none;	
	background-color: #075E54;
	padding: 7px;
	border-radius:5px;	
	color: aliceblue;	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 0.98em;	
	font-weight: 700;
	cursor: pointer;
}
.iletisim .WhatsAppdiv2 a:hover{background-color: #08695e; }

.iletisim .telefon2 {
	font-family:Arial, Helvetica, sans-serif ;
	margin-top: 10px;
	float: right;	
}
.iletisim  .telefon2 a{
	text-decoration: none;	
	color: aliceblue;		
	padding: 7px;	
	background-color: rgb(41, 63, 85);	
	border-radius: 7px;
	font-size: 0.98em;	
	cursor: pointer;	
	font-weight: 700; 		
}
.iletisim  .telefon2 a:hover{
	color: rgb(170, 170, 185);
	background-color: rgb(22, 50, 78);
}

.iletisim .email2 a{
	padding: 8px;
	background-color: #1974cf;
	text-decoration: none;	
	color: aliceblue;
	font-family:Arial, Helvetica, sans-serif ;
	font-weight: 700;
	border-radius: 7px;
	font-size: 0.98em;
	cursor: pointer;
}
.iletisim .email2 a:hover{color: #053769;}

h1 {
	font-size: 1.0em;

}

h2{
	font-size: 1.15em;
	font-weight: 800;
}

.text1{
	padding: 0px 0px 0px 0px ;
}

.text2{
	padding: 0;
}

.text3{
	font-size: 1.15em;
}

.altcontainer1 .p1{
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	
}

.altcontainer2 .p2{
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	
}

}
/* DOD BÖLÜMÜ 980  - 600px arası ///////////////////////////////////// */

@media screen and (max-width:600px)  
{

	.altcontainer1 img{
		width: 250px;
		justify-content: center;
		padding-bottom: 20px;
		padding-top: 20px;
	
	}
	.altcontainer1{
		
		padding-top: 20px;
	}
	.altcontainer2 img{
		width: 250px;
		padding-top: 20px;
		
	}
	.altcontainer2{
		padding-bottom: 20px;
	}

	h2{
		padding-bottom: 0;
		margin-top: 250px; 
		
	}
	.iletisim .WhatsAppdiv2 {
	font-size: 0.70em;
	font-weight: 600;
	padding: 4px 4px 4x 4px;
	letter-spacing: 1px;
	border-radius: 3px;
	}

	.iletisim .telefon2{
	font-size: 0.70em;	
	font-weight: 600;
	padding: 5px 5px 5x 5px;
	letter-spacing: 1px;
	border-radius: 3px;
	}

	.iletisim .email2{ 
	font-size: 0.70em;
	font-weight: 600;
	padding: 5px 5px 5x 5px;
	letter-spacing: 1px;
	border-radius: 3px;		
	}

	h1{
		display: none;
	}
	.banner .i_logo_top{
	max-width: 70%;
	height:auto;
	font-size:0.7em;
	width: 300px;
	margin-left: 5px;
	
	}
	.LazerIfade{
		font-size: 0.7em;
	}
	.MurekkepIfade{
		font-size: 0.7em;
	}
	/* .hexagon1{
		height: 450px;
		display: flex;
	} */
	.iletisim{
		margin-right: 3px;
	}
	.i_logo_top2 {
	padding-left: 0px;
	width: 200px; height: 150px;
	}
	
	.text1{
		margin-top: 15vh;
	}
}


