


@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 100;
    src: url(../font/Poppins-Thin.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 200;
    src: url(../font/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 300;
    src: url(../font/Poppins-Light.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 400;
    src: url(../font/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 500;
    src: url(../font/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 600;
    src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 700;
    src: url(../font/Poppins-Bold.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 800;
    src: url(../font/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: 'TimeFont';
    font-style: normal;
    font-weight: 900;
    src: url(../font/Poppins-Black.ttf);
}

body {
	font-family: "TimeFont", Sans-serif !important;
	background-color: #f8f8f8;
	font-size: 17px;
	font-weight: 400;
}

#time .nav-link {
	font-weight: 500;
}
#time .top-banner .container,
#time .navbar .container {
	padding-top: unset;
	padding-bottom: unset;
}
#time .top-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/sea.png');
    background-position: center right;
    min-height: 1000px;
    margin-top: -110px;
}
.overlay {
	/*background-color: #2B656691;*/
    /*opacity: .9;*/
    min-height: 1000px;
    width: 100%;
    position: absolute;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#time .top-banner h3 {
	font-weight: 400;
}
#time .top-banner h1 {
	font-size: 3.3rem;
	font-weight: 800;
	line-height: 50px;
	color: #fff;
	letter-spacing: 2px;
	margin-top: -4rem;
}
#time .top-banner i {
	font-size: 50px;
	color: #fff;
}
#time .with-border {
	border-right: 2px solid #AA0FA3
}
#time .top-banner .container {
	text-align: unset;
}
#time .container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#time .container h2 {
	font-weight: bold;
}
#time .container .grey-div {
	padding: 30px 40px;
	background-color: #e5e5e5;
	border-radius: 15px;
}
#time .container .grey-div img {
	width: 59%;
	margin-bottom: 10px;
}
#time .popular .card-header {
	background-color: #6015B7 !important;
	font-size: 1.3rem;
}
#time .popular .card-body {
	background-color: #DDF3F7 !important;
}
#time .card-header {
	background-color: rgba(0,0,0,0);
	padding: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	text-align: center;
	border-bottom: none;
	min-height: calc(1.3rem + 30px);
}
#time .card-body p {
	/*font-weight: bold;*/
	margin-top: 25px;
	font-size: 1.1rem;
	font-weight: 400;
}
#time .card-body {
	background-color: #e9e9e9;
	padding: 1.3rem 1.3rem;
}
#time .card-body table tr td {
	padding: 0.6rem 0.5rem;
}
#time .card-body table tr img {
	height: 30px;
}
#time .card-body table tr:first-child img {
	height: 38px;
}
#time .badge {
	border-radius: 8px;
	margin-bottom: 7px;
}
#time .badge-pink {
	background-color: rgb(244,84,205);
	color: #fff;
}
#time .card-body table tr td:first-child {
	width: 65px;
}
#time .text-pink {
	color: rgb(244,84,205);
}
#time .card-body .header-div {
	font-size: 1.5rem;
	font-weight: bold;
	min-height: 120px;
}
#time .card-body .header-div.business {
	min-height: 70px;
}
#time .card-body td {
	border-style: unset;
}
#time .card-body ul {
	min-height: 115px
}
#time .card-body table {
	min-height: 210px;
}
#time .card-body .desc-div {
	min-height: 520px;
}
#time .card-body .desc-div.business ul {
	min-height: 45px;
}
#time #contact {
	background-color: rgba(0,0,0,0);
}
#time #contact .container {
	text-align: left;
}
#time #contact label {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 1rem;
	color: #000;
}
#time #contact p {
	font-weight: 500;
	font-size: 0.9rem;
}
#time .font-red {
	color: red;
}
#time .form-select:focus,
#time .form-control:focus {
	box-shadow: unset;
	border-color: rgba(0,0,0,0.4);
}
#time .btn-primary {
	width: 150px;
	color: #fff;
    background-color: rgb(244,84,205);
    border-color: rgb(244,84,205);
    font-size: 0.9rem;
    font-weight: 600
}
#time .btn-primary:hover {
	color: #fff;
    background-color: rgb(244,84,205);
    border-color: rgb(244,84,205);
}
#time .btn-secondary {
	width: 150px;
	color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    font-size: 0.9rem;
    font-weight: 500
}
#time .btn-secondary:hover {
	color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}
