@font-face {
	font-family: Poppins-Light;
	src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
	font-family: Poppins-Regular;
	src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
	font-family: Poppins-Medium;
	src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url(../fonts/Poppins-SemiBold.ttf);
}

body {
	line-height: 1.8;
	color: #000000;
	font-family: 'Poppins-Regular';
	background-color: #fbfbfb;
}

html {
	scroll-behavior: smooth;
}

.jumbotronBanner {
	background-color: hsl(40, 95%, 56%);
	color: #ffffff;
	padding: 100px 25px 70px 25px;
	font-family: 'Poppins-Regular';
}

.jumbotronBanner h5 {
	font-size: 15px;
}

.text-design {
	letter-spacing: 4px;
	font-family: 'Poppins-Regular';
}

.text-design-footer {
	letter-spacing: 2px;
	font-family: 'Poppins-Regular';
}

p {
	letter-spacing: 1px;
	font-family: 'Poppins-Regular';
	font-size: 15px;
}

.bg-grey {
	background-color: #f6f6f6;
}

.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}

.item span {
	font-style: normal;
}

.navbar {
	margin-bottom: 0;
	background-color: #ffffff;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 3px;
	border-radius: 0;
	font-family: 'Poppins-Regular', sans-serif;
	padding: 0px;
	position: fixed;
	top: 0;
	width: 100%;
}

.navbar li {
	padding: 8px 15px;
}

.navbar li a,
.navbar .navbar-brand {
	color: #000000 !important;
}

.navbar-brand {
	padding: 10px 0px 10px 40px;
}

.main-menu li:hover {
	background-color: #fff !important;
}

.main-menu li:hover a {
	color: #000000 !important;
}

.dropdown-menu {
	padding: 0px;
	border-radius: 0px 0px 5px 5px;
	margin: 0px;
	border: 1px solid #cccccc;
}

.dropdown-menu li {
	padding: 8px 0px;
	width: 100%;
}

.dropdown-menu li a {
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: 'Poppins-Regular';
	color: #000000 !important;
	text-align: left;
}

.dropdown-menu li:hover {
	background-color: #f8f9fa !important;
}

.dropdown-menu li:hover:nth-child(2) {
	border-radius: 0px 0px 6px 6px;
	background-color: #ffffff;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
	background: #fff !important;
}

.btn-send {
	background-color: #505050;
	color: white;
}

::selection {
	background-color: hsl(40, 95%, 56%);
	color: white;
}

::-moz-selection {
	background-color: hsl(40, 95%, 56%);
	color: white;
}

.place-img {
	height: 300px;
	padding: 10px 0px;
}

.place-img img {
	height: 280px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 5px solid #f1f1f1;
	border-radius: 4px;
}

.place-info {
	padding: 10px 30px;
}

h6 {
	font-size: 13px;
}

textarea {
	resize: none;
}

.card-img {
	width: 100%;
	height: 15rem;
	display: flex;
	align-items: center;
	padding: 5px;
}

.card-img img {
	text-align: center;
	width: 100%;
	height: 14rem;
}

.card-title {
	letter-spacing: 4px;
	font-family: 'Poppins-Regular';
}

.card {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	min-height: 20rem;
}

table thead tr {
	background-color: #505050;
	letter-spacing: 2px;
	font-family: 'Poppins-Regular';
	color: white;
}

table thead tr th {
	font-weight: normal;
}

.aboutImg {
	width: 300px;
	height: 200px;
}

.aboutIN {
	background-color: #505050;
}

.aboutIN>h4 {
	font-size: 27px;
}

.aboutIN h6 {
	color: #ffffff;
	font-size: 16px;
}

.font-size-8 {
	font-size: 8px !important
}

.font-size-9 {
	font-size: 9px !important
}

.font-size-10 {
	font-size: 10px !important
}

.font-size-11 {
	font-size: 11px !important
}

.font-size-12 {
	font-size: 12px !important
}

.font-size-13 {
	font-size: 13px !important
}

.font-size-14 {
	font-size: 14px !important
}

