/*-- font-including --*/

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/*-- pre-defined --*/

html {
  width: 100%;
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --scroll-behavior: smooth;
  --default-body-font: "Lexend", sans-serif;
  --color-light: #fff;
  --color-dark: #222;
  --color-theme-light: #ffd600;
  --color-theme-dark: #82c600;
  --default-font-weight: normal;
  --default-line-height: 1.5; 
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--default-body-font);
  height: auto;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--color-dark);
  background: var(--bg-light);
}

b,
strong {
  font-weight: 600;
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-body-font);
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li:last-child {
	margin: 0;
}

a {
  margin: 0;
  padding: 0;
  font-family: var(--default-body-font);
  color: var(--color-dark);
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: var(--color-light);
}

input,
select,
textarea {
	padding: 8px 10px;
	font-size: 100%;
	color: var(--color-dark);
	border: 0 solid var(--color-theme-dark);
  border-bottom-width: 1px;
	outline: none;
	border-radius: 0;
	background: var(--bg-light);
}

label {
	color: var(--color-dark);
	font-size: 90%;
	margin-bottom: 2px;
}

input::placeholder,
textarea::placeholder {
  font-size: 95%;
	color: var(--color-light);
  font-weight: 300;
}

/*-- Chrome, Safari, Edge, Opera --*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*-- Firefox --*/
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

a.pg-btn,
button.pg-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
	background: var(--color-dark);
	color: var(--color-light);
  padding: 10px 30px;
  border: 2px solid var(--color-dark);
	text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

button.pg-btn {
	border: none;
	outline: none;
}

a.pg-btn:hover,
button.pg-btn:hover {
  background: var(--color-light);
  color: var(--color-dark);
}

