@import url("../../../css.css");

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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "TrajanPro";
}

ul {
    list-style: none;
}

.container {
    max-width: 1170px;
    padding: 0;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

html {
    height: 101%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    font-style: none;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

/* @font-face {
  font-family: "BernardoModa";
  src: url("../font/bernardomoda-webfont.eot");
  src: url("../font/bernardomoda-webfontd41d.eot") format("embedded-opentype"),
    url("../font/bernardomoda-webfont.html") format("woff2"),
    url("../font/bernardomoda-webfont.woff") format("woff"),
    url("../font/bernardomoda-webfont.ttf") format("truetype"),
    url("../font/bernardomoda-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: "BernardoModaSemibold";
  src: url("../font/bernardomodasemibold-webfont.eot");
  src: url("../font/bernardomodasemibold-webfontd41d.eot")
      format("embedded-opentype"),
    url("../font/bernardomodasemibold-webfont.html") format("woff2"),
    url("../font/bernardomodasemibold-webfont.woff") format("woff"),
    url("../font/bernardomodasemibold-webfont.ttf") format("truetype"),
    url("../font/bernardomodasemibold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoThin";
  src: url("../font/roboto-thin-webfont.eot");
  src: url("../font/roboto-thin-webfontd41d.eot") format("embedded-opentype"),
    url("../font/roboto-thin-webfont.html") format("woff2"),
    url("../font/roboto-thin-webfont.woff") format("woff"),
    url("../font/roboto-thin-webfont.ttf") format("truetype"),
    url("../font/roboto-thin-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto-light-webfont.eot");
  src: url("../font/roboto-light-webfontd41d.eot") format("embedded-opentype"),
    url("../font/roboto-light-webfont.html") format("woff2"),
    url("../font/roboto-light-webfont.woff") format("woff"),
    url("../font/roboto-light-webfont.ttf") format("truetype"),
    url("../font/roboto-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
    font-family: "TrajanPro";
    src: url("fonts/TrajanPro-Bold");
}

img {
    user-select: none;
}

body {
    background-color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: "TrajanPro";
}

a {
    text-decoration: none;
    color: #6e8291;
}

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

.bloc h2 {
    text-align: center;
    font-size: 61px;
    text-shadow: 4px -1px 3px #cfcfcf;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

hr {
    border: 0;
    height: 3px;
    width: 25%;
    background-color: #555;
}

h1 {
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

h2 {
    font-size: 26px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.hidden {
    visibility: hidden;
    display: none;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.absolute-Center {
    height: 200px;
    width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loading h1 {
    font-size: 120px;
}

#loading .sentence {
    margin-top: 60px;
}

#progress {
    width: 0;
}

.sentence {
    height: 100px;
    line-height: 100px;
}

.sentence span {
    margin: 0 10px;
}

.rotation180 {
    transform: rotate(180deg);
}

.sentence img:first-child {
    width: 50px;
}

.sentence img:last-child {
    width: 30px;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

.carte {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
}

.carte-container {
}

.carte .black-bg {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.carte .white-bg {
    width: 80%;
    height: 80%;
    margin: auto;
    position: absolute;
    left: calc(50% - 40%);
    top: calc(50% - 40%);
    background-color: #f1f2f2;
    z-index: 5;
}

.carte .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
    z-index: 3;
    padding: 20px;
}

.carte .arrow-left {
    position: absolute;
    left: 0;
    top: calc(50% - 40%);
    cursor: pointer;
    z-index: 4;
    width: 10%;
    height: 80%;
}

.arrow-left img {
    position: relative;
    top: calc(50% - 40px);
    left: 50%;
}

.carte .arrow-right {
    position: absolute;
    right: 0;
    top: calc(50% - 40%);
    cursor: pointer;
    z-index: 3;
    width: 10%;
    height: 80%;
}

.arrow-right img {
    position: relative;
    top: calc(50% - 40px);
    left: calc(50% - 41px);
}

.carte .picture {
    float: left;
    width: 50%;
    height: 100%;
}

.picture #slideshowMenu {
    width: 100%;
    height: 100%;
}

#slideshowMenu .caption {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    font-family: Roboto;
    text-transform: uppercase;
}

.caption p {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3px 10px;
    color: #000;
    width: auto;
    margin: auto;
    position: relative;
    left: -50%;
    text-align: center;
    vertical-align: middle;
    line-height: 13px;
}

.picture #slideshowMenu .slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.picture ul.rslides_tabs {
    position: absolute;
    bottom: 15px;
    z-index: 20;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.picture ul.rslides_tabs li {
    display: inline-block;
    margin: 2px;
    width: 10px;
    height: 10px;
}

.picture ul.rslides_tabs li a .puce {
    transition: opacity 0.5s;
    background-color: #000;
    color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.3;
}

.picture ul.rslides_tabs li a .puce:hover {
    opacity: 0.4;
}

.picture ul.rslides_tabs li.rslides_here a .puce {
    opacity: 0.5;
}

#listingContent {
    margin: auto;
    width: 90%;
    max-width: 400px;
    position: relative;
    height: 100%;
}

.carte .listing {
    float: left;
    width: 50%;
    height: 100%;
    color: #000;

    overflow: hidden;
}

.carte .listing .title h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
    width: auto;
}

.listing .title {
    width: auto;
    margin: 0;
    margin-top: 80px;
    margin-bottom: 20px;
    border-bottom: 5px solid #86c37a;
}

.listing .list-item {
    height: calc(100% - 220px);
    overflow: hidden;
    position: relative;
}

.listing ul {
    height: auto;
}

.listing h5 {
    font-family: roboto;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}

ul li p {
    line-height: 12px;
    margin-top: 4px;
    font-size: 12px;
}

.listing li {
    margin: 11px 0;
    width: 100%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    line-height: 11px;
    height: auto;
}

ul li .blocLeft {
    width: 80%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    height: auto;
}

ul li .blocRight {
    vertical-align: top;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    font-weight: 700;
    font-family: roboto;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}

.listing .arrow-up {
    top: 120px;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    height: 100px;
    z-index: 10;
    cursor: pointer;
}

.listing .arrow-down {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    height: 100px;
    z-index: 11;
    cursor: pointer;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

.menu {
    mix-blend-mode: difference;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 40%;
    text-align: right;
    margin-right: 25px;
    opacity: 1;
}

.menu li {
    line-height: 25px;
}

.menu span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
    vertical-align: middle;
    line-height: 12px;
    opacity: 0;
}

.menu .circle-o {
    line-height: 40px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #fff;*/
    background-color: #d2cecd;
}

.menu .circle {
    background-color: #fff;
    line-height: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
}

.menu .logoFB {
    margin-top: 40px;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.menu .logoFB:hover {
    cursor: pointer;
    opacity: 1;
}

.menu .logoFB a {
    color: #fff;
}

.menu .logoFB img {
    width: 13px;
    vertical-align: middle;
}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: lighter;
    margin-bottom: 10px;
}

#languages {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1000;
}

