@charset "UTF-8";

body {
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4b565b;
  word-spacing: 3px;
}


sub,
sup {
  font-size: 60%;
}


a {
  color: #B8B68F;
  text-decoration: none !important;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}


a:hover, a:active, a:focus {
  color: #8C8170;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #8C8170;
}


h1,
.h1 {
  font-size: 38px;
}


h2,
.h2 {
  font-size: 32px;
}


h3,
.h3 {
  font-size: 26px;
}


h4,
.h4 {
  font-size: 20px;
}


h5,
.h5 {
  font-size: 16px;
}


h6,
.h6 {
  font-size: 14px;
}


p {
  margin-bottom: 23px;
}


hr {
  margin: 30px 0;
}


blockquote {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  background-image: url(../images/blockquote.png);
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-left-width: 0;
  padding: 15px;
  padding-left: 50px;
  border-radius: 1px;
}


input[type=radio],
input[type=checkbox] {
  border: 1px solid #ced4d7;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline-width: 0;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}


input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: #B8B68F;
}


input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  display: block;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


input[type=checkbox]:checked:before {
  content: '\f00c';
  color: #B8B68F;
  margin-top: 9px;
  font-size: 11px;
}


input[type=radio] {
  border-radius: 50%;
}


input[type=radio]:checked:before {
  content: '\f111';
  color: #B8B68F;
  margin-top: 9px;
  font-size: 8px;
}


img {
  max-width: 100%;
}


.navbar {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.navbar-default {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
}


.navbar-inverse {
  background-color: #8C8170;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: color 0.3s, padding 0.3s;
  transition: color 0.3s, padding 0.3s;
}


.navbar-inverse .navbar-nav > li > a:hover {
  color: #B8B68F;
}


.navbar-inverse .navbar-nav > li.active > a {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -3px #B8B68F;
          box-shadow: inset 0 -3px #B8B68F;
  color: #B8B68F;
}


.navbar-inverse .navbar-nav > li.active > a:hover, .navbar-inverse .navbar-nav > li.active > a:focus, .navbar-inverse .navbar-nav > li.active > a:active {
  color: #B8B68F;
  background-color: transparent;
}


.navbar-inverse .navbar-nav > li.show > a {
  background-color: transparent;
  color: #B8B68F;
}


.navbar-inverse .navbar-nav > li.show > a:hover, .navbar-inverse .navbar-nav > li.show > a:focus, .navbar-inverse .navbar-nav > li.show > a:active {
  color: #B8B68F;
  background-color: transparent;
}


.navbar-inverse .navbar-nav > li ul.dropdown-menu {
  background-color: #8C8170;
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  min-width: 200px;
  right: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 0;
}


.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a:hover {
  background-color: #B8B68F;
}


.navbar-inverse .navbar-nav > li ul.dropdown-menu > li.active > a {
  background-color: #B8B68F;
}


.navbar-urla {
  background-color: #B8B68F;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


.navbar-urla .navbar-nav > li > a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: color 0.3s, padding 0.3s;
  transition: color 0.3s, padding 0.3s;
}


.navbar-urla .navbar-nav > li > a:hover {
  color: #DECCA6;
}


.navbar-urla .navbar-nav > li.active > a {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -3px #DECCA6;
          box-shadow: inset 0 -3px #DECCA6;
  color: #DECCA6;
}


.navbar-urla .navbar-nav > li.active > a:hover, .navbar-urla .navbar-nav > li.active > a:focus, .navbar-urla .navbar-nav > li.active > a:active {
  color: #DECCA6;
  background-color: transparent;
}


.navbar-urla .navbar-nav > li.show > a {
  background-color: transparent;
  color: #DECCA6;
}


.navbar-urla .navbar-nav > li.show > a:hover, .navbar-urla .navbar-nav > li.show > a:focus, .navbar-urla .navbar-nav > li.show > a:active {
  color: #DECCA6;
  background-color: transparent;
}


.navbar-urla .navbar-nav > li ul.dropdown-menu {
  background-color: rgba(160,158,120,0.95);
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  min-width: 200px;
  right: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 0;
}


.navbar-urla .navbar-nav > li ul.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


.navbar-urla .navbar-nav > li ul.dropdown-menu > li > a:hover {
  background-color: rgba(222,204,166,0.3);
}


.navbar-urla .navbar-nav > li ul.dropdown-menu > li.active > a {
  background-color: rgba(222,204,166,0.3);
}


.navbar-nav li {
  display: block;
}


.navbar-nav li a {
  display: block;
}


.navbar-nav > li > a {
  font-size: 16px;
  line-height: 20px;
  padding-top: 39px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}


.dropdown-menu {
  font-size: 14px;
}


.dropdown > ul {
  display: block;
  visibility: hidden;
  top: 110%;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


.dropdown > ul > .dropdown > ul {
  left: 100%;
  top: 0;
}


.dropdown.show > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}


.navbar-toggler {
  border-radius: 1px;
  border-color: #fff !important;
  margin-top: 20px;
  margin-right: 110px;
  margin-bottom: 21px;
  padding: 9px 10px;
}


.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  background-color: #B8B68F !important;
  border-color: #B8B68F !important;
}


.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}


.navbar-toggler .icon-bar {
  background-color: #fff;
}


.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}


.btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  border-radius: 1px;
  font-weight: 600;
  border-width: 0;
  padding: 8px 25px;
  -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}


.btn-dark {
  color: #FFF;
  background-color: #8C8170;
  border-color: #8C8170;
}


.btn-dark:hover {
  background-color: #264251;
  border-color: #264251;
  color: #fff;
}


.btn-outline-dark {
  border-width: 1px;
  border-style: solid;
  border-color: #8C8170;
  color: #8C8170;
}


.btn-outline-dark:hover {
  background-color: #8C8170;
  border-color: #8C8170;
  color: #fff;
}


.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}


.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}


.btn-outline-default {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  color: #333;
}


.btn-outline-default:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #333;
}


.btn-main {
  color: #FFF;
  background-color: #B8B68F;
  border-color: #B8B68F;
}


.btn-main:hover {
  background-color: #eec341;
  border-color: #eec341;
  color: #fff;
}


.btn-outline-main {
  border-width: 1px;
  border-style: solid;
  border-color: #eec341;
  color: #eec341;
}


.btn-outline-main:hover {
  background-color: #eec341;
  border-color: #eec341;
  color: #fff;
}


