* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
}

a {
    text-decoration: none;
}

.ff-1 {
    font-family: "Archivo", sans-serif;
}

.ff-2 {
    font-family: "Marcellus", serif;
}



:root {
    --pri-color: #1e3a5f;
    --pri-text: #fffdf2;
    --btn-pri-color: #081c15;
    --btn-sec-color: #1b1f3c;
    --btn-pri-text: #fffdf2;
}

.cp_lg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    z-index: 1;
    filter: opacity(10%);
}

.title {
    font-weight: 300;
    color: #150c4f;
}

.fc-1 {
    color: #150c4f;
}

@media (min-width:400px) {
    .title {
        font-size: 28px;
    }
}

@media (min-width:600px) {
    .title {
        font-size: 30px;
    }

    .title.sec {
        font-size: 28px !important;
    }
}


@media (min-width:800px) {
    .title {
        font-size: 32px;
    }

    .title.sec {
        font-size: 30px !important;
    }
}


@media (min-width:1000px) {
    .title {
        font-size: 34px;
    }

    .title.sec {
        font-size: 32px !important;
    }
}

@media (min-width:1100px) {
    .title {
        font-size: 36px;
    }

    .title.sec {
        font-size: 34px !important;
    }
}


@media (min-width:1200px) {
    .title {
        font-size: 38px;
    }
}

@media (min-width:1300px) {
    .title {
        font-size: 40px;
    }

    .title.sec {
        font-size: 36px !important;
    }
}

@media (min-width:1350px) {
    .title {
        font-size: 42px;
    }

    .title.sec {
        font-size: 38px !important;
    }
}


@media (min-width:1400px) {
    .title {
        font-size: 44px;
    }

    .title.sec {
        font-size: 40px !important;
    }
}









.sub-title {
    display: block;
    color: #2A8507;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.butn_otln {
    border: 1px solid var(--pri-color);
    color: var(--pri-color);
}

.butn_otln:hover {
    background-color: #fb5607;
    border-color: #FFF;
    color: #FFF;
}

.sub-title.sec {
    font-size: clamp(12px, 1.5vw, 14px);
}

/* BUTTONS---------------------------------------------------- */
.butn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1rem;
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    font-size: clamp(14px, 2vw, 15px);
    transition: all 0.5s ease;

}

.butn:hover {
    transform: scale(1.03);
}

.nav_btn {
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%);
    color: var(--btn-pri-text);
}

.nav_btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #FFF;
}


.nav_btn .btn-icon>i {
    font-size: 1em;
    color: #2A8507;
}

.butn_1 {
    background-color: var(--btn-sec-color);
    color: var(--btn-pri-text);
}

.butn_2 {
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%);
    color: #FFF;
}

.butn_1:hover {
    background-color: #fb5607;
    /* box-shadow: 8px 10px 50px 0px #fb5607; */
}

.banner-butn {
    background-color: #fb5607;
}

/* NAVBAR */
.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
}


.dropdown-item.active{
    background-color: transparent;
    color: inherit;
}



.nav-main {
    background-color: #FFF;
    padding: 2px;
    display: flex;
    justify-content: space-between;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-item {
    flex-grow: 1;
}


.navbar-collapse {
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    max-height: 0;
}

.navbar-collapse.show {
    max-height: 500px;
}




@media (min-width:1200px) {
    .nav-main {
        margin-top: 10px;
    }
}

.navbar-toggler {
    padding: 10px !important;
    margin-right: 12px;
}


@media (max-width:1400px) {
    .navbar-brand>img {
        width: 170px !important;
    }
}

.navbar-expand-xl .navbar-nav .nav-link {
    position: relative;
    /* padding: 12px 16px !important; */
    white-space: nowrap;
    color: #4d6067;

}

.offcanvas-body {
    padding-left: clamp(10px, 5vw, 25px) !important;
}

@media (min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        margin: 0 5px;
    }
}

@media (max-width:600px) {
    .navbar-brand img {
        width: 120px;
    }
}


@media (min-width:600px) {
    .navbar-brand img {
        width: 120px;
    }
}


@media (min-width:1200px) {
    .navbar-brand img {
        width: 190px;
    }
}

.nav-link.active {
    color: #fb8500 !important;
}



