@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
* {
	outline: 0;
	border: 0;
	text-decoration: none;
}
html {
	scroll-behavior: smooth;
  }
 body{ 
	font-family: 'Quicksand', sans-serif !important;
	background-color: #fff;
	font-size: 14px; 	
 } 
 .font-c {
	font-family: 'Caveat', cursive !important;
 }
 .opak {opacity: 0;}
 a {
	 color: #fff; opacity: 1; font-size: 14px;
 }
 a:hover { text-decoration: none !important; color: #fff; opacity: 0.8;}
p {font-size: 16px;}
ul {
	margin: 0; padding: 0;
}
li{ list-style-type: none;} 
/*LOADING*/

 .toupper {text-transform: uppercase !important;}
/*LOADER END*/

 header {
	 position: fixed;
	 background-color: #fff;
	 top: 0;
	 left: 0;
	 width: 100%;	 	 
	 z-index: 999; 
	 transition: all 200ms linear; 
 }
 header.sticky{
	background-color: #fff; 
	z-index: 999;
	top:0;
	left: 0;
	width: 100%;
}

.header-bottom{
	display: flex;
	padding: 15px 60px; 
} 
 
.header-top {display: flex; align-items: center; float: left; width: 100%; color: #fff; padding: 0 60px 0 60px;}
.header-top-left {float: left; display: flex; align-items: center; justify-content: start; width: 50%;}
.header-top .header-top-left a{ display: inline-flex; color: #fff; margin-right: 15px;}
.header-top .header-top-left a:hover{opacity: .8; color: #fff;}
.header-top .header-top-left img{
	margin-right: 10px;
}

.header-top-right {float: right; display: flex; align-items: center; justify-content: end; width: 50%;}
.header-top .header-top-right a{color: #fff; margin-left: 15px;}
.header-top .header-top-right a:hover{opacity: .8; color: #fff;}
.header-top .header-top-right img{
	margin-right: 10px;
}
.header-top-right .kataloglink {
	background-color: #fff;
	color: var(--primary) !important;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	transition: all .3s;
 }
 .header-top-right .kataloglink:hover{
	opacity: 1 !important;
	color: var(--secondary) !important;
 }
 



header.sticky .header-top{
	display: none;	 
}

body.page header{
	box-shadow:0 0  10px rgba(0,0,0,0.2)
}

 .logo {
	float: left;
	width: 30%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: start;
}
.bg-primary {background-color: var(--primary) !important;}
.bg-secondary {background-color: var(--secondary) !important;}
.bg-teriatry {background-color: var(--teriatry) !important;}
.bg-gray {background-color: var(--gray) !important;}
.bg-gray2 {background-color: var(--gray2) !important;}
.bg-dark-gray {background-color: var(--dark-gray) !important;}

.color-primary {color: var(--primary) !important;}
.color-secondary {color: var(--secondary) !important;}
.color-teriatry {color: var(--teriatry) !important;}
.color-koyugri {color: var(--koyugri) !important;}
.color-white {color: #FFFFFF !important;}
.visible {display: block;}
.hidden {display: none;}
.fs-big {font-size: 40px !important;}
.pr-50 {padding-right: 50px !important;}
.pl-50 {padding-left: 50px !important;}
.b-radius-55{ border-radius: 55px !important;}
.br-35{ border-radius: 35px !important;}
.br-20{ border-radius: 20px !important;}
.logorenkli { visibility: hidden;}
.pl-60 {padding-left: 60px !important;}
.mt-124 {margin-top: 124px !important;}
.text-light-orange { color:var(--primary);}
.fs-20 {font-size: 20px;}
.fs-25 {font-size: 25px;}
.fs-30 {font-size: 30px;}
.font-bold {font-weight: 700;}

.border-top-3 {
	border-top: 3px solid rgba(255,255,255,0.1)!important;
}
.borders {
    border-bottom: 1px solid #eeeeee;
    float: left;
    width: 100%;
    padding: 0 0 15px;
}
.btn-primary {
	float: left;
	padding: 15px 25px;
	background-color: var(--primary);
	color: #fff;
	font-size: 13px; 	
	transition: all 200ms linear;
	text-decoration: none;
}
.btn-primary:hover {	 
	opacity: .6;
	text-decoration: none;
	color: #fff;
}
.btn-secondary {
	float: left;
	padding: 10px 20px;
	background-color: var(--secondary);
	color: #fff;
	font-size: 13px; 	
	transition: all 200ms linear;
	text-decoration: none;
}
.btn-secondary:hover {	
	background-color: var(--primary);
	text-decoration: none;
	color: #fff;
}
.btn-detail-transparent { 
	padding: 0;
	background-color:transparent;
	color: #fff;
	font-size: 13px; 	
	transition: all 200ms linear;
	text-decoration: none;
	margin: 0 auto;
	opacity: .6;
}
.btn-detail-transparent:before {
	content: '|';
	padding-right: 5px;
	transition: all 200ms linear;
}
.btn-detail-transparent::after {
	content: '|';
	padding-left: 5px;
	transition: all 200ms linear;
}
.btn-detail-transparent:hover {	 
	opacity: .9;
	text-decoration: none;
	color: #fff;
}
.btn-detail-transparent:hover::before {	 
	padding-right:10px ;
}
.btn-detail-transparent:hover::after {	 
	padding-left:10px ;
}
.d-inline-grid {display: inline-grid !important;}


.mobilmenu {display: none;}
.closemenubtn {display: none;}
.header-menu {
	float: left;
	width: 70%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: end;
}

/*TOP MENU*/
nav{display: block;}
#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav > ul > li {
    display: inline-block; 
}
#mainnav ul li {
    position: relative;
} 
   
#mainnav > ul > li.active > a {
    color: var(--secondary);
}
#mainnav > ul > li > a {
    position: relative;
    display: block;  
    color: var(--secondary);
    text-decoration: none; 
    margin: 0 10px; 
	line-height: 34px;
	font-size: 14px;
	font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav > ul > li > a:hover {  
     
}
#mainnav > ul > li.social > a {  
    margin: 0 5px;  
}
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 58px;
    width: 210px;
    text-align: left;
    background-color: var(--secondary);
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu li:first-child {
    border-top: none;
}
#mainnav ul.submenu > li {
    border-top: 1px solid rgba(255,255,255,.1);
}
#mainnav ul li ul li {
    margin-left: 0;
}
#mainnav ul.submenu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    line-height:20px;
	font-weight: 200;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul li:hover > ul.submenu {
    top: 58px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
/*--- FIRST SCREEN */
.mainSlider {
	  float: left;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: calc(100vh - 124px);
	  background-color: #fff;
	  margin-top: 124px;
  }
  .mainSliderBottom .kolon {
    border-right: 1px solid rgba(255,255,255,0.1) !important;
	border-bottom: 0 !important;
} 
.mainSliderBottom .kolon.last {
    border-right:0;
	border-bottom: 0 !important;
} 
 
.mainKurumsal .kolon {
    border-right: 1px solid rgba(255,255,255,0.1) !important;
	border-bottom: 0 !important;
} 
.mainKurumsal .kolon.last {
    border-right:0;
	border-bottom: 0 !important;
} 
/*--- FIRST SCREEN END */





 
.girisbottom {
	float: left;
	width: 100%;
	height: calc(50% - 50px);
	border-radius: 35px;	
	margin-top: 50px;
	background-color: var(--teriatry);
}
.girisbottom .left{
	float: left; 
	width: 30%;
	height: 100%;	
	padding: 60px 20px 20px 65px;	
}
.girisbottom .left h2{
	font-weight: 300;
	color: var(--primary);		
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 40px;
}
.girisbottom .left h2 span{
	font-weight: 600;
	color: var(--primary);		
}
.girisbottom .right{
	float: left;	 
	width: 70%;
	height: 100%;
	padding: 15px;	
}






  .giris .title {
	  color: var(--secondary);
	  font-size: 25px;
	  margin: 0;
	  padding: 0;
	  font-weight: 900;
	  font-style: italic;		  
  }

  .giris-bottom {
	float: left;
	display: block; 
	width: 100%;
	height: calc(40vh - 45px);
	/*background-color:  var(--secondary);   	*/
	background-color: #f4f4f4;
	border-radius: 35px;
	margin-top: 50px; 
	padding: 20px 20px 20px 0;
}
.giris-bottom .left{
	float: left; 
	width: 30%;
	height: 100%;	
	padding: 60px 20px 20px 65px;	
}
.giris-bottom .left h2{
	font-weight: 300;
	color: var(--primary);		
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 40px;
}
.giris-bottom .left h2 span{
	font-weight: 600;
	color: var(--primary);		
}
.giris-bottom .right{
	float: left;	 
	width: 70%;
	height: 100%;		
}

.bg-hakkimizda {
	min-height: 350px;
	background:#fff url(../upload/bg/hakkimizda.webp) no-repeat center;
	background-size: cover;
}
.hakkimizda-content {
	padding: 1.5rem !important;
	padding-left: 3rem !important;
}

.page-content {
	float: left;
	width: 100%;
	margin-top:94px ;
}
.page-content p {
	font-size: 17px;
	font-weight: 600;
}
.page-content img {
	border-radius: 35px;
	margin-bottom: 25px;
}
.page-content h1 {
	color: var(--secondary);
}
.solmenu .title {
	display: block;
	max-width: 385px; 
	margin-bottom: 15px;
	color: var(--primary);
	font-size: 25px;
}
.solmenu .title::after {
	content: '';
	float: left;
	width: 100%;
	height: 2px;
	background-color: var(--primary);
	margin-top: 7px;	
}

.solmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.solmenu li {
	display: block;
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}
.solmenu li a {
	display: table-cell;
    vertical-align: middle;
    width: 100em;
    text-decoration: none; 
    transition: .4s; 
	color: var(--koyugri);
	position: relative;
	font-size: 17px;
	font-weight: 500;
	padding: 5px 30px;
	height: 45px;
}
.solmenu ul li a:hover {
	color: var(--black);
	background-color: rgba(0,0,0,0.1);
}
.solmenu ul li.active a {
	 color: var(--black);
	 background-color: rgba(0,0,0,0.1);
}
.kurumsalicerik p {
	font-size: 20px;
}
.navigation {margin: 0; padding: 0;}
.navigation li {
	display: inline-flex;
	font-size: 14px;
	color: #ccc; 
}
.navigation li a{	
	font-size: 14px;
	color: #fff;
	padding-right: 5px; 
}
.navigation li a:after{	
	content: '>';
	padding-left: 10px;
}

.mainKurumsal img {
	width: 100%;
}

.product-category {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-category .title {
	position: absolute; 	  
	color: #fff;
	z-index: 99;
	text-align: center;
	padding: 0 15px;
} 
.product-category .title a {
font-weight: 100;
} 
.product-category a:hover {
	
	opacity: 1;
	} 

.breadercrumb 
{
	margin: 0;
	padding: 0;
}
.breadercrumb li {
	display: inline-block;
}
.breadercrumb li a {
	display: block;
	color: var(--koyugri);
	position: relative;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	padding: 0 7px 0 13px;
}
.breadercrumb li a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
}
.breadercrumb li:first-child a:before {
    content: '';
    
}
.breadercrumb li:last-child a {
	color: var(--black);
	 
 }
 
/*Gallery*/
/* LIGHTBOX */
.gallery {
	column-width: 280px;
	column-gap: 15px; 
  }
  
  .gallery.col-w-auto {
	column-width: auto;	
  }
  
  .gallery img {
	  display: inline-table;
	width: 100%;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 15px; 
	background-color: var(--teriatry);
	padding: 10px; 
	transition: all 300ms linear;
  }
 
  .gallery .menupage img { 
  width: 30%; 
  margin-right: 19px;
}
  .gallery img:hover {	
	background-color:var(--secondary); 
  }
  .gallery.col-w-auto img{
	padding: 0px; 
  }
  .menupage .gallery.col-w-auto img{
	padding: 5px; 
  }
.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: #7f8c8d;
	perspective: 1000;
	z-index: 9999;
  }
  
  .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(20px);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
  }
  
  .lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(0deg);
	max-height: 95vh;
	max-width: calc(95vw - 100px);
	transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
  }
  /*.lightbox:hover img{
	transform: translate(-50%, -50%) rotateY(180deg);
  }*/
  
  [class^="arrow"] {
	height: 200px;
	width: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
  }
  
  [class^="arrow"]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 15px;
  }
  
  .arrowr {
	right: 0;
  }
  
  .arrowr:after {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
  }
  
  .arrowl {
	left: 0;
  }
  
  .arrowl:after {
	border-left: 1px solid white;
	border-top: 1px solid white;
  }
  
  .close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	margin: 20px;
	cursor: pointer;
  }
  
  .close:after,
  .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e74c3c;
  }
  
  .close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .close:before {
	transform: translate(-50%, -50%) rotate(45deg);
  }
