
@import url('https://fonts.googleapis.com/css2?family=Krona+One&amp;display=swap');
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}
.bg-primary {
  background-color: #1f61eb !important;
}

.bg-soft-primary {
  background-color: rgba(31, 97, 235, 0.15) !important;
}

.border-primary {
  border-color: #1f61eb !important;
}

.text-primary {
  color: #1f61eb !important;
}

.shadow-primary {
  box-shadow: 0px 5px 14px rgba(31, 97, 235, 0.08);
}

.bg-secondary {
  background-color: #536976 !important;
}

.bg-soft-secondary {
  background-color: rgba(83, 105, 118, 0.15) !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.shadow-secondary {
  box-shadow: 0px 5px 14px rgba(83, 105, 118, 0.08);
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-soft-info {
  background-color: rgba(75, 187, 206, 0.15) !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

.shadow-info {
  box-shadow: 0px 5px 14px rgba(75, 187, 206, 0.08);
}

.bg-warning {
  background-color: #ffc212 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 194, 18, 0.15) !important;
}

.border-warning {
  border-color: #ffc212 !important;
}

.text-warning {
  color: #ffc212 !important;
}

.shadow-warning {
  box-shadow: 0px 5px 14px rgba(255, 194, 18, 0.08);
}

.bg-success {
  background-color: #1ce1ac !important;
}

.bg-soft-success {
  background-color: rgba(28, 225, 172, 0.15) !important;
}

.border-success {
  border-color: #1ce1ac !important;
}

.text-success {
  color: #1ce1ac !important;
}

.shadow-success {
  box-shadow: 0px 5px 14px rgba(28, 225, 172, 0.08);
}

.bg-danger {
  background-color: #eb1f52 !important;
}

.bg-soft-danger {
  background-color: rgba(235, 31, 82, 0.15) !important;
}

.border-danger {
  border-color: #eb1f52 !important;
}

.text-danger {
  color: #eb1f52 !important;
}

.shadow-danger {
  box-shadow: 0px 5px 14px rgba(235, 31, 82, 0.08);
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.15) !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.text-dark {
  color: #343a40 !important;
}

.shadow-dark {
  box-shadow: 0px 5px 14px rgba(52, 58, 64, 0.08);
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.15) !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.text-light {
  color: #f8f9fa !important;
}

.shadow-light {
  box-shadow: 0px 5px 14px rgba(248, 249, 250, 0.08);
}

.bg-white {
  background-color: #fff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.border-white {
  border-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.shadow-white {
  box-shadow: 0px 5px 14px rgba(255, 255, 255, 0.08);
}

.text-muted {
  color: #6c757d !important;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #343a40;
  padding-right: 0 !important;
  font-weight: 300;
  background-color: rgb(251, 247, 239);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Krona One";
}

a {
  text-decoration: none !important;
  outline: none;
  color: #1f61eb;
}

p {
  line-height: 1.7;
}

html {
  scroll-padding-top: 59px; /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }

  .product .container {
    max-width: 1000px;
  }
}
.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
  z-index: 1;
}

.section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}

.section-sm {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  position: relative;
}

.custom-pt {
  margin-top: 16rem;
}

.bg-overlay {
  position: absolute;
  background-color: #10161e;
  opacity: 0.85;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  color: #343a40;
  text-transform: uppercase;
  font-weight: normal;
}

.title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 18px;
  line-height: 1.3;
}

.article .article-image {
    padding-bottom: 20px;
}

.article img {
    width: 546px;
    height: 328px;
    object-fit: cover;
}

