<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;display=swap');

#wrapper {
}
.div-flexes{
    display: flex;
    justify-content: center;
    align-content: center;
    background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url(images/form-bg.jpg);
    background-size: cover;
    width: 600px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 10px 15px 10px #333;
    max-width: 95%;
    margin: auto;
}
.flex1{
    width: 350px;
    position: relative;
    padding-bottom: 20px;
}
.the-map-area{
    height: 70px;
    background: rgba(255, 255, 255, .45);
    border-top-left-radius: 10px;
    text-align: center;
}

.the-map-area img{
    height: 50px;
    display: block;
    margin: auto;
    padding: 10px;
}
.the-map-area .the-line-btn{
    width: 100%;
    border: 2px solid #fff;
}
.flex1 h2{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}
.flex1 small{
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.flex1 p{
    color: #eee;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    display: block;
    width: 90%;
    margin: auto;
}
.flex1 p .flex1-p-font{
    color: #999;
    font-size: 13px;
}
.flex-2{
    width: 250px;
    height: 300px;
    position: relative;
    text-align: center;
}
#wrapper-php{
    width:576px;
    border-radius: 30px;
    margin: 5px auto;
    position:absolute;
    display: none;
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.65));
    overflow: hidden;
}
.NFC-popup{
    width:250px;
    height: 185px;
    border-radius: 0px;
    margin: auto;
    position:relative;
    display: none;
    overflow: hidden; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#wrapper-php .thanks{
    text-align: center;
}
#wrapper-php .thanks h1{
    font-family: 'Pacifico', cursive;
    font-weight: 400;
}
#wrapper-php .thanks p{
    font-family: 'Concert', cursive;
}

.modal {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
    overflow: auto;
    padding-bottom: 50px;
}
/*
.animate {
    animation: zoom 0.6s;
}
@keyframes zoom {
	from {transform: scale(0)}
	to {transform: scale(1)}
}*/

.is-showing{
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}
.closer2-div{
    position: relative;
    margin-top: -8px;
    display: none;
}
.close2 {
    position: absolute;
	right: 0px;
    top: 0px; 
	color: rgb(255,0,0);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
	grid-area: close;
	justify-self: end;
    align-self: start;
    background: rgba(0,0,0,.45);
    text-align: center;
    padding: 3px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.close2:hover,.close:focus {
	color: red;
    cursor: pointer;
}
.close {
    position: absolute;
	right: 0px;
    top: 0px; 
	color: rgb(188,142,13);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
	grid-area: close;
	justify-self: end;
    align-self: start;
    background: rgba(0,0,0,.45);
    text-align: center;
    padding: 3px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.close:hover,.close:focus {
	color: red;
    cursor: pointer;
}


.is-showing{
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
#booking-form{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 30px;
}
/*HANDWRITTING*/
   Slides {
       font-family: 'Satisfy', cursive;
   }
   .xop-boxes {
    font-family: 'Pacifico', cursive;
   }
    h2  {
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
   }
   h3  {
    font-family: 'Poiret One', cursive;
   }

   h1 {
font-family: 'Concert One', cursive;
    }

    .form-head {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        }
    span {
        display: block;
        height: 25px;
        width: 25px;
        margin: 5px;
        border-radius: 100%;
        background: rgba(0,0,0,0.45);
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-weight: 600;
        color: #fff;
       } 
        .is-active {
          background: rgba(0,0,0,0.4);
          background: rgb(81,122,62);
        }
.form-heading{
    text-align: center;
    color: #555;
}
.form-heading-words{
    padding: 0 20px;
    text-align: justify;
    font-size: 20px;
    color: #aaa;
}
.bookingprocess{
    font-weight: bold;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    color: #fff;
    margin-top: -0px;
    bottom: 0;
    padding: 0;
}
.bookingprocess2{
    font-weight: bold;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    color: #fff;
    margin-top: -0px;
    bottom: 0;
    padding: 0;
    display: none;
}
#icons p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 12px;
    text-align: justify;
    color: #fff;
}
#icons img{
    height: 40px;
    margin-bottom: 10px;
}

