@import url("https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,600i,700,700i,800,800i,900|Petit+Formal+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,600i,700,700i,800,800i,900|Petit+Formal+Script&display=swap");
/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_extend.scss */
    :root{
      --white: #ffffff;
      --beige: #f5efe8;
      --beige-dark: #e9dfd3;
      --green: #8faa5a;
      --green-dark: #758f48;
      --text: #2f2a26;
      --text-soft: #6b655f;
      --line: rgba(47, 42, 38, 0.08);
      --shadow: 0 18px 45px rgba(47, 42, 38, 0.08);
      --radius-lg: 30px;
      --radius-md: 18px;
      --container: 1380px;
    }

    *{
      box-sizing: border-box;
    }

    html, body{
      margin: 0;
      padding: 0;
      background: var(--beige);
      color: var(--text);
      font-family: 'Montserrat', sans-serif;
    }
@font-face {
  font-family: 'RusticRoadway';
  src: url('fonts/RusticRoadway.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
body {
  font-family: "Petit Formal Script", cursive;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

/* line 15, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 19, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 23, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/* line 28, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
a:focus {
  color: #fff;
  text-decoration: none;
}

/* line 32, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 39, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
a,
button {
  color: #1F1F1F;
  outline: medium none;
}

/* line 44, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
h1, h2, h3, h4, h5 {
  font-family: "Petit Formal Script", cursive;
  color: #1F1F1F;
}

/* line 48, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 57, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 61, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
li {
  list-style: none;
}

/* line 64, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #727272;
  margin-bottom: 13px;
  font-family: "Petit Formal Script", cursive;
  font-family:serif!important;
}

/* line 73, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 79, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 84, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 89, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 94, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 99, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 104, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 109, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 115, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
h3 {
  font-size: 24px;
}

/* line 119, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 123, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.black-bg {
  background: #020c26 !important;
}

/* line 127, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.white-bg {
  background: #ffffff;
}

/* line 130, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.gray-bg {
  background: #FFF5F5;
}

/* line 137, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 140, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 143, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 148, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 152, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #020c26;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.851;
}

/* line 164, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 168, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

/* line 181, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.overlay3 {
  position: relative;
  z-index: 0;
}

/* line 185, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.overlay3::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

/* line 196, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 200, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.pt-120 {
  padding-top: 120px;
}

/* button style */
/* line 206, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 25px;
  color: #fff;
  background: transparent;
  border-radius: 10px;
  width: 40px;
  border: 1px solid #5D5C5C;
}

/* line 231, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

/* line 236, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: -1px;
  top: -2px;
}

/* line 243, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: -2px;
}

/* line 253, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 256, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #000;
  letter-spacing: 3px;
  text-align: center;
  color: #000 !important;
  text-transform: uppercase;
}

/* line 16, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
}

/* line 21, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn.large-width {
  width: 220px;
}

/* line 28, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn2 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 17px 50px 16px 50px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  text-transform: capitalize;
  color: #fff;
}

/* line 39, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn2:hover {
  background: #fff;
}

/* line 42, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn2:focus {
  outline: none;
}

/* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed_btn3 {
  background: #C78665;
  padding: 9px 26px;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

/* line 54, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed_btn3:hover {
  background: #FAF0F0;
  color: #C78665;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
  .boxed_btn3 {
    padding: 9px 16px;
  }
}

/* line 63, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn4 {
  background: transparent;
  color: #F2C64D;
  display: inline-block;
  padding: 15px 44px;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #F2C64D;
  text-align: center;
  text-transform: capitalize;
}

/* line 76, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn4:hover {
  background: #F2C64D;
  color: #fff !important;
  border: 1px solid transparent;
}

/* line 81, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn4:focus {
  outline: none;
}

/* line 84, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn4.large-width {
  width: 220px;
}

/* line 89, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn5 {
  background: #F2C64D;
  color: #fff;
  display: inline-block;
  padding: 15px 44px;
  font-family: "Petit Formal Script", cursive;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #F2C64D;
  text-align: center;
  text-transform: capitalize;
}

/* line 102, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn5:hover {
  background: #fff;
  color: #F2C64D !important;
  border: 1px solid #F2C64D;
}

/* line 107, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn5:focus {
  outline: none;
}

/* line 110, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_btn.scss */
.boxed-btn5.large-width {
  width: 220px;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.section_title {
  margin-bottom: 62px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
  .section_title {
    margin-bottom: 25px;
  }
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.section_title span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  color: #C78665;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 18, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 36px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}

@media (max-width: 767px) {
  /* line 18, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 25px;
  }
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.mb-95 {
  margin-bottom: 95px;
}

@media (max-width: 767px) {
  /* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
  .mb-95 {
    margin-bottom: 30px;
  }
}

/* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
  .mb-80 {
    margin-bottom: 30px;
  }
}

/* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
  .mb-60 {
    margin-bottom: 30px;
  }
}

/* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 52, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_section_title.scss */
.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}

/* line 28, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #F2C64D;
}

/* line 32, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #F2C64D;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -32px;
}

/* line 55, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 12px;
  }
}

/* line 72, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -32px;
}

/* line 106, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slick-nav.scss */
.slicknav_icon-bar {
  background: #000 !important;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 999;
  background: #fff;
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area {
  padding: 0 50px;
}

@media (max-width: 767px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  /* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 120px;
  }
}

/* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: right;
}

/* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
}

/* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #727272;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 38px 23px 38px 23px;
  font-family: "Muli", sans-serif;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    padding: 35px 8px 35px 8px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    padding: 38px 18px 38px 18px;
  }
}

/* line 64, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 64, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 64, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 76, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #C78665;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 88, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 93, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 102, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
}

/* line 115, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 117, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #727272;
}

/* line 123, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 127, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #C78665;
}

/* line 132, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 137, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (max-width: 767px) {
  /* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0;
  }
}

/* line 170, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 174, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu ul li a {
  padding: 35px 18px 35px 18px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 174, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky .main-menu ul li a {
    padding: 35px 8px 35px 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 174, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky .main-menu ul li a {
    padding: 35px 8px 35px 8px;
  }
}

/* line 192, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .social_media_links {
  text-align: right;
}

/* line 195, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .social_media_links ul li {
  display: inline-block;
}

/* line 197, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .social_media_links ul li a {
  background: #171717;
  color: #8B8B8B;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
  font-size: 17px;
}

/* line 208, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_header.scss */
.header-area .social_media_links ul li a:hover {
  color: #C78665;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../img/banner/banner.png);
}

/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.png);
}

/* line 7, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area {
  padding: 0 50px;
  background: #fff;
}

@media (max-width: 767px) {
  /* line 7, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area {
    padding: 0 20px;
  }
}

/* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner {
  height: 800px;
  position: relative;
  z-index: 8;
  position: relative;
  z-index: 8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 700px;
    background-position: right;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 800px;
    background-position: right;
  }
}

/* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #C78665;
  padding: 126px 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

@media (max-width: 767px) {
  /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text {
    transform: translate(0%, -50%) rotate(0deg);
    padding: 35px 25px;
    left: 0;
    padding: 35px 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 270px;
    height: 270px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text {
    transform: translate(0%, -50%) rotate(0deg);
    padding: 35px 25px;
    left: 0;
    padding: 35px 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 270px;
    height: 270px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text {
    transform: rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    padding: 70px 25px;
  }
}

/* line 90, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text .text_inner {
  position: relative;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  /* line 90, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text .text_inner {
    transform: rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 90, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text .text_inner {
    transform: rotate(0deg);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 90, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text .text_inner {
    transform: rotate(0deg);
  }
}

/* line 106, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  color: #fff;
  margin-top: 5px;
}

/* line 113, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text h3 {
  font-size: 36px;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  margin-bottom: 36px;
  margin-top: 23px;
}

@media (max-width: 767px) {
  /* line 113, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 113, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

/* line 138, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text span {
  font-size: 18px;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  color: #fff;
}

/* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text:before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #C78665;
  top: -30px;
  left: -20px;
  z-index: -3;
}

@media (max-width: 767px) {
  /* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text:before {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text:before {
    display: none;
  }
}

/* line 167, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
.slider_area_inner .slider_text:after {
  position: absolute;
  content: "";
  right: -25px;
  bottom: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #F2C64D;
  top: -30px;
  left: -40px;
  z-index: -3;
}

@media (max-width: 767px) {
  /* line 167, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 167, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 167, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_slider.scss */
  .slider_area_inner .slider_text:after {
    display: none;
  }
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.counter_bg {
  background-image: url(../img/counter_bg/counter_bg.png);
}

/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area {
  padding-top: 150px;
  padding-bottom: 75px;
  position: relative;
  z-index: 9;
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .flowaers_top {
  position: absolute;
  top: 102px;
  right: -17px;
}

/* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .flowaers_bottom {
  position: absolute;
  left: -144px;
  bottom: -200px;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
  .weeding_countdown_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 23, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .countdown_area {
  padding: 35px 35px 50px 35px;
  background-size: cover;
  background-position: bottom;
}

/* line 28, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .countdown_area .countdown_wrap {
  background: #fff;
  justify-content: space-evenly;
  padding-bottom: 36px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  /* line 28, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
  .weeding_countdown_area .countdown_area .countdown_wrap {
    display: block !important;
  }
}

/* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .countdown_area .countdown_wrap .single_countdown {
  text-align: center;
}

/* line 39, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .countdown_area .countdown_wrap .single_countdown h3 {
  font-size: 60px;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  color: #C78665;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  /* line 39, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
  .weeding_countdown_area .countdown_area .countdown_wrap .single_countdown h3 {
    font-size: 30px;
  }
}

/* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_wedding_counter.scss */
.weeding_countdown_area .countdown_area .countdown_wrap .single_countdown span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_bg_1 {
  background-image: url(../img/program_details/1.png);
}

/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_bg_2 {
  background-image: url(../img/program_details/2.png);
}

/* line 7, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_bg_3 {
  background-image: url(../img/program_details/3.png);
}

/* line 10, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_details_area {
  padding-bottom: 120px;
  padding-top: 120px;
}

/* line 13, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_details_area .single_program {
  padding: 20px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
}

/* line 18, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_details_area .single_program .program_inner {
  background: #fff;
  padding: 57px 30px;
}

/* line 22, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_details_area .single_program .program_inner span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Petit Formal Script", cursive;
}

/* line 27, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_details_area .single_program .program_inner h3 {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #C78665;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 36, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_program.scss */
.program_details_area .single_program .program_inner p {
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area {
  padding-top: 95px;
  padding-bottom: 280px;
}

/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area.plus_padding {
  padding-top: 265px;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
  .attending_area.plus_padding {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
  .attending_area.plus_padding {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
  .attending_area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
  .attending_area {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

/* line 21, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area {
  position: relative;
  z-index: 9;
}

/* line 25, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .flower_1 {
  position: absolute;
  left: 0;
  top: -120px;
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .flower_2 {
  position: absolute;
  right: 30px;
  bottom: -120px;
}

/* line 35, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  padding: 51px 40px 60px 40px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
  .attending_area .main_attending_area .popup_box {
    padding: 20px;
  }
}

/* line 44, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box h3 {
  text-align: center;
  font-size: 36px;
  color: #C78665;
}

@media (max-width: 767px) {
  /* line 44, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
  .attending_area .main_attending_area .popup_box h3 {
    font-size: 25px;
  }
}

/* line 52, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box p {
  font-size: 15px;
  color: #727272;
  font-family: "Muli", sans-serif;
  margin-bottom: 34px;
}

/* line 58, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 62, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
}

/* line 69, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box input::placeholder {
  color: #919191;
  font-weight: 400;
}

/* line 73, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box input:focus {
  outline: none;
}

/* line 77, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box button {
  width: 100%;
  border: none;
  font-family: "Muli", sans-serif;
}

/* line 82, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  font-family: "Muli", sans-serif;
}

/* line 89, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box textarea::placeholder {
  color: #919191;
  font-weight: 400;
}

/* line 93, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box textarea:focus {
  outline: none;
}

/* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Muli", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 131, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 146, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 155, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_attending.scss */
.attending_area .main_attending_area .popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area {
  padding-top: 75px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
  .love_story_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

/* line 8, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story {
  margin-bottom: 30px;
}

/* line 10, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .story_thumb {
  width: 247px;
  height: 247px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

/* line 16, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .story_thumb img {
  width: 100%;
}

/* line 19, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .story_thumb:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story span {
  font-size: 24px;
  font-weight: 400;
  margin-top: 33px;
  display: block;
  margin-bottom: 11px;
}

/* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story h3 {
  font-size: 36px;
  color: #C78665;
}

@media (max-width: 767px) {
  /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
  .love_story_area .single_lover_story h3 {
    font-size: 30px;
  }
}

/* line 44, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story p {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

/* line 50, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .social_links {
  text-align: center;
}

/* line 53, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .social_links ul li {
  display: inline-block;
}

/* line 55, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .social_links ul li a {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F9F3EF;
  color: #C78665;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 0 3px;
}

/* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .single_lover_story .social_links ul li a:hover {
  background: #C78665;
  color: #fff;
}

/* line 74, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .weding_time_line {
  background: #FFFAF2;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 78, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .weding_time_line .single_time_line {
  padding-bottom: 48px;
  padding-top: 45px;
  position: relative;
}

/* line 82, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .weding_time_line .single_time_line::before {
  position: absolute;
  height: 40px;
  width: 1px;
  background: #C78665;
  left: 50%;
  content: "";
  bottom: -10px;
  opacity: .2;
}

/* line 93, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .weding_time_line .single_time_line h3 {
  font-size: 24px;
  color: #C78665;
  font-weight: 400;
}

/* line 98, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .weding_time_line .single_time_line p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Muli", sans-serif;
}

/* line 104, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_story.scss */
.love_story_area .weding_time_line .single_time_line:nth-child(4)::before {
  display: none;
}

/* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_1 {
  background-image: url(../img/gallery/1.png);
}

/* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_2 {
  background-image: url(../img/gallery/2.png);
}

/* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_3 {
  background-image: url(../img/gallery/3.png);
}

/* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_4 {
  background-image: url(../img/gallery/4.png);
}

/* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_5 {
  background-image: url(../img/gallery/5.png);
}

/* line 52, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_6 {
  background-image: url(../img/gallery/6.png);
}

/* line 55, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_7 {
  background-image: url(../img/gallery/7.png);
}

/* line 58, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_8 {
  background-image: url(../img/gallery/8.png);
}

/* line 61, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_imag_9 {
  background-image: url(../img/gallery/9.png);
}

/* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_area {
  padding: 0 50px;
  padding-top: 90px;
}

@media (max-width: 767px) {
  /* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
  .gallery_area {
    padding: 0;
  }
}

/* line 71, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_area .single_gallery {
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

/* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_area .grid-item {
  overflow: hidden;
  padding: 4px !important;
}

/* line 84, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
.gallery_area a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area {
  padding: 0 50px;
  position: relative;
}

/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area #map {
  height: 800px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
  .location_area #map {
    height: 600px;
  }
}

/* line 10, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
  .location_area .location_info {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    left: 0%;
    position: relative;
  }
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner {
  background: #fff;
  width: 616px;
  max-width: 616px;
  padding: 54px 60px 54px 60px;
}

@media (max-width: 767px) {
  /* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
  .location_area .location_info .location_inner {
    padding: 20px;
    width: 100%;
    bottom: 0;
  }
}

/* line 35, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner .location_top {
  margin-bottom: 42px;
}

/* line 38, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner h3 {
  font-size: 36px;
  font-weight: 400;
  color: #C78665;
}

/* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner p {
  color: #727272;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 50, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner p span {
  color: #C78665;
}

@media (max-width: 767px) {
  /* line 54, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
  .location_area .location_info .location_inner .address_info {
    display: block !important;
  }
}

/* line 59, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner .address_info .single_address h4 {
  color: #C78665;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}

/* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_location.scss */
.location_area .location_info .location_inner .address_info .single_address p {
  color: #727272;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer {
  background: #FFFAF2;
}

/* line 3, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top {
  text-align: center;
  padding: 73px 0;
}

/* line 7, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li {
  display: inline-block;
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li a {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  margin: 0 27px;
  color: #1F1F1F;
}

@media (max-width: 767px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
  .footer .footer_top ul li a {
    margin: 0 5px;
  }
}

/* line 17, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li a:hover {
  color: #C78665;
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #fff;
}

/* line 27, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 14px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}

@media (max-width: 767px) {
  /* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

/* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #C78665;
}

/* line 1, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.bradcam_bg {
  background-image: url(../img/banner/bradcam.png);
}

/* line 4, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.bradcam_bg_2 {
  background-image: url(../img/banner/bradcam2.png);
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.bradcam_area {
  padding: 198px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 50px;
}

@media (max-width: 767px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 100px 0;
    margin: 0 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .bradcam_area {
    margin: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .bradcam_area {
    margin: 0 50px;
  }
}

/* line 26, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.bradcam_area .bradcam_text h3 {
  font-size: 80px;
  font-weight: 400;
  color: #C78665;
}

@media (max-width: 767px) {
  /* line 26, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .bradcam_area .bradcam_text h3 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 26, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .bradcam_area .bradcam_text h3 {
    font-size: 45px;
  }
}

/* line 41, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.accommodation_area {
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 41, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .accommodation_area {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 41, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
  .accommodation_area {
    padding-top: 80px;
  }
}

/* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.accommodation_area .accommondation_image {
  margin: 4px !important;
}

/* line 51, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.accommodation_area .accommondation_image img {
  width: 100%;
}

/* line 55, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.accommodation_area h3 {
  margin-bottom: 14px;
}

/* line 58, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_bradcam.scss */
.accommodation_area p {
  font-family: "Muli", sans-serif;
}

/*=================== contact banner start ====================*/
/* line 3, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

/* line 75, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/* line 93, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 138, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 169, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 176, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 182, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/* line 221, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/* line 227, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/* line 231, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/* line 237, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

/* line 353, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 368, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 371, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 377, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 475, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 528, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 530, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 560, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

/* line 574, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/* line 704, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 999, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1001, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1026, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1033, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1045, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1053, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1060, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1071, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1078, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/* Start Blog Area css
============================================================================================ */
/* line 5, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #000 0%, #000 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 28, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 32, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 56, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 66, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 74, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 84, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 74, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 98, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 104, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 112, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 121, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 112, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 135, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 143, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 149, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 157, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 160, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 160, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 179, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 224, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 263, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 267, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 274, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 285, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 288, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 291, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 299, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 307, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 320, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 323, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 336, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 346, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 358, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 374, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 392, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 403, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 417, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 438, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 438, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 438, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 454, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 463, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 476, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 494, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 529, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 529, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 544, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_details a:hover {
  color: #000;
}

/* line 549, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 549, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 563, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 571, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 596, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 599, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #000;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 599, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 615, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 615, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 627, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 627, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 647, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 652, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 660, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 664, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 672, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 681, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 685, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 694, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 701, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 713, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 722, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 726, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 735, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 742, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 755, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 760, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 764, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 769, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 774, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 791, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 796, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 807, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 813, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 820, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 828, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 831, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 842, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #000;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 857, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 863, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 963, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 984, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 988, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1005, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1017, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1024, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1049, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1054, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1057, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1061, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1074, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1077, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1087, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1087, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1101, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1101, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1111, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1114, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1121, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1126, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1130, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1134, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1137, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1144, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1147, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1156, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1160, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1164, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1182, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1182, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1191, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1191, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1204, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1208, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #000;
}

/* line 1213, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1218, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1225, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1230, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1234, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1240, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1243, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1247, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1252, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1259, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1264, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1240, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1275, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1278, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1282, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1287, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1294, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1299, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1307, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1314, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1314, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1325, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1332, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1341, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1344, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1348, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1354, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1358, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1362, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1369, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1372, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1378, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1385, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1391, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1408, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1416, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1420, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1428, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1428, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1437, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1437, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1445, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1453, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1458, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1463, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1468, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1474, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1480, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1486, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1492, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/**************** blog part css start ****************/
/* line 2, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part {
  margin-bottom: 140px;
}

@media (max-width: 576px) {
  /* line 2, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

/* line 19, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  /* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

/* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

/* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card {
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

/* line 48, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
  padding: 25px 10px 29px 40px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  bottom: -140px;
  box-shadow: -7.552px 9.326px 20px 0px rgba(1, 84, 85, 0.1);
  border-radius: 10px;
}

@media (max-width: 576px) {
  /* line 48, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

/* line 72, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
  color: #000;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* line 76, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a:hover {
  background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 83, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

/* line 86, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}

/* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card span {
  color: #8a8a8a;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 576px) {
  /* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 97, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

/* line 119, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  /* line 119, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 119, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 119, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 119, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* line 140, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: 1s;
}

/* line 150, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 14px;
}

@media (max-width: 576px) {
  /* line 150, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 150, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 150, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

/* line 166, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
  margin-right: 10px;
  font-size: 12px;
}
    img{
      max-width: 100%;
      display: block;
    }

    a{
      text-decoration: none;
      color: inherit;
    }

    .container{
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header{
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(255,255,255,0.82);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--line);
    }

    .nav{
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand{
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .brand img{
      height: 54px;
      width: auto;
      object-fit: contain;
    }

    .brand-text{
      display: flex;
      flex-direction: column;
      line-height: 1;
    }

    .brand-name{
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.1rem;
      font-weight: 700;
      color: var(--green);
      letter-spacing: -0.02em;
    }

    .brand-sub{
      margin-top: 6px;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.22em;
      color: #8a8178;
    }

    .nav-links{
      display: flex;
      align-items: center;
      gap: 32px;
    }

    .nav-links a{
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--text);color:var(--green-dark);
      transition: .22s ease;
    }

    .nav-links a:hover{
      color: var(--green-dark);
    }

    .menu-toggle{
      display: none;
    }

    .split-hero{
      padding: 18px 0;
    }

    .split-grid{
      min-height: calc(100vh - 78px - 36px);
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 16px;
      align-items: stretch;
    }

    .panel{
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
    }

    .panel-left{
      display: flex;
      align-items: stretch;
      min-height: 0;
      background:
        linear-gradient(90deg,
          rgba(245,239,232,0.94) 0%,
          rgba(245,239,232,0.88) 34%,
          rgba(245,239,232,0.46) 56%,
          rgba(245,239,232,0.12) 100%
        ),
        url('https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&w=1800&q=80') center center / cover no-repeat;
      border: 1px solid rgba(255,255,255,0.55);
    }

    .panel-left::after{
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(circle at 14% 18%, rgba(255,255,255,0.42), transparent 24%);
    }

    .panel-left-content{
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 560px;
      padding: 44px 42px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .eyebrow{
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 10px 16px;
      margin-bottom: 20px;
      border-radius: 999px;
      background: rgba(143,170,90,0.12);
      color: var(--green-dark);
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.16em;
    }

    .hero-title{
      margin: 0 0 16px;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.8rem, 4.5vw, 4.8rem);font-size:40pt;
      line-height: 0.9;
      font-weight: 600;
      color: #7f7263;
    }

    .hero-title span{
      color: var(--green-dark);
      font-style: italic;
      font-weight: 500;
    }

    .hero-text{
      margin: 0 0 24px;
      max-width: 500px;
      font-size: 0.98rem;
      line-height: 1.75;
      color: var(--text-soft);
    }

    .actions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 14px;
      font-size: 0.94rem;
      font-weight: 700;
      border: 1px solid transparent;
      transition: .22s ease;
      box-shadow: 0 8px 18px rgba(47,42,38,0.06);
    }

    .btn-primary{
      background: var(--green);
      color: var(--white);
    }

    .btn-primary:hover{
      background: var(--green-dark);
      transform: translateY(-2px);
    }

    .btn-secondary{
      background: rgba(255,255,255,0.92);
      color: var(--text);
      border-color: rgba(47,42,38,0.10);
    }

    .btn-secondary:hover{
      background: var(--white);
      color: var(--green-dark);
      transform: translateY(-2px);
    }

    .panel-right{
      min-height: 0;
      background: linear-gradient(180deg, #fbf8f4 0%, #f2ece4 100%);
      border: 1px solid rgba(255,255,255,0.65);
      padding: 18px;
      display: grid;
      grid-template-rows: 230px 1fr;
      gap: 16px;
    }

    .side-image{
      border-radius: 24px;
      overflow: hidden;
      background:
        linear-gradient(rgba(245,239,232,0.10), rgba(245,239,232,0.10)),
        url('img/3802.jpg') center center / cover no-repeat;
      border: 1px solid rgba(47,42,38,0.06);
      min-height: 0;
    }

    .right-content{
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(47,42,38,0.06);
      border-radius: 24px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .mini-kicker{
      font-size: 0.74rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--green-dark);
      margin-bottom: 14px;
    }

    .side-title{
      margin: 0 0 12px;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 2.8vw, 3.1rem);
      line-height: 0.95;
      font-weight: 600;
      color: var(--green-dark);
    }

    .side-text{
      margin: 0 0 22px;
      font-size: 0.96rem;
      line-height: 1.7;
      color: var(--text-soft);
      max-width: 100%;
    }

    .right-content .actions{
      gap: 10px;
    }

    @media (max-width: 1180px){
      .split-grid{
        grid-template-columns: 1.6fr 1fr;
      }

      .panel-right{
        grid-template-rows: 200px 1fr;
      }

      .hero-title{
        font-size: clamp(2.6rem, 4vw, 4.2rem);
      }
    }

    @media (max-width: 980px){
      .split-grid{
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .panel-left{
        min-height: 520px;
      }

      .panel-right{
        grid-template-rows: 220px auto;
      }
    }

    @media (max-width: 760px){
      .container{
        width: min(var(--container), calc(100% - 28px));
      }

      .site-header{
        position: relative;
      }

      .nav{
        min-height: 72px;
      }

      .brand img{
        height: 44px;
      }

      .brand-name{
        font-size: 1.8rem;
      }

      .brand-sub{
        font-size: 0.62rem;
        letter-spacing: 0.16em;
      }

      .nav-links{
        display: none;
      }

      .menu-toggle{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        border: 1px solid var(--line);
        background: var(--white);
        font-size: 1.1rem;
      }

      .split-hero{
        padding: 14px 0;
      }

      .panel-left-content{
        padding: 30px 24px;
      }

      .panel-right{
        padding: 14px;
        grid-template-rows: 180px auto;
      }

      .hero-title{
        font-size: 2.5rem;
      }

      .actions{
        flex-direction: column;
      }

      .btn{
        width: 100%;
      }
    }

	 :root{
      --white: #ffffff;
      --bg-page: #eef1e8;
      --header-bg: rgba(255,255,255,0.96);

      --sage: #8d9a78;
      --sage-dark: #7b8868;
      --sage-soft: #98a487;

      --text-main: #8d7866;
      --text-soft: #9b8776;

      --card-bg: rgba(255,255,255,0.62);
      --line-soft: rgba(141,154,120,0.14);
      --line-strong: #8f9d78;
      --line-strong-hover: #7f8d69;
      --line-border-soft: rgba(143,157,120,0.42);

      --shadow-soft: 0 12px 35px rgba(109, 89, 68, 0.06);
      --radius-xl: 32px;
      --radius-lg: 22px;
    }

    *{
      box-sizing: border-box;
    }

    @font-face {
      font-family: 'RusticRoadway';
      src: url('../fonts/RusticRoadway.otf') format('opentype');
      font-weight: normal;
      font-style: normal;
    }

    html, body{
      margin: 0;
      padding: 0;
      background: linear-gradient(180deg, #edf0e7 0%, #f4efe8 100%);
      color: var(--text-main);
      font-family: 'Montserrat', sans-serif;
    }

    a{
      text-decoration: none;
      color: inherit;
    }

    img{
      max-width: 100%;
      display: block;
    }

    /* =========================
       HEADER
    ========================= */

    .bootstrap-header{
      z-index: 1030;
    }

    .bootstrap-header .navbar{
      min-height: 72px;
      background: var(--header-bg) !important;
      border-bottom: 1px solid rgba(47,42,38,0.06);
      box-shadow: 0 6px 20px rgba(47,42,38,0.04);
      padding-top: 0;
      padding-bottom: 0;
    }

    .bootstrap-header .navbar-brand{
      display: flex;
      align-items: center;
      gap: 12px;
      margin-right: 28px;
    }

    .bootstrap-header .navbar-brand img{
      height: 46px;
      width: auto;
      object-fit: contain;
    }

    .bootstrap-header .brand-text{
      display: flex;
      flex-direction: column;
      line-height: 1;
    }

    .bootstrap-header .brand-name{
      font-family: 'RusticRoadway', serif;
      font-size: 1.9rem;
      font-weight: 400;
      color: var(--sage-soft);
      line-height: 1;
    }

    .bootstrap-header .brand-sub{
      margin-top: 4px;
      font-size: 0.62rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.20em;
      color: #8d857d;
    }

    .bootstrap-header .navbar-nav{
      gap: 10px;
    }

    .bootstrap-header .nav-link{
      padding: 8px 10px !important;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--sage-soft) !important;
      border-radius: 10px;
      background: transparent !important;
      transition: 0.2s ease;
    }

    .bootstrap-header .nav-link:hover,
    .bootstrap-header .nav-link:focus,
    .bootstrap-header .nav-link.active,
    .bootstrap-header .dropdown-toggle:hover{
      color: var(--sage-dark) !important;
      background: transparent !important;
    }

    .bootstrap-header .dropdown-menu{
      border: 1px solid rgba(47,42,38,0.08);
      border-radius: 14px;
      padding: 8px;
      box-shadow: 0 10px 25px rgba(47,42,38,0.08);
    }

    .bootstrap-header .dropdown-item{
      border-radius: 10px;
      padding: 10px 14px;
      font-weight: 500;
      color: var(--text-main);
    }

    .bootstrap-header .dropdown-item:hover{
      background: rgba(141,154,120,0.10);
      color: var(--sage-dark);
    }

    .bootstrap-header .navbar-toggler{
      border: 1px solid rgba(47,42,38,0.10);
      border-radius: 12px;
      padding: 8px 10px;
      box-shadow: none !important;
    }

    .bootstrap-header .navbar-toggler:focus{
      box-shadow: none;
    }

    /* =========================
       COMMON
    ========================= */

    .section-kicker{
      display: inline-block;
      margin-bottom: 14px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #9b8a79;
    }

    /* =========================
       HERO
    ========================= */

    .booking-page{
      min-height: 100vh;
    }

    .booking-hero{
      padding: 34px 0 14px;
    }

    .booking-hero__wrap,
    .weekly-schedule-wrap{
      padding-left: 42px;
      padding-right: 42px;
    }

    .booking-hero__card{
      max-width: 980px;
      margin: 0 auto;
      padding: 34px 34px;
      text-align: center;
      border-radius: var(--radius-xl);
      background: rgba(248, 241, 233, 0.46);
      border: 1px solid rgba(255, 250, 244, 0.62);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .booking-hero__title{
      margin: 0 0 14px;
      font-family: 'RusticRoadway', serif;
      font-size: 62px;
      line-height: 0.96;
      font-weight: 400;
      color: var(--sage);
    }

    .booking-hero__text{
      max-width: 720px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.8;
      color: var(--text-main);
      font-family: 'Cormorant Garamond', serif;
      font-weight: 500;
    }

    /* =========================
       SCHEDULE BLOCKS
    ========================= */

    .weekly-schedule-section{
      padding: 18px 0 80px;
    }

    .schedule-block{
      background: rgba(255,255,255,0.48);
      border: 1px solid rgba(255,250,244,0.78);
      border-radius: 30px;
      box-shadow: var(--shadow-soft);
      padding: 24px 24px 26px;
      margin-bottom: 28px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .schedule-block:last-child{
      margin-bottom: 0;
    }

    .schedule-block__top{
      margin-bottom: 18px;
    }

    .schedule-block__title{
      margin: 0 0 8px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 38px;
      font-weight: 600;
      line-height: 1.1;
      color: #9c836f;
    }

    .schedule-block__text{
      margin: 0;
      font-size: 16px;
      line-height: 1.75;
      color: var(--text-main);
    }

    .weekly-table{
      overflow-x: auto;
      padding-bottom: 4px;
    }

    .weekly-table__grid{
      min-width: 1280px;
      display: grid;
      grid-template-columns: repeat(7, minmax(170px, 1fr));
      gap: 0;
      border-top: 2px solid var(--line-strong);
    }

    .weekly-day{
      border-right: 1px solid rgba(141,154,120,0.10);
    }

    .weekly-day:last-child{
      border-right: 0;
    }

    .weekly-day__head{
      text-align: center;
      padding: 14px 10px 16px;
      border-bottom: 2px solid var(--line-strong);
      background: rgba(255,255,255,0.28);
    }

    .weekly-day__name{
      display: block;
      font-size: 17px;
      font-weight: 700;
      color: #22304a;
      margin-bottom: 10px;
    }

    .weekly-day__date{
      display: block;
      font-size: 13px;
      font-weight: 600;
      color: #78808a;
    }

    .weekly-day__body{
      padding: 14px 10px 0;
      min-height: 560px;
      background: rgba(255,255,255,0.18);
    }

    .lesson-card{
      background: rgba(255,255,255,0.72);
      border: 1px solid var(--line-border-soft);
      border-left: 3px solid var(--line-strong);
      border-radius: 16px;
      padding: 14px 14px 12px;
      margin-bottom: 12px;
      min-height: 168px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 8px 18px rgba(109, 89, 68, 0.05);
    }

    .lesson-card__time{
      font-size: 16px;
      font-weight: 800;
      color: #1f2e45;
      margin-bottom: 6px;
    }

    .lesson-card__title{
      font-size: 15px;
      font-weight: 500;
      color: #1f2e45;
      line-height: 1.45;
      margin-bottom: 6px;
    }

    .lesson-card__teacher{
      font-size: 14px;
      font-weight: 500;
      color: #7b6d64;
      margin-bottom: 14px;
    }

    .lesson-card__footer{
      margin-top: auto;
    }

    .lesson-card__places{
      display: block;
      font-size: 13px;
      color: #1f2e45;
    }

    .lesson-card__link{
      display: inline-block;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--line-strong);
    }

    .lesson-card__link:hover{
      color: var(--line-strong-hover);
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media (max-width: 991.98px){
      .bootstrap-header .navbar{
        min-height: 74px;
      }

      .bootstrap-header .navbar-brand img{
        height: 44px;
      }

      .bootstrap-header .brand-name{
        font-size: 1.8rem;
      }

      .bootstrap-header .brand-sub{
        font-size: 0.62rem;
        letter-spacing: 0.16em;
      }

      .bootstrap-header .navbar-collapse{
        margin-top: 14px;
        background: rgba(255,255,255,0.98);
        border: 1px solid rgba(47,42,38,0.06);
        border-radius: 18px;
        padding: 12px;
        box-shadow: 0 14px 28px rgba(47,42,38,0.08);
      }

      .bootstrap-header .navbar-nav{
        align-items: stretch !important;
        gap: 4px;
      }

      .bootstrap-header .nav-link{
        border-radius: 12px;
      }

      .booking-hero__wrap,
      .weekly-schedule-wrap{
        padding-left: 16px;
        padding-right: 16px;
      }

      .booking-hero__card{
        padding: 28px 22px;
        border-radius: 24px;
      }

      .booking-hero__title{
        font-size: 44px;
        line-height: 1.02;
      }

      .booking-hero__text{
        font-size: 16px;
        line-height: 1.75;
      }

      .schedule-block{
        padding: 18px 16px 20px;
        border-radius: 24px;
      }

      .schedule-block__title{
        font-size: 30px;
      }

      .weekly-table__grid{
        min-width: 1120px;
        grid-template-columns: repeat(7, minmax(155px, 1fr));
      }

      .weekly-day__body{
        min-height: 500px;
      }
    }
	 :root{
      --white: #ffffff;
      --bg-page: #eef1e8;
      --header-bg: rgba(255,255,255,0.96);

      --sage: #8d9a78;
      --sage-dark: #7b8868;
      --sage-soft: #98a487;

      --text-main: #8d7866;
      --text-soft: #9b8776;

      --shadow-soft: 0 12px 35px rgba(109, 89, 68, 0.06);
      --radius-xl: 32px;
      --radius-lg: 22px;
    }

    *{
      box-sizing: border-box;
    }

    @font-face {
      font-family: 'RusticRoadway';
      src: url('../fonts/RusticRoadway.otf') format('opentype');
      font-weight: normal;
      font-style: normal;
    }

    html, body{
      margin: 0;
      padding: 0;
      background: linear-gradient(180deg, #edf0e7 0%, #f4efe8 100%);
      color: var(--text-main);
      font-family: 'Montserrat', sans-serif;
    }

    a{
      text-decoration: none;
      color: inherit;
    }

    img{
      max-width: 100%;
      display: block;
    }

    /* =========================
       HEADER
    ========================= */

    .bootstrap-header{
      z-index: 1030;
    }

    .bootstrap-header .navbar{
      min-height: 72px;
      background: var(--header-bg) !important;
      border-bottom: 1px solid rgba(47,42,38,0.06);
      box-shadow: 0 6px 20px rgba(47,42,38,0.04);
      padding-top: 0;
      padding-bottom: 0;
    }

    .bootstrap-header .navbar-brand{
      display: flex;
      align-items: center;
      gap: 12px;
      margin-right: 28px;
    }

    .bootstrap-header .navbar-brand img{
      height: 46px;
      width: auto;
      object-fit: contain;
    }

    .bootstrap-header .brand-text{
      display: flex;
      flex-direction: column;
      line-height: 1;
    }

    .bootstrap-header .brand-name{
      font-family: 'RusticRoadway', serif;
      font-size: 1.9rem;
      font-weight: 400;
      color: var(--sage-soft);
      line-height: 1;
    }

    .bootstrap-header .brand-sub{
      margin-top: 4px;
      font-size: 0.62rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.20em;
      color: #8d857d;
    }

    .bootstrap-header .navbar-nav{
      gap: 10px;
    }

    .bootstrap-header .nav-link{
      padding: 8px 10px !important;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--sage-soft) !important;
      border-radius: 10px;
      background: transparent !important;
      transition: 0.2s ease;
    }

    .bootstrap-header .nav-link:hover,
    .bootstrap-header .nav-link:focus,
    .bootstrap-header .nav-link.active,
    .bootstrap-header .dropdown-toggle:hover{
      color: var(--sage-dark) !important;
      background: transparent !important;
    }

    .bootstrap-header .dropdown-menu{
      border: 1px solid rgba(47,42,38,0.08);
      border-radius: 14px;
      padding: 8px;
      box-shadow: 0 10px 25px rgba(47,42,38,0.08);
    }

    .bootstrap-header .dropdown-item{
      border-radius: 10px;
      padding: 10px 14px;
      font-weight: 500;
      color: var(--text-main);
    }

    .bootstrap-header .dropdown-item:hover{
      background: rgba(141,154,120,0.10);
      color: var(--sage-dark);
    }

    .bootstrap-header .navbar-toggler{
      border: 1px solid rgba(47,42,38,0.10);
      border-radius: 12px;
      padding: 8px 10px;
      box-shadow: none !important;
    }

    .bootstrap-header .navbar-toggler:focus{
      box-shadow: none;
    }

    /* =========================
       COMMON
    ========================= */

    .section-kicker{
      display: inline-block;
      margin-bottom: 14px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #9b8a79;
    }

    .btn-modern{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 12px 32px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.01em;
      text-decoration: none;
      transition: all 0.25s ease;
    }

    .btn-modern--primary{
      background: #8f9d78;
      color: #ffffff;
      border: 1px solid #8f9d78;
      box-shadow: 0 10px 24px rgba(106, 120, 84, 0.24);
    }

    .btn-modern--primary:hover{
      background: #7f8d69;
      color: #ffffff;
      border-color: #7f8d69;
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(106, 120, 84, 0.30);
    }

    .btn-modern--light{
      background: rgba(255,255,255,0.82);
      color: #8a7562;
      border: 1px solid rgba(138,117,98,0.18);
      box-shadow: 0 8px 20px rgba(120, 95, 75, 0.10);
      text-shadow: none;
    }

    .btn-modern--light:hover{
      background: #ffffff;
      color: #7b6756;
      border-color: rgba(123,103,86,0.24);
      transform: translateY(-1px);
    }

    /* =========================
       HERO
    ========================= */

    .prices-page{
      min-height: 100vh;
    }

    .prices-hero{
      padding: 34px 0 18px;
    }

    .prices-hero__wrap,
    .prices-content__wrap{
      padding-left: 42px;
      padding-right: 42px;
    }

    .prices-hero__card{
      max-width: 980px;
      margin: 0 auto;
      padding: 34px 34px;
      text-align: center;
      border-radius: var(--radius-xl);
      background: rgba(248, 241, 233, 0.46);
      border: 1px solid rgba(255, 250, 244, 0.62);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .prices-hero__title{
      margin: 0 0 14px;
      font-family: 'Petit Formal Script', serif;
      font-size: 54px;
      line-height: 1.1;
      font-weight: 400;
      color: var(--sage);
    }

    .prices-hero__text{
      max-width: 760px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.8;
      color: var(--text-main);
      font-family: 'Cormorant Garamond', serif;
      font-weight: 500;
    }

    /* =========================
       PRICE SECTIONS
    ========================= */

    .prices-content{
      padding: 12px 0 80px;
    }

    .price-box{
      margin-bottom: 28px;
      padding: 24px 24px 26px;
      border-radius: 30px;
      background: rgba(255,255,255,0.48);
      border: 1px solid rgba(255,250,244,0.78);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .price-box:last-child{
      margin-bottom: 0;
    }

    .price-box__head{
      margin-bottom: 18px;
    }

    .price-box__title{
      margin: 0 0 8px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 38px;
      font-weight: 600;
      line-height: 1.1;
      color: #9c836f;
    }

    .price-box__text{
      margin: 0;
      font-size: 16px;
      line-height: 1.75;
      color: var(--text-main);
    }

    /* =========================
       TABLE DESKTOP
    ========================= */

    .price-table{
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
      border-radius: 22px;
      background: rgba(255,255,255,0.68);
    }

    .price-table thead th{
      padding: 18px 20px;
      text-align: left;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--sage-dark);
      background: rgba(143,157,120,0.08);
      border-bottom: 1px solid rgba(143,157,120,0.18);
    }

    .price-table tbody td{
      padding: 18px 20px;
      font-size: 16px;
      color: var(--text-main);
      border-bottom: 1px solid rgba(141,154,120,0.10);
      vertical-align: middle;
    }

    .price-table tbody tr:last-child td{
      border-bottom: 0;
    }

    .price-name{
      font-weight: 700;
      color: #7f6b59;
    }

    .price-value{
      font-weight: 700;
      color: var(--sage-dark);
      white-space: nowrap;
    }

    .price-validity{
      color: var(--text-soft);
    }

    /* =========================
       MOBILE CARDS
    ========================= */

    .price-cards{
      display: none;
      flex-direction: column;
      gap: 14px;
    }

    .price-card{
      padding: 18px 18px 16px;
      border-radius: 20px;
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(143,157,120,0.16);
      box-shadow: 0 8px 18px rgba(109, 89, 68, 0.04);
    }

    .price-card__title{
      margin: 0 0 10px;
      font-size: 20px;
      font-weight: 700;
      color: #7f6b59;
      font-family: 'Cormorant Garamond', serif;
    }

    .price-card__row{
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 6px 0;
      font-size: 15px;
      line-height: 1.6;
    }

    .price-card__label{
      color: var(--text-soft);
    }

    .price-card__value{
      font-weight: 700;
      color: var(--sage-dark);
      text-align: right;
    }

    /* =========================
       CTA
    ========================= */

    .prices-cta{
      margin-top: 24px;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media (max-width: 991.98px){
      .bootstrap-header .navbar{
        min-height: 74px;
      }

      .bootstrap-header .navbar-brand img{
        height: 44px;
      }

      .bootstrap-header .brand-name{
        font-size: 1.8rem;
      }

      .bootstrap-header .brand-sub{
        font-size: 0.62rem;
        letter-spacing: 0.16em;
      }

      .bootstrap-header .navbar-collapse{
        margin-top: 14px;
        background: rgba(255,255,255,0.98);
        border: 1px solid rgba(47,42,38,0.06);
        border-radius: 18px;
        padding: 12px;
        box-shadow: 0 14px 28px rgba(47,42,38,0.08);
      }

      .bootstrap-header .navbar-nav{
        align-items: stretch !important;
        gap: 4px;
      }

      .bootstrap-header .nav-link{
        border-radius: 12px;
      }

      .prices-hero__wrap,
      .prices-content__wrap{
        padding-left: 16px;
        padding-right: 16px;
      }

      .prices-hero__card{
        padding: 28px 22px;
        border-radius: 24px;
      }

      .prices-hero__title{
        font-size: 40px;
        line-height: 1.15;
      }

      .prices-hero__text{
        font-size: 16px;
        line-height: 1.75;
      }

      .price-box{
        padding: 18px 16px 20px;
        border-radius: 24px;
      }

      .price-box__title{
        font-size: 30px;
      }

      .price-table-wrap{
        display: none;
      }

      .price-cards{
        display: flex;
      }
    }
	.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f2ec;
  box-shadow: 0 10px 30px rgba(120, 110, 90, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(120, 110, 90, 0.14);
}

.gallery-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .gallery-item img {
    height: 260px;
  }
}

@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-item {
    border-radius: 22px;
  }

  .gallery-item img {
    height: 240px;
  }
}.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f2ec;
  box-shadow: 0 10px 30px rgba(120, 110, 90, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(120, 110, 90, 0.14);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.gallery-lightbox .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
}

.gallery-lightbox .modal-dialog {
  max-width: 1200px;
}

.gallery-lightbox__body {
  position: relative;
  text-align: center;
}

.gallery-lightbox__body img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 28px;
  background: #f3f0ea;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.gallery-lightbox__caption {
  margin-top: 16px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.gallery-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 30;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #8fa078;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #8fa078;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.gallery-lightbox__nav--prev {
  left: -20px;
}

.gallery-lightbox__nav--next {
  right: -20px;
}

.gallery-lightbox__nav:hover,
.gallery-lightbox__close:hover {
  background: #f7f4ef;
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-item {
    border-radius: 22px;
  }

  .gallery-item img {
    aspect-ratio: 4 / 3;
  }

  .gallery-lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
  }

  .gallery-lightbox__nav--prev {
    left: 6px;
  }

  .gallery-lightbox__nav--next {
    right: 6px;
  }

  .gallery-lightbox__close {
    top: 6px;
    right: 6px;
    width: 42px;
    height: 42px;
    font-size: 1.7rem;
  }
}.hero-login-info {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.65);
  color: #8f7766;
  font-size: 0.98rem;
}

.price-action {
  white-space: nowrap;
}

.price-card__actions {
  margin-top: 20px;
}

.prices-login-box {
  margin-top: 30px;
  padding: 28px;
  border-radius: 28px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.prices-login-box h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  color: #7d6758;
}

.prices-login-box p {
  margin: 0 0 20px;
  color: #9b8473;
  line-height: 1.7;
}

.btn-modern--sm {
  padding: 10px 16px;
  font-size: 0.92rem;
  border-radius: 14px;
}
.auth-content {
  padding-top: 0;
}

.auth-box {
  max-width: 860px;
  margin: 0 auto;
}

.auth-form {
  display: grid;
  gap: 20px;
}

.auth-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.auth-form__row {
  display: grid;
  gap: 10px;
}

.auth-label {
  font-size: 0.95rem;
  color: #8f7766;
  font-weight: 600;
}

.auth-input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(160, 140, 120, 0.18);
  border-radius: 18px;
  background: #fff;
  padding: 14px 18px;
  font-size: 1rem;
  color: #6f5c4f;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.auth-input:focus {
  border-color: #b59d8d;
  box-shadow: 0 0 0 4px rgba(181, 157, 141, 0.12);
}

.auth-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 10px;
}

.auth-form__check {
  padding-top: 4px;
}

.auth-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #8f7766;
  line-height: 1.6;
}

.auth-check input {
  margin-top: 4px;
}

.auth-alert {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  font-size: 0.97rem;
}

.auth-alert--error {
  background: #fff1f1;
  color: #b35d5d;
  border: 1px solid rgba(179, 93, 93, 0.15);
}

.auth-alert--success {
  background: #f1f8ef;
  color: #6e8d61;
  border: 1px solid rgba(110, 141, 97, 0.15);
}

@media (max-width: 767.98px) {
  .auth-form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .auth-form__actions {
    flex-direction: column;
  }

  .auth-form__actions .btn-modern {
    width: 100%;
    justify-content: center;
  }
}.register-rules-box {
  display: none;
  margin-top: 28px;
  padding: 24px;
  border-radius: 24px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.14);
}

.register-rules-box--open {
  display: block;
}

.register-rules-box__inner {
  display: grid;
  gap: 18px;
}

.register-rules-box__title {
  margin: 0;
  font-size: 1.35rem;
  color: #7d6758;
}

.register-rules-box__content {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 8px;
  color: #8f7766;
  line-height: 1.75;
}

.register-rules-box__content p {
  margin: 0 0 14px;
}

.register-rules-box__content p:last-child {
  margin-bottom: 0;
}

.register-rules-box__check {
  padding-top: 6px;
  border-top: 1px solid rgba(160, 140, 120, 0.14);
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .register-rules-box {
    padding: 18px;
    border-radius: 18px;
  }

  .register-rules-box__content {
    max-height: 220px;
  }
}.profile-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.profile-page .auth-box {
  max-width: 100%;
  margin: 0;
}

.profile-page .price-box {
  width: 100%;
}

.profile-page .price-box {
  padding: 34px;
}

.empty-state-box {
  padding: 30px;
  border-radius: 24px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.14);
}

.empty-state-box__title {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: #7d6758;
}

.empty-state-box__text {
  margin: 0 0 22px;
  color: #8f7766;
  line-height: 1.8;
}

.profile-page .empty-state-box {
  padding: 24px;
}.profile-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.profile-page .auth-box {
  max-width: 100%;
  margin: 0 0 30px;
}

.profile-page .price-box {
  width: 100%;
  padding: 34px;
}

.profile-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.profile-box {
  height: 100%;
}

.pass-card,
.booking-card {
  border-radius: 24px;
  padding: 24px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.14);
}

.pass-card--active {
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
}

.pass-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.pass-card__kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9c876f;
  margin-bottom: 8px;
  font-weight: 700;
}

.pass-card__title {
  margin: 0;
  color: #7d6758;
  font-size: 1.7rem;
  line-height: 1.2;
}

.pass-card__badge {
  padding: 10px 16px;
  border-radius: 999px;
  background: #95a177;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.pass-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.pass-card__stat {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(160, 140, 120, 0.10);
}

.pass-card__label {
  display: block;
  font-size: 0.88rem;
  color: #9b8473;
  margin-bottom: 8px;
}

.pass-card__value {
  color: #7d6758;
  font-size: 1.2rem;
  font-weight: 700;
}

.pass-card__progress {
  margin-bottom: 24px;
}

.pass-card__progress-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: #8f7766;
  font-size: 0.95rem;
}

.pass-card__progressbar {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #e6dfd5;
  overflow: hidden;
}

.pass-card__progressfill {
  height: 100%;
  border-radius: 999px;
  background: #95a177;
}

.booking-list {
  display: grid;
  gap: 18px;
}

.booking-card__status {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-card__title {
  margin: 0 0 10px;
  color: #7d6758;
  font-size: 1.45rem;
  line-height: 1.2;
}

.booking-card__meta {
  color: #8f7766;
  line-height: 1.7;
}

.booking-card__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-card--past {
  background: #f2efea;
  border: 1px solid rgba(160, 140, 120, 0.10);
  opacity: 0.72;
}

.booking-card--past .booking-card__status {
  background: #d8d4cd;
  color: #7e786f;
}

.booking-card--upcoming {
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(149, 161, 119, 0.22);
  box-shadow: 0 12px 30px rgba(149, 161, 119, 0.10);
}

.booking-card--upcoming .booking-card__status {
  background: #95a177;
  color: #fff;
}

@media (max-width: 991.98px) {
  .profile-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .profile-page .price-box {
    padding: 24px;
  }

  .pass-card,
  .booking-card {
    padding: 18px;
    border-radius: 18px;
  }

  .pass-card__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pass-card__stats {
    grid-template-columns: 1fr;
  }

  .booking-card__actions {
    flex-direction: column;
  }

  .booking-card__actions .btn-modern,
  .pass-card .prices-cta .btn-modern {
    width: 100%;
    justify-content: center;
  }
}.prices-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.price-box__head--shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.shop-table-wrap {
  display: block;
  margin-top: 28px;
  border-radius: 28px;
  overflow: hidden;
  background: #f8f5ef;
  border: 1px solid rgba(160, 140, 120, 0.10);
}

.shop-table {
  width: 100%;
  border-collapse: collapse;
}

.shop-table thead th {
  background: rgba(255,255,255,0.45);
  color: #8f9b77;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 22px 24px;
  font-weight: 700;
}

.shop-table tbody td {
  padding: 22px 24px;
  border-top: 1px solid rgba(160, 140, 120, 0.10);
  vertical-align: middle;
}

.shop-table tbody tr {
  transition: background 0.2s ease;
}

.shop-table tbody tr:hover {
  background: rgba(255,255,255,0.45);
}

.shop-table__title-wrap {
  display: grid;
  gap: 6px;
}

.shop-table__title {
  color: #7d6758;
  font-size: 1.12rem;
  font-weight: 700;
}

.shop-table__tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(149, 161, 119, 0.12);
  color: #8f9b77;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-table__price {
  color: #7d6758;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}

.shop-table__meta {
  color: #9a806d;
  font-size: 1rem;
  white-space: nowrap;
}

.shop-table__action {
  text-align: right;
  white-space: nowrap;
}

.shop-cards-grid {
  display: none;
}

.prices-login-box {
  margin-top: 28px;
  padding: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(160, 140, 120, 0.12);
  overflow: hidden;
}

.prices-login-box__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
}

.prices-login-box h3 {
  margin: 0 0 8px;
  color: #7d6758;
  font-size: 1.45rem;
}

.prices-login-box p {
  margin: 0;
  color: #8f7766;
  line-height: 1.75;
  max-width: 700px;
}

.hero-login-info {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  color: #8f7766;
  font-size: 0.98rem;
}

.btn-modern--sm {
  padding: 11px 18px;
  font-size: 0.92rem;
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  .shop-table-wrap {
    display: none;
  }

  .shop-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 28px;
  }

  .shop-cards-grid--two {
    grid-template-columns: 1fr 1fr;
  }

  .shop-product-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
    border: 1px solid rgba(160, 140, 120, 0.12);
  }

  .shop-product-card__top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .shop-product-card__tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(149, 161, 119, 0.12);
    color: #8f9b77;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .shop-product-card__title {
    margin: 0;
    color: #7d6758;
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .shop-product-card__price {
    color: #7d6758;
    font-size: 1.25rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .shop-product-card__meta-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0 0;
    margin-top: 8px;
    border-top: 1px solid rgba(160, 140, 120, 0.10);
  }

  .shop-product-card__meta-label {
    color: #9b8473;
    font-size: 0.95rem;
  }

  .shop-product-card__meta-value {
    color: #7d6758;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
  }

  .shop-product-card__actions {
    margin-top: 22px;
  }
}