.font-size-15 {
	font-size: 15px !important
}

.font-size-16 {
	font-size: 16px !important
}

.font-size-18 {
	font-size: 18px !important
}

.font-size-20 {
	font-size: 20px !important
}

.font-size-22 {
	font-size: 22px !important
}

.font-light {
	font-family: Poppins-Light !important;
}

.font-regular {
	font-family: Poppins-Regular !important;
}

.font-medium {
	font-family: Poppins-Medium !important;
}

.font-semibold {
	font-family: Poppins-SemiBold !important;
}

.theme-text {
	background: linear-gradient(90deg, #ff7400, #ea0015);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #00000000;
}

.carousel-control-next,
.carousel-control-prev {
	width: 8% !important;
}

.carousel-item-info {
	top: 0px;
	left: 0px;
	background-color: #00000045;
	width: 100%;
	height: 100%;
}

.carousel-item-info>div {
	padding: 100px 0px 0px 100px;
}

.carousel-item-header {
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: Poppins-SemiBold;
	font-size: 90px;
	font-weight: bold;
}

.theme-btn {
	display: inline-block;
	background: #f9853f;
	padding: 4px 12px;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Poppins-SemiBold';
	font-weight: 600;
	border-radius: 7px;
}

.carousel-item-content {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: Poppins-Regular;
	text-shadow: 1px 1px #505050;
	line-height: 35px;
	width: 60%;
}

.w-25px {
	width: 25px;
}

.px-container {
	padding: 20px 80px;
}

.text-points {
	color: #373737;
	font-size: 11px !important;
}

.carousel-prev-btn,
.carousel-next-btn {
	color: #cccccc;
	position: absolute;
	z-index: 1;
	background: #fbfbfb;
	height: 100%;
	font-size: 20px;
}

.carousel-prev-btn {
	padding: 0px 12px 0px 50px;
	top: 0px;
	left: 0px;
}

.carousel-next-btn {
	padding: 0px 50px 0px 12px;
	top: 0px;
	right: 0px;
}

.card {
	border-radius: 10px;
	border: none;
	background-color: #f1f1f1;
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.12), 0px -1px 1px 0px rgba(0, 0, 0, 0.24) !important;
}

.card>img {
	border-radius: 10px 10px 0px 0px;
	height: 210px;
	object-fit: cover;
}

.card-body {
	padding: 10px;
}

.btn:focus {
	box-shadow: none;
}

.item-label {
	font-size: 17px;
	font-family: Poppins-Medium;
	max-width: 200px;
	text-wrap: unset;
}

.item-label-desc {
	font-size: 13px;
	font-family: Poppins-Regular;
	height: 100px;
	overflow-y: scroll;
	scroll-behavior: smooth;
	scrollbar-width: none;
	color: #686868;
}

.item-price {
	font-size: 15px;
	font-family: Poppins-Medium;
	color: #373737;
}

.service-box {
	border-radius: 10px;
	padding: 20px 20px;
	background-color: #37373710;
	background-image: url(../images/regular-curve-line.svg);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 50%;
}

.service-icon {
	font-size: 45px;
	color: #373737;
}

.service-header {
	font-size: 18px;
	font-family: 'Poppins-Medium';
	color: #373737;
	background: linear-gradient(90deg, #ea0015, #ff7400);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #00000000;
}

.service-desc {
	font-size: 12px;
	font-family: 'Poppins-Regular';
	color: #505050;
}

footer {
	background-color: #373737;
	font-family: 'Poppins-Regular';
	padding: 40px 80px 40px 80px;
	background-image: url(../images/regular-curve-line.svg);
	background-repeat: no-repeat;
	background-position-x: 82%;
	background-size: contain;
}

footer ul {
	padding-left: 0px !important;
	margin-bottom: 0px;
}

footer ul>li {
	list-style: none;
}

footer ul>li>a {
	color: #F9B224;
	font-size: 12px;
	font-family: Poppins-Regular;
	list-style: none;
}

footer ul>li>a:hover {
	color: #fec656;
	text-decoration: none;
}


footer ul>li span {
	color: #F9B224;
}

footer #copy-rights {
	color: #F9B224;
}

