* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Nunito', sans-serif;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-x: hidden;
	overflow-y: auto;
}

::-webkit-scrollbar {
	display: none;
}

.section-title {
	display: flex;
	justify-content: center;
	padding: 35px 0;
}

.section-title h1 {
	overflow: hidden;
	font-size: 50px;
	font-weight: 900;
}

/***********
Preloader
************/

.preloader {
	background: #fff url(../images/preloader.gif) no-repeat center center;
	background-size: 25%;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
}

/***********
Header
************/

header {
	height: 100vh;
	overflow: hidden;
}

.logo {
	width: 215px;
	position: absolute;
	top: 3%;
	left: 2%;
}

.navbar {
	text-align: right;
	position: absolute;
	right: 2%;
	top: 5%;
}

.navbar li {
	font-size: 24px;
	font-weight: 900;
	padding: 30px;
	display: flex;
	justify-items: right;
}

.navbar li a {
	text-decoration: none;
	color: black;
	overflow: hidden;
}

.navbar li a:hover,
.nav-items.active a {
	color: #0172af;
}

nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

nav.nav ul li a,
nav.fill ul li a {
	position: relative;
}

nav.nav ul li a:after,
nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #aaa;
	height: 1px;
}

nav.nav ul li a:hover:after {
	width: 100%;
}

.home-content {
	margin-top: 20px !important;
}

/***********
Hamburger
***********/

.hamburger {
	display: none;
	background-color: transparent;
	border: 0;
	margin: 35px;
	color: #000000;
	font-size: 35px;
	cursor: pointer;
}

.hamburger:focus {
	outline: none;
}

/***********
Carousel
************/

#carousel {
	height: 500px;
	margin: 10px 0;
	position: fixed;
}

.carousel-inner {
	height: 500px;
	border-radius: 15px;
}

.carousel-control-next,
.carousel-control-prev {
	color: rgba(0, 0, 0, 0.75) !important;
	width: 5% !important;
}

.carousel-indicators {
	color: rgba(0, 0, 0, 0.75);
}

/***********
Info
***********/

.info,
.shortInfo {
	margin: 30px 0;
}

.info h3 {
	font-size: 36px;
}

.info h3,
.shortInfo h3 {
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 15px;
}

.desc {
	margin-top: 45px;
}

.info p,
.shortInfo p {
	margin-bottom: 7px;
}

.info h3 span,
.shortInfo h3 span {
	color: #0172af;
}

/***********
Products
************/

#products {
	padding: 25px 0 20px;
	background: #efefef;
}

.ourProduct {
	margin: 25px 0;
}

.card {
	width: 300px;
	height: 500px;
	border-radius: 20px !important;
	overflow: hidden;
	position: relative;
}

.card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px !important;
}

.card-body {
	width: 100%;
	height: 100%;
	top: 0;
	right: -100%;
	position: absolute;
	background: #1f3d4738;
	backdrop-filter: blur(5px);
	border-radius: 15px;
	font-size: 18px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 1.5s;
}

.card-title {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 500;
	color: #00a6ff;
	text-align: center;
}

.card-body li {
	color: #fff;
	list-style: none;
	line-height: 30px;
}

.card:hover .card-body {
	right: 0;
}

/*************
About Us
*************/

.members {
	display: flex;
	justify-content: center;
}

.items {
	display: inline-block;
	list-style: none;
	margin: 30px;
}

.items h4 {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	font-weight: 900;
	font-size: 20px;
}

.items img {
	height: 120px;
	display: inline-block;
}

.aboutUsImg {
	display: flex;
	padding: 40px 10px;
}

.aboutUsImg img {
	border-radius: 15px;
}

/*****************
footer
******************/

#footer {
	padding: 25px 0 20px;
	background: #efefef;
	position: relative;
}

