
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
	font-family: 'Conv_GothamHTF-BlackItalic';
	src: url('../fonts/GothamHTF-BlackItalic.eot');
	src: local('☺'), url('../fonts/GothamHTF-BlackItalic.woff') format('woff'), url('../fonts/GothamHTF-BlackItalic.ttf') format('truetype'), url('../fonts/GothamHTF-BlackItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GothamHTF-Book';
	src: url('../fonts/GothamHTF-Book.eot');
	src: local('☺'), url('../fonts/GothamHTF-Book.woff') format('woff'), url('../fonts/GothamHTF-Book.ttf') format('truetype'), url('../fonts/GothamHTF-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GothamHTF-Bold';
	src: url('../fonts/GothamHTF-Bold.eot');
	src: local('☺'), url('../fonts/GothamHTF-Bold.woff') format('woff'), url('../fonts/GothamHTF-Bold.ttf') format('truetype'), url('../fonts/GothamHTF-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


main{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

/*footer{
}

footer img{
	height: 15px;
	width: 100vw;
}

header{
	background: #0d2ea0;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100px;
}
header .logo{
	background: #0c2d9f;
	position: fixed;
	right: 20px;
  padding-top: 20px;
}
header .navbar .navbar-nav .nav-link{
	color: #0d2ea0;
	text-align: center;
	line-height: 1.2;
	padding-left: 1rem;
	padding-right: 1rem;
}
header .navbar .navbar-nav .nav-link.active{
	color: #fff;
	background: #0d2ea0;
}*/

img.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  margin-left: 8vw;
  margin-top: -5vh;
  width: 200px;
  z-index: 1000;
}


main h1{
	font-size: 50px;
	color: #0d2ea0;
	font-weight: bold;
}
main h2{
	font-size: 46px;
	color: #0d2ea0;
	font-weight: bold;
}
main h3{
	font-size: 26px;
	color: #0d2ea0;
	font-weight: bold;
}
main h4{
	font-size: 21px;
}
main h5{
	font-size: 16px;
	font-weight: bold;
}
main h6{

}

main b{
	font-family: 'Montserrat', sans-serif;
}

@keyframes zoomEffect {
    0% {transform: scale(1, 1)}
    60% {transform: scale(1.2, 1.2)}
    100% {transform: scale(1, 1)}
}
@keyframes updownEffect {
    0%, 100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
    60% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	}
}
@keyframes leftrightEffectlarge {
    0%, 100% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
	}
    60% {
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		transform: translateX(30px);
	}
}
@keyframes leftrightEffect {
    0%, 100% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
	}
    60% {
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		transform: translateX(20px);
	}
}
@keyframes leftrightEffectsmall {
    0%, 100% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
	}
    60% {
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		transform: translateX(15px);
	}
}

