:root {
  --primary: #18CC65;
  --secondary: #FF9600;
  --font-Montserrat: 'Montserrat', sans-serif;
  --font-SourGummy: 'Sour Gummy', sans-serif;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  line-height: 1.56em;
  box-sizing: border-box;
}

h1,
.h1 {
  font-size: 42px;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 36px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Montserrat);
}
p {
  font-size: 16px;
  color: #000;
  font-family: var(--font-Montserrat);
  font-weight: 400;
}
section {
  padding: 80px 0;
}

.full-width-section {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: 0.3s color ease;
  font-family: var(--font-Montserrat);
}

a:hover {
  color: var(--primary);

}
.text-green {
  color: #2ECC71!important;
}
.text-orange {
  color: #FF9600!important;
}
.font-2 {
  font-family: var(--font-SourGummy)!important;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;

}
.header.scrolled .header-nav {
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.3019607843);
}

.menu_drop {
  transition: all ease 0.3s;
  min-width: 200px;
  position: absolute;
  top: 100%;
  padding-bottom: 5px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 0.7rem 0.7rem;
  background: var(--primary);
}
.menu_drop ul li {
  margin-bottom: 10px;
}
.menu_drop ul li a {
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.header-nav .navbar-nav .nav-item:hover .menu_drop {
  opacity: 1;
  visibility: visible;
}
.banner-bottom-price {
  margin-left: 37px;
  display: flex;
  flex-direction: column;
}
.banner-bottom-price span, .banner-bottom-price h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: right;
  color: #fff;
}

.navbar-inner {
  display: flex;
  align-items: center;
justify-content: space-between;
}
.header .navbar-expand-lg .navbar-collapse {
justify-content: flex-end;
margin-left: 60px;
}
.header .header-nav {
  transition: all .4s linear;
}
.header.scrolled .header-nav {
  background-color: #fff;
}

.navbar__top a {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
.navbar.navbar-expand-lg .container {
  display: block;
}



.header-nav .navbar-nav .nav-item {
    margin-right: 20px;
}

.header-nav .navbar-nav .nav-item:last-child {
    margin-right: 0;
}



.header-nav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  padding: 13px 12px;
  color: #000;
  font-size: 16px;
  background: linear-gradient(0deg, var(--primary), var(--primary)) no-repeat right bottom/0 1px;
  background-size: 0 1px;
  background-position: left bottom 1px;
  transition: .3s ease;
  text-transform: uppercase;
}
.header-nav .navbar-nav .nav-item .nav-link:hover {
  background-size: 100% 1px;
}
.header-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
  }

  .header .navbar-inner .navbar-collapse {
    display: block;
  }

/* banner section */
.round-shape {
	display: block;
	width: 105px;
	height: 105px;
	border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.round-shape-orange {
  background: rgba(255, 150, 0, 0.30);
}
.round-shape-green {
  background: rgba(46, 204, 113, 0.30);;
}
.round-shape-near-btn {	
	margin-top: -70px;
	margin-left: 111px;
}
.shape-on-banner-left {
  left: -50px;
  top: 30%;
}
.shape-on-pricing-1 {
	left: -60px;
}
.shape-on-pricing-2 {
	right: -60px;
  bottom: 40px;
}

.banner-item {
	padding-top: 140px;
	overflow: hidden;
}
.home-banner-img {
	max-width: 65vh;
	margin-left: auto;
  /* position: relative; */
  min-height: 65vh;
}

.home-banner-img-bg {
	display: block;
	position: absolute;
	z-index: -1;
	transform-origin: center;
	top: 0;
	right: 0;
	max-width: 50%;
}
.banner-elements {
	position: absolute;
	z-index: 1;
	transform-origin: center;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}


/* three column css */
.three__col-inner:hover {
  box-shadow: 0px 2px 16px 0px #00000040;
}
.three__col-inner {
  text-align: left;
  padding: 20px 15px;
  transition: all 0.4s ease-in-out;
}.three__col-inner-img img {
  max-width: 75px;
  width: 100%;
}

.three__col-inner-img {
  margin-bottom: 20px;
}

.three__col-inner-content h3 {
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
}

.three__col-inner-img {
  margin-bottom: 20px;
}

.three__col-inner-content h3 {
  line-height: 30px;
  font-weight: 700;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 40px;
  font-size: 16px;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s ease all;
  border: 1px solid var(--primary)!important;
}

.btn:hover {
  background-color: #fff;
  color: var(--primary);
}

a.btn.loginbtn {
    background: #333;
    border-radius: 5px;
    margin-top: 5px;
    border: 0 !important;
}

/* three column css */

/* demo section */
.demo-container {
	display: flex;
	background: rgba(24, 204, 100, 0.12);
	padding: 30px;
	border-radius: 15px;
}
.demo-img {
	margin-top: -90px;
	flex: 0 0 40%;
}
.demo-content h2{
  color: var(--primary);
}

/* features section  */
.features-container .features-box {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 30px 15px;
	margin-bottom: 15px;
  transition: all .3s linear;
}
.features-container .features-box:hover {
  background: rgba(24, 204, 100, 0.12);
}
.features-container > .features-box:nth-child(2n+2) {
	flex-direction: row-reverse;
  text-align: right;
}
.features-container > .features-box:nth-child(2n+2):hover {
  background: rgba(255, 150, 0, 0.12);
}
.features-container .features-box .features-img{
  flex: 0 0 150px;
}


/* choose plan css */
.plans-section {
  background: rgba(24, 204, 101, 0.10);
  position: relative;
  overflow: hidden;
}
.plans-section .plan-period {
	display: flex;
	justify-content: center;
}
.plans-section .plan-period  .monthly-default {
	margin-right: 16px;
}
.plans-section .plan-period .annually-active {
  font-weight: 600;
}
.plans-section .plan-period .annually-active .text-orange {
  font-weight: 400;
}
.plans-section .plan-period .form-switch {
	padding-left: 60px;
}
.plans-section .plan-period .form-switch .form-check-input {
	width: 50px;
	margin-left: -62px;
	height: 26px;
	margin-top: 0;
  border-color: var(--primary);
  cursor: pointer;
}
.plans-section .plan-period .form-check-input:checked {
  background-color: var(--primary); /* Custom color */
  border-color: var(--primary); /* Custom color */
}
.plans-section .plan-period .form-check-input:focus {
	border-color: var(--primary);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(24, 204, 101,.25);
}
.plan-box {
	border-radius: 30px;
	background: #FFF;
	box-shadow: 1px 2px 7.8px 0px rgba(0, 0, 0, 0.10);
	padding: 24px 50px 104px 50px;
  max-width: 400px;
  margin: 30px;
  position: relative;
  flex:0 0 calc(33.333% - 60px);
  min-width: 300px;
}
.plan-box .plan-header {
	text-align: center;
  margin-bottom: 40px;
}
.plan-box .plan-header h2 {
  font-size: 32px;
}
.plan-box .plan-body {
  margin-bottom: 40px;
}
.plan-box .plan-body ul li {
	padding-left: 36px;
	position: relative;
}
.plan-box .plan-body ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  background-image: url(../images/check-mark.svg);
  left: 0;
}
.plan-box .plan-body ul li + li {
  margin-top: 10px;
}
.plan-price {
  text-align: center;
}

