/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian
Template Name : WAME - Restaurant & kicthen Landding Page
Version       : 1.0
* ----------------------------------------------------------------------------------------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
* 02.LOADDER PAGE STYLE
* 03.HEADDER PAGE STYLE
     - NAVIGATION
     - LOGO
     - MOBILE MENU
* 04.HERO PAGE WRAP
* 05.ABOUT WRAP
     - PARALLAX SCROLL
* 06.GALLERY WRAP
* 07.MENU WRAP
     - MENU LEFT
     - MENU RIGHT
     - PARALLAX SCROLL
* 08.REVIEW WRAP
     - TESTIMONI ITEM
     - PARALLAX SCROLL
* 09.LOCATION WRAP
* 10.FOOTER WRAP
* 11.STICKY HEADDER
* 12.MEDIA QUERY PAGE

       update changelog (1 september 2020)
            - fix some old browser support stuff

* ----------------------------------------------------------------------------------------
*
* ----------------------------------------------------------------------------------------
*
* ----------------------------------------------
* 01.BASE CSS
*
/* ---------------------------------------------- /*
*/
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #1a2645;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

input,
textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 15px 8px 0;
  color: #474747;
  border: none;
  border-bottom: 1px solid #474747;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  background-color: transparent;
  transition: 0.3s;
}

textarea {
  resize: none;
  height: 100px;
}

a:focus,
a:hover {
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.btn-primary:hover {
  background: #000;
}

select {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 15px 8px 0;
  color: #474747;
  border: none;
  border-bottom: 1px solid #474747;
  height: 50px;
  font-size: 18px;
  background-color: transparent;
  transition: 0.3s;
}

label {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 100;
  color: #ff0000;
}

main {
  overflow: hidden;
}

iframe {
  border: unset;
  height: 500px;
  width: 100%;
}

button:focus {
  outline: none;
}

#slider_nav {
  /* opacity: 0; */
  transition: all 0.3s;
}

.onhover {
  opacity: 1 !important;
}

.h1 {
  color: #f6f3ec;
  font-family: "Montserrat", sans-serif;
  font-size: 245px;
  font-weight: 900;
  position: absolute;
  text-align: center;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  top: 0;
}

.showmenu {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  z-index: 1;
  position: relative;
  padding-top: 100px;
}

.flex > div:nth-child(odd) {
  align-self: flex-end;
}

.fix {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 60px -44px rgba(35, 31, 32, 0.75);
}

/*
* ----------------------------------------------
* 02.LOADDER PAGE STYLE
*
/* ---------------------------------------------- /*
*/
.load-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loader {
  display: none;
  position: absolute;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-top: 3px solid #1f1f1f;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  bottom: 50px;
  left: 200px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

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

/*
* ----------------------------------------------
* 03.HEADDER PAGE STYLE
*
/* ---------------------------------------------- /*
*/
#main-headderwrap {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-bottom: 20px;
}

#top-headder {
  margin-top: 20px;
  border-radius: 10px;
  position: relative;
}

.wrap-nav {
  padding-top: 50px;
  transition: all ease-in-out 0.3s;
  padding-left: 0;
  padding-right: 0;
}

.fix .wrap-nav {
  padding-top: 13px;
}

/*
* ----------------------------------------------
* 03.HEADDER PAGE STYLE
     - NAVIGATION
*
/* ---------------------------------------------- /*
*/
.navigation {
  padding-left: 0;
}

.navigation li {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  letter-spacing: 2px;
}

.navigation li a {
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.navigation li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  z-index: -1;
  position: absolute;
  background: #b19248;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navigation li a:hover:after {
  width: 100%;
  transform-origin: left;
}

.navigation li.active a:after {
  width: 100%;
  transform-origin: left;
}

/*
* ----------------------------------------------
* 03.HEADDER PAGE STYLE
     - LOGO
*
/* ---------------------------------------------- /*
*/
.logo {
  width: 100%;
  max-width: 100%;
  transition: all ease-in-out 0.3s;
}

.fix .logo {
  width: 50%;
}

/*
* ----------------------------------------------
* 03.HEADDER PAGE STYLE
     - MOBILE MENU
*
/* ---------------------------------------------- /*
*/
.mobile-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  display: none;
  z-index: -1;
}

.wrappermenu {
  width: 35px;
  height: 32px;
  margin: auto;
  cursor: pointer;
  right: 25px;
  display: none;
  position: absolute;
  z-index: 999999;
  top: 30px;
}

