@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Bowlby+One+SC&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap');
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #FFFCEA;
	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: #4D4D4D;
	margin: 0;
	font: 400 20px/26px 'DM Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	margin: 0;
    font-family: 'Rubik', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.xl-heading,
.md-heading,
.sm-heading {
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}

.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.xl-heading {
	/* font-size: 70px; */
	line-height: 1.2;
}

.md-heading {
	font-size: 60px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 50px;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.4;
}

h2,
.h2 {
	/* font-size: 35px; */
	line-height: 1.4;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 1.3;
}

h4,
.h4 {
	font-size: 25px;
	line-height: 1.4;
}

h5, 
.h5 {
	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: 1500px;
}

.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,0,255,1) 0%,rgba(255,214,0,1) 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
}

.grad-txt-v2 {
	background: linear-gradient(to bottom, rgba(247,64,232,1) 0%,rgba(237,68,17,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 */

/* blackbar */
#bottom-head-menu {
    background: #860000;
    display: block;
    width: 100%;
    z-index: 2;
}
#bottom-head-menu .colmn-2 .collapse ul {
    /* width: 100%; */
    width: 75%;
}
#bottom-head-menu .colmn-2 .collapse ul a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
#bottom-head-menu .colmn-2 .collapse ul a:hover {
    color: #ffb800;
}
 .stick-this {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(134 0 0/80%) !important;
}
/* .blackbar {
    background:#000;
    padding:15px
    }
    
    .blackbar .custom-wrapper {
    max-width:1500px
    }

    .blackbar .colmn-3 a:hover {
    background-position:right
    }

    .blackbar .colmn-3 a {
        max-width: 50%;
        border-radius: 5px;
        padding: 15px;
        display: block;
        background: linear-gradient(45deg, rgba(250,0,255,1) 0%,rgba(255,214,0,1) 100%);
        background-size: 150%;
    }

    .time-wrapper {
    padding-top:16%
    }

    .time-wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform:scale(1.3);
    transform-origin:top
    }
    
    @media screen and (max-width: 1680.98px) {
    .blackbar .custom-wrapper {
    max-width:1250px;
    max-width:1100px
    }
    
    .time-wrapper iframe {
    transform-origin:50% 50%;
    transform:scale(1.2)
    }
    }
    
    @media screen and (max-width: 1024.98px) {
    .time-wrapper {
    padding-top:24%
    }
    }
    
    @media screen and (max-width: 991.98px) {
    .main-header {
    display:none
    }
    } */


    /* parallaz */
    .banner .custom-wrapper {
        z-index: 1;
    }
    
    .parallax-banner, .scene {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .banner .scene div {
        /* position: absolute!important; */
        transition: unset!important;
        /* width: 100%; */
        /* height: 100%; */
        filter: drop-shadow(0 0 10px rgba(0 0 0/60%));
    }
    
    .banner .scene img {
        transition: unset!important;
    }
    .banner .p1 {
        left: -10% !important;
        top: 80% !important;
    }
    .banner .p2 {
        left: -5% !important;
        top: 25% !important;
    }
    .banner .p3 {
        left: -45% !important;
        top: 45% !important;
        z-index: -1;
    }
    .banner .p4 {
        left: 80% !important;
        z-index: 1;
        top: 39% !important;
    }
    .banner .p5 {
        left: 0% !important;
        top: 60% !important;
    }


/* banner */
.floating-img {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.floating-img img {
    position: absolute;
}
.rubik {
    font-family: 'Rubik', sans-serif;
}
.one {
    font-family: 'Bowlby One', sans-serif;
}
.one-sc {
    font-family: 'Bowlby One Sc', sans-serif;
}
.banner:before {
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0 0 0 /10%);
}
.banner {
    padding: 50px 15px;
    background: url(../images/ban-bg.png) no-repeat center /cover;
    overflow: hidden;
}
.banner .title-area {
    margin: 0 auto 50px;
    text-align: center;
}
.banner .title-area span {
    -webkit-box-decoration-break: clone;
    background: #FFB800;
    border-radius: 15px;
    padding: 0 15px;
}
.banner .title-area h1 {
    filter: drop-shadow(0px 2px 7px rgba(0 0 0 /20%));
    letter-spacing: 5px;
    line-height: 1.3;
    text-shadow: 0 2px 7px rgba(0 0 0/50%);
    /* font-family: 'Montserrat', sans-serif; */
}
.banner .text-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.banner .title-area p.h1 {
    background: linear-gradient(to bottom, rgba(0,232,190,1) 0%,rgba(0,162,165,1) 100%);
    display: inline;
    padding: 1px 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 10px;
    border: 2px solid #fff;
    text-shadow: 0 2px 7px rgba(0 0 0/50%);
    box-shadow: 0 2px 7px rgba(0 0 0/50%);
}
.banner .title-area p:last-of-type {
    color: #fff;
    max-width: 700px;
    margin: 25px auto 0;
    filter: drop-shadow(0px 2px 1px rgba(0 0 0 /60%));
}
.banner .vid-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    /* background: linear-gradient(to right, rgba(250,0,255,1) 0%,rgba(255,214,0,0.5) 100%); */
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0 0 0 /50%);
    overflow: hidden;
}
.banner .inner-vid {
    border-radius: 20px;
    overflow: hidden;
}
.banner .bottom-div {
    position: absolute; 
    left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(1.6);
}
.banner .btn-wrap {
    padding: 30px 15px 0;
}
 /* spinner */
 .banner .spin-grad {
    background: linear-gradient(to right, rgba(250,0,255,1) 0%,rgba(255,214,0,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    border-radius: 40px;
    animation: spingrad 3s linear infinite;
    scale: 2;
}

@keyframes spingrad {
    0% {
        transform: rotate(0deg);
    }

    16.6666% {
        transform: rotate(51.42deg);
    }

    32.6666% {
        transform: rotate(102.84deg);
    }

    48.6666% {
        transform: rotate(154.26deg);
    }

    64.6666% {
        transform: rotate(205.68deg);
    }

    80.6666% {
        transform: rotate(265.10deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* btn-wrap */
#btn-wrap .custom-wrapper {
    max-width: 1200px;
}
.btn-wrap a {
    margin: 20px auto;
    background: linear-gradient(to right, rgba(142,112,251,1) 0%,rgba(217,2,77,1) 50%,rgba(142,112,251,1) 100%);
    display: block;
    max-width: 100%;
    background-size: 200%;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 2px;
    text-shadow: 0 2px 7px rgba(0 0 0/50%);
    border-radius: 60px;
    border: 3px solid #fff;
}
.btn-wrap a:hover {
    background-position: right;
}


/* s1 */
.s1 {
    padding: 50px 15px;
}
.s1 .colmn {
    background: #fff;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0 0 0/20%);
    flex: 0 0 49%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.s1 .content {
    display: flex;
    align-items: center;
}
.s1 .content .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
    filter: drop-shadow(0 2px 3px rgba(0 0 0/60%));
}
.s1 .colmn .content:not(:last-child) {
    margin-bottom: 25px;
}
.s1 .content:hover .img-wrapper::before {
    opacity: 1;
    transform: scale(1.2);
    transition: .3s ease;
}
.s1 .content .img-wrapper:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #00CAE0;
    border-radius: 15px;
    opacity: 0;
    transition: .3s ease;
}
.s1 .content p {
    font-weight: 700;
}

/* test */
.test .colmn *{
    color: #575757;
}
.test {
    padding: 50px 15px;
    background: linear-gradient(135deg, rgba(255,214,0,1) 0%,rgba(250,0,255,1) 100%);
}
.test .title-area {
    margin: 0 auto 50px;
    text-align: center;
    max-width: max-content;
    padding: 10px 25px;
    border-radius: 50px;
    border: 2px solid #fff;
}
.test .title-area span {
    color: #FFD600;
}
.test .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
}
.test .colmn {
    flex: 0 0 49%;
    max-width: 50%;
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0 0 0/30%);
}
.test .colmn:before {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: url(../images/test-bg.png) no-repeat center /cover;
}
.test .bot-wrap {
    display: flex;
    align-items: center;
    max-width: max-content;
    padding: 10px 20px;
    background: rgba(255 255 255/50%);
    border-radius: 100px;
    margin-top: 25px;
    box-shadow: 0 0 10px rgba(0 0 0/30%);
}
.test .bot-wrap .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.test .f1 {
    left: -500px;
    bottom: 0;
    margin: auto;
    top: 0;
    opacity: 0.5;
}

/* s2 */
.s2 * {
    color: #5A5A5A;
}
.s2.v2 *,
.s2.v4 *,
.s2.v5 *,
.s2.v6 *,
.s2.v7 *,
.s2.v8 *  {
    color: #fff;
}
.s2 {
    padding: 50px 15px;
    /* overflow: hidden; */
}
.s2.v2,
.s2.v5 {
    background: url(../images/s2-bg.png) no-repeat center /cover;
}
.s2.v4 {
    background: url(../images/s2-bg2.png) no-repeat center /cover;
}
.s2.v6 {
    background: url(../images/s2-bg3.png) no-repeat center /cover;
}
.s2.v7 {
    background: url(../images/s4-bg.png) no-repeat center /cover;
}
.s2.v8 {
    background: url(../images/s2-bg4.png) no-repeat center /cover;
}
.s2.v3 {
    padding: 15px;
    overflow: hidden;
}
.s2.v5 .head p {
    text-align: unset !important;
}
.s2 h1,
.s2.v8 h2,
.s2 .title-area h2,
.s2.v2 .title-area p.sm-heading,
.test h3,
.s3.v2 .title-area h2.sm-heading,
.s4 .title-area h2.sm-heading,
.s5 h1,
.s7 .title-area,
.s8 h1,
.s10 p.h1,
.s13 .box p.h3,
.btn-wrap h1 {
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s2.v1 h1,
.s2.v1 .title-area h2,
.s2.v3 h2,
.s2.v3 h1 {
    text-shadow: unset;
}
.s2 .title-area {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 1100px;
}
.s2.v1 .title-area {
    max-width: 900px;
}
.s2.v2 .title-area {
    margin: 0 auto 80px;
}
.s2.v2 .title-area p.h1,
.s2.v4 .title-area h1:last-of-type {
    background: linear-gradient(to bottom, rgba(0,232,190,1) 0%,rgba(0,162,165,1) 100%);
    display: inline;
    padding: 1px 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 10px;
    border: 2px solid #fff;
    text-shadow: 0 2px 7px rgba(0 0 0/50%);
    box-shadow: 0 2px 7px rgba(0 0 0/50%);
}
.s2.v2 .title-area p.h3 {
    max-width: 800px;
    font-weight: 700;
    margin: 0 auto;
}
.s2.v6 .title-area span {
    color: #FFD600;
    text-decoration: underline !important;
}
.s2.v7 p:first-of-type {
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s2.v7 p span {
    color: #FFD600;
}
.s2.v1 .colmn-2:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255,214,0,1) 0%,rgba(250,0,255,1) 100%);
    scale: 1.15;
    left: -250px;
}
.s2.v2 .colmn-2 .img-wrapper,
.s2.v4 .colmn-2 .img-wrapper,
.s2.v7 .colmn-2 .img-wrapper {
    scale: 1.1;
    transform-origin: -20% 50%;
}
.s2.v5 .colmn-2 .img-wrapper {
    scale: 1.1;
    transform-origin: 100% 50%;
}
.s2.v8 .colmn-2 .img-wrapper {
    scale: 1.2;
    transform-origin: 100% 50%;
}
.s2.v8 .head h2 {
    color: #FFD600;
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
    letter-spacing: 2px;
}
.s2.v8 .head .img-wrapper {
    flex: 0 0 auto;
    margin-left: 15px;
    filter: drop-shadow(0 2px 5px rgba(0 0 0/50%));
}
.s2.v3 h2 {
    color: #5A5A5A;
}
.s2.v3 .head .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.s2.v4 .title-area span {
    text-decoration: underline !important;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-box-decoration-break: clone;
    color: #FFD600;
}
.s2.v5 .colmn .text-wrapper p:first-child {
    text-align: unset;
}
.s2.v5 .head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.s2.v5 .head .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.s2 li {
    padding-left: 40px;
    text-align: justify;
}
.s2.v1 li {
    font-weight: 600;
}
.s2 li:not(:last-child) {
    margin-bottom: 10px;
}
.s2 li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    height: 25px;
    width: 25px;
}
.s2.v1 li:before {
    background: url(../images/stop.png) no-repeat center /cover;
}
.s2.v2 li:before {
    background: url(../images/check.png) no-repeat center /cover;
}
.s2.v4 li:before {
    background: url(../images/down.png) no-repeat center /cover;
}

