@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;
}

.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(45deg, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(255,89,36,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;
}
.adventure {
	font-family: 'Adventure', sans-serif ;
}
.s-padd {
	padding: 100px 15px;
}
.title-area {
	margin: 0 auto 50px;
	text-align: center;
	max-width: max-content;
}

/* banner */
.banner {
	background: url(../images/ban-bg.png) no-repeat center /cover;
	overflow: hidden;
}
.banner .title-area {
    max-width: 1200px;
}
.banner .ads h1 {
    font-size: 165px;
    line-height: 0.9;
}
.banner .ads h1.v1 {
	background:   linear-gradient(45deg, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(255,89,36,1) 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	/* max-width: max-content; */
}
.banner .ads h1.v2 {
    position: absolute;
    margin: auto;
    z-index: -1;
    left: 10px;
    top: 10px;
    right: 0;
    max-width: max-content;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
.banner .title-area p.v1 {
    max-width: 650px;
    margin: 0 auto 25px;
    font-weight: 700;
}
.banner .title-area p.v1 span {
	color: #FFA800;
}
.banner .title-area p.v2 {
    background: linear-gradient(45deg, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(255,89,36,1) 100%);
    display: inline;
    border-radius: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 15px;
    line-height: 1.5;
    text-shadow: 0 3px 3px rgba(0 0 0/30%);
}
.banner .vid-wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0 0 0/50%);
}
.banner .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::before,
.banner::after {
    display: block;
    position: absolute;
}
.banner::before {
    left: -400px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 900px;
    width: 900px;
    background: #43137A;
    filter: blur(100px);
    border-radius: 100%;
    opacity: 0.9;
}
.banner::after {
    right: -400px;
    top: -400px;
    height: 900px;
    width: 900px;
    background: #FA4106;
    filter: blur(200px);
    border-radius: 100%;
    opacity: 0.9;
}

/* s1 */
.s1 {
    background: linear-gradient(45deg, rgba(67,19,122,1) 0%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 70%,rgba(67,19,122,1) 100%);
	overflow: hidden;
}
.s1 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
}
.s1 .colmn {
    flex: 0 0 48%;
    max-width: 50%;
    padding: 30px;
    border-radius: 30px;
    background: rgba(0 0 0 /70%);
    border: 2px solid #FA4106;
}
.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 #FA4106;
    border-radius: 5px;
    opacity: 0;
    transition: .3s ease;
}
.s1 .cw2 {
	display: none;
}
.btn-wrap {
    max-width: 1200px;
    padding: 30px;
    border-radius: 50px;
    margin: 0 auto;
}
.btn-wrap.v1 {
    margin: 0 auto 50px;
    border: 2px solid rgb(235 7 199);
    background: #1C0117;
    box-shadow: 0 0 30px rgba(235 7 199 /90%);
}
.btn-wrap.v2 {
    background: linear-gradient(45deg, rgba(57,0,52,1) 0%,rgba(255,92,0,1) 100%);
    border: 1px solid #fff;
}
.btn-wrap.v4 {
    margin-bottom: 70px;
}
.btn-wrap h3.mon:nth-child(2) {
    color: #FFE335;
    margin-top: 10px;
}
.btn-wrap a {
    background: linear-gradient(to right, rgba(255,0,229,1) 0%,rgba(255,92,0,1) 50%,rgba(255,0,229,1) 100%);
    margin: 20px auto;
    display: block;
    max-width: 900px;
    background-size: 200%;
    padding: 20px 50px;
    text-align: center;
    border-radius: 10px;
	border: 1px solid #fff;
}
.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;
}
.s1 .title-area h2 {
    color: #FFE335;
}
.title-area .floating-img.bor img {
    max-width: 60px;
}
.floating-img.bor {
    z-index: -1;
}
.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);
}

