#landing {
	width:100vw;
	height:100vh;
}
#landing .landing-item{
	width:50vw;
	height:100vh;
	overflow:hidden;
	background-color:#040F9F;
}

#landing .landing-item img{
	width:100%;
	height:100%;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
	/*opacity: 0.9;*/
}

#landing .landing-item h1, #landing .landing-item h2{
	font-size:50px;
	font-family: "Space Grotesk", sans-serif;
	font-weight:900;
	position:absolute;
	z-index:2;
	text-align:center;
	color:var(--morf);
}
.landing-item:hover img{
	transform: scale(1.1);
	opacity: 0.2;
}
.landing-item:hover a{
	color:white;
}
.landing-item:hover a:after {
    position: absolute;
    left: 0px;
    background-color: white;
    content: '';
    display: block;
    height: .05em;
    margin-top: .2em;
    transition: width .5s;
    width: 0;
}

.landing-item:hover a:hover:after {
    width: 100%;
}

@media (max-width: 1899px){
#landing .landing-item h1, #landing .landing-item h2{ 
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
	#landing .landing-item h1, #landing .landing-item h2{ 
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
 #landing .landing-item h1, #landing .landing-item h2{ 
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
 #landing .landing-item h1, #landing .landing-item h2{ 
    font-size: 50px;
    
  }
}
@media (max-width: 767px){
  #landing .landing-item h1, #landing .landing-item h2{ 
    font-size: 55px;
    
  }
  #landing .landing-item{
	width:100vw;
	height:50vh;
  }
  #landing .landing-item img{
	width:100%;
	height:100%;
	transition: all 0.4s ease-in-out;
}
}
@media (max-width: 575px) {
  #landing .landing-item h1, #landing .landing-item h2{ 
    font-size: 40px;
  }
}

/*#landing .landing-item h1::first-letter{
	font-size:.4em;
	}
#landing .landing-item h2::first-letter{
	font-size:.4em;
	}	
*/
.homeList img{
	width:100%;
	height:auto;
	object-fit: cover;
}
.homeList h3{color:var(--morf)}
.homeList h2{color:var(--morf); position:relative; /*padding-left:15px*/}
.lowercase{text-transform:lowercase !important}

.homeList h2::before{
 /* content: "";
  position: absolute;
  left: 0;
  top: 50px;
  width: 10px;
  height: 10px;
  background-color:var(--morf)
  */
}

.bg_color {
  background-color: var(--bg2);
}

.bg_morf {
  background-color: var(--morf);
}
.footer-section{color:white;}
.footer-section .redBox{color:#666; font-size:14px; padding:15px 0}
.footer-section .redText{text-align:right;}
.footer-section .redText a{color:#666}
.footer-section a.redlink{color:red; font-weight:500}
.redText a:hover {color:#222}
@media (max-width: 767px){
	.footer-section .redText{text-align:left;}
	.footer-section .redBox{padding:15px;}
}
.footer-section .footerLogo{width:200px}
.footer-section h5{color:white; text-transform:none; font-weight:normal; font-size:14px;}
.footer-section ul.footer-social li{margin-right:10px; padding:10px 5px;}
.footer-section ul.footer-social li a{color:white; font-size:20px;}
/*.footer-section ul.footer-social li a:hover{color: var(--theme) !important;}*/
.footer-section .slogan{font-size:14px; line-height:normal;}

.footer-section ul.footer-menu li a{color:white;}
/*.footer-section ul.footer-menu li a:hover{color: var(--theme) !important;}*/

.red-slide{
	width:100vw;
	height:100vh;
	position:relative;
	}
	
	.red-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100vw;
	height:100vh;
    content: "";
    /*background: rgba(0, 0, 0, 0.4);*/
    z-index: -1;
	}
			
	.slide-item {
	  width:100vw;
	  height:100vh;
	  top: 0;
	  position: fixed;
	  visibility: hidden;
	  
	}
	.slide-item .outer,.slide-item .inner {
		width:100vw;
	  height:100vh;
		overflow-x: hidden;
		}

	.slide-item .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width:100vw;
	height:100vh;
    top: 0;
    background-size: cover;
    background-position: center;
	}
    .slide-item h2 {
      z-index: 2;
	  color:white;
	  text-transform:lowercase;
	  font-weight:700;
	  line-height:100%;
    }
	
	.kare::first-letter{
		font-size:.3em;
	}

    .slide-item .clip-text{
      overflow: hidden;
    }
	
	.controls{
	  position: absolute;
	  z-index:3;
	  padding:0 30px;
	  top:45%;
	  width:100vw;
	}
	.controls #nextButton{
		float:right;
	}
	/*#nextButton svg:hover path, #prevButton svg:hover path {
		fill:#040F9F;
		transition: all ease 0.3s;
	}*/
	
	.subText{
		background-color: var(--bg2)
	}
	.subText h4{margin-bottom:25px;}
	
	.sticky-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.track {
  width: fit-content;
  flex: 0 0 auto;
}