@media (min-width:1200px) {
    .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 1px;
        transform: translateX(-50%);
        background-color: #fb8500;
    }
}


@media (min-width:1200px) {
    .nav-main {
        min-height: 90px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 12px;
    }
}

@media (max-width:1200px) {
    .navbar {
        position: relative !important;

    }
}




@media (max-width:400px) {
    .navbar-brand img {
        width: 100px;
    }
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #ffffff;
    width: max-content !important;
    height: max-content !important;
    min-width: 100%;
    padding: 0;
}

.dropdown-item {
    white-space: nowrap;
}



.sec_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #ffffff;
    transition: all 0.5s ease;
    /* background-color: #FFF; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* height: 100%; */
    transition: all 0.3s ease-in;
    height: 100%;
}

.sec_card.sec {
    height: auto;
}

.sec_3.cnt_serv .sec_card:hover .sec-inner-content {
    background-color: transparent;
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%) !important;
    transition: all 0.3s ease-in;
}


.sec_3.cnt_serv .sec_card:hover .sec_icon.sec {
    background-image: none !important;
    background-color: #FFF !important;
    transition: all 0.3s ease-in;
}


.sec_3.cnt_serv .sec_card:hover .sec_icon.sec img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(499%) hue-rotate(59deg) brightness(96%) contrast(96%);
    transition: all 0.3s ease-in;
}

.sec_3.cnt_serv .sec_card:hover .sec_title {
    color: #FFF;
}

.sec_3.cnt_serv .sec_card:hover .desc {
    color: #FFF;
}

.sec_icon {
    height: 65px;
    width: 65px;
    background-color: #CBA132;
    border-radius: 100%;
}


.sec_icon.sec {
    background-color: transparent;
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%) !important;
}


.sec_content.sec {
    position: relative;
}

.sec-desc {
    font-size: clamp(14px, 1.5vw, 15px);

}

.sec_content.sec .overlay-image {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s linear;
}

.sec_card.sec {
    border-bottom: none !important;
}

.sec_card.sec:hover .sec_content.sec .overlay-image {
    opacity: 1;
    z-index: 4;
}

.sec_card.sec .sec_btn.sec {
    position: relative;
    z-index: 5;
}

.banner_bottom .sec_card {
    background-color: #fffdf2;
}

.banner_bottom .sec_card:hover {
    transform: translateY(-20px);
}

.banner_bottom .sec_card:hover {
    border-bottom: 4px solid #f9a620;
}

.sec_card .card_bgImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.sec_bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: #000000b5;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.sec_card:hover .card_bgImg {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_bgOverlay {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_title-1 {
    color: #FFF;
}

.sec_card:hover {
    border-bottom: 4px solid #001d3d;
}

.sec_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FFF;
}


.sec_thumbnail .thumb_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.sec_card .sec_thumbnail img {
    transition: all 0.5s ease;
}

.sec_card:hover .sec_thumbnail img {
    transform: scale(1.05);
}

.sec_2.services {
    /* background-color: #fffdf2; */
}

.sec_2.services .item {
    height: 100%;
}

.sec_title {
    position: relative;
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
    color: #001f36;
}

.sec_title:hover {
    color: #003f88;
}

.sec-icon {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 2px solid #FFF;
    background-color: #FFF;
    z-index: 2;
}

.sec-inner-content {
    position: relative;
    padding-top: 30px;
    margin-top: -28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    background-color: #FFF;
}


.sec-inner-content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    padding-left: clamp(12px, 4vw, 20px);
    padding-right: clamp(12px, 4vw, 20px);
    padding-bottom: clamp(20px, 6vw, 35px);
    background-color: #FFF;

}

.sec_des {
    color: #343a40;
    font-weight: 400;
    font-size: 15px;
}

/* .sec_btn a {
    font-size: 15px;
} */


.sec-cnt-imgolv {
    position: absolute;
    right: 10%;
    top: 10%;
    height: 100px;
    width: 100px;
    filter: opacity(10%);

}

.sec-cnt-imgolv.sec {
    filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(4638%) hue-rotate(176deg) brightness(94%) contrast(90%) opacity(10%);
}

.sec-icon img {
    padding: 9px;
    object-fit: contain;
}