/*Gallery end*/

 .project {float: left;}
 .project:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 61%;
    /* background-color: rgba(0,0,0,0.5); */
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,1));
 }
.project .baslik {
	float: left;
	width: 100%; 
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color:#fff;
}
.project .baslik a {
	font-size: 20px;
	color: var(--secondary);
}
.project .kisa {
	font-size: 14px;
	margin-bottom:15px;
	color:#fff;
}
.project .projectsbtndetail {
	float: left; 
	width: 100%; 
	height: 40px;
	text-align: center;
	color: var(--secondary) !important;
}
.project .projectsbtndetail:hover {
	opacity: 1; 
}
.project .projectsbtndetail span { 
	background-color: #fff;
	height: 40px;
    position: relative;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px; 
} 
.project .projectsbtndetail span img{ 
	 margin-left: 10px;
} 

.project .content {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
}
.max-width {
	max-width: 1366px;
	padding: 0 60px !important;
}


/*programs*/
.programs {
	float: left;
	width: 100%;
	height: auto;
	background-color: var(--teriatry);
	border-radius: 25px;
	padding: 15px 15px 0 15px;
	margin-bottom: 30px;
}
.programs .resim {
    background-color:#fff;
    display: flex;
	align-items: center;
	justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 25px;
	padding: 30px;
}
.programs .resim img{
    margin: 0;
	border-radius: 0;
}
.programs h2{
	font-size: 19px;	
	text-align: center;
	margin-bottom: 25px;
	padding: 0 10px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.programs h2 a{
  font-size: 19px;
  color: var(--black);  
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
 
}
.programs .butonalani {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.programs .detaybtn {   
    font-size: 13px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 15px 25px;
    color: var(--koyugri);
    transition: all 200ms linear;
	font-weight: 600;
}
.programs .detaybtn img{    
	border-radius: 0;
	margin: 0;
	margin-left: 5px;
}
.programs .detaybtn:hover {
   
    background-color: var(--secondary); 
    color: #fff;
} 


.programs.makale .resim {
    background-color:#fff;
    display: flex;
	align-items: center;
	justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 25px; 
	padding: 0;
}
.programs.makale .resim img{
	width: 100%;
    margin: 0;
	border-radius: 0;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.icerik p {
	font-weight: normal;
}
.icerik h2 {margin:10px 0 10px 0;}
.icerik h3 {margin:10px 0 10px 0;}
.icerik h4 {margin:10px 0 10px 0;}
.icerik ul { margin: 0 0 20px 40px; padding: 0;
}
.icerik ul li {
	list-style-type:initial;
}
.makale-box {
	background-color: rgba(173,68,130,.2);
	padding: 30px 50px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*programs end*/
.programlinks img {
	float: left;
	margin: 0 15px 0 0;
	border-radius: 0 !important;
}
.programlinks a {
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: start;
	line-height: 15px;
}

.programlinks a:hover, .programlinks.prev a:hover {
	color: var(--secondary);	
}
.programlinks.prev a {
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: end;
	line-height: 15px; 
}
.programlinks.prev img {
	margin-left: 15px;
}

/*toggle panel*/
.collapsible {
	background-color: #f4f4f4;
	color: #1B1C1E;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	border-bottom: 4px solid #fff;
	border-radius: 7px;
	text-align: left;
	outline: none;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: start;
  } 
  .collapsible .icon {
	  margin: 0;
	  margin-right: 15px;
  }
  
  .collapsible.active, .collapsible:hover {
	background-color:var(--secondary);
	color: #fff;
  }
  
  .collapsible-content {
	padding:18px 18px 0 18px;
	display: none;
	overflow: hidden;
	background-color: #fff;
	border: 5px solid #f7f7f7; 
	margin-bottom: 15px;
	margin-top: 10px;
	border-radius: 10px;
  }

  .collapsible-content ul{
	  margin-left: 30px;
}
  .collapsible-content li{
	  list-style-type: inherit;
}

.iletisim-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.iletisim-menu li {
	display: flex;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
}
.iletisim-menu li a {
	color: var(--black);
	font-size: 16px;
	font-weight: 500;	
}
.iletisim-menu img {
	border-radius: 0;
	margin: 0;
	margin-right: 15px;
	width: 25px;
	height: 25px;
}
.iletisim-map {
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 450px;   
}

html .scroll-to-top {
    transition: opacity 0.3s;
    background: var(--primary); 
    bottom: 15px;
    color: #FFF; 
    height: 50px;
	width: 50px;
    opacity: 0;    
    position: fixed;
    right: 15px;
    min-width: 50px;
    z-index: 1040;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
}
html .scroll-to-top.visible {
    opacity: 0.75;
}
html .scroll-to-top img {
    width: 15px;
}


/*MASONRY*/
.masonry {
	column-count: 4;
	width: 100%;
	max-width: 1500px;
   }
   .masonry2 {
	column-count: 3;
	width: 100%;
	max-width: 1500px;
   }
   .box{
	width: 100%;	    
	break-inside: avoid;
	margin-bottom: 15px; 
   } 
   
   @media screen and (max-width: 1000px) {
	.masonry {
	 column-count: 2;
	}
   }
   
   @media screen and (max-width: 800px) {
	.masonry {
	 column-count: 1;
	}
	.masonry2 {
		column-count: 1;
		width: 100%;
		max-width: 1500px;
	   }
   }

   .yt-video {width:560px; height:315px;}
	@media (max-width:767px){.yt-video {width:100% !important; height:200px;}}

	.p-bottom a {
		color: var(--secondary); 		
	}
	.p-bottom a:hover {
		color: var(--primary); 		
	}
	.p-bottom a span {font-size: 11px; width: 100%; float: left;}

/*FOOTER*/
.footer {
	float: left;
	width: 100%;
	
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.footer h2, .footer h3 {
	color: #fff;
	font-size: 20px;
}
.footer ul {
	margin: 0;
	padding: 0;	
}
.footer li {
	margin-bottom: 10px;
	display: block;
	margin-right: 15px;
}
.footer li img {margin-right: 0px;}
.footer-iletisim li {display: inline-block; font-size: 17px;}
.footer-iletisim li.flue {opacity: .4;}
.footer-iletisim li.flue:hover {cursor: default;}
.digeradresler .footer-iletisim li {display: block; font-size: 17px;}
.footer a {color: #fff; font-size: 17px;}
.footer a:hover {color: #fff; text-decoration: none;}
.copyright {font-size: 14px !important;}
/*FOOTER END*/ 


.h-first {height: 563px !important;}
.videoplayer {height:calc(50% - 7px)}
.havuz-video-bottom {height:calc(50% - 7px)}
.btn-hemen-ara  {
	 font-size: 20px;
	outline: 0;
	padding: 15px;
	background-color: var(--primary);
	color: #fff;
}
.btn-hemen-ara:hover  {
   color: #fff;
}
.keyifdolu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 30px; 
	text-align: center;
	background-color: rgba(0,0,0,0.6);	
}
.keyifdolu h2 {
	transform:rotate(-5deg);
}

.whatsappbtn {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999;	
}

.uygulamaKategori {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.uygulamaKategori li {
	display: inline-flex;
	border-right: 1px solid rgba(0,0,0,.1);
	transition: all 200ms linear;
}
.uygulamaKategori li:last-child {
	border-right: 0px solid rgba(0,0,0,.1);
}
.uygulamaKategori li a {
	padding: 5px 10px;
	color: rgba(0,0,0,0.7);
	transition: all 200ms linear;
}  
.uygulamaKategori li.active a {	
	color: var(--primary);
	font-weight: 600;
}  
.uygulamaKategori li:hover a {	
	color: var(--primary); 
}  

.uygulamavideo {
	width: 100%;
	height: 658px;
}