:root {

  --primary: #1c2b7a;
  
  --secondary: black;
  /* --darkprimary: #1c2a7ba1; */
  --lightprimary: #1c2a7b71;
  --darksecondary: #cfaa17;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
  scroll-behavior: smooth !important;
}

html,
body {
  overflow-x: hidden;
}

.section {
  padding: 100px 0;
}

.btn {
  border: none;
}

.main-btn {
  background-color: var(--primary);
  border-radius: 2px;
  padding: 10px 24px;
  width: 100%;
  color:white;
}

.main-btn a {
  color: white;
  font-weight: 600;
}

.main-btn i {
  color: white !important;
  font-size: 16px;
  margin-right: 5px;

}
.main-btn:hover {
  color:white;
}

.main-btn:hover a {
  color: white;
  transition: 0.5s;
}

.main-btn:hover {
  background-color: black;
  border-radius: 2px;
  transition: 0.5s;
}

.sec-btn {
  border-radius: 2px;
  padding: 10px 24px;
  width: 100%;
  background-color: #000000;
  width: auto;
  margin: auto;
}

.sec-btn a {
  color: white;
  font-weight: 600;
}

.sec-btn i {
  color:var(--primary) !important;
  font-size: 16px;
  margin-right: 5px;

}

.sec-btn:hover a {
  color: white;
  transition: 0.5s;
}

.thir-btn {
 border: 1px solid var(--primary);
  border-radius: 2px;
  padding: 10px 24px;
  width: 100%;
  background-color: white;
}

.thir-btn a {
  color: var(--primary);
  font-weight: 600;
}

.thir-btn i {
  color: var(--primary) !important;
  font-size: 16px;
  margin-right: 5px;

}

.thir-btn:hover a {
  color: white;
  transition: 0.5s;
}

.thir-btn:hover {
  background-color: black;
  border-radius: 2px;
  transition: 0.5s;
}

.thir-btn:hover {
  border-radius: 2px;
  transition: 0.5s;
  background-color: var(--primary);
}
a {
  text-decoration: none;
}

.section {
  padding: 60px 0;
}

.popular {
  color: var(--secondary);
}

/* body {
  font-size: 18px;
  color: #555;
} */

.heading {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--primary);
  font-weight: 700;
}

.sub-head {
  color: black;
  padding-top: 10px;
  font-weight: 700;
  font-size: 2rem;
}

/* Header */

.header .nav-last {
  display: flex;
}

.header .dropdown-item a {
  color: var(--primary);
}
 .header .main-btn i{
font-size: 20px;
 }
  
 
header .navbar-toggler i {
  color: var(--primary);
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: white;
  backdrop-filter: blur(2px);
  width: 100vw;
  border-bottom: 1px solid rgb(31, 31, 31);
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--primary) !important;
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--primary) !important;
}

header .nav-link {
  font-size: 18px;
}

header .nav-link {
  color: #3f3f3f;
}

header .nav-link i {
  color: var(--primary);
}

header .dropdown-menu {
  /* background-color: #000000b0; */
  background-color: black;
}

header .dropdown-menu a {
  color: var(--primary);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--secondary);
  background-color: black;
}

.navbar-nav .nav-link.show {
  color: var(--secondary);
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-toggler {
  border: none !important;
  outline: 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--secondary);
}

.dropdown-item .nav-item .nav-link {
  color: var(--light-primary);
}

/* home section start */

#home {
  /* height: 70vh; */
  /* width: 100vw; */
  background: url("../img/home-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* filter: brightness(50%); */


}

.home {
  height: 100%;
  z-index: 6;

}

#second-banner {
  background-color: #03136dad;
  padding: 20px 0;
}

.second-banner .icon-box {
  background-color: transparent;
  margin-right: 20px;

}

.second-banner .icon-box {
  background-color: #d4e9e0;
  border-radius: 50%;
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-banner .icon-box i {
  font-size: 2rem;
  color: #289262;

}

.second-banner .content p {
  color: white;
  font-size: 18px;
}

.home h1 {
  font-size: 65px;
  color: var(--secondary);
  text-shadow: 1px 1px black;
}

.home p {
  color: white;
}

.home .btn i {
  color: black;
  margin-left: 2px;
}

.home .btn i {
  color: white;
}

.home .row {
  height: 100%;
}

.home .content {
  overflow: hidden;
}

.home .right .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}




