/*

6Tooplate 2113 Earth

https://www.tooplate.com/view/2113-earth

*/

@keyframes seq-preloader {
  50% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}

.seq-preloader {
  background: white;
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 99999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s .5s, opacity .5s;
}

.seq-preload-indicator {
  overflow: visible;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seq-preload-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  fill: #7a7a7a;
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 {
  animation-delay: .15s;
}

.seq-preload-circle-3 {
  animation-delay: .3s;
}

.seq-preload-indicator-fallback {
  width: 42px;
  overflow: visible;
}

.seq-preload-indicator-fallback .seq-preload-circle {
  width: 8px;
  height:8px;
  background-color: #f4f4f4;
  border-radius: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.seq-preload-indicator-fallback .seq-preload-circle-2 {
  margin-left: 3px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

.seq-preload-indicator-fallback .seq-preload-circle-3 {
  width: 16px;
  height: 16px;
}


/* MAIN CSS */

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@-webkit-keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
@keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
	overflow: hidden;
}

body {
  overflow: hidden;
  font-size: 100%;
}

nav {
	top: 15%;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 100;
  height: 90%;
  left: 0;
  width: 15%;
  font-weight: 300;
  font-size: 1rem;
}
nav em {
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
	color: #fff;
}

nav ul li a {
	text-align: center;
}

nav ul {
  position: relative;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  list-style-type: none;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
nav ul li {
  text-align: center;
  margin: 0px 0px;
  /* width: 10%; */
}
nav a, nav a:visited, nav a:active {
  color: #fff;
}
nav a {
  text-decoration: none!important;
  display: inline-block;
  max-width: 56%;
  padding: 15px 0px;
  position: relative;
  z-index: 0;
  transition: all .5s;
  width: 100%;
}
nav a.active {
  background-color: rgba(0,0,0,0.8);
}
nav a::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.logo {
  margin-top: 0px;
  top: 0;
  left: 0;
  z-index: 999999;
  position: fixed;
  display: inline-block;
  text-align: center;
  /* background-color: #d3f3dabd; */
  height: 15%;
  width: 15%;
  background: linear-gradient(77deg, #0e712696, #00370d);
}
.logo h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #111;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.logo h2 {
  display: none;
}
.slides {
  width: 500vw;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.slides .slide {
  height: 100vh;
  width: 100vw;
  float: left;
  text-align: center;
  background-size: cover;
}
    .slides .slide .content {
        /* overflow-y: scroll; */
        position: relative;
        width: 80%;
        height: 80%;
        left: 6%;
        /* top: 10%; */
        margin: auto;
    }
}
.content::-webkit-scrollbar {
  display: none!important;
  opacity: 0!important;
  visibility: hidden!important;
}
/* Add a thumb */
.content::-webkit-scrollbar-thumb {
  display: none!important;
  opacity: 0!important;
  visibility: hidden!important;
}
.slides .slide {
  background-position: center center;
  background-size: cover;
  background-position: fixed;
}
.slides .slide:nth-child(1) {

}


.slides .slide:nth-child(2) {
  background-image: url(../images/gallery-bg.jpg);
  background-position: fixed;
  transition: background-image 0.5s ease-in-out;

}
.slides .slide:nth-child(3) {
  background-image: url(../images/contact-bg.jpg);
  background-position: fixed;
}
.slides .slide:nth-child(4) {
  background-image: url(../images/contact-bg.jpg);
  background-position: fixed;
}

@font-face {
  font-family: "Vazir";
  src: url(/assets/fonts/Vazir-Regular.ttf);
}
body{
  font-family: Vazir !important;
}
em {
  font-family: Vazir !important;
}
p{

  font-family: Vazir !important;
}
h1,h2,h3,h4,h5,h6,a,span,button,.feature-item{
  font-family: Vazir !important;
direction: rtl !important;
text-align: right;
}





img.cus-1 {
  max-width: 100%;
  border-radius: 6px;
}
img.cus-2 {
  width: 100%;
  border-radius: 6px;
}
img.cus-3 {
  width: 100%;
      border-radius: 6px;
}








/* Slide 1 Stlye */
#slider-wrapper{
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
#image-slider {
  width: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: block;
}
#image-slider ul {
  margin-bottom: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}
#image-slider ul li {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height:100%; 
}
#image-slider ul li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#image-slider ul li:nth-child(1) {
  background-image: url(../images/full-bg-02.jpg);
}
#image-slider ul li:nth-child(2) {
  background-image: url(../images/full-bg-01.jpg);
}
#image-slider ul li:nth-child(3) {
  background-image: url(../images/full-bg-03.jpg);
}
#image-slider ul li:nth-child(4) {
  background-image: url(../images/full-bg-04.jpg);
}
#image-slider ul li.active-img{
  left: 0;
}

