@font-face {
    font-family: 'HongKong';
    src: url('HongKong-Thin.otf'), /* Modern Browsers */
  }
  @font-face {
    font-family: 'HongKongM';
    src: url('HongKong-Medium.otf'), /* Modern Browsers */
  }

  @font-face {
    font-family: 'HongKongR';
    src: url('HongKong-Regular.otf'), /* Modern Browsers */
  }
  
  #map{
    height: 100%;
    width: 100%;
    height: 650px;
  }
  
.f1{
    flex: 1;
}
.f3{
    flex: 20;
}

.center{
    justify-content: center;
    align-items: center;
}


.share-tour{
    width: 220px;
    background-color: teal;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    left: 50px;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'HongKong', sans-serif !important;
    background-color: #54483A;
}

.main-img > img{
    width: 550px;
    height: 200px;
    margin-bottom: 30px;
}




.pn-div{
    flex-direction: row;
    display: flex;
    width: 50%;
    margin: auto;
}

.pn-title{
    color: white;
    font-size: 25px;
    margin: 10px;
}



.pn{
    width: 100%;
}


.c02{
    background-color: #775148    ;

}


.c01{
    background-color: #654874    ;

}

.c0{
    background-image: url('../img/coco.jpeg');
    background-size: cover;
}

.c0-div{
    height: 100%;
    background-color: #152D1BA6;
    padding: 50px;
    color: white;
    display: flex;
    flex-direction: column;
}

.c0-div > div{
    width: 60%;
    margin: auto;
}

.ccg-title{
    font-family: 'HongKongM', sans-serif !important;
}
.join-us{
    margin-top: 40px !important;
    font-family: 'HongKongR', sans-serif !important;
    border-bottom: 1px solid white;
    width: 80px;
    font-size: 20px !important;
}

.welcome-div{
    display: flex;
    flex-direction: column;
}

.welcome-div > p{
    margin: 0px ;
    font-size: 30px;
}

.welcome-footer{
    font-size: 20px;
}
.c1{
    background-color: #586D2B;

}
.c2{
    background-color: #486680
}

.c3{
    background-color: #784949
}
.c4{
    background-color: #736946;
}
.c5{
    background-color: #69ADBC
}
.c6{
    background-color: #9A86B3
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus{
    width: 15px;
    height: 15px;
    margin-top: 15px;
    margin-right: 15px;
}




.more-btn{
    margin-top: 30px;
    background-color: black;
    height: 30px;
    width: 60px;
    font-size: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


.arrow-left{
    rotate: 180deg;

}

.row{
    display: flex;
    flex-direction: row;
}
.col{
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.grey{
    height: 200px;
    background-color: lightgray;
    width: 200px;
}

.header{
    color: white;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 30px;
}

.text{
    color: white;
    font-size: 12px;
    margin: 5px;
    line-height: 25px;
}
.goa{
    max-width: 400px;
}

.ff-desc{
    margin-top: 10px;
}

.m0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.txt-grey{
    color: whitesmoke !important;
}

.search-div > div{
    display: flex;
    background-color: black;
    color: white;
    width: 100px;
    font-size: 12px;
}

.search-div{
    height: 35px;
    margin-top: 30px !important;
}
.search-div > input{
    width: 200px;
}

.cat-header{
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    color: white;
    max-width: 300px;
}

.cat-header > img{
    width: 10px;
    height: 10px;
    margin-top: 20px;
    margin-right: 20px;
}
.cat-header > .min{
    width: 10px;
    height: 2px;
    margin-top: 25px;
    margin-right: 20px;
}

.center-align{
    align-items: center ;
}

select{
    max-width: 300px;
}
.bold{
    font-weight: bold;
}
.input-text{
    background-color: transparent !important;
    outline: none !important;
    border: none;
    font-family: 'HongKong' !important;
    border-bottom: 1px solid #784949;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 10px;
    color: #784949;
    width: 100%;
}

.sub-btn{
    background-color: black;
    color: white;
    text-align: center;
    width: 125px;
    height: 50px;
}

.input-text::placeholder{
    color: #784949;
    font-size: 16px;
}
.cat-content > p{
    color: white;
    margin: 0px;
    margin-bottom: 5px;
}

.selected{
    font-weight: bold;
}

.img-div{
    position: relative;
}
.point{
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: red;
}
.p1{
    top: 140px;
    right: 200px;
}

.p2{
    top: 140px;
    right: 250px;
}
.p3{
    top: 140px;
    right: 370px;
}
.p4{
    top: 240px;
    right: 300px;
}
.p5{
    top: 340px;
    right: 200px;
}

.point-content{
    position: relative;
    top:-70px;
    background-color: whitesmoke;
    width: 140px;
    padding: 10px;
}

.selected-point{
    background-color: black;
}

.point-title{
    font-size: 10px;
    color: red;
    margin: 0px;

}
.point-region{
    font-size: 10px;
    margin: 0px;

}
.point-website{
    font-size: 10px;
    color: dodgerblue;
    margin: 0px;
}


.clickable:hover{
    cursor: pointer  !important;
}

.menu-m{
    display: none !important;
}

.wha-img{
    width: 100%;

}
.wha-title{
    font-size: 13px;
    margin: 0px;
    color: black !important;

}

.wha-sub{
    font-size: 10px;
    margin: 0px;
    margin-bottom: 10px;

}

.wha-desc{
    font-size: 12px;
    margin: 0px;
    color: black !important;
    text-align: justify;
}

.wha-col{
    background-color: whitesmoke !important; 
        display: flex;
        flex-direction: column;
        margin: 5px;
}

.wha-col > div{
    padding-left: 10px;
    padding-top:  30px;
    padding-bottom:  30px;
    padding-right:  5px;
}

.toc-img{
    width: 50px;
}
.col > p{
    color: white;
}

.minus{
    height: 3px;
    margin-right: 15px;
    position: relative;
    top: 22px;
}

.ff-img{
    max-width: 300px;
    border: 4px solid white;
}

.row-tab{
    display: flex;
    flex-direction: row;
    flex : 1;
}

.row-tab > p {
    flex : 1;

}

.col-dir{
    flex-direction: column !important;
}

.res-desc{
    margin-top: 20px;
    max-width: 450px;
}


.res-div {
    margin-bottom: 20px;
}

.res-date{
    color: rgba(245, 245, 245, 0.966) !important;
}

.res-title{
    margin-top: 30px !important;
    font-weight: bold;

}



.row-tab{
    margin-bottom: 20px;
}

.res-page{
    display: flex;
    flex-direction: row;

}

.res-page > p {
    margin-right: 10px;
}


.di-prev{
    font-size: 12px;
}
.di-title{
    font-weight: bold;
    margin: 0px;
    margin-top: 10px;
}

.di-img{
    max-height: 400px;
}

.di-row{
    color: white;
    flex-direction: column;
}


.mb30{
    margin-bottom: 30px;
}

.red{
    color: red !important;
    margin-bottom: 7px;
}

.filter{
    color: white;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.title-up{
    color: white !important;
    margin-left: 4px;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.wha-main-title{
    color: white !important;
    margin-left: 4px;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@media screen and (max-width: 660px) {
.res-div{
    padding: 0px 20px !important;
  }

  .content{
    flex-direction: column;
  }
  

  .cat-content{
    padding: 10px 50px !important;
  }
  .footer{
    flex-direction: column;
  }
}

.form-div > input {
    padding: 10px;
}