.sec_content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    z-index: 10;
}

.sec_content.sec {
    margin-top: 0;

}

.sec_title_sec {
    font-size: 15px;
    color: #bf953f;
}


.sec_content.th {
    display: flex;
    flex: 1;
    margin-top: -40px !important;
    margin: 0 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;

}


.badge-custom {
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #ffc300;
}


/* SECTION 4---------------------------------------------------- */
.desc {
    color: #343a40;
    font-weight: 300;
}

.sec_4.wch {
    position: relative;
    background-color: #dee2e6;
}

.sec_4-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
}

.sec_4-img-wrapper:hover>.sec_4-img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.sec_4-image-wrapper>.sec_4-img {
    border-radius: 22px;
    transition: transform 0.3s ease-in-out;
}

.sec_4-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(8%);
    object-position: center;
}

.sec_4-main-icon {
    position: relative;
    height: 35px;
    width: 35px;
}

.sec_4-main-icon img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(66%) saturate(430%) hue-rotate(6deg) brightness(97%) contrast(94%);

}

.sec_4-main-icon::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #001d3d;
    z-index: -1;
}

.sec_4-title {
    display: block;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 400;
    color: #0a2323;
    letter-spacing: 0em;
}

.sec_4-desc {
    font-weight: 300;
    color: #495057;
    font-size: 15px;
}

.sec_4-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.sec_4-image-inner {
    position: relative;
    /* max-width: 80%; */
    columns: 2;

}

.sec_4-image-inner img {
    border-radius: 20px;
}


/* TESTIMONIAL */

.testimonial {
    position: relative;
    background-image: url(../asset/Ostrich-Cruiselines-houseboat-for-family.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

/* .testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000a6;
    height: 100%;
    width: 100%;
} */

.testi-left .testi-inner {
    position: relative;
    color: #fff;
    font-size: 1.375rem;

}

.testi-left .testi-inner p {
    color: #FFF;
}

.testi-left .testi-inner p>span {
    font-weight: 600;
    color: #fdb833;
}

.testi-text {
    text-align: center;

}

.testimonial-inner {
    padding: 12px;
}


.testimonial {
    position: relative;
}


.test-wrapper {
    position: relative;
    z-index: 20;
}

/* .test-inner {
    margin: 0 20px;
} */

.test-inner .test-text:after {
    content: "";
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 50%;
    margin: auto;
    margin-left: -15px;
    border-top: 20px solid #e2e2e2;
    border-top-color: rgb(255, 255, 255);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}


.test-inner .test-text {
    background: rgb(255, 255, 255);

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 30px 15px;
    margin-bottom: 40px;
    color: #000000 !important;
    text-align: center;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.test-inner .test-text p {
    color: #4b4a4a;
}


.test-inner .test-text::before {
    content: '';
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../asset/quote-svgrepo-com.svg);
    height: 40px;
    width: 40px;
    z-index: 10;
}


.testi-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

.testi-user .test-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}


.testi-user-text h4 {

    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    color: #ffffff;
}

.user-credentials {

    color: #c0c0c0;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
}


.shadow {
    height: 10px;
    width: 50%;

}

.testi-post-slide {
    position: relative;
    margin-top: 20px;
}






/* footer */
footer {
    margin-top: -7px;
}

.footer-cont {
    padding: 30px 0;
    padding-left: 0 !important;
}

.footer-top-cont {
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.748);
    border-radius: 20px;
}

.footer-top-cont .contact {
    text-align: center;

}

.footer-top-cont .contact>h4 {
    line-height: 42px;
}



.footer-top-cont .contact a {
    white-space: nowrap;
    display: inline-flex;
    font-size: clamp(20px, 2.3vw, 25px);
    font-weight: 600;
    color: #fb5607;
    margin: 5px 0;
}

.footer-wrapper {
    background-image: url(../asset/Ostrich-Cruiselines-houseboat-booking-online.jpg);
    background-size: 100% 100%;
    object-fit: cover;
    position: relative;
}

.footer-wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.626);
}

.main-wrapper {
    position: relative;
    z-index: 2;
}

.footer-container {
    background-color: #000000b7;
    border-radius: 20px;
}

.footer-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px 20px;
}

