@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Asar&family=Cinzel:wght@400..900&family=Diplomata+SC&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Expletus+Sans:ital,wght@0,400..700;1,400..700&family=Inconsolata:wght@200..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lobster&family=Markazi+Text:wght@400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Notable&family=Ojuju:wght@200..800&family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Satisfy&family=Sevillana&family=Teko:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Fugaz+One&family=Marcellus+SC&family=Monoton&display=swap');

/* ///////////colors//////////////////// */
.main-color{
  background: #ff4c3b;
}
.text-color{
  color: white;
}
.bg-color{
  background-color: #cccccc56;
}

/* //////////////////////// */



/* button ///////////// */

.custom-btn {
  width: 130px;
  height: 40px;
  /* color: #fff; */
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 12 */
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  /* background:#ff4c3b; */
/* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


/* Unique hover effect for navigation links */
.navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  /* Change to your desired hover color */
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover::before {
  width: 100%;
}

/* Unique hover effect for navigation links */
.navbar-nav .nav-link {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  transform: scale(1.1);
  /* Enlarge the link by 10% */
  background-color: rgba(255, 255, 255, 0.127);
  /* Change to your desired hover background color */
}



ul li a {
  /* font-family: 'Arial', serif; */
  /* font-family: "Marcellus SC", serif; */
  /* font-size: 10px; */
  margin: 0 10px;
  /* font-family: "EB Garamond", serif; */
}


/* Style for the fixed navbar */
.fixed-top {
  position: fixed;
  top: 0;
  /* width: 95%; */
  margin: 0 auto;
  /* border-radius: 20px; */
  z-index: 1000;
  transition: top 0.3s ease;
  /* Smooth transition effect */
}
.icon{
  cursor: pointer;
}
/* //////////////slider//////// */
.sec-2 {
  overflow: hidden;
}

.bg-img-1{
  background-image: url(./img/slider_banner_1_135aef97-e170-4807-a663-f3bb9c115b9c.webp); 
  background-size: cover;
}
.bg-img-2{
  background-image: url(./img/slider_banner_2_1512x.webp);
  background-size: cover;
  background-position: right;
}

.slide button {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  text-transform: uppercase;
  /* background-color: #ff4c3b; */
  padding: 5px 20px;
  border: none;
  /* color: #f2f2f2; */
  border-radius: 10px;
}

.slide button:hover {
  background-color: #fffcfc;
  color: #ff4c3b;
  border: #ff4c3b 2px solid;
}


.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  height: 470px;
  flex: 0 0 100%;
  /* max-width: 100%; */
  /* height: 10%; */

}

.sec-2 {
  /* height: 100px; */
}


.slider-nav {
  display: flex;
  justify-content: space-between;
  /* margin-top: -100px; */
  margin: 0 50px;
}

.slider-nav button {
  border: none;
  background: #ffffff;
  cursor: pointer;
  padding: 5px 10px;
  margin-top: -40px;
  transition: transform 0.3s ease-in-out;
}

.slider-nav button:focus {
  outline: none;
}

.slider-nav button:hover {
  transform: scale(1.2);
}

.sec-2 h1 {
  text-align: center;
  font-family: "Sevillana", cursive;
  /* font-family: "Satisfy", cursive; */
  font-weight: 400;
  font-style: normal;
}

.sec-2 h3 {
  font-family: "Satisfy", cursive;
  /* font-family : "Sevillana", cursive; */
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 80px;
}

.sec-2 p {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  margin: 20px 0 30px 0;
}

/* ////////sec-3///////// */

.sec-3 p {
  font-family: "Satisfy", cursive;
  font-size: 25px;
  margin-bottom: 0;
}

.sec-3 h3 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
}


.filter-btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  /* background-color: #f2f2f2; */

}

.filter-btn.active {
  /* background-color: #ddd; */
}

.filter-btn {
  /* background-color: #ff4c3b; */
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  text-transform: uppercase;

}

.product {
  display: none;
}

.product.visible {
  display: block;
}

.img-1 img {
  width: 30%;
  height: 60%;
  margin: 0 auto;
  padding: 10px 0;
  
}
.but-1 img{
  width: 40%; 
  height: 60%;
}

.products {
  overflow: hidden;
}


.col-3.product:hover img {
  opacity: 0.8;


}

.sec-3 h5 {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  margin-top: 10px;
}

.sec-3 button {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fffcfc;
  border: none;
  padding: 5px 0;
}

/* Hide the button by default */
.product button {
  display: none;
}

/* Show the button when hovering over the product */
.product:hover button {
  display: block;
}
html , body {
  overflow-x: hidden;
}

