body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;   
}
.menub{
  display: none;
}
.banter{
  display: flex;
  width: 100%;
  height: 15px;
  background-color: rebeccapurple;
}
.font{
  display: flex;
  justify-content: center;
  align-items: center;
}
.font a{
  text-decoration: none;
}
.bant{
  display: flex;
  background-color: #001d41;
  width: 100%;
  height: 3vmax;
  justify-content: space-around;
  align-items: center;
}
.bant a{
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;

color: gray;
text-decoration: none;
}
.menua{
    display: flex;
    width: 100%;
    height: 10vh;
    background: #001d41;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
}
.menulogo{
    display: flex;
    width: 15%;
    height: 100%;
    margin-left: 15px;
}
.menubos{
  display: flex;
  width: 40%;
  height: 100%;
}
.menubtn{
    display: flex;
    width: 45%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.menua a{
    display: flex;
    text-decoration: none;
    padding: 20px;
    line-height: 100%; 
}
.menua p{
    display: flex;
    color: gray;
    font-size: 1.2vmax;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Style The Dropdown Button */
.dropbtn {
  border: none;
  cursor: pointer;
  background: #bbbbbb3f;
  padding: 20px;
  line-height: 100%;
  width: 100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f946;
  min-width: 460px;
  height: 480px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content p {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1fd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: rebeccapurple;
  width: 100%;

}
.open{
  display: none;
}
.banner{
    display: flex;
    width: 50%;
    height: 35vmax;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.bannert{
  display: flex;
  width: 50%;
  height: 35vmax;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
/* Slideshow container */
.slideshow-container {
  display: flex;  
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  
}
.mySlides {
  display: flex;
  width: 100%;
  height: 100%;
  
}
/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}
.active {
  background-color: white;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
  #banners{
    display: flex;
    width: 100%;
    height: 80vh; 
  }
  .ara{
    display: flex;
    width: 100%;
    height: 10vmax;
    background-color: #001d41;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .galery{
    display: flex;
    width: 30%;
    height: auto;
    margin: 30px;  
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  }
  .galery a{
    text-decoration: none;
    color: black;
  }
  .orta{
    display: flex;
    width: 100%;
    height: 60vh;
    justify-content: space-around;
  }
  .yazi{
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    
  }
  .yazi p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    line-height: 1px;
  }
  .ortalogo{
    display: flex;
    width: 40%;
    align-items: center;
  }
  .baslik{
    display: flex;
    width: 60%;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .baslik img{
    width: 100%;
    height: 100%;
  }
  .icerik{
    display: flex;
    width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .icerik p{
    display: flex;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
  }
  h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: gray;
  }
  #container{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
 h5{
  font-size: 2vb;
  font-family: Arial, Helvetica, sans-serif;  
}
marquee{
  display: flex;
  width: 50vh;
  height: 15vh;
  margin-left: auto;
  margin-right: auto;
}
marquee img{
margin: 10px;
height: 100%;
}
.marq{
  display: flex;
  width: 100%;
  height: 15vh;
}
  .footer{
    display: flex;
    width: 100%;
    height: 50vh;
    background: #001d41;
    flex-direction: row;
    justify-content: space-around;
    
  }
  .footer p{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    margin-bottom: 0px;
  }
  .footer a{
    text-decoration: none;
    flex-direction: row;
  }
  .footer h5{
    color: #f1f1f1;
  }
  .sosial{
    display: flex;
    width: 100%;
    height: 5vmax;
   justify-content: center;
   align-items: center;
    }
    .sosial img{
      margin: 30px;
    }
    .sosialit{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 70px;
      background: #001d41;
    }
  .ilet{
    display: flex;
    width: 100%;
    height: 50vh;
    flex-direction: row;
    justify-content: center;
  }
  form{
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  input{
    display: flex;
    align-items: center;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    height: 50px;
    margin: 15px;
  }
  textarea{
    display: flex;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    height: 80px;
    margin: 15px;
  }
  button{
    display: flex;
    width: 30%;
    height: 50px;
    margin-left: 15px;
    background: rebeccapurple;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
  }
  .sag{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .sol{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .vid{
    display: flex;
    width: 80%;
    height: 75vh;
    margin-left: auto;
    margin-right: auto;
    
  }
  .copy{
    display: flex;
    width: 100%;
    height: 5vmax;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #da7426;
  }
  .urun{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .urunyazi{
    display: flex;
    width: 40%;
    height: auto;
  }
  .urunyazi p{
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #aaa;
  }
  .urunimg img{
    display: flex;
    min-height: 50vmin;
  }
  .urunbos{
    display: flex;
    width: 100%;
    height: 10vh;
  }
  .what{
    display: none;
  }
  .tel{
    display: none;
  }
  @media only screen and (max-width: 770px) {
  
  .text {font-size: 11px}

  .banner{
    display: flex;
    width: 100%;
    height: 55vmax;
    justify-content: center;
    align-items: center;
  }
  .ara{
    display: flex;
    width: 100%;
    height: 15vmax;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .galery{
    display: flex;
    flex-direction: column;
    width: 80%;
    height: auto;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }
  .icerik{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0px;

  }
  .baslik{
    display: flex;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    
  }
  .baslik img{
    height: 100%;
    width: 100%;
  }
  .icerik p{
    display: flex;
    font-size: 2.5vmax;
    padding: 30px;
    font-family: sans-serif;
    line-height: 30px;
  }
  .urunbos{
    display: none;
  }
 }
  @media only screen and (max-width: 900px) {
 .menua{
  display: none;
 }
 .bant{
  display: flex;
  background-color: #001d41;
  width: 100%;
  height: 8vmax;
  justify-content: space-around;
  align-items: center;
}
 .menub{
  display: flex;
  width: 100%;
  height: 10vmax;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #001d41;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
 }  
.sidenav{
  display: inline-block;
  font-family: "roboto",sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 100px;
  background: #001d41;
  z-index: 999;
  transition: 0.5s;
  overflow-x: hidden;
}
.sidenav a{
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #aaa;
  padding: 10px 10px 20px 35px;
  margin-left: 30px;
  transition: 0.3s; 

}
.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav .closebtn{
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 60px;
}
.open{
  display: inline-block;
  font-size: 40px;
  cursor: pointer;
  font-family: sans-serif;
  color: gray; 
  margin-right: 10px;
}
#banners{
  display: flex;
  width: 100%;
  height: 65vh; 
}
h5{
  font-size: 2.5vb;
  font-family: Arial, Helvetica, sans-serif;  
}
.icerik p{
  display: flex;
  font-size: 2vmax;
  padding: 30px;
  font-family: sans-serif;
  line-height: 30px;
  
}
.footer{
  display: flex;
  width: 100%;
  height: auto;
  background: #001d41;
  flex-direction: column;
  align-items: center; 
}
.sag{
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sol{
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer p{
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
  font-size: large;
}
.urunyazi{
  display: flex;
  width: 80%;
  justify-content: center;
}
.urunyazi p{
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #aaa;
}
.icerik{
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0px;

}
.baslik{
  display: flex;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  
}
}
@media only screen and (max-width: 900px) {
.banner{
  display: flex;
  width: 100%;
  height: 50vmax;
}
.orta{
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
}
.yazi{
  display: flex;
  width: 100%;
  height: 50%;
}
.ortalogo{
  display: flex;
  width: 100%;
  height: 50%;
}
.what{
  display: flex;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9998;

}
.tel{
  display: flex;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 9998;

}
}
@media only screen and (max-width: 770px) {

  .banner{
    display: flex;
    width: 100%;
    height: 55vmax;
  }
  .menulogo{
    width: 20%;
    height: 100%;
  }
  .ilet{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 130vh;
  }
  .sag{
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: center;
    align-items: center;
  }
  .sol{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    justify-content: center;
    align-items: center;
  }
  .icerik p{
    display: flex;
    font-size: 2.5vmax;
    padding: 30px;
    font-family: sans-serif;
    line-height: 30px;
  }
  .copy{
    display: flex;
    width: 100%;
    height: 10vmax;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #da7426;
  }
}