/* COLOUR SCHEME 
BLUE #1fd1ea PINK #fa0894 YELLOW #f9ef1c ORANGE #ff8e00 GREEN #4ee973
*/


 .snowflake {
	 --size: 1vw;
	 width: var(--size);
	 height: var(--size);
	 background: white;
	 border-radius: 50%;
	 position: absolute;
	 top: -5vh;
}
 @keyframes snowfall {
	 0% {
		 transform: translate3d(var(--left-ini), 0, 0);
	}
	 100% {
		 transform: translate3d(var(--left-end), 110vh, 0);
	}
}
 .snowflake:nth-child(1) {
	 --size: 0.8vw;
	 --left-ini: 9vw;
	 --left-end: -4vw;
	 left: 80vw;
	 animation: snowfall 9s linear infinite;
	 animation-delay: -1s;
}
 .snowflake:nth-child(2) {
	 --size: 0.6vw;
	 --left-ini: -5vw;
	 --left-end: 3vw;
	 left: 33vw;
	 animation: snowfall 7s linear infinite;
	 animation-delay: -1s;
}
 .snowflake:nth-child(3) {
	 --size: 0.4vw;
	 --left-ini: -3vw;
	 --left-end: -4vw;
	 left: 6vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -1s;
}
 .snowflake:nth-child(4) {
	 --size: 0.8vw;
	 --left-ini: 0vw;
	 --left-end: 4vw;
	 left: 19vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(5) {
	 --size: 0.8vw;
	 --left-ini: 8vw;
	 --left-end: 2vw;
	 left: 20vw;
	 animation: snowfall 14s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(6) {
	 --size: 0.4vw;
	 --left-ini: -5vw;
	 --left-end: 4vw;
	 left: 7vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -8s;
}
 .snowflake:nth-child(7) {
	 --size: 0.4vw;
	 --left-ini: 10vw;
	 --left-end: 7vw;
	 left: 46vw;
	 animation: snowfall 14s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(8) {
	 --size: 1vw;
	 --left-ini: -3vw;
	 --left-end: 3vw;
	 left: 61vw;
	 animation: snowfall 14s linear infinite;
	 animation-delay: -8s;
}
 .snowflake:nth-child(9) {
	 --size: 0.6vw;
	 --left-ini: 10vw;
	 --left-end: 8vw;
	 left: 6vw;
	 animation: snowfall 10s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(10) {
	 --size: 0.8vw;
	 --left-ini: -5vw;
	 --left-end: -3vw;
	 left: 68vw;
	 animation: snowfall 10s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(11) {
	 --size: 0.2vw;
	 --left-ini: -7vw;
	 --left-end: 8vw;
	 left: 43vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(12) {
	 --size: 0.2vw;
	 --left-ini: 8vw;
	 --left-end: 4vw;
	 left: 6vw;
	 animation: snowfall 15s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(13) {
	 --size: 0.6vw;
	 --left-ini: -1vw;
	 --left-end: 5vw;
	 left: 56vw;
	 animation: snowfall 11s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(14) {
	 --size: 0.6vw;
	 --left-ini: -5vw;
	 --left-end: -3vw;
	 left: 73vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -10s;
}
 .snowflake:nth-child(15) {
	 --size: 0.8vw;
	 --left-ini: 6vw;
	 --left-end: 4vw;
	 left: 14vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(16) {
	 --size: 0.8vw;
	 --left-ini: -4vw;
	 --left-end: -8vw;
	 left: 47vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(17) {
	 --size: 0.4vw;
	 --left-ini: -4vw;
	 --left-end: 1vw;
	 left: 80vw;
	 animation: snowfall 14s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(18) {
	 --size: 0.2vw;
	 --left-ini: -7vw;
	 --left-end: 7vw;
	 left: 22vw;
	 animation: snowfall 14s linear infinite;
	 animation-delay: -4s;
}
 .snowflake:nth-child(19) {
	 --size: 0.4vw;
	 --left-ini: 10vw;
	 --left-end: -7vw;
	 left: 99vw;
	 animation: snowfall 10s linear infinite;
	 animation-delay: -1s;
}
 .snowflake:nth-child(20) {
	 --size: 0.2vw;
	 --left-ini: -7vw;
	 --left-end: 7vw;
	 left: 92vw;
	 animation: snowfall 12s linear infinite;
	 animation-delay: -6s;
}
 .snowflake:nth-child(21) {
	 --size: 1vw;
	 --left-ini: 9vw;
	 --left-end: -5vw;
	 left: 33vw;
	 animation: snowfall 7s linear infinite;
	 animation-delay: -4s;
}
 .snowflake:nth-child(22) {
	 --size: 0.4vw;
	 --left-ini: 6vw;
	 --left-end: 9vw;
	 left: 99vw;
	 animation: snowfall 12s linear infinite;
	 animation-delay: -5s;
}
 .snowflake:nth-child(23) {
	 --size: 0.4vw;
	 --left-ini: 8vw;
	 --left-end: -7vw;
	 left: 28vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(24) {
	 --size: 0.6vw;
	 --left-ini: -8vw;
	 --left-end: 6vw;
	 left: 1vw;
	 animation: snowfall 12s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(25) {
	 --size: 0.8vw;
	 --left-ini: -1vw;
	 --left-end: -7vw;
	 left: 54vw;
	 animation: snowfall 9s linear infinite;
	 animation-delay: -8s;
}
 .snowflake:nth-child(26) {
	 --size: 0.2vw;
	 --left-ini: 7vw;
	 --left-end: 9vw;
	 left: 100vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(27) {
	 --size: 0.4vw;
	 --left-ini: -8vw;
	 --left-end: 2vw;
	 left: 52vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -6s;
}
 .snowflake:nth-child(28) {
	 --size: 1vw;
	 --left-ini: -9vw;
	 --left-end: -2vw;
	 left: 12vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(29) {
	 --size: 0.2vw;
	 --left-ini: -7vw;
	 --left-end: 6vw;
	 left: 10vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -9s;
}
 .snowflake:nth-child(30) {
	 --size: 0.2vw;
	 --left-ini: -6vw;
	 --left-end: -6vw;
	 left: 33vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -9s;
}
 .snowflake:nth-child(31) {
	 --size: 0.8vw;
	 --left-ini: -1vw;
	 --left-end: -7vw;
	 left: 84vw;
	 animation: snowfall 7s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(32) {
	 --size: 0.8vw;
	 --left-ini: 3vw;
	 --left-end: 5vw;
	 left: 37vw;
	 animation: snowfall 9s linear infinite;
	 animation-delay: -5s;
}
 .snowflake:nth-child(33) {
	 --size: 0.4vw;
	 --left-ini: -7vw;
	 --left-end: 3vw;
	 left: 37vw;
	 animation: snowfall 10s linear infinite;
	 animation-delay: -10s;
}
 .snowflake:nth-child(34) {
	 --size: 1vw;
	 --left-ini: 10vw;
	 --left-end: 10vw;
	 left: 38vw;
	 animation: snowfall 12s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(35) {
	 --size: 0.2vw;
	 --left-ini: -7vw;
	 --left-end: -4vw;
	 left: 56vw;
	 animation: snowfall 7s linear infinite;
	 animation-delay: -7s;
}
 .snowflake:nth-child(36) {
	 --size: 0.4vw;
	 --left-ini: 6vw;
	 --left-end: -8vw;
	 left: 74vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(37) {
	 --size: 0.6vw;
	 --left-ini: -7vw;
	 --left-end: -1vw;
	 left: 67vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -6s;
}
 .snowflake:nth-child(38) {
	 --size: 0.2vw;
	 --left-ini: 5vw;
	 --left-end: -9vw;
	 left: 28vw;
	 animation: snowfall 10s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(39) {
	 --size: 1vw;
	 --left-ini: -8vw;
	 --left-end: -5vw;
	 left: 39vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(40) {
	 --size: 0.2vw;
	 --left-ini: 1vw;
	 --left-end: -6vw;
	 left: 8vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -8s;
}
 .snowflake:nth-child(41) {
	 --size: 0.8vw;
	 --left-ini: -5vw;
	 --left-end: -6vw;
	 left: 43vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(42) {
	 --size: 1vw;
	 --left-ini: 2vw;
	 --left-end: -8vw;
	 left: 94vw;
	 animation: snowfall 7s linear infinite;
	 animation-delay: -2s;
}
 .snowflake:nth-child(43) {
	 --size: 1vw;
	 --left-ini: 10vw;
	 --left-end: -5vw;
	 left: 86vw;
	 animation: snowfall 10s linear infinite;
	 animation-delay: -9s;
}
 .snowflake:nth-child(44) {
	 --size: 0.2vw;
	 --left-ini: -3vw;
	 --left-end: -9vw;
	 left: 26vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -4s;
}
 .snowflake:nth-child(45) {
	 --size: 0.4vw;
	 --left-ini: 0vw;
	 --left-end: -8vw;
	 left: 10vw;
	 animation: snowfall 6s linear infinite;
	 animation-delay: -10s;
}
 .snowflake:nth-child(46) {
	 --size: 0.4vw;
	 --left-ini: 6vw;
	 --left-end: 5vw;
	 left: 93vw;
	 animation: snowfall 13s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(47) {
	 --size: 0.8vw;
	 --left-ini: -8vw;
	 --left-end: 6vw;
	 left: 93vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -4s;
}
 .snowflake:nth-child(48) {
	 --size: 0.4vw;
	 --left-ini: -7vw;
	 --left-end: -1vw;
	 left: 17vw;
	 animation: snowfall 8s linear infinite;
	 animation-delay: -3s;
}
 .snowflake:nth-child(49) {
	 --size: 0.4vw;
	 --left-ini: 4vw;
	 --left-end: 10vw;
	 left: 9vw;
	 animation: snowfall 11s linear infinite;
	 animation-delay: -8s;
}
 .snowflake:nth-child(50) {
	 --size: 1vw;
	 --left-ini: -6vw;
	 --left-end: 9vw;
	 left: 71vw;
	 animation: snowfall 11s linear infinite;
	 animation-delay: -7s;
}
/* added small blur every 6 snowflakes*/
 .snowflake:nth-child(6n) {
	 filter: blur(1px);
}





@font-face {
	font-family: 'bignt';
	src: url('font/bignoodletitling.eot');
	src: local('bignoodletitling'), url('font/bignoodletitling.woff') format('woff'), url('font/bignoodletitling.ttf') format('truetype');
}
.fontsforweb_fontid_2555 {
	font-family: "bignt" !important;
}
@font-face {
    font-family: 'appo';
    src: url('font/appopaint-Regular.eot');
    src: url('font/appopaint-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/appopaint-Regular.woff2') format('woff2'),
        url('font/appopaint-Regular.woff') format('woff'),
        url('font/appopaint-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
	overflow-x: hidden;
}
body {
	display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-color: #000;
 	top: 0;
  z-index: 999999;
  border: solid 15px #FFF;
  border-radius: 25px;
  box-shadow: 0 0 0 22px #FFF;
  outline: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 16px;
  /*background-image: linear-gradient(45deg, #000 25%, transparent 25%), linear-gradient(-45deg, #000 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 30px 30px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
}
.stripes img {
	position: absolute;
	max-width: 1000px !important;
	z-index: -9000;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 50px;
  width: 900px; /* Need a specific value to work */
}
.con {
	max-width:700px;
	font-size: 16px;
	margin-top: 16px;
	border-radius: 8px;
	padding: 0 0 0 0;
}
.logo {
	width: 90%;
	z-index: 99999;
}
h1 {
	color: #FFF;
	font-family: "bignt";
	font-size:2.6em;
	line-height:1.15;
	margin-top:-8px;
	letter-spacing: 2px;
	text-shadow: 1px 2px red;
}
h2 {
	color: #FFF;
	font-family:'appo';
	font-size:1.6em;
	text-align: left;
	max-width: 580px;
}
.mobindesk {
	width: 90%;
	margin-bottom: 12px;
}
.text {
	background-color: #fa0894;
	border-radius: 8px;
	width: 90.7%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-shadow: 1px 1px 1px yellow;
}
.text p {
	font-family:'manofa';
	line-height:1.6;
	font-weight: bold;
	color:#FFF;
	max-width:580px;
	text-align: left !important;
}
.banner {
	border-radius: 8px;
	width: 90.7%;
	margin-top: 12px;
}
.tickcon {
	width: 90%;
	margin-top: 12px;
	border: solid 3px #4ee973;
	border-radius: 8px !important;
	background-color: #4ee973;
}
#shop-frame {
	position: relative;
	width: 100% !important;
	background-color:#000 !important;
}
iframe {
	border-radius:8px !important;
}
.pop1 {
	position: absolute;
	top: 20%;
	left: 10%;
	max-width: 120px !important;
	overflow-x: none;
	z-index: 80;	
	animation-name: updown;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  pointer-events: none;
  opacity: 0.9;
}
.pop2 {
	opacity: 0.9;
	position: absolute;
	top: 30%;
	right: 10%;
	max-width: 120px !important;
	overflow-x: none;
	z-index: 80;
	animation-name: updown;
  animation-duration: 6s;
  animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
  pointer-events: none;
}
@keyframes updown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.mySlides {
	display: none;
}
.w3-content {
	width: 90%;
	margin-top: 12px;
	border-radius: 8px;
}
.w3-content img {
	border-radius: 8px !important;
	border: solid 2px #1fd1ea;
}
.w3-black {
	background-color: #1fd1ea !important; 
}
.w3-black:hover {
	opacity: 0.8 !important;
	background-color: #1fd1ea !important;
	color: #FFF !important;
}
.accordions {
width: 90.7%;
margin-top: 10px;	
margin-bottom: 16px;
}
.accordions h3 {
text-align: center;
font-weight: bold;
font-family: "manofa", sans-serif;
}
.accordion-item {
border-radius: 8px;
color: #ffffff;
margin-bottom: 6px;
}
.accordion-item .accordion-title {
cursor: pointer;
padding: 20px;
transition: transform 0.4s ease-in-out;
}
.accordion-item .accordion-title.active-title {
color: #ffffff;
}
.accordion-item .accordion-title h3 {
font-weight: 700;
margin: 0;
font-weight: bold;
font-size: 18px;
display: flex;
justify-content: space-between;
}
.accordion-item .accordion-title i.fa-chevron-down {
transform: rotate(0);
transition: 0.4s;
}
.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
transform: rotate(-180deg);
color: #000;
}
.accordion-item .accordion-content {
display: none;
line-height: 1.7;
color: #100e34;
padding: 20px;
background-color: #ffffff;
border-radius: 0 0 5px 5px;
text-align: left !important;
}
.accordion-item .accordion-content.active {
display: block;
}
.accordion-item .accordion-content p {
margin: 0;
font-size: 16px;
font-family: "manofa", sans-serif;
}
.coop {
	width: 90.7%;
	margin-top: 12px;
	border-radius: 8px;
	margin-bottom: 12px;
}
footer {
	margin: 0 0 0 0;
	margin-bottom: -8px;
	box-shadow: 4px 4px 4px 4px #FFF;
	z-index: 99999;
	outline: 0;
	padding: 0 0 0 0;
	width:100%;
	background-color:#FFF;
	bottom:0;
	box-sizing: border-box;
	outline:0;
}
footer img {
	width: 100%;
	max-width:900px;
}
footer a {
	text-decoration: none;
	color:#fa0894;
	cursor: pointer;
}
footer p {
	color: #fa0894;
	display:inline-block;
	font-family:'manofa';
	font-size:1.6em;
	background-color:#FFF;
	width:100%;
	margin-top:-8px;
}
footer i {
	font-size:1.4em;
	color:#1fd1ea;
}
.mobin {
	display: none;
}
@media only screen and (max-width: 746px) {
	.con {
		width: 100%;
	}
	.con p, h2 {
		width: 90%;
	}
	footer {
		padding-left: 8px;
		padding-right: 8px;
	}
	footer img {
		width: 90%;
		margin-top: 8px;
	}
	footer p {
		font-size: 1em !important;
	}
	h2 {
		font-size: 1em;
	}
 	h1 {
 		font-size: 1.5em;
 	}
 	h3 {
 		font-size: 0.9em !important;
 	}
}
@media screen and (max-width: 1300px) {
	.pop1, .pop2 {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.text, .tickcon {
		border: none;
		width: 90.7%;
	}
	iframe {
		border-radius: 8px;
	}
	.stripes {
		display: none !important;
	}
	body {
		background-image: none;
		background-color: #FFF !important;
		border: solid 10px white;
		border-radius:  25px;
		outline: 0;
	}
	.con {
		background-color: #000;
	}
	.mobindesk {
		display: none;
	}
	.mobin {
		display: block;
		width: 90%;
		margin-bottom: 12px;
	}
	.accordions {
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 500px) {
	footer p {
		font-size: 0.9em !important;
	}
}