.plan-price .plan-currency {
	color: var(--secondary);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	vertical-align: top;
	display: inline-block;
	margin-top: 6px;
	margin-right: 2px;
}

.plan-price .plan-amount {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.plan-price .plan-duration {
  color: var(--primary);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.plan-box .plan-action {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
}

.btn-slider .slick-arrow, .testimonails-btn .slick-arrow, .choose-plan-slider-btn .slick-arrow {
  font-size: 0;
  padding: 0;
  border: unset;
  margin-right: 0;

  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 3px;
}
.btn-slider, .choose-plan-slider-btn {
  position: relative;
  text-align: right;
}
.btn-slider .slick-prev::before,
.btn-slider .slick-next::before {
  content: '';
  background-image: url(../img/arrow_circle_left.png);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-slider .slick-next::before{
  content: '';
  background-image: url(../img/arrow_circle_right.png);
  top: 9px;
}
button.slick-prev.slick-arrow {
  transform: translateX(-40px);
}

.btn-slider {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px;
}

.footer-contact {
  text-align: right;
  background-color: #564779;
  padding: 34px 30px;
  color: #fff;
  height: 100%;
}

.footer-contact a {
  color: var(--primary);
  font-size: 42px;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: 0.05em;
  text-align: left;
}
.footer-stok {
  background: #4a4a4a;
}
.footer-right {
  background: #4a4a4a;
  padding: 34px 30px;
}
.footer-contact h4,
.footer-right h4 {
  font-weight: 400;
  color: #fff;
}
.footer-right .btn {
  border-radius: 5px;
  padding: 7px 70px;
}

/* footer */

.footer {
  background-color: #000;
  padding: 50px 0;

}

.footer .footer-items a {
  color: #fff;
}

.footer .footer-items a:hover {
  text-decoration: underline;
}

.footer .footer-link ul li a {
  color: #fff;
  font-weight: 500;
  transition: .3s color ease;
  background: linear-gradient(0deg, var(--primary), var(--primary)) no-repeat right bottom/0 1px;
  background-size: 0 1px;
  background-position: left bottom 1px;
  transition: .3s ease;
}
.footer .footer-link ul li a:hover{
  background-size: 100% 1px;
}
.footer .footer-link ul li a:hover{
  color: var(--primary);
}
.footer .footer-link ul li {
  margin-bottom: 10px;
}
.footer .footer-items p {
  color: #fff;
  padding-left: 36px;
}
.footer-bottom {
  background: #1E1E1E;
  padding: 18px 0;
}

.footer-socil-link ul {
  display: inline-flex;
}

.footer-bottom .footer-socil-link ul li {
  margin-right: 11px;
}
.footer-right-copyright p {
  margin-bottom: 0;
  text-align: end;
  color: #fff;
  font-weight: 500;
}

/* hamburger */
.hamburger.hamburger--collapse {
  display: none;
  }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*Whatsapp button*/

.whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            align-items: center;
            text-decoration: none;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease-in-out;
        }
        
        .whatsapp-button:hover {
            background-color: #1ebc5a;
        }
        
        .whatsapp-button img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }


/* inner page */

.page-banner {
  padding-top: 100px;
  text-align: center;
  background-image: url('../images/banner-1.jpg');
    background-size: cover; /* Ensures the image covers the full viewport */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repetition */
}
.page-banner h1 {
  color: var(--secondary);
}
.breadcrumb {
  justify-content: center;
}
.content-inner h1,
.content-inner h2,
.content-inner h3,
.content-inner h4,
.content-inner h5,
.content-inner h6 {
  color: var(--primary);
}


/* Inner Page */

.numbering li {
  list-style: auto;
    margin: 1% 3%;
    padding: 0 5px;
}

/*Contact Us form*/

.contact-form {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.contact-form label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-form button {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.contact-form button:hover {
    background-color: #0056b3;
}