.s2 .colmn .text-wrapper p {
    text-align: justify;
}
.s2.v6 .colmn .text-wrapper p {
    font-weight: 500;
}
.s2.v1 .f1 {
    right: -50px;
    top: 50px;
}
.s2.v2 .f1 {
    left: -100px;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.s2.v3 .f1 {
    right: -50px;
    bottom: -100px;
    max-width: 400px;
}
.s2.v4 .f1 {
    left: 0;
    bottom: 0;
}
.s2.v6 .f1 {
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    transform: scaleX(1.5);
}
.s2.v6 .f2 {
    left: 150px;
    top: 0px;
    max-width: 250px;
}
.s2.v6 .f3 {
    left: 0;
    bottom: 0;
    max-width: 350px;
}

/* bg */
.bg-v1,
.bg-v2 {
    overflow: hidden;
}

/* s3 */
.s3 {
    padding: 50px 15px;
}
.s3.v2 {
    /* padding: 15px 15px 50px; */
    overflow: hidden;
    background: url(../images/s3-bg.png) no-repeat center /cover;
}
.s3 .title-area {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}
.s3.v1 .text-wrapper p:first-of-type {
    max-width: 800px;
    margin: 0 auto 25px;
}
.s3.v2 .content-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    filter: drop-shadow(0 0 15px rgba(0 0 0/10%));
}
.s3.v2 .img-wrapper {
    filter: drop-shadow(0 0 5px rgba(0 0 0 /50%));
}
.s3.v1 .f1 {
    left: -100px;
    top: 100px;
}
.s3.v1 .f2 {
    right: 100px;
    bottom: 100px;
}
.s3.v1 .f3 {
    right: -100px;
    top: 200px;
}
.s3.v2 .f1 {
    right: -150px;
    bottom: -100px;
}
.s3.v2 .content-wrapper img:hover {
    scale: 1.03;
}
.s3 .title-area span {
    color: #FFD600;
}

