@charset "UTF-8";

@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/centurygothic.ttf') format('opentype');
}

@font-face {
  font-family: 'CenturyGothicBold';
  src: url('fonts/centurygothic_bold.ttf') format('opentype');
}

*:focus {
  outline: none;
}

.nopadding{padding:0px;}

textarea:focus, input:focus {
  outline: none;
}

.form-control:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem #ff3030;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}

/*============================== FONTS ==============================*/
* {
  font-family: "CenturyGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1{
  font-family: 'CenturyGothic', sans-serif;
}
h2, h3, h4, h5, h6 {
  font-family: 'CenturyGothic', sans-serif;
}

/*============================== END FONTS ==============================*/
/*============================== BASICS ==============================*/
/*@media(min--moz-device-pixel-ratio:0) {}*/
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0px none;
}

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

strong {
  font-weight: bold;
}

p {
  font-size: 19px;
  line-height: 32px;
  color: #111;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #e0ad84;
}

a.overlay_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -999999px;
  z-index: 10;
}
.nav-list .language-section{display: none;}
.grecaptcha-badge {
  display: none;
}

.no-padding{
  padding-left: 0;
  padding-right: 0;
}

.padd{
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.padd_bottom{
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

#gotop a span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-left: -7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-225deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center;*/
}

#gotop a{
  text-indent: -99999;
}

@-webkit-keyframes sdb04 {
  0% {
    transform: rotate(-225deg) translate(0, 0);
  }
  20% {
    transform: rotate(-225deg) translate(-5px, 5px);
  }
  40% {
    transform: rotate(-225deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: rotate(-225deg) translate(0, 0);
  }
  20% {
    transform: rotate(-225deg) translate(-5px, 5px);
  }
  40% {
    transform: rotate(-225deg) translate(0, 0);
  }
}

.menu_social_wrapper .menu_social #gotop {
  height: 0;
  opacity: 0;
  transition: height .4s ease-out;
}

.menu_social_wrapper .menu_social #gotop a {
  z-index: -1;
}

.menu_social_wrapper.menu_social_top .menu_social #gotop {
  opacity: 1;
  height: 30px;
  transition: height .4s ease-out;
}

.menu_social a{text-indent: -9999px;}
.footer_box .menu_social a{text-indent: -9999px;}

.hello-message {
  position: absolute;
  z-index: 99999;
  background: #368690;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.hello-message p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/*============================== END BASICS ==============================*/
/*============================== RESPONSIVE ==============================*/
/*============================== END RESPONSIVE ==============================*/
.navigation {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fbfcf2;
  transition: all .4s ease-out;
}
.swiper-container:before{
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* background: linear-gradient(180deg,rgba(0,0,0,.7) -10.22%,transparent); */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);*/
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 42%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  display: block;
  z-index: 2;

}
.home_gallery .swiper-container:before{
  display: none;
}
#logo {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 100%;
  background: url(../img/logo/logo.png) no-repeat scroll center center;
  background-size: 100%;
  z-index: 998;
}
.header_fixed  #logo {
  width: 60px;
  height: 60px;
  background: url(../img/logo/logo_fixed.png) no-repeat scroll center center;
  background-size: 100%;
}

#logo_mobile{position:absolute;  display: block; width: 290px; height: 100%; background: url('../img/logo/logo.svg') no-repeat scroll center center; background-size:100%;z-index:998; transition:all 1s;}

.menu_left a{color:#fff;display: flex;}
.navigation #logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999999px !important;
  background: url(../img/logo/logo.png) no-repeat scroll center center transparent;
  transition: all .3s ease-in-out;
  background-size: 100%;
  z-index: 99;
  background-position: left;
}

.navigation .language-mob {
  position: absolute;
  right: 30px;
  display: flex;
  gap: 10px;
  transition: all .4s ease-in-out;
}

.navigation.header_fixed .language-mob {
  opacity: 0;
  visibility: hidden;
}

.navigation .language-mob a {
  
}

.navigation .language-mob img {
  width: 30px;
}

.header_fixed .row {
  align-items: center;
}

.navigation.header_fixed {
  background: rgb(251 252 242);
  padding: 5px 0;
}
.navigation.header_fixed .nav-container {
  height: 70px;
  transition: all .4s ease-out;
}

.navigation.header_fixed .nav-container #logo a {
  background: url(../img/logo/logo.png) no-repeat scroll center left transparent;
	background-size: 70%;
    margin-top: 0;
}

.navigation.header_fixed .nav-container #logo{
  margin-top:6%;
}

.navigation.header_fixed .nav-container .menu_right li a {
  color: #000;
}

.navigation.header_fixed .menu_header_left a {
  margin: 0;
}

.navigation.header_fixed .menu_header_left a i {
  margin-right: 5px;
}

.navigation.header_fixed .menu_header_left .menu_header_left_bottom {
  transition: all .4s ease-out;
  display: none;
}

ul.nav-list li a{
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
ul.nav-list li a:hover {
  color: #368690;
}
ul.nav-list li a::before {
  content: '';
  position: absolute;
  bottom: -2%;
  left: 0px;
  width: 100%;
  height: 6px;
  background: #fff;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), opacity 0.25s ease;
}
ul.nav-list li a:hover::before {
	-webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  }

ul.nav-list li a.nav-active {
  color: #368690;
}

ul.nav-list li a.nav-active::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  background-image: url('../img/layout/wave.png');
  background-repeat: repeat-x;
  background-size: 50px;
  animation: navWave 2.8s linear infinite;
}

#mobile_top.menu_header_left_top {
  display: none;
}

.menu_header_left {
  display: flex;
  flex-direction: column;
}
.menu_header_right{
  right: 0;
  position: absolute;
  margin-right: 5%;
}
.menu_header_left span {
  cursor: pointer;
}

.menu_header_left span i {
  color: #fff;
  font-size: 23px;
}

.menu_header_left a {
  color: #222;
  font-size: 20px;
  letter-spacing: 1px;
}

.menu_header_left a i {
  color: #fff;
  font-size: 17px;
  margin-right: 7px;
}

.menu_header_left .menu_header_left_top {
  display: flex;
}

.menu_header_left .menu_header_left_bottom {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000;
  margin-bottom: 7px;
}
ul.contact-list{
  display: flex;
}
ul.contact-list li a{
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 15px 0 15px;
  font-family: 'CenturyGothic';
  letter-spacing: 3px;
  font-weight: 400;
}
ul.contact-list li a.book_button{
  background-color: #fff;
  padding: 7px 17px;
  color: #5E5554;
  font-weight: 500;
  margin-left: 10px;
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 95px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFF;
  height: 95px;
  transition: all .4s ease-out;
}

.nav-container.right {
  justify-content: flex-end;
}