/* .sec-5//////////////// */
.sec-5{
  padding: 50px 0;
}
.sec-5 span{
  font-family: "EB Garamond", serif;
  font-size: 25px;
  text-align: justify;

}
.sec-5 h1{
  font-family: "EB Garamond", serif;
  font-size: 40px;
}
.sec-5 p {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  text-align: justify;
}


/* sec-6/////////////////// */


.sec-6 h6 {
  font-family: "EB Garamond", serif;
  font-size: 30px;
}

.sec-6 i {
  text-align: center;
  font-size: 30px;
}

.sec-6 h2 {
  font-family: "EB Garamond", serif;
  font-size: 32px;
}
.sec-6 p {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  /* text-align: justify; */
}

/* Define the shake animation */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Apply the shake animation on hover */
.sec-6-text:hover .fa-solid {
  animation: shake 0.5s ease;
}

.sec-6-text:hover {
  background-color: #ff4c3b;
  color: #f2f2f2;
  transition: all 0.5s;
}



/* sec-7////////////////// */


.sec-7 p {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  text-align: justify;
}

.sec-7 h3 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
}

.sec-7 h5 {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  margin-top: 10px;
}

.sec-7 button {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #325b4f;
  color: #fffcfc;
  border: none;
  padding: 5px 0;
}


/* sec-8//////////////////// */

.sec-8 h3 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
}

.sec-8 p {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  text-align: justify;
}

.img-2 {
  height: 80vh;
  background-size: 100% 100%;
  background-image: url(./img/Map_00000.jpg);
  animation: changeimage2 3s linear infinite;
}

@keyframes changeimage2 {

  0% {
    background-image: url(./img/Map_00000.jpg);
  }

  5% {
    background-image: url(./img/Map_00000.jpg);
  }

  10% {
    background-image: url(./img/Map_00039.jpg);
  }

  15% {
    background-image: url(./img/Map_00039.jpg);
  }

  20% {
    background-image: url(./img/Map_00060.jpg);
  }

  25% {
    background-image: url(./img/Map_00060.jpg);
  }

  30% {
    background-image: url(./img/Map_00081.jpg);
  }

  35% {
    background-image: url(./img/Map_00099.jpg);
  }

  40% {
    background-image: url(./img/Map_00099.jpg);
  }

  45% {
    background-image: url(./img/Map_00117.jpg);
  }

  50% {
    background-image: url(./img/Map_00117.jpg);
  }

  55% {
    background-image: url(./img/Map_00126.jpg);
  }

  60% {
    background-image: url(./img/Map_00126.jpg);
  }

  65% {
    background-image: url(./img/Map_00140.jpg);
  }

  70% {
    background-image: url(./img/Map_00140.jpg);
  }

  75% {
    background-image: url(./img/Map_00141.jpg);
  }

  80% {
    background-image: url(./img/Map_00154.jpg);
  }

  85% {
    background-image: url(./img/Map_00170.jpg);
  }

  90% {
    background-image: url(./img/Map_00190.jpg);
  }

  95% {
    background-image: url(./img/Map_00233.jpg);
  }

  100% {
    background-image: url(./img/Map_00233.jpg);
  }
}



/* sec-9//////////// */

/*testimonial*/
.sec-9 h2{
color: #f2f2f2;
}
.testimonials{
  color: #f2f2f2;
}


.testimonial-area .heading h2 {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 40px;

}

.testimonial {
  padding: 20px;
  position: relative;
  transform: scale(0.8);
  padding-top: 100px;
  margin-top: 100px;
  transition: all 0.3s linear;
  border-radius: 4px;
}

.testimonials .slick-slide.slick-current.slick-active.slick-center .testimonial {
  transform: scale(1);
}
.testimonial-area{
  padding: 50px 0;
  background-image: url(./img/slider2_1.webp);
}

.author-img {
  position: absolute;
  width: 150px;
  max-height: 150px;
  border-radius: 200px;
  overflow: hidden;
  border: 5px solid #fff;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.author-quote h4 {
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.5px;
}

.author-quote {
  text-align: center;
}

.author-quote blockquote i {
  color: #ffbe00;
  font-size: 22px;
  padding: 0 5px;
}

.author-quote blockquote {
  line-height: 30px;
  color: #676767;
  margin: 15px 0;
}

