@font-face {
font-family:"Almond Cream";
src:url("../webfonts/Almond_Cream/AlmondCream.eot") format("eot"),
url("../webfonts/Almond_Cream/AlmondCream.woff") format("woff"),
url("../webfonts/Almond_Cream/AlmondCream.ttf") format("truetype"),
url("../webfonts/Almond_Cream/AlmondCream.svg#AlmondCreamRegular") format("svg");
font-weight:normal;
font-style:normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;1,500&display=swap');

body {
font-family: 'Almond Cream';
overflow-x: hidden;
}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

img {
max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
text-decoration: none;
outline: none; }

a:focus,
a:hover {
text-decoration: none; }

i,
span,
a {
display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Almond Cream';
margin: 0px; }

h1 {
font-size: 48px; }

h2 {
font-size: 36px; }

h3 {
font-size: 28px; }

h4 {
font-size: 22px; }

h5 {
font-size: 18px; }

h6 {
font-size: 16px; }

ul, ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}

p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #6A6972;
margin: 0px; }

.bg_cover {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
}

.btnGradient{
background: rgb(255,209,36);
background: linear-gradient(180deg, rgba(255,209,36,1) 35%, rgba(255,132,39,1) 100%);
}
.m-30{
margin-bottom: 30px;
}
.pb-80{
padding-bottom: 80px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
outline: 0; }

/*===== All Button Style =====*/
.main-btn {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0 25px;
font-size: 25px;
line-height: 48px;
border-radius: 8px;
border: 0;
color: #fff;
cursor: pointer;
z-index: 5;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
/* background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%); */
background: rgb(255,209,36);
background: linear-gradient(180deg, rgba(255,209,36,1) 35%, rgba(255,132,39,1) 100%);
background-size: 200%;
width: 170px;
height: 50px;
border-radius: 30px;
box-shadow: 1px 6px 15px #00000042;
}
.main-btn:hover {
color: #1e8e0b;
text-shadow: 2px 3px 5px #fff;
}

/*===== All SECTION TITLE Style =====*/
.section-title .line {
background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
width: 150px;
height: 5px;
margin-bottom: 10px !important; }

.section-title .title {
font-size: 38px;
font-weight: 700;
line-height: 42px;
}

.section-title .title span {
font-weight: 400;
display: contents;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
font-size: 18px;
font-weight: 400;
color: #361CC1;
text-transform: uppercase; }


.section-title .title {
font-size: 32px;
padding-top: 10px; }

.section-title .title span {
font-weight: 400;
display: contents; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
outline: 0; }

