*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, Pretendard Variable;
}
html, body {
  margin: 0;
  padding: 0;
  /* Prevents horizontal scrolling */
  overflow-x: hidden; 
  width: 100%;
  min-height: 100vh;
}

html{
  scroll-behavior: smooth;
}
header{
  position: relative;
  width: 100%;
}
.navbar{
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  /* height: 2rem; */
  padding: 0 50px;
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 10;
  
  
}
.navbar ul i{
  display: none;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  right: 10px;
}
.navbar ul{
  list-style: none;
  display: flex;
  justify-content: top;
  align-items: center;
  gap: 70px;
}
.navbar ul li>a{
  font-size: 1.5rem;
  /* padding: 50px; */
  
  text-decoration: none;
  color: White;
}
.navbar ul li>a:hover{
  color:  black;
}
.navbar ul li>button{
  font-size: 1.5rem;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  border:none;
  color:  rgb(216, 210, 210);
  background-color: rgb(36, 31, 31);
  transition: all 0.3s ease;

}
.navbar>div.menu_btn{
  display: none;
  font-size: 2rem;
  position: absolute;
  right: 50px;
  color:rgb(243, 243, 243);
  
  
}
.navbar>img{
  height: 100px;
  width: 100px;
  padding-left: 10px;
  scale: 1.5;
  border-radius: 50%;
  object-fit: contain;
  
}
.navbar ul li>button:hover{
  background-color: white;
  color: black;
}
section#product-navbar{
  display: none;
  background-color: rgb(10, 10, 10);
  height: 100vh;
  width: 25vw;
  position: absolute;
  top: 0;
  z-index: 1000;

}
section#product-navbar>ul>a{
  width: fit-content;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  
  

}
section#product-navbar>div.hed{
  width: fit-content;
  font-size: larger;
  /* padding: 0px 5px; */
  margin-left: -10px;
  display: flex;
  /* border: 1px solid red; */
  position: absolute;
  top: 180px;
  left: 0px;
  
}
section#product-navbar>div.hed>a{
  text-decoration: none;
  /* color: black; */
  color: white;

}
section#product-navbar>div.hed>a:visited{
  border-bottom: 2px solid white;
}

section#product-navbar>div#hed1{
  width: 60%;
  position: absolute;
  top:35px;
  left: 30px;
  display: flex;
  gap: 40px;
}
section#product-navbar>div#hed1>i{
  font-size: 2rem;
  position: absolute;
  top: 5px;
  color: white;
}
section#product-navbar>div#hed1>img{
  height:80px;
  width: 80px;
  padding-left: 10px;
  scale: 1.6;
  border-radius: 50%;
  object-fit: contain;
  position: absolute;
  top:-8px;
  left: 100px;
}

section#product-navbar>ul>a:hover{
  border-bottom: 1.5px solid white;
}
section#product-navbar>ul{
  height: 70vh;
  width: 100%;
  border-top: 1px solid white;
  /* border-bottom: 1px solid black; */
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 40px;
  
  /* align-items: center; */
  position: absolute;
  top: 250px;
}
section#product-navbar.active{
  display: flex;
}
@media (max-width:1450px) {
  main{
  /* border: 2px solid red; */
  margin: 150px 15px !important;
  scale: 0.975;
  }

}
@media (min-width:949px) and (max-width:1140px){
  main{
  margin: 70px 10px !important;
  scale: 0.945;
  }

  .navbar ul{
    gap: 60px;
  }
  .navbar ul li>a{
    scale: 1;
    
    
  }
  .navbar ul>li>button{
   scale: 0.9;
   
   
  }
  .slideshow-container .text h2{
    font-size: 3rem;
  }
  .slideshow-container .text h1{
    font-size: 4.5rem;
  }
  .navbar>img{
    scale:1.35;
  }
    section#product-navbar{
  width: 36vw !important;
  

}

}
@media (min-width:865px) and (max-width:949px){
  main{
  margin: 60px 0px !important;
  scale: 0.9;
  }

  .navbar ul{
    gap:50px;
  }
  .navbar ul li>a{
    scale: 0.85;
    
    
  }
  .navbar ul>li>button{
   scale: 0.85;
   
  }
  .slideshow-container .text h2{
    font-size: 2.5rem;
  }
  .slideshow-container .text h1{
    font-size: 4rem;
  }
  .navbar>img{
    scale:1.2;
  }
    section#product-navbar{
  width: 40vw !important;
  

  } 
  section#product-navbar>div.hed{
    scale: 0.9 !important;
  }
  section#product-navbar>div#hed1{
    scale: 0.9 !important;
  }
  section#product-navbar>ul>a{
    font-size: 1.2rem;
  }

}
@media (max-width:865px){
  .navbar{
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 10px 20px;
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 10;
 
}
 .navbar ul{
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 84px 20px 20px 20px;
  height: 100vh;
  background: #fff;
  gap: 30px;
  width:280px;
  position: fixed; 
  top: 0;
  right: 0;
  z-index: 20;
  transition: all 0.3s ease;

  

  
 }
  section#product-navbar{
  width: 35vw !important;
  

  }
  section#product-navbar>div.hed{
    scale: 0.9 !important;
 

 

  
  }
  section#product-navbar>div#hed1{
    scale: 0.9 !important;
  }
  section#product-navbar>ul>a{
    font-size: 1.2rem;
  }
  .navbar ul i{
    display: block;
    color: black;
    
    
    
  }
 .navbar ul li>button{
  font-size: 1.5rem;
  padding: 10px 30px;
  cursor: pointer;
  position: static;
  margin-top: 15px; 
  margin-left: 0px;
  border-radius: 10px;
  border:none;
  color:  white;
  background-color: black;
  transition: all 0.3s ease;

  }
  .navbar ul li>button:hover{
    background-color: rgb(40, 39, 39);
    color: rgb(231, 230, 230);
  }
  .navbar ul li>a{
    color: black;
    

  }
  .navbar ul li>a:hover{
    color: rgb(214, 209, 209);
  }

  .navbar>div.menu_btn{
    display: block;
  }
  .navbar ul.active {
    display: flex !important; 
  }
