*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

/* d-flex justify-content-center */

.topheader{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    /* background-image: linear-gradient(to right top, #40199d, #7054b9, #9e8cd3, #cdc5ea, #ffffff); */
    background: linear-gradient(45deg, rgb(104 52 254) 32%, rgb(93 40 212) 91%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* .topheader::after{
  position: absolute;
  content: "";
  width:50%;
  height: 50%;
  bottom:0;
  right:0;
  background-image: url(../images/cut5.png);
  background-size: contain;
 background-repeat: no-repeat;

} */

.headercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.headerimages{
    width: 300px;
    position: relative;
}

.headerimagestext h2{
  font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    letter-spacing: 4px;
    z-index: 9999;
}

.headerimagestext{
  position: absolute;
  top: 61%;
  left: 28%;
}


.headertext h3{
  color:#ffffff;
}
.headertext h2{
  font-size: 32px;
  text-align: left;
  color: #ffffff;
  font-weight: 700;
  max-width: 424px;
  z-index: 9999;
}

.herobtn{
  width: 131px;
  cursor: pointer;
  
}

.headertext h2 span{
  font-size: 47px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 7px;
  font-weight: 500;
  z-index: 9999;
  }
.bcontainer{
    height: 100vh;
    width:100%;
    background-color: rgb(255, 255, 255);
}

.brouchercontainer{
    width: 100%;
    height: 100%;
    
    background-image: url(../images/img1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;

}


.brouchertwo{
    
    width:100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;

}
/* .brouchertwo::after{
  position: absolute;
  content: "";
  width:50%;
  height: 50%;
  top:0;
  right:0;
  background-image: url(../images/cut6.png);
  background-size: contain;
 background-repeat: no-repeat;

} */




.bagimages{
    /* position: absolute;
    width: 300px;
    top: 9%;
    left: -2%;
    z-index: -1; */
    position: absolute;
    width: 205px;
    top: -6%;
    left: 5%;
    z-index: -1;
}

.offercouponimages{
    position: absolute;
    width: 300px;
    bottom: 24%;
    right: 0;
    z-index: -1;
}

.brouchertwowrapper{
  position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btwoimagewrapper img{
    width:61%;
    margin: auto;
}

.btwoimagetext h3{
  
    font-size: 34px;
    color: #40199d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 14px;

}

.btwoimagecontent h5{
  text-transform: uppercase;
  color: #7520d4;
  margin-right: 23px;
  font-size: 16px;
  font-weight: 400;
}

 

 .scale-up-center {
	-webkit-animation: scale-up-center 6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  .tracking-in-expand-fwd {
	-webkit-animation: tracking-in-expand-fwd 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand-fwd 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand-fwd {
    0% {
      letter-spacing: -0.5em;
      -webkit-transform: translateZ(-700px);
              transform: translateZ(-700px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand-fwd {
    0% {
      letter-spacing: -0.5em;
      -webkit-transform: translateZ(-700px);
              transform: translateZ(-700px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }

  .floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    100%   { transform: translate(0, -0px); }   
}

.blinking-cursor {
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: rgb(255, 255, 255);
  }
}

.shake{
  animation-name: spaceboots;
	animation-duration: 15s;
	transform-origin:60% 60%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


@keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(2deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}



.broucherthree{
  width:100%;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #9e8cd354;
  background-image: url(../images/offers_bg.png);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;

}

.broucherthreetext h3{
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
}

.broucherthreetext h4 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.broucherthreetext ul{
 
  list-style-type: none;
  color:#ffffff;
  font-size: 15px;
  line-height: 26px;
  
}


.broucherthreetext{
  background-color: #40199dad;
  max-width:400px;
  padding: 11px;
  border-radius: 19px;
  margin-top: 20px;
}


.broucherthreetext:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 36px;
  border-top: 15px solid transparent;
  border-right: 15px solid #40199d4a;
  border-left: none;
  border-bottom: 15px solid transparent;
}


.carddetailsection{
  position: relative;
  width:100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.digitalcard_bg{
  position: relative;
  width:100%;
  height:100%;
  padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.digitalcard_bg::after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  Width: 100%;
  height: 100%;
  background-image: url(../images/circle.png);
  background-size:90%;
  background-repeat: no-repeat;
  background-position:center;
  z-index: -1;
  transform: rotate(360deg);
 
}

.digitalcard_bg img{
  width:60%;
}

.digitalcardtitle h2 {
  font-size: 34px;
  text-transform:uppercase;
  text-align: center;
  color: #40199d;
  font-weight: 400;
  
}


.digitalcardtext ul{
  list-style-type: none;
  color:#676767;
}


.digitalcardtext ul span{
  list-style-type: none;
  color:#40199d;
  font-weight: 700;
  font-size: 6px;
}

.digitalcardtext li{
    display: flex;
    align-items: center;
  }
.digitalcardtext h2{
  font-size: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    z-index: 9999;
}


.coupondetailsection{
  width:100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #9e8cd3, #9e8cd3c7), url(../images/coupons_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.coupondetail_img img{
  
  width:80%;
}
.coupondetail_img {
  position: relative;
}
.coupondesign {
  position: absolute;
  bottom: 142px;
  left: 28px;
  width: 90%;
}
.couponscardtext h2{
  font-size: 44px;
    text-align: left;
    text-transform: uppercase;
    color: #40199d;
    font-weight: 700;
    z-index: 9999;
}

.couponscardtext ul{
  list-style-type: none;
  color: #ffffff;
  font-size: 16px;
}


.couponscardtext ul span{
  list-style-type: none;
  color:#40199d;
  font-weight: 700;
  font-size: 20px;
}


.zoom-in-out-box {
  animation: zoom-in-zoom-out 8s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.barcodesection{
  position: relative;
  width:100%;
  padding-top: 90px;
  padding-bottom: 80px;
}

.barcodewrapper{
  
  width:300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.barcodesection::after{
position: absolute;
content: "";
width: 100%;
height: 50%;
bottom:0px;
left: 0px;
background: rgb(119,91,201);
background: linear-gradient(45deg, rgba(119,91,201,1) 32%, rgba(57,16,150,1) 91%);
z-index: -1;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}

.appfootericon{
  display: flex;
  justify-content: center;
  align-items: center;
}

.appfootericon ul{
  list-style-type: none;
  color:#ffffff;
}

@media screen and (max-width: 941px){

.coupondesign {
  position: absolute;
  bottom: 86px;
  left: 28px;
  width: 90%;
} 

}






@media screen and (max-width: 820px){

  .bagimages {
    position: absolute;
    width: 200px;
    top: 0%;
    left: 1%;
    z-index: -1;
}

.offercouponimages {
  position: absolute;
    width: 174px;
    bottom: 29%;
    right: 50px;
    z-index: -1;
}
.brouchertwo {
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupondesign {
  position: absolute;
  bottom: 96px;
  left: 28px;
  width: 90%;
}
.barcodesection::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  background: rgb(119,91,201);
  background: linear-gradient(45deg, rgba(119,91,201,1) 32%, rgba(57,16,150,1) 91%);
  z-index: -1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
}


@media screen and (max-width: 768px){
  .topheader {
    width: 100%;
    height: auto;
    padding-top: 86px;
    padding-bottom: 86px;
    /* background-image: linear-gradient(to right top, #40199d, #7054b9, #9e8cd3, #cdc5ea, #ffffff); */
    background: linear-gradient(45deg, rgb(104 52 254) 32%, rgb(93 40 212) 91%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.headertext{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

 .headertext h2 {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    z-index: 9999;
  
}
.headertext h3 {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
.headerimagestext {
  position: absolute;
  top: 61%;
  left: 24%;
}
.headerimagestext h2 {
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  letter-spacing: 2px;
  z-index: 9999;
}
.headertext h2 span {
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  z-index: 9999;
}


  .headerimages {
    width: 222px;
}

.broucherthree {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9e8cd354;
  background-image: url(../images/offers_bg.png);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupondetailsection {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #9e8cd3, #9e8cd3c7), url(../images/coupons_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.barcodesection {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}
.btwoimagetext h3 {
  font-size: 30px;
  margin-top: 25px;
  color: #4019A1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: c3enter;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 17px;
}

.digitalcardtitle h2 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  color: #40199d;
  font-weight: 400;
}

.digitalcardtext h2 {
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  z-index: 9999;
}


.companylogo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.companylogo img{
  width:70%;
}
.compantbarcode img{
  width:70%;
}
.compantbarcode{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bagimages {
    position: absolute;
    width: 132px;
    top: -19%;
    left: 1%;
    z-index: -1;
}

.offercouponimages {
  position: absolute;
  width: 174px;
  bottom: 30%;
  right: 0;
  z-index: -1;
}
.btwoimagewrapper img {
    width: 100%;
    margin: auto;
}
.headercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}

@media screen and (max-width: 320px){

  .coupondesign {
    position: absolute;
    bottom: 85px;
    left: 28px;
  } 


}

