@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "msg.css";

	body{

		font-family: "Open sans, Helvetica, Arial", sans-serif;
		background-color: #FFF;
	  color: #393839;
	  max-width: 2160px;
	  width:100%;
		height: 100%;
	  margin: 0 auto;
	 	box-sizing: border-box;
	}


	* {
	  box-sizing: border-box;
	}

	.col{
	    display: inline-block;
	}

	html{
		scroll-behavior: smooth;
		overflow-y: scroll;
	}


/* --- Header --- */
	
	.menu{
		margin: auto;
    padding: 30px 150px;
    color: #662D91;
    font-size: 14pt;
    /* max-width: 1110px; */
    /*position: fixed;*/
    top: 0;
    background-color: #ECF1FE;
	}

	.menu a{
		text-decoration: none;
		color: inherit;
	}

	.menu a:hover{
		text-decoration: underline;
	}

	.nav-link{
		color: #662D91 !important;
	}

	.logo{
		color: #662D91 !important;
		text-align: center;
		font-weight: ;
		line-height: 13px;
	}

	.logo span{
		font-size: 10pt;
		text-align: center;
	}



/* -- BANNER HEAD -- */

	#background-video {

	  height: 600px;
	  width: 100%;
	  object-fit: cover;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 88px;
	  bottom: 0;
	  z-index: -1;

	}

	#shadow-color{

		height: 600px;
	}


	.intro-section{
		


		margin: auto;
		max-height: 560px;
		height: 100%;
		display: flex;
    justify-content: center;
    align-items: center;
	}

	.intro-box{
		display: flex;
	}


	.title{
		max-width: 780px;
		margin: auto;
		width: 100%;
		color: #FFF;
	}

	.title h2{
		font-size: calc(1.8rem + 0.9vw);
    font-weight: bold;
	}


	.info-box a{
		text-decoration: none;
	}

	.cta-btn{
		display: block;
   /*position: relative;*/
    margin: auto !important;
    width: 100%;
    max-width: 320px;
    border: none;
    font-family: inherit;
    font-size: .9rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 18px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #662D91;
	}


/* -- CATEGORIES -- */
	
	.discount-opt-container{
		padding: 30px 0;
		max-width: 1000px;
		width: 100%;
		margin: auto;
	}

	.tlt-opt{
		margin-bottom: 60px;
	}

	.tlt-opt h1{
		text-align: center;
		color: #662D91;
		font-weight: bold;
	}

	.tlt-opt p{
		font-size: calc(.9rem + 0.4vw);
    font-weight: lighter;
    text-align: center;
    max-width: 700px;
    margin: auto;
    width: 100%;

    padding: 0 30px 20px;
	}


	.discount-opt-box img{
		max-width: 250px;
		width: 100%;
	}
	.discount-opt-box{
		line-height: 16px;
		font-weight: lighter;
		justify-content: center;
	}

	.discount-opt-box p{
		font-weight: bold;
		margin-top: 7%;
		margin-bottom: 5px;
	}

	
  .btn-opt{
  	display: block;
		/*bottom:6em;
		right:3.5em;*/
    margin: auto;
    margin-top: 6%;
    width: 100%;
    max-width: 150px;
    border: none;
    font-family: inherit;
    font-size: .9rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;

    background-color: #662D91;
  }

  .box-opt{

  }

  .box-opt:hover .btn-opt{
		background-color: #662D91;
		color: #FFF;
	}

	.box-opt:hover .cover{
		opacity: 0.5;
		transition: all 500ms ease;
		/*background-color: rgba(0, 0, 0, 0.8);*/
	}

	.box-opt{
		display:inline-block;
		position:relative;
		margin: auto 40px;
		margin-bottom: 50px;
	}

	.box-opt a{
		text-decoration: none;
		color: inherit;
	}




