* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* common css */
@font-face {
    font-family: "BAHNSCHRIFT";
    src: url("../fonts/BAHNSCHRIFT.TTF");
}

:root {
    --white-color: #fff;
    --black-color: #11101c;
    --blue-color: #87ebf4;
    --green-color: #2bb941;
    --gray-color: #404448;
}

body {
    background: url('../images/Background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: unset;
    margin-bottom: 10px;
    line-height: 1;
    color: var(--white-color);
    font-family: "BAHNSCHRIFT";
    font-weight: bold;
}

h1 {
    font-size: 50px;
    color: var(--blue-color);
}

h2 {
    font-size: 30px;
}

h2 span {
    color: var(--blue-color);
}


h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
	font-size: 20px;
}

h5 span {
    color: var(--blue-color);
}

h6 {
	font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color: var(--gray-color);
}

p:last-child {
    margin-bottom: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
}

span {
    display: inline-block;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading p {
    font-size: 22px;
    line-height: 32px;
    color: var(--gray-color);
    margin-bottom: 0;
}

.btn.btn-whatsapp {
	font-size: 18px;
	padding: 10px 30px 10px 70px;
	background-color: var(--white-color);
	color: var(--green-color);
	border-radius: 50px;
	border: none;
	margin: 40px 0;
	position: relative;
	font-family: "BAHNSCHRIFT";
	font-weight: bold;
}

.button-box {
    text-align: center;
}

.btn.btn-whatsapp::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background-image: url('../images/whatsapp.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section {
    padding: 70px 0;
}

footer {
    padding: 70px 0;
}

.row {
    align-items: center;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.bg {
    background: var(--gray-color);
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.textAlign {
    text-align: center;
}

img {
    max-width: 100%;
}

.container {
	max-width: 600px;
	padding: 0px;
}

/* common css */


/* landingPage css start */
#landingPage {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 0;
}

.logo-box img {
	max-width: 100px;
	width: 100%;
}

#landingPage .body .top-box .logo-box {
    text-align: center;
    padding: 20px 0 30px;
}

#landingPage .middle-box .banner img {
	margin: 0 auto;
	display: block;
}

#landingPage .middle-box {
	margin: 6% -6%;
}

#landingPage .top-box {
    text-align: center;
}

#landingPage .top-box .text-box h2 {
    margin: 0;
}

#landingPage .top-box .text-box h1 {
    margin: 0;
    padding: 10px 0;
}

#landingPage .top-box .text-box.bg {
	padding: 5px 15px;
	border-radius: 30px;
	box-shadow: 0 0 10px var(--blue-color);
}

#landingPage .middle-box .play-box img {
	max-width: 180px;
	width: 100%;
}

#landingPage .middle-box .box.box1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 20px;
	justify-content: center;
	text-align: center;
	padding-right: 10px;
}

#landingPage .middle-box .list-box {
	padding: 30px 10px 30px 30px;
	border-radius: 20px;
}

#landingPage .middle-box .list-box ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

#landingPage .middle-box .list-box ul li:last-child {
    margin: 0;
}

#landingPage .middle-box .list-box ul li h6 {
    margin: 0;
}

#landingPage .middle-box .list-box ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--white-color);
}

#landingPage .end-box {
	text-align: center;
	margin: 10px 0;
	padding: 0 10px;
}

#landingPage .end-box h6 a {
    color: var(--blue-color);
    text-decoration: underline;
}

#landingPage .end-box h6 {
    line-height: 28px;
    margin: 0;
}

#landingPage .footer {
	background: url('../images/footer.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	box-shadow: 0 0 20px var(--black-color);
}

#landingPage .body {
	padding: 0 6%;
}

#landingPage .footer h5 {
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

#landingPage .middle-box .btn.btn-whatsapp {
	font-size: 20px;
	padding: 10px 30px 10px 80px;
}

#landingPage .middle-box .btn.btn-whatsapp::after {
    width: 80px;
    height: 80px;
}

#landingPage .end-box .btn.btn-whatsapp {
	font-size: 22px;
	padding: 10px 30px 10px 90px;
}

#landingPage .end-box .btn.btn-whatsapp::after {
    width: 90px;
    height: 90px;
}
#landingPage .middle-box .row {
	margin: 0;
}
#landingPage .middle-box .row > * {
	padding: 0;
}
/* landingPage css end */


.button-box a {
	color: #fff;
}