body {
  font-family: "Kanit" !important;
  font-weight: normal;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #535353 !important;
}

p {
  padding: 0;
  margin: 0;
  font-family: "Kanit" !important;
}

.btn {
  font-family: "Kanit" !important;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Kanit" !important;
  color: #222;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
  .hero_images-collage-item_top {
    position: absolute;
    height: auto;
    border-radius: 10px;
    width: 45%;
    top: -5%;
    z-index: 11;
    right: -9% !important;
  }
  .single-dec_img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: none !important;
    position: relative;
    z-index: 10;
  }
  .respimg,
  .single-slider img {
    width: 90% !important;
    height: auto;
  }

  .image-collge-wrap:before,
  .hero-image-collge-wrap:before {
    content: "";
    position: absolute;
    left: 150px;
    bottom: -40px !important;
    right: 4% !important;
    height: 210px !important;
    background: #8a130b;
    border: 1px solid #eee;
    z-index: 1;
    border-radius: 10px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
  .respimg,
  .single-slider img {
    width: 100% !important;
    height: auto;
  }
  .hero_images-collage-item_top {
    position: absolute;
    height: auto;
    border-radius: 10px;
    width: 45%;
    top: -5%;
    z-index: 11;
    right: -60px !important;
  }

  .image-collge-wrap:before,
  .hero-image-collge-wrap:before {
    content: "";
    position: absolute;
    left: 150px;
    bottom: -50px;
    right: -50px !important;
    height: 250px;
    background: #8a130b;
    border: 1px solid #eee;
    z-index: 1;
    border-radius: 10px;
  }

  .hero_images-collage-item_top:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px !important;
    top: -10px;
    bottom: -10px;
    border-radius: 10px;
    border: 1px dotted #ccc;
    z-index: 1;
  }
}
.scrollbar {
  height: 400px !important;
  overflow-y: scroll !important;
}

#style-3::-webkit-scrollbar {
  width: 1px !important;
  background-color: #f5f5f5;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #dedede;
}
/*-----------------------------slide--------------------------------*/
.super_container1 {
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.room-section1 {
  padding: 250px 0 100px;
  width: 100%;
  /* height: 100vh; */
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(11 11 11 / 20%) 0%, #113503cf 72%);
  display: flex;
  align-items: center;
}

.slider-text h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-text h1 span {
  color: #9fcfbb;
}

.slider-text p {
  font-weight: 400;
  color: #fff;
}

.btn.btn-primary {
  background: #0792b2;
  border: 1px solid #0792b2 !important;
  color: #fff !important;
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}

.content-section {
  position: relative;
  padding: 100px 0;
  background: #fff;
  z-index: 5;
}

.section-dec {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 460px;
  height: 340px;
  margin-left: -230px;
  z-index: -1;
  background: url(../images/home/map_bg.png) no-repeat center;
  opacity: 0.7;
}

.section-title.text-align_left {
  text-align: left;
}

.section-title {
  position: relative;
  z-index: 5;
}

.section-title h4 {
  color: #c4a676;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}

.section-title h1 {
  font-size: 2.5em;
  color: #323246;
}

.text-block {
  position: relative;
  z-index: 4;
}

.tb-sin {
  padding-right: 50px;
}

.hero-image-collge-wrap {
  position: relative;
  padding-left: 50px;
}

.image-collge-wrap:before,
.hero-image-collge-wrap:before {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -50px;
  right: -50px;
  height: 250px;
  background: #8a130b;
  border: 1px solid #eee;
  z-index: 1;
  border-radius: 10px;
}

.single-dec_img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}

.respimg,
.single-slider img {
  width: 100%;
  height: auto;
}

.hero_images-collage-item {
  position: absolute;
  height: auto;
  border-radius: 10px;
}

.hero_images-collage-item:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  border: 1px dotted #ccc;
  z-index: 1;
}

