/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin:0;
  padding:0;
  outline:none;
  list-style:none;
  text-decoration:none;
  box-sizing:border-box;
  background: transparent;
  border:none;
}

/*

font-family: 'Hind', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;

*/


body {
  background: #fff;
  color: #44585c;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
body, html {
  width: 100%;
  height: 100%;
  position: relative;
}
h1, h2, h3, h5 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
h1 {
  font-size: 69px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
}
h5 {
  font-size: 30px;
  font-weight: 400;
}

a {
  color: #44585c;
}

a.link {
  color: #907aff;
}

.cta {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  padding:14px 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border:1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0);
  transition:0.3s all ease-out;
  cursor: pointer;
  border-radius: 6px;
}
.cta:hover {
  background: rgba(255,255,255,0.1);
}
.cta i {
  margin-right: 4px;
}

.darkBg p, .darkBg h1, .darkBg h2, .darkBg h3, .darkBg h4, .darkBg a {
  color: #fff;
}

.wrap {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

strong {
  font-weight: 400;
}

u {
  border-bottom: 3px solid rgb(68, 88, 92);
}
.darkBg u {
  border-bottom: 3px solid rgb(255, 255, 255);
}




  /* [COOKIE BAR] */
  .acceptCookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: hsl(213 28% 10% / 1);
    text-align: center;
    z-index: 99;
    padding: 20px;
  }
  .acceptCookie a, .acceptCookie span, .acceptCookie p {
    display: inline-block;
    margin: 0;
    color: #fff;
  }
  .acceptCookie span {
    margin: 0 20px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    background: transparent;
  }


/* MENU HAM */

.menuMobileIcon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 50px;
}

.menuMobileIcon:after {
  font-weight: bold;
  content:"MENU";
  position: absolute;
  top: 0;
  left: -50px;
  color: #fff;
  width: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  transition: 0.1s all ease-out;
  -webkit-transition: 0.1s all ease-out;
  -moz-transition: 0.1s all ease-out;
}
.menuMobileIcon:before {
  font-weight: bold;
    content: "FERMER";
    position: absolute;
    top: 0;
    left: -90px;
    color: #fff;
    width: 65px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    transform: rotate(-45deg) translateY(58px);
    -webkit-transform: rotate(-45deg) translateY(58px);
    -moz-transform: rotate(-45deg) translateY(58px);
    opacity: 0;
    transition: 0.1s all ease-out;
    -webkit-transition: 0.1s all ease-out;
    -moz-transition: 0.1s all ease-out;
}
.menuMobileIcon > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  margin: auto;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}

.menuMobileIcon > span:before,
.menuMobileIcon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menuMobileIcon > span:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.menuMobileIcon > span:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* OPENED */

.nav-open, body.travelOpen, body.loading {
  overflow: hidden;
}

.nav-open .menuMobileIcon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .menuMobileIcon > span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-open .menuMobileIcon > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-open .menuMobileIcon:before {
  opacity: 1;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
}
.nav-open .menuMobileIcon:after {
  opacity: 0;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
}


#masterLogo {
  display: inline-block;
}
#masterHeader .wrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#masterHeader {
  position: fixed;
  z-index: 7;
  top: 0;left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#masterHeader:after {
  content:"";
  background: rgba(14,19,26,0.95);
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.shrink #masterHeader:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.menuOpen {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;left: 0;
  background-color: hsl(213 28% 10% / 1);
  /* background-image: url(../img/bgdigital.jpg); */
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}


.menuOpen ul {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0s all ease 0.5s;
  -o-transition: 0s all ease 0.5s;
  transition: 0s all ease 0.5s;
}