/* home section end */

/* product-sec1 section start */
.product-sec1 .box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.product-sec1 .box {
  background-color: #f7f7f5;
  justify-content: space-between;

}

.product-sec1 .box .content {
  width: 45%;

}

.product-sec1 .box .img-box {}


.product-sec1 .box .content h5 a {
  color: var(--primary);
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.product-sec1 .box .content h5 span i {
  font-size: 15px;
}

.product-sec1 .box:hover .img-box img {
  margin-right: 35px;

}


/* product-sec1 section end */


/* about section start */
.about {
  height: fit-content;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about .left {
  position: relative;
  overflow: hidden;
}

.about .left .img-box-1 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.about .left .img-box-1 img {
  height: 100%;
  width: 100%;
  /* animation: example 1s linear ;
  animation-iteration-count:1 ; */
  border-radius: 2px;
  position: relative;
}

.about .left .img-box-1::after {
  content: "";
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.39);
  border-radius: 50%;
  position: absolute;

}

.about .left .img-box-1:hover::after {

  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  transition: 0.7s;


}

.about .main-btn {
  width: 11rem
}

.about h4 {
  color: var(--darkprimary);
  margin-left: 30px;
}

.about .third-head {
  position: relative;
  margin: 20px 0;
}

.about .third-head::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 20px;
  background-color: var(--secondary);
  width: 10px;
  border-radius: 5px;
}

.about .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}

.about .content .list-item i {
  font-size: 18px;
  margin: 2px;
  margin-right: 8px;
  background-color: var(--lightprimary);
  color: white;
  padding: 2px;
  border-radius: 50%;
}

@keyframes example {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* about section end */

/* about2 section start */
#about2 {
  background-color: var(--darkprimary);
}

#about2 .about2 {
  background-color: var(--darkprimary);
}

.counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 200px;
  padding: 50px 20px;
  /* background: #fff; */
  background-color: var(--darkprimary);
}

.counter-box {
  flex: 1 1 180px;
  max-width: 200px;
  text-align: center;
}

.counter {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.label {
  margin-top: 10px;
  font-size: 18px;
  color: var(--secondary);
}

/* about2 section end */

/* product section start */

/* product-sec page start */
.product-sec {
  background-color: #1c2b7b45;

}
.product-sec .img-box .btn{
  display: none;
  position: absolute;
  margin-left: 50%;
    transform: translateX(-50%);
  
}
.product-sec .img-box:hover .btn{
display: block;
transition: 0.5s;
left: 0%;
  top:50%;
  z-index: 12;
}

.product-sec .img-box {
  position: relative;
  overflow: hidden;
}

.product-sec .img-box img {
  height: 100%;
  width: 100%;
}


.product-sec .card .img-box {
  position: relative;
  overflow: hidden;
}

.product-sec .card .img-box::after {
  content: "";
  width: 0%;
  height: 100%;
  left: 0%;
  top: 0%;
    background-color: rgb(131 129 129 / 13%);
  position: absolute;
}

.product-sec .card .img-box:hover::after {
  width: 100%;
  transition: 0.5s;

}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #212529;
  padding: 30px 0;
  position: relative;
  overflow: hidden;

}

.section-title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 0;
  font-weight: 900;
  filter: opacity(0.05);
}


.section-title .sec-hed {

  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: black;
  position: relative;
  z-index: 2;
  display: inline-block;

}

.section-title .sec-hed::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 20%;
  background-color: black;
  left: 104%;
}

.section-title .sec-hed::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 20%;
  background-color: rgb(0, 0, 0);
  right: 104%;
}

/* product-sec page end */

/* sec-product-sec section start */


.product-sec hr {
  height: 1px;
}

.sec-product-sec .card {
  border: none;

}

.sec-product-sec .card .sec-img {
  display: none;
}


/* sec-product-sec section end */

/* product-sec-3 section start */
.product-sec-3 {
  height: fit-content;
}

.product-sec-3 .left {
  position: relative;
  overflow: hidden;
}

