:root {
  --primary-main: #cdb762;
  --primary-dark: #bb9327;
  --primary-light: #e1cb78;
  --primary-light-2: #e5d187;
  --primary-extra-light: #fff9e8;
  --secondary-main: #191c2f;
  --new-color: #6c448b;
  --border-color: #e1246e;
  --ashoshi-spa: #004000;
}
/* h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
} */
.icon-box p {
  font-family: "Epilogue", sans-serif;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
}
.logo-default img,
.logo-alt img {
  height: 60px;
  width: auto;
}
.brnad-logo {
  max-height: 60px;
}
#dtr-main-content {
  margin-top: 80px;
}
#dtr-header-global,
#dtr-header-global.on-scroll {
  padding: 10px 0;
}
#dtr-header-global.trans-header {
  background: #ffffff;
}
.dtr-btn,
.dtr-btn-flat,
.dtr-text-btn,
input[type="submit"],
input[type="reset"],
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
.dtr-cta-box {
  border-radius: 0px;
}
.btn-fixed {
  display: none;
}
.btn-red-alt {
  background-color: var(--secondary-main);
  border-color: var(--secondary-main);
  transition: 0.5s;
  outline: none;
  box-shadow: 0px 18px 20px rgb(0 0 0 / 30%);
}
.btn-red-alt:hover {
  background-color: var(--ashoshi-spa);
  border-color: var(--ashoshi-spa);
  box-shadow: 0px 18px 20px rgb(206 131 73 / 30%);
}
.cover {
  width: 100%;
  position: absolute;
  height: 580px;
  object-fit: cover;
  /* object-position: left top; */
}
.form-box {
  margin-top: 80px;
  padding: 40px 30px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 76%);
  border: 7px solid var(--ashoshi-spa);
}
.dtr-form-styled textarea,
.dtr-form-styled input[type="text"],
.dtr-form-styled input[type="email"],
.dtr-form-styled input[type="url"],
.dtr-form-styled input[type="password"],
.dtr-form-styled input[type="number"],
.dtr-form-styled input[type="tel"],
.dtr-form-styled input[type="search"] {
  padding: 20px;
  margin-bottom: 20px;
}
.dtr-form-dark-bg select,
.dtr-form-dark-bg textarea,
.dtr-form-dark-bg input[type="text"],
.dtr-form-dark-bg input[type="email"],
.dtr-form-dark-bg input[type="url"],
.dtr-form-dark-bg input[type="password"],
.dtr-form-dark-bg input[type="number"],
.dtr-form-dark-bg input[type="tel"],
.dtr-form-dark-bg input[type="search"] {
  border-color: var(--ashoshi-spa);
}
.dtr-form-dark-bg label,
.dtr-form-dark-bg input,
.dtr-form-dark-bg select,
.dtr-form-dark-bg textarea,
.dtr-form-dark-bg input[type="text"],
.dtr-form-dark-bg input[type="email"],
.dtr-form-dark-bg input[type="url"],
.dtr-form-dark-bg input[type="password"],
.dtr-form-dark-bg input[type="number"],
.dtr-form-dark-bg input[type="tel"],
.dtr-form-dark-bg input[type="search"] {
  color: #000;
}
.dtr-form-dark-bg ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 0.5 !important;
}
.dtr-form-dark-bg :-moz-placeholder {
  color: #000 !important;
}
.dtr-form-dark-bg ::-moz-placeholder {
  color: #000 !important;
}
.dtr-form-dark-bg :-ms-input-placeholder {
  color: #000 !important;
}
.dtr-form-dark-bg ::placeholder {
  color: #000 !important;
}
.heading-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px !important;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0px !important;
}
.seperator {
  width: 70px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background: var(--ashoshi-spa);
  margin-top: 13px;
  opacity: 0.6;
}
.sub-heading-1 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 15px !important;
  border-radius: 7px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--primary-main);
  width: fit-content;
  background: #fff0c3;
  text-align: center;
  margin: 0px auto 15px !important;
}
.sec-margin {
  padding-top: 0px;
  padding-bottom: 80px;
}
.sec-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.icon-box {
  background: var(--ashoshi-spa);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  height: 100%;
}
.dtr-img-feature {
  margin: 0 0 30px 0;
}
.dtr-img-feature-img {
  margin: 20px auto 20px auto;
}
.dtr-top-shape-img {
  padding: 30px 0px 80px;
}
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
.process-tab {
  margin-top: 50px;
}
.process-tab .tab button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  padding: 0px;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
  border: none;
  margin-right: 40px;
  z-index: 99999;
  user-select: none;
}
.process-tab .tab button:last-child {
  margin-right: 0px;
}
.process-tab .tab button:before {
  content: "";
  position: absolute;
  width: 70px;
  border-top: 2px dotted #eee;
  margin-top: 15px;
  margin-left: 10px;
  z-index: -1;
  opacity: 0.4;
}
.process-tab .tab button:last-child::before {
  content: none;
}
.process-tab .tab button.active {
  background: #000;
  color: #fff;
}
.dtr-overlay-primary {
  background: rgb(255 56 56 / 98%);
  background: -webkit-linear-gradient(
    to right,
    rgb(255 56 56 / 98%),
    rgb(255 87 34 / 90%)
  );
  background: linear-gradient(
    to right,
    rgb(255 56 56 / 98%),
    rgb(255 87 34 / 90%)
  );
}
.process-tab .tabcontent {
  margin-top: 100px;
}
.tabcontent .dtr-servicebox {
  border: none;
  background: none;
  padding: 0px;
}
.tabcontent .dtr-servicebox-img {
  display: block;
  margin-bottom: 25px;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  opacity: 0.5;
}
.tabcontent .dtr-servicebox h4 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
.img-tab {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: -18px 18px 25px rgb(0 0 0 / 30%);
}