.wrappermenu:before,
.wrappermenu span,
.wrappermenu:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.wrappermenu.black:before,
.wrappermenu.black span,
.wrappermenu.black:after {
  background: #000;
}

.wrappermenu:before,
.wrappermenu:after {
  content: "";
}

.wrappermenu:before {
  top: 4px;
}

.wrappermenu span {
  top: 15px;
}

.wrappermenu:after {
  top: 26px;
}

.wrappermenu:hover:before {
  top: 7px;
}

.wrappermenu:hover:after {
  top: 23px;
}

.wrappermenu.cross span {
  opacity: 0;
}

.wrappermenu.cross:before,
.wrappermenu.cross:after {
  top: 40%;
}

.wrappermenu.cross:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.wrappermenu.cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.wrappermenu:focus {
  outline: none;
}

.mobile-wrap .navigation {
  overflow: auto;
  padding-left: 50px;
  position: relative;
  height: 100%;
}

.mobile-wrap .navigation li {
  display: block;
  position: relative;
  top: 150px;
}

.showmenu > .mobile-wrap .navigation li a {
  color: #1a2645 !important;
}

.navigation li a.blackn {
  color: #1a2645;
}

.mobile-wrap .navigation li a {
  font-size: 50px;
  color: #1a2645;
}

.mobile-wrap .navigation li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 10px;
  content: "";
  display: block;
  height: 20px;
  left: -1px;
  z-index: -1;
  position: absolute;
  background: #b19248;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

/*
* ----------------------------------------------
* 04.HERO PAGE WRAP
*
/* ---------------------------------------------- /*
*/
#home {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.slideitem {
  width: 100%;
  height: 100vh;
}

.detail-hero {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 20%;
  padding-right: 20%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.detail-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
}

.detail-hero p {
  font-size: 18px;
  color: #fff;
}

.scroll {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, 0%);
  display: none;
}

#hero-slide {
  position: absolute;
}

#slider_nav {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
}

.nextslide {
  position: absolute;
  left: 50px;
  background: transparent;
  border: none;
}

.prevslide {
  position: absolute;
  right: 50px;
  background: transparent;
  border: none;
}

.prevslide i,
.nextslide i {
  font-size: 50px;
  color: #fff;
}

.text-detailwrap {
  position: relative;
  z-index: 3;
}

.overlay-hero {
  width: 100%;
  height: 100%;
  background: #1d1e30;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*
* ----------------------------------------------
* 05.ABOUT WRAP
*
/* ---------------------------------------------- /*
*/
#apropos {
  background: #fff;
  position: relative;
  padding-top: 200px;
  z-index: 3;
  height: auto;
}

.upper-headder {
  width: 100%;
  position: absolute;
  height: 300px;
  top: -200px;
  background-image: url(../image/asset/paint.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapabout {
  position: relative;
  z-index: 1;
  height: 545px;
  top: 10rem;
}

.image-wrapabout img {
  width: 80%;
}

.about-detail {
  width: 37%;
  position: absolute;
  display: inline-block;
  background: #fff;
  padding: 30px;
  right: 20%;
  box-shadow: 0 0px 40px rgba(150, 150, 150, 0.25);
  top: 420px;
  z-index: 3;
}

.about-detail h4 {
  font-size: 20px;
  font-weight: 100;
  color: #b19248;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-detail h3 {
  font-size: 50px;
  font-weight: 900;
  color: #000000;
}

#place-detail {
  position: relative;
}

#place-detail h4 {
  font-size: 20px;
  font-weight: 100;
  color: #b19248;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#place-detail h3 {
  font-size: 50px;
  font-weight: 900;
  color: #000;
}

.places-wrap {
  position: relative;
  top: 12rem;
  z-index: 0;
}

/*.places-wrap:after {
    content: '';
    background: url(../image/asset/paint.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -300px;
    width: 100%;
    height: 600px;
}

.places-wrap:before {
    content: '';
    background: url(../image/asset/paint.png);
    background-size: cover;
    position: absolute;
    bottom: -350px;
    width: 100%;
    left: 0;
    height: 600px;
}*/
.places-wrap img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.about-detail-place {
  width: 40%;
  position: absolute;
  display: block;
  background: #fff;
  padding: 30px;
  right: 100px;
  box-shadow: 0 0px 40px rgba(150, 150, 150, 0.25);
  top: 55rem;
  z-index: 1;
}