#time .help-block ul {
	list-style-type: none;
	padding-left: 0;
}
#time .accordion-body {
	text-align: left;
}
#time .accordion-button {
	background-color: #f1f1f1;
	font-weight: 600;
	color: #333;
}
#time .accordion-button,
#time .accordion-body {
	padding: 1rem;
}
#time .accordion-item {
	background-color: white;
}
#time .accordion-button:focus {
	background-color: rgba(0,0,0,0.05);
	border-color: rgba(0,0,0,0.05);
	box-shadow: unset;
}
#time .accordion-button:not(.collapsed) {
	color: white;
	background-color: #333;
	border-color: rgba(0,0,0,0.05);
}
#time .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
footer {
	border-top: solid 2px #ebebeb;
}
footer i {
	color: #1778f2;
	font-size: 36px !important;
}
#time footer a,
#time footer p {
	color: #000;
	font-weight: 500;
}
#time footer a {
	font-size: 0.9rem;
}
#time footer p {
	font-size: 1.1rem;
	text-align: left;
	color: #707070;
	font-weight: 400
}
#time .btn-outline-success {
	color: white;
	border: solid 2px white;
	background-color: #000;
	font-weight: 500;
	border-radius: 0;
}
#time .navbar .btn-outline-success:hover {
	color: rgb(255,255,255);
	border-color: white;
	background-color: rgb(0,0,0);
}
#time .btn-outline-success:hover {
	color: rgb(255,255,255);
	border-color: rgb(0,0,0);
	background-color: rgb(0,0,0);
}
#time iframe {
	border-radius: 0px;
	margin-bottom: 15px;
}
#time .contact-info {
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
	padding: 20px;
	height: 450px;
	border-radius: 15px
}
#time .contact-info a,
#time .contact-info a:hover,
#time .contact-info a:visited,
#time .contact-info a:active,
#time .contact-info a:focus {
	color: unset;
	text-decoration: unset
}
#time .contact-info td:first-child {
	width: 100px;
}
#time .contact-info td {
	padding: 10px;
}
#time .contact-info label {
	font-weight: 600;
	margin-bottom: 8px;
}
#time .contact-info h3 {
	font-weight: 700;
}
#time .contact-info img {
	width: 70px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /*-webkit-appearance: none;*/
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.whatsapp {
	position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    z-index: 99999999;
    width: 50px;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.4));
}
.collapsing {
  transition: height .5s ease;
}
.navbar-dark {
	background-color: #000;
	z-index: 1;
}
.navbar-brand {
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	white-space: unset;
}
.navbar-brand p {
	font-size: 1.1rem;
	margin-bottom: 0;
	white-space: unset;
}
.dropdown-menu li a {
	padding: 1rem;
}
.dropdown-menu li {
	border-bottom: solid 1px #ddd;
}
.dropdown-menu li:last-child {
	border-bottom: solid 0px #ddd
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}
.dropdown-toggle::after {
	display: none;
}
.elementor-shape-bottom {
	transform: rotate(180deg);
	position: absolute;
	bottom: -1px;
	overflow: hidden;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
.elementor-shape-bottom svg {
    height: 190px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape-fill {
    fill: #f8f8f8;
}
.call-action {
	background-color: #504b4b;
	text-align: center;
	color: white;
}
.call-action .btn-primary {
	background-color: white !important;
	border-color: white !important;
	color: #4d5754 !important;
	padding: 0.5rem 0.75rem;
	font-size: 1rem !important;
	width: 110px; 
}
.call-action i {
	font-size: 3.8rem;
}
.call-action p {
	font-size: 1.3rem;
}
.map-div {
	padding: 10px 10px 5px 10px;
}
.map-div iframe {
	border-radius: 0px !important;
}
.text-small {
 	font-size: 1.1rem;
}
.text-grey {
 	color: #595959;
}
.text-red {
	color: red !important;
}
.green-bg {
	background-color: #83d2b1;
}
.green-bg i {
	margin-right: 10px;
	font-size: 1.5rem;
}
.green-bg .col-md-7 {
	background-image: url("../img/tourist.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}
.card-body {
	text-align: center;
	background-color: #f7f7f7 !important;
	line-height: 1.7rem;
}
.card-body h3 {
	margin-bottom: 0rem;
}
.card-body i {
	color: #35d7a4;
}
.card-body p {
	text-align: center;
	line-height: 1.4rem;
	margin-bottom: 25px
}
.card-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.card,
.card-body {
	border-radius: 10px;
}
.card {
	box-shadow: 0px 0px 21px -2px rgb(0 0 0 / 15%);
	height: 660px;
	width: 333px;
	margin-bottom: 15px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.card .btn-primary,
.card .btn-secondary {
	width: 130px;
	padding: 0.55rem;
	border-radius: 5px;
}
.card .btn-primary {
	background-color: #30c294 !important;
	border-color: #30c294 !important;
}
.card .btn-secondary {
	background-color: #83dabf !important;
	border-color: #83dabf !important;
}
.green-btn {
	border: solid 2px ##35d7a4;
	background-color: #35d7a4;
	border-radius: 0;
	font-weight: 600; 
	padding: 0.5rem 2rem;
	font-size: 0.9rem;
	color: #fff;
}
.btn-border-only {
	border: solid 2px #30c294;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	font-weight: 600; 
	padding: 0.5rem 2rem;
	font-size: 0.9rem;
}
.review-div {
	border: 2px solid #ebebeb;
	background-color: #fff;
	text-align: left;
	width: 345px;
	height: 370px;
	color: #595959;
	padding: 2rem;
	font-size: 1rem;
	margin-bottom: 15px
}
.review-div i {
	color: #000;
	font-size: 3rem;
}
.review-div p {
	font-size: 1rem;
	line-height: 1.8rem;
	text-align: left;
}
.review-div p:last-child {
	line-height: 1.4rem
}
.card-title {
	min-height: 65px;
}
.card-text {
	min-height: 90px;
}
.tour-title {
	font-weight: 500 !important;
}
h1 {
 	font-size: 3.8rem;
}
h2 {
 	font-size: 3rem;
}
h5 {
 	font-size: 1.5rem;
}
p {
 	text-align: justify;
 	font-size: 1.3rem;
}
a {
 	text-decoration: unset;
}
.tour-title {
	font-size: 2rem !important;
}
.tour-price {
	font-weight: 600;
	margin: 25px 0 25px 0;
	color: #595959;
}
.accordion-body p,
.about p,
.tour-info p,
.tour-details #myTabContent,
.tour-details #myTabContent p,
.about ol li {
	font-size: 1.1rem;
	color: #595959;
	text-align: left;
}

.accordion-body p {
	font-size: 1rem !important;
	color: rgba(0,0,0,0.9);
	margin-bottom: 10px;
}
.tour-details .nav-tabs {
	border: 0px;
}
.tour-info p label {
	font-size: 1.1rem;
	font-weight: 700;
	color: #595959;
}
#myTabContent {
	padding: 25px;
	border: 1px solid #dee2e6;
}
#myTab li .nav-link,
#myTab li .nav-link:hover,
#myTab li .nav-link:focus {
	border: 0px solid #dee2e6;
	padding: 1rem 1.5rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: transparent !important;
	border-radius: 0px;
	color: #595959;
	font-weight: 600;
	white-space: nowrap;
}
#myTab li .nav-link.active {
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #fff;
}
.white-bg {
	background-color: #fff !important;
}
#myTabContent h3 {
	margin-bottom: 15px;
}
#myTabContent #gallery .col-md-4 {
	margin-bottom: 25px;
}
a.dropdown-item:active {
	background-color: unset !important;
}
h2.related-trips {
	font-weight: 500 !important;
	font-size: 2rem;
}
.about-1 {
	aspect-ratio: 1 / 1;
	background-image: url("../img/Selingan-Island-Beach.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about h3 {
	font-size: 2.4rem;
	font-weight: 600;
}
.about h4 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.about table tr td:first-child {
	font-size: 23px;
	padding-right: 15px;
}
.about img {
	border: 10px solid #fff;
	margin: 5rem auto 25px auto;
}
.about.about-desc  {
	margin-top: ;
}
.carousel-item {
	transition: transform .5s ease, opacity .5s ease-out;
}
.carousel button i {
	color: #fff;
}
.room-icon .col-md-15 {
	margin-bottom: 15px;
}
.fac-div p,
.room-icon p {
	text-align: center;
	font-weight: 500;
	font-size: 1.1rem;
}
.room-icon i {
	color: #818a91;
	font-size: 35px;
}
.fac-special .col-md-6 {
	margin-bottom: 25px;
}
.fac-special .col-md-6:first-child {
	border-right: 1px solid #212529;
	margin-bottom: 25px;
}








/* GALLERY */
.img-desc-layer {
 	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 10px;
  	right: 10px;
  	background: rgba(0,0,0,0.5);
  	color: #fff;
  	visibility: hidden;
  	opacity: 0;
  	display: grid;
  	align-items: center;
  	padding: 15px;
  	transition: opacity .2s, visibility .2s;
}
.filter:hover .img-desc-layer {
  	visibility: visible;
  	opacity: 1;
}
.img-desc {
  	transition: .5s;
  	transform: translateY(1em);
  	font-size: 1rem;
  	font-weight: 500;
  	text-align: left;
  	margin-bottom: 5px;
}
.img-desc-layer .text-smaller {
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 400;
  	transition: .5s;
  	transform: translateY(1em);
  	text-align: left;
}
.filter:hover .img-desc,
.filter:hover .img-desc-layer .text-smaller {
 	transform: translateY(0);
}
.filter {
 	position: relative;
}

.copyright {
	color: #fff !important;
	font-size: 0.9rem;
	padding: 20px 0 10px 0;
	border-top: solid 1px #fff;
	width: 100%;
	text-align: center;
	background-color: #000;
}
.copyright a {
	color: #0d6efd !important;
}





/* RESPONSIVE */

@media (max-width: 576px) {
	.navbar-brand {
		width: 75%;
	}
	.nav-item .dropdown-item {
		white-space: unset !important;
		text-align: center;
	}
	#time .top-banner h1 {
		font-size: 1.5rem;
		line-height: 1.7rem;
		margin-top: 2rem;
	}
	#time .top-banner i {
		font-size: 1.8rem;
	}
	#time .top-banner {
		min-height: 650px;
	}
	h1, h2 {
		font-size: 2rem;
	}
	h5 {
		font-size: 1.3rem;
	}
	p, .text-small {
		font-size: 14px;
	}
	.green-bg .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.green-bg .col-md-7 {
		background-size: contain;
		height: 300px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.special {
		display: none;
	}
	.card,
	.review-div {
		height: auto;
	}
	.nav-tabs {
	   flex-wrap: nowrap;
	   overflow-x: auto;
	   overflow-y:hidden;
	}
	.fac-special .col-md-6:first-child {
		border-right: 0px solid #212529;
	}
}

@media (max-width: 767px) {
	
}

@media (min-width: 768px) {
	.tour-details .nav-link.active {
		padding: 1rem 1.5rem !important;
	}
	#time .nav-link.active {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		border-bottom: solid 2px rgb(244,84,205);
	}
	.about.about-intro p{
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.dropdown-toggle::after {
		right: 15px;
		top: 1rem;
		position: absolute;
		display: inline-block;
	}
	.elementor-shape-bottom svg {
		height: 50px;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { 
		display: none; 
	}
	.navbar .nav-item:hover .dropdown-menu { 
		display: block; 
		width: 235px;
	}
	.navbar .nav-item .dropdown-menu { 
		margin-top: 0; 
	}
	.navbar .nav-item:hover .dropdown-menu a {
		white-space: unset;
	}
	.card-title {
		font-size: 1.7rem;	
		min-height: 123px;
	}
}



/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}




















