*{
	box-sizing: border-box;
}
body{
	overflow-x:hidden;
}
a, p, input, select, textarea, table, td, th, span, h1, h2 h3, h4, h5, h6, body, button {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
  margin:0;
}
html {
    scroll-behavior: smooth;
}
a:hover {
    text-decoration: none;
}
input, select, button, textarea {
    outline: none;
}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:5px;}
::-webkit-scrollbar-thumb{background:#e1251b;border-radius:5px;}
::-webkit-scrollbar-thumb:hover{background:#e1251b80;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 86%;
    margin: auto;
} 
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;  
}
 strong{
 	font-weight: bold;
 } 
h1 {
 font-size: 80px;
 font-weight:700;
 line-height: 110%;
 color:#ffffff;
}
h1 strong{
 color:#155F7A;	
 font-weight:600;
}
h2 {
 font-size: 60px;
 font-weight: 600;
 line-height: 130%;
 color: #FFFFFF;
 margin: 0;
 margin-bottom: 1rem;
 position:relative;
}
 h2.desen::before{
 	content:"";
 	position:absolute;
 	width: 0;
 	height:2px;
 	left: 0px;
 	bottom: 10px;
 	transition:1s;
 	background: #30728A50;
 }
 h2.desen::after{
 	content:"";
 	position:absolute;
 	width:0;
 	height:2px;
 	left:0;
 	bottom: 10px;
 	transition:1.5s;
 	background: #30728A;
 }
h2.desen.active::before{ 
	width:120px;
}
h2.desen.active::after{ 
	width:80px;
	transition-delay:1s;
}
h2.desen{
	font-size:17px;
	margin-bottom: 0rem;
	padding-left: 130px;
	color: #30728A;
	margin-bottom: 1rem;
}
h3{
	margin-block-start:0;
}
   