/*===========================
02.HEADER css
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }

.sticky {
position: fixed;
z-index: 99;
background-color: #fff;
-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }
.sticky .navbar {
padding: 10px 0; }

.navbar {
padding: 25px 0;
border-radius: 5px;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }

.navbar-brand {
padding: 0; }

.navbar-toggler {
padding: 0; }
.navbar-toggler .toggler-icon {
width: 30px;
height: 2px;
background-color: #fff;
display: block;
margin: 5px 0;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 7px; }
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
opacity: 0; }
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
top: -7px; }



.navbar-nav .nav-item {
margin-right: 25px;
position: relative;
}

.navbar-nav .nav-item a {
font-size: 22px;
font-family: 'Almond Cream' !important;
color: #ffffff;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
padding: 10px 0;
position: relative;
}

.navbar-nav .nav-item:hover .sub-menu {
top: 100%;
opacity: 1;
visibility: visible;
}

.navbar-nav .nav-item .sub-menu {
width: 200px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
position: absolute;
top: 110%;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }

.navbar-nav .nav-item .sub-menu li {
display: block; }
.navbar-nav .nav-item .sub-menu li a {
display: block;
padding: 8px 20px;
color: #2E2E2E; }
.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
padding-left: 25px;
color: #361CC1; }

.navbar-nav .sub-nav-toggler {
display: none; }

.navbar-nav .sub-nav-toggler span {
width: 8px;
height: 8px;
border-left: 1px solid #2E2E2E;
border-bottom: 1px solid #2E2E2E;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: -5px; }



.navbar-btn .main-btn {
height: 45px;
line-height: 45px;
background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
background-size: 200%; }
.navbar-btn .main-btn:hover {
color: #fff;
background-position: right center; }

.sticky .navbar-toggler .toggler-icon {
background-color: #2E2E2E; }

.sticky .navbar-nav .nav-item a {
color: #2E2E2E; }

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
color: #396e11;
}
.sticky .navbar-brand img{
height: 130px;
}

/*===== HEADER HERO =====*/
.header-hero {
position: relative;
background: url(../images/bg-top.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 950px;
}
.bannerRight{
position: relative;
}
/*.bannerRight img{*/
/*    position: absolute;*/
/*    right: -5%;*/
/*    top: 200px;*/
/*}*/
.bannerRight .charImg{
position: absolute;
left: 0%;
box-shadow: none !important;
}


.header-hero-content {
padding-top: 180px;
}

.header-hero-content .header-sub-title {
font-size: 65px;
font-weight: bold;
color: #fff;
padding-top: 100px;
background: #83B029;
background: -webkit-linear-gradient(to bottom, #83B029 30%, #2B9338 100%);
background: -moz-linear-gradient(to bottom, #83B029 30%, #2B9338 100%);
background: linear-gradient(to bottom, #83B029 30%, #2B9338 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.header-hero-content .header-title {
font-size: 38px;
font-weight: 700;
color: #fff;
}

.header-hero-content .text {
color: #000000;
margin-top: 20px;
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 300;
}
.header-hero-content .main-btn {
margin-top: 40px; }

.header-hero-image {
padding-top: 45px; }
.header-hero-image img {
max-width: 650px; }


/*===========================
03.BRAND css
===========================*/


.single-logo {
padding: 0 30px; }

.single-logo img {
width: 100%;
opacity: 0.5;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }
.single-logo:hover img {
opacity: 1;
}



.section-title h3{
color: #396e11;
font-size: 60px;
font-weight: 600;
margin-bottom: 30px;
}
.section-title p{
color: #000000;
font-size: 17px;
font-family: 'Poppins', sans-serif;
font-weight: 300;
}


/ Featured Section /

.featuredSection{
padding: 100px 0;
position: relative;
}


.featuredSection .featurebox .title h5{
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 24px;
color: #000000;
}
.featuredSection .featurebox .desc p {
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 17px;
color: #000000;
min-height: 100px;
}
.featuredSection .featurebox .step span.active{
width: 62px;
height: 62px;
border-radius: 50%;
background: rgb(255,209,36);
background: linear-gradient(90deg, rgba(255,209,36,1) 40%, rgba(255,132,39,1) 100%);
color: #ffffff !important;
text-align: center;
box-shadow: 5px 5px 35px #ffdcc0;
padding: 15px;
font-size: 22px;
font-weight: 600;
border: none;
}
.featuredSection .featurebox .step .inactive{

width: 62px;
height: 62px;
border-radius: 50%;
text-align: center;
padding: 15px;
font-size: 22px;
font-weight: 600;
box-shadow: 5px 5px 35px #ffdcc0;
background: linear-gradient(to bottom, #ffd124 30%, #ff8427 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
border: 1px solid #ffb924;

}

/ Play Store Section /

.playstoreSec{
position: relative;
padding: 100px 0;
}
.playstoreSec::before{
content: '';
position: absolute;
top: 12%;
left: -14%;
background: url('../images/left-mobile-bg.png');
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.playstoreSec::after{
content: '';
position: absolute;
top: -6%;
right: -8%;
height: 200px;
width: 200px;
border-radius: 50%;
background: rgb(132,196,6);
background: radial-gradient(circle, rgba(132,196,6,1) 40%, rgba(84,158,9,0.9780287114845938) 100%);
}
.playstoreSec .section-title p{
font-family: 'Poppins';
font-weight: 300;
font-size: 14px;
color: #000000;
}
.playstoreSec .ctaLinks{
display: flex;
justify-content: space-between;
}

.playstoreSec .ctaLinks button{
display: flex;
justify-content: space-around;
align-items: center;
width: 210px;
height: 70px;
border-radius: 20px;
background: rgb(255,209,36);
background: linear-gradient(180deg, rgba(255,209,36,1) 35%, rgba(255,132,39,1) 100%);
box-shadow: 1px 3px 10px #ccc;
}
/*.playstoreSec .ctaLinks button:hover{*/
/* border: 2px solid #ffb924;*/
/* background: transparent;*/
/* box-shadow: 0px 3px 10px #ccc;*/
/*}*/
.playstoreSec .ctaLinks button:hover p{
color: #000000;
}
.playstoreSec .ctaLinks button p{
font-size: 18px;
font-family: 'Poppins', sans-serif, sans-serif;
color: #ffffff;
text-align: left;
font-weight: 500;
line-height: 1.2;
}
.playstoreSec .rightColWrapper{
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}


/ Subscription Section /
.subscribeSec {
margin: 100px 0;
background: url(../images/subscribe-bg.jpg);
background-repeat: no-repeat;
width: 100%;
min-height: 350px;
background-position: center center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #ffffff;
}
.subscribeSec .section-title h3{
color: #ffffff;
margin-bottom: 20px;
font-size: 65px;
font-weight: unset;
}
.subscribeSec .section-title p{
color: #ffffff;
}
.subscribeSec .subscribeForm{
display: flex;
justify-content: center;
margin-top: 30px;
}
.subscribeForm input {
width: 400px;
box-sizing: border-box;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background-color: transparent;
box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
padding: 10px 30px;
border: 1px solid #ffffff;
font-size: 16px;
font-family: 'Poppins', sans-serif, sans-serif;
border-right: 0;
color: #ffffff;
outline: none;
-webkit-appearance: none;
}
.subscribeForm input::placeholder {
color: #ffffff;
}

.subscribeForm button {
background-color: #ffffff;
box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
color: #000000;
margin-left: -45px;
cursor: pointer;
border: none;
outline: none;
width: 200px;
font-family: 'Poppins', sans-serif;
font-size: 16px;
padding: 0 10px;
font-weight: 500;
border-radius: 20px;
}


/ Game Screen Sec Starts /
.gameScreensSec{
position: relative;
margin: 150px 0 0;
height: 100vh;
}
.gameScreensSec::before{
content: '';
position: absolute;
top: 5%;
left: -30%;
z-index: -1;
background: url('../images/left-mobile-bg.png');
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.gameScreensSec::after{
content: '';
position: absolute;
top: 5%;
right: -70%;
z-index: -1;
background: url('../images/rignt-slider.png');
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.gameScreensSec .screen3{
position: relative;
}
/*.gameScreensSec .screen3::before{*/
/* content: '';*/
/* position: absolute;*/
/* background: url('../images/Shadow.png');*/
/* background-repeat: no-repeat;*/
/* width: 100%;*/
/* height: 100%;*/
/* width: 100%;*/
/* height: 100%;*/
/* z-index: -1;*/
/* top: -15%;*/
/* background-size: contain;*/
/* left: -15%;*/
/*}*/
.gameScreensSec .bgMobile{
position: relative;
text-align: center;
}

.gameScreensSec .bgMobile::before{
content: '';
position: absolute;
background: url('../images/mob-scr.png');
background-size: cover;
background-repeat: no-repeat;
background-size: cover;
min-height: 670px;
width: 507px;
right: 2%;
z-index: 0;
}

.gameScreensSec .gameChar{
box-shadow: none !important;
position: absolute;
right: 22%;
}
}

/ Vide Sec Carousel Starts /
.videoCarouselSec{
padding: 80px 0;
}
.videoCarouselSec .item{
position: relative;
position: relative;
min-height: 600px;
display: flex;
align-items: center;
justify-content: center;
}
.videoCarouselSec .item .bgGreen{
height: 360px !important;
width: 380px !important;
border-radius: 90px;
}
.videoCarouselSec .item a{
position: absolute;
top: 40%;
z-index: 1;
left: 40%;
background: #13990d;
height: 100px;
width: 100px;
padding: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 5px -5px 30px #5ce114;
}
.owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 50px !important;
}
.owl-theme .owl-dots .owl-dot span {
width: 15px !important;
height: 15px !important;
margin: 5px 7px;
background: transparent !important;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
border: 1px solid #22a10c !important;
}
.owl-theme .owl-dots button.owl-dot.active span{
background: #22a10c !important;
border: none !important;
}
.owl-carousel .owl-item.center .item img.bgGreen{
transform: scaleY(1.1) !important;
overflow: visible !important;
box-shadow: 2px 10px 25px #179b0d !important;
height: 420px;
width: 420px;
background: #189c0d;
}


.videoCarouselSec .notify{
transform: scale(1);
animation: pulse 2s infinite;
animation-name: 'pulse-animation';
animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-name: 'pulse-animation';
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.pulse {
animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(220,90,74,0.7);
}

70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(220,90,74,0);
}

100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(220,90,74,0);
}
}





/*login screen Starts */

.loginSeciton{
padding: 150px 0;
}
.loginSeciton .alignContent{
display: flex;
justify-content: center;
flex-direction: column;
height: 100%;
}
.loginSeciton .section-title h3{
font-size: 80px;
font-weight: unset;
}
.loginSeciton .alignContent button{
width: 180px;
height: 65px;
border-radius: 20px;
color: #ffffff;
border: none;
background: rgb(255,209,36);
background: linear-gradient(180deg, rgba(255,209,36,1) 35%, rgba(255,132,39,1) 100%);
font-size: 27px;
margin-top: 60px;
}

.loginSeciton .alignContent button:hover{
color: #1e8e0b;
text-shadow: 2px 3px 5px #fff;
}




/ Footer Section /

.footerSec{
background: url('../images/footer.png');
background-size: cover;
min-height: 550px;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.footerSec .footerStarBg{
position: absolute;
top: -19%;
width: 100%;
}

.footerSec .footerLogo{
padding: 30px 0;
}
.footerSec .contact{
display: flex;
justify-content: center;
align-items: center;
}
.footerSec .contact img{
height: 30px;
}
.footerSec .contact p{
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: 300;
}
.footerSec .address p{
font-family: 'Poppins', sans-serif;
font-size: 16px;
color: #ffffff;
font-weight: 300;
}
.footerSec .email{
display: flex;
justify-content: center;
align-items: center;
}
.footerSec .email img{
height: 30px;
}
.footerSec .email p{
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: 300;
}
.footerSec .socialLinks {
padding: 30px 0;
}

.footerSec .socialLinks i{
font-weight: 700;
font-size: 18px;
color: #ffffff;
}

.footerSec .footerBottom{
border-top: 1px solid #ffffff;
padding: 30px 0;
}
.footerSec .footerBottom p{
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #ffffff;
font-weight: 300;
}
.footerSec .footerBottom a{
text-decoration: none;
color: #ffffff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
}















.bounce {
transform: translatey(0px);
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% {
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
}
50% {
box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
transform: translatey(-20px);
}
100% {
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
}
}





.nav-item a{
position: relative;
}
.nav-item a::before {
content: "";
position: absolute;
width: 95%;
height: 3px;
bottom: 1%;
left: 2%;
background-color: #ffd400;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
}
.nav-item a:hover::before {
visibility: visible;
transform: scaleX(1);
}


.pageLinks a{
position: relative;
}
.pageLinks a::before {
content: "";
position: absolute;
width: 95%;
height: 3px;
bottom: 1%;
left: 2%;
background-color: #ffd400;
visibility: hidden;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
}
.pageLinks a:hover::before {
visibility: visible;
transform: scaleX(1);
}
.footerSec .socialLinks div{
}

.flood-right {
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-ms-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
-webkit-box-shadow: inset 0px 0 0 0 c;
-moz-box-shadow: inset 0px 0 0 0 #ff3536;
-ms-box-shadow: inset 0px 0 0 0 #ff3536;
-o-box-shadow: inset 0px 0 0 0 #ff3536;
box-shadow: inset 0px 0 0 0 #ff3536;
color: rgba(0, 0, 0, 0.9);
overflow: hidden;
height: 50px;
width: 50px;
border-radius: 50%;
border: 1px solid #ffffff;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
cursor: pointer;

}
.flood-right:hover {
color: white;
-webkit-box-shadow: inset 500px 0 0 0 c;
-moz-box-shadow: inset 500px 0 0 0 #ffd400;
-ms-box-shadow: inset 500px 0 0 0 #ffd400;
-o-box-shadow: inset 500px 0 0 0 #ffd400;
box-shadow: inset 500px 0 0 0 #ffd400;
border: none;
}



.stars {
position: absolute;
height: 3px;
width: 3px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 0 4px 2px #fff;
animation-name: twinkle;
animation-duration: 3s;
animation-iteration-count: infinite;
}
.stars.medium {
height: 5px;
width: 5px;
}

@keyframes twinkle {
0% {
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
opacity: 0.5;
}
}


p.video_heading {
margin: 0 auto;
color: #396e11;
font-size: 60px;
font-weight: 600;
margin-bottom: 30px;
display: inline-block;
}
.icon_wrap {
min-height: 75px;
}
.icon_wrap i {
font-size: 70px;
}
.mail_wrap a{
color:#fff;
font-family: 'Poppins', sans-serif;
}
.icon_wrap img {
max-width: 75px;
min-width:75px;
}

.terms-privacy-hdng{
    font-size: 50px;
}