* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-family: "khand-regular";
}

:root {
  --white-color: #ffffff;
  --yellow-color: #F4D350;
  --blue-color: #261E9B;
}
@font-face {
  font-family: 'Inter-SemiBold';
  src: url(../webfonts/Inter-SemiBold.ttf);
}
a {
  display: inline-block;
  text-decoration: none;
}

img, video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: unset;
  margin-bottom: 15px;
  line-height: 1;
}

.button-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  justify-content: center;
}

.button-box.btm .single-box:first-child {
  position: relative;
}

.landing-box-bottom {
  margin-bottom: 30px;
}

.container,
.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.row > * {
  padding: 0 12px;
  width: 100%;
}

/* landing css */
#landing .landing-box {
  background: url(../images/background.png) no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  text-align: center;
  min-height: 100vh;
  padding: 10px 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: unset;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

#landing .logo-box {
  padding-top: 60px;
  padding-bottom: 0px;
}

#landing .logo-box img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 0;
  margin-top: 40px;
}

#landing .title-box img {
  width: 100%;
  max-width: 330px;
}

.landing-box-top,
.landing-box-bottom {
  width: 100%;
}

.button-box img {
  width: 100%;
  max-width: 244px;
}

.landing-content {
  margin-bottom: 80px;
}

.discount-box img {
  width: 100%;
  max-width: 420px;
}
.title-box {
  margin: 45px 0px !important;
}

.footer {
  position: fixed;
  left: 0;
  right: 0;
  /* bottom: 0; */
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

.whatsapp-icon {
  position: absolute;
  left: 15px;
  bottom: 30%;
}

.whatsapp-icon a {
  display: block;
}
.Disclaimer {
  font-family: 'Inter-SemiBold';
  text-align: center;
  color: white;
  /* width: 100%; */
  padding: 10px 24px;
  font-size: 15px;
}
@media (max-width:1024px) {
  /* .footer {
    bottom: 62%;
} */
#landing .logo-box{
  padding-top: 27px;
}
}
@media (max-width:853px) {
  /* .footer {
    bottom: 60%;
} */
}
@media (max-width:820px) {
  /* .footer {
    bottom: 57%;
} */
#landing .logo-box{
  padding-top: 18px;
}
}
@media (max-width:768px) {
  /* .footer {
    bottom: 50%;
} */
  .title-box {
    margin: 40px 0px !important;
}
#landing .logo-box{
  padding-top: 24px;
}
}
@media (max-width:540px) {
  /* .footer {
    bottom: 29%;
} */
}
@media (max-width:430px) {
  /* .footer {
    bottom: 46%;
} */
  #landing .logo-box{
    padding-top: 23px;
  }
}

@media (max-width:415px) {
  /* .footer {
    bottom: 45%;
} */
  .title-box {
    margin: 36px 0px !important;
}
#landing .title-box img {
  width: 100%;
  max-width: 305px;
}
#landing .logo-box{
  padding-top: 26px;
}
}
.discount-box img {
  width: 100%;
  max-width: 350px;
}

/* responsive */
@media (max-width: 393px) {

  #landing .logo-box {
    padding-bottom: 0;
  }
  #landing .title-box img {
    max-width: 267px;
  }

  .landing-box-bottom {
    margin-bottom: 10px;
  }

  .button-box img {
    max-width: 280px;
  }
  .discount-box img {
    width: 100%;
    max-width: 324px;
}

.title-box {
  margin: 37px 0px !important;
}
.button-box img {
  max-width: 251px;
}
/* .footer {
  bottom: 44%;
} */

}



@media (max-width: 375px) {

  #landing .logo-box {
    padding-top: 17px;
}

  #landing .title-box img {
    max-width: 270px;
  }

  .landing-content {
    margin-bottom: 65px;
  }

  .button-box img {
    max-width: 240px;
  }

  #landing .logo-box img {
    margin-top: 30px;
  }

  .discount-box img {
    max-width: 340px;
    margin-bottom: 6px;
  }

  .whatsapp-icon img {
    width: 40px;
    height: 40px;
  }
  .title-box {
    margin: 35px 0px !important;
}
/* .footer {
  bottom: 33%;
} */

}
@media (max-width:360px) {
  /* .footer {
    bottom: 40%;
} */
}
@media (max-width:340px) {
  #landing .title-box img {
    max-width: 255px;
}
.discount-box img {
  max-width: 301px;
  margin-bottom: 6px;
}
/* .footer {
  bottom: 44%;
} */
}
@media (max-width:344px) {
  .discount-box img {
    max-width: 303px;
    margin-bottom: 6px;
}
/* .footer {
  bottom: 51%;
} */
}
@media (max-width:342px) {
  .discount-box img {
    max-width: 307px;
    margin-bottom: 6px;
}
} 

@media (max-width: 320px) {

  #landing .logo-box {
    padding-top: 15px;
  }

  #landing .logo-box img {
    max-width: 140px;
  }

  #landing .title-box img {
    max-width: 220px;
  }
  
  .button-box img {
    max-width: 200px;
  }
  /* .footer {
    bottom: 58%;
} */
.discount-box img {
  max-width: 267px;
  margin-bottom: 6px;
}
.title-box {
  margin: 27px 0px !important;
}

}

.zoom {
  animation: zoom 1s linear alternate infinite;
}

@keyframes zoom {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

.zooms {
  animation: zooms 1s linear alternate infinite;
}

@keyframes zooms {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

/* .animates {
  animation: tada 1.4s linear infinite;
}

 @-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}  */