h3 {font-size: 45px;line-height:120%;margin-bottom: 2rem;color: #232323;font-weight: 600;}
h4 {font-size: 40px;color: #222222;font-weight: 600;}
h5 {
	font-size: 30px;
	font-weight: 500;
	color: #232323;
}
h6 {color: #393939;font-size: 25px;font-style: normal;font-weight: 600;line-height: 136%;letter-spacing: 0.125px;position: relative;}
 
p, li, a, td, th {
    list-style-position: outside;
    padding: 0;
    color: #232323;
    font-kerning: none;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
}
p, a, td, th { 
    margin-bottom: 2rem;
}
li{
	margin-bottom:1rem;
}
span{color: #232323;font-kerning: none;font-size: 15px;font-style: normal;font-weight: 400;line-height: 24px;letter-spacing: 0.16px;}
.row{
	margin:0;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}
 .points{cursor:pointer;}
 .pt-96{
 	padding-top:72px;
 }
 
 .pb-96{
 	padding-bottom:72px;
 }
 .pt-48{
 	padding-top:36px;
 }
 .pb-48{
 	padding-bottom:36px;
 }
 .padl-5{
 	padding-left:5%;
 }
 .padr-5{
 	padding-right:5%;
 }
 .mt-96{
 	margin-top:72px;
 }
 .mb-96{
 	margin-bottom:72px;
 }
 .mt-48{
 	margin-top:36px;
 }
 .mb-48{
 	margin-bottom:36px;
 }
 .ml-5{
 	margin-left:5%;
 }
 .mr-5{
 	margin-right:5%;
 }
 .w50{
 	width: 47.5%;
 	position:relative;
 }
 .w50:first-child{
 	margin-right:2.5%;
 }
 .w50:last-child{
 	margin-left:2.5%;
 }
 .w50{
 	width: 47.5%;
 	position:relative;
 }
 .w40{
 	width:40%;
 	position:relative;
 }
 .w30{
 	width:30%;
 	position:relative;
 } 
 .w20{
 	width:20%;
 	position:relative;
 }
 .w10{
 	width:10%;
 	position:relative;
 }
 .w60{
 	width:60%;
 	position:relative;
 }
 .w70{
 	width:70%;
 	position:relative;
 }
 .w80{
 	width:80%;
 	position:relative;
 }
 .w90{
 	width:90%;
 	position:relative;
 }
 .w100{
 	width:100%;
 	position:relative;
 }
 .baslik-pb{
  	padding-bottom:48px
 }
 .baslik-mb{
  	margin-bottom:48px
 }
 .p-1{padding:1%;}
 .p-2{padding:2%;} 
 .p-3{padding:3%;}
 .p-4{padding:4%;}
 .p-5{padding:5%;}   
#backtotop{}
#backtotop::after{
	content: "";
	position: absolute;
	animation: climp 2s infinite;
	transition: 0.5s;
	width: 120px;
	height: 120px;
	border: 1px solid #323232;
	border-radius: 50%;
	left: -15px;
	top: -15px;
}
#backtotop::before{
	content:"";
	position:absolute;
	animation:  climp2 2s infinite;
	transition: 0.5s;
	width: 100px;
	height: 100px;
	border: 1px solid #323232;
	border-radius: 50%;
	left: -5px;
	top: -5px;
}

@keyframes scale{
	0%{
		transform:scale(1)
	}
	50%{
	transform:scale(1.1)	
	}
	100%{
		transform:scale(1)
	}	
}
@keyframes climp{
	0%{
		transform:scale(1)
	}
	50%{
	transform:scale(1.1)	
	}
	100%{
		transform:scale(1)
	}	
}@keyframes climp2{
	0%{
		transform:scale(1)
	}
	50%{
	transform:scale(1.1)	
	}
	100%{
		transform:scale(1)
	}	
}
	#backtotop img{
	    width: 100%;
	}
	#backtotop{transition:0.5s;display:none;position:fixed;bottom: 50px;right: 50px;z-index:99;font-size:18px;border:none;outline:none;background:transparent;cursor:pointer;width: 90px;height: 90px;padding: 0;display: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
a{
	text-decoration:none;
}
@media (max-width: 900px){
#backtotop{
    width: 60px;
    height: 60px;
}
	
#backtotop::after{
	width: 90px;
	height: 90px; 
}
#backtotop::before{
	width: 70px;
	height: 70px;
}

}
 
 a.hover-btn{
 	 display: block;
 	 background: #E20613;
 	 padding: 10px 80px;
 	 border-radius: 40px;
 	 color: #fff;
 	 border: 2px solid #E20613;
 	 transition: .5s;
 }
 a.hover-btn:hover{
    background: #ffffff;
    border: 2px solid #E20613;
    color: #000;
}
 
 .ortakadimsec{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.ortakadimsec .bakanlik{
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 9;
}
.ortakadimsec .bakanlik img{}
.ortakadimsec .bakanlik a{}
.ortakadimsec .istka{
	
position: absolute;
	
top: 15%;
	
right: 20%;
	
z-index: 9;
}
.ortakadimsec .istka img{}
.ortakadimsec .istka a{}
 .ortakadimsec .bg{
    width: 100%;
    height: 100%;
}
 .ortakadimsec .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .ortakadimsec .container{
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
 .ortakadimsec .container .textblok{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
 .ortakadimsec .container .textblok img{
    width: 400px;
    object-fit: contain;
    margin-bottom: 3rem;
}
 .ortakadimsec .container .textblok h1{
    width: 58%;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 0px -1px 14.2px #00000078;
}
 .ortakadimsec .container .textblok p{
    color: #fff;
    text-align: center;
    width: 70%;
    font-weight: 600;
    text-shadow: 0px -1px 14.2px #00000078;
}
 .ortakadimsec .container .textblok a{
   
}
.ortakadimsec-2{
    background: #0081C6;
    position: relative;
    overflow: hidden;
}
.ortakadimsec-2 .bgtopse{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: .2;}
.ortakadimsec-2 .bgtopse video{width: 100%;height: 100%;object-fit: cover;}
.ortakadimsec-2 .container{}
.ortakadimsec-2 .container .row{}
.ortakadimsec-2 .container .row .w40{}
.ortakadimsec-2 .container .row .w40 h2{font-weight: bold;}
.ortakadimsec-2 .container .row .w60{}
.ortakadimsec-2 .container .row .w60{
    padding-left: 10%;
}
.ortakadimsec-2 .container .row .w60 .w100{ 
	
    margin-bottom: 2rem;
} 
.ortakadimsec-2 .container .row .w60 .w100:nth-child(2){ 
	transform: translate(15%, 0px);
}
.ortakadimsec-2 .container .row .w60 .w100:nth-child(3){ 
	transform: translate(30%, 0px);
}
.ortakadimsec-2 .container .row .w60 .w100::before{
	content:"";
	position:absolute;
	left: -14%;
	top: 66%;
	width:100%;
	height:100%;
	background:url(../img/step.webp);
	background-size:contain;
	background-repeat:no-repeat;
}
.ortakadimsec-2 .container .row .w60 .w100:last-child:before{
    background: none;
}
.ortakadimsec-2 .container .row .w60 .w100 img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: .5rem;
}
.ortakadimsec-2 .container .row .w60 .w100 p{
    width: 70%;
    margin: 0;
    color: #ffffff;
}
.ortakadimsec-3{
    position: relative;
}
.ortakadimsec-3 h3{
    position: absolute;
    left: 53%;
    width: 20%;
    color: #E20613;
    top: 8%;
    z-index: 99;
} 

.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 {
  position: relative;
  overflow: hidden;
}
 .image-curtain {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.image-curtain img {
  width: 100%;
  display: block;

  opacity: 0;
  filter: blur(6px);
  transform: scale(1.06);

  transition:
    opacity 0.6s ease-out,
    filter 0.8s ease-out,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Perde */
.image-curtain .curtain {
  position: absolute;
  inset: 0;
  background: #fff; /* arka plana göre ayarla */
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

/* Aktif slide */
.owl-item.active .image-curtain img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.owl-item.active .image-curtain .curtain {
  transform: translateX(100%);
}

.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50{
    margin-top: auto;
    height: 100%;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50:first-child::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	 
	box-sizing: border-box;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50{}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 img.images{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: translate(0%, 0%);
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 img.images{}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 img.ikon{
    width: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
    opacity: 0;
    transition: .5s;
    transition-delay: .4s;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 img.ikon{
    opacity: 1;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 h4{
    position: relative;
    width:max-content;
    margin-bottom: 1rem;
    opacity: 0;
    transition: .5s;
    transition-delay: .6s;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 h4::after{
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
	background:#E1251B;
	height:4px;
	transition-delay:1.5s;
	transition:7s;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 h4::after{ 
    width: 100%; 
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 h4{
    opacity: 1;}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 ul{
    margin-top: 0;
    opacity: 0;
    transition: .5s;
    transition-delay: .8s;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 ul{
    opacity: 1;}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 ul li{
    margin-bottom: .5rem;
    font-weight: 600;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 ul li{}
.ortakadimsec-3 .container .owl-kimlere .owl-item .item .w50 p{
	
    opacity: 0;
    transition: .5s;
}
.ortakadimsec-3 .container .owl-kimlere .owl-item.active .item .w50 p{
	
    opacity: 1;
}
.ortakadimsec-3 .container .owl-kimlere .owl-nav{
    display: block;
    position: absolute;
    left: 49%;
    top: 80%;
}
.ortakadimsec-3 .container .owl-kimlere .owl-nav .owl-prev{}
.ortakadimsec-3 .container .owl-kimlere .owl-nav .owl-next{}
.ortakadimsec-4{
    position: relative;
}
.ortakadimsec-4 h3{
    width: max-content;
    margin: auto;
    text-align: center;
    color: #E1251B;
    margin-bottom: 3rem;
    position: relative;
}
.ortakadimsec-4 h3 strong{
    display: block;
}
.ortakadimsec-4 .row{}
.ortakadimsec-4 .row .w50{}
.ortakadimsec-4 .row .w50 .kutu{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.ortakadimsec-4 .row .w50 .kutu .bg{
    width: 100%;
    height: 100%;
    position: relative;
}
.ortakadimsec-4 .row .w50 .kutu .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.ortakadimsec-4 .row .w50 .kutu:hover .textos{
    background: #E1251B;
}
.ortakadimsec-4 .row .w50 .kutu .textos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 50px 40px;
    transition: 1s;
}
.ortakadimsec-4 .row .w50 .kutu .textos img{
    width: 90px;
    object-fit: contain;
}
.ortakadimsec-4 .row .w50 .kutu .textos h4{
    position: relative;
    width:max-content;
    margin-bottom: 1rem;
    transition: .5s;
    color: #fff;
    text-shadow: 1px 1px 4px #000000;
}
.ortakadimsec-4 .row .w50 .kutu .textos h4::after{
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	background:#E1251B;
	height:4px; 
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos h4::after{ 
	background:#ffffff; 
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos h4{ 
	
    text-shadow: 1px 1px 4px #00000000;
}
.ortakadimsec-4 .row .w50 .kutu .textos ul{
    opacity: 0;
    transition: .5s;
    transition-delay: .01s;
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul{
    opacity: 1;
	transition-delay:.5s;
}
.ortakadimsec-4 .row .w50 .kutu .textos ul li{
    color: #fff;
    margin-bottom: .5rem;
    transform: translate(-100px, 0px);
    opacity:1;
    transition: 1s;
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul li:nth-child(1){
     transition-delay:.2s;
    transform: translate(-10px, 0px);
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul li:nth-child(2){
     transition-delay:.3s;
    transform: translate(-10px, 0px);
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul li:nth-child(3){
     transition-delay:.4s;
    transform: translate(-10px, 0px);
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul li:nth-child(4){
     transition-delay:.5s;
    transform: translate(-10px, 0px);
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul li:nth-child(5){
     transition-delay:.6s;
    transform: translate(-10px, 0px);
}
.ortakadimsec-4 .row .w50 .kutu:hover .textos ul li:nth-child(6){
     transition-delay:.7s;
    transform: translate(-10px, 0px);
}
.ortakadimsec-4 .bgtopse{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ortakadimsec-4 .bgtopse img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ortakadimsec-5{}
.ortakadimsec-5 .container{}
.ortakadimsec-5 .container h3{
    width: max-content;
    margin: auto;
    text-align: center;
    color: #E1251B;
    margin-bottom: 3rem;
    position: relative;
}
.ortakadimsec-5 .container .row{
    justify-content: space-around;
}
.ortakadimsec-5 .container .row .w30{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4rem;
}
.ortakadimsec-5 .container .row .w30 img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.ortakadimsec-5 .container .row .w30 h5{
    text-align: center;
}
.ortakadimsec-5 .container .row .w30 p{
    text-align: center;
    width: 80%;
    margin: 0;
}
.ortakadimsec-6{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.ortakadimsec-6 .bgs{width: 100%;height: 100vh;overflow: hidden;}
.ortakadimsec-6 .bgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ortakadimsec-6 .bgs img.mobile{
    display:none;
}
.ortakadimsec-6 .row{
    position: absolute;
    top: 40%;
    justify-content: space-around;
    display: flex;
    width: 100%;
    height: 27%;
}
.ortakadimsec-6 .row .kutu:nth-child(2){
	transform: translate(0, -130%);
}
.ortakadimsec-6 .row .kutu:nth-child(1){
	transform: translate(15%, 0%);
}
.ortakadimsec-6 .row .kutu:nth-child(3){
	transform: translate(-15%, 0%);
}
.ortakadimsec-6 .row .kutu{
    background: #ffffff;
    box-shadow: 0px 0px 15px #00000010;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 17%;
}
.ortakadimsec-6 .row .kutu img{}
.ortakadimsec-6 .row .kutu h5{
    text-align: center;
    width: 90%;
    font-weight: bold;
}
.ortakadimsec-6 .container{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ortakadimsec-6 .container h3{
    color: #E20613;
    margin: 0;
}
.ortakadimsec-6 .container img{}
.ortakadimsec-6 .container h5{
    text-align: center;
    width: 40%;
    margin-top: 2rem;
}
.ortakadimsec-7{}
.ortakadimsec-7 .container{}
.ortakadimsec-7 .container h3{
    width: max-content;
    margin: auto;
    text-align: center;
    color: #E1251B;
    margin-bottom: 3rem;
    position: relative;
}
.ortakadimsec-7 .container .row{
    justify-content: space-evenly;
}
.ortakadimsec-7 .container .row .w30{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}
.ortakadimsec-7 .container .row .w30 h4{
	position:relative;
	width: max-content;
	margin-bottom: 1rem;
	display: block;
}
.ortakadimsec-7 .container .row .w30 h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #E1251B;
    height: 4px;
}
.ortakadimsec-7 .container .row .w30 img{}
.ortakadimsec-7 .container .row .w100{
    text-align: center;
}
.ortakadimsec-7 .container .row .w100 h4{
	position:relative;
	width: max-content;
	display: block;
	margin: auto;
	margin-bottom: 1rem;
} 
.ortakadimsec-7 .container .row .w100 h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #E1251B;
    height: 4px;
}
.ortakadimsec-7 .container .row .w100 img{
    width: 250px;
    object-fit: contain;
    margin-left: 100px;
    margin-right: 100px;
}
.ortakadimsec-7 .container .row .w30 img{
    width: 250px;
    object-fit: contain;
    height: 250px;
}

.parallaxpart{background-image:url(https://temp.webatolyeniz.com/kulucka/img/paralb.webp);min-height:300px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;height:400px;display:flex;justify-content:center;align-items:center;padding-top:5%;padding-bottom:5%;}
.parallaxpart .textdecor h2{margin:auto;width:50%;;text-align:center;color:#fff;font-weight:500;text-shadow:1px 1px 5px #000;}
.parallaxpart .textdecor{width:85%;}
.parallaxpart .textdecor a{margin: 0;margin-top: 2rem;margin-left:auto;margin-right:auto;width: max-content;}
@media (max-width:1681px){
.parallaxpart .textdecor{transform:translate(0,40px);}
}
@media (max-width:600px){
.parallaxpart .textdecor p{margin-top:1rem;}
.parallaxpart{min-height:200px;height:200px;background-size:cover;background-attachment:local;}
.parallaxpart .textdecor{transform:translate(0,0);}
}

@media (max-width:1681px){
.parallaxpart .textdecor{transform:translate(0,40px);}
}
@media (max-width:600px){
.parallaxpart .textdecor h1{font-size:20px;width:80%;}
.parallaxpart{min-height:200px;height:200px;background-size:cover;background-attachment:local;}
.parallaxpart .textdecor{transform:translate(0,0);}
}

@media (max-width: 1200px){
.parallaxpart{min-height:300px;height:300px;padding-top:0%;padding-bottom:0%;}
}
@media (max-width: 800px){
.parallaxpart .textdecor{transform:translate(0, 10px);}
}
.istka{
    position: relative;
}
.istka .container{}
.istka .bgs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.istka .bgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.istka .row{}
.istka .row .w50{
    margin-top: auto;
    margin-bottom: auto;
}
.istka .row .w50 p{}
.istka .row .w50 a{}
.istka .row .w50 a img{
    width: 48%;
    object-fit: contain;
    height: 110px;
}
