* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}

.position-img img{
  position:absolute;
}

header {
  padding: 32px 90px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

.contact-info li a {
  letter-spacing: 0.4px;
  color: #373737;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info li a  i{
  color:#588A1F;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icon li a {
  height: 49px;
  width: 49px;
  color: #588A1F;
  border-radius: 50%;
  border: 1px solid #588A1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

header h2 {
  font: normal normal 800 27px/28px Poppins;
  letter-spacing: 0px;
  color: #9D0298;
}

.stellarnav ul {
  text-align: right;
  padding-right: 138px;
  margin-top: 38px;
}

.stellarnav.light li a {
  letter-spacing: 0.38px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 19px;
  line-height: 28px;
}

.stellarnav.light li a:hover{
  color:#588A1F;
}

.stellarnav li {
  list-style: none;
  display: block;
  position: relative;
  line-height: normal;
  margin: 0px 15px;
}

.h-innerr {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: flex-end;
}

.banner img {
  width: 100%;
}
.banner{
  position: relative;
}

.banner a {
  position: absolute;
  width: 324px;
  height: 72px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 35px #0000001A;
  border-radius: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  font: normal normal bold 20px/28px Poppins;
  letter-spacing: 0px;
  color: #9D0298;
  text-shadow: 0px 8px 12px #00000003;
  text-transform: uppercase;
  justify-content: center;
  bottom: 100px;
  left: 28%;
  transition: all 0.3s ease-in-out;
}

.banner a:hover {
  box-shadow: 1px 0px 5px #fff;
}

section.about-us {
  padding: 135px 0px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto !important;
}

.sec-title {
  font: normal normal bold 42px/48px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 30px;
}

.sec-title span {
  color:#588A1F;
}

.about-left p {
  font: normal normal normal 20px/36px Montserrat;
  letter-spacing: 0px;
  color: #373737;
  padding-right: 136px;
}

.brand-logo img {
  max-width: 173px;
}

.about-us .img-block {
    position: relative;
    height: 500px;
}

.position-img img.dots {
  position: absolute;
  right: 74px;
  top: -55px;
  z-index: -1;
}

img.p-2 {
  top: -66px;
  left: -91px;
}

img.sec-logo {
  bottom: 37px;
  right: 95px;
  
}

.img-block > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.p1 {
  top: 56px;
  left: 29px;
  max-width: 231px;
}

img.p-3 {
  bottom: 97px;
  max-width: 368px;
  left: -40px;
}

#product-service {
  padding: 106px 0px 80px 0px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  position: relative;
}

#product-service::before{
  content: "";
  width:100%;
  height:100%;
  position: absolute;
  background-color: #0E0E0E;
  opacity:90%;
  top:0;
  left:0;
}

.ps-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 6px #00000029;
  border-radius: 10px;
  padding: 15px;
}

.ps-card h3 {
  font: normal normal bold 36px/48px Poppins;
  letter-spacing: 0px;
  color: #588A1F;
  margin-bottom: 11px;
}

.ps-card p {
  font: normal normal normal 20px/30px Montserrat;
  letter-spacing: 0px;
  color: #373737;
}

button.owl-prev img , button.owl-next img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -0%);

}

button.owl-prev img {
  left: -78px;
}

button.owl-next img {
  right: -121px;
}

.owl-nav button:hover img {
  filter: invert(44%) sepia(94%) saturate(387%) hue-rotate(46deg) brightness(87%) contrast(85%);
}

.products-serivce h2 {
  text-align: center;
  font: normal normal bold 42px/48px Poppins;
  letter-spacing: 0px;
  color: #9FDC5A;
  margin-bottom: 42px;
  position: relative;
  text-transform: capitalize;
}

.p-s-slide  .owl-dots button span {
  border: 2px solid #D1D1D1;
  display: flex;
  height: 19px;
  width: 19px;
  border-radius: 50%;
}

.p-s-slide .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-s-slide  .owl-dots button.active span{
background-color:#fff;
}

.gallery {
  padding: 106px 0px;
  background: #fff;
}

.row.no-guttetrs {
  --bs-gutter-x: 0rem;
  margin: 0px !important;
  max-width: 2020px;
  margin: 0 auto !important;
}

.gallery .sec-title {
  text-align: center;
}

.gallery p {
  text-align: center;
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #373737;
  margin-bottom: 42px;
}

.gal-card  a img {
  height: 350px;
  width: 100%;
}

.gal-card {
  position: relative;
}

img.play-btn {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  pointer-events: none;
}

.v-card::before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 40%;
  pointer-events: none;
}

.fancybox-toolbar{
  visibility:visible !important;
  opacity:1 !important;
}

.book-your-sticker{
  padding:50px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.book-your-sticker h2{
font: normal normal bold 44px/28px Poppins;
letter-spacing: 0px;
color: #BBFF6D;
text-shadow: 0px 8px 12px #00000026;
margin:20px 0px;
text-align:center;
}


.book-your-sticker a {
  max-width: 324px;
  height: 72px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 35px #0000001A;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal bold 20px/28px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-shadow: 0px 8px 12px #00000003;
  text-transform: uppercase;
  gap: 10px;
  margin: 40px auto 0px auto;
}

footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 75px;
}

