@charset "utf-8";
/* CSS Document */

footer {
  background: #0F2027;
  background: -webkit-linear-gradient(to right, #0F2027, #203A43, #2C5364);
  background: linear-gradient(to right, #0F2027, #203A43, #2C5364);
  border: none;
  color: #ECEAD5;
}

main {
  background-color: #0F2027;
  min-height: 500px;
  border: none;
  color: #ECEAD5;
  padding: 50px 40px 20px 40px;
}

nav {
  background: #0F2027;
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
  border: none;
  color: #ECEAD5;
}

.accordion-content {
  padding: 10px 5px 20px 0;
  background-color: #0F2027;
}

.acc-cont {
  font-family: Diphylleia, serif;
  font-size: 12px;
  padding: 4px 0 4px 0;
  background-color: #0F2027;
}

.accordion-content ul {
  list-style: none;
}

.btn-form {
  background: #0F2027;
  background: -webkit-linear-gradient(30deg, #0F2027, #203A43, #213E4B, #0F2027);
  background: linear-gradient(30deg, #0F2027, #203A43, #213E4B, #0F2027);
  width: 100px;
  font-family: Mooli, sans-serif;
  font-size: 0.8rem;
  margin: 20px;
}

.content-det {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.content-wll {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.content-text-a {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 18px;
}

.content-text-b {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 15px;
  padding-bottom: 10px;
}

.content-title-a {
  font-size: 40px;
  padding: 0 0 5px 0;
}

.content-title-b {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 5px 0 15px 0;
}

.content-title-c {
  padding-bottom: 20px;
}

.content-title-d {
  color: #FFFFFF;
  font-weight: bold;
}

.content-wrap {
  word-break:break-all;
}

.corner-round {
  border-radius: 10px;
}

.cur-hand {
  cursor: pointer;
}

.custom-link:hover {
  color: #FFFFFF;
}

.font-bold {
  font-weight: bold;
}

.font-face-a {
  font-family: 'Ysabeau SC', sans-serif;
}

.font-face-b {
  font-family: 'Rethink Sans', sans-serif;
}

.font-face-c {
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-face-d {
  font-family: Diphylleia, serif;
}

.font-size-a {
  font-size: 20px;
}

.font-size-b {
  font-size: 40px;
}

.font-size-c {
  font-size: 15px;
}

.font-size-d {
  font-size: 12px;
}

.font-size-e {
  font-size: 17px;
}

.foot-address {
  font-family: Mooli, sans-serif;
  font-size: 0.7rem;
  text-align: center;
  transition: all 0.2s ease-in;
}

.foot-address:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.foot-border-bottom {
  border-bottom-color: #ECEAD5;
  border-bottom-style: dotted;
  border-bottom-width: thin;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.foot-border-top {
  border-top-color: #ECEAD5;
  border-top-style: dotted;
  border-top-width: thin;
  margin-top: 20px;
  padding-top: 20px;
}

.foot-contact {
  font-family: Mooli, sans-serif;
  font-size: 0.9rem;
  text-align: center;
}

.foot-contact:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.foot-data {
  background: #0F2027;
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
}

.foot-icon {
  padding: 10px 0 10px 0;
}

.foot-icon span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 10px;
  border: 2px solid #ECEAD5;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.foot-icon i {
  color: arial;
  font-size: 1.5rem;
  transition: all 0.2s ease-in;
}

.foot-icon span:hover {
  background-color: #ECEAD5;
  border: 2px solid rgb(13, 110, 253);
}

.foot-icon span:hover i {
  color: #0F2027;
}

.foot-link-content {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.9rem;
  text-align: left;
  padding: 3px 0 3px 10px;
}

.foot-link-content span:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.foot-link-last {
  margin-bottom: 30px;
}

.foot-link-title {
  font-family: 'Ysabeau SC', sans-serif;
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
}

.foot-logo {
  max-height: 120px;
  max-width: 90%;
  padding-bottom: 10px;
}

.foot-title {
  font-family: Mooli, sans-serif;
  font-size: 0.9rem;
  text-align: center;
  padding-top: 15px;
}

.form-control-div {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;

  background: #0F2027;
  background: -webkit-linear-gradient(30deg, #0F2027, #203A43, #213E4B, #0F2027);
  background: linear-gradient(30deg, #0F2027, #203A43, #213E4B, #0F2027);
}

.form-control-div input[type='text'], input[type='email'], input[type='tel'], input[type='num'], input[type='number'] {
  background-color: transparent;
  width: 100%;
  border: none;
  color: #FFFFFF;
  font-family: Mooli, sans-serif;
  font-size: 0.9rem;
}

.form-control-div input[type='number']::-webkit-inner-spin-button,
.form-control-div input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control-div input[type='number'] {
  -moz-appearance:textfield;
}

.form-control-div label {
  color: #ECEAD5;
  font-family: Mooli, sans-serif;
  font-size: 0.67rem;
  padding-left: 5px;
}

.form-control-div select {
  background-color: transparent;
  width: 100%;
  border: none;
  color: #FFFFFF;
  font-family: Mooli, sans-serif;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.form-control-div select option {
  background-color: #0F2027;
  width: 100%;
  border: none;
  color: #FFFFFF;
  font-family: Mooli, sans-serif;
  font-size: 0.9rem;
}

.form-control-div span {
  color: #ECEAD5;
  font-family: Mooli, sans-serif;
  font-size: 0.6rem;
  width: 100%;
}

.form-control-div textarea {
  background-color: transparent;
  width: 100%;
  height: 173px;
  border: none;
  color: #FFFFFF;
  font-family: Mooli, sans-serif;
  font-size: 0.9rem;
  resize: none;
}

.form-done {
  color: #08E828;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
}

.form-error {
  color: #FF0000;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
}

.form-label {
  color: #ECEAD5;
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.9rem;
  padding-left: 10px;
}

.form-text {
  color: #ECEAD5;
}

.icon-space-left {
  padding-left: 8px;
}

.icon-space-right {
  padding-right: 8px;
}

.int-space {
  padding: 10px 15px 10px 15px;
}

.item-flag {
  height: 13px;
  width: 20px;
}

.item-hide {
  display: none;
}

.item-show {
  display: block;
}

.menu-item {
  color: #ECEAD5;
  padding-right: 10px;
}

.nav-item span {
  padding-right: 5px;
}

.nav-link:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-bottom-width: thin;
  border-bottom-style: dotted;
}

.nav-link {
  color: #ECEAD5;
  font-size: 1.2rem;
  transition: all 0.2s ease-in;
}

.nav-link i {
  font-size: 1.5rem; padding-right: 5px;
  transition: all 0.2s ease-in;
}

.navbar {
  padding: 2rem;
  background-color: #f5f6f7;
}

.navbar-collapse {
  align-items: center;
  justify-content: space-between;
}

.page-error-text-a {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  text-align: center;
}

.page-error-text-b {
  font-size: 1.5rem;
  text-align: center;
}

.page-error-title {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}

.parragraph-space {
  width: 80%;
  margin-left: 25px;
}

.prod-card {
  margin: 20px;
}

.prod-card div {
  padding: 0 10px 10px 10px;
  font-weight: bold;
  color: #A6A6A6;
}

.prod-card img {
  height: 100%;
  width: 100%;
  padding: 10px;
  display: block;
  transition: all 0.2s ease;
  opacity: 0.6;
}

.prod-card:hover div {
  color: #FFFFFF;
}

.prod-card:hover img {
  opacity: 1;
}

.space-a {
  padding: 60px 0 60px 0;
  border-radius: 20px;
}

.space-b {
  margin-top: 80px;
  margin-bottom: 80px;
}

.space-c {
  margin-bottom: 40px;
}

.shadow-a {
  box-shadow: 0 4px 10px 0 #0F2027;
}

.shadow-b {
  box-shadow: 30px 5px 100px 10px #0F2027;
}

.shadow-c {
  box-shadow: 0 0 20px 10px #585858;
}

@media screen and (max-width: 767px) {
  .item-special {
    display: none;
  }

}

@media screen and (max-width: 1024px) {
  .show-text {
    font-size: 0.7rem;
  }

}