.article-image-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fw-semibold {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-38 {
  font-size: 38px;
}

.text-light-custom {
  color: #a2aeb9;
}

.shadow-lg {
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}

.rounded-lg {
  border-radius: 8px;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

#home.section {
  padding: 140px 0 80px 0 !important;
}

.text-tran-box {
  background: #3d62e0;
  background: linear-gradient(to right, rgb(29, 78, 216), rgb(30, 64, 175), rgb(29, 78, 216));
}

.text-transparent {
  color: #240e35;
  mix-blend-mode: lighten;
  overflow: hidden;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 54px;
  font-weight: 600;
}

.demo-box {
  padding: 0px 0 30px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.demo-box:hover {
  transform: translateY(-0.6rem);
}

.demo-box a {
  border-radius: 10px;
  overflow: hidden;
  border: 8px solid #ffffff;
  display: block;
  transition: all 400ms ease-in-out;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2);
}

.demo-box img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.demo-box h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.footer-one-alt {
  padding: 20px 0px;
}

.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.footer-social-one a {
  border-radius: 50%;
  text-align: center;
  background-color: #f1f1f1;
  color: #343a40;
  width: 40px;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: 0.3s all ease-in-out;
}
.footer-social-one a:hover {
  background-color: rgba(31, 97, 235, 0.1);
  color: #1f61eb;
}

.btn {
  padding: 8px 24px;
  border: 1px solid;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Mandali", sans-serif;
}
.btn.btn-sm {
  padding: 6px 16px;
}
.btn.btn-lg {
  padding: 12px 28px;
  font-size: 17px;
}
.btn.btn-primary {
  background-color: #1f61eb !important;
  border: 1px solid #1f61eb !important;
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #1457e1 !important;
  border: 1px solid #1457e1 !important;
  box-shadow: 0px 8px 12px 0px rgba(31, 97, 235, 0.25);
}
.btn.btn-outline-primary {
  border: 1px solid #1f61eb !important;
  color: #1f61eb !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  background-color: #1f61eb !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(31, 97, 235, 0.25);
}
.btn.btn-gradient-primary {
  background: linear-gradient(to right, #1f61eb 0%, #94b4f5 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  color: #fff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #4b5e6a !important;
  border: 1px solid #4b5e6a !important;
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}
.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
  background-color: #536976 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}
.btn.btn-gradient-secondary {
  background: linear-gradient(to right, #536976 0%, #94a8b4 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #3bb5ca !important;
  border: 1px solid #3bb5ca !important;
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}
.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
  background-color: #4bbbce !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}
.btn.btn-gradient-info {
  background: linear-gradient(to right, #4bbbce 0%, #afe1e9 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-warning {
  background-color: #ffc212 !important;
  border: 1px solid #ffc212 !important;
  color: #fff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #fdbc00 !important;
  border: 1px solid #fdbc00 !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}
.btn.btn-outline-warning {
  border: 1px solid #ffc212 !important;
  color: #ffc212 !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
  background-color: #ffc212 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}
.btn.btn-gradient-warning {
  background: linear-gradient(to right, #ffc212 0%, #ffe392 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-success {
  background-color: #1ce1ac !important;
  border: 1px solid #1ce1ac !important;
  color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #1acf9e !important;
  border: 1px solid #1acf9e !important;
  box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}
.btn.btn-outline-success {
  border: 1px solid #1ce1ac !important;
  color: #1ce1ac !important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
  background-color: #1ce1ac !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}
.btn.btn-gradient-success {
  background: linear-gradient(to right, #1ce1ac 0%, #8cf1d6 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-danger {
  background-color: #eb1f52 !important;
  border: 1px solid #eb1f52 !important;
  color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #e11447 !important;
  border: 1px solid #e11447 !important;
  box-shadow: 0px 8px 12px 0px rgba(235, 31, 82, 0.25);
}
.btn.btn-outline-danger {
  border: 1px solid #eb1f52 !important;
  color: #eb1f52 !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
  background-color: #eb1f52 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(235, 31, 82, 0.25);
}
.btn.btn-gradient-danger {
  background: linear-gradient(to right, #eb1f52 0%, #f594ac 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #2b3035 !important;
  border: 1px solid #2b3035 !important;
  box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}
.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
  background-color: #343a40 !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}
.btn.btn-gradient-dark {
  background: linear-gradient(to right, #343a40 0%, #6d7a86 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #fff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #eceff2 !important;
  border: 1px solid #eceff2 !important;
  box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}
.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #f8f9fa !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}
.btn.btn-gradient-light {
  background: linear-gradient(to right, #f8f9fa 0%, white 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: whitesmoke !important;
  border: 1px solid whitesmoke !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff !important;
  color: #fff !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}
.btn.btn-gradient-white {
  background: linear-gradient(to right, #fff 0%, white 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1f61eb !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #343a40 !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}
.modal .video-modal .video-box {
  position: relative;
}
.modal .video-modal video {
  border-radius: 8px;
}
.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}
.modal .video-modal .btn-close video:focus {
  outline: none;
}
.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.card {
  border: none;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  margin-bottom: 1.5rem;
}
.card .card-header {
  background-color: #fff;
  padding: 16px 16px !important;
}

.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #EAEAEA;
}

.navbar-custom {
  padding: 5px 0px;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: #A1683B;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;
  color: #6c757d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 18px;
  font-weight: 500;
  font-family: "Mandali", sans-serif;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #1f61eb;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  /* left: 10px;
  right: 10px; */
  border-radius: 10px;
  border-bottom: 2px solid #1f61eb;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(31, 97, 235, 0.15);
  border-color: rgba(31, 97, 235, 0.2);
  color: #1f61eb;
  transition: all 0.3s ease-in-out;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:focus {
  box-shadow: none;
}
.navbar-custom .navbar-nav .nav-item .nav-btn:hover {
  background-color: #1f61eb;
  color: #fff;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #343a40;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #1f61eb;
}

.dropdown-lg {
  width: 320px;
}
.dropdown-lg .dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #343a40;
}
.dropdown-lg .dropdown-icon-item img {
  height: 34px;
}
.dropdown-lg .dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-lg .dropdown-icon-item:hover {
  background-color: #f8f9fa;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  /* color: #000; */
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #93AAC3;
  /* color: #000; */
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #93AAC3;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid #93AAC3;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-btn {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-btn:focus {
  box-shadow: none;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-btn:hover {
  /* background-color: #fff; */
  color: #fff;
}
.navbar.navbar-light .logo .logo-dark {
  display: none;
}
.navbar.navbar-light .logo .logo-light {
  display: block;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 5px 0px;
  /* background-color: #fff; */
  background-color: #A1683B;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  /* color: #343a40 !important; */
  color: #fff !important;
}
.nav-stay.navbar-custom {
    margin-top: 0px;
    padding: 14px 0px;
    /* background-color: #fff; */
    background-color: #A1683B;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    /* color: #343a40 !important; */
    color: #fff !important;
}

.nav-sticky-stay.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 800;
    /* color: #000; */
}

.nav-sticky-stay.navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #93AAC3;
    font-weight: 800;
    /* color: #000; */
}
.nav-sticky-stay.navbar-custom .navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid #93AAC3;
  }

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  /* color: #343a40; */
  color: #fff;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  /* color: #1f61eb !important; */
  color: #93AAC3;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #93AAC3;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  border-bottom: 2px solid #93AAC3;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-btn {
  background-color: rgba(31, 97, 235, 0.15);
  border-color: rgba(31, 97, 235, 0.2);
  color: #fff;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-btn:hover {
  background-color: #1f61eb;
  color: #fff;
}
.nav-sticky .logo .logo-dark {
  display: block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom,
  .navbar-light {
    margin-top: 50px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    color: #343a40 !important;
  }
  .nav-sticky.navbar-custom {
    margin-top: 50px;
  }
  .navbar-custom .navbar-nav,
  .navbar-light .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link,
  .navbar-light .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #343a40 !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link.active,
  .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #93AAC3 !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-btn,
  .navbar-light .navbar-nav .nav-item .nav-btn {
    background-color: rgba(31, 97, 235, 0.15) !important;
    border-color: rgba(31, 97, 235, 0.2) !important;
    color: #93AAC3 !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-btn:hover, .navbar-custom .navbar-nav .nav-item .nav-btn:focus,
  .navbar-light .navbar-nav .nav-item .nav-btn:hover,
  .navbar-light .navbar-nav .nav-item .nav-btn:focus {
    background-color: #1f61eb !important;
    color: #fff !important;
  }
  .navbar-custom > .container,
  .navbar-light > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .logo .logo-light {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }

  .block-sticky-bar {
    flex-direction: column;
  }

  .social-icon-top {
    position: relative;
    right: none;
  }

  .block-sticky-bar p {
    font-size: 10px;
  }
}
.admin-nav .nav-custom .nav-item .nav-link {
  background-color: transparent;
  color: #536976;
  border-radius: 50rem;
  padding: 6px 15px;
  margin-inline-end: 1px;
}
.admin-nav .nav-custom .nav-item .nav-link:hover, .admin-nav .nav-custom .nav-item .nav-link.active {
  background-color: rgba(31, 97, 235, 0.2);
  color: #1f61eb;
}
.footer {
  position: relative;
  padding: 80px 0 30px;
  background-color: #fff;
}
.footer .footer-nav li {
  padding: 6px 0;
}
.footer .footer-nav li .footer-link {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.footer .footer-nav li .footer-link::after {
  content: "";
  background-color: #1f61eb;
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 0px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-nav li .footer-link:hover {
  color: #fff;
  padding-left: 12px;
}
.footer .footer-nav li .footer-link:hover::after {
  width: 5px;
}
.footer.bg-dark {
  background-image: url("../images/footer-light-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer .footer-social-icon {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.1);
}
.footer .footer-social-icon:hover {
  background-color: #fff;
  color: #1f61eb;
  box-shadow: 0px 0px 0 4px rgba(255, 255, 255, 0.1);
}

.footer-tagline {
  background-color: rgba(52, 58, 64, 0.9);
}

.custom-form .form-control {
  height: 45px;
  padding: 0.375rem 1.1rem;
  font-size: 14px;
  border-width: 2px;
}
.custom-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.custom-form textarea.form-control {
  height: auto;
}

.form-control {
  border-color: #e9ecf1;
}
.form-control:focus {
  border-color: #ced4da;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  font-size: 15px;
  color: #8c99b7;
}

label.form-label {
  font-size: 15px;
  font-family: "Cerebri Sans,sans-serif";
  font-weight: 500;
  color: #6c757d;
}

.form-check-label {
  font-size: 15px;
  font-family: "Cerebri Sans,sans-serif";
}

.contact-icon {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 20px;
}

.hero-facility {
  background-color: rgb(29, 30, 32);
  padding: 170px 0 0px;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  /* height: 890px; */
  padding-bottom: 100px;
  position: relative;
}

.hero-facility::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background: url("../images/bg-facility.jpg") no-repeat center center;
    background-size: cover;
}

.hero-product {
    background-color: #EAEAEA;
    padding: 170px 0 0px;
    background-image: url("../images/bg-head-new.png");
    background-size: cover;
    width: 100%;
    overflow: hidden;
    /* height: 890px; */
    padding-bottom: 100px;
  }

.hero-facility h1 {
  font-size: 100px;
}

.hero-bg {
  background-color: rgb(29, 30, 32);
  padding: 170px 0 0px;
  background-image: ;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  /* height: 890px; */
  padding-bottom: 100px;
  position: relative;
}

.hero-bg::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background:url("../images/bg-article.jpg") no-repeat center center;
    background-size: cover;
}

.hero-bg h1 {
  font-size: 100px;
}

.promotion-hero h1 {
  font-size: 70px;
}

.hero-1 {
  background-color: rgb(29, 30, 32);
  padding: 170px 0 0px;
  /* background-image: url("../images/bg-head-new.png"); */
  background-size: cover;
  width: 100%;
  overflow: hidden;
  /* height: 890px; */
  padding-bottom: 100px;
  position: relative;
}
.hero-1::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background:  url('../images/bg-head-new.jpg') no-repeat center center;
    background-size: cover;
}
.hero-1 .hero-title {
  font-size: 48px;
  /* line-height: 1.25; */
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}
.btn-blur {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  color: white;
  border: 0.1px solid rgba(255, 255, 255, 0.2);
}
.hero-1 .hero-content {
  padding-bottom: 100px;
}
.hero-1 .down-arrow-btn {
  position: relative;
  z-index: 1;
}
.hero-1 .down-arrow-btn .down-arrow {
  background-color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  position: absolute;
  bottom: 0px;
  margin-bottom: 6%;
  box-shadow: 0px 5px 20px 0px rgba(52, 58, 64, 0.1);
}

.hero-title {
  font-size: 90px;
}

.hero-1 h1 {
  font-size: 90px;
}

.home {
  padding-top: 70px;
  background-color: #FBF7EF;
  margin-bottom: 50px;
  display: flex;
}

.product {
  padding-top: 20px;
}

.product-container {
  background-color: rgb(251, 247, 239);
  padding-top: 20px;
}

.product .container .title {
  color: #000; 
  font-size: 70px;
}

.product .container .logo img {
  width: 100px;
}

.product-list {
    margin-top: 50px;
    min-height: 600px;
}


.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}

.header-container .content-cover {
  display: flex;
  flex-direction: row;
}


.header-container .content-cover .aminities-title {
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: center;
  padding-right: 10px;
  font-size: 40px;
}

.header-container .content-cover .aminities-content {
  display: flex;
  flex-basis: 300px;
  flex-direction: column;
  color: #000;
  justify-content: center;
}

.header-container .content-cover .aminities-content {
  padding-left: 15px;
}

.header-container .content-cover .aminities-content h1 {
  font-size: 20px;
}

.our-value {
  background-color: #A1683B;
}

.our-value .our-value-content {
  padding-bottom: 50px;
  padding-top: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.our-value .container .logo-our-value {
  padding-bottom: 20px;
  padding-right: 40px;
}

.our-value .container .logo-our-value .logo-head {
  text-align: center;
}

.our-value .container .logo-our-value .logo-head img {
  width: 179px;
}

.our-value .container .logo-our-value .image-responsive {
  display: none;
}

.our-value .container .logo-our-value .image-responsive {
  display: none;
}


.our-value .container .item {
  padding-bottom: 20px;
  width: 50%;
}

.our-value .container .image {
  padding-bottom: 30px;
}

.our-value .our-value-content .item .item-content {
  display: flex;
  color: #fff;
  padding-bottom: 50px;
}

.our-value .our-value-content .item-content .item-content-description  {
  width: 100%;
}

.our-value .our-value-content .item-content .item-content-description h5  {
  font-size: 16px;
}

.our-value .our-value-content .item-content .item-content-description p  {
  font-size: 14px;
  font-weight: 300;
}

.our-value .our-value-content .logo-our-value img {
  text-align: center;
  padding-bottom: 40px;
}

.our-value .container .logo-our-value .title-value {
  color: #fff;
  font-size: 50px;
  padding-bottom: 50px;
}

.our-value .container .logo-our-value .sub-title {
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
}

.space-with-bg .container h1 {
    font-size: 80px;
    color: #fff;
  }

.space-with-bg {
  height: 290px;
  background-size: 100vw 40vh;
  background-color: #000;
  position: relative;
}

.space-with-bg::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background:  url('../images/bg-background.jpg') no-repeat center center;
    background-size: cover;
}

.space-with-bg .container {
  color: #fff;
  padding: 90px 0;
}

/* .header-container .container .content-cover .aminities h1 {
  
} */

.header-container .title {
  margin-top: auto;
  margin-bottom: auto;
}

.header-container .logo {
  width: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.product .container .logo-responsive {
  display: none;
}

.footer-new {
  padding-top: 50px;
  background-color: #FFFFFF;
  position: relative;
}
.footer-new .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FFFFFF;
}

.footer-new .content  .logo{
  width: 40%;
}

.footer-new .content .logo .image {
  display: flex;
  padding-bottom: 20px;
}

.footer-new .content  .logo img{
  width: 60%;
}

.footer-new .content  .contact{
  width: 30%;
}

.footer-new .content  .address{
  width: 30%;
}

.header-container .right {
  /* justify-content: flex-end; */
}

.subheader-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.subheader-container .content {
  padding-right: 10px;
}

.subheader-container .content h1 {
  font-size: 20px;
  color: #000;
}

.block-sticky-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: calc(var(--0897617a)* 1px);
  overflow: hidden;
  background-color: #2C2623;
}

.social-icon-top {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.block-sticky-bar p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.promotion {
  margin-top: 50px;
  margin-bottom: 100px;
}

.promo-container {
  margin: 20px;
}

.promo-container .promo-image img {
  width: 500px;
  object-fit: cover;
}

.promo-image {
  height: 300px;  
}

.promo-content-wraper {
  height: 300px;  
}

.promo-content-wraper .promo-content {
  height: 300px;  
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-detail {
  padding-top: 100px;
  background-color: #FBF7F0;
}

.product-detail .type {
  padding-bottom: 20px;
  display: flex;
}
.product-detail .item {
  padding-right: 20px;
  display: flex;
}

.product-detail .content .item-left {
    padding-right: 20px;
}

.product-detail .content .item-left img {
    width: 286px;
    height: 424px;
    object-fit: cover;
}

.product-detail .content .item img {
    width: 703px;
    height: 424px;
    object-fit: cover;
}

.product-detail .header {
  display: flex;
}

.product-detail .header .title {
  width: 80%;
}

.product-detail .header .title h1 {
  font-size: 48px;
}

.product-detail .header .image-responsive {
  display: none;
}

.product-detail .header .image {
  display: block;
}

.product-detail .header .image img {
  width: 80px;
  right: 0;
}

.product-detail .image-home {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.product-detail .image-home .thumbnail-img {
  width: 804px;
  height: 588px;
}

.product-detail .image-home .thumbnail-img iframe {
  width: 804px;
  height: 588px;
}

.product-detail .image-home .thumbnail-img img {
  width: 804px;
  height: 588px;
  object-fit: cover;
}

.product-detail .image-home .side-img {
  display: flex;
  flex-direction: column;
}

.product-detail .image-home .side-img img {
  width: 284px;
  height: 284px;
  padding-left: 20px;
  object-fit: cover;
  margin-bottom: 20px;
}

.product-detail .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}

.product-detail .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}



.modal-content-new {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg) !important;
  outline: 0;
  background-size: cover;
  max-width: 95vw;
  max-height: 95vh;
  border-radius: 15px;
}

.modal-content-new .modal-body {
padding: 0px;
}

.modal-content-new .content {
display: flex;
-webkit-box-align: stretch;
align-items: stretch;
-webkit-box-pack: start;
justify-content: flex-start;
}

.modal-content-new .modal-body .content aside {
flex: 1.8 1 0%;
}

.modal-content-new .modal-body .main-modal {
flex: 2 1 0%;
display: flex;
flex-direction: column;
padding: 40px;
text-align: center;
}

.modal-content-new .modal-body .main-modal .title h1 {
font-size: 30px;
color: #99CDBD;
}

.modal-content-new .modal-body .content aside img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.modal-content-new .modal-body .main .popup-button-wrapper {
justify-content: flex-end;
}

#cpnCode{
border: 2px dashed #99CDBD;
padding: 10px 20px;
font-weight: 500;
color: #99CDBD;
}

.popup-botton {
border-radius: 0px;
margin-top: 20px;
}

.modal-backdrop {
background-color:rgba(0, 0, 0, 0.99);
}

.title-navbar {
  color:#fff; 
  padding-top:5px;
}

.hero-content img {
  width:450px;
}

/* handle 600 */
@media (min-width: 600) and (max-width: 1200) {
  /* todo */
}

@media (min-width: 200px) and (max-width: 799px) {
  .home {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .header-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
  }

  .header-container  .title h1 {
    font-size: 48px;
  }
  
  .header-container .title {
    justify-content: center;
  }
  
  .header-container .logo {
    justify-content: flex-start;
  }
  
  .header-container .right {
    justify-content: flex-end;
  }

  .subheader-container {
    justify-content: flex-start;
  }

  .subheader-container .content h1 {
    font-size: 20px;
    color: #000;
  }

  .product .container .logo-responsive {
    display: block;
    width: 100px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .product .container .logo-responsive img {
    width: 100px;
    margin-bottom: auto;
  }

  .product .container .logo {
    display: none;
  }

  .footer-new .content {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .footer-new .content  .logo{
    width: 100%;
  }
  
  .footer-new .content  .logo img{
    width: 75%;
  }
  
  .footer-new .content  .contact{
    width: 100%;
  }
  
  .footer-new .content  .address{
    width: 100%;
  }

  .hero-1 h1 {
    font-size: 40px;
  }

  .hero-1 img {
    width: 70%;
  }

  .our-value .our-value-content {
    padding-bottom: 30px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }

  .our-value .container .logo-our-value {
    text-align: left;
    padding-bottom: 20px;
    width: 100%;
    padding-right: 0px;
  }

  .our-value .container .logo-our-value .logo-head .image-responsive {
    display: block;
    padding-bottom: 40px;
  }

  .our-value .container .logo-our-value .logo-head .image {
    display: none;
  }

  .our-value .our-value-content .item .item-content {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-bottom: 2px;
    justify-content: center;
  }

  .our-value .our-value-content .item .item-content .item-content-image {
    text-align: left;
    padding-bottom: 10px;
  }

  .our-value .our-value-content .item .item-content .item-content-image img {
    width: 50px;
  }


  .our-value .our-value-content .item .item-content .item-content-description {
    text-align: left;
  }

  .our-value .container .item {
    padding-bottom: 20px;
    width: 100%;
  }

  .our-value .our-value-content .item-content .item-content-description  {
    width: 100%;
  }

  .space-with-bg {
    height: 290px;
    background-size: 110vw 40vh;
  }

  .space-with-bg::before {
    background: rgba(0, 0, 0, 0.5);
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background:  url('../images/bg-background.jpg') no-repeat center center;
    background-size: cover;
  }

  .space-with-bg .container h1 {
    font-size: 50px;
  }
  
  .space-with-bg .container {
    color: #fff;
    padding: 90px 0;
    margin-left: 10px;
  }

  .header-container .content-cover .aminities-title h1 {
    padding-right: 10px;
    font-size: 32px;
  }
  
  .header-container .content-cover .aminities-content h1 {
    font-size: 16px;
  }

  .header-container .content-cover .aminities-content h1 {
    font-size: 16px;
  }

  .header-container .content-cover .aminities-content {
    padding-left: 0px;
  }

  .subheader-container .content h1 {
    font-size: 15px;
    padding-left: 6px;
  }

  .product-detail .subheader-container .content h1 {
    font-size: 15px;
    padding-left: 0px;
  }

  .our-value .container .logo-our-value .logo-head {
    text-align: left;
  }

  .our-value .container .logo-our-value .logo-head img {
    width: 80px;
  }

  .our-value .container .logo-our-value .logo-head .title-value {
    color: #fff;
    font-size: 28px;
    padding-bottom: 40px;
  }

  .our-value .container .logo-our-value  .logo-head.sub-title {
    color: #fff;
    font-size: 12px;
  }

  .hero-facility h1 {
    font-size: 50px;
  }

  .hero-bg h1 {
    font-size: 50px;
  }

  .promotion-hero h1 {
    font-size: 30px;
  }

  .promo-container .promo-image img {
    width: 100%;
    object-fit: cover;
  }

  .promo-container {
    margin: 5px;
  }

  .promo-content-wraper .promo-content {
    height: 300px;  
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .promotion {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .product-detail .header {
    display: flex;
    flex-direction: column;
  }
  
  .product-detail .header .title h1 {
    font-size: 28px;
  }
  
  .product-detail .header .image-responsive {
    display: block;
  }
  
  .product-detail .header .image {
    display: none;
  }
  
  .product-detail .header .image-responsive img {
    width: 70px;
  }

  .product-detail .image-home {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  
  .product-detail .image-home .thumbnail-img {
  
  }
  
  .product-detail .image-home .thumbnail-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
  }
  
  .product-detail .image-home .side-img {
    display: flex;
    flex-direction: column;
  }
  
  .product-detail .image-home .side-img img {
    width: 100%;
    height: auto;
    padding-left: 0px;
    object-fit: cover;
    margin-bottom: 20px;
  }

  .product-detail .content {
    display: flex;
    flex-direction: column;
  } 

  .product-detail .image-home .thumbnail-img {
    width: 100%;
    height: 100%;
  }
  
  .product-detail .image-home .thumbnail-img iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
  }

  .product-detail .item {
    padding-right: 0px;
    display: flex;
  }

  .modal-content-new .content {
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .modal-content-new .modal-body .content aside img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }

  .product-detail .content .item-left {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .product-detail .content .item-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-detail .content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .facility .thumnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .facility img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product .container .title {
    color: #000; 
    font-size: 30px;
  }

  .product .container .title h1 {
    color: #000; 
    font-size: 30px;
  }

  .social-icon-top {
    position: relative;
    right: none;
    padding-bottom: 20px;
  }
  
  .promo-container img {
    width: 100%;
  }

  .title-navbar {
    padding-top: 10px;
    color:#000; 
  }

  .hero-content img {
    width:350px;
  }


}


                            
.container.gallery-container {
  color: #35373a;
  min-height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
}

.container.description {
  padding-bottom: 50px;
  padding-top: 20px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
}

.btn.btn-black {
  background-color: #2B2C32 !important;
  border: 1px solid #2B2C32 !important;
  color: #fff !important;
  border-radius: 0px;
  width: 200px;
}

.btn.btn-green {
    background-color: rgb(184, 167, 131);;
    border: 1px solid rgb(184, 167, 131);;
    color: #fff !important;
    border-radius: 0px;
    width: 200px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
}

#cboxLoadedContent {
  padding: 10px;
  background: #fffff0;
}

#modal-content {
  display: none;
}

#modal-content label {
  display: block;
  margin-bottom: 5px;
}

#modal-content input {
  width: 95%;
}


.modal-header-new {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  /* border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); */
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.float a {
    color: #fff;
}

.page-title {
  padding-top: 70px;
}

.facility {
  padding-top: 50px;
  background-color: rgb(251, 247, 239);
}
.facility.container {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}

.facility .thumnail img {
    width: 356px;
    height: 199px;
    object-fit: cover;
}

.facility img {
    width: 546px;
    height: 300px;
    object-fit: cover;
}

.about-me {
  padding-top: 100px;
  padding-bottom: 100px;
  /* background-image: url('../images/kemang-eminance-bg.png'); */
  /* background-position: right -8.75em bottom -8.75em; */
  /* background-repeat: no-repeat; */
  /* background-size: 37.5em auto; */
}



.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.about-me .about-me-right {
  padding-left: 10px;
  /* border-bottom: 1px solid #B09470; */
}

.about-me .wrapper-right {
  border-bottom: 1px solid #B09470;
}


.product-detail .wrapper-right {
  border-bottom: 1px solid #B09470;
}

.article {
  padding-top: 50px;
}

.article .article-title {
  color: #fff;
}

.article .article-summary {
  color: #fff;
}

.article .article-date {
  color: #B09470;
}


@media (max-width: 991.98px) {
  .hero-1 {
    background-color: rgb(29, 30, 32);
    /* padding: 120px 0 0px; */
  }
}
.hero-bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

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

.subscribe-form {
  position: relative;
}
.subscribe-form .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 180px 8px 50px;
  border-radius: 4px;
  min-height: 62px;
  color: #fff;
  border-color: transparent;
}
.subscribe-form .form-control:focus {
  box-shadow: none;
}
.subscribe-form .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.subscribe-form .form-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.3;
  font-size: 20px;
}
.subscribe-form .form-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.subscribe-form .form-btn .download-icon {
  display: none;
}

.hero-2 {
  padding: 140px 0 130px;
  background-image: url("../images/heros/hero-2-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.hero-2 .hero-2-img {
  position: relative;
}
.hero-2 .hero-2-img::after {
  content: "";
  background-image: url("../images/dot.png");
  position: absolute;
  bottom: -30px;
  left: -50px;
  right: auto;
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-3 {
  padding: 170px 0 140px;
  background-image: url("../images/heros/hero-3-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.hero-4 {
  padding: 170px 0 140px;
  background-image: url("../images/heros/hero-4-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.hero-5 {
  padding: 170px 0 450px;
  position: relative;
  background-image: url("../images/heros/hero-5-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.hero-5-img {
  margin-top: -22rem;
}

.hero-6 {
  position: relative;
}
.hero-6 .carousel .carousel-inner .carousel-item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-6 .carousel .carousel-control-prev .hero-slider-arrow,
.hero-6 .carousel .carousel-control-next .hero-slider-arrow {
  font-size: 30px;
  position: relative;
}
.hero-6 .carousel .carousel-control-prev .hero-slider-arrow::after,
.hero-6 .carousel .carousel-control-next .hero-slider-arrow::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  width: 50px;
  position: absolute;
  left: -8px;
  right: 0;
  top: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease-in-out;
}
.hero-6 .carousel .carousel-control-prev:hover .hero-slider-arrow,
.hero-6 .carousel .carousel-control-next:hover .hero-slider-arrow {
  color: #1f61eb;
}
.hero-6 .carousel .carousel-control-prev:hover .hero-slider-arrow::after,
.hero-6 .carousel .carousel-control-next:hover .hero-slider-arrow::after {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 0 10px rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
  .hero-2 {
    padding: 90px 0 40px;
  }
  .hero-3 {
    padding: 100px 0 20px;
  }
  .hero-4 {
    padding: 110px 0 20px;
  }
  .hero-6 .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 120px 0 80px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-form .form-control {
    padding: 8px 64px 8px 50px;
  }
  .subscribe-form .form-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    padding: 8px 14px;
  }
  .subscribe-form .form-btn span {
    display: none;
  }
  .subscribe-form .form-btn .download-icon {
    display: block;
  }
  .hero-6 .carousel .carousel-control-prev {
    top: auto;
    left: 10px;
    bottom: 20px;
  }
  .hero-6 .carousel .carousel-control-next {
    top: auto;
    right: 10px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-5 {
    padding: 100px 0 420px;
  }
}
@media (max-width: 768px) {
  .hero-5 {
    padding: 100px 0 320px;
  }
  .hero-5-img {
    margin-top: -16rem;
  }
}
.work-box .work-icon {
  font-size: 56px;
  border-radius: 28% 72% 50% 50%/26% 20% 80% 74%;
  height: 96px;
  width: 96px;
  margin: 0 auto;
}
.work-box .work-arrow {
  position: absolute;
  right: -56px;
  top: 45%;
  width: 30%;
}

@media (max-width: 991.98px) {
  .work-box .work-arrow {
    display: none;
  }
}
.features-bg {
  background-image: url("../images/features-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.cta-bg {
  background-image: url("../images/counter-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.counter-content {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.screen-slider {
  padding: 50px 0;
}
.screen-slider .swiper-slide {
  position: relative;
  border-radius: 8px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  border: 2px solid #eff1f5;
}
.screen-slider .swiper-slide img {
  border-radius: 8px;
}
.screen-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  opacity: 1;
}
.screen-slider .swiper-slide.swiper-slide-prev, .screen-slider .swiper-slide.swiper-slide-next {
  opacity: 0.8;
}
.screen-slider .swiper-pagination {
  bottom: -30px;
}
.screen-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #1f61eb;
  vertical-align: middle;
}
.screen-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0 1px #1f61eb;
}

.nav.pricing-tab {
  justify-content: center;
  display: table;
  margin: 0 auto;
  background-color: #eff1f5;
  border: 1px solid #e6e9ef;
  padding: 6px;
  border-radius: 50rem;
}
.nav.pricing-tab .nav-item {
  display: inline-block;
}
.nav.pricing-tab .nav-item .nav-link {
  border-radius: 50rem;
  color: #292E49;
  padding: 0.5rem 1.5rem;
}
.nav.pricing-tab .nav-item .nav-link.active {
  background-color: #1f61eb;
  color: #fff;
}

.pricing-box {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(52, 58, 64, 0.08);
  border-radius: 4px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.pricing-box .pricing-badge {
  background-color: #eb1f52;
  color: #fff;
  font-size: 13px;
  padding: 2px 40px;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: -40px;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(16, 22, 30, 0.3);
}

.faqs-accordion .accordion-item {
  border-bottom: none;
  margin-bottom: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(52, 58, 64, 0.08);
}
.faqs-accordion .accordion-item .accordion-header .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: none !important;
  color: #343a40;
  font-size: 17px;
  font-weight: 500;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 6px;
  color: #536976;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: #536976;
  transform: rotate(0deg);
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:before {
  content: "\f0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 22px;
  color: #343a40;
  position: absolute;
  right: 20px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #e6e9ef;
  color: #343a40;
}/*# sourceMappingURL=style.css.map */