/* 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;
    -webkit-font-smoothing: antialiased;
}

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;
}

/**
 * 01. TIPOGRAPHY
 *
 * -------------------------------------------------------------------
 */
@font-face {
    font-family: GeoEditRegular;
    font-display: swap;
    src: url(https://specials.fnghub.com/ng/uk/hotzone/assets/css/fonts/Geograph-Regular.woff2) format("woff2"), url(https://specials.fnghub.com/ng/uk/hotzone/assets/css/fonts/Geograph-Regular.woff2) format("woff");
}

@font-face {
    font-family: GeoEditBold;
    font-display: swap;
    src: url(https://specials.fnghub.com/ng/uk/hotzone/assets/css/fonts/Geograph-Bold.woff2) format("woff2"), url(https://specials.fnghub.com/ng/uk/hotzone/assets/css/fonts/Geograph-Bold.woff) format("woff");
}

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,
text,
tspan {
    font-family: GeoEditRegular;
}

/**
 * 02. COLOURS
 *
 * -------------------------------------------------------------------
 */
/**
 * 03. PADDINGS & MARGINS
 *
 * -------------------------------------------------------------------
 */
.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

/**
 * 04. GENERAL
 *
 * -------------------------------------------------------------------
 */
.grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.grid .column-text {
    width: 100%;
}

.grid .column-adsense {
    min-width: 300px;
    margin-left: 40px;
}

@media (max-width: 996px) {
    .grid {
        flex-direction: column;
        justify-content: space-between;
    }

    .grid .column-text {
        width: 100%;
    }

    .grid .column-adsense {
        min-width: 300px;
        margin-left: 0px;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .grid .column-adsense {
        width: auto;
        margin-left: 0px;
        margin: 0 auto;
        min-width: inherit;
    }

    .grid .column-adsense img {
        width: 100%;
    }
}

.nodesktop {
    display: none;
}

@media (max-width: 996px) {
    .nodesktop {
        display: block;
    }
}

.nomobile {
    display: block;
}

@media (max-width: 996px) {
    .nomobile {
        display: none;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.paid {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px 0px;
    font-weight: 900;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}


.yellow {
    color: #ffce00;
}

.grey {
    color: #2f2f2f;
}

.underline-left {
    position: relative;
    padding-left: 20px;
    font-size: 22px;
    line-height: 29px;
    font-size: 14px;
}

.underline-left:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #ffce00;
    border: 0;
    position: absolute;
    left: 0;
    top: 6px;
}

.underline-center {
    position: relative;
}

.underline-center:before {
    content: "";
    width: 58px;
    height: 7px;
    background-color: #ffce00;
    border: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -27px;
}

.underline-right {
    position: relative;
}

.underline-right:before {
    content: "";
    width: 58px;
    height: 7px;
    background-color: #ffce00;
    border: 0;
    position: absolute;
    right: 0;
    bottom: -12px;
}

@media (max-width: 996px) {
    .underline-right:before {
        width: 34px;
        height: 4px;
        bottom: -6px;
    }
}

.icon-gallery {
    background-image: url("../images/icon-gallery.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    content: "";
    display: inline-block;
    height: 25px;
    width: 30px;
    top: 3px;
}

.icon-article {
    background-image: url("../images/icon-article.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    content: "";
    display: inline-block;
    height: 28px;
    width: 28px;
    top: 3px;
}

.icon-video {
    background-image: url("../images/icon-video.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    top: 3px;
}

.adsense {
    margin-top: 50px;
    text-align: center;
}

.adsense img {
    width: 100%;
}

.adsense #banner300x250_1 {
    margin-bottom: 300px;
}

@media (max-width: 996px) {
    .adsense #banner300x250_1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 996px) {
    .adsense-nomobile {
        display: none;
    }
}

.adsense.text-left {
    text-align: left;
}

.adsense-728x90 img {
    max-width: 728px;
}

.adsense-970x250 img {
    max-width: 970px;
}

.adsense-300x250 img {
    max-width: 970px;
}

@media (max-width: 996px) {
    .banner300x250 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    display: block;
    overflow-x: hidden;
}

.wrapper_general {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}

.header-okavango {
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 40px;
    position: fixed;
    padding: 20px 0px;
    background-color: #000;
}

.header-okavango .wrapper_general {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-okavango .logo img {
    max-width: 210px;
}

/* @media (max-width: 996px) {
  .header-okavango .logo img {
    max-width: 92px;
  }
} */
.header-okavango nav {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding-left: 80px;
    width: 100%;
}

@media (max-width: 996px) {
    .header-okavango nav {
        display: none;
    }
}

.header-okavango nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
}

.header-okavango .menu {
    text-align: right;
    display: flex;
}

.header-okavango .menu .whatis {
    margin-right: 0px;
    min-width: 220px;
}

@media (max-width: 996px) {
    .header-okavango .menu .whatis {
        margin-right: 20px;
        text-align: right;
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 768px) {
    .header-okavango .menu .whatis {
        min-width: 186px;
    }
}

.header-okavango .menu-mobile {
    display: none;
}

@media (max-width: 996px) {
    .header-okavango .menu-mobile {
        cursor: pointer;
        display: block;
    }
}

.header-okavango .wrapper-menu-mobile {
    display: none;
    height: 0px;
}

@media (max-width: 996px) {
    .header-okavango .wrapper-menu-mobile {
        height: 0px;
        display: none;
        z-index: 9;
    }

    .header-okavango .wrapper-menu-mobile nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-left: 0;
    }

    .header-okavango .wrapper-menu-mobile nav a {
        margin-top: 30px;
    }

    .header-okavango .wrapper-menu-mobile nav a:last-child {
        margin-bottom: 30px;
    }
}

.resource-top {
    position: absolute;
    /*background-image: url("../images/bg-resource-top.png");*/
    /*background-image: url("../images/bg-resource-top-2.png");*/
    background-image: url("../images/bg-resource-top-3.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    bottom: -50px;
    z-index: 2;
}

@media (min-width: 1400px) {
    .resource-top {
        bottom: 0px;
    }
}

@media (min-width: 1980px) {
    .resource-top {
        bottom: 0px;
    }
}

.resource-bottom {
    position: absolute;
    background-image: url("../images/bg-resource-bottom_final.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    bottom: -100px;
    z-index: 2;
}

.div_scroll {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

#intro-video {
    margin-top: 80px;
    margin-top: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    width: 100%;
}

@media (max-width: 996px) {
    #intro-video {
        margin-top: 40px;
        margin-top: 0px;
    }
}

#intro-video .resource-top {
    opacity: 1;
    bottom: -50px;
}

#intro-video .video-bg-intro {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.5s linear;
}

#intro-video .video-bg-intro iframe,
#intro-video .video-bg-intro video,
#intro-video .video-bg-intro img {
    width: 100%;
    height: 700px;
    object-fit: fill;
    object-fit: cover;
    position: fixed;
    position: absolute;
    z-index: -1;
}

#intro-video .wrapper_intro-video {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 0;
}

@media (max-width: 578px) {
    #intro-video .wrapper_intro-video {
        padding: 20px;
        position: fixed;
    }
}

#intro-video .wrapper_intro-video img {
    width: 50%;
}

@media (max-width: 578px) {
    #intro-video .wrapper_intro-video img {
        width: 96%;
    }
}