.about-detail-place p {
  line-height: 2rem;
}

/*
* ----------------------------------------------
* 05.ABOUT WRAP
     - PARALLAX SCROLL
*
/* ---------------------------------------------- /*
*/
.paralaxone {
  position: absolute;
  top: 1%;
  z-index: 1;
  width: 40%;
}

.paralaxtree {
  position: absolute;
  z-index: 0;
  top: 80%;
  right: 30px;
  width: 25%;
}

/*
* ----------------------------------------------
* 06.GALLERY WRAP
*
/* ---------------------------------------------- /*
*/
#infrastructures {
  position: relative;
  height: auto;
  background: #fff;
  padding-bottom: 100px;
  padding-top: 200px;
}

#infrastructures > .container {
  width: 80%;
}

.wrap-gal {
  position: relative;
  z-index: 1;
  line-height: 0;
  padding-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.wrap-gal > a {
  height: auto;
  width: 33.3333333%;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}

.wrap-gal a:hover {
  opacity: 0.5;
}

.wrap-gal img {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #fff;
}

/*
* ----------------------------------------------
* 07.MENU WRAP
*
/* ---------------------------------------------- /*
*/
#succes {
  position: relative;
  height: auto;
  background: #fff;
  padding-bottom: 100px;
  padding-top: 250px;
}

#succes .h1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#succes-rellax {
  content: "";
  width: 230px;
  display: block;
  position: absolute;
  bottom: -12rem;
  right: 13vw;
  height: auto;
  z-index: 1;
}

.content-menu {
  width: 100%;
  padding-top: 100px;
}

.content-menu img {
  width: 420px;
  box-shadow: 11px 72px 30px -44px rgba(35, 31, 32, 0.56);
}

/*
* ----------------------------------------------
* 07.MENU WRAP
     - MENU LEFT
*
/* ---------------------------------------------- /*
*/
.detail-menu {
  width: 40%;
}

.detail-menu h3 {
  font-size: 40px;
  letter-spacing: 0.5rem;
  font-weight: 900;
  text-shadow: 1px 2px #fff, 2px 3px #b19248;
}

.detail-menu h4 {
  font-weight: 900;
  text-transform: uppercase;
  color: #b19248;
}

.detail-menu p {
  line-height: 2.5rem;
  border-bottom: 3px dashed;
  padding-bottom: 20px;
}

.detail-menu ul {
  padding-left: 0;
}