nav {
  float: right;
  display: flex;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

nav ul li {
  float: left;
  position: relative;
}

/* nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px;
  line-height: 95px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  transition: all .4s ease-out;
} */

nav ul li.language{
  display: none;
}

nav ul li a i,
nav ul li a:visited i {
  display: none !important;
}

/* nav ul li a:hover,
nav ul li a:visited:hover {
  background: #454341;
  color: #ffffff;
  transition: all .4s ease-out;
} */

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.espa_header { position:absolute; right:0px; bottom:100px; }
img.espa_header  {width:400px; height:111px;}
.eot_logo{margin-top:25px}

/**************************  FEATURES LIST  ********************************/
ul.features_list{}
ul.features_list li{display:flex;font-size: 20px; font-weight: 300; letter-spacing: 0.2px;padding: 6px 6px 6px 20px; color:#000; margin-bottom: 15px;}
.features_details{display:flex; margin-top: 45px;}

.img-responsive{width: 100%;}


.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 28px;
  right: 0px;
  height: 25px;
  width: 35px;
}

.mobile-menu-panel {
  display: none;
}

.mobile-nav-list {
  list-style: none;
}

.mobile-nav-list li a {
  display: block;
  padding: 12px 16px;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #111;
  border-bottom: 1px solid #368690;
}

.mobile-nav-list li:last-child a {
  border-bottom: 0;
}

.header_fixed .nav-mobile {
  top: 0;
  height: 100%;
}

#nav-toggle {
  position: absolute;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  color: black;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 0px;
  height: 3px;
  width: 35px;
  background: #368690;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}



*{
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
    box-sizing: border-box;
}
*:before,
*:after{
    box-sizing: border-box;
}


.intro_images{
   margin: -251px 13% 50px 0px;
    width: 210px;
    height: 140px;
    position: relative;
    perspective: 1000px;
	float: right;
}
#carousel{
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear;
}
#carousel:hover{
    animation-play-state: paused;
}
#carousel figure{
    display: block;
    position: absolute;
    width: 200px;
    height: 130px;
    left: 10px;
    top: 10px;
    background: black;
    overflow: hidden;
    border: solid 5px black;
}
#carousel figure:nth-child(1){transform: rotateY(0deg) translateZ(288px);}
#carousel figure:nth-child(2) { transform: rotateY(40deg) translateZ(288px);}
#carousel figure:nth-child(3) { transform: rotateY(80deg) translateZ(288px);}
#carousel figure:nth-child(4) { transform: rotateY(120deg) translateZ(288px);}
#carousel figure:nth-child(5) { transform: rotateY(160deg) translateZ(288px);}
#carousel figure:nth-child(6) { transform: rotateY(200deg) translateZ(288px);}
#carousel figure:nth-child(7) { transform: rotateY(240deg) translateZ(288px);}
#carousel figure:nth-child(8) { transform: rotateY(280deg) translateZ(288px);}
#carousel figure:nth-child(9) { transform: rotateY(320deg) translateZ(288px);}


@keyframes rotation{
    from{
        transform: rotateY(0deg);
    }
    to{
        transform: rotateY(360deg);
    }
}



.intro_profile{display: flex;
  flex-direction: column;
  align-items: center;}
.intro_photo img{float:right;}

.language-section{float:left;width:100px;display: flex;}
.language-section img{float:left;width:20px;margin-left:10px;}

.language--picker {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  color: #fff;
}

.language--picker.shown {
  opacity: 1;
}

/*============================== GALLERY ======================================*/


.gallery_row_first{padding:10px;}
.gallery_row_first .gallery_image.second{background:linear-gradient(90deg, rgba(110,167,133,1) 0%, rgba(43,42,41,1) 60%, rgba(0,0,0,1) 100%);padding:30px 50px;height:auto;}
.gallery_row_first .gallery_image.second p{ margin-bottom: 15px; font-size: 18px;  font-weight: 300; letter-spacing: 0.4px; color:#fff;}
.gallery_image.a{background: url(../img/banner/image1.jpg);background-size: 100%;background-repeat: no-repeat;}
.gallery_image.b{background: url(../img/banner/zagoria-5.jpg);background-size: 100%;background-repeat: no-repeat;}
.gallery_image.c{background: url(../img/layout/zagori-intro.jpg);background-size: 100%;background-repeat: no-repeat;}
.gallery_image.d{background: url(../img/layout/zagori-7.jpg);background-size: 100%;background-repeat: no-repeat;}
.gallery_image{
  background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    background-size: 100%;
    border: 1px solid #fff;
}
.gallery_text h4{padding: 50px 5px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #000;
    text-align: center;
    position: relative;}
._image.up{display: flex;}
._image.up img{max-width:100%;height:auto;}
.gl img{max-width: 100%;height:auto;border:1px solid #fff;}
.flexIt{display: flex;flex-wrap: wrap;}
.gallery_image img{height:100%;}
.gallery_image h4{padding: 80px 5px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #000;
  text-align: center;
  position: relative;}

.zagori:before{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,.7) -10.22%,transparent);
  content: "";
  display: block;
  z-index: 2;
}
.zagori h1{
  position: absolute;
  color: #fff;
  font-size: 50px;
  z-index: 99;
  width: 100%;
  text-align: center;
  top: calc(50% - 28px);
}
@media(min-width:1651px){
  .gallery_image{height:450px;}
}
/*============================== END OF GALLERY ======================================*/
.home_gallery_header{margin:25px 0px;}
#map{
  width: 100%;
  margin-bottom: 0px;
}

.map-img-fluid{
  width: 100%;
  max-width:100%;
  height: auto;
  /* height: 60vh; */
  margin-bottom: 0px;
  margin-top: 35px;
  float: left;
}

#map h2{
  font-family: 'Source Serif Pro';
  text-align: center;
  font-size: 55px;
  font-weight: 300;
}
#map h3{
  font-family: 'CenturyGothic';
  text-align: center;
  font-size: 28px;
  color: #5E5554;
  font-style: italic;
  padding: 30px 0;
  line-height: 40px;
  font-weight: 400;
}
.drive_me_btn{
  opacity:0;
  top:0px;
  width: 151px;
  left: calc(50% - 75px);
  height: 50px;
  position: absolute;
  z-index: 9;
  background: #00000085;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 5px;
  color: white;
  font-size: 23px;
  transition: all 0.3s ease-in;
}

.map-section:hover .drive_me_btn{
  opacity:1;
  visibility: visible;
  top:calc(50% - 25px);
  transition: all 0.3s ease-in;
}
.info-window-content.content-map h2{font-size:13px; color:#0E0F19; letter-spacing: 0.6px;}
.info-window-content.content-map p{font-size:13px; color:#0E0F19; letter-spacing: 0.6px;}
.map-text{margin-top: 27px; margin-left:20px}
.map-text p{margin-top:10px; color:#000; font-size: 18px; font-weight: 300; letter-spacing: 0.4px;}
.map-text p strong{font-weight: 400}
.map-text p a{font-weight: 400; color:#fff;}
.map-text p a:hover{font-weight: 400; color:#e0ad84;}
.map-text.menu_social{margin-top: 10px; margin-left: 16px;}
.map-section.col-lg-8{    display: flex;
  align-items: center;}
  .map-section.col-lg-8 a{
    width:100%;
  }
.map-text i{color:#000}
.map-text ul{ margin-top: 8px;}
.map-text ul li a{color:#000; font-size: 18px; font-weight: 300; letter-spacing: 0.4px;}
/*============================== INTRO SLIDER ======================================*/
#intro{margin:50px 0px 0px 0px;
  background: linear-gradient(0deg, rgba(82,82,82,1) 0%, rgba(255,255,255,0.4822303921568627) 100%);}
#intro h1,#profile h1, .home_gallery h2, .contact_section section h1{  
  color:#000;
  font-family: 'Source Serif Pro';
  text-align: center; 
  font-size: 55px;
  font-weight: 300;
}
#intro p{text-align: center;margin-top:15px;margin-bottom: 50px;}
#intro h1 span, .home_gallery h2 span, .contact_section section h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  font-weight: bold;
  text-stroke: 1px #000;
  text-shadow: none;
}

#intro .img{display: flex;}
#intro img{max-width: 100%;height:auto;margin-top:15px;}

#facilities h3{
  font-family: 'CenturyGothic';
  text-align: center;
  font-size: 28px;
  color: #5E5554;
  font-style: italic;
  padding: 30px 15%;
  line-height: 40px;
  font-weight: 400;
}
p.message{font-style: italic;}

.contact_section section h1{margin-bottom: 15px;}
#profile h1{color:#000}
#profile h1 span{  color: #000;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-weight: bold;
  text-shadow: none;}
#profile p{text-align: center;color:#000;margin-top: 15px;}
.profile {
  padding:50px 0px;
  position: relative;
  z-index: 1;
}

.profile .profile_title {
  font-size: 62px;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

.profile .profile_title strong {
  display: block;
  color: red;
  letter-spacing: 16px;
  padding-left: 65px;
}

.profile .profile_text {
  padding: 54px;
  color: #fff
}

.profile .profile_text .profile_text_header h2 {
  font-size: 47px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

.roomsSwiperA, .roomsSwiperB {
  width: 100%;
}

.rooms_swiper .roomsSwiperA, .rooms_swiper .roomsSwiperB {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.room-slide-content {
  text-align: center;
  padding: 20px;
}

.room-slide-content img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  object-fit: cover;
  max-height: 600px;
}

.rooms-text h2{
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 55px;
  font-weight: 300;
}
.rooms-text h3{
  width: 77%;
  margin-left: 25%;
  font-size: 22px;
  font-style: italic;
  color:#5E5554
}
.rooms-text p{
  font-family: 'CenturyGothic';
  font-size: 18px;
  padding: 5px 0;
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff; 
}
.swiper-pagination-bullet-active {
  background: white!important;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 55px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 55px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 50px!important;
}
.room_features {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.room_features .features_list {
  flex: 1 1 30%; 
  list-style: none;
  padding: 0;
  margin: 0;
}



.rotating-circle-text {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  animation: rotate 10s linear infinite;
}

.rotating-circle-text svg {
  width: 100%;
  height: 100%;
}

.rotating-circle-text text {
  font-size: 12px;
  font-family: 'CenturyGothic', sans-serif;
  fill: #e0ad84;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.align_description{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}




.features_list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-family:'CenturyGothic';
}

.features_list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #e0ad84;
}

.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 60vh;
}

.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}

.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.66667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #575757;
}

.fnc-slider .m--navbg-dark {
  background-color: #575757;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #42605E;
}

.fnc-slider .m--navbg-green {
  background-color: #42605E;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #fff;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #990e13;
}

.fnc-slider .m--navbg-red {
  background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #2D7791;
}

.fnc-slider .m--navbg-blue {
  background-color: #2D7791;
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.66667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50% 65%;
  transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.66667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
  display: none;
}

.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}