.btn-outline-urla {
  background-color: transparent;
  border: 2px solid #DECCA6;
  color: #5a4e42;
}


.btn-outline-urla:hover {
  background-color: #DECCA6;
  border-color: #DECCA6;
  color: #fff;
}


.btn-dark-main {
  color: #FFF;
  background-color: #8C8170;
  border-color: #8C8170;
}


.btn-dark-main:hover {
  background-color: #B8B68F;
  border-color: #B8B68F;
  color: #fff;
}


.btn-outline-dark-main {
  border-width: 1px;
  border-style: solid;
  border-color: #8C8170;
  color: #8C8170;
}


.btn-outline-dark-main:hover {
  background-color: #B8B68F;
  border-color: #B8B68F;
  color: #fff;
}


.btn-primary {
  color: #FFF;
  background-color: #3b95e8;
  border-color: #3b95e8;
}


.btn-primary:hover {
  background-color: #69aeed;
  border-color: #69aeed;
  color: #fff;
}


.btn-outline-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #3b95e8;
  color: #3b95e8;
}


.btn-outline-primary:hover {
  background-color: #3b95e8;
  border-color: #3b95e8;
  color: #fff;
}


.btn-success {
  color: #FFF;
  background-color: #40c640;
  border-color: #40c640;
}


.btn-success:hover {
  background-color: #67d267;
  border-color: #67d267;
  color: #fff;
}


.btn-outline-success {
  border-width: 1px;
  border-style: solid;
  border-color: #40c640;
  color: #40c640;
}


.btn-outline-success:hover {
  background-color: #40c640;
  border-color: #40c640;
  color: #fff;
}


.btn-warning {
  color: #FFF;
  background-color: #f6a430;
  border-color: #f6a430;
}


.btn-warning:hover {
  background-color: #f8b961;
  border-color: #f8b961;
  color: #fff;
}


.btn-outline-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #f6a430;
  color: #f6a430;
}


.btn-outline-warning:hover {
  background-color: #f6a430;
  border-color: #f6a430;
  color: #fff;
}


.btn-info {
  color: #FFF;
  background-color: #2ebfea;
  border-color: #2ebfea;
}


.btn-info:hover {
  background-color: #5ccdef;
  border-color: #5ccdef;
  color: #fff;
}


.btn-outline-info {
  border-width: 1px;
  border-style: solid;
  border-color: #2ebfea;
  color: #2ebfea;
}


.btn-outline-info:hover {
  background-color: #2ebfea;
  border-color: #2ebfea;
  color: #fff;
}


.btn-danger {
  color: #FFF;
  background-color: #f23a34;
  border-color: #f23a34;
}


.btn-danger:hover {
  background-color: #f56964;
  border-color: #f56964;
  color: #fff;
}


.btn-outline-danger {
  border-width: 1px;
  border-style: solid;
  border-color: #f23a34;
  color: #f23a34;
}


.btn-outline-danger:hover {
  background-color: #f23a34;
  border-color: #f23a34;
  color: #fff;
}


.btn-link {
  color: #B8B68F;
}


.progress {
  border-radius: 1px;
  height: 8px;
  overflow: visible;
  margin-top: 45px;
}


.progress + .progress {
  margin-top: 60px;
}


.progress .progress-bar {
  position: relative;
  background-color: #B8B68F;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.progress .progress-bar .mg-progress-bar-popup {
  font-family: 'Raleway', sans-serif;
  color: #8C8170;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  top: -35px;
  right: 0;
}


.progress .progress-bar .mg-progress-bar-left {
  font-family: 'Raleway', sans-serif;
  color: #8C8170;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  top: -35px;
  left: 0;
}


.progress .progress-bar.bg-dark {
  background-color: #8C8170 !important;
}


.progress .progress-bar.bg-primary {
  background-color: #3b95e8 !important;
}


.progress .progress-bar.bg-success {
  background-color: #40c640 !important;
}


.progress .progress-bar.bg-info {
  background-color: #2ebfea !important;
}


.progress .progress-bar.bg-warning {
  background-color: #f6a430 !important;
}


.progress .progress-bar.bg-danger {
  background-color: #f23a34 !important;
}


.progress.progress-outline {
  height: 11px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eaedee;
  background-color: transparent;
  padding: 3px;
}


.nav-tabs,
.nav-tabs.nav-justified {
  border-bottom-width: 0;
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}


.nav-tabs > li,
.nav-tabs.nav-justified > li {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}


.nav-tabs .nav-link {
  border-radius: 0;
  border-width: 1px 1px 1px 0;
  border-color: #eaedee;
  border-style: solid;
}


.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  border-width: 1px 1px 1px 0;
  border-color: #eaedee;
  border-style: solid;
  background-color: #fff;
  color: #8C8170;
  outline-width: 0 !important;
  border-radius: 0;
  padding: 10px 20px;
  margin-right: 0;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}


.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover {
  background-color: #B8B68F;
  color: #fff;
  border-color: #B8B68F;
}


.nav-tabs > li > a.active,
.nav-tabs.nav-justified > li > a.active {
  border-left-width: 0;
  border-color: #eaedee;
  -webkit-box-shadow: inset 0 1px #B8B68F;
          box-shadow: inset 0 1px #B8B68F;
  border-bottom-color: transparent;
  border-top-color: #B8B68F;
  color: #B8B68F;
}


.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs > li > a.active:focus,
.nav-tabs.nav-justified > li > a.active:focus,
.nav-tabs > li > a.active:active,
.nav-tabs.nav-justified > li > a.active:active {
  border-left-width: 0;
  border-color: #eaedee;
  border-bottom-color: transparent;
  border-top-color: #B8B68F;
  color: #B8B68F;
  background-color: #fff;
}


.nav-tabs > li:first-child > a,
.nav-tabs.nav-justified > li:first-child > a {
  border-left-width: 1px !important;
}


.nav-tabs.nav-justified {
  bottom: -1px;
}


.tab-content {
  border: 1px solid #eaedee;
  padding: 20px;
  margin-bottom: 0;
}


.alert {
  border-radius: 1px;
  margin-bottom: 23px;
}


.alert .mg-alert-icon {
  font-size: 28px;
  line-height: 56px;
  width: 60px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #8C8170;
}


