/* 
	Table of Contents
	update on Mon Sep 02 2024 15:23:00 GMT+0300 (GMT+03:00)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Container --------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Animation --------------------------------
	         Fadein img -------------------------------
	         Pulse ------------------------------------
	         Homepage image ---------------------------
	         Area text --------------------------------
	     05. Logo animation ---------------------------
	II.  Regions --------------------------------------
	     01. Footer -----------------------------------
	     02. Header -----------------------------------
	     03. Sidebar ----------------------------------
	     04. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	     02. Card -------------------------------------
	     03. Form Elements ----------------------------
	     04. Form -------------------------------------
	     05. List -------------------------------------
	     06. Nav --------------------------------------
	     07. Section ----------------------------------
	     08. Slider -----------------------------------
	     09. Table ------------------------------------
	     10. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; }

details, menu { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { appearance: none; }

textarea { -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

table { width: 100%; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

article ul,
article ol,
.article ul,
.article ol  { list-style-type: disc !important; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

html { scroll-behavior: smooth; scroll-padding-top: 103px; }

body { min-width: 320px; background: white; font-family: 'Montserrat Regular', sans-serif; font-size: 1rem; line-height: 1.2; color: #383838; }

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

a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.6em; }

h1,
.h1 { font-size: 2.5rem; line-height: 48px; }

h2,
.h2 { font-size: 2.5rem; line-height: 48px; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

@media (max-width: 1499px) {
	html { font-size: 14px; }
}

@media (max-width: 1199px) {
	h1,
	.h1 { font-size: 24px; }

	h2,
	.h2 { font-size: 24px; }
}

@media (max-width: 991px) {
	h1,
	.h1 { font-size: 20px; }

	h2,
	.h2 { font-size: 20px; }
}

@media (max-width: 767px) {
	h1,
	.h1 { font-size: 18px; }

	h2,
	.h2 { font-size: 18px; }
}

/* Container */
@media(min-width: 767px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl { max-width: 1000px !important; }
}

/* @media(max-width: 1200px){
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl { max-width: 1500px !important; }
}

@media(max-width: 992px){
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl { max-width: 1280px !important; }
}

@media(max-width: 767px){
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl { max-width: 1140px !important; }
} */