.cus-12 {
  /* background: linear-gradient(77deg, #ecefec59, #a59882); */
  /* background: linear-gradient(77deg, #ffc10726, #b6ad34); */
  background: linear-gradient(77deg, #dad2c230, #959392);
}
.cus-12i {
  color: #868484;
}

#thumbnail {
  position: absolute;
  z-index: 99999;
  bottom: 30px;
  right: 30px;
}
#thumbnail ul {
  padding: 0px;
  margin: 0px;
}
#thumbnail ul li {
  display: inline-block;
  max-width: 11%;
  max-height: 100%;
  margin-left: 30px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 0.5s;
  /* float: right; */
  position: relative;
  left: 20%;
}
#thumbnail ul li.active {
  border: 5px solid #000000;
}
#thumbnail ul li img {
  max-width: 100%;
  overflow: hidden;
}
.app-intro-box {
  /* margin: 80px auto; */
  max-width: 50%;
  padding: 50px 30px;
  /* background: linear-gradient(to left, #6a11cb, #2575fc); */
  border-radius: 24px;
  color: white;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  /* margin-top: auto; */
  max-height: 100%;
  margin: auto;
  margin-top: 8.2%;
  /* height: 100%; */
}
.cus-7 {
  background: linear-gradient(77deg, #0e712696, #226211);
}
.cus-7i{
  color: #087723;
}

.cus-8{
  background: linear-gradient(77deg, #a38f8775, #c57e2b);
}
.cus-8i{
  color: #bf8243;
}
.cus-9 {
  /* background: linear-gradient(77deg, #ecefec59, #a59882); */
  background: linear-gradient(77deg, #ffc10726, #b6ad34);
}
.cus-9i {
  color: #b3a330;
}

.app-intro-box h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.app-intro-box p {
    font-size: 17px;
    max-width: 100%;
    margin: 0 auto 35px;
    direction: rtl;
    line-height: 1.8;
    color: #f1f1f1;
    text-align: justify;
}

.download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.download-btn {
  background-color: white;
  color: #333;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  transition: 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* width: 35%; */
}
a.cus {
  text-align: right !important;
  float: right;
}

.download-btn i {
  font-size: 20px;
  
}
img.cus-6 {
  margin: auto;
  width: 55%;
  margin-top: -10px;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  .app-intro-box h1 {
    font-size: 23px;
  }

  .app-intro-box p {
    font-size: 13px;
  }
  .download-buttons {
    display: inline-flex !important;
   
    width: 100% !important;
}
h2.cus-13 {
  
  width: 45% !important;
  font-size: 16px !important;
  padding: 10px !important;

}

.cus-13.cus-13no{
  width: 25% !important;

}
    .products-section {
        position: relative;
        
        left: 0px !important;
    }
.download-btn {
  width: 75%;
  justify-content: center;
  font-size: 11px;
}
    h3.cus-14 {
        font-size: 16px !important;
        line-height: 2rem;
    }
    .app-intro-box {
        margin: 0px !important;
        max-width: 95% !important;
        padding: 9% !important;
        /* background: linear-gradient(to left, #6a11cb, #2575fc); */
        border-radius: 24px;
        color: white;
        text-align: center;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        /* margin-top: auto; */
        height: 54%;
        margin: auto !important;
        margin-top: 44% !important;
        /* padding-top: 10px !important; */
    }
.logo {
  margin-top: 0px;
  top: 0;
  left: 0;
  z-index: 999999;
  position: fixed;
  display: inline-block;
  text-align: center;
  /* background-color: #d3f3dabd; */
/*  height: 13.6% !important;
*/  width: 16.5% !important;
  background: linear-gradient(77deg, #0e712696, #00370d);
}
img.cus-6 {
  margin: auto;
  width: 100% !important;
  margin-top: 20px !important;
}
img.cus-5 {
  width: 100% !important;
  max-width: 100% !important;
}
img.cus-4 {
  max-width: 100% !important;
  width: 63% !important;
  position: relative;
  bottom: 6px !important;
}
    #tabs ul {
        margin: 0;
        padding: 0;
        float: left;
        /* top: 8%; */
        position: relative;
        top: 0px !important;
        left: 0px !important;
    }
    .categories {
        width: 343px !important;
        margin: auto;
        /* position: relative; */
        /* left: 3%; */
        display: block;
    }
.img-categ {
  border-radius: 153%;
  /* background: black; */
  height: 70% !important;
  width: 100% !important;
  margin: auto;
  padding: 11px !important;
}
span.cus-10 {
  font-size: 1.3rem !important;
 
}
.container2 {
  max-width: 100% !important;
  margin: auto;
  /* padding: 20px; */
  margin-top: 20% !important;
}
.category {
  /* background: #ffffff; */
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  width: 164px !important;
  background: linear-gradient(77deg, #748578ad, #ffffffd9);
}
    #tabs {
        float: right;
        /* margin-right: 558px; */
        /* margin: auto !important; */
        margin-top: 0px !important;
    }

}




/* Slide 2 Style */
.second-content {
    top: 178.7% !important;
    transform: translateY(-180%);
    position: relative;
    width: 100%;
    height: 98.1%;
    overflow-y: scroll;
}

.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
  font-weight: var(--fa-style,900);
}


#tabs {
  float: right;
  /* margin-right: 558px; */
  /* margin: auto !important; */
  margin-top: 3%;
}
#tabs ul {
  margin: 0;
  padding: 0;
  float: left;
  /* top: 8%; */
  position: relative;
  top: 130px;
  left: 28%;
}
#tabs ul li {
  margin-top: 5px;
  margin-bottom: 25px;
  display: block;
  background-color: transparent;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  display: block;
  cursor: pointer;
  outline: 0;
  border: none;
  color: #6a6a6a;
  text-decoration: none;
  text-transform: uppercase;
}
#tabs ul li span {
  text-align: center; 
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 32px;
  line-height: 84px;
  border-radius: 50%;
}
#tabs ul .ui-tabs-active span {
  /* background: #faf5b2; */
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
  background: linear-gradient(77deg, #0e712696, #00370d);
}
#tabs ul .ui-tabs-active a {
  color: #000;
}
#tabs ul .ui-tabs-active span {
  color: #ffffff;
}
.tabs-content {
  margin-left: 60px;
  max-width: 35%;
  text-align: right;
  display: inline-block;
  background: #fff;
  margin-right: 30px;
  padding: 50px;
  /* height: 750px; */
  height: 20%;
}
.tabs-content h2 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 900;
  color: #1e1e1e;
  margin-top: 0px;
}
.tabs-content span {
  font-size: 15px;
  color: #7a7a7a;
  text-transform: uppercase;
}
.tabs-content p {
  font-size: 14px;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0px;
}