.menuOpen ul li {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.menuOpen a {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 48px;
  color: rgba(255,255,255,1);
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: 0.6s all ease-out 0s;
  -o-transition: 0.6s all ease-out 0s;
  transition: 0.6s all ease-out 0s;
  cursor: pointer;
}
.menuOpen a:after {
  content:"";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;left: 0;
  z-index: 1;
  transform-origin:center left;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.menuOpen a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.9s all cubic-bezier(.19,1,.22,1);
  -o-transition: 0.9s all cubic-bezier(.19,1,.22,1);
  transition: 0.9s all cubic-bezier(.19,1,.22,1);
}

.nav-open .menuOpen ul{
  opacity: 1;
}

.nav-open .menuOpen {
   -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.nav-open .menuOpen a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease-out 0.8s;
  -o-transition: 0.6s all ease-out 0.8s;
  transition: 0.6s all ease-out 0.8s;
}






#mailAlert {
  margin-bottom: 10px;
}

.homepage main .wrap {
  position: relative;
}

.homepage main {
  height: 100vh;
  width: 100%;
  background: #000d20;
  position: relative;
  overflow: hidden;
}

.homepage main .background {
  position: absolute;
  top: 0;left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
.homepage main .background video {
  min-width: 100%;
  min-height: 100%;
}
.homepage main .wrap {
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 800px;
  text-align: center;
}
.homepage main h1 {
  margin-bottom: 31px;
}

.homepage main p {
  margin-bottom: 29px;
}
.homepage main .cta:first-of-type {
  margin-right: 10px;
}

.mouseScroll {
  height: 40px;
  width: 24px;
  border-radius: 50px;
  border:1px solid rgba(255,255,255,0.5);
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mouseScroll span {
  background: #fff;
  width: 4px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;right: 0;
  margin: 0 auto;
  top: 8px;
  animation: scrolldown 1.4s ease  infinite;
}

@keyframes scrolldown {
  0%{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  80% {
   -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* chat bubble */

.msg-bubble {
  cursor: pointer;
  position: fixed;
  z-index: 7;
  top: calc(100% - 20px);
  right: 14%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 112px;
  -webkit-transform: translateY(-100%) scale(1);
  -moz-transform: translateY(-100%) scale(1);
  -ms-transform: translateY(-100%) scale(1);
  -o-transform: translateY(-100%) scale(1);
  transform: translateY(-100%) scale(1);
  transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
}
.msg-bubble i {
  position: relative;
  z-index: 3;
  font-size: 30px;
  color: #fff;
}

.msg-bubble:after {
  content:"";
  position: absolute;
  height: 90%;width: 90%;
  top: 0;left: 0;right: 0;bottom: 0;
  margin: auto;
  z-index: 1;
  border:1px solid rgba(255,255,255,1);
  background: rgba(14,19,26,0.1);
  border-radius: 50%;
  transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
}
.msg-bubble:before {
  content:"";
  position: absolute;
  height: 120%;width: 120%;
  top: -11%;left: -11%;
  z-index: 0;
  border:1px solid rgba(255,255,255,1);
  border-radius: 50%;
  opacity: 0.3;
  animation: growUngrow 1.5s ease-out infinite;
  -webkit-animation: growUngrow 1.5s ease-out infinite;
  -moz-animation: growUngrow 1.5s ease-out infinite;
}

.msg-bubble:hover:after {
  height: 100%;width: 100%;
  background: rgba(14,19,26,0.95);
  border:1px solid rgba(14,19,26,0.95);
}
.msg-bubble:hover:before {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}

.msg-bubble.scroll:after {
  background: rgba(14,19,26,0.95);
  border:1px solid rgba(14,19,26,0.95);
}
.msg-bubble.scroll:before {
  border: 1px solid rgba(14,19,26,0.95);
}
.msg-bubble.active:after {
  background: rgba(14,19,26,0.95);
  border: 1px solid rgba(14,19,26,0.95);
}
.msg-bubble.active:before {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}
.msg-bubble.active:hover:after {
  height: 90%;width: 90%;
}

@keyframes growUngrow {
  0%{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  50%,100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes growUngrow {
  0%{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  50%,100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}



.msgBblContent {
  width: 400px;
  border-radius: 10px;
  position: fixed;
  z-index: 7;
  right:14%;
  bottom: 130px;
  border-radius: 10px;
  background: rgba(14,19,26,0.95);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: none;
}
.msgBblContent.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.msg-bubble.active, .msgBblContent.active {
  z-index: 10;
}

.msgBblContent header {
	background: rgba(14,19,26,1);
	border-radius: 10px 10px 0 0;
	margin-top: -1px;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 20px 20px;
}
.msgBblContent header h4 {
	color: rgba(255,255,255,0.6);
}
.msgBblContent header .picto img {
    width: 60%;
    position: absolute;
    top: 50%;left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.msgBblContent header .picto {
    background: rgba(14,19,26,0.3);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: relative;
}
.msgBblContent .talkBbl {
  margin-bottom: 10px;
}

.msgBblContent .talkBbl .msgWrap {
  width: calc(100% - 50px);
  display: inline-block;
}
.msgBblContent .talkBbl .msg {
  padding: 14px 16px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
}
.msgBblContent .talkBbl.left .msg{
  background: #6648ff;
}
.msgBblContent .talkBbl.right {
  text-align: right;
}
.msgBblContent .talkBbl.right .msg{
  background: rgba(215,234,249,0.1);
  text-align: left;
}

.msgBblContent .talkBbl.left .msg.action{
  background: transparent;
  padding: 0;
}
.msgBblContent .contentWrap {
  padding: 0 30px;
  padding-top: 30px;
  height: calc(60vh - 80px);
  overflow: auto;
}
.msgBblContent footer {
  padding: 0 30px;
  padding-bottom: 30px;
}
.msgBblContent footer input {
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  width: 100%;
  padding:0 20px;
  padding-right: 50px;
  color: #374d51;
}
.msgBblContent .cta {
  margin-right: 8px;
}
.msgBblContent .cta:hover {
}

.msgBblContent footer .inputSend {
  width: 100%;
  position: relative;
}
.msgBblContent footer .sendBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: #fff;
  color: #374d51;
  border-radius: 50%;
  font-size: 21px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
}

.msgBblContent .isAfk {
  text-align: center;
  color: #fff;
}

.msgBblContent .isAfk img{
  display: inline-block;
  margin-bottom: 20px;
}

.talkBbl .pic {
  width: 40px;
  margin-right: 6px;
}
.talkBbl .pic img {
  width: 100%;
}


.talkBbl .msg, .talkBbl .pic {
  display: inline-block;
  vertical-align: top;
}

.contentWrap::-webkit-scrollbar {
    width: 6px;
}
.contentWrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
}
.contentWrap::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
}
.partner main .wrap {
  color: #fff;
}
.partner .contactForm input {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 1%;
  height: 50px;
  line-height: 50px;
  padding: 10px 16px;
  max-width: 100%;
  width: 32%;
  border: 2px solid #1f2732;
  border-radius: 6px;
  font-family: 'Hind', sans-serif;
}
.partner .contactForm input:last-of-type {
  margin-right: 0;
}
.partner .contactForm textarea {
  font-family: 'Hind', sans-serif;
  border-radius: 6px; 
  display: block;
  margin-bottom: 10px;
  padding: 16px;
  max-width: 100%;
  width: 100%;
  border: 2px solid #1f2732;
  resize: none;
}
.partner .contactForm {
  padding: 60px 0;
}

.partner .contactForm input[type="submit"] {
  color: #1f2732;
  line-height: auto;
  height: auto;
}


/* loader */

#loader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;left: 0;
  background: #0e131a;
  z-index: 99;
}

.loaderIcon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;right: 0;left: 0;bottom: 0;
  margin: auto;
  border-radius: 50%;
  border:1px solid rgba(255,255,255,0.1);
  perspective: 800px;
}

.loaderIcon img {
  width: 50%;
  position: absolute;
  top: 0;
  display: inline-block;
  left: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: loaderAnim 1s ease infinite;
}

.loader {
  height: 100%;
  width: 100%;
}

@keyframes loaderAnim {
  0%{
    transform: rotateY(0);
  }
  100%{
    transform: rotateY(180deg);
  }
}



.external-circle {
  fill: none;
  stroke: #fff;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke-dasharray: 312;
  animation: external 1s linear infinite;
}


@keyframes external {
  0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
  }
  60% {
    stroke-dashoffset: -312;
  }
  100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
  }
}








/* home */

section#homeCarousel {
  padding-top: 50px;
  margin-bottom: 150px;
}

section#homeCarousel h2 {
  margin-bottom: 40px;
}
.carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: grab;
  cursor: -webkit-grab;
}
.carousel li {
  overflow: hidden;
  max-height: 600px;
  -webkit-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.owl-carousel .owl-item {
  min-width: 250px;
  max-width: 450px;
}
.owl-carousel .owl-stage {
  padding-right: 0;
}
.carousel li .background{
  display: inline-block;
  width: 100%;
  height: 60vh;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.carousel li:hover .background {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.carousel .elemWrap {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    text-align: center;
    padding: 0 20px;
}

.carousel .elemWrap h5 {
	margin-bottom: 10px;
}

.visible li {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



/*earth slider*/

#earthCarousel {
  position: relative;
  overflow: hidden;
}
#earthCarousel h2 {
  margin-bottom: 20px;
}

#earthCarousel .content p {
  margin-bottom: 20px;
}

#earthCarousel .earthNav li {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  opacity: 0.6;
  cursor: pointer;
}

