/* .img01{
    width: 144px;
    height: 144px;
    } */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
.myselectedcolor
{
  padding: 2%;
  margin:1%;
}
.active-color
{
  border:2px solid #151515;
  box-shadow: 1px 3px 4px 0px gray;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/* main{
  background-color: #a9c9ff;
  background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%);
} */
/* main{
  background-image: url(images/page\ colour.jpg);
  background-position: center center;
  background-size: cover;
} */
/* colorful text  */


.water-particle2 {
  left: 10%;
  top: 40%;
  border-radius: 96% 73% 31% 41%;
  transform: skew(20deg, 28deg);
  height: 25px;
  width: 16px;
  background-color: rgba(5,117,177,0.7);
  box-shadow: 1px 2px 4px rgba(1,1,1,0.7);
}
.holi-text {
  font-family: "Cookie", cursive;
  /* font-size: 2em; */
  text-align: center;
  background: rgb(58, 178, 180);
  background: -moz-linear-gradient(
    90deg,
    rgba(58, 178, 180, 1) 0%,
    rgba(114, 173, 175, 1) 15%,
    rgba(253, 230, 29, 1) 36%,
    rgba(46, 128, 253, 1) 51%,
    rgba(253, 66, 247, 1) 69%,
    rgba(252, 69, 102, 1) 79%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(58, 178, 180, 1) 0%,
    rgba(114, 173, 175, 1) 15%,
    rgba(253, 230, 29, 1) 36%,
    rgba(46, 128, 253, 1) 51%,
    rgba(253, 66, 247, 1) 69%,
    rgba(252, 69, 102, 1) 79%
  );
  background: linear-gradient(
    90deg,
    rgba(58, 178, 180, 1) 0%,
    rgba(114, 173, 175, 1) 15%,
    rgba(253, 230, 29, 1) 36%,
    rgba(46, 128, 253, 1) 51%,
    rgba(253, 66, 247, 1) 69%,
    rgba(252, 69, 102, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab2b4",endColorstr="#fc4566",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 3px 7px rgba(99, 116, 99, 0.34);
}
/* nav area end */
#top-navbar {
  background-color: #000000;
  position: fixed;
  top: -50px;
  width: 100vw;
  display: block;
  transition: top 0.3s;
  z-index: 99999;
}

.navlink-clr .nav-item{
  font-size: .9rem;
}
.navlink-clr .nav-item .nav-link:hover {
  font-weight: 700;
}
.navlink-clr .nav-item:nth-child(1) .nav-link:hover {
color:yellow ;
}
.navlink-clr  .nav-item:nth-child(2) .nav-link:hover {
color: #00ff00;
}
.navlink-clr .nav-item:nth-child(3) .nav-link:hover {
color: #ff00b3; 
}
.navlink-clr .nav-item:nth-child(4) .nav-link:hover {
color: #ff0000; 
}
.navlink-clr .nav-item:nth-child(5) .nav-link:hover {
color: rgba(58, 178, 180, 1); 
}
.navlink-clr .nav-item:nth-child(6) .nav-link:hover {
color: rgb(0, 225, 255); 
}
@media (max-width: 991.98px) {
/* For small screens, set offcanvas height to auto */
.offcanvas {
  height: fit-content !important;
}
}
/* nav area end */

/* hero-section-start */

.hero-section {
  height: 100vh;
  background: #000;
  color: aliceblue;
  /* width: 100vw; */
}

.hero-h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95vw;
  text-align: center;
  color: #ddd;
  /* font-size: 4.5em; */
  font-family: sans-serif;
  letter-spacing: 0.2em;
  z-index: 222;
}
.hero-h1 span {
  display: inline-block;
  opacity: 0;
  animation: animate-h 1s linear forwards;
}
.hero-h4 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95vw;
  text-align: center;
  color: #ddd;
  /* font-size: 4.5em; */
  font-family: sans-serif;
  letter-spacing: 0.2em;
  z-index: 222;
}
.hero-h4 span {
  display: inline-block;
  opacity: 0;
  animation: animate-h 1s linear forwards;
}
.hero-h6 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95vw;
  text-align: center;
  color: #ddd;
  /* font-size: 4.5em; */
  font-family: sans-serif;
  letter-spacing: 0.2em;
  z-index: 222;
}
.hero-h6 span {
  display: inline-block;
  opacity: 0;
  animation: animate-h 1s linear forwards;
}