footer ul>li>i {
	color: #F9B224;
}

.days {
	font-size: 12px;
	font-family: Poppins-Regular;
	color: #373737;
}

.facility {
	font-size: 12px;
	color: #373737;
}

.hide-scroll-and-allow-scrolling {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.hide-scroll-and-allow-scrolling::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}

.sm-icon-width {
	width: 25px;
}

.modal-content {
	border-radius: 10px;
}

.modal-footer {
	background-image: url(../images/regular-curve-line.svg);
	background-position: 80%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #37373710;
}

.close-btn {
	font-size: 13px;
	font-family: Poppins-Medium;
	background-color: #FFFFFF;
	color: #373737;
	border-color: #373737;
}

.submit-btn {
	font-size: 13px;
	font-family: Poppins-Medium;
	color: #FFFFFF;
	background-color: #f9853f
}

.form-control {
	font-size: 12px;
	color: #373737;
}

.modal {
	height: 100vh;
}

.modal-lg {
	width: 700px;
}

.modal-body {
	padding: 0px;
}

.form-control-transparent,
.form-control-transparent:focus {
	font-size: 12px;
	color: #686868;
	background: #fbfbfb;
	font-family: 'Poppins-regular';
	border-radius: 7px;
}

.form-control-transparent::placeholder {
	color: #686868;
}

#contact-page-body {
	height: 490px;
	background-image: url(../images/adventure.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 20%;
}

#contact-page-body>div {
	padding: 150px 80px;
}

.contact-us-header {
	background: linear-gradient(90deg, #ffffff, #40e3ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #00000000;
	letter-spacing: 2px;
	font-family: Poppins-SemiBold;
	font-size: 75px;
}

#service-body>section {
	padding: 0px 80px;
	width: 100%;
	position: relative;
}

.service-img-1,
.service-img-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 40%;
	position: absolute;
	width: 500px;
	height: 600px;
	z-index: 1;
}

.service-img-1 {
	right: 80px;
}

.service-img-2 {
	left: 80px;
}

.section-content-1,
.section-content-2 {
	position: absolute;
	width: 70%;
	z-index: 1;
}

.section-content-2 {
	right: 80px;
	text-align: end;
}

.section-content-header {
	font-size: 50px;
	font-family: Poppins-SemiBold;
	background: linear-gradient(90deg, #ea0015, #ff7400);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #00000000;
}

.section-content-info {
	font-size: 13px;
	font-family: Poppins-Medium;
	color: #686868;
	width: 45%;
}

#section-1 {
	background-color: #f8f8f8;
	height: 475px;
}

#section-2 {
	background-color: #f0f0f0;
	height: 650px;
}

#section-3 {
	background-color: #f8f8f8;
	height: 800px;
}

#section-1>.service-img-1 {
	background-image: url('../images/flight-service-img.jpg');
	background-position-x: right;
	top: -25px;
}

#section-2>.service-img-2 {
	background-image: url('../images/car-service-2.jpg');
	background-position-x: right;
	top: 175px;
}

#section-3>.service-img-1 {
	background-image: url('../images/hotel-booking.jpg');
	background-position-x: right;
	top: 250px;
}

#section-1>.section-content-1 {
	top: 50px;
}

#section-2>.section-content-2 {
	top: 275px;
}

#section-3>.section-content-1 {
	top: 320px;
}

#service-body .service-img-1,
#service-body .service-img-2 {
	border-radius: 10px;
}

.carousel-item-1 {
	background-image: url(../images/website-carousel-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
}

.navbar-brand>img {
	width: 95px;
}

#carouselExampleIndicators {
	margin-top: 65px;
}

#section-0 {
	background-image: url(../images/best-beaches-in-bali.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
	background-position-x: 100%;
	background-position-y: 64px;
}

#section-service-body {
	padding: 80px 80px 15px 80px;
}

