@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}




body{
  min-height: 100vh;
  font-family: "Roboto", serif;
  overflow-x: hidden;
}

nav{
  background-color: #09856e79;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li{
  height: 50px;
}

nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover{
  background-color: #f0f0f0;
}

nav li:first-child{
  margin-right: auto;
}


.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


.sidebar li{
  width: 100%;
}

.sidebar a{
  width: 100%;
}


.menu-button{
  display: none;
}

@media(max-width: 830px){
    .hideOnMobile{
      display: none;
    }
    .menu-button{
      display: block;
    }
}

@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
}

@media(max-width: 830px){
  h1{
    font-size: 30px;
  }
}

h1{
   margin-top: 50px;
   text-align: center;
}

.tablo{
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
  table-layout: fixed;
}

table,th,td,tr{
  text-align: center;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 2px solid #b95c5c79;
  border-radius: 5px;
  border-collapse: collapse;
}

th:hover{
  cursor: pointer;
  background-color: #844f4f;
}

td:hover{
  cursor: pointer;
  background-color: #844f4f;
}


.card-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.card{
  width: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0,0,0, 0.2);
  margin: 20px;
}





#card1size{
  width: 450px;
  height: 250px;
}

#card2size{
  height: 250px;
}

#card3size{
  height: 250px;
}


.about-company{
  margin-top: 50px;
}

#aksoyimg{
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.about-company h2,p{
  margin-top: 25px;
  text-align: center;
}


.about-company p{
  font-weight: bold;
}

.about-company a{
  text-decoration: none;
  font-weight: bolder;
  display: inline-block;
  color: black;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 650px;
}


@media(min-width: 831px) and (max-width: 832px){
  .contact-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
}


@media (max-width: 830px){
  .contact-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
}


footer {
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
  height: 50px;
}

footer p{
  display: inline;
}

@media(max-width: 830px){
  .mob-about{
    margin-top: 370px;
  }

  .mob-contact{
    margin-top: 315px;
  }

  .mob-eggs{
    margin-top: 50px;
  }

}

@media(min-width: 831px) and (max-width: 832px){
  .mob-about{
    margin-top: 130px;
  }

  .mob-contact{
    margin-top: 100px;
  }

  .mob-eggs{
    margin-top: 90px;
  }

}


@media(min-width:831px) and (max-width: 832px){
  .number-div h2{
    color: blue;
    position: absolute;
    margin-top: 20px;
    transform: translateX( 293%);
    white-space: nowrap;
  }

  .number-div img {
    margin-top: 35px;
    margin-left: 600px;
  }

  #aksoyimg{
    margin-top: 120px;
  }

  /* #superjumbo-h2{
    color: blue;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX( 253%);
    white-space: nowrap;
  } */

  .superjumbo-footer{
    background-color: #777;
    padding: 10px;
    text-align: center;
    color: white;
    height: 50px;
    margin-top: 85px;
  }

  .superjumbo-footer p {
    display: inline;
  }
}

@media(max-width: 830px){

.number-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.number-div h2 {
  color: blue;
  font-size: 23px;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.number-div img {
  max-width: 80%;
  height: auto;
  margin-bottom: 10px;
}

.superjumbo-footer{
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
  height: 50px;
  margin-top: 300px;
}

.superjumbo-footer p {
  display: inline;
}

.jumbo-mob{
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
  height: 50px;
  margin-top: 300px;
}

.jumbo-mob p{
  display: inline;
}

.eskiana-mob{
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
  height: 50px;
  margin-top: 315px;
}

.eskiana-mob p {
  display: inline;
}

}



@media (min-width: 831px) {
  #eggnumber {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -10px;
    margin-bottom: -95px;
  }

  #eggnumber h2 {
    color: blue;
    position: absolute;
    top: 60px;
    left: 52%;
    transform: translateX( 250%);
    white-space: nowrap;
    font-size: 22px;
  }

  #eggnumber img {
    margin-left: 10px;
    margin-bottom: -190px;
  }
}


@media (min-width: 831px) and (max-width: 832px){
  .table-div{
    margin-top: 30px;
  }

  .aksoy-banner img{
    border-radius: 10px;
    width: "1000px";
    height: "350px";
  }
  .aksoy-banner{
    margin-top: 25px;
    margin-left: 260px;
  }

  #aksoybanner-img-a-mob img{
    margin-top: -170px;
    margin-bottom: -120px;
    margin-left: -100px;
    width: 1000px;
    height: 350px;
  }

  #banner-egg{
      margin-top: 300px;
      margin-bottom: -230px;
      width: 1000px;
      height: 350px;
  }
}