.detail-menu ul li {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.detail-menu ul li p {
  padding-bottom: 40px;
}

.detail-menu ul li small {
  font-size: 15px;
}

.detail-menu ul li img {
  width: 80px;
  margin: 0 15px 0 0;
  border-radius: 100%;
  height: 80px;
}

.l .detail-menu {
  float: left;
}

.l .detail-menu ul li h5 {
  position: absolute;
  right: 0;
  font-size: 30px;
  font-weight: 900;
  top: 0;
}

.l .detail-menu ul li img {
  float: left;
}

.l img {
  float: right;
}

/*
* ----------------------------------------------
* 07.MENU WRAP
     - MENU RIGHT
*
/* ---------------------------------------------- /*
*/
.r .detail-menu {
  float: right;
  text-align: right;
}

.r .detail-menu ul li img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.r .detail-menu ul li h5 {
  position: absolute;
  left: 0;
  font-size: 30px;
  font-weight: 900;
  top: 0;
}

/*
* ----------------------------------------------
* 07.MENU WRAP
     - PARALLAX SCROLL
*
/* ---------------------------------------------- /*
*/
.paralaxtwo {
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 40%;
  width: 20%;
  z-index: 1;
}

.paralaxfour {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 45%;
  width: 20%;
}

.paralaxfive {
  position: absolute;
  z-index: 0;
  top: 120%;
  right: 40%;
  width: 20%;
}

/*
* ----------------------------------------------
* 08.REVIEW WRAP
*
/* ---------------------------------------------- /*
*/
#equipe {
  height: auto;
  background: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

/*
* ----------------------------------------------
* 08.REVIEW WRAP
     - TESTIMONI ITEM
*
/* ---------------------------------------------- /*
*/
.owl-stage {
  margin-bottom: 100px;
}

.owl-item .warp-testimoni {
  opacity: 0.3;
  transition: 1s all;
  -webkit-transition: 1s all;
}

.owl-item.active.center .warp-testimoni {
  opacity: 1;
  box-shadow: 11px 72px 30px -54px rgba(0, 0, 0, 0.3);
}

.warp-testimoni {
  background: rgb(246 243 236);
  /* background-color: #fffbed; */
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.warp-testimoni .user {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 11px 60px 80px 0px rgba(35, 31, 32, 0.5);
  height: 100%;
  object-fit: cover;
}

.warp-testimoni:after {
  border-top: 1px solid #000;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 60%;
  content: "";
  display: none;
}

blockquote {
  position: absolute;
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 5.5em;
  border-left: unset !important;
  top: 0;
  right: -100px;
  font-size: 30px;
}

blockquote:before {
  font-family: Georgia, serif;
  position: absolute;
  font-size: 8em !important;
  color: #cacaca;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}

.detailtesti h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.detailtesti h4 {
  color: #b19248;
}

.detailtesti p {
  position: relative;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 30px;
  padding-left: 100px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailtesti p small {
  display: block;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  padding-top: 5px;
}

.detailtesti p:before {
  border-top: 1px solid #000;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 20%;
  content: "";
}

/*
* ----------------------------------------------
* 08.REVIEW WRAP
     - PARALLAX SCROLL
*
/* ---------------------------------------------- /*
*/
.paralaxseven {
  position: absolute;
  z-index: 1;
  top: 130%;
  right: 10%;
  width: 10%;
}

.paralaxeight {
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 10%;
  width: 20%;
}

/*
* ----------------------------------------------
* 09.LOCATION WRAP
*
/* ---------------------------------------------- /*
*/
#contact {
  height: auto;
  background: #fff;
  padding-top: 180px;
  padding-bottom: 0;
  position: relative;
}

#contact .h1 {
  top: -150px;
}

.contact-warp {
  background: rgb(246 243 236);
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-bottom: 50px;
}

#contact-rellax {
  content: "";
  background: url(../image/asset/bg-contact.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 320%;
  left: 0;
  width: 300px;
  height: 200px;
  background-size: contain;
  z-index: 5;
}

.contact-warp h3 {
  font-size: 25px;
  font-weight: 900;
  padding-left: 50px;
}

.contact-warp p {
  font-size: 17px;
  padding-left: 100px;
  width: 400px;
  position: relative;
}

.contact-warp p i {
  position: absolute;
  left: 0;
  padding-left: 50px;
  font-size: 25px;
  top: 0px;
}

.contact-warp h3:before {
  background-color: #1a2645;
  content: "";
  height: 3px;
  left: -50px;
  position: absolute;
  top: 50px;
  width: 100px;
  z-index: 100;
}

#contact-form {
  width: 400px;
  padding-left: 50px;
  margin-top: 50px;
}

#contact-form h3 {
  padding-left: 0;
}

.mini-contact-detail {
  display: block;
  position: relative;
  margin-top: 20px;
}

.mapplace {
  width: 50%;
  position: absolute;
  right: 80px;
  height: 500px;
  z-index: 1;
}

.mapplace iframe {
  box-shadow: 0 0px 40px rgba(150, 150, 150, 0.25);
}

#submit {
  margin-top: 20px;
  background: transparent;
  border: 2px solid;
  padding: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}

/*
* ----------------------------------------------
* 10.FOOTER WRAP
*
/* ---------------------------------------------- /*
*/
#footerwrap {
  position: relative;
  background: #1a2645;
  padding-top: 100px;
  padding-bottom: 30px;
  color: #fff;
}

#footerwrap > .upper-headder {
  filter: invert(0.9);
  top: -200px;
}

.detailfoot {
  text-align: right;
  padding-right: 20px;
  border-right: 2px solid #929292;
}

.detailfoot h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: "Montserrat";
}

.detailfoot p {
  padding-top: 8px;
  color: #ffff;
  font-size: 13px;
}
.detailfoot p a {
  color: #fff;
}

.sosmed {
  text-align: left;
}

.sosmed ul {
  padding-left: 0;
}

.sosmed .sos {
  display: inline-block;
}

.sosmed ul li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-right: 20px;
}

.sosmed ul li a {
  color: #fff !important;
}

.sosmed ul li a:hover {
  color: #b19248 !important;
}

.sosmed ul li i {
  font-size: 15px;
  color: #fff;
}