.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.22222s, opacity 0.35s 1.22222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.33333s, opacity 0.35s 0.68333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}

.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.22222s;
  transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.33333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
  z-index: 2;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.fnc-slide__heading {
  margin-bottom: 30%;
  text-transform: uppercase;
  font-size: 27px;
}

.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  word-spacing: 6px;
}

.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}

.fnc-slide__heading-line span {
  display: block;
  text-shadow:1px 1px 0px #000;
  /* background-color: #000000 !important; */
}

.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}

.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}

.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}

.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}

.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1F2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.66667s;
  transform: translateX(0);
}

.fnc-nav__controls {
  font-size: 0;
}

.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #525252;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}

.fnc-nav__control.m--active-control {
  background: #6ea785!important;
}

label[for=security_code] {
  color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
  font-family: 'CenturyGothic';
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 60vh;
  perspective: 1500px;
  background: #000;
}

.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: 'CenturyGothic';
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}

.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.23333s;
  transform: translate3d(0, 0, 0);
}

.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
  box-sizing: border-box;
}

.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.demo-cont__credits-close:before, .demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.demo-cont__credits-close:before {
  transform: rotate(45deg);
}

.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}

.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}

.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}

.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-weight: 400;
  text-align: center;
}

/* COLORFUL SWITCH STYLES
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.14286px;
  margin: 0 auto;
  border-radius: 32.14286px;
  background: #cfcfcf;
}

.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.14286px;
  border-radius: 37.14286px;
  background: #314239;
  transition: background-color 0.3s;
}

.colorful-switch:hover:before {
  background: #4C735F;
}

.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.14286px;
  cursor: pointer;
}

.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
  position: absolute;
  left: 131.14286px;
  top: 50%;
  width: 5.14286px;
  height: 5.14286px;
  margin-left: -2.57143px;
  margin-top: -2.57143px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
  transform: translate3d(-80.35714px, 0, 0);
}

.colorful-switch__on {
  position: absolute;
  left: 104.14286px;
  top: 22.5px;
  width: 19.28571px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
  transform: translate3d(-80.35714px, 0, 0);
}

.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.57143px;
  background: #fff;
}

.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.14286px;
}

.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.14286px;
  height: 100%;
}

.colorful-switch__off {
  position: absolute;
  left: 131.14286px;
  top: 50%;
  width: 41.14286px;
  height: 41.14286px;
  margin-left: -20.57143px;
  margin-top: -20.57143px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
  transform: translate3d(-80.35714px, 0, 0);
}

.colorful-switch__off:before, .colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.14286px;
  margin-top: -2.57143px;
  border-radius: 2.57143px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-delay: 0s;
}

.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}






/*============================== END OF INTRO SLIDER======================================*/
/*============================== CONTACT FORM ======================================*/
.button.forContact {
  background-color: #368690;
  color: #fff;
  border: none;
  font-weight: 400;
  font-size: 19px;
  text-shadow: none;
  font-family: 'CenturyGothic';
  margin-top: 40px;
}


.button.forContact:hover{color:#fff;}
.contact_section h1 {
  color: #c29f5e;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 25px;
  font-family: 'CenturyGothicBold', sans-serif;
  letter-spacing: 1px;
}
/* Character splitting animation for home header */
.contact_section h1 .word {
  display: inline-block;
}
.contact_section h1 .whitespace {
  display: inline-block;
  width: 0.3em;
}
.contact_section h1 .char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: calc(var(--char-index) * 0.06s);
  will-change: opacity;
}
.contact_section h1.in-view .char {
  opacity: 1;
}
.contact_section section {
  margin: 60px auto 50px;
  text-align: center;
  padding: 50px 0 110px;
  width: 80%;
  max-width: 1100px;
}
.contact_section section h5 {
  margin-bottom: 50px;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #0E0F19;
  position:relative;
}

.map_info {
  background: #fbfcf2;
  position: relative;
}

#map_canvas {
  height: 665px;
  width: 100%;
}

#map_canvas p.balloon-first {
  font-size: 21px;
  color: #368690;
  font-family: 'CenturyGothicBold', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #368690;
  margin-bottom: 10px;
}

#map_canvas p.balloon-second {
  font-size: 17px;
  line-height: 27px;
}

form {
  width: calc(100% - 30px);
  margin-top: 20px;
  margin-right: 30px;
}
form .field {
  width: 100%;
  position: relative;
}
form .field label {
  font-size: 13px;
}
form .field label + span {

}
form .field input[type="text"],
form .field textarea,
form input[type="text"]#security_code {
  border: none;
  background: #fbfcf2;
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  color: #111;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid rgb(54 134 144);
}
form .field input[type="text"]::placeholder,
form .field textarea::placeholder,
form input[type="text"]#security_code::placeholder {
  color: #111;
}
form .field input[type="text"]#msg,
form .field textarea#msg {
  height: 57px;
  resize: none;
  padding-left: 31%;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