#intro-video .wrapper_intro-video .title {
    font-family: GeoEditBold;
    /* color: #ffce00; */
    font-size: 48px;
    line-height: 86px;
}

@media (max-width: 578px) {
    #intro-video .wrapper_intro-video .title {
        line-height: 61px;
        margin-bottom: 10px;
    }
}

#intro-video .wrapper_intro-video .subtitle {
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 578px) {
    #intro-video .wrapper_intro-video .subtitle {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 10px;
        max-width: 234px;
        margin: 10px auto;
    }
}

#our-mission {
    position: relative;
    z-index: 3;
    background-color: #000;
    height: auto;
    color: #fff;
}

@media (max-width: 996px) {
    #our-mission {
        padding-bottom: 200px;
    }
}

#our-mission .wrapper_our-mission {
    padding: 50px 20px 40px;
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission {
        padding: 0px 20px 30px;
    }
}

#our-mission .wrapper_our-mission .text-intro {
    text-align: center;
    margin-bottom: 100px;
    font-family: GeoEditRegular;
    font-size: 22px;
    line-height: 29px;
    position: relative;
    z-index: 3;
}

#our-mission .wrapper_our-mission .text-intro p.feature-text {
    position: relative;
    top: 20px;
    opacity: 0;
    margin-bottom: 160px;
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission .text-intro p.feature-text {
        margin-bottom: 120px;
    }
}

#our-mission .wrapper_our-mission .text-intro p.feature-text-2 {
    position: relative;
    top: 20px;
    opacity: 1;
    margin-bottom: 160px;
}

#our-mission .wrapper_our-mission .block-central {
    position: relative;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: GeoEditRegular;
    font-size: 14px;
    line-height: 18px;
    margin: 40px 20px;
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission .block-central {
        margin: 40px 0px;
        flex-direction: column;
    }
}

#our-mission .wrapper_our-mission .block-central .column1 {
    width: 25%;
    margin-right: 40px;
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission .block-central .column1 {
        margin-right: 0px;
        width: 100%;
        max-width: 500px;
    }
}

#our-mission .wrapper_our-mission .block-central .column1 img {
    margin-bottom: 20px;
    max-width: 242px;
}

#our-mission .wrapper_our-mission .block-central .column2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission .block-central .column2 {
        width: 100%;
        margin: 50px 20px;
    }
}

#our-mission .wrapper_our-mission .block-central .column2 img {
    width: 100%;
    min-width: 567px;
}

@media (max-width: 1200px) {
    #our-mission .wrapper_our-mission .block-central .column2 img {
        min-width: 467px;
    }
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission .block-central .column2 img {
        margin-right: 0px;
        width: 100%;
        min-width: 100%;
    }
}

#our-mission .wrapper_our-mission .block-central .column2 .playvideo {
    cursor: pointer;
    width: 90px !important;
    height: 90px !important;
    min-width: inherit;
    position: absolute;
}

#our-mission .wrapper_our-mission .block-central .column3 {
    width: 25%;
    margin-left: 40px;
    font-size: 14px;
}

@media (max-width: 996px) {
    #our-mission .wrapper_our-mission .block-central .column3 {
        margin-left: 0px;
        width: 100%;
        max-width: 500px;
    }
}

#our-mission .wrapper_our-mission .block-central .column3 img {
    margin-bottom: 20px;
    max-width: 158px;
}

#our-mission .wrapper_our-mission .block-central .rrss {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#our-mission .wrapper_our-mission .block-central .rrss li {
    margin: 0px 10px;
}

#okavango-map {
    width: 100%;
    position: relative;
    background: #000;
}

#okavango-map .img-resource-top {
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*top: -140px;*/
    z-index: 2;
    top: -30px;
    width: 100%;
}

@media (min-width: 1400px) {
    /*#okavango-map .img-resource-top {
    top: -30px;
    width: 100%;
  }*/
}

@media (max-width: 1200px) {
    #okavango-map .img-resource-top {
        /* top: -140px;*/
        top: -35px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #okavango-map .img-resource-top {
        top: -20px;
        z-index: 2;
    }
}

#okavango-map .img-resource-bottom {
    position: absolute;
    z-index: 1;
}

@media (min-width: 1600px) {
    #okavango-map .img-resource-bottom {
        bottom: -60px;
    }
}

@media (max-width: 1600px) {
    #okavango-map .img-resource-bottom {
        bottom: -50px;
    }
}

@media (max-width: 1400px) {
    #okavango-map .img-resource-bottom {
        bottom: -40px;
    }
}

@media (max-width: 1200px) {
    #okavango-map .img-resource-bottom {
        bottom: -40px;
    }
}

@media (max-width: 996px) {
    #okavango-map .img-resource-bottom {
        z-index: 1;
        bottom: -2px;
        width: 100%;
    }
}

@media (max-width: 996px) {
    #okavango-map .img-resource-bottom {
        z-index: 1;
        bottom: -2px;
        width: 100%;
    }
}

#okavango-map .subtitle-map {
    width: 100%;
    z-index: 40;
    position: absolute;
    top: 0px;
    text-align: center;
    color: #fff;
}

#okavango-map .title-map {
    width: 100%;
    font-family: GeoEditRegular;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 4px;
    z-index: 40;
    position: absolute;
    top: 6vw;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 240px;

}

#okavango-map .title-map:before {
    bottom: -0.6vw;
    width: 45px;
    height: 4px;
}

@media (max-width: 1260px) and (min-width: 996px) {
    #okavango-map .title-map {
        font-size: 22px;
        line-height: 29px;
        top: 5vw;
    }

    #okavango-map .title-map:before {
        bottom: -0.3vw;
    }
}

@media (max-width: 996px) {
    #okavango-map .title-map {
        top: 59px;
    }
}


@media (max-width: 578px) {
    #okavango-map .title-map {
        font-size: 19px;
        line-height: 23px;
        top: 35px;
    }
}

#okavango-map .text-map {
    z-index: 3;
    position: absolute;
    top: 10vw;
    font-family: GeoEditRegular;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    max-width: 260px;
    left: 50%;
    transform: translateX(-50%);

}

@media (max-width: 996px) {

    #okavango-map .text-map {
        top: 120px;
    }
}

@media (max-width: 578px) {
    #okavango-map .text-map {
        top: 40px;
        display: none;
    }
}