@media (max-width: 767.98px) {
  .shop-cards-grid,
  .shop-cards-grid--two {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .shop-product-card {
    padding: 18px;
    border-radius: 20px;
  }

  .shop-product-card__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .shop-product-card__meta-row {
    flex-direction: column;
    gap: 6px;
  }

  .shop-product-card__meta-value {
    text-align: left;
  }

  .prices-login-box__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .prices-login-box .prices-cta,
  .shop-product-card__actions .btn-modern {
    width: 100%;
  }

  .shop-product-card__actions .btn-modern,
  .prices-login-box .prices-cta .btn-modern,
  .price-box .prices-cta .btn-modern {
    width: 100%;
    justify-content: center;
  }

  .price-box .prices-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}.instructors-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.instructor-box {
  overflow: hidden;
}

.instructor-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: center;
}

.instructor-layout--reverse {
  grid-template-columns: 1fr 420px;
}

.instructor-layout--reverse .instructor-media {
  order: 2;
}

.instructor-layout--reverse .instructor-content {
  order: 1;
}

.instructor-media {
  width: 100%;
}

.instructor-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f5ef 0%, #efe9df 100%);
  box-shadow: 0 18px 40px rgba(120, 110, 90, 0.10);
}

.instructor-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}

.instructor-content {
  display: grid;
  gap: 18px;
}

