@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Agdasima:wght@400;700&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Kumbh+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

ul,
li,
a {
    list-style: none;
    text-decoration: none !important;
    padding: 0;
    margin: 0;

}

span {
    display: inline-block;
}

p {}

.pd-0 {
    padding-left: 0 !important;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}

:root {
    --white-color: #ffffff;
    --sec-bg: #fff9f0;
    --pri-head-color: #1c92cf;
    --text-color-pri: #707070;
    --drop-down-toggle: #1c92cf;
    --pri-btn-color: #1e62a9;
    --sec-btn-color: #1c92cf;
    --sub-head-color: #f1bb26;
    --btn-blur-bg: #1c93cf4f;
}

.sub-head {
    font-weight: 600;
    color: var(--sub-head-color);
}

.sec-spacer {
    padding: 60px 0;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}


.btn {
    margin-top: 20px;
}

.btn a {
    color: #fff !important;
    padding: 10px 10px;
    background-color: var(--pri-btn-color);
    height: fit-content;
}


/* TOP HEADER */
.top-header-nav {
    background-color: #1e62a9;
    overflow: hidden;
}

.top-header-wrapper {
    padding: 5px 0;
    padding-left: 260px;
}

.header-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.header-links ul {
    display: flex;

    flex-wrap: wrap;

}

.header-links.sm li {
    margin: 0px 5px !important;
}

.header-links.sm li a i {
    font-size: 24px !important;
}

.header-top {
    background-color: #111111;
    border-radius: 0 0 999px 999px;
    /* margin-bottom: 10px; */
    border-bottom: 3px solid #fff;
    
}

@media(max-width:800px){
    .header-top {
        background-color: #1e62a9;
        border-radius: 0;
        border-bottom: none;
    }

    .header-links > ul > li a{
        color: #FFF !important;
    }

    .hdr1{
        margin-top: -5px;
        background-color: rgb(0, 0, 0);
        margin-left: -400px;
        margin-right: -400px;
    }
}

.header-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.header-links>ul>li {
    margin: 0 10px;
}

.header-links-title {
    color: #fff;
    font-size: 14px;
}

.header-links>ul>li i {
    color: var(--pri-color);
    font-size: 25px;

}
.header-links>ul>li i{
    color: #FFF;
}

.header-links>ul>li,
.header-links>ul>li a {
    color: #a5a5a5;
    font-size: 14px;
}


.header-links .hdr-scl{
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-hdr-wrap .hdr1{
    flex-basis: 30%;
    display: flex;
    padding: 7px 0;
}

@media (max-width:800px){
    .top-hdr-wrap{
        flex-direction: column;
    }
}

/* navbar */
.navbar {
    background-color: var(--white-color);
    --bs-navbar-padding-y: 0 !important;

}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
}

.navbar-nav .nav-item a {
    color: var(--text-color-pri);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    margin: 0 14px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: var(--drop-down-toggle);
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.navbar-nav .nav-item.active {
    position: relative;

}

.navbar-nav .nav-item.active::after {
    position: absolute;
    content: '';
    top: 0;
    width: 50%;
    left: 50%;
    height: 1px;
    color: #eb4d21;
}

.navbar-brand img {
    transition: 0.3s linear;
}

.navbar-nav{
    align-items: center;
}

@media (max-width:1200px){
    .navbar-nav{
        background-color: #f5f5f5;
    }

    #navbarNav .navbar-nav li {
        padding: 15px 0;
    }
}


.navbar-expand-lg .navbar-nav a {
    padding: 15px 0px;
    font-size: 15px;
}


.dropdown-menu {
    width: max-content;
}

.dropdown-menu li a {
    color: #23262d !important;
    margin-left: 0 !important;
    padding: 15px 10px !important;
    font-size: 13px;
}

.whts>a {
    padding: 8px 10px;
    background: rgb(48, 157, 48);
    color: #ffff;
    border-radius: 15px;
}


@media (max-width:1300px) {
    .navbar-nav .nav-item a {

        margin: 0 10px;
    }
}


@media (max-width:991px) {
    #navbarNav {
        background-color: white;
        max-height: 500px;
        overflow-y: auto;
    }

    #navbarNav ul {
        text-align: center;
    }

    #navbarNav .navbar-nav li {
        padding: 15px 0;
    }

    #navbarNav li a {
        color: #23262d;

    }

    .dropdown-menu li {
        padding: 0 !important;
    }

    .dropdown-menu li a {
        padding: 5px 0 !important;
    }

    #navbarNav .ph {
        display: none;
    }

    .heade-social {
        display: none;
    }

    #navbarNav {
        justify-content: flex-end !important;
    }
}