/* From Uiverse.io by eslam-hany */ 
.card {
  position: relative;
  width: 220px;
  height: 320px;
  background: mediumturquoise;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
}

.card::before,
.card::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  background-color: lightblue;
  transition: all 0.5s;
}

.card::before {
  top: 0;
  right: 0;
  border-radius: 0 15px 0 100%;
}

.card::after {
  bottom: 0;
  left: 0;
  border-radius: 0 100%  0 15px;
}

.card:hover::before,
.card:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s;
}

.card:hover:after {
  content: "HELLO";
}



/* Slide 3 Style */
.third-content {
	top: 120%!important;
	transform: translateY(-120%);
}
.third-slide a {
  text-decoration: none;
}
.featured-item {
  transition: all 0.5s;
  text-align: left;
}
.featured-item img {
  width: 100%;
}
.featured-item .down-content {
  background-color: #fff;
  border: 5px solid #faf5b2;
  padding: 15px;
  height: 98px;
}
.featured-item h4 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: #1e1e1e;
  transition: all 0.5s;
}
.featured-item h6 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0px;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot {
  outline: none;
  display: inline-block;
}
.owl-dots .active span {
  background-color: #faf5b2!important;
}
.owl-dots .owl-dot span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  cursor: pointer;
}



/* Slide 4 Style */