.instructor-text {
  display: grid;
  gap: 14px;
}

.instructor-text p {
  margin: 0;
  color: #8f7766;
  line-height: 1.9;
  font-size: 1.03rem;
}

.instructor-quote {
  margin: 8px 0 0;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(160, 140, 120, 0.12);
  color: #7d6758;
  font-size: 1.15rem;
  line-height: 1.7;
  font-style: italic;
}

.instructor-quote span {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9b8473;
}

@media (max-width: 991.98px) {
  .instructor-layout,
  .instructor-layout--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .instructor-layout--reverse .instructor-media,
  .instructor-layout--reverse .instructor-content {
    order: initial;
  }

  .instructor-photo-frame {
    aspect-ratio: 4 / 4.6;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .instructor-photo-frame {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
  }

  .instructor-text p {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .instructor-quote {
    padding: 18px;
    border-radius: 18px;
    font-size: 1.02rem;
  }
}.pilates-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.pilates-text-block {
  display: grid;
  gap: 16px;
}

.pilates-text-block p {
  margin: 0;
  color: #8f7766;
  line-height: 1.9;
  font-size: 1.03rem;
}

.pilates-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.pilates-feature-grid--mobile {
  display: none;
}

.pilates-feature-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.pilates-feature-card h3 {
  margin: 0 0 12px;
  color: #7d6758;
  font-size: 1.35rem;
}

.pilates-feature-card p {
  margin: 0;
  color: #8f7766;
  line-height: 1.8;
}

.pilates-steps {
  display: grid;
  gap: 18px;
}

.pilates-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 22px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.pilates-step__num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #95a177;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pilates-step__content h3 {
  margin: 0 0 8px;
  color: #7d6758;
  font-size: 1.2rem;
}

.pilates-step__content p {
  margin: 0;
  color: #8f7766;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .pilates-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .pilates-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pilates-step {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .pilates-step__num {
    width: 52px;
    height: 52px;
    font-size: 1.15rem;
  }

  .pilates-step__content h3 {
    font-size: 1.08rem;
  }

  .pilates-text-block p,
  .pilates-feature-card p,
  .pilates-step__content p {
    font-size: 0.98rem;
  }
}.bodyshape-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.service-box {
  overflow: hidden;
}