#section-service-body .service-box {
	border-radius: 10px;
	padding: 12px 20px;
	background-color: #ffffffba;
	background-image: url(../images/regular-curve-line.svg);
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 50%;
}

#section-0 .section-content-header {
	font-size: 45px;
	font-family: Poppins-SemiBold;
	width: 100%;
	background: linear-gradient(90deg, #ffffff, #a5fff3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #00000000;
}

#section-0 .section-content-info {
	font-size: 18px;
	font-family: Poppins-Medium;
	color: #ffffff;
	width: 100%;
}

.service-icon-size {
	width: 125px;
	height: 85px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
}

.icon-1 {
	background-image: url('../images/Curated-Holiday-Packages-Icon.png');
}

.icon-2 {
	background-image: url('../images/Premium-Hotel-Resort-Bookings-Icon.png');
}

.icon-3 {
	background-image: url('../images/Flight-Booking-Assistance-Icon.png');
}

.icon-4 {
	background-image: url('../images/Visa-Documentation-Support-Icon.png');
}

.icon-5 {
	background-image: url('../images/Airport-Transfers-Local-Transportation-Icon.png');
}

.icon-6 {
	background-image: url('../images/MICE-Corporate-Travel-Website-Icon.png');
}

#section-4 {
	background-color: #f0f0f0;
	height: 125px;
}

.carousel-item>div {
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
}

.price-box {
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.price-tag-label {
	position: absolute;
	top: -16px;
	width: 100%;
	text-align: center;
}

.price-tag-label>span {
	border-radius: 15px;
	background: linear-gradient(to top, #F9B224, #FFFFFF);
	padding: 5px 25px;
	color: black;
	font-family: 'Poppins-Medium';
	font-size: 13px;
}

.price-tag {
	background: #ffffff;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 35px;
	font-family: 'poppins-semibold';
	color: #373737;
}

.days-nights {
	position: absolute;
	bottom: -16px;
	width: 100%;
	text-align: center;
}

.days-nights>span {
	border-radius: 15px;
	background: #373737;
	padding: 5px 25px;
	color: #F9B224;
	font-family: 'Poppins-SemiBold';
	font-size: 12px;
	box-shadow: 0px 1px 0px 0px #F9B224;
}

#slider {
	margin-top: 65px;
}


.contact-info-box {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #efefef;
}

.contact-info-header {
	font-size: 15px;
	font-family: 'Poppins-Medium';
	color: #373737;
}

.contact-info-desc {
	font-size: 12px;
	font-family: 'Poppins-Regular';
	color: #505050;
}

.contact-info-icon-size {
	width: 60px;
}

.contact-info-icon-size>i {
	font-size: 30px;
	margin-right: 20px;
	color: #373737;
}

.form-div {
	width: 100%;
	padding: 15px 0px 15px 120px;
}

#contact-page-info .row .font-size-22 {
	color: #686868;
}

.form-div>div {
	border-radius: 15px;
	padding: 15px 30px;
	background: white;
	box-shadow: 0px 1px 1px 0px #dadada;
}

.send-msg-header {
	font-size: 22px;
	font-family: 'Poppins-Medium';
	color: #686868;
	margin-bottom: 15px;
}

#contact-page-info {
	padding: 50px 80px;
}

.explore-div {
	margin-top: 75px;
}