#earthCarousel .earthNav li.active, #earthCarousel .earthNav li:hover {
  opacity: 1;
}

#earthCarousel .earthNav li:last-of-type {
  margin-right: 0;
}
#earthCarousel .content {
  position: relative;
  margin-bottom: 50px;
}


.elCarousel {
  position: relative;
}

.stepWorld {
  z-index: 1;
  top: 0;left: 0;
  width: 100%;height: 100%;
  overflow: hidden;
}

.stepWorld.active {
  z-index: 2;
}

.globes {
  position: absolute;top: 0;left: 0;
  height: 100%;width: 100%;
  z-index: 1;
}

.earthSizer {
  width: 100%;
  opacity: 0;
}

.earth {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;left: 0;
  opacity: 0;
  -webkit-transform: translateX(-4px) rotateY(-1deg);
  -moz-transform: translateX(-4px) rotateY(-1deg);
  -ms-transform: translateX(-4px) rotateY(-1deg);
  -o-transform: translateX(-4px) rotateY(-1deg);
  transform: translateX(-4px) rotateY(-1deg);
  -webkit-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out 0.3s;
  -moz-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out 0.3s;
  -ms-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out 0.3s;
  -o-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out 0.3s;
  transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out 0.3s;
}

.earth.active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0) rotateY(0);
  -moz-transform: translateX(0) rotateY(0);
  -ms-transform: translateX(0) rotateY(0);
  -o-transform: translateX(0) rotateY(0);
  transform: translateX(0) rotateY(0);
  -webkit-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out;
  -moz-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out;
  -ms-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out;
  -o-transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out;
  transition: 1s transform cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.6s opacity ease-out;
}