.footer-bottom {
    background-color: #000000e6;
    color: #fff;
    padding: 12px 0;
}

.footer-bottom .copyright {
    padding: 10px 0;
}

.footer-head {
    display: block;
    font-size: clamp(18px, 2.3vw, 21px);
    color: #e47d19;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer-head::after {
    content: '';
    position: absolute;
    background-color: #e47f196b;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;

}

.footer-addrs .widget-info .info li a {
    color: #fff;
}

.footer-caro .item img {
    height: 500px;
    object-fit: cover;
}

@media (max-width:999px) {
    .footer-btm-wrapper {
        margin: 0 auto;
    }

    #caro-2 .item img {
        height: 100%;
        max-height: 500px;
        object-fit: cover;
    }
}

.widget-info>.info {
    color: #fff;
}


.info-i-i {
    color: #f9a620;
}

.info-i-link {
    color: #FFF;
    margin: 5px 0;
}

.info i {
    color: var(--pri-icon-color);
    line-height: 32px;
}

.link {
    position: relative;
    padding-left: 5px;

}

.link a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 300;
    color: #d2d2d2;
    margin: 10px 0;
}

.link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    margin-right: 5px;
    transform: translateY(100%);
    transform: translateX(-50%);
    opacity: 0;
    background-color: var(--pri-icon-color);
    height: 6px;
    width: 6px;
    transition: opacity 300ms, transform 300ms;

}

.link:is(:hover, :focus) {
    opacity: 1;
}

.link:is(:hover, :focus)::before {
    opacity: 1;

}

.adrs {
    font-weight: 300;
    color: #d2d2d2;
}

.info-i>a {
    display: inline-flex;
    margin: 8px 0;
    color: #FFF;
}

.link a::after {
    content: '';
    position: absolute;
    background-color: var(--pri-icon-color);
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}

.link a:is(:hover, :focus) {
    opacity: 1;
}

.link a:is(:hover, :focus)::after {
    opacity: 1;
    transform: translateY(4px);
}

.copyright {
    opacity: .4;
    color: #d7d7d7;
    font-size: 0.875rem;
}

.copyright span>a {
    color: #FFF;
}

.footer-caro {
    border-radius: 15px;
    overflow: hidden;
}


.footer-container a:hover {
    color: #e47d19 !important;
    opacity: 1 !important;
    transition: all 0.3s linear;
}


/* SECTION 3--------------------------------------------- */
.sec_3.cnt_serv {
    position: relative;
    background-image: url(../asset/Ostrich-Cruiselines-kochi-kerala.jpg);
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.sec_3.cnt_serv.sec {
    position: relative;
    background-image: url(../asset/ost5.jpg);
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.sec_3-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;

    object-position: left center;
}

.sec_3-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000086;
}

.sec_3-bg-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}


@media (min-width:1200px) {
    .cst-sec:nth-child(even) .sec_card {
        margin-top: 30px;
    }
}


.cnt_serv>.wrapper {
    position: relative;

}

.cnt_serv>.wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: #001f36;

}

/* .about */
.wch-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


@media (min-width:1000px) {
    .wch-image-inner {
        max-width: 70%;
    }

}

@media (max-width:1000px) {
    .wch-image-inner.sec {
        width: 80% !important;
    }
}

@media (max-width:600px) {
    .wch-image-inner.sec {
        width: 100% !important;
    }
}


.wch-image-inner.sec {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 4vw);
    gap: 1rem;
}

@media (max-width:600px) {
    .wch-image-inner.sec {
        grid-template-rows: repeat(12, 3vw);
    }
}

.wch-image-inner.sec .img_1 {
    grid-column: 1 / 12;
    grid-row: 1 / 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #FFF;
}

.wch-image-inner.sec .img_2 {
    grid-column: 3 / 13;
    grid-row: 4 / 8;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #FFF;

}



@media (max-width:700px) {
    .wch-image-inner {
        max-width: 98%;
    }

    .wch-image-inner.sec {

        grid-template-rows: repeat(12, 4vw);
        gap: 1rem;
    }


    .wch-image-inner.sec .img_1 {
        grid-column: 1 / 12;
        grid-row: 1 / 9;

    }


    .wch-image-inner.sec .img_2 {
        grid-column: 3 / 13;
        grid-row: 6 / 14;

    }
}