@media(max-width: 575px){
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl { max-width: 100% !important; }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Europe Bold';
    src: url('../fonts/europe-bold_bg.allfont.net-webfont.woff') format('woff'),
    url('../fonts/europe-bold_bg.allfont.net-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/montserrat_regular_400-webfont.woff') format('woff'),
    url('../fonts/montserrat_regular_400-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Montserrat Semi Bold';
    src: url('../fonts/montserrat_semibold_600-webfont.woff') format('woff'),
    url('../fonts/montserrat_semibold_600-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.background { height: 900px; }

.transperant-dark { background: linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(56,56,56,.1) 100%) !important; }

.fancybox-thumbs__list a:before { border: 4px solid #E0AD7D !important; }
.fancybox-spaceball { background: white; }
.fancybox-image { position: relative !important; z-index: 30 !important; }

/* font family */
.ff-msb { font-family: 'Montserrat Semi Bold', sans-serif; font-weight: 600; }

/* colors */
.text-gold { color: #E0AD7D !important; }

@media (max-width: 1199px) {
	.background { height: 760px }
}

@media (max-width: 991px) {
	.background { height: 600px; background-position: center; }
	.transperant-dark { background-color: rgba(0,0,0,.9); }
}

@media (max-width: 767px) {
	.background-mobile { height: 550px; }
}

/* Animation */
/* Fadein img */
@keyframes fadeInImg {
	0% {opacity: 0; }
	100% {opacity: 1; }
}

/* Pulse */
@keyframes pulse {
	0% { box-shadow: 0 0 0 0 #E0AD7D; }
	100% { box-shadow: 0 0 0 17px #fbb32f01; }

}

/* Homepage image */
.svg-overlay svg { display: block; max-width: 1440px; margin: 0 auto; }
.svg-overlay svg a { text-decoration: none; transition: .3s ease; }
.svg-overlay svg text { padding: 1rem; background-color: #E0AD7D; font-family: 'Europe Bold', sans-serif; }
.svg-overlay svg a:hover .hotspot-default { fill: #E0AD7D; fill-opacity: 0.5; stroke: #4f5255; stroke-opacity: 1.01; }
.hotspot-default { stroke-width: 2; fill: #ffffff; fill-opacity: 0; stroke: #ffffff; stroke-opacity: 0; }
.svg-overlay svg foreignObject { width: 150px; height: 50px; opacity: 0; transition: .3s ease; }
.svg-overlay svg foreignObject span { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; background-color: #383838; color: white; font-size: 16px; text-align: center; }
.svg-overlay svg a:hover foreignObject { opacity: 1; }

@media (max-width: 767px) {
	.svg-overlay svg foreignObject span { font-size: 20px; }
}

@media (max-width: 575px) {
	.svg-overlay svg foreignObject { height: 65px; }
	.svg-overlay svg foreignObject span { font-size: 28px; }
}

@media(max-width: 420px){
	.svg-overlay svg foreignObject { width: 190px; height: 75px; }
	.svg-overlay svg foreignObject span { font-size: 34px; }
}

/* Area text */
/* .hover-text { position: absolute; z-index: 2; display: none; padding: 1rem; border-radius: 5px; background: rgba(56, 56, 56, .7); color: white; text-align: center; pointer-events: none; } */
    
.zoomContainer { overflow: hidden; }
.zoom-inner { position: relative; }
.zoom-inner img { max-width: 100%; }
.zoomLens {  border: 2px solid #383838; border-radius: 50%; }

/* ------------------------------------------------------------ *\
	Logo animation
\* ------------------------------------------------------------ */

  @keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-1 {
    animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  }
  
  @keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(224, 173, 125);
    }
  }
  
  .svg-elem-2 {
    animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  }
  
  @keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(224, 173, 125);
    }
  }
  
  .svg-elem-3 {
    animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  }
  
  @keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-4 {
    animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  }
  
  @keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-5 {
    animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
  }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding: 6rem 0 0 0; background-color: #383838; }
.footer-nav ul { margin-bottom: 0; padding-left: 0; }
.footer-nav .list-column { column-count: 2; }
.footer .nav-vertical ol { padding-left: 0; }
.footer .nav-vertical ol li { list-style-type: none; }
.footer .nav-vertical .nav-title { margin-bottom: 1rem; font-family: 'Europe Bold', sans-serif; font-weight: 700; font-size: 24px; color: white; line-height: 29px; }
.footer .nav-vertical .nav-item,
.footer .flex-item { margin-bottom: 1rem; }
.footer .nav-vertical .nav-item:last-child,
.footer .flex-item:last-child { margin-bottom: 0; }
.footer .nav-vertical i { margin-right: .25rem; }
.footer .rotate { -ms-transform: rotate(90deg); transform: rotate(90deg); } 
.footer .nav-link { font-size: 14px; cursor: pointer; }
.footer .nav-link:hover { text-shadow: 0 0 black; }
.footer-logo { max-width: 75%; }

.footer-bottom { margin-top: 1rem; padding: 1rem 0; border-top: 1px solid; border-color: white; }
.footer-bottom .footer-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }
.footer-bottom .text-small { font-size: 12px; }

@media(min-width: 767px) {
	.footer .container,
	.footer .container-sm,
	.footer .container-md,
	.footer .container-lg,
	.footer .container-xl,
	.footer .container-xxl { max-width: 1060px !important; }
}

@media (max-width: 1199px) {
	.footer-nav .list-column { column-count: 3; }
	.footer-nav .flex-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
	.footer-nav .flex-item .nav-title { margin-right: .75rem; margin-bottom: 0; }
	.footer-logo { max-width: 35%; }
	.footer .nav-vertical .nav-title { font-size: 20px; line-height: 25px; }
}

@media (max-width: 991px) {
	.footer-nav .list-column { column-count: 2; }
}

@media (max-width: 767px) {
	.footer { padding-top: 4rem; }
	.footer-logo { max-width: 38%; }
	.footer .nav-vertical .nav-title { margin-right: .5rem; white-space: nowrap; }
	.footer .nav-vertical .nav-item,
	.footer .flex-item { margin-bottom: .75rem; }
	.footer-bottom .footer-inner{ -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
}

@media (max-width: 575px) {
	.footer-logo { display: block;  }
	.footer-nav .flex-item .nav-title { width: 120px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background: linear-gradient(180deg, rgba(0,0,0,0.54) 0%, rgba(255,255,255,0) 100%); }
.header .transperant-dark > .navbar-middle .nav-link,
.header .transperant-dark > .navbar-right .nav-link { color: white !important; }

@media(min-width: 767px) {
	.header .container,
	.header .container-sm,
	.header .container-md,
	.header .container-lg,
	.header .container-xl,
	.header .container-xxl { max-width: 1075px !important; }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { appearance: none; }

.btn-white { padding: .5rem 2rem; border-radius: 20px; }
.btn-white:hover { box-shadow: 2px 2px 0 0 rgb(187 150 101 / 85%); }

.btn-gold { padding: 1rem 2rem; background-color: #E0AD7D; border-radius: 0; font-size: 14px; color: white; transition: .3s ease; }
.btn-gold:hover { border-color: #E0AD7D !important; background-color: rgba(224, 173, 125, .8) !important; color: white !important; box-shadow: inset 0px -1px 11px #E0AD7D; }

.btn-outline:hover { border-width: 2px !important; border-color: white !important; box-shadow: 0px 3px 9px 3px rgba(0,0,0,.3); }
.btn-outline-primary { padding: .5rem 2rem; border-width: 2px; border-radius: 0; border-style: solid; border-color: #11405A; background-color: transparent; font-size: 14px; color: #11405A; }
.btn-outline-primary i { -ms-transform: rotate(90deg); transform: rotate(90deg); color: #11405A; }
.btn-outline-primary:hover {  border-color: #11405A !important; background-color: transparent !important; color: #11405A !important; box-shadow: 0px 3px 9px 3px rgba(0,0,0,.3); }

@media (max-width: 767px) {
	.btn-white  { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */

.card { border: none; }
.card-head { margin-bottom: 2rem; padding-bottom: 1rem; }
.card-title { position: relative; padding: 1rem 0; font-family: 'Europe Bold', sans-serif; font-weight: 700; }
.card-title::before { content: ''; position: absolute; top: 0; -ms-transform: translateX(-50%); transform: translateX(-50%); left: 1rem; width: 35px; height: 4px; margin-right: -1rem; background-color: #E0AD7D; border-radius: 1px; }
.card-title::after { content: ''; position: absolute; top: 0; left: 52px; -ms-transform: translateX(-50%); transform: translateX(-50%); width: 16px; height: 4px; background-color: #E0AD7D; border-radius: 1px; }


.card-primary { padding: 1rem; background-color: transparent; }
.card-primary .card-body { padding: 1.75rem 0; }
/* .card-primary .card-text { max-width: 85%; margin: 0 auto; } */
.card-primary .card-text { font-size: 14px; }

.card-white { background-color: transparent; }
/* .card-white .card-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } */
.card-white .card-body { -ms-flex: unset; flex: unset; padding: 0; }
.card-white .card-text { font-size: 14px; line-height: 22px; }
.card-white .border-left { border-left: 4px solid #E0AD7D; border-radius: 1px; padding-left: 1rem; }
.card-white .background-img { height: 435px; }
.card-white .img-inner { position: relative; }
.card-white .img-inner::before { content: ''; position: absolute; top: 76.5px; bottom: 76.5px; z-index: -1; left: 2rem; width: 100%; height: calc(100% - 153px); background-color: transparent; border: 4px solid #E0AD7D; }
.card-white .img { position: relative; z-index: 200; transition: 2.3s ease; }
.card-white .background-img:hover,
.card-white .img:hover { -ms-transform: scale(1.2); transform: scale(1.2); }
.card-white .card-bottom { margin-top: 1.5rem; }
.card-white .card-bottom i { margin-right: 6px; font-size: 18px; color: #E0AD7D; }

.card-collapse .card-body { margin: 0 auto; background-color: transparent; }
.card-collapse .card-text a { display: block; }
.card-collapse .text-inner { display: -ms-flexbox; display: flex; -ms-flex-align: baseline; align-items: baseline; margin-bottom: 2rem; font-size: 14px; font-family: 'Montserrat Semi Bold', sans-serif; }
.card-collapse .text-inner:last-child { margin-bottom: 0; }
.card-collapse .card-text span img { margin-right: 8px; }

.card-info { border: 2px solid white; border-radius: 8px; background-color: transparent; }
.card-info .card-body { background-color: rgba(255, 255, 255, .1); }
.card-info .card-text { overflow: auto; font-size: 14px; color: white; line-height: 17px; text-align: center; }
.card-info .card-text::-webkit-scrollbar { display: none; }
.card-info img { width: 100%; border-radius: 8px; transition: .4s ease-in-out; }
.card-info img:hover { -ms-transform: scale(1.1); transform: scale(1.1); }

@media (max-width: 1199px) {
	.card-collapse .card-text span { -ms-flex: 0 0 15%; flex: 0 0 15%; }
}

@media (max-width: 991px) {
	.card-white .card-body { margin-bottom: 1.5rem; }

	/* .card-collapse { position: absolute; top: -4px; left: 50px; padding: 1rem; z-index: 20; } */
	.card-collapse .btn-dark { border-radius: 50%; }
	.card-collapse .btn-dark i { padding-top: .25rem; font-size: 1.5rem; }
	.card-collapse .col-right { position: relative; }
	.card-collapse .card-body { overflow: hidden; margin: 0; }
	.card-collapse .card-text img { max-width: 70%; margin-left: auto; }
	.card-collapse .card-text span img { max-width: 70%; }

	.card-white .img-inner::before { left: 50%; width: 30%; }
	.card-white .img-inner img { display: block; margin: 0 auto; }
}

@media (max-width: 767px) {
	.card-text { padding: 0 1.25rem; font-size: 1rem; }

	.card-primary .card-body { padding: 1.75rem 1rem; }
	.card-primary .card-text { max-width: 100%; }

	.card-white .background-img { height: 260px; }
	.card-white .img-zoom { text-align: center; }

	.card-collapse .card-text img { max-width: 50%; }
}

@media (max-width: 575px) {
	.card-collapse .card-text span { -ms-flex: 0 0 14%; flex: 0 0 14%; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form-contact .form-control { margin-bottom: 1.5rem; padding: .5rem; border: none; border-bottom: 1px solid #656565; border-radius: 0; font-size: 14px; color: #16171d; }
.form-contact .form-check { padding-left: .5rem; }
.form-contact .form-control:-ms-input-placeholder { font-size: 14px; color: #656565; }
.form-contact .form-control::placeholder { font-size: 14px; color: #656565; }
.form-contact .form-control:focus,
.form-contact .form-check-input:focus { box-shadow: none; }

.form-contact .form-check { max-width: 85%; min-height: 2.5rem; margin: 0 auto; }
.form-contact .form-check { display: -ms-flexbox; display: flex; }
.form-contact .form-check-input { -ms-flex: 0 0 20px; flex: 0 0 20px; width: 20px; height: 20px; margin-right: .75rem; border-radius: 2px; border-color: #656565; }
.form-contact .form-check-input:checked { background-color: #E0AD7D; }
.form-contact .form-check-label { font-size: 12px; }
.form-contact .form-check-label span { vertical-align: middle; }
.form-contact a:hover { color: #E0AD7D; }

@media (max-width: 1199px) {
	.form-contact { max-width: 65%; margin: 0 auto; }
}

@media (max-width: 991px) {
	.form-contact { max-width: 85%; }
	.form-contact .form-check-label { margin-bottom: 1.5rem; }
}


@media (max-width: 767px) {
	.form-contact { max-width: 100%; }

	.form-contact .form-check { max-width: 90%; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.navbar-main { padding: 2rem 0; }
.navbar-main .navbar-brand { margin: 0; padding: 0; max-width: 50%; }
.navbar-main .navbar-brand img { width: 50%; }

.navbar-main .navbar-brand,
.navbar-right { position: relative; z-index: 50; }

.navbar-inner .nav-link { color: white; }
.navbar-inner.is-scroll .nav-link { position: relative; z-index: 2; color: white; }
.navbar-right.is-scroll .nav-link { color: white !important; }
.navbar-right.is-scroll img { filter: none; }

.navbar-middle { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -ms-flex-pack: center; justify-content: center; width: 100%; margin: 0 auto; }
.navbar-middle .nav-link { margin: 0 .75rem; padding-top: .25rem; padding-right: 0 !important; padding-bottom: .25rem; padding-left: 0 !important; font-size: 14px; }
.navbar-middle li a,
.navbar-middle li a::after,
.navbar-middle li a::before { transition: all .5s; }
.navbar-middle li a:hover { color: #383838; }
.navbar-middle li a { position: relative; }
.navbar-middle li a::after { position: absolute; top: 80%; left: 0; right: 0; width: 0; height: 1px; margin: auto; background-color: #E0AD7D; color: transparent; content: ''; }
/* .navbar-middle li a.active::after { background-color: $gold;  } */
.navbar-middle li a.active { color: #E0AD7D !important; }
.navbar-middle li a:hover:after { width: 100%; }
.navbar-middle li a.active::after { width: 100%; background-color: #E0AD7D; }
.navbar-middle li a:hover { color: #E0AD7D; }

.navbar-right { margin-left: auto; }
.navbar-right .nav-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.navbar-right .nav-item span { margin-left: 11px; border-left: 2px solid #E0AD7D; }
.navbar-right .nav-link { padding: 0 11px; font-family: 'Montserrat Bold', sans-serif; font-weight: 700; font-size: 16px; color: white; transition: .3s ease; cursor: pointer; }
.navbar-right .nav-link:first-child { padding-bottom: 3px !important; }
.navbar-right .nav-link:hover { color: #E0AD7D; }

@media (max-width: 991px) {
	.navbar-main  { padding-top: 1.5rem; }
	.navbar-main .navbar-brand { -ms-flex-order: 0; order: 0; text-align: end; }
	.navbar-main .navbar-toggler { border: none; font-size: 1.75rem; }
	/* .navbar-main .navbar-toggler i { color: white; } */
	.navbar-main .navbar-toggler:focus { box-shadow: none; }
	.navbar-collapse-c { position: fixed; top: 0%; bottom: 0; width: 40%; padding: 15px; transition: all 0.3s ease; }
	.navbar-collapse-c.collapsing { right: 50%; height: auto; margin-right: 50%; transition: all .2s ease; }
	.navbar-collapse-c.show { left: 0; border-right: 3px solid #E0AD7D; border-top: 3px solid #E0AD7D; border-bottom: 3px solid #E0AD7D; transition: all 0.1 ease; }
	.navbar-toggler-m { width: 100%; text-align: right; }
	
	.navbar-main .nav-link { display: inline-block; padding-bottom: .5rem; font-size: 1.25rem; }
	.navbar-middle { position: relative; top: unset; left: unset; -ms-transform: none; transform: none; padding-bottom: 2rem; }
	
	/* .navbar-toggler-m i { color: white; } */
}

@media (max-width: 767px) {
	.navbar-collapse-c { width: 45%; }
	.navbar-main .nav-link { font-size: 1.5rem; }
}

@media (max-width: 575px) {
	.navbar-collapse-c { width: 100%; }
	.navbar-main .navbar-inner { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; height: 100%; }
	.navbar-main .navbar-nav { -ms-flex-align: center; align-items: center; }
	.navbar-main .nav-item { margin-bottom: 1rem;; }
	.navbar-main .nav-link { font-size: 1.75rem; text-transform: uppercase; }
	.navbar-main .navbar-brand-mobile { position: absolute; z-index: 50; top: 19%; text-align: center; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { overflow: hidden; position: relative; padding: 3rem 0; }

.section-head { margin-bottom: 2rem; padding-bottom: 1rem; }
.section-title { position: relative; display: inline-block; padding: 1rem 0; font-family: 'Europe Bold', sans-serif; font-weight: 700; color: #383838; }
.section-title::before { content: ''; position: absolute; top: 0; -ms-transform: translateX(-50%); transform: translateX(-50%); left: 1rem; width: 35px; height: 4px; margin-right: -1rem; background-color: #E0AD7D; border-radius: 1px; }
.section-title::after { content: ''; position: absolute; top: 0; left: 52px; -ms-transform: translateX(-50%); transform: translateX(-50%); width: 16px; height: 4px; background-color: #E0AD7D; border-radius: 1px; }
.section-title.center::before { left: 50%; }
.section-title.center::after { left: calc(50% + 35px); }

.section-text { padding-bottom: 3rem; }

.section-top { padding-bottom: 0; text-align: center; }
.section-top .section-head { margin-bottom: 0; }
.section-top .section-title { padding-bottom: 0; font-size: 6rem; line-height: 1; }
.section-top .section-body { margin-bottom: 1rem; }
.section-top .section-body p { font-family: 'Montserrat Semi Bold', sans-serif; font-size: 22px; line-height: 1.35; }

.section-location { padding-bottom: 4rem !important; background-color: #FAFAFA; }
.section-location .section-head { margin-top: .5rem; margin-bottom: 0.25rem; }
.section-location .section-text { font-size: 14px; }
.section-location .collapse-sizing { min-width: 30%; }
.section-location .map { width: 100%; height: 480px; }
.section-location .map-img { position: relative; z-index: 20; }
.section-location .img-inner { position: relative; }
.section-location .img-inner::before { content: ''; position: absolute; top: -1rem; left: -1rem; width: 127px; height: 127px; background-color: transparent; border: 4px solid #E0AD7D; }
.section-location .img-inner::after { content: ''; position: absolute; right: -1rem; bottom: -1rem; width: 127px; height: 127px; background-color: transparent; border: 4px solid #E0AD7D; }
.section-location .btn-gold { margin-left: 7rem; }

/* .section-area .section-text { padding-bottom: 0; font-size: 14px; color: #7B7B7B; }
.section-area .section-bottom { margin-top: 2rem; }
.section-area-inner { margin-left: 58px; }
.section-area-nav .tab-pane img { border-radius: 4px; border: 2px solid #FAFAFA; }
.section-area-nav { overflow: hidden; padding: 1rem 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.section-area-nav .nav-link { color: #7B7B7B  }
.section-area-nav .nav-link.active { background-color: transparent !important; color: #7B7B7B !important; }
.section-area-nav .nav-link span { display: inline-block; font-family: $msb; font-size: 14px; }
.section-area-nav .progress-c { position: relative; height: 38px; margin-left: 50px; margin-bottom: 1rem; line-height: calc(40px + 18px); }
.section-area-nav .progress-c:last-child:after { border-left: 0px; }
.section-area-nav .progress-c:before { content: ""; position: absolute; z-index: 20; top: 18px; left: calc(0 - 50px); display: inline-block; width: 40px; height: 40px; border: 2px solid $gold; border-radius: 4px; background-color: white; }
.section-area-nav .progress-c:after { content: ""; position: absolute;  top: 40px; left: calc(0px - 50px + 40px / 2 - 3px / 2); display: inline-block;  height: 100%; border-left: 2px solid $gold; border-radius: 4px; }
.section-area-nav .progress-parking::before { content: ''; background-color: white; background-image: url('../css/images/asset/home/parking.svg'); background-repeat: no-repeat; background-size: 24px; background-position: center; }
.section-area-nav .progress-parking.active::before { content: ''; background-color: $gold; background-image: url('../css/images/asset/home/parking-white.svg'); background-repeat: no-repeat; background-size: 24px; background-position: center; }
.section-area-nav .progress-parter::before { content: ''; background-color: white; background-image: url('../css/images/asset/home/parter.svg'); background-repeat: no-repeat; background-size: 24px; background-position: center; }
.section-area-nav .progress-parter.active::before { content: ''; background-color: $gold; background-image: url('../css/images/asset/home/parter-white.svg'); background-repeat: no-repeat; background-size: 24px; background-position: center; }
.section-area-nav .progress-floor::before { content: ''; background-color: white; background-image: url('../css/images/asset/home/floor-gold.svg'); background-repeat: no-repeat; background-size: 24px; background-position: center; }
.section-area-nav .progress-floor.active::before { content: ''; background-color: $gold; background-image: url('../css/images/asset/home/floor-white.svg'); background-repeat: no-repeat; background-size: 24px; background-position: center; } */

.section-gallery { padding-bottom: 9rem; }
.section-gallery .section-text { font-size: 14px; }
.section-gallery .col-md-3 { z-index: 30; margin-bottom: 1.5rem; }
.section-gallery img { transition: 1.2s ease-in-out; }
.section-gallery img:hover { -ms-transform: scale(1.2); transform: scale(1.2); }

.section-404 .col-lg-5 { border: 2px solid white; border-radius: 15px; }
.section-404 img { border-radius: 15px; }

.section-terms { max-width: 80%; margin: 0 auto; }
.section-terms p { margin-bottom: 1.75rem; text-align: justify; }

.section-about-us .card-title { line-height: 1; }
.section-about-us .logo-g,
.section-about-us .logo-das { max-width: 40%; }
.section-about-us .logo-genig { max-width: 30%; }
.section-about-us a:hover { color: blue; }

/* .section-info .container { max-width: 70%; } */
.section-info .section-inner { margin: 0 auto; }
.section-info .section-desc { padding: 0 3rem; font-size: 14px; color: white; text-align: center; line-height: 17px; }
.section-info .section-body { padding: 2rem 3.5rem; }

.section-intro .rotate { -ms-transform: rotate(90deg); transform: rotate(90deg); }

.section-floor-overview .section-head { padding-bottom: 0; background-color: #383838; }
.section-floor-overview .section-title { font-family: 'Montserrat Semi Bold', sans-serif; color: white; }
.section-floor-overview .section-title::before,
.section-floor-overview .section-title::after { display: none; }
.section-floor-overview area { position: relative; z-index: 20; }
.section-floor-overview .hover-text { position: absolute; z-index: 2; display: none; padding: 1rem; border-radius: 5px; background: rgba(56, 56, 56, .7); color: white; text-align: center; pointer-events: none; }

.section-place .section-body { margin-top: 1rem; font-family: 'Montserrat Semi Bold', sans-serif; text-align: center; }

@media (max-width: 1499px) {
	.section-area .section-bottom { padding-top: 1.5rem; }
	/* .section-area-nav .progress-c { margin-left: 78px; margin-bottom: 10px; line-height: calc(78px + 30px); }
	.section-area-nav .progress-c:before { top: 30px; width: 65px; height: 65px; }
	.section-area-nav .progress-c:after { left: calc(0px - 50px + 65px / 2 - 3px / 2); height: 230px; } */

	.section-info .section-inner { max-width: 100%; }
}

@media (max-width: 1199px) {
	.section { padding: 2rem 0; }
	.section-text { padding-bottom: 2rem; }

	.section-top .section-title { font-size: 5rem; }
	/* .section-area-nav .progress-c { height: 70px; line-height: calc(65px + 8px); }
	.section-area-nav .progress-c:after { height: 175px; }
	.section-area-nav .progress-c:before { top: 8px; } */

	.section-gallery { padding-top: 4rem; padding-bottom: 8rem; }
}

@media (max-width: 991px) {
	.section-area .section-body { position: relative; }
	.section-area .pulse { position: absolute; right: 2%; top: 0; width: 30px; height: 30px; border-radius: 50%; background: #E0AD7D;  animation: pulse 1500ms infinite; }
	.section-area .pulse i { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; height: 100%; color: white; }
	.section-area .section-bottom { margin-top: 0; }
	.section-area .tab-pane img { width: 100%; }
	.section-area-inner { margin-left: 0; }
	
	.section-area-nav-inner .slide-arrow { position: absolute; z-index: 50; top: 50%; -ms-transform: translate(0,-50%); transform: translate(0,-50%); padding: .5rem; border-radius: 50%; background-color: rgba(255, 255, 255, .8); }
	.section-area-nav-inner .slide-arrow i { text-shadow: 1px -1px 5px rgba(0,0,0,.5); }
	.section-area-nav-inner .arrow-prev { left: -12px; }
	.section-area-nav-inner .arrow-next { right: -12px; }
	.section-area-nav { overflow-x: scroll; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: nowrap; flex-wrap: nowrap; max-width: 95%; margin: 0 auto; -ms-scroll-snap-type:x mandatory; scroll-snap-type:x mandatory; }
	.section-area-nav::-webkit-scrollbar { display: none; opacity: 0; }
	.section-area-nav .progress-c { margin-right: 1rem; margin-bottom: 0; line-height: 1; }
	.section-area-nav .progress-c:after { height: unset; }
	.section-area-nav .progress-c:before { top: 0; }
	.section-area-nav .nav-link span { display: -ms-flexbox; display: flex; width: 100%; margin-left: 1rem; line-height: 27px; }

	.section-404 .col-lg-5 { margin-bottom: 1rem; border: none; }
	.section-404 img { max-width: 50%; margin: 0 auto; }

	.section-about-us .card-dark .card-body { padding: 0; }

	.section-about-us .reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
	.section-about-us .logo { margin-bottom: 1.5rem; }
	.section-about-us .logo-g,
	.section-about-us .logo-das { max-width: 30%; }
	.section-about-us .logo-genig { max-width: 17%; }

	.section-location .col-left { -ms-flex-order: 2; order: 2; }
	.section-location .collapse-sizing { margin-top: 1rem; }

	.section-info .col-text { -ms-flex-order: -1; order: -1; }
	.section-info .col-end { -ms-flex-order: 1; order: 1; }

	.section-gallery { padding-top: 0; }
}

@media (max-width: 767px) {
	.section-text { padding-right: 1.25rem; padding-left: 1.25rem; font-size: 1rem; }

	.section-location { padding-bottom: 0 !important; }
	.section-location .section-text { max-width: 100%; margin-bottom: 1rem; }

	.section-info .section-body { padding: 1rem; }

	.section-location .section-head  { margin-bottom: 0; padding-bottom: 0; }
	.section-location .btn-gold { display: block; margin: 0 auto; margin-top: 3rem; }
}

@media (max-width: 575px) {
	.section-top .section-title { font-size: 4rem; }
	.section-top .section-body p { font-size: 18px; }

	.section-404 img { max-width: 90%; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { position: relative; }

.slider .slides { list-style: none outside none; }

.slider .slick-dots li button:before { width: 16px; height: 16px; border-radius: 50%; background-color: #656565; color: #656565; font-size: 12px; opacity: 1; }
.slider .slick-dots li.slick-active button:before { border-radius: 50%; background-color: #E0AD7D; color: #E0AD7D; opacity: 1; }

.slider-main { padding-left: 0; list-style-type: none; overflow: hidden; }
.slider-main .slide { position: relative; }
.slider-main .slide::before { content: ''; position: absolute; top: 50%; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(0,0,0,.4) 10%, transparent 90%); }
.slider-main .slide::after { content: ''; position: absolute; top: 0; right: 0; bottom: 50%; left: 0; background: linear-gradient(180deg, rgba(0,0,0,.4) 10%, transparent 90%); }
.slider-main .slide img { width: 100%; }

.slider-gallery .slick-list { padding-bottom: 40px !important; }
.slider-gallery .slide { margin: 0 .5rem; }
.slider-gallery .slide:nth-child(even) { position: relative; top: 40px; }
.slider-gallery .slide:nth-child(even)::before { content: ''; position: absolute; top: -1rem; left: 50%; -ms-transform: translate(-50%); transform: translate(-50%); z-index: -1; width: calc(100% - 128px); height: calc(100% - 153px); background-color: transparent; border: 4px solid #E0AD7D; }
.slider-gallery .slide:nth-child(odd) { position: relative; }
.slider-gallery .slide:nth-child(odd)::before {  content: ''; position: absolute; bottom: -1rem; left: 50%; -ms-transform: translate(-50%); transform: translate(-50%); z-index: -1; width: calc(100% - 128px); height: calc(100% - 153px); background-color: transparent; border: 4px solid #E0AD7D; }
.slider-gallery .slick-dots { bottom: -50px; }

@media (min-width: 1499px){
	.slider-gallery { max-width: 57%; margin: 0 auto; }
}

@media (max-width: 1199px) {
	.slider-gallery > * { width: auto; }
	.slider-gallery .slide-arrow { position: absolute; bottom: -40px; }
	.slider-gallery .slide-arrow i { font-size: 1.5rem; font-weight: 700; color: white; }
	.slider-gallery .arrow-prev { left: 40%; }
	.slider-gallery .arrow-next { right: 40%; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }
