*{margin:0;padding:0}
body{
	font-family:sans-sarif, arial !important;
	background:#FFFFFF;
}

.container{
	max-width: 1060px;
	margin: 0pxa auto;
}

.thumb {
  max-width: 100%;s
  max-height: 100%;
  display: block; 


}
/* ================= Image Grid Secttion =================== */


.xop-section {
	max-width:960px;
	margin:0 auto;
	/*padding:6% 2%;*/
}

.xop-grid {
	margin: 20px 0 0 0;
	/*padding: 0;*/
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.xop-grid:after {
	clear: both;
}

.xop-grid:after,
.xop-box:before {
	content: '';
    display: table;
}

.xop-grid li {
	width: 328px;
	height: 328px;
	display: inline-block;
	margin: 20px;
}

.xop-box {
	width: 90%;
	height: 90%;
	position: relative;
	cursor: pointer;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in-out, 
    -webkit-transform 0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out, 
    -moz-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, 
    transform 0.3s ease-in-out, ;
    background-image: 100%;
}

.xop-box:hover {
	transform: scale(1.05); 
}

.xop-img-1 { 
 background: 
    linear-gradient(
     rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),

    /* bottom, image */
    url(images/nikes.png);
    background-repeat: no-repeat;
    background-position: center;
    background-width: 100%;
}

.xop-img-1:hover .xop-info h3 { 

display: block;

}
.xop-img-2 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(images/gaps.png);
    background-repeat: no-repeat;
    background-position: center;
    background-width: 100%;
}

.xop-img-2:hover .xop-info h3 { 

display: block;

}

.xop-img-3 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(images/pauseathomes.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-width: 100%;
}

.xop-img-3:hover .xop-info h3 { 

display: block;

}

.xop-img-4 { 
 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.50), 
      rgba(0, 0, 0, 0.10)
    ),
    /* bottom, image */
    url(images/wayfairs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-width: 100%;
}

.xop-img-4:hover .xop-info h3 { 

display: block;

}

.xop-info {
	position: absolute;
	width: inherit;
	height: inherit;
}

.xop-info h3 {
    font-family: 'Pacifico';
    font-weight: 400;
	color: #fff;
	font-size: 42px;
	margin: 0 120px;
	padding: 100px 0 0 0;
	line-height:1.5;
	display: none;

}

}

.xop-info p {
    font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	padding: 4px 5px;
	margin: 0 30px;
	font-size: 14px;
	line-height:2;
}

/* ==================================== */

/*   -----	Custom CSS Starts From Here	-----   */

.sliding_button{
	text-align:center;
}
.sliding_button a{
	background-color: #0fa8ff;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 1.5rem;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align:center;
	width: 80px;
	height: 80px;	
}
.sliding_button a:after{
	content: "\f103";
	font-family: "fontawesome";
	font-size:48px;
	color: #FFFFFF;
	display: block;
	position: absolute;
	left: 24px;
	top: 0px;
	animation: sliding-arrow 2s cubic-bezier(.01, .33, .09, .99) infinite;
	animation-delay: 0s;
	animation-delay: 1s;	
}

@keyframes sliding-arrow{
	
	0% {
		top: 10px;
		left: 24px;
	}
	10% {
		top: .5rem;
		left: 24px;
	}
	20% {
		left: 24px;
		top: 4rem;
	}
	30% {
		top: 5rem;
		left: 24px;
	}
	31% {
		top: -5rem;
		left: 20px;
	}
	32% {
		top: -4rem;
		left: 24px;
	}
	40% {
		top: 1.5rem;
	}
	50%, 100% {
		top: 10px;
	}

}