#okavango-map .wrapper_okavango-map {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map {
        flex-direction: column;
    }
}

#okavango-map .wrapper_okavango-map .map {
    position: relative;
    z-index: 1;
    width: 50%;
}

#okavango-map .wrapper_okavango-map .map #draggable-mask {
    overflow: hidden;
}

/* #okavango-map .wrapper_okavango-map .map #draggable-mask::before {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 1%;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
} */

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map .map {
        width: 100%;
    }
}

#okavango-map .wrapper_okavango-map .map svg,
#okavango-map .wrapper_okavango-map .map img {
    position: relative;
    width: 100%;
    height: auto;
}

#okavango-map .wrapper_okavango-map #mask-draggable {
    overflow: hidden;
}

#okavango-map .wrapper_okavango-map #draggable {
    cursor: default;
    transform: translate(11px, -20px);
}

#okavango-map .wrapper_okavango-map #world-map {
    position: absolute;
    bottom: 6vw;
    left: 2vw;
    z-index: 3;
    max-width: 12vw;
}

#okavango-map .wrapper_okavango-map #world-map2 {
    position: absolute;
    top: 6vw;
    right: 2vw;
    z-index: 3;
    max-width: 8vw;
}

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map #world-map {
        max-width: 16vw;
    }
}

@media (max-width: 600px) {
    #okavango-map .wrapper_okavango-map #world-map {
        max-width: 24vw;
    }

    #okavango-map .wrapper_okavango-map #world-map2 {
        max-width: 13vw;
    }
}

/*@media (max-width: 1600px) {
  #okavango-map .wrapper_okavango-map #world-map {
    max-width: 110px;
  }
}
@media (max-width: 1400px) {
  #okavango-map .wrapper_okavango-map #world-map {
    max-width: 170px;
    bottom: 80px;
  }
}
@media (max-width: 1200px) {
  #okavango-map .wrapper_okavango-map #world-map {
    max-width: 150px;
    bottom: 60px;
  }
}

@media (max-width: 768px) {
  #okavango-map .wrapper_okavango-map #world-map {
    max-width: 140px;
    bottom: 60px;
  }
}
@media (max-width: 578px) {
  #okavango-map .wrapper_okavango-map #world-map {
    max-width: 120px;
    bottom: 40px;
  }
}
@media (max-width: 500px) {
  #okavango-map .wrapper_okavango-map #world-map {
    display: none;
  }
}*/
#okavango-map .wrapper_okavango-map #controls-map {
    z-index: 999;
    position: absolute;
    bottom: 20%;
    max-width: 140px;
    left: 50%;
    transform: translate(-50%, 0px);
}

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map #controls-map {
        bottom: 20px;
    }
}

#okavango-map .wrapper_okavango-map #mas path,
#okavango-map .wrapper_okavango-map #menos path,
#okavango-map .wrapper_okavango-map #brujula path {
    cursor: pointer;
    border: 1px solid red !important;
}

#okavango-map .wrapper_okavango-map .video {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    display: flex;
    justify-content: initial;
    flex-direction: row;
    align-items: center;
    position: relative;
}

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map .video {
        width: 100%;
        padding-bottom: 118px;
    }
}

#okavango-map .wrapper_okavango-map .video #video-okavango {
    position: absolute;
    z-index: 1;
    object-fit: fill;
    max-width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    left: 0px;
}

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map .video #video-okavango {
        top: 0px;
    }
}

#okavango-map .wrapper_okavango-map .video .window {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 30px 30px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 5;
    position: relative;
    max-width: 60%;
    left: 54px;
}

@media (max-width: 996px) {
    #okavango-map .wrapper_okavango-map .video .window {
        max-width: 60%;
        margin: 40px 20px;
        left: 50%;
        transform: translate(-50%, 10px);
    }
}

@media (max-width: 578px) {
    #okavango-map .wrapper_okavango-map .video .window {
        max-width: 100%;
        margin: 40px 20px;
        /* left: calc(50% - 20px); */
        left: initial;
        transform: translate(0%, 0px);
    }
}

#okavango-map .wrapper_okavango-map .video h4 {
    font-family: GeoEditRegular;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
}

#okavango-map .wrapper_okavango-map .video p {
    font-family: GeoEditRegular;
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

#okavango-map .wrapper_okavango-map .video .launch-video {
    width: 100%;
    height: auto;
}

#okavango-map .wrapper_okavango-map .video .launch-video img {
    width: 100%;
    cursor: pointer;
}

#kayak {
    /* transition: all 4s linear; */
    z-index: 9;
    position: relative;
}

#pathMokoro {
    transition: transform .3s linear;
}

.group_kayak {
    transform: scale(.8) translate(30px, 50px);
}


#recorrido {
    opacity: 0;
    visibility: hidden;
}

.hotpoint {
    cursor: pointer;
}

.hotpoint text {
    font-size: 21px;
    font-weight: 700;
    opacity: 1;
    transition: opacity .3s linear;
}

.hotpoint circle {
    /* cx: 1.75;
    cy: 1.75;
    r: 3.5; */
    animation-name: point;
    animation-duration: 4s;
    /* animation-delay: 2s; */
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    /* animation-direction: alternate-reverse; */
}

@keyframes point {
    0% {
        opacity: 1;
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.hotpoint:hover text {
    opacity: 1
}

.hotpoint.on text {
    font-size: 28px;
    opacity: 1;
}

.hotpoint.on circle {
    transform: scale(3.5);
    animation-name: none;
}

#draggable {
    transform: scale(1);
    left: 0;
    top: 0;
    transition: all 0.3s linear;
}

#panter {
    position: absolute;
    z-index: 3;
    margin-top: -70px;
}

@media (max-width: 996px) {
    #panter {
        bottom: -100px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #panter {
        left: 60px;
        bottom: -50px;
    }
}

@media (max-width: 578px) {
    #panter {
        bottom: -50px;
    }
}

#the-okavango {
    background-attachment: fixed;
    position: relative;
    background-image: url("../images/bg-estrellas-2.jpg");
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    background-size: cover;
    min-height: 995px;
    padding-top: 50px;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 996px) {
    #the-okavango {
        z-index: 1;
    }
}

@media (max-width: 996px) {
    #the-okavango {
        padding-bottom: 250px;
        max-width: 100%;
    }
}

@media (max-width: 578px) {
    #the-okavango {
        padding-bottom: 150px;
        padding-top: 50px;
    }
}

@media (max-width: 420px) {
    /* #the-okavango {
    min-height: 1680px;
  } */
}

@media (max-width: 996px) {
    #the-okavango.home:not {
        background-image: url("../images/bg-the-okavango_mobile.jpg");
        padding-top: 0px;
        background-position: center bottom;
        background-size: contain;
        padding-bottom: 300px;
    }
}

