@charset "UTF-8";
@import url(font-awesome.min.css);
@import "http://fonts.googleapis.com/css?family=Raleway:400,700";

/*
	Spatial by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Home Page */

/* Basic */

	body {
		background: #f1f1f1;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

        body, input, select, textarea {
            color: #333030;
            font-family: "Raleway", Arial, Helvetica, sans-serif;
            font-size: 13pt;
            font-weight: 400;
            line-height: 2em;
        }    

        em, i {
            font-style: italic;
        }
    
        p {
            margin: 0 0 2em 0;
        }

        h1, h2, h3, h4, h5, h6 {
            color: #ffffff;
            font-weight: 700;
            line-height: 1em;
            margin: 0 0 1em 0;
            text-transform: uppercase;
        }

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
        h1{
            font-size: 3.0em;
        }

	h2 {
       
		font-size: 1.75em;
		line-height: 1.5em;
	}

	h3 {
        
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
       
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
        
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
        
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}



    /* Section/Article */

	section.special, article.special, header.special {
		text-align: center;
	}

	header p {
		color: #aaa;
		position: relative;
		margin: 0 0 1.5em 0;
		text-transform: uppercase;
	}

	header h2 + p {
        color: #ffffff;
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
        color: #ffffff;
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
        color: #ffffff;
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 6em 0;
	}

		header.major {
			font-size: 1.4em;
		}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			display: inline-block;
			margin: 0 0 0.8em;
            font-size: 1.2em; /* kalau nak Adjust the value */
		}

		header.major p {
			font-size: 1.7em;
			margin-bottom: 0;
		}


/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon > .label {
        display: none;
    }

/* Image */

.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image.fit img {
    width: 100%;
}

.image.captioned h3 {
    background-color: #e4bbbb;
    box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 2em 1em;
}

/* List */


    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0;
        }

        ul.icons li:last-child {
            padding-right: 0;
        }

        ul.icons li .icon:before {
            font-size: 2em;
        }

dl {
    margin: 0 0 2em 0;
}


/* Button */

input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #323037;
		border-radius: 4px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3.15em;
		line-height: 3.25em;
		padding: 0 2.2em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

    input[type="submit"].special,
    input[type="reset"].special,
    input[type="button"].special,
    .button.special {
        background-color: #f32853;
        color: #ffffff !important;
    }

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}


/* Header */

#skel-layers-wrapper {
    padding-top: 6em;
}

body.landing #skel-layers-wrapper {
    padding-top: 0 !important;
}

#header {
    background-color: #070707;
    border-bottom: solid 1px rgba(144, 144, 144, 0.25);
    box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);
    color: #484848;
    cursor: default;
    font-size: 1.25em;
    height: 4.5em;
    left: 0;
    line-height: 4.4em;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    #header h1 {
        color: #1f1e1e;
        font-weight: 400;
        height: inherit;
        left: 1.25em;
        line-height: inherit;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
    }

    #header nav {
        height: inherit;
        line-height: inherit;
        position: absolute;
        right: 1.25em;
        top: 0;
        vertical-align: middle;
    }

        #header nav > ul {
            list-style: none;
            margin: 0;
            padding-left: 0;
        }

            #header nav > ul > li {
                border-radius: 4px;
                display: inline-block;
                margin-left: 2.5em;
                padding-left: 0;
            }

                #header nav > ul > li a {
                    -moz-transition: color 0.2s ease-in-out;
                    -webkit-transition: color 0.2s ease-in-out;
                    -o-transition: color 0.2s ease-in-out;
                    -ms-transition: color 0.2s ease-in-out;
                    transition: color 0.2s ease-in-out;
                    color: #666;
                    display: inline-block;
                    text-decoration: none;
                }

                    #header nav > ul > li a:hover {
                        color: #f7f2f2;
                    }

                #header nav > ul > li:first-child {
                    margin-left: 0;
                }

                #header nav > ul > li .button {
                    border-color: rgba(241, 238, 238, 0.25);
                    box-shadow: none;
                    height: 3em;
                    line-height: 2.9em;
                    margin-bottom: 0;
                    padding: 0 1.5em;
                    position: relative;
                    top: -0.075em;
                    vertical-align: middle;
                }

    #header .container {
        position: relative;
    }

        #header .container h1 {
            left: 0;
        }

        #header .container nav {
            right: 0;
        }

    #header.alt {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        height: 3.25em;
        line-height: 3.25em;
        position: absolute;
    }

        #header.alt h1 {
            color: #ffffff;
            left: 2.5em;
            top: 2em;
        }

            #header.alt h1 a {
                color: #ffffff;
            }

        #header.alt nav {
            right: 2em;
            top: 2em;
        }

            #header.alt nav a {
                color: #ddd;
            }

                #header1.alt nav a:active, #header.alt nav a:hover {
                    color: #ffffff;
                }

        #header.alt .button {
            border-color: rgba(255, 255, 255, 0.5);
            color: #ffffff !important;
        }

/* Banner */

#banner {
    padding: 16em 0 13em 0;
    background-attachment: fixed;
    background-image: url("images/overlay.png"), url("../images/2.jpg");
    background-position: center top;
    background-size: cover;
    line-height: 1.75;
    text-align: center;
}

		#banner :last-child {
			margin-bottom: 0;
		}

		#banner h2 {
			color: #fafafa;
			display: inline-block;
			font-size: 3.5em;
			line-height: 1.35;
			margin-bottom: 0.5em;
		}

		#banner p {
			color: #f8f6f6;
			font-size: 1.5em;
			margin-bottom: 1.75em;
			text-transform: uppercase;
		}

	body.is-touch #banner {
		background-attachment: scroll;
	}