.slideshow-container .text h2{
    font-size: 2.5rem;
  }
  .slideshow-container .text h1{
    font-size: 4rem;
  }
  .slideshow-container .text{
    top: 11vh !important;
    
  }
  .slideshow-container .text h1,h2{
    padding-left: 25px !important;
  }
  .navbar>img{
    scale:1.2;
  }
  main{
  margin: 0px 0px !important;
  width: 100%;
  }
  main>div.cards{
    /* border: 2px solid blue; */
    /* width: 100%; */
    /* height: auto; */
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    /* gap: 40px !important; */
    gap: clamp(10px, 2vw, 20px) !important;
    padding: 0 15px;

  }
  main>div.cards>div.item{
    position: relative;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4;
    padding: 0px 20px;
    margin: 0 !important;
    overflow: hidden;
    /* line-height: 1 !important; */

  }
  main>div.hero{
    padding: 6px 10px !important;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    background-color: gray;


  }
  main>div.hero>div{
    display: none;
  }
  main>div.hero>h2{
  padding-left: 0px !important;
  color: white !important;
  font-size: 1.5rem !important;

}
main>div.cards>div.item>h2{
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: clamp(1rem, 3.5vw, 1.7rem) !important;

}
main>div.cards>div.item>a{
  background-color: rgb(63, 62, 62);
  position: absolute;
  bottom: auto !important;
  right: 20px;
  padding: clamp(5px, 1.5vw, 12px) !important;
  top: 3px !important;
  text-decoration: none;
  aspect-ratio: 1/1;
  font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
  color: #fff;


}
main>div.cards>div.item>img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover; 
  display: block;
}
  footer{
    min-height: 200px !important;
  }
  footer>div{
    /* height: 10rem; 
    padding-left: 0px !important; */
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  footer>div.Address-us{
    left: 76% !important;
    width: 200px !important;
  }
}
@media  (max-width:775px) {
  .navbar{
    height: 5rem;
  }
  .navbar ul{
    width: 240px;
    
  }
  .navbar ul li>a{
    font-size: 1.2rem;
  }
  .navbar ul li>button{
    font-size: 1.2rem;
  }
  
  .slideshow-container .text h2{
    font-size: 2rem;
  }
  .slideshow-container .text h1{
    font-size: 3.5rem;
  }
  .slideshow-container .text h1,h2{
    padding-left: 34px !important;
  }
  .navbar>img{
    scale:1.15;
  }
  section#product-navbar{
  width: 36vw !important;
  

  }
  section#product-navbar>div.hed{
    scale: 0.85 !important;
  

  

    
  }
  section#product-navbar>div#hed1{
    scale: 0.8 !important;
  }
  section#product-navbar>ul>a{
    font-size: 1rem;
  }
  footer{
    min-height: 200px !important;
  }
  footer>div{
    /* height: 10rem; 
    padding-left: 0px !important; */
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  footer>div.Contact-us{
  left: 6% !important;
  }
  footer>div.Address-us{
    left: 74% !important;
    width: 200px !important;
  }

  }