@media (max-width: 830px){

  .aksoy-banner img{
    margin: 0;
  }

  .aksoy-banner img{
    border-radius: 10px;
    width: 95%;
    height: 200px;
    margin-left: -20px;
  }

  .aksoy-banner{
    margin-left: 0px;
  }

  #aksoyimg{
    margin-top: -30px;
    width: 95%;
    height: 170px;
  }

  .aksoy-banner-contact img{
    border-radius: 10px;
    width: 95%;
    height: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: -10px;
    margin-right: 0;
  }



  #aksoy-banner-index-mob img{
    border-radius: 10px;
    width: 380px;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: -5%;
    margin-right: 0px;
  }

  #banner-egg{
    border-radius: 10px;
    width: 95%;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 9px;
    margin-right: 5px;
  }
}


@media (min-width: 831px) and (max-width: 832px){
  #aksoy-banner-index-mob{
  display: block;
  margin-left: 250px;
  margin-right: 50px;
  width: 50%;
  margin-top: 60px;
}

#aksoy-banner-con{
    display: block;
    border-radius: 10px;
    width: 1000px;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

  #aksoy-banner-egg{
    display: block;
    border-radius: 10px;
    width: 1000px;
    height: 350px;
    margin-top: -160px;
    margin-bottom: 165px;
    margin-left: auto;
    margin-right: auto;
  }
}



@media only screen and (max-width: 768px) {      /*MİNİ*/
  .aksoy-ipad{
    margin-left: 25px !important;
  }

  .aksoy-mini-index{
    margin-left: 18px !important;
  }

  .about-mini{
    margin-top: 350px;
  }

  .contact-mini{
    margin-top: 328px;
  }

  .superjumbo-footer-mini{
    margin-top: 413px;
  }

  .jumbo-footer-mini{
    margin-top: 410px;
  }

  .aksoy-jumbo-mini{
    margin-left: 15px !important;
  }

  .duble-footer-mini{
    margin-top: 408px;
  }

  .eskiana-footer-mini{
    margin-top: 408px;
  }

  .yeniana-footer-mini{
    margin-top: 408px;
  }

  .yarka-footer-mini{
    margin-top: 430px;
  }

  .pilic-footer-mini{
    margin-top: 425px;
  }

  .klavuz-footer-mini{
    margin-top: 430px;
  }

  .aksoy-about-mini{
    height: 300px !important;
  }
}

@media only screen and (max-width: 820px){  /*ABOUT AİR*/
  .aksoy-air-index{
    margin-left: 40px !important;
  }

  .aksoy-about-air{
    height: 250px !important;
  }

  .about-air{
    margin-top: 555px;
  }

  .contact-air{
    margin-top: 475px;
  }

  .superjumbo-footer-air{
    margin-top: 565px;
  }

  .eskiana-footer-air{
    margin-top: 583px;
  }

  .yeniana-footer-air{
    margin-top: 565px;
  }

  .yarka-footer-air{
    margin-top: 585px;
  }

  .pilic-footer-mini{
    margin-top: 585px;
  }

  .klavuz-footer-air{
    margin-top: 585px;
  }
}





@media(min-width: 831px) and (max-width: 832px){
  .aksoy-pc img{
    border: 2px solid black transparent;
    border-radius: 15px;
    max-width: 135%;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}



@media(max-width: 800px){
  .aksoy-mobile img{
    border: 2px solid black transparent;
    border-radius: 15px;
    width: 90% !important;
    margin-left: 20px !important;
  }

  #aksoy-banner-index-mob img{
    border: 2px solid black transparent;
    border-radius: 15px;
    width: 90% !important;
    margin-left: -3px;
  }
}