/* banner slider */
.slide {
    width: 100%;
    max-height: calc(100vh - 150px);
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, 0.286);
}



/* SECTION-PROJECTS */
.project-wrapper {
    width: 100%;
    height: auto;
    position: relative;

}

.overlay-bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    max-width: 50%;
    filter: opacity(10%);
    -webkit-filter: opacity(10%);

}



.project-wrapper .pro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding-top: 30px;
    padding-bottom: 120px;
    animation: pro-reveal 1s ease;
    animation-play-state: paused;
}

@keyframes pro-reveal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

#h {
    width: 80%;
    height: 2px;
    border: 0 none;
    margin: 50px auto;
    background-color: #eb4d21;
}

.pro-badge {
    color: #daa14c;
    margin-bottom: 20px;
}

.pro-desc {
    max-width: 1000px;
}

.pro-header-wrapper {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.pro-head {
    color: var(--pri-head-color);
    margin-bottom: 0.625rem;
}

.pro-desc {
    color: #27282a;
    margin-bottom: 20px;
}



#caro-1 {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

#pro-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
}

#pro-next,
#pro-prev {
    color: #d3d3d3a6;
    height: 2px;
    width: 2px;
}

.swiper-pagination-bullet {
    background: #a4a4a4;
}

@media (max-width:991px) {
    .project-wrapper .pro-container {
        padding: 30px 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

}


.contact-wrapper {
    background-color: #23262d;
    height: auto;
    width: 100%;
}

.contact {
    background-color: #B3BDC718;
    background-image: url('assets/overlay-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#cont-content {
    padding: 45px;
    color: #ffffff;
}

#cont-content h2 {
    margin-bottom: 35px;
}

#cont-content p {
    margin-bottom: 45px;
}

#cont-content a {
    text-decoration: none;
    color: white;

}

#cont-body {
    animation: fadeInUp 0.7s ease;
    animation-play-state: paused;

}



@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width:499px) {
    #cont-content {
        padding: 30px;
    }
}


/* service */
.service-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.service-social-wrapper .social-item {
    background-color: var(--sec-btn-color);
    padding: 5px 10px;

}

.service-social-wrapper>.social-item>a {
    color: #fff;
    font-size: 0.875rem;
}



.info-desc {
    font-size: 0.875em;
}

/* footer */
footer {
    position: relative;
    min-height: 100%;
    background-image: url('../assets/slides/carousel-1.jpg');
    object-fit: cover;
    object-position: center;
}

footer::before {
    content: '';
    background-color: #30373ee8;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

#footer-container {

    position: relative;
    z-index: 3;
    height: 100%;
    width: 100%;


}

.adrs {
    margin-top: 0.625rem;
    color: #ffff;
}

.adrs>.athr {
    font-weight: 600;
}

.adrs>p {
    font-size: 0.875rem;
    padding-top: 0.375rem;
}

.tme>i,
.contt>i,
.scl-link .eml>i {
    color: var(--sub-head-color);
    font-size: 1.188rem;
}


.scl-link .eml {
    color: #fff;
}

.link-main {
    color: var(--sub-head-color);
    padding-bottom: 0.938rem;
    font-size: 1.25em;
    position: relative;
}

.link-list .link a {
    color: #fff;
}

.link-list .link {
    padding-bottom: 0.938rem !important;
}

.link-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 1px;
    color: var(--sub-head-color);
}

@media (max-width:999px) {}

.elements-container {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 54px 30px 25px 31px;

}

.elements-container .logo {
    margin-bottom: 25px;
}

.elements-container .elements1 div {
    margin-bottom: 20px;
}

.elements-container .elements1 div span {
    color: #ffffff;
    font-weight: 600;
}

.elements2 {
    margin: 5px 15px 0px 15px;
    padding: 0px 30px 0px 30px;
}

.elements2 ul {
    padding: 0;
}

.elements2 ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.elements2 ul li a {
    color: #9B9B9B;

}

.elements2 ul li a:focus {
    color: #daa14c;
}

@media (max-width:999px) {
    footer {
        height: auto;
    }

}

@media (max-width: 678px) {
    .elements-container {
        grid-template-columns: 1fr;

        justify-items: center;
        text-align: center;
    }

    .elements2 {
        margin: 0;
        padding: 0;
    }
}

.footer.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer.social .ftr-scl-item {}

.footer-contact {
    background-color: #B3BDC718;
    padding: 40px 20px;
}

.footer.social .ftr-scl-item i {
    font-size: 35px;
    color: #ffff;
}