/* s2 */
.s2 {
    overflow: hidden;
    border-bottom: 5px solid #d92edd;
}
.s2.v2 {
    background: linear-gradient(45deg, rgba(67,19,122,1) 0%,rgba(0,0,0,1) 55%,rgba(0,0,0,1) 55%,rgba(250,65,6,0.5) 100%);
}
.s2.v1 .colmn h2 {
    color: #FFE335;
    margin-bottom: 10px;
}
.s2 .colmn span {
    color: #FF00E5;
    font-weight: 700;
}
.s2 .text-wrapper p {
    text-align: justify;
}
.s2 .f1 {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.s2 .colmn-2 .img-wrapper {
    scale: 1.3;
    right: 70px;
}
.s2 .colmn-2:before {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 700px;
    width: 800px;
    background: #3F1211;
    border-radius: 100%;
    filter: blur(50px);
}

/* s3 */

/* s4 */
.s4 {
	overflow: hidden;
}
.s4.v2 {
    background: linear-gradient(135deg, rgba(67,19,122,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(250,65,6,1) 100%);
}
.s4.v3 {
    background: linear-gradient(45deg, rgba(67,19,122,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(250,65,6,1) 100%);
}
.s4 .title-area h2 {
    color: #FFE335;
}
.s4 .title-area .text-wrapper {
    max-width: 1000px;
    margin: 45px auto 0;
}
.s4 .title-area .text-wrapper p {
    text-align: center;
}
.s4 .colmn-1 h5.f-sm {
    background: linear-gradient(135deg, rgba(225,96,2,1) 0%,rgba(225,96,2,0) 100%);
    padding: 15px;
    border-radius: 10px;
    text-shadow: 0 3px 3px rgba(0 0 0/30%);
    letter-spacing: 2px;
}
.s4 .colmn li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    height: 20px;
    width: 20px;
    background: url(../images/s4-ck.png) no-repeat center /contain;
}
.s4.v2 .colmn li:before {
    background: url(../images/s4-ck2.png) no-repeat center /contain;
}
.s4 .colmn li {
    padding-left: 35px;
    margin-top: 25px;
    text-align: justify;
}

.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.v3 .row-2 .img-wrapper:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url(../images/hologram.png) no-repeat center /contain;
    scale: 1.6;
}
.s4 .f1 {
    left: 0;
    top: -700px;
}
.s4 .f2 {
    left: 0;
    top: 1100px;
}
.s4 .f3 {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.s4 .f4 {
    left: 0;
    bottom: 1100px;
}
.s4 .f5 {
    left: 0;
    bottom: -700px;
}
.s4 .f6 {
    right: 0;
    top: -200px;
}
.s4 .f7 {
    right: 0;
    top: 1100px;
}
.s4 .f8 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.s4 .f9 {
    right: 0;
    bottom: 1100px;
}
.s4 .f10 {
    right: 0;
    bottom: -200px;
}

/* s5 */
.s5 {
    background: linear-gradient(to right, rgba(67,19,122,0.5) 0,rgba(0,0,0,1) 100%);
}
.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 #DD3E56;
    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: linear-gradient(45deg, rgba(130,10,134,1) 0%,rgba(0,21,36,1) 100%);
}
.timer .title-area h2 {
    color: #FFE335;
    margin-bottom: 35px;
}


/* s6 */
.s6 {
	overflow: hidden;
}
.s6 .tbl {
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #FC4D15;
    border-radius: 60px;
    overflow: hidden;
    background: #1F1E1E;
}
.s6 .tbl-head {
    border-bottom: 2px solid #FFE335;
    padding: 35px 0;
}
.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: 3px;
    height: 20px;
    width: 20px;
}
.s6 .list li.c:before {
    background: url(../images/s4-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(45deg, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(255,89,36,1) 100%);
    padding: 10px 40px;
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 15px;
}

.s6 h4.fast span {
    color: #FFE335;
}
.s6 .list li.s {
    background: linear-gradient(45deg, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(255,89,36,1) 100%);
    padding: 10px;
    padding-left: 55px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.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.v1 {
    max-width: unset;
}
.s7 .title-area.v1 .deliver h2 {
    font-size: 115px;
    line-height: 0.9;
    margin-bottom: 35px;
}
.s7 .title-area.v1 .deliver h2.v1 {
    background: linear-gradient(45deg, rgba(250,138,6,1) 0%,rgba(250,65,6,1) 50%,rgba(255,89,36,1) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.s7 .title-area.v1 .deliver h2.v2 {
    position: absolute;
    margin: auto;
    z-index: -1;
    top: 10px;
    max-width: max-content;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    left: 0;
    right: 0;
}
.s7 .title-area.v2 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: -25px;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url(../images/s7-holo.png) no-repeat center /contain;
    scale: 1.55;
}
.s7 .row:not(:last-child) {
    margin-bottom: 100px;
}
.s7 .colmn p {
    text-align: justify;
}
.s7 .f1 {
    left: 0;
    top: -500px;
}
.s7 .f2,
.faq .f1 {
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}	
.s7 .f3 {
    left: 0;
    bottom: -500px;
}
.s7 .f4 {
    top: 0;
    right: 0;
}
.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: 5px 15px;
    border-radius: 10px;
    text-shadow: 0 3px 3px rgba(0 0 0 /30%);
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgba(255,0,229,1) 0%,rgba(255,92,0,1) 100%);
}

/* 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 */