form .field input[type="text"]:focus, form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}
form .field input[type="text"]:focus + label, form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 30%;
  background: #e0ad84;
  color: #0E0F19;
}
form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #000;
}
form .field:hover label {
  width: 30%;
  background: #0E0F19;
  color: white;
}
form input[type="submit"] {
  background: #e0ad84;
  color: white;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
form input[type="submit"]:hover {
  background: #0E0F19;
  color: #e0ad84;
}
form input[type="submit"]:focus {
  outline: none;
  background: #e0ad84;
  color: #0E0F19
}
.form-group{font-size: 1.45em; letter-spacing: 0.05em; font-weight: 400;}
.home_contact form input.security-code{background: #F7F5F4; color: #0E0F19; font-size: 1.4em;margin: -7px 0px 0px 0px; width: 100%;height: 57px; padding-left: 19.5%; padding: 22px 0; letter-spacing: 0.05em; border:1px solid rgba(224,173,132,0.5)} 
form input[type="text"]#security_code {
  font-size: 18px;
}
/*============================== END OF CONTACT FORM ======================================*/

/*============================== FOOTER ======================================*/
footer {
  width: 100%;
  margin: 0;
  background: rgb(251 252 242);
}

.footer_content {
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_left_top, .footer_left_bottom, .footer_right_top, .footer_right_bottom {
  display: flex;
  align-items: center;
}

.footer_left_top_text, .footer_left_bottom_text, .footer_right_bottom_text {
  text-align: center;
  width: 50%;
  position: relative;
  z-index: 1;
}

.footer_left_top_text h3, .footer_left_bottom_text h3, .footer_right_bottom_text h3 {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 15px;
  color: #368690;
  font-family: 'CenturyGothicBold', sans-serif;
}

.footer_left_top img, .footer_left_bottom img, .footer_right_top img, .footer_right_bottom img {
  width: 50%;
}

.footer_right_bottom_text p {
  display: inline-block;
  margin: 8px 10px 0 10px;
}

.footer_right_bottom_text img {
  width: 35px;
}

footer .copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0 35px 0;
  position: relative;
  z-index: 0;
}

footer .copyrights:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0px;
  left: 0;
  background-image: url(../img/layout/graphic_wave.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
}

footer .copyrights .copyrights_text {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_box {
  height: 100%;
  text-align: center;
}
footer .footer_box.footer_desc{display:flex;}
footer .footer_box.footer_desc p {
  font-size: 15px;
 padding: 35px 20px 0px 20px;
}
	
footer .footer_box.last {
  border-right: 0px solid rgba(0, 0, 0, 0);
}

footer .footer_box.last .menu_social {
  margin-top: 10px;
}

footer .footer_box.last .menu_social a i {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}

footer .footer_box strong.footer_box_title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer_box strong.footer_box_title i {
  color: #e0ad84;
}

footer .footer_box img {
  width: 170px;
  margin-bottom: 10px;
  max-height:200px;
}

footer .footer_box p, footer .footer_box ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  font-family: 'CenturyGothic';
}

footer .footer_box p strong, footer .footer_box ul li strong {
  display: block;
  font-weight: 300;
}

footer .footer_box p a, footer .footer_box ul li a {
  color: #fff;
  font-family: 'CenturyGothic';
  transition: all .4s ease-out;
}
footer .footer_box p a:hover, footer .footer_box ul li a:hover {
  color: #e0ad84;
  transition: all .4s ease-out;
}
.footer_box ul{
  display: flex;
  justify-content: space-between;
}
footer .footer_box h6 {
  text-align: center;
  margin: 0px 0 20px 0;
  font-size: 16px;
  color: #ff3030;
  font-weight: bold;
  background: #fff;
  border-radius: 3rem;
  padding: 10px;
}

ul.footer_menu {
  margin: 0px;
}

ul.footer_menu li {
  padding: 5px 0px;
  font-size: 12px;
  color: #434343;
  text-align: center;
}

ul.footer_menu li a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .4s ease-out;
}

ul.footer_menu li a:hover {
  color: #ff3030;
  transition: all .4s ease-out;
}

footer .espa {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #969696;
  padding-top: 20px;
}

footer .espa p {
  font-size: 13px;
  /* font-family: 'Proxima Nova'; */
  font-weight: 400;
  color: #ffffff;
  text-align: center  ;
}


.footer_box.contact_footer ul li.last a{border:1px solid #fff; padding:10px 20px; transition: all .4s ease-out;font-weight: 400;}
.footer_box.contact_footer ul li.last a:hover{border:1px solid #fff; color:rgba(0, 0, 0, 0.6); background: #fff;transition: all .4s ease-out;font-weight: 400;}
/*============================== END FOOTER ======================================*/

/*============================== WAPP ======================================*/
#wapp {
  position: relative;
  float: right;
}

#wapp a {
  display: block;
  width: 110px;
  height: 34px;
  background: transparent url(../img/wapp/wapp.svg) no-repeat center;
  text-indent: -999999px !important;
  background-size: 100%;
}

/*============================== WAPP END ======================================*/

/*============================== PAGES HEADER ======================================*/
.pages_header {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 270px;
  position: relative;
  top: 95px;
}

.pages_header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 270px;
  background: #080808;
  mix-blend-mode: color;
}

.pages_header .pages_header_box {
  height: 270px;
  display: flex;
  align-items: center;
}

.pages_header .pages_header_box .pages_header_box_inner {
  background: red;
  /* padding: 15px 25px; */
  /* border-radius: 0.4rem; */
  border-left: 10px solid #ff3030;
}

.pages_header .pages_header_box .pages_header_box_inner h1 {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 5px 10px;
}

/*============================== END PAGES HEADER ======================================*/

.pages_content .pages_content_header {
  margin-bottom: 30px;
}

.pages_content .pages_content_header .pages_title .pages_subtitle {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 15px;
  display: block;
  color: #706f6f;
  letter-spacing: 3px;
  padding: 5px 0px 0;
  margin-bottom: -7px;
}

.pages_content .pages_content_header .pages_title p {
  font-size: 42px;
  color: #ff3030;
  font-weight: 800;
  letter-spacing: 1px;
}

.pages_content .pages_content_header .pages_title p strong {
  color: #ddd;
  letter-spacing: 5px;
}

.pages_content .pages_content_header .pages_desc p {
  display: inline-block;
  margin-bottom: 3px;
}

.pages_content .pages_content_header .pages_desc p strong.text-label {
  display: block;
}

.pages_content .pages_content_header .pages_desc p.text-label {
  display: block;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content {
  padding: 10px 0;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content li {
  margin-bottom: 5px;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content li strong {
  display: block;
}

.pages_content .pages_content_header .pages_desc .cheklist_dynamic_content li strong:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: red;
  margin-right: 5px;
}

/*============================== HOMEPAGE ======================================*/
/*============================== END HOMEPAGE ======================================*/
/*============================== HOMEPAGE RESPONSIVE ==============================*/
/*============================== END HOMEPAGE RESPONSIVE ==============================*/
/*============================== BANNER ======================================*/
#home_swiper.swiper-container {
  top: 95px;
  height: 100vh;
  z-index: 2;
  position: unset;
}

.roomsSwiperA:hover, .roomsSwiperB:hover{
  cursor: pointer;
}
.menu_left{display: flex;}
.tel-phone.ig{margin-left:45px;}

#home_swiper .swiper-slide {
  overflow: hidden;
  
  visibility: visible !important;
  opacity: 1 !important;
}
.tel-phone{display: flex;}
.tel-phone img{width: 20px;margin-right: 5px;height:20px;}
.details-icon img{width: 25px !important;margin-right:5px; margin-bottom: unset !important;display: flex;}
#home_swiper .swiper-slide.slide_image1 {
  background-image: url("../img/layout/image1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fal.fa-mobile:before{
  background-image: url("../img/layout/mobile-phone.png");
  content: '';
  width: 25px;
  height: 25px;
  display: block;
}
#home_swiper .swiper-slide.slide_image2 {
  background-image: url("../img/banner/image2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_swiper .swiper-slide.slide_image3 {
  background-image: url("../img/banner/image3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_swiper .swiper-slide.slide_image4 {
  background-image: url("../img/banner/zagori-4.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



#home_swiper .swiper_text {
  position: absolute;
  z-index: 9;
  bottom: 60px;
  width: 92%;
  display: flex;
  flex-direction: column;
  left: 8%;
}

#home_swiper .swiper_text h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
  color: #fff;
}

#home_swiper .swiper_text h1 i {
  color: #FFF;
}

