header{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 3;
}
.Menu{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    border-bottom: 3px solid #fff;
    position: relative;
    clear: both;

}
.left {
    display: block;
    width: 300px;
    padding-left: 3%;
    padding-top: 17px;
}
.left div{
    vertical-align: bottom;
}
.right {
    width: 200px;
    position: absolute;
    right: 4%;
    top: 33%;
}
.Menu .humber {
    display: inline-block;
    width: 15%;
    height: 40px;
    cursor: pointer;
}
.humber img{
    width: 100%;
}

.Menu .logo {
    display: inline-block;
    width: 71%;
    height: 40px;
    margin-left: 6%;
    /* padding-top: 0.3%; */
}
.logo img{
    width: 100%;
}
ul.iconarea{
    display: inline-block;
    width: 100%;
}
.icon{
    display: inline-block;
    width: 20%;
    min-width: 30px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

.icon img{
    width: 100%;
}
.booking img{
    width: 40px;
}
.locate img{
    width: 14px;
}
.phone img{
    width: 20px;
}
.facebook img{
    width: 13px;
}
.navbar {
    display: none;
    position: fixed;
    top: 70px;
    left: 3%;
    width: 125px;
    min-width: 70px;
    padding: 0% 20px;
    background-color: rgba(0,0,0,0.5);
    transition: all .5s ease-in-out;
}
.navbar.active {
    display: block;
    transition: all .5s ease-in-out;
}
.navbar .nav{
    width: 100%;
    margin: 0 auto;
    padding: 22% 0% 0% 0%;
}

.navbar .navfour{
    padding-bottom: 15%;
}

.navbar .nav img{
    width: 100%;
}

.wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.container{
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.backimg{
    width: 100%;
    position: relative;
}
.backimg img{
    width: 100%;
}
.text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
.text img{
    width: 100%;
}

.Btn {
    width: 100%;
    position: absolute;
    top: 27%;
    left: 12.8%;
}
.Btn2 {
    width: 100%;
    position: absolute;
    top: 24%;
    right: 10.3%;
    text-align: end;
}

.botton{
    display: inline-block;
    width: 7%;
    margin-right: 1%;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}
.botton:last-child{
    margin-right: 0%;
}
.botton img{
    width: 100%;
}
.mask{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.mask img{
    width: 100%;
}
.botton:hover .mask{
    opacity: 1;
    transition: all .5s ease-in-out;
}


.botton2 {
    display: inline-block;
    width: 7%;
    margin-right: 1%;
    cursor: pointer;
    vertical-align: top;
}
.botton2:last-child{
    margin-right: 0%;
}
.botton2 img{
    width: 100%;
}
.botton2:hover .mask{
    opacity: 1;
    transition: all .5s ease-in-out;
}

.lightbox{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* display: none; */
    transition: all .5s ease-in-out;
    transform: translateX(100%);
    z-index: 3;
}
.lightbox2{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* display: none; */
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    z-index: 3;
}
.lightbox.action{
    transform: translateX(0%);
    transition: all .5s ease-in-out;
}
.lightbox2.action{
    transform: translateX(0%);
    transition: all .5s ease-in-out;
}
.close {
    position: absolute;
    top: 10.2%;
    right: 1%;
    width: 2%;
    z-index: 2;
    cursor: pointer;
}
.close:hover{
    transform: rotate(180deg);
    transition: all .35s ease-in;
}
.close2 {
    position: absolute;
    top: 10.2%;
    right: 1%;
    width: 2%;
    z-index: 2;
    cursor: pointer;
}
.close2:hover{
    transform: rotate(180deg);
    transition: all .35s ease-in;
}
.close img{
    width: 100%;
}
.close2 img{
    width: 100%;
}
.swipe{
    width: 100%;
}
.lightboximg{
    width: 100%;
    position: relative;
}
.lightboximg img{
    width: 100%;
}
.lightboxtext{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    
}
.lightboxtext img{
    width: 100%;
}

.imgtxt{
    position: absolute;
    bottom: 1.6%;
    right: 0.9%;
    width: 5%;
}
.imgtxt img{
    width: 100%;
}

.imgtxt3{
    position: absolute;
    bottom: 1.6%;
    right: 0.9%;
    width: 3%;
}
.imgtxt3 img{
    width: 100%;
}
.imgtxt4{
    position: absolute;
    bottom: 5.6%;
    right: 0.9%;
    width: 3%;
    z-index: 2;
}
.imgtxt4 img{
    width: 100%;
}


.form{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../images/form_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10.57% 0%;
}
.formArea{
    width: 58.59375%;
    vertical-align: top;
    background-color: #fff;
}
.formArea .title{
    width: 100%;
    text-align: center;
    
    padding: 4% 0% 4% 0%;
}
.title span{
    font-size: 30px;
    margin-right: 4%;
    font-weight: bold;
}
.title span:last-child{
    margin-right: 0%;
}
.formArea form{
    width: 100%;
    
}
.formArea form .Dataarea{
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #231815;
    padding: 3% 0%;
    text-align: center;
}
.formArea form .Dataarea:nth-child(5){
    border-top: 0px solid transparent;
    padding: 0%;
}
.formArea form .Dataarea input[type="text"]{
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 18px;
}
.formArea form .Dataarea input[type="text"]:focus{
    outline: none;
}
.agreeArea,.SubmitArea{
    display: inline-block;
    vertical-align: middle;
}
.agree,.info{
    display: inline-block;
    vertical-align: middle;
}

.formArea form .Dataarea input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.agreeArea{
    width: 500px;
    
}
.agree{
    width: 22%;
    margin-right: 4%;
}
.info{
    width: 60%;
    font-size: 18px;
}
.info a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.agreeArea label{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 8%;
    cursor: pointer;
}

.SubmitArea{
    float: right;
    padding-right: 0%;
    margin: 0% 0% 3% 0%;
}
.formArea form .Dataarea button{
    width: 80px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #E15504;
    background-color: transparent;
    cursor: pointer;
}
.formArea form .Dataarea button:hover{
    color: #fff;
    background-color: #E15504;
}

.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .9);
    z-index: 11111;
}

.close_box {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    cursor: pointer;
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
}

.closeBtn img {
    width: 100%;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 60%;
    position: relative;
    height: 100vh;
    overflow: auto;
}

.infoBox {
    width: 100%;
    /* height: calc( 100% - 150px); */
    /* padding: 40px 0px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    color: #fff;
    text-align: left;
}

.infoBox h3 {
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}

.infoBox p {
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
}

.bigimg{
    display: none;
    width: 72.03125%;
    position: relative;
}
.txt{
    display: inline-block;
    width: 27.96875%;
}
.bigimg img{
    width: 100%;
}

.bigimg .imgtxt{
    bottom: 1.1%;
    right: 1.2%;
    width: 6%;
}

.apear{
    display: inline-block;
}

.contentarea{
    display: block;
    width: 100%;
    max-width: 72%;
    margin: 0 auto;
}

.content{
    width: 100%;
}
.smallimg{
    width: 100%;
    padding-top: 20%;
}
.smallimg .imgbox{
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    cursor: pointer;
    position: relative;
}
.smallimg .imgbox img{
    width: 100%;
}
.click{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    opacity: 0;
    transition: all .5s ease-out;
}
.click.clicked{
    opacity: 1;
    transition: all .5s ease-in;
}

.map{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 6.23% 0%;
}
.mapimg{
    width: 75%;
    margin: 0 auto;
}
.mapimg img{
    width: 100%;
}

.link{
    position: absolute;
    top: 67.3%;
    left: 10.5%;
    width: 10.51%;
}
.link img{
    width: 100%;
}

.lightboxlink{
    position: absolute;
    bottom: 18.3%;
    left: 17.9%;
    width: 7.9%;
}
.lightboxlink img{
    width: 100%;
}


@media screen and (max-width:1560px){
    .title span {
        font-size: 25px;
    }
}
@media screen and (max-width:1366px){
    .formArea form .Dataarea input[type="text"] {
        font-size: 16px;
    }
    .agreeArea label {
        font-size: 16px;
    }
    .info {
        font-size: 16px;
    }
    .formArea form .Dataarea button {
        font-size: 16px;
    }
    .title span {
        font-size: 20px;
    }
}
@media screen and (max-width:1280px){
    .agreeArea {
        width: 450px;
    }
    .formArea form .Dataarea input[type="text"] {
        font-size: 14px;
    }
    .agreeArea label {
        font-size: 14px;
    }
    .info {
        font-size: 14px;
    }
    .formArea form .Dataarea button {
        font-size: 14px;
    }
    .title span {
        font-size: 18px;
    }
}
@media screen and (max-width:1080px){
    .agreeArea {
        width: 390px;
    }
}