@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;800;900&display=swap');

:root {
	--base-color: #ffffff;
	--hash-color: #da3738;
	--text-color: #222222;
	--subhead-color: #282828;
}

body {
	background-color: var(--base-color);
}

/* EDITED */
tbody, td, tfoot, th, thead, tr {
	border-width: 1px !important;
}
/* EDITED */

header {
	width: 100%;
	position: fixed;
	padding: 20px 0;
}

.sticky {
	background: var(--hash-color);
}

.sticker {
	background: var(--hash-color);
	top: 0;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 92px;
}

header nav ul li {
	margin-left: 35px;
}

header nav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	position: relative;
}

header nav ul li .active {
	color: #E6007B;
}

header nav ul li a:after{
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}

header nav ul li a:hover {
	color: #fff;
}

header nav ul li a:hover:after{
    width: 40px;
		color: #fff;
}

header nav ul li .active {
	color: #fff;
}

header nav ul li .active:after {
	content: "";
	position: absolute;
	background-color: #fff;
	height: 2px;
	width: 40px;
}

header nav ul .language img {
	width: 35px;
}

#main-screen {
	background: url(../images/main-screen.jpg);
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main-screen h1 {
	font-weight: 900;
	font-size: 95px;
	color: #fff;
	line-height: 80px;
}

#main-screen h1:nth-child(2) {
	margin-bottom: 50px;
}

#main-screen a {
	padding: 12px 40px;
	background: var(--hash-color);
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1000ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 1000ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 1000ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 1000ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 1000ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}


#main-screen a:hover {
	box-shadow: #fff 0 80px 0px 2px inset;
    color: var(--hash-color);
}

#team {
	width: 100%;
	margin-top: -110px;
}

#team .team-bg {
	background: #eeeeee;
}

#team .team-item {
	padding: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#team .team-item h1 {
	font-size: 20px;
	font-weight: 900;
}

#team .philips img{
	width: 60px;
}

#team .team-item p {
	font-size: 15.5px;
}

#team .team-item-desc {
	margin-left: 30px;

}

#team .last-one h1 {
	border: none;
}

#brands {
	width: 100%;
}

#brands .brand-logos {
	height: 200px;
	border-bottom: solid 1px #bcbcbc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#brands .brand-logos img:nth-child(5) {
	margin-top: -15px;
}

#about-us {
	margin: 50px 0;
	width: 100%;
}

#about-us h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 0;
	color: var(--subhead-color);
}

#about-us h1 {
	font-weight: 900;
	font-size: 45px;
	color: var(--hash-color);
}

#about-us h3 {
	font-weight: 900;
	font-size: 22px;
	color: var(--text-color);
	margin-top: 25px;
}

#about-us p {
	color: var(--text-color);
	font-size: 17px;
	line-height: 25px;
}

#numbers {
	margin: 100px 0;
}

#numbers .number-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

#numbers .number-item {
	width: 20%;
	padding: 40px;
	border-left: solid 1px #fff;
}

#numbers .number-item:nth-child(1) {
	background: #d8d8d8;
}

#numbers .number-item:nth-child(2) {
	background: #cccccc;
}

#numbers .number-item:nth-child(3) {
	background: #c4c4c4;
}

#numbers .number-item:nth-child(4) {
	background: #b2b2b2;
}

#numbers .number-item:nth-child(5) {
	background: #a3a3a3;
	border: none;
}

#numbers .number-item h1 {
	font-weight: 900;
	color: #fff;
}

#numbers .number-item h2 {
	font-weight: 400;
	color: var(--text-color);
	font-size: 16px;
}

#tabs {
	margin: 50px 0;
}

#tabs h1 {
	font-weight: 900;
}

#tabs .tab-items {
	display: flex;
	justify-content: space-between;

}

#tabs .tab-items .tab-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	padding: 40px;
	color: #fff;
	font-weight: 900;
	font-size: 40px;
}

#tabs .tab-items .four-tabs {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	font-size: 25px;
}

#tabs .tab-items .dagitim-kanallarimiz {
	background: url(../images/dagitim-kanallari.jpg) no-repeat;
	width: 100%;
	height: 700px;
	cursor: pointer;
}

#tabs .tab-items .is-ortaklarimiz {
	background: url(../images/is-ortaklarimiz.jpg) no-repeat;
	width: 50%;
	height: 350px;
	font-size: 25px;
	cursor: pointer;
}