.alert .close {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


.alert .close:hover {
  opacity: 1;
}


.alert-success {
  border-color: #d0edce;
  background-color: #effbf0;
  color: #60a662;
}


.alert-success .mg-alert-icon {
  color: #60a662;
  border-color: #60a662;
}


.alert-success .mg-alert-payment {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
}


.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success h5,
.alert-success h6 {
  color: #60a662;
  margin-top: 0;
}


.alert-success .close {
  color: #60a662;
}


.alert-info {
  border-color: #bceafc;
  background-color: #e3f5fc;
  color: #53adcf;
}


.alert-info .mg-alert-icon {
  color: #53adcf;
  border-color: #53adcf;
}


.alert-info .mg-alert-payment {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
}


.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6 {
  color: #53adcf;
  margin-top: 0;
}


.alert-info .close {
  color: #53adcf;
}


.alert-warning {
  border-color: #f6e4bd;
  background-color: #fdf8ed;
  color: #d3a33b;
}


.alert-warning .mg-alert-icon {
  color: #d3a33b;
  border-color: #d3a33b;
}


.alert-warning .mg-alert-payment {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
}


.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning h5,
.alert-warning h6 {
  color: #d3a33b;
  margin-top: 0;
}


.alert-warning .close {
  color: #d3a33b;
}


.alert-danger {
  border-color: #faced3;
  background-color: #fceaec;
  color: #e74659;
}


.alert-danger .mg-alert-icon {
  color: #d3a33b;
  border-color: #d3a33b;
}


.alert-danger .mg-alert-payment {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
}


.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6 {
  color: #d3a33b;
  margin-top: 0;
}


.alert-danger .close {
  color: #d3a33b;
}


.alert-primary {
  color: #1466d6;
  background-color: #ecf4ff;
  border-color: #cfe1f9;
}


.alert-primary .mg-alert-icon {
  color: #1466d6;
  border-color: #1466d6;
}


.alert-primary h1, .alert-primary h2, .alert-primary h3, .alert-primary h4, .alert-primary h5, .alert-primary h6 {
  color: #1466d6;
  margin-top: 0;
}


.alert-primary .close {
  color: #1466d6;
}


.alert-secondary {
  color: #4b5e71;
  background-color: #ebeff3;
  border-color: #d2dce6;
}


.alert-secondary .mg-alert-icon {
  color: #4b5e71;
  border-color: #4b5e71;
}


.alert-secondary h1, .alert-secondary h2, .alert-secondary h3, .alert-secondary h4, .alert-secondary h5, .alert-secondary h6 {
  color: #4b5e71;
  margin-top: 0;
}


.alert-secondary .close {
  color: #4b5e71;
}


.alert-light {
  color: #7d8a90;
  background-color: #f8fafb;
  border-color: #f1f5f7;
}


.alert-light .mg-alert-icon {
  color: #7d8a90;
  border-color: #7d8a90;
}


.alert-light h1, .alert-light h2, .alert-light h3, .alert-light h4, .alert-light h5, .alert-light h6 {
  color: #7d8a90;
  margin-top: 0;
}


.alert-light .close {
  color: #7d8a90;
}


.alert-dark {
  color: #ffffff;
  background-color: #3b4a52;
  border-color: #3b4a52;
}


.alert-dark .mg-alert-icon {
  color: #ffffff;
  border-color: #ffffff;
}


.alert-dark h1, .alert-dark h2, .alert-dark h3, .alert-dark h4, .alert-dark h5, .alert-dark h6 {
  color: #ffffff;
  margin-top: 0;
}


.alert-dark .close {
  color: #ffffff;
}
.custom-select,
.form-control {
  font-size: 14px;
  border-radius: 1px;
  margin-bottom: 20px;
  border-color: #ced4d7;
  padding: 8px 12px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4b565b;
}


.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
  color: #ced4d7;
}


.custom-select:focus,
.form-control:focus {
  border-color: #B8B68F;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}


.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.parallax {
  background-attachment: fixed !important;
}


ul.styled-list li {
  list-style: none;
  padding-left: 0;
}


ul.styled-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #8C8170;
}


ul.styled-list.list-caret li:before {
  content: '\f0da';
}


ul.styled-list.list-hand li:before {
  content: '\f0a4';
}


ul.styled-list.list-chevron li:before {
  content: '\f054';
}


ul.styled-list.list-times li:before {
  content: '\f00d';
}


ul.styled-list.list-star li:before {
  content: '\f006';
}


.header {
  width: 100%;
}


.header.transp {
  position: absolute;
  top: 0;
  z-index: 999;
}


.header.transp .navbar-inverse {
  background-color: rgba(184,182,143,0.3);
}


.header.transp .navbar-urla {
  background-color: rgba(184,182,143,0.3);
}


.header.transp .navbar-default {
  background-color: rgba(255, 255, 255, 0.3);
}


.header .navbar-default,
.header .navbar-inverse {
  text-align: right;
}


.header.center-content {
  text-align: center;
}


.header.center-content .navbar-header {
  float: none;
}


.header.center-content .navbar-header .navbar-brand {
  float: none;
  display: inline-block;
}


.header.center-content .navbar-right {
  float: none !important;
}


.header.center-content .container {
  width: 100%;
  padding: 0;
}


.header.center-content .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}


.header.center-content .navbar-default .navbar-collapse {
  border-color: rgba(0, 0, 0, 0.05);
}


.header.center-content .navbar-nav {
  float: none;
  display: inline-block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}


.header.center-content .navbar-nav > li > a {
  padding: 20px 25px;
}


.header.sticky-on {
  position: fixed;
  top: 0;
  z-index: 999;
}


.header.sticky-on .mg-search-box {
  background-color: rgba(184,182,143,0.95);
}


.header.sticky-on .navbar-inverse {
  background-color: rgba(184,182,143,0.95);
}


.header.sticky-on .navbar-urla {
  background-color: rgba(184,182,143,0.95);
}


.header.sticky-on .navbar-urla .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}


.header.sticky-on .navbar-inverse .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}


.header.sticky-on .navbar-brand > img {
  height: 50px;
}


.header.sticky-on.center-content .navbar-header .navbar-brand {
  display: none;
}


.header.sticky-on .mg-search-box-cont {
  margin: 12px 20px 13px;
}


.header.sticky-on .mg-search-box {
  bottom: -71px;
}


.navbar-brand {
  float: left;
  height: auto;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0 !important;
}