/* s4 */
.s4 * {
    color: #fff;
}
.s4 {
    padding: 50px 15px;
    background: url(../images/s4-bg.png) no-repeat center /cover;
}
.s4 .title-area {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}
.s4 .title-area span {
    color: #FFD600;
}
.s4 li {
    padding-left: 35px;
    margin: 10px auto 0;
}
.s4 li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    background: url(../images/check.png) no-repeat center /cover;
}
.s4 .colmn-2 .img-wrapper {
    transform-origin: 115% 50%;
    scale: 1.1;
}
.s4 .text-wrapper p {
    font-weight: 700;
}

/* s5 */
.s5 {
    padding: 50px 15px;
    background: url(../images/s5-bg.png) no-repeat center /cover;
    /* overflow: hidden; */
}
.s5 .title-area {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 900px;
}
.s5 .title-area p.h5 {
    text-transform: uppercase;
    letter-spacing: 15px;
    color: #FAFF00;
    margin: 25px auto;
}
.s5 .content-wrapper {
    scale: 1.2;
    transform-origin: 25% 10%;
    margin-bottom: 100px;
}
.s5 .f1 {
    left: -50px;
    top: 100px;
}
.s5 .f2 {
    right: -100px;
    top: 0;
    max-width: 500px;
}
.s5 .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}