/* --- Discount Form--*/


	.discount-form{
	  background-color: #ECF1FE;
		margin: auto;
		padding-top: 50px;
	}


	.discount-form h2{
		font-size: calc(1.2rem + .5vw);
		padding-left: 1.5rem;
		margin-bottom: 30px;
	}


	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		max-width: 1100px;
    width: 100%;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
		padding: 0;
	
	}


	.box1{
    padding: 50px 50px 40px;
		display:block;
	}


	.quest-title h3{
		color: #662D91;
    font-weight: bold;
    font-size: calc(1.2rem + .5vw);
	}

	.quest-title p{
		font-size: calc(.6rem + .4vw);
		line-height: 13pt;
    padding-top: 7px;
    color: #3e3e3e;
    margin-bottom: 0px;
	}

	.form-end{
		padding: 5px;
		margin: 0;
	}

	.form-group{
		text-align: left;
	}

	.form-horizontal, .form-group{
		margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 15px;
	}

	.fill-form-responsive{
		border: none;
	}


	.fieldpp {
		font-size: 0.7em;
		padding: 10px 20px 10px 35px;
	}


	.btn-text{
		padding-left: 10px;
	}


	.form-btn{
		padding: 18px 20px;
	    color: #fff;
	    font-weight: 700;
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	    border-radius: 5px;
	    background-color: #662D91;
	    box-sizing: border-box;
	}


	.form-btn:hover{
		background-color: #3A0F60;
	}


	.def-btn{
		box-sizing: border-box;
		display: block;
    margin:0;
    /*position: relative;*/
    max-width: 314px;
    height: 47px;
    width: 100%;
    border: none;
    font-family: inherit;
    line-height: 100%;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	

	.return{
		text-align: center;
		color: #c2c2c2;
		padding-top: 20px;
		text-decoration: underline;
		box-sizing: border-box;
		cursor: pointer;
	}


	.fill-form-responsive input, .fill-form-responsive select{
		height:47px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}

	.box-date{
		margin: auto;
	}

	.box-date div:nth-child(1){
		padding-left: 0;
		padding-right: 0;
	}
	.box-date div:nth-child(3){
		padding-right: 0;
		padding-left: 0;
	}
	

	.line-box{
		margin: 0px 0px 10px !important;
    border: solid 1px #c2c2c2;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; ; 
	}

	.line-box:first-child {
    font-size: 0.9em;
    color: #6c757d;
  }

	.box-check input{
		width: 100%;
	}


  .form-check label {
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
  }




/* -- BLOG -- */



	.blog-box{
		max-width: 1150px;
		width: 100%;
		margin: auto;
		padding: 80px 20px 10px;

	}


	.title-blog h3{
		color: #662D91;
    font-weight: bold;
    font-size: calc(.9rem + .4vw);
	}

	.blog-article{
		max-width: 800px;
		padding-bottom: 50px;
	}

	.blog-article img{
		max-width: 820px;
		width: 100%;
		margin: auto;

	}

	.blog-article h3{
		color: #662D8E;
	}

	.blog-article h3, .blog-article p{
		margin-left: 10px;
	}

	.button-article{
		background-color: #886F9F;
    max-width: 100px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: calc(.5rem + .4vw);
    color: #fff;
    border-radius: 3px;
    margin: 20px 0 20px 10px;
	}

	.extra-block{


	}

	.extra-block img{
		max-width: 280px;
    width: 100%;
    margin: auto;
	}


	.btn-blog{
  	display: flex;
  	position: relative;
  	justify-content: center;
  	top: -12rem;
    margin: auto;
    width: 100%;

    border: none;
    font-family: inherit;
    font-size: 1.2rem;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    padding: 20px 15px;
    color: #fff;
    font-weight: 700;

    background-color: rgba(0,0,0,.6);
  }






	/* -- EXTRA -- */

	.carrusel-section{
		background-color: #662D90;
		padding: 60px 0;
		display: flex;
    justify-content: center;
    align-items: center;
	}


	@-webkit-keyframes scroll {
	  0% {
	    transform: translateX(0);
	  }
	  100% {
	    transform: translateX(calc(-250px * 7));
	  }
	}

	@keyframes scroll {
	  0% {
	    transform: translateX(0);
	  }
	  100% {
	    transform: translateX(calc(-250px * 7));
	  }
	}


	.slider {
	  /*background: white;
	  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
	  margin: auto;
	  overflow: hidden;
	  /*position: relative;*/
	  width: 100%;
	}


	/*.slider::before, .slider::after {
	  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	  content: "";
	  height: 100px;
	  position: absolute;
	  width: 200px;
	  z-index: 2;
	}*/


	.slider::after {
	  right: 0;
	  top: 0;
	  transform: rotateZ(180deg);
	}


	.slider::before {
	  left: 0;
	  top: 0;
	}


	.slide-track {
	  -webkit-animation: scroll 40s linear infinite;
	          animation: scroll 40s linear infinite;
	  display: flex;
	  width: calc(250px * 14);
	}


	.slider .slide {
	  width: 300px;
	}


	.slider img{
		max-width: 300px;
		width: 100%;

	}




	/* -- LEGAL -- */

	.legal{
		padding: 0;
		margin: auto;
	}

	.bgcolor-legal{
		background-color: #ECF1FE;

	}

	.us-box, .legal-box{
		max-width: 1100px;
		width: 100%;
		margin: auto;
		padding: 100px 30px 80px;
		font-weight: lighter;

	}

	.us-box img{
		max-width: 350px; 
		width: 100%;
		margin: auto;
	}

	.title-us h3, .legal-box h3{
		color: #662D91;
    font-weight: bold;
    font-size: calc(1.3rem + .6vw);
	}

	.title-us p{
		font-weight: lighter;
	}

	.discount-opt-legal{

	}

	.legal-tlt-opt p{
		font-size: calc(1.2rem + 0.5vw);
    font-weight: lighter;
    text-align: center;
    max-width: 800px;
    margin: auto;
    width: 100%;
    color: #662D91;
    padding: 40px 30px;
	}


	.legal-box h4{
		font-size: calc(.8rem + .4vw);
	}



/* -- UNSUBSCRIBE -- */

	.unsub{
		background-color: #ECF1FE;
		margin: auto;
		padding-bottom: 6%;
	}

	.unsub-box{
		max-width: 1100px;
		width: 100%;
		margin: auto;
		padding: 60px 30px 10px;

	}

	.unsub-box img{
		max-width: 350px; 
		width: 100%;
		margin: auto;
	}


	.title-unsub h3{
		color: #662D91;
    font-weight: bold;
    font-size: calc(.9rem + .4vw);
	}





/* -- FOOTER -- */

	.foot{
		background-color: #FFF;
		color: #662D91;

	}

	.foot-terms{
		background-color: #ECF1FE;
		color: #662D91;
		margin-top: 30px;
	}

	.only{
		width: 100%;
    padding: 20px;
	}

	.position{
		padding: 7px 10px;
		box-sizing: border-box;
	}

	.cont{
		max-width: 960px;
		margin: auto;
		text-align: center;
		color: #662D91 !important;
	}

	.cont a{
		color: #662D91;
	}

	.cont span{
		font-size: calc(.7rem + .2vw);
	}


@media screen and (min-width: 1500px){
	.page1{
		background-size: contain;
	}
}


@media	screen and (min-width: 1440px){

}


@media	screen and (min-width: 1200px){


	.intro-section{
	}
}	


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

	.menu{
		    padding: 30px 20px 10px;
	}

}



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

	.box-form{
		margin-top: 0px;
		width: 100%;
	}

	.box-opt{
		margin: auto;
		margin-bottom: 30px;
	}


}

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

	.discount-opt-box{
		padding: 0 30px;
	}

}


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