.navbar-brand img {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.header.transp + .mg-page-title {
  padding-top: 167px;
}


.header.transp.center-content + .mg-page-title {
  padding-top: 235px;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}


.carousel-fade .carousel-inner .active {
  opacity: 1;
}


.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}


.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}


.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel-caption {
  right: 15%;
  left: 15%;
  text-shadow: none;
  padding: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}


.carousel-caption > h2 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 67px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}


.carousel-caption > h2:after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #B8B68F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}


.carousel-caption > img {
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, margin-top 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}


.carousel-caption > p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}


.header.transp + .carousel .carousel-caption {
  margin-bottom: -40px;
}


.header.transp.center-content + .carousel .carousel-caption {
  margin-bottom: -60px;
}


.carousel-inner .carousel-item.active .carousel-caption > h2 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.carousel-inner .carousel-item.active .carousel-caption > h2:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.carousel-inner .carousel-item.active .carousel-caption > p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.carousel-inner .carousel-item.active .carousel-caption > img {
  opacity: 1;
  margin-top: 0px;
}


/*###
    ### Active at init fixed
    ###*/
.carousel-inner > .beactive {
  display: block;
}


.carousel-control {
  width: 80px;
  height: 120px;
  top: 50%;
  margin-top: -60px;
  background-color: rgba(255, 255, 255, 0.2);
  /*background-image: url(../images/cur-arrow-left.png) !important;*/
  background-image: url(../../../../resources/images/cur-arrow-left-yesil.png?v=1.0.0) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 33px 60px;
  -webkit-transition: left 0.3s, right 0.3s;
  transition: left 0.3s, right 0.3s;
}


.carousel-control.left {
  left: -100px;
}


.carousel-control.right {
  /*background-image: url(../images/cur-arrow-right.png) !important;*/
  background-image: url(../../../../resources/images/cur-arrow-right-yesil.png?v=1.0.0) !important;
  right: -100px;
}


.header.transp + .carousel .carousel-control {
  margin-top: -10px !important;
}


.header.transp.center-content + .carousel .carousel-control {
  margin-top: 22px !important;
}


.carousel {
  overflow: hidden;
}


.carousel:hover .carousel-control.left {
  left: 0;
}


.carousel:hover .carousel-control.right {
  right: 0;
}
/*.mg-gallery-page,
*/
#mg-grid {
  position: relative;
  overflow: visible !important;
  margin-top: 25px;
}
.tagActive a {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  color: #B8B68F !important;
  background-color:#ffffff !important;
  border-color: #B8B68F !important;
  
}


.tagActive a:hover {
  color: #fff !important;
  background-color:#DECCA6 !important;
  border-color: #DECCA6 !important;
}
.tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  /*background-color: #8C8170;*/
  background-color:#B8B68F;
  color: #fff;
  border-radius: 1px;
  margin-right: 2px;
  margin-bottom: 6px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}


.tagcloud a:hover {
  background-color: #B8B68F;
}
.media .media-object {
  border-radius: 50%;
}


.media .media-body {
  position: relative;
  width: 100%;
}


.media .media-body .mg-comment-body {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 20px;
}


.media .media-body .media-heading {
  font-size: 17px;
  line-height: 27px;
  color: #8C8170;
}


.media .media-body .media-heading a {
  color: #8C8170;
}


.media .media-body span {
  display: block;
  color: #adb9bf;
  margin-bottom: 10px;
}


.media .media-body span a {
  color: #adb9bf;
}


.media .media-body .btn-comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}


/*

*/
.table > thead > tr > th {
  background-color: #f8f9f9;
  color: #8C8170;
}


.card {
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #eaedee;
  margin-bottom: 20px;
  border-bottom: 0;
}


.card .collapse {
  border-bottom: 0;
}


.card .collapse.show {
  border-bottom: 1px solid #eaedee;
}


.card .collapsing {
  border-bottom: 1px solid #eaedee;
}


.card .card-header {
  border-color: #eaedee;
  background-color: #fff;
  padding: 0;
}


.card .card-header a {
  display: block;
  padding: 10px 15px;
  position: relative;
  color: #B8B68F;
  outline-width: 0;
}


.card .card-header a:after {
  content: '';
  width: 21px;
  height: 1px;
  background-color: #B8B68F;
  position: absolute;
  top: 50%;
  right: 20px;
}


.card .card-header a:before {
  content: '';
  width: 1px;
  height: 21px;
  background-color: #B8B68F;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.2s;
  transition: -webkit-transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}


.card .card-header a.collapsed {
  color: #8C8170;
}


.card .card-header a.collapsed:before {
  background-color: #8C8170;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.card .card-header a.collapsed:after {
  background-color: #8C8170;
}


.card .card-header .panel-title {
  font-size: 19px;
  margin-bottom: 0;
}


.card .card-header + .panel-collapse > .panel-body {
  border-top-color: #eaedee;
}
@media (max-width: 1199px) {
  .carousel-caption > h2 {
    font-size: 55px;
  }

  .carousel-caption > p {
    font-size: 20px;
  }

}


@media (max-width: 991px) {
  .carousel-caption > h2 {
    font-size: 45px;
  }
  .carousel-caption > p {
    font-size: 20px;
  }
  .navbar-nav > li > a {
    padding: 28px 9px 27px;
  }
  .navbar-brand img {
    height: 55px;
  }

}


@media (max-width: 767px) {
  .container {
    width: 480px;
  }
  .carousel-caption > h2 {
    font-size: 35px;
  }
  .carousel-caption > p {
    font-size: 16px;
  }
  .header .container {
    position: relative;
  }
  .header .navbar-collapse {
    background-color: rgba(184,182,143,0.95);
    position: absolute;
    top: 100%;
    right: 15px;
    min-width: 300px;
    padding: 0;
    text-align: left;
    z-index: 99;
  }
  .header .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff !important;
    background-color: #B8B68F !important;
  }
  .navbar-nav > li > a {
    padding: 15px 20px !important;
  }
  .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #B8B68F !important;
  }
  .dropdown > ul {
    display: none;
    padding-left: 20px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .dropdown > ul a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .dropdown > ul a:hover {
    color: #B8B68F !important;
  }
  .navbar-inverse .navbar-nav > li.active > a {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff !important;
    background-color: #B8B68F !important;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.show {
    display: block !important;
  }

}