#icons .container{
    width: 245px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.container p{
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}
.start-booking-btn{
    background: rgb(188,142,13);
    border: none;
    outline: none;
    border-radius:5px;
    width: 230px;
    height: 30px;
    color: #202020;
    font-weight: bold;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
    position: static;
}
.start-booking-btn:hover{
    background: rgba(0,0,0,.45);
    border: 1px solid rgb(188,142,13);
    color: rgb(188,142,13);
    cursor: pointer;
}
.continue1-booking-btn{
    background: rgb(188,142,13);
    border: none;
    outline: none;
    border-radius:5px;
    width: 90%;
    height: 30px;
    color: #202020;
    font-weight: bold;
    font-family: calibri;
    font-weight: bold;
    text-transform: uppercase;
    position: static;
}
.continue1-booking-btn:hover{
    background: rgba(0,0,0,.45);
    border: 1px solid rgb(188,142,13);
    color: rgb(188,142,13);
    cursor: pointer;
}
.div-for-btn{
    margin: 15px auto 0 ;
    text-align: center;
}
#phaseplus{
    display: none;
    text-align: center;
    position: relative;
}
#phaseplus h2{
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
#phaseplus p{
    color: #fff;
    padding: 0 20px;
}
.pack-dates{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.pack-dates *{
    margin: 0 20px;
}
.datess {
    position: relative;
}
.radio {
    cursor: pointer;
}
#phase-plus a{
    color: rgb(81,122,62);
    text-decoration: underline;
}
#phase1 h2{
    text-align: center;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: -1px;
}
#phase1 p{
    text-align: center;
    color: #fff;
    text-align: justify;
    font-size: 14px;
    display: block;
    width: 90%;
    margin: auto;
}
/*PHASE INPUTS*/
#booking-form .inputBox {
    position: relative;
    text-align: center;
}
#booking-form .inputBox input {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	color:#fff;
	margin-bottom: 20px;
	border:none;
	border-bottom: 1px solid rgb(188,142,13);
	outline: none;
	background: transparent;
}
#booking-form .inputBox #fullname{
    margin-bottom: 10px;
}
#booking-form .inputBox #email{
    margin-bottom: 20px;
}
#booking-form .inputBox #phone{
    margin-bottom: 0px;
}
#booking-form .inputBox #smallrank{
    margin-bottom: 0px;
}
#booking-form .inputBox label {
	position: absolute;
	top:0;
	left:0;
	padding: 5px 0;
	font-size:14px;
	color: #fff;
    pointer-events: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
	transition: 1s;
}
#booking-form .inputBox input:focus ~ label,
#booking-form .inputBox input:valid ~ label {
	top: -18px;
	left: 0;
	color: rgb(188,142,13);
	font-size: 12px;
}
.input{
    padding: 0 10%;
}
#phase2 h2{
    text-align: center;
    color: #fff;   
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-family: 12px;
}
#phase2 p{
    text-align: center;
    margin-top: -20px;
    font-size: 20px;
    color: #aaa;
}
#phase3 h2{
    text-align: center; 
    color: #fff; 
    font-family: 'Oswald', sans-serif; 
    font-weight: 600;
    font-size: 14px;
}
#phase3 p{
    text-align: center;
    margin-top: -20px;
    font-size: 20px;
    color: #aaa;
}
#label-selector{
    font-family: 'Concert One', cursive;
    color: rgb(81,122,62);
    font-size: 12px;
    letter-spacing: 1px;
}
select {
    background: transparent;
    border-radius: 5px;
    height: 30px;
    width: 90%;
    color: rgb(188,142,13);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    outline: none;
}
.other-socialmedia{
    display: flex;
    flex-direction: row;
}
input{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
}
/*other social media*/
.other-socialmedia .inputBox {
    position: relative;
    text-align: center;
}
.other-socialmedia .inputBox input {
	width: 50%;
	padding: 10px 0;
	font-size: 16px;
	color:#aaa;
	margin-bottom: 30px;
	border:none;
	border-bottom: 1px solid rgb(81,122,62);
	outline: none;
	background: transparent;
}
.other-socialmedia .inputBox label {
	position: absolute;
	top:0;
	left:0;
	padding: 10px 0;
	font-size:16px;
	color: #555;
    pointer-events: none;
    font-family: 'Concert One', cursive;
    letter-spacing: 1px;
	transition: 1s;
}
.other-socialmedia .inputBox input:focus ~ label,
.other-socialmedia .inputBox input:valid ~ label {
	top: -18px;
	left: 0;
	color: rgb(81,122,62);
	font-size: 12px;
}
#othersm1{
    margin-right: 10px;
}
#othersm2{
    margin-right: 10px;
}
#label-selector{
    margin-top: 20px;
}
#secondp {
    font-size:16px;
    color: #1c1c2c;
}
#phase2{
    display: none;
}
#phase3{
    display: none;
}

#phase4{
    display:none;
}
select{
    margin-bottom: 5px;
}
#phase4 h2{
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;

}
#phase4 p{
    margin-top: -20px;
    text-align: center;
    color: #aaa;
}
.icon {
    font-size: 16px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #aaa;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .NFC-popup{
        margin: 20px auto;
    }
}
@media (max-width: 635px){
    .div-flexes{
        flex-direction: column;
    }
    .flex1{
        width: 100%;
    }
    .flex-2{
        width: 100%;
    }
    .NFC-popup{
        width: 100%;
        overflow: visible;
    }
    .bookingprocess{
        display: none;
    }
    .bookingprocess2{
        margin-bottom: 20px;
        display: block;
    }
    .form-head{
        margin-top: 20px;
    }
    .closer2-div{
        display: block;
    }
    .close{
        display: none;
    }
}</pre></body></html>