#the-okavango a {
    color: #ffce00;
    text-decoration: none;
}

#the-okavango .resource-top {
    position: absolute;
    background-image: url("../images/bg-resource-top_final.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: inherit;
    z-index: 3;
}

@media (min-width: 1250px) {
    #the-okavango .resource-top {
        top: 0;
        height: 270px;
        bottom: inherit;
        z-index: 3;
    }
}

@media (max-width: 1250px) {
    #the-okavango .resource-top {
        z-index: 1;
        top: 0;
    }
}

@media (max-width: 996px) {
    #the-okavango .resource-top {
        top: -54px;
        z-index: 0;
    }
}

@media (max-width: 478px) {
    #the-okavango .resource-top {
        height: 50px;
        top: 0px;
    }
}

#the-okavango .wrapper-title-section {
    margin-top: -80px;
}

@media (max-width: 996px) {
    #the-okavango .wrapper-title-section {
        margin-top: -40px;
        margin-bottom: 140px;
    }
}

@media (max-width: 578px) {
    #the-okavango .wrapper-title-section {
        margin-top: -100px;
        margin-bottom: 140px;
    }
}

#the-okavango #tree-right_two {
    z-index: 10;
    top: -12%;
    right: -30px;
}

@media (max-width: 996px) {
    #the-okavango #tree-right_two {
        display: none;
    }
}

#the-okavango #tree-right_two_mobile {
    top: 30%;
    right: -30px;
}

@media (min-width: 996px) {
    #the-okavango #tree-right_two_mobile {
        display: none;
    }
}

#the-okavango .wrapper_the-okavango {
    padding: 100px 20px;
    position: relative;
    z-index: 3;
}

@media (max-width: 996px) {
    #the-okavango .wrapper_the-okavango {
        padding: 50px 20px 100px;
    }
}

@media (max-width: 578px) {
    #the-okavango .wrapper_the-okavango {
        padding: 50px 20px 180px;
    }
}

#the-okavango .wrapper_the-okavango .title-section {
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 8px;
    position: relative;
}

@media (max-width: 996px) {
    #the-okavango .wrapper_the-okavango .title-section {
        font-size: 32px;
        line-height: 41px;
    }
}

@media (max-width: 578px) {
    #the-okavango .wrapper_the-okavango .title-section {
        top: 40px;
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 80px;
    }
}

#the-okavango .wrapper_the-okavango .subtitle-section {
    font-family: GeoEditRegular;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
}

/* video 360 */
#okavango-video-360 {
    background-attachment: fixed;
    position: relative;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    background-size: cover;
    padding-top: 50px;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 996px) {
    #okavango-video-360 {
        z-index: 1;
    }
}

@media (max-width: 996px) {
    #okavango-video-360 {
        /* padding-bottom: 250px; */
        max-width: 100%;
    }
}

#okavango-video-360 .wrapper_okavango-video {
    padding: 100px 20px;
    position: relative;
    z-index: 3;
}

@media (max-width: 996px) {
    #okavango-video-360 .wrapper_okavango-video {
        padding: 50px 20px 0;
    }
}

@media (max-width: 578px) {
    #okavango-video-360 .wrapper_okavango-video {
        padding: 50px 20px 0;
    }
}

#okavango-video-360 .wrapper_okavango-video .title-section {
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 8px;
    position: relative;
}

@media (max-width: 996px) {
    #okavango-video-360 .wrapper_okavango-video .title-section {
        font-size: 32px;
        line-height: 41px;
    }
}

@media (max-width: 578px) {
    #okavango-video-360 .wrapper_okavango-video .title-section {
        top: 40px;
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 80px;
    }
}

#okavango-video-360 .wrapper_okavango-video .subtitle-section {
    font-family: GeoEditRegular;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
}

#okavango-video-360 .wrapper_video-360 {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#okavango-video-360 .wrapper_video-360 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 996px) {
    #okavango-video-360 .wrapper_video-360 iframe {
        width: 90%;
        height: 400px;
    }
}

@media (max-width: 996px) {
    #okavango-video-360 .wrapper_video-360 iframe {
        width: 90%;
        height: 400px;
    }
}

@media (max-width: 578px) {
    /* #okavango-video-360  {
        padding-bottom: 50px;
    } */

    #okavango-video-360 .wrapper_video-360 iframe {
        width: 100%;
        height: 250px;
        min-height: initial;
    }
}

/* fin video 360 */

#the-okavango .wrapper_the-okavango p.p-section {
    font-family: GeoEditRegular;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.carousel-related {
    z-index: 3;
    /* display: flex;
  justify-content: center; */
    height: auto;
    position: relative;
    top: 200px;
    width: 100%;
}

@media (max-width: 996px) {
    .carousel-related {
        /* flex-direction: column; */
        top: 120px;
        align-items: center;
    }
}

@media (max-width: 420px) {
    .carousel-related {
        top: 160px;
    }
}

.carousel-related .item {
    display: inline-block;
    padding: 16px;
    min-height: 359px;
    height: 360px;
    width: 330px;
    color: #fff;
    margin: 20px 15px;
    box-sizing: border-box;
    text-align: right;
    background-size: cover;
    vertical-align: top;
    position: relative;
}

/* .carousel-related .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
} */

.carousel-related .item .description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 10;
}

.carousel-related .item .title {
    font-family: GeoEditRegular;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: inherit;
    text-align: right;
    width: 100%;
    position: relative;
    font-weight: 700;
}

.carousel-related .item .title.with-margin {
    margin-bottom: 35px;
    display: block;
}

.carousel-related .item .title a {
    color: #fff !important;
    text-decoration: none;
}

.line {
    background-color: #fff !important;
}

.carousel-related .item .title .line {
    content: "";
    position: relative;
    display: inline-block;
    height: 20px;
    width: 4px;
    left: 0px;
    top: 2px;
    background-color: #ffce00;
    margin: 0px 5px;
    opacity: 0;
}