.track-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  /*margin-inline: 50vw;*/
  margin-inline: 5vw;
}

.panel-wide {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  flex: 0 0 auto;
}
.panel-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    //opacity: .25;
  }

.half-height .track-flex {
  gap: 2rem;
}
.catInfo{
	background-color:var(--bg3)
}
.catInfo h3{text-decoration:lowercase !important; margin-bottom:20px;}
.catInfo img{ border-radius: 15px;}
.lowercase{text-decoration:lowercase !important;}

.kbilgi h4{margin-bottom:15px;}
.kbilgi p{margin-bottom:15px;}
.catTop p{margin-bottom:15px;}
.catTop h2,.catTop h3, .catTop h4, .catTop h5, .catTop h6{margin-bottom:25px; margin-top:25px;}
.catTop .hilight-text {
    /*color: var(--morf);*/
    display: flex;
    gap: 25px;
	font-size:21px;
	font-style: italic;
	margin-bottom:60px;
}

.proList .titleheader{text-align:center;}
.proList .titleheader .spot{font-size:21px;
	font-style: italic;}
.proList .titleheader p{margin-bottom:15px;}

@media (max-width: 767px) {
	.proTab{
		flex-direction:column !important;
	}
}

.proTab .proItem .product{
	background-color:white;
	margin:10px;
	display:block;
	padding:10px;
}
.product .pInfo h3{font-size:24px !important; }
.product .pInfo h3 a{color:var(--morf)}
.product .pInfo h3 a:hover{color: var(--black);}
.product .pInfo ul li{font-size:14px; color:#666; border-bottom:1px solid rgba(213,193,180,.5)}
.product .pInfo ul li:last-child{border-bottom:none;}
.product .pImgBox{overflow:hidden;}
.product .pImgBox img{
	transition: all 0.4s ease-in-out;
}
.product .pImgBox img:hover{
  transform: scale(1.1);
}

.product .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--header2);
  margin-top: 20px;
  margin-bottom:10px;
  text-transform: capitalize;
}

.product .link-btn i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.product .link-btn:hover {
  color: var(--morf);
}
.product .link-btn:hover i {
  transform: rotate(0);
}
.pr-0{padding-right:0!important;}
.prohead h2{color:#222;
font-size:3rem;
font-weight:600;
}
.pIn ul.proInfo{margin-bottom:25px;}
.pIn ul.proInfo li{color:#333; border-bottom:1px solid rgba(213,193,180,.5)}
.pIn ul.proInfo li:last-child{border-bottom:none;}
.pIn h3{margin-bottom:20px;}

.white-popup {
    position: relative;
    width: auto;
    max-width: 60vw;
    margin: 20px auto;
  /*border-radius: 15px;*/
  background: #F8F8F8;
  padding: 50px 30px;
}

@media (max-width: 767) {
	.white-popup {
		max-width: 90vw;
	}
}

.mfp-close-btn-in .mfp-close{color:var(--morf)}

.white-popup .form-clt input, .white-popup .form-clt textarea {
  border: 1px solid rgba(213,193,180,.5);
  /*color: rgba(30, 30, 30, 0.4);*/
  color: var(--black);
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  outline: none;
  background-color: var(--white);
}
.white-popup .form-clt textarea {
  padding-bottom: 100px;
}
.white-popup .form-clt span{color:#444}
.white-popup h4{margin-bottom:15px;}

.m-loader {
  position: relative; }
  .m-loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 20%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate 0.6s linear infinite;
    -moz-animation: m-loader-rotate 0.6s linear infinite;
    -ms-animation: m-loader-rotate 0.6s linear infinite;
    -o-animation: m-loader-rotate 0.6s linear infinite;
    animation: m-loader-rotate 0.6s linear infinite; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .m-loader:before {
        animation: none !important; } }
  .m-loader:before {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    border-top-width: 2px;
    border-right-width: 2px; }
  .m-loader.m-loader--lg:before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-top-width: 3px;
    border-right-width: 3px; }
  .m-loader.m-loader--sm:before {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    border-top-width: 1px;
    border-right-width: 1px; }
  .m-loader.m-loader--right:before {
    left: auto;
    right: 0.7rem; }
  .m-loader.m-loader--right.m-loader--lg:before {
    right: 1rem; }
  .m-loader.m-loader--right.m-loader--sm:before {
    right: 0.5rem; }
  .m-loader.m-loader--right.btn {
    padding-right: 3.1rem; }
    .m-loader.m-loader--right.btn.m-loader--lg {
      padding-right: 4.5rem; }
    .m-loader.m-loader--right.btn.m-loader--sm {
      padding-right: 2.25rem; }
  .m-loader.m-loader--left:before {
    left: 1.4rem; }
  .m-loader.m-loader--left.m-loader--lg:before {
    left: 2rem; }
  .m-loader.m-loader--left.m-loader--sm:before {
    left: 1rem; }
  .m-loader.m-loader--left.btn {
    padding-left: 3.1rem; }
    .m-loader.m-loader--left.btn.m-loader--lg {
      padding-left: 4.5rem; }
    .m-loader.m-loader--left.btn.m-loader--sm {
      padding-left: 2.25rem; }

