.hero-section {
	width: 100%;
	height: 100vh;
	padding: 0;
	position: relative;
}

/*.hero-section #hero-background {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}*/
.hero-section #hero-background {
   background-size: cover;
    padding-bottom: 0px;
    color: #fff;
    background-image: url(../images/Port-Blair.png)!important;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.hero-section #hero-backdrop {
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	height: 100vh;
	padding-bottom: 0px;
	/*background: rgba(0, 0, 0, 0.25);*/
	background-image: url(../images/Seabeach-Delight.webp);
	position: absolute;
	top: 0;
	left: 0;
	
}

.hero-section #hero-content {
	width: 100%;
	height: 100vh;
	background: transparent;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.hero-section #hero-content .h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-shadow: 2px 5px 7px rgba(0,0,0,0.6);
	font-size: 2.4rem;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}

.hero-section #hero-content .h3 {
	font-family: 'Permanent Marker', cursive;
	text-shadow: 2px 5px 7px rgba(0,0,0,0.6);
	font-size: 1.1rem;
	margin-bottom: 2em;
}

.hero-section #hero-content p {
	width: 100%;
	text-align: justify;
	font-size: 0.85em;
	text-shadow: 2px 5px 7px rgba(0,0,0,0.6);
	margin-bottom: 2em;
}

.hero-section #hero-content .hero-btn {
	font-size: 0.9em;
	font-weight: bold;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	color: #222;
	background: rgba( 255, 255, 255, 1 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	text-shadow: 1px 3px 5px rgba(0,0,0,0.3);
	border: 2px solid white;
	border-radius: 3px;
}

.hero-section #hero-content .socials {
	position: absolute;
	bottom: 30px;
}

.hero-section #hero-content .socials .social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	font-size: 1.8em;
	color: white;
	text-decoration: none;
	padding: 10px;
	padding-left: 0;
}

.about .h3 {
	font-family: 'Kalam', cursive;
	font-weight: 200;
	margin-bottom: 1em;
}

.about .h3 span {
	font-family: 'Kalam', cursive;
	font-weight: bold;
}

.about p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
}

.about .img-container {
	height: fit-content;
	display: flex;
	align-items: center;
}