.globes:after {
  content:"";
  height: 100%;width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;left: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.6) 80%);
  pointer-events: none;
}

@keyframes cloudy {
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: -100vw;
  }
}

.clouds {
  z-index: 3;
  position: absolute;
  top: 0%;
  height: 100%;
  width: 100%;
  background:url(../img/clouds.png);
  pointer-events: none;
  background-repeat: repeat;
  background-size: 100vw;
  background-position-y: center;
  background-position-x: 0;
  animation: cloudy 20s linear infinite forwards;
  -webkit-animation: cloudy 20s linear infinite forwards;
}

.earthCarousel {
  perspective: 800px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.markers {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;left: 0;
  z-index: 2;
}
.pinMarker {
  position: absolute;
  text-align: center;
  background:rgba(14,19,26,0.5);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: 0s transform ease-out;
  -o-transition: 0s transform ease-out;
  transition: 0s transform ease-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pinMarker.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s transform ease-out;
  -o-transition: 0.3s transform ease-out;
  transition: 0.3s transform ease-out;
}

.pinMarker img {
  height: 50%;
  display: inline-block;
  vertical-align: middle;
}

.pinMarker:hover, .pinMarker.active {
  background: #6648ff;
}



.markersContent {
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 45%;
  background: #131a23;
}

.elCarousel .item {
  width: 100%;
  padding: 80px 50px;
  z-index: 1;
  opacity: 0;
  position: relative;
  top: 0;left: 0;
  -webkit-transition: 0s all linear 0.4s;
  -o-transition: 0s all linear 0.4s;
  transition: 0s all linear 0.4s;
}

.elCarousel .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0s all linear;
  -o-transition: 0s all linear;
  transition: 0s all linear;
}

