* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-font-smoothing: inherit;
}
html, body {
		height: inherit;
		width: 100%;
		background-color: #0a1020;
		color: #FFF;
		font-size: 19px;
		font-weight: 400;
		line-height: 1.2em;
		scroll-behavior: smooth;
		-webkit-text-size-adjust: none;
}
body {
		font-family: 'Raleway', sans-serif;
		text-align: left;
}
a {
	text-decoration: none;
}
p {
	margin-top: .75em;
	clear: left;
}
span {
	font-weight: 600;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 54px;
	line-height: 1.1em;
}
h2 {
	font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
	line-height: 1.1em;
}
h3 {
	font-family: 'Raleway', sans-serif;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.1em;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #FFF;
	font-size: 54px;
	line-height: 1.1em;
	width: auto;
	float: left;
}
h5 {
	font-family: 'Raleway', sans-serif;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.1em;
	width: auto;
	float: left;
	padding-top: 6px;
}
a {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
}
a:hover {
	text-decoration: underline;
}
button {
	width: 100%;
	max-width : 280px;
	background-color: #71fead;
	color: #0a1020;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
  font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	margin-top: 1.25em;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #71fead;
	cursor: pointer;
	transition: .5s;
}
button:hover {
	background: rgba(76, 175, 80, 0);
	color: #71fead;
}
.button2 {
	background: rgba(255, 255, 255, 0);
	border: none;
	color: #71fead;
	transition: .5s;
}
.button2:hover {
	color: #71fead;
	text-decoration: underline;
}