.product-sec-3 .left .img-box-1 {
  /* position: absolute; */
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.product-sec-3 .card {
  border: none;
}

.product-sec-3 .left .img-box-1 img {
  height: 100%;
  width: 100%;
  /* animation: example 1s linear ;
  animation-iteration-count:1 ; */
  border-radius: 2px;
}

.product-sec-3 .left .img-box-2 {
  position: absolute;
  width: 60%;
  height: auto;
  bottom: 0;
  right: 0;
  border: 10px solid white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.product-sec-3 .left .img-box-2 img {
  height: 100%;
  width: 100%;
  /* animation: example 1.5s linear ;
    animation-iteration-count:1 ; */
  border-radius: 2px;
}

.product-sec-3 h4 {
  color: var(--darkprimary);
  margin-left: 30px;
}

.product-sec-3 .third-head {
  position: relative;
  margin: 20px 0;
}

.product-sec-3 .third-head::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 20px;
  background-color: var(--secondary);
  width: 10px;
  border-radius: 5px;
}

.product-sec-3 .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.product-sec-3 .content .list-item i {
  font-size: 18px;
  margin: 2px;
  margin-right: 8px;
  background-color: var(--lightprimary);
  color: white;
  padding: 2px;
  border-radius: 50%;
}

.product-sec-3 .img-box-1::after {
  content: "";
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.39);
  border-radius: 50%;
  position: absolute;

}

.product-sec-3 .img-box-1:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  transition: 0.7s;

}

@keyframes example {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* product-sec-3 section end */




/* product section end */



/* sub-banner section start */
#sub-banner {
  background-image: url("../img/sub2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sub-banner .sub-banner {
  height: 100%;
  width: 100%;
  background-color: #355716c7;
}

.sub-banner .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sub-banner .content h1 {
  color: white;
}

.sub-banner .content p {
  color: rgb(218, 216, 216);
}

/* sub-banner section end */

/* gallery section start */
#gallery {}

.gallery .main-box {
  display: flex;
  flex-wrap: wrap;
}

.gallery .main-box .box {
  background-color: green;
  overflow: hidden;
  flex: 1 1 calc(25% - 16px);
  min-width: 250px;
  max-width: 100%;
}

.gallery .main-box .box img {
  height: 100%;
  width: 100%;
}

.gallery .main-box .box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.gallery .main-box .box:hover img:hover {
  opacity: 0.8;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.gallery-item {
  position: relative;
  flex: 1 1 calc(25% - 16px);
  min-width: 250px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 4px;
}

.caption span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.8;
}

.caption h4 {
  margin-top: 2px;
  font-size: 1rem;
}

/* gallery section end */

/*** Testimonial ***/
#review {
  position: relative;
}

#review .buuter {
  position: absolute;
  bottom: 54px;
  right: 20px;
  height: auto;
  width: fit-content;

}
.testimonial-slider2 .card-body i{
  color: #f5cb0c;
}
#review .buuter img {
  height: 178px;
  width: 178px;
  transform: rotate(-45deg);
  opacity: 0.2;
  position: absolute;
  bottom: -127px;
  right: -160px;
  z-index: -1;

}
.slick-prev.slick-arrow{
  display: none;
}
#review .card-body img {
  width: 10%;
  height: 100%;
}

#review .card-body {
  padding: 20px 200px;

}

#review .card-body .card-text {
  color: #262525;
}

#review .card-body p {
  color: #262525;
}

.testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 60px;
  margin: 0 5px;
  padding: 10px;
  background: var(--secondary);
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
  opacity: .1;
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

/* faq section start */

.faq {
  /* padding: 80px 0; */
  background-color: var(--tolightwhite);
  position: relative;
  background-image: url("../img/faq-banner.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq .content{
  background-color: white;
  padding: 20px;
  
}

.faq .content p {
  font-size: 18px;
  color: var(--gray);
  margin-bottom: 40px;
}

.faq .content .accordion-item i {
  margin-right: 20px;
  font-size: 20px;
}

.faq .content .accordion-item .accordion-button {
  font-size: 18px;
  color: var(--primary);
  background-color: transparent;
}

.faq .content .accordion-item .accordion-body {
  font-size: 18px;
}

.faq .content .accordion-item .accordion-button:focus {
  box-shadow: unset;
  border: none;
}

.faq .right {
  position: relative;
  overflow: hidden;
  position: relative;
}

.faq .right .img-box-1 {
  position: absolute;
  width: 90%;
  height: auto;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq .right .img-box-1 img {
  height: 100%;
  width: 100%;
  /* animation: example 1s linear ;
  animation-iteration-count:1 ; */
  border: 10px solid white;
  border-radius: 2px;
}

.faq .right .img-box-2 {
  position: absolute;
  width: 60%;
  height: auto;
  bottom: 0;
  left: 0;
  border: 10px solid white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq .right .img-box-2 img {
  height: 100%;
  width: 100%;
  /* animation: example 1.5s linear ;
    animation-iteration-count:1 ; */
  border-radius: 2px;
}

/* faq section end */



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: black;
  font-size: 14px;
  background-color: var(--primary);
}

.footer .footer-content {
  background: var(--darkprimary);
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: black;
}

.footer .footer-content h4 {
  font-size: 18px;
  font-weight: 600;
  color:white;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}


.footer .footer-content .footer-dif {
  color: var(--darksecondary);
  font-size: 16px;
  margin-bottom: 10px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--secondary);
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  font-size: 16px;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #ffffffd4;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: white;
  transition: 0.5s;
  letter-spacing: 0.2px;
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: white;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
.footer .footer-content .footer-newsletter .social-links a{
      font-size: 18px;
    display: inline-block;
    background: white;
    color:var(--primary);
    line-height: 0;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 34px;
    height: 34px;
    transition: 0.3s;
}

.footer .footer-content .footer-newsletter .social-links a i{
  font-size: 20px;
}
.footer .footer-content .footer-newsletter .social-links a:hover i{
color:white;transition: 0.5s;

}

.footer .footer-content .footer-newsletter .social-links a:hover {
background-color: var(--primary);
}

.footer .footer-content .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type="email"]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary);
  color: black;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type="submit"]:hover {
  background: rgba(var(--primary), 0.85);
}

.footer .footer-legal {
  padding: 15px 0;
}
.footer .footer-legal .copyright{
  color:white;
  font-size: 16px;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 16px;
  color: white;
}
.footer .footer-legal .credits a{
  color:white;
}

.footer .footer-legal .credits a {
  color: var(--light-primary);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primary);
  color: white;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--primary);
  text-decoration: none;
}

@media only screen and (max-width: 540px) {
  .footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0 0.75rem #18d26e;
  background-color: #18d26e;
}

.whatsapp:hover {
  background-color: white;
  color: #18d26e;
}

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: 0.1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  background-color: #222222;
  box-shadow: 0 0 0.5rem #eee;
}

.call:hover {
  background-color: white;
  color: #222222;
}

/* banner section start */
#banner {
  background-image: linear-gradient(rgb(0 0 0 / 76%), rgb(0 0 0 / 36%)), url("../img/product/prod-banner.jpg");
  background-size: cover;
  height: fit-content;
  background-position: bottom;

}

.banner {
  padding: 250px 0 100px 0;
}

/* #banner .overlay{
  height:100%;
  width: 100%;
  background-color: red;
  position: absolute;

 } */
.banner .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner .content h1 {
  color: var(--darksecondary);
  text-shadow: 1px 1px black;
  font-size: 65px;

}

.banner .content p {
  color: white;
  text-shadow: 1px 1px black;

}

/* banner section end */

/* product-page start */
.carousel-image {
  display: none;
}

.carousel-image.active {
  display: block;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 9999px;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}

.dot.active {
  background-color: #4f46e5;
  /* Tailwind indigo-600 */
}

/* product-page end */

/* product-cat start */

.product-cat .img-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.product-cat .carousel-control-next-icon {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.74);
}

.product-cat .carousel-control-prev-icon {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.74);
}

hr {
  height: 1px;

}

/* product-cat end */


/* contact section start */

.contact .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  ;
  padding: 2rem;
}

.contact .content h4 {
  color: var(--darkprimary);
  margin-top: 20px;
  font-size: 28px;
}

.contact .content i {
  color: white;
  background-color: var(--primary);
  font-size: 3rem;
  padding: 2px 10px;
  border-radius: 5px;

}

.contact .content .fa-phone-volume {
  padding: 15px 12px;

}

.contact .content p {

  color: gray;
  margin-top: 5px;
  font-size: 18px;
}

.contact .content p a {
  text-decoration: none;
  color: gray;
}

.contact .content p a:hover {
  color: var(--primary);
  transition: 0.5s;
}

/* contact end */


/* gallery page start */
.gallery .img-box {
  position: relative;
  height: fit-content;
  width: auto;
  overflow: hidden;
}

.gallery .img-box:hover .over {
  right: 0;
  bottom: 0;
  transition: 0.5s;
  backdrop-filter: blur(5px);

}

.gallery .img-box img {
  width: 100%;
  height: 100%;
}

.gallery .img-box .over {
  position: absolute;
  background-color:rgba(0, 0, 255, 0.158);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  bottom: 100%;
  right: 100%;
  backdrop-filter: blur(1px);

}

.gallery .img-box .over p {
  position: absolute;
  /* font-size: 22px; */
  font-weight: 700;
  color: var(--primary);
  text-align: center;

}


/* gallery page end */


/* breadcrumb section start */
.breadcrumb-sec {
  background-color:var(--primary);
  background-position: bottom;
  background-size: cover;
}

.page-banner h2 {
  color: white;
}

.breadcrumb-section {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  /* background-image: url(../img/banner1.jpg); */
  /* background-size: cover; */
  /* background-size: 100% 100%; */
  display: flex;
  flex-direction: column;

}

.breadcrumb-section ol li {
  font-size: 20px;

}
.breadcrumb{
  justify-content: center;
}

.breadcrumb-section ol li a {
  color: whitesmoke;
  font-weight: 600;
  font-size: 16px;
}
.breadcrumb-section ol li a:hover{

  transition: 0.5s;
}
.breadcrumb-section ol i{
  color:white;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  display: none;
}

.breadcrumb-section .breadcrumb-item h2 {
  color: white;
  font-size: 40px;
}

/* breadcrumb section start */


/* why-choose section start */
.why-choose{
  background-image: url("../img/why-bg.jpg");
  background-color: cover;
  background-position: center;
}
.why-choose .sub-head{
  color:white;
  text-align: center;
}


.why-choose .box-left .main-box .content h5 {
  color: white;
  font-size: 24px;
}

.why-choose .box-left .main-box .content p {
  color: #e5e2e2;
}

.why-choose .main-box{
  margin-bottom: 30px;
  margin-top: 20px;
}
.why-choose .box-left .main-box .img{
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 20px;
  padding: 20px;
}

.why-choose .box-left .main-box .img i {
  color: var(--primary);
  font-size: 30px;

}




/* why-choose section end */



/* contact-page start */


/* ontact-page start */


.contact-page {
  padding: 80px 0 0 0;
}
.contact-page .right .title{
  color: black;
}

.contact-page .left {
  background-color: var(--tolightwhite);
}

.contact-page .form h4 {
  font-size: 28px;
  font-weight: 500;
}

.contact-page .form input {
  padding: 15px 12px;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
  width: 100%;
}

.contact-page .form input:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .form textarea {
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  border: none;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
}

