
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
  }

/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(0, 0, 0); 
  border-radius: 10px;
  background-color: #000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a89d9d; 
}

  /*body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
	font-family: poppins;
  }*/

  body{
    /*background-color: rgb(242, 239, 229);*/
    background: #f7f7f7;
    
  }

/****************** social media top güncel start *******************/
  .social_md{
    margin-top: 0.5%;
    color: #fff;
    position: absolute;
    text-align: right;
    padding-right: 2%;
    width: 100%;
    left: 0px;
    font-size: 15px;
    position:fixed;
    z-index: 2;
    text-transform: uppercase;
  }
  .social_md p{
    text-align: center;
  }
  .social_md a{
    color: #fff;
    text-decoration: none !important;
  }
  .fa {
    padding: 0px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50%;
  }

  @media (max-width: 858px){
    .social_md{
      z-index: 4;
    }
  }
/****************** social media top güncel end *******************/
/*nav{
  background: #00000000;
  height: 80px;
  width: 100%;
  position:fixed;
  z-index: 1;
  font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}
  .logo{
    height: 60px;
    width: 60px;
    margin: 20px 0 0 30px;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  nav a.active, nav a:hover{
    background: #1b9bff;
    transition: .5s;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }*/
/*************************** NAV responsive *************************/
/*
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}*/
section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}

  /********************************************************* section_css *********************************/
section.ıot
{
   width: 100%;
   height: 100vh;
   display: flex;
   /*justify-content: center;*/
}


section.comp
{
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   /*background: rgb(52, 61, 52);*/
}

.comp_text {
    font-size: 2em;
    font-weight: 100%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 2% 7% 2% 15% ;
}

.comp_img {
    margin-top: 1%;
    margin-right: 2%;
    margin: 2% 0 2% 10% ;
    width: 100%;
    height: auto;
    display: block;  
}

/*
section.pcb
{
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   background: rgb(1, 1, 48);
}

.pcb_text {
    font-size: 2em;
    font-weight: 100%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 2% 7% 2% 15% ;
}

.pcb_img {
    margin-top: 1%;
    margin-right: 2%;
    margin: 2% 0 2% 10% ;
    width: 100%;
    height: auto;
    display: block;  
}
*/

section.cad
{
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: left;
   align-items: center;
   /*background: rgb(36, 36, 37);*/
}

.cad_text {
    font-size: 2em;
    font-weight: 100%;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 2% 7% 2% 15% ;
}

.cad_img {
    margin-top: 1%;
    margin-right: 2%;
    margin: 2% 0 2% 10% ;
    width: 80%;
    height: auto;
    display: block;  
}



/********************************madde noktaları için**************************/
ol {
  list-style: none;
}

.madde li {
  position: relative;
}