.carousel-related .item.item_article {
    background-image: url("../images/bg-item_article.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_gallery {
    background-image: url("../images/bg-item_gallery.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_video {
    background-image: url("../images/bg-item_video.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

.carousel-related .item.item_article_1 {
    background-image: url("../images/bg-item_article_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_article_3 {
    background-image: url("../images/bg-item_article_3.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_article_4 {
    background-image: url("../images/bg-article-4.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_article_5 {
    background-image: url("../images/bg-article-5.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_article_6 {
    background-image: url("../images/bg-article-6.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_article_7 {
    background-image: url("../images/bg-article-7.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_article_2 {
    background-image: url("../images/bg-item_article_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_gallery_1 {
    background-image: url("../images/bg-item_gallery_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_gallery_2 {
    background-image: url("../images/bg-item_gallery_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item.item_gallery_3 {
    background-image: url("../images/bg-gallery-3.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-related .item .text {
    font-family: GeoEditRegular;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.carousel-related .item .text p {
    text-align: right;
    margin-bottom: 20px;
}

.carousel-related .item .link {
    letter-spacing: 5px;
}

.carousel-related .item .read-more {
    cursor: pointer;
    padding-top: 20px;
    color: #ffce00;
    text-decoration: none;
}

.carousel-related .item:nth-child(3n + 1) {
    position: relative;
    margin-top: 50px;
}

@media (max-width: 996px) {
    .carousel-related .item:nth-child(3n + 1) {
        margin-top: 0px;
    }
}

.carousel-related .item:nth-child(3n + 2) {
    position: relative;
    margin-top: 100px;
}

@media (max-width: 996px) {
    .carousel-related .item:nth-child(3n + 2) {
        margin-top: 0px;
    }
}

.footer#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    position: relative;
    z-index: 9;
}

/*
.footer#footer .wrapper_general {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general {
    flex-direction: column;
  }
}
.footer#footer .wrapper_general .logos {
  padding: 10px 0px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .logos {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.footer#footer .wrapper_general .logos .national {
  max-width: 137px;
}
.footer#footer .wrapper_general .logos .separator {
  background-color: #707070;
  height: auto;
  width: 1px;
  display: inline-block;
  position: relative;
  margin: 0px 20px;
  min-height: 110px;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .logos .separator {
    background-color: #707070;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    width: 120px;
    margin: 40px auto 40px;
    display: inline-block;
  }
}
.footer#footer .wrapper_general .logos .debeers {
  max-width: 200px;
}
.footer#footer .wrapper_general .menu-footer {
  text-align: right;
  display: flex;
  flex-direction: column;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .menu-footer {
    text-align: center;
  }
}
.footer#footer .wrapper_general .menu-footer .title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 29px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .menu-footer .title {
    display: none;
  }
}
.footer#footer .wrapper_general .menu-footer ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .menu-footer ul {
    flex-direction: column;
  }
}
.footer#footer .wrapper_general .menu-footer ul li {
  margin-left: 30px;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .menu-footer ul li {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.footer#footer .wrapper_general .menu-footer a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.footer#footer .wrapper_general .menu-footer .copyright {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
@media (max-width: 996px) {
  .footer#footer .wrapper_general .menu-footer .copyright .block_mobile {
    display: block;
  }
}
*/
/**
 * Parallax
 *
 * -------------------------------------------------------------------
 */
#tree-left {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: -210px;
}

@media (max-width: 996px) {
    #tree-left {
        display: none;
    }
}

#tree-left_mobile {
    position: absolute;
    top: -260px;
}

@media (min-width: 996px) {
    #tree-left_mobile {
        display: none;
    }
}

@media (max-width: 420px) {
    #tree-left_mobile {
        top: 0px;
    }
}

#tree-right {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: -80px;
    right: 0px;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 996px) {
    #tree-right {
        display: none;
    }
}

#tree-right_mobile {
    z-index: 2;
    bottom: -80px;
    right: 0px;
}

@media (min-width: 996px) {
    #tree-right_mobile {
        display: none;
    }
}

.tree-left {
    /* The image used */
    /* Set a specific height */
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.play {
    cursor: pointer;
}

/* Lightbox Video */
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#light {
    padding: 20px 40px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 790px;
    max-height: calc(800px * 0.56);
    transform: translate(-50%, -50%);
    z-index: 1002;
    overflow: visible;
    width: calc(80vw - 11px);
    height: calc(80vw * 0.56);
}

#light iframe {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#light video {
    width: 100%;
    height: 100%;
}

#boxclose {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1002;
    background: url("../images/btn-close.svg");
    background-size: cover;
    width: 36px;
    height: 36px;
}

.content-paid {
    padding-top: 80px;
    position: relative;
    background: #000;
    padding-bottom: 40px;
}

@media (max-width: 996px) {
    .content-paid {
        padding-top: 68px;
    }
}

.content-paid .sponsor-banner {
    padding: 10px 28px;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-paid .wrapper-sponsor-title {
    display: block;
    margin: 55px auto 40px;
    max-width: 778px;
    padding: 0 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
}

@media (max-width: 996px) {
    .content-paid .wrapper-sponsor-title {
        text-align: left;
    }
}

.content-paid .sponsor-title {
    font-size: 38px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.211;
    color: #fff;
}

.content-paid .wrapper-sponsor-video {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 738px;
}

.content-paid .wrapper-sponsor-video .sponsor-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.content-paid .wrapper-sponsor-video .sponsor-video video,
.content-paid .wrapper-sponsor-video .sponsor-video iframe {
    opacity: 1;
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.content-paid .rich-text {
    padding: 0 16px;
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

@media (min-width: 768px) {
    .content-paid .rich-text {
        display: none;
    }
}

@media (max-width: 768px) {
    .content-paid .rich-text {
        display: block;
    }
}

.content-paid .gotocontent {
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .content-paid .gotocontent {
        text-align: left;
        padding: 20px 16px;
    }
}

.content-paid .gotocontent button {
    outline: none;
    background: transparent;
    color: white;
    border: none;
    font-size: 32px;
    height: 35px;
    width: 35px;
}

.content-paid .gotocontent button svg {
    fill: #fff;
}

#breadcrumb {
    transition: all 0.5s ease-in;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 40px;
    position: fixed;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.73);
    display: flex;
    align-items: center;
    align-content: flex-start;
}

#breadcrumb .wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 996px) {
    #breadcrumb .wrapper {
        padding: 0px 20px;
    }
}

#breadcrumb .wrapper a {
    font-family: GeoEditRegular;
    text-decoration: none;
}

#breadcrumb .wrapper #breadcrumb-close {
    position: relative;
    cursor: pointer;
}

#breadcrumb .wrapper #breadcrumb-close img {
    width: 25px;
    height: 25px;
}

#intro-video.landings .video-bg-intro iframe {
    z-index: -1;
}

#intro-video.landings .video-bg-intro img {
    z-index: 0;
}

#intro-video.landing .play-iframe {
    cursor: pointer;
}

#intro-video.landing .wrapper_intro-video {
    position: fixed;
    z-index: 0;
}

.content {
    position: relative;
    min-height: 400px;
    background: #000;
}

.content #tree-left_landing {
    position: absolute;
    z-index: 2;
    top: -200px;
}

@media (max-width: 996px) {
    .content #tree-left_landing {
        top: -100px;
    }
}

.content .description {
    position: relative;
    color: #fff;
    z-index: 5;
}

.content p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
}

.content p.underline-left {
    font-size: 22px;
    line-height: 29px;
}

.content blockquote {
    font-family: GeoEditBold;
    font-size: 22px;
    line-height: 29px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
}