#home_swiper .swiper_text p {
  font-size: 24px;
  font-weight: 100;
  font-family: 'CenturyGothic';
  font-weight: 400;
  color: #fff;
  background-color: #00000000 !important;
  letter-spacing: 3px;
}
#home_swiper .swiper_text p.highlighted_text {
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'CenturyGothic';
  font-size: 23px;
}
.highlighted_text_wrapper {
  overflow: hidden;
  height: auto;
  background-color: transparent; 
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 0;
  white-space: nowrap;
}


.highlighted_text_scroll {
  display: inline-block;
  animation: scrollTicker 20s linear infinite;
  font-size: 23px;
  color: white;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'CenturyGothic';
}
.highlighted_text_scroll span{
  display: inline-block;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
}
@keyframes scrollTicker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



#home_swiper .swiper_ui_controls {
  background: #0E0F19;
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 150px;
  height: 80px;
  z-index: 1;
  display: none;
}

#home_swiper .swiper_ui_controls .swiper-button-next, #home_swiper .swiper_ui_controls .swiper-button-prev {
  color: #e0ad84;
}

#home_swiper .swiper_ui_controls .swiper-button-next:after, #home_swiper .swiper_ui_controls .swiper-button-prev:after {
  font-size: 30px;
}

#home_swiper .swiper-pagination.swiper-pagination-fraction {
  color: #fff;
  font-family: 'CenturyGothic', sans-serif;
  font-size: 24px;
  font-weight: 100;
  top: 22px;
  position: relative;
  z-index: -1;
}

#home_swiper .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

#home_swiper .content_text {
  background: #fff;
  display: inline-block;
  /* padding: 20px; */
  width: 50%;
  margin-bottom: 20px;
  margin-left: 20px;
  border-left: 15px solid red;
}

#home_swiper .content_text h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px 15px 15px 0;
  background: red;
}

#home_swiper .content_text h1 svg {
  margin-right: 10px;
}

#home_swiper .content_text p {
  font-weight: 100;
  line-height: 1.5;
  font-size: 18px;
  padding: 0px 15px;
}

#home_swiper a {
  color: white;
}

/*============================== END BANNER ======================================*/

/* ============================== ABOUT ======================================*/
.home_about {
  background: #fbfcf2;
  overflow: visible;
}

.home_about_gallery {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.home_about_text {
  text-align: center;
  padding: 0 17%;
}

#about .home_about_text {
  padding: 0 5%;
}

#about .home_about_text p {
  margin: 15px 0;
}

.home_about_text h1 {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 25px;
  color: #368690;
  font-family: 'CenturyGothicBold', sans-serif;
  letter-spacing: 1px;
}

/* Character splitting animation for home header */
.home_about_text h1 .word {
  display: inline-block;
}
.home_about_text h1 .whitespace {
  display: inline-block;
  width: 0.3em;
}
.home_about_text h1 .char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: calc(var(--char-index) * 0.06s);
  will-change: opacity;
}
.home_about_text h1.in-view .char {
  opacity: 1;
}

.about_left, .about_right {
  height: 860px;
}

.about_right_top, .about_right_bottom {
  height: 430px;
  position: relative;
}

.home_about_gallery img {
  vertical-align: middle;
}

.home_about_gallery .about_right img {
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.home_about_gallery .about_left img {
  height: 860px;
  object-fit: cover;
  width: 100%;
}

.about_right_top {
  display: flex;

}


/* ============================== END ABOUT ======================================*/


/* ============================== MENU ======================================*/

ul.tabs_menu {
  margin: 50px 0px 35px 0px;
}

ul.tabs_menu>li {
  font-size: 22px;
  display: inline-block;
  position: relative;
  margin: 0 18px;
  color: #111;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
}

ul.tabs_menu>li:hover {
  color: #010103;
  cursor: pointer;
}

ul.tabs_menu>li.current {
  color: #368690;
  font-family: 'CenturyGothicBold', sans-serif;;
}

ul.tabs_menu>li.current:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #368690;
  left: 0;
  bottom: 0;
}

.tab-content-menu {
  display: none;
  margin: 60px 0;
}

.tab-content-menu h3 {
  font-size: 32px;
  text-align: left;
  font-weight: 300;
  font-family: 'Noto Serif', serif;
  margin-top: 20px;
  line-height: 45px;
  margin-bottom: 55px;
}

.tab-content-menu p {
  text-align: left;
}

.tab-content-menu.current {
  display: block;
}

.menu_box_title {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_box h2 {
  font-size: 21px;
  flex-shrink: 0;
  font-weight: 600;
  text-align: left;
  max-width: 60%;
  color: #c29f5e;
}

.menu_box_details p {
  margin-top: 10px;
  color: #4d4d4d;
}

.tab-content-menu .dots:after {
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  font-size: 20px;
  color: #9c9c9c;
}

.tab-content-menu .dots {
  display: block;
  margin: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 1;
  width: 100%;
  min-width: 20px;
  white-space: nowrap;
  text-overflow: inherit;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tab-content-menu p {
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
}

.tab-content-menu p.note {
  margin-top: 40px;
  font-style: italic;
  text-align: center;
}

.tab-content-menu p.price {
  font-size: 20px;
}

.tab-content-menu ul.half_list li {
  display: inline-block;
  width: 45%;
  text-align: center;
  margin: 20px 25px 20px 25px;
}

.tab-content-menu ul.half_list {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
}

#menu .home_about_text {
  padding: 0 5%;
}

.menu_bg {
  /* position: absolute;
  bottom: 120px;
  width: 235px;
  right: 0px;
  z-index: 0; */
  position: absolute;
  bottom: -160px;
  width: 320px;
  right: -55px;
  z-index: 1;
}

.home_about_text a.button {
  background-color: #368690;
  position: relative;
  padding: 13px 50px;
  color: #fff;
  border: none;
  font-weight: 400;
  font-size: 19px;
  text-shadow: none;
  font-family: 'CenturyGothic';
  margin-top: 40px;
  line-height: inherit;
  letter-spacing: 0.1em;
}

/* ============================== END MENU ======================================*/

/*============================== POROS ======================================*/
.home_poros {
  height: 65vh;
}

.home_poros_text {
  position: absolute;
  background: #fbfcf2;
  right: 0;
  width: 42%;
  padding: 55px 55px 60px 55px;
}

.home_poros_text h1 {
  color: #c29f5e;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 25px;
  font-family: 'CenturyGothicBold', sans-serif;
  letter-spacing: 1px;
}

/* Character splitting animation for home header */
.home_poros_text h1 .word {
  display: inline-block;
}
.home_poros_text h1 .whitespace {
  display: inline-block;
  width: 0.3em;
}
.home_poros_text h1 .char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: calc(var(--char-index) * 0.06s);
  will-change: opacity;
}
.home_poros_text h1.in-view .char {
  opacity: 1;
}

.home_poros_text h2 {
  color: #368690;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
/*============================== END OF POROS ======================================*/
/*============================== HOME GALLERY ======================================*/
.home_gallery {
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#gallery {
  background: #fbfcf2;
  position: relative;
}

#gallery:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(54, 134, 144, 1) 0%, rgba(190, 208, 206, 1) 55%, rgba(251, 252, 242, 1) 100%);
  z-index: 0;
}

#gallery .home_about_text h1 {
  color: #fff;
}

#gallery p {
  color: #fff;
}

.home_gallery .swiper-slide img {
  transition: all 0.4s ease-in-out;
}

.home_gallery .swiper-slide:hover img {
  filter: brightness(0.5);
}