/* s6 */
.s6 {
    padding: 50px 15px;
}
.s6 .title-area {
    margin: 0 auto 50px;
    text-align: center;
}
.s6 .content-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    max-width: 1300px;
}
.s6 .content:nth-child(odd) {
    background: linear-gradient(45deg, rgba(255,214,0,1) 0%,rgba(250,0,255,1) 100%);
}
.s6 .content:nth-child(even) {
    background:  linear-gradient(135deg, rgba(250,0,255,1) 0%,rgba(255,214,0,1) 100%);;
}
.s6 .content {
    padding: 20px;
    border-radius: 50px;
}
/* .s6 .content:hover {
    scale: 1.03;
}    */
.s6 .colmn-2 .img-wrapper {
    filter: drop-shadow(0 0 4px rgba(0 0 0/50%));
}
.s6 .content {
    padding: 50px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0 0 0/50%);
    height: 500px;
}
.s6 .colmn-1 {
    flex: 0 0 75%;
    max-width: 75%;
    display: flex;
    align-items: center;
    padding: 70px;
}
.s6 .colmn-1:before {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    height: 400px;
    width: 100%;
    /* scale: 1.1; */
    transform: scaleY(1.2);
}
.s6 .content:nth-child(odd) .colmn-1 {
    padding-left: 120px;
}
.s6 .content:nth-child(even) .colmn-1 {
    padding-right: 120px;
}
.s6 .content:nth-child(odd) .colmn-1:before {
    background: url(../images/s6-con.png) no-repeat center /contain;
    transform-origin: 80% 50%;
}
.s6 .content:nth-child(even) .colmn-1:before {
    background: url(../images/s6-con2.png) no-repeat center /contain;
    transform-origin: 20% 50%;
}
.s6 .content:nth-child(odd) .colmn-1 .img-wrapper {
    margin-right: 25px;
}
.s6 .content:nth-child(even) .colmn-1 .img-wrapper {
    margin-left: 25px;
}
.s6 .colmn-1 .img-wrapper {
    flex: 0 0 auto;
}
.s6 .content:nth-child(odd) .text-wrapper {
    padding-left: 40px;
}
.s6 .content:nth-child(odd) .text-wrapper:before {
    left: 0;
}
.s6 .content:nth-child(even) .text-wrapper {
    padding-right: 40px;
}
.s6 .content:nth-child(even) .text-wrapper:before {
    right: 0;
}
.s6 .text-wrapper:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 5px;
    background: #FB23D7;
}
.s6 .colmn-2 {
    flex: 0 0 25%;
    max-width: 25%;
}
.s6 .f1 {
    left: 100px;
    top: 100px;
}
.s6 .f2 {
    right: -100px;
    bottom: 100px;
}

