body {
    background-color: #FFFAF4;
    font-family: 'Verdana', sans-serif;
}

/* .imgclass{
  height: 200px;
} */

.bg-custom{
  background-color: #FFFAF0;
}

/* .img-rounded{
  width: 400px;
  
}

.imgclass{
  width: 400px;
  position: absolute;
  top: 10px;
  right: 10px;
} */

span{
  color: #f47320;
}


hr {
    border: 0;
    clear:both;
    display:block;
    /* width: 96%;                */
    background-color: chocolate;
    height: 1px;
  }

.btn-catalog{
  text-transform: uppercase;
  background-color: white;
  color: black;
  font-weight: 500;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.19),0 17px 50px 0 rgba(0,0,0,0.17);
}
.btn-catalog:hover{
  text-transform: uppercase;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  background-color:#DBD3D3;
  color: black;
}

.btn-about{
  text-transform: uppercase;
  background-color: #f47320;
  color: white;
  font-weight: 500;
}
.btn-about:hover{
  text-transform: uppercase;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  
}

.btn-contact{
  text-transform: uppercase;
  background-color: #f47320;
  color: white;
  font-weight: 500;
}

.btn-contact:hover{
  text-transform: uppercase;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.hero_section_class {
    background-color: #f47320;
}

@font-face {
    font-family: "test";
    src: url('../fonts/Pacifico-Regular.ttf');
}

li, h1, a {
    /* font-family: "test"; */
    font-family: 'Noto Sans',Arial,sans-serif;
}

.card-img{
  width: 90%;

}

.imgclass{
  max-width: 70%;
  position: absolute;
  top: -20;
  right: 0;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 250, 240, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: white; */
  z-index: 1;
}

/* start info place section */

.head_sec{
  font-size: 50px;
  color: #f47320;
  font-weight: 600;
}

/* end info place section */

/* start goods section */
/* .class-goods-section{
  max-width: 1200px;
} */

.card-bg {
  background-color: #FFFAF4;
  background-repeat: no-repeat;
  background-position: left;
  transform: rotate(30eg);
  color: black;
  position: relative;
  padding: 20px;
  height: 400px;

  /* background-size: 25% 80%; */
}

.card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.5); */
}

.card-content {
  position: relative;
  z-index: 1;
}

.card-text{
  font-size: large;
  font-weight: 500;
}

.btn-more-details{
  color: #f47320;
}

/* end goods section */

/* start tab styles */

/* body {
  background: #f8f9fa;
  padding: 2rem 0;
} */

/* Modern Filled Tabs */
.modern-tabs {
  background: white;
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.modern-tabs .nav-tabs {
  border: none;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.modern-tabs .nav-link {
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0;
  font-weight: 500;
  color: #6c757d;
  transition: all 0.3s ease;
}

.modern-tabs .nav-link:hover {
  background: #f8f9fa;
  color: #f47320;
}

.modern-tabs .nav-link.active {
  background: #f47320;
  color: white;
}

/* Content Animation */
.tab-pane.fade {
  transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* end tab styles */


#chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  display: none;
  flex-direction: column;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

#chat-header {
  background-color: #f47320;
  color: white;
  padding: 10px;
  cursor: pointer;
}

#chat-content {
  background-color: #f8f9fa;
  padding: 10px;
  height: 400px;
  overflow-y: auto;
}

#chat-footer {
  background-color: #f8f9fa;
  display: flex;
  padding: 5px;
}

#chat-footer input {
  flex: 1;
  margin-right: 5px;
}

.chat-bot-btn{
  position: fixed; 
  bottom: 20px; 
  right: 20px;
  text-transform: uppercase;
  background-color: #f47320;
  color: white;
  font-weight: 500;
  z-index: 100;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
}
/* #sendButton{
  position: fixed; 
  bottom: 25px; 
  right: 25px;
  text-transform: uppercase;
  background-color: #f47320;
  color: white;
  font-weight: 400;
  z-index: 100;

} */


/* chatbot place end */
/* about page */

.image-container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.image-container.visible {
  opacity: 1;
  transform: translateY(0);
}

/* The custom alert box */
.custom-alert {
  display: none;

  position: fixed;
  z-index: 110;
  bottom: 0;
  width: 100%;
  height: 30%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* .custom-alert.visible{
  bottom: 0;
} */

/* Alert content box */
.custom-alert-content {
  background-color: #fefefe;
  /* margin: 15% auto; */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}

/* Close button */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