.elCarousel .item .textContent {
	display: inline-block;
	color: #fff;
	max-width: 50%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.elCarousel .item.active .textContent {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.elCarousel .item .picture {
  position: absolute;
  top: -20px;left: calc(55% - 20px);
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.elCarousel .item.active .picture {
  /* no anim */
}

.elCarousel .weather {
  pointer-events: none;
}
.elCarousel .weather li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.elCarousel .weather li:last-of-type {
  margin-right: 0;
}
.elCarousel .weather li i {
  margin-bottom: 10px;
  font-size: 21px;
}

.elCarousel .weather li span {
  display: block;
  color: rgba(255,255,255,0.6);
}
.elCarousel .item h5 {
  font-weight: 300;
  margin-bottom: 6px;
}
.elCarousel .item .title {
  margin: 40px 0;
}
.elCarousel .item .title p {
  color: rgba(255,255,255,0.6);
}
.elCarousel .item p {
  line-height: 1.4;
}


#promises {
  background: #131a23;
  padding: 100px 0;
}
#promises h3 {
  text-align: center;
  margin-bottom: 80px;
}

ul.colWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

ul.col4 li {
  width: 25%;
}

ul.col5 li {
  width: 20%;
}

.googleRating {
  margin-top: 80px;
  text-align: center;
}


.promises li {
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.3);
  padding: 2vw;
    max-width: 250px;
}
.promises li:first-of-type {
  padding-left: 0;
}
.promises li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.promises h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.promises p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}





#masterFooter {
  padding:100px 0;
  background: #0e131a;
}
#masterFooter .wrap {
  text-align: center;
  max-width: 1024px;
}
#masterFooter .col {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
}
#masterFooter .col ul li {
  text-align: left;
  margin-bottom: 8px;
}
#masterFooter .col ul li:last-of-type {
  margin-bottom: 0;
}
.subfooter {
  padding:10px 0;
  background: #0e131a;
  text-align: center;
}
body.destinations .subfooter {
    display: none;
}
.subfooter p {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  opacity:0.1;
}
.subfooter p  a {
  color: #fff;
}
#masterFooter .col ul li.social {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}

.destinations main {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #131a23;
  position: relative;
}