@media  (max-width:620px) {
  .navbar ul{
    width: 220px;
    
  }
  .navbar ul li>a{
    font-size: 1.1rem;
  }
  .navbar ul li>button{
    font-size: 1.1rem;
  }
  
  .slideshow-container .text h2{
    font-size: 1.8rem;
    /* padding-left: 32px; */
  }
  .slideshow-container .text h1{
    font-size: 2.8rem;
    /* padding-left: 32px; */
  }
  .slideshow-container .text h1,h2{
    padding-left: 32px !important;
  }
  
  .navbar>img{
    scale:1.1;
  }
  .slideshow-container .text{
    top: 10vh !important;
  }
  .navbar>div.menu_btn{
    font-size: 1.7rem;
    right: 30px;
  }
  section#product-navbar{
  width: 36vw !important;
  

  }
  section#product-navbar>div.hed{
    scale: 0.8 !important;
    top: 140px;
  
  }
  section#product-navbar>div#hed1{
    scale: 0.7 !important;
    left: 15px;
  }
  section#product-navbar>ul>a{
    font-size: 0.9rem;
    
  }
  section#product-navbar>ul{
    position: absolute;
    top: 195px;
  }
   footer{
    min-height: 180px !important;
  }
  footer>div{
    /* height: 10rem; 
    padding-left: 0px !important; */
    font-size: 11px !important;
    /* line-height: 1.5 !important; */
  }
  footer>div.Contact-us{
  left: 4% !important;
  }
  footer>div.Address-us{
    left: 74% !important;
    width: 140px !important;
  }
  /* main > div.cards {
    grid-template-columns: 1fr; 
    gap: 30px !important;
  }

  main > div.cards > div.item {
    aspect-ratio: 16 / 9; 
    max-height: 300px !important;
  } */
  main>div.cards{

  display: grid !important;
  grid-template-columns: 1fr;
  /* overflow-x: auto; */
  /* gap: 30px; */
  gap: clamp(40px, 2.5vw, 50px) !important;

  /* border: 1px solid red; */

  }
  main>div.cards>div.item{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1 !important;
  

}
main{
  
  margin: 0px 0px !important;
}
main>div.hero{
  /* font-size: 1.5rem; */
  border: 1px solid rgb(164, 161, 161);
  padding: 4px 5px !important;
  margin-bottom: 30px !important;
  background-color: gray;


}
main>div.hero>h2{
  padding-left: 0px !important;
  color: white !important;
  font-size: 1.5rem !important;

}
main>div.cards>div.item>h2{
  font-size: clamp(1.7rem, 4.5vw, 3rem) !important;
  top: 20px;
  left: 18px !important;

}
main>div.cards>div.item>a{
  padding: clamp(5px, 3vw, 15px) !important;
  font-size: clamp(1rem, 4vw, 1.8rem) !important;
  top: 13px !important;
  right: 40px !important;
  
  


}


}
 @media  (max-width:520px) {
  .navbar ul{
    width: 200px;
    
  }
  .navbar ul li>a{
    font-size: 1rem;
  }
  .navbar ul li>button{
    font-size: 1rem;
  }
  
  .slideshow-container .text h2{
    font-size: 1.2rem;
  }
  .slideshow-container .text h1{
    font-size: 2.2rem;
  }
  .slideshow-container .text{
    top: 9vh !important;
    left: 0vh !important;
    padding-left: 0px;
    
  }
  .navbar>img{
    scale:0.95;
  }
  .navbar{
    top:0px !important;
    height: 4rem;
    padding-left: 5px;
  }
  section#product-navbar{
  width: 43vw !important;
  

  }
  section#product-navbar>div.hed{
    position: absolute;
    top: 140px;
    left: -5px;
    scale: 0.75 !important;
    
  
  }
  section#product-navbar>div#hed1{
    scale: 0.6 !important;
    left: 5px;
    /* position: absolute;
    top:35px;
    left: 30px; */
  }
  section#product-navbar>ul>a{
    font-size: 0.85rem;
  }
  section#product-navbar>ul{
    position: absolute;
    top: 200px;
  }
  section#product-navbar>ul{
    gap: 27px !important;
  }
  footer>div{
    font-size: 9.5px !important;
    
  }
  



}
@media  (max-width:410px) {
  section#product-navbar{
    width: 47vw !important;
  

  }
  section#product-navbar>ul{
    gap: 25px !important;
  }
  .slideshow-container .text{
    top: 8vh !important;
  }
  .navbar ul{
    width: 180px;
    
  }
  
  .slideshow-container .text h2{
    font-size: 0.8rem;
  }
  .slideshow-container .text h1{
    font-size: 1.5rem;
  }
  .navbar>img{
    scale:0.8;
  }
  .navbar>div.menu_btn{
    font-size: 1.5rem !important;
    right: 20px;
  }
  footer>div.Contact-us{
  left: 6% !important;
  }
  footer>div.About-us{
    display: none;
  }
  footer>div.Address-us{
    left: 71% !important;
  }
  footer{
    height: 12rem !important;
  }
  footer>div{
    min-height: 70px !important; 
    padding-left: 0px !important;
    font-size: 9.3px !important;
  }
  main>div.cards{

  display: grid !important;
  grid-template-columns: 1fr;
  /* overflow-x: auto; */
  gap: 30px;
  /* border: 1px solid red; */

  }
  main>div.cards>div.item{
 
  position: relative;
  max-height: 400px !important;
  max-width: 350px !important;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1 !important;
  

}
main{
  
  margin: 0px 0px !important;
}
main>div.hero{
  /* font-size: 1.5rem; */
  border: 1px solid rgb(164, 161, 161);
  padding: 4px 5px !important;
  margin-bottom: 30px !important;
  background-color: gray;


}
main>div.hero>h2{
  padding-left: 0px !important;
  color: white !important;
  font-size: 1.5rem !important;

}
/* main>div.cards>div.item>h2{
  position: absolute;
  top: 5px;
  font-size: 1.7rem !important;
  
}
main>div.cards>div.item>a{
  background-color: rgb(63, 62, 62);
  position: absolute;
  top: 5px !important;
  bottom: auto !important;
  right: 30px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;


}
main>div.cards>div.item>img{
  height: 100% !important;
  width: 100% !important;
} */
  

} 