/* GALLERY */
.gallery {
    min-height: 100vh;
    background-color: #ffffff;
}



.layout-container img {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    height: auto;
    transition: 0.5s;
    animation: img-appear ease;
    animation-timeline: view();
    animation-range: entry 0;
}

@keyframes img-appear {
    from {
        opacity: 0;
        transform: translateY(50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.layout-container img:hover {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .layout-container {
        columns: 2 300px;
    }
}

@media (max-width: 768px) {
    .layout-container {
        columns: 1 100%;
    }
}


.services {
    min-height: 100vh;
    width: 100%;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    height: 100%;
    padding: 30px 0;
}

.card {
    border-radius: 15px;
    background: white;
    position: relative;
    display: block;
    margin-bottom: 1em;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card:hover {
    transform: translateY(10px);
}

.card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.card img {

    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
}

.info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    /* Optional background overlay */
    border-radius: 15px;
    /* Keep the rounded corners */
}

.card:hover .info {
    opacity: 1;
}

.info h1 {
    margin: 0;
}

.info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}

.info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}

.info button:hover {
    background: dodgerblue;
    color: white;
}

@media (max-width: 500px) {
    .card-wrapper {
        grid-template-columns: 1fr;
    }
}


.sticky01 {
    right: 0;
    position: fixed;
    top: 50%;

    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.sticky01 .sticky-scl {
    
    height: 65px !important;
    width: 65px !important;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 32.333333% !important;
        margin: 5px;
    }
}


/* youtube */
.ytb-wrapper {
    background-color: rgb(246, 246, 246);
}




@media (max-width:999px) {
    .ytb-inner-wrapper {
        margin-bottom: 20px;
    }
}

.breadcrumbs-overlay {
    position: relative;

}

.breadcrumbs-overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.442);
    z-index: 1;
}

.breadcrumbs-inner {
    background-image: url("../assets/banner\ copy.jpg");
    object-fit: cover;
    object-position: bottom center;
    padding: 1.25em 0;



}

.breadcrumbs-inner h1.page-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 2.1875em;
    font-weight: 700;
    text-transform: uppercase;
}




/* about-us */
.abtus-head-wrapper .abts-title-text {
    font-size: 50px;
    font-weight: 700;
    line-height: 3.75rem;
}


.abts-note-wrapper {
    margin-top: 1.25em;
}

.abtus-head-wrapper .abts-subtitle {
    color: #eb4d21;
    font-weight: 600;
    font-size: 15px;
}

.abts-title {
    margin-top: 30px;
}


.abts-img-wrapper {
    max-width: 500px;
}

.abts-feature-wrapper {
    margin-top: 1.25em;
}

.feature-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

.feature-inner .count {
    color: #eb4d21;
    font-size: 1.5625em;
    font-weight: 600;
    margin-bottom: 10px;
}



/* MISSION */
.wch-wrapper {
    background-color: #23262d;
    margin-top: 110px;

}

.item_subtitle {
    font-size: 1.25em;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0.9;
    color: #fff;

}

.wch-img-wrapper {
    margin-top: -100px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

span {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    outline: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1.vis_item_title-tag,
h1.mis_item_title_tag {
    font-size: 3.353em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.053em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.03em;
    margin-top: 0.625em;
    margin-bottom: 0.55em;
    color: #fff;

}

.mis-desc {
    margin-top: 0.938em;
}

.mis-desc-text {
    color: #dadada;
}

.wch-visi-col {
    padding: 60px 20px 40px 20px;
}

.visi-container {
    margin-top: 50px
}

@media (max-width:999px) {
    .wch-img-wrapper {
        margin-top: 0;
    }

    .wch-mis-container {
        margin-bottom: 0.625em;
    }
}

@media (max-width:999px) {
    .btn-wrapper {
        justify-content: flex-start !important;
    }
}


/* testimonial */
.testimonial-wrapper {
    background-image: url(../assets/Kerala\ Luxury\ HouseBoat\ booking\ Alleppey.JPG);
    object-position: bottom center;
    position: relative;

}

.testimonial-wrapper::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.64);
    height: 100%;
    width: 100%;
    z-index: 0;
}

.testi-left {
    position: relative;
    z-index: 10;
}

.testi-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    padding: 30px 0;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.testi-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.testi-left {
    grid-column: 2 /span 7;
    grid-row: 1;
    z-index: 10;
}

.testi-right {
    grid-column: 7/ span 12;
    grid-row: 1;

}

