* {
  font-family: "Montserrat", sans-serif;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #933847;
}
::selection {
  color: white;
  background: #933847;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}



.theme-bg-1 {
  background-color: #593b40;
}
.theme-bg-2 {
  background-color: #933847;
}
.theme-color-1 {
  color: #933847 !important;
}
.theme-color-2 {
  color: #272727;
}
.theme-color-3 {
  color: #6c6c6c;
}
.theme-color-4 {
  color: #000;
}
.theme-color-5 {
  color: #593b40;
}
.theme-color-6 {
  color: #c06070;
}
.theme-color-7 {
  color: #2bb673;
}
.flex-1 {
  flex: 1;
}
.lh {
  line-height: 1.7;
}
.nav-link {
  color: #fff !important;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  margin-left: 2rem;
}
.navbar-toggler {
  background-color: white;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #d3d3d3 !important;
  width: 16px;
  height: 16px;
  border-radius: 30px;
  opacity: 1;
  border: 0px;
  margin-right: 10px;
}
.carousel-indicators .active {
  background-color: #933847 !important;
  /* padding: 0.5rem 1.5rem !important;
  */
}
.title {
  font-weight: 700;
  color: #933847 !important;
}
.hint i {
  color: #933847 !important;
  font-size: 1.6rem;
  margin: 0px 12px;
}
.bg-carton {
  background: rgba(60, 170, 141, 0.13);
}
.bg-manufacturee {
  /* Not In Use */
  background-image: url("../img/manufacture.png");
  background-color: #cccccc;
  /* Used if the image is unavailable */
  width: 100%;
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
.bg-manufacture div {
  top: 0;
  bottom: 0;
  left: 15%;
}
.bg-manufacture div h3 {
  text-align: center;
  color: #593b40;
  line-height: 1.8;
}
.bg-manufacture div button {
  margin-top: 18px;
  color: white;
  background-color: #593b40;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  /* margin-left: 15%;
  */
}
.bg-manufacture div i {
  font-size: 1.1rem;
  padding-right: 8px;
}
.title {
  color: #593b40;
}
.custom-card {
  /* border: 1px solid black;
  */
  padding: 1.5rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.custom-card h4 {
  margin: 15px 0px;
}
.custom-card h5 {
  line-height: 1.7;
}
.work {
  background-color: rgba(60, 170, 141, 0.13);
}
.copyright {
  margin-top: 35px;
  padding: 15px 0px 0px 0px;
  border-top: 1px solid #bababa;
}
.copyright p a {
  color: #ff9900;
  text-decoration: none;
}
.product-list {
  border-bottom: 1px solid #c4c4c4;
}
.custom-card h6 {
  font-weight: 300;
  line-height: 30px;
}
.product-list img {
  border-radius: 15px;
}
.product-description {
  margin: 5px 0px;
}
.sub-header {
  color: #933847;
  font-size: 1.2rem;
}
.sub-value {
  color: #000;
  font-size: 1.2rem;
}
.read {
  font-weight: 500;
  font-size: 1rem;
  color: #944847;
  border-bottom: 2px solid #944847;
}
.read:hover {
  color: #944847;
  cursor: pointer;
}
.about div h2 {
  color: #00bf63;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}
.mission-btn-row {
  padding: 8px;
  border-radius: 8px;
}
.mission-btn-row .btn {
  width: 10vw;
  color: #9f9f9f;
  font-weight: 600;
}
.mission-btn-row .active {
  color: #fff;
  background-color: #933847;
  font-weight: 600;
}
.carton-item img {
  width: 100%;
}
.carton-item div h5 {
  color: #933847;
}
.carton-item div h6 {
  line-height: 30px;
}
.contact-form div input,
.contact-form div textarea {
  border: 1px solid #bebebe;
  border-left: 0px;
  border-radius: 0px;
  padding: 1rem 1rem 1rem 0px;
  color: #636363;
}

.drop-btn {
  border: 1px solid #bebebe;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  padding: 1rem 1rem 1rem 0px;
  color: #636363;
  width: 100%;
}

.service .dropdown-menu {
  width: 100%;
  transform: translate3d(0px, 60px, 0px) !important;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(169, 169, 169, 0.25);
  border-radius: 5px;
  border: 0px;
}

.service .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 500 !important;
  color: #636363;
}

.service-select {
  position: relative;
  border-radius: 0px;
  padding: 1.8rem 0rem;
}

select {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 0px;
  border-right: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  padding-left: 3.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.opt {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #636363;
}

select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

option2 {
  font-size: 1rem;
  font-weight: 500 !important;
  color: #636363;
  padding: 0.25rem 1rem;
  width: 100%;
  position: absolute;
  background-color: green;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.contact-form div span {
  background-color: white;
}
.form-control {
  color: #636363;
}
.form-control:focus {
  color: #636363;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #636363;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #636363;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #636363;
}
.menu-footer {
  display: flex;
  flex-direction: column;
}
.menu-footer a {
  margin-bottom: 1rem;
  text-decoration: none;
  color: #fff;
}
input:focus,
.form-control:focus,
select:focus {
  border-color: #bebebe;
  outline: none;
  box-shadow: none;
}
button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.hint:hover i {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 40%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .product-description {
    flex-direction: column;
  }
  .mission-btn-row .btn {
    width: 100%;
  }
  .sub-header {
    width: 35vw;
  }
  .contact-thumb div img {
    width: 10vw;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .mission-btn-row .btn {
    width: 25vw;
  }
  .sub-header {
    width: 25vw;
  }
  .product-description {
    flex-direction: column;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .mission-btn-row .btn {
    width: 15vw;
  }
  .sub-header {
    width: 15vw;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .sub-header {
    width: 9vw;
  }
  .mission-btn-row .btn {
    width: 10vw;
  }
  .navbar-nav .active {
    background-color: #fff;
    color: #933847 !important;
    border-radius: 8px;
    padding: 0.5rem 1.3rem !important;
  }
  .carton-item {
    width: 30%;
  }
  .craft-container {
    width: 65%;
  }
  .contact-thumb div img {
    width: 3vw;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .sub-header {
    width: 12vw;
  }
}