.service-price-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.service-price-grid--simple {
  grid-template-columns: 1.1fr repeat(4, 1fr);
}

.service-price-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(160, 140, 120, 0.12);
  display: grid;
  gap: 14px;
}

.service-price-card--highlight {
  background: linear-gradient(180deg, #98a37a 0%, #8f9b72 100%);
  border-color: rgba(149, 161, 119, 0.35);
  color: #fff;
  align-content: center;
}

.service-price-card__label {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  opacity: 0.92;
}

.service-price-card__title {
  margin: 0;
  color: #7d6758;
  font-size: 1.22rem;
  font-weight: 700;
}

.service-price-card__price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.service-price-card__price--small {
  font-size: 1.65rem;
  color: #7d6758;
}

.service-price-card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #8f7766;
  line-height: 1.5;
}

.service-price-card__row strong {
  color: #7d6758;
  white-space: nowrap;
}

.service-text-block {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.service-text-block h3 {
  margin: 0;
  color: #7d6758;
  font-size: 1.35rem;
}

.service-text-block p {
  margin: 0;
  color: #8f7766;
  line-height: 1.9;
}

.service-benefits-grid,
.service-info-grid,
.check-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.service-benefit-card,
.service-info-card,
.check-item {
  padding: 22px;
  border-radius: 22px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.service-benefit-card h3,
.service-info-card h3 {
  margin: 0 0 10px;
  color: #7d6758;
  font-size: 1.15rem;
}

.service-benefit-card p,
.service-info-card p {
  margin: 0;
  color: #8f7766;
  line-height: 1.75;
}

.check-item {
  position: relative;
  padding-left: 48px;
  color: #7d6758;
  line-height: 1.7;
  font-weight: 600;
}

.check-item::before {
  content: "✔";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #95a177;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.faq-item {
  padding: 22px;
  border-radius: 22px;
  background: #f7f2eb;
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.faq-item h3 {
  margin: 0 0 10px;
  color: #7d6758;
  font-size: 1.15rem;
}

.faq-item p {
  margin: 0;
  color: #8f7766;
  line-height: 1.8;
}

@media (max-width: 1199.98px) {
  .service-price-grid,
  .service-price-grid--simple {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .service-price-grid,
  .service-price-grid--simple,
  .service-benefits-grid,
  .service-info-grid,
  .check-list-grid {
    grid-template-columns: 1fr;
  }

  .service-price-card,
  .service-benefit-card,
  .service-info-card,
  .check-item,
  .faq-item {
    padding: 18px;
    border-radius: 18px;
  }

  .service-price-card__price {
    font-size: 1.7rem;
  }

  .service-text-block h3,
  .faq-item h3 {
    font-size: 1.08rem;
  }
}.rules-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.rules-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rule-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.rule-card h3 {
  margin: 0 0 12px;
  color: #7d6758;
  font-size: 1.2rem;
}

.rule-card p {
  margin: 0;
  color: #8f7766;
  line-height: 1.8;
}

.rules-highlight-box {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, #98a37a 0%, #8f9b72 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(149, 161, 119, 0.16);
}

.rules-highlight-box h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  color: #fff;
}

.rules-highlight-box p {
  margin: 0 0 12px;
  line-height: 1.85;
  color: rgba(255,255,255,0.96);
}

.rules-highlight-box p:last-child {
  margin-bottom: 0;
}

.rules-highlight-box strong {
  color: #fff;
}

@media (max-width: 767.98px) {
  .rules-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rule-card,
  .rules-highlight-box {
    padding: 18px;
    border-radius: 18px;
  }

  .rule-card h3,
  .rules-highlight-box h3 {
    font-size: 1.08rem;
  }

  .rule-card p,
  .rules-highlight-box p {
    font-size: 0.98rem;
  }
}.contact-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.contact-info-list {
  display: grid;
  gap: 18px;
}

.contact-info-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee6 100%);
  border: 1px solid rgba(160, 140, 120, 0.12);
}

.contact-info-card__label {
  margin-bottom: 8px;
  color: #9b8473;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info-card__value,
.contact-info-card__value a {
  color: #7d6758;
  font-size: 1.08rem;
  line-height: 1.7;
  text-decoration: none;
}

.contact-info-card__value a:hover {
  color: #95a177;
}

.contact-note-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #98a37a 0%, #8f9b72 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(149, 161, 119, 0.16);
}

.contact-note-box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.25rem;
}

