body {
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
    letter-spacing: 0.01em;
	color: #444444;
    background-color: #f7f0e7;
    background:
        radial-gradient(circle at 20% 30%, rgba(0,0,0,.03) 1px, transparent 1.5px),
        radial-gradient(circle at 80% 70%, rgba(0,0,0,.025) 1px, transparent 1.5px),
        radial-gradient(circle at 40% 80%, rgba(0,0,0,.02) 1px, transparent 2px),
        #f8f2e5;
    background-size:
        18px 18px,
        24px 24px,
        32px 32px;
}
body, html {
	position: relative;
	height: 100%;
}

a,
a:link {
	text-decoration: none;
	color: #ab5940;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ab5940;
}
.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

ul, ol {
	padding-left: 15px;
	margin-bottom: 0;
}

p, li, td, h1, h2, h3, h4, h5 {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
p, li, td, a {
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 767.98px) {
	p, li, td, a, label {
		font-size: 14px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Rubik", sans-serif;
	font-weight: 800;
	line-height: 1.3;
	color: #444444;
}
h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}
h1 {
    font-size: 54px;
	font-weight: 900;
}
h2 {
    font-size: 46px;
}
h3 { font-size: 38px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 {
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
	h1 { font-size: 48px; }
	h2 { font-size: 40px; }
	h3 { font-size: 32px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
    h6 { font-size: 16px; }
}
@media (max-width: 767.98px) {
	h1 { font-size: 42px; }
	h2 { font-size: 34px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
}
@media (max-width: 575.98px) {
	h1 { font-size: 36px; }
	h2 { font-size: 26px; }
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-regular {
	font-family: "Rubik", sans-serif !important;
	font-weight: 400 !important;
}

.text-medium {
	font-family: "Rubik", sans-serif !important;
	font-weight: 500 !important;
}

.text-semibold {
	font-family: "Rubik", sans-serif !important;
	font-weight: 600 !important;
}

strong, table th, .text-bold {
	font-family: "Rubik", sans-serif !important;
	font-weight: 700 !important;
}

.text-extrabold {
	font-family: "Rubik", sans-serif !important;
	font-weight: 800 !important;
}

.text-xsm, .text-xsm li  {
	font-size: 13px !important;
}

.text-sm, .text-sm li {
	font-size: 14px !important;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-grey-3 {
	color: rgb(0, 0, 0, 0.3) !important;
}

.text-grey-4 {
	color: rgb(0, 0, 0, 0.4) !important;
}

.text-grey-5 {
	color: rgb(0, 0, 0, 0.5) !important;
}

.text-grey-6 {
	color: rgb(0, 0, 0, 0.6) !important;
}

.text-grey-7 {
	color: rgb(0, 0, 0, 0.7) !important;
}

.text-grey-8 {
	color: rgb(0, 0, 0, 0.8) !important;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

label {
	color: #444444;
	font-size: 13px;
    font-weight: 600;
    margin-bottom: -2px;
}

.form-group {
	position: relative;
	text-align: left;
	margin-bottom: 1rem;
}

.form-control {
	height: 46px;
    border-color: #BBBBBB;
    border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
@media (max-width: 767.98px) {
    .form-control {
        font-size: 14px;
    }
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

textarea {
	resize: none;
	box-shadow: none;
	height: auto !important;
	padding-top: 13px;
	padding-bottom: 13px;
}

@media (min-width: 992px) {
    #venueFilter, #sortBy {
        width: 250px;
    }
}

.close {
	font-weight: 300;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
	font-size: 2.3rem;
	background-color: transparent;
	border: 0;
}
a.close:hover {
	text-decoration: none
}

/*.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-color: #FDFAF6;
    border-radius: 2px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.consent {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}
.consent p, .consent a {
	font-size: 13.5px;
    line-height: 1.3;
}
.consent a {
    text-decoration: underline;
}
.consent label {
    text-transform: none;
}
.consent .form-control {
	background-color: #FFFFFF;
}
.consent .form-control:disabled {
	background-color: #F4F4F4;
}
.consent input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.consent input[type=checkbox]:checked ~ .checkmark {
	background-color: #252C55;
	border-color: #252C55;
}
.consent input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}
.consent .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

::placeholder {
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	color: #888888 !important;
	font-size: 16px;
}
@media (max-width: 767.98px) {
    ::placeholder {
        font-size: 14px;
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
input:focus {
	outline: none !important;
	border-color: #444444 !important;
	box-shadow: none !important;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

ol li {
	padding-left: 15px;
	font-size: 16px;
}

.statement ol {
	padding-left: 20px;
}
.statement ol ol {
    margin-bottom: 30px;
    padding-left: 20px;
}
.statement > ol > li:not(:last-child) {
    margin-bottom: 50px;
}
.statement > li::marker {
    font-weight: bold;
}
.statement a {
    text-decoration: underline;
}

.alpha {
    list-style-type: lower-alpha;
}
.alpha > li::marker {
    font-weight: bold;
    content: counter(list-item, lower-alpha) ".) ";
}
.alpha > li {
    margin-bottom: 30px;
}

/* responsive container image & text */
.responsive-container {
	position: relative;
	width: 100%;
}

.img-container {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
    text-align: center;
	padding: 0 20px;
	margin: auto;
	width: 100%;
	z-index: 1;
}
.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/*======== header and navbar ========*/
header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: all 0.4s ease;
}
header.sticky, .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.navbar {
    padding: 20px 15px;
    z-index: 2;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
header.sticky .navbar,
.header .navbar {
    padding: 15px;
}
@media (max-width: 767.98px) {
    .navbar {
        height: 80px;
        padding: 15px;
    }
    header.sticky .navbar,
    .header .navbar {
        padding: 10px 5px;
    }
}
@media (max-width: 575.98px) {
    .navbar, header.sticky .navbar {
        padding: 10px 0;
    }
}

/*header.sticky .nav-shadow-top,
.header .nav-shadow-top {
    display: none;
}*/

.navbar .navbar-brand {
    background-image: url("../images/The-Palawan-Sentosa_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 154px;
    height: 60px;
    filter: brightness(0) invert(1);
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
header.sticky .navbar .navbar-brand,
.header .navbar .navbar-brand {
    filter: none;
    width: 116px;
    height: 45px
}
@media (max-width: 767.98px) {
    .navbar .navbar-brand {
        width: 116px;
        height: 45px
    }
}

.navbar-expand-xl .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
}
header.sticky .navbar-expand-xl .navbar-nav .nav-link,
.header .navbar-expand-xl .navbar-nav .nav-link {
    color: #444444;
}
.navbar-expand-xl .dropdown-toggle::after {
    filter: invert(1);
}
.navbar-expand-xl .dropdown-item {
    font-weight: 500;
}
.navbar-expand-xl .btn-secondary,
header.sticky .navbar-expand-xl .navbar-nav .btn-secondary,
.header .navbar-expand-xl .navbar-nav .btn-secondary {
    color: #FFFFFF;
    padding: 10px 20px !important;
    margin-left: 20px;
    margin-right: 15px;
    background-color: #ab5940;
}
.navbar-expand-xl .btn-secondary:hover,
.navbar-expand-xl .btn-secondary:focus {
    color: #FFFFFF;
    background-color: #ab5940;
    text-decoration: none;
}
.navbar-expand-xl .btn-secondary.dropdown-toggle::after,
header.sticky .navbar-expand-xl .btn-secondary.dropdown-toggle::after,
.header .navbar-expand-xl .btn-secondary.dropdown-toggle::after {
    filter: invert(1);
}
@media (max-width: 767.98px) {
    .navbar-expand-xl .btn-secondary {
        padding: 7px 15px !important;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        align-items: center;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 13px;
        color: #FFFFFF;
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar-expand-xl .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .navbar-expand-xl .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        padding: 5px;
        margin-top: 10px;
    }
    .navbar-expand-xl .dropdown-item:hover, .navbar-expand-xl .dropdown-item:focus {
        color: #FFFFFF;
        background-color: #ab5940;
    }
    .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 0;
    }
    header.sticky .navbar-expand-xl .dropdown-toggle::after,
    .header .navbar-expand-xl .dropdown-toggle::after {
        filter: none;
    }
}
@media (min-width: 1260px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media (max-width: 1199.98px) {
    header.sticky .navbar-expand-xl .navbar-nav .nav-link,
    .header .navbar-expand-xl .navbar-nav .nav-link,
	.offcanvas .nav-link {
        color: rgba(255, 255, 255, 0.55);
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
@media (max-width: 1199.98px) {
    .navbar-toggler {
        color: #FFFFFF;
    }
    header.sticky .navbar-toggler,
    .header .navbar-toggler {
        color: #444444;
    }
}

.offcanvas {
    background-color: #202221;
}
.offcanvas .nav-link {
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
}
.offcanvas .nav-link:hover,
.offcanvas .nav-link.active,
.offcanvas .nav-link.show {
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 575.98px) {
	.offcanvas-mobile {
        width: 100% !important;
    }
}
.offcanvas-header .btn-close {
    box-shadow: none;
    filter: invert(1);
}

.offcanvas-body {
    padding: 0 32px;
}

.dropdown-toggle::after {
    width: 10px;
    height: 10px;
    border: 0;
    background-image:  url(../images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.dropdown-menu {
	padding: 0;
    border: 0;
    outline: 0;
    border-radius: 8px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 10%);
}
.dropdown-menu a {
	color: #444444;
}
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    border-radius: 6px;
}

.dropdown-item {
	padding: 15px;
	line-height: 1;
	color: #444444;
    font-size: 14px;
	transition: color 0.3s;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #444444;
}
.dropdown-item.active, .dropdown-item:active {
    color: #444444;
	background-color: transparent;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.nav-shadow, .nav-shadow-top,
.nav-shadow-bottom {
	position: absolute;
	width: 100%;
}
.nav-shadow {
	top: 0;
    width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.nav-shadow-top {
	top: 0;
	height: 150px;
    z-index: 1;
	background: rgba(0,0,0,4);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.nav-shadow-bottom {
	bottom: 0;
	height: 300px;
    z-index: 1;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444000', endColorstr='#444444000', GradientType=0 );
}

.bg-style {
	background-repeat: no-repeat;
	background-size: cover;
}

.video-wrapper {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .video-wrapper {
        height: 70vh;
    }
}


.frame-img {
	height: 100%;
}
.frame-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.short-container {
	width: 100%;
	max-width: 830px;
	margin: auto;
}

/* Primary theme */
.theme-color {
	color: #ab5940 !important;
}
.bg-theme {
	background-color: #ab5940 !important;
}

/* Secondary theme */
.theme-color-secondary {
	color: #1f6f78 !important;
}
.bg-theme-secondary {
	background-color: #1f6f78 !important;
}

/* Theme light */
.theme-color-light {
	color: #f7f0e7 !important;
}
.bg-theme-light {
	background-color: #f7f0e7 !important;
}

.bg-standard {
	background-color: #F2F2F2 !important;
}

.box-shadow {
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}

.box-shadow-0 {
	box-shadow: none !important;
}

.filter-blur {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    transform: none !important;
    transition: none !important;
}
.filter-blur .overlay-text .btn {
    opacity: 1;
}

.filter-text {
    transform: none !important;
    transition: none !important;
}

.scroll-indicator {
    position: absolute;
    z-index: 10;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.scroll-text {
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.scroll-arrow {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
    cursor: pointer;
    animation: scrollDown 1.5s ease-in-out infinite;
}

@keyframes scrollDown {
    0%, 100% {
        transform: translate(-50%, 0) rotate(45deg);
    }

    50% {
        transform: translate(-50%, 8px) rotate(45deg);
    }
}


.main-heading {
	display: inline-block;
	vertical-align: middle;
}

.main-hero img {
    object-fit: cover;
    width: 100%;
}
.main-hero .nav-shadow {
    z-index: 1;
    animation: disappear 1s ease-in-out 4s forwards;
}
.main-hero .img-container {
    animation: disappear 1s ease-in-out 4s forwards;
}
.main-hero .main-heading {
    max-width: 1500px;
}
.main-hero .main-heading h1 {
    color: #f7f0e7;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;
    padding: 0 100px;
    animation: popIn 1s cubic-bezier(.17,.67,.35,1.4) both;
}
.main-hero .main-heading p {
    color: #f7f0e7;
    font-size: 18px;
    animation: slideUp 1s ease-out 0.3s both;
}

@media (max-width: 991.98px) {
    .main-hero .main-heading h1 {
        font-size: 54px;
    }
}
@media (max-width: 767.98px) {
    .main-hero .main-heading h1 {
        font-size: 44px;
    }
    .main-hero .main-heading p {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .main-hero .main-heading h1 {
        font-size: 34px;
        padding: 0;
    }
}

@keyframes disappear {
    to {
        opacity: 0;
        transform: translateY(-50%) scale(1.15);
        filter: blur(6px);
        visibility: hidden;
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(-3deg);
    }

    70% {
        opacity: 1;
        transform: scale(1.08) rotate(1deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    display: block;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.card {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5.5;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1199.98px) {
    .card h4 {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .card img {
        aspect-ratio: 4 / 5;
    }
}

/*@media (max-width: 1199.98px) {
    .card-container {
        display: grid;
        grid-template-columns: repeat(3, 300px);
        justify-content: center;
        gap: 1rem;
    }
    .card-container .row {
        display: contents;
    }
     .card-container .row>* {
        padding: 0;
    }
    .card-container .col-xl-3,
    .card-container .col {
        flex: 1 0 0;
    }
}

@media (max-width: 991.98px) {
    .card-container {
        grid-template-columns: repeat(2, 300px);
    }
}

@media (max-width: 575.98px) {
    .card-container {
        grid-template-columns: 1fr;
    }
}*/

/* slick */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url(../webfonts/slick.eot);
	src: url(../webfonts/slick.eot?#iefix) format('embedded-opentype'), url(../webfonts/slick.woff) format('woff'), url(../webfonts/slick.ttf) format('truetype'), url(../webfonts/slick.svg#slick) format('svg');
}

.slick-dots {
    z-index: 1;
}

.plw-slick.slick-slider {
	margin: auto;
    line-height: 0;
}
.plw-slick > .slick-prev,
.plw-slick > .slick-next {
	width: auto;
	height: auto;
}
.plw-slick > .slick-prev {
    left: 17px;
	z-index: 1;
}
.plw-slick > .slick-next {
    right: 17px;
}
.plw-slick > .slick-prev:before, .slider-nav .slick-prev:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
[dir='rtl'] .plw-slick > .slick-prev:before, .slider-nav .slick-prev:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
.plw-slick > .slick-next:before, .slider-nav .slick-next:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
[dir='rtl'] .plw-slick > .slick-next:before, .slider-nav .slick-next:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
.plw-slick .slick-dots {
    bottom: -45px;
}
.plw-slick .slick-dots li button:before {
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .plw-slick > .slick-prev:before, .slider-nav .slick-prev:before,
    .plw-slick > .slick-next:before, .slider-nav .slick-next:before {
        zoom: 0.6;
    }
}

.hero.slick-slider {
	max-width: 100%;
}
.hero .slick-slide {
	margin: 0;
}
.hero .slick-track {
    margin-bottom: 0;
}
.hero .slick-prev,
[dir='rtl'] .hero .slick-next {
	left: 80px;
}
[dir='rtl'] .hero .slick-prev,
.hero .slick-next {
	right: 80px;
}
.hero.slick-dotted.slick-slider {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.hero .slick-prev,
	[dir='rtl'] .hero .slick-next {
		left: 50px;
	}
	[dir='rtl'] .hero .slick-prev,
	.hero .slick-next {
		right: 50px;
	}
}
@media (max-width: 767.98px) {
	.hero .slick-prev,
	[dir='rtl'] .hero .slick-next {
		left: 30px;
	}
	[dir='rtl'] .hero .slick-prev,
	.hero .slick-next {
		right: 30px;
	}
}

.hgl {
    width: 100%;
}

.hgl .slick-list {
    width: 100%;
    overflow: hidden;
}

.hgl .slick-track {
    display: block !important;
}

.hgl .slick-slide {
    display: block !important;
    float: left;
    height: auto !important;
    box-sizing: border-box;
    padding: 0 15px;
}

.hgl .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile */
@media (max-width: 767.98px) {
    .hgl .slick-list {
        padding: 0 !important;
    }

    .hgl .slick-track {
        display: block !important;
    }

    .hgl .slick-slide {
        display: block !important;
        float: left;
        width: 100%;
        height: auto !important;
        padding: 0 7px;
    }

    .hgl .slick-slide > div {
        height: auto !important;
    }

    .hgl .slick-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
}


.overlay-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 55%);
}

.overlay-text {
    width: 100%;
    color: #FFFFFF;
    transform: translate3d(0, 45px, 0);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.overlay-text h4 {
    font-size: 26px;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0 0 4px;
    height: var(--title-height, auto);
}
/*:lang(zh-Hans) .overlay-text h4 {
    font-size: 22px;
}*/
.overlay-text h4 > span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
/*:lang(zh-Hans) .overlay-text h4 > span {
    font-size: 16px;
}*/

.overlay-text p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0 0 10px;
    opacity: 0.8;
    height: var(--description-height, auto);
}

.overlay-text .btn {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 991.98px) {
    .overlay-text {
        transform: none;
        transition: none;
    }
    .overlay-text h4 {
        font-size: 24px;
        transform: none;
    }
    .overlay-text p {
        opacity: 1;
        font-size: 14px;
        line-height: 1.3;
    }
    .overlay-text .btn {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (min-width: 992px) {
    .card:hover img {
          transform: scale(1.08);
    }
    .card:hover .overlay-text {
          transform: translate3d(0, -10px, 0);
    }
    .card:hover .overlay-text .btn {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.home-whatson {
    position: relative;
    margin-bottom: 80px;
}
.home-whatson img {
    border-radius: 10px;
}
/*.home-whatson .overlay-bg {
    justify-content: start;
}
.home-whatson .overlay-text {
    text-align: left;
}
.home-whatson .overlay-text, .home-whatson .overlay-text h4,
.home-whatson .card:hover .overlay-text {
    transform: none;
    transition: none;
}*/
.home-whatson .slick-prev {
    left: -60px;
}
.home-whatson .slick-next {
    right: -60px;
}

.home-whatson-content {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 0;
}
.home-whatson-content h5 {
    min-height: 2.8em;
    max-height: 2.8em;
    overflow: hidden;
    font-size: 18px;
}
.home-whatson-content .text-sm {
    color: #FFFFFF;
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .home-whatson .slider-nav {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .home-whatson-content {
        padding: 15px 10px 0;
    }
    .home-whatson-content h5 {
        font-size: 20px;
    }
}

.frame-img img {
    border-radius: 10px;
}

.plan .card {
    display: flex;
    flex-direction: column;
    height: 400px;
}
.plan .card img {
    position: absolute;
    inset: 0;
}
.plan .card-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.plan .card-content {
    flex: 1;
}
.plan .overlay-bg {
    justify-content: flex-start;
}
@media (max-width: 575.98px) {
    .plan .card {
        height: auto;
    }
    .plan .card img {
        position: relative;
    }
}

.rcmd > .slick-list > .slick-track > .slick-slide {
    padding: 0 12px;
}
.rcmd > .slick-prev,
.rcmd > .slick-next {
    width: 52px;
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.rcmd  > .slick-prev {
    left: 17px;
	z-index: 1;
}
.rcmd  > .slick-next {
    right: 17px;
}
.rcmd > .slick-prev:before,
.rcmd > .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    font-size: 36px;
    color: #000000;
}
.rcmd  > .slick-prev:before, .slider-nav .slick-prev:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
[dir='rtl'] .rcmd  > .slick-prev:before, .slider-nav .slick-prev:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
.rcmd  > .slick-next:before, .slider-nav .slick-next:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
[dir='rtl'] .rcmd  > .slick-next:before, .slider-nav .slick-next:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
@media (max-width: 575.98px) {
    .rcmd > .slick-list > .slick-track > .slick-slide {
        padding: 0 8px;
    }
}

.insta-section {
    overflow: hidden;
}

.ugc-item {
    position: relative;
    padding: 0;
    text-align: center;
}

.ugc-media-wrapper {
    position: relative;
    width: 100%;
}

.ugc-media-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.ugc-media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #000;
}
.ugc-media img,
.ugc-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ugc-type-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.ugc-link {
    display: inline-block;
    margin-top: 12px;
    color: #222;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}
.ugc-link:hover {
    text-decoration: underline;
}

.ugc-media-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 50;
    margin: 0;
}
.ugc-media-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 2px;
}
.ugc-media-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
}
.ugc-media-slider .slick-dots li button:before {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: #fff;
    opacity: .6;
}
.ugc-media-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}
.ugc-media-slider .slick-prev,
.ugc-media-slider .slick-next {
    opacity: 0;
    transition: opacity .2s ease;
}
.ugc-media-slider .slick-prev {
    left: 12px;
    z-index: 1;
}
.ugc-media-slider .slick-next {
    right: 12px;
}
.ugc-media-slider .slick-prev:before,
.ugc-media-slider .slick-next:before {
    color: #FFF;
    font-size: 22px;
}
.ugc-item:hover .ugc-media-slider .slick-prev,
.ugc-item:hover .ugc-media-slider .slick-next {
    opacity: 1;
}

/* button */
.btn {
	font-family: "Rubik", sans-serif;
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 8px 18px;
	margin: 0;
    border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary, a.btn-primary,
.btn-primary:focus, a.btn-primary:focus,
.btn-primary:active:focus {
    color: #FFFFFF;
    background-color: #ab5940;
    border-color: #ab5940;
}
.btn-primary:hover, a.btn-primary:hover {
    opacity: 0.9;
    background-color: #ab5940;
    border-color: #ab5940;
    text-decoration: none;
}

.btn-secondary, a.btn-secondary,
.btn-secondary:focus, a.btn-secondary:focus,
.btn-secondary:active:focus {
    color: #212529;
    background-color: transparent;
    border-width: 1px;
    border-color: #212529;
    text-decoration: none;
}
.btn-secondary:hover, a.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #212529;
    border-width: 1px;
    border-color: #212529;
    text-decoration: none;
}

.btn-outline-light, a.btn-outline-light,
.btn-outline-light:focus, a.btn-outline-light:focus {
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    text-decoration: none;
}
.btn-outline-light:hover, a.btn-outline-light:hover {
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    opacity: 0.9;
}

.btn-outline-dark:link {
    color: #212529;
}
.btn-outline-dark:hover {
    color: #FFFFFF;
}

.btn-text, a.btn-text {
    font-family: "Rubik", sans-serif;
	font-size: 16px;
    font-weight: 400;
	color: #ab5940;
	text-decoration: none;
}
.btn-text:hover, a.btn-text:hover {
    opacity: 1;
	text-decoration: none;
}

.arrow {
    display: inline-block;
    padding-left: 6px;
    transform: translateX(-3px);
    transition: all 0.25s ease;
}
.btn-text:hover .arrow {
    transform: translateX(3px);
}
/* end button */


/*======== footer ========*/
footer {
	position: relative;
}
footer .wave {
    margin-top: -40px;
}

.footer {
    padding: 40px 20px 50px 20px;
    background-color: #0f2f33;
}
@media (max-width: 575.98px) {
    .footer {
        padding: 30px 20px 40px 20px;
    }
}

.brand-logo {
    background-image: url("../images/The-Palawan-Sentosa_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: brightness(0) invert(1);
    width: 154px;
    height: 60px;
}
@media (max-width: 767.98px) {
    .brand-logo {
        zoom: 0.85;
    }
}
@media (max-width: 575.98px) {
    .brand-logo {
        zoom: 0.7;
    }
}

.att-logos {
    display: grid;
    grid-template-columns: repeat(8, auto);
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.att-logos a {
    border: 0;
    outline: none;
    text-decoration: none;
}
.att-logos img {
    width: 100px;
    height: auto;
    filter: brightness(0) invert(1);
}
.att-logos img:hover {
    opacity: 0.8;
    transition: 0.4s ease;
}
@media (max-width: 991.98px) {
    .att-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 575.98px) {
    /*.att-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .att-logos a {
        display: flex;
        justify-content: center;
    }
    .att-logos img {
        width: 85px;
    }*/
    .att-logos {
        display: flex;
        flex-wrap: wrap;
    }
    .att-logos a {
        flex: 0 0 auto;
    }
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
    opacity: 0.8;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.98px) {
    .footer-nav .col-md-3 .footer-links {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.social-link a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    line-height: 1;
    color: #FFFFFF;
    margin-top: 30px;
}
.social-link a:not(:last-child) {
    margin-right: 10px;
}
.social-link a i {
    font-size: 18px;
    line-height: 1;
}
.social-link a:hover{
    background: #FFFFFF;
    color: #5a2f0c;
    transform: translateY(-2px);
    border-color: #FFFFFF;
}

.scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: .4;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	background: url('../images/icon_top.png') no-repeat;
	z-index: 1;
}