#tabs .tab-items .kariyer {
	background: url(../images/kariyer.jpg) no-repeat;
	width: 50%;
	height: 350px;
	font-size: 25px;
	cursor: pointer;
}

#tabs .tab-items .kurumsal-degerlerimiz {
	background: url(../images/kurumsal-degerlerimiz.jpg) no-repeat;
	width: 50%;
	height: 350px;
	font-size: 25px;
	cursor: pointer;
}

#tabs .tab-items .bize-ulasin {
	background: url(../images/bize-ulasin.jpg) no-repeat;
	width: 50%;
	height: 350px;
	font-size: 25px;
	cursor: pointer;
}

#corporate {
	margin-top: 200px;
}

#corporate h2 {
	font-weight: 300;
	font-size: 19px;
	color: var(--hash-color);
}

#corporate h1 {
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
}

#corporate h1 span {
	color: var(--hash-color);
}

#corporate p {
	margin: 30px 0;
}

#corporate .quote {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	background: #EEEEEE;
	width: 100%;
	margin: 50px 0;
	padding: 20px 40px;
}

#corporate .quote .icon {
	padding-top: 35px;
	margin-right: 25px;
}

#corporate .quote p {
	font-weight: bold;
	font-size: 18.5px;
}

#corporate .quote p span {
	color: var(--hash-color);
}

#corporate ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

#corporate ul li {
	padding: 20px 30px;
	background: #F7F7F7;
	border-bottom: solid 2px #fff;
	font-size: 15px;
}

#corporate ul li a {
	color: var(--text-color);
	text-decoration: none;

}

#corporate ul li:nth-child(1) {
	background: #B3B3B3;
	color: #fff;
}

.career-redirect {
	background: #eeeeee;
	padding: 20px 40px;
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.career-redirect h4 {
	font-weight: 300;
	font-size: 24px;
}

.career-redirect h3 {
	font-weight: 700;
	font-size: 36px;
}

#contact {
	margin-top: 200px;
}

#contact .contact-bg {
	background: #222222;
	padding: 60px;
}

#contact .contact-bg h1 {
	font-weight: 700;
	font-size: 28px;
	color: #fff;
}

#contact .contact-item {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}

#contact .contact-item .icon {
	margin-right: 25px;
}

#contact .contact-item .contact-info h2 {
	color: var(--hash-color);
	font-weight: bold;
	font-size: 20px;
}

#contact .contact-item .contact-info p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

#contact .contact-item .contact-info a {
	text-decoration: none;
	color: #fff;
}

#contact-form {
	margin: 75px 0;
}

#contact-form .contact-form-bg {
	background: #EEEEEE;
	padding: 60px;
}

#contact-form .contact-form-bg h1 {
	font-weight: 700;
	font-size: 28px;
	color: #000;
}

#contact-form form .form-group input {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0;
	border: 0;
	padding: 23px;
	font-size: 13px;
	margin: 15px 0;
}

#contact-form form textarea {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0;
	border: 0;
	padding: 23px;
	font-size: 13px;
	margin: 15px 0;
}


#contact-form .sub-button {
	display: flex;
	justify-content: flex-end;
}

#contact-form .sub-button button {
	border: none;
	background: var(--hash-color);
	font-weight: bold;
	font-size: 15px;
	padding: 10px 15px;
	color: #fff;
	height: 60px;
}

#logos {
	margin: 100px 0;
}

#logos .logo-area {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border: solid 1px #eeeeee;
	height: 200px;
	margin-bottom: 25px;
}

.image-area {
	padding: 30px;
	height: auto !important;
}

#logos .bio img{
	margin-top: -21px;
}

#network {
	margin: 100px 0;
}

#network .network-sections {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#network .network-sections .network-item {
	width: 33.3333%;
	background: #E8E8E8;
	padding: 30px;
	margin-top: -1px;
	color: var(--text-color);
}

#network .network-sections .network-item .big-title {
	font-size: 55px;
	font-weight: bold;
}

#network .network-sections .network-item p {
	font-size: 20px;
	font-weight: 300;
}

#network .network-sections .network-item:nth-child(1){
	background: var(--hash-color);
	color: #fff;
}

#network .network-sections .network-item:nth-child(3) {
	background: var(--hash-color);
	color: #fff;
}

#network .network-sections .network-item:nth-child(5) {
	background: var(--hash-color);
	color: #fff;
}


#kvkk {
	margin-top: 200px;
}