.contact-note-box p {
  margin: 0;
  color: rgba(255,255,255,0.96);
  line-height: 1.8;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form__row {
  display: grid;
  gap: 10px;
}

.contact-textarea {
  width: 100%;
  min-height: 160px;
  border: 1px solid rgba(160, 140, 120, 0.18);
  border-radius: 18px;
  background: #fff;
  padding: 16px 18px;
  font-size: 1rem;
  color: #6f5c4f;
  outline: none;
  resize: vertical;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-textarea:focus {
  border-color: #b59d8d;
  box-shadow: 0 0 0 4px rgba(181, 157, 141, 0.12);
}

.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-map-box {
  margin-top: 28px;
}

.contact-map-frame {
  width: 100%;
  height: 430px;
  border-radius: 28px;
  overflow: hidden;
  background: #f3eee6;
  border: 1px solid rgba(160, 140, 120, 0.12);
}

@media (max-width: 991.98px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-form__actions {
    flex-direction: column;
  }

  .contact-form__actions .btn-modern {
    width: 100%;
    justify-content: center;
  }

  .contact-map-frame {
    height: 320px;
    border-radius: 20px;
  }

  .contact-info-card,
  .contact-note-box {
    padding: 18px;
    border-radius: 18px;
  }
}.about-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.about-page .price-box {
  width: 100%;
}

.about-page .price-table-wrap {
  overflow-x: auto;
}

.about-page .price-cards {
  margin-top: 24px;
}

.about-content-block {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.about-content-block p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #9a806d;
}
.lesson-card--disabled {
    opacity: 0.5;
    filter: grayscale(0.25);
}

.lesson-card__link--disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #d8d8d8;
    color: #7a7a7a;
    font-weight: 600;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}
.lesson-card {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lesson-card__title {


    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.lesson-card__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.lesson-card__link,
.lesson-card__link--disabled {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    font-weight: 700;
    box-sizing: border-box;
    white-space: nowrap;
}

.lesson-card__link--disabled {
    background: #e3e3e3;
    color: #9a9a9a;
    pointer-events: none;
}
.rules-section-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rules-section-item {
    background: #f7f3ee;
    border: 1px solid #e7ddd2;
    border-radius: 24px;
    padding: 28px 30px;
}

.rules-section-item h3 {
    margin-bottom: 16px;
}

.rules-bullets {
    margin: 0;
    padding-left: 20px;
}

.rules-bullets li {
    margin-bottom: 10px;
    line-height: 1.7;
}.price-box__title {
    color: #9c836f;
}.rules-section-item h3 {
    margin-bottom: 16px;
    color: #9c836f;
}
.profile-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.profile-box {
    height: 100%;
}

.profile-pass-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pass-card {
    padding: 24px;
}

.pass-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.pass-card__title {
    margin: 6px 0 0 0;
    line-height: 1.1;
}

.pass-card__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.pass-card__stat {
    min-height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pass-card__label {
    margin-bottom: 10px;
    line-height: 1.35;
}

.pass-card__value {
    line-height: 1.2;
}

.pass-card__progress {
    margin-bottom: 22px;
}

.pass-card__progress-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pass-card__progressbar {
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
}

.pass-card__progressfill {
    height: 100%;
    border-radius: 999px;
}

.pass-card .prices-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 0;
}

.pass-card .btn-modern {
    min-width: 170px;
    justify-content: center;
}

.empty-state-box {
    padding: 22px 24px;
}

.empty-state-box .prices-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.empty-state-box .btn-modern {
    min-width: 170px;
    justify-content: center;
}.profile-dashboard-grid {
    display: block;
    margin-bottom: 28px;
}

.profile-bookings-box {
    margin-top: 0;
}

.profile-bookings-sections {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.profile-bookings-section__title {
    margin-bottom: 18px;
    color: #9c836f;
}

.booking-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}.profile-pass-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-pass-group + .profile-pass-group {
    margin-top: 28px;
}

.profile-pass-group__title {
    color: #9c836f;
    margin-bottom: 4px;
}

.pass-card--expired {
    opacity: 0.72;
    filter: grayscale(0.18);
}

.pass-card--expired .pass-card__progressfill {
    opacity: 0.55;
}

.pass-card--expired .btn-modern--primary {
    pointer-events: none;
    opacity: 0.6;
}
.pass-card--empty {
    background: #f2ece4;
    border: 1px solid #dfd2c3;
}

.pass-card--empty .pass-card__badge {
    background: #c7b39c;
    color: #ffffff;
}

.pass-card--empty .pass-card__progressfill {
    background: #b7aa98;
}

.pass-card--empty .pass-card__value {
    color: #8a6f5b;
}

.pass-card--expired {
    opacity: 0.68;
    filter: grayscale(0.22);
}

.pass-card--expired .pass-card__progressfill {
    opacity: 0.55;
}

.btn-modern--disabled {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
}.pass-card--empty .pass-card__value {
    color: #9f7f67;
    font-weight: 800;
}
.fl-wrapper{
top:5em!important;
}
.register-rules-box__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #6f5c4d;
    line-height: 1.7;
    font-size: 15px;
}

.register-rules-box__subtitle {
    margin: 8px 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #9c836f;
}

.register-rules-box__content p {
    margin: 0;
}

.register-rules-box__content strong {
    color: #5f4d40;
    font-weight: 700;
}

.register-rules-box__divider {
    border: 0;
    border-top: 1px solid #e6d9cc;
    margin: 10px 0 4px;
}
.barion-box{
background:rgba(0, 0, 0, 0.1);
border-radius:20px;
}.barion-box {
    margin: 26px auto 0;
    padding: 12px 20px 16px;
    max-width: 1140px;
    background: rgba(180, 174, 164, 0.28);
    border: 1px solid rgba(156, 131, 111, 0.14);
    border-radius: 28px;
    text-align: center;
}

.barion-box p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #9c836f;
    font-weight: 500;
}

.barion-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.purchase-options-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.purchase-option-card {
    background: #f8f6f1;
    border: 1px solid #e5ddd2;
    border-radius: 28px;
    padding: 32px 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.purchase-option-card__content {
    flex: 1;
}

.purchase-option-card__top {
    margin-bottom: 14px;
}

.purchase-option-card__tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a846d;
}

.purchase-option-card__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    color: #a4876d;
}