@keyframes animate-h {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
    filter: blur(0);
  }
}

.hero-h1 span:nth-child(1) {
  animation-delay: 1s;
}
.hero-h1 span:nth-child(2) {
  animation-delay: 1.4s;
}
.hero-h1 span:nth-child(3) {
  animation-delay: 1.8s;
}
.hero-h1 span:nth-child(4) {
  animation-delay: 2.2s;
}
.hero-h1 span:nth-child(5) {
  animation-delay: 2.6s;
}
.hero-h1 span:nth-child(6) {
  animation-delay: 3s;
}
.hero-h1 span:nth-child(7) {
  animation-delay: 3.4s;
}
.hero-h1 span:nth-child(8) {
  animation-delay: 3.8s;
}
.hero-h1 span:nth-child(9) {
  animation-delay: 4.2s;
}
.hero-h1 span:nth-child(10) {
  animation-delay: 4.6s;
}
.hero-h1 span:nth-child(11) {
  animation-delay: 5s;
}
.hero-h1 span:nth-child(12) {
  animation-delay: 5.4s;
}
.hero-h1 span:nth-child(13) {
  animation-delay: 5.8s;
}
.hero-h1 span:nth-child(14) {
  animation-delay: 6.2s;
}
.hero-h1 span:nth-child(15) {
  animation-delay: 6.6s;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100vw; */
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
  padding: 0px;
  margin: 0px;
}

/* hero-section-end */