@media (max-width: 996px) {
    .content blockquote {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.content blockquote:before {
    background-image: url("../images/bg-blockquote.png");
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}

.content blockquote:after {
    background-image: url("../images/bg-blockquote.png");
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: rotate(180deg);
}

#section-landing-parallax-1 {
    padding-top: 10px;
    padding-bottom: 250px;
}

@media (max-width: 996px) {
    #section-landing-parallax-1 {
        background: #000;
        padding-bottom: 50px;
        z-index: 3;
    }
}

#section-landing-parallax-1 .wrapper-title {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 100px auto 45px;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
}

#section-landing-parallax-1 .wrapper-title h3 {
    color: #ffce00;
    font-family: GeoEditRegular;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

#section-landing-parallax-1 .wrapper-title h2 {
    color: #fff;
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 49px;
}

#section-landing-parallax-1 .img-resource-top {
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    top: -200px;
    z-index: 2;
}

@media (max-width: 996px) {
    #section-landing-parallax-1 .img-resource-top {
        height: auto;
        top: -50px;
        width: auto;
    }
}

#section-landing-parallax-2 {
    position: relative;
    min-height: 900px;
    height: 900px;
}

@media (max-width: 996px) {
    #section-landing-parallax-2 {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    #section-landing-parallax-2 {
        height: 200px;
        min-height: 200px;
    }
}

#section-landing-parallax-2 .img-resource-top {
    position: absolute;
    top: -200px;
    z-index: 1;
}

@media (max-width: 1250px) and (min-width: 996px) {
    #section-landing-parallax-2 .img-resource-top {
        width: 100%;
        top: -140px;
    }
}

@media (max-width: 996px) {
    #section-landing-parallax-2 .img-resource-top {
        width: 100%;
        top: -90px;
    }
}

@media (max-width: 420px) {
    #section-landing-parallax-2 .img-resource-top {
        width: 100%;
        top: 0px;
    }
}

#section-landing-parallax-2 .img-resource-bottom {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

@media (max-width: 996px) {
    #section-landing-parallax-2 .img-resource-bottom {
        width: 100%;
    }
}

#section-landing-parallax-2 #img-bg-parallax-2 {
    width: 100%;
    position: absolute;
    top: -100;
    right: 0;
    object-fit: cover;
    height: calc(100% + 150px);
}

@media (max-width: 996px) {
    #section-landing-parallax-2 #img-bg-parallax-2 {
        top: -50px;
    }
}

#section-landing-parallax-3.content {
    position: relative;
    margin-top: -100px;
    padding-bottom: 200px;
}

@media (max-width: 996px) {
    #section-landing-parallax-3.content {
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#section-related-post.landings {
    background-color: #000;
    position: relative;
    min-height: 900px;
}

@media (max-width: 996px) {
    #section-related-post.landings {
        height: 100%;
        padding-bottom: 40px;
        min-height: 1100px;
    }
}

#section-related-post.landings .img-resource-top {
    position: absolute;
    top: -220px;
    z-index: 1;
}

@media (max-width: 1250px) and (min-width: 996px) {
    #section-related-post.landings .img-resource-top {
        top: -180px;
    }
}

@media (max-width: 996px) {
    #section-related-post.landings .img-resource-top {
        top: -150px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #section-related-post.landings .img-resource-top {
        top: -120px;
    }
}

@media (max-width: 578px) {
    #section-related-post.landings .img-resource-top {
        top: -100px;
    }
}

@media (max-width: 420px) {
    #section-related-post.landings .img-resource-top {
        top: -94px;
    }
}

@media (max-width: 1250px) and (min-width: 996px) {
    #section-related-post.landings.landing-video .img-resource-top {
        top: -180px;
    }
}

@media (max-width: 996px) {
    #section-related-post.landings.landing-video .img-resource-top {
        top: -100px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #section-related-post.landings.landing-video .img-resource-top {
        top: -80px;
    }
}

@media (max-width: 578px) {
    #section-related-post.landings.landing-video .img-resource-top {
        top: -50px;
    }
}

@media (max-width: 420px) {
    #section-related-post.landings.landing-video .img-resource-top {
        top: -50px;
    }
}

#section-related-post.landings .title.underline-center {
    top: 50px;
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 8px;
}

@media (max-width: 996px) {
    #section-related-post.landings .title.underline-center {
        font-size: 32px;
        line-height: 41px;
        top: 40px;
        margin-top: 20px;
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    #section-related-post.landings .title.underline-center {
        font-size: 32px;
        line-height: 41px;
        top: 20px;
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media (max-width: 578px) {
    #section-related-post.landings .title.underline-center {
        font-size: 32px;
        line-height: 41px;
        top: 20px;
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media (max-width: 420px) {
    #section-related-post.landings .carousel-related {
        top: 120px;
    }
}

#section-related-post.landings #img-resource-bottom {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

#section-related-post.landings #img-bg-parallax-3 {
    width: 100%;
    position: absolute;
    top: -188px;
    right: 0;
    object-fit: cover;
    min-height: calc(100% + 90px);
}

@media (max-width: 996px) {
    #section-related-post.landings #img-bg-parallax-3 {
        min-height: calc(100% + 90px);
    }
}

.galleries {
    overflow: hidden;
}

.galleries blockquote {
    color: #fff;
    margin: 0px;
}

#intro-video.landings {
    margin-top: 0px;
}

#intro-video.section-gallery-intro {
    position: relative;
    z-index: 4;
}

#intro-video.section-gallery-intro .video-bg-intro img {
    width: 100%;
}

@media (min-width: 996px) {
    #intro-video.section-gallery-intro .video-bg-intro img {
        min-height: 900px;
    }
}

@media (max-width: 996px) {
    #intro-video.section-gallery-intro .video-bg-intro img {
        min-height: 560px;
        min-height: 500px;
    }
}

#intro-video.section-gallery-intro .wrapper_intro-video {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 100px auto 45px;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
    color: #fff;
}

#intro-video.section-gallery-intro .wrapper_intro-video h3 {
    color: #ffce00;
    font-family: GeoEditRegular;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

#intro-video.section-gallery-intro .wrapper_intro-video h2 {
    color: #fff;
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 49px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

#intro-video.section-gallery-intro .wrapper_intro-video p {
    max-width: 460px;
    font-size: 14px;
    line-height: 18px;
}

#section-gallery-parallax-3,
#section-gallery-parallax-2,
#section-gallery-parallax-1 {
    background: #000;
    min-height: 790px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 3;
}

@media (min-width: 996px) {

    #section-gallery-parallax-3,
    #section-gallery-parallax-2,
    #section-gallery-parallax-1 {
        z-index: 1;
        background: transparent;
    }
}

#section-gallery-parallax-3 .img-resource-top,
#section-gallery-parallax-2 .img-resource-top,
#section-gallery-parallax-1 .img-resource-top {
    position: absolute;
    top: -50px;
}

