@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Bungee&family=Bungee+Inline&family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0px !important;
	background-color: #000;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
	transition: .3s all ease-in-out;
}

::marker {
	font-weight: 800;
}

dl,
ol,
ul {
	margin-bottom: 0;
}

a,
p,
button,
svg,
span,
input[type="button"],
input[type="submit"],
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

p,
a,
li,
button,
input {
	color: #fff;
	margin: 0;
	font: 400 20px/26px 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Bowlby One', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
	font-family: 'Bungee', sans-serif;
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.f-xl {
	font-size: 75px;
	line-height: 1.2;
}
.xl-heading {
	font-size: 70px;
	line-height: 1.2;
}

.md-heading {
	font-size: 55px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 50px;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 45px;
	line-height: 1.4;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 1.4;
}

h3,
.h3 {
	font-size: 35px;
	line-height: 1.3;
}

h4,
.h4 {
	font-size: 30px;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 25px;
	line-height: 1.4;
}

.f-sm {
	font-size: 22px;
	line-height: 1.4;
}

h6,
.h6,
.md-txt {
	font-size: 20px;
	line-height: 1.4;
}
.f-ul {
	text-decoration: underline !important;
}

.sm-txt {
	font-size: 18px;
	line-height: 1.2;
}

.f-900 {
	font-weight: 900;
}

.f-800 {
	font-weight: 800;
}

.f-700 {
	font-weight: 700;
}

.f-600 {
	font-weight: 600;
}

.f-500 {
	font-weight: 500;
}

.f-400 {
	font-weight: 400;
}

.f-300 {
	font-weight: 300;
}

.f-200 {
	font-weight: 200;
}

.f-100 {
	font-weight: 100;
}

.f-italic {
	font-style: italic;
}

.f-uppercase {
	text-transform: uppercase;
}

a:hover {
	color: #fff;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

.custom-wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	max-width: 1400px;
}

.content-wrapper {
	margin: 0 auto;
	width: 100%;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background:  linear-gradient(to bottom, rgba(255,92,0,1) 0%,rgba(255,0,229,1) 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
}

.shadow-dreamy {
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #20cec4;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #20cec4;
	color: #fff !important;
}

.wrap a {
	font-size: 14px;
}

/* end cockie styles*/

.img-fluid {
	display: block;
}

/*Header Start*/
.main-header .top-header .warn {
	display: none;
}

.main-header {
	display: block;
}

.top-header {
	padding: 18px 0;
	background: #D6252A;
}

.top-header .custom-wrapper,
.bottom-header .custom-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

.top-header .btn-wrapper {
	background: #FFD500;
	border-radius: 11px;
	padding: 10px 20px;
}

.bottom-header {
	background: #77B2FF;
	padding: 12px 0;
}

.bottom-header .steps {
	display: flex;
	align-items: center;
	height: 50px;
	background: #98C5FF;
	padding: 0 14px;
	border-radius: 100px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.bottom-header .steps img {
	width: 35px;
}

@media screen and (max-width: 1440.98px) {
	.top-header .sm-txt {
		font-size: 16px;
	}

	.top-header .btn-wrapper {
		font-size: 20px;
	}

	.bottom-header .steps p {
		font-size: 14px;
	}

	.top-header .custom-wrapper, .bottom-header .custom-wrapper {
		max-width: 1000px;
	}

	.top-header {
		padding: 12px 0;
	}

	.bottom-header {
		padding: 10px 0;
	}

	.bottom-header .steps {
		height: 45px;
		padding: 0 14px 0 6px;
	}
}


@media screen and (max-width: 1199.98px) {
	.top-header .sm-txt {
		font-size: 14px;
	}

	.top-header .custom-wrapper, .bottom-header .custom-wrapper {
		max-width: 850px;
	}

	.top-header .btn-wrapper {
		font-size: 18px;
	}

	.bottom-header .steps p {
		font-size: 13px;
	}
}

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

}

@media screen and (max-width: 991.98px) {
	.main-header {
		display: none;
	}

	.top-header .custom-wrapper,
	.bottom-header .custom-wrapper {
		max-width: 90%;
	}

	.main-header .bottom-header .d-flex {
		display: unset !important;
	}

	.bottom-header .steps {
		flex: 0 0 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.bottom-header .steps:not(:last-child) {
		margin-bottom: 15px;
	}

	.bottom-header .arrow {
		display: none;
	}
}

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

	.top-header .custom-wrapper,
	.bottom-header .custom-wrapper {
		max-width: 95%;
	}
}

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

	.top-header p,
	.bottom-header p.md-txt {
		font-size: 12px;
	}

	.top-header a.h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 575.98px) {
	.top-header p {
		text-align: center;
	}

	.top-header .wrapper {
		flex-wrap: wrap;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.top-header .wrapper .img-wrapper {
		margin-bottom: 20px;
	}

	.top-header a.h4 {
		margin: 0 auto;
	}

	.top-header .wrapper .img-wrapper,
	.top-header .wrapper .text-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.top-header .d-flex {
		flex-wrap: wrap;
	}

	.top-header .d-flex .wrapper {
		margin-bottom: 10px;
	}

	.bottom-header .steps {
		flex: 0 0 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 360.98px) {
	.bottom-header p {
		font-size: 13px;
	}
}

/*Header end*/


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

/* Content Style Start */
.floating-img {
	position: absolute;
	inset: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}
.floating-img img {
	position: absolute;
}
.bow-one {
	font-family: 'Bowlby One', sans-serif;
}
.bungee {
	font-family: 'Bungee', sans-serif;
}
.bungee-inline {
	font-family: 'Bungee Inline', sans-serif;
}
.s-padd {
	padding: 100px 15px;
}
.title-area {
	margin: 0 auto 50px;
	text-align: center;
	max-width: max-content;
}
.yellow {
    color: #FFE335;
}
.white {
    color: #fff;
}

/* banner */
.banner {
	background: url(../images/ban-bg.png) no-repeat center /cover;
	overflow: hidden;
}
.banner .title-area {
    max-width: 1350px;
}
.banner .title-area h1 {
    text-shadow: 0 3px 5px rgba(0 0 0/50%);
    text-decoration: underline;
}
.banner .title-area h3 {
    max-width: 950px;
    margin: 25px auto;
    text-shadow: 0 3px 3px rgba(0 0 0/50%);
    letter-spacing: 2px;
}
.banner .title-area h1 span {
    text-decoration: underline !important;
}
.banner .limit {
    max-width: max-content;
    margin: 0 auto;
}
.banner .title-area h4 span {
    padding: 5px 20px;
    text-shadow: 0 3px 3px rgba(0 0 0 /50%);
    background: linear-gradient(135deg, rgba(216,186,0,1) 0%,rgba(184,158,0,1) 100%);
    border-radius: 15px;
}
.banner .vid-wrap,
.s11 .vid-wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0 0 0/50%);
}
.banner .in-vid,
.s11 .in-vid {
    border: 1px solid #fff;
    overflow: hidden;
}
.banner .vid-wrap .f1 {
    left: -10px;
    top: -10px;
}
.banner .vid-wrap .f2 {
    top: -10px;
    right: -10px;
}
.banner .vid-wrap .f3 {
    max-width: 1200px;
    /* z-index: 1; */
    left: -106px;
    bottom: -112px;
    right: 0;
    margin: auto;
}
.banner .f4 {
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner .f5 {
    top: 0;
    right: 50px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.banner::before,
.banner::after {
    display: block;
    position: absolute;
}
.banner::before {
    left: -400px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 900px;
    width: 900px;
    background: #FFE335;
    filter: blur(100px);
    border-radius: 100%;
    opacity: 0.3;
}
.banner::after {
    right: -400px;
    top: -400px;
    height: 900px;
    width: 900px;
    background: #FA4106;
    filter: blur(200px);
    border-radius: 100%;
    opacity: 0.5;
}

/* s1 */
.s1 {
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(255,227,53,0.5) 100%);
    overflow: hidden;
}
.s1 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
}
.s1 .colmn {
    flex: 0 0 48%;
    max-width: 50%;
    padding: 40px 30px;
    border-radius: 50px;
    background: rgba(0 0 0 /70%);
    box-shadow: 5px -5px 20px rgba(226 204 7 /100%);
}
.s1 .colmn .img-wrapper {
    flex: 0 0 auto;
    margin-right: 25px;
}
.s1 .colmn .content:not(:last-child) {
    margin-bottom: 25px;
}
.s1 .content:hover .img-wrapper::before {
    opacity: 1;
    transform: scale(1.4);
    transition: .3s ease;
}
.s1 .content .img-wrapper::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #E2CC07;
    border-radius: 5px;
    opacity: 0;
    transition: .3s ease;
}
.btn-wrap {
    max-width: 1000px;
    padding: 30px;
    border-radius: 30px;
    margin: 0 auto;
    background: rgb(228 204 63 /30%);
    border: 1px solid #fff;
}
.btn-wrap.v2 {
    margin-top: 130px;
}
.btn-wrap.v4 {
    margin-bottom: 70px;
}
.btn-wrap a {
    background: linear-gradient(to right, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(250,138,6,1) 100%);
    margin: 20px auto;
    display: block;
    max-width: 900px;
    background-size: 200%;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #fff;
    text-shadow: 0 3px 3px rgba(0 0 0 /40%);
}
.btn-wrap a:hover {
    background-position: right;
}
.btn-wrap a h3 {
    text-transform: uppercase;
}
.mon {
	font-family: 'Monsterrat', sans-serif;
}
.s1 .f1 {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 1;
}
.s1 .f2 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 1;
}
.s1 .f3 {
    left: 0;
    right: 0;
    bottom: -800px;
    margin: auto;
    max-width: 1900px;
    opacity: 0.5;
}