/* -- BANNER HEAD -- */

	.intro-section{
		padding: 10px 30px;
		margin: auto;
	}

	.title{
		margin-top: 10px !important;
	}


/* -- BLOG -- */

	.btn-blog{

  	top: -9.5rem;
    max-width: 100px;

  }


}

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

	.info-box{
		width: 100%;
	}


	.cta-btn {
		margin: auto;
	}

	.legal{
		height: initial;
	}

}


@media screen and (max-width: 767px) {
	.menu{
		max-width: 800px;
    width: 100%;
		padding: 10px 0 10px;
	}

	.menu div[class^="col-lg-7 col-md-6 col-sm-12"], .menu div[class^="col-lg-5 col-md-6 col-sm-12"]{
		text-align: center;
	}

	.menu img{
		padding-bottom:;
	}

	.title{
		width: 100%;
		padding: 20px 0 40px;
		float: none !important;
		text-align: center;
	}


	.box-form{
		height: auto;

	}


	.form-group{
		margin: 0 0 10px 0;
	}

	.form-fill{
		margin: 0 !important;
	}

	.form-end{
		padding: 0px;
	}

	.btn-opt{
		bottom: 7em;
    right: 6em;
	}


	.box-opt{
		margin: auto;
		margin-bottom: 30px;
	}



	.extra-block img {
    max-width: 100%;
    margin-bottom: 0;
  }

  .btn-blog{
  	top: -13.5rem;
    max-width: 120px;
  }



	.legal{
		padding-top: 60px;

	}

	.legal-box img{
		display: none;
	}

	.unsub-box img{
		margin-top: 40px;
	}



	.mobile{
		max-width: 100%;
		display: block;
		text-align: center;
		float: none !important;
	}

	.cont span{
		float: none;
	}


}

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



}

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



}

@media screen and (max-width: 610px) and (min-width:  576px){

	.title{	
		padding: 20px 30px 40px;
	}


	.box-form{
		height: auto;
	}


	.fill-form-responsive{
		max-width: 100%;
	}

	.btn-opt{
		bottom: 7em;
    right: 4.8em;
	}


}

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

	.discount-opt img {
    max-width: 350px;
    width: 100%;
	}

	.btn-opt{
		bottom: 7em;
    right: 12.8em;
    max-width: 350px;
    position: initial;
    color: #FFF;
    background-color: #662D91;
	}

	.btn-blog{
		max-width: 100%;
		position: initial;
    color: #FFF;
    background-color: #662D91;
    margin-bottom: 60px;
	}

	.cover{
		display: none;
	}

	.box-opt:hover .cover{
		display: none;
		opacity: 0;
	}


}

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


	.box-form, .box1{
		padding: 0 20px;
	}

	.box-form{
		padding-bottom: 30px;
	}

	.legal{
	}

}

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

	.box-form{
		padding: 20px;
	}

	.intro-section{
		padding: 120px 0 15px;
	}


	.header-holder div:last-child{

	}

	.title h3{
		font-size: calc(1.7rem + .65vw);
	}

	.legal{
		height: ;
	}

}

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

	.btn-opt{
		bottom: 7em;
    right: 6.2em;
	}

}


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

	.btn-opt{
		bottom: 7em;
    right: 4.5em;
	}

 .btn-blog{
  	top: -11rem;
    max-width: 120px;
  }

}







/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {
	background-image: url("../images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}