@keyframes balloons {
  0%,100%{ transform:translateY(0) rotate(-10deg); }
  50%{ transform:translateY(-1px) rotate(10deg); }
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@keyframes animarotate { 
    0%, 100% { 
        -webkit-transform: rotate(0); 
        transform:rotate(0); 
    } 
    33% { 
        -webkit-transform: rotate(-1deg); 
        transform:rotate(-1deg); 
    } 
    66% { 
        -webkit-transform: rotate(1deg); 
        transform:rotate(1deg); 
    } 
}
.floating-image{
	position: absolute;
}

.floating-1
{
	animation: 3s ease 0s normal none infinite running zoomEffect;
	-webkit-animation: 3s ease 0s normal none infinite running zoomEffect;
	-o-animation: 3s ease 0s normal none infinite running zoomEffect;
	-moz--o-animation: 3s ease 0s normal none infinite running zoomEffect;
}

.floating-2
{
	animation: 3s ease 0s normal none infinite running leftrightEffect;
	-webkit-animation: 3s ease 0s normal none infinite running leftrightEffect;
	-o-animation: 3s ease 0s normal none infinite running leftrightEffect;
	-moz--o-animation: 3s ease 0s normal none infinite running leftrightEffect;
}

.floating-3
{
	animation: 4s ease 0s normal none infinite running leftrightEffectsmall;
	-webkit-animation: 4s ease 0s normal none infinite running leftrightEffectsmall;
	-o-animation: 4s ease 0s normal none infinite running leftrightEffectsmall;
	-moz--o-animation: 4s ease 0s normal none infinite running leftrightEffectsmall;
}


.terms{
	border-radius: 30px;
	padding: 32px;
	text-align: left;
	margin-bottom: 3rem;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.terms p{
	font-family: 'Montserrat', sans-serif;
}

.terms ul{
	padding-left: 1rem;
}

.terms li{
	font-family: 'Montserrat', sans-serif;
	padding-left: 20px;
	list-style-type: decimal;
	word-break: break-word;
}
.terms a{
    word-break: break-all;
	color: #fff !important;
}
.term-wrapper{
	position: relative;
	z-index: 1;
	margin-top: -6vh;
}

@keyframes shadowanimate { 
    0% { 
    	box-shadow: 0 0 8px 3px #03bdf2;
    } 
    10% { 
        box-shadow: 0 0 10px 3px #03bdf2;
    } 
    20% { 
        box-shadow: 0 0 12px 3px #03bdf2;
    }  
    30% { 
        box-shadow: 0 0 14px 3px #03bdf2;
    } 
    40% { 
        box-shadow: 0 0 16px 3px #03bdf2;
    }
    50% { 
        box-shadow: 0 0 18px 3px #03bdf2;
    }
    60% { 
        box-shadow: 0 0 16px 3px #03bdf2;
    }
    70% { 
        box-shadow: 0 0 14px 3px #03bdf2;
    }
    80% { 
        box-shadow: 0 0 12px 3px #03bdf2;
    }
    90% { 
        box-shadow: 0 0 10px 3px #03bdf2;
    }
    100% { 
        box-shadow: 0 0 8px 3px #03bdf2;
    } 
}



/* 
---------------------------------------------
User Register Form 
--------------------------------------------- 
*/

.btn-tq  {
  margin-bottom: 80px;
  text-align: center;
} 

.btn-tq img {
  width: 50%;
} 

.redeem {
  background-image: url(/-/media/97ea885a94bd4a94b49cd4830478e3bc.ashx);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:100%;
}

.redeem-wrapper{
  background-color: #fff;
  padding: 50px;
  margin-left: -20px;
  margin-top: -10px;
  margin-bottom: 15px;
  border-radius: 10px;

}

.redeem-shadow{
  background-color: #ff0e00;
  background-image: linear-gradient(to right, rgba(163,17,200,1), rgba(255,14,0,1), rgba(255,206,106,1));
  
  border-radius: 10px;
  margin-bottom: 80px;
  margin-top: 20px;
}

.btn-form-redeem {
  margin-top: 10px;
}

.btn-form-redeem img {
  width: 70%;
} 

 .form-redeem {
  margin-top: 60px;
}

 .form-redeem label {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 16px;
 }

 .form-redeem input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  color: #2a2a2a;
  border: none;
  padding: 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
  border:1px solid #0d2ea0;
}

 .form-redeem textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #fff;
  color: #2a2a2a;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}

.form-redeem .custom-select  {
  width: 100%;
  height: 50px;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #2a2a2a;
  border: none;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border:1px solid #0d2ea0;

}



 .form-redeem input:focus,
 .form-redeem textarea:focus {
  background-color: #f7f7f7;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  border:1px solid #0d2ea0;
}

 .form-redeem input::placeholder, 
 .form-redeem textarea::placeholder {
  color: #ccc;
}


 .form-redeem button.blue-button {
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #ff0e00;
  background-image: linear-gradient(to right, rgba(255,14,0,1), rgba(249,120,86,1));
  padding: 12px 30px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: 1px solid #ff0e00;
  transition: all .3s;
  text-transform: uppercase;
}


 .form-redeem button.blue-button:hover {
  background-color: #ff0e00;
  background-image: linear-gradient(to right, rgba(255,14,0,1), rgba(255,14,0,1));
  border: 1px solid #ff0e00;
  color: #fff;
}


.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.header_img img
{
  width: 100%;
    margin-top: 120px;
    position: relative;
    z-index: 1;
}

.home_header_img
  {
    width: 100%;
    margin-top: 70px;
    position: relative;
    z-index: 1;
  }

.main-banner {
  background-image: url(/-/media/97ea885a94bd4a94b49cd4830478e3bc.ashx);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:100%;
}

.main-banner h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
}