/* Main */

	#main {
		padding-top: 4em;
	}

/* Wrapper */

.wrapper {
    padding: 6em 0 4em 0;
}

    .wrapper.style2 {
        background-color: #000000;
    }

    .wrapper.style3 {
        background-attachment: fixed;
        background-image: url("images/overlay.png"), url("../images/banner.jpg");
        background-position: center center;
        background-size: cover;
    }

        .wrapper.style3 header.major {
            margin-bottom: 3em;
        }

            .wrapper.style3 header.major h2 {
                color: #ffffff;
            }

body.is-touch .wrapper.style3 {
    background-attachment: scroll;
}


/* Footer */
#footer {
    padding: 8em 0 6em 0;
    background: #333; /* Darker background for better contrast */
    color: #fff; /* White text for better visibility */
    text-align: center;
}

#footer a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #bbb; /* Lighter link color */
    text-decoration: none;
}

#footer a:active,
#footer a:hover {
    color: #fff; /* White color on hover/active for better visibility */
}

#footer .icons {
    font-size: 1.5em;
}

#footer .icons li {
    padding-right: 2.5em;
}

#footer .icons li:last-child {
    padding-right: 0;
}

#footer .copyright {
    margin: 2em 0;
    padding: 0;
    text-align: center;
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.5); /* Lighter border color */
    display: inline-block;
    list-style: none;
    margin-left: 1.5em;
    padding-left: 1.5em;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

                   

 
/* About page */

/* Reset some default margin and padding */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

/* Apply some basic styling to the body */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #f8f5f5;
    background-color: #000; /* Set background color to black */
}

/* Style the header section */
#header {
    background-color: #e9e6e6;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}

#header h1 {
    font-size: 1.5em;
}

#nav {
    margin-top: 1em;
}

#nav ul {
    list-style: none;
}

#nav li {
    display: inline;
    margin-right: 1em;
}

/* Style the main content section */
#main1 {
    padding: 2em 0;
}

.container1 {
    max-width: 850px;
    margin: 0 auto;
}

.major {
    text-align: center;
}

/* Style the image and text in the main section */
#main1 img {
    width: 100%;
    max-width: 470px;
    height: auto;
    float: left;
    margin-right: 1em;
}

#main1 p {
    color: #fff; /* Set text color to white */
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.7;
}

/* Center the "Inspired by people and love" text */
body #main1 header.major h2 {
    color: #fff;
    text-align: center;
    margin: 0;
}


/*services page */


/* Reset some default margin and padding */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

/* Apply some basic styling to the body */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #f8f5f5;
    background-color: #000; /* Set background color to black */
}

/* Style the header section */
#header {
    background-color: #e9e6e6;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}

#header h1 {
    font-size: 1.5em;
}

#nav {
    margin-top: 1em;
}

#nav ul {
    list-style: none;
}

#nav li {
    display: inline;
    margin-right: 1em;
}

/* Style for the image container */
.container {
    margin: 15px;
  }
  
  /* Style for the rows */
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  /* Style for each image column */
  .col-md-4 {
    flex: 0 0 calc(33.3333% - 15px); /* Adjust the width based on the number of columns you want */
    margin-bottom: 15px;
  }
  
  /* Style for the images */
  .img-fluid {
    width: 100%;
    height: auto;
  }
  
  /* Optional: Add styling for the lightbox effect */
  [data-toggle="lightbox"] {
    cursor: pointer;
  }
  
  [data-toggle="lightbox"]:hover {
    opacity: 0.8;
  }



/* login */ 



  /* Book Here */
/* Book Here */
.booking-form {
    background-color: transparent;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(233, 145, 145, 0.1);
    text-align: center;
}

h2 {
    color: #ffcc00; /* Change heading color to yellow */
    font-size: 24px; /* Increase font size */
    font-weight: bold;
}

p, label {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

/* Add some transparency to the background color for better visibility */
.services {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 8px;
}

.services input {
    margin-right: 5px;
}

/* Set the background color and border color of form elements */
input[type="date"],
input[type="time"],
select,
button {
    background-color: #111;
    color: white;
    border: 1px solid #444;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Add some spacing between form elements */
input[type="date"],
input[type="time"],
select {
    margin-bottom: 15px;
}

/* Adjust dropdown size */
select {
    width: 100%; /* Set the width to 100% */
}

button {
    padding: 12px 24px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}


  /* Admin*/
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-color: #000000;
    font-family: 'Arial', sans-serif;
  }
  
  .login-form {
    background-color: #eeebeb;
    width: 300px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  h2 {
    color: #333;
  }
  
  form {
    margin-top: 20px;
  }
  
  .field {
    margin-bottom: 15px;
    text-align: left;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
  
  input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
  
  button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #45a049;
  }

  
  /* Register */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background-image: url("C:/images/20.jpg");
    /* Additional background properties if needed */
    background-repeat: no-repeat;
    background-size: cover; /* Adjust to your preference */
}

.container1 {
    width: 420px;
    background: rgb(59, 57, 57);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    padding: 30px 40px;
}

.container1 h1 {
    font-size: 36px;
    text-align: center;
}

.container1 .field {
    width: 100%;
    height: 50px;
    background: grey;
    margin: 15px 0; /* Adjusted margin */
    border-radius: 10px;
}

.container1 .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 15px 0; /* Adjusted margin */
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(144, 144, 144, 0.075);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
    color: #fcfcfc;
}

.container1 .button {
    width: 100%;
    height: 45px;
    background: #04AA6D; /* Teal color for the button */
    border: none;
    outline: none;
    border-radius: 40px;
}


  /* Calender */
  .calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}