.about .img-container .img1 {
	width: 60%;
	height: auto;
	position: absolute;
	left: 10%;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about .img-container .img2 {
	width: 60%;
	height: auto;
	margin-left: 30%;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.plan {
	background: linear-gradient(-45deg, royalblue, #8F00FF);
	color: white;
	padding: 3em 0;
}

.plan .h2 {
	text-align: center;
	font-family: 'Kalam', cursive;
	font-weight: bold;
	font-size: 2.4em;
}

.plan .section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

.plan .section div {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-bottom: 20px;
	background-color: white;
	color: #8F00FF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
}

.plan .section .h5 {
	text-transform: uppercase;
	font-family: 'Kalam', cursive;
}

.packages h2,
.destinations h2,
.activities h2 {
	font-family: 'Kalam', cursive;
	font-weight: bold;
	font-size: 2.2em;
	color: #333;
	text-shadow: 1px 3px 4px rgba(0,0,0,0.4);
}

.packages .card {
	position: relative;
	cursor: pointer;
	margin-bottom: 2.5em;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.packages .card .category {
	background-color: #00000080;
	color: white;
	font-size: 0.8em;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	top: 15px;
	left: 20px;
}

.packages .card .card-img-top {
	width: 100%;
	height: 200px;
	border-radius: 10px 10px 0 0;
	background-image: url('../image-2.html');
	background-size: cover;
	background-position: center;
}

.packages .card:hover .card-img-top {
	background-size: 110%;
}

.packages .card .card-body {
	position: relative;
}

.packages .card .card-body .card-title {
	font-size: 1.1em;
	font-weight: bold;
	/*color: royalblue;*/
	color: darkorange;
	display: inline;
}

.packages .card .card-body .card-info {
	font-weight: bold;
}

.packages .card .card-body .card-info i {
	/*color: royalblue;*/
	color: darkorange;
}

.packages .card .card-body .card-info span a{
	padding: 8px 18px;
	/*background: linear-gradient(-45deg, royalblue, #8F00FF);*/
	background-color: darkorange;
	color: white;
	border-radius: 5px;
	font-size: 0.85em;
	font-weight: normal;
	text-decoration: none!important;
}

.packages .card .card-body .btn {
	position: absolute;
	top: -20px;
	right: 20px;
	border: none;
	/*background: linear-gradient(-45deg, royalblue, #8F00FF);*/
	background-color: darkorange;
	color: white;
	font-size: 0.9em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax.parallax-1 {
	background-image: url('../parallax-1.html');
}

.parallax-1 .photo-1 {
	position: relative;
	width: 80%;
	margin-left: 10%;
	background-color: white;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax-1 .photo-2 {
	position: absolute;
	bottom: -5%;
	width: 40%;
	left: -15%;
	background-color: white;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax-1 .photo-3 {
	position: absolute;
	top: 5%;
	left: -15%;
	width: 80%;
	background-color: white;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax-1 .photo-4 {
	position: absolute;
	right: -15%;
	bottom: 15%;
	width: 45%;
	background-color: white;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.parallax-1 * img {
	width: 100%;
	height: auto;
}

.parallax-1 .h3 {
	font-family: 'Kalam', cursive;
	font-weight: bold;
	font-size: 2.4em;
	color: royalblue;
	text-shadow: 1px 3px 4px rgba(0,0,0,0.2);
}

.parallax-1 .card {
	background: rgba(255, 255, 255, 0.6);
	color: #444;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.destinations .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.destinations .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.destinations .swiper-slide .card {
	border: none;
	border-radius: 5px;
	text-decoration: none;
}

.destinations .swiper-slide .card .card-img-top {
	border-radius: 5px 5px 0 0;
}

.destinations .swiper-slide .card .card-body {
	padding: 10px;
	background: linear-gradient(-45deg, royalblue, #8F00FF);
	font-weight: bold;
	color: white;
	border-radius: 0 0 5px 5px;
}

.destinations .swiper-next-btn,
.destinations .swiper-prev-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	font-size: 1.2em;
	color: white;
	z-index: 1;
	background: rgba( 0, 0, 0, 0.15 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.destinations .swiper-next-btn {
	position: absolute;
	right: -0;
	border-radius: 5px 0 0 5px;
}

.destinations .swiper-prev-btn {
	position: absolute;
	left: 0;
	border-radius: 0 5px 5px 0;
}

.parallax.parallax-2 {
	background-image: url('../parallax-2.html');
	color: white;
}

.parallax-2 .h3 {
	font-family: 'Kalam', cursive;
	font-weight: bold;
	font-size: 2.4em;
	color: white;
	text-shadow: 1px 3px 4px rgba(0,0,0,0.2);
}

.parallax-2 a {
	display: inline-block;
	text-decoration: none;
	color: white;
	padding: 10px 20px;
	border: 2px solid white;
	font-weight: 700;
}

.parallax-2 a:hover, .parallax-2 a:focus {
	background-color: white;
	color: #333;
}

.activities .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.activities .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid white;
}

.activities .swiper-pagination .swiper-pagination-bullet-active {
	background-color: white;
	color: white;
}

.certification {
	background-color: royalblue;
}

.certification .h3 {
	font-family: 'Kalam', cursive;
	font-weight: bold;
	font-size: 2.4em;
	color: white;
	text-shadow: 1px 3px 4px rgba(0,0,0,0.2);
}

.certification img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px) {
	.hero-section #hero-content .h1 {
		font-size: 2.6rem;
	}
	.hero-section #hero-content .h3 {
		font-size: 1.2rem;
	}
	.hero-section #hero-content p {
		font-size: 1.05em;
	}
	.hero-section #hero-content .hero-btn {
		font-size: 1em;
	}
	.packages h2,
	.destinations h2,
	.activities h2 {
		font-family: 'Kalam', cursive;
		font-weight: bold;
		font-size: 2.5em;
		color: #333;
		text-shadow: 1px 3px 4px rgba(0,0,0,0.4);
		padding-top: 65px;
	}
}

@media (min-width: 992px) {
	.hero-section #hero-content {
		align-items: center;
		justify-content: center;
	}
	.hero-section #hero-content .h1 {
		font-size: 3.4rem;
		text-align: center;
	}
	.hero-section #hero-content .h3 {
		font-size: 1.4em;
		text-align: center;
	}
	.hero-section #hero-content p {
		width: 70%;
		margin-left: 15%;
	}
	.hero-section #hero-content .hero-btn {
		width: 24%;
	}
	.parallax-1 .photo-1 {
		width: 60%;
		margin-left: 20%;
	}
}