ul.slick-dots li button {
  font-size: 0;
  height: 14px;
  width: 14px;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background: #ffffff;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

ul.slick-dots li.slick-active button {
  width: 30px;
}

.slick-arrow:after {
  content: "\f053";
  font-family: 'FontAwesome';
  font-size: 22px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  font-size: 0;
  margin: auto;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  cursor: pointer;
}

.slick-next.slick-arrow {
  left: inherit;
  right: 0;
}

.slick-next.slick-arrow:after {
  content: "\f054";
}

.testimonials .slick-list.draggable {
  padding: 0 20px !important;
}

/*end*/

.heading h2 {
  position: relative;
  padding: 0 0 10px 0;
  /* color: #231f20; */
}

.heading h2:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 150px;
  background: #ffbe00;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.heading h2:after {
  content: '';
  height: 3px;
  width: 50px;
  background: #ff4c3b;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}



/*media*/
@media (max-width:574px) {
  .testimonials .slick-list.draggable {
    padding: 0 !important;
  }
}



/* ///////////sec-10////////// */

.sec-10 h3{
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 40px;

}



/* about////////////// */

.about h1{
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  /* background-color: #325b4f; */
  /* color: #f2f2f2; */
}
.about p{
  font-family: "EB Garamond", serif;
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
}
.about h2{
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 40px;
}
.cart-1 img{
  width: 25%
}
.Values img{
  width: 15%;
}
/* //////////////////////team/////// */
.team h2{
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 40px;
}
/* style member component */
.list-members {
  /* background: #ff4c3b; */
  width: 80%;
  margin: 4px auto;
  display: flex;
  flex-wrap: wrap;
}

.member {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.member-image {
  width: 50%;
  /* height: 100%; */
  cursor: pointer;
  overflow: hidden;
  /* position: relative; */
}

.member-image img {
  width: 100%;
  /* height: 100%; */
  transition: 1s;
}

.member-image:hover img {
  transform: scale(1.1);
}

.member-info {
  width: 50%;
  text-align: center;
}

.member-info p {
  margin: 20px 0;
}


/* style social link */
.social-link .fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ffffff;
  margin: 0 7px;
  cursor: pointer;
  transition: transform .5s;
}

.social-link .fab:hover {
  background: #000;
  color: #ffffff;
  transform: translateY(-7px);
}

/* Membuat segitiga */


/* Merubah posisi member-image dengan member-info */
@media screen and (min-width: 771px) {
  .member:nth-child(4n+3) .member-info,
  .member:nth-child(4n+4) .member-info {
    order: 1;
  }
  .member:nth-child(4n+3) .member-image,
  .member:nth-child(4n+4) .member-image {
    order: 2;
  }

  /* Merubah posisi sigitiga pada baris genap */
  .member:nth-child(4n+3) .member-image::after,
  .member:nth-child(4n+4) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}


/* Mobile Styles */
@media screen and (max-width: 770px) {
  .list-members {
    width: 95%;
  }
  .member {
    flex-basis: 100%;
    font-size: 14px;
  }
  .social-link .fab {
    width: 20px;
    height: 25px;
    line-height: 30px;
  }

  .member:nth-child(even) .member-info {
    order: 1;
  }
  .member:nth-child(even) .member-image {
    order: 2;
  }
  
  /* Merubah posisi sigitiga elemen genap */
  .member:nth-child(even) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}

/* //////////contact////////// */
.contact{
  background-image:linear-gradient(rgba(0, 0, 0, 0.512),rgba(0, 0, 0, 0.87)), url(./img/slider_banner_2_1512x.webp); 
  background-size: cover;
  background-position: left;
}

.contact .heading1 h2 {
  font-size: 30px;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  margin: 0;
  padding: 0 0 5px 0;

}

.contact .heading1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #480000;
  margin: 20px 0 60px;
  padding: 0;
  font-family: "EB Garamond", serif;
}

.contact .form-control {
  padding:15px;
  font-size: 15px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.726);
  border: 0 dark;
  border-radius: 10px;
}

.contact button {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  /* background:#ff4c3b; */
  /* color: #ffffff; */
  border: none;
}

.contact .title h3 {
  font-size: 25px;
  font-family: "EB Garamond", serif;
  /* font-size: 40px; */
  /* font-weight: 600; */
}

.contact .title p {
  font-size: 18px;
  font-weight: 400;
  color: #4f4f4f;
  line-height: 1.6;
  margin: 0 0 40px;
  font-family: "EB Garamond", serif;

}

.contact .content .info {
  margin-top: 30px;
}
.contact .content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}


/* /////////////////product////////// */




