@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

body {
	font-family: 'Outfit', sans-serif;
}

.container {
	max-width: 88%;
}

.navbar-brand img {
	width: 220px;
}

.header-area {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.header-area ul li a {
	font-size: 16px;
	display: inline-block;
	padding: 17px 20px !important;
	color: #0F172A;
	letter-spacing: 0.05em;
}

.header-area ul li a:hover {
	color: #4D937F;
}



.header-area ul li a.login {
	background: #0F172A;
	color: #fff !important;
	border-radius: 8px;
	margin-left: 0px;
	transition: 0.3s ease all;
	padding: 12px 24px !important;
}

.header-area ul li a.login:hover {
	background: #4D937F;
	color: #fff;
}


.header-area ul li a.demo {
	background: #75A337;
	color: #fff !important;
	border-radius: 8px;
	margin-left: 12px;
	padding: 12px 24px !important;
	transition: 0.3s ease all;
}


.header-area ul li a.demo:hover {
	background: #4D937F;
	color: #fff;
}



/*===== banner area =====*/

.banner-area {
	padding: 80px 0 130px 0;
}

.bnr_2 {
	padding: 154px 0 637px 0;
}

.banner-area h2 {
	font-size: 60px;
	line-height: 1.2;
	color: #0F172A;
	margin-bottom: 15px;
}

.banner-area p {
	color: #64748B;
	line-height: 1.55;
	font-size: 22px;
	margin-bottom: 48px;
}

.banner-area a {
	display: inline-block;
	margin-right: 20px;
	transition: 0.3s ease all;
}

.banner-area a:hover {
	opacity: 0.6;
}

.banner-img img {
	width: 90%;
}


/*=====Golf App area =====*/

.golf-app {
	margin-top: 90px;
}

.g-text {
	text-align: center;
}

.g-text h2 {
	font-size: 60px;
	font-weight: 600;
}

.g-text p {
	font-size: 22px;
	color: #64748B;
	margin-bottom: 80px;
}

.g-right h2 {
	font-size: 64px;
	font-weight: 600;
	line-height: 67.84px;
	margin-bottom: 24px;
}

.g-right p {
	font-size: 20px;
	color: #64748B;
	max-width: 483px;
}

.g-left img {
	width: 100%;
}

.convert-section {
	margin: 90px 0;
}

.pd1 {
	padding-right: 20px;
}

.pd2 {
	padding-left: 100px;
}




/*=====trusted golf area===== */

.trusted-golf-area {
	margin-top: 90px;
	margin-bottom: 100px;
}

.tr-text {
	text-align: center;
}

.tr-text h2 {
	font-size: 60px;
	font-weight: 600;
}

.tr-text p {
	line-height: 34px;
	font-size: 22px;
	margin-bottom: 22px;
	color: #64748B;
}


.g-img img {
	padding: 30px 24px;
	background: #fff;
	box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.12);
	border-radius: 18px;
	margin-bottom: 36px;
}

.star img {
	margin-left: 6px;
}


.golf-text p {
	font-size: 22px;
	margin-top: 18px;
}

.jems-pf {
	margin-top: 45px;
}

.pf-text {
	margin-left: 12px;
}

.pf-text h3 {
	font-size: 36px;
	font-weight: 700
}

.pf-text p {
	font-size: 18px;
	color: #75A337;
	line-height: 0.2;
}

/*=====accordion-area=====*/

.accordion-area {
	background-image: url(images/m-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0 90px;
}


.ac-text h2 {
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	padding: 0px 0 60px;
	margin: 0;
}


/*=====singup section start=====*/


.sing-up {
	background: #75A337;
	padding: 86px 15px;
	position: relative;
	z-index: 1;
}

.shape_im {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.s-text {
	text-align: center;
}

.s-text h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
}


.singup-email form {
	background: #fff;
	display: inline-block;
	padding: 6px 6px 6px 23px;
	border-radius: 50px;
	margin-top: 45px;
}

.singup-email input {
	background: transparent;
	border: none;
	padding: 10px 15px;
	width: 55%;
}

.singup-email input:focus {
	outline: none;
}

.singup-email [type="submit"] {
	padding: 10px 0px;
	background: #75A337;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
	width: 36%;
}



/*===accordian-area===*/

.accordion-list {
	max-width: 996px;
	margin: 0 auto !important;
}

.accordion-area ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;
}

.accordion-area ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 27px 32px;
  margin: 0 auto 24px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 2px 6px 6px rgba(15, 23, 42, 0.08);
  border-radius: 16px;
}

.accordion-area ul.accordion-list li.active h3:after {
  content: "\f068";
}

.accordion-area ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #0F172A;
}

.accordion-area ul.accordion-list li h3:after {
  content: "\2b";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  color: #0F172A;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

.accordion-area ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.accordion-area ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 26px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #64748B;
}









/*scroll to top btn*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #AECF53;
  color: white;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}





/*footer-area*/

.footer-area {
	padding: 0 3%;
}

.step_side {
	padding: 72px 0 60px;
}

.ftr__logo-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #0F172A;
	margin: 32px 0 0;
}

.ftr__links h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	color: #0F172A;
	margin: 0 0 32px;
}

.ftr__links ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #0F172A;
	display: inline-block;
	margin: 0 0 16px;
}

.footer-area hr {
	opacity: 0.12 !important;
	background: #0F172A;
}


.step_side2 {
	padding: 40px 0 45px;
}

.cartners_p p {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	margin: 0;
	color: #0F172A;
}

.social_link ul li a img {
	margin-left: 16px;
}