/* s2 */
.s2 {
	overflow: hidden;
}
.s2.v2 {
    overflow: unset;
    background: linear-gradient(135deg, rgba(105,106,27,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(105,106,27,1) 100%);
}
.s2.v2 .title-area {
    max-width: 1000px;
}
.s2 .colmn h2 {
    margin-bottom: 10px;
}
.s2 .colmn span {
    color: #00CA08;
    font-weight: 700;
}
.s2 li {
    padding-left: 35px;
    margin-bottom: 25px;
    text-align: justify;
}
.s2 li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    background: url(../images/s2-ck.png) no-repeat center /contain;
}
.s2.v2 .colmn-2 .img-wrapper {
    max-width: 450px;
    margin: 0 auto;
}
.s2 .text-wrapper p {
    text-align: justify;
}
.s2.v1 .f1 {
    top: 0;
    right: 50px;
    bottom: 0;
    margin: auto;
}
.s2.v1 .f2 {
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
}
.adventure {
	font-family: 'Adventure';
}

/* s3 */
.s3 {
    background: linear-gradient(135deg, rgba(255,227,53,0.5) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(255,227,53,0.5) 100%);
}
.s3::before {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 70%;
    width: 50%;
    background: #FFE335;
    border-radius: 100%;
    filter: blur(100px);
    opacity: 0.5;
}
.s3 .title-area * {
    text-transform: uppercase;
}
.s3 .title-area.v1 h2 {
    padding: 0 35px;
}
.s3 .title-area.v2 {
    max-width: 1000px;
}
.s3 .f1 {
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 500px;
}
.s3 .f2 {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.s3 .content-wrapper .f2 {
    right: 0px;
    top: -400px;
}
.s3 .content-wrapper .img-wrapper {
    max-width: max-content;
    left: 100px;
    scale: 1.1;
    top: 30px;
    filter: drop-shadow(0 0 10px rgba(255 227 53 /90%));
}
/* .s3 .content-wrapper .img-wrapper img {
    width: 1400px;
} */

/* s4 */
.floating-img.bor {
    z-index: -1;
}
.title-area .floating-img.bor img {
    max-width: 60px;
}
.b1 {
    left: 0;
    top: -10px;
}
.b2 {
    transform: rotateY(190deg);
    top: -10px;
    right: 0;
}
.b3 {
    left: 0;
    bottom: -10px;
}
.b4 {
    right: 0;
    bottom: -10px;
    transform: rotateY(190deg);
}
.s4.v1 {
    background: unset;
}
.s4.v1:before {
    display: none;
}
.s4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(105,106,27,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(105,106,27,1) 100%);
}
.s4:before {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(105,106,27,1) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(105,106,27,1) 100%);
    z-index: 1;
}
.s4 .colmn-1 h5.f-sm {
    background: linear-gradient(135deg, rgba(216,186,0,1) 0%,rgba(184,158,0,0) 100%);
    padding: 15px;
    border-radius: 10px;
    text-shadow: 0 3px 3px rgba(0 0 0/30%);
    letter-spacing: 2px;
}
.s4 .colmn li:before,
.s5 li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    background: url(../images/s4-ck.png) no-repeat center /contain;
}
.s4 .content-wrapper .content li:before {
    background: url(../images/s4-ck2.png) no-repeat center /contain;
}
.s4 .colmn-2 img {
    max-width: max-content;
    filter: drop-shadow(0 0 10px rgba(255 227 53 /90%));
}
.s4.v3 h2.v2 {
    color: #00E0FF;
    text-decoration: underline;
    margin-bottom: 25px;
}
.s4 .colmn li {
    padding-left: 35px;
    margin-top: 25px;
    text-align: justify;
}
.s4 .colmn li b {
    display: flex;
}
.s4.v2 .title-area span {
    background: unset;
    padding: unset;
    border-radius: unset;
    letter-spacing: unset;
}
.s4 span {
    background: linear-gradient(135deg, rgba(216,186,0,1) 0%,rgba(184,158,0,1) 100%);
    padding: 0 15px;
    border-radius: 15px;
    text-shadow: 0 3px 3px rgba(0 0 0 /40%);
    letter-spacing: 2px;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.s4 .text-wrapper p {
    text-align: justify;
}
.s4 .row:not(:last-child) {
    margin-bottom: 50px;
}
.s4 .content-wrapper .content .list {
    padding: 40px 30px;
    border-radius: 50px;
    background: rgba(0 0 0 /70%);
    box-shadow: 5px -5px 20px rgba(226 204 7 /100%);
}
.s4 .content-wrapper .content .colmn li:first-child {
    margin-top: unset;
}
.s4 .content-wrapper .content {
    max-width: 1200px;
    margin: 0 auto;
}
.s4 .f1 {
    left: 0;
    top: -700px;
}
.s4.v3 .f1 {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .9;
    max-width: 300px;
}
.s4.v3 .f2 {
    left: unset;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 350px;
}
.s4 .f2 {
    left: 0;
    bottom: -700px;
}
.s4 .f5 {
    left: 0;
    bottom: -700px;
}
.s4 .f6 {
    right: 0;
    top: -200px;
}
.s4 .f8 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.s4 .f10 {
    right: 0;
    bottom: -200px;
}

/* s5 */
.s5 {
    background: linear-gradient(to right, rgb(86,76,18,0.5) 0,rgba(0,0,0,1) 100%);
}
.s5 .text-wrapper {
    max-width: 900px;
}
.s5 .text-wrapper p {
    text-align: justify;
}
.s5 li {
    margin-bottom: 15px;
    padding-left: 35px;
}
.wavy span {
    display: inline-block;
    color: #fff;
    font-family: 'Bungee', sans-serif;
    text-transform: uppercase;
    animation: animate 2s ease-in-out infinite;
    animation-delay: calc(0.1s * var(--i));
    border-bottom: 5px solid #ffc635;
    line-height: 1;
}
@keyframes animate { 
	0% { 
		transform: translateY(0px); 
	} 

	20% { 
		transform: translateY(-20px); 
	} 

	40%, 
	100% { 
		transform: translateY(0px); 
	} 
} 
.poppins {
	font-family: 'Poppins', sans-serif;
}
.s5 .f1 {
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 300px;
}

/* timer */
.timer { 
    padding: 50px 15px;
    background: rgb(49 49 49 /50%);
}
.timer span {
    color: #FFE335;
}
.timer .f1 {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.timer .f2 {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}
.timer .floating-img img {
    opacity: 0.7;
    z-index: 1;
}


/* s6 */
.s6 {
    overflow: hidden;
    background: linear-gradient(45deg, rgba(105,106,27,1) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(105,106,27,1) 100%);
}
.s6 .tbl {
    max-width: 850px;
    margin: 0 auto;
    border: 2px solid #FFE335;
    border-radius: 100px;
    /* overflow: hidden; */
    background: #1F1E1E;
    border-radius: 50px;
}
.s6 .tbl::after {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 95%;
    width: 100%;
    background: #ffe335;
    z-index: -1;
    scale: 1.1;
    filter: blur(100px);
    opacity: 0.6;
}
.s6 .tbl-head {
    border-bottom: 2px solid #FFE335;
    padding: 35px 15px;
}
.s6 .list {
    padding: 40px 100px;
}
.s6 .list li:not(:last-child) {
    margin-bottom: 25px;
}
.s6 .list li {
    padding-left: 35px;
}
.s6 .list li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    height: 20px;
    width: 20px;
}
.s6 .list li.c:before {
    background: url(../images/s6-ck.png) no-repeat center /contain;
}
.s6 .list li.s:before {
    background: url(../images/star.png) no-repeat center /contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}
.s6 h4.fast {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,151,0,1) 10%,rgba(255,184,0,1) 85%,rgba(255,230,0,1) 100%);
    padding: 10px 40px;
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 15px;
    text-shadow: 0 3px 3px rgba(0 0 0 /30%);
}
.s6 .list li.s {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,151,0,1) 10%,rgba(255,184,0,1) 85%,rgba(255,230,0,1) 100%);
    padding: 10px;
    padding-left: 45px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-shadow: 0 3px 3px rgba(0 0 0 /30%);

}
.s6 .f1 {
    left: 0;
    top: -500px;
}
.s6 .f2 {
    left: 0;
    bottom: -500px;
}
.s6 .f3 {
    top: -500px;
    right: 0;
}
.s6 .f4 {
    bottom: -500px;
    right: 0;
}
.s6 .f5 {
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 500px;
}
.s6 .f6 {
    right: -100px;
    bottom: 400px;
    max-width: 500px;
}