.product-container {
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.tag-sale {
  background-color: #4fdaa4;
  width: 86px;
  height: 98px;
  position: absolute;
  /* color: #fff; */
  right: -41px;
  z-index: 9;
  top: -44px;
  transform: rotate(137deg);
}

.tag-sale::before {
  content: "SALE";
  /* color: #fff; */
  font-weight: bold;
  display: block;
  transform-origin: top center;
  transform: rotate(222.5deg) translateX(-28px) translateY(-37px);
}

.product-description {
  /* background-color:#ff4c3b; */
  border-top: 1px solid #EFEFEF;
  padding: 10px 20px;
  /* color: #797979; */
}

.product-image {
  padding: 20px;
  height: 323px;
  position: relative;
  overflow: hidden;
  transition: 1s;
}

.product-link {
  position: absolute;
  background:#325b4f;
  width: 100px;
  height: 100px;
  color: #4FDAA4;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  padding: 22px 0;
  line-height: 25px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  opacity: 0;
  transition: 1s;
  font-style: italic;
}

.product-link:hover {
  text-decoration: none;
  color: #4FDAA4;
}


.hover-link {
  background-color: #4FDAA4;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.product-image img {
  width: 100%;
}

.product-description h1 {
  font-size: 20px;
  /* margin-bottom: 5px; */
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.product-description p {
  color: #C4C4C4;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 15px;
}



.product-option {
  border-top: 1px solid #D2D2D2;
}

.product-option h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

.product-option .product-color ul {
  list-style-type: none;
  padding: 0;
}

.product-option .product-color li {
  display: inline-block;
  width: 15px;
  height: 15px;
}



.product-container:hover {
  box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.36);
}

.product-container:hover .product-image {
  height: 180px;
  transition: 1s;
}
.product-container:hover .product-option {
  display: block;
}
.product-container:hover .hover-link {
  opacity: 0.5;
}
.product-container:hover .product-link {
  opacity: 1;
}

.product-link:hover {
  -webkit-animation: hovering 1000ms linear both;
  animation: hovering 1000ms linear both;
}

@-webkit-keyframes hovering {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.3% { -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.6% { -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.01% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15.72% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.52% { -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.12% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.83% { -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  32.43% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.04% { -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  49.15% { -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.26% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.37% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes hovering {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.3% { -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.6% { -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.01% { -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15.72% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.52% { -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.12% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  26.83% { -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  32.43% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.04% { -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  49.15% { -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.26% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.37% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}




/* /////////////////pro-dis/////////// */
    /* Style for the slider container */
    .slider-container {
      width: 80%; /* Adjust width as needed */
      margin: auto;
      overflow: hidden;
      height: 500px;
      position: relative;
  }

  /* Style for the slider */
  .slider {
      width: 100%;
      display: flex;
      transition: transform 0.5s ease;
  }

  /* Style for individual slides */
  .slide {
      width: 100%;
      flex: 0 0 auto;
  }

  /* Style for left and right arrows */

  .arrow-left {
      left: 0;
  }

  .arrow-right {
      right: 0;
  }
.pro-dis h3{
  font-family: "EB Garamond", serif;
  font-size: 40px;
}
.pro-dis p {
  /* font-family: "EB Garamond", serif; */
  font-size: 20px;
  font-weight: 500;
}


/* //////////////////pop-up/////// */
 /* Popup container */
 .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5) rotate(-90deg);
  opacity: 0;
  background-color: #ffffff;
  width: 50%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: showPopup 0.5s ease-out forwards;
  z-index: 1000000000000;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 25px;
  background-color: #ffffff;
}

/* Form inputs */

.inp input{
  display: block;
  width: 70%;
  /* height: 100%; */
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.inp textarea{
  display: block;
  width: 70%;
  /* height: 100%; */
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.inp{
  height: 100%;
}

/* Form submit button */
input[type="submit"] {
  /* background-color: #ff4c3b; */
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #ff4c3b;
}


/* ////////////footer////// */
.Copyright{
  background-color: rgba(0, 0, 0, 0.05);
}




.icon-color{
  background-color: green; 
  z-index: 10000000;
}

/* Animation for showing the popup */
@keyframes showPopup {
  0% {
    transform: translate(-50%, -50%) scale(0.5) rotate(-90deg);
    opacity: 0;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 1;
  }
}

@media(min-width:768px){
  .img--1{
    width: 50%;
  }

}


@media (max-width:576px)
{
  .popup{
    width:100% ;
  }
  .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 0 10px;
    font-size: 25px;
    background-color: #ffffff;
  }
  .img--1{
    width: 100%;
  }
  .img-1 button{
    font-size: 10px;
  }
  .slide h3{
    font-size: 50px;
    margin: 0;
  }
  .slide h1{
    /* font-size: 50px; */
    margin: 0;
  }
  .slide p{
    font-size:20px ;
  }
  .slide{
    height: 300px;
  }
  .slider-nav{
    display: none;
  }

}


/* ///////////////////wp icone//////////// */
#fixed-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
#fixed-icons  i {
  font-size: 25px;
}
#fixed-icons1 i{
  font-size: 20px;
}

#fixed-icons1 {
  position: fixed;
  bottom: 80px;
  left: 20px;
}

.fixed-icons2 {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: rgb(225, 225, 225);
  z-index: 10000000;
}
.fixed-icons2 i {
  font-size: 20px;
}