.hero_images-collage-item_top:before {
  content: "";
  position: absolute;
  left: -10px;
  right: 20px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  border: 1px dotted #ccc;
  z-index: 1;
}

.hero_images-collage-item img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 30px 64px 0px rgba(0, 0, 0, 0.4);
}

.respimg,
.single-slider img {
  width: 100%;
  height: auto;
}

.sc-dec {
  position: absolute;
  z-index: -1;
  width: 359px;
  height: 207px;
  background: url(../images/home/map_bg3.png) no-repeat center;
  opacity: 0.4;
  transform: scale(0.7);
}

.fs-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.content-dec2 {
  z-index: -2;
  background: #f9f9f9;
}

.content-dec2:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}

.has-drop-cap {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #5e646a;
}

.tb-sin .btn {
  margin-top: 30px;
}

.tb-sin .dwonload_btn,
.btn {
  height: 54px;
  line-height: 54px;
  padding: 0 54px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-top: 50px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  color: #d7cebc;
  background: #8a130a;
  transition: all 0.3s ease-in-out;
}

.tb-sin .btn:before,
.dwonload_btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 4px;
  border: 1px dotted #ddd;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1068px) {
  .hero-image-collge-wrap {
    margin-top: 30px;
    padding-left: 0;
  }

  .height-emulator,
  .booking-reviews,
  .hs_btn_wrap_preview,
  .hs_btn-dec,
  .hs_btn-dec:before,
  .hero_images-collage-item,
  .image-collge-wrap:before,
  .hero-image-collge-wrap:before,
  .section-dec,
  .st-gallery .footer-separator,
  .fwc_pag2,
  .dec-container:before,
  .hero-call-wrap,
  .slide-progress_container,
  .hero-menu-item-img:before,
  .header-tooltip,
  .sc-dec,
  .sc-dec2,
  .sc-dec3,
  .sc-dec4,
  .footer-logo {
    display: none;
  }
}

.cs_letter_spacing_1 {
  letter-spacing: 3.2px;
}

.cs_medium {
  font-weight: 500;
}

.cs_mb_28 {
  margin-bottom: 28px;
}

.cs_fs_67 {
  font-size: 2.5em;
  line-height: 1.12em;
}

