@charset "UTF-8";

body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.contentsection {
    padding: 80px 0;
}

.contentsection h2 {
    color: #cc3333;
}

.contentsection h3 {
    color: #999999;
}

/* 
.dflex div {
    width: 100%;
} */

.weatherbox {
    width: 100%;
}


.m30 {
    margin: 30px 0 !important;
}

.weatherbox h3 {
    font-family: var(--thaifont);
    color: #663300;
    font-size: 1.4em !important;
    font-weight: 600 !important;
    margin: 40px 0 !important;
    padding: 0;
}

.liststyle {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.liststyle li {
    display: flex;
    font-family: var(--thaifont) !important;
    font-size: 1.4em !important;
    flex-direction: row;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    gap: 20px;
}

.liststyle li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.graytext {
    font-family: var(--thaifont) !important;
    font-size: 1.4wm;
    font-weight: 600 !important;
    color: #333 !important;
}

.greentext {
    font-family: var(--engfont) !important;
    letter-spacing: .5px;
    color: #009933 !important;
}

.bgballoon {
    width: 100%;
    background: url('../img/di/bg_balloon.webp') no-repeat top center;
    background-size: 100% auto;
    padding: 100px 0;
    position: relative;
}

.balloonimg {
    position: absolute;
    top: 0;
    right: 10%;
    width: 500;
    animation: float-on-sky 3s infinite ease-in-out;

}

@keyframes float-on-sky {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.balloonimg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bgoverlay {

    background-color: rgba(0, 0, 0, .7);
    width: 90%;
    max-width: 700px;
    padding: 50px;
    min-height: 400px;
    margin: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    backdrop-filter: blur(10px);

}

.bgoverlay p {
    color: #fff !important;
}

/**/

.adventurebox {
    width: 100%;
    height: 100%;
    background: url('../img/di/bg_advanger.webp') no-repeat 0 0;
    background-size: auto 120%;
    position: relative;
}

.sitename {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-family: var(--engfont);
    font-weight: 600;
    font-size: 2em !important;
    color: #FFF !important;
    letter-spacing: 1px;
    padding: 30px;
    line-height: 1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.paperbox {
    margin-left: 50%;
    width: 50%;
    height: 100%;
    background: url('../img/di/bg_paper.webp') repeat-y 0 0;
    background-size: 100% auto;
    z-index: 9;
    padding: 80px 50px 50px 100px
}

.paperbox h3 {
    font-family: var(--thaifont);
    font-weight: 600;
    font-size: 1.6em;
    color: #663300;
}

.paperbox h4 {
    font-family: var(--engfont);
    font-weight: 600;
    font-size: 2.5em !important;
    color: #009933;
    letter-spacing: .5px;
}

.paperbox p {
    margin-top: 30px;
    font-family: var(--thaifont);
    font-size: 1.4em;
    color: #333;
}

.mapslider {
    width: 100%;
}

.swiper-slide-active {
    border: none !important
}

.wtext {
    color: #fff !important;
}

.gtext {
    color: #009933 !important;
}

.redtext {
    color: #cc3333 !important;
}


.rowbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;

}

.rowboxreverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;
    position: relative;
}



.imf-fullhigh {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.capetownbox {
    /* Capetown */
    background: url('../img/di/011.webp') #009933 no-repeat top right;
    background-size: 50% 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;

}

.p50 {
    padding: 50px !important;
}

/**/
.mountentsection {
    background: url('../img/di/bg_mounten.webp') no-repeat top center;
    background-size: cover;
    position: relative;
    min-height: 80vh
}

.markerContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.markershaper {
    width: 300px;
    height: 500px;
    -webkit-mask-image: url('../img/di/markshaper.svg');
    -webkit-mask-size: 100% 100%;
    mask-image: url('../img/di/markshaper.svg');
    mask-size: 100% 100%;
    mask-mode: alpha;
    overflow: hidden;
    position: relative;
}

.markerContainer .bgoverlay {
    margin-right: 80px !important;
}

.markershaper span {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-family: var(--engfont);
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-shadow: 0 0 19px rgba(0, 0, 0, .8);
}

.markershaper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgGreen {
    background-color: #009933 !important;
    margin: 40px 0;
    padding: 30px;
    width: 100%;
    position: relative;

}

.contentsection h3 {
    font-family: var(--thaifont) !important;

}

.bgGreen h2 {
    font-family: var(--thaifont);
    font-weight: 600;
    font-size: 2em;
    color: #fff;
}

.bgGreen h3 {
    font-family: var(--engfont) !important;
    font-size: 2.5em;
    color: #fff;
}

.bgGreen p {
    font-family: var(--thaifont);
    font-size: 1.4em;
    color: #fff;
}

.bgGreen .rowbox,
.rowboxreverse {
    gap: 0
}

.pv30 {
    padding: 0 30px !important;
}

.imgfithight {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
}

.imgfithight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p30 {
    padding: 30px !important;
}

.imgGroup {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 20px;
}

.imgbox {
    width: calc((100% / 5) - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

@media (max-width: 1200px) {
    .imgbox {
        width: calc((100% / 4) - 20px);
    }
}

@media (max-width: 992px) {
    .markerContainer {
        flex-direction: column;
        align-items: center;
    }

    .textontop {
        padding: 0 30px;
    }

    .goodhopesection {
        background-position: 50% 100% !important;
        background-size: 100% 100%;
        padding: 0;
    }
}

.imgbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}

.imgbox span {
    font-family: var(--engfont);
    font-size: 1.8em !important;
    line-height: 1.1em;
    color: #99ff00;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.icon {
    position: absolute;
    width: 30px;
    height: auto;
}

/**/
.bigfive {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;

}

.bigfive li {
    width: calc((100% / 4) - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bigfive li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    border-radius: 0;

}

/**/
.haftbox {
    background-color: #009933;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    height: 200px;
    margin: 50px auto 0 auto;


}

.haftbox a {
    display: block;
    width: 100%;
    height: 100%;
}

.haftbox .caption {
    /* title */
    width: calc(50% - 10px);
    height: 100%;
    padding: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    left: 50%;
    top: 0;
    font-family: var(--thaifont);
    font-size: 1.4em !important;
    line-height: 1.2em;
    color: #fff;
}

.caption span {
    display: block;
    font-family: var(--engfont);
    font-size: 1.2em !important;
    line-height: 1.2em;
    color: #99ff00;
    letter-spacing: .5px;
}

.haftbox .mapimg {
    /* map */
    width: calc(50% - 10px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    overflow: hidden;

}

small {
    font-size: 1.2em !important;
    font-family: var(--thaifont);
    color: #333;
    display: block;
    margin: 10px auto;
    display: block;
    text-align: center;
}

.haftbox .mapimg img {
    /* map */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.haftbox .mapimg :hover img {
    /* map */
    transform: scale(1.2);
    filter: brightness(0.8);

}

/**/
.mapslider {
    width: 100%;
    position: relative;

}

.mapslider .navigation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;

}

.mapslider .navigation .prev {
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.mapslider .navigation .next {
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}

/**/

.flagicon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-family: var(--engfont);
    font-size: 1.2em !important;
    color: #fff;
    margin-top: 20px;
}

.flagicon img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}


/**/
.dt-container {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.dt-g-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.nopad {
    padding: 0 !important;
}

@media (max-width: 992px) {

    body {
        font-size: 16px;
    }

    .bigfive {
        gap: 10px;
    }

    .bigfive li {
        width: calc(50% - 10px) !important;
    }

    .textontop {
        width: 100% !important;
    }

    .goodhopesection .dflexbox {
        flex-direction: row;
    }

    .bgballoon {
        padding: 50px 0;
    }

    .imgGroup {
        margin: 0 auto;
        justify-content: center;
    }

    .paperbox {
        width: 100%;
        padding: 30px;
        margin: 0;
        display: block;
        position: relative;
        background: none rgba(255, 255, 255, .5);
        backdrop-filter: blur(20px);
    }


    .bgoverlay {
        padding: 30px;
        width: 100% !important;
        max-width: 100%;
        margin: 20px auto;
    }

    .bgballoon {
        width: 100%;
        background: url('../img/di/bg_balloon.webp') no-repeat bottom center;
        background-size: auto 100%;
        padding: 100px 0;
        position: relative;
    }

    /* .sitename {
        position: absolute;
        left: -50px;
        bottom: 80px;
        transform: rotate(-90deg);
        letter-spacing: 1px;
        white-space: nowrap;
    } */

    .dt-container {
        width: 720px;
    }
}

@media (max-width: 768px) {

    .weatherbox h3 {
        padding: 0 !important;
        margin: 30px 0 !important;
    }

    .imgbox {
        width: calc((100% /2) - 20px);
    }

    .dt-container {
        width: 560px;
    }

    .sitename {
        font-size: 1.5em !important;
    }

    .knowlisted li img {
        width: 80% !important
    }

    .goodhopesection .dflexbox {
        flex-direction: column !important;
    }

    .dflex {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .dt-container {
        width: 95%;
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container span {
    /* Cradit */
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;

    z-index: 3;
    font-size: 1em !important;
    font-family: var(--thaifont);
    color: #fff;
}

.wildlifevideosmall {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}



.dt-grid {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-auto-columns: 1fr;
    grid-auto-rows: 310px;
    grid-template-areas: "h h h h";
    grid-auto-flow: dense;
}

@media (max-width: 1280px) {
    .dt-grid {
        grid-auto-rows: 230px;
    }

    .textontop {
        width: 100%;
    }

}

@media (max-width: 992px) {
    .dt-grid {
        grid-auto-rows: 168px;
    }
}

@media (max-width: 768px) {
    .dt-grid {
        grid-auto-rows: 128px;
    }


}

@media (max-width: 576px) {



    .dt-grid {
        display: block;
    }

    .dt-grid .dt-g-box {
        margin-bottom: 15px;
        min-height: 120px;
    }
}

.dt-grid .dt-g-box.size-1of4 {
    grid-column-start: span 1;
}

.dt-grid .dt-g-box.size-1of2 {
    grid-column-start: span 2;
}

.dt-grid .dt-g-box.size-1of1 {
    grid-column-start: span 4;
}

.dt-grid .dt-g-box.up-2 {
    grid-row-start: span 2;
}

@media (max-width: 992px) {
    .dt-grid .md-half {
        grid-column-start: span 2 !important;
    }

    .dt-grid .md-full {
        grid-column-start: span 4 !important;
    }
}

@media (max-width: 768px) {
    .dt-grid .sm-quarter {
        grid-column-start: span 1 !important;
    }

    .dt-grid .sm-half {
        grid-column-start: span 2 !important;
    }

    .dt-grid .sm-full {
        grid-column-start: span 4 !important;
    }
}

@media (max-width: 576px) {
    .dt-grid .xs-falf {
        grid-column-start: span 2 !important;
    }

    .dt-grid .xs-full {
        grid-column-start: span 4 !important;
    }
}

.gbox-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.gbox-flex>div {
    border: 1px solid white;
    color: #fff;
    flex: 1 0 100%;
}

.avatar {
    height: auto !important;
}

.avatarbox {
    width: 100%;
    margin-top: 30px;

}

.nalson {
    .avatartext {
        align-items: flex-end;
    }
}

.avatartext {
    align-items: flex-start;
}

.avatartext h3 {
    font-family: var(--engfont) !important;
    font-size: 1.4em !important;
    color: #333 !important;
    letter-spacing: 0 !important;
}

.avatarbox.active .avatar {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.avatartext h4 {
    font-family: var(--thaifont) !important;
    font-size: 1em !important;
    color: #333 !important;
    letter-spacing: 0 !important;
    margin: 0;
}

.goodhopesection {
    background: url(../img/di/bg_goodhope.webp) no-repeat bottom center;
    position: relative;
    z-index: 1;
    height: auto;
    overflow: hidden;
    padding: 150px 0 0 0;
}

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

.gradientoverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(10, 5, 0, 1) 93%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(10, 5, 0, 1) 93%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(10, 5, 0, 1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#0A0500", GradientType=0);
    z-index: 1;
}

.textontop {
    position: relative;
    padding: 30px;
    width: 60%;
    color: #fff;
    z-index: 2;
}

.textontop h1,
.textontop h2,
.textontop h3,
.textontop h4,
.textontop p {
    font-family: var(--thaifont);
    color: #fff;
}

.enfont {
    font-family: var(--engfont) !important;
}

.goodhopesection .avatartext h3,
.goodhopesection .avatartext h4 {
    color: #FFF !important;
}

.didyouknowsection {
    background-color: #000000;
}

.titlebox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    margin-bottom: 30px;
    background: url('../img/di/vectorart.webp') repeat-x top left;
}

.titlebox h2 {
    color: #FFF;
    margin: 0;
    font-family: var(--thaifont) !important;
}

.titlebox h3 {
    color: #FFF;
    margin: 0;
    font-family: var(--engfont) !important;
    font-size: 2em !important;
}

.knowlisted {

    margin: 0 auto;
    padding: 80px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

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

.knowlisted li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
    width: 100%;
    justify-content: center;
}

.knowlisted li div {
    width: calc(50% - 30px);
}

.knowlisted li img {
    width: 50%
}

.knowtext {
    font-family: var(--thaifont) !important;
    font-size: 1.4em !important;
    line-height: 1.4em;
    color: #fff !important;
    border-left: 3px solid #cc9966;
    padding-left: 30px;
}

.knowtext strong {
    display: block;
    font-size: 1em !important;
    font-weight: 600 !important;
    color: #cc9966;
}

p {
    font-size: 1.4em !important;
    font-family: var(--thaifont) !important;
}

.enfont {
    font-family: var(--engfont) !important;
    letter-spacing: 2px;
}

.thfont {
    font-family: var(--thaifont) !important;
}

.textbold {
    font-weight: bold !important;
    font-size: 2em !important;


}

#africa .textbold {
    font-size: 1.5em !important;
    font-weight: 600 !important;
    color: #fff !important;
}