@media (max-width: 662px) {
  .header.transp + .carousel .carousel-caption {
    margin-bottom: 0;
  }
  .carousel-caption > h2 {
    font-size: 25px;
  }
  .carousel-caption > p {
    font-size: 14px;
    line-height: 23px;
  }
  .carousel-caption > img {
    width: 100px;
  }
  .header.transp + .carousel .carousel-control {
    margin-top: -60px !important;
  }
  .header.transp {
    position: relative;
    top: 0;
    z-index: 999;
  }
  .header.transp .navbar-inverse {
    background-color: #8C8170;
  }
  .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header.transp + .mg-page-title {
    padding-top: 70px;
  }

}


@media (max-width: 480px) {
  .container {
    width: 100%;
  }

}


/*
   * Boxed Mode Responsive 
   */
@media (max-width: 500px) {
  .navbar > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width: 400px) {
  .navbar-brand img {
    height: 40px;
  }

}


.text-urla {
  color: #B8B68F !important;
}


a.text-urla:hover, a.text-urla:focus {
  color: #B8B68F !important;
}


.bg-urla {
  background-color: #B8B68F !important;
  color:white;
}


a.bg-urla:hover, a.bg-urla:focus,
button.bg-urla:hover,
button.bg-urla:focus {
  background-color: #B8B68F !important;
  color:white;
}


.border-urla {
	border-style: solid;
	border-color: #B8B68F;
}


.word-wrap-enable {
	word-wrap: break-word;
}


/* =============================================================
   V2 COMPONENT STYLES
   MainPageV2, WebEventV2, FutureEventsBar_v2

   Renk Paleti:
   #B8B68F  — birincil accent (dekoratif çizgiler, badge)
   #DECCA6  — ikincil accent (CTA, hover, öne çıkan)
   #8C8170  — yapısal arka plan (header, events bar)
   #EBE6D2  — yüzey (alt section bg, hafif dolgular)
   #DBD3C6  — nötr (kenarlıklar, ayırıcılar)
   ============================================================= */

/* --- Hero (MainPageV2) --- */
.hero-v2 {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	overflow: hidden;
}

.hero-v2 .jarallax {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 0;
}

.hero-v2::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 40%;
	background: linear-gradient(to top, rgba(90,78,66,0.75), transparent);
	z-index: 1;
	pointer-events: none;
}

.hero-v2__overlay {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding-bottom: 80px;
	text-align: center;
	color: #fff;
}

.hero-v2__overlay h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 52px;
	font-weight: 300;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px;
	text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.hero-v2__overlay p {
	font-family: 'Lora', serif;
	font-size: 18px;
	max-width: 600px;
	margin: 0 auto;
	opacity: 0.9;
	text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.hero-v2__scroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	animation: bounceDown 2s infinite;
}

.hero-v2__scroll i {
	color: rgba(255,255,255,0.7);
	font-size: 28px;
}

@keyframes bounceDown {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(10px); }

}


/* --- Section shared (MainPageV2) --- */
.section-v2 {
	padding: 80px 0;
}

.section-v2--alt {
	background-color: #EBE6D2;
}

.section-v2--dark {
	background-color: #4b565b;
}

.section-v2--dark .section-v2__title h2 {
	color: #fff;
}

.section-v2--dark .section-v2__title::after {
	background: #DECCA6;
}

.section-v2--dark .btn-outline-urla {
	color: #fff;
	border-color: #DECCA6;
}

.section-v2--dark .btn-outline-urla:hover {
	background: #DECCA6;
	color: #fff;
}


.section-v2--dark-v2 {
	background-color: #8C8170;
}

.section-v2--dark-v2 .section-v2__title h2 {
	color: #fff;
}

.section-v2--dark-v2 .section-v2__title::after {
	background: #DECCA6;
}

.section-v2--dark-v2 .btn-outline-urla {
	color: #fff;
	border-color: #DECCA6;
}

.section-v2--dark-v2 .btn-outline-urla:hover {
	background: #DECCA6;
	color: #fff;
}


.section-v2__title {
	text-align: center;
	margin-bottom: 50px;
}

.section-v2__title h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #4b565b;
	margin-bottom: 12px;
}

.section-v2__title p {
	font-family: 'Lora', serif;
	color: #7a8a8f;
	font-size: 16px;
	max-width: 600px;
	margin: 0 auto;
}

.section-v2__title::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #B8B68F;
	margin: 20px auto 0;
}


/* --- About (MainPageV2) --- */
.about-v2 {
	display: flex;
	align-items: center;
	gap: 50px;
}

.about-v2__text {
	flex: 1;
}

.about-v2__text h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #4b565b;
	margin-bottom: 20px;
}

.about-v2__text h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #B8B68F;
	margin-top: 16px;
}

.about-v2__media {
	flex: 0 0 320px;
}

.about-v2__media img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0,0,0,0.12);
	transition: transform 0.4s ease;
}

.about-v2__media img:hover {
	transform: scale(1.03);
}


/* --- Gault Millau (MainPageV2) --- */
.gaultmillau-v2 {
	text-align: center;
}

.gaultmillau-v2 h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #4b565b;
	margin-bottom: 12px;
}

.gaultmillau-v2 h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #DECCA6;
	margin: 16px auto 0;
}

.gaultmillau-v2 p {
	max-width: 700px;
	margin: 16px auto;
	color: #4b565b;
}

.gaultmillau-v2 img {
	max-width: 420px;
	width: 100%;
	margin-top: 24px;
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}


