:root {
	--main-color: #ee0230;
	--primary-text: #181c31;
	--primary-black: #040509;
	--footer-black: #020204;
	--white-color: #ffffff;
}

@font-face {
	font-family: mainFont;
	src: url("../fonts/rodfat/rodfat.ttf");
}

@font-face {
	font-family: regularFont;
	src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
	font-family: mediumFont;
	src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

* {
	font-family: regularFont;
}

body {
	background-color: rgba(255, 255, 255, 0.6);
}

.headerStyle {
	background-color: var(--main-color);
	color: var(--white-color) !important;
}

.headerStyle .navbar-brand {
	color: var(--white-color);
}

.navbar-nav .nav-link {
	color: var(--white-color);
}

.navbar-expand-lg .navbar-collapse {
	justify-content: space-around;
}

.navbar-collapse > ul > li > a {
	font-size: 1em;
	font-weight: 700;
}

.modal-header {
	border-bottom: 0;
}

.navbar-nav > .nav-item {
	margin-inline: 2em;
}
.bannerButton,
.demoButton {
	background-color: var(--white-color);
	color: var(--main-color);
	font-family: mainFont;
	padding: 6px 18px;
	border-radius: 4px;
	transition: 300ms ease;
}

.bannerButton {
	width: 200px;
}

.demoButton:hover {
	background-color: transparent;
	color: var(--white-color);
	border: 2px solid var(--white-color);
}

.footerStyles {
	background-color: var(--primary-black);
	width: 100%;
	top: auto;
	bottom: 0;
	padding-block: 2em;
}

.addressText {
	color: #f9f9f9;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 166.667% */
	text-transform: capitalize;
	display: none;
}

/* Common section ends */

.heroSection {
	background-color: var(--white-color);
	display: flex;
	min-height: 60vh;
	margin-block: 3em;
	background-image: url("../images/map.svg");
	background-size: 100% 100%;
}

.casinoImg img {
	width: 80%;
	border-radius: 6px;
	margin-bottom: 2em;
}

.heading {
	color: var(--primary-text);
	font-size: 1.5em;
	font-weight: bold;
	font-family: "mainFont";
}

.heading .mainColorText {
	color: var(--main-color);
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "mainFont";
}

.subheading {
	color: var(--primary-black);
	font-size: 1.25em;
	font-family: mediumFont;
}

.header1 {
	display: block;
	width: 30%;
	margin-inline: 25%;
	background-color: var(--footer-black);
	padding: 4px 12px;
	border-radius: 4px;
	text-align: center;
	color: var(--white-color);
	font-size: 1.5em;
	font-weight: 700;
	margin-top: -3em;
	position: absolute;
	z-index: 1;
	border: 4px solid var(--main-color);
}

.subPointers {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-block: 1em;
	transition: all 500ms ease-in-out;
	border: 0;
	transition-timing-function: linear;
}

.cardHolder {
	margin-block: 8px;
}

.accordion-button img {
	border: 2px solid var(--primary-black);
	padding: 8px;
	width: 44px;
	border-radius: 4px;
	margin-right: 4px;
}

.subPointers p {
	font-weight: 700;
	margin-left: 6px;
	text-transform: uppercase;
}

.subPointers .hiddenText {
	font-size: 10px;
	color: var(--primary-black);
	display: none;
	margin-bottom: 0;
}

.subPointers:hover {
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	background: #fff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 1em;
	height: 300px;
	width: 300px;
	position: absolute;
	z-index: 2;
	margin-left: 2em;
	cursor: pointer;
}

.subPointers:hover .hiddenText {
	display: block;
}

/* Carousel Styles */

.carousel-inner {
	height: 540px;
}

.rightImage {
	margin-left: auto;
	height: 100vh;
}

.carousel-caption {
	position: absolute;
	width: 75%;
	left: 10%;
	top: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
}

.carousel-caption h5 {
	font-family: mainFont;
	font-weight: 500;
	color: var(--white-color);
}

.carousel-caption h4 {
	font-family: regularFont;
	font-weight: 500;
	color: var(--white-color);
}

.carousel-caption .mainHeading {
	font-family: mainFont;
	font-weight: 700;
	font-size: 60px;
	color: var(--white-color);
}

/* Carousel CSS ends */

/* Video Class CSS */

.topVideo {
	width: 400px;
	height: auto;
}

.bottomVideo {
	width: 800px;
	height: auto;
}

/* Products Page CSS */

.productsIntro {
	height: 50vh;
	background: url(../images/products_img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}
.serviceIntro {
	height: 50vh;
	background: url(../images/mainBanner_2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}

.productsIntro h5,
.serviceIntro h5,
.contactIntro h5 {
	font-family: "mainFont";
	font-size: 48px;
	margin-left: 10%;
	color: var(--white-color);
	font-weight: bold;
}

/* Products page svg image css */

#proven:hover,
#speed:hover,
#efficient:hover,
#mitigation:hover,
#control:hover,
#secure:hover,
#scalable:hover,
#flexible:hover,
#integrated:hover,
#smart:hover {
	cursor: pointer;
}

/* Products Page CSS ends */

/* Contact Page CSS */

.alert-success,
.alert-danger {
	display: none;
}

.contactIntro {
	height: 50vh;
	background: url(../images/img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
}

.submitButton {
	margin-top: 3em;
	background-color: var(--main-color);
	border: 3px solid var(--main-color);
	color: var(--white-color);
	font-weight: 700;
	width: 150px;
	text-transform: uppercase;
}

.submitButton:hover {
	border: 3px solid var(--main-color);
	background-color: transparent;
	color: var(--main-color);
}

.card-img-top {
	width: 225px;
}

.card-title {
	font-weight: 700;
	font-size: 1rem;
}

.card-text {
	height: 150px;
	overflow: hidden;
	font-size: 0.8rem;
	font-weight: 500;
}

/* Footer Css */

.footerLinks a {
	color: var(--white-color);
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	margin-block: 0.35em;
}

@media screen and (max-width: 640px) {
	.navbar-brand {
		margin-left: 2em;
	}
	.navbar-nav {
		align-items: center;
	}

	.casinoImg {
		text-align: center;
	}

	.heading,
	.subheading {
		text-align: center;
		font-size: 1em;
	}

	.header1 {
		width: 80%;
		margin-inline: 5%;
	}

	.carousel-caption h5,
	.carousel-caption h5 {
		font-size: 12px;
	}

	.carousel-caption .mainHeading {
		font-size: 36px;
	}

	.productsIntro h5 {
		font-size: 24px;
	}

	.subPointers img {
		padding: 4px;
		width: 28px;
	}

	.subPointers p {
		font-size: 11px;
	}

	.footerLinks a {
		font-size: 0.8em;
	}

	.contactSection {
		margin-top: 5em;
	}
	.heroSection {
		min-height: 50vh;
		margin-bottom: 3em;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
		border: 1px solid rgba(255, 255, 255, 1);
		padding: 0.25rem 0.75rem;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.card-text {
		height: auto;
		overflow: hidden;
	}

	.topVideo,
	.bottomVideo {
		width: 360px;
		height: auto;
		margin-inline: auto !important;
	}
}