/* about-area-start */
.about-bg {
    background: rgb(245, 252, 245);

  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
/* .about-img{

  } */

.abour-h4 {
  color: rgb(32, 158, 133);
  font-weight: 700;
  margin-bottom: 12px;
}

.about-para {
  font-size: 1.1rem;
}
.about-rm-btn {
  background-color: rgb(230, 227, 227);
  padding: 12px 22px;
  margin: 26px;
  text-decoration: none;
  color: #868080;
  font-size: 0.9rem;
  transition: 0.6s;
}
.about-rm-btn:hover {
  background-color: rgb(255, 209, 25);
  color: rgb(0, 0, 0);
  font-size: 1rem;
  border-radius: 12px;
}

.feature-list {
  list-style-type: none;
}

.feature-list li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

.feature-list li:before {
  content: "";
  background: rgb(180, 180, 16);
  width: 1em; /* Width of your custom icon */
  height: 1em; /* Height of your custom icon */
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em; /* Adjust this value to vertically align the icon */
}

/* Keyframes for the Holi pichkari animation */
@keyframes holiPichkari {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-30deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

/* Apply animation to the custom icon */
.feature-list li:before {
  animation: holiPichkari 1.5s infinite;
}


/* about-area-end */





/* certificate-img section  */
.certificate-section {
  background-image: url(images/double-jet.webp);
  background-position: center center;
  background-size: cover;
}
.certificate-img-opacity {
  background: rgba(26, 26, 26, 0.8);
  opacity: 0.9;
}
.certificate-img {
  position: relative;
  overflow: hidden;
  transition: all 1.1s ease-in-out;
  /* width: 85%; */
  background-color: #313221;
}
.certificate-img:hover {
  z-index: 2;
  transform: scale(1.1);
  background-image: linear-gradient(
    40deg,
    #f87b05 0%,
    #ffe552 45%,
    #b9c725 100%
  );
  border-radius: 7px;
}
.certificate-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* footer
    */
.footer {
  background-color: #151515;
  padding: 80px 0;
}
.container-footer {
  max-width: 1170px;
  margin: auto;
}
.footer-col-ul {
  list-style: none;
  padding: 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  width: 90px;
  height: 2px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ddd;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #fff;
  padding-left: 7px;
}

.footer-col .social-links a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px 10px 0;
  line-height: 40px;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #151515;
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
.copy-right{
  background-color: #151515;
  color: white;
  font-size: 1.2em;
  padding: 4px 0px;
  text-decoration: none;
}
/* 06. Breadcrumbs CSS */

.rs-breadcrumbs .breadcrumbs-image {
  position: relative;
  overflow: hidden;
}
.rs-breadcrumbs .breadcrumbs-image img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text {
  padding: 36px 0 42px;
  border-radius: 5px;
  text-align: center;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-title {
  width: 100%;
  font-size: 38px;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: #ffffff;
  float: left;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li {
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li
  a {
  color: #fff;
  position: relative;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li
  a:hover {
  color: #03438f;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li:first-child {
  position: relative;
  padding-right: 24px;
  margin-right: 5px;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li:first-child:after,
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li:first-child:before {
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 0;
  color: #ffffff;
  font-family: fontawesome;
}
.rs-breadcrumbs
  .breadcrumbs-image
  .breadcrumbs-inner
  .breadcrumbs-text
  .breadcrumbs-subtitle
  li:first-child:before {
  right: 8px;
}



/* featured products ------------------------------------------------------------------------------------- */
.featured-products{
  /* background-color: #a9c9ff;
  background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%); */
}
.slider {
  margin-bottom: 10px;
  position: relative;
 
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #ffffff; /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to bottom, #ffe600, #ffbb00); */
   /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to bottom, #ffe600, #ffbb00); */
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #000000;
}
.slider-card {
  background: #ffffff;
  padding: 0px 0px;
  margin: 40px 15px 60px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  /* opacity: 0.5; */
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
  height: 200px; 
  width: auto;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background-image: linear-gradient(
        40deg,
        #f8260a 0%,
        #f8caaa 45%,
        #ff7139 100%
      );}
/* .content-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  background-color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.slider-card:hover .content-slider {
  transform: translateY(-0%);
} */
.hover-button {
  display: none;
}
.slider-card:hover .hover-button {
  display: block;
}

.hover-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: rgb(255, 213, 0);
  /* background-image: linear-gradient(
        40deg,
        #f8260a 0%,
        #f8caaa 45%,
        #ff7139 100%
      ); */
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Adjust button style on hover */
.hover-button:hover {
  background-color: rgb(255, 213, 0);
  /* background-image: linear-gradient(
    40deg,
    #f8260a 0%,
    #f8caaa 45%,
    #ff7139 100%
  ); */
}





/* testimonials -------------------------------------- */

.card-reviews {
  position: relative;
}

.img-reviews {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* position: absolute;
  top: -60px; 
  left: 37%; 
  border: 5px solid #fff; 
  
  z-index: 1;  */
}
.card-reviews:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-sec{
 
display: flex;
justify-content: center;
align-items: center;
flex-flow: wrap;
margin: 0;
height: 100%;
}
figure.snip1139 {
  
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 385px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
figure.snip1139 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1139 img {
  max-width: 100%;
  vertical-align: middle;
}
figure.snip1139 blockquote {
  position: relative;
  background-color: #ffffff;
  padding: 25px 50px 25px 50px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1139 blockquote:before,
figure.snip1139 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1139 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1139 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1139 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}
figure.snip1139 .author {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 25px;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
figure.snip1139 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1139 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


/* 3 features section  */



/* .featers-col{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
} */
.shape{
  width: 230px;
  height: 220px;
  border: 2px solid #fff;
  border-radius: 126% 50% 80% 100% / 80% 50% 107% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
  position: relative;
}
.inner-shape{
  width: 200px;
  height: 230px;
  border-radius: 50% 126% 100% 80% / 50% 80% 100% 107%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
}
.bkg1{
  background: #e91e63;
}
.content-feature{
  color: #fff;
  position: relative;
}
/* a{
  width: fit-content;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
} */
.shape-col:hover .shape,.shape-col:hover .inner-shape{
  width: 220px;
  height: 200px;
  border-radius: 77% 87% 77% 90% / 54% 52% 114% 107%;
}
/* .shape-col:hover a{
  top: 80px;
} */
.shape .fa{
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 12px;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px -2px #000;
}
.bkg2{
  background: #4caf50;
}
.bkg3{
  background: #3f51b5;
}
.bkg4{
  background: #ff5722;
}
