.purchase-option-card__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #8f7b69;
}

.purchase-option-card__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase-option-card__actions .btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    min-width: 320px;
}

@media (max-width: 991px) {
    .purchase-option-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .purchase-option-card__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .purchase-option-card__actions .btn-modern {
        min-width: unset;
        width: 100%;
    }
}.purchase-options-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.purchase-option-card {
    background: #f8f6f1;
    border: 1px solid #e5ddd2;
    border-radius: 28px;
    padding: 32px 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.purchase-option-card__content {
    flex: 1;
}

.purchase-option-card__top {
    margin-bottom: 14px;
}

.purchase-option-card__tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a846d;
}

.purchase-option-card__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    color: #a4876d;
}

.purchase-option-card__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #8f7b69;
}

.purchase-option-card__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purchase-option-card__actions .btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    min-width: 320px;
}

@media (max-width: 991px) {
    .purchase-option-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .purchase-option-card__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .purchase-option-card__actions .btn-modern {
        min-width: unset;
        width: 100%;
    }
}.site-footer .row {
    align-items: flex-start;
}

.site-footer__barion {
    margin-top: 20px;
}

.site-footer__barion p {
    margin-bottom: 12px;
}

.site-footer__barion img {
    max-width: 100%;
    height: auto;
}
.legal-page__content .legal-box + .legal-box {
    margin-top: 28px;
}

