@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Lobster&family=Signika:wght@500&display=swap');
html::-webkit-scrollbar{
    width: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* -moz-user-select: none !important;

-webkit-touch-callout: none !important;

-webkit-user-select: none !important;

-khtml-user-select: none !important;

-moz-user-select: none !important;

-ms-user-select: none !important;

user-select: none !important; */
}
body{
    background-image:url("img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.main{
    display: block;
}
/*.item{
    background-color: rgba(134, 53, 53, 0.8);

}*/


.background{
    height: 15vh;
    display: block;
    position: relative;
    object-fit: fill;
}
.info_logo{
    display: flex;
    justify-content: center;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
.info_img{
    width: 200px;
    height: 130px;
    object-fit: contain;
    padding: 10px 0 0 15px;
}*/
._img{
    object-fit: contain;
    height: 5vh;
    margin: 0.5vh 0 0 .5vw;
}
.img3 {
    object-fit: contain;
    height: 8vh;
    width: 10vw;
}
/*
.imgd{
    object-fit: contain;
    width: 255px;
    height: 100%;
    padding: 0px 10px 0px 10px;
}*/

/*
#info_title{
    display: block;
    padding: 10px 0 0 0px;

.info_hh1{
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-family: 'Time new roman';
    font-style: italic;
}}*/
.info_p{
    padding: 1vh 1vw;
    font-size: 2.4vh;
    color: #247725;
    font-family: 'Signika', sans-serif;
    text-indent: 5vh;
    margin: 0;
    text-align: justify;
}
#title{
    display: flex;
    justify-content: center;
    text-align: center;
    top: 0;
}

#title img{
    object-fit: contain !important;
    height: 8vh;
    padding-top: 1vh;
}

                
.hh1{
    font-size: 5vh;
    font-weight: bold;
    color: rgb(20, 14, 14);
    font-family: 'Dancing Script', sans-serif;
}

#info{
    background-image: url("img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 25vw;
    height: 81vh;
    right: 0;
    top: 15vh;
    overflow: auto;
}
#info::-webkit-scrollbar{
    width: .4vw;
    background-color: rgb(255, 255, 255);
  }
  
  #info::-webkit-scrollbar-track{
    background-color: transparent;
  }
  #info::-webkit-scrollbar-thumb{
    background-image: linear-gradient(-45deg, #f5fa1c,#247725);
    border-radius: 50px;
  }
.nut{
    right: .1vw;
    position: absolute;
    z-index: 600;
    top: 10vh;
}


#nut{
    background-color: white;
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
#nut span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
    
#nut span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -1vw;
    transition: 0.5s;
}
    
#nut:hover span {
    padding-right: 2vw;
}
    
#nut:hover span:after {
    opacity: 1;
    right: 0;
}

#nut span img{
    background-color: rgba(117, 117, 117, 0.329);
    padding: 2px;
    border-radius: 3px;
    object-fit: contain;
    width: 3vh;
}



#info {
    position: absolute;
    transition: transform 1s ease;
    transform: translateX(100%);
}

#info.active {
    transform: translateX(0);
}




#map {
    position: relative;
    right: 0;
    left: 0;
    width: 70vw;
    height: 81vh;
    left: 15vw;
}



/*
#directions {
    position: absolute;
    z-index: 1000;
    width: 30%;
    max-height: 50%;
    right: 20px;
    top: 20px;
    overflow-y: auto;
    background: white;
    font-family: Arial, Helvetica, Verdana;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px;
}*/

.custom-icon {
    width: auto;
    height: auto;
    text-align: center;
    white-space: nowrap;
}



.text-island{
    display: flex;
    justify-content: center;
    font-size: .9vh;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.line{
    height: .2vh;
    background-color: black;
}
.footpage{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.8vh;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5) ),url("img/back.png");
}
#ft{
    font-size: 1vh;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    bottom: 0;
    padding-top: 1.4vh;
}
#ft a:hover{
    text-decoration: none;
    color: black;
}

.my-div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.icon-image {
    height: 1.8vh;
    object-fit: contain;
    text-align: center;
}
.icon-image0 {
    height: 2.1vh;
    object-fit: contain;
    text-align: center;
}
.icon-text {
    font-size: 1.1vh;
    margin: 0 !important; /* Reset margin to ensure proper alignment */
    color: rgb(255, 9, 9);
    text-align: center;
    width: 100%;
    height: 1.3vh;
    background-color: white;
    font-family: 'Signika', sans-serif;
    border-radius: 5px;
    padding-bottom: 1.5vh;
}