.explore-div label:first-child {
	font-size: 45px;
	font-family: 'Poppins-SemiBold';
	background: linear-gradient(90deg, #ff7400, #ea0015);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #00000000;
}

.explore-div label {
	font-size: 15px;
	font-family: 'Poppins-Regular';
	color: #686868;
}

#explore-img-1 {
	width: 100%;
	height: 500px;
	border-radius: 15px;
	background-image: url(../images/boat-diving.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#explore-img-2 {
	width: 100%;
	height: 500px;
	border-radius: 15px;
	margin-top: 75px;
	background-image: url(../images/relax-with-river.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.explore-img {
	width: 100%;
	height: 500px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}

.explore-div-gap {
	display: grid;
}

.explore-div-gap>div {
	padding-bottom: 40px;
}

.z-1 {
	z-index: 1;
}

.opacity-shade {
	background-color: #00000020;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.col-banner-1 {
	background-image: url('../images/taj-mahal.jpg');
	background-position-y: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 25%;
	height: 500px;
}

.col-banner-2 {
	background-image: url('../images/adventure-on-hill.jpg');
	background-position-y: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 35%;
	height: 500px;
}

.col-banner-3 {
	background-image: url('../images/food-with-relax-on-beach.jpg');
	background-position-y: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20%;
	height: 500px;
}

.col-banner-4 {
	background-image: url('../images/parachutes.jpg');
	background-position-y: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20%;
	height: 500px;
}

.quote {
	position: absolute;
	left: 250px;
	top: 82%;
	background: #ffffff;
	padding: 10px 35px;
	font-size: 50px;
	font-family: 'Poppins-semibold';
	width: 70%;
}

.quote .fa {
	font-size: 85px;
}

.quote sup {
	top: -60px;
	left: -20px;
}

.quote sub {
	top: 60px;
	left: 50px;
}

.pixel-img-box {
	height: 960px;
	background-color: aliceblue;
}

.pixel-img-1 {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 225px;
	left: 200px;
	border: 18px solid #e0cd93;
	background: url(../images/pixel-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	z-index: 1;
}

.pixel-img-2 {
	width: 300px;
	height: 325px;
	position: absolute;
	top: 325px;
	left: 445px;
	border: 18px solid #e0cd93;
	background: url(../images/pixel-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	z-index: 2;
}

.pixel-img-3 {
	width: 360px;
	height: 250px;
	position: absolute;
	top: 510px;
	left: 145px;
	border: 18px solid #e0cd93;
	background: url(../images/pixel-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 3;
}

.pixel-quote {
	position: absolute;
	left: 0px;
	top: 250px;
	background: #ffffff;
	padding: 10px 35px;
	font-size: 17px;
	font-family: 'Poppins-Medium';
}

.pixel-quote .fa {
	font-size: 20px;
}

.pixel-quote sup {
	top: -22px;
	left: -20px;
}

.pixel-quote sub {
	top: 22px;
	left: 50px;
}

.about-us-text {
	position: relative;
	top: -45px;
	text-align: center;
	font-size: 50px;
}

.about-us-row {
	padding-bottom: 100px;
}

.about-us-box {
	width: 75%;
	background-color: #e0cd93;
	padding: 25px 40px;
}

.about-us-box>label {
	min-height: 195px;
}

@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}

	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}

	.dropdown-menu {
		padding: 1px !important;
		background-color: #ffffff !important;
		border: 0px;
		border-radius: 0px;
	}

	.dropdown-menu li a {
		text-align: left;
	}

	.navbar-brand {
		padding: 5px 0px 5px 15px;
	}

	.navbar-brand>img {
		width: 75px;
	}

	.navbar-toggler {
		padding: .15rem .70rem;
	}

	.navbar-toggler-icon {
		width: 20px;
		height: 24px;
	}

	.fa-bars {
		color: #cccccc;
		font-size: 25px;
	}

	.place-img img {
		border: 0px;
		border-radius: 0px;
	}

	.aboutIN {
		padding: 3% !important;
	}

	.aboutIN>h4 {
		font-size: 17px;
	}

	.aboutIN img {
		width: 100% !important;
	}

	.aboutImg {
		height: 220px;
	}

	.carousel-item>img {
		height: 155px;
	}

	.carousel-item-info>div {
		padding: 30px;
		height: 100%;
	}

	.carousel-item-header {
		font-size: 30px;
	}

	.carousel-item-content {
		font-size: 10px;
		line-height: 22px;
		width: 100%;
	}

	.carousel-prev-btn {
		padding: 0px 7px 0px 7px;
	}

	.carousel-next-btn {
		padding: 0px 7px 0px 7px;
	}

	#cardContainer {
		padding: 0px 24px !important;
	}

	.card>img {
		height: 110px;
	}

	.item-label {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.item-label-desc {
		font-size: 10px;
		height: 90px;
		margin-bottom: 0px;
	}

	#cardContainer>div {
		padding-left: 10px;
		padding-right: 10px;
	}

	.item-price {
		font-size: 12px;
		white-space: nowrap;
	}

	.theme-btn {
		padding: 3px 8px;
		font-size: 12px;
	}

	.card {
		min-width: 195px;
		min-height: 265px;
	}

	#card-slider {
		padding: 1.5rem 0rem !important;
	}

	.px-container {
		padding: 0px 15px;
	}

	.service-box {
		padding: 15px 15px;
	}

	.service-header {
		font-size: 15px;
	}

	footer {
		padding: 20px 0px 20px 0px;

	}

	footer .col {
		padding: 0px 15px !important;
	}

	footer .col-md-4 {
		margin-top: 20px;
		padding: 0px 15px;
	}

	.facility {
		font-size: 10px;
	}

	.days {
		font-size: 10px;
	}

	.modal-lg {
		width: auto;
	}

	.modal-body .col-md-5 {
		margin-bottom: 1.5rem;
	}

	#contact-page-body {
		height: 275px;
	}

	#contact-page-body>div {
		padding: 100px 15px 0px 15px !important;
	}

	#contact-page-body p {
		margin-bottom: 10px;
	}

	#contact-page-body .col-md-7 {
		margin: 30px 0px;
	}

	#service-body>section {
		padding: 0px 15px;
	}

	.section-content-1 {
		width: 70%;
	}

	.section-content-header {
		font-size: 17px;
	}

	.section-content-info {
		font-size: 8px;
		color: #686868;
		width: 55%;
	}

	.section-content-2 {
		right: 15px;
		width: 70%;
	}

	#section-1,
	#section-2,
	#section-3 {
		height: 370px !important;
	}

	.service-img-1 {
		right: 15px;
	}

	.service-img-2 {
		left: 15px;
	}

	#section-1>.section-content-1,
	#section-2>.section-content-2,
	#section-3>.section-content-1 {
		top: 135px;
	}

	#carouselExampleIndicators {
		margin-top: 44px;
	}

	.carousel-indicators {
		bottom: 0px;
		margin-bottom: 10px;
	}

	.carousel-indicators li {
		width: 20px;
		height: 3px;
	}

	#section-service-body {
		padding: 45px 15px 15px 15px;
	}

	#section-0 .section-content-header {
		font-size: 25px;
		margin-top: 20px;
	}

	#section-0 .section-content-info {
		font-size: 12px;
		margin-bottom: 25px;
	}

	#section-service-body .service-box {
		padding: 8px 12px;
	}

	.service-icon-size {
		width: 70px;
		height: 62px;
		margin-right: 10px;
	}

	.service-header {
		font-size: 12px;
	}

	.service-desc {
		font-size: 9px;
	}

	#section-1>.service-img-1,
	#section-2>.service-img-2,
	#section-3>.service-img-1 {
		width: 190px;
		height: 270px;
		top: -23px;
	}

	#section-1>.section-content-1,
	#section-2>.section-content-2,
	#section-3>.section-content-1 {
		top: 40px;
	}

	#section-4 {
		display: none;
	}

	.price-box {
		margin-top: 15px;
	}

	.price-tag-label>span {
		padding: 3px 15px;
		font-size: 8px;
	}

	.price-tag {
		padding: 8px 30px;
		font-size: 15px;
	}

	.days-nights {
		bottom: -12px;
	}

	.days-nights>span {
		padding: 3px 15px;
		font-size: 8px;
	}

	#slider {
		margin-top: 45px;
	}

	.carousel-item>div {
		height: 275px;
	}

	.carousel-inner>.carousel-item:nth-child(1)>div {
		background-position-x: 45%;
	}

	.carousel-inner>.carousel-item:nth-child(4)>div {
		background-position-x: 75%;
	}

	#section-0 {
		background-position-y: 44px;
	}

	.contact-us-header {
		background: linear-gradient(90deg, #ffffff, #bda834);
		-webkit-background-clip: text;
		-webkit-text-fill-color: #00000000;
		font-size: 30px;
	}

	#contact-page-body>div>label:nth-child(3) {
		font-size: 12px !important;
		margin-top: 0px !important;
	}

	#contact-page-info>.row {
		margin: 20px 0px;
	}

	#contact-page-info {
		padding: 0px 15px;
	}

	#contact-page-info .row .font-size-22 {
		font-size: 16px !important;
		color: #686868;
	}

	.contact-info-icon-size {
		width: 40px;
	}

	.contact-info-icon-size>i {
		font-size: 23px;
	}

	.contact-info-icon-size>.fa-envelope {
		font-size: 18px !important;
	}

	.contact-info-header {
		font-size: 13px;
	}

	.contact-info-desc {
		font-size: 11px;
		font-family: 'Poppins-Regular' !important;
	}

	.contact-info-box {
		padding: 0px 0px 8px 0px;
	}

	#contact-page-info .row .col-md-4 .row .mb-3 {
		margin-bottom: 8px !important;
	}

	.form-div {
		padding: 15px 0px 15px 0px;
	}

	.form-div>div {
		border-radius: 12px;
		padding: 15px 15px;
		background: white;
	}

	.send-msg-header {
		font-size: 17px;
	}

	.explore-div label:first-child {
		font-size: 20px;
	}

	.explore-div label {
		font-size: 11px;
	}

	.explore-div div:nth-child(2) {
		margin-top: 20px;
	}

	.explore-div div:nth-child(2)>div {
		gap: 12px !important;
	}

	#explore-img-1,
	#explore-img-2 {
		height: 260px;
	}

	#explore-img-2 {
		margin-top: 40px !important;
		margin-bottom: 25px !important;
	}

	.explore-div {
		margin-top: 15px;
	}

	.explore-div>div>div {
		padding: 0px !important;
	}

	.explore-img {
		height: 260px;
	}

	.col-banner-1,
	.col-banner-2,
	.col-banner-3,
	.col-banner-4 {
		height: 235px;
	}

	.col-banner-3 {
		background-position-x: -85px;
	}

	.col-banner-4 {
		background-position-x: -60px;
	}

	.quote {
		left: 60px;
		top: 90%;
		padding: 10px 20px 20px 20px;
		font-size: 14px;
		width: 70%;
	}

	.quote .fa {
		font-size: 30px;
	}

	.quote sup {
		top: -32px;
		left: -15px;
	}

	.quote sub {
		top: 45px;
		left: 25px;
	}

	.pixel-img-box {
		height: 1000px;
	}

	.pixel-img-1 {
		width: 170px;
		height: 210px;
		top: 125px;
		left: 25px;
		border: 10px solid #e0cd93;
	}

	.pixel-img-2 {
		width: 150px;
		height: 175px;
		top: 170px;
		left: 145px;
		border: 10px solid #e0cd93;
		background-position: center;
	}

	.pixel-img-3 {
		width: 250px;
		height: 175px;
		top: 320px;
		left: 0px;
		border: 10px solid #e0cd93;
	}

	.pixel-quote {
		left: 0px;
		top: 50px;
		padding: 10px 25px;
		font-size: 12px;
	}

	.pixel-quote .fa {
		font-size: 18px;
	}

	.pixel-quote sup {
		top: -18px;
		left: -16px;
	}

	.pixel-quote sub {
		top: 22px;
		left: 30px;
	}

	.about-us-text {
		top: -25px;
		font-size: 30px;
	}

	.about-us-row {
		padding-bottom: 50px;
		display: grid;
		gap: 30px;
	}

	.about-us-row>div {
		justify-content: center !important;
		padding: 0px !important;
	}

	.about-us-box {
		width: 100%;
		padding: 20px 25px;
	}

	.about-us-box>label {
		min-height: 168px;
		font-size: 12px !important;
	}
}