footer .container{
  position: relative;
  z-index:999;
}
footer::before{
  content: "";
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  background-color:#2A0129;
  opacity:90%;
  pointer-events: none;
 
}

footer .social-icon {
  margin: 50px 0px;
}

footer  .contact-info {
  flex-wrap: wrap;
}

footer  .contact-info li a {
  font-size: 17px;
  gap: 10px;
  opacity: 0.7;
  color: #fff;
}

footer .contact-info li a  i {
  color: #FD9615;
}

footer h3 {
  text-align: left;
  font: normal normal bold 20px/24px Poppins;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.quick-links li a {
  font: normal normal normal 17px/45px Poppins;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  opacity:0.7;
}

.quick-links li a:hover{
  opacity:1;
}

.quick-links li{
  position: relative;
  padding-left:28px;
}
.quick-links li::before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0%,-50%);
  color: #FFFFFF;
  opacity: 0.7;
  font-family: 'FontAwesome';
}
.quick-links li:hover::before{
opacity:1;
}

.footer-form input, .footer-form select , .footer-form textarea{
  height: 48px;
  background: #C979C8 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width:100%;
  padding:10px;
  text-transform:capitalize;
}

.footer-form input::placeholder, .footer-form select , .footer-form textarea::placeholder{
  text-align: left;
font: normal normal normal 15px/30px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
text-transform:capitalize;
}

.footer-form textarea{
  height:97px;
}

.footer-form .row {
  --bs-gutter-x: 0.6rem;
}

.footer-form input[type="submit"] {
  width: 138px;
  height: 48px;
  background: #FD9615 0% 0% no-repeat padding-box;
  border-radius: 38px;
  font: normal normal bold 16px/20px Poppins;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.foot-2 {
  padding: 33px 0px;
  border: 1px solid #fff;
  margin-top: 80px;
}

.foot-2 ul{
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:15px;
}

.foot-2 ul li , 
.foot-2 ul li a{
  font: normal normal normal 17px/35px Poppins;
letter-spacing: 0.34px;
opacity: 0.8;

}

.foot-2 ul li{
  color:#fff;
}

.foot-2 ul li a{
  color:#FD9615;
}

.testimonial .sec-title{
  text-align:center;

}

.testimonial .sub-title {
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #373737;
  text-align: center;
  margin-bottom: 47px;
}

ul#myTab {
  border: 0px;
  height: 355px;
  overflow: auto;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: 0px;
  background: #9FDC5A 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 50px #9FDC5A26;
  border-radius: 10px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {

  border: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  border: 0px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 13px;
  width: 100%;
  padding: 20px 50px;
}
.nav-tabs .nav-item.show .nav-link h4, .nav-tabs .nav-link h4{
  font: normal normal 600 26px/32px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link p, .nav-tabs .nav-link p{
font: normal normal 300 22px/32px Poppins;
letter-spacing: 0px;
color: #666666;
}

.nav-tabs .nav-link.active p{
  color:#fff;
}

.nav-tabs .nav-link .profile-img{
  height:78px;
  width:78px;
  border-radius:50%;
}

.nav-tabs .nav-link .profile-img img{
  height:100%;
  width:100%;
  object-fit:cover;
  border-radius:50%;
}

ul.tab-content-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    color: #00000024;
    margin-bottom: 38px;
}

.tab-content p {
  font: normal normal normal 24px/38px Montserrat;
  letter-spacing: 0px;
  color: #666666;
}
section#testimonial {
  padding: 106px 0px 300px;
}



ul.sec-social {
  display: flex;
  align-items: center;
  gap: 25px;
  position: absolute;
  right: -44px;
  top: 41%;
  transform: rotate(270deg);
}

ul.sec-social li{
  font: normal normal bold 28px/48px Poppins;
letter-spacing: 0px;
color: #000000;
}

ul.sec-social li:not(:first-child) {
  transform: rotate(90deg);
}

section#testimonial img.p1 {
  top: 147px;

}


.ps-card-content {
    max-height: 500px;
    overflow: auto;
}

 .common-heading {
    font: normal normal 800 27px/28px Poppins;
    letter-spacing: 0px;
    color: #9D0298;
    margin-bottom:20px;
}

.active-rating i {
    color: #ffbb00;
}


a.button {
    background: #9fdc5a;
    padding: 6px 15px;
    border-radius: 8px;
    color: #fff;
}



.slider {
  width: 100%;
  max-width: 800px;
  height: 350px;
  position: relative;
  overflow: hidden; /* <===  */
  border-radius: 15px;
}

.slide {
  width: 100%;
  max-width: 800px;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}
.btn:active {
  transform: scale(1.1);
}
.btn-prev {
  top: 45%;
  left: 2%;
}

.btn-next {
  top: 45%;
  right: 2%;
}
.carousel-inner .carousel-item img {
	height: 500px;
}
 