@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;
}
.bg{
  background-color: rgb(241, 227, 215);
}
header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  /* background-color: #333; */
}
/* .main{
    background-color: rgb(148, 190, 191);
} */

.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;
}

/* header */


.living-textiles-header h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .living-textiles-header {
    padding: 60px 20px;
  }
  .living-textiles-header {
    /* background-image: url('image/table.jpeg'); Replace with your image path */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    height: 20vh;
    position: relative;
    top: 0px;
  }
  .living-textiles-header h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fefdfd;
    margin: 0;
    position: relative;
    top: -20px;
  }
}

/* mission */
/* .mission-section{
  position: relative;
  top:-60px;
} */
.mission-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;
  position: relative;
  top:-127px;
  
  /* height: 60vh; */

}
.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;
}


.img-fluid {
  height: 350px !important;
  width: 400px;

  border-radius: 10px;
  border: 1px solid black;
}
/* about */


/* about */
.about {
  /* height: 70vh; */
  top:-80px;
  position: relative;
  /* background-color: #faf3e0; */
  background-image: url(/image/background.jpeg);
  /* background-color: rgba(130, 190, 197, 0.652); */
  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;
}
.imgs{
 
  top: 90px;
  border-radius: 10px;
  border: 1px solid black;
  position: relative;
 
}

.about-p p{
  position: relative;
  top: 20px;
  font-size: 20px;
  line-height: 48px;
  font-family: "Battambang", system-ui
}


/* @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;
 
  padding: 10px 20px;
  position: relative;
  margin-top: 50px;
  background-color: rgb(89, 121, 121);
  height: 6vh;
}


} */


@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);
    top: -20px;
  }

  .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: white !important;
    transition: left 0.3s ease;
    /* z-index: 99; */
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }
  .nav-links a {
    color: black;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
  .about {
    /* height: 70vh; */
    top:0px;
    position: relative;
    /* background-color: #d9d9d994; */
    
  }
  .imgs{
 
    top: 0px;
    border-radius: 10px;
    border: 1px solid black;
    position: relative;
   
  }
  .mission-section{
    position: relative;
    top:-20px;
  }
  .intro-heading{
    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;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    position: absolute;
    left: -100%;
    top: 60px;
    flex-direction: column;
    width: 100%;
    background-color: white;
    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;
  }

  
}

.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;
}

/* facility */
/* .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;
  }
}
*/

/* 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.zoom {
  transform: translatez(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 */
