nav{
	
}

#menu-wrapper{background: rgb(32, 42, 82);
  background: linear-gradient(90deg, rgba(32, 42, 82, 1) 0%, rgba(44, 79, 149, 1) 50%, rgba(32, 42, 82, 1) 100%);}

#menu-wrapper .container{width: 100%; max-width: 1440px; margin: auto; padding: 0; }
nav.mobile ul li a{
	text-decoration: none;
}

#menu-wrapper{
	font-size: calc(10px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

nav.desktop {
  margin: 0 auto;
  font-family: 'Rounded Mplus 1c', sans-serif;
  display: block
}
nav.mobile {
  margin: 0 auto;
  font-family: 'Rounded Mplus 1c', sans-serif;
  display: none;
}
nav.desktop ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 6vw;
  max-height: 90px;
  flex-wrap: nowrap;
}
nav.desktop ul li {
  flex-grow: 1;
}
nav.desktop ul li .item {
  font-size: 0.7em;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 6vw;
  max-height: 90px;
  justify-content: center;
  line-height: 1.1em
}
nav.desktop ul li div.menu-hesaplama {
  height: 90px;
  width: 49px;
  margin-right: 5px;
  background: url("../../../assets/img/menu/anime/protein-hesaplama.png");
}
nav.desktop ul li div.menu-protein {
  height: 90px;
  width: 49px;
  margin-right: 5px;
  background: url("../../../assets/img/menu/anime/protein-dunyasi.png");
}
nav.desktop ul li div.menu-pinar {
  height: 90px;
  width: 40px;
  background: url("../../../assets/img/menu/anime/pinar-protein.png");
}
nav.desktop ul li div.menu-tarifler {
  height: 90px;
  width: 60px;
  margin-right: 5px;
  background: url("../../../assets/img/menu/anime/tarifler.png");
}
nav.desktop ul li div.menu-satinal {
  height: 90px;
  width: 60px;
  background: url("../../../assets/img/menu/anime/satin-al.png");
}
nav.desktop ul li div.menu-motiveyim {
  height: 90px;
  width: 70px;
  background: url("../../../assets/img/menu/anime/motiveyim-logo.png");
}
nav.desktop ul li a.m4:hover .menu-hesaplama {
  animation: hesaplama_anime 1s steps(30) infinite;
}
nav.desktop ul li a.m3:hover .menu-protein {
  animation: protein_dunyasi_anime 1s steps(30) infinite;
}
nav.desktop ul li a.m1:hover .menu-pinar {
  animation: pinar_anime 1s steps(30) infinite;
}
nav.desktop ul li a.m2:hover .menu-tarifler {
  animation: tarif_anime 1s steps(30) infinite;
}
nav.desktop ul li a.m5:hover .menu-satinal {
  animation: satinal_anime 1s steps(30) infinite;
}
nav.desktop ul li a.m6:hover .menu-motiveyim {
  animation: motiveyim_anime 1s steps(30) infinite;
}

@keyframes hesaplama_anime {
  from {
    background-position: 0
  }
  to {
    background-position: -1500px;
  }
}
@keyframes protein_dunyasi_anime {
  from {
    background-position: 0
  }
  to {
    background-position: -1500px;
  }
}
@keyframes pinar_anime {
  from {
    background-position: 0
  }
  to {
    background-position: -1200px;
  }
}
@keyframes tarif_anime {
  from {
    background-position: 0
  }
  to {
    background-position: -1800px;
  }
}
@keyframes satinal_anime {
  from {
    background-position: 0
  }
  to {
    background-position: -1800px;
  }
}
@keyframes motiveyim_anime {
  from {
    background-position: 0
  }
  to {
    background-position: -2100px;
  }
}
nav.desktop ul li:first-child a img {
  height: 3vw;
  max-height: 55px
}
nav.desktop ul li:last-child a img {
  height: 2.6vw;
  max-height: 35px
}
/*
nav.desktop ul li a img {
  height: 2.3vw;
  max-height: 41px;
  padding-right: 4px
}*/
nav.desktop ul li .sub-menu {
  background: url("../../../assets/img/menu/ucgen.png") #24386b no-repeat 5% top;
  z-index: 999;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0 15px;
  font-size: 0.9em;
  opacity: 0;
  height: 0;
  overflow: hidden
}
nav.desktop ul li:hover .sub-menu {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  overflow: auto;
  height: auto;
  padding-bottom: 10px
}
nav.desktop ul li .sub-menu a {
  line-height: 35px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  text-decoration: none
}
nav.desktop ul li .sub-menu a:hover {
  color: #5dc4e6
}
nav.mobile .head {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: calc(100% - 20px);
  align-items: center;
  height: 56px
}
nav.mobile .head .logo {
  flex-basis: 80%;
  padding: 0px 0 0 30px;
}
nav.mobile .head .logo img {
  height: 10vw;
  max-height: 50px;
  min-height: 30px
}
nav.mobile .head .menubtn {
  flex-basis: 15%;
  text-align: right
}
nav.mobile ul {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  background: rgb(32, 42, 82);
  background: linear-gradient(90deg, rgba(32, 42, 82, 1) 0%, rgba(44, 79, 149, 1) 50%, rgba(32, 42, 82, 1) 100%);
  z-index: 11;
  display: none
}
nav.mobile ul li {
  padding: 12px 0;
  list-style-type: none;
  margin: 0 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #2e56a2;
}

nav.mobile ul li:nth-child(1){
  border-top: 1px solid #2e56a2;
  ;
  background: url("../../../assets/img/mobile/down-arrow.png") no-repeat right 20px
}

nav.mobile ul li:nth-child(3){
  border-top: 1px solid #2e56a2;
  ;
  background: url("../../../assets/img/mobile/down-arrow.png") no-repeat right 20px
}

nav.mobile ul li:last-child img {
  width: 180px
}
nav.mobile ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Rounded Mplus 1c', sans-serif;
}
nav.mobile ul li a:active {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #5dc4e6
}
nav.mobile ul li .mobile-sub-menu {
  height: 0px;
  overflow: hidden;
  z-index: 999;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
nav.mobile ul li .mobile-sub-menu a {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 2em;
  display: block;
  padding-left: 70px
}
nav.mobile ul li a div:first-child {
  flex-basis: 70px;
}
nav.mobile ul li a div:last-child {
  flex-basis: calc(100%-70px);
  color: #ffffff;
  font-size: 1.5em
}

@media only screen and (max-width: 768px) and (min-width: 300px){
.motiveyim-mobil {
    max-width: 50% !important;
}
}