.sec_5.houseboats {
    position: relative;
    background-color: #dee2e6;
}

.sec_5-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: right center;
    filter: opacity(15%);

}

.sec_5-body {
    border-radius: 10px;
    background-color: #e47d19;
    overflow: hidden;
}


.sec_5-body:hover .thumbnail-menu {
    transform: translateY(0);
    opacity: 1;
}

.sec_5-thumbnail img {
    transition: all 0.3s ease-in;
}

.sec_5-body:hover .sec_5-thumbnail img {
    transform: scale(1.1);
}

.sec_5-thumbnail {
    position: relative;
}

.sec_5-thumbnail .thumbnail-menu {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in;
}

.sec_5-thumbnail .thumbnail-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #2A8507;
    color: #FFF;
    border-radius: 100%;
}

.sec-5-title>a {
    position: relative;
    z-index: 2;
    background-color: #e47d19;
    padding: 0px 20px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    text-align: center;
    font-weight: 600;
}


.sec_2.services .swiper-navigation {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 50;
}

.sec_5.houseboats .swiper-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 50;

}


.sec_2.services .swiper-navigation .swiper-button-next,
.sec_2.services .swiper-navigation .swiper-button-prev,
.sec_5.houseboats .swiper-navigation .swiper-button-next,
.sec_5.houseboats .swiper-navigation .swiper-button-prev {
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%);

    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 1em;
    z-index: 50;
    color: #FFF;
    font-weight: 900;
}


.sec_2.services .swiper-navigation .swiper-button-next::after,
.sec_2.services .swiper-navigation .swiper-button-prev::after,
.sec_5.houseboats .swiper-navigation .swiper-button-next::after,
.sec_5.houseboats .swiper-navigation .swiper-button-prev::after {
    font-size: 1em;
}

/* sticky-icons */
.sticky01 {
    right: 20px;
    position: fixed;
    top: 50%;
    z-index: 500;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky01 a {
    padding: 8px;
    background-color: #ffffff86;
    border-radius: 100%;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}

.sticky01 a:hover {
    border-radius: 50%;
}

.sticky01 img {
    height: 45px;
    width: 45px;
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 380px;
    background-image: url(../asset/kerala-houseboat-tour-package.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    overflow: hidden;
}

@media (max-width:700px) {
    .breadcrump {
        min-height: 300px;
    }
}

.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.734);
}

.breadcrump-inner {
    /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}

.breadcrump .sub_title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.bread_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.bread_link a {
    color: #FFF;
}

.bread_link .active {
    color: #fb8500;
}

.bd_title {
    color: #FFF;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;
    padding: 0 15px;
}


.breadcrump-inner {
    position: relative;
    z-index: 15;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

/* LOGO SLIDER--------------------------------------------- */
.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

/* .logo-slider:hover .logos-slide {
    animation-play-state: paused;
} */

.logos-slide {
    display: inline-block;
    animation: 80s slide infinite linear;
}

.logos-slide.sec {
    display: inline-block;
    animation: 80s slide-left infinite linear;
}

.logos-slide .slide {
    display: inline-block;
    overflow: hidden;
}


.logos-slide .slide:hover>img {
    transform: scale(1.1);
}

.logos-slide img {
    max-width: 500px;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.slide h2 {
    font-size: 16px;
    text-align: left;
    font-family: 'Arial';
    font-style: normal;
    margin: 5px 0;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@keyframes slide-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.g_bg {

    border-radius: 10px;
    background: #ffffff1c;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}

.g_bg:hover {
    transform: translateY(-10px);
}

.g_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.g_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3));
}


.cnt_widget {
    position: relative;
    padding: 20px;
    height: 100%;
    min-height: 140px;
    z-index: 3;
}

.cnt_icon {
    height: 50px;
    width: 50px;
}

.cnt-subtitle {
    color: #343a40;
    font-size: clamp(16px, 1.5vw, 18px);
}

.cnt_text {
    font-size: clamp(14px, 1.5vw, 15px);
    color: #656565;
}

.cnt_text:hover {
    color: #e47d19;
}

.cnt_left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;

    z-index: -1;
}