.home_gallery .swiper-slide:after {
  transition: all 0.4s ease-in-out;
  content: '+';
  font-size: 42px;
  color: #fbfcf2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home_gallery .swiper-slide:hover::after {
  visibility: visible;
  opacity: 1;
}

/* #gallery:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 25px;
  left: 0;
  background-image: url(../img/layout/graphic_wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
} */

#gallery .home_gallery .swiper-container {
  width: 100%;
  overflow: hidden;
}

#gallery .home_gallery .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}

.home_gallery a img {
  margin-bottom: 10px;
}
.home_gallery .home_gallery_header p {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.home_gallery .home_gallery_header p i {
  margin-right: 10px;
  color: #ffffff;
  border-radius: 5px;
  background: #0E0F19;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.home_gallery .separator {
  position: relative;
  width: 130px;
  height: 3px;
  background-color: #ff3030;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.home_gallery .separator:after {
  position: absolute;
  left: 0px;
  /* left: 32%; */
  margin-left: 0px;
  bottom: 0px;
  content: '';
  width: 65px;
  height: 3px;
  background-color: #fff;
}

.home_gallery .home_gallery_wrapper a {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all .4s ease-out;
}

.home_gallery .home_gallery_wrapper a:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .4s ease-out;
}

.home_gallery .home_gallery_wrapper img {
  padding: 5px;
  margin-bottom: -7px;
}

.home_gallery .btn_wrapper.btn_red {
  margin-top: 20px;
  display: inline-block;
  -webkit-filter: grayscale(1);
  filter: none;
  background: red;
}

.home_gallery .btn_wrapper.btn_red [data-wipe] {
  width: 100%;
  text-align: center;
  border: 2px solid #ff0000;
}

.home_gallery .btn_wrapper.btn_red [data-wipe]:after {
  width: 100%;
}

/*============================== END HOME GALLERY ======================================*/

.profile {
  position: relative;
  z-index: 1;
}

.profile:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.profile .profile_title {
  font-size: 62px;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}

.profile .profile_title strong {
  display: block;
  color: red;
  letter-spacing: 16px;
  padding-left: 65px;
  color:0E0F19;
}

.profile .profile_img {
  margin-bottom: 20px;
}

.profile .profile_text {
  padding: 54px;
  color: #0E0F19;
  mix-blend-mode: hard-light;
}

.profile .profile_text .home_profile_text_body p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #0E0F19
}


