/* ---------Poppins----------- */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Marck+Script&family=Marko+One&family=Noto+Sans+KR:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prosto+One&family=Quicksand:wght@300..700&family=Tuffy:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
 
/* ---------Josefin sans----------- */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Marck+Script&family=Marko+One&family=Noto+Sans+KR:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prosto+One&family=Quicksand:wght@300..700&family=Tuffy:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
.fontFamily2 {
  font-family: "Josefin Sans", sans-serif;
}
 
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
}

.offcanvas-body h6{
    font-size:14px;
} 
.offcanvas-body .text-muted{
    font-size:12px;
} 
 
:root {
  --color1: #000000;
  --color2: #7B5903;
  --color3: #686868;
  --color4: #ff15bd;
  --color5: #F4F4F4;
}
 
.text-color {
  color: var(--color3) !important;
}
 
.text-color2 {
  color: var(--color4) !important;
}
 
.Active {
  color: var(--color1) !important
}
 
.container {
  max-width: 1340px !important;
  margin: auto;
 padding: 0 15px;
}
 
.themeButton {
  background-color: white;
  display: inline-block;
  padding: 12px 24px;
  color: black;
  transition: all ease .3s;
  font-weight: 500;
  width: max-content;
  font-size: 15px;
}
 
.themeButton:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
 
.themeButton2 {
  width: max-content;
  padding: 10px 30px;
  border-radius: 100px;
  border: 2px solid black;
  transition: all ease .3s;
  color: var(--color1);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
}
 
.themeButton2:hover {
  background-color: var(--color1);
  color: white;
 
}
 
.section-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
 
.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 3px;
  border-radius: 100px;
  background-color: black;
}
 
.section-title::before {
  left: -45px;
}
 
.section-title::after {
  right: -45px;
}
 
#footer .inputBox-container {
  border: 2px solid var(--color1);
  border-radius: 50px;
}
 
#footer .form-control {
  font-size: 14px;
  background-color: transparent !important;
  border: 0;
 
}
 
#footer .form-control:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
 
 .inputBox .form-control {
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(199, 199, 199);
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 500;
    outline: 2px solid transparent;
    outline-offset: 2px;
  
}
 
.inputBox .form-control:focus {
    box-shadow: none;
    border-color: var(--color2);
}
 
.inputBox label {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
 
}
 
.submit-btn {
  background-color: var(--color1);
  border-radius: 50px;
  color: white;
  padding: 8px 15px;
  font-size: 14px;
  transition: all ease .3s;
  border: 0;
  outline: 0;
}
.submit-btn:hover {
  background-color: var(--color2);
}
 
.productContentBox ul li a {
  color: var(--color3);
  transition: all ease .3s;
}
 
.productContentBox ul li a:hover {
  color: var(--color1);
}
 
.productContentBox ul li {
  color: var(--color1);
}
 
 
.nav-tabs .nav-link.active {
  background-color: var(--color1);
  color: white;
  outline: 0;
  border-radius: 60px;
  font-size: 14px;
}
 
.nav-tabs {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  border: none;
}
 
.nav-tabs .nav-link {
  color: var(--color1);
  border-radius: 0;
  border: 0;
  font-size: 14px;
  background-color: var(--color5);
  border-radius: 60px;
  transition: all ease .3s;
}
 
.nav-tabs .nav-link:hover {
  background-color: var(--color1);
  color: white;
}
 
.cursor-pointer{
cursor: pointer;
}

.owl-dots {
  display: none;
}
 
.owl-nav {
  display: none;
}
 
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-decoration: none;
}
 
 
 
.section-padding {
  padding: 80px 0px;
}
 
.section-padding-top {
  padding-top: 80px;
}
 
.section-padding-bottom {
  padding-bottom: 80px;
}
 
@media(max-width:768px) {
  .section-padding {
    padding: 50px 0px;
  }
 
  .section-padding-top {
    padding-top: 50px;
  }
 
  .section-padding-bottom {
    padding-bottom: 50px;
  }
}
 
.transitionBox{
  transition: all ease .3s;
}
 
.font-12 {
  font-size: 12px;
}
 
.font-14 {
  font-size: 14px;
}
 
.font-16 {
  font-size: 16px;
}
 
.font-18 {
  font-size: 18px;
}
 
.font-20 {
  font-size: 20px;
}
 
.font-22 {
  font-size: 22px;
}
 
.font-24 {
  font-size: 24px;
}
 
.font-26 {
  font-size: 26px;
}
 
.font-28 {
  font-size: 28px;
}
 
.font-30 {
  font-size: 30px;
}
 
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 
.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 
 
/*  */
 
/* width */
 
::-webkit-scrollbar {
  width: 6px;
}
 
 
/* Track */
 
::-webkit-scrollbar-track {
  background: #000;
}
 
 
/* Handle */
 
::-webkit-scrollbar-thumb {
  background-color: #ffcd25;
  border-radius: 40px;
}
 
 
/* Handle on hover */
 
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
 
 
 
 
/* carasoul dots or nav css start */
.owl-dot.active span {
  background-color: white !important;
}
 
.owl-dot span {
  width: 10px !important;
  height: 10px !important;
}
 
.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
 
.owl-theme .owl-dots .owl-dot span {
  background: #767676;
}
 
/* modal */
 
/* .modal-header {
  color: black;
  background-color: var(--color1) !important;
} */
 
.modal-header .btn-close {
  background: none;
  opacity: 1;
  box-shadow: none;
 
}
 
.modal-dialog {
  padding: 0px 100px;
}
 
.modal-dialog .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
 
.modal-header .btn-close::after {
  content: "\F62A";
  font-family: bootstrap-icons;
  font-size: 30px;
  color: rgb(24, 23, 23);
}
 
.modal form button {
  padding: 7px 20px;
  background-color: var(--color2);
  color: white;
  border: none;
 
}

.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  background-color: transparent;
}
 