@media (min-width: 996px) {

    #section-gallery-parallax-3 .img-resource-top,
    #section-gallery-parallax-2 .img-resource-top,
    #section-gallery-parallax-1 .img-resource-top {
        display: none;
    }
}

@media (max-width: 578px) {

    #section-gallery-parallax-3,
    #section-gallery-parallax-2,
    #section-gallery-parallax-1 {
        min-height: 300px;
    }
}

#section-gallery-parallax-3 .wrapper-bg-gallery-section,
#section-gallery-parallax-2 .wrapper-bg-gallery-section,
#section-gallery-parallax-1 .wrapper-bg-gallery-section {
    position: relative;
    max-width: 100%;
}

#section-gallery-parallax-3 .wrapper-bg-gallery-section .bg-gallery-section,
#section-gallery-parallax-2 .wrapper-bg-gallery-section .bg-gallery-section,
#section-gallery-parallax-1 .wrapper-bg-gallery-section .bg-gallery-section {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 962px;
}

@media (max-width: 996px) {

    #section-gallery-parallax-3 .wrapper-bg-gallery-section .bg-gallery-section,
    #section-gallery-parallax-2 .wrapper-bg-gallery-section .bg-gallery-section,
    #section-gallery-parallax-1 .wrapper-bg-gallery-section .bg-gallery-section {
        position: relative;
        height: auto;
        width: 200%;
        max-width: 200%;
        margin-top: -200px;
    }
}

#section-gallery-parallax-3 .wrapper_blockquote,
#section-gallery-parallax-2 .wrapper_blockquote,
#section-gallery-parallax-1 .wrapper_blockquote {
    position: relative;
    padding: 50px;
    background: #000;
}

@media (min-width: 996px) {

    #section-gallery-parallax-3 .wrapper_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote {
        background: rgba(0, 0, 0, 0.6);
        max-width: 400px;
        position: absolute;
        right: 20%;
        top: 20%;
    }

    #section-gallery-parallax-3 .wrapper_blockquote blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote blockquote {
        font-size: 22px;
        line-height: 29px;
    }

    #section-gallery-parallax-3 .wrapper_blockquote blockquote p,
    #section-gallery-parallax-2 .wrapper_blockquote blockquote p,
    #section-gallery-parallax-1 .wrapper_blockquote blockquote p {
        font-size: 22px;
        line-height: 29px;
    }
}

@media (min-width: 996px) {

    #section-gallery-parallax-3 .wrapper_blockquote .img-resource-top_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote .img-resource-top_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote .img-resource-top_blockquote {
        display: none;
    }
}

@media (min-width: 578px) and (max-width: 996px) {

    #section-gallery-parallax-3 .wrapper_blockquote .img-resource-top_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote .img-resource-top_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote .img-resource-top_blockquote {
        position: absolute;
        top: -100px;
        left: 0px;
        width: 100%;
    }
}

@media (max-width: 578px) {

    #section-gallery-parallax-3 .wrapper_blockquote .img-resource-top_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote .img-resource-top_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote .img-resource-top_blockquote {
        position: absolute;
        top: -50px;
        left: 0px;
    }
}

@media (min-width: 996px) {

    #section-gallery-parallax-3 .wrapper_blockquote .img-resource-bottom_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote .img-resource-bottom_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote .img-resource-bottom_blockquote {
        display: none;
    }
}

@media (min-width: 578px) and (max-width: 996px) {

    #section-gallery-parallax-3 .wrapper_blockquote .img-resource-bottom_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote .img-resource-bottom_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote .img-resource-bottom_blockquote {
        position: absolute;
        bottom: -150px;
        left: 0px;
        width: 100%;
    }
}

@media (max-width: 578px) {

    #section-gallery-parallax-3 .wrapper_blockquote .img-resource-bottom_blockquote,
    #section-gallery-parallax-2 .wrapper_blockquote .img-resource-bottom_blockquote,
    #section-gallery-parallax-1 .wrapper_blockquote .img-resource-bottom_blockquote {
        left: 0px;
        bottom: -50px;
        position: absolute;
    }
}

@media (min-width: 996px) {
    #section-gallery-parallax-1 {
        z-index: 3;
    }

    #section-gallery-parallax-1 .wrapper-bg-gallery-section .bg-gallery-section {
        top: -150px;
    }
}

@media (min-width: 1600px) {
    #section-gallery-parallax-1 .wrapper-bg-gallery-section .bg-gallery-section {
        top: -170px;
    }
}

@media (max-width: 996px) {
    #section-gallery-parallax-1 .wrapper-bg-gallery-section .bg-gallery-section {
        min-height: inherit;
    }
}

#section-gallery-parallax-3,
#section-gallery-parallax-2 {
    z-index: 2;
}

@media (min-width: 996px) {

    #section-gallery-parallax-3 .wrapper-bg-gallery-section .bg-gallery-section,
    #section-gallery-parallax-2 .wrapper-bg-gallery-section .bg-gallery-section {
        top: -60px;
    }
}

@media (max-width: 996px) {

    #section-gallery-parallax-3 .wrapper-bg-gallery-section .bg-gallery-section,
    #section-gallery-parallax-2 .wrapper-bg-gallery-section .bg-gallery-section {
        position: relative;
        height: auto;
        width: 100%;
        max-width: 200%;
        margin-top: -60px;
        min-height: 300px;
    }
}

#section-gallery-parallax-3 {
    z-index: 1;
    min-height: 1050px;
}

@media (min-width: 996px) {
    #section-gallery-parallax-3 {
        z-index: 3;
        margin-bottom: 250px;
    }

    #section-gallery-parallax-3 .wrapper-bg-gallery-section .bg-gallery-section {
        min-height: 1100px;
    }

    #section-gallery-parallax-3 .img-resource-bottom {
        display: block;
        z-index: 99;
        position: absolute;
        bottom: -190px;
        transform: rotate(180deg);
        width: 100%;
    }
}

@media (max-width: 996px) {
    #section-gallery-parallax-3 {
        min-height: inherit;
    }

    #section-gallery-parallax-3 .img-resource-bottom {
        display: block;
    }

    #section-gallery-parallax-3 .nomobile {
        display: none;
    }
}

@media (min-width: 996px) {
    #section-gallery-parallax-3 .wrapper-bg-gallery-section .bg-gallery-section {
        top: -170px;
    }
}

@media (min-width: 996px) {
    #section-gallery-parallax-2 {
        z-index: 4;
    }

    #section-gallery-parallax-2 .bg-gallery-section.mobile {
        display: none;
    }

    #section-gallery-parallax-2 .bg-gallery-section.desktop {
        display: block;
        top: -150px;
    }

    #section-gallery-parallax-2 .wrapper_blockquote {
        left: 20%;
        right: inherit;
    }
}