.slideshow-container {
  /* border: 2px solid red; */
  max-width: 100%;
  position: relative;
  /* margin: auto; */
  z-index: 5;
  margin: 0 auto;
}
.slideshow-container .text{
  position: absolute;
  top: 13vh;
  height: auto;
  width: 100%;
}
.slideshow-container h1,h2{
  padding-left: 50px;
}
.slideshow-container h2{
  line-height: 2;
  color: rgb(222, 219, 219);
  font-size: 4rem;
  font-weight: 400;
}
.slideshow-container h1{
  color: white;
  top:25vh;
  font-size: 6rem;
  line-height: 1;
  font-weight: 550;

}
.mySlides {
  display: none;
  /* width: 100vw; */
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.mySlides img {
  max-width: 100%;
  height: auto;
  display: block; 
  object-fit: cover; 
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
main{
  /* border: 2px solid red; */
  margin: 180px 20px;
}
main>div.cards{
  /* border: 2px solid blue; */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  gap: 30px;
  /* border: 1px solid red; */

}
main>div.cards>div.item{
  /* border: 2px solid rgb(37, 232, 12); */
  position: relative;
  height: 650px;
  width: 480px;
  overflow: hidden;
  flex-shrink: 0;
  /* flex-grow: 1; */

}
main > div.cards::-webkit-scrollbar {
  display: none;
}

main>div.cards>div.item>img{
  height: 650px;
  width: auto;
}
main>div.hero{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
main>div.hero>h2{
  font-size: 40px;
  padding-left: 0px !important;
  color: rgb(95, 92, 92);
}
main>div.hero>div>a{
  /* height: 80px;
  width: 80px; */
  font-size: 1.2rem;
  text-decoration: none;
  padding: 20px;
  background-color: rgb(65, 64, 64);
  color: white;
  border-radius: 5px;
}
main>div.cards>div.item>h2{
  position: absolute;
  left: 2px;
  bottom: 38px;
  font-size: 2.2rem;
  color: #fff;
}
main>div.cards>div.item>a{
  background-color: rgb(63, 62, 62);
  padding: 13px;
  position: absolute;
  right: 30px;
  bottom: 43px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;


}

footer{
  padding: 30px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  color: white;
  background-color: black;
  min-height: 300px;
  position: sticky; 
  /* top: 10px;  */
  bottom: 0;
}
footer>div.Contact-us{
  position: absolute;
  top: 20px;
  left: 8%;
}
footer>div.About-us{
  position: absolute;
  top: 20px;
  left: 46%;
}
footer>div.Address-us{
  position: absolute;
  top: 20px;
  left: 80%;
}
footer>div{
  height: 10rem;
  width: auto;
  padding: 10px;
  font-size: 22px;
  line-height: 1.6;
  flex: 1;
  /* border: 2px solid red; */
}