/* s7 */
.s7 {
    padding: 50px 15px;
    background: url(../images/s7-bg.png) no-repeat bottom  /cover;
}
.s7 .title-area {
    text-align: center;
    margin: 0 auto 50px;
}
.s7 h2 {
    color: #FFE500;
    text-transform: uppercase;
}
.s7 .vid-wrap {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 50px 50px 10px rgba(0 0 0/30%);
}
.s7 .in-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.s7 .f1 {
    left: 50px;
    top: 50px;
    z-index: 1;
}
.s7 .f2 {
    left: -100px;
    bottom: -200px;
}
.s7 .f3 {
    right: -300px;
    top: -350px;
}
.s7 .f4 {
    right: -50px;
    bottom: 0;
}


/* s8 */
.s8 {
    padding: 50px 15px;
}
.s8.v2 {
    padding: 15px;
}
.s8 .content-wrapper {
    background: linear-gradient(45deg, rgba(251,52,193,1) 0%,rgba(254,160,65,1) 100%);
    padding: 50px;
    border-radius: 50px;
    filter: drop-shadow(0 0 10px rgba(0 0 0/20%));
    /* max-width: max-content; */
}
.s8 .title-area {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 950px;
}
.s8.v2 .title-area * {
    color: #4C4C4C;
}
.s8 .title-area span {
    color: #FFD600;
}
.s8.v2 .title-area {
    max-width: 1200px;
}
.s8.v2 .title-area .h1 {
    max-width: 900px;
    margin: 0 auto;
}
.s8.v2 .title-area h1 {
    background: linear-gradient(to bottom, rgba(0,232,190,1) 0%,rgba(0,162,165,1) 100%);
    display: inline;
    padding: 1px 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 10px;
    border: 2px solid #fff;
    text-shadow: 0 2px 7px rgba(0 0 0/50%);
    box-shadow: 0 2px 7px rgba(0 0 0/50%);
    color: #fff;
}
.s8.v1 .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: max-content;
    margin: 0 auto;
}
.s8.v1 .f1 {
    top: -100px;
    right: -200px;
}
.s8.v2 .content .img-wrapper {
    /* box-shadow: 0 0 10px rgba(0 0 0/40%); */
    filter: drop-shadow(0 0 5px rgba(0 0 0/50%));
}
.s8.v2 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s8.v2  .text-wrap {
    position: absolute;
    /* background: red; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    border-radius: 0 0 45px 45px;
    height: 260px;
}
.s8.v2 .colmn-1 .text-wrap {
    background: rgb(73 0 65/70%);
}
.s8.v2 .colmn-2 .text-wrap {
    background: rgb(142 0 85/70%);
}
.s8.v2 .colmn-3 .text-wrap {
    background: rgb(0 117 143/70%);
}
.s8.v2 .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.s8.v2 .head .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.s8.v2 .text-wrapper p {
    text-align: center;
    color: #fff;
}
.s8.v2 .colmn .context:not(:last-child) {
    margin-bottom: 25px;
}
.s8.v2 .colmn {
    flex: 0 0 33.33%;
    max-width: 32%;
}
.s8.v2 .f1 {
    left: -100px;
}
.s8.v2 .f2 {
    right: 100px;
    top: 100px;
}
.s8.v2 .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -400px;
    margin: auto;
}
.s8.v2 .con-2 {
    display: none;
}


/* s9 */
.s9 * {
    color: #fff;
}
.s9.v2 *,
.s9.v4 *,
.s9.v6 * {
    color: #4D4D4D;
}
.s9 {
    padding: 50px 15px;
}
.s9.v1 {
    background: url(../images/s9-bg.png) no-repeat center /cover;
}
.s9.v3 {
    background: linear-gradient(to bottom, rgba(250,153,67,1) 0%,rgba(243,32,209,1) 100%);
}
.s9.v5 {
    background: url(../images/s9-bg3.png) no-repeat center /cover;
}
.s9 .title-area {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 1100px;
}
.s9 .title-area p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px auto;
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s9 .title-area span {
    padding: 0 25px;
}
.s9 .title-area span:before {
    -webkit-box-decoration-break: clone;
    background: #FFB800;
    border-radius: 50px;
    /* padding: 0 20px; */
    border: 2px solid #fff;
    display: block;
    position: absolute;
    inset: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    /* transform: scaleX(1.1); */
}
.s9 .head {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,232,190,1) 0%,rgba(0,162,165,1) 100%);
    padding: 10px 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 10px;
    border: 2px solid #fff;
    text-shadow: 0 2px 7px rgba(0 0 0/50%);
    box-shadow: 0 2px 7px rgba(0 0 0/50%);
    max-width: max-content;
    margin-bottom: 25px;
}
.s9 .head .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
    filter: drop-shadow(0 2px 7px rgba(0 0 0/50%));
}
.s9 .row:not(:last-child) {
    margin-bottom: 50px;
}
.s9 .colmn .text-wrapper p {
    text-align: justify;
    font-weight: 500;
}
.s9.v2 .head h3,
.s9.v4 .head h3,
.s9.v6 .head h3 {
    color: #fff;
}
.s9 .colmn-2 img {
    filter: drop-shadow(0 2px 5px rgba(0 0 0/60%));
}