#languages #lang_sel a.lang_sel_sel {
    background-image: url("images/nav-arrow-down.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#languages #lang_sel a {
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
    background: none;
    border: none;
    color: #ffffff;
}

#languages a {
    text-decoration: none;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
    background: none;
    border: none;
    color: #ffffff;
}

#languages #lang_sel li {
    width: auto;
}

#languages #lang_sel a:hover {
    text-decoration: none !important;
}

#languages #lang_sel a.lang_sel_sel:hover {
    text-decoration: none !important;
}

#languages #lang_sel ul ul {
    border: none;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 1
//////////////////////////////////////////////////////////////////////*/
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9,
.section10 {
    /*overflow: hidden;*/
}

.section1 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.section1 .container {
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section1 .container .scene {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section1 .container .scene .layer {
    width: 110%;
    height: 110vh;
    overflow: hidden;
}

/*.section1 .layer .far{

  background-image: url('../images/home_bg_far.jpg');
  background-size: cover;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height:100%;
  left: -5%;
  top: -5%;
}*/
.section1 .layer .medium {
    background-image: url("../images/home_bg_middle.jpg");
    background-size: cover;
    background-position: center;
    background-size: cover;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

/*.section1 .layer .close{

  background-image: url('../images/home_bg_light.png');
  background-size: cover;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height:100%;
  left: -5%;
  top: -5%;
}*/
.section1 .titleslide {
    position: absolute;
    z-index: 102;
}

.section1 .arrow {
    position: absolute;
    z-index: 106;
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    /*opacity: 0;*/
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
}

.section1 .arrow .align-middle {
    left: -50%;
    position: relative;
    text-align: center;
}

.section1 #scrollTitle {
    margin-bottom: 10px;
}

.titleslide {
    position: absolute;
    z-index: 10002;
    left: 50%;
    top: calc(50% - 100px);
}

.titleslide .title {
    width: 100%;
    text-align: center;
    height: 84px;
}

.titleslide .titleunder {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
    margin-right: 13px;
    opacity: 0;
}

.titleslide .titleunder img {
    width: 300px;
    height: auto;
}

.align-middle {
    position: relative;
    left: -50%;
}

.blackscreen {
    height: 100%;
    width: 100%;
    background-color: #1f2326;

    position: absolute;
    z-index: 100;
    opacity: 1;
}

.blackscreen2 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: fixed;
    z-index: 10001;
    opacity: 1;
}

.blackscreen2 .loader {
    width: 100px;
    /* margin: auto; */
    left: 50%;
    bottom: calc(50% - 100px);
    position: absolute;
    text-align: center;
}

.blackscreen2 .circlesvg,
.blackscreen2 .circlesvg-bg {
    position: absolute;
    left: -50%;
    opacity: 0;
}

.blackscreen2 .circlesvg-bg {
    opacity: 0.3;
}

.blackscreen2 #logoLoading {
    opacity: 0;
}

.section1 .list {
    position: absolute;
    z-index: 103;
    left: 50%;
    top: 60%;
}

.listWord {
    position: relative;
    left: -50%;
    text-align: center;
}

.listWord li {
    display: inline-block;

    margin: 0 15px;
}

.listWord .word {
    opacity: 0;
}

.point1 {
    position: absolute;
    left: 143px;
    top: 15px;
    opacity: 0;
}

.point2 {
    position: absolute;
    left: 153px;
    top: 0px;
    opacity: 0;
}

.containerText {
    position: absolute;
    z-index: 105;
    width: 100%;
    height: 100%;
}

.textIntro {
    text-align: center; /* centrage horizontal */
    height: 100%;
    line-height: 100vh;
}

.textIntro span {
    color: #ffffff;
    transition: color 1s;
}

.textIntro span:nth-child(1) {
    transition-delay: 0.5s;
}

.textIntro span:nth-child(2) {
    transition-delay: 1s;
}

.textIntro span:nth-child(3) {
    transition-delay: 1.5s;
}

.textIntro span:nth-child(4) {
    transition-delay: 2s;
}

.textIntro.colored span:nth-child(1) {
    color: #cde4b0;
}

.textIntro.colored span:nth-child(2) {
    color: #fb50e5;
}

.textIntro.colored span:nth-child(3) {
    color: #e3fc3b;
}

.textIntro.colored span:nth-child(4) {
    color: #e98e7d;
}