/* food menu page */
a.filter-button {
    border: 0;
    font-size: clamp(0.813rem, 1.5vw, 0.938rem);
    /* min 14px, ideal 1.5vw, max 18px */
    background: transparent;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    background-color: #ced4da;
    color: #000;
}

a.filter-button.active,
a.filter-button:hover {
    color: #FFF;
    background-image: linear-gradient(45deg, #2A8507 0%, #479C25 50%, #5FBA3C 100%);
}

.cd_box {
    position: relative;
}

.cd_box:hover .cd_box-thumbnail .img {
    transition: all 0.5s linear;
}

.cd_box:hover .cd_box-thumbnail .img {
    transform: scale(1.1);
}

.cd_box-thumbnail {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.cd_box-thumbnail>.bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000aa;
    top: 0;
    left: 0;

}

.tb_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 2;
    max-width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.tb_content>span {
    color: var(--pri-title);
    font-size: 24px;
    font-weight: 600;
}

@media (Max-width:767px) {
    .filter-buttton-wrapper {
        display: flex;

        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 500;
        padding: 20px 0px 10px 0;
    }


    .filter-buttton-wrapper {
        background: #ffffff1c;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.5),
            inset 0 -1px 0 rgba(255, 255, 255, 0.1),
            inset 0 0 0px 0px rgba(255, 255, 255, 0);
        overflow: hidden;
        transition: all 0.3s linear;
    }

}


/* food menu single page */
.isotope-container .item img,
.isotope-container .item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.isotope-container .item img {
    width: 100%;
    height: 100%;
}


.isotope-container .item:hover img {
    transform: scale(1.1);
}

.it_cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    width: 90%;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.it_cont .is_subtitle {
    color: var(--pri-title) !important;
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
}

.it_cont .is_title a {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
}

.box_img {
    position: relative;
    z-index: 1;
}

.box_img .box_img_wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.box_img .box_img_wrapper .img1,
.box_img .box_img_wrapper .img2 {
    border-radius: 20px;
    overflow: hidden;
}

.box_img .box_img_wrapper .img1 {
    grid-column: 1 /span 6;
    grid-row: 1;
}

.box_img .box_img_wrapper .img2 {
    margin-top: 50px;
    grid-column: 7 / span 11;
    grid-row: 1;
    margin-left: 8px;
}

.box_img .box_text {
    position: absolute;
    top: 80%;
    left: 10%;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    color: #FFF;
    padding: 0.563rem 1rem;
    border-radius: 10px;
}

.box_img .box_text .price {
    color: var(--pri-title);
    font-weight: 600;
    font-size: 1.5rem;
}

.isotope.sec .box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

@media screen and (max-width:600px) {
    .box_img .box_text .price {

        font-size: 1.25rem;
    }

    .isotope.sec .box {
        padding: 0;
    }

}

.crd_box-inner {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.crd_box-inner .crd_text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #000000ae;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.crd_box .crd-box-logo>img {
    transition: all 0.3s ease-in-out;
}

.crd_box:hover .crd-box-logo>img {
    transform: scale(1.1);
}

.crd_box:hover .crd_box-inner .crd_text {
    transform: translateY(0);
}


.crd_text {
    font-size: 16px;
}

.crd-text-inner {
    display: flex;
    font-size: 13px;
}

.crd_text .crd_title {
    flex-grow: 1;
    text-align: center;
    width: 100%;
    font-size: 2em;
    color: #FFF;
    padding: 0 1rem;
}

.crd-box-logo {
    border-radius: 100%;
    overflow: hidden;
}


.mission-vision-wrapper .box {
    padding: 20px;
    height: 100%;
}

.mission-vision-wrapper .box .box_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 95%;
    background-image: linear-gradient(to right top, #16103e, #140e41, #130c44, #110946, #0f0649);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width:992px) {
    .mission-vision-wrapper .box .box_inner {
        height: 100%;
        width: 98%;
    }

    .mission-vision-wrapper .box {
        display: flex;
        justify-content: center;
        padding-bottom: 0;
    }
}


.mission-vision-wrapper .box .box_inner .desc {
    font-size: clamp(14px, 1.5vw, 15px);
}

.box-title {
    font-size: 24px;
    font-weight: 500;
    color: #7dbc24;
}