/* Grid type 3 begin */
.grid-type-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-item-3 {
  border-top: 1px solid rgb(0 0 0 / 12%);
  border-right: 1px solid rgb(0 0 0 / 12%);
  text-align: center;
  padding: 30px 15px;
}
.grid-item-3:nth-child(1),
.grid-item-3:nth-child(2),
.grid-item-3:nth-child(3),
.grid-item-3:nth-child(4) {
  border-top: none;
}
.grid-item-3:nth-child(4n) {
  border-right: none;
}
/* Grid type 3 end */

.grid-type-3 .dtr-servicebox {
  border: none;
  padding: 0px;
  background: none;
  margin-bottom: 0px;
}
.grid-type-3 .dtr-servicebox h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.grid-type-3 .dtr-servicebox p {
  font-size: 15px;
  line-height: 1.5;
  color: #525252;
}
.dtr-servicebox-img img {
  height: 50px;
  width: auto;
}
.btn-theme-1,
.btn-theme-3 {
  background: #ffffff;
}
.color-white a {
  color: #000000;
}
.btn-theme-2 {
  background: var(--ashoshi-spa);
}
.btn-theme-1,
.btn-theme-2,
.btn-theme-3 {
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: 600;
  transition: 0.5s !important;
}
.btn-theme-1:hover {
  background: #666666;
  color: #ffffff;
  /* box-shadow: 0px 14px 10px rgb(192 192 192 / 50%); */
}
.dtr-footer-main {
  background-color: #000000;
}
.btn-theme-3:hover {
  background: var(--primary-main);
}
.dtr-copyright {
  background-color: #000000;
}
.dtr-contact-widget li i {
  opacity: 0.95;
  margin-bottom: 10px;
}
.dtr-contact-widget li i::after {
  left: calc(50% - 25px);
}
.dtr-contact-widget li {
  margin: 0 0 20px 0px;
}
.dtr-footer-main {
  padding: 70px 0;
}
.whatsapp-btn {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 20%);
}
.btn-whatsapp-fixed {
  position: fixed;
  background: #2fb944;
  color: #fff;
  bottom: 30px;
  top: auto;
  left: 30px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 41px;
  line-height: 60px;
  text-align: center;
  box-shadow: 2px 3px 15px rgb(0 0 0 / 47%);
  transition: 0.5s;
}
.btn-whatsapp-fixed:hover {
  background: #2bab3f;
  color: #fff;
}
.btn-whatsapp-fixed span {
  display: none;
}
.dtr-cta-box {
  border: 8px solid var(--ashoshi-spa);
}
.dtr-copyright a:hover,
.dtr-footer-main a:hover {
  color: #6d6bfb;
}
.dtr-cta-box-left {
  background-size: cover;
}

.dtr-contact-widget li i::after {
  background-color: transparent !important;
}