.madde li:before {
  content: "•";
  position: absolute;
  left: -0.5em;
  color: #fff;
}
/**************** video background ******************/
video {
  object-fit: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.video-wrapper {
  border: 2px solid #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*text-align: center;*/
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*align-items: center;*/
  /*justify-content: center;*/
}
/**** video ustune yazıları ************/
.video-wrapper h1{
  color: #fff;
  font-size: 50px;
  margin: 20% 0 0 2%;
  /*background-color: #0082e6;*/
  /*width:720px;*/
  border-radius: 5px;
  font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}
.video-wrapper p{
  color: #fff;
  font-size: 40px;
  margin-left: 2%;
  font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}
.video-wrapper a{
  color:rgb(51, 255, 0);
}
/* icon direction down
.fa-chevron-down{
  color:rgb(255, 0, 0);
  margin-top: 10%;
  margin-left: 48%;
}*/

/******************************* our goal *******************/

.our_goal_section{
  margin: 10px 0 0 0;
  height: 70vh;
  width: 100%;
  /*border-style: ridge;*/
 /* border-color: #ff0000;*/
  /*border-radius: 1%;*/
  display: flex;
  /*position: absolute;*/
  /*padding-top: 50px;*/
 /* display: flex;*/
  /*gap: 20px;*/
  /*justify-content:space-around; /* aligne les element au centre de maniere horizontal*/
  /*flex-wrap: wrap;*/
  background-color: #f7f7f7;
}

.ogs_div_l{
  height: 100%;
  width: 50%;
  /*border-style: ridge;
  border-color: #1b9bff;*/
  /*justify-content: center;*/
  /*background-color: #6e0958;*/
  /*text-align: center;*/
  /*padding: 0 30px;*/
  padding: 10% 0 0 30px;
  /*top: 50%;
  left: 50%;*/
}
/*.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}*/

.ogs_div_r{
  height: 100%;
  width: 50%;
  /*border-style: ridge;
  border-color: #1b9bff;*/
  justify-content: center;
  /*background-color: #116e09;*/
  font-size: 20px;
  /*font-weight: 600;*/
  padding: 16% 0 0 0;
  margin-right: 3%;
  text-align: justify;
}

.sec_1_div h1{
  width: 60%;
  /*background-color: #00ff3769;*/
  font-size: 50px;
  border-radius: 10px;
  color: #000000e1;
}

.sec_1_div p{
/*color: #ffffff;*/
font-size: 30px;
width: 60%;
/*background-color: #0000007e;*/
border-radius: 10px;
}

@media (max-width: 858px){
  .our_goal_section{
    /*margin: 10px 0 0 0;*/
    height: 55vh;
    width: 100%;
    /*border-style: ridge;
    border-color: #ff0000;*/
    /*border-radius: 1%;*/
    /*display: flex;*/
    /*position: absolute;*/
    /*padding-top: 50px;*/
    /*background-color: #0082e6;*/
    display: flex;
    /*gap: 20px;*/
    /*justify-content:space-around; /* aligne les element au centre de maniere horizontal*/
    flex-wrap: wrap;
  }

  .ogs_div_l{
    height: 16%;
    width: 100%;
    /*border-style: ridge;
    border-color: #1b9bff;*/
    /*justify-content: center;*/
    /*background-color: #6e0958;*/
    /*text-align: center;*/
    /*padding: 0 30px;*/
    padding: 1% 0 0 1%;
    /*top: 50%;
    left: 50%;*/
  }

  .ogs_div_r{
    height: 30%;
    width: 100%;
    /*border-style: ridge;
    border-color: #1b9bff;*/
    /*justify-content: center;*/
    /*background-color: #116e09;*/
    padding: 1% 0 0 1%;
    font-size: 18px;
    /*font-weight: 600;*/
    /*padding: 16% 0 0 0;*/
    /*margin-right: 3%;*/
    text-align: justify;
  }
}

/**************************** our goal end *************************/

/********************* nefis bot project ***********************/
.proje_content{
  height: 70vh;
  width: 100%;
  /*border-style: ridge;
  border-color: #ff0000;*/
  /*border-radius: 1%;*/
  display: flex;
  margin-top: 3%;
  background-color: #f7f7f7;
}

.div_proje_foto{
  height: 100%;
  width: 50%;
  /*border-style: ridge;
  border-color: #1b9bff;*/
  /*justify-content: center;*/
}

.div_proje_foto h1{
  color: aliceblue;
  text-align: center;
  font-size: 40px;
  padding-top: 5%;
}

.div_proje_foto img{
  /*padding: 10%;*/
  object-fit: contain;
  /*justify-content: center;*/
  height: 100%;
  width: 100%;
}

.div_proje_text{
  padding: 3%;
  height: 100%;
  width: 50%;
  /*border-style: ridge;
  border-color: #5cff1b;*/
  /*overflow-y : scroll;*/
  /*background-color: #2c2929;*/
}

.div_proje_text p{
  /*color: #ffffff;*/
  text-align: justify;
  text-justify: inter-word;
  line-height: 25px;
  font-size: 18px;
}
.div_proje_text h2{
  margin-top: 3%;
  color: #00e1ff;
  text-align: justify;
}
.f{
  font-size: 30px;
}
.f a{
  color: #ff0000;
}

hr{
  margin:5% 10% 5% 10%;
}
/************************* nefis bot project *****************/

/********************* PROJE KISMIN*************************/
.proje{
  /*margin: 10px;*/
  background-color: #000000;
  padding: 10px;
  height: 85vh;
}
.proje h2 {
  /*font-size: 40px;*/
  font-family:sans-serif;
  color: #000000;
  background-color:#0082e6;
  border-radius: 5px;
  /*width: 220px;*/
  text-align: center;
  /*margin-top: 2px;*/
  /*margin-left: 20px;*/
}

.project_content{
  width:100%;
  height: 100%;
  /*position: absolute;*/
  /*padding-top: 50px;*/
  display: flex;
  gap: 20px;
  justify-content:space-around; /* aligne les element au centre de maniere horizontal*/
  flex-wrap: wrap;
  }
  .project{
    padding: 0 10px 10px 10px;
    height: 450px;
    width: 300px;
    background-color: #e0e0e0;
    border-style: solid;
    border-radius: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  .project:hover{
    background-color: rgb(0, 0, 0);
    color: white;
    cursor: pointer;
    transform: scale(1.1);
    transition: all 1s ease;
  }

  .project_content .project p{
    color: rgb(175, 174, 174);
    text-align:justify;
    object-fit: contain;
    margin: 0;
    padding: 0;
  }
  .project_content .project  h1{
    text-align: center;
    font-size: 30px;
    color: #022036;
  }
  .project_content .project  img{
    padding-top : 2%;
    width: 100%;
    object-fit: contain; /* make image fit into div */
  }

  
  @media (max-width: 858px){
    section.proje{
      width: 100%;
      height: 500%;
      /*display: flex;
      justify-content: left;
      align-items: center;*/
   /*background: rgb(36, 36, 37);*/
}
.more{
  font-size: 20px;
  text-align: center;
  position: relative;
  top: 15px;
}

  }

.more{
  font-size: 20px;
  text-align: center;
  position: relative;
  bottom: 80px;
}
/************************ last news start*****************/
.l_news{
  /*margin: 10px;*/
  /*background-color: #ede4ee;*/
 /* color: rgb(0, 0, 0);
  padding-left: 1%;
  margin-top : 2%;*/
  /*padding: 10px;*/
  height: 115vh;
  width: 100%;
}
.l_news h1{
  padding: 2% 0 0 1%;
}

.l_news_content{
  /*margin: 10px;*/
  /*background-color: #ede4ee;*/
  color: rgb(0, 0, 0);
  /*padding-left: 1%;
  margin-top : 2%;*/
  /*padding: 10px;*/
  height: 95vh;
  width: 100%;
  display: flex;
}

.ln_l{
  height: 100%;
  width: 50%;
  /*background-color: #0082e6;*/
  justify-content: center;
  padding: 1%;
  /*border-style: ridge;
  border-color: #1b9bff;
  justify-content: center;
  background-color: #116e09;
  font-size: 20px;
  font-weight: 600;
  padding: 16% 0 0 0;
  margin-right: 3%;
  text-align: justify;*/
}

.ln_l h2{
  text-align: left;
  font-size: 30px;
  padding-left: 1%;
  /*padding-top: 2%;
  padding-bottom: 2%;*/
}

.ln_l iframe {
height: 70%;
width: 100%;
/*width : 560px; 
height :315px;*/
}

.ln_r{
  height: 100%;
  width: 50%;
  /*background-color: #82074a;*/
  justify-content:space-between;
  /*border-style: ridge;
  border-color: #1b9bff;
  justify-content: center;
  background-color: #116e09;
  font-size: 20px;
  font-weight: 600;
  padding: 16% 0 0 0;
  margin-right: 3%;
  text-align: justify;*/
}

.ln_r iframe {
  height: 100%;
  width: 100%;
  /*width : 560px; 
  height :315px;*/
  }
.ln_r_d{
  height: 32%;
  width: 100%;
  margin-top: 1%;
  /*background-color: #070982;*/
  display: flex;
}

.ln_r_d_l{
  height: 100%;
  width: 50%;
  /*background-color:red;*/
}
.ln_r_d_r{
  height: 100%;
  width: 50%;
  /*background-color:rgb(238, 255, 0);*/
}


@media (max-width: 858px){
  .l_news{
    /*margin: 10px;*/
    /*background-color: #ede4ee;*/
   /* color: rgb(0, 0, 0);
    padding-left: 1%;
    margin-top : 2%;*/
    /*padding: 10px;*/
    height: 140vh;
    width: 100%;
  }

  .l_news_content{
    /*margin: 10px;*/
    /*background-color: #ede4ee;*/
    color: rgb(0, 0, 0);
    /*padding-left: 1%;
    margin-top : 2%;*/
    /*padding: 10px;*/
    height: 115vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
  }

  .ln_l{
    height: 50vh;
    width: 100%;
    /*background-color: #0082e6;*/
    justify-content: center;
    padding: 1%;
    /*border-style: ridge;
    border-color: #1b9bff;
    justify-content: center;
    background-color: #116e09;
    font-size: 20px;
    font-weight: 600;
    padding: 16% 0 0 0;
    margin-right: 3%;
    text-align: justify;*/
  }
  .ln_l h2{
    text-align: left;
    font-size: 20px;
    padding-left: 1%;
    /*padding-top: 2%;
    padding-bottom: 2%;*/
  }
  
  .ln_l iframe {
  height: 60%;
  width: 100%;
  /*width : 560px; 
  height :315px;*/
  }

  .ln_r{
    height: 75%;
    width: 100%;
    /*background-color: #82074a;*/
    justify-content:space-between;
    /*border-style: ridge;
    border-color: #1b9bff;
    justify-content: center;*/
    /*background-color: #116e09;*/
    /*font-size: 20px;
    font-weight: 600;
    padding: 16% 0 0 0;
    margin-right: 3%;
    text-align: justify;*/
  }
  .ln_r_d{
    height: 25vh;
    width: 100%;
    /*margin-top: 1%;*/
    /*background-color: #070982;*/
    /*display: flex;
    flex-wrap: wrap;*/
  }

  .ln_r_d_l{
    height: 100%;
    width: 100%;
    padding-left: 1%;
    /*background-color:red;*/
  }
  .ln_r_d_r{
    height: 100%;
    width: 100%;
    /*background-color:rgb(238, 255, 0);*/
  }
  .ln_r_d_l h4{
    font-size: 15px;
  }
}
/************************ last news end*****************/

/************************ career start*****************/
.career{
  /*margin: 10px;*/
  background-color: #f7f7f7;
  color: rgb(0, 0, 0);
  padding-left: 1%;
  margin-top : 2%;
  /*padding: 10px;*/
  height: 30vh;
  width: 100%;
}

.career p{
  width: 50%;
  font-size: 20px;
}

@media (max-width: 858px){
  .career p{
    width: 100%;
    font-size: 20px;
  }
}
/************************ career end*****************/

/************************ sponsor and partner start*****************/
.sponsor{
  /*margin: 10px;*/
  background-color: #ede4ee;
  color: rgb(0, 0, 0);
  padding-left: 1%;
  /*padding: 10px;*/
  height: 20vh;
  width: 100%;
}

.s_logo{
  /*padding: 0 10px 10px 10px;*/
  margin-top : 2%;
  margin-left: 4%;
  
  height: 40px;
  width: 200px;
}
.s_logo  img{
  width: 100%;
  object-fit: contain; /* make image fit into div */
}
/************************ sponsor and partner end*****************/

/****************** footer *****************************/
/********************** section footer ********************/
section.sec_footer{
  /*background: url(bg1.jpg) no-repeat;*/
  background-size: cover;
  height: calc(100vh - 400px);
  /*background-color: rgb(255, 255, 255);*/
}
/***********footer 1 coorporyght**************/
.footer{
  color: #000000;
  /*position: absolute;*/
  text-align: center;
  /*bottom: 10px;
  width: 100%;
  left: 0px;*/
  margin-top: 15px;
  font-size: 15px;
  background-color: #00000000;
}
.footer p{
  text-align: center;
}
.footer a{
  color: #000000;
  text-decoration: none;
}
.footer p{
  text-align: center;
}
.footer-about{
  text-align: justify;
}
/************* social media list ******************/
.fa {
  padding: 0px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* ***************** geri kalan footer ******************** */
#footer{
	background: #f7f7f7;
    padding: 3rem;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 5px;
	/*background-image: url(https://arena.km.ua/wp-content/uploads/3538533.jpg);*/
}
#footer2{
	background: #f7f7f7;
    padding: 3rem;
    margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	/*background-image: url(../images/cards/v748-toon-111.png);*/
}
.logo-footer{
    width: 140px;
    height: 100px;
  margin: 20px 0 0 30px;
  align-items: center;
  border-radius: 20px;
}
/*.social-links{
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 

}*/
.social-links h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	/* display: flex;
    gap: 3rem; */
	display: flex;
    flex-direction: column;
    gap: 1rem;
	color: #777777;
}
.social-icons a{
	/* font-size: 18px; */
    /* background: #ffffff; */
    /* box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
	color: #82074a; */
	/* margin-right: 18px; */
	color: #777777;
}
.social-icons a:hover{
	color: #000;
}
.social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: #82074a;
	font-size: 16px;
	margin-right: 12px;
}
li{
	list-style: none;
}
.useful-link h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 32px;
}
.use-links li i{
	font-size: 14px;
    padding-right: 8px;
    color: #898989;
}
.use-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #777777;
}
.use-links li a:hover{
	color: #000;
}
.address h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #777777;

}
.address-links li i{
	font-size: 16px;
    padding-right: 8px;
	color: #82074a;

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size: 15px;
	display: flex;
}
.address-links{
	    line-height: 32px;
		color: #777777;
}
.copy-right-sec{
	padding: 1.8rem;
    background: #82074a;
    color: #fff;
    text-align: center;
}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}
a{
  text-decoration:none;
  text-decoration: none!important
}

/* footer section end */

/*********** css responsive FOR PROJECT DİV **********/
@media (max-width: 858px){
  .proje_content_1{
      display: flex;
      flex-direction: column;
  }
  .proje_content{
      display: flex;
      flex-direction: column;
  }
  .div_proje_foto{
      height: 50%;
      width: 100%;
      /*border-style: ridge;
      border-color: #1b9bff;*/
  }
  
  .div_proje_foto h1{
      padding-top: 5%;
      color: aliceblue;
      text-align: center;
      font-size: 30px;
  }
  .div_proje_text{
      height: 50%;
      width: 100%;
      /*border-style: ridge;
      border-color: #5cff1b;*/
      overflow-y: scroll;
  }
  .div_proje_text h2{
      margin-top: 5%;
      color: #ffffff;
      text-align: justify;
  }

}