@-webkit-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg); } }

@-moz-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg); } }

@-o-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg); } }

@keyframes m-loader-rotate {
  to {
    transform: rotate(360deg); } }

.m-loader:before {
  border-top-color: #dfe2ea; }

.m-loader.m-loader--skin-dark:before {
  border-top-color: #acafba; }

.m-loader.m-loader--brand:before {
  border-top-color: #716aca; }

.m-loader.m-loader--metal:before {
  border-top-color: #c4c5d6; }

.m-loader.m-loader--light:before {
  border-top-color: #ffffff; }

.m-loader.m-loader--accent:before {
  border-top-color: #00c5dc; }

.m-loader.m-loader--focus:before {
  border-top-color: #9816f4; }

.m-loader.m-loader--primary:before {
  border-top-color: #5867dd; }

.m-loader.m-loader--success:before {
  border-top-color: #34bfa3; }

.m-loader.m-loader--info:before {
  border-top-color: #36a3f7; }

.m-loader.m-loader--warning:before {
  border-top-color: #ffb822; }

.m-loader.m-loader--danger:before {
  border-top-color: #f4516c; }
  
.fit-content{height:fit-content !important}

#morf-doc h2{
	font-size:2rem !important;
	color:var(--morf);
}

.Downloads__item {
    min-width: 220px;
    background-color: var(--header2);
    padding: 1.0625rem 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: var(--bg3);
    border-bottom: 1px solid rgba(213,193,180,.5)
}

@media(min-width: 1280px) {
    .Downloads__item {
        transition:all .4s cubic-bezier(.4,0,.2,1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: pointer
    }

    .Downloads__item:focus,.Downloads__item:hover {
        background-color: var(--bg2);
        /*border-color: var(--bg);*/
    }
}

@media(min-width: 1280px) {
    .Downloads__item:focus,.Downloads__item:hover {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

.Downloads__item:first-of-type {
    margin-top: 1.25rem;
    border-top: 1px solid rgba(213,193,180,.5)
}

.Downloads__name {
    font-size: 1rem;
    line-height: 1.2222222222em;
    color: #000;
    margin-right: auto
}

#morf-doc h4{margin-bottom:0 !important;}

@media(min-width: 1024px) {
    .Downloads__name {
        font-size:1.125rem
    }
}

.Downloads__details {
    display: none
}

.Downloads__detail {
    font-size: .875rem;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding: 0 .625rem;
    vertical-align: middle;
    border-right: 1px solid rgba(213,193,180,.5)
}

.Downloads__detail:last-of-type {
    border-right: 0
}

.Downloads__icon {
    
    font-size: .875rem;
    line-height: 1.4285714286em;
    color: #000;
    display: inline-flex;
    align-items: center;
    padding-left: 1.25rem;
    line-height: 1;
    border-left: 1px solid #d5c1b4;
	font-weight:500;
}

.Downloads__icon:after {
	font-family: "Font Awesome 6 Pro";
    content: "\f0c5";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .625rem;
    line-height: .8;
}

.Downloads__text {
    display: none
}

@media(min-width: 480px) {
    .Downloads__text {
        display:inline
    }
}

@media(min-width: 768px) {
    .Downloads__details {
        display:inline-block;
        margin-right: .625rem;
        margin-left: auto;
        font-size: 0
    }

    .Downloads--contact .Downloads__title {
        min-height: 4rem
    }

    .Downloads--contact .Downloads__item:first-of-type {
        margin-top: 1.375rem
    }
}

@media(min-width: 1024px) {
    .Downloads--contact .Downloads__item:first-of-type {
        margin-top:3.8125rem
    }
}

.DownloadsOverview {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

@media(min-width: 768px) {
    .DownloadsOverview {
        padding-right:30px;
        padding-left: 30px
    }
}

@media(min-width: 1280px) {
    .DownloadsOverview {
        padding-right:30px;
        padding-left: 30px
    }
}

@media(min-width: 1440px) {
    .DownloadsOverview {
        width:93.75rem;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

.DownloadsOverview__item {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    max-width: 59.375rem
}

@media(min-width: 1024px) {
    .DownloadsOverview__item {
        margin-top:4.375rem;
        margin-bottom: 4.375rem
    }
}

@media(min-width: 1440px) {
    .DownloadsOverview__item {
        margin-top:5rem;
        margin-bottom: 5rem
    }
}

@media(min-width: 1280px) {
    .DownloadsOverview__item {
        margin-left:8.3333333333%
    }
}

.kataBil img{border-radius:15px}

.hero-section p{color:white; font-size:2rem}

@media(max-width: 767px) {
	.hero-section p{ font-size:1.2rem}
}