/* s10 */
.s10 {
    padding: 50px 15px;
}
.s10 .title-area {
    text-align: center;
    margin: 0 auto 50px;
}
.s10 .row {
    background: linear-gradient(to bottom, rgba(244,65,176,1) 0%,rgba(239,67,69,1) 100%);
    padding: 50px 0;
    overflow: hidden;
}
.s10 .row:not(:last-child) {
    margin-bottom: 50px;
}
.s10 .colmn-2:before {
    display: block;
    position: absolute;
    /* inset: 0; */
    margin: auto;
    height: 100%;
    width: 95%;
    background: linear-gradient(135deg, rgba(254,152,73,1) 0%,rgba(251,56,189,1) 100%);
    transform: scaleY(1.3);
    top: 0;
    bottom: 0;
    box-shadow: 0 0 40px rgba(0 0 0/90%);
}
.s10 .row:nth-child(odd) .colmn-2:before {
    left: 0;
}
.s10 .row:nth-child(odd) {
    padding-right: 50px;
}
.s10 .row:nth-child(even) .colmn-2:before {
    right: 0;
}
.s10 .row:nth-child(even) {
    padding-left: 50px;
}
.s10 .colmn p.h1 {
    text-decoration: underline !important;
}
.s10 .colmn span {
    color: #FAFF00;
    text-decoration: underline !important;
}
.s10 .text-wrapper p:not(:first-child) {
    text-align: justify;
    color: #fff;
    font-weight: 500;
}


/* s11 */
/* s12 */