.head_wrap{
	background:transparent;
	padding: 25px 0px;
}
.header{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.header .single_part{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
	align-content: center;
    justify-items: center;	
}
.header .image img{
	border-radius: 10px 0px 0px 10px;
}
.header .texts{
	background:#024b65;
	border-radius: 0px 10px 10px 0px;
}
.header .texts h3{
	color:#0fa8ff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 5px;
}
.header .texts h4{
	color:#0fa8ff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 10px;
}


.main_wrapper{
	padding: 25px 0px;
	background-color: #024b65;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 10px 10px 10px 10px;
}


.head_bottom{
	margin-bottom:30px;
	text-align: center;
}
.head_bottom .enter{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:24px;
	margin-bottom:20px;
}
.head_bottom .enter span{
	color:#0fa8ff;
}
.head_bottom h6{
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:20px;
	margin-bottom:20px;
}

.quiz_wrapper{
	max-width:760px;
	margin:0px auto;
}
.quiz_wrapper .progress{
	width:95%;
	margin:0px auto;
	margin-bottom:25px;
	height:25px;
}
.quiz_wrapper .progress .progress-bar{
	width:25%;
	background-color:#0fa8ff;
}

.quiz_wrapper .progress .progress-bar span{
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:16px;
	font-style:italic;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.quiz_wrapper .three_ques_ans{
	
}
.quiz_wrapper .three_ques_ans .single_ques_ans{
	transition:all 0.3s ease-in-out;
}
.quiz_wrapper .single_ques_ans h4{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:30px;
	margin-bottom:15px;
	text-align:center;
	text-transform: capitalize;
}
.quiz_wrapper .three_ques_ans .single_ques_ans ul{
	margin-bottom:0px;
	text-align:center;
	transition:all 0.3s ease-in-out;
}
.quiz_wrapper .three_ques_ans .single_ques_ans ul li{
	list-style:none;
	display:inline-block;
	width:46%;
	margin:1%;
}
.quiz_wrapper .three_ques_ans .single_ques_ans ul li a{
	display:block;
	color:#FFFFFF;
	background:#0fa8ff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	text-decoration:none;
	padding:12.5px 25px;
	text-align:center;
	/*border:2px solid #3CB371;*/
	border-radius:3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
	transition:all 0.2s ease-in-out;
}
.quiz_wrapper .three_ques_ans .single_ques_ans ul li a:hover{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}


/*  NO button colour  */

.no-button {

    background:#F08080 !important;
	display:block;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	text-decoration:none;
	padding:12.5px 25px;
	text-align:center;
	border:2px solid #F08080 !important;
	border-radius:3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
	transition:all 0.2s ease-in-out;


}

.no-button:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s !important;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.yes-button {

    background:#00dc07 !important;
	display:block;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	text-decoration:none;
	padding:12.5px 25px;
	text-align:center;
	border:2px solid #00dc07 !important;
	border-radius:3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
	transition:all 0.2s ease-in-out;


}



/* ====Progress Bar Inner Text Control==== */
.progress .two_of_four{
	display:none;
	opacity:0;
}
.progress .three_of_four{
	display:none;
	opacity:0;
}
.progress .four_of_four{
	display:none;
	opacity:0;
}
/* ------------------------------ */
.quiz_wrapper.force_two .progress .one_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_two .progress .two_of_four{
	display:block;
	opacity:1;
}
.quiz_wrapper.force_two .progress .three_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_two .progress .four_of_four{
	display:none;
	opacity:0;
}
/* ------------------------------ */
.quiz_wrapper.force_three .progress .one_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_three .progress .two_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_three .progress .three_of_four{
	display:block;
	opacity:1;
}
.quiz_wrapper.force_three .progress .four_of_four{
	display:none;
	opacity:0;
}
/* ------------------------------ */
.quiz_wrapper.force_four .progress .one_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_four .progress .two_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_four .progress .three_of_four{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_four .progress .four_of_four{
	display:block;
	opacity:1;
}
/* ====Progress Bar Inner Text Control==== */


/* ====Progress Bar Control==== */
.quiz_wrapper.force_two .progress .progress-bar{
	width:50%;
	background-color:#0fa8ff;
}
.quiz_wrapper.force_three .progress .progress-bar{
	width:75%;
	background-color:#0fa8ff;
}
.quiz_wrapper.force_four .progress .progress-bar{
	width:100%;
	background-color:#0fa8ff;
}
/* ====Progress Bar Control==== */


/* ====Question & Answer Control==== */
.quiz_wrapper .second_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper .third_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper .fourth_ques_ans{
	display:none;
	opacity:0;
}
/* -------------------------------- */
.quiz_wrapper.force_two .first_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_two .second_ques_ans{
	display:block;	
	opacity:1;
}
.quiz_wrapper.force_two .third_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_two .fourth_ques_ans{
	display:none;
	opacity:0;
}
/* -------------------------------- */
.quiz_wrapper.force_three .first_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_three .second_ques_ans{
	display:none;	
	opacity:0;
}
.quiz_wrapper.force_three .third_ques_ans{
	display:block;
	opacity:1;
}
.quiz_wrapper.force_three .fourth_ques_ans{
	display:none;
	opacity:0;
}
/* -------------------------------- */
.quiz_wrapper.force_four .first_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_four .second_ques_ans{
	display:none;	
	opacity:0;
}
.quiz_wrapper.force_four .third_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_four .fourth_ques_ans{
	display:block;
	opacity:1;
}
/* ====Question & Answer Control==== */

a.disabled {
  pointer-events: none;
  cursor: default;
}




.quiz_wrapper .finally_done{
	padding:20px 0px;
	padding-bottom:0px;
}
.quiz_wrapper .finally_done h3{
	color:#232323;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:30px;
	margin-bottom:25px;
}
.quiz_wrapper .finally_done h6{
	color:#232323;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	margin-bottom:30px;
}
.quiz_wrapper .finally_done h6 span{
	color:#0fa8ff;
}
.quiz_wrapper .finally_done a{
	color:#232323;
	background:#FFC220;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	display:inline-block;
	padding:12.5px 50px;
	border:2px solid #D29900;
	border-radius:3px;
	text-decoration:none;
}


.head_bottom .answer_question_below.inactive{
	display:none;
}


.quiz_wrapper .finally_done{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_final .finally_done{
	display:block;
	opacity:1;
}


.quiz_wrapper.force_final .three_ques_ans{
	display:none;
	opacity:0;
}
.quiz_wrapper.force_final .quiz_header_progress{
	display:none;
	opacity:0;
}

/* ==================================== */

.quiz_wrapper .finally_done .email_wrap{
	max-width: 520px;
	margin: 0px auto;
	position:relative;
}
.quiz_wrapper .finally_done .email_wrap .form-control{
	border: 2px solid #D29900;
	background:#F0F0F0;
	border-radius: 3px;
	height: inherit;
	padding: 12.5px 15px;
	padding-right: 120px;
	color: #232323;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.quiz_wrapper .finally_done .email_wrap .form-control:focus,
.quiz_wrapper .finally_done .email_wrap .form-control:active{
	box-shadow: none;
}
.quiz_wrapper .finally_done .email_wrap button {
	color: #232323;
	background: #FFC220;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 0px 3px 3px 0px;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.quiz_wrapper .finally_done .email_wrap button:active,
.quiz_wrapper .finally_done .email_wrap button:focus{
	box-shadow: none;
}

/* ==================================== */


.timer_part{
	background: #0fa8ff;
	padding:10px 0px;
	text-align:center;
	display: block;
	opacity: 1;

}
.timer_part h4{
	color:#FFC220;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:24px;
	margin-bottom:5px;
	

}
.timeTo{
	margin-left:-7.5px;
	position:relative;
	display:inline-block;
	height: 100%;
	font-size: 18px;
}
.timeTo div {
	width: 25px;
	height: 30px;
	border-radius: 3.5px;
	margin: 2.5px;
}
.timeTo div:nth-child(2){
	margin-right:3px;
}
.timeTo div.first{
	margin-left:14px;
}
.timeTo ul li {
	padding: 3px;
	padding-left: 3px;
	line-height: 23px;
}
.timeTo span{
	position: absolute;
	color: #e8e8e8;
	top:6px;
	text-shadow:2px 3px 5px #000;
}

/* ================================ 

.footer{
	background:transparent;
	padding: 15px 0px;
}
.footer .legal_links ul {
	margin-bottom: 5px;
	text-align: center;
}
.footer .legal_links ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}
.footer .legal_links ul li a {
	color: #0fa8ff;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 15px;
	border-right: 1px solid #0fa8ff;
	padding-right: 10px;
}
.footer .legal_links ul li:last-child a {
	border-right: none;
	padding-right: 0px;
}
.footer .copyright p {
	color: #0fa8ff;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0px;
}
*/

/* Footer Styling */
.footer { 
  padding: 20px 0;
  text-align: center;
  width: 100%;
  margin-top: 400px;
}

.legal_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Allows wrapping on small screens */
  gap: 15px; /* Space between each element */
  margin-bottom: 10px;
}

.legal_links a {
  color: #6b7280;
  margin: 0 15px;
  text-decoration: none;
  font-size: 8px;

}

.datasell {

	font-size: 10px;
}

.form-check-input{


	font-size: 6px;
}

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

.footer-logo {
  height: 100px; /* Adjust the size as needed */
  margin-right: 10px; /* Add spacing between logo and links */
  vertical-align: middle; /* Align the logo vertically with the links */
  max-width: 100%;
  width: 100px;
}

.unsubscribe-btn {
  background-color: #31afff;
  color: #fff;
  border: 1px solid transparent; /* Add border with transparent color */
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 8px;
}

.unsubscribe-btn:hover {
  background-color: #fff;
  color: #31afff;
  border: 1px solid #31afff; /* Only change the border color */
}

/* ----- NEWLY ADDED CODE FOR ANIMATION -------*//

/* ---- stats.js ---- */


.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
   z-index: -2;
}

.js-count-particles{
  font-size: 1.1em;
   z-index: -2;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
   z-index: -2;
}

/*#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
   z-index: -2;
} */

.count-particles{
  border-radius: 0 0 3px 3px;
   z-index: -2;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -2;
}


.divider {
    width: 80%;
    margin: 20px auto 10px;
    border-top: 1px solid #6b7280;
}