.testi-img-wrapper {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-text-wrapper {
    max-width: 600px;
}

.testi-bg {
    background-color: #23262d;
    height: 100%;
    width: 100%;
    position: relative;
    border: 5px solid #fff;
}

.testi-bg::before {
    position: absolute;
    z-index: 2;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.215);
}

.testi-head>span {
    color: #eed07c;
}

.testi-head>h3 {
    color: #fff;
}

@media (max-width:1200px) {
    .testi-right {
        display: none;
    }

    .testi-left {
        grid-column: 1/ span 12;
        grid-row: 1;
    }

    .testi-inner {
        display: flex;
        flex-direction: column;
        padding: 15px 20px;
    }

}

/* contact */
.contact-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.inner-left-wrapper {
    grid-column: 2 / span 8;
    grid-row: 1;
    z-index: 2;
}

.contact-image {
    grid-column: 7 / span 12;
    grid-row: 1;
    z-index: 1;
}

.contact {

    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0.9375em;
    padding: 1.125em;
}

.contact:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact .icon {
    padding: 5px 10px;
    border-radius: 50%;
    background-color: var(--btn-blur-bg);
}

.contact .icon {
    color: var(--sec-btn-color);
    font-size: 1.1875em;
}

.contact-image img {

    height: 100%;
    width: 100%;

}

.inner-cont-container h4 {
    margin-bottom: 0.938em;
}

.contact-image {
    position: relative;
}

.contact-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.567);
}

.cont-head {
    font-size: 17px;
    font-weight: 700;
    color: #27282a;

}


@media (max-width:999px) {
    .contact-image {
        display: none;
    }

    .inner-left-wrapper {
        grid-column: 1 / span 12;
        grid-row: 1;
        z-index: 2;
    }
}



/* gallery */
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 40px 30px 40px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}


/* houseboats */

.explore>a {
    color: #fff;
    background-color: var(--pri-head-color);
    padding: 8px 10px;
    border-radius: 15px;
    font-size: 0.875rem;

}

.title>a {
    color: var(--pri-head-color) !important;
    font-size: 1.188rem !important;
    font-weight: 600;
}

.bt-img {
    border-radius: 15px;
    overflow: hidden;
}

.top-header {

    margin-bottom: 2rem;
}

.destination__card {
    display: flex;
    flex-direction: column;
    
    border: 1px solid rgb(230, 230, 230);
    border-radius: 15px;

}

.destination__card .bt-img img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.destination__card .bt-img img:hover {
    transform: scale(1.08);
}

.package__duration {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    background-color: #fff;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border-radius: 12px;
    padding: .625rem .925rem;
    margin-bottom: 1.25rem;
    position: relative;
    color: #363636;
}

.destination__card .caption {
    padding: 0 1.5rem 1rem;
    margin-top: -1.75rem;
    position: relative;
    z-index: 99;
}

.destination__card .caption .title a {
    color: #363636;
}

.destination__card .caption .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;
    white-space: normal;
    color: #797979;
    font-size: 13px;
    text-align: justify;
    min-height: 3rem;
}

/* .package__duration::before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-right: .25rem;
    background: url(../assets/sun.svg) center center / 1.5rem no-repeat;
} */

/* 
houseboat category */
.houseboat-catg-wrapper {
    background-image: url(../assets/house-boat-pleasure-cruise-ship-in-india-kerala.avif);
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    object-position: center center;
    object-fit: cover;
    position: relative;

}

.houseboat-catg-wrapper::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.459);
    height: 100%;
    width: 100%;
}

.container-fluid {
    position: relative;
    z-index: 2;
}


.package__name {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 12px;
    padding: .625rem .925rem;
    margin-bottom: 1.25rem;
    position: relative;
    color: #1c92cf;
    font-weight: 700;

}


.destination__card {
    background-color: #fff;
}

.catg-title,
.catg-desc {
    color: #fff;
}




/* about-us */

.nxt-wrapper .nxt-cont,
.abts-wrapper .abts-cont {
    display: grid;
    position: relative;
    width: 100%;
    grid-template-columns: repeat(12, 1fr);
}


.abts-wrapper .abts-cont .abts-img {

    grid-column: 1 / 6;
    grid-row: 1;
    width: 100%;
    height: auto;
    position: relative;
    top: 10%;
    overflow: hidden;
    z-index: 2;
}



.abts-wrapper .abts-cont .abts-body {
    padding: 20px;
    grid-row: 1;
    grid-column: 5 / span 12;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    height: auto;
    z-index: 1;
}