/* --- Venue cards (MainPageV2) --- */
.venues-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.venue-card-v2 {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.venue-card-v2 img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.venue-card-v2:hover img {
	transform: scale(1.08);
}

.venue-card-v2__overlay {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 30px 20px 20px;
	background: linear-gradient(to top, rgba(90,78,66,0.85), transparent);
	transition: padding-bottom 0.4s ease;
}

.venue-card-v2:hover .venue-card-v2__overlay {
	padding-bottom: 30px;
}

.venue-card-v2__overlay h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.venue-card-v2__overlay p {
	color: rgba(255,255,255,0.75);
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}


/* --- Instagram (MainPageV2 & WebEventV2) --- */
.instagram-v2 {
	padding: 60px 0;
	background: #fff;
}

.ev2-instagram {
	padding: 60px 0;
	background: #EBE6D2;
}


/* --- Settlement plan (MainPageV2) --- */
.settlement-v2 {
	text-align: center;
	padding: 50px 0 70px;
}

.settlement-v2 .btn-outline-urla {
	font-size: 18px !important;
	padding: 14px 40px;
	border-radius: 4px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.settlement-v2 .btn-outline-urla:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(222,204,166,0.4);
}


/* --- Intro text (MainPageV2) --- */
.intro-v2 {
	text-align: center;
	padding: 70px 0 40px;
}

.intro-v2__content {
	max-width: 720px;
	margin: 0 auto;
	font-family: 'Lora', serif;
	font-size: 17px;
	line-height: 1.8;
	color: #4b565b;
}


/* --- Events V2 (FutureEventsBar_v2) --- */
.events-v2 {
	background: #8C8170;
	padding: 80px 0;
	overflow: hidden;
}

.events-v2 .section-v2__title h2 {
	color: #fff;
}

.events-v2 .section-v2__title::after {
	background: #DECCA6;
}

.events-v2 .splide__slide {
	padding: 0 4px;
}

.events-v2__card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

.events-v2__card-img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.events-v2__card:hover .events-v2__card-img {
	transform: scale(1.06);
}

.events-v2__card-overlay {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 60px 20px 24px;
	background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 50%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: padding-bottom 0.4s ease;
}

.events-v2__card:hover .events-v2__card-overlay {
	padding-bottom: 32px;
}

.events-v2__card-date {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #DECCA6;
	margin-bottom: 8px;
}

.events-v2__card-title {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	line-height: 1.4;
	transition: color 0.3s;
}

.events-v2__card:hover .events-v2__card-title {
	color: #DECCA6;
}

.events-v2__card::after {
	content: '';
	position: absolute;
	top: 0; left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
	transition: left 0.6s ease;
	pointer-events: none;
}

.events-v2__card:hover::after {
	left: 100%;
}

.events-v2__nav {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 30px;
}

.events-v2__nav-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #DBD3C6;
	background: transparent;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.events-v2__nav-btn:hover {
	background: #DECCA6;
	color: #fff;
	border-color: #DECCA6;
	transform: scale(1.1);
}

.events-v2 .splide__arrows,
.events-v2 .splide__pagination {
	display: none;
}


/* --- WebEvent V2 Header --- */
.ev2-header {
	padding: 180px 0 60px;
	background: #8C8170;
}

.ev2-header__inner {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.ev2-header__image {
	flex: 0 0 380px;
	width: 380px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(0,0,0,0.2);
}

.ev2-header__image a {
	display: block;
	cursor: zoom-in;
	position: relative;
}

.ev2-header__image a::after {
	content: '\f00e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.45);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.ev2-header__image a:hover::after {
	opacity: 1;
}

.ev2-header__image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ev2-header__image:hover img {
	transform: scale(1.04);
}

.ev2-header__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
}

.ev2-header__date {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	padding: 8px 18px;
	border: 1px solid #DBD3C6;
	border-radius: 4px;
	background: rgba(184,182,143,0.25);
	width: fit-content;
}

.ev2-header__title {
	font-family: 'Raleway', sans-serif;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 24px;
	line-height: 1.2;
}

.ev2-header__meta {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ev2-header__meta li {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #5a4e42;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ev2-header__meta li i {
	color: #DECCA6;
	width: 18px;
	text-align: center;
}

.ev2-header__cta {
	margin-top: 32px;
}

.ev2-header__cta-btn {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 14px 44px;
	border: 2px solid #DECCA6;
	border-radius: 4px;
	color: #5a4e42;
	background: transparent;
	text-decoration: none;
	transition: all 0.4s ease;
}

.ev2-header__cta-btn:hover {
	background: #DECCA6;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(222,204,166,0.4);
}


/* --- WebEvent V2 Body --- */
.ev2-body {
	padding: 70px 0 80px;
}

.ev2-body__content {
	font-family: 'Lora', serif;
	font-size: 17px;
	line-height: 1.9;
	color: #4b565b;
}

.ev2-body__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

.ev2-body__content p {
	margin-bottom: 20px;
}


/* --- WebEvent V2 CTA --- */
.ev2-cta {
	text-align: center;
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #DBD3C6;
}

.ev2-cta__btn {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 16px 50px;
	border: 2px solid #DECCA6;
	border-radius: 4px;
	color: #5a4e42;
	background: transparent;
	text-decoration: none;
	transition: all 0.4s ease;
}

.ev2-cta__btn:hover {
	background: #DECCA6;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(222,204,166,0.4);
}


/* --- WebEvent V2 Sidebar --- */
.ev2-sidebar {
	position: sticky;
	top: 120px;
}

.ev2-sidebar__title {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #4b565b;
	margin-bottom: 30px;
	padding-bottom: 14px;
	border-bottom: 2px solid #DECCA6;
}

.ev2-sidebar__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 16px 0;
	border-bottom: 1px solid #DBD3C6;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.ev2-sidebar__item:hover {
	transform: translateX(6px);
}

.ev2-sidebar__item-img {
	flex: 0 0 70px;
	width: 70px;
	height: 90px;
	object-fit: cover;
	border-radius: 6px;
	transition: box-shadow 0.3s ease;
}

.ev2-sidebar__item:hover .ev2-sidebar__item-img {
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.ev2-sidebar__item-info {
	flex: 1;
	min-width: 0;
}

.ev2-sidebar__item-date {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B8B68F;
	margin-bottom: 4px;
}

.ev2-sidebar__item-name {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #4b565b;
	margin: 0;
	line-height: 1.4;
	transition: color 0.3s;
}

.ev2-sidebar__item:hover .ev2-sidebar__item-name {
	color: #DECCA6;
}


/* --- Scroll Reveal (shared V2) --- */
.ev2-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.ev2-reveal--visible {
	opacity: 1;
	transform: translateY(0);
}


/* --- V2 Responsive --- */
@media (max-width: 991px) {
	.hero-v2 {
		height: 70vh;
	}
	.hero-v2__overlay h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}
	.about-v2 {
		flex-direction: column;
		gap: 30px;
	}
	.about-v2__media {
		flex: 0 0 auto;
		width: 100%;
		max-width: 400px;
	}
	.venues-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.events-v2__card-img {
		height: 360px;
	}
	.ev2-header__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.ev2-header__image {
		flex: 0 0 auto;
		width: 60%;
		max-width: 380px;
	}
	.ev2-header__info {
		padding: 20px 0 0;
		align-items: center;
	}
	.ev2-header__title {
		font-size: 32px;
		letter-spacing: 2px;
	}
	.ev2-header__meta {
		display: inline-block;
		text-align: left;
	}
	.ev2-body {
		padding: 50px 0 60px;
	}
	.ev2-sidebar {
		position: static;
		margin-top: 50px;
		padding-top: 40px;
		border-top: 1px solid #DBD3C6;
	}
}

@media (max-width: 575px) {
	.hero-v2 {
		height: 60vh;
		min-height: 400px;
	}
	.hero-v2__overlay h1 {
		font-size: 26px;
		letter-spacing: 2px;
	}
	.hero-v2__overlay p {
		font-size: 15px;
		padding: 0 20px;
	}
	.section-v2 {
		padding: 50px 0;
	}
	.section-v2__title h2 {
		font-size: 26px;
	}
	.venues-v2__grid {
		grid-template-columns: 1fr;
	}
	.venue-card-v2 img {
		height: 240px;
	}
	.about-v2__text h2 {
		font-size: 26px;
	}
	.events-v2 {
		padding: 50px 0;
	}
	.events-v2__card-img {
		height: 320px;
	}
	.events-v2__card-title {
		font-size: 15px;
	}
	.ev2-header {
		padding: 130px 0 40px;
	}
	.ev2-header__image {
		width: 75%;
		max-width: 340px;
	}
	.ev2-header__image a::after {
		opacity: 0.6;
	}
	.ev2-header__title {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.ev2-header__date {
		font-size: 11px;
		letter-spacing: 2px;
	}
	.ev2-body__content {
		font-size: 16px;
	}
	.ev2-cta__btn {
		font-size: 14px;
		padding: 14px 36px;
	}
	.ev2-instagram {
		padding: 40px 0;
	}

}


/* =============================================================
   V2 PAGE STYLES — Dugun, Galeri, Etkinlik Takvimi, Kurumsal
   ============================================================= */

/* --- Page Hero Slider V2 (Dugun, Kurumsal) --- */
.page-hero-v2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.page-hero-v2 .splide__slide img {
	width: 100%;
	height: 75vh;
	object-fit: cover;
	display: block;
}

.page-hero-v2 .splide__pagination {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	padding: 0;
}

.page-hero-v2 .splide__pagination__page {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	border: none;
	margin: 0 4px;
	transition: all 0.3s;
}

.page-hero-v2 .splide__pagination__page.is-active {
	background: #DECCA6;
	transform: scale(1.3);
}

.page-hero-v2 .splide__arrow {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.25);
	opacity: 1;
}

.page-hero-v2 .splide__arrow:hover {
	background: rgba(222,204,166,0.8);
	border-color: #DECCA6;
}

.page-hero-v2 .splide__arrow svg {
	fill: #fff;
}


/* --- Photo Strip V2 (horizontal Splide strip — wedding highlights) --- */
.photo-strip-v2__item {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.photo-strip-v2__item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.photo-strip-v2__item:hover img {
	transform: scale(1.06);
}

.photo-strip-v2__item::after {
	content: '\f00e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 44px;
	height: 44px;
	background: rgba(222,204,166,0.9);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.photo-strip-v2__item:hover::after {
	transform: translate(-50%, -50%) scale(1);
}

.photo-strip-v2__nav {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
}


/* --- Photo Grid V2 (shared gallery grid) --- */
.photo-grid-v2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.photo-grid-v2__item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.photo-grid-v2__item img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
}

.photo-grid-v2__item:hover img {
	transform: scale(1.06);
}

.photo-grid-v2__item::after {
	content: '\f00e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 44px;
	height: 44px;
	background: rgba(222,204,166,0.9);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.photo-grid-v2__item:hover::after {
	transform: translate(-50%, -50%) scale(1);
}


/* --- Video Grid V2 --- */
.video-grid-v2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.video-grid-v2__item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.video-grid-v2__item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.video-grid-v2__item:hover img {
	transform: scale(1.04);
}

.video-grid-v2__item::after {
	content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(222,204,166,0.85);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s ease;
	pointer-events: none;
}

.video-grid-v2__item:hover::after {
	background: #DECCA6;
	transform: translate(-50%, -50%) scale(1.1);
}


/* --- Wedding Packages V2 --- */
.packages-v2 {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.package-card-v2 {
	flex: 1;
	border: 1px solid #DBD3C6;
	border-radius: 12px;
	padding: 36px 28px;
	background: #fff;
	transition: all 0.4s ease;
}

.package-card-v2:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(184,182,143,0.2);
	border-color: #B8B68F;
}

.package-card-v2 h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #4b565b;
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid #DECCA6;
}

.package-card-v2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.package-card-v2 ul li {
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #4b565b;
	padding: 8px 0;
	border-bottom: 1px solid #EBE6D2;
	display: flex;
	align-items: center;
	gap: 10px;
}

.package-card-v2 ul li:last-child {
	border-bottom: none;
}

.package-card-v2 ul li i {
	color: #B8B68F;
	font-size: 8px;
	flex-shrink: 0;
}


/* --- Included Services V2 --- */
.included-services-v2 {
	text-align: center;
}

.included-services-v2 h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #4b565b;
	margin-bottom: 20px;
}

.included-services-v2 ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
}