.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1) {
  transform: translate(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1) {
  transform: translate(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}

.cs_card.cs_style_1 .cs_card_thumb img {
  position: relative;
  width: auto;
  transition: all 0.6s ease;
  background-size: cover;
}

.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2) {
  transform: translate(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.cs_card.cs_style_1 .cs_card_thumb img {
  position: relative;
  width: auto;
  transition: all 0.6s ease;
  background-size: cover;
}

.cs_card_info h2 a {
  font-size: 22px;
  color: #000;
}

.cs_card.cs_style_1 .cs_card_info {
  padding: 35px 16% 0 9%;
}

.cs_fs_50 {
  font-size: 50px;
}

.cs_mb_4 {
  margin-bottom: 4px;
}

.cs_card.cs_style_1 .cs_card_price,
.cs_card.cs_style_2 .cs_card_price,
.cs_card.cs_style_3 .cs_card_price,
.cs_card.cs_style_4 .cs_card_price,
.cs_card.cs_style_5 .cs_card_price,
.cs_card.cs_style_7 .cs_card_price {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cs_mb_17 {
  margin-bottom: 5px;
}

.cs_primary_color {
  color: #1b1b1b;
}

.cs_radius_5 {
  border-radius: 5px;
}

.cs_card.cs_style_1 .cs_card_thumb img {
  position: relative;
  width: auto;
  transition: all 0.6s ease;
  background-size: cover;
}

.slick-slide img {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.cs_accent_color {
  color: #8a130b;
}

.cs_fs_38 {
  font-size: 30px;
  line-height: 1.316em;
}

.cs_card.cs_style_1 .cs_card_list,
.cs_card.cs_style_2 .cs_card_list,
.cs_card.cs_style_3 .cs_card_list,
.cs_card.cs_style_4 .cs_card_list,
.cs_card.cs_style_5 .cs_card_list,
.cs_card.cs_style_7 .cs_card_list {
  display: inline-flex;
  flex-wrap: wrap;
}

.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_card.cs_style_1 .cs_card_list li:not(:last-child),
.cs_card.cs_style_2 .cs_card_list li:not(:last-child),
.cs_card.cs_style_3 .cs_card_list li:not(:last-child),
.cs_card.cs_style_4 .cs_card_list li:not(:last-child),
.cs_card.cs_style_5 .cs_card_list li:not(:last-child),
.cs_card.cs_style_7 .cs_card_list li:not(:last-child) {
  padding-right: 15px;
  margin-right: 14px;
}

.cs_card.cs_style_1 .cs_card_list li,
.cs_card.cs_style_2 .cs_card_list li,
.cs_card.cs_style_3 .cs_card_list li,
.cs_card.cs_style_4 .cs_card_list li,
.cs_card.cs_style_5 .cs_card_list li,
.cs_card.cs_style_7 .cs_card_list li {
  position: relative;
}

.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,
.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,
.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,
.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,
.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,
.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 1px;
  background-color: #7d7e7c;
}

.cs_card.cs_style_1 .cs_card_btn {
  height: 40px;
  width: 100px;
  border-radius: 50%;
  color: #fff;
  border: 1.5px solid #fff0;
  background-color: #fff0;
  font-size: 20px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-main i {
  font-size: 60px;
}

.aminites-cards-wrap {
  margin-top: 30px;
  position: relative;
}

.aminites-card-item {
  position: relative;
  padding: 40px 30px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 15px 0;
  transition: all 0.3s ease-in-out;
  background: #8a130b;
}

.aminites-card-item i {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 3em;
  margin-bottom: 40px;
}

.aminites-card-item h4 {
  font-size: 1em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.aminites-card-item p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #fff;
}

.aminites-card-item .tbc-separator {
  margin-top: 10px;
}

.tbc-separator {
  background: #eee;
  height: 1px;
  margin-top: 30px;
}

.aci_num {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  font-size: 0.8em;
  color: #8a130b;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f9f9f9;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0 0 0 10px;
}

section.breadcrumb-outer {
  background: url(../images/home/breadcrumb.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 160px 0 60px;
}

.breadcrumb-outer .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-outer:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.breadcrumb-content h2 {
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.breadcrumb li,
.breadcrumb li.active {
  margin-bottom: 0;
  color: #fff;
}

ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #343a40;
  position: relative;
  padding: 0;
}

.breadcrumb li a,
.breadcrumb li.active a {
  color: #8a130a;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb > li + li:before {
  content: "|";
  padding: 0 8px 0 5px;
}

.masonry .mItem .service-thumb {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

@media (min-width: 1200px) {
  .masonry {
    column-count: 4;
    column-gap: 15px;
  }
  .section-title h1 {
    font-size: 1.4rem !important;
    color: #323246;
  }
}

@media (max-width: 1199px) {
  .masonry {
    column-count: 3;
  }
  .section-title h1 {
    font-size: 1.4rem !important;
    color: #323246;
  }
  .section-title h2 {
    font-size: 1.4rem !important;
    color: #323246;
  }
}

@media (max-width: 991px) {
  .masonry {
    column-count: 2;
  }
  .section-title h1 {
    font-size: 1.1rem !important;
    color: #323246;
  }
  .section-title h2 {
    font-size: 1.1rem !important;
    color: #323246;
  }
  .section-title h4 {
    color: #c4a676;
    font-style: italic;
    font-size: 16px !important;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .masonry {
    column-count: 2;
  }
  .section-title h1 {
    font-size: 1rem !important;
    color: #323246;
  }
  .section-title h2 {
    font-size: 1rem !important;
    color: #323246;
  }
}

.div-tour h3 {
  color: #fff !important;
}

/******************  tour *******************/
/******************  tour *******************/
/******************  tour *******************/
/******************  room *******************/

.cs_fs_38 {
  font-size: 38px;
  line-height: 1.316em;
}

.cs_mb_29 {
  margin-bottom: 29px;
}

.cs_mb_49 {
  margin-bottom: 49px;
}

.cs_list.cs_style_3 {
  display: grid;
  grid-gap: 15px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  max-width: 550px;
}

.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_list.cs_style_3 li {
  position: relative;
  padding-left: 30px;
}

.cs_list.cs_style_3 li img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
}

/******************  Gallery *******************/
.snip1579 {
  position: relative;
  display: inline-block;
  overflow: hidden;

  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1579 img {
  width: 100%;
  vertical-align: top;
}

.snip1579 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgb(138 19 11 / 85%);
}

.snip1579 h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.snip1579 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
}

.snip1579 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.offcanvas {
  max-width: 80%;
}
/******************  contact *******************/
.contact-info {
  margin-bottom: 50px;
}

.mar-bottom-30 {
  margin-bottom: 10px !important;
}

.info-item {
  position: relative;
  background: #343a40;
  padding: 20px 40px;
}

.info-icon {
  position: absolute;
  color: #fff;
  font-size: 30px;
  left: 10%;
  top: 20%;
}

.info-content {
  padding-left: 50px;
}

.info-content h4 {
  color: #fff;
  font-size: 19px;
}

.info-content p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.info-item-or {
  background: #8a130a;
}

.contact-form {
  background: #8a130a;
  padding: 30px;
}

.contact-form h3 {
  color: #fff;
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border: 1px solid #ccc;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

textarea {
  border-radius: 0px;
  resize: vertical;
  height: 120px;
  width: 100%;
}

.contact-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.contact-form #submit.btn-orange {
  background: #fff;
  color: #333;
  width: auto;
}

a.btn,
.btn#submit {
  padding: 0px 30px 0px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  font-size: 12px;
}

/******************  tour *******************/
.breadcrumb-section {
  background-color: var(--bs-secondary-bg);
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  padding: 1rem 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li {
  font-size: 12px;
  color: #73b35a;
}

.breadcrumbs ol li a {
  font-size: 12px;
  color: var(--bs-dark-text-emphasis);
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  font-size: 12px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #73b35a;
  content: "/";
}

/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.cs_primary_bg {
  background-color: #6f0e07;
}

.cs_footer_main {
  padding: 60px 0;
}

.cs_footer_grid_4 {
  display: flex;
  gap: 30px 70px;
}

.cs_footer_grid_4 .cs_footer_grid_item:first-child {
  flex: 1.4;
}

.cs_text_widget img + p {
  margin-top: 46px;
}

.cs_text_widget p {
  margin: 0;

  color: #b9b9b9;
}

.cs_footer_grid_4 .cs_footer_grid_item:nth-child(2) {
  flex: 1.4;
}

.cs_widget_title {
  margin-bottom: 47px;
}

.cs_white_color {
  color: #fff;
}

.cs_fs_28 {
  font-size: 28px;
  line-height: 1.25em;
}

.cs_menu_widget {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 8px;

  color: #b9b9b9;
}

.cs_menu_widget li.cs_menu_widget_address + li {
  margin-top: 22px;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 8px;
}

.cs_newsletter p {
  color: #b9b9b9;
  margin-bottom: 20px;
}

.cs_social_btns.cs_style_1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px;
}

.cs_social_btns.cs_style_1 a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #7d7e7c;
  display: flex;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_menu_widget li.cs_menu_widget_address li a {
  color: #fff;
}

a {
  color: rgb(255 255 255);
}

.cs_bottom_footer_wrap {
  background-color: #660c04;
}

.cs_bottom_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  gap: 2px 15px;
}

.cs_copyright {
  color: #b9b9b9;
}