.sosmed p {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

/* ---------------------------------------------- /*
* 11.STICKY HEADDER
/* ---------------------------------------------- /*
*/
.showmenu .wrappermenu.cross:before,
.wrappermenu.cross span,
.wrappermenu.cross:after {
  background: #000 !important;
}

.showmenu .logo {
  filter: invert(1) !important;
}

/* ---------------------------------------------- /*
* 12.MEDIA QUERY PAGE
/* ---------------------------------------------- /*
*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .mapplace {
    top: 200px !important;
  }

  .paralaxtree {
    top: 800px;
  }

  .paralaxseven {
    top: 800px;
  }

  .paralaxeight {
    top: 800px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mapplace {
    top: 100px;
    right: 50px;
  }

  .about-detail-place {
    top: 390px;
  }

  .paralaxtree {
    top: 600px;
  }

  .paralaxseven {
    top: 800px;
  }

  .paralaxeight {
    top: 800px;
  }
}

@media screen and (max-width: 2560px) {
  .paralaxone {
    top: 10%;
  }

  .paralaxseven {
    z-index: 3;
    top: 100%;
  }

  .image-wrapabout img {
    width: auto;
    height: 540px;
    max-width: 100%;
  }

  .paralaxtree {
    z-index: 5;
    top: 30%;
    width: 50%;
  }

  .paralaxeight {
    z-index: 1;
    top: 130%;
    left: 5%;
    width: 20%;
  }

  .paralaxtwo {
    top: 30%;
  }

  .paralaxfour {
    top: 80%;
  }

  .paralaxfive {
    z-index: 1;
    top: 120%;
  }

  .mapplace {
    width: 50%;
    top: 100%;
  }

  .places-wrap:after {
    height: 1500px;
  }
}

@media screen and (max-width: 1599px) {
  .places-wrap:after {
    height: 1000px;
  }

  .mapplace {
    top: 20%;
  }
}

@media screen and (max-width: 1366px) {
  .places-wrap:after {
    height: 600px;
  }

  .image-wrapabout img {
    width: 80%;
  }

  .mapplace {
    top: 130%;
  }

  .paralaxtree {
    top: 50%;
    width: 25%;
  }

  .paralaxfive {
    top: 150%;
  }
}

@media screen and (max-width: 1240px) {
  .navigation li a {
    font-size: 13px;
  }

  .detailfoot p {
    padding-top: 8px;
    color: #929292;
    font-size: 12px;
  }

  .mapplace {
    top: 130px;
    right: 50px;
  }
}

@media (max-width: 990px) {
  .places-wrap:before {
    bottom: -250px;
  }

  .places-wrap:after {
    top: -300px;
  }

  #logo-wrap {
    text-align: left;
  }

  .wrap-nav {
    display: none;
  }

  .logo {
    width: 90px;
  }

  .detail-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .detail-hero h1 {
    font-size: 30px;
  }

  .wrappermenu {
    display: block;
  }

  #apropos {
    position: relative;
    padding-top: 0;
  }

  .image-wrapabout img {
    width: 100%;
  }

  #place-detail {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .about-detail {
    transform: translate3d(0, 0, 0) !important;
    width: 100%;
    position: relative;
    padding: 30px;
    right: 0;
    top: 0;
    box-shadow: unset;
  }

  .about-detail-place {
    transform: translate3d(0, 0, 0) !important;
    width: 100%;
    position: relative;
    padding: 30px;
    left: 0;
    top: 120px;
    box-shadow: unset;
  }

  .h1 {
    top: 50px;
  }

  .r .detail-menu {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .l .detail-menu {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .detail-menu ul {
    margin-bottom: 50px;
  }

  .content-menu img {
    width: 100%;
  }

  .paralaxtree {
    display: none;
  }

  .paralaxtwo {
    display: none;
  }

  .paralaxfour {
    display: none;
  }

  .paralaxfive {
    display: none;
  }

  .paralaxone {
    display: none;
  }

  .paralaxseven {
    display: none;
  }

  .paralaxeight {
    display: none;
  }

  .contact-warp {
    width: 100%;
  }

  #footerwrap > .upper-headder {
    top: -100px;
  }

  .mapplace {
    transform: translate3d(0, 0, 0) !important;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: unset;
  }

  .detailfoot {
    text-align: left;
    padding-right: 20px;
    border-bottom: 2px solid #929292;
    border-right: unset;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  #contact {
    width: 100%;
    padding-left: 50px;
    margin-top: 50px;
    padding-right: 50px;
  }

  #footerwrap > .upper-headder {
    top: -100px;
  }
}

@media (max-width: 768px) {
  .places-wrap:before {
    bottom: -200px;
  }

  .places-wrap:after {
    top: -500px;
  }
}

@media only screen and (max-width: 690px) {
  .mobile-wrap .navigation li a {
    font-size: 30px;
  }

  .wrap-gal {
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
  }

  .contact-warp p {
    width: 100%;
  }

  #contact {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-menu ul li img {
    width: 50px;
    height: 50px;
  }

  .detail-menu h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 580px) {
  .detailtesti p {
    padding-left: 80px;
  }

  .detailtesti h3 {
    line-height: 2.5rem;
    font-size: 15px;
  }

  .wrap-gal {
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
  }
}

@media (max-width: 480px) {
}

#place-detail .h1 {
  font-size: 9vw;
  opacity: 0.7;
  z-index: 5;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background: #b19248;
  border-color: #b19248;
  padding: 1rem 2rem;
}

#success-slide .slideitem {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 100vh;
  position: relative;
}

#success-slide .slideContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #1a26458a;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: scale(0.5) translate(0, 100%);
  transition: all ease-in-out 0.3s;
}

#success-slide .owl-item {
  overflow: hidden;
}

#success-slide .owl-item:hover .slideContent {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

#success-slide .slideContent h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

#success-slide .slideContent h4 {
  font-weight: 700;
}

#success-slide .slideContent h5 {
  font-weight: 700;
}

#success-slide .slideContent p {
}

#successVideo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#successVideo video {
  width: 60%;
  max-width: 100%;
}

.teamList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4rem 0 2rem;
  border-bottom: 1px solid #1a2645;
  position: relative;
  z-index: 5;
}

.teamList:last-child {
  border: none;
}

.testImage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 180px;
  width: 150px;
  overflow: hidden;
  position: relative;
  left: -1.5rem;
  flex: 0 0 150px;
}

.testImage img {
}

.detailtesti {
  position: relative;
  left: -1.5rem;
  border-top: 1px solid;
  min-width: 50%;
  padding: 0 2rem;
}

#contact .col {
  display: flex;
}

.contactRight {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contactRight img {
  max-width: 90%;
  align-self: flex-end;
  margin-left: auto;
}

.contactRight > div {
  width: 100%;
  position: absolute;
  left: -5rem;
  z-index: 1;
  background: rgb(255 255 255 / 100%);
  padding: 2rem 2rem 1rem;
  top: 6rem;
}

#instafeed {
  position: relative;
  padding-top: 280px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  #hero-slide .slideitem,
  #home {
    height: 300px;
  }

  .fix .logo {
    width: 100px;
  }

  #infrastructures {
    padding-top: 0;
    padding-bottom: 0;
  }

  #infrastructures > .container {
    width: 100%;
  }

  .wrap-gal {
    padding-top: 0;
  }

  .wrap-gal > a {
    width: 50%;
  }

  .wrap-gal > a:last-child {
    /* width: 100%; */
  }

  .h1 {
    font-size: 17vw;
    top: 0;
    position: relative;
    opacity: 1 !important;
  }

  #succes .h1:after {
    height: 50px;
    width: 80px;
    left: 0;
    top: -1rem;
  }
  #succes {
    padding-top: 0;
    padding-bottom: 0;
  }
  #success-slide .slideitem {
    height: 350px;
  }
  #successVideo,
  #successVideo video {
    width: 100%;
  }
  #equipe {
    padding-top: 0;
    padding-bottom: 0;
  }
  .warp-testimoni {
    width: 100%;
  }
  #contact .col {
    flex-direction: column-reverse;
  }
  #contact-form {
    width: 100%;
    padding: 0;
  }
  #footerwrap {
    padding-top: 40px;
  }
  .contactRight {
    width: 100%;
    position: relative;
    top: 0;
    /* background: transparent; */
    /* height: 350px; */
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .contactRight img {
    /* display: none; */
    max-width: 100%;
  }
  .contactRight > div {
    position: initial;
  }
  #apropos {
    padding-top: 0;
  }
  .places-wrap,
  .about-detail-place {
    top: 0;
  }
  #contact {
    padding: 0;
    margin: 0;
  }
  #contact .h1 {
    top: 0;
  }
  .contact-warp {
    margin-top: 230px;
  }
  #instafeed {
    padding-top: 0;
    margin-bottom: 0;
  }
  #succes-rellax {
    display: none;
  }
  #contact-rellax {
    top: initial;
    bottom: 100%;
    transform: none !important;
  }
  .prevslide {
    right: 1rem;
  }
  .nextslide {
    left: 1rem;
  }
  #instaGrid {
  }
  #instaGrid a {
    width: 49% !important;
    margin-bottom: 3px;
    height: 150px !important;
  }
  .scroll {
    bottom: -13rem;
    display: none;
  }

  .image-wrapabout {
    top: 0;
  }

  #equipe .container .places-wrap {
    height: auto !important;
    top: -5rem;
  }

  .image-wrapabout,
  .image-wrapabout img {
    height: auto;
  }

  #instafeed .container-fluid {
    max-width: 100vw !important;
  }

  #infrastructures .h1 {
    top: 23px !important;
    font-size: 21vw !important;
  }

  #proprio-slide {
    max-width: 80vw;
    margin: 3rem auto 0 !important;
  }

  #instafeed p {
    margin-top: 0 !important;
  }

  #langSelector {
    top: 18px !important;
    z-index: 10 !important;
    right: 80px !important;
  }
}

