/* @font-face { font-family: MyFont; src: url('../font/AmaticSC-Bold.ttf'); } 
@font-face { font-family: MyFont; src: url('../font/AmaticSC-Regular.ttf'); } */
@font-face { font-family: MyFont1; src: url('../font/LeagueSpartan-Bold.otf'); }
@font-face { font-family: MyFont; src: url('../font/little.ttf'); } 

h1 {
  font-family: MyFont;
  color:#bbdd09
}
h6 {
  font-family: MyFont1;
    font-size: 67px !important;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 8px rgb(233 235 236 / 70%), -2px -2px 8px rgb(255 255 255);
}

.bg-head {
  background-image: url(../images/main-slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-head {
  height:100vh
}

.main-banner {
  height: 100vh;
  width:100vw;
  position: absolute;
}
.cake-banner {
  z-index: 1;
  top: 0;
  width: 100%;
  position: absolute;
}

.cssanimation {
  animation-duration: 3s;
  animation-delay: 7s;
  animation-fill-mode: both;
  position: relative;
  display: inline-block;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  bottom: -610%;
}

.age {
  position: absolute;
  width: 100%;
  text-align: center;
}

.fadeInBottom { 
  animation-name: fadeInBottom ;
}

@keyframes fadeInBottom {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  to { opacity: 1 }
}


.first {
  opacity: 0; 
  animation: fadeInTopper 1s ease-in-out 14s forwards;
  padding-top: 116px;
  padding-right: 13px;
}

@keyframes fadeInTopper {
  from { 
    opacity: 0;
    transform:translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