.animated-marker-icon {
    background-color: red;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.box{
    display: block;
    position: absolute;
    top: 16vh;
    left: 2.5vw;
    padding: 0;
}
.container{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
    height: 5vh;
    margin: 2.5vh 0px
}
.container input{
    display: none;
}
.checkmark {
    display: block;
    width: 10vw;
    height: 6vh;
    border: .2vh #91c68f;
    border-radius: 10px;
    border-style: solid;
    font-size: 1.9vh;
    font-family: 'Signika', sans-serif;
    color: #247725;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.checkmark1 {
    display: block;
    width: 10vw;
    height: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.checkmark:hover {
    background-image: url("img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #247725;
}
.container input:checked ~ .checkmark {
    background-image: url("img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #247725;
    font-weight: bold;
    border-color: #247725;
}

.d1 {
    font-size: 2vh;    
}

.detail{
    display: none;
    position: absolute;
    width: 16vw;
    top: .5vh;
    left: 16vw;
    z-index: 401;
    font-size: .8vw;
    font-family: 'Time new roman';
    font-weight: 999;
    font-style: italic;
    color: #247725;
    background-image: linear-gradient(rgba(255, 255, 255, 0.522),rgba(255, 255, 255, 0.522) ),url("img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    border-style: solid;
    border-width: .3vh;
    border-color: #247725;
}

.container input:checked ~ .detail{
    display: inline;
}


legend{
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
}


.long {
    position: absolute;
    display: flex;
    z-index: -1 ;
}

.long1 img{
    object-fit: contain;
    position: fixed;
}
.l1 img{
    width: 32%;
    right: -13vw;
    top: -10vh;
    transform: rotate(-10deg);
}
.l2 img{
    width: 30%;
    left: -10vw;
    bottom: -21vh;
    transform: rotate(5deg);
}
.l3 img{
    width: 16%;
    left: -5vw;
    top: -3vh;
    transform: rotate(-20deg);
}
.l4 img{
    width: 27%;
    right: -14.5vw;
    bottom: 5vh;
    transform: rotate(-100deg);
}
.l5 img{
    width: 4%;
    left: 22.5vw;
    top: 4vh;
}
.l6 img{
    width: 5%;
    right: 6vw;;
    top: 57vh;
}

@media screen and (max-width: 1000px) {
    .hh1{
        font-size: 90%;
    }

    #info{
        width: 80vw ;
        height: 82vh;
    }
    .info_hh1{
        font-size: 80%;
        padding: .5vh 0;
    }
    #map {
        position: relative;
        right: 0;
        left: 0;
        width: 80vw;
        height: 82vh;
        left: 20vw;
    }
    .box{
        display: block;
        position: absolute;
        top: 16vh;
        left: 2vw;
        padding: 0;
    }
    .checkmark {
        width: 16vw;
        height: 3.8vh;
        font-size: 0.8vh;
        padding-top: .4vh;
    }
    .checkmark1 {
        display: block;
        width: 16vw;
        height: 4vh;
        font-size: 1.3vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .d1 {
        font-size: 1.3vh;    
    }
    .detail{
        top: 1vh;
        left: 30vw;
        font-size: 1.5vh;
        width: 58vw;
    }
    #info2 {
        width: 40vw;
    }
    #info2 h4 {
        font-size: 150%;
    }
    .info_img{
        width: 30vw;
        padding: 0 1vw;
    }
    #p3{
        font-size: 1vw;
    }

    

.info_p{
    padding: 1vh 5vw;
    font-size: 2vh;
}

#info::-webkit-scrollbar{
    width: 1vw;
  }
  .footpage{
    display: block;
    justify-content: center;
    align-items: center;
    height: 3vh;
    bottom: 0;
    padding-top: .1vh;
}
#ft{
    font-size: 40%;
    margin: 0;
    padding-top: .1vh;
}
body{
    height: 100vh;
    width: 100vw;
}
.leaflet-control-scale-line {
    width: 20vw !important;
    }
.icon-text {
    font-size: 1vh;
    height: 1vh;
    padding-bottom: 1.5vh;
}
#info {
    display: none;
}
}