@media (min-width: 1200px) {
	.hero-section #hero-content .h1 {
		font-size: 3.4rem;
		text-align: left;
	}
	.hero-section #hero-content .h3 {
		font-size: 1.4em;
		text-align: left;
	}
	.hero-section #hero-content p {
		width: 60%;
		margin-left: 0;
		text-align: justify;
	}
	.hero-section #hero-content .hero-btn {
		width: auto;
	}
	.about .img-container .img2 {
		margin-left: 40%;
	}
	.certification img {
		width: 70%;
		margin-left: 15%;
	}
}
/*------------*/
.inclusions {
    margin-top: 15px;
    margin-left: 15px;
}
.inclusions h5 {
    font-size: 20px;
    font-weight: 600;
}
.inc ul {
    height: 80px;
}
.pkg-incusion {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.pkg-incusion li {
    padding: 0 0 0 15px;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../assets/images/arrow-orng.html);
    background-repeat: no-repeat;
    background-position: left 6px;
}
.smt {
    margin-top: 10px;
    margin-bottom: 10px;
    color: darkorange;
}
ul {
    margin: 0;
    padding: 0;
}
.pkg-itinerary li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-orng.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
b, strong {
    font-weight: bold;
}
/*-----Start Enquiry Form---*/
.contact-form-area {
    position: relative;
    background: #3e3e3e;
    padding: 15px;
}
.contact-title {
    position: relative;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 37px;
    color: #222;
    margin-bottom: 46px;
}
.contact-title:before {
    position: absolute;
    content: '';
    background: #ff991f;
    width: 50px;
    height: 4px;
    left: 0px;
    bottom: -16px;
    border-radius: 5px;
}
.contact-form-area input[type='text'], .contact-form-area input[type='email'] {
    position: relative;
    width: 100%;
    height: 33px;
    border: 1px solid #e5e5e5;
    color: #848484;
    transition: all 900ms ease;
    margin-bottom: 20px;
    padding: 8px 10px;
    border-radius: 3px;
}
.btn-style-two {
    position: relative;
    padding: 7px 5px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    background: #463f8c;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #463f8c;
    text-transform: uppercase;
    font-family: raleway,sans-serif;
}
.btn-style-two:hover {
    color: #463f8c;
    background: none;
    border-color: #463f8c;
}

.theme-btn:hover {
    color: #ff7162 !important;
}
.btn-style-two:hover {
    color: #463f8c;
    background: none;
    border-color: #463f8c;
}

.form-group {
    margin-bottom: 0.2rem;
}
.form-padding {
    background-color: #080808b5;
    padding: 30px;
}

.form-style {
    margin-bottom: 20px;
}
.form-control {
    height: 42px;
    padding: 10px 12px;
    font-weight: 600;
}
textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
}

/*-----------*/

/*.enquirenow {
    border-radius: 2px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 0.6rem 1rem;
    border: 1px solid #fe5246;
    color: #fe5246;
    padding: 0.5rem 1rem;
    cursor: pointer;
}*/
.paynowbank {
    position: relative;
    border: none;
    right: 0px;
    background: #312A29;
    padding: 0.6rem 1rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    animation: blink 3s infinite;
}
@keyframes blink {
0% {
    background-color: red;
}
25% {
    background-color: orangered;
}
75% {
    background-color: darkorange;
}
50% {
    background-color: darkcyan;
}
100% {
    background-color: chocolate;
}
}