.bloc {
    font-family: "Raleway", sans-serif;
    color: #fff;
    text-transform: none;
    font-size: 30px;
    max-width: 800px;
    text-align: center;
    margin: 0 50px;
    line-height: 43px;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    cursor: default;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 2
//////////////////////////////////////////////////////////////////////*/

.section2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.panel {
    height: 100%;
    width: 100%;
    position: absolute;
}

.section2 section:nth-child(1) {
    height: 100vh;
    display: table;
    z-index: 5;
}

.section2 section:nth-child(2) {
    height: 100vh;
    display: table;
    z-index: 4;
}

.section2 section:nth-child(3) {
    height: 100vh;
    display: table;
    z-index: 3;
}

.section2 section h2 {
    text-align: center;
    font-size: 70px;
    font-weight: 100;
    color: #fff;
}

.section2 section p {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
}

.section2 section:nth-child(1),
.section2 section:nth-child(3) {
    color: #0f5152;
}

.section2 section:nth-child(2) {
    color: #f4c9c0;
    background-image: url(../images/bg1.jpg);
}

.inside {
    display: table-cell;
    vertical-align: middle;
}

.bg1 {
    /*background-color: #cde4b0;*/
    background-image: url(../images/bg1.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -5;
    width: 101%;
    height: 100%;
    position: absolute;
}

/*.bg2 {*/
/*    !*background-color: #0f5152;*!*/
/*    background-image: url(../images/the-photo.jpg) !important;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: -4;*/
/*    width: 101%;*/
/*    height: 100%;*/
/*    position: absolute;*/

/*    !*  background-image:  linear-gradient(-45deg, #ffe09c 0%, #ffe09c 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-135deg, #ffe09c 0%, #ffe09c 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);*/
/*    background-position:  top right, top right;*/
/*    background-size:  1rem 1rem, 1rem 1rem;*/
/*    background-repeat: repeat-y;*!*/
/*}*/

/*.bg3 {*/
/*    !*background-color: #ffe09c;*!*/
/*    background-image: url(../images/the-cafe.jpg) !important;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: -3;*/
/*    width: 101%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*}*/

.titleObj h1 {
    font-size: 90px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    text-shadow: 5px 1px 1px #5b473e;
}

.title {
    display: table;
    margin: auto;
    width: 100%;
}

.title .titleObj {
    position: absolute;
    width: 100%;
}

.p {
    display: table;
    margin: auto;
    width: 100%;
}

.p .pObj {
    position: absolute;
    width: 100%;
}

.imgList {
    display: table;
    height: 500px;
    width: 100%;
    max-width: 1325px;
    margin: auto;
    font-size: 0;
    margin-top: 110px;
    text-align: center;
}

.section2 section:nth-child(2) .imgList,
.section2 section:nth-child(3) .imgList {
    display: table;
    height: 500px;
    margin: auto;
    padding: 100px 0 0 0;
}

.imgList .obj {
    width: 25%;
    display: inline-block;
}

.obj .objimg {
    width: 25%;
    max-width: 250px;
    height: auto;
    position: absolute;
    text-align: center;
}

.obj .objimg img {
    /* width:100%; */
}

.trigger1 {
    position: absolute;
    bottom: 50%;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 3
//////////////////////////////////////////////////////////////////////*/

.textOverparallax {
    max-width: 635px;
    position: absolute;
}

.section3 {
    background-color: #ffe09c;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section3 .textOverparallax {
    z-index: 16;
    bottom: 10%;
    left: calc(50% - 200px);
}

.section3 .textOverparallax p,
.section3 .textOverparallax h1 {
    text-align: left;
}

.parallax-window {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.lampe {
    text-align: center;
    z-index: 20;
    position: absolute;
    bottom: 30%;
    left: calc(50% - 275px);
    left: calc(50% - 15%);
    width: 30%;
    min-width: 350px;
}

.lampe img {
    margin-top: -200px;
    width: 100%;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 4
//////////////////////////////////////////////////////////////////////*/

.section4 {
    height: 100vh;
    width: 100%;
    background-color: #6d969c;
    position: relative;
    overflow: hidden;
}

.section4 .textOverparallax {
    z-index: 16;
    top: 21%;
    left: 20%;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 30px;
}

.section4 .parallax-window,
.section4 .parallax-window2 {
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
}

.section4 .parallax-window {
    z-index: 2;
}

.section4 .parallax-window2 {
    z-index: 1;
}

.triggerSection4 {
    position: absolute;
    bottom: 10px;
}

.textOverparallax h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: left;
    font-size: 61px;
    text-shadow: 4px -1px 3px #cfcfcf;
    font-weight: bold;
    padding: 15px 0;
}

.textOverparallax p {
    font-family: "Raleway", sans-serif;
    color: #fff;
    text-transform: none;
    font-size: 19px;
    margin: 0;
    line-height: 1.4;
    vertical-align: middle;
    user-select: none;
    cursor: default;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 5
//////////////////////////////////////////////////////////////////////*/

.section5 {
    height: 800px;
    width: 100%;
    position: relative;
}

.section5 .calme {
    background-color: #6d969c;
    height: 25%;
}

.section5para {
    overflow: hidden;
}

.section5 .calme:after {
    content: "";
    background-color: transparent;
    background: url(../images/section_12.png);
    background-position: bottom;
    height: 547px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 501;
    overflow: hidden;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.parassol {
    position: absolute;
}

.parassol img {
    width: 350px;
    height: auto;
}

.verre {
    position: absolute;
    z-index: 510;
    top: calc(25% - 100px);
    left: calc(50% - 650px);
}

.verre img {
    width: 250px;
    height: auto;
}

.goutte {
    position: absolute;
    z-index: 120;
}

.goutte img {
    width: 30px;
    height: auto;
}

/*.parassol.ombre img {
    width: 410px;
    height: auto;
    display: none;
}*/

.parassol.rouge {
    z-index: 521;
    top: -15px;
    left: calc(50% - 660px);
}

.parassol.rouge.ombre {
    z-index: 520;
    top: 15px;
    left: calc(50% - 690px);
}

.parassol.vert {
    z-index: 526;
    top: -190px;
    right: calc(50% - 400px);
}

.parassol.vert.ombre {
    z-index: 525;
    top: -160px;
    right: calc(50% - 430px);
}

.parassol.creme {
    z-index: 524;
    top: 50px;
    right: calc(50% - 550px);
}

.parassol.creme.ombre {
    z-index: 523;
    top: 80px;
    right: calc(50% - 560px);
}

.calme .title {
    position: absolute;
    top: 10%;
    left: calc(50% - 325px);
    z-index: 502;
    max-width: 450px;
}

.calme .title h1 {
    color: #ffe09c;
    margin-bottom: 15px;
}

.section5 .section5para {
    height: 75%;
    width: 100%;

    /*background-image: linear-gradient(to bottom, #6d969c 0%, #194853 100%  );*/
}

.section5 .section5para .parallax-window {
    height: 100%;
    width: 100%;
}

.section5 .section5para .parallax-window img {
    min-width: calc(100% + 400px);
    min-height: 75vh;
    position: absolute;
    bottom: 0;

    /*background-image: linear-gradient(to bottom, #6d969c 0%, #194853 100%  );*/
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 6
//////////////////////////////////////////////////////////////////////*/

.section6 {
    height: auto;
    width: 100%;
    /* background-color: #194853; */
    /* background-image: url(images/pattern-section6.jpg); */
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat;
    background-position: top;
    position: relative;
    z-index: 600;
    overflow: hidden;
    background-size: 106% auto;
    background-position: 100% 100%;
}

.section6 h1,
.section6 h2 {
    margin: 10px 0;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: left;
    font-size: 70px;
    text-shadow: none;
    font-weight: 200;
    padding: 15px 0;
}

.atable {
    width: 100%;
    height: auto;
    /* background-image: url('images/pattern-cacao.png'); */
    background-repeat: repeat-x;
    background-position: top;
    /*position: absolute;*/
    /* overflow: hidden; */
}

div#map_canvas {
    display: none;
}

.atable .title {
    margin-top: 60px;
    text-align: center;
    width: 417px;
}

.selpoivre {
    position: absolute;
    right: 0;
    top: 400px;
}

.selpoivre img {
    height: 500px;
}

.basilic {
    position: absolute;
    top: 0;
    left: calc(50% - 400px);
    z-index: 616;
}

.huile {
    position: absolute;
    top: 160px;
    left: calc(65% - 0px);
    z-index: 616;
}

.huile img {
    width: 100%;
    margin-left: -92px;
    margin-top: -28px;
}

.menucarte {
    position: absolute;
    top: 40px;
    right: calc(50% - 545px);
    z-index: 615;
}

.menu_item2 {
    position: relative;
}

.plate1 {
    /*position: absolute;*/
    top: 413px;
    left: calc(50% - 653px);
    z-index: 620;
}

.menu_item2 h4 {
    position: absolute;
    right: 20%;
    font-size: 60px;
    text-align: center;
    width: 491px;
    line-height: 60px;
    top: 679px;
    text-shadow: 2px -1px 3px #000;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.salade {
    position: absolute;
    top: 440px;
    left: calc(50% + 12px);
}

.planchecharcuterie {
    position: absolute;
    top: 90px;
    left: calc(50% + 34px);
    z-index: 621;
}

.menu_item {
    position: relative;
}

.menu_item h4 {
    position: absolute;
    right: 37%;
    font-size: 42px;
    text-align: center;
    width: 491px;
    line-height: 60px;
    top: 103px;
    text-shadow: none;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.tomates-cerise {
    position: absolute;
    top: 791px;
    left: calc(50% - 700px);
    z-index: 621;
    transform: rotate(20deg);
}

.tomates-cerise img {
    width: 360px;
}

/* TRGGER */

.trigger-salades {
    position: absolute;
    top: 750px;
}

.surlepouce {
    position: absolute;
    top: 1055px;
    left: calc(50% - 355px);
}

.moutarde {
    position: absolute;
    top: 1796px;
    left: calc(50% - 449px);
    z-index: 622;
}

.moutarde img {
    width: 180px;
}

.menu_item4 {
    position: relative;
}

.burger {
    position: absolute;
    top: 1246px;
    left: calc(50% - 746px);
    z-index: 622;
}

.burger img {
    width: 90%;
}

.menu_item4 h4 {
    position: absolute;
    right: 68%;
    font-size: 60px;
    text-align: center;
    width: 411px;
    line-height: 60px;
    top: 1818px;
    text-shadow: 2px -1px 3px #000;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.frittes {
    position: absolute;
    top: 1488px;
    left: calc(50% + 250px);
    z-index: 622;
}

.frittes img {
    width: 520px;
}

.nosplats {
    position: absolute;
    top: 1480px;
    left: calc(50% + 40px);
}

.soja {
    position: absolute;
    top: 2063px;
    left: calc(50% + 689px);
    z-index: 622;
}

.soja img {
    width: 200px;
}

.wasabi {
    position: absolute;
    top: 1820px;
    left: calc(50% + 600px);
    z-index: 622;
}

.wasabi img {
    width: 150px;
}

.menu_item3 {
    position: relative;
}

.menu_item3 h4 {
    position: absolute;
    right: 22%;
    font-size: 42px;
    text-align: center;
    width: 393px;
    line-height: 60px;
    top: 1491px;
    text-shadow: none;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.sushis {
    position: absolute;
    top: 802px;
    left: calc(50% + -63px);
    z-index: 622;
}

.enviedesushi {
    position: absolute;
    top: 2061px;
    left: calc(50% + 40px);
}

.morceaux-chocolat {
    position: absolute;
    top: 2714px;
    left: calc(50% + 360px);
    z-index: 625;
}

.oeuf {
    position: absolute;
    top: 2660px;
    left: calc(50% + 310px);
    z-index: 626;
    transform: rotate(-10deg);
}

.menu_item5 {
    position: relative;
}

.gourmandise-1 {
    position: absolute;
    top: 2009px;
    left: calc(50% - 565px);
    z-index: 625;
}

.menu_item5 h4 {
    position: absolute;
    right: 12%;
    font-size: 60px;
    text-align: center;
    width: 411px;
    line-height: 60px;
    top: 2134px;
    text-shadow: 2px -1px 3px #000;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.gourmandise-2 {
    position: absolute;
    top: 2513px;
    left: calc(50% + -558px);
    z-index: 626;
}

.gourmandise-3 {
    position: absolute;
    top: 2306px;
    left: calc(50% + 40px);
    z-index: 627;
}

.nosgourmandises {
    position: absolute;
    top: 2590px;
    left: calc(50% - 73px);
}

.agrumes {
    position: absolute;
    top: 3170px;
    left: calc(50% - 805px);
    z-index: 628;
}

.cocktail {
    position: absolute;
    top: 2970px;
    left: calc(50% - 315px);
    z-index: 628;
}

.cocktails {
    position: absolute;
    top: 3114px;
    left: calc(50% - 477px);
}

.cuillere {
    position: absolute;
    top: 3803px;
    left: calc(50% - 592px);
    z-index: 629;
    transform: rotate(-17deg);
}

.muffin {
    position: absolute;
    top: 3539px;
    left: calc(50% - 560px);
    z-index: 629;
}

.mug-3 {
    position: absolute;
    top: 3300px;
    left: calc(50% - 60px);
    z-index: 630;
}

.teatime {
    position: absolute;
    top: 3552px;
    left: calc(50% - 134px);
}

/* MENU SECTION 6 */

.rollover {
    position: absolute;
    border-radius: 50%;
    /*background-color: rgba(0,255,0,0.5);*/
}

#decouvrir {
    opacity: 0;
}

.roundbtn {
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1);
    height: 150px;
    width: 150px;
    transform-origin: 50% 50%;
    transform: scale(0);
    margin: calc(50% - 75px);
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.plate1 .rollover {
    top: 5px;
    left: 62px;
    width: 478px;
    height: 478px;
}

.planchecharcuterie .rollover {
    top: 34px;
    left: 19px;
    width: 470px;
    height: 470px;
}

.burger .rollover {
    top: 38px;
    left: 29px;
    width: 400px;
    height: 400px;
}

.sushis .rollover {
    top: 51px;
    left: 139px;
    width: 400px;
    height: 400px;
}

.gourmandise-1 .rollover {
    top: 7px;
    left: 28px;
    width: 300px;
    height: 300px;
}

.cocktail .rollover {
    top: 6px;
    left: 70px;
    width: 310px;
    height: 310px;
}

.mug-3 .rollover {
    top: 15px;
    left: 94px;
    width: 320px;
    height: 320px;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 7
//////////////////////////////////////////////////////////////////////*/

.section7 {
    background-color: #fff;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #000;
}

.section7 .textOverparallax {
    z-index: 72;
    position: absolute;
    top: 17%;
    left: 30%;
    opacity: 1;
    text-align: center;
}

.section7 .textOverparallax p,
.section7 .textOverparallax h1 {
    color: #174552;
    text-align: center;
}

.section7 .parallax-window {
    background-position: middle right;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 8
//////////////////////////////////////////////////////////////////////*/

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

.rslides li {
    width: 100%;
    height: 100%;
}

.rslides_nav {
    position: absolute;
    bottom: 40px;
    z-index: 100;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: visible;
    transition: all 0.3s;
}

.rslides_nav:hover {
    opacity: 0.5;
}

a.rslides_nav.rslides1_nav.prev:hover {
    background-position: 40%;
}

a.rslides_nav.rslides1_nav.next:hover {
    background-position: 60%;
}

a.rslides_nav.rslides1_nav.next {
    right: calc(50% - 25%);
    background-image: url("images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
}

a.rslides_nav.rslides1_nav.prev {
    left: calc(50% - 25%);
    background-image: url("images/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 9
//////////////////////////////////////////////////////////////////////*/

.section9 {
    height: 200vh;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.equipe1 {
    position: absolute;
    right: calc(50% + 110px);
    top: 10vh;
}

.equipe1 img {
    height: 90vh;
}

.equipe2 {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 90px);
    z-index: 900;
}

.equipe2 img {
    height: 125vh;
}

.equipe3 {
    position: absolute;
    right: calc(50% + 110px);
    top: calc(100vh + 20px);
}

.equipe3 img {
    height: 70vh;
}

.section9 .paragraph {
    position: absolute;
    bottom: 145vh;
    left: calc(50% - 90px);
}

.paragraph h1 {
    color: #000;
}

.paragraph p {
    color: #000;
    width: 320px;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 10
//////////////////////////////////////////////////////////////////////*/

.section10 {
    height: 25vh;
    width: 100%;
    background-color: #ffda81;
    position: relative;
}

.section10:after {
    background-color: transparent;
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="200px" viewBox="0 0 10.4 117" enable-background="new 0 0 10 117" xml:space="preserve"><polygon fill="%23ffda81" points="0,0 0,112.3 5.2,117.5 10.5,112.3 10.5,0 "/></svg>') repeat-x;
    background-position: bottom;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 25vh;
    overflow: hidden;
    content: "";
    margin-top: -150px;
    z-index: 500;
}

.section10 .paragraph {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 250px);
    z-index: 501;
    text-shadow: #000 -100px 10px 20px;
}

.spot {
    position: absolute;
    bottom: calc(50% - 64px);
    left: calc(50% + 150px);
    z-index: 850;
}

.spot img {
    width: 200px;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 11
//////////////////////////////////////////////////////////////////////*/
.section11 {
    height: 75vh;
    width: 100%;
    position: relative;
    background-image: linear-gradient(
            to bottom,
            #ffda81 0%,
            #ffda81 40%,
            #e98e7d 100%
    );
    overflow: hidden;
}

.section11 .container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section11 .container .scene {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section11 .container .scene .layer {
    width: 110%;
    height: 110%;
    overflow: hidden;
}

.section11 .layer .far {
    background-image: url("images/section11-3.jpg");
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.section11 .layer .medium {
    background-image: url("images/section11-2.png");
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.section11 .layer .close {
    background-image: url("images/section11-1.png");
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 12
//////////////////////////////////////////////////////////////////////*/

.slide-info {
    position: relative;
    overflow: hidden;
    height: 65vh;
    background-color: #e98e7d;
    background-image: url("images/contactus_bg.jpg");
}

.info-container {
    position: absolute;
    top: 0;
    height: 65vh;
    left: 50%;
    display: table-row-group;
    vertical-align: middle;
    z-index: 3;
}

.info {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 65vh;
    left: -50%;
}

.info .logo {
    position: relative;
    left: -50%;
}

.info .logo .title img {
    width: 150px;
}

.info .logo .title {
    text-align: center;
}

.info .logo .titleunder {
    text-align: center;
}

.info .logo .titleunder img {
    width: 200px;
}

.info h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.horaires {
}

.horaires .title {
    width: 400px;
}

.info p {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.days {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

.hours {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

.phone {
    text-align: center;
    margin: 20% 0;
}

.phone p {
    font-size: 22px;
    color: #fff;
}

.likeus {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

.legume {
    position: absolute;
}

.legume1 {
    top: -100px;
    left: calc(50% + 550px);
}

.legume1 img {
    width: 220px;
}

.legume2 {
    top: -150px;
    right: calc(50% - 400px);
}

.legume2 img {
    width: 150px;
}

.legume3 {
    top: 500px;
    left: calc(50% + 650px);
}

.legume3 img {
    width: 240px;
}

.legume4 {
    top: 100px;
    left: calc(50% - 850px);
}

.legume4 img {
    width: 200px;
}

.legume5 {
    top: 700px;
    left: calc(50% - 50px);
}

.legume6 {
    top: -650px;
    left: calc(50% - 520px);
}

.legume7 {
    top: 0px;

    left: calc(50% + 320px);
}

.legume7 img {
    width: 150px;
}

.legume8 {
    top: 150px;
    left: calc(50% - 550px);
}

.legume8 img {
    width: 190px;
}

.map {
    height: 35vh;
    width: 100%;
    position: relative;
}

.infomap {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 10%;
}

.infomap a {
    text-decoration: none;
    color: #fff;
}

.address {
    magin-top: 100px;
    width: 350px;
    height: auto;
    background-color: #0000009c;
    padding: 10px;
    text-align: center;
}

/*////////////////////////////////////////////////////////////////////
//  03 - SECTION 13 
////////////////////////////////////////////////////////////////////*/

.section13 {
    background-color: #aad4b3;
    height: auto;
}

.section13 .container {
    font-family: "Poppins", sans-serif;
    margin: auto;
    padding: 40px 0px;
    max-width: 850px;
}

.section13 .container H4 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    text-align: center;
}

.section13 .container .text_wrapp {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}

.section13 #subForm {
    font-size: 0px;
    margin: auto;
    width: 60%;
}

.section13 .container .text_wrapp #fieldEmail {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    position: relative;
    top: 4px;
}

.section13 .container .text_wrapp #fieldEmail::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}

.section13 .container .bnt_wrapp {
    width: 25%;
    display: inline-block;
}

.section13 .container .bnt_wrapp .btn {
    user-select: none;
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    min-width: 155px;
    padding: 14px 28px 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 3px solid #ffffff;
}

.section13 .container .bnt_wrapp .btn:hover {
    color: #333333;
    background: #ffffff;
    border-color: #ffffff;
}

.section13 input:focus {
    outline: 0;
}

.section13 .btn:focus {
    outline: 0;
}

#thankyou {
    display: block;
    margin: auto;
    padding: 20px;
    width: 340px;
    margin-top: 20px;
}

#madeby {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
}

#madeby a {
    text-decoration: none;
    color: #fff;
}

#madeby img {
    height: 40px;
    vertical-align: middle;
}

.section8 {
    height: auto;
    width: 100%;
    background-image: url(../images/contactus_bg.jpg);
    position: relative;
    background-size: cover;
    padding: 40px 0;
}

.contact_infosection .textOverparallax h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
    font-size: 61px;
    text-shadow: 4px -1px 3px #cfcfcf;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    padding: 15px 0;
}

.contact_infosection .textOverparallax {
    max-width: 100%;
    position: relative;
    text-align: center;
    margin: 20px auto;
}

.contact_infodiver a.contactus_logo {
    display: inline-block;
    margin: 20px 0;
}

.contact_infodiver h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
    font-size: 35px;
    text-shadow: 4px -1px 3px #000;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    padding: 15px 0;
}

.section12 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #aad4b3;
}

footer.custom_footer {
    text-align: center;
    background: #031300;
    padding: 100px 0 0;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.custom_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_footer ul li {
    display: inline-block;
}

.custom_footer h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 61px;
    text-shadow: 4px -1px 3px #000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 15px 0;
}

.footer_copy {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.62);
}

.ccalendar {
    position: absolute;
    z-index: 9999999;
    display: inline-block;
    top: 50%;
    left: 0;
    width: 420px;
    right: 0;
    margin: 0 auto;
}

/*//////////////////////////////////////////////////////////////////// 
//  04 - Header
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  07 - Menu
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

/*   Start css  */

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 100%;
    top: 40px;
}

header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

header ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.obj .objimg figure {
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lakeTravis {
}

.lakeTravis .obj {
    width: 33.333333%;
}

.lakeTravis .obj .objimg {
    width: auto;
    max-width: inherit;
    position: static;
}

.lakeTravis .obj .objimg img {
    width: 100%;
}

.scubaDive .title .titleObj {
    top: 120px;
}

.scubaDive .titleObj h1 {
    font-size: 70px;
    text-shadow: none;
    font-weight: 100;
}

.amentieSec h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.camPicnic .textOverparallax {
    background-color: transparent;
    padding: 0;
    left: 20%;
    right: 0;
    text-align: left;
    top: 20%;
}

.camPicnic .textOverparallax h1 {
    font-size: 70px;
    text-shadow: none;
    font-weight: 100;
}

.camp1 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f86f14;
}

.tableOne {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.tableOne ul li a {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.tableOne ul li + li {
    margin: 35px 0 0;
}

.tableOne ul li {
    position: relative;
    padding-left: 30px;
}

.tableOne ul li:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
}

.camp1 .diveOne {
    position: absolute;
    left: 5%;
    transform: translateX(-5%);
    bottom: -30px;
    z-index: 1;

}

.camp1 .diveTwo {
    position: absolute;
    right: 0;
    top: 30%;
}

.tableOne figure {
    margin: 0;
}

.picnicMain {
    background: url(../images/picnicBg.jpg) no-repeat top center/ cover;
    height: 100vh;
}

.picnicMain h1 {
    text-align: center;
    margin: 0;
    padding: 100px 0 0;
    font-size: 70px;
    font-weight: 200;
    margin-bottom: 1rem;
}

.ropeSec {
    padding-bottom: 20%;
}

.ropeSec .menu_item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-flow: row-reverse; */
    gap: 50px;
    margin-top: 2%;
}

.ropeSec .menu_item .planchecharcuterie {
    position: static;
}

.ropeSec .menu_item h4 {
    position: static;
    text-align: left;
    margin: 0;
    font-size: 39px;
}

.menu_item figure {
    /*box-shadow:0px 9px 25px -12px rgb(0 0 0 / 25%);*/
    border-radius: 50%;
    margin: 0;
}

.ropeSec .menu_item2 {
    align-items: center;
    gap: 0;
    margin-top: 0;
    justify-content: flex-end;
    flex-flow: row-reverse;
}

.ropeSec .menu_item2 h4 {
    margin: 0;
    position: relative;
    left: -20px;
    top: 100px;
}

.ropeSec .menu_item2 .plate1 {
    margin-top: -113px;
}

/*.ropeSec .menu_item2 .plate1 {
  margin: -130px 0 0;
}*/
.ropeSec .menu_item3 h4 {
    margin: 0;
    text-align: center;
    position: relative;
    left: 0;
    top: 20px;
    line-height: 1;
}

.ropeSec .menu_item6 {
    justify-content: flex-end;
    gap: 0;
    margin-right: -20%;
    margin-top: 100px;
    flex-flow: row-reverse;
}

.ropeSec .menu_item6 .plate1 {
    flex-shrink: 0;
    margin-right: -6%;
}

.ropeSec .menu_item6 h4 {
    text-align: center;
    line-height: 1.2;
    position: relative;
    left: -70px;
    top: 5px;
    margin: 0;
}

.ropeSec .menu_item7 .plate1 {
    flex-shrink: 0;
    margin-right: -6%;
}

.ropeSec .menu_item7 {
    margin-right: -16%;
    margin-top: 20px;
    flex-flow: row-reverse;
}

.ropeSec .menu_item7 h4 {
    text-align: center;
    margin: 0;
    line-height: 1.2;
    position: relative;
    top: 41px;
    left: -85px;
}

.ropeSec .menu_item3 {
    margin-top: 6%;
}

.menu_item.menu_item8 {
    position: relative;
    top: 120px;
    flex-flow: row-reverse;
}

.ropeSec .menu_item8 h4 {
    display: inline-flex;
    text-align: center;
    line-height: 1.2;
    position: relative;
    left: 40px;
    top: -15px;
}

.enjoyContent h6 {
    font-size: 50px;
    color: #000000;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 20px;
}

.enjoyContent p {
    font-size: 16px;
    color: #828282;
    font-weight: 300;
    line-height: 31px;
    margin: 0 0 0;
}

.enjoyContent p + p {
    margin: 30px 0 50px;
}

.enjoyImg1 {
    text-align: right;
}

.enjoyImg1 .leftSet {
    margin: 0 0 20px -90px;
}

.enjoyImg1 figure {
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.07);
}

.enjoySec {
    padding: 120px 0;
}

.lakeSec {
    background: none;
}

.lakeSec {
    position: relative;
    padding: 0;
    background-color: #fff;
    margin-bottom: -5px;
}

.lakeBg .lakeOverlay {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
}

.lakeBg .lakeOverlay h6 {
    font-size: 70px;
    line-height: initial;
    font-weight: 100;
    text-shadow: 0 0 5px black;
}

.lakeBg .lakeOverlay p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.8;
    text-shadow: 0 0 5px black;
}

.mapSec iframe {
    filter: grayscale(100%);
}

/*new-css*/
.newslatterContent h2 {
    font-size: 4.375rem;
    color: #fff;
    font-weight: 200;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.newslatterContent p {
    color: #fff;
    font-size: 1.125rem;
    width: 90%;
    margin: auto;
    font-weight: 300;
    line-height: 32px;
}

.NewslatterSec {
    background-image: url("../images/newsbg.jpg");
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.newslatterlabel {
    margin: 1.5rem 0rem;
}

.newslatterlabel .input-group-prepend a {
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s ease;
    padding: 21px 30px;
    font-size: 1.125rem;
    background-color: #1a6b09;
    border: 2px solid #1a6b09;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
}

.newslatterlabel .input-group-prepend {
    position: absolute;
    right: 14px;
    top: 7px;
}

.newslatterlabel input#inlineFormInputGroupUsername {
    padding: 0 20px;
    border-radius: 50px;
    width: 100%;
    flex: auto;
    height: 80px;
}

.FtrUper {
    background-color: #1a6b09;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 0;
    padding: 1.5rem 0px 10px 0px;
}

.FtrUper:before {
    position: absolute;
    content: "";
    background-color: #0e4c04;
    width: 48%;
    height: 100%;
    right: 0;
    top: -1px;
}

.FtrUper h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    margin: 0 0 15px;
}

.FtrUper h5 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0px;
}

.FtrUper h6 {
    font-size: 1.375rem;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 400;
    line-height: inherit;
}

.phonetext a {
    color: #fff;
    font-size: 3.125rem;
    text-decoration: none;
    line-height: inherit;
}

.phonetext {
    display: flex;
    padding-left: 2rem;
}

.phoneimage a {
    display: inline-block;
}

.phonecontent {
    padding-left: 1.563rem;
}

.phonetext:before {
    position: absolute;
    content: "";
    width: 127px;
    height: 282px;
    bottom: -66px;
    left: -88px;
    clip-path: polygon(0 58%, 100% 80%, 100% 34%);
    background-color: #0e4c04;
}

.newslatterlabel .input-group-prepend a:hover {
    border-color: transparent;
    background-color: #000;
    transition: 0.5s ease;
}

/*end css*/

.ftrLogo ul li a {
    border-radius: 5px;
    background-color: #354233;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 19px;
}

.ftrLogo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
    gap: 15px;
}

.ftrList h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    margin: 0 0 25px;
}

.ftrList ul {
    text-align: left;
}

.ftrList ul li a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.ftrList ul li {
    display: block;
    padding-bottom: 15px;
}

.phnList {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.phnList .phnContent {
    text-align: left;
    margin-left: 13px;
}

.phnList .phnContent h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px;
}

.phnList .phnContent a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
}

.nedSprt h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 15px 0 5px;
}

.nedSprt p {
    font-size: 14px;
    margin: 0 0 20px;
}

.nedSprt .cntctBtn {
    border-radius: 50px;
    background-color: rgb(14 108 30);
    width: 162px;
    height: 45px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0;
}

.quickOne {
    margin-left: 50px;
}

.copyrght P {
    border-top: 1px solid #354233;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 35px 0;
    margin: 50px 0 0;
}

.ftrLogo ul li a:hover {
    background-color: rgb(242, 90, 56);
}

svg#tracesvg {
    position: absolute;
    top: 335px;
    left: calc(50% - 673px);
    z-index: 0;
}

svg#tracesvg path {
    stroke: white;
}