.btn-profile{padding: 10px;  background: #e0ad84;color:#fff;  font-weight: 700;  margin-top: 10px;  display: bl;  float: left;  border-left: 5px solid #e0ad84;transition: 0.2s ease-in-out;}
.btn-profile:hover{ background: #e0ad84;  font-weight: 700;  margin-top: 10px;  display: bl;  float: left; color:#fff;transition: 0.2s ease-in-out;}

/*============================== END HOME PROFILE ======================================*/

.home_contact {
  position: relative;
  z-index: 1;
  padding: 100px 0 150px;
}

.home_contact .home_contact_img {
  background-image: url("../img/home_contact/home_contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  position: relative;
  z-index: 2;
}

.home_contact .home_contact_box .home_contact_box_header {
  margin-bottom: 20px;
}

.home_contact .home_contact_box .home_contact_box_header i {
  font-size: 43px;
  color: #5e5f63;
  width: 15px;
  height: 25px;
  background: #7ec242;
  border-radius: 3rem;
  margin-bottom: 30px;
}

.home_contact .home_contact_box .home_contact_box_header p {
  color: #7ec242;
  font-weight: 700;
  letter-spacing: 1px;
}

.home_contact .home_contact_box .home_contact_box_header strong {
  font-weight: 200;
  color: #5e5f63;
}

.home_contact form input {
  width: 48.2%;
  padding: 15px 15px;
  border: 0;
  margin: 40px 5px 0px 0px;
  display: inline-block;
  background: #0E0F19;
  color: #fff;
}

.home_contact form input::-webkit-input-placeholder {
  color: #737373;
}

.home_contact form input::-moz-placeholder {
  color: #737373;
}

.home_contact form input:-ms-input-placeholder {
  color: #737373;
}

.home_contact form input::-ms-input-placeholder {
  color: #737373;
}

.home_contact form input::placeholder {
  color: #737373;
}

.home_contact form textarea {
  /* width: 100%; */
  width: 100%;
  padding: 22px 0;
  padding-left:5%;
  border: 0;
  margin: 0 5px 0px 0px;
  display: inline-block;
  background: #F7F5F4;
  color: #0E0F19;
  font-size: 1.4em;
  border:1px solid rgba(224,173,132,0.5)
}

.home_contact form textarea::-webkit-input-placeholder {
  color: #737373;
}

.home_contact form textarea::-moz-placeholder {
  color: #737373;
}

.home_contact form textarea:-ms-input-placeholder {
  color: #737373;
}

.home_contact form textarea::-ms-input-placeholder {
  color: #737373;
}

.home_contact form textarea::placeholder {
  color: #737373;
}

.home_contact form .form_btn_wrapper button {
  padding: 10px 30px;
  border: 0;
  background: #7ec242;
  color: #fff;
}

.contact-element{
  display:inline-block;
  width:48.3%;
  vertical-align: top;
  border: 0;
  margin: 0 5px 15px 0px;
}

label.error{
   font-weight: bold;
  margin: 0px!important;
  padding: 0px!important;
  display: block;
  font-size: 12px;
    color: red;
}

.contact-element input { width:99% !important; }

.home_contact .home_contact_box .home_contact_box_header strong {
  display: block;
}

.home_contact .home_contact_box .home_contact_box_header .contact_subtitle {
  font-weight: 600;
}


.products {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 0;
  padding: 75px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.products .sublist {
  margin-top: 10px;
}

.products .sublist li {
  width: 49%;
  display: inline-block;
}

.products .hidden_img_desktop {
  display: block;
}

.products .hidden_img_mobile {
  display: none;
}

.products .products_box {
  margin-bottom: 15px;
}

.products .products_box.large {
  margin-bottom: 21px;
}

.products .products_box.large-right {
  margin-bottom: 21px;
}

.products .products_box p {
  position: absolute;
  z-index: 1;
  bottom: 21px;
  background: #7ec242;
  color: #fff;
  padding: 20px 35px;
  font-size: 24px;
}

.products .products_box.medium {
  margin-right: 7.5px;
}

.products .products_box.medium_right {
  margin-left: 7.5px;
}

.products .products_header {
  display: flex;
  background: #fff;
  font-size: 22px;
  font-weight: 300;
}

.products .products_header i {
  font-size: 44px;
  color: #5e5f63;
  background: #7ec242;
  border-radius: 3rem;
  width: 30px;
  height: 30px;
  float: left;
}

.products .products_header .products_title {
  padding-left: 25px;
  padding-top: 0px;
  font-size: 28px;
  margin-bottom: 15px;
}

.products .products_desc {
  font-size: 18px;
  margin-bottom: 30px;
}


.map {
  position: relative;
  z-index: 1;
  background: #1b7ed9;
  /* height: 500px; */
  margin-bottom: 200px;
}

.map iframe {
  height: 600px;
}

@keyframes navWave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 0;
  }
}

/* ============================== BUTTON STYLES ============================== */
.button {
  display: inline-block;
  padding: 16px 30px;
  background-color: #e0ad84;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.button span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* ============================== END BUTTON STYLES ============================== */

* {
  box-sizing: border-box;
}

[data-wipe] {
  display: inline-block;
  padding: 12px 10px;
  text-decoration: none;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
}

[data-wipe]:before, [data-wipe]:after {
  content: attr(data-wipe);
  padding-top: inherit;
  padding-bottom: inherit;
  white-space: nowrap;
  position: absolute;
  top: 0;
  overflow: hidden;
  color: #ff3030;
  background: #ffffff;
}

[data-wipe]:before {
  left: 0;
  text-indent: 18px;
  width: 0;
}

[data-wipe]:after {
  padding-left: inherit;
  padding-right: inherit;
  left: 100%;
  text-indent: calc(-100% - 36px);
  transition: 0.2s ease-in-out;
}

[data-wipe]:hover:before {
  width: 100%;
  transition: width 0.2s ease-in-out;
}

[data-wipe]:hover:after {
  left: 0;
  text-indent: 0;
  transition: 0s 0.2s ease-in-out;
}

.menu_social_wrapper {
  position: fixed;
  z-index: 99;
  background: #7ec242;
  display: none;
  align-items: center;
  /* flex-direction: column; */
  top: 37%;
  right: 0;
}

.menu_social_wrapper .menu_social {
  display: flex;
  flex-direction: column;
}

.menu_social_wrapper .menu_social a {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.menu_social_wrapper .menu_social a i {
  font-size:20px;
}

#scroll-percentage {
  position: fixed;
  top: 80px;
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 9999;
  height: 3px;
}

[data-scrollPercentage] .percentage {
  display: inline-block;
  background-color: #c29f5e;
  height: 3px;
  width: 0;
  transition: all .7s ease-out;
}

#percentage-value {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 300px;
  color: orange;
  background-color: #000;
  text-align: center;
  line-height: 300px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px 2px orange, -1px -1px 8px 2px orange;
  font-size: 3em;
  z-index: 1;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.instruction {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: darkorange;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

/******************** CSS Vertical Tabs *******************
 ******************* Author: Asif Mughal ******************/
.tabs-container {
  position: relative;
  background: #e0ad84;
  width: 300px;
  height: 465px;
  float: left;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#managment .tabs-container {
  background: #7ec242;
}

/* tabs names */
.tabs-container label {
  position: relative;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs-container label:last-child {
  border-bottom: 0;
}

/* Hover effect on tabs names */
.tabs-container label:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* Content area for tabs */
.tab-content {
  position: relative;
  border: 1px solid #ddd;
  width: calc(100% - 300px);
  min-height: 465px;
  max-height: 465px;
  padding: 40px;
  font-size: 15px;
  float: left;
  box-sizing: border-box;
  display: none;
}

.tab-content .tab_text_title {
  display: inline-block;
  margin-bottom: 10px;
}

.tab-content ul li i {
  margin-right: 5px;
}

.tab-content:after {
  content: "";
  clear: both;
}

/* Hide input radio from users */
input[name="tab"],
input[name="wtab"] {
  display: none;
}

/* Show tab when input checked */
input[name="wtab"]:checked + .tab-content,
input[name="tab"]:checked + .tab-content {
  display: block;
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}

section.tab-content p,
section.tab-content ul li {
  margin-bottom: 10px;
}



/* Slide animation for tab contents */
@-webkit-keyframes slide {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

#show_991 {
  display: none;
}


.gallery {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.gallery_box {
  margin: 5px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.espa_logo{display:none;}

@media (max-width: 1650px) {
  ul.tabs_menu>li {
    font-size: 21px;
    margin: 0 12px;
  }

  .tab-content-menu {
    margin: 40px 0;
  }

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

@media (max-width: 1499px) {  
  .menu_header_left a {
    font-size: 19px;
  }

  footer .copyrights {
    padding: 120px 0 20px 0;
  }

  .button.forContact {
    font-size: 18px;
  }

  .home_poros_text {
    width: 50%;
  }

  nav ul {
    gap: 30px;
  }

  #logo {
    width: 220px;
  }

  .navigation {
    padding: 10px 0;
  }

  #home_swiper .swiper_text h1 {
    font-size: 56px;
    line-height: 72px;
  }

  .home_about_gallery .about_left img {
    height: 800px;
  }
  
  .about_left, .about_right {
    height: 800px;
  }

  .about_right_top, .about_right_bottom {
    height: 400px;
  }

  .home_about_gallery .about_right img {
    height: 400px;
  }

  #menu .home_about_text {
    padding: 0 0%;
  }

  .menu_box h2 {
    max-width: 66%;
  }

  .home_about_text a.button {
    padding: 13px 50px;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 0.05em;
  }

  .menu_bg {
    bottom: -145px;
    width: 285px;
    right: -75px;
  }
}

@media only screen and (max-width: 1349px) {
  #logo {
    width: 200px;
  }

  #about .home_about_text {
    padding: 0 0%;
  }

  .footer_left_top_text h3, .footer_left_bottom_text h3, .footer_right_bottom_text h3 {
    font-size: 21px;
    letter-spacing: 0.5px;
  }

  .footer_right_bottom_text img {
    width: 30px;
  }

  .home_poros_text h2 {
    font-size: 23px;
  }

  nav ul {
    gap: 20px;
  }

  .navigation .language-mob {
    right: 10px;
  }

  .menu_header_left a {
    font-size: 18px;
  }

  .padd {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padd_bottom {
    padding-bottom: 80px;
  }

  .home_about_gallery {
    margin-top: 80px;
  }

  .home_about_text h1, .home_poros_text h1, .contact_section h1 {
    font-size: 37px;
  }

  .about_left, .about_right {
    height: 700px;
  }

  .home_about_gallery .about_left img {
    height: 700px;
  }

  .about_right_top, .about_right_bottom {
    height: 350px;
  }

  .home_about_gallery .about_right img {
    height: 350px;
  }

  .menu_box h2 {
    font-size: 19px;
  }

  .tab-content-menu ul.half_list li {
    margin: 15px 20px;
  }

  ul.tabs_menu>li {
    font-size: 19px;
    margin: 0 10px;
    padding: 10px 10px;
  }

  .menu_bg {
    width: 255px;
  }

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

  .button.forContact {
    margin-top: 30px;
  }

  form input[type="text"]#security_code {
    font-size: 17px;
  }

  form .field input[type="text"], form .field textarea, form input[type="text"]#security_code {
    font-size: 17px;
  }

  label[for=security_code] {
    font-size: 17px;
  }

}

@media only screen and (max-width: 1199px) {
  .navigation {
    padding: 5px 0;
  }

  footer p {
    font-size: 18px;
    line-height: 30px;
  }

  .navigation .language-mob {
    right: 15px;
  }

  .navigation .language-mob img {
    width: 25px;
  }

  #home_swiper .swiper_text {
    left: 15px;
  } 

  #home_swiper .swiper_text h1 {
    font-size: 50px;
    line-height: 67px;
  }

  .home_about_text {
    padding: 0 4%;
  }
     
  .menu_bg {
    width: 230px;
    right: 15px;
    bottom: -155px;
  }

  .home_about_text a.button {
    padding: 13px 40px;
    font-size: 17px;
    margin-top: 0px;
  }

  .button.forContact {
    font-size: 17px;
  }

  .tab-content-menu ul.half_list li {
    margin: 10px 15px;
  }

  .home_poros_text {
    width: 60%;
    padding: 45px 30px 40px 30px;
  }

  footer .copyrights {
    padding: 90px 15px 20px 15px;
  }

  footer .copyrights p {
    font-size: 16px;
  }

  #wapp a {
    width: 90px;
    height: 28px;
  }
}

