html,
body {
  font-family: 'Roboto Slab', serif;
  margin: 0;
  padding: 0;
  color: #FFF;
  overflow: hidden;

}

/* General */
#eminevim {
  display: flex;
  align-items: center;
  position: relative;
  background: #228449 url("../bg.png") center right no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* border: 1px solid #ededed; */
  overflow: hidden;
  min-width: 290px;
  min-height: 110px;
  max-width: 1194px;
  margin: 0 auto;
  cursor: pointer;
}

#eminevim .link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#eminevim .link span {
  visibility: hidden;
}

@media screen and (max-width: 460px) {
  #eminevim {
    min-height: 100px;
  }
}

/* Logo */
#eminevim .logo {
  padding-left: 120px;
}

#eminevim .logo img {
  width: 180px;
  height: 40px;
  margin-top: -5px;
}

@media screen and (max-width: 460px) {
  #eminevim .logo {
    padding-left: 15px;
    margin-top: -40px;
  }

  #eminevim .logo img {
    width: 100px;
    height: 30px;
  }
}

@media screen and (min-width: 461px) {
  #eminevim .logo {
    padding-left: 95px;
    margin-top: -40px;
  }

  #eminevim .logo img {
    width: 120px;
    height: 30px;
  }
}

@media screen and (min-width: 769px) {
  #eminevim .logo {
    padding-left: 95px;
    margin-top: -25px;
  }

  #eminevim .logo img {
    width: 170px;
    height: 40px;
  }

}

@media screen and (min-width: 960px) {
  #eminevim .logo {
    padding-left: 110px;
    margin-top: -2px;
  }

  #eminevim .logo img {
    width: 180px;
    height: 40px;
  }

}

/* Cities */
#eminevim .cities {
  padding-left: 25px;
  z-index: 99;
}

#eminevim .cities select {
  padding: 5px 10px;
  background: rgba(0, 114, 76, 1);
  border: 0 none;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  line-height: 1em;
  border-radius: 3px;
}

@media screen and (max-width: 600px) {
  #eminevim .cities {
    position: absolute;
    padding-left: 0;
  }
}

@media screen and (max-width: 460px) {
  #eminevim .cities {
    left: 15px;
    top: 60px;
  }

  #eminevim .cities select {
    padding: 3px 4px;
    background: #025a3d;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
  }

}

@media screen and (min-width: 461px) {
  #eminevim .cities {
    top: 14px;
    left: 290px;
  }
}

@media screen and (min-width: 601px) {
  #eminevim .cities {
    padding-left: 80px;
    left: auto;
    top: auto;
  }
}

@media screen and (min-width: 769px) {
  #eminevim .cities {
    padding-left: 30px;
  }
}

/* Counter */
#eminevim .counter {
  position: relative;
  padding-left: 25px;
  min-width: 155px;
  line-height: 1.4em;
}

#eminevim.loading .counter:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "Yükleniyor...";
  display: block;
  text-align: center;
  line-height: 3em;
  background: rgb(32,131,73);
  background: linear-gradient(90deg, rgba(32,131,73,1) 0%, rgba(25,125,74,1) 100%);
  opacity: .9;
}

#eminevim #currentcity,
#eminevim .counter .timer .title {
  font-size: 14px;
  font-weight: 300;
  display: block;
}

#eminevim .vakit,
#eminevim .counter .timer #emclock {
  font-size: 35px;
  font-weight: 700;
  text-shadow: 2px 1px 2px rgb(4 72 50 / 36%);
}

#eminevim .vakit,
#eminevim.iftar .counter {
  display: none;
}

#eminevim.iftar .vakit {
  display: block;
  font-size: 28px;
  white-space: nowrap;
}

@media screen and (min-width: 810px) {
  #eminevim.iftar .vakit {
    padding-right: 20px;
  }
}

@media screen and (min-width: 611px) {
  #eminevim.iftar .vakit {
    padding-left: 20px;
  }
}

@media screen and (max-width: 611px) {
  #eminevim .counter {
    position: absolute;
    left: 473px;
    top: 31px;
    min-width: 116px;
    padding: 0;
  }

  #eminevim .counter .timer #emclock {
    font-size: 29px;
  }

  #eminevim.iftar .counter {
    background: none;
    text-align: left;
  }

  #eminevim.iftar .vakit {
    margin-top: -5px;
  }

}

@media screen and (max-width: 600px) {
  #eminevim .counter {
    position: absolute;
    left: 305px;
    top: 51px;
    min-width: 116px;
    border-radius: 3px;
  }

  #eminevim .counter .timer #emclock {
    font-size: 24px;
  }

  #eminevim .counter .timer .title {

  }

  #eminevim.iftar .vakit {
    position: absolute;
    left: 319px;
    top: 61px;
    font-size: 27px;
    padding-left: 0;
  }

  #eminevim.iftar .vakit #currentcity {
    display: none;
  }

}

@media screen and (max-width: 460px) {

  #eminevim.iftar .vakit {
    font-size: 22px;
  }

  #eminevim .counter {
    position: absolute;
    left: 175px;
    top: 15px;
    min-width: 116px;
    border-radius: 3px;
  }

  #eminevim .counter .timer #emclock {
    font-size: 24px;
  }

  #eminevim .counter .timer .title {

  }

  #eminevim.iftar .vakit {
    position: absolute;
    left: 220px;
    top: 60px;
    font-size: 21px;
  }

}

/* Namaz */
#eminevim .namaz {
  position: absolute;
  left: 176px;
  top: 67px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  padding-top: 4px;
  border-top: 1px solid rgb(255 255 255 / 20%);
  text-decoration: none;
  z-index: 99;
}

@media screen and (min-width: 461px) {
  #eminevim .namaz {
    top: 71px;
    left: 95px;
  }
}

@media screen and (min-width: 769px) {
  #eminevim .namaz {
    top: 68px;
    left: 95px;
    font-size: 13px;
  }
}

@media screen and (min-width: 960px) {
  #eminevim .namaz {
    top: 75px;
    right: 20px;
    left: auto;
  }
}

/* Slogan */
#eminevim .slogan {
  line-height: 1.3em;
}

#eminevim .slogan .line-2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffdd64;
  line-height: 1em;
}


@media screen and (max-width: 1024px) {
  #eminevim .slogan .line-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #eminevim .slogan {
    position: absolute;
    border-left: 0;
  }

  #eminevim .slogan .line-2 {
    font-size: 14px;
  }

}

@media screen and (max-width: 460px) {
  #eminevim .slogan {
    top: 42px;
    left: 15px;
    max-width: 140px;
  }

  #eminevim .slogan .line-2 span {
    display: none;
  }

}

@media screen and (min-width: 461px) {
  #eminevim .slogan {
    left: 95px;
  }
}

@media screen and (min-width: 940px) {
  #eminevim .slogan {
    padding: 10px 0 10px 20px;
    border-left: 1px solid #03704c;
  }
}

/* Decorative */
#eminevim .decorative {
  position: absolute;
  /* animation: swing ease-in-out 1s infinite alternate; */
  transform-origin: center -20px;
}

#eminevim .decorative img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 350px) {
  #eminevim .decorative {
    left: 275px;
    right: auto;
    top: -161px;
    width: 60px;
  }
}

@media screen and (min-width: 351px) {
  #eminevim .decorative {
    right: 20px;
    top: -161px;
    width: 60px;
  }
}

@media screen and (min-width: 461px) {
  #eminevim .decorative {
    right: auto;
    left: 18px;
    top: -157px;
  }
}

@media screen and (min-width: 960px) {
  #eminevim .decorative {
    left: 26px;
  }
}

/* Animation */
@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