.abts-body-cont-wrapper {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.abts-body-cont-wrapper>.abts-body-cont>.course-header>span {
    color: var(--sub-head-color);
}

.abts-body-cont-wrapper>.abts-body-cont>.course-header>.course-title {
    color: var(--pri-head-color);
    margin: 0.625rem 0;
}

.abts-body-cont-wrapper>.abts-body-cont>p {
    font-size: 0.875rem;
}

.abts-body-cont-wrapper .abts-body-cont {
    grid-column: 3 / span 10;
}

@media (max-width: 999px) {
    .abts-wrapper .abts-cont {

        display: flex;
        flex-direction: column;
    }

    .abts-wrapper .abts-cont .abts-img {

        width: 100%;
        height: auto;
    }

    .abts-wrapper .abts-cont .abts-body {

        max-width: none;
    }

    .abts-wrapper .abts-cont .abts-img,
    .abts-wrapper .abts-cont .abts-body {
        width: 100%;
    }

    .abts-body-cont-wrapper .abts-body-cont {
        grid-column: 1 / span 12;
    }
}


/* next */
.nxt-wrapper .nxt-cont .nxt-img {
    grid-column: 8 / span 12;
    grid-row: 1;
    width: 100%;
    height: auto;
    position: relative;
    top: 10%;
    overflow: hidden;
    z-index: 2;
}

.nxt-wrapper .nxt-cont .nxt-body {
    padding: 20px;
    grid-row: 1;
    grid-column: 1 / span 8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    height: auto;
    z-index: 1;
}

.nxt-body-cont-wrapper {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.nxt-body-cont-wrapper .nxt-body-cont {
    grid-column: 1 / span 9;
}


.nxt-body-cont>.course-header>.course-title {
    color: var(--pri-head-color);
}

.nxt-body-cont>p {
    font-size: 0.875rem;
}

@media (max-width: 999px) {
    .nxt-wrapper .nxt-cont {

        display: flex;
        flex-direction: column-reverse;

    }

    .nxt-wrapper .nxt-cont .nxt-img {

        width: 100%;
        height: auto;
    }

    .nxt-wrapper .nxt-cont .nxt-body {

        max-width: none;
    }

    .nxt-wrapper .nxt-cont .nxt-img,
    .nxt-wrapper .nxt-cont .nxt-body {
        width: 100%;
    }

    .nxt-body-cont-wrapper .nxt-body-cont {
        grid-column: 1 / span 12;
    }
}

/* accordian */
.accordion {
    background-color: #1e62a9;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s all ease-in-out;
    position: relative;
}

.accordion-header span {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.accordion::after {
    content: '';
    background: url(../assets/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.accordion.active::after {
    transform: rotateX(180deg);
}


.active,
.accordion:hover {
    background-color: #ffffff;
}

.panel {
    padding: 10px 18px;
    margin-top: 7px;
    border-radius: 10px;
    background-color: #e6e6e6;
    display: none;
    overflow: hidden;
    transition: 0.3s;
}

.accordion-container>.item {
    margin-bottom: 10px !important;
}


/* booking-form */
.booking-form {
    position: relative;
    z-index: 50;
    width: 95%;
    margin: 0 auto;
    margin-top: -50px;

}

.booking-form .booking {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.form-btn {
    background-color: #1c92cf;
    color: #FFF;
    border: none;
    height: 100%;
    width: 100%;
}

.form-inner {
    padding: 20px 0 20px 20px;
}

.booking-form .button {
    height: 100%;
    border-top-left-radius: 100px;
}

.py-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


input {
    width: 100% !important;
}

input {
    border: none;
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 100px;
}

label {
    color: #747474;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 300;
}

input:focus {
    outline: none;
}

@media (max-width:1200px) {
    .booking-form .booking {

        border-radius: 20px;
        margin-bottom: 10px;
    }


    .booking-form {

        width: 50%;
        position: relative;
        margin-top: -100px;
        z-index: 40;

    }

    .form-inner {
        padding: 0;
    }

    .booking-form .booking {
        padding: 20px;
    }

    .frm-field {
        margin: 10px 0;
    }

    .booking button {
        padding: 10px;
    }
}


@media (max-width:700px) {


    .booking-form {
        padding: 40px 0;
        width: 90%;
        position: relative;
        margin-top: 0;

    }



}

.houseboat-carosel-wrapper{
    height: 100% !important;
}

.owl-stage-outer{
    height: 100% !important;
}

.owl-stage{
    height: 100% !important;
}




.houseboat-carosel-wrapper .hsbt-wrapper .owl-carousel .owl-item{
    display: flex;
   
   
    height: 100%;
	
}

.owl-item.active{
    display: flex;
    height: 100% !important;
    
}