@media (max-width: 991px) {
  #hide_991 {
    display: none;
  }

  #show_991 {
    display: block;
    position: unset;
  }

  #scroll-percentage {
    top: 70px;
  }

  #logo {
    width: 180px;
    height: 80px;
    margin: 0;
  }

  .nav-mobile {
    display: block;
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 5px);
    width: calc(100% + 30px);
    background: #fbfcf2;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    z-index: 999;
    border-top: 3px solid #c19e57;
    left: -15px;
    padding-top: 20px;
  }

  .navigation .mobile-menu-panel .language-mob {
    display: flex;
    right: auto;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
  }

  .navigation .language-mob {
    display: none;
  }

  .header_fixed #logo {
    width: 55px;
    height: 60px;
  }

  #home_swiper .swiper_text h1 {
    font-size: 47px;
    line-height: 63px;
  }

  #home_swiper .swiper_text h1 br {
    display: none;
  }

  .home_about_text h1, .home_poros_text h1, .contact_section h1 {
    font-size: 35px;
  }

  .home_about_gallery .about_left img {
    height: 600px;
  }

  .about_left, .about_right {
    height: 600px;
  }

  .about_right_top, .about_right_bottom {
    height: 300px;
  }

  .tab-content-menu p.note {
    margin-top: 30px;
  }

  .home_about_gallery .about_right img {
    height: 300px;
  }

  .tab-content-menu .dots {
    margin: 0 10px;
  }

  .tab-content-menu p.price {
    font-size: 18px;
  }

  .tab-content-menu p {
    font-size: 17px;
  }

  ul.tabs_menu>li {
    font-size: 18px;
    margin: 0 5px;
    padding: 8px 8px;
  }

  .home_poros_text h2 {
    font-size: 21px;
  }

  .menu_bg {
    width: 200px;
    bottom: -145px;
  }

  .home_poros_text {
    width: 60%;
    padding: 35px 25px 30px 25px;
    right: 15px;
  }

  #menu {
    padding-bottom: 170px!important;
  }

  .menu_bg {
    bottom: -200px; 
  }

  #map_canvas {
    height: 580px;
    margin-top: 60px;
  }

  form {
    width: 100%;
    margin-right: 0px;
  }

  .footer_content {
    flex-direction: column;
  }

  .footer_right_top {
    display: none!important;
  }

  footer .copyrights:after {
    height: 260px;
    background-size: 145%;
  }

  footer .copyrights {
    padding: 90px 15px 15px 15px;
  }
}

@media only screen and (max-width: 767px) {
  #home_swiper .swiper_text h1 {
    font-size: 42px;
    line-height: 58px;
  }

  footer .copyrights:after {
    background-size: 190%;
  }

  .home_poros_text {
    width: 70%;
  }

  .home_poros_text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #home_swiper .swiper_text {
    bottom: 50px;
  }

  .home_about_text h1,.home_poros_text h1, .contact_section h1 {
    font-size: 32px;
  }

  .tab-content-menu ul.half_list li {
    margin: 8px 10px;
  }

  .menu_box h2 {
    font-size: 17px;
  }

  .tab-content-menu p {
    font-size: 16px;
  }

  .menu_bg {
    width: 180px;
    bottom: -200px;
  }

  .home_about_text a.button, .button.forContact {
    font-size: 16px;
  }

  .footer_left_top_text h3, .footer_left_bottom_text h3, .footer_right_bottom_text h3 {
    font-size: 20px;
  }

  #wapp a {
    width: 80px;
    height: 24px;
  }

  footer .copyrights p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 549px) {
  #logo {
    width: 170px;
    height: 75px;
  }

  footer .copyrights:after {
    background-size: 235%;
  }

  .footer_right_bottom_text img {
    width: 27px!important;
  }

  .nav-mobile {
    top: 25px;
  }

  #home_swiper .swiper_text h1 {
    font-size: 40px;
    line-height: 50px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .home_about_gallery {
    margin-top: 70px;
  }
  
  .home_about_gallery .about_left img {
    height: 500px;
  }

  .about_left, .about_right {
    height: 500px;
  }

  .about_right_top, .about_right_bottom {
    height: 250px;
  }

  .home_about_gallery .about_right img {
    height: 250px;
  }

  .tab-content-menu ul.half_list li {
    margin: 10px 10px;
    width: calc(100% - 20px);
  }

  ul.tabs_menu>li {
    line-height: 18px;
    margin: 5px;
  }

  .tab-content-menu {
    margin: 20px 0;
  }

  .home_about_text a.button {
    padding: 12px 30px;
  }

  .menu_bg {
    width: 170px;
  }

  .home_poros_text h2 {
    font-size: 19px;
  }

  .home_poros {
    height: 80vh;
  }

  #map_canvas {
    height: 540px;
  }

  #map_canvas p.balloon-first {
    font-size: 20px;
  }

}

@media only screen and (max-width: 479px) {
  #logo {
    width: 155px;
    height: 70px;
  }

  footer .copyrights p {
    font-size: 14px;
  }

  .footer_left_top_text h3, .footer_left_bottom_text h3, .footer_right_bottom_text h3 {
    font-size: 19px;
    letter-spacing: 0;
  }

  footer p {
    font-size: 17px;
    line-height: 27px;
  }

  .button {
    padding: 13px 25px;
  }

  .padd {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .padd_bottom {
    padding-bottom: 65px;
  }

  .home_about_text h1, .home_poros_text h1, .contact_section h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .home_about_text {
    padding: 0 15px;
  }

  .home_gallery {
    padding: 40px 0px 0px 0px;
  }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after, .nav-mobile {
    width: 32px;
  }

  .nav-mobile {
    top: 21px;
  }

  .header_fixed #logo {
    width: 50px;
    height: 55px;
  }

  #scroll-percentage {
    top: 65px;
  }

  #home_swiper .swiper_text h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .home_about_gallery {
    margin-top: 60px;
  }

  ul.tabs_menu>li {
    line-height: 17px;
    margin: 5px;
    font-size: 17px;
    padding: 6px 6px;
  }

  .home_poros_text {
    width: 80%;
  }

  form .field input[type="text"], form .field textarea, form input[type="text"]#security_code {
    font-size: 16px;
    letter-spacing: 0;
  }

  label[for=security_code] {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 420px) {
  #home_swiper .swiper_text h1 {
    font-size: 35px;
    line-height: 42px;
  }

  p {
    font-size: 17px;
    line-height: 27px;
  }

  .home_about_gallery .about_left img {
    height: 400px;
  }

  .about_left, .about_right {
    height: 400px;
  }

  .about_right_top, .about_right_bottom {
    height: 200px;
  }

  .home_about_gallery .about_right img {
    height: 200px;
  }

  ul.tabs_menu {
    margin: 30px 0px 25px 0px;
  }

  .home_about_text a.button {
    padding: 12px 20px;
    font-size: 15px;
  }

  .button.forContact {
    font-size: 15px;
  }

  .menu_bg {
    width: 150px;
    bottom: -180px;
  }

  #menu {
    padding-bottom: 155px !important;
  }

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

  .home_poros_text {
    width: 90%;
    padding: 30px 15px 25px 15px;
  }

  form .field input[type="text"], form .field textarea, form input[type="text"]#security_code {
    font-size: 15px;
  }

  label[for=security_code] {
    font-size: 15px;
  }

  .button.forContact {
    margin-top: 20px;
  }

  #map_canvas p.balloon-first {
    font-size: 18px;
  }

  #map_canvas p.balloon-second {
    font-size: 13px;
    line-height: 23px;
  }

  .footer_left_top img, .footer_left_bottom img, .footer_right_top img, .footer_right_bottom img {
    width: 100%;
  }

  .footer_left_top_text, .footer_left_bottom_text, .footer_right_bottom_text {
    width: 100%;
    padding: 25px 0;
  }

  .footer_left_top, .footer_right_top, .footer_right_bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer_left_bottom {
    flex-direction: column-reverse;
  }

  footer .copyrights .copyrights_text {
    flex-direction: column;
    gap: 5px;
  }

  footer .copyrights:after {
    background-size: 425%;
  }

  footer .copyrights {
    padding: 50px 15px 15px 15px;
  }
}