@charset "utf-8";
/* CSS Document */
*, html,body {
	box-sizing: border-box;
	margin:0px;
	padding: 0;
	font-family: Poppins;
	scroll-behavior: smooth;
	list-style: none;
	
	
}
a{
	text-decoration: none;
}

html,body {
	overflow-x: hidden;
}
::-moz-selection { 
  color: #C92123;
  background: #000;
}

::selection {
  color: #C92123;
  background: #000;
}

.text-justify {
	text-align: justify;
}

.navbar {
	height: 90px;
display: flex;
}

.navbar-brand {
	background: #fff;
	display: inline-block;
	overflow: hidden;
	align-self: center;

	
}

.navbar-toggler-icon {
	background-color:#C92123
}

.dropdown-menu {
    border-radius: 0;
}
.dropdown-item {
    display: block;
    padding: 0.25rem 1.25rem;
    clear: both;
    font-weight: 400;
	font-size: 13px;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	width: 100%;
}

.dropdown .dropdown-menu {
	background: #C92123
}

.language-box:hover .dropdown-menu {
    display: block;
	right: 0; 

 }

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
   
    align-items: unset;
   
}


.navbar-collapse {
	height: 90px;
}

.navbar-logo {
	height: 50px;
}
.navbar-brand {
	z-index: 9999;
	position: relative;
	padding: 10px;
}
.navbar-collapse::after {
    content: '';
    height: 130px;
    background: linear-gradient(90deg, white 93%, #eee 0%);
    width: 60px;
    display: block;
    position: absolute;
    margin-left: -22px;
    transform: rotate(30deg);
    top: -46px;
    z-index: 999;
}

.navbar-nav > li > a {
    letter-spacing: normal;
    font-weight: 400;
    font-size: 13px;
    font-family: Poppins;
    text-transform: uppercase;
    line-height: 90px;
    padding: 0 14px;
}

.navbar-nav > li:hover > a {
	background: #C92123
}
.pdf-box i {
	font-size: 13px;
	padding: 0 4px;
}
.pdf-box a{
	text-decoration: none;
	color:#fff;
	font-size: 13px;
	font-weight: 400;
	animation: popup 8s infinite;
	padding: 0 10px;
	height: 90px!important;
	display: inline-block;
	line-height: 90px;
	
	
}
@keyframes popup {
	0% {color:white; background: #C92123}
	50%{ color:#C92123; background: white}
	100% {color:white; background: #C92123}
}

.language-menu {
	min-width: auto!important;
	border: 0;
	padding-left: 1px;
	border-top:2px solid #fff;
	
}

.language-box  button{
	padding: 0rem 1rem;
	line-height: 90px;
	
}

.language-box:hover{
	background: #C92123;
	display: block;
	
}

/*VİDEO SECTİON*/
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position:absolute;
  top: 0;
  left: 0;
}
#video-bg {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(to top, transparent 50%, #444 50%), linear-gradient(to right, transparent 50%, #444 50%);
    background-size: 3px 3px, 3px 3px;
    opacity: 0%;
	position: absolute;

}

.video-text {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-text h1 {
	color:rgba(255,255,255,0.00);
	font-size: 6rem;
	text-transform: uppercase;
	-webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #C92123
	
}

.video-text span{
	display: block!important;
	color:#C92123;
	font-weight: bold;
	font-size: 2rem;
	text-shadow: 0px 0px 3px #000;
}

.home-page-social-icon {
	position: absolute;
	top:50%;
	right: 0;
	transform: translateY(-50%);
}

.home-page-social-icon .sosyalmedya {
	display: flex;
	flex-direction: column;	
}

.home-page-social-icon .sosyalmedya li a{
	display: inline-block;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin: 5px;	
}

.home-page-social-icon .sosyalmedya li a i {
	color:#fff;
}


/*VİDEO SECTİON*/

/*FAALİYETLER*/
#faaliyetler h3{
	padding: 2rem 0rem;
    font-size: 38px;
    font-weight: 700 !important;
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #C92123;

}

#kurumsallar h3 {
	padding: 2rem 0rem;
    font-size: 38px;
    font-weight: 700 !important;
    color: #C92123;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;

}

#kurumsallar {
	background-color:#C92123;
}
.faaliyet-box {
	overflow: hidden;
	
}

.faaliyet-box .faaliyet {
	
	color:#fff;
	text-align: center;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 1.2rem;
	position: relative;
	background-position: center center;
	transition: all 0.3s ease-in-out; 
	background-color: #C92123;
	background-repeat: no-repeat;
	background-size: cover;
	
}

#kurumsallar .faaliyet-box .faaliyet {
	
	background-color: #000;
}

#kurumsallar .faaliyet-box:first-child .faaliyet {
	background-image:url("../img/hakkimizda-bg.jpg");	
}
#kurumsallar .faaliyet-box:nth-child(3) .faaliyet {
	background-image:url("../img/ilkeler-bg.jpg");	
}
#kurumsallar .faaliyet-box:nth-child(5) .faaliyet {
	background-image:url("../img/iletişim-bg.jpg");	
}
 .faaliyet-box:nth-child(odd):hover .faaliyet {
		background-color: #000;
	 transform: scale(1.20);
}
 .faaliyet-box:nth-child(even):hover .faaliyet {
	background-color: #000;
	transform: scale(1.20);
}