.dtr-img-feature-heading {
  color: #ffffff !important;
}
.bg-red {
  background: var(--ashoshi-spa) !important;
}
.color-red {
  color: var(--ashoshi-spa) !important;
}
.gallery-section {
  padding: 70px 0px 60px;
  background: var(--ashoshi-spa);
}
.intro-box {
  margin-bottom: 30px;
}
.sec-title .title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Epilogue", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
}
.gallery-section .inner-box img {
  border: 4px solid #ffffff;
  opacity: 1;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.gallery-section .inner-box img:hover {
  cursor: zoom-in;
  opacity: 0.7;
}
/* gallery */
/* .gallery-section{
  padding: 70px 0px 60px;
}
.intro-box{
  margin-bottom: 30px;
}
.sec-title .title {
  position: relative;
  display: block;
  color: #27282c;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.gallery-section .inner-box {
  margin-bottom: 30px;
}
.gallery-section .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
  border: 1px solid #afafaf;
}
.gallery-section .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-section figure .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.gallery-section figure .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color-1);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.gallery-section .inner-box figure .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.gallery-section .inner-box figure .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gallery-section .inner-box figure .overlay-inner .link {
  position: relative;
  font-size: 20px;
  color: var(--color-1);
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 0px 5px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.gallery-section .inner-box figure .overlay-inner .link .icon {
  position: relative;
}
.fa-search:before {
  content: "\f002";
} */
/* gallery */
@media (max-width: 992px) {
  #dtr-header-global,
  #dtr-header-global.header-fixed {
    display: block !important;
  }
}
@media only screen and (max-width: 769px) {
  .gallery-section .inner-box img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .inner-box img {
    height: auto;
  }
  .fixed-top {
    /* position: relative; */
  }
  .btn-fixed,
  .btn-fixed:focus,
  .btn-fixed:hover {
    display: block;
    position: fixed;
    bottom: 0px;
    top: auto;
    background: var(--primary-main);
    padding: 15px 15px;
    width: 100%;
    z-index: 999;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 60%);
    outline: none;
    border: none;
    display: none;
  }
  .logo-default img,
  .logo-alt img {
    height: 40px;
  }
  #dtr-main-content {
    margin-top: 70px;
  }
  #dtr-header-global,
  #dtr-header-global.header-fixed {
    display: block !important;
  }
  .dtr-header-left {
    min-width: 80px;
  }
  .dtr-responsive-header {
    padding: 10px 0;
  }
  .cover {
    position: relative;
    height: auto;
  }
  .form-box {
    margin-top: 20px;
    padding: 30px 15px;
    background: #f9ecf0 !important;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 31%);
    border-color: var(--ashoshi-spa);
  }
  .heading-1 {
    font-size: 22px !important;
    line-height: 1.5;
  }
  .seperator {
    width: 60px;
    height: 3px;
    margin-top: 10px;
    opacity: 0.4;
  }

  .sec-margin {
    padding-bottom: 50px;
  }
  .sec-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dtr-styled-heading h2 {
    font-size: 32px;
  }
  .dtr-sticky-tabs-content {
    padding: 0px 0 0 0;
  }
  .process-tab .tab button {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
  }
  .process-tab .tab button:before {
    width: 30px;
    margin-top: 12px;
    margin-left: 6px;
  }
  .process-tab .tabcontent {
    margin-top: 25px;
  }
  .tabcontent .dtr-servicebox-img {
    margin-bottom: 10px;
    font-size: 70px;
    text-align: center;
  }
  .tabcontent .dtr-servicebox h4 {
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .icon-box {
    margin-bottom: 0px;
  }
  .dtr-pricing,
  .dtr-img-feature {
    margin: 0px 0px 30px;
  }
  .dtr-cta-box-right {
    text-align: center;
    padding: 50px 15px 50px 15px;
  }
  .dtr-contact-widget li h4 {
    font-size: 16px;
  }
  .dtr-footer-main {
    padding: 30px 0px;
  }
  .btn-res-1 {
    margin-left: 0px !important;
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1;
  }
  .btn-theme-2 {
    background: var(--ashoshi-spa);
  }
  .btn-theme-3,
  .btn-theme-3:hover {
    background: var(--primary-main);
  }

  /* Grid type 3 begin */
  .grid-type-2,
  .grid-type-3 {
    padding-left: 0px;
    margin-bottom: 40px;
  }
  .grid-type-3 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0px;
  }
  .grid-item-3 {
    padding: 20px 5px;
    border-top: 1px solid rgb(0 0 0 / 12%) !important;
    border-right: 1px solid rgb(0 0 0 / 12%);
  }
  .grid-item-3:nth-child(1),
  .grid-item-3:nth-child(2) {
    border-top: none !important;
  }
  .grid-item-3:nth-child(2n) {
    border-right: none;
  }
  /* Grid type 3 end */

  .btn-whatsapp-fixed {
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .btn-whatsapp-fixed span {
    display: inline-block;
  }
  .btn-whatsapp-fixed i {
    font-weight: 900;
    margin-right: 5px;
    font-size: 18px;
  }
  .small-device-space {
    margin: 10px 0 5px !important;
  }
}
