* {
	margin: 0px;	
	padding: 0px;	
}
.scuba-banner {
    height: 600px;
    background-position: center center;
    width: 100%;
    background-repeat: no-repeat;
	justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
	color:#fff;
	background-size: cover;
	position: relative;
}
.banner-overlay {
    background-color: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.scuba-banner .container {
    position: relative;
}
.see-btn, .see-btn:hover {
	border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    text-transform: capitalize;
    border-radius: 0px;
    padding: 15px 35px;
    font-size: 16px;
    line-height: 1em;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	font-weight: bold;
}
.scuba-detail {
    background-color: #000;
    padding-top: 100px;
    color: #fff;
    padding-bottom: 250px;
}
.service-boxs {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: background-color .2s;
    display: flex;
	background-color: #fff3;
    border: 1px solid #fff3;
	margin-bottom: 10px;
}
.experience-box {
    z-index: 1;
    grid-column-gap: 80px;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffffdb;
    background-image: linear-gradient(162deg, #ffffffb3, #fff0);
    border-radius: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 20px 50px;
    display: flex;
    position: relative;
    box-shadow: 0 0 30px #00000026;
}
.experience-img {
    position: relative;
}
.experience-img img {
    border-radius: 20px;
}
.experience-section {
    margin-top: -212px;
    margin-bottom: 59px;
}
.exp-dec {
    border: 1px solid #afafaf80;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
    border-radius: 20px;
    margin: auto 15px 15px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
}
.confidence-img1 {
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
	height: 100%;
}
.confidence-img {
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
}
.unforgettable-box {
    background-color: #FC791A;
    color: #fff;
}
.section-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.unforgettable-column {
    width: 50%;
}
.call-to-container {
    color: #fff;
}
.sailing-about {
    position: relative;
}
.about-salling1 {
    position: absolute;
    left: 0;
}
.about-salling {
    z-index: 9;
    position: relative;
}
.sailing-book {
    color: #fff;
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.sailing-book .container {	
    padding: 180px 0px;
	position: relative;
}
.about-img img {
    border-radius: 22px;
}
.about-img {
    position: relative;
}
.aboutimg {
    position: absolute;
    top: 13%;
    z-index: 9;
    right: 0;
}
.aboutdetail {
    position: relative;
    top: -19px;
    right: -91px;
    z-index: 9;
}
.dream-tours {
    position: relative;
}
.dream-tours-center {
    position: absolute;
    z-index: 9;
    top: 24%;
}
.dream-tours img {
    border-radius: 15px;
}
.teem-box {
    border-radius: 28px;
    background: #fff;
    -webkit-box-shadow: 10px 9px 106.6px 55px rgba(5, 6, 60, 0.04);
    box-shadow: 10px 9px 106.6px 55px rgba(5, 6, 60, 0.04);
    z-index: -1;
	text-align: center;
	padding-bottom: 25px;
	margin-top: 140px;
}
.teem-detail-box {
	text-align: center;
    padding: 20px 15px;
    border-radius: 28px;
    border: 1px dashed rgba(21, 20, 21, 0.21);
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.teem-box img {
    margin: 0 auto;
    width: 258px;
    height: 258px;
	border-radius: 50%;
	margin-top: -100px;
}
.existing-box {
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -60px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: -60px;
	background-color: #FFFFFF;
    padding: 60px 60px 60px 60px;
}
.existing-list {
    column-count: 2;
}
.scuba-btn, .scuba-btn:hover {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: .5px;
    padding: 15px 35px;
    font-size: 16px;
    line-height: 1em;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 50px;
	border: 0;
}
.hotel_highlight_btn {
    margin-left: 6px;
    background-color: #FC791A;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2em;
    padding: 15px 35px;
    border-radius: 0px;
    border: none;
    transition: .5s ease-in-out;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.excursion-card-box {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid #E4E6E8;
    width: 100%;
    margin-bottom: 40px;
    box-shadow: inset 0 4px 14px #26262559;
}
.excursion-card-image {
    position: relative;
    overflow: hidden;
}
.excursion-card-image .wishh {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.8196078431);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    z-index: 12;
}
.excursion-card-image img {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 100%;
    width: 100%;
    height: 265px;
}
.excursion-card-info {
    padding: 20px 16px;
    border-radius: 30px;
    position: relative;
    margin-top: -40px;
    background-color: #fff;
    box-shadow: inset 0 4px 14px #26262559;
    height: 100px;
}
a.excursion-card-heading {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    text-decoration: none;
}
.excursion-card-detail {
    padding: 20px 16px;
}
.card-duration-tour {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
.excursion-card-endtime {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.excursion-card-price {
    display: flex;
    align-items: flex-end;
}
.excursion-card-price h6 {
    font-size: 24px;
    line-height: 32px;
    margin-right: 6px;
}
.excursion-card-price p {
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: #737373;
}
.excursion-card-button .btn {
    padding: 8px 18px !important;
    color: #000000;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700 !important;
    background-color: #F2F4F6;
    border-radius: 50px;
    border: 1px solid #E4E6E8;
    box-shadow: inset 0 4px 14px #26262559;
}
.address-section {
	background-color: #000000;
	padding: 40px 0;
	color: #FFFFFF;
}
.call-to-container { 
    position: relative;
}
.cta-overlay {
    background: hsl(0deg 0% 0% / 24%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.call-to-container .row {
    z-index: 9;
    position: relative;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.card_detail {
    width: 92%;
    padding: 0px 12px;
    height: 40px;
}
.field {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    font-size: 15px;
    line-height: 1.2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.card_element label {
    width: 100%;
}
.card_element label {
    margin-bottom: 1.5rem;
}
.card_element label span {
    margin-bottom: .5rem;
    display: inline-block;
}
.form-panel {
    width: 500px;
    margin: auto;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-color: #ddd;
	padding: 25px;
}
.form-control:focus {
    border-color: #dee2e6;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}
.error p, #card-errors {
    color: red;
}
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	display: none;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-booking {
    margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
}
.navbar-toggler:focus{
	    box-shadow: 0 0 0 #000;
}
.sticky-form {
    position: sticky;
	max-height: 83vh;
	top: 10%;
}
.quicklink {
    list-style: none;
    padding: 0;
}
.quicklink li a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.form-booking {
		margin-right: 76px;
	}
}
@media screen and (max-width: 991px) {
	.container.header-section {
		padding: 0px 30px;
		height: 85px;
	}
	.experience-img img {
		height: 340px;
	}	
	.form-booking {
		margin-top: -125px;
		margin-right: 0px;
	}
}
@media screen and (max-width: 900px) {
	.aboutdetail{
		display: none;
	}
	.aboutimg {
		top: -8%;
	}
}
@media screen and (max-width: 768px) {
	.experience-img img {
		height: auto;
	}
	.section-container {
		flex-wrap: wrap;
	}
	.unforgettable-column {
		width: 100%;
	}
	.form-panel {
		width: auto;
	}
}