/* s13 */
.s13 {
    padding: 50px 15px;
    background: url(../images/s13-bg.png) no-repeat center /cover;
}
.s13 .title-area {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 50px;
}
.s13 .title-area .f-700 {
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s13 .title-area h2 {
    background: linear-gradient(135deg, rgba(0,223,187,1) 0%,rgba(0,162,165,1) 100%);
    display: inline;
    padding: 0 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 15px;
    border: 2px solid #fff;
    filter: drop-shadow(0 2px 5px rgba(0 0 0/50%));
}
.s13 .colmn .text-wrapper p:not(:first-child) {
    text-align: justify;
    font-weight: 600;
    color: #fff;
}
.s13 .colmn-2 .img-wrapper:before {
    display: block;
    position: absolute;
    margin: auto;
    height: 101%;
    background: #FFEBCE;
    box-shadow: 0 0 30px rgba(0 0 0/70%);
    top: 0;
    bottom: 0;
}
.s13 .row-1 .colmn-2 .img-wrapper:before {
    scale: 1.1;
    right: 0;
    width: 90%;
}
.s13 .row-2 .colmn-2 .img-wrapper:before {
    scale: 1.1;
    left: -55px;
    width: 100%;
}
.s13 .row {
    background: linear-gradient(135deg, rgba(254,163,61,1) 0%,rgba(251,46,200,1) 100%);
    overflow: hidden;
    padding: 30px 0;
}
.s13 .row-1 .box {
    padding-left: 80px;
}
.s13 .row-2 .box {
    padding-right: 80px;
}
.s13 .floating-img img {
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
.s13 .content-wrapper .f1 {
    right: -50px;
}
.s13 .content-wrapper .f2 {
    left: -50px;
}
.s13 .content-wrapper:not(:last-child) {
    margin-bottom: 50px;
}
.s13 .vip {
    max-width: max-content;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, rgba(250,0,255,1) 0%,rgba(255,214,0,1) 100%);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s13 .vip .img-wrapper {
    flex: 0 0 auto;
    margin-right: 10px;
}
.s13 .vip h3 {
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s13 .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* s14 */
.s14 * {
    color: #fff;
}
.s14 {
    padding: 50px 15px;
}
.s14 .title-area {
    text-align: center;
    margin: 0 auto 100px;
    max-width: 850px;
}
.s14 .title-area h2 {
    color: #5A5A5A;
}
.s14 .title-area span {
    display: flex;
    justify-content: center;
}
.s14 .row:before {
    left: -65px;
    top: -73px;
    height: 400px;
    width: 400px;
    background: url(../images/s14-f1.png)  no-repeat center /contain;
  
}
.s14 .row:before,
.s14 .row:after {
    display: block;
    position: absolute;
    z-index: 1;
}
.s14 .row:after {
    left: -50px;
    top: -100px;
    color: #fff;
    font-size: 160px;
    font-family: 'Rubik', sans-serif;
    text-shadow: 0 5px 10px rgba(0 0 0/50%);
}
.s14 .row-1:after {
    content: '01';
}
.s14 .row-2:after {
    content: '02';
}
.s14 .row-3:after {
    content: '03';
}
.s14 .row {
    background: linear-gradient(to bottom, rgba(244,65,175,1) 0%,rgba(239,67,70,1) 100%);
    border-radius: 0 0 200px 0;
    padding: 50px 50px 50px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.s14 .box {
    background: rgb(88 0 0/30%);
    border-radius: 0 0 150px 0;
    padding: 50px;
    border: 2px solid rgb(255 255 255/50%);
    box-shadow: 0 0 40px rgba(0 0 0/30%);
}
.s14 p.h3 {
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s14 .head {
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, rgba(250,0,255,1) 0%,rgba(255,214,0,1) 100%);
    max-width: max-content;
    border-radius: 50px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0 0 0/20%);
}
.s14 .head .img-wrapper {
    background: #FF0000;
    padding: 10px;
    margin-right: 10px;
    flex: 0 0 auto;
    padding-left: 20px;
}
.s14 .head h3 {
    margin-right: 20px;
    text-shadow: 0 1px 5px rgba(0 0 0/30%);
}
.s14 .row:not(:last-child) {
    margin-bottom: 130px;
}
.s14 .text-wrapper p:not(:first-child) {
    /* text-align: justify; */
    font-weight: 600;
}   


/* s15 */


/* s16 */
.s16 {
    padding: 50px 15px;
}
.s16 .title-area {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 900px;
}
.s16 .title-area h1:last-of-type {
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
}
.s16 .title-area h1:last-of-type {
    background: linear-gradient(135deg, rgba(0,223,187,1) 0%,rgba(0,162,165,1) 100%);
    display: inline;
    padding: 0 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 15px;
    border: 2px solid #fff;
    filter: drop-shadow(0 2px 5px rgba(0 0 0/50%));
}
.s16 .content-wrapper {
    max-width: 1200px;
    scale: 1.001;
    transform-origin: -5000% 50%;
}
.s16 .content {
    background: #FFE7C3;
    padding: 30px;
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.s16 .content:before {
    display: block;
    position: absolute;
    left: -220px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 318px;
    width: 800px;
    background: url(../images/s16-f1.png) no-repeat center /contain;
    z-index: -1;
}
.s16 .cw-2:before {
    background: url(../images/s16-f2.png) no-repeat center /contain;
}
.s16 .cw-3:before {
    background: url(../images/s16-f3.png) no-repeat center /contain;
}
.s16 .cw-4:before {
    background: url(../images/s16-f4.png) no-repeat center /contain;
}
.s16 .cw-5:before {
    background: url(../images/s16-f5.png) no-repeat center /contain;
}
/* .s16 .content:hover {
    scale: 1.03;
} */
.s16 .box:not(:last-child) {
    margin-bottom: 50px;
}
.s16 .box {
    padding-right: 70px;
}
.s16 .box:before {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 70px;
    z-index: 1;
}
.s16 .box-1:before {
    background: #3E7B96;
}
.s16 .box-2:before {
    background: #FFD600;
}
.s16 .box-3:before {
    background: #00FFA3;
}
.s16 .box-4:before {
    background: #F334A4;
}
.s16 .box-5:before {
    background: #FF8A00;
}
.s16 .head {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.s16 .head .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.s16 .context {
    padding-left: 150px;
    padding-right: 50px;
}
.s16 .content:after {
    display: block;
    position: absolute;
    background: url(../images/s16-1.png) no-repeat center /cover;
    left: -100px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: 220px;
    width: 220px;
}
.s16 .cw-2:after {
    background: url(../images/s16-2.png) no-repeat center /cover;
}
.s16 .cw-3:after {
    background: url(../images/s16-3.png) no-repeat center /cover;
}
.s16 .cw-4:after {
    background: url(../images/s16-4.png) no-repeat center /cover;
}
.s16 .cw-5:after {
    background: url(../images/s16-5.png) no-repeat center /cover;
}
.s16 .text-wrapper p {
    font-weight: 600;
    text-align: justify;
}


/* s17 */
.s17 * {
    color: #fff;
}
.s17 {
    padding: 50px 15px;
    overflow: hidden;
    background: url(../images/s9-bg3.png) no-repeat center /cover;
}
.s17 .title-area {
    max-width: 1310px;
    margin: 0 auto 50px;
}
.s17 .title-area h1.one-sc {
    text-shadow: 0 3px 3px rgba(0 0 0/70%);
    letter-spacing: 3px;
}
.s17 .title-area .text-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.s17 .title-area p.h3 {
    background: #FFB800;
    display: inline;
    padding: 5px 20px;
    -webkit-box-decoration-break: clone;
    border-radius: 50px;
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
    border: 2px solid #fff;
}
.s17 .title-area .text-wrapper p {
    font-weight: 600;
}
.s17 .bot-text {
    max-width: 750px;
    margin: 25px auto 0;
}
.s17 .bot-text h1 {
    background: linear-gradient(135deg, rgba(0,223,187,1) 0%,rgba(0,162,165,1) 100%);
    display: inline;
    padding: 0 15px;
    -webkit-box-decoration-break: clone;
    border-radius: 15px;
    border: 2px solid #fff;
    text-shadow: 0 2px 5px rgba(0 0 0/50%);
    filter: drop-shadow(0 2px 5px rgba(0 0 0/50%));
}
.s17 #pricing-table {
    max-width: 1400px;
}
.s17 .tbl {
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #fff;
}
.s17 .tbl-body {
    padding: 40px 60px;
    background: #1A1B1B;
}
.s17 .tbl-head {
    background: #000;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 15px;
    /* border-radius: 40px 40px 70px 70px; */
    /* z-index: 1; */
    /* clip-path: polygon(0 90%,50% 100%,100% 90%,100% 0,0 0); */
}

/* .s17 .tbl-body:before {
display:block;
position:absolute;
inset:0;
margin:auto;
height:77%;
width:95%;
background:#4D4D4D;
transform:scaleY(1.5);
z-index:-1;
transform-origin:0 70%;
border-radius:50px;
filter:drop-shadow(0 0 10px rgba(0 0 0 /70%));
border:3px solid #D525CE
} */

.s17 .tbl-start {
scale:.9
}
.s17 li {
    padding-left: 40px;
    color: #fff;
}

.s17 li::before {
display:block;
position:absolute;
height:25px;
width:25px;
left:0
}

.s17 li.x::before {
background:url(../images/tbl-x.png) no-repeat center /cover
}

.s17 li.c::before {
background:url(../images/tbl-check.png) no-repeat center / cover
}

.s17 .colmn li:not(:last-child) {
margin-bottom:25px
}


/* faq */
.faq * {
    color: #fff;
}
.faq {
    padding: 50px 15px;
    background: linear-gradient(45deg, rgba(251,35,213,1) 0%,rgba(254,191,28,1) 100%);
    overflow: hidden;
}
.faq .title-area {
    text-align: center;
    margin: 0 auto 50px;
}
.faq .title-area h1 {
    letter-spacing: 5px;
    text-shadow: 0 1px 5px rgba(0 0 0/70%);
}
.faq .title-area h1 span {
    color: #FFF500;
}
.faq .content {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 50px;
    background: linear-gradient(45deg, rgba(254,191,28,1) 0%,rgba(251,35,213,1) 100%);
    box-shadow: 0 0 10px rgba(0 0 0/50%);
    padding: 30px;
    border: 3px solid #fff;
}
/* .faq .content:hover {
    scale: 1.03;
} */
.faq .content:not(:last-child) {
    margin-bottom: 25px;
}
.faq .head {
    display: flex;
    align-items: center;
    background: #AF047A;
    padding: 20px;
    max-width: 700px;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: inset 0 2px 10px rgba(0 0 0/50%);
}
.faq .head .img-wrapper {
    flex: 0 0 auto;
    margin-right: 15px;
}
.faq .content .text-wrapper {
    padding-left: 35px;
    margin-top: 25px;
}
.faq .text-wrapper p {
    text-align: justify;
    font-weight: 600;
}
.faq .list {
    padding-left: 25px;
    margin-bottom: 25px;
}
.faq .list li {
    font-weight: 700;
}
.faq .f1 {
    left: -300px;
    top: 300px;
    /* max-width: 300px; */
}
.faq .f2 {
    right: -50px;
    bottom: -200px;
}
/* .faq a:hover {
    color: red;
    text-decoration: underline !important;
}
     */


/* Content Style End */

/* =============================================================== */


/* Modal */
.modal-body {
    padding:0 50px 20px
}
    
.modal-body h5 {
    font:700 22px/1.4 Poppins,sans-serif;
    color:#ff38a9
}
    
.modal-footer {
    padding:0 50px 40px;
    flex-wrap:wrap
}
    
.modal-footer .btn {
    font:700 18px/18px Poppins,sans-serif;
    background-color:#4f0084;
    padding:15px;
    border-radius:0;
    border:2px solid transparent
}
    
.modal-footer .btn:hover {
    background-color:transparent;
    color:#ff38a9!important;
    border-color:#ff38a9
}
    
.modal-header .close:focus {
    outline:none
}


/* Disclaimer Start */
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
}

.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: #4D4D4D;
	font-size: 14px;
	font-family: 'Poppins';
}

#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 */