.tab {
	background-color: #152333;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0 20px;
	height: 50px;
	border-radius: 25px;
	transition: .5s;
	float: left;
}
.tab:hover {
	background-color: #1c2f44;
}
ul {
	list-style-type: none;
}
li {
	margin-top: .5em;
}
.section {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 4em 2em;
}
.offer {
	width: 100%;
	height: auto;
	padding: 1em;
}
.nav {
	width: 100%;
	height: auto;
	padding: 1.5em .75em;
  text-align: center;
}
.footer a, .nav a {
	padding: 0 1em;
}
.block {
	width: 100%;
	border-radius: 8px;
	padding: 3em;
}
.gridtime {
	display: grid;
}
.grid {
	width: 100%;
	display: flex;
}
.grid-block {
	border-radius: 8px;
	width: 100%;
	padding: 2em 1.5em;
	transition: .5s;
}
.spacer {
	margin-left: 2em;
}
.kicker {
	font-weight: 600;
	font-size: 15px !important;
	opacity: 0.6;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: .75em;
}
.center {
	text-align: center;
}
.third {
	width: 33%;
}
.thirty {
	width: 30%;
}
.plan {
	width: 50%;
	padding: 2em;
}
.plan h4 {
	font-size: 45px;
}
.plan h5 {
	font-size: 18px;
}
.plan .lighter {
	opacity: 0.8;
}
.forty {
	width: 40%;
}
.half {
	width: 50%;
}
.sixty {
	width: 60%;
}
.padholder {
	height: fit-content;
	float: left;
}
.seventy {
	width: 70%;
}
.flex {
	display: flex;
}
.slate {
	background-color: #152333;
}
.slate:hover {
	background-color: #1c2f44;
}
.purple, .purple:hover {
	background-color: #4c52c1;
}
.gradient {
	background-image: linear-gradient(to bottom right, #4c52c1, #8085E2);
}
.pink {
	background-color: #EB7D93;
}
.red {
	background-image: linear-gradient(to bottom right, #CD4C46, #FC756D);
}
.grey {
	background-image: linear-gradient(to bottom right, #152333, #1c2f44);
}
.example {
	height: 380px;
}
.nopad {
	padding: 0;
	margin: 0;
}
.pad {
	padding: 1.25em 1em 1.25em 1em;
	transition: .5s;
	width: 50%;
}
.pad:hover {
	background-color: #1c2f44;
}
.toppad {
	margin-top: 3em;
}

.lighter {
	opacity: 0.6;
}
.smaller {
	font-size: 14px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.break {
	width: 100%;
	margin-top: 1em;
}
.linebreak {
	border-top: 1px solid white;
	opacity: .3;
	width: 100%;
	margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.tag {
	height: 1.75em;
	width: 100px;
	color: #4c52c1;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.75em;
	padding: 0 15px;
	background-color: #FFF;
	border-radius: 15px;
}
.nopadbottom {
	padding-bottom: 0;
}
.nopadright {
	padding-right: 0;
}
.defaultpad {
	margin-top: 2em;
}
.nomax {
	max-width: none;
}
.hero {
	background-image: url('img/supa_dupa_hero.png');
	background-size: 90%;
	background-position: center top;
	background-repeat: no-repeat;
}
.heropad {
	padding: 17em 8em 5em;
}
.orange {
	color: #F3B743;
	font-weight: 600;
}
.pic2 {
	background-image: url('img/happy.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:  center bottom;
	height: 340px;
	margin-top: -120px;
}
.pic3 {
	background-image: url('img/jumpsuit.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 460px;
	margin-top: -10px;
}
.pic4 {
	background-image: url('img/quote1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 420px;
	margin-top: -140px;
}
.pic5 {
	background-image: url('img/builder.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 370px;
	margin-top: -100px;
}
.pic6 {
	background-image: url('img/jumping.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	overflow: visible;
	height: 430px;
	margin-left: -20px;
	margin-top: -100px;
}
.pic7 {
	background-image: url('img/quote2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	height: 370px;
  margin-top: -90px;
}
.pic8 {
	background-image: url('img/quote3.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 420px;
	margin-top: -140px;
}
iframe {
	width: 100%;
	border: 0;
}
.spaced {
	line-height: 1.5em;
}
.zoom {
  padding: 0;
}
.zoom::after {
  content: '';
  clear: both;
  display: block;
}
.inner {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 100%;
	border-radius: 8px;
  margin: 0;
}
figure {
	width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
	border-radius: 8px;
  overflow: hidden;
	margin-top: -100%;
}
.logo {
	width: 150px;
	height: 50px;
	margin: 0 auto 2em;
	background-image: url('img/supa_supa_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* Zoom In #1 */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.nooverflow {
	overflow-x: hidden;
}



/* FAQ Accoridon */

.accordion {
	padding-bottom: .5em;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 1em 2em .75em 0;
  color: #FFF;
	font-family: 'Raleway', sans-serif;
  font-weight: 600;
	font-size: 24px;
	line-height: 1.1em;
  border-top: 1px solid rgba(255, 255, 255, .3);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:first-child .link {
	border-top: 0;
}
.accordion li i {
  position: absolute;
  top: 1.25em;
  left: 0;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 0;
  left: auto;
	background-image: url('img/chevron.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	width: 22px;
	height: 16px;
}
.accordion li.open p {
	color: rgba(255, 255, 255, .6);
}
.accordion li.open i {
	color: rgba(255, 255, 255, .6);
}
.accordion li.open i.fa-chevron-down {
	height: 16px;
	width: 22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  font-size: 19px;
}
.submenu p {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
  padding: 0 2em 1em 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.swiper {
	width: 100%;
	height: auto;
}
.swiper-slide {
	background: #0a1020;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-wrapper {
	padding: 5em 0;
}
.nopadsection {
	padding: 0 2em;
}
.slide {
	width: 100px;
	height: 50px;
}
.slide img {
	width: 100px;
  animation: scroll 20s linear infinite;
	vertical-align: baseline;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3.5em;
  overflow: hidden;
  z-index: 5;
}

.slider {
  width: 100%;
  margin-top: 2em;
  background-color: #0a1020;
  z-index: 5;
  height: 50px;
  display: block;
}
.left-side {
  width: 100px;
  height: 55px;
  background: #0a1020;
	background: linear-gradient(90deg, rgba(10,16,32,1) 0%, rgba(10,16,32,0) 100%);
  z-index: 100;
  margin-top: -55px;
  position: relative;
  float: left;
	margin-left: -1px;
}
.right-side {
  width: 100px;
  height: 55px;
  background: #0a1020;
	background: linear-gradient(90deg, rgba(10,16,32,0) 0%, rgba(10,16,32,1) 100%);
  z-index: 100;
  margin-top: -55px;
  position: relative;
  float: right;
	margin-right: -1px;
}
.space {
	margin-top: 3em;
}
.topper {
	margin-top: .5em;
}
.footer a {
	line-height: 3em;
}
.footer p {
	width: 100%;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}


/* Tablet */
@media (max-width: 991px) {
	.heropad {
    padding: 14em 8em 5em;
	}
	.spacer {
		margin-left: 1.5em;
	}
	.defaultpad {
    margin-top: 1.5em;
	}
	h1, h4 {
		font-size: 40px;
	}
	h2 {
	  font-size: 28px;
	}
	h3, h5 {
	  font-size: 22px;
	}
	.accordion .link {
    font-size: 22px;
	}
	.block {
    padding: 2em;
	}
	.plan {
		padding: 1.75em;
	}
	.plan h4 {
    font-size: 35px;
	}
	.grid-block {
		padding: 1.25em;
	}
	.nopad {
		margin-top: 0;
	}
	.mobpad {
		padding: 0;
	}
	.toppad {
    margin-top: 1.5em;
	}
	.forty {
		padding: 0;
	}
	.nopadbottom {
    padding-bottom: 0;
	}
	.mobben {
    padding: 1em;
	}
	.pic2 {
		float: right;
		background-position: right bottom;
		height: 320px;
    margin-top: -70px;
	}
	.pic3 {
    background-position: left;
    height: 420px;
		width: 100%;
    margin-top: 0;
	}
	.pic4 {
		float: right;
		background-position: center;
		height: 380px;
		width: 50%;
		margin-right: 0px;
		margin-top: -110px;
	}
	.pic5 {
		float: right;
		background-position: right;
		height: 360px;
    width: 56%;
    margin-top: -85px;
	}
	.pic6 {
		float: right;
    background-position: right;
		height: 400px;
	  width: 75%;
	  margin-right: -85px;
	  margin-top: -80px;
	}
	.pic7 {
		height: 290px;
	  margin-top: -20px;
	}
	.pic8 {
		float: right;
		background-position: center;
		height: 380px;
		width: 50%;
		margin-right: 0px;
		margin-top: -110px;
	}
	.space {
		margin-top: 2em;
	}
}

/* Mobile Landscape */
@media (max-width: 767px) {
	.pic2 {
		float: right;
		background-position: right bottom;
		height: 320px;
    margin-top: -30px;
	}
	.pic4 {
		height: 360px;
		margin-top: -60px;
	}
	.pic7 {
    height: 320px;
	}
	.pic8 {
		height: 360px;
		margin-top: -60px;
	}
	.space {
		margin-top: 1.5em;
	}
}

/* Mobile Portrait */
@media (max-width: 478px) {
	.section {
		padding: 5em 1em;
	}
	.footer {
		padding: 5em .75em;
	}
	.kicker {
		margin-bottom: .25em;
	}
	h1, h4 {
		font-size: 36px;
	}
	h2 {
	  font-size: 26px;
	}
	h3, h5 {
	  font-size: 22px;
	}
	.half {
		width: 100%;
	}
	p {
    margin-top: 0.5em;
		display: inline-block;
  }
	.block {
    padding: 1.75em;
	}
	.grid-block {
		padding: 1.75em;
		width: 100%;
	}
	.mobpad {
		padding: 0;
	}
	.nopad {
		margin-top: 0.25em;
	}
	.toppad {
    margin-top: 1.5em;
	}
	.spacer {
		margin-left: 0;
		margin-top: 1em;
	}
	.smallhalf {
		width: 50%;
	}
	.nopadbottom {
    padding-bottom: 1.75em;
	}
	.pic2 {
		float: right;
		background-position: right bottom;
		height: 255px;
    margin-top: -222px;
	}
	.forty {
		width: 100%;
		padding: 0;
	}
	.pic3 {
    background-position: left;
    height: 320px;
		width: 100%;
    margin-top: 0;
	}
	.pic4 {
    height: 360px;
		margin-top: 20px;
	}
	.pic5 {
		background-position: center;
		height: 280px;
	}
	.pic6 {
		float: right;
    background-position: left;
    height: 320px;
    width: 70%;
    margin-right: -45px;
    margin-top: -340px;
	}
	.pic7 {
    height: 375px;
	}
	.pic8 {
    height: 360px;
		margin-top: 20px;
	}
	.linebreak {
    margin-top: 1em;
    margin-bottom: 1em;
	}
	.grid {
		display: block;
	}
	.defaultpad {
    margin-top: 1em;
	}
	.accordion .link {
    font-size: 22px;
	}
	a {
		font-size: 19px;
	}
	.footer a, .nav a {
		padding: 0 .5em;
	}
	button {
		width: 100%;
		max-width: none;
	}
	.thirty {
		padding: 0;
	}
	.mobben {
    padding: 1em;
		width: 100%;
	}
	.mobfull {
		width: 100%;
	}
	.smallhalf {
		width: 50%;
	}
	.heropad {
    padding: 12em 1em 2.5em;
	}
	.smallh2 {
		font-size: 22px;
	}
	.mobtop {
		margin-top: .5em;
	}
	.hero {
		background-image: url('img/supa_dupa_hero_mob.png');
		background-position: center 2em;
	}
	.nopadsection {
			padding: 0 1em;
	}
	.mobbottom {
		padding-bottom: 0;
	}
	.plan {
		width: 100%;
	}
	.plan h4 {
    font-size: 45px;
	}

}