.main-banner h2 em {
  font-style: normal;
  color: #00bdfe;
}

.main-banner p {
  color: #fff;
  padding: 30px 0px;
  margin: 40px 75px 0px 75px;
  border-top: 1px solid rgba(250,250,250,0.2);
}

.main-banner .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.main-banner .big-border-button a {
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  margin-right: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.main-banner .big-border-button a:hover {
  background-color: #fff;
  color: #00bdfe;
}

.main-banner .icon-button a {
  margin-top: 20px;
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.main-banner .icon-button a i {
  margin-right: 6px;
  font-size: 16px;
}

.main-banner .icon-button a:hover {
  color: #00bdfe;
}



/*
---------------------------------------------
Buttons
---------------------------------------------
*/ 

.icon-shop .vertical {
      border-left: 2px solid blue;
      height: 200px;
    }

.btn-limited {
  margin-top: 10px;
  text-align: center;
}

.btn-limited .vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.btn-buy {
  margin-top: 20px;
}

.btn-buy img {
  width: 70%;
} 
.icon-bottom  {
  padding-top:30px;
  padding-bottom:30px;
  text-align: center;
}

.icon-shop  {
  padding-top:20px;
  padding-bottom:20px;
}

.icon-shop img {
  width: 85%;
}


.icon-reseller  {
  padding-top:20px;
  padding-bottom:20px;
}

.icon-reseller img {
  width: 85%;
}

@media (max-width: 767px) {

.btn-buy img {
  width: 100%;
} 
.icon-shop img {
  width: 50%;
}

.icon-reseller img {
  width: 50%;
}

  .featured-items .owl-nav .owl-next,
  .closed-contests .owl-nav .owl-next {
    right: -10px !important;
  }
  .featured-items .owl-nav .owl-prev,
  .closed-contests .owl-nav .owl-prev {
    left: -10px !important;
  }


  .redeem {
  padding: 100px 0 50px 0;
}

.redeem-wrapper{
  padding: 20px;
}

.btn-form-redeem img {
  width: 100%;
} 

.btn-tq img {
  width: 100%;
} 



 .form-redeem label {
  font-size: 14px;
 }

 .form-redeem input {
font-size: 14px;
}

}
/*
---------------------------------------------
featured
---------------------------------------------
*/ 

.featured-items {
  margin-top: 0;
}

.featured-items .item .thumb {
  position: relative;
}

.featured-items .item .thumb img {
  border-radius: 15px;
}

.featured-items .item .thumb:hover .hover-effect {
  top: 0;
  opacity: 1;
}

.featured-items .item .thumb .hover-effect {
  background-color: rgba(250,250,250,0.92);
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  transition: all .3s;
}

.featured-items .item .thumb .hover-effect .content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 15px;
}

.featured-items .item .thumb .hover-effect .content h4 {
  font-size: 20px;
  color: #00bdfe;
  margin-bottom: 22px;
}

.featured-items .item .thumb .hover-effect .content h4 i {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 600;
}

.featured-items .item .thumb .hover-effect .content h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #afafaf;
}

.featured-items .item .thumb .hover-effect .content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #afafaf;
  margin-bottom: 7px;
}

.featured-items .item .thumb .hover-effect .content ul li:last-child {
  margin-bottom: 0px;
}

.featured-items .item .thumb .hover-effect .content ul li span {
  color: #2a2a2a;
  font-weight: 500;
}

.featured-items .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-35px);
}

.featured-items .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}

.featured-items .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.featured-items .owl-nav .owl-prev span,
.featured-items .owl-nav .owl-next span  {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 40px;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(to right, rgba(70,92,169,0), rgba(47,77,160,1));
  border-radius: 50%;
  opacity: 0.75;
  transition: all .3s;
}

.featured-items .owl-nav .owl-prev span:hover,
.featured-items .owl-nav .owl-next span:hover {
  opacity: 1;
  text-shadow: 2px 2px 4px #000000;
}




/*
---------------------------------------------
TERMS PAGE
---------------------------------------------
*/ 