#success-slide {
  position: relative;
  margin-bottom: 50px;
}
#success-slide .owl-nav,
#proprio-slide .owl-nav {
  position: absolute;
  width: 100%;
  top: 35%;
  transform: translateY(-50%);
}
#success-slide .owl-nav button,
#proprio-slide .owl-nav button {
  font-size: 7rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
#success-slide .owl-nav .owl-next,
#proprio-slide .owl-nav .owl-next {
  left: initial;
  right: 2rem;
}
#success-slide .owl-stage {
  margin-bottom: 0;
}

#instafeed .container-fluid {
  max-width: 85vw;
  overflow: hidden;
}
#instaGrid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#instaGrid a {
  display: flex;
  width: 24%;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#instaGrid a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instaGrid a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #fff;
  font-size: 3rem;
}
#instaGrid a span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #0000;
  color: #fff;
  text-align: center;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  padding: 1rem;
}
#instaGrid a:hover span {
  opacity: 1;
  top: 0;
  background: rgb(0 0 0 / 75%);
}

#instafeed .h1 {
  font-size: 12vw;
}
#instafeed p {
  text-align: center;
  margin: -3rem 0 2rem;
}
#infrastructures .h1 {
  top: 157px;
}
#equipe .container .places-wrap img {
}
#equipe .container .places-wrap {
  margin-bottom: 0;
  height: 510px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