/* s7 */
.s7 .title-area h2 {
    background: linear-gradient(to right, rgba(250,138,6,1) 0%,rgba(255,89,36,1) 100%);
    padding: 10px 50px;
    border-radius: 20px;
    text-shadow: 0 3px 3px rgba(0 0 0 /30%);
    letter-spacing: 3px;
}
.s7 .colmn .img-wrapper:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url(../images/s7-holo.png) no-repeat center /contain;
    scale: 1.55;
}
.s7 .colmn-2 img {
    width: 400px;
}
.s7 .row:not(:last-child) {
    margin-bottom: 100px;
}
.s7 .colmn p {
    text-align: justify;
}
.s7 .f1 {
    left: -50px;
    top: 100px;
    max-width: 300px;
}
.s7 .f2 {
	left: 0;
	top: 0;
}	
.s7 .f3 {
    left: 0;
    bottom: -500px;
}
.s7 .f4 {
    top: 600px;
    right: -150px;
}
.s7 .f5,
.faq .f2 {
    top: 0;
    right: 0;
	bottom: 0;
	margin: auto;
}
.s7 .f6 {
    right: 0;
    bottom: 0;
}
.s7 h4.grad-txt {
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    padding: unset;
    border-radius: unset;
    text-shadow: 0 3px 3px rgba(0 0 0 /30%);
    letter-spacing: 1px;
    background: unset;
    color: #FFE335;
}

/* faq */
.faq .title-area h3 {
    color: #FFE335;
}
.faq .content {
    background: linear-gradient(45deg, rgba(222,118,29,1) 0%,rgba(62,33,8,1) 100%);
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 30px;
	display: flex;
}
.faq .content:not(:last-child) {
    margin-bottom: 25px;
}
.faq .content .img-wrapper {
    flex: 0 0 auto;
    margin-right: 25px;
}
.faq .content h5 {
    color: #FFE335;
    letter-spacing: 7px;
    margin-bottom: 2px;
}
.faq .content  p {
    text-align: justify;
}
.faq .colmn-2 img {
    max-width: 1000px;
}

/* no-thanks */
.no-thanks {
    margin: 50px auto 0;
    text-align: center;
    max-width: 1000px;
}
.no-thanks a:hover {
    color: #de761d;
    text-decoration: underline !important;
}

/* Content Style End */

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


/* Disclaimer Start */

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer p.font-italic {
    font-style: italic;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
	text-decoration: none;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
	margin: 0 auto;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
	text-decoration: none;
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */