* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Helvetica, sans-serif;
}

a {
  text-decoration: none !important;
}

/* # Header, Main Menu
  ================================ */

.navbar {
  opacity: 0.8;
  margin-bottom: 0;
  background-color: #fff;
  transition: all 0.2s ease-out;
}

.navbar-container {
  position: relative;
}

.navbar .navbar-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #2E1C05;
  transition: all 0.2s ease-out;
}

.navbar-brand {
  transition: all 0.2s ease-out;
  height: 50px;
  padding: 5px 5px 5px 15px;
}

.navbar-brand img {
  height: 100%;
  padding: 5px;
}

.navbar-scroll {
  opacity: 1;
}

#top-social-menu {
  display: none;
}


@media (min-width: 768px) {
  .navbar {
    height: 120px;
  }

  .navbar-nav>li>a {
    padding: 0;
    margin-top: 35px;
    margin-left: 50px;
    line-height: 70px;
  }

  .navbar-brand {
    font-size: 28px;
    padding: 0;
    height: 120px;
    line-height: 120px;
  }

  #top-social-menu {
    display: initial;
  }

  /* Navbar when scrolled */

  .navbar-scroll {
    height: 70px;
  }

  .navbar-scroll #top-social-menu {
    display: none;
    transition: all 0.2s ease-out;
  }

  .navbar-scroll .navbar-brand {
    height: 70px;
    line-height: 70px;
  }

  .navbar-scroll .navbar-nav>li>a {
    opacity: 1;
    padding: 0;
    margin-top: 0;
  }
}

/* # Hover Link Effect
  ================================ */
@media (min-width: 768px) {
  .navbar-nav>li>a::after {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #33ba7b;
    content: '';
    opacity: 0;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
  }

  .navbar-nav>li>a:hover::after,
  .navbar-nav>li>a:focus::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0px);
  }
}

/* # Social menu
  ================================ */

#top-social-menu {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 12px;
  z-index: 101;
  padding-right: 0px;
  list-style: none;
  color: #2E1C05;
  transition: all 0.2s ease-out;
}

#top-social-menu li {
  float: left;
  padding: 10px 15px;
}

#top-social-menu li:last-child {
  padding-right: 0;
}

#top-social-menu li a {
  text-decoration: none;
  color: #2E1C05;
}

#top-social-menu li a:hover {
  text-decoration: none;
  color: #33ba7b;
}

#top-social-menu i {
  font-size: 16px;

  transition: all 0.2s ease-in;
}

#top-social-menu i:hover {
  text-decoration: none;
  color: #33ba7b;
}

/* # Section Full Width Image
  ================================ */

.header-padding {
  padding-top: 30px;
}

/* .full-width-img {
  background: url('http://i1159.photobucket.com/albums/p625/ivanrdvc/bg-cp-header_zps4ghnoxc7.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  height: 450px;
  color: #fff;
}

.box {
  background: rgba(0, 0, 0, 0.4);
  border: 3px solid #000;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 10px 20px;
} */

.subheading-text {
  list-style: none;
  font-size: 35px;
  line-height: 50px;
}

@media (min-width: 768px) {

  .header-padding {
    padding-top: 100px;
  }

  /* .full-width-img {
    padding-top: 110px;
    height: 1000px;
  } */

  .subheading-text {
    font-size: 50px;
    line-height: 70px;
  }

  .box {
    margin-top: 100px;
    padding: 80px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-nav>li>a {
    padding: 0;
    margin-top: 35px;
    margin-left: 30px;
    line-height: 70px;
  }
}

/* # Section Black, White
  ================================ */

.section-black,
.section-white {
  padding: 50px 0;
  color: #fff;
  line-height: 1.7;
}

.section-black h3,
.section-white h3 {
  margin-bottom: 60px;
}

.section-black p,
.section-white p {
  margin-bottom: 60px;
}

.section-black {
  background: linear-gradient(#363437, #121112);
}

.section-white {
  background: linear-gradient(#ffffff, #f3f3f3);
  color: #0e0d0e;
}

/* footer css */

.footer-section {
  background: #fff;
  position: relative;
  border-top: 1px solid #e7e7e7;
}

.footer-cta {
  border-bottom: 1px solid #e7e7e7;
  padding: 3rem 0px;
}

.single-cta {
  display: flex;
  padding: 0px 10px;
  /* justify-content: center; */
}

.single-cta i {
  color: #33ba7b;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.cta-text span>a {
  color: #757575;
  transition: 0.3s;
}

.cta-text span>a:hover {
  color: #000;
}

.footer-content {
  position: relative;
  z-index: 2;
  padding: 3rem 0px;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 140px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  padding-right: 10%;
}

.footer-social-icon span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #000;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #33ba7b;
}

.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #33ba7b;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #000;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #33ba7b;
  padding: 13px 20px;
  border: 1px solid #33ba7b;
  top: 0;
}

.subscribe-form button i {
  color: #000;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #fff;
  padding: 25px 0;
  border-top: 1px solid #e7e7e7;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  text-align: start;
  display: flex;
  align-items: center;
  gap: 5px;
}

.copyright-text p a {
  color: #33ba7b;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #33ba7b;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }

  .text-right {
    text-align: start;
  }

  .text-right .footer-menu ul {
    margin-top: 10px;
  }

  .text-right .footer-menu ul li:first-child {
    margin: 0;
  }

  .cta-text span {
    font-size: 12px;
  }

  .cta-text h4 {
    font-size: 16px;
  }
}


/* home carousel css */

.home-banner {
  padding-bottom: 15px;
}

.carousel-container,
.page-banner {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 20px auto;
}

.page-banner .banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3% 70px;
  gap: 5px;
  justify-content: center;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: 1s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 3% 70px;
  gap: 5px;
  justify-content: center;
}

.page-banner .banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.slide h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  width: 70%;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}

.page-banner .banner h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  width: 100%;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
  text-align: center;
}

.slide p {
  color: #fff;
  font-weight: 500;
  width: 50%;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  border: none;
  background: rgba(32, 26, 26, 0.527);
  color: rgb(243, 243, 243);
  padding: 10px 16px;
  margin-top: -25px;
  font-size: 30px;
  z-index: 1000;
  font-weight: 900;
  transition: 0.5s ease-in-out;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}


/* button:hover {
  background: rgba(32, 26, 26, 0.527);
} */

.dots_container {
  display: flex;
  margin: 5px auto;
  width: fit-content;
}

.dots {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #bdbdbd;
  margin: 4px;
}

.dots:hover {
  background: #696969 !important;
}

@media screen and (max-width:768px) {

  .page-banner .banner,
  .slide {
    height: 100%;
  }

  .carousel-container,
  .page-banner {
    height: 200px;
  }

  button {
    top: 50%;
  }

  .slide h3 {
    width: 100%;
    font-size: 25px;
  }

  .page-banner .banner h3 {
    width: 100%;
    font-size: 40px;
  }

  .slide p {
    font-size: 2vw;
    width: 100%;
  }
}


@media screen and (max-width:500px) {

  .page-banner .banner,
  .slide {
    padding: 3% 50px;
  }

  .slide h3 {
    width: 100%;
    font-size: 16px;
  }

  .page-banner .banner h3 {
    width: 100%;
    font-size: 30px;
  }
}




/* section css */

.about-section,
.gallery-section,
.contact-page,
.services-page,
.full-product {
  padding: 50px 0px;
}

.gallery-page {
  padding: 50px 0px;
}

@media only screen and (max-width: 768px) {
  .about-section {
    padding: 0px 0px;
  }
}

.section-title .subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #33ba7b;
  font-weight: 700;
}

.section-title .title {
  position: relative;
  margin: 0;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 700;
}

.sigma_list {
  margin: 30px 0;
}

.sigma_list.list-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.sigma_list li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #f77834;
  font-weight: 600;
  padding: 10px 0px
}

.sigma_list li>i {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  /* font-weight: 100; */
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  color: #33ba7b;
  background-color: #e6e8e7;
}


.blockquote,
blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 14px;
  color: #f77834;
  padding: 10px 30px;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f7;
  border-left: 2px solid #33ba7b;
}


.blockquote.bg-transparent {
  color: #020202;
  text-align: justify;
}

.bg-transparent {
  background-color: transparent !important;
}

.blockquote:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 10%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background-color: #33ba7b;
}

.blockquote:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background-color: #33ba7b;
}

b,
strong {
  font-weight: 700;
  color: #f77834;
}

.sigma_btn-custom.light {
  background-color: transparent;
  color: #f77834;
  box-shadow: none;
  border: 2px solid #efefef;
}

.sigma_btn-custom {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #33ba7b;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 30px;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
}

.sigma_btn-custom:hover {
  color: #33ba7b;
}

.sigma_btn-custom i {
  padding-left: 10px;
}

.section_btn {
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  color: #33ba7b !important;
}

.section_btn:hover {
  color: #f77834 !important;
}

.img-group {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.img-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}


/* product section css */

.product-section {
  padding: 50px 0px;
  background-color: rgba(117, 117, 117, 0.05);
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-page {
  padding: 50px 0px;
}

.cont {
  max-width: 400px;
  margin: 2rem auto;
}

.product-card {
  background-color: var(--card-background);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e7e7e7;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
  height: 250px;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__info {
  padding: 20px;
  border-top: 1px solid #e7e7e7;
}

.product-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-color);
}

.product-card__description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

.product-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #33ba7b;
}

.product-card__btn {
  background-color: #33ba7b;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: capitalize;
}

.product-card__btn:hover {
  background-color: #0a854b;
  color: #fff;
}

@media (max-width: 480px) {
  .cont {
    max-width: 100%;
    padding: 0 20px;
  }

  .product-card__image {
    height: 200px;
  }

  .product-card__title {
    font-size: 1.3rem;
  }

  .product-card__description {
    font-size: 0.8rem;
  }

  .product-card__price {
    font-size: 1.1rem;
  }

  .product-card__btn {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}


/* Gallery Img */

.gallery-img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 30px;
}

.fullscreen-active {
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.gallery-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}

.gallery-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.fullscreen-active img {
  position: relative;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.gallery-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: start;
  align-content: start;
  /* min-width: 200px; */
  width: 70%;
  transform: rotate(-25deg);
  border: 1px solid #33ba7b;
  padding: 10px;
  margin: 100px auto 90px;
  position: relative;
}

.contact-details::after {
  content: '';
  position: absolute;
  border-top: 20px solid #33ba7b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 0;
  top: 0;
  transform: translate(72%, -95%) rotate(25deg);
}

.contact-details::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 10px solid #33ba7b;
  background-color: transparent;
  right: 0;
  top: 0;
  transform: translate(85%, -120%) rotate(25deg);
  box-sizing: content-box;
}

.contact-details>div {
  display: flex;
  align-items: start;
  gap: 5px;
  justify-content: start;
}

.contact-details>div>p {
  margin: 0;
  font-size: 16px;
  width: 90%;
  word-wrap: break-word;
}

.contact-details>div>p>a {
  color: #757575;
  transition: 0.3s;
}

.contact-details>div>p>a:hover {
  color: #000;
}

.contact-details>div>i {
  font-size: 18px;
  position: relative;
  top: 3.5px;
  color: #33ba7b;
}

.contact-iframe {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.contact-iframe iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 500px) {
  .contact-details {
    margin: 60px auto 30px;
  }

  .contact-details>div>p {
    font-size: 12px;
  }

  .contact-iframe {
    height: 200px;
  }
}

@media only screen and (max-width: 330px) {
  .contact-details {
    margin: 60px auto 30px;
    transform: rotate(-10deg);
  }

  .contact-details>div>p {
    font-size: 10px;
  }
}


/* Servives css */

.services-card {
  width: 100%;
  height: 90%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 30px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}

.services-card i {
  font-size: 30px;
  margin-bottom: 15px;
  color: #33ba7b;
}

.services-card p {
  margin: 0;
  color: #757575;
}

.services-card h4 {
  margin: 0;
  font-weight: 700;
}

.full-product {
  display: flex;
  flex-direction: column;
  padding: 30px 15px 50px;
}

.product-title-desc {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.product-title-desc h1 {
  font-size: 30px;
  font-weight: 900;
  color: #33ba7b;
}

.products-full-deatiles {
  display: flex;
  flex-wrap: wrap;
}

.product-full-contant{
  width: 50%;
  padding: 15px 15px 15px 30px;
  display: flex;
  align-items: center;
}

.product-full-contant>div{
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  padding: 15px;
  gap: 10px;
  align-items: start;
  width: 100%;
}

.product-full-contant>div h2{
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.product-full-contant>div p{
  margin: 0;
  font-weight: 700;
  color: #33ba7b;
}

.product-full-contant>div table{
  margin: 0;
  width: 100%;
  border: 1px solid #e7e7e7;
  margin: 20px 0px;
}

.product-full-contant>div table td{
  border: 1px solid #e7e7e7;
  padding: 10px 7px;
  min-width: 70px;
}

.product-full-contant>div table td:first-child{
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.products-full-deatiles .product-imgs {
  width: 50%;
}

.product-full-contant>div a{
  margin: 0px;
  transform: none;
  border: 1.5px solid #e7e7e7 !important;
  border-radius: 0;
  padding: 9px 15px;
}

/* product img slider css */

.product-imgs .image-slider {
  display: flex;
  flex-flow: column;
  /* width: clamp(360px, 96vw, 830px); */
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  container-type: inline-size;
  contain: content;
  background-color: #0006;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.product-imgs .slider__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.product-imgs .slider-control--button {
  border: 0;
  background: 0;
  outline: 0;
  cursor: pointer;
  place-content: center;
  padding-inline: 3vw;
  z-index: 1;
  display: grid;
}

.product-imgs .icon {
  height: 2rem;
  width: 2rem;
  fill: var(--icon-default);
  border-radius: 50%;
}

.product-imgs .prev-button {
  --position: left;
}

.product-imgs .next-button {
  --position: right;
}

.product-imgs .image-display {
  position: fixed;
  inset: 0;
}

.product-imgs .slider-navigation {
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-columns: 100%;
  gap: 1.25rem;
  padding: 1rem;
  place-content: center;
  background-color: var(--navigation-color);
  backdrop-filter: blur(6px);
}

.product-imgs .nav-button {
  display: grid;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 0;
  aspect-ratio: 16 / 9;
  transition: filter 150ms linear, scale 266ms ease;
}

.product-imgs .thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  padding: 0 !important;
  border: none;
}

.product-imgs .nav-button[aria-selected="true"] {
  scale: 1.1;
}

.product-imgs .nav-button[aria-selected="true"],
.product-imgs .nav-button:focus-visible {
  outline: 0.2em solid var(--active-color);
  outline-offset: 0.2em;
}

.product-imgs .nav-button[aria-selected="false"] {
  filter: opacity(0.7);
}

.product-imgs .nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
  filter: opacity(1);
}

@media only screen and (max-width: 768px) {

  .product-title-desc h1{
    font-size: 4vw;
  }

  .product-title-desc p{
    font-size: 2vw;
  }

  .image-slider{
    min-height: 300px !important;
  }

  .products-full-deatiles .product-imgs{
      width: 100%;
  }

  .products-full-deatiles .product-full-contant{
    width: 100%;
    padding: 0px;
    margin-top: 50px;
  }

  .product-full-contant h2{
    font-size: 5vw !important;
  }

  .product-full-contant p{
    font-size: 3vw !important;
  }

  .product-full-contant table td{
    font-size: 11px;
  }

  .product-full-contant a{
    font-size: 12px;
  }
}

@container (max-width: 660px) {
  .product-imgs .nav-button:not(:has(img)) {
    background-color: rgb(241, 235, 232);
  }

  .product-imgs .slider-navigation {
    display: flex;
    justify-content: center;
    padding-block: 1.5em;
  }

  .product-imgs .nav-button {
    inline-size: 0.625rem;
    aspect-ratio: 1;
    border-radius: 50%;
  }

  .product-imgs .nav-button>.thumbnail {
    display: none;
  }

  .product-imgs .nav-button[aria-selected="true"] {
    background-color: black;
    scale: 1.5;
  }
}