#proprietaire {
  position: relative;
}
#proprietaire h2 {
  font-size: 10vw;
  position: initial;
  top: initial;
  left: initial;
}
#proprio-slide {
  margin: 5rem 0 0;
  position: relative;
}
#proprio-slide .proprioItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#proprio-slide .proprioItem img {
  max-height: 220px;
  width: auto;
}
#proprio-slide .proprioItem span {
  display: block;
  margin-top: 3rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #b19248;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
#contact .container {
  z-index: 5;
  position: relative;
}
#proprio-slide .owl-nav button {
  left: -7rem;
  width: 50px;
  color: #000;
}
#proprio-slide .owl-nav .owl-next {
  right: -7rem;
}
#instafeed ul.sos {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
#instafeed ul.sos li {
  padding: 0rem 2rem 2rem 2rem;
  font-size: 3rem;
  width: 70px;
  text-align: center;
}
#instafeed ul.sos li a {
  color: #b19248;
}

#langSelector {
  position: absolute;
  top: 53px;
  right: -100px;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
#langSelector a {
  color: rgb(255 255 255 / 50%);
  font-weight: 600;
  display: block;
  line-height: 14px;
  padding: 0 8px;
  transition: all ease-in-out 0.3s;
}
#langSelector a:first-child {
  border-right: 2px solid #fff;
}
#langSelector a.active,
#langSelector a:hover {
  color: #fff;
}

.fix #langSelector {
  top: 16px;
}
.fix #langSelector a {
  color: rgb(0 0 0 / 0.5);
}
.fix #langSelector a:first-child {
  border-color: #000;
}
.fix #langSelector a.active,
.fix #langSelector a:hover {
  color: #000;
}