.term {
  background-image: url(/-/media/97ea885a94bd4a94b49cd4830478e3bc.ashx);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:100%;
}

 .terms-cond {
  background-color: #940000;
  padding: 40px 0  ;
  opacity: 0.9;
  margin-bottom: 40px;
}


 .terms-cond .terms-wrapper .title{
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;


}

 .terms-cond .terms-wrapper ul{
  padding-top: 10px;
  padding-left: 20px;

}

.terms-cond .terms-wrapper li{
  padding-left: 20px;
  list-style-type: decimal;
  word-break: break-word;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

 .terms-cond .terms-wrapper a{
    word-break: break-all;
  color: #fff100 !important;
  text-decoration: underline;
}

 .terms-cond .terms-wrapper{
  padding:0 30px;

}

 .terms-cond .terms-wrapper table{
  width: 100%;
  color:#fff;
  text-align: center;

}

 .terms-cond .terms-wrapper table tr td {
  border:1px solid #fff;
  padding: 5px;
}

/*
---------------------------------------------
Thank You
---------------------------------------------
*/ 

.thank {
  background-image: url(/-/media/97ea885a94bd4a94b49cd4830478e3bc.ashx);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:100%;
}



.thank p{
  color: #333 !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;

}

.thank .blue-button {
  font-size: 15px;
  color: #fff;
  background-color: #0d2ea0;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all .3s;
  text-transform: uppercase;
  text-decoration: none;
}

/*
---------------------------------------------
Terms & Conditions
---------------------------------------------
*/ 

.tnc {
  background-color: #4be7ff;
  background-image: linear-gradient(to right, rgba(75,231,255,0), rgba(142,222,255,1));
  border-radius: 25px;
  padding: 40px 0  ;
  opacity: 0.9;
  margin-bottom: 40px;
}


.tnc .tnc-wrapper .title{
  color: #2d2c7f !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;


}

.tnc .tnc-wrapper ul{
  padding-top: 10px;
  padding-left: 20px;

}

.tnc .tnc-wrapper li{
  padding-left: 20px;
  list-style-type: decimal;
  word-break: break-word;
  color: #2d2c7f !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.tnc .tnc-wrapper a{
    word-break: break-all;
  color: #2d2c7f !important;
  text-decoration: underline;
}

.tnc .tnc-wrapper{
  padding:0 30px;

}

.tnc .tnc-wrapper table{
  width: 100%;
  color:#2d2c7f;
  text-align: center;

}

.tnc .tnc-wrapper table tr td {
  border:1px solid #2d2c7f;
  padding: 5px;
}



/* New */
.qrcode_div
{
	padding: 5px 5px 8px;
    background-color: #00529C;
	position: absolute;
	border-radius: 10px;
}

.qrcode
{
    width: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.qrcode_div p
{
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

section
{
	padding: 0px 300px;
}

.header_img
{
	text-align: center;
}


.blue_star_1
{
	margin-left: -5vw;
    width: 150px;
    margin-top: -35vh;
    animation:balloons 2s ease-in-out infinite;
}

.page_title
{
	text-align: center;
	position: relative;
	z-index: 2;
}

.page_title_img
{
	width: 950px;
	position: relative;
    z-index: 2;
}

.diamond_1
{
	width: 130px;
    position: absolute;
    left: 4vw;
    margin-top: 5vh;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}

.diamond_2
{
    width: 180px;
    position: absolute;
    right: 6vw;
    bottom: 1vh;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}

.sparkle_1
{
	z-index: 1;
    position: absolute;
    left: 7vw;
    margin-top: 40vh;
}

.sparkle_2
{
	width: 150px;
    position: absolute;
    right: 3vw;
    margin-top: -7vh;
}

.section_2
{
	margin-top: 10vh;
}

.section_2_div
{
	display: flex;
    align-items: center;
    justify-content: center;
}

.section_2_col
{
	padding: 20px;
	align-items: center;
}



.section_3
{
	position: relative;
	z-index: 3;
	margin-top: 5vh;
}

.section_3_printers
{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.printer_2
{
	width:600px;
}

.printer_3
{
	width:600px;
}

.section_4 p
{
	text-align: center;
}

.sentence_1
{
	font-size: 36px;
	color: #fff;
	margin-top: -5vh;
}

.sentence_2
{
	font-size: 18px;
	color: #fff;
}

.purple_star_1
{
	margin-left: 13vw;
	animation:balloons 4s ease-in-out infinite;
}

.sentence_1 span
{
	font-size: 48px;
}

.section_5
{
	margin-top: 10vh;
}

.section_5_div
{
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section_5_col
{
	padding: 20px 30px 20px 50px;
}

.section_5_col:nth-child(odd)
{
	display: flex;
    justify-content: flex-end;
}

.section_5_col:nth-child(even)
{
	display: flex;
    justify-content: flex-start;
}

.section_5_div_title
{
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 2px 2px 2px black;
}

.section_5_div_title p 
{
	margin-top: 2vh;
	margin-bottom: 0px;
}

.section_5_div_title .title_bold
{
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
}

.section_5_div_title .title_large
{
	font-size: 28px;
}

.section_5_printers
{
	background: rgb(93,200,231);
	background: -moz-linear-gradient(45deg, rgba(126,226,255,0.7) 0%, rgba(61,92,170,0.7) 100%);
	background: -webkit-linear-gradient(45deg, rgba(126,226,255,0.7) 0%, rgba(61,92,170,0.7) 100%);
	background: linear-gradient(45deg, rgba(126,226,255,0.7) 0%, rgba(61,92,170,0.7) 100%);
	padding: 10px 20px;
	border-radius: 10px;
}

.section_5_printers_title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	display: flex;
    align-items: center;
}

.section_5_printers_title span
{
	font-size: 20px;
	letter-spacing: 1px;
	margin-left: 10px;
}

.section_5_printers_printer
{
	display: flex;
	align-items: flex-end;
	padding-left: 1vw;
	padding-bottom: 2vh;
}

.section_5_printers_printer ul
{
	font-size: 18px;
    color: #fff;
}

.section_5_printers_details
{
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	padding: 10px 25px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.section_5_printers_details p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #2c58c7;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 16px;
}

.section_5_printers_details span
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    font-weight: bold;
}

.title_2
{
	width:550px;
	position: relative;
    z-index: 2;
}

.printer_4
{
	width: 300px;
}

.blue_star_2
{
	float: left;
    margin-top: -45vh;
    margin-left: -3vw;
    transform: rotate(50deg);
    position: relative;
    z-index: 1;
    animation:balloons 2s ease-in-out infinite;
}

.purple_star_2
{
	float: right;
    margin-right: -3vw;
    margin-top: -28vh;
    width: 130px;
    animation:balloons 2s ease-in-out infinite;
}

.diamond_3
{
	float: right;
    margin-right: -6vw;
    margin-top: -55vh;
    width: 150px;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}

.section_6
{
	margin-top: 5vh;
}

.section_6_sparkle
{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.sparkle_3
{
	width: 130px;
}

.section_6_terms
{
	padding:0px 50px;
}

.terms-bg
{
	background-color: rgba(0, 0, 0, 0.7);
}

/*.footer
{
	background-color: #fff100;
  height: 30px;
}*/

.redeem_btn
{
  text-align: center;
  position: fixed;
    left: 10px;
    top: 100px;
    color: #fff;
    z-index: 1000;
}

.enquire_btn
{
	text-align: center;
	position: fixed;
  left: -10px;
  top: 30%;
  color: #fff;
  z-index: 1000;
}



.form-control, .form-select, .input-group-text
{
	font-size: 14px;
}

.modal-footer
{
	justify-content: center;
}

.submit_btn
{
	background-color: #ff0e00;
  background-image: linear-gradient(to right, rgba(255,14,0,1), rgba(249,120,86,1));
	
}

.submit_btn:hover
{
	background-color: #ff0e00;
  background-image: linear-gradient(to right, rgba(255,14,0,1), rgba(249,120,86,1));
	
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1740px )
{
	section
	{
		padding: 0px 200px;
	}
}

@media only screen and (max-width: 1620px )
{
	section
	{
		padding: 0px 150px;
	}
}

@media only screen and (max-width: 1366px )
{
	section
	{
		padding: 0px 100px;
	}
}

@media only screen and (max-width: 1366px ) {
	
	section
	{
		padding: 0px 50px;
	}

	.title_2
	{
		width:100%;
	}

	.printer_2
	{
		width: 50%
	}

	.printer_3
	{
		width: 50%
	}

	.section_5_col
	{
		padding: 20px 10px 20px 10px;
	}

	.section_5_printers_printer ul
	{
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	html,body{
		overflow-x: hidden;
	}

	section
	{
		padding: 0px 50px;
	}

  .enquire_btn
  {
  left: -6%;
  top: 20%;
  }

	.header_img img
	{
		width: 100%;
		margin-top: 120px;
	}

	.blue_star_1
	{
		margin-left: 5%;
		width: 75px;
	}

	.page_title_img
	{
		width:85%;
	}

	.diamond_1
	{
		width: 100px;
		left: -3%;
	}

	.diamond_2
	{
		width: 120px;
		right: 0;
	}

	.sparkle_1
	{
		left: 0vw;
    	margin-top: 17vh;
    	width: 130px;
	}

	.sparkle_2
	{
		width: 120px;
	    right: 0;
	    margin-top: -5vh;
	}

	.printer_2 
	{
	    width: 50%;
	}

	.printer_3 
	{
	    width: 50%;
	}

	.purple_star_1 
	{
	    margin-left: -5%;
	    width: 80px;
	    margin-top: -5vh;
	}

	.sentence_1
	{
		font-size: 24px;
		margin-top: -5vh;
	}

	.sentence_1 .title_bold
	{
		font-size: 36px;
	}

	.sentence_1 .title_large
	{
		font-size: 30px;
	}

	.sentence_2
	{
		font-size: 14px;
	}

	.section_5_col
	{
		padding: 20px 5px 20px 5px;
	}

	.title_2
	{
		width: 100%;
	}

	.blue_star_2
	{
		margin-left: -7vw;
		width: 80px;
	}

	.diamond_3
	{
		margin-right: -7vw;
	    margin-top: -45vh;
	    width: 90px;
	    position: relative;
	    z-index: 1;
	}

	.purple_star_2
	{
		width: 80px;
	}

	.section_5_div_title
	{
		font-size: 16px;
	}

	.section_5_div_title .title_bold
	{
		font-size: 36px;
	}

	.section_5_div_title .title_large
	{
		font-size: 20px;
	}

	.printer_4
	{
		width: 65%;
	}

	.section_5_printers
	{
		display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: flex-end;
	    min-height: 250px;
	}

	.section_5_printers_title
	{
		font-size: 18px;
	}

	.section_5_printers_title span
	{
		font-size: 14px;
	}

	.section_5_printers_printer ul
	{
		font-size: 14px;
	}

	.section_5_printers_details p
	{
		font-size: 14px;
	}
	
	.section_5_printers_details span
	{
		font-size: 12px;
	}

	.section_6_terms
	{
		padding: 0px;
	}
}
@media only screen and (max-width: 767px) {
	
	img.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	margin-left: 15vw;
	margin-top: -10vh;
	width: 150px;
	z-index: 5;
	}

	.header_img img
	{
		margin-top: 20px;
	}

	.section_5_div
	{
		flex-direction: column;
	}

	.sparkle_3 
	{
	    width: 100px;
	}
}

@media only screen and (max-width: 700px) {
	
}

@media only screen and (max-width: 575px) {
	
}

@media only screen and (max-width: 480px) {
	section
	{
		padding: 0px 25px;
	}

	.qrcode
	{
		width: 80px;
	}

	.qrcode_div p
	{
		font-size: 9px;
	}

	img.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  margin-left: 5vw;
  margin-top: -10vh;
  width: 120px;
  z-index: 5;
}

	.header_img img
	{
		margin-top: 20px;
		width: 100%;
	}

  .home_header_img img
  {
    margin-top: 20px;
    width: 100%;
  }

	.diamond_1
	{
		width: 80px
	}

	.sparkle_1
	{
		margin-top: 17vh;
    	width: 100px;
	}

	.diamond_2
	{
		width: 100px;
	    right: 0;
	    margin-bottom: -6vh;
	}

	.purple_star_1 
	{
	    margin-top: -2vh;
	}

	.sparkle_3 
	{
	    width: 80px;
	}
}

@media only screen and (max-width: 440px) {
	
}

@media only screen and (max-width: 360px) {

	
}

