* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Roboto';
}

*::before,
*::after {
    box-sizing: border-box;
}

.common::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}

/* poppins font */
@font-face {
    font-family: "kenyanCoffeebd";
    src: url("../fonts/kenyan_coffee/kenyanCoffeebd.otf");
}
@font-face {
    font-family: "kenyanCoffeerg";
    src: url("../fonts/kenyan_coffee/kenyanCoffeerg.otf");
}
@font-face {
    font-family: "Anton-Regular";
    src: url("../fonts/Anton/Anton-Regular.ttf");
}

/* common css */
:root {
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #6c757d;
    --red-color: #f00;
}

body {
    background: #fff;
}

.container-fluid {
	max-width: 767px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
    color: var(--black-color);
    font-family: "kenyanCoffeebd";
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--gray-color);
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--gray-color);
}

p:last-child {
    margin-bottom: 0;
}

p span {
    color: var(--gray-color);
}

p a {
    color: var(--gray-color);
    font-size: inherit;
    font-family: inherit;
}

.textNormal {
    font-weight: 400;
}
.textMedium {
    font-weight: 500;
}
.textSemiBold {
    font-weight: 600;
}
.textBold {
    font-weight: 700;
}
.textWhite {
    color: var(--white-color);
}
.textBlack {
    color: var(--black-color);
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    line-height: 1.1;
    color: var(--white-color);
}

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-red {
	color: var(--white-color);
	font-size: 25px;
	padding: 10px 30px;
	font-family: "Poppins-SemiBold";
	background: var(--red-color);
	border: none;
	border-radius: 50px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.btn.btn-red img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	object-fit: contain;
}

section {
    padding: 70px 0;
    overflow: hidden;
}

footer {
	padding-top: 70px;
	background: #ffffff10;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.bg {
    background: var(--gray-color);
}

img {
    max-width: 100%;
}

.button-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 30px;
}


/* main_banner css start */
.logo-box img {
	width: 100%;
	max-width: 300px !important;
	margin-bottom: 30px;
}
.logo-box {
	text-align: center;
    position: absolute;
    top: 2%;
    right: 2%;
}
#main_banner {
	background-image: url('../images/bannerBg.png');
	background-size: 100% 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 0;
	overflow: hidden;
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: flex-end;
    position: relative;
}
.main_banner-content h3 {
	color: #EEFF00;
	font-size: 80px !important;
	display: block;
	margin-bottom: 0px;
}
.main_banner-content h1 {
	color: #EEFF00;
	font-size: 250px !important;
	line-height: 200px;
}
.main_banner-content h2 {
	font-family: "Anton-Regular";
	font-size: 100px;
	color: #fff;
	letter-spacing: 5px;
}
.main_banner-content h1 span {
	color: var(--red-color);
	font-size: inherit;
	font-family: inherit;
}
#main_banner .button-box {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.footer {
	padding: 10px;
	box-shadow: 0 0 10px #000;
	position: relative;
	background: #fff;
	width: 100%;
	margin-top: 50px;
	border: 1px solid #707070;
}
#main_banner .row {
    align-items: center;
}
.main_banner-img img {
	width: 100%;
	max-width: 280px;
}
#main_banner .end-box {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	padding: 0 20px;
	position: relative;
}
#main_banner .col-lg-6 {
    display: flex;
    justify-content: center;
    text-align: left;
}
.btn.btn-red span {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#main_banner .text-box img {
	max-width: 75%;
	margin: 0 auto;
	display: block;
}
#main_banner .text-box {
	position: relative;
}
#main_banner .text-box .ball {
	position: absolute;
	bottom: -12%;
	max-width: 30%;
	right: 30%;
}
#main_banner .end-box .list li {
	color: #fff;
	font-family: "Akrobat-Bold";
	font-size: 24px;
	text-align: left;
	position: relative;
	padding-left: 15px;
}
#main_banner .end-box .list li::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 15px;
	background: #fff;
	border-radius: 50%;
}
#main_banner .button-box img {
	max-width: 250px;
	width: 100%;
}
.footer h4 {
	font-size: 60px;
	text-align: center;
	font-family: "kenyanCoffeerg";
	margin-bottom: 0;
}
#main_banner .row .col-lg-12 {
	display: flex;
	flex-direction: column;
	align-items: center;
}