.destiWrap {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.destiWrap li {
  height: 20vh;
  line-height: 20vh;
}


.destinations main .wrap {
  max-width: 1024px;
  position: relative;
  z-index: 2;
  top: calc(50% - 10vh);
}

.destinations .pictures {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 50%;left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.destinations .pictures .image {
  position: absolute;
  top: 0;left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s opacity linear;
  -o-transition: 0.5s opacity linear;
  transition: 0.5s opacity linear;
}
.destinations .pictures .image.active {
  opacity: 1;
}




.destiWrap h2 {
  font-size: 72px;
  color: rgba(255,255,255,0.4);
}

.destiWrap .active h2 {
  color: #fff;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}






















.about main {
  height: 100vh;
  min-height: 750px;
  width: 100%;
  position: relative;
  background: #0e131a;
  text-align: center;
}
.about main .background {
  position: absolute;
  height: 100%;width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.6;
}

.about main .wrap {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about main .wrap .wysi-content p {
  color: rgba(255,255,255,0.7);
}
.about .promises {
  margin-top: 50px;
}




.bigText {
  font-size: 30px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  padding: 20vh 0;
  text-align: center;
}
.bigText p {
  max-width: 1024px;
  line-height: 1.6;
  margin: 0 auto;
}
section.twoCol {
  margin-bottom: 80px;
}
.twoCol .wrap.col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.twoCol .text {
  max-width: 420px;
}
.twoCol .image {
  display: inline-block;
}
.twoCol .image img {
  max-width: 640px;
  width: 100%;
}
.twoCol h3 {
  margin-bottom: 30px;
}

.colBg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25vh 0;
}

.colBg .wrap {
  text-align: center;
  color: #fff;
}

.colBg h2 {
  margin-bottom: 30px;
}










.contact main {
  height: 60vh;
  width: 100%;
  position: relative;
  background: #0e131a;
}
.contact main .background {
  position: absolute;
  height: 100%;width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.4;
}

.contact main .wrap {
  position: relative;
  text-align: center;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .threeCol {
  padding: 10vh 0;
}
.contact .threeCol .col3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.contact .threeCol .col3 li {
  display: inline-block;
  width: 30%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.contact .threeCol .col3 li i {
  display: block;
  margin-bottom: 10px;
}

.contact .threeCol .wrap .wysi-content p {
  font-size: 30px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 80px;
}


.basicPage main {
  padding: 15vh 0 5vh 0;
  background: #1f2732;
}
.basicPage .wrap {
  max-width: 1024px;
}
.basicPage section.content {
  padding: 80px 0;
}
















/*

EVA XP


*/




#exp{
  position: fixed;
  top: 0;left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  perspective: 800px;
  background: #141e2b;
  z-index: 8;
  display: none;
}

#exp.isMobile {
  height: 100%;
}

#dragZone {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#exp.isMobile #dragZone{
  height: 100%;
}

#exp .handle {
  width: 200%;
  position: relative;
  cursor:grab;
  text-align: center;
}
#exp .listWrap {
  width: 100%;
  overflow: hidden;
  transition: 0.3s all ease-out;
}


#exp .elem {
  height: 30vw;
  width: 20vw;
  margin: 2vw 1vw;
  position: relative;
  overflow: hidden;
  display: block;
  background: #141e2b;
  transition: 0.3s background ease-out;
  cursor: pointer;
}

#exp .listWrap ul {
  display: inline-block;
  vertical-align: middle;
}

#exp .elem:after {
  content: "";
  background: url(../img/evasea_logotype.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
  width: 80px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  opacity: 0;
}

#exp .elem.active:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

#exp .elem .elemImg {
  position: absolute;
  top: 0;left: 0;
  height:100%;
  width:100%;
  opacity: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 1s all ease;
}

#exp .elem:hover .elemImg {
  opacity: 0.3;
  transform: scale(1.1);
}

#exp .elem.active .elemImg {
  opacity: 0.1;
}


#exp .elem .hash {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  transition: 1s all ease;
  text-align: center;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#exp .elem:hover .hash {
  transform:translateY(0);
}
#exp .elem.active .hash {
  transform:translateY(0);
}
/*entry anim */
#exp .elem {
  opacity: 0;
  transform: translateZ(-40vw) scale(1.05);
  transition: 1s opacity ease-out, 1s transform ease-out;
}
#exp.loaded .elem {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

#exp .evaseaTitle {
  position: absolute;
  top: 50%;left: 50%;
  width: 70%;
  transform: translate(-50%, -50%) translateZ(0);
  z-index: 3;
  display: inline-block;
  transition: 0s opacity linear, 3s transform ease-out;
  opacity: 0;
  pointer-events: none;
}
#exp .evaseaTitle img {
  max-width: 100%;
  margin: 0 auto;
}
#exp.loaded .evaseaTitle {
  transform: translate(-50%, -50%) translateZ(-50vw);
  z-index: 1;
  opacity: 1;
}
#exp .handle {
  z-index: 2;
}


#exp .expFooter {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 0;
  line-height: 90px;
  text-align: center;
  background: rgba(20, 30, 43, 0.8);
  top: 100%;
  left: 0;
  transition: 1s height ease-out 1s;
}
#exp.loaded .expFooter {
  height: 80px;
  top: calc(100% - 80px);
}
#exp.loaded .expFooter .cta {
  line-height: 1.4;
}
#exp.loaded .expFooter .cta.active {
  background: #6648FF;
  border: 1px solid #6648FF;
}