.features-small {
  /* background: white; */
  /* border-radius: 12px; */
  padding: 20px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  max-width: 100%;
  float: right;
}

.features-small h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
direction: rtl;
}

.feature-item i {
  font-size: 16px;
  color: #16641e;
  min-width: 18px;
}
.fourth-content {
	top: 140%!important;
  height: 100%;
	transform: translateY(-140%);
}
#contact {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
  margin-bottom: 100px;
  padding: 40px;
  background-color: rgba(0,0,0,0.9);
}
#contact h2 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 50px;
}
#contact input,
#contact textarea {
  padding-left: 15px;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid #fff;
  border-radius: 0px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}
#contact input:focus,
#contact textarea:focus {
  color: #0d521e;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(250,245,178,1);
  background-color: rgba(0,0,0,0.1);
}
#contact textarea {
  height: 160px;
  padding: 15px;
}
#contact button {
  border: 2px solid #fff;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
  height: 44px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 20px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
#contact button:hover {
  background-color: #faf5b2;
  border-color: #faf5b2;
  color: #1e1e1e;
}




/* Responsive Style */
@media (max-width: 991px) {

  .slides .slide .content {
    width: 100%;
    height: 92%;
    left: 0;
}
  
    .second-content {
        top: 231% !important;
        transform: translateY(-250%);
        height: 86.1% !important;
        overflow-y: scroll;
    }
.product img {
  width: 220px !important;
 
  height: 170px !important;
}
  .third-content {
	top: 140%!important;
	transform: translateY(-140%);
  }
  .fourth-content {
	top: 220%!important;
	transform: translateY(-220%);
  }
  .logo h1 {
    display: none;
  }
  .logo h2 {
  	margin-top: 0px;
    line-height: 100px;
    height: 100px;
    width: 15vw;
    top: 0;
    left: 0;
    z-index: 999999;
    position: fixed;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
    display: inline-block;
    text-align: center;
    background-color: #faf5b2;
  }
  nav {
    top: 0vh;
    height: 100px;
    width: 85vw;
    margin-left: 15vw;
  }
  nav ul {
    flex-direction: row;
  }
  nav ul li {
    display: inline;
    margin: 0px;
  }
  nav ul li img {
	width: 64%;
  }
  nav ul li em {
    display: none;
  }
  nav a {
  	text-align: center;
	  max-width: 60px;
	  height: 60px;
    line-height: 30px;
    display: inline-block;
    
  }
  .second-slide {
    top: 140px;
  }
  .slide-caption h2 {
  	font-size: 48px;
  }
    .tabs-content {
        max-width: 100%;
        text-align: center;
        margin: 0px 21px;
        padding: 20px;
        overflow-y: scroll;
    }
  .tabs-content p {
    margin-top: 20px;
  }
  #tabs ul li {
    display: inline-block;
    margin: 0px 10px;
    
}
    #tabs ul {
        float: none;
        margin-bottom: 3%;
        width: 70%;
        text-align: center;
        margin: auto;
        display: block;
        margin-bottom: 10px;
    }
  #thumbnail ul li {
    max-width: 21%;
    /* max-height: 80px; */
    margin-left: 0px !important;
    position: relative;
    left: 0% !important;
}
#thumbnail ul li img {
  max-width: 100%;
  overflow: hidden;
  width: 100% !important;
}
    #thumbnail {
        position: absolute;
        z-index: 99999;
        bottom: 100px;
        right: 0px !important;
        margin: auto;
        width: 100%;
    }
  .slide-caption {
    padding-left: 30px;
  }
  #tabs ul li span {
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 54px;
  }
  #tabs ul .ui-tabs-active span {
    line-height: 60px;
  }
  .featured-item {
    padding: 30px 15px;
  }
  .owl-dots {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .tabs-content h2 {
    font-size: 21px;
  }
  .third-slide {
    text-align: center;
    margin: 0px;
  }
  .fourth-slide {
    margin-left: 0;
    top: 0;
    transform: translateY(0%);
    margin-top: 140px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-form h2 {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .modal-left img {
    width: 250px !important;
    border-radius: 8px;
    height: 170px !important;
}
div#product-modal {
  margin-top: -60px;
  width: 100% !important;
  /* margin: auto; */
  /* padding-top: 80px; */
  z-index: 100000000000000;
  margin: auto !important;
  padding: 20px !important;
}
.modal-content {
  background: white;
  padding: 20px !important;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  width: 100% !important;
  max-width: 100% !important;
  animation: scaleUp 0.3s ease;
  /* z-index: 1000000000000000; */
}
.modal-left img {
  width: 250px !important;
  
  height: 170px !important;
}
}
.container2 {
    /* height: 0%; */
    max-width: 100%;
    /* margin: auto; */
    padding: 20px;
    margin: auto;
    position: relative;
    /* top: 40px; */
    /* right: 3%; */
}
.categories {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    /* margin-top: 30px; */
    transition: opacity 0.5s ease;
    width: 100%;
    max-margin: auto;
}

.category {
    /* background: #ffffff; */
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 23.5%;
    background: linear-gradient(77deg, #748578ad, #ffffffd9);
}

.category:hover {
  transform: translateY(-5px);
}

.products-section {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s ease;
  top: 0px;
  /* margin-left: 10%; */
  left: 5%;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.back-btn {
  position: absolute;
  top: -50px;
  right: 0;
  background: #135d25;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.back-btn:hover {
  background: #1e7e34;
}

.products-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  cursor: grab;
}

.products-slider::-webkit-scrollbar {
  height: 8px;
}

.products-slider::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.product {
  max-width: 100%;
  /* background: white; */
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  margin: auto;
  background: linear-gradient(77deg, #748578ad, #ffffffd9);
  /* width: 100%; */
}

.product img {
  width: 317px;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 230px;
}

.product button {
  margin-top: 10px;
  padding: 8px 12px;
  border: none;
  /* background: #007bff; */
  color: white;
  border-radius: 6px;
  cursor: pointer;
  background: linear-gradient(77deg, #087623de, #00370d);
}
.product button:hover {
  background: #044012;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1000;
    bottom: 20%;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  width: 80%;
  max-width: 70%;
  animation: scaleUp 0.3s ease;
}

@keyframes scaleUp {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.modal-left, .modal-right {
  flex: 1;
}


.modal-left img {
  max-width: 91%;
  border-radius: 8px;
  max-height: 100%;
}
h2#modal-title {
  text-align: center;
}


.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.order-btn {
  display: inline-block;
  /* background: #28a745; */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  background: linear-gradient(77deg, #084c19de, #00370d);
}
div#product-modal {
  margin-top: -60px;
  width: 50%;
  /* margin: auto; */
  margin-left: 230px;
  /* padding-top: 80px; */
}
p#modal-desc {
  width: 80%;
  text-align: center;
  margin: auto;
}
a#modal-order {
    margin-top: 40px;
}
a:hover {
    color: #00370d !important;
}
img.imga-categ {
  width: 100%;
  object-fit: cover;
}
.img-categ {
  border-radius: 153%;
  /* background: black; */
  height: 80%;
  width: 100%;
  margin: auto;
  padding: 11px;
}
span.cus-10 {
  font-size: 1.5rem;
  font-weight: bold;
}
.cus-11{
  text-align: center;
}
h2.cus-13 {
    text-align: center;
    /* background: #000000; */
    width: 30%;
    float: right;
    margin: auto;
    
    background: white;
    border-radius: 18px;
    padding: 6px;
    position: relative;
    bottom: 20px;
    font-size: 1.5rem;
    height: 13.4%;
}
.cus-14 {
    font-size: 36px;
    font-weight: bold;
    margin-top: -4.7px;
}