.footer-row {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.link {
	text-decoration: none;
	position: relative;
	left: 6px;
}

.footer-left,
.footer-right {
	flex-basis: 45%;
	padding: 15px;
}

.footer-right {
	text-align: left;
}

.footer-right p {
	margin: -4px 0;
	line-height: 25px;
	font-size: 20px;
}

.footer-row h1 {
	overflow: hidden;
	text-transform: capitalize;
	margin: 10px 0;
}

.footer-row p {
	line-height: 35px;
}

.footer-left .fas,
.footer-right .fas {
	font-size: 20px;
	color: #0172af;
	margin: -4px 10px;
}

.gm-style .place-card .address {
	display: none;
}

.social-links {
	text-align: center;
}
/* 
.social-links .fab {
	height: 40px;
	width: 40px;
	font-size: 20px;
	line-height: 40px;
	border: 1px solid #0172af;
	margin: 40px 5px 0;
	color: #0172af;
	cursor: pointer;
	transition: 0.5s;
}

.social-links .fab:hover {
	background: #0172af;
	color: #fff;
	transform: translateY(-7px);
} */

.social-links p {
	font-size: 15px;
	margin-top: 20px;
}

/**************
Media Query
**************/

@media screen and (max-width: 1368px) {
	.homepage {
		height: 65vh;
	}

	.shortInfo {
		margin: 0 0;
	}

	.card {
		width: 250px;
		height: 450px;
	}
}

@media screen and (max-width: 992px) {
	.homepage {
		height: 75vh;
	}

	.carousel-inner {
		height: 450px;
	}

	.aboutUsImg {
		display: flex;
		justify-content: center;
	}

	.shortInfo {
		display: none;
	}

	.card {
		width: 215px;
		height: 350px;
	}

	.card-title {
		font-size: 25px;
	}

	.card-body {
		font-size: 10px;
	}

	.footer-left,
	.footer-right {
		flex-basis: 45%;
	}

	.footer-row p {
		line-height: 30px;
		font-size: 18px;
	}

	.gm-style .place-card-large {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.section-title {
		margin: 30px 0;
	}

	.section-title h1 {
		font-size: 40px;
	}

	#navbar.show {
		display: flex;
		width: 100%;
	}

	.homepage {
		height: 80vh;
	}

	#navbar {
		display: none;
		flex-direction: column;
	}

	.navbar li {
		font-size: 25px;
		line-height: 18px;
	}

	.hamburger {
		display: flex;
	}

	.shortInfo {
		display: none;
	}

	.carousel-inner {
		height: 80%;
	}

	.carousel {
		margin-top: 10px;
	}
	.info h3 {
		text-align: center;
		margin-top: 20px;
		margin-bottom: -10px;
		font-size: 32px;
	}

	.info p {
		font-size: 14px;
	}

	.product {
		display: flex;
		justify-content: center;
	}

	.card {
		display: flex;
		justify-content: center;
		width: 225px;
		height: 300px;
	}

	.card-body {
		font-size: 16px;
	}

	.card-body li {
		line-height: 25px;
		font-size: 14px;
	}

	.card-title {
		font-size: 25px;
	}

	.aboutUsImg {
		height: 525px;
	}

	.aboutUsImg img {
		width: 500px;
	}

	.items {
		margin: 20px;
	}

	.items img {
		height: 100px;
	}

	.footer-row {
		padding: 0;
		width: 95%;
	}
	.footer-left,
	.footer-right {
		flex-basis: 47%;
	}

	.footer-row p {
		line-height: 25px;
		font-size: 16px;
	}

	.gm-style .place-card-large {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.hamburger {
		font-size: 25px;
		margin: 40px;
	}

	.navbar li {
		font-size: 20px;
		line-height: 18px;
	}

	.section-title {
		padding: 15px 0;
	}

	.section-title h1 {
		font-size: 28px;
	}

	.aboutUsImg img {
		margin-bottom: -40px;
	}

	.desc {
		margin-top: 20px;
	}

	.info h3 {
		font-size: 28px;
	}

	.info p {
		font-size: 14px;
	}

	.members {
		flex-direction: column;
	}

	.items {
		display: inline;
	}

	.items img {
		margin: 0 37% 0 37%;
	}

	.footer-row {
		width: 62%;
	}

	.footer-left h1,
	.footer-right h1 {
		font-size: 25px;
		text-align: center;
	}

	.footer-left,
	.footer-right {
		padding: 0;
		flex-basis: 100%;
		margin: 20px 0;
	}

	.gm-style .place-card-large {
		display: none;
	}
}

@media screen and (max-width: 396px) {
	.homepage {
		height: 65vh;
	}

	.card {
		height: 275px;
	}

	.card-title {
		font-size: 20px;
	}

	.card-body li {
		line-height: 20px;
		font-size: 12px;
	}

	.aboutUsImg {
		height: 450px;
	}

	.info h3 {
		font-size: 24px;
	}

	.items img {
		margin: 0 35% 0 35%;
	}

	.footer-row {
		width: 70%;
	}

	.footer-row p {
		line-height: 27px;
	}

	.gm-style .place-card-large {
		display: none;
	}
}

@media screen and (max-width: 280px) {
	.footer-row {
		width: 100%;
	}

	.gm-style .place-card-large {
		display: none;
	}
}
