@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
body, html {
  font-size: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #222222;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white;
}

.divider-xs {
  height: 0.6rem;
}

.divider-sm {
  height: 1.5rem;
}

.divider-md {
  height: 3rem;
}

.divider-lg {
  height: 4rem;
}

.divider-xl {
  height: 6rem;
}

.Handcursor {
  cursor: pointer;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-banner {
  height: auto;
}
@media screen and (max-width: 550px) {
  .img-banner {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.border {
  border: 1px solid #DAE3E5;
}

.border-gold {
  border-top: 4px solid #c3ab6f;
  opacity: 1;
  margin: 15px 0;
}

a {
  cursor: pointer;
  color: #222222;
  line-height: 1;
  text-decoration: none;
}
a:hover {
  color: #222222;
}
a:focus {
  color: #222222;
}

b, strong {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  display: block;
  font-size: 1.3rem;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    letter-spacing: 0.8px;
  }
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 1.8rem;
    letter-spacing: 0.8px;
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  h4 {
    font-size: 1.4rem;
  }
}

p {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  p {
    font-size: 1.5rem;
  }
}

.space {
  width: 3rem;
  height: 3rem;
}

small {
  font-size: 1.1rem;
  letter-spacing: normal;
}

.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

ul {
  list-style-type: disc;
}
ul li {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  ul li {
    font-size: 1.5rem;
  }
}

.red {
  color: #b31800 !important;
}

.black {
  color: #333941 !important;
}

.grey {
  color: #bbb !important;
}

.darkgrey {
  color: #555 !important;
}

.lightgrey {
  color: #bbb !important;
}

.white {
  color: white !important;
}

.gold {
  color: #a78d4d !important;
}

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

.bg-grey {
  background-color: #f7f7f7 !important;
}

.bg-primary {
  background-color: #F40039 !important;
}

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

.bg-tertiary {
  background-color: #222222 !important;
}

.bg-beige {
  background-color: #c2b29c;
}

.bg-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.btn-primary {
  width: 18rem;
  background-color: #F40039;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: none;
  padding: 9px;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #F40039 !important;
}
.btn-primary:focus {
  background-color: #F40039 !important;
}

.btn-outline {
  width: 100%;
  background-color: white;
  color: #222222;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid #F40039;
  border-radius: 2rem;
  padding: 8px;
  line-height: 1;
  cursor: pointer;
}
.btn-outline:hover {
  background-color: #FFF6DF !important;
}
.btn-outline:focus {
  background-color: #FFF6DF !important;
}

.icon-zoomin {
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  z-index: 2;
  font-size: 3rem;
  color: black;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  accent-color: #FFF6DF;
}
input[type=checkbox]:hover {
  accent-color: #FFF6DF;
}
input[type=checkbox]:checked {
  accent-color: #FFF6DF;
}

/* Image check box */
.check_box {
  display: none;
}

.check_box + label {
  background: url("../img/icon-check.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

.check_box:checked + label {
  background: url("../img/icon-checked.svg") no-repeat;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: 0;
}

input[type=radio] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #F40039 !important;
  background-color: white !important;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type=radio]:checked {
  background-color: #F40039 !important;
}

/* Toggle Switches */
.form-switch .form-check-input {
  width: 4rem;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.form-switch .form-check-input:checked {
  background-color: #99c6d3;
  border-color: #99c6d3;
  background-image: url(../img/dot-blue.svg);
}

.password {
  position: relative;
}
.password input[type=password] {
  width: 100%;
}
.password .icon-password {
  position: absolute;
  top: 50%;
  right: -2px;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  transform: translate(-50%, -45%);
  background: white;
  border-radius: 50%;
}

.quantity {
  text-align: center;
  margin: 0 0 0 1.5rem;
  padding: 0;
  background-color: white;
  border-radius: 3rem;
  height: 2.2rem;
}

.qty {
  width: 4rem;
  height: 2.2rem;
  text-align: center;
  border: none;
  font-size: 1.3rem;
  font-family: "Montserrat SemiBold", sans-serif;
}

input.qtyplus {
  width: 21px !important;
  height: 21px !important;
  border-radius: 0px !important;
  border: none;
  background-image: url(../img/icon-add.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

input.qtyminus {
  width: 21px !important;
  height: 21px !important;
  border-radius: 0px !important;
  border: none;
  background-image: url(../img/icon-minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #92C1CF;
}

.form-general label {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1rem !important;
  font-weight: normal;
  display: block;
  padding: 0 0 0.3rem 1.2rem !important;
  background: none !important;
  color: black !important;
  text-align: left !important;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}
.form-general input {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.3rem;
}
.form-general input:-moz-read-only {
  background-color: #eee;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.3rem;
  cursor: not-allowed;
}
.form-general input:read-only {
  background-color: #eee;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.3rem;
  cursor: not-allowed;
}
.form-general input:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general input:read-only:hover {
  cursor: not-allowed;
}
.form-general textarea {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.3rem;
  min-height: 8rem;
  text-align: left;
}
.form-general textarea:-moz-read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:read-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DAE3E5;
  border-radius: 0;
  outline: none;
  resize: none;
  height: auto !important;
  cursor: not-allowed;
}
.form-general textarea:-moz-read-only:hover {
  cursor: not-allowed;
}
.form-general textarea:read-only:hover {
  cursor: not-allowed;
}
.form-general select {
  width: 100%;
  display: block;
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 0.85rem 1.2rem;
  border-radius: 6rem;
  margin: 0 0 0.4rem 0;
  font-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icon-down.png");
  background-repeat: no-repeat;
  background-position: right 0.8rem top 50%;
  background-size: 2.5rem auto;
}
.form-general select option {
  width: 100%;
}
.form-general .invalid {
  color: #b31800 !important;
  font-size: 1.2rem;
}
.form-general .is-correct {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.7rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-general p {
  font-size: 1.3rem !important;
  margin: 0;
}
.form-general p a {
  font-size: 1.3rem !important;
  color: #F40039;
  text-decoration: none;
}
.form-general .code {
  padding: 0.2rem;
  width: 2.8rem;
  height: 3.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.list-payment {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-payment .listing-method {
  background-color: white;
  border: 1px solid #DAE3E5;
  padding: 1rem 1.5rem;
  border-radius: 6rem;
  margin: 0 0 0.8rem 0;
}
.list-payment .listing-method label {
  width: 100%;
  font-size: 1.3rem;
  font-weight: normal;
}

.ls-sm {
  letter-spacing: 0.6px;
}

header {
  padding: 20px 30px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  header {
    padding: 6px 15px;
  }
}
header .img-logo {
  width: 13rem;
}
@media screen and (max-width: 992px) {
  header .img-logo {
    width: 9rem;
  }
}
@media screen and (max-width: 992px) {
  header .btn-primary {
    width: auto !important;
    font-size: 1.2rem;
    margin-right: -9px;
  }
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.topNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topNav a {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 15px;
}
.topNav a:hover {
  color: #777;
}
.topNav a.active {
  color: #F40039;
}
@media screen and (max-width: 1280px) {
  .topNav a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .topNav a {
    padding: 0 7px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 992px) {
  .topNav a {
    padding: 0 7px;
    font-size: 1.2rem;
  }
}

.btn-nav {
  font-size: 30px;
  cursor: pointer;
  color: #222222;
}

.search {
  width: 100%;
  background: #f7f7f7;
  padding: 0.3rem 1.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.search input[type=search] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 1.5rem 0.55rem 3.5rem;
  border-radius: 0.5rem;
  border: 1px solid #eee;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.search input[type=search]::-moz-placeholder {
  color: #aaa;
  letter-spacing: 1px;
}
.search input[type=search]::placeholder {
  color: #aaa;
  letter-spacing: 1px;
}
.search .icon-search {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2.5rem;
  z-index: 2;
  color: #aaa;
  font-size: 2rem;
}
.search .icon-search2 {
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: 1.1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
  height: 4rem;
}
.search.filter input {
  width: calc(100% - 48px);
}

.search-member {
  position: relative;
}
.search-member input[type=search] {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 0.55rem 1.5rem 0.55rem 3.5rem;
  border-radius: 5rem;
  border: 1px solid #DAE3E5;
  font-size: 1.5rem;
  color: #FFF6DF;
}
.search-member span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  color: #6D6F74;
  font-size: 2rem;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrapper section {
  width: 100%;
  padding: 6rem 2rem;
}
@media screen and (max-width: 992px) {
  .wrapper section {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper section {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 550px) {
  .wrapper section {
    padding: 3.5rem 2rem;
  }
}

.content {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0;
}
.content .col-info {
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .content .col-info {
    padding: 0 5px;
  }
}

.content-page {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  min-height: 45rem;
}
@media screen and (max-width: 992px) {
  .content-page {
    padding: 3.5rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .content-page {
    padding: 3rem 1.5rem;
    margin-top: 58px;
  }
}
@media screen and (max-width: 550px) {
  .content-page {
    padding: 1.5rem;
  }
}
.content-page .layer-detail h1 {
  font-size: 4rem;
  color: #a78d4d;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .content-page .layer-detail h1 {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}
.content-page .layer-detail h2 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .content-home {
    margin-bottom: 51.5px;
  }
}

footer {
  background-color: #f7f7f7;
  padding: 2rem 1.5rem;
}
footer img {
  width: 13rem;
}
@media screen and (max-width: 550px) {
  footer img {
    width: 10rem;
  }
}
footer p {
  margin: 0;
  font-size: 1.1rem;
  padding-top: 10px;
  font-weight: 600;
}

#preloader {
  background: rgba(0, 0, 0, 0) url("../img/icon-loading.gif") no-repeat center center;
  background-size: 70px;
  bottom: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

.FadeIn1 {
  animation: fadeIn1 1s;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn2 {
  animation: fadeIn2 2s;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.FadeIn3 {
  animation: fadeIn3 2s;
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.collapsible-info {
  background-color: #FFF6DF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 2rem;
}
.collapsible-info .card {
  border-bottom: 1px solid #f1e3bd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  margin: 10px 0;
  padding: 10px;
}
.collapsible-info .card .card-header {
  border-bottom: 0px solid #ddd;
  border-radius: 0;
  background-color: white;
  padding: 0;
  font-family: "Montserrat SemiBold", sans-serif;
  margin: 0;
}
.collapsible-info .card .card-header a {
  font-size: 1.5rem !important;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  background-color: #FFF6DF;
}
@media screen and (max-width: 550px) {
  .collapsible-info .card .card-header a {
    font-size: 1.3rem !important;
  }
}
.collapsible-info .card .card-header:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 12px;
  width: 0;
  height: 0;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  z-index: 1;
}
.collapsible-info .card .card-header.active:after {
  top: 19px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.collapsible-info .card .card-body {
  font-size: 1.3rem !important;
  padding: 1rem 0;
}
.collapsible-info .card .card-body p {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .collapsible-info .card .card-body p {
    font-size: 1.3rem !important;
  }
}

.tab-category {
  overflow-x: scroll !important;
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: transparent transparent; /* Hides the scrollbar */
  -ms-overflow-style: none; /* Hides scrollbar */
  scrollbar-width: none; /* Firefox */
}
.tab-category::-webkit-scrollbar-button {
  display: none; /* Hides the arrow buttons */
}
@media screen and (max-width: 768px) {
  .tab-category {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-category-sub {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-category-sub {
    padding: 0 0 0 10px;
  }
}
.list-category-sub li {
  text-align: center;
  list-style-type: none;
  padding: 0 3px;
  margin: 0;
  flex-direction: column;
}
.list-category-sub li a {
  padding: 8px 25px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border-radius: 35px;
  border: 1px solid #F40039;
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  .list-category-sub li a {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 550px) {
  .list-category-sub li a {
    padding: 7px 14px;
  }
}
.list-category-sub li a label {
  font-size: 1.3rem;
  font-weight: 400;
  color: #F40039;
  cursor: pointer !important;
}
.list-category-sub li a.active {
  background-color: #F40039;
}
.list-category-sub li a.active label {
  color: white;
}

.item {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #ccc;
  background-color: white;
  position: relative;
}
.item h2 {
  font-size: 2.55rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .item h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {
  .item h2 {
    font-size: 3rem;
  }
}
.item small {
  font-size: 1.3rem;
  font-weight: 800;
}
.item small .label {
  background-color: #F40039;
  padding: 2px 7px 3px;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-right: 3px;
}
.item p {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .item p {
    font-size: 1.6rem;
  }
}

.list-time {
  padding: 0;
  margin: 0;
}
.list-time .select label {
  width: 100%;
  color: #999;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 9px 15px;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
.list-time .select label:hover {
  color: #555;
  background: #DDD;
  border: 1px solid #555;
  font-weight: 900;
}
.list-time .select label:disabled {
  color: #999;
  background: #ddd;
  border-color: #ddd;
  cursor: none;
}
.list-time .select input[type=radio] {
  display: none;
}
.list-time .select input[type=radio]:checked + label,
.list-time .select input[type=radio] .Checked + label {
  color: #555;
  background: #FFF6DF;
  border: 1px solid #F40039;
  font-weight: 900;
}
.list-time .select input[type=radio]:disabled + label {
  color: #999;
  background: #ddd;
  border-color: #ddd;
  cursor: none;
}

.services-listing .services-item {
  background-color: #FFF6DF;
  border-radius: 1rem;
  padding: 1rem;
  margin: 1rem 0 0;
  position: relative;
}
.services-listing .services-item img {
  width: 8rem;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.services-listing .services-item p {
  font-size: 1.3rem;
  line-height: 1.2;
}
.services-listing .services-item.booked {
  opacity: 0.7;
  cursor: none;
}
.services-listing .services-item.booked span.text-booked {
  position: absolute;
  top: 3.4rem;
  right: 0;
  font-weight: 900 !important;
  color: white;
  opacity: 1;
  text-transform: uppercase;
  background: #b31800;
  padding: 5px 8px 5px 15px;
  border-radius: 15px 0 0 15px;
  font-size: 1.1rem;
}
.services-listing .services-item .session-date {
  text-align: center;
  background-color: #F40039;
  border-radius: 1rem;
  width: 8rem;
  padding: 1rem 1.5rem;
}
.services-listing .services-item .session-date h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: white;
}
.services-listing .services-item .session-date h1 {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2px;
}
.services-listing .services-item .session-date h3 {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 300;
  color: white;
}
.services-listing .services-item.history {
  background-color: #f7f7f7;
}
.services-listing .services-item.history .session-date {
  background-color: #ababab;
}

.session-info {
  width: 100%;
}

.session-action {
  width: 4.2rem;
}
.session-action .btn-edit {
  background-color: #F40039;
  color: white;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 2rem;
  padding: 7px;
  width: 4.2rem;
  height: 4.2rem;
}

.layer-contact-left {
  border-radius: inherit;
  inset: 0px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .layer-contact-left {
    height: 350px;
  }
}
@media screen and (max-width: 550px) {
  .layer-contact-left {
    height: 220px;
  }
}
.layer-contact-left img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.layer-contact-right {
  padding: 0 15px;
}
@media screen and (max-width: 550px) {
  .layer-contact-right {
    padding: 0;
  }
}

.layer-contact-btm h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .layer-contact-btm h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 550px) {
  .layer-contact-btm h1 {
    font-size: 3.2rem;
  }
}
.layer-contact-btm .p-5 {
  padding: 30px 45px !important;
}
@media screen and (max-width: 550px) {
  .layer-contact-btm .p-5 {
    padding: 30px !important;
  }
}

.list-profile {
  margin: 0;
  padding: 0 1.5rem;
}
.list-profile li {
  margin: 0;
  padding: 0 0 1.5rem 0;
  font-size: 1.3rem;
}
.list-profile li label {
  font-size: 1.3rem;
}

.icon-profile {
  background-color: #F40039;
  color: #FFF6DF;
  font-size: 6rem;
  font-weight: 900;
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  text-align: center;
  padding: 0.9rem;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-profile img {
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#countdown {
  padding: 3.5rem 1.5rem;
}
@media screen and (max-width: 992px) {
  #countdown {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #countdown {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  #countdown {
    padding: 1rem 1.5rem;
  }
}
#countdown ul {
  padding: 0;
  margin: 0;
}
#countdown ul li {
  display: inline-block;
  font-size: 2em;
  list-style-type: none;
  padding: 0 5%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  #countdown ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #countdown ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  #countdown ul li {
    font-size: 1rem;
    padding: 0 4%;
  }
}
#countdown ul li span {
  display: block;
  font-size: 8rem;
  color: #F40039;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #countdown ul li span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  #countdown ul li span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  #countdown ul li span {
    font-size: 3rem;
  }
}

.item-highlight {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item-highlight {
    display: block;
    text-align: center;
  }
}
.item-highlight .icon-circle {
  font-size: 70px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 20px;
  margin-right: 15px;
  color: white;
}
@media screen and (max-width: 992px) {
  .item-highlight .icon-circle {
    font-size: 55px;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .item-highlight .icon-circle {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .item-highlight .icon-circle {
    font-size: 40px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.item-highlight h2 {
  color: white;
  font-size: 4rem;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 550px) {
  .item-highlight h2 {
    font-size: 3rem;
  }
}
.item-highlight p {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .item-highlight p {
    font-size: 1rem;
    margin: 5px 0 0;
  }
}

.layer-itinerary {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 70px 40px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .layer-itinerary {
    padding: 60px 15px 25px;
    margin-bottom: 30px;
  }
}

.layer-banner-sm {
  position: relative;
}
.layer-banner-sm span {
  width: 100%;
  position: absolute;
  font-size: 1.7vw;
  color: white;
  padding: 8px 10px;
  text-align: center;
  bottom: 8%;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.2;
  background: #F40039;
  background: linear-gradient(90deg, rgb(244, 0, 57) 0%, rgb(26, 9, 61) 100%);
}
@media screen and (max-width: 550px) {
  .layer-banner-sm span {
    padding: 5px 10px;
  }
}

.icon-quote {
  overflow: hidden;
  text-align: center;
}

.icon-quote::before,
.icon-quote::after {
  background-color: #ccc;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.icon-quote::before {
  right: 1em;
  margin-left: -50%;
  margin-bottom: 10px;
}

.icon-quote::after {
  left: 1em;
  margin-right: -50%;
  margin-bottom: 10px;
}/*# sourceMappingURL=common.css.map */