@media (max-width: 996px) {
    #section-gallery-parallax-2 .bg-gallery-section.mobile {
        display: block;
    }

    #section-gallery-parallax-2 .bg-gallery-section.desktop {
        display: none;
    }
}

@media (min-width: 996px) {
    #section-related-post.landings.landing-video {
        z-index: 5;
    }

    #section-related-post.landings.landing-video .img-resource-top {
        width: 100%;
    }
}

footer.landing {
    position: relative;
    margin-top: -50px;
}

#okavango-map .wrapper_okavango-map #bg-map-okavango {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ig-feeds {
    background-color: #000;
    padding: 120px 0 100px;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    z-index: 99;
}

.ig-feeds:before {
    content: ' ';
    width: 100%;
    padding-top: 55%;
    position: absolute;
    top: -85px;
    left: 0;
    background-image: url("../images/bg-instafeed-okavango.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

}

.ig-feeds .ig-feeds-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ig-feeds .ig-feeds-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ig-feeds .ig-feeds-grid .item {
    width: calc(33.333% - 40px);
    display: block;
    /* padding-top: 30%; */
    margin: 0 20px 40px;
    position: relative;
    overflow: hidden;
}

.ig-feeds .ig-feeds-grid .item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.ig-feeds .ig-feeds-grid .item img {
    width: 100%;
    height: 24vw;
    max-height: 389px;
    object-fit: cover;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.ig-feeds .ig-feeds-grid .item video {
    /* position: absolute; */
    width: 100%;
    height: 24vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ig-feeds .ig-feeds-grid .item.video:after {
    content: ' ';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/play-ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ig-feeds .ig-feeds-grid .item div {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 20px 0px 10px;
    bottom: 0;
    left: 0;
    /* height: 44px; */
    overflow: hidden;
}

.ig-feeds .ig-feeds-grid .item div span {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.ig-feeds-load-more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.ig-feeds-load-more .btn-ig-feeds-load-more {
    display: inline-block;
    font-size: 23px;
    padding: 22px 77px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: 100;
}

.ig-feeds-load-more .btn-ig-feeds-load-more:hover {
    color: #ffce00;
    border: 1px solid #ffce00;
}



.ig-feeds .ig-feeds-title {
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 8px;
    position: relative;
    color: #fff;
}

.ig-feeds .ig-feeds-title.bold {
    font-weight: 600;
}

.underline-center.c-underline-center-1:before {
    bottom: -40px;
}

@media (max-width: 996px) {
    .ig-feeds .ig-feeds-title {
        font-size: 32px;
        line-height: 41px;
    }
}

@media (max-width: 800px) {
    .ig-feeds .ig-feeds-grid {
        padding: 0 10px;
    }

    .ig-feeds .ig-feeds-grid .item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }

    .ig-feeds {
        padding: 50px 0 100px;
    }

    .ig-feeds:before {
        padding-top: 80%;
    }

    .ig-feeds .ig-feeds-grid .item img {
        height: 35vw;
    }
}

@media (max-width: 578px) {
    .ig-feeds .ig-feeds-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 80px;
    }

    .ig-feeds:before {
        padding-top: 70vh;
    }
}

@media (max-width: 480px) {
    .ig-feeds .ig-feeds-grid {
        padding: 0 20px;
    }

    .ig-feeds .ig-feeds-grid .item {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .ig-feeds .ig-feeds-grid .item img {
        height: 71vw;
    }

    .ig-feeds-load-more .btn-ig-feeds-load-more {
        font-size: 18px;
        padding: 16px 30px;
    }
}

/*simple-grid-okavango*/
#the-okavango .wrapper_the-okavango {
    max-width: 1300;
}

.simple-grid-okavango {
    margin-top: 240px;
}

.inner-simple-grid-okavango {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.simple-grid-okavango .item-grid-okavango {
    width: calc(33.333% - 30px);
    margin: 0 15px 50px;
    color: #000
}

.simple-grid-okavango .item-grid-okavango.hide {
    display: none;
}

.simple-grid-okavango .item-grid-okavango .wrapp-image {
    padding-top: 63%;
    position: relative;
    overflow: hidden;
}

.simple-grid-okavango .item-grid-okavango .wrapp-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-grid-okavango .item-grid-okavango .type-item {
    padding: 16px 0;
}

.simple-grid-okavango .item-grid-okavango .type-item span {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.simple-grid-okavango .item-grid-okavango .type-item span:before,
.simple-grid-okavango .item-grid-okavango .type-item span:after {
    content: '|';
    position: absolute;
    color: #fff;
}

.simple-grid-okavango .item-grid-okavango .type-item span:before {
    left: 0;
}

.simple-grid-okavango .item-grid-okavango .type-item span:after {
    right: 0;
}

.simple-grid-okavango .item-grid-okavango .title-item {
    color: #fff;
    margin-bottom: 18px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.simple-grid-okavango .item-grid-okavango .text-item {
    color: #fff
}

.simple-grid-okavango .item-grid-okavango .text-item p {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.load-more-posts {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.load-more-posts span {
    display: inline-block;
    font-size: 23px;
    padding: 22px 77px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: 100;
}

.load-more-posts span:hover {
    color: #ffce00;
    border: 1px solid #ffce00;
}

#the-okavango {
    position: relative;
}

#the-okavango:before {
    content: ' ';
    width: 100%;
    height: 1000px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}




@media (max-width: 996px) {
    .simple-grid-okavango {
        margin-top: 0px;
    }

    #the-okavango {
        padding-bottom: 90px;
    }

    #the-okavango .wrapper_the-okavango {
        padding: 50px 20px 20px;
    }

    #the-okavango .wrapper-title-section {
        transform: initial !important;
        margin-bottom: 50px;

    }

    #panter {
        display: none;
    }
}

@media (max-width: 800px) {
    .simple-grid-okavango .item-grid-okavango {
        width: calc(50% - 30px);
        margin: 0 15px 50px;
    }

    .simple-grid-okavango .item-grid-okavango .title-item {
        font-size: 19px;
    }

}

@media (max-width: 480px) {
    .simple-grid-okavango .item-grid-okavango {
        width: 100%;
        margin: 0 15px 50px;
    }

    .load-more-posts span {
        font-size: 18px;
        padding: 16px 30px;
    }
}


.partners {
    background-color: #000;
    padding: 120px 0 100px;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    z-index: 99;
}

.partners .partners-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.partners .partners-title {
    font-family: GeoEditRegular;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 8px;
    position: relative;
    color: #fff;
}

.partners .partners-title:before {
    bottom: -38px;
}

.partners .partner_subtitle {
    font-family: GeoEditRegular;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 30px;

}

.partners .simple-grid-okavango {
    margin-block-start: 60px;
}


/*simple-grid-okavango*/