/*svg#tracesvg path#p5 {
  visibility: hidden;
}*/
.ropeSec .row.justify-content-end {
    justify-content: flex-end;
}

/*   End css  */
/* loader-css start */
.loaderSec {
    background-color: #000;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
}

.loadermain {
    border: 0px solid transparent;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    position: absolute;
    left: calc(45vw - 70px);
    top: calc(40vh - 70px);
}

.loadermain:before,
.loadermain:after {
    content: "";
    border-radius: 50%;
    height: inherit;
    width: inherit;
    border: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    /* animation: loadermain 2s linear infinite; */
    opacity: 0;
}

.loadermain:before {
    /* animation-delay: 0.6s; */
}

@keyframes loadermain {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(1turn);

        opacity: 0;
    }
}

/* images css */
/* .imageNew {
  position: absolute;
  left: 0;
  top: 45%;
}
.imageNew.dive {
  left: 15%;
} */
.imageNew.table {
    left: 66%;
    position: absolute;
}

.imageNew.picnic {
    position: absolute;
    top: 150px;
    left: 86px;
}

.float img {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-60px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
    }
}

/* Inner Page CSS Start */
.innerPageHeader {
    width: 100%;
    background-color: #fff;
    top: 0;
    padding: 1.5rem 0rem;
}

