* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Fonts  */

@font-face{
  src: url(../fonts/Teko-Light.ttf);
  font-family: "teko-Light";
}

@font-face{
  src: url(../fonts/Teko-Regular.ttf);
  font-family: "teko-Regular";
}

@font-face{
  src: url(../fonts/Teko-Medium.ttf);
  font-family: "teko-Medium";
}

@font-face{
  src: url(../fonts/Teko-SemiBold.ttf);
  font-family: "teko-SemiBold";
}
@font-face{
  src: url(../fonts/Teko-Bold.ttf);
  font-family: "teko-bold";
}

body {
  font-size: 16px;
}

/* common css */

:root {
  --white-color: #ffffff;
  --yellow-color: #eed65b;
  --blue-color: #261e9b;
}


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;
  text-transform: uppercase;
}

/* .button-box.footer {
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 30px;
  right: 0;
  width: 100%;
} */

.container,
.container-fluid {
  max-width: 100%;

  margin: 0 auto;
}

/* landing css */

#landing .landing-box {
  background: url(../images/banner.webp) no-repeat;
  background-size: 100% 100%;
  /* background-size: cover; */
  background-position: center;
  overflow: hidden;
  min-height: 100vh;
  padding: 30px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content:end;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

.landing-box-top {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
#landing .logo-box {
  text-align: center;
  position: fixed;
  top: 40px;
  width: 100%;
}
#landing .logo-box img {
  max-width: 47%;
  width: 100%;
  height: auto;
}

.landing-content {
  text-align: center;
  margin: 15px 0;
}

.landing-box-top .text-box {
  width: 31%;
  text-align: center;
}
.landing-box-top .text-box-2{
  margin-bottom: 60px;
}


#landing .text-box h2 {
  font-family: "teko-bold";
  margin-bottom: 0;
  font-size: 65px;
  background: -webkit-linear-gradient(#f4c152, #fcecab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#landing .text-box h4 {
  font-size: 24px;
  font-family: "teko-bold";
  color: var(--white-color);
  margin-bottom: 0;
}

#landing .text-box-2{
  text-align: center;
  margin-left: auto;
}
.landing-box-bottom .text-box h1{
  font-family: "teko-bold";
  margin-bottom: 0;
  font-size: 54px;
  background: -webkit-linear-gradient(#dea62e, #ece8d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.1;

  /* text-shadow: 2px 25px 53px rgba(0, 0, 0, 1); */
  /* box-sizing: 0 0 0 var(--blue-color); */
}
.landing-box-top,
.landing-box-bottom {
  width: 100%;
}
/* .landing-box-bottom{
  margin-bottom: 100px;
} */
.button-box img {
  width: 100%;
  max-width: 55%;
}

.disclaimer p{
  color: var(--white-color);
  font-family: "teko-Light";
  font-size: 20px;
  line-height: 1;
  padding: 10px;
}
.disclaimer p span{
  font-weight: 500;
}

.whatsapp-icon {
  position: absolute;
  left: 20px;
  bottom: 30%;
}
/* responsive */
@media (max-width: 393px) {
  .button-box.footer {
    bottom: 35px;
  }
  .landing-box-top .text-box {
    width: 34%;
}
.landing-box-bottom .text-box h1 {
  font-size: 44px;
}
.landing-box-top .text-box-2 {
  margin-bottom: 44px;
}
#landing .landing-box {
  padding: 30px 0px 20px 0px;
}
#landing .text-box h2 {
  font-size: 56px;
}
.whatsapp-icon {
  bottom: 36%;
}
}

@media (max-width: 375px) {
  #landing .landing-box {
    padding: 0 0 50px 0;
  }

  #landing .logo-box img {
    max-width: 110px;
  }

  .landing-content {
    margin: 0px 0;
}
.landing-box-top .text-box-2 {
  margin-bottom: 36px;
}
#landing .text-box h2 {
  font-size: 46px;
}
#landing .text-box h4 {
  font-size: 18px;
  
}

.landing-box-bottom .text-box h1 {
  font-size: 35px;
}


  .button-box.footer {
    bottom: 20px;
  }

  .button-box img {
    max-width: 55%;
}
  .disclaimer p {
    text-align: center;
    font-size: 17px;
}

  .whatsapp-icon img {
    width: 40px;
    height: 40px;
	}
  .whatsapp-icon {
    bottom: 28%;
}
}

@media (max-width: 360px) {
  .button-box img {
    max-width: 80%;
  }

}

@media (max-width: 320px) {
  #landing .landing-box {
    padding: 0 0 0 0;
}

  .button-box.footer {
    bottom: 10px;
  }

  .button-box img {
    max-width: 65%;
  }

  .landing-box-top .text-box-2 {
    margin-bottom: 0px;
}
.landing-box-bottom .text-box h1 {
  font-size: 30px;
}
  #landing .text-box h2 {
    font-size: 36px;
}
  #landing .text-box h4 {
    font-size: 22px;
   
}

  .disclaimer p {
    font-size: 15px;
}

  .whatsapp-icon {
    bottom: 36%;
}

}

.zoom {
  animation: zoom 1s linear alternate infinite;
}

@keyframes zoom {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}


.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);
  }
}