@import url("https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}
html,
body {
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  /* background-color: #333; */
}
.main {
  background-color: white;
}

.logo {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}
.logo1 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  visibility: hidden;
}
.logo-img {
  /* position: absolute; */
  top: 0;
  /* right: 430px; */
}
.Sabari {
  position: relative;
  /* right: 510px; */

  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  color:#880808;
}
.slogan {
  font-size: 18px;

  left: 25px;
  position: absolute;
  top: 10;
}

.logo {
  display: flex;
  align-items: center;
  text-align: center;
}


.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #444; */
  padding: 10px 20px;
  position: relative;
  margin-top: 50px;
  background-color: rgb(89, 121, 121);
  height: 13vh;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 35px;
  position: relative;
  left: 0px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 1.7em;
  transition: color 0.3s ease;
  font-weight: 600;
}

.nav-links a:hover {
  color: #ff6347;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

/* Dropdown menu styling */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f7f7;
  min-width: 360px;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content li {
  margin: 0;
  list-style: none;
}

.dropdown-content a {
  padding: 10px 15px;
  color: rgb(17, 17, 17);
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.dropdown-content a:hover {
  background-color: #555;
}

/* Show the dropdown on hover */
.nav-links li.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger menu styling for responsiveness */
  display: none;
.hamburger {
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
}
/* Responsive Styles */
/* @media (min-width: 1200px) and (max-width: 1500px) { 
  .nav-links li {
  margin: 0 15px ;
  position: relative;
  left: 0px;
}
.logo {
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  position: relative;
  left: 160px;
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444;
  padding: 10px 20px;
  position: relative;
  margin-top: 50px;
  background-color: rgb(89, 121, 121);
  height: 6vh;
}


} */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 20px;
    left: -100%;
    width: 100%;
    background-color: white !important;
    transition: left 0.3s ease;
  }
  .nav-links a {
    color: black;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .nav-links li {
    margin: 0;
    width: 100%;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }

  .hamburger {
    display: flex;
  }
}

/* When a link is clicked, close the navbar (for mobile view) */
.nav-links li a {
  padding: 10px 20px;
  display: block;
  width: 100%;
}

/* introductuion */

.bg {
  /* background-image: url(/image/baby-blue-fabric-background.jpg); */
  background-image: url(/image/background.jpeg);
  /* background-color: rgba(130, 190, 197, 0.652); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  /* top:-180px; */
}

.order-2 p {
  font-family: "Battambang", system-ui;
  position: relative;
  /* top: 60px; */
  /* left: 30px; */
  font-size: 20px;
  line-height: 40px;

  color: rgb(12, 12, 12);
}
.intro-heading {
  position: relative;
  left: -340px;
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 40px;
  position: relative;

  color: brown;
}
.imgs {
  position: relative;
  top: -60px;
  border: none !important;
}

/* about */
.about {
  position: relative;
  /* top:-100px; */
  /* background-color: rgb(241, 227, 215); */
  /* margin-top: -50px; */
  /* height: 70vh; */
  background-image: url(/image/background.jpeg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.about-heading {
  position: relative;
  left: 20px;
  position: relative;
  color: brown;

  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 40px;
}
.about-p p {
  position: relative;
  top: 40px;
  font-size: 20px;
  line-height: 50px;
  font-family: "Battambang", system-ui;
}

/* product */
.categories {
  background-image: url(/image/background.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-categories {
  position: relative;
  top: -30px;
}

.product-p p {
  position: relative;
  /* top: 60px; */
  /* left: 30px; */
  font-size: 20px;
  font-family: "Battambang", system-ui;
}
.Our-product {
  position: relative;
  /* top: 60px; */
  /* left: 30px; */
  font-size: 22px;
  font-weight: bold;
  font-family: "Battambang", system-ui;
}
.product-p li {
  font-family: "Battambang", system-ui;
  font-size: 20px;
  line-height: 40px;
  word-spacing: 3px;
}
.products {
  height: 90vh;
  /* background-color:rgb(148, 190, 191) ; */
}
.Categories-header {
  position: relative;
  left: -340px;
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 40px;
  position: relative;

  color: brown;
}

h2 {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 768px) {
  header {
    display: visible;
    height: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .navbar {
    justify-content: space-between;
    /* position: relative; */
    background-color: rgb(72, 139, 139);
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    /* position:relative; */
    position: absolute;
    left: -100%;
    top: 160px;
    flex-direction: column;
    width: 100%;
    background-color: #444;
    transition: left 0.3s ease;
    /* z-index: 99; */
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
  .intro-heading {
    position: relative;
    left: 0px;
    font-family: "Inknut Antiqua", serif;
    font-weight: 700;
    font-size: 40px;
    position: relative;

    color: brown;
  }
  .imgs {
    position: relative;
    top: 0px;
  }

  .Categories-header {
    position: relative;
    left: 0px;
    font-family: "Inknut Antiqua", serif;
    font-weight: 700;
    font-size: 40px;
    position: relative;

    color: brown;
  }
}

@media (max-width: 568px) {
  header {
    display: visible;
    height: 80px;
    position: relative;
    left:0px;
    top: 0px;
  }
  .Sabari {
    font-size: 23px;
  }
  .slogan {
    font-size: 12px;
  }

  .navbar {
    justify-content: space-between;
    top: -20px;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    position: absolute;
    left: -100%;
    top: 70px;
    flex-direction: column;
    width: 100%;
    background-color: #444;
    transition: left 0.3s ease;
    z-index: 99;
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
}

/* facility */
.fasility-bg{
  background-image: url(/image/background.jpeg);
  /* background-color: rgba(130, 190, 197, 0.652); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
.scroll-element {
  opacity: 0;
  transition: all 1s ease-out;
  will-change: opacity, transform;
}

.zoom-in {
  transform: scale(0.9);
}

.show {
  opacity: 1;
  transform: scale(1);
}

.card {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* width: 350px; */
  /* height: 250px; */
}

.card img {
  border-radius: 8px;
  height: 250px;
}

.card h2 {
  margin-bottom: 15px;
}

.card p {
  margin-bottom: 20px;
}

.card .btn {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.card .btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .card img {
    border-radius: 8px;
  }
}

/* footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
}

.footer h4 {
  margin-bottom: 20px;
  color: #fff;
}

.footer p {
  margin: 0;
  color: #ccc;
}

.footer .form-group input,
.footer .form-group textarea {
  background-color: #444;
  border: 1px solid #555;
  color: #fff;
}

.footer .form-group input::placeholder,
.footer .form-group textarea::placeholder {
  color: #ccc;
}

.footer .btn-primary {
  background-color: #ff9000;
  border-color: #ff9000;
}

.footer .btn-primary:hover {
  background-color: #e87e00;
  border-color: #e87e00;
}

.footer .map-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.footer .fa-phone,
.footer .fa-envelope {
  margin-right: 10px;
}

/* animations */

/* reveal  24/7/24 */
.reveal {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

.reveal.left {
  transform: translateX(-400px);
}

.reveal.right {
  transform: translateX(200px);
}

.reveal.active {
  opacity: 1;
  transform: translateX(0);
}

.box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.1s ease-out;
  /* transition-delay: calc(var(--delay) * 2s); */
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* end */