.included-services-v2 ul li {
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #4b565b;
	display: flex;
	align-items: center;
	gap: 8px;
}

.included-services-v2 ul li i {
	color: #B8B68F;
	font-size: 8px;
}


/* --- Parallax Section V2 --- */
.parallax-v2 {
	position: relative;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.parallax-v2::after {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(75,86,91,0.25);
}


/* --- Contact Overlay V2 --- */
.contact-overlay-v2 {
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 80px 0;
}

.contact-overlay-v2::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(75,86,91,0.4);
}

.contact-overlay-v2__inner {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 40px;
	background: #fff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.contact-overlay-v2__text {
	flex: 1;
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 1.8;
	color: #4b565b;
}

.contact-overlay-v2__info {
	flex: 0 0 300px;
}

.contact-overlay-v2__info h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #4b565b;
	margin-bottom: 20px;
}

.contact-overlay-v2__info table {
	width: 100%;
}

.contact-overlay-v2__info th {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #4b565b;
	padding: 10px 0;
	width: 40%;
}

.contact-overlay-v2__info td {
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #4b565b;
	padding: 10px 0;
}

.contact-overlay-v2__info a {
	color: #DECCA6;
	text-decoration: none;
	transition: color 0.3s;
}

.contact-overlay-v2__info a:hover {
	color: #B8B68F;
}