.innerPageHeader .navbar {
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.innerPageHeader .navbar-brand img {
    max-height: 80px;
}

.innerPageHeader ul li a {
    color: #000;
}

.innerPageHeader select {
    border: none;
}

.mainBanner {
    position: relative;
}

.bannerContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bannerContent h2 {
    font-size: 4.375rem;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.btnDesign {
    display: inline-block;
    border-radius: 5px;
    background-color: #0079b4;
    padding: 1.2em 2em;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.btnDesign:hover {
    background-color: #ffffff;
    color: #0079b4;
}

.campPageSec .rightSet img {
    margin: -16rem 0 0 -12rem;
}

.campPageSec .enjoyImg1 .leftSet {
    margin: 0;
}

.campPageSec .CampContent {
    padding-left: 7rem;
}

.campPageSec .bottomSet img {
    margin: -25rem 0 0 10rem;
}

.campPageList {
    background-color: #ffffff;
}

.campPageList figure {
    margin-bottom: 0;
    padding: 1px;
}

.campPageList figure img {
    height: 100%;
    width: 100%;
}

.secHeading {
    font-size: 4.375rem;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.143;
}

.campPageContent p {
    font-size: 16px;
    color: #828282;
    font-weight: 300;
    line-height: 31px;
    margin: 0 0 0;
}

.campPageContent p + p {
    margin: 30px 0 50px;
}

.campPageContent ul {
    list-style-type: disc;
    list-style-position: inside;
}

.campPageContent ul li {
    font-size: 18px;
    color: #767676;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    position: relative;
}

.campPageContent .btnDesign {
    display: inline-block;
    border-radius: 5px;
    background-color: #000000;
    padding: 1.2em 2em;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    margin-top: 1.5rem;
}

.campPageContent .btnDesign:hover {
    background-color: #0079b4;
    color: #fff;
}

.lakeContent {
    background-color: #ffffff;
    padding: 7.5rem 0;
}

.lakeContent figure {
    margin: 0;
}

.lakeInfo {
    padding-left: 10px;
    background-color: #000000;
}

.lakeInfo p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.scubaSecImg {
    background-color: #ffffff;
    padding-bottom: 3rem;
}

.priceInfo {
    font-size: 4.375rem;
    font-family: "Poppins", sans-serif;
    color: #828282;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-bottom: 1rem;
}

.priceInfo span {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.591;
}

.rentalSec {
    padding: 7.5rem 0;
    position: relative;
}

.rentalSec .diverBg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.rentalSec .campBg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rentalSec .tableBg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.rateAddSec {
    background-color: #ffffff;
    padding: 7.5rem 0;
}

.rentalSec .btnDesign {
    background-color: #0668b0;
    color: #fff;
}

.rentalSec .btnDesign:hover {
    background-color: #000000;
    color: #fff;
}

.adminCard {
    background-color: #ffffff;
    box-shadow: 0px 5px 54.87px 4.13px rgba(0, 0, 0, 0.09);
    margin-bottom: 2rem;
}

.cardHead {
    background-color: rgba(2, 56, 89, 0.1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    padding: 0 2rem;
}

.cardHead h2 {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    color: #023859;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.667;
    text-align: center;
    margin: 0;
}

.cardBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cardBody p {
    font-size: 1.5rem;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #023859;
    font-style: italic;
    line-height: 1.667;
    text-align: center;
}

.cardBody h3 {
    font-size: 6.25rem;
    font-family: "Poppins", sans-serif;
    color: #023859;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 2rem 0;
}

.cardBody h3 span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.222;
}

.cardBody p strong {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 2.5;
}

.adminCard:hover .cardHead {
    background-color: #023859;
}

.adminCard:hover .cardHead h2 {
    color: #ffffff;
}

.viewAllBtn {
    padding: 0.5em 2.5em;
    background-color: #023859;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.viewAllBtn:hover {
    background-color: #0768b0;
    color: #fff;
}

.policySec {
    background-color: #fff;
    padding-bottom: 7rem;
}

.policyContent {
    background-color: #023859;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5rem;
}

.policyContent ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.policyContent ul li {
    color: #fff;
    font-size: 1.125rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

.policyContent img {
    margin-top: -10rem;
}

.enjoySec ul {
    display: flex;
    justify-content: center;
    gap: 3rem;
    text-transform: uppercase;
}

.enjoySec ul li a {
    color: var(--black);
    font-weight: 600;
    font-size: 18px;
}

/*overlay nav*/
.navigation-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    font-family: "TrajanPro";
}

.navigation-menu .navigation-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.navigation-menu .navigation-bg.one {
    width: 4px;
    background-color: #1ba89f;
}

.navigation-menu .navigation-bg.two {
    width: 0;
    background-color: #090909;
}

.navigation-menu .navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navigation-menu .nav-inner {
    position: relative;
    text-align: right;
}

.navigation-menu .nav-inner .nav-link {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
}

.header {
    padding: 1.625em 0 0;
}

.header-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 18.75em;
    position: relative;
}

.logo-animate {
    display: block;
    position: relative;
    margin: 0 0 0.3125em 0;
}

.logo-animate img {
    width: 60%;
}

.main-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 1.875em 0 0;
}

.main-navigation ul li:last-child {
    margin: 0;
}

.main-navigation ul li .email-icon {
    width: 1.875em;
    height: 1.875em;
    display: block;
    margin: 0 0.3125em 0 0;
    position: relative;
    top: 0.25em;
}

.main-navigation ul li .email-icon .animated-icon {
    width: 100%;
    height: 100%;
}

.main-navigation ul li .email-icon .normal-icon {
    width: 100%;
    height: 100%;
    display: none;
}

.main-navigation ul li a {
    color: #fff;
    font-size: 1.38em;
    line-height: 1.38em;
    letter-spacing: 0.0625em;
    height: 1.38em;
}

.nav-inner ul li {
    transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.nav-inner ul.has-hovered-link li {
    opacity: 0.1;
}

.nav-inner ul.has-hovered-link li:hover {
    opacity: 1;
}

.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.25em;
    padding: 1.875em 1.875em 0 1.875em;
    z-index: 99;
    transition: 0.5s;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

@media (prefers-reduced-motion: reduce) {
    .fixed-header {
        transition: none;
    }
}

.fixed-header.is-sticky {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mark-logo {
    display: block;
    width: 3.125em;
    height: 3.125em;
}

.static-header {
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9; */
    position: relative;
    z-index: 100;
}

.hamburger {
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease;
    background-color: transparent;
    border: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 2rem;
}

.hamburger:focus {
    outline: none;
}

.hamburger__inner {
    display: block;
    height: 24px;
    width: 25px;
    position: relative;
}

.hamburger__inner:before,
.hamburger__inner:after {
    background-color: #fff;
    content: "";
    display: block;
    margin-left: -12px;
    height: 2px;
    width: 25px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform-origin: center center;
    transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hamburger__inner:after {
    top: 16px;
}

.is-active .hamburger__inner {
    color: #110f10;
}

.is-active .hamburger__inner:before,
.is-active .hamburger__inner:after {
    top: 50%;
    transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.is-active .hamburger__inner:before {
    transform: rotate(45deg);
}

.is-active .hamburger__inner:after {
    transform: rotate(-45deg);
}

.hamburger--black .hamburger__inner:before,
.hamburger--black .hamburger__inner:after {
    background-color: #110f10 !important;
}

.open .hamburger__inner:before,
.open .hamburger__inner:after {
    background-color: #fff;
}

.is-active .open .hamburger__inner {
    color: #fff;
}

.themeBtn {
    font-size: 1.125rem !important;
    background: linear-gradient(to bottom, #1a6b09, #1a6b09);
    background-size: 100% 0%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: 2px solid #1a6b09;
    color: #fff !important;
    padding: 0.5em 1.25em;
    transition: all 0.4s ease-in-out;
    height: auto !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    margin-left: 1.5rem;
    border-radius: 30px;
    font-weight: 600;
}

.themeBtn:hover {
    background-size: 100% 100%;
}

.navigation-menu .nav-inner ul li + li {
    margin-top: 2rem;
}

.tableSec {
    padding: 8em 0;
    height: auto;
}

.atable .row + .row {
    margin-top: 1.5rem;
}

.nav-tabs{
    margin-bottom: 50px;
}

.nav-tabs .nav-link.themeBtn {
    color: #1a6b09 !important;
    border-radius: 30px !important;
}

.nav-tabs .nav-link.themeBtn:hover,
.nav-tabs .nav-link.themeBtn.active {
    color: #fff !important;
    background-size: 100% 100%;
}