.legal-content {
    color: #8f7b69;
    font-size: 17px;
    line-height: 1.9;
}

.legal-content p:last-child {
    margin-bottom: 0;
}

.legal-list {
    margin: 0;
    padding-left: 22px;
}

.legal-list li {
    margin-bottom: 14px;
}

.legal-data-grid {
    display: grid;
    gap: 16px;
    margin-top: 10px;
}

.legal-data-item {
    background: #f8f6f1;
    border: 1px solid #e5ddd2;
    border-radius: 18px;
    padding: 16px 18px;
    color: #8f7b69;
}

.legal-data-item span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a846d;
    margin-bottom: 6px;
}

.legal-data-item strong,
.legal-data-item a {
    color: #7f6a57;
    text-decoration: none;
}

.legal-data-item a:hover,
.legal-content a:hover {
    text-decoration: underline;
}

.legal-note {
    margin-top: 28px;
    padding: 24px;
    background: #f8f6f1;
    border: 1px solid #e5ddd2;
    border-radius: 24px;
}

.legal-note h3 {
    margin: 0 0 18px 0;
    color: #a4876d;
    font-size: 24px;
}

.legal-content a {
    color: #8a735f;
}

@media (max-width: 991px) {
    .legal-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .legal-note {
        padding: 18px;
        border-radius: 18px;
    }
}.legal-simple-page {
    background: #f7f5f0;
    padding: 60px 0 80px;
}

.legal-simple-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-simple-card {
    background: #f7f5f0;
}

.legal-simple-title {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.15;
    color: #a4876d;
    font-weight: 700;
}

.legal-simple-intro {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.8;
    color: #7f6a57;
    max-width: 900px;
}

.legal-table-wrap {
    overflow-x: auto;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    background: #f7f5f0;
    border: 1px solid #4a4a4a;
}

.legal-table td {
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    vertical-align: top;
    border: none;
}

.legal-table td:first-child {
    width: 42%;
    font-weight: 600;
}

.legal-table td:last-child {
    width: 58%;
}

.legal-table a {
    color: #000;
    text-decoration: none;
}

.legal-table a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .legal-simple-page {
        padding: 40px 0 60px;
    }

    .legal-simple-title {
        font-size: 32px;
    }

    .legal-simple-intro {
        font-size: 16px;
    }

    .legal-table td {
        padding: 12px 14px;
        font-size: 15px;
    }
}.legal-page__content .legal-box + .legal-box {
    margin-top: 28px;
}

.legal-content {
    color: #8f7b69;
    font-size: 17px;
    line-height: 1.9;
}

.legal-content p:last-child {
    margin-bottom: 0;
}

.legal-list {
    margin: 0;
    padding-left: 22px;
}

.legal-list li {
    margin-bottom: 14px;
}

.legal-data-grid {
    display: grid;
    gap: 16px;
    margin-top: 10px;
}

.legal-data-item {
    background: #f8f6f1;
    border: 1px solid #e5ddd2;
    border-radius: 18px;
    padding: 16px 18px;
    color: #8f7b69;
}

.legal-data-item span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a846d;
    margin-bottom: 6px;
}

.legal-data-item strong,
.legal-data-item a {
    color: #7f6a57;
    text-decoration: none;
}

.legal-data-item a:hover,
.legal-content a:hover {
    text-decoration: underline;
}

.legal-note {
    margin-top: 28px;
    padding: 24px;
    background: #f8f6f1;
    border: 1px solid #e5ddd2;
    border-radius: 24px;
}

.legal-note h3 {
    margin: 0 0 18px 0;
    color: #a4876d;
    font-size: 24px;
}

.legal-content a {
    color: #8a735f;
}