/* Dark variant — white text, no card background */
.contact-overlay-v2--dark .contact-overlay-v2__inner {
	background: rgba(0,0,0,0.35);
	backdrop-filter: blur(4px);
	color: #fff;
}

.contact-overlay-v2--dark .contact-overlay-v2__inner,
.contact-overlay-v2--dark .contact-overlay-v2__inner h1,
.contact-overlay-v2--dark .contact-overlay-v2__inner h2,
.contact-overlay-v2--dark .contact-overlay-v2__inner h3,
.contact-overlay-v2--dark .contact-overlay-v2__inner h4,
.contact-overlay-v2--dark .contact-overlay-v2__inner h5,
.contact-overlay-v2--dark .contact-overlay-v2__inner h6,
.contact-overlay-v2--dark .contact-overlay-v2__inner p,
.contact-overlay-v2--dark .contact-overlay-v2__inner span,
.contact-overlay-v2--dark .contact-overlay-v2__inner li,
.contact-overlay-v2--dark .contact-overlay-v2__inner td,
.contact-overlay-v2--dark .contact-overlay-v2__inner th,
.contact-overlay-v2--dark .contact-overlay-v2__inner label,
.contact-overlay-v2--dark .contact-overlay-v2__inner strong,
.contact-overlay-v2--dark .contact-overlay-v2__inner em,
.contact-overlay-v2--dark .contact-overlay-v2__inner a {
	color: #fff !important;
}

.contact-overlay-v2--dark .contact-overlay-v2__inner a:hover {
	color: #DECCA6 !important;
}


/* --- Splide Services Slider V2 --- */
.services-slider-v2 .splide__slide {
	padding: 0 8px;
	text-align: center;
}

.services-slider-v2 .splide__slide img {
	width: 100%;
	border-radius: 8px;
	transition: transform 0.4s ease;
}

.services-slider-v2 .splide__slide:hover img {
	transform: scale(1.03);
}

.services-slider-v2 .splide__slide h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #4b565b;
	margin-top: 12px;
}

.services-slider-v2 .splide__pagination__page {
	background: #DBD3C6;
}

.services-slider-v2 .splide__pagination__page.is-active {
	background: #DECCA6;
}


/* --- Event Calendar V2 --- */
.calendar-v2 {
	padding-top: 160px;
}

.calendar-v2__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.calendar-v2__card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: all 0.4s ease;
}

.calendar-v2__card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}

.calendar-v2__card-img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.calendar-v2__card:hover .calendar-v2__card-img {
	transform: scale(1.05);
}

.calendar-v2__card-body {
	padding: 20px;
}

.calendar-v2__card-date {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B8B68F;
	margin-bottom: 8px;
}

.calendar-v2__card-title {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #4b565b;
	margin: 0;
	line-height: 1.4;
	transition: color 0.3s;
}

.calendar-v2__card:hover .calendar-v2__card-title {
	color: #DECCA6;
}

.calendar-v2__past .calendar-v2__card-img {
	filter: grayscale(30%);
}

.calendar-v2__past .calendar-v2__card {
	opacity: 0.8;
}


/* --- Gallery V4 --- */
.gallery-v4 {
	padding-top: 160px;
}

.gallery-v4__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.gallery-v4__item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.gallery-v4__item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.gallery-v4__item:hover img {
	transform: scale(1.06);
}

.gallery-v4__item::after {
	content: '\f00e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 44px;
	height: 44px;
	background: rgba(222,204,166,0.9);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.gallery-v4__item:hover::after {
	transform: translate(-50%, -50%) scale(1);
}


/* --- Rooms Table V2 (white text) --- */
.rooms-table-v2 .table {
	color: #fff;
	border-collapse: separate;
	border-spacing: 0;
}

.rooms-table-v2 .table thead th {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(184,182,143,0.35);
	border-bottom: 2px solid #DECCA6;
	border-top: none;
	padding: 14px 16px;
}

.rooms-table-v2 .table tbody td {
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #fff;
	border-color: rgba(219,211,198,0.3);
	padding: 12px 16px;
	background: transparent;
}

.rooms-table-v2 .table tbody tr:hover td {
	background: rgba(184,182,143,0.15);
}


/* --- Corporate Meeting Rooms V2 --- */
.rooms-v2 {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.rooms-v2__table {
	flex: 1;
}

.rooms-v2__plan {
	flex: 1;
}

.rooms-v2__plan a {
	display: block;
}

.rooms-v2__plan img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.1);
	transition: transform 0.4s ease;
}

.rooms-v2__plan img:hover {
	transform: scale(1.02);
}


/* --- Static Page Header V2 (text-only, no slider) --- */
.page-header-v2 {
	padding: 120px 0 60px;
}


/* --- V2 New Pages Responsive --- */
@media (max-width: 991px) {
	.page-hero-v2 .splide__slide img {
		height: 50vh;
	}
	.photo-grid-v2 {
		grid-template-columns: repeat(3, 1fr);
	}
	.packages-v2 {
		flex-direction: column;
		align-items: center;
	}
	.package-card-v2 {
		width: 100%;
		max-width: 500px;
	}
	.contact-overlay-v2__inner {
		flex-direction: column;
	}
	.contact-overlay-v2__info {
		flex: 0 0 auto;
	}
	.calendar-v2__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-v4__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.rooms-v2 {
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.page-hero-v2 .splide__slide img {
		height: 40vh;
	}
	.photo-grid-v2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.photo-grid-v2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.video-grid-v2 {
		grid-template-columns: 1fr;
	}
	.calendar-v2 {
		padding-top: 120px;
	}
	.calendar-v2__grid {
		grid-template-columns: 1fr;
	}
	.calendar-v2__card-img {
		height: 300px;
	}
	.gallery-v4 {
		padding-top: 120px;
	}
	.gallery-v4__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-v4__item img {
		height: 180px;
	}
	.parallax-v2 {
		height: 300px;
		background-attachment: scroll;
	}
	.contact-overlay-v2 {
		padding: 40px 0;
	}
	.contact-overlay-v2__inner {
		padding: 24px;
	}

}
