.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.akorrMenuText {
  font-size: 1.8rem;
  color: #456453;
}

/* .shopGif {
  width: 120px;
  margin: 0 auto;
} */
@media(max-width: 375px){
  /* .shopGif {
    width: 30px;
    margin: 0 auto;
  } */
}
@media(min-width: 375px) and (max-width: 667px) {
  /* .shopGif {
    width: 30px;
    margin: 0 auto;
  } */
  .honey a {
    margin-left: 90px;
  }

  .sweet a {
    margin-left: 90px;
  }

  .fish {
    margin-top: -210px;
    margin-left: -80px;
  }

  .botany {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .sun {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .soil {
    margin-top: -18px;
    margin-left: 5px;
  }

  .poultry {
    margin-top: -1042px;
    margin-left: 225px;
  }

  .seed {
    margin-top: 15px;
    margin-left: 90px;
  }

}




@media(min-width: 414px) and (max-width: 736px) {
  .honey a {
    margin-left: 90px;
  }

  .sweet a {
    margin-left: 90px;
  }

  .fish {
    margin-top: -210px;
    margin-left: -80px;
  }

  .botany {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .sun {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .soil {
    margin-top: -18px;
    margin-left: 5px;
  }

  .poultry {
    margin-top: -1042px;
    margin-left: 225px;
  }

  .seed {
    margin-top: 15px;
    margin-left: 90px;
  }

}



@media(min-width: 768px) and (max-width: 1024px) {
  .honey a {
    margin-left: 90px;
  }

  .sweet a {
    margin-left: 90px;
  }

  .fish {
    margin-top: -210px;
    margin-left: -80px;
  }

  .botany {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .sun {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .soil {
    margin-top: -18px;
    margin-left: 5px;
  }

  .poultry {
    margin-top: -1042px;
    margin-left: 225px;
  }

  .seed {
    margin-top: 15px;
    margin-left: 90px;
  }

}

@media(min-width: 1366px) and (max-width: 1024px) {
  .honey a {
    margin-left: 90px;
  }

  .sweet a {
    margin-left: 90px;
  }

  .fish {
    margin-top: -210px;
    margin-left: -80px;
  }

  .botany {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .sun {
    /* margin-top:-210px; */
    margin-left: -80px;
  }

  .soil {
    margin-top: -18px;
    margin-left: 5px;
  }

  .poultry {
    margin-top: -1042px;
    margin-left: 225px;
  }

  .seed {
    margin-top: 15px;
    margin-left: 90px;
  }



}


@media (min-width: 576px) and (max-width: 1920px) {
  /* .col-sm-3 {
      flex: 0 0 16%;
      max-width: 20%;
      padding-right: 0px;
         } */

  /* .row {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-right: 0px;
          margin-left: -18px;
      } */
}


@keyframes sunrise {
  0% {
    box-shadow: none;
  }
}

@keyframes rays {
  0% {
    box-shadow:
      0 0 0 0 #FFDE0080,
      0 0 0 20px #FFDE0080,
      0 0 0 40px #FFDE0040,
      0 0 0 60px #FFDE0020,
      0 0 0 80px #FFDE0010,
      0 0 40px 100px #FFDE0010;
  }

  100% {
    box-shadow:
      0 0 0 20px #FFDE0080,
      0 0 0 40px #FFDE0040,
      0 0 0 60px #FFDE0020,
      0 0 0 80px #FFDE0010,
      0 0 0 100px #FFDE0000,
      0 0 40px 100px #FFDE0010;
  }

}


.wrap {
  position: absolute;
  width: 100px;
  height: 200px;
  left: 50%;
  margin-left: -50px;
  /* top: 50%; */
  top: 18%;
  margin-top: -100px;
}

.drop {
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  -webkit-animation: drop 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s infinite;
  animation: drop 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s infinite;
}

.drop circle {
  /* fill: #6ebafd; */

  fill: #BFDFCC;
}

.drop-outer {
  position: absolute;
  box-sizing: border-box;
  /* border: 1px solid #333; */
  width: 100px;
  height: 200px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.ripple {
  position: absolute;
  box-sizing: border-box;
  width: 240px;
  height: 240px;
  top: 68px;
  left: -70px;
  perspective: 100;
  transform: rotateX(65deg);
}

.ripple .ripple-svg {
  position: absolute;
  width: 240px;
  height: 240px;
  opacity: 0;
}

.ripple .ripple-svg circle {
  fill: none;
  /* stroke: #2a96ed; */
  stroke: #d4f1f9;
  stroke-width: 10px;
  stroke-alignment: inner;
}

.ripple-1 {
  -webkit-animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
  animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}

.ripple-1 .ripple-svg {
  -webkit-animation: fade-in-out 2s linear 0s infinite;
  animation: fade-in-out 2s linear 0s infinite;
}

.ripple-1 .ripple-svg circle {
  -webkit-animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
  animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}

.ripple-2 {
  -webkit-animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
  animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
}

.ripple-2 .ripple-svg {
  -webkit-animation: fade-in-out 2s linear 0.2s infinite;
  animation: fade-in-out 2s linear 0.2s infinite;
}

.ripple-2 .ripple-svg circle {
  -webkit-animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
  animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
}

.ripple-3 {
  -webkit-animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s infinite;
  animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s infinite;
}

.ripple-3 .ripple-svg {
  -webkit-animation: fade-in-out 2s linear 0.35s infinite;
  animation: fade-in-out 2s linear 0.35s infinite;
}

.ripple-3 .ripple-svg circle {
  -webkit-animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s infinite;
  animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s infinite;
}



@-webkit-keyframes drop {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translateY(0)
  }

  10% {
    transform: scale3d(1, 1, 1)
  }

  44% {
    transform: scale3d(1, 1, 1) translateY(200px)
  }

  100% {
    transform: scale3d(1, 1, 1) translateY(200px)
  }
}



@keyframes drop {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) translateY(0)
  }

  10% {
    transform: scale3d(1, 1, 1)
  }

  44% {
    transform: scale3d(1, 1, 1) translateY(200px)
  }

  100% {
    transform: scale3d(1, 1, 1) translateY(200px)
  }
}

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0
  }

  42% {
    opacity: 0
  }

  52% {
    opacity: 1
  }

  65% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0
  }

  42% {
    opacity: 0
  }

  52% {
    opacity: 1
  }

  65% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes ripple {
  0% {
    transform: rotateX(65deg) scale3d(0.2, 0.2, 0.2)
  }

  42% {
    transform: rotateX(65deg) scale3d(0.2, 0.2, 0.2)
  }

  100% {
    transform: rotateX(65deg) scale3d(0.9, 0.9, 0.9)
  }
}

@keyframes ripple {
  0% {
    transform: rotateX(65deg) scale3d(0.2, 0.2, 0.2)
  }

  42% {
    transform: rotateX(65deg) scale3d(0.2, 0.2, 0.2)
  }

  100% {
    transform: rotateX(65deg) scale3d(0.9, 0.9, 0.9)
  }
}

@-webkit-keyframes border {
  0% {
    stroke-width: 6px
  }

  42% {
    stroke-width: 6px
  }

  100% {
    stroke-width: 2px
  }
}

@keyframes border {
  0% {
    stroke-width: 6px
  }

  42% {
    stroke-width: 6px
  }

  100% {
    stroke-width: 2px
  }
}