@media(min-width: 1450px) and (max-width: 2860px){
 .aksoy-4k-footer{
  margin-top: 290px;
}

.aksoy-pc-4k-img img{
  max-width: 200%;
  border: 2px solid black transparent;
  border-radius: 15px;
  display: block;
  margin-top: 40px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.about-4k{
  margin-top: 560px;
}

.contact-4k-footer{
  margin-top: 960px;
}

.superjumbo-4k-footer{
  margin-top: 890px;
}

.number-4k{
  margin-top: 20px;
  margin-left: 1150px;
}

.superjumbo-h2-4k{
    color:blue;
    margin-top: 50px;
    margin-left: 20px;
}
.aksoy-pc-4k{
  border: 2px solid black transparent;
    border-radius: 15px;
    max-width: 135%;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-img-4k{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

  #superjumbo-h2{
    color:blue;
    margin-top: 50px;
    margin-left: 20px;
  }

  .number-4k-super{
    margin-left: 1030px;
  }

  .aksoy-pc-4k-super{
    max-width: 200%;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media(min-width: 1432px) and (max-width: 1440px){
  .about-l{
    margin-top: 550px;
  }

  .superjumbo-l-footer{
    margin-top: 600px;
 
  }

  .superjumbo-h2-l{
    color:blue;
    margin-top: 20px;
    margin-left: 20px;
  }
  .number-l-super{
    margin-left: 600px;
  }

  .number-l img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-l{
    color:blue;
    margin-top: 50px;
    margin-left: 610px;
  }

  .aksoy-pc-l img{
  max-width: 60%;
  border: 2px solid black transparent;
  border-radius: 15px;
  display: block;
  margin-top: 40px;
  margin-left: auto !important;
  margin-right: auto !important;
  }

  .contact-img-l{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

  .contact-l{
    margin-top: 570px;  
  }

  .jumbo-h2-l{
    color:blue;
    margin-top: 20px;
    margin-left: 610px;
  }

  .jumbo-footer-l{
    margin-top: 600px;
  }

  .duble-footer-l{
    margin-top: 620px;
  }
  .eskiana-footer-l{
    margin-top: 580px;
  }

  .yeniana-footer-l{
    margin-top: 580px;
  }

  .yarka-footer-l{
    margin-top: 570px;
  }

  .klavuz-footer-l{
    margin-top: 580px;
  }
}


@media(min-width: 1024px) and (max-width: 1430px){
  .about-24{
    margin-top: 630px;
  }

  .superjumbo-24-footer{
    margin-top: 640px;
 
  }

  .superjumbo-h2-24{
    color:blue;
    margin-top: 20px;
    margin-left: 20px;
  }
  .number-24-super{
    margin-left: 600px;
  }

  .number-24 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-24{
    color:blue;
    margin-top: 50px;
    margin-left: 400px;
  }

  .aksoy-pc-24 img{
  max-width: 60%;
  border: 2px solid black transparent;
  border-radius: 15px;
  display: block;
  margin-top: 40px;
  margin-left: auto !important;
  margin-right: auto !important;
  }

  .contact-img-24{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

  .contact-24{
    margin-top: 710px;  
  }

  .jumbo-h2-24{
    color:blue;
    margin-top: 20px;
    margin-left: 610px;
  }

  .jumbo-footer-24{
    margin-top: 660px;
  }

  .duble-footer-24{
    margin-top: 640px;
  }
  .eskiana-footer-24{
    margin-top: 660px;
  }

  .yeniana-footer-24{
    margin-top: 640px;
  }

  .yarka-footer-24{
    margin-top: 660px;
  }
  .pilic-footer-24{
    margin-top: 660px;
  }
  .klavuz-footer-24{
    margin-top: 660px;
  }
  
}

@media (min-width: 310px) and (max-width: 870px){
  .aksoy-mobile img{
    border: 2px solid black transparent;
    border-radius: 15px;
    margin-top: 30px !important;
    width: 90% !important;
    margin-left: 0px !important;
  }

  .h2-mobile{
    color:blue;
    margin-top: 40px;
    margin-left: 100px;
  }
  .number-mobile img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .about-mobile{
    margin-top: 670px;
  }

  .contact-mobile{
    margin-top: 700px;
  }

  .superjumbo-mobile-footer{
    margin-top: 640px;
  }

  .jumbo-footer-mobile{
    margin-top: 640px;
  }
  .duble-footer-mobile{
    margin-top: 640px;
  }

  .eskiana-footer-mobile{
    margin-top: 660px;
  }

  .yeniana-footer-mobile{
    margin-top: 630px;
  }

  .yarka-footer-mobile{
    margin-top: 660px;
  }
  .pilic-footer-mobile{
    margin-top: 660px;
  }

  .klavuz-footer-mobile{
    margin-top: 660px;
  }
}