.pg-form-control {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

img {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

iframe {
  width: 100%;
  max-width: 100%;
}

.owl-carousel {
  touch-action: pan-y;
}

.pg-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.pg-spacing {
  padding: 30px 0;
}

.pg-spacing-top {
  padding: 30px 0 0;
}

.pg-spacing-bottom {
  padding: 0 0 30px;
}

.pg-overlay {
  height: 100%;
  width: 100%;
  background: #000000f1;
}

.section-heading {
	height: auto;
	width: 100%;
	text-align: center;
	color: var(--color-dark);
}

.inner-pg .section-heading {
	padding: 0 0 45px;
	text-align: left;
}

.section-heading h2 {
  font-family: var(--default-heading-font);
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 500;
  color: var(--color-dark);
}

.section-heading h2 span {
  background: linear-gradient(50deg, var(--color-theme-light), var(--color-theme-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading p {
	font-size: 120%;
  color: var(--color-dark);
  font-weight: 300;
  opacity: 0.7;
	margin-bottom: 10px;
}

.heading-btn {
  text-align: right;
}

.heading-btn {
  text-align: right;
}

.heading-btn a.pg-btn,
.heading-btn button.pg-btn {
  border-color: var(--color-dark);
  border-radius: 40px;
  background: none;
}

hr.pg-hr {
  height: auto;
  width: 100%;
  border-color: var(--color-theme-dark);
  border-width: 2px;
  opacity: 0.9;
}

main {
	position: relative;
  z-index: 1;
}

/*-- header --*/

.main-header {
	height: auto;
  width: 100%;
  background: #fffffffa;
  backdrop-filter: blur(5px);
  color: var(--color-dark);
  padding-top: 10px;
}



.nav-logo a {
  display: block;
  max-width: 300px;
}

.nav-button {
  height: auto;
  width: 100%;
  text-align: right;
}

/*-- banner --*/

.banner {
	height: auto;
	width: 100%;
  background: linear-gradient(45deg, #81c6000a, var(--color-light));
  overflow: hidden;
  padding: 70px 0;
	position: relative;
	z-index: 1;
}

.banner::before {
  content: '';
  position: absolute;
  top: 15%;
  left: -25%;
  height: 350px;
  width: 350px;
  border: 2px solid #81c6005d;
  border-radius: 50%;
  z-index: -1;
}
.banner .row{
  justify-content: center;
}
.banner-content {
  text-align: center;
  height: auto;
  width: 100%;
  color: var(--color-dark);
}

.banner-content h1 {
	font-size: 60px;
	font-weight: 500;
  line-height: 1;
	margin-bottom: 30px;
}

.banner-content h1 span {
  background: linear-gradient(50deg, var(--color-theme-light), var(--color-theme-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content p {
	font-size: 16px;
  opacity: 0.7;
	margin-bottom: 20px;
  font-weight: 300;
}

.banner-content hr.pg-hr {
  height: 3px;
  background: linear-gradient(to right, #81c60077, transparent);
  border-width: 0;
  margin: 40px 0 30px;
}

.banner .banner-content ul{
  padding: 0;
  position: relative;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: center;
}
.banner .banner-content ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.banner .banner-content ul li span{
  /* position: absolute;
  content: '';
  top: -2px; */
  background: linear-gradient(279deg,rgb(246 211 31) 40%,rgb(41 202 38) 93%);
  /* background-color: #5e9800; */
  width: 2px;
  height: 25px;
  z-index: 2;
}


.banner-btn-part {
	height: auto;
	width: 100%;
  /* margin-bottom: 25px; */
}

.banner-btn-part a.pg-btn {
	border-radius: 0;
  background: #F3F0F0;
  border-color: #F3F0F0;
  color: var(--color-dark);
}

.banner-btn-part a.pg-btn:last-child {
  background: none;
  margin-right: 0;
  border-color: var(--color-dark);
  color: var(--color-dark);
}

.banner-trusted {
  height: auto;
  width: 100%;
  margin-top: 35px;
}

.banner-trusted .trusted-img {
  min-height: 120px;
  width: 100%;
  border: 1px solid #eee;
  border-left-color: #81c60077;
  border-left-width: 3px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-light);
  cursor: pointer;
}

.banner-trusted .trusted-img img {
  transform: scale(1);
  transition: all 0.4s ease-out;
  height: auto;
  max-width: 70%;
  object-fit: contain;
}

.banner-trusted .trusted-img:hover img {
  transform: scale(1.1);
}

.banner-form {
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg,#000000 0%,#21172F 100%);
  padding: 40px 30px;
  border-radius: 10px;
  color: var(--color-light);
}

.banner-form h3 {
	font-size: 230%;
	font-weight: 500;
	margin-bottom: 30px;
}

.banner-form .pg-form-control input,
.banner-form .pg-form-control select,
.banner-form .pg-form-control textarea {
  height: auto;
  width: 100%;
}

.banner-form .pg-form-control select {
  font-size: 95%;
  color: var(--color-light);
  font-weight: 300;
}

.banner-form button.pg-btn {
  text-transform: uppercase;
  border: 1px solid var(--color-light);
  background: transparent;
  border-radius: 0;
  padding: 15px 30px;
  color: var(--color-light);
  font-size: 110%;
}

/*-- trusted --*/

.trusted {
  height: auto;
  width: 100%;
  color: var(--color-dark);
}
.trusted .row{
  margin-top: 20px;
}
.trusted .section-heading p {
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 110%;
  letter-spacing: 5px;
  font-weight: 300;
  margin-bottom: 0;
}

.trusted .trusted-img {
  height: auto;
  width: 100%;
  text-align: center;
}

.trusted .trusted-img img {
  height: auto;
  max-width: 70%;
  object-fit: contain;
}

/*-- feature --*/

.feature {
  height: auto;
  width: 100%;
  color: var(--color-dark);
}

.feature-details-box {
  height: 100%;
  width: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgb(0 0 0 / .05);
}

span.feature-details-icon {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

span.feature-details-icon img {
  height: auto;
  max-width: 45px;
  object-fit: contain;
}

.feature-details-box h5 {
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-details-box p {
  font-size: 120%;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 0;
}

/*-- agency --*/

.agency {
  height: auto;
  width: 100%;
  color: var(--color-dark);
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

img.agency-bg-floating-img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  object-fit: cover;
  z-index: -1;
}

.agency-details-box {
  height: 100%;
  width: 100%;
  padding: 20px 10px;
}

span.agency-details-icon {
  display: block;
  margin-bottom: 20px;
}

span.agency-details-icon i {
  font-size: 170%;
}

.agency-details-box h5 {
  font-size: 135%;
  font-weight: 600;
  margin-bottom: 15px;
}

.agency-details-box p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 0;
}

/*-- performance-marketing --*/

.performance-marketing {
  height: auto;
  width: 100%;
  color: var(--color-dark);
}

.performance-marketing-img {
  height: auto;
  width: 100%;
}

.performance-marketing-content {
  height: auto;
  width: 100%;
}

.performance-marketing-content h2 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 15px;
}

.performance-marketing-content h2 span {
  background: linear-gradient(50deg, var(--color-theme-light), var(--color-theme-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.performance-marketing-content p {
	font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
	margin-bottom: 25px;
}

/*-- accordion --*/

.performance-marketing-acc {
  height: auto;
  width: 100%;
  color: var(--color-dark);
  margin-bottom: 30px;
}

.performance-marketing-acc .accordion {
  --bs-accordion-border-width: 0;
}

.performance-marketing-acc .accordion .accordion-item {
  margin-bottom: 10px;
}

.performance-marketing-acc .accordion .accordion-header button {
  background: none;
  padding: 5px 15px;
  font-size: 40%;
  font-weight: 700;
  color: var(--color-dark);
}

.performance-marketing-acc .accordion .accordion-header button:hover,
.performance-marketing-acc .accordion .accordion-header button:focus {
  box-shadow: none;
}

.performance-marketing-acc .accordion .accordion-body {
  padding: 0 15px;
}

.performance-marketing-acc .accordion .accordion-body p {
  font-size: 115%;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.7;
}

/*-- reviews --*/

.reviews {
  height: auto;
  width: 100%;
  color: var(--color-dark);
}

.reviews-box {
  height: 100%;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

span.reviews-icon {
  display: block;
  margin-bottom: 30px;
}

span.reviews-icon i {
  font-size: 620%;
  opacity: 0.2;
}

.reviews-box p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 40px;
}

.reviews-user-details {
  height: auto;
  width: 100%;
}

.reviews-user-details img {
  height: auto;
  max-width: 80px;
  border-radius: 50%;
  border: 3px solid #81c60077;
  margin-bottom: 15px;
  object-fit: cover;
}

.reviews-user-details h6 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 2px;
}

.reviews-user-details p {
  font-size: 100%;
  margin-bottom: 0;
}

/*-- award --*/

.award {
  height: auto;
  width: 100%;
}

.award-image {
  height: 600px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.award-image img {
  object-fit: cover;
}

/*-- last-banner --*/

.last-banner {
  /* height: 70vh; */
  width: 100%;
  padding: 100px 0;
  color: var(--color-light);
  background: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
}

img.last-banner-bg-floating-img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  z-index: -1;
}

.last-banner-content {
  height: auto;
  width: 100%;
  max-width: 60%;
  text-align: center;
}

.last-banner-content h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}

.last-banner-content h2 b {
  font-weight: 300;
}

.last-banner-content h2 span {
  background: linear-gradient(50deg, var(--color-theme-light), var(--color-theme-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.last-banner-content a.pg-btn {
  padding: 15px 30px;
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--color-light);
  color: var(--color-light);
}

/*-- copyright --*/

.copyright {
  height: auto;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #00000080, transparent);
  color: var(--color-light);
  text-align: center;
  z-index: 2;
}

.copyright p {
  font-size: 100%;
  margin-bottom: 0;
}

.copyright p a {
  color: var(--color-light);
  font-weight: 600;
}

.copyright p a:hover {
  text-decoration: underline;
}

/*-- page-scrollbar --*/

#pgScrollBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 7px;
  background: linear-gradient(50deg, var(--color-theme-light), var(--color-theme-dark));
  z-index: 1000;
  transition: width 0.4s ease-out;
}