@media (max-width: 991px) {
    .legal-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .legal-note {
        padding: 18px;
        border-radius: 18px;
    }
}
.aright{
  text-align:right!important;
}
.booking-pass-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.booking-pass-card {
    display: block;
    position: relative;
    background: #f8f6f1;
    border: 1px solid #d8d2c8;
    border-radius: 24px;
    padding: 24px;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.booking-pass-card:hover {
    transform: translateY(-2px);
    border-color: #9aa17b;
}

.booking-pass-card__radio {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    accent-color: #9aa17b;
}

.booking-pass-card__badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e9e4da;
    color: #9b8067;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.booking-pass-card__title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
    color: #9b8067;
}

.booking-pass-card__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid #e5dfd6;
    color: #9b8067;
    font-size: 15px;
}

.booking-pass-card__row strong {
    color: #7f6a56;
    font-weight: 700;
    text-align: right;
}

.booking-pass-card__select {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #7f6a56;
    font-weight: 600;
}

.booking-pass-card__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #9aa17b;
    display: inline-block;
    background: transparent;
}

.booking-pass-card:has(.booking-pass-card__radio:checked) {
    border-color: #9aa17b;
    box-shadow: 0 12px 30px rgba(154, 161, 123, 0.18);
    background: #fcfbf8;
}

.booking-pass-card:has(.booking-pass-card__radio:checked) .booking-pass-card__dot {
    background: #9aa17b;
}

@media (max-width: 768px) {
    .booking-pass-grid {
        grid-template-columns: 1fr;
    }

    .booking-pass-card {
        padding: 20px;
    }

    .booking-pass-card__title {
        font-size: 24px;
        padding-right: 34px;
    }

    .booking-pass-card__row {
        flex-direction: column;
        gap: 6px;
    }

    .booking-pass-card__row strong {
        text-align: left;
    }
}
.opening-box {
  padding: clamp(28px, 4vw, 46px);
}

.opening-box__head {
  margin-bottom: 2rem;
}

.opening-days-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.opening-day-card {
  background: #f6f0ea;
  border: 1px solid rgba(166, 137, 114, 0.16);
  border-radius: 28px;
  padding: 1.5rem;
  min-height: 220px;
  box-shadow: 0 10px 30px rgba(90, 64, 43, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opening-day-card--featured {
  background: linear-gradient(180deg, #f7efe8 0%, #f2e7de 100%);
}

.opening-day-card--closed {
  background: #f8f5f1;
}

.opening-day-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.opening-day-card__top h3 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.15;
  color: #7d6553;
}

.opening-day-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(166, 137, 114, 0.12);
  color: #9a7f69;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.opening-slots {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.opening-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 190px;
  max-width: 100%;
  padding: 0.95rem 1.2rem;
  border-radius: 18px;
  background: #fffdfb;
  border: 1px solid rgba(166, 137, 114, 0.14);
  color: #7c6656;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.opening-slot--closed {
  color: #9d8777;
  background: #f3ece5;
}

.opening-text-block {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .opening-days-grid {
    grid-template-columns: 1fr;
  }

  .opening-day-card {
    min-height: unset;
  }

  .opening-slot {
    min-width: unset;
    width: 100%;
  }

  .opening-day-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.opening-day-card {
  background: linear-gradient(180deg, #f7efe8 0%, #f2e7de 100%);
  border: 1px solid rgba(166, 137, 114, 0.16);
  border-radius: 28px;
  padding: 1.5rem;
  min-height: 220px;
  box-shadow: 0 10px 30px rgba(90, 64, 43, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opening-day-card--featured {
  background: linear-gradient(180deg, #f7efe8 0%, #f2e7de 100%);
}
.opening-day-card--closed {
  background: linear-gradient(180deg, #f5eee7 0%, #eee2d7 100%);
}
.top-notice-bar {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  text-align: center;
}

.top-notice-bar span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #4a3f3f;
  letter-spacing: 0.2px;
}

.top-notice-bar strong {
  font-weight: 700;
  color: #2f2323;
}
.booking-compact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-compact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
}

.booking-compact-row__main {
  flex: 1;
  min-width: 0;
}

.booking-compact-row__title {
  font-size: 17px;
  font-weight: 600;
  color: #2f2323;
  margin-bottom: 4px;
}

.booking-compact-row__meta {
  font-size: 14px;
  color: #6b5b5b;
  line-height: 1.5;
}

.booking-compact-row__side {
  flex-shrink: 0;
}

.booking-compact-row__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(111, 78, 55, 0.10);
  color: #5a4032;
}

.booking-compact-row__status--muted {
  background: rgba(0,0,0,0.06);
  color: #6f6f6f;
}

.profile-bookings-sections {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.profile-bookings-section__title {
  font-size: 22px;
  margin-bottom: 14px;
  color: #2f2323;
}

@media (max-width: 768px) {
  .booking-compact-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-compact-row__side {
    width: 100%;
  }
}.profile-section-subtitle,
.profile-empty-title,
.compact-card-row__title,
.price-box__title {
  color: #7d6758;
}

.booking-compact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compact-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.06);
}

.compact-card-row__main {
  flex: 1;
  min-width: 0;
}

.compact-card-row__title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.compact-card-row__meta {
  font-size: 14px;
  color: #6f625b;
  line-height: 1.55;
}

.compact-card-row__side {
  flex-shrink: 0;
}

.compact-card-row__side--actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.compact-card-row__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.compact-card-row__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(125, 103, 88, 0.10);
  color: #7d6758;
  white-space: nowrap;
}

.compact-card-row__status--muted {
  background: rgba(0,0,0,0.06);
  color: #8a817b;
}

.profile-bookings-sections {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 991px) {
  .compact-card-row,
  .compact-card-row__side--actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .compact-card-row__side {
    width: 100%;
  }

  .compact-card-row__buttons {
    width: 100%;
  }
  .booking-hero__title{
    font-size:30px!important;
  }
}
.text-red-600{
color:red!important;
}

.contact-mail-box {
    background: #f8f6f2;
    border: 1px solid #e7e0d6;
    border-radius: 28px;
    padding: 2rem;
    color: #7d6757;
}

.contact-mail-box h3 {
    margin-bottom: 1rem;
    color: #8a6f5a;
}

.contact-mail-box p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.contact-mail-box a {
    color: #8a6f5a;
    font-weight: 600;
    text-decoration: none;
}

.contact-mail-box a:hover {
    text-decoration: underline;
}
.nav-item.dropdown .dropdown-menu {
    left: 0;
    right: auto;
}
.coupon-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coupon-form__input {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #c7ceb6;
    border-radius: 999px;
    background: #fbfbf7;
    color: #24324b;
    font-size: 14px;
    outline: none;
}

.coupon-form__input:focus {
    border-color: #97a079;
    background: #ffffff;
}
.coupon-card-form {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coupon-card-form__input {
    width: 100%;
    min-height: 54px;
    padding: 10px 18px;
    border: 1px solid #c7ceb6;
    border-radius: 999px;
    background: #fbfbf7;
    color: #24324b;
    font-size: 14px;
    outline: none;
}

.coupon-card-form__input::placeholder {
    color: #b8b0a8;
}

.coupon-card-form__input:focus {
    border-color: #97a079;
    background: #ffffff;
}

@media (max-width: 991px) {
    .coupon-card-form {
        max-width: 100%;
    }
}
 .services-circle-section {
        position: relative;
        overflow: hidden;
        padding-top: 10px;
    }

    .service-circle-grid {
        max-width: 1320px;
        margin: 48px auto 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 28px 24px;
        justify-items: center;
        align-items: stretch;
    }

    .service-circle-card {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        border: 1px solid rgba(151, 160, 121, 0.24);
        background:
            radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), rgba(251, 251, 247, 0.92)),
            linear-gradient(145deg, rgba(151, 160, 121, 0.10), rgba(255, 255, 255, 0.72));
        box-shadow: 0 18px 40px rgba(36, 50, 75, 0.08);
        text-decoration: none;
        color: #7d6d60;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 22px 20px;
        text-align: center;
        transition: all 0.25s ease;
        position: relative;
    }

    .service-circle-card::before {
        content: "";
        position: absolute;
        inset: 13px;
        border-radius: 50%;
        border: 1px solid rgba(151, 160, 121, 0.16);
        pointer-events: none;
    }

    .service-circle-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 24px 54px rgba(36, 50, 75, 0.14);
        border-color: rgba(151, 160, 121, 0.48);
        color: #7d6d60;
    }

    .service-circle-card__number {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.18em;
        color: #97a079;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .service-circle-card__title {
        display: block;
        max-width: 160px;
        font-family: 'Petit Formal Script';
        font-size: 30px;
        line-height: 1.02;
        color: #8b6f60;
        margin-bottom: 18px;
        position: relative;
        z-index: 1;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .service-circle-card__button {
        min-height: 40px;
        padding: 8px 18px;
        border-radius: 999px;
        background: #97a079;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 1199px) {
        .service-circle-grid {
            max-width: 1000px;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        .service-circle-card {
            width: 220px;
            height: 220px;
        }

        .service-circle-card__title {
            font-size: 27px;
            max-width: 145px;
        }
    }

    @media (max-width: 767px) {
        .service-circle-grid {
            margin-top: 34px;
            gap: 20px;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        }

        .service-circle-card {
            width: 190px;
            height: 190px;
            padding: 18px 16px;
        }

        .service-circle-card__title {
            max-width: 125px;
            font-size: 24px;
            margin-bottom: 14px;
        }

        .service-circle-card__button {
            min-height: 36px;
            padding: 7px 14px;
            font-size: 11px;
        }
    }
.hero-booking-links {
    margin-top: 34px;
}

.hero-booking-links__title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(123, 101, 86, 0.75);
}

.hero-booking-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 390px;
}

.hero-booking-links__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 7px 15px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 8px 18px rgba(95, 74, 60, 0.06);

    color: rgba(123, 101, 86, 0.9);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    transition: all 0.22s ease;
}

.hero-booking-links__item:hover {
    background: rgba(143, 159, 120, 0.92);
    border-color: rgba(143, 159, 120, 0.92);
    color: #fff;
    box-shadow: 0 10px 22px rgba(95, 74, 60, 0.12);
    transform: translateY(-1px);
}
.hero-booking-links__item {
    background: rgba(255, 255, 255, 0.42);
    border-color: rgba(255, 255, 255, 0.65);
    color: rgba(123, 101, 86, 0.9);
}

.hero-booking-links__item:nth-child(1),
.hero-booking-links__item:nth-child(4) {
    background: rgba(143, 159, 120, 0.92);
    border-color: rgba(143, 159, 120, 0.92);
    color: #fff;
}

.legal-box h2{

  font-family: 'Petit Formal Script', serif;
 margin-top:10px;  line-height: 1.1;
  font-weight: 400;
  color: var(--sage);
}
.legal-list,.leg-p{
color: #8f7b69;
  font-size: 17px;
  line-height: 1.9;}