.faaliyet-box:nth-child(even) .faaliyet {
	background-color: #C92123
}
/*FAALİYETLER*/

/*FOOTER*/
footer.bg-dark, footer .widget {
	color:#6f6f6f;
	font-size: 13px;
}

footer .iletisim-col i {
	color:#fff;
	font-size: 18px;
}

footer a, i {
	color:#6f6f6f;
	padding: 4px;
	border-radius: 2px;
	transition: all 500ms;
}

footer a:hover {
	background-color: #C92123;
	color:#fff;
}

footer .footer-logo {
	width: 200px;
}
footer.bg-dark .footer-widgets{
	color: #fff;
	
}

.footer-widgets .widget-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f3f3f3!important;
	margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.list-dividers {
    padding-right: 30px;
}

.list-dividers > li {
    border-color: #6f6f6f;
}

.footer-links li {
    line-height: 34px;
    padding: 0px;
}

.list-dividers > li {
    position: relative;
    padding: 5px 0!important;
    border-bottom: 1px dotted #383838 !important;
}

.sosyalmedya {
	display: flex;
	
	
}
.sosyalmedya li:hover a  {
	background-color: rgba(0,0,0,0.00);
}
.sosyalmedya li:hover a i {
	color:#C92123;
}
/*FOOTER*/

/*KURUMSAL*/

.page-title {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: bottom center;
    height: 550px;
	
	background-repeat: no-repeat;
}

.hakkimizda-bg {
	background-image:url("../img/kurumsal-bg.jpg");
}

.havacilik-faaliyetleri-bg {
	background-image:url("../img/havacilik-faaliyetleri-bg.jpg");
}

.havacilik-yapilari-bg {
	background-image:url("../img/havacilik-yapilari-bg.jpg");
}

.denizcilik-faaliyetleri-bg {
	background-image:url("../img/denizcilik-faaliyetleri-bg.jpg");
}
.endustriyel-faaliyetleri-bg {
	background-image:url("../img/endustriyel-faaliyetleri-bg.jpg");
}

.referanslar-bg {
	background-image:url("../img/referanslar-bg.jpg");
}
.iletisim-bg {
	background-image:url("../img/iletisim-bg.jpg");
}

.corporate-header {
	margin: 0;
    font-size: 50px;
    text-transform: none;
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.sidebar-menu {
	background-color: #C92123;
	padding: 15px;
}

.sidebar-menu ul {
	margin-bottom: 0px;
}

.sidebar-menu ul li {
    padding: 5px 15px;
    border-left: 3px solid #f10021;
    transition: 0.4s;
}

.sidebar-menu ul li.active, .sidebar-menu ul li.active a {
	background-color:#fff;
	border-left-color: #000;
	color:#000;
}

.sidebar-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.3px;
	display: inline-block;
}

.sidebar-menu ul li:hover  {
    background-color:#fff;
	border-left-color: #000;
}

.sidebar-menu ul li:hover a {
	color:#C92123;
}

.page-tek h1 {
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f10021;
    color: #0000;
}

/*KURUMSAL*/

/*FAALİYETLER*/
.flash figure {
	position: relative;
	overflow: hidden;
}
.flash figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.flash figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.proje-baslik a{
	color:#212529;
	font-size: 1rem;
	font-family: Poppins;
	
}

.proje-buton {
	color: #fff;
	background-color: #c92023;
	text-transform: uppercase;
	padding: 5px 10px;
	transition: 500ms all;
	font-size: 0.8rem;
}

.proje-buton:hover {
	border:1px solid #c92023;
	background-color: #fff;
	color:#212529;
}

.proje-detay h3{
	padding: 1rem 0rem;
    font-size: 2rem;
    font-weight: 700 !important;
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #C92123;

}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #C92123;
   
}
.accordion-button:not(.collapsed)::after {
    background-image:url("../img/accordion-plus-button.svg");

}
.accordion-button::after {
   
    background-image: url("../img/accordion-minus-button.svg");
 
}

.accordion-button:focus {
	box-shadow: none;
}
.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #c92123;
    color: #ffffff;
}
.accordion-body ul {
	padding: 0px; 
}

.accordion-body ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(233 89 89);
	text-transform: inherit;
}


/*FAALİYETLER*/

/*İLETİŞİM*/

.iletisim-box i.bi {
	font-size: 1rem;
	padding: 0px;
	margin-right: 1rem;
}

.iletisim-box a {
	color:#212529;
	transition: 0.4s
}

.iletisim-box a:hover {
	color:#C92123;
}

.konvert-link:hover {
	background: none;
}



/*İLETİŞİM*/

@media screen and (max-width: 1199px){
	
	.navbar-collapse::after {
    content: '';
   	display: none;
	}

	.navbar-nav {
	background-color: #212529;
	}

	.pdf-box, .language-box{
	position: absolute;
	}

	.language-box {
	right: 0;
	}

	.language-box button {
	background-color: #C92123;
	border-radius: 0px;
	}
	
	.navbar-nav > li > a, .pdf-box a, .language-box button {
    line-height: 40px;
	}
	
	.pdf-box a {
		height: 40px!important;
	}
}