#exp .close {
  position: absolute;
  top: -60px;left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  width: 60px;height: 60px;
  border-radius: 50%;
  border:2px solid rgba(255,255,255,0.6);
  text-align: center;
  line-height: 60px;
  z-index: 4;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out 2s;
  -o-transition: 0.3s all ease-out 2s;
  transition: 0.3s all ease-out 2s;
}

#exp.loaded .close {
  top: 10px;
}


#exp .evaseaTitle p {
    font-size: 48px;
    text-align: center;
    margin-top: 100px;
    color: #fff;
}

#exp.isMobile .evaseaTitle p {
  font-size: 24px;
}

























.destPage {
  position: fixed;
  top: 0;left: 0;
  z-index: 9;
  height: 100vh;width: 100%;
  background: #0e131a;
  display: none;
}
.destPage .destwrap {
  position: relative;
  height: 100%;
}
.destPage .close{
  position: absolute;
  top: -60px;left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  width: 60px;height: 60px;
  border-radius: 50%;
  border:2px solid rgba(255,255,255,0.6);
  text-align: center;
  line-height: 60px;
  z-index: 4;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out 1s;
  -o-transition: 0.3s all ease-out 1s;
  transition: 0.3s all ease-out 1s;
}
.destPage.active .close {
  top: 10px;
}

.destPage:after {
  content:"";
  position: absolute;
  top: 0;left: 0;
  z-index: 4;
  height: 100%;width: 100%;
  background: #0e131a;
  -webkit-transition: 1s top ease;
  -o-transition: 1s top ease;
  transition: 1s top ease;
}
.destPage.active:after {
  top: -100%;
}

.destPage .background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}
.destPage .wrap {
  max-width: 1440px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.destPage .rightContent {
    background: rgba(14,19,26,0.95);
    padding: 50px 0;
    position: relative;
    width: 50%;
}
.destPage .leftContent {
  width: 45%;
  max-width: 500px;
}
.destPage .rightContent .txtWrap, .destPage .rightContent .picture{
  display: inline-block;
}
.destPage .rightContent .txtWrap {
  padding-left: 5%;
  width: 50%;
}
.destPage .rightContent .txtWrap .description::-webkit-scrollbar {
    width: 6px;
}
.destPage .rightContent .txtWrap .description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
}
.destPage .rightContent .txtWrap .description::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.2);
}
.destPage .weather li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.destPage .weather li:last-of-type {
  margin-right: 0;
}
.destPage .weather li i {
  margin-bottom: 10px;
  font-size: 21px;
}

.destPage .weather li span {
  display: block;
  color: rgba(255,255,255,0.6);
}
.destPage .title {
  margin: 20px 0;
}
.destPage h5 {
  font-weight: 300;
  margin-bottom: 6px;
}
.destPage p {
  line-height: 1.4;
}
.destPage .title p {
  color: rgba(255,255,255,0.6);
}
.destPage .picture {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  height: 110%;
  position: absolute;
  right: 20px;
  width: 45%;
  top: calc(-20px - 10%);
}

.destPage .leftContent h3 {
  margin-bottom: 20px;
  font-size: 48px;
}

.destPage .leftContent p {
  margin-bottom: 30px;
  line-height: 1.4;
}

.destPage .leftContent .cta {
  margin-bottom: 20px;
}







/* responsive */

@media screen and (max-width: 1440px) {
  .elCarousel .item .picture {
      left: calc(55%);
  }
}