.contact-page .form textarea:focus-visible {
  outline: 1px solid var(--primary-color);
}
.contact-page .left .content-box{
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.contact-page .left .title{
  color: black;
}
.contact-page .right .box {
     padding: 15px;

    border-radius: 2px;
    border-bottom: 1px solid #80808030;
}

.contact-page .right .box .icon {
  /* padding: 8px 20px; */
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  margin-right: 20px;
  height: 70px;
  width: 70px;
  position: relative;
}

.contact-page .right .box:hover .icon{
  background-color: white;
}

.contact-page .right .box .icon i {
  font-size: 2rem;
  height: fit-content;
  color: white;
}
.contact-page .right .box:hover .icon i {
  color:var(--primary);
  transition: 0.5s;
}

.contact-page .right .box h4 {

  color: #0d2329;
}

.contact-page .right .box p,
a {
  color: gray;

}

.contact-page .right .box a {
  font-size: 16px;
}

.contact-page .right .box .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-page .right .box .content p {
  margin-bottom: 0;
  line-height: normal;
}


/* contact-page end */


/* product page start */
.product-sec .card .sec-img {
  display: none;
}

.product-sec .card {
  border: none;
  border-radius: 10px 10px 0 0 ;
}
.product-sec .card .btn-main{
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.product-sec .card:hover .sec-img {
  display: block;
  transition: 0.5s;
  border-radius: 10px 10px 0 0 ;
}
.product-sec .card img{
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.product-sec .card:hover .btn-main{
  display: block;
  bottom: 22%;
  transition: 0.9s;
}

.product-sec .card:hover .fir-img {
  display: none;
  transition: 0.5s;
    border-radius: 10px 10px 0 0 ;

}

.product-sec .card .card-title {
  color: black;
  font-weight: bold;
}
.product-page .product-sec{
  background-color: unset !important;
}


/* product page end */

/* blog section start */
#blog {
  background-color: #f7f9fb;
}

.blog .card {
  border-radius: 2px;
}

.blog .sub-head {
  margin: auto;
}
.blog .card .other-det i{
  color:var(--primary);
  margin-right: 5px;
}


.blog .card .other-det .date {
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 10px;
}

.blog .card .other-det a {
   color: var(--secondary);
  margin-left: 5px;
}
.blog .card .other-det a:hover{
color:var(--primary)
}

.blog .card .img-box {
  overflow: hidden;
}
.blog .card .img-box{
  border-radius: 2px;
}
.blog .card .img-box img{ 
  border-radius: 2px;
}

.blog .card-body .card-title:hover{
  color:var(--primary);
  transition: 0.5s;
}

.blog .card:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.blog .card .card-title {
  color: black;
  font-size: 22px;
}


.blog .card .card-text {
  color: gray;
}

/* blog section end */

/* single blog start */

.s-blog .left.box {
  padding: 20px;
  margin-bottom: 50px;
}

.s-blog .box.left {
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.08);
}

.s-blog {
  margin-top: 100px;
  margin-bottom: 100px;
}


.s-blog .box.left .p-f {
  margin-top: 20px;

}

.s-blog .box.left h2 {
  color: black;

}


.s-blog .box .icon{
  margin-top: 20px;
}
.s-blog .box .icon span{
  color:var(--primary);
  margin-right: 10px;

}



/* 
.s-blog .box.left .p-f::first-letter {
  font-size: 120px;
  float: left;
  line-height: 0.8em;
  padding-right: 10px;
  padding-top: 5px;
  font-family: sans-serif;
  font-weight: normal;
  color: var(--primary);
} */

.s-blog .box.left .para {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-blog .box.left .para .img-box {
  width: 50%;
}

/* .s-blog .box.left .para {
  margin-bottom: 20px;
} */

.s-blog .box.left .para .content {
  width: 50%;
  text-align: justify;
  margin-left: 20px;
}

.s-blog .box.left .para-2 p {
  margin-left: 0px;
  margin-right: 20px;
}

.s-blog .box.left .para-2 img {
  width: 100%;
  border-radius: 5px;
}

.s-blog .box h4 {
  color: black;
}

.s-blog .box.left:hover .img-box img {
  transform: translate(0);
}

.s-blog .box.left .social-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.s-blog .box.left .social-mid .icon a {
  background-color: gray;
  margin-right: 15px;
  padding: 10px 12px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #f5f5f5;
  color: black;
}

.s-blog .box.left .social-mid .icon a:hover {
  color: white;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(1) {
  background-color: #0866ff;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(2) {
  background-color: black;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(3) {
  background-color: #0a66c2;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .tag .btn a {

  font-size: 18px;
  text-decoration: none;
  list-style: none;
}

.s-blog .box.left .social-mid .tag .btn:hover {

  transition: 0.5s;
}

.s-blog .box.left .social-mid .tag .btn:hover a {
  color: white
}

.s-blog .box.left .social-mid hr {
  width: 100%;
  background-color: red;
  color: #0866ff;
}

.s-blog .rev {
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.s-blog .rev .img-box {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(images/blogs/review-img.jpg);
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.s-blog .rev p {
  color: gray;
  font-size: 16px;
  text-align: center;
}

.s-blog .rev .icon a {
  color: black;
  margin: 8px;
  text-decoration: none;
}

.s-blog .rev .icon a:hover {
  color: var(--main);
  transition: 0.5s;
}

.s-blog .pre-post {
  display: flex;
  padding: 40px 0;
}

.s-blog .pre-post .img-box {
  margin-right: 20px;
}

.s-blog .pre-post .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.s-blog .content h5{
  color:black;
}

.s-blog .pre-post .content a {
  color: var(--main);
  text-decoration: none;
}

.s-blog .pre-post .content a i {
  color: var(--main);
  font-size: 14px;
  margin-right: 3px;
}

.s-blog .pre-post .content p a {
  font-size: 18px;
  color: var(--black);
}

.s-blog .pre-post .content p:hover a {
  color: gray;
  transition: 0.5s;
}

.s-blog .connect {
  padding: 20px ;
}

.s-blog .connect h2 {
  font-style: italic;
  align-items: center;
  align-self: center;
  margin: auto;
  margin-bottom: 30px;
  color: black;
}

.s-blog .connect textarea {
  background-color: var(--tolightmain);
  padding: 15px;
  border-radius: 2px;
}

.s-blog .connect input {
 background-color: var(--tolightmain);
    padding: 12px 15px;
    border-radius: 2px;
}

.s-blog .connect form {
  width: 100%;
}

.s-blog .connect form .form-control:focus {
  border-color: var(--black);
  box-shadow: none;
}

.s-blog .connect form .form-check-label {
  font-size: 20px;
}

.s-blog .connect form .form-check-input {
  margin-top: 0.6rem;
}

.s-blog .post .box:hover .img-box img {
  transform: scale(1.2);
  transition: 0.8s;
}

.s-blog .post .img-box img {
  width: 100%;
  height: 100%;
}

.s-blog .post .box {
  display: flex;
  padding-bottom: 30px;
}

.s-blog .box {
  margin-bottom: 0;
}

.s-blog .post h4 {
  color: black;
}

.s-blog .post {
  margin-bottom: 40px;
  padding: 20px 22px;
  box-shadow: 1px 1px 10px #80808036;
}

.s-blog .post .img-box {
  overflow: hidden;
  border-radius: 2px;
  height: 110px;
  width: 150px;
}

.s-blog .post .content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-blog .post .content p {
  margin-bottom: 2px;
}

.s-blog .post .content a {
  text-decoration: none;
  list-style: none;
  color: var(--gray);
}

.s-blog .post .content .hed {
  font-size: 18px;
  color: black;
}

.s-blog .post .content .hed:hover {
  color: var(--secondary);
  transition: 0.5s;
}

.s-blog .post .content a {
  text-decoration: none;
  list-style: none;
  color: var(--gray);
}

/* single blogs section end */

/* error section start */
.error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error h1{
  text-align: center;
}

.error p{
  text-align: center;
}
.error .btn{
  margin: auto;
}
.error img{
  width: 50%;
  margin: auto;
}
.error .main-btn{
  margin: auto;
  display: block;
  width: fit-content;
}

/* error section end */

/* product-details start */
.product-details {
  padding-top: 35px;
}
.product-details .product-info{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.product-details .product-info h5{
  font-size: 20px;
}
.product-details .product-info h5 span{
  color: var(--primary);
 
}
.product-details .img-card 

.product-details .img-card img {
    width: 100%;
    flex-shrink: 0;
    border-radius: 4px;
    height: 520px;
    object-fit: contain;

    border-radius: 2px;
}
.product-details .small-Card {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 15px;
    gap: 12px;
   
}

.product-details .small-Card img {
    width: 104px;
    height: 104px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid gray;
}

.product-details .product-info {
    height: 100%;
    display: flex
;
    justify-content: center;
    flex-direction: column;
}

.product-details .product-info h3 {
    font-size: 32px;
    font-family: Lato;
    font-weight: 600;
    line-height: 130%;
    color:black;
}

.product-details .product-info p {
    color: black;
    
}

.product-details table thead{
background-color: var(--primary);
color:white;
}

.product-details table tr td{
  color:black;
}

.product-details .heading{
margin: unset;
margin-bottom: 20px;
font-weight: 600;
font-size: 35px;
color:black;
}
.product-details .heading{
        text-transform: capitalize;
}
.product-details li{
    list-style: none;
    color: black;
    line-height: 1.5;
}
.product-details li i{
    margin-right: 10px;
    color: var(--primary);
    font-size: 20px;
}
.product-details #featured-image{
  background-color: #f8f8f8;

}
.product-details .details img{
height: 100%;
width: 100%;
border-radius: 50%;
}


.product-details .product-info .color-box .col-box{
  height: 40px;
  width: 40px;
  border-radius: 50%;
 
}
.product-details button{
  width: fit-content;
}
.product-details .product-info .heading{
 text-decoration: unset;
 font-weight: bold;
}


/* product-details end */

.product-page .color-box .col-box{
    height: 26px;
    width: 26px;
  
    margin-bottom: 10px;
}
.product-page .color-box img{
  height: 100%;
  width: 100%;
}
.product-page .color-box .col-box img {
    height: 100% !important;
    width: 100%;

}