@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
html{scroll-behavior: smooth;}
a{text-decoration:none!important;}
li{list-style-type: none!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.index_pad{padding:90px 0;}
.fullpad{padding: 0!important; margin:0!important;}
.wrdbrk{white-space:pre;}
.arial{font-family: Arial, sans-serif; font-weight: 600;} 
.clr1{color: #eb2c33;}
.clr2{color: #ffbc1e;}
.helvetica{font-family: Helvetica, sans-serif;}
.smallborder {
	background-color: #eb2c33;
	width: 70px;
	height: 2px;
	margin: 0 auto;}  
.one-column1 {
	background-color: #ffffff;
	padding: 0px 0px 10px;
	border: 1px solid #eb2c33;}
.padht{transition: 0.5s; transform: translateY(0);}
.padht:hover {-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); cursor:pointer; box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important;}		
.confetti{background: url("../images/newconfetti.png") no-repeat scroll; background-color: #ffffff3d;}

.welcome-shape .shape1 {
	position: absolute;
	right: -14px;
	top: -100px;
	opacity: 10%;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite;}
.welcome-shape .shape2 {
	position: absolute;
	right: -69px;
	bottom: -116px;
	opacity: 6%;
	animation-name: rotate;
  	animation-duration: 0.7s;}
	
.welcome-shape .shape3 {
	position: absolute;
	right: -40px;
	bottom: -7px;
	opacity: 0.1;
	-webkit-animation: rotate 5s linear infinite;
	animation: rotate 5s linear infinite;}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
	
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}


@-webkit-keyframes moveScale {
	0% {-webkit-transform: scale(0.6); transform: scale(0.6);}
	50% {-webkit-transform: scale(0.8);transform: scale(0.8);}
	100% {-webkit-transform: scale(0.6); transform: scale(0.6);}}
@keyframes moveScale {
	0% {-webkit-transform: scale(0.6); transform: scale(0.6);}
	50% {-webkit-transform: scale(0.8); transform: scale(0.8);}
	100% {-webkit-transform: scale(0.6); transform: scale(0.6);}}
@-webkit-keyframes moveBounce {
	0% {-webkit-transform: translateY(0px); transform: translateY(0px);}
	50% {-webkit-transform: translateY(20px); transform: translateY(20px);}
	100% {-webkit-transform: translateY(0px); transform: translateY(0px);}}
@keyframes moveBounce {
	0% {-webkit-transform: translateY(0px); transform: translateY(0px);}
	50% {-webkit-transform: translateY(20px); transform: translateY(20px);}
	100% {-webkit-transform: translateY(0px); transform: translateY(0px);}}

.why1{background-color: #eb2c33; border-radius: 30px; padding: 50px 20px 50px; color:white; position: relative; z-index: 2; text-align: center;}
.why1 p{color: #fff;}
.why2{background-color: #ffbc1e; border-radius: 30px; padding: 50px 20px 50px; color: #000; position: inherit; z-index: 2; text-align: center;}
.why2 p{color: #000;}
.why-animate{transition: 0.5s;}
.why-animate:hover {
	-webkit-transform: translateY(+10px);
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;
}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after {content: ""; display: inline-block;}
.counttext{color: #eb2c33; font-size: 55px; font-weight: 700;}
.bannerhead {color: #eb2c33; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
.new-section-bg {
	background-color: #fcbf71;
	position: relative;
	padding-top: 145px;
	margin-top: -75px;
	padding-bottom: 75px;
	z-index: 0;
	background-image: url("../images/newconfetti.png"), linear-gradient(97deg, #fcbf71 36%, rgba(252,197,27,1) 100%);
	background-repeat: no-repeat;
}
.get_btn1 {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #d10000;
	line-height: 50px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;}
.get_btn1:hover{color:#fff;}	
.get_btn1::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #d10000;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;}
.get_btn1:hover::before {bottom: -50px;}	
.parallax {
    background-image: url("../images/parallax.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    position: relative;}
.parallax::before {
    background: #eb2c33 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;}
.product {
    position: relative;
    transition: all 0.3s;
  }
  
  .product:hover {
    transform: translateY(25px);
  }
  
  .product img {
    max-width: 100%;
    border-radius: 20%;
    /* border: 5px solid #f7f7f7;
    filter: drop-shadow(-20px 0 10px rgba(0, 0, 0, 0.1)); */
    cursor: pointer;
  }

  .product .name {
    position: absolute;
    background-color: #fff;
    color: #000;
    font-family: "Bebas Neue", cursive;
    padding: 15px 30px;
    border-radius: 100px;
    bottom: -80px; left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50px);
    letter-spacing: 1px;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s;
  }
  
  .product .name::before {
    content: "";
    position: absolute;
    width: 15px; height: 15px;
    background-color: #fff;
    top: 0; left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .product img:hover + .name {
    opacity: 1;
    transform: translateX(-50%);
    box-shadow: 0 10px 20px rgba(86, 86, 198, 0.3);
  }
.vs_img{
	width: 100px;
}
.product_pad{padding: 0px 0 120px 0;}

@media (min-width:1px) and (max-width:767.98px){
.index_pad{padding:40px 0;}
.product_pad{padding: 60px 0;}
.welcome-shape .shape3 {
	position: absolute;
	right: 47px;
	bottom: -7px;
	opacity: 0.1;
	-webkit-animation: rotate 5s linear infinite;
	animation: rotate 5s linear infinite;
}
.counttext{color: #eb2c33; font-size: 40px; font-weight: 700;}
}	

@media (min-width:768px) and (max-width:991.98px){
.index_pad{padding:40px 0;}
.product_pad{padding: 60px 0;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}

.time-of-year {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	width: 200px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); 
	-webkit-font-smoothing: antialiased;}
.time-of-year .tooltip {
	background: #db2a1b;
	opacity: 0;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	z-index: 1102;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}



	