#kvkk h2 {
	font-weight: 300;
	font-size: 19px;
	color: var(--hash-color);
}

#kvkk h1 {
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
}

#kvkk h1 span {
	color: var(--hash-color);
}

#kvkk p {
	margin: 30px 0;
}

#kvkk td {
	padding: 10px;
}

.kvkk-info-buts a{

}

.kvkk-info-buts .kvkk-area {
		width: 100%;
		background: #ededed;
		padding: 20px;
		border-left: solid 3px var(--hash-color);
		margin-bottom: 20px;
}

.kvkk-info-buts .kvkk-area a {
	color: #000;
	text-decoration: none;
	font-size: 17px;
}

.kvkk-info-buts .kvkk-area a i {
	font-size: 19px;
}

.sub-menu ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

.sub-menu ul li {
	padding: 20px 30px;
	background: #F7F7F7;
	border-bottom: solid 2px #fff;
	font-size: 15px;
}

.sub-menu ul li a {
	color: var(--text-color);
	text-decoration: none;

}

.sub-menu ul li:nth-child(1) {
	background: #B3B3B3;
	color: #fff;
}

.custom-checkbox {
	margin-bottom: 15px;
}

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
	font-size: 14px;
}

.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--hash-color);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--hash-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


footer {
	background: #222222;
	margin-top: 100px;
	padding: 50px 0;
}

footer .footer-logo img {
	width: 70px;
}

footer .footer-logo p {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li:nth-child(1) {
	font-weight: 700;
	color: #fff;
}

footer ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

footer ul li a:hover {
	color: var(--hash-color);
}

footer .footer-contact {
	text-align: right;
}

footer .footer-contact a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
/* MOBILE MENU */
.mobilize ul {
  height: 100vh;
  background: #da3738;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: fixed;
  width: 100%;
  display: none;
  top:100px;
}
.mobilizeul li {
  float: left;
  position: relative;
}
.mobilize ul li a,
.mobilize ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
.mobilizeul li a:hover,
.mobilize ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}
.mobilizeul li a:not(:only-child):after,
.mobilize ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: '';
}
.mobilize ul li ul li {
  min-width: 190px;
}
.mobilize ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.mobilize ul li ul a {
	background: #052249 !important;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: fixed;
  top: 20px;
  right: 0;
  height: 70px;
  width: 70px;
	z-index: 11;
}


#nav-toggle {
  position: fixed;
  right: 18px;
  top: 55px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 3px;
  line-height: 10px;
  width: 39px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -12px;
}
#nav-toggle span:after {
  bottom: -12px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.dropdown-menu  a {
	margin-left: 0 }

.nav-list li {
	margin: 20px 0;
	text-align: center;
}

.nav-list li:first-child {
	margin-top: 75px;
}


@media (max-width: 576px) {}

@media (max-width: 768px) {}

@media (max-width: 992px) {
	body {
		overflow-x: hidden;
	}
	header nav {
		display: none;
	}
	header {
	    background: var(--hash-color);
	}
	.nav-mobile {
		display: block;
	}
	#main-screen h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.brand-logos {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.brand-logos img {
		margin: 8px 0;
	}
	#numbers .number-items {
		flex-wrap: wrap;
	}
	#numbers .number-item {
		width: 50%;
	}
	#tabs .tab-items {
		flex-wrap: wrap;
	}
	.footer-logo {
		text-align: center;
	}
	footer ul {
		text-align: center;
	}
	footer .footer-contact{
		text-align: center;
	}
	#tabs .tab-items .dagitim-kanallarimiz {
		font-size: 30px;
	}
	#tabs .tab-items .is-ortaklarimiz {
		font-size: 19px;
		padding: 5px;
	}
	#tabs .tab-items .kariyer {
		font-size: 19px;
		padding: 5px;
	}
	#tabs .tab-items .kurumsal-degerlerimiz {
		font-size: 19px;
		padding: 5px;
	}
	#tabs .tab-items .bize-ulasin {
		font-size: 19px;
		padding: 5px;
	}
	#corporate h1 {
		font-size: 45px;
		line-height: 50px;
	}
	#network .network-sections .network-item {
		width: 50%;
	}
	#network .network-sections .network-item .big-title {
		font-size: 40px;
	}
	#contact-form .contact-form-bg {
		padding: 25px;
	}
	#contact-form .sub-button {
		justify-content: center;
	}
}
