
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* Global Style */
.header .navbar-dark .navbar-toggler-icon::after, .header .navbar-dark .navbar-toggler-icon::before, .header .navbar-dark .navbar-toggler-icon, .footer, .formbtn, .matches-section::before, .features-section .features-item:hover, .section-title .title::before, .signin-modal .btn, .header {
  background-color: #3b3c3e;

}

.hide {
  visibility: hidden !important;
}

body{
  margin: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #f6f6f6;
}
.form-control{
  font-family: 'Montserrat', sans-serif;
}

*{
  margin: 0;
  padding: 0;
  outline: none;
}

a{
  text-decoration: none!important;
}

.section-title{
  margin-bottom: 60px;
  text-align: center;
}
.section-title .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  margin: 0 0 15px;
  position: relative;
  padding: 5px 10px;
  z-index: 1;
}
.section-title .title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}
.section-title .subtitle{
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  font-weight: 700;
  margin: 0;
}


/* Header Section */
.header{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .navbar{
  padding-top: 0;
  box-shadow: none;
}
.header .navbar.navbar-dark .navbar-brand{
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}



/* Home Section */
.home-section{
  width: 100%;
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: 8vh;
  background-color: white;
}

/* About Section */
.about-section{
	padding:80px 0 80px;
}
.about-section .about-img{
	margin: auto;
}
.about-section .about-img img{
	max-width: 450px;
	width: 100%;
}

.about-section .section-title{
	text-align: left;
	margin-bottom: 30px
}

.about-section .about-content p{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin: 0;
	font-weight: 400;
}
.about-section .about-content ul{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}
.about-section .about-content ul li{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin-bottom: 15px;
	font-weight: 400;
	position: relative;
	padding-left: 32px;
}
.about-section .about-content ul li i{
	height: 25px;
	width: 25px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	position: absolute;
	left: 0;
	top: 0;
}

/* FAQ Section */
.faq-section{
	padding: 80px 0 80px;
}
.faq-section .faq-item h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #222222;
	margin: 0 0 10px;
}
.faq-section .faq-item p{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 400;
	margin: 0;
}
.faq-section .support-text{

	font-size: 18px;
	font-weight: 700;
	color: #222222;
	line-height: 26px;
}

/* Gallery Section */
.gallery-section{
	padding: 40px 0 40px;
}
.mh-80 {
  max-height: 80vh;
}
.gallery-section .gallery-item{
	margin-bottom: 40px;
}

/* Location Section */
.location-section{
	padding: 40px 0 40px;
}
.location-section{
	margin-bottom: 20px;
}

.location-section .location-item{
	position: relative;
	padding-left: 65px;
	margin-bottom: 35px;
}
.location-section .location-item .icon{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.location-section .location-item .icon i{
	line-height: 50px;
	font-size: 20px;
}
.location-section .location-item h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 2px;
}
.location-section .location-item p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #555555;
	margin: 0;
}

/* Dealers Section */
.dealers-section {
  padding: 40px 0 40px;
  background-color: #777777;
}

/* Event Section */


/* Footer Section */
.footer{
	padding-top: 30px;
	text-align: center;
}
.footer .footer-logo a{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	margin: 0 0 15px;
}
.footer .footer-text p{
	font-size: 16px;
	line-height: 26px;
	color: #eeeeee;
	font-weight: 400;
	margin: 0 0 25px;
}

.footer .footer-social-links{
	margin-bottom: 30px;
}
.footer .footer-social-links a{
	display: inline-block;
	text-align: center;
	margin: 0 4px;
}
.footer .footer-social-links a i{
	height: 40px;
	width: 40px;
	border: 1px solid #ffffff;
	display: block;
	color: #ffffff;
	line-height: 38px;
	border-radius: 50%;
	transition: all 0.5s ease;
}
.footer .footer-social-links a:hover i{
	background-color: #ffffff;
}

.footer .footer-social-links a i:hover{
	color: #3b3c3e;
}