@media screen and (max-width: 1270px) {
  .markersContent {
      position: relative;
      width: 100%;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
  }
  .elCarousel .item .picture {
      top: 0;
  }
  #earthCarousel {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .elCarousel .item {
    display: none;
    padding: 30px;
  }
  .elCarousel .item.active {
    display: block;
  }
  .elCarousel .item .textContent {
    max-width: 100%;
    display: block;
  }
  .elCarousel .item.active .picture {
      top: 0;
      width: 100%;
      height: 200px;
      margin-top: 30px;
      display: block;
      position: static;
  }
  .elCarousel .item .title {
  	margin: 20px 0;
  }
  .elCarousel .weather li span, .elCarousel .weather li i {
	    display: inline-block;
	    vertical-align: middle;
	}
	.elCarousel .weather li i {
	    max-width: 20px;
	    margin-right: 10px;
	}
  .msg-bubble {
    width: 60px;
    height: 60px;
    line-height: 70px;
  }
  .msg-bubble i {
    font-size: 24px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  .cta {
    margin-bottom: 10px;
  }
  section#homeCarousel h2 {
    margin-bottom: 20px;
  }
  .menuOpen a {
    font-size: 36px;
  }
  .menuOpen li {
    padding: 40px 0;
  }
  .destiWrap h2 {
    font-size: 30px;
    text-align: center;
  }
  .destinations .pictures {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  #exp .elem {
    height: 70vw;
    width: 50vw;
  }
  .destPage .wrap {
    display: block;
    top: 0;
    padding-top: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .destPage .leftContent h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .destPage .leftContent {
	    width: 80%;
	    max-width: 100%;
	    text-align: center;
	    margin: 0 auto;
	    margin-bottom: 20px;
  }
	.destPage .rightContent {
		width: 100%;
		background: rgb(14 19 26 / 1);
		padding: 20px;
		text-align: center;
	}
	.destPage .picture {
		height: 250px;
		top: 0;
		right: 0;
		width: 100%;
		position: static;
	}
	.destPage .weather li span, .destPage .weather li i {
	    display: inline-block;
	    vertical-align: middle;
	}
	.destPage .weather li i {
	    max-width: 20px;
	    margin-right: 10px;
	}
	.destPage .rightContent .txtWrap {
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.destPage .title {
		margin: 20px 0;
	}
	.destPage {
		overflow: auto;
	}
  ul.colWrap {
    display: block;
  }
  ul.col4 li {
    text-align: center;
    width: 100%;
    padding: 40px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  ul.col5 li {
    text-align: center;
    width: 100%;
    padding: 40px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .promises li {
    text-align: left;
    border-right: none;
    padding: 20px 20px;
    max-width: 100%;
  }
  .promises li:first-of-type {
    padding-left: 20px;
  }
  #promises h3 {
    margin-bottom: 30px;
  }
  #masterFooter .col ul li {
    text-align: center;
    padding: 20px 0;
  }
  #masterFooter .col ul li.social {
    padding: 20px 0;
  }
  #masterFooter .col {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
  .subfooter p {
    margin-bottom: 20px;
  }
  .contact .threeCol .col3 li{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .threeCol .col3 {
    display: block;
  }
  .about main {
    height: auto;
    min-height: 100vh;
    padding: 100px 0;
    overflow: hidden;
  }
  .about main .wrap {
    position: relative;
    z-index: 1;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-top: 50px;
    text-align: center;
  }
  .twoCol .wrap.col {
    display: block;
  }
  .twoCol .text {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .bigText {
    padding: 80px 0;
  }
  .msgBblContent {
    left: 0;right: 0;
    margin: 0 auto;
    bottom: inherit;
    top: 10px;
    width: 100%;
    height: calc(100% - 140px);
  }
  #earthCarousel {
    margin-bottom: 1px;
  }
  section#homeCarousel {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}


.evapaiement {
  background-color: #0e131a;
}

.evapaiement main {
  position: relative;
  color: #fff;
  top: 50%;
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.evapaiement main img {
  max-width: 100%;
  width: auto;
}

.evapaiement main h1 {
  color: #33f9d4;
  font-size: 36px;
  margin: 30px 0;
}
.evapaiement main p {
  margin-bottom: 20px;
}

.errorPage main {
  min-height: 70vh;
}
.errorPage main h1 {
  margin-bottom: 20px;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

.calendly-float {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: white;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.calendly-float:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.calendly-float img {
  width: 60%;
  height: 60%;
}

@media screen and (max-width: 768px) {
  .calendly-float {
    bottom: 10px;
    right: 10px;
    width: 52px;
    height: 52px;
  }
}
