/*
Theme Name: Andaman
Text Domain: Andaman
Version: 1.0.8
Requires at least: 5.1
Requires PHP: 5.2.4
Description: Our theme Andaman is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Altis Infonet Private LTD Team
Author URI: altisinfonet.com
Theme URI: https://wordpress.org/
License: altisinfonet.com
License URI: altisinfonet.com
*/

/*----------------------------------------------- PRE-DEFINED SECTION START ------------------------------------------------------*/

/*----------------------------------------------- FONT-INCLUDE SECTION COMPLETE ------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*----------------------------------------------- FONT-INCLUDE SECTION COMPLETE ------------------------------------------------------*/

*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-font-family: "Josefin Sans", serif;
    --other-font-family: "Inter", serif;
    --font-color-theme: #40C4FF;
    --font-color-light: #fff;
    --font-color-fade: #8CDAD9;
    --font-color-dark: #12264B;
    --default-line-height: 1.5;
    --default-font-weight: normal;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 18px;
}

body {
    font-family: var(--main-font-family);
    height: auto;
    width: 100%;
    background: var(--font-color-light);
    color: var(--font-color-dark);
    font-size: 100%;
    font-weight: var(--default-font-weight);
    line-height: var(--default-line-height);
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--default-font-weight);
    margin: 0 0 15px 0;
    padding: 0;
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 135%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--font-color-dark);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

ul i:last-child,
ol li:last-child {
    margin: 0;
    padding: 0;
}

section {
    height: auto;
    width: 100%;
    position: relative;
}

figure {
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

img,
video {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

iframe {
    height: auto;
    width: 100%;
}

form {
    height: auto;
    width: 100%;
}

input,
textarea,
select {
    padding: 10px 20px;
    border: none;
    outline: none;
    background: var(--font-color-light);
    font-size: 90%;
    color: var(--font-color-dark);
    border-bottom: 2px solid var(--font-color-light);
    box-shadow: 0 2px 10px 0 #00000010;
    position: relative;
}

select {
    padding: 13px 15px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #f5f5f5;
    font-style: italic;
}

label {
    color: var(--font-color-dark);
    font-size: 95%;
}

label a {
    color: var(--font-color-dark);
    text-decoration: underline;
}

button {
    padding: 10px 50px 11px 30px;
    font-size: 100%;
    color: var(--font-color-light);
    background: var(--font-color-dark);
    border: none;
    outline: none;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 400;
    white-space: nowrap;
}

button::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 8px;
    right: 10px;
}

table {
    border-collapse: collapse;
}

hr {
    margin: 15px 0;
}

.commonError {
    color: #f00;
    display: block;
}

.commonError.inlineb {
    display: inline-block;
}

.finfo {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
}

.page-container {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.main-form-control {
    position: relative;
    margin-bottom: 15px;
}

.main-form-control.password-field i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 100%;
    color: #afafaf;
    cursor: pointer;
}

.main-form-control.password-field i.password-show {
    display: none;
}

.main-form-control.password-field i.password-hide {
    display: block;
}

.main-form-control.check_field input {
    width: unset;
}

.main-form-control.check_field label {
    display: inline-block;
    padding-left: 5px;
}

.btn-part {
    display: flex;
    align-items: center;
}

.page-btn,
.page-btn.compact,
.page-btn.separate,
.page-btn.other,
.page-btn.cancel {
    font-size: 100%;
    color: var(--font-color-light);
    background: var(--font-color-theme);
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s ease-in;
    z-index: 1;
}

button.page-btn {
    letter-spacing: normal !important;
}

.page-btn {
    padding: 10px 35px;
    font-size: 100%;
    border-radius: 50px;
}

.page-btn::after {
    content: '\f1d8';
    font-family: "FontAwesome";
    position: absolute;
    top: 3px;
    right: -20px;
    padding: 6px 12px;
    border-radius: 100%;
    color: var(--font-color-dark);
    background: var(--font-color-light);
    border: 1px solid var(--font-color-fade);
    z-index: 2;
}

.page-btn.compact {
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}

.page-btn.compact::after {
    content: '\f002';
    color: var(--font-color-light);
    top: 6px;
    right: 10px;
    padding: 0;
    background: none;
    border: none;
}

/*----------------------------------------------- EXPANDABLE-SEARCH SECTION START ------------------------------------------------------*/
.search-wrap {
    position: absolute;
    top: 20%;
    right: 0;
    width: 80%;
    border-radius: 40px;
    overflow: hidden;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: right;
    z-index: 2;
}

.search-wrap .input {
    font-size: 90%;
    width: 100%;
    padding: 12px 40px;
    background: var(--font-color-theme);
    color: var(--font-color-light);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: right;
}

.search-wrap.active {
    transform: scaleX(1);
}

.input.active {
    transform: scaleX(1);
}

/*----------------------------------------------- EXPANDABLE-SEARCH SECTION COMPLETE ------------------------------------------------------*/

.page-btn.separate {
    background: var(--font-color-fade);
}

.page-btn.other {
    padding: 0;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px;
    min-width: 30px;
    background: var(--font-color-light);
    margin: 0 20px;
    font-size: 75%;
    z-index: 3;
}

.page-btn.other::after {
    top: 7px;
    right: 9px;
    padding: 0;
    color: var(--font-color-dark);
    background: none;
    border: none;
}

.page-btn.cancel {
    background: #f00;
    pointer-events: none;
    opacity: 0.4;
}

.page-btn.cancel::after {
    content: '\f00d';
}

.page-btn:hover {
    background: var(--font-color-fade);
    color: var(--font-color-dark);
}

.page-btn.compact:hover,
.page-btn.other:hover {
    background: none;
    color: var(--font-color-light);
}

.btn-part .page-btn {
    margin-right: 30px;
}

.background-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.background-image img {
    height: 100%;
    object-fit: cover;
}

.section-spacing {
    padding: 25px 0;
}

.section-spacing-top {
    padding: 30px 0 0;
}

.section-spacing-bottom {
    padding: 0 0 30px;
}

.page-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #12264B, #0000003d);
}

.section-heading-big {
    font-size: 280%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px #00000020;
    display: inline-block;
    position: relative;
}

.section-heading-big::after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    border: 2px dotted var(--font-color-light);
}

.section-heading-big.slim {
    font-size: 270%;
    font-weight: 300;
}

.section-heading-big.small,
.section-heading-big.small.slim {
    font-size: 140%;
    display: block;
}

.section-heading-big.slim::after,
.section-heading-big.small::after {
    border-color: var(--font-color-dark);
    opacity: 0.8;
}

.section-heading-medium {
    font-size: 130%;
    margin-bottom: 10px;
}

.section-paragraph {
    font-family: var(--other-font-family);
    font-size: 100%;
    font-weight: 300;
    margin-bottom: 20px;
}

.section-paragraph.big {
    font-size: 120%;
    margin-bottom: 25px;
}

.background-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 1100%;
    color: var(--font-color-light);
    text-transform: uppercase;
    opacity: 0.05;
    z-index: 1;
}

.video-card-text-big {
    font-size: 130%;
    margin-bottom: 6px;
}

.video-card-text-paragraph {
    font-size: 80%;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video-card-text-medium {
    font-size: 90%;
    color: var(--font-color-fade);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.video-card-text-medium::after {
    font-family: 'FontAwesome';
    content: '\f017';
    position: absolute;
    top: 0;
    left: 0;
}

.video-card-text-medium.calender::after {
    content: '\f073';
}

.section-head {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-head::before {
    content: '';
    background-image: url('assets/images/decoration/shape_decor.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 30%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.section-head .section-paragraph.big {
    font-size: 130%;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.section-head .section-paragraph.big::after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    border: 2px dotted var(--font-color-dark);
}

.section-head .section-paragraph {
    font-size: 160%;
}

.section-head .section-paragraph span {
    font-family: var(--main-font-family);
    font-size: 180%;
    font-weight: 400;
    background: linear-gradient(-45deg, var(--font-color-theme), var(--font-color-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-separator {
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.section-separator::before {
    content: '';
    background-image: url('assets/images/decoration/marged_sec_divider_decor.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.price-heading {
    font-size: 110%;
    margin-bottom: 10px;
    opacity: 0.7;
}

.price-ammount {
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 0;
}

.rating-box i {
    font-size: 90%;
    display: inline-block;
    margin-bottom: 10px;
}

.rating-box i.active {
    color: #EDB901;
}

.page-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 150px;
}

.feature-box-info {
    position: absolute;
    bottom: -10%;
    left: -10%;
    height: auto;
    width: 100%;
    min-width: 350px;
    border-radius: 10px;
    padding: 15px 20px;
    border: 2px solid var(--font-color-theme);
    background: var(--font-color-light);
    text-align: center;
}

.feature-box-info .section-heading-big.small {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.feature-box-info .section-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hidden-content,
.visible-content {
    height: auto;
    width: 100%;
}

.hidden-content {
    display: none;
}

.visible-content {
    display: block;
}

.video-play {
    height: auto;
    width: 100%;
}

.video-play-btn {
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    color: var(--font-color-dark);
    background: var(--font-color-light);
}

.video-play-btn::after {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 200%;
}

.video-play-btn-anim {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: var(--font-color-light);
}

.video-play-btn-anim.one {
    opacity: 1;
    transform: scale(1);
    animation: playAnimOne 2s ease infinite;
}

@keyframes playAnimOne {
    from {
        opacity: 0.7;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.video-play-btn-anim.two {
    opacity: 1;
    transform: scale(1);
    animation: playAnimTwo 2s ease infinite;
}

@keyframes playAnimTwo {
    from {
        opacity: 0.5;
        transform: scale(1.5);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

/*----------------------------------------------- SCROLL-TO-TOP SECTION START ------------------------------------------------------*/
.return-to-top {
    position: fixed;
    bottom: 8%;
    right: 2%;
    display: none;
    width: 40px;
    height: 40px;
    background: var(--font-color-theme);
    color: var(--font-color-light);
    border: 1px solid var(--font-color-light);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 2px 10px 0 #00000020;
    transition: transform 0.6s ease;
    z-index: 3;
}

.return-to-top::after {
    content: '\f102';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.return-to-top:hover {
    transform: scale(1.1);
}

/*----------------------------------------------- SCROLL-TO-TOP SECTION COMPLETE ------------------------------------------------------*/

.footersocialicons_all {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.footersocialicons_all li a {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    color: var(--font-color-light);
    background: var(--font-color-fade);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footersocialicons_all li a:hover {
    color: var(--font-color-dark);
    background: var(--font-color-theme);
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/
.slick-prev::before,
.slick-next::before {
    position: absolute;
    left: 50%;
    transform: translate(-40%, -55%);
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- SWIPER-SLIDER SECTION START ------------------------------------------------------*/
.cover-slider {
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    padding-bottom: 30px;
}

.slider-cover {
    overflow: hidden;
    display: none;
    height: auto;
    width: 15%;
    margin-top: 40px;
    transition: all 0.8s ease;
}

.clickable {
    cursor: pointer;
}

.slider-cover.active {
    width: 50%;
    margin-top: 0;
}

.slider-cover.show {
    display: block;
    margin-right: 10px;
}

.slider-cover.show.active {
    margin-right: 15px;
}

.cover-slider-icon {
    height: 45px;
    width: 45px;
    position: relative;
    text-align: center;
    border: 1px solid var(--font-color-dark);
    border-radius: 50%;
}

.cover-slider-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    line-height: 1;
    opacity: 0.75;
    color: var(--font-color-dark);
}

.cover-slider-icon.prev::after {
    content: '←';
}

.cover-slider-icon.next::after {
    content: '→';
}

.cover-slider-btn {
    position: absolute;
    bottom: -20px;
}

/*----------------------------------------------- SWIPER-SLIDER SECTION COMPLETE ------------------------------------------------------*/

.sidebar-details-content {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    height: auto;
    width: 100%;
    padding: 30px 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000020;
}

.sidebar-details-content ul {
    margin: 15px 0 0;
    padding-left: 30px;
    font-family: var(--other-font-family);
}

.sidebar-details-content ul li {
    list-style: disc;
    padding-bottom: 8px;
}

.sidebar-details-content ul li a {
    font-size: 90%;
    text-decoration: underline;
}

.sidebar-details-content .section-paragraph {
    margin-bottom: 10px;
}

.sidebar-details-content .section-paragraph a {
    text-decoration: underline;
    color: var(--font-color-theme);
    font-weight: 600;
}

.sidebar-details-content figure {
    border-radius: 20px;
    border: 2px solid var(--font-color-light);
    box-shadow: 0 0 20px 0 #00000020;
    overflow: hidden;
    margin-bottom: 15px;
}

figure.sign-img {
    max-width: 140px;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.sidebar-details-content .footersocialicons_all {
    padding-left: 0;
    margin-bottom: 15px;
}

.sidebar-details-content .footersocialicons_all li {
    list-style: none;
}

.page-end-btn-part {
    height: auto;
    width: 100%;
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-page {
    padding-bottom: 80px;
}

.keyword-tags {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.chip {
    padding: 8px 20px;
    border: 2px dashed var(--font-color-theme);
    text-align: center;
    color: var(--font-color-dark);
    font-size: 100%;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}

.recent-post {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.recent-post figure {
    height: 120px;
    max-width: 120px;
}

.recent-post-box {
    padding-left: 20px;
}

.recent-post-box .section-paragraph,
.recent-post-box .video-card-text-medium {
    margin-bottom: 0;
}

.recent-post-box .video-card-text-medium {
    color: var(--font-color-dark);
}

.hide-label {
    display: block;
}

/*----------------------------------------------- ACCORDIAN SECTION START ------------------------------------------------------*/
.main-accordion {
    height: auto;
    width: 100%;
    box-shadow: 0 2px 20px 0 #00000015;
    border-radius: 20px;
}

.main-accordion .accordion-button {
    height: auto;
    width: 100%;
    padding: 15px 30px;
    background: var(--font-color-light);
    font-size: 120%;
    font-style: italic;
    font-family: var(--other-font-family);
}

.main-accordion .accordion-button:not(.collapsed) {
    color: var(--font-color-dark);
    background: var(--font-color-fade);
    box-shadow: unset;
}

.main-accordion .accordion-body {
    padding: 20px 40px;
    text-align: left;
}

/*----------------------------------------------- ACCORDIAN SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- TAB-PANEL SECTION START ------------------------------------------------------*/
.main-tab {
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.main-tab button {
    cursor: pointer;
    background: var(--font-color-light);
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
    color: var(--font-color-dark);
    font-weight: var(--default-font-weight);
    border: 1px solid #e7e7e7;
    margin: 0 5px;
}

.main-tab button::after {
    display: none;
}

.main-tab button.active {
    background: var(--font-color-theme);
}

.main-tab-content {
    background: #dfffff;
    display: none;
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0 20px 20px 20px;
    -webkit-animation: fadeEffectTrip 1s;
    animation: fadeEffectTrip 1s;
}

@-webkit-keyframes fadeEffectTrip {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffectTrip {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------------------------------------------- TAB-PANEL SECTION COMPLETE ------------------------------------------------------*/

.page-btn.other.trip-icon::after {
    content: '\f0ec';
}

/*----------------------------------------------- CONMPANY SECTION START ------------------------------------------------------*/
.partner-box {
    height: auto;
    width: 100%;
    padding: 0 25px;
}

/*----------------------------------------------- CONMPANY SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- DATE-PICKER SECTION START ------------------------------------------------------*/
.calendar-container {
    position: relative;
    z-index: 1;
}

.calendar {
    background-image: url(assets/images/icon/calender_icon.png);
    background-position: right 10px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

/*----------------------------------------------- DATE-PICKER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- TABLE SECTION START ------------------------------------------------------*/
.main-table {
    height: auto;
    width: 100%;
}

.main-table tr th,
.main-table tr td {
    /* height: auto; */
    /* width: 100%; */
    /* min-width: 200px; */
    text-align: center;
    padding: 4px 8px;
    border: 1px solid #e7e7e7;
    color: var(--font-color-dark);
}

.main-table tr th {
    background: var(--font-color-theme);
    color: var(--font-color-light);
}

/*----------------------------------------------- TABLE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- MODAL SECTION START ------------------------------------------------------*/
.main-modal .modal-header {
    padding: 10px 20px 5px;
}

.main-modal .btn-close {
    border: 1px solid #aaa;
    border-radius: 50%;
    font-size: 80%;
}

.main-modal .btn::after,
.main-modal .btn-close::after {
    display: none;
}

.main-modal .modal-dialog {
    max-width: 700px;
}

.main-modal .modal-footer {
    justify-content: center;
}

/*----------------------------------------------- MODAL SECTION COMPLETE ------------------------------------------------------*/

.section-paragraph.note {
    margin: 0 !important;
}

/*----------------------------------------------- PRE-DEFINED SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- HEADER SECTION START ------------------------------------------------------*/
.main-header {
    font-family: var(--other-font-family);
    position: absolute;
    height: auto;
    width: 100%;
    background: linear-gradient(to bottom, #000000bd, transparent);
    padding: 5px 0;
    transition: all 0.6s ease;
    z-index: 3;
}

.main-header.sticky {
    position: fixed;
    padding: 2px 0;
    background: rgb(0 0 0 / 0.5);
    backdrop-filter: blur(8px);
    z-index: 100;
}

.mobile-toggle {
    display: none;
}

.main-nav {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.main-nav .logo {
    height: auto;
    width: 100%;
    max-width: 100px;
}

.header-links {
    height: auto;
    width: 70%;
    padding: 10px 40px;
}

.header-links ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.header-links ul li {
    position: relative;
    padding-right: 20px;
}

.header-links ul li .icon {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-links ul li .icon::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 12px;
    color: var(--font-color-light);
    transition: all 0.4s ease;
}

.header-links ul li a {
    font-size: 100%;
    color: var(--font-color-light);
}

.header-links ul li.current-menu-item a,
.header-links ul li:hover a {
    color: var(--font-color-fade);
    text-decoration: underline;
}

.header-links ul li ul.sub-menu li {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #00000010;
}

.header-links ul li ul.sub-menu li:last-child {
    border: none;
}

.header-links ul li ul.sub-menu li a {
    display: block;
    padding: 5px 15px;
    color: var(--font-color-dark);
    font-size: 90%;
}

.header-links ul li ul.sub-menu li:hover a {
    background: var(--font-color-theme);
    color: var(--font-color-light);
}

.header-links ul li:hover ul.sub-menu li a {
    text-decoration: none;
}

/*----------------------------------------------- HEADER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- MAIN SECTION START ------------------------------------------------------*/
.main {
    height: auto;
    width: 100%;
    position: relative;
}

/*----------------------------------------------- BANNER SECTION START ------------------------------------------------------*/
.banner {
    height: 75vh;
    width: 100%;
    position: relative;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    height: auto;
    width: 100%;
    color: var(--font-color-light);
    z-index: 2;
}

.banner-content.middleleft .banner-content-part {
    flex-direction: row;
}

.banner-content.middleright .banner-content-part {
    flex-direction: row-reverse;
}

/*--------------------------------------------------- BANNER-POSITIONING-ADJUSTMENT SECTION START -------------------------------------------*/
.banner-content.topleft {
    top: 0;
    left: 0;
    transform: translateX(0);
}

.banner-content.topcenter {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-content.topright {
    top: 0;
    right: 0;
}

.banner-content.middleleft {
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-content.middlecenter {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-content.middleright {
    top: 45%;
    right: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-content.bottomleft {
    left: 0;
    bottom: 0;
}

.banner-content.bottomcenter {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-content.bottomright {
    right: 0;
    bottom: 0
}

/*--------------------------------------------------- BANNER-POSITIONING-ADJUSTMENT SECTION COMPLETE -------------------------------------------*/

.banner-content-part {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-content-text-box {
    height: auto;
    width: 100%;
    max-width: 40%;
}

.banner-content-video-box {
    height: auto;
    width: 100%;
    max-width: 60%;
    padding: 0 30px;
}

.banner-video-card {
    font-family: var(--other-font-family);
    height: auto;
    width: 100%;
    padding: 20px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #ffffff20;
    backdrop-filter: blur(5px);
}

.banner-video-card figure {
    height: 160px;
    width: 260px;
    border-radius: 15px;
    border: 2px solid var(--font-color-light);
    overflow: hidden;
}

.banner-video-card-content {
    padding-left: 20px;
}

.banner-content-text-box .section-heading-big {
    font-size: 340%;
    margin-bottom: 15px;
}

.banner-content-text-box .section-heading-medium {
    font-size: 138%;
}

.banner-content-text-box.section-paragraph {
    font-size: 100%;
    margin-bottom: 40px;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/
.banner-slider ul.slick-dots,
.category-details-image-slider ul.slick-dots {
    bottom: 10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider ul.slick-dots li,
.category-details-image-slider ul.slick-dots li {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    border: 1px solid var(--font-color-light);
    border-radius: 50%;
    position: relative;
    transform: scale(1);
}

.banner-slider ul.slick-dots li.slick-active,
.category-details-image-slider ul.slick-dots li.slick-active {
    transform: scale(1.4);
}

.banner-slider ul.slick-dots li::after,
.category-details-image-slider ul.slick-dots li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: 40%;
    background: var(--font-color-light);
    border-radius: 50%;
}

.banner-slider ul.slick-dots li.slick-active::after {
    background: var(--font-color-theme);
}

.banner-slider.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.banner-slider ul.slick-dots li button,
.category-details-image-slider ul.slick-dots li button {
    display: none;
}

/*----------------------------------------------- SLICK-CAROUSEL-(VIDEO) SECTION START ------------------------------------------------------*/
.banner-video-slider .slick-slide {
    margin: 0 10px;
}

.banner-video-slider .slick-prev,
.banner-video-slider .slick-next {
    right: 2%;
    top: -50px;
    height: 45px;
    width: 45px;
    border: 1px solid var(--font-color-light);
    border-radius: 50%;
    position: absolute !important;
    background-color: transparent !important;
    font-size: 0px !important;
    padding: 0 !important;
}

.banner-video-slider .slick-prev::after,
.banner-video-slider .slick-next::after {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--font-color-light) !important;
    font-size: 16px !important;
}

.banner-video-slider .slick-prev::after {
    content: "\f060";
    font-family: "FontAwesome";
}


.banner-video-slider .slick-next::after {
    content: "\f061";
    font-family: "FontAwesome";
}

.banner-video-slider .slick-prev {
    left: unset;
    right: 8%;
}

.banner-content-video-box .slider-progress {
    position: relative;
    height: 5px;
    width: 100%;
    max-width: 60%;
    background: #ffffff40;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.banner-content-video-box .slider-progress .progress {
    width: 0;
    height: 100%;
    background-color: var(--font-color-light);
    transition: width 0.6s ease-in;
}

/*----------------------------------------------- SLICK-CAROUSEL-(VIDEO) SECTION START ------------------------------------------------------*/

/*----------------------------------------------- SLICK-CAROUSEL SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- BANNER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- ABOUT SECTION START ------------------------------------------------------*/
.about {
    position: relative;
    z-index: 1;
}

.about::before {
    content: '';
    background-image: url('assets/images/background/marged_abstract_bg_1.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.about .main-image {
    border: 4px solid var(--font-color-light);
    box-shadow: 0 0 10px 0 #00000010;
    margin-top: -80px;
    height: 700px;
    position: relative;
    z-index: 1;
}

.about .main-image::before {
    content: '';
    position: absolute;
    top: -8%;
    left: -8%;
    height: 100%;
    width: 100%;
    border: 20px solid var(--font-color-light);
    box-shadow: 0 0 10px 0 #00000010;
    z-index: -1;
}

.about-content {
    height: auto;
    width: 100%;
    padding: 40px 0;
    text-align: right;
}

.about-content .btn-part {
    margin: 30px 0;
    justify-content: end;
}

.about-content .btn-part .page-btn {
    margin-left: 35px;
    margin-right: 0;
}

.about-content .price-box {
    padding: 0 0 0 25px;
    margin-left: 45px;
    border-left: 1px solid var(--font-color-dark);
}

.about-content .price-heading {
    font-size: 130%;
    opacity: 1;
}

.about-content .price-ammount {
    font-size: 330%;
}

.about-info-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.about-info-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-info-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    width: 100%;
    max-width: 80px;
    border-radius: 10px;
    background: var(--font-color-fade);
    opacity: 0.5;
    z-index: -1;
}

.about-info-box figure {
    height: 80px;
    width: 80px;
    display: inline-block;
    padding-right: 15px;
}

.about-info-box figure img {
    object-fit: contain;
}

.about-info-box .section-heading-medium {
    font-size: 110%;
    margin-bottom: 5px;
}

.about-info-box .section-paragraph {
    font-size: 95%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

/*----------------------------------------------- ABOUT SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CATEGORY SECTION START ------------------------------------------------------*/
.category-slider {
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category-box {
    height: 100%;
    width: 100%;
    max-width: 32%;
    margin-bottom: 30px;
}

.category-slider .category-box:nth-child(5) {
    max-width: 66%;
}

.category-card {
    height: 100%;
    width: 100%;
    border: 3px solid var(--font-color-light);
    box-shadow: 0 5px 10px 0 #00000020;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.category-card-content {
    padding: 40px 35px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #12264B, transparent);
    color: var(--font-color-light);
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.category-card-content .section-heading-big.small.slim {
    margin-top: 60px;
}

.category-card-content .section-heading-big.small.slim::after {
    border-color: var(--font-color-light);
}

.category-card-content .section-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.category-card-content .rating-box {
    margin-top: 70px;
}

.category-card-content .price-box {
    margin: 25px 0 25px 80px;
    background: linear-gradient(to right, #00000040, transparent);
    width: 300px;
    padding: 10px 25px 10px 40px;
}

.category-card-content .price-heading {
    font-size: 100%;
    margin-bottom: 5px;
    opacity: 1;
}

.category-card-content .price-ammount {
    font-size: 180%;
    color: var(--font-color-fade);
}

.category-card-content .page-tag {
    right: 20px;
    left: auto;
    bottom: 3%;
    width: 140px;
}

.login-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 35px;
    background: #12264B;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.login-hover .section-heading-big.slim {
    margin-top: 0;
}

.login-hover .section-paragraph {
    margin-bottom: 70px;
}

.category-card-content:hover .login-hover {
    opacity: 0.9;
    transform: scaleX(1);
    transform-origin: left;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/
.category-slider.slick-slider {
    padding-bottom: 70px;
}

.category-slider .slick-slide {
    margin: 0 10px;
}

.category-slider .slick-prev,
.category-slider .slick-next {
    left: 45%;
    bottom: 0;
    height: 45px;
    width: 45px;
    border: 1px solid var(--font-color-dark);
    border-radius: 50%;
    top: unset;
    transform: translateX(50%);
}

.category-slider .slick-prev::before,
.category-slider .slick-next::before {
    color: var(--font-color-dark);
}

.category-slider .slick-next {
    left: 50%;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/

/*----------------------------------------------- CATEGORY SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- DISCOVER-TOUR SECTION COMPLETE ------------------------------------------------------*/
.discover-tour {
    position: relative;
    z-index: 1;
}

.discover-tour::before {
    content: '';
    background-image: url('assets/images/background/discover_tour_bg.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: -1;
}

.discover-tour-box {
    height: auto;
    width: 100%;
    position: relative;
}

.discover-tour-box::before,
.discover-tour-box::after {
    content: 'CRUISEINANDAMAN TORISM';
    position: absolute;
    top: 28%;
    text-transform: uppercase;
    font-size: 200%;
    color: var(--font-color-light);
}

.discover-tour-box::before {
    left: -40%;
    transform: rotate(-90deg);
}

.discover-tour-box::after {
    left: unset;
    right: -40%;
    transform: rotate(90deg);
}

.discover-tour-card {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 80%;
    border: 2px solid var(--font-color-light);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.discover-tour-card-content {
    height: 520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: var(--font-color-light);
}

.discover-tour-card-content-box {
    height: auto;
    width: 100%;
    padding: 25px 15px;
    text-align: center;
    background: #12264bd0;
    position: relative;
    margin-bottom: 20px;
}

.discover-tour-card-content-box::before {
    content: '';
    background-image: url('assets/images/decoration/marged_decor.png');
    background-size: 50%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    width: 100%;
}

.discover-tour-card-content-box .section-heading-big.slim::after {
    border-color: var(--font-color-light);
}

.discover-tour-card-content-box .section-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.discover-tour-card-info {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 80%;
    padding: 20px 0;
}

.discover-tour-card-info .rating-box {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.discover-tour-card-info .rating-box .section-paragraph {
    padding-left: 10px;
}

.discover-tour-card-info .video-card-text-medium {
    font-size: 110%;
    font-family: var(--other-font-family);
    color: var(--font-color-dark);
    margin-bottom: 15px;
}

.discover-tour-card-info .price-box {
    display: flex;
    align-items: center;
}

.discover-tour-card-info .price-box .page-btn {
    margin-left: 15px;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/
.discover-tour-slider.slick-slider {
    padding-bottom: 70px;
}

.discover-tour-slider .slick-slide {
    margin: 0 10px;
}

.discover-tour-slider .slick-prev,
.discover-tour-slider .slick-next {
    left: 45%;
    bottom: 0;
    height: 45px;
    width: 45px;
    border: 1px solid var(--font-color-dark);
    border-radius: 50%;
    top: unset;
    transform: translateX(50%);
    background-color: transparent !important;
    color: #6b6a6a !important;
    font-size: 0px !important;
    padding: 0 !important;
    position: absolute !important;
}

.discover-tour-slider .slick-prev::after,
.discover-tour-slider .slick-next::after {
    color: var(--font-color-dark) !important;
    font-size: 16px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.discover-tour-slider .slick-prev::after {
    content: '\f060';
    font-family: "FontAwesome";
}

.discover-tour-slider .slick-next::after {
    content: '\f061';
    font-family: "FontAwesome";
}

.discover-tour-slider .slick-next {
    left: 50%;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/

/*----------------------------------------------- DISCOVER-TOUR SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- FEATURE SECTION START ------------------------------------------------------*/
.feature {
    position: relative;
    z-index: 1;
}

.feature::before {
    content: '';
    background-image: url('assets/images/background/feature_bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    z-index: -1;
}

.feature-part {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-box {
    height: 300px;
    width: 300px;
    border: 2px solid var(--font-color-fade);
    border-radius: 50%;
    padding: 18px;
    position: relative;
}

.feature-box::before {
    content: '';
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -35%;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    z-index: -1;
}

.feature-box:nth-child(1)::before {
    content: '';
    background-image: url('assets/images/icon/feature_icon_1.png');
}

.feature-box:nth-child(2)::before {
    content: '';
    background-image: url('assets/images/icon/feature_icon_2.png');
}

.feature-box:nth-child(3)::before {
    content: '';
    background-image: url('assets/images/icon/feature_icon_3.png');
}

.feature-box:nth-child(4)::before {
    content: '';
    background-image: url('assets/images/icon/feature_icon_1.png');
}

.feature-box:nth-child(even) {
    margin-top: 100px;
}

.feature-box-content {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #8cdad99a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-content .section-heading-big::after {
    display: none;
}

.feature-box:nth-child(even) .feature-box-content {
    background: #40c3ff93;
}

.feature-box-content .section-heading-big {
    color: var(--font-color-dark);
}

/*----------------------------------------------- FEATURE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- SUCCESS SECTION START ------------------------------------------------------*/
.success-content {
    position: relative;
    z-index: 1;
}

.success-content::before {
    content: '';
    background-image: url('assets/images/background/marged_abstract_bg_2.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.success-content-part {
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
}

.success-content {
    padding: 40px 0 0 50px;
}

.success-content .section-heading-big.slim {
    margin-top: 30px;
    display: block;
}

.success-offer-timer {
    height: auto;
    width: 100%;
    max-width: 20%;
    border: 2px solid var(--font-color-fade);
    background: #8cdad99a;
    border-radius: 30px;
    position: relative;
    text-align: center;
    padding: 10px 25px;
}

.success-offer-timer-box {
    padding: 25px 0;
    border-bottom: 3px dotted var(--font-color-dark);
}

.success-offer-timer-box:last-child {
    border: none;
}

.success-offer-timer-box .section-heading-big {
    margin: 0;
    padding: 0;
    opacity: 0.7;
}

.success-offer-timer-box .section-heading-big::after {
    display: none;
}

.success-offer-timer-box .feature-box-info {
    position: relative;
    left: -50%;
    min-width: 280px;
}

.feature-box-info.days {
    background: #bdebffcf;
}

.feature-box-info.hours {
    background: #ffffffcf;
}

.feature-box-info.minutes {
    background: #ffebdfd4;
}

.feature-box-info.seconds {
    background: #fdfff0cf;
}

.success .main-image {
    border: 4px solid var(--font-color-light);
    box-shadow: 0 0 10px 0 #00000010;
    height: 700px;
    position: relative;
    z-index: 1;
}

.success .main-image::after {
    content: '';
    position: absolute;
    bottom: -8%;
    right: -8%;
    height: 100%;
    width: 100%;
    border: 20px solid var(--font-color-light);
    box-shadow: 0 0 10px 0 #00000010;
    z-index: -1;
}

.success .main-image .page-tag {
    position: absolute;
    bottom: -5%;
    left: -15%;
    height: auto;
    width: 200px;
}

/*----------------------------------------------- PROGRESS-BAR SECTION START ------------------------------------------------------*/
.sucess-progress {
    height: auto;
    width: 100%;
    max-width: 90%;
    margin: 30px 0;
}

.sucess-progress .progress_bar_item {
    margin-bottom: 20px;
}

.sucess-progress .progress_bar_item .section-paragraph {
    margin-bottom: 8px;
    opacity: 0.7;
}

.sucess-progress .item_bar {
    position: relative;
    height: 10px;
    width: 100%;
    background: var(--font-color-light);
    box-shadow: 0 0 20px 0 #00000010;
    border-radius: 20px;
    overflow: hidden;
}

.sucess-progress .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--font-color-theme);
    transition: width 2s ease-in;
}

/*----------------------------------------------- PROGRESS-BAR SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- SUCCESS SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- OFFER-BANNER SECTION COMPLETE ------------------------------------------------------*/
.offer-banner {
    height: 100vh;
    position: relative;
}

.offer-banner::before {
    content: '';
    background-image: url('assets/images/decoration/snow_decor_1.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.offer-banner::after {
    content: '';
    background-image: url('assets/images/decoration/snow_decor_2.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.offer-banner .page-background-overlay {
    background: #12264b3d;
}

.offer-banner-content {
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--font-color-light);
    position: relative;
    z-index: 2;
}

.offer-banner-content .section-heading-big {
    font-size: 280%;
}

.offer-banner-slider-box {
    height: auto;
    width: 100%;
    position: relative;
}

.offer-banner-slider-box::before,
.offer-banner-slider-box::after {
    content: 'CRUISEINANDAMAN TORISM';
    position: absolute;
    text-transform: uppercase;
    font-size: 200%;
    color: var(--font-color-light);
}

.offer-banner-slider-box::before {
    top: -15%;
    left: 0;
}

.offer-banner-slider-box::after {
    bottom: -15%;
    left: unset;
    right: 0;
}

.offer-banner-content.slide-part {
    align-items: end;
}

.offer-banner-slider .discover-tour-card {
    max-width: 100%;
    border: none;
    border-radius: 0;
}

.offer-banner-slider .discover-tour-card-content {
    height: 350px;
}

.offer-banner-slider .discover-tour-card-content-box {
    padding: 50px 15px 40px;
    background: linear-gradient(to top, #12264b, transparent);
    margin-bottom: 0;
    text-align: unset;
}

.offer-banner-slider .discover-tour-card-content-box::before {
    display: none;
}

.offer-banner-slider .discover-tour-card-content-box .section-heading-medium {
    text-align: left;
    margin: 0;
    padding-bottom: 5px;
}

.offer-banner-slider .discover-tour-card-content-box .section-paragraph {
    font-size: 90%;
    text-align: right;
    margin: 0;
}

.page-offer-image {
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    max-width: 350px;
    z-index: 3;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/
.offer-banner-slider .slick-slide {
    margin: 0 5px;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/

/*----------------------------------------------- OFFER-BANNER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- TESTIMONIALS SECTION START ------------------------------------------------------*/
.testimonials-part {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-box {
    height: auto;
    width: 100%;
    max-width: 50%;
    margin: 0 10px;
}

.testimonials-card {
    height: 600px;
    width: 100%;
    max-width: 100%;
    border: 4px solid var(--font-color-light);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.testimonials-card-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 60px 30px;
    background: linear-gradient(to top, #10192b3d, #00000085);
    color: var(--font-color-light);
}

.testimonials-card-content .section-paragraph.quote {
    font-family: var(--main-font-family);
    font-size: 120%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.testimonials-card-content .section-paragraph.quote::after {
    content: '\f10d';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 150%;
}

.testimonials-card-content .rating-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 120px;
    gap: 6px;
}

.testimonials-card-content .rating-box::before {
    position: absolute;
    left: 110%;
    display: inline-block;
    content: attr(data-colname);
    white-space: nowrap;
}

.testimonials-card-content .rating-box div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonials-card-content .rating-box .section-paragraph {
    padding-left: 10px;
}

.testimonials-card-content .price-box .video-card-text-medium {
    font-size: 110%;
    font-family: var(--other-font-family);
    color: var(--font-color-light);
    margin-bottom: 0;
    padding-right: 50px;
}

.testimonials-card-content .price-box .price-heading {
    font-size: 100%;
    margin-bottom: 5px;
}

.price-ammount {
    color: var(--font-color-theme);
}

.testimonials-card-content .price-box .section-heading-big.small.slim {
    display: inline-block;
}

.testimonials-card-content .price-box .section-heading-big.small.slim::after {
    border-color: var(--font-color-light);
}

.testimonials-card-content .price-box .page-btn {
    margin-right: 40px;
}

.testimonials-card .price-box {
    display: flex;
    align-items: start;
    padding: 10px 0;
}

.testimonials-card .visible-content .price-box {
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    transform: rotate(-90deg);
}

/*----------------------------------------------- SWIPER-SLIDER SECTION START ------------------------------------------------------*/
.slider-cover.show.active .testimonials-card .hidden-content,
.slider-cover.show.active .testimonials-card .visible-content {
    display: block;
}

.slider-cover.show.active .testimonials-card .visible-content .price-box {
    transform: rotate(0deg);
}

.slider-cover.show.active .testimonials-card .price-box .page-btn {
    margin: 20px 0 0 0;
}

.cover-slider-btn#testimonial-slider-left-btn {
    left: 0;
}

.cover-slider-btn#testimonial-slider-right-btn {
    left: 5%;
}

/*----------------------------------------------- SWIPER-SLIDER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- TESTIMONIALS SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- VIDEO-GALLERY SECTION COMPLETE ------------------------------------------------------*/
.video-gallery {
    position: relative;
    z-index: 1;
}

.video-gallery::before {
    content: '';
    background-image: url('assets/images/background/vid_wt_gall_bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}

.video-gallery-part {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-gallery-card {
    height: auto;
    width: 100%;
    max-width: 100%;
    border: 3px solid var(--font-color-light);
    box-shadow: 0 0 20px 0 #00000020;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.video-gallery-part .video-gallery-card {
    max-width: 32%;
}

.video-gallery-part .video-gallery-card:nth-child(even) {
    margin-top: 70px;
}

.video-gallery-card .background-image {
    border-radius: 20px;
    overflow: hidden;
}

.video-gallery-card-content {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    height: 100%;
    width: 100%;
    padding: 50px 20px;
    background: #12264b96;
    color: var(--font-color-light);
    border-radius: 20px;
    transition: all 0.4s ease;
}

.video-gallery-card:hover .video-gallery-card-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-card-content .video-card-text-medium {
    font-family: var(--other-font-family);
    color: var(--font-color-light);
    margin-bottom: 0;
}

.video-gallery-card-content .rating-box {
    display: flex;
    align-items: start;
    margin: 10px 0;
}

.video-gallery-card-content .rating-box .section-paragraph {
    padding-left: 10px;
}

.video-gallery-card-content .section-heading-big.small.slim {
    display: inline-block;
    font-weight: 600;
    color: var(--font-color-fade);
}

.video-gallery-card-content .section-heading-big.small.slim::after {
    border-color: var(--font-color-light);
}

.video-gallery-btn {
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.video-gallery-card.full {
    max-width: 100%;
    margin-top: 20px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.video-gallery-card.full .video-gallery-card-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    height: auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.video-gallery-card.full .video-play {
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------------- VIDEO-GALLERY SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- BREADCRUMB-BANNER SECTION START ------------------------------------------------------*/
.breadcrum-banner {
    height: 45vh;
    width: 100%;
    position: relative;
}

.breadcrum-banner-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    color: var(--font-color-light);
}

.breadcrum-banner-content-text-box {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.breadcrum-banner-content-text-box .section-heading-big {
    margin-bottom: 15px;
}

.breadcrum-banner-content-text-box .section-paragraph {
    font-size: 110%;
    margin-bottom: 0;
}

.breadcrum-banner-content-text-box .section-paragraph a {
    color: var(--font-color-light);
    padding: 0 5px;
}

.breadcrum-banner-content-text-box .section-paragraph a.active {
    color: var(--font-color-theme);
}

.breadcrum-banner-content-text-box .section-separator {
    margin: 0;
}

/*----------------------------------------------- BREADCRUMB-BANNER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- ABOUT-INNER-PAGE SECTION START ------------------------------------------------------*/
.about.inner-page .main-image,
.cruise-about.inner-page .main-image {
    border: none;
    box-shadow: 0 0 10px 0 #00000010;
    margin-top: 0;
    height: 60vh;
}

.about.inner-page .main-image::before {
    display: none;
}

.about.inner-page .about-content {
    padding: 30px 0;
}

/*----------------------------------------------- ABOUT-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CATEGORY-DETAILS-INNER-PAGE SECTION START ------------------------------------------------------*/
.category-details {
    height: auto;
    width: 100%;
}

.category-details-image {
    height: 600px;
    border: 5px solid var(--font-color-light);
    box-shadow: 0 5px 10px 0 #00000020;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.category-details-content {
    padding: 15px 0;
}

.category-details-content .section-paragraph {
    margin-bottom: 20px;
}

.category-details-content .about-info-part {
    margin: 35px 15px 0;
}

.category-details-content .rating-box .section-paragraph {
    margin-bottom: 0;
}

.category-details-content .price-heading {
    font-size: 130%;
    opacity: 1;
}

.category-details-content .price-ammount {
    font-size: 300%;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION START ------------------------------------------------------*/
.category-details-image-slider ul.slick-dots li.slick-active::after {
    background: var(--font-color-theme);
}

.category-details-image-slider.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

/*----------------------------------------------- SLICK-CAROUSEL SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CATEGORY-DETAILS-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- DISCOVER-TOUR-INNER-PAGE SECTION START ------------------------------------------------------*/
.discover-tour.inner-page {
    margin-bottom: 70px;
}

.discover-tour.inner-page .discover-tour-box {
    margin-bottom: 25px;
}

/*----------------------------------------------- DISCOVER-TOUR-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CONTACT-INNER-PAGE SECTION START ------------------------------------------------------*/
.contact-box {
    height: auto;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.contact-content {
    height: auto;
    width: 100%;
    border: 2px solid var(--font-color-light);
    box-shadow: 0 0 20px 0 #00000020;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.contact-content iframe,
.contact-content figure {
    height: auto;
    max-width: 50%;
}

.contact-form {
    height: auto;
    width: 100%;
    padding: 25px 30px;
    background: var(--font-color-light);
}

.contact-form .section-heading-big::after {
    border: 2px dotted #12264bab;
}

.contact-form form {
    border: 1px solid var(--font-color-theme);
    padding: 20px 25px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #00000010;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
    font-size: 100%;
    background: transparent;
    color: var(--font-color-dark);
    border-bottom: 2px solid var(--font-color-fade);
    box-shadow: unset;
    width: 100%;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder,
.contact-form form select::placeholder {
    color: #12264b7a;
}

.contact-form form label {
    display: block;
}

.contact-form form button {
    width: 100%;
}

.contact-form .section-paragraph a {
    text-decoration: underline;
    color: var(--font-color-theme);
    font-weight: 600;
}

/*----------------------------------------------- CONTACT-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- BLOG-INNER-PAGE SECTION START ------------------------------------------------------*/
.blog-details {
    height: auto;
    width: 100%;
}

.blog-details-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-details-box {
    height: auto;
    width: 100%;
    max-width: 48%;
    margin-right: 20px;
}

.blog-details-image {
    height: 550px;
    border: 3px solid var(--font-color-light);
    box-shadow: 0 5px 10px 0 #00000020;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.blog-details-content {
    padding: 25px 0;
}

.blog-details-content .section-paragraph {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-details-content .section-heading-big {
    font-size: 270%;
}

.blog-details-content .section-heading-big::after {
    border: 2px dotted var(--font-color-dark);
}

.blog-rating {
    display: flex;
    align-items: center;
    justify-content: start;
}

.blog-rating .section-paragraph {
    margin-bottom: 0;
    padding-left: 20px;
}

.blog-details-content .video-card-text-medium {
    font-size: 110%;
    color: var(--font-color-dark);
    margin: 0 0 0 30px;
}

/*----------------------------------------------- BLOG-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- LOGIN-INNER-PAGE SECTION START ------------------------------------------------------*/
.login {
    /* padding: 40px 0 0px; */
    padding-top: 40px;
}

.login .page-background-overlay {
    background: #40c4ffa1;
}

.login-part {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 70%;
}

.login form .section-paragraph {
    margin-bottom: 12px;
    text-align: center;
}

.other-login-part {
    height: auto;
    width: 100%;
    text-align: center;
}

.other-login-part .section-heading-medium {
    font-size: 110%;
}

.other-login-box {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px;
}

.other-login-btn {
    padding: 18px 25px;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0 0 5px 0 #00000010;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    transition: all 0.6s ease;
}

.other-login-btn::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 115%;
}

.other-login-btn.apple::after {
    content: '\f179';
    color: #000;
}

.other-login-btn.google::after {
    content: '\f1a0';
    color: #F4B400;
}

.other-login-btn.facebook::after {
    content: '\f39e';
    color: #316FF6;
}

.other-login-btn:hover {
    background: var(--font-color-dark);
}

.other-login-btn:hover::after {
    color: var(--font-color-light);
}

/*----------------------------------------------- LOGIN-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- RESIGTER-INNER-PAGE SECTION START ------------------------------------------------------*/
.register .login-part {
    max-width: 80%;
}

.register .contact-form form {
    height: 500px;
    overflow-y: auto;
}

/*----------------------------------------------- RESIGTER-INNER-PAGE SECTION START ------------------------------------------------------*/

/*----------------------------------------------- FAQ-INNER-PAGE SECTION START ------------------------------------------------------*/
.faq-details {
    height: auto;
    width: 100%;
}

.faq-divider {
    margin: 30px 0;
}

/*----------------------------------------------- FAQ-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- PACKAGE-BOOKING-INNER-PAGE SECTION START ------------------------------------------------------*/
.package-booking-box {
    height: auto;
    width: 100%;
    margin-top: 10px;
}

.package-booking-part {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.package-booking-part-content {
    height: auto;
    padding: 0 15px;
    border-right: 1px solid #00000010;
}

.package-booking-part-content.flexWrap {
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-booking-part-content:last-child {
    border: none;
}

.package-booking-part-content .section-paragraph a {
    font-weight: 600;
}

.package-booking-part-content span {
    display: block;
    margin-bottom: 5px;
}

.package-booking-part-content input,
.package-booking-part-content select {
    color: var(--font-color-dark);
    width: 100%;
}

.package-booking-part-content input::placeholder {
    color: #00000050;
}

.package-booking-details .section-separator {
    margin: 0;
}

.package-booking-details .sucess-progress {
    margin: 0;
}

.package-booking .section-heading-medium a {
    text-decoration: underline;
}

.package-booking-part-content .page-btn {
    margin-right: 30px;
}

/*----------------------------------------------- PACKAGE-BOOKING-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- OUR-TEAM-INNER-PAGE SECTION START ------------------------------------------------------*/
.our-team-part {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}

.our-team-box {
    height: auto;
    width: 100%;
    max-width: 22%;
    text-align: center;
    margin: 0 10px 5px;
}

.our-team-box figure {
    margin: 0 auto 10px;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--font-color-fade);
    box-shadow: 0 0 20px 0 #00000010;
}

.our-team-box .section-paragraph {
    font-size: 90%;
    font-style: italic;
    margin-bottom: 5px;
}

.our-team-box .section-heading-medium {
    margin-bottom: 0;
    font-size: 120%;
}

/*----------------------------------------------- OUR-TEAM-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- TERMS-CONDITION-INNER-PAGE SECTION START ------------------------------------------------------*/
.terms-condition-details {
    height: auto;
    width: 100%;
    max-width: 80%;
    margin: 10px auto 0;
}

.terms-condition-details .section-paragraph a {
    font-weight: 600;
    font-style: italic;
}

.terms-condition-details .section-heading-big {
    font-size: 180%;
    padding-bottom: 0;
}

/*----------------------------------------------- TERMS-CONDITION-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- FERRY-BOOKING-TAB-PANEL SECTION START ------------------------------------------------------*/
.ferry-chooser {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background: #fbd849;
}

.ferry-chooser .main-tab {
    height: 100%;
    width: 100%;
    max-width: 60%;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.ferry-chooser .main-tab button {
    height: auto;
    width: 100%;
    padding: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--font-color-dark);
    font-weight: var(--default-font-weight);
    text-transform: capitalize;
    border: none;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
    background: none;
    opacity: 0.7;
}

.ferry-chooser .main-tab button:last-child {
    padding: 0;
}

.ferry-chooser .main-tab button::after {
    display: none;
}

.ferry-chooser .main-tab button.active {
    opacity: 1;
}

.ferry-chooser .main-tab button .section-heading-medium {
    font-size: 120%;
    margin-bottom: 0;
}

.ferry-chooser .main-tab button .section-paragraph {
    font-size: 90%;
    font-style: italic;
    margin-bottom: 0;
    white-space: pre-line;
}

.tab-icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: var(--font-color-fade);
    text-align: center;
    padding: 10px 0;
    margin-right: 10px;
}

.tab-icon img {
    object-fit: contain;
}

.ferry-chooser .main-tab-content {
    background: none;
    border: none;
    position: relative;
}

.ferry-chooser .main-tab-content:nth-child(odd) {
    -webkit-animation: slidefadeEffectLeft 1s;
    animation: slidefadeEffectLeft 1s;
}

@keyframes slidefadeEffectLeft {
    0% {
        left: -30%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

.ferry-chooser .main-tab-content:nth-child(even) {
    -webkit-animation: slidefadeEffectRight 1s;
    animation: slidefadeEffectRight 1s;
}

@keyframes slidefadeEffectRight {
    0% {
        right: -30%;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

.ferry-chooser .main-tab-content {
    background: none;
    border: none;
    -webkit-animation: fadeEffectTrip 1s;
    animation: fadeEffectTrip 1s;
}

.ferry-chooser .main-tab-content figure {
    height: 450px;
    border: 5px solid var(--font-color-light);
    box-shadow: 0 0 20px 0 #00000020;
    position: relative;
    transform: rotate(5deg);
    z-index: 1;
}

.ferry-chooser .main-tab-content figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--font-color-fade);
    transform: rotate(-20deg);
    z-index: -1;
}

/*----------------------------------------------- FERRY-BOOKING-TAB-PANEL SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CRUISE-ABOUT-INNER-PAGE SECTION START ------------------------------------------------------*/
.cruise-about.inner-page {
    margin-bottom: 0;
}

.cruise-about.inner-page .about-content {
    padding: 40px 0 30px;
}

.cruise-about .category-details-content {
    padding: 5px 0 0;
}

/*----------------------------------------------- CRUISE-ABOUT-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CRUISE-INNER-PAGE SECTION START ------------------------------------------------------*/
.cruise .slider-cover.active {
    width: 70%;
}

.cruise .testimonials-card-content {
    cursor: pointer;
    padding: 35px 35px;
}

.cruise .hidden-content,
.cruise.visible-content {
    height: 100%;
}

.cruise .page-offer-image {
    top: 18%;
    left: 50%;
    max-width: 200px;
}

.cruise-part {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.cruise-part .highlighted-img {
    max-width: 40%;
    border-radius: 10px;
    border: 3px solid var(--font-color-light);
    margin: 0 25px 0 0;
    overflow: hidden;
    position: relative;
}

.cruise-part .highlighted-img::after,
.cruise-part .highlighted-img::before {
    position: absolute;
    height: auto;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #edb901, #45b6eb);
    color: var(--font-color-light);
}

.cruise-part .highlighted-img::after {
    content: 'Big Sale';
    top: 4%;
    right: -10%;
    padding: 5px 0;
    max-width: 150px;
    font-size: 95%;
    transform: rotate(45deg);
}

.cruise-part .highlighted-imgTANMAY::before {
    content: '$130 Only';
    bottom: 8%;
    left: 10%;
    padding: 12px 0;
    max-width: 100px;
    border-radius: 50%;
    font-size: 130%;
    transform: rotate(-10deg);
    border: 3px solid #40c4ff5c;
}

.cruise-part .cruise-info {
    max-width: 60%;
}

.cruise-part .price-box {
    flex-wrap: wrap;
}

.cruise-part .price-box {
    display: block;
}

.cruise-part .price-box .video-card-text-medium {
    margin-bottom: 15px;
}

.cruise-info .section-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*----------------------------------------------- SWIPER-SLIDER SECTION START ------------------------------------------------------*/
.cover-slider-btn#cruise-slider-left-btn {
    left: 40%;
}

.cover-slider-btn#cruise-slider-right-btn {
    right: 40%;
}

/*----------------------------------------------- SWIPER-SLIDER SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CRUISE-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- CRUISE-FEATURES-INNER-PAGE SECTION START ------------------------------------------------------*/
.cruise-features-part {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: var(--font-color-light);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cruise-features-part::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #12264b94;
    z-index: -1;
}

.cruise-features-part:nth-child(odd) {
    color: var(--font-color-dark);
}

.cruise-features-part:nth-child(odd)::after,
.cruise-features-part:nth-child(odd) .cruise-features-background {
    display: none;
}

.cruise-features-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cruise-features-box {
    height: auto;
    width: 100%;
    max-width: 20%;
    padding: 10px 25px;
    border-right: 1px dashed #adadad;
}

.cruise-features-box:last-child {
    max-width: 50%;
    border: none;
}

.cruise-features-box .section-paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*----------------------------------------------- CRUISE-FEATURES-INNER-PAGE SECTION START ------------------------------------------------------*/

/*----------------------------------------------- CRUISE-SIMILAR-CATEGORY-INNER-PAGE SECTION START ------------------------------------------------------*/
.cruise-similar-category-card .highlighted-img {
    position: relative;
    height: 350px;
}

.cruise-similar-category-card .highlighted-img::after,
.cruise-similar-category-card .highlighted-img::before {
    position: absolute;
    height: auto;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #edb901, #45b6eb);
    color: var(--font-color-light);
}

.cruise-similar-category-card .highlighted-img::after {
    content: 'Big Sale';
    top: 4%;
    right: -10%;
    padding: 5px 0;
    max-width: 150px;
    font-size: 95%;
    transform: rotate(45deg);
}

.cruise-similar-category-card .highlighted-imgTANMAY::before {
    content: '$130 Only';
    bottom: 8%;
    left: 10%;
    padding: 12px 0;
    max-width: 100px;
    border-radius: 50%;
    font-size: 130%;
    transform: rotate(-10deg);
    border: 3px solid #40c4ff5c;
}

.cruise-similar-category-card .discover-tour-card-content {
    height: auto;
}

.cruise-similar-category-card .discover-tour-card-content-box {
    margin-bottom: 0;
    padding: 25px 15px 10px;
}

/*----------------------------------------------- CRUISE-SIMILAR-CATEGORY-INNER-PAGE SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- FERRY-DETAILS-INNER-PAGE SECTION START ------------------------------------------------------*/
.ferry-details-text {
    height: auto;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 10px 20px;
    background: #dfffff;
    box-shadow: 0 5px 10px 0 #00000010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.ferry-details-text.calender {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.date-box {
    height: auto;
    width: 100%;
    min-width: 110px;
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
    background: var(--font-color-fade);
    border-radius: 10px;
    margin-right: 10px;
    transition: all 0.4s ease;
}

.date-box .section-heading-medium {
    font-style: italic;
    margin-bottom: 4px;
}

.date-box .section-paragraph {
    margin-bottom: 0;
    font-size: 80%;
}

.date-box:hover,
.date-box.active {
    background: var(--font-color-theme);
    color: var(--font-color-light);
}

/*----------------------------------------------- PAGE-SCROLLBAR SECTION START ------------------------------------------------------*/
.ferry-details-text.calender::-webkit-scrollbar {
    scrollbar-width: thin;
}

.ferry-details-text.calender::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ferry-details-text.calender::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, var(--font-color-theme), var(--font-color-fade));
    border-radius: 10px;
}

.ferry-details-text.calender::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(-45deg, var(--font-color-theme), var(--font-color-fade));
}

/*----------------------------------------------- PAGE-SCROLLBAR SECTION START ------------------------------------------------------*/

.ferry-details-image {
    height: auto;
    max-height: 350px;
    width: 100%;
    max-width: 30%;
    border-radius: 10px;
    border: 2px solid var(--font-color-light);
    box-shadow: 0 0 20px #00000010;
    overflow: hidden;
}

.ferry-details-info {
    height: auto;
    width: 100%;
    max-width: 50%;
    padding: 10px 30px;
}

.ferry-info-top {
    display: flex;
    align-items: center;
    justify-content: start;
}

.ferry-info-top figure {
    height: 50px;
    width: 50px;
}

.ferry-info-top img {
    object-fit: contain;
}

.ferry-info-top .section-heading-medium {
    margin: 0 8px;
    font-size: 170%;
    margin-bottom: 0;
}

.ferry-info-top .section-paragraph {
    margin-bottom: 0;
}

.ferry-details-info .section-paragraph {
    font-size: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ferry-details-info .section-paragraph span {
    color: var(--font-color-theme);
    display: block;
}

.main-distance-box {
    height: auto;
    width: 100%;
    padding: 5px 0 20px;
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.main-distance {
    height: auto;
    width: 100%;
    max-width: 250px;
}

.main-distance .section-paragraph {
    margin-bottom: 0;
}

.distance-line {
    height: 0;
    width: 100%;
    border-top: 2px dotted var(--font-color-dark);
    margin: 4px 0;
    position: relative;
}

.distance-line::before,
.distance-line::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: -15px;
    font-size: 110%;
}

.distance-line::before {
    content: '\f053';
    animation: directionMoveLeft 2s ease infinite;
}

@keyframes directionMoveLeft {
    0% {
        opacity: 1;
        left: -3%;
    }

    50% {
        opacity: 0.5;
        left: -6%;
    }

    100% {
        opacity: 1;
        left: -3%;
    }
}

.distance-line::after {
    content: '\f054';
    animation: directionMoveRight 2s ease infinite;
}

@keyframes directionMoveRight {
    0% {
        opacity: 1;
        right: -3%;
    }

    50% {
        opacity: 0.5;
        right: -6%;
    }

    100% {
        opacity: 1;
        right: -3%;
    }
}

.ferry-details-info .simple-link {
    text-decoration: underline;
    padding: 0 25px 0 15px;
    position: relative;
}

.ferry-details-info .simple-link::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 6px;
    width: 6px;
    background: var(--font-color-dark);
    border-radius: 50%;
}

.ferry-details-price {
    height: auto;
    width: 100%;
    max-width: 20%;
}

.ferry-details-price .chip span {
    font-size: 80%;
    color: #aaa;
    text-decoration: line-through;
}

.ferry-details-price .page-btn {
    margin-top: 25px;
}

.ferry-detail-floating {
    position: absolute;
    top: 2px;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.ferry-detail-floating .section-paragraph {
    padding: 5px 30px;
    border-radius: 20px;
    background: linear-gradient(45deg, #edb901d1, #45b6eb);
    border: 1px solid #40c4ff5c;
    color: var(--font-color-light);
    padding-left: 45px;
    position: relative;
    font-size: 85%;
    margin-right: 4px;
}

.ferry-detail-floating .section-paragraph::before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 35px;
    background: var(--font-color-light);
    color: var(--font-color-theme);
    border-radius: 50%;
    text-align: center;
    padding: 5px 0;
    font-size: 100%;
}

.ferry-detail-floating .section-paragraph.speed::before {
    content: '\f624';
}

.ferry-detail-floating .section-paragraph.user::before {
    content: '\f0c0';
}

/*----------------------------------------------- MODAL SECTION START ------------------------------------------------------*/
.ferry-modal .modal-body .category-details-image {
    height: 400px;
}

.ferry-modal .modal-body .ferry-details-info,
.ferry-modal .modal-body .ferry-details-price {
    max-width: 100%;
    padding: 0;
}

.ferry-modal .modal-body .main-distance-box {
    padding: 5px 0;
}

.ferry-modal .modal-body .main-distance {
    max-width: 300px;
}

.ferry-modal .modal-body .ferry-details-price .page-btn {
    margin: 0 0 10px;
}

.main-modal .modal-footer .btn-part .page-btn {
    margin-left: 35px;
}

/*----------------------------------------------- MODAL SECTION COMPLETE ------------------------------------------------------*/

.avaibility-alert-icon {
    margin: 0 auto;
    height: 120px;
    width: 120px;
    padding: 20px;
    background: var(--font-color-fade);
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    margin-bottom: 30px;
}

.avaibility-alert-icon img {
    object-fit: contain;
}

.avaibility-alert {
    text-align: center;
}

.ferry-features-box {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 15px;
}

.ferry-features {
    height: 100%;
    width: 100%;
    max-width: 48%;
    margin: 0 5px;
    background: #dfffff;
    box-shadow: 0 0 5px 0 #00000010;
    border: 1px solid #00000010;
    border-radius: 10px;
    padding: 20px 25px;
}

.ferry-features .section-heading-medium {
    text-decoration: underline;
    font-size: 120%;
    margin-bottom: 0;
}

.ferry-features ul {
    padding: 8px 10px;
    font-family: var(--other-font-family);
}

.ferry-features ul li {
    font-size: 85%;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
}

.ferry-features ul li::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80%;
}

.ferry-features ul li:nth-child(1):after {
    content: '\f236';
}

.ferry-features ul li:nth-child(2)::after {
    content: '\f57b';
}

.ferry-features ul li:nth-child(3)::after {
    content: '\f2dc';
}

.ferry-features ul li:nth-child(4)::after {
    content: '\f6c0';
}

/*----------------------------------------------- FERRY-DETAILS-INNER-PAGE SECTION START ------------------------------------------------------*/

/*----------------------------------------------- MAIN SECTION COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- SUBSCRIBE-FOOTER SECTION START ------------------------------------------------------*/
.subscribe {
    height: auto;
    width: 100%;
    padding: 30px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    background-color: #C7DC41;
    color: var(--font-color-dark);
    font-family: var(--main-font-family);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subscribe::before {
    content: '';
    background-image: url('assets/images/background/feature_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.subscribe .price-heading {
    font-size: 120%;
    margin-bottom: 5px;
}

.subscribe .video-card-text-big {
    font-size: 160%;
    margin-bottom: 0;
    font-weight: 600;
}

.subscribe-form {
    height: auto;
    width: 60%;
    position: relative;
}

.subscribe-form input {
    border: none;
    width: 68%;
}

.main-footer {
    position: relative;
    z-index: 1;
    color: var(--font-color-light);
    font-family: var(--other-font-family);
}

.main-footer::before {
    content: '';
    background-image: url('https://cruiseinandaman.com/wp-content/uploads/2025/02/cat_img_4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.main-footer .page-background-overlay {
    background: #12264bb0;
}

.main-footer-part {
    height: auto;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
    padding: 50px 0;
}

.footer-content {
    height: auto;
    width: 100%;
    max-width: 25%;
}

.footer-links {
    height: auto;
    width: 100%;
    max-width: 16.5%;
}

.footer-content .logo {
    max-width: 110px;
}

.footer-content .section-paragraph {
    margin-top: 15px;
}

.footer-links .video-card-text-big {
    margin-bottom: 15px;
}

.footer-links ul li {
    padding-bottom: 10px;
    position: relative;
}

.footer-links ul li.footer-links-list {
    padding-left: 30px;
}

.footer-links ul li.footer-links-list::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100%;
    color: var(--font-color-fade);
}

.footer-links ul li.footer-links-list.number::after {
    content: '\f095';
}

.footer-links ul li.footer-links-list.mail::after {
    content: '\f0e0';
}

.footer-links ul li.footer-links-list.address::after {
    content: '\f3c5';
}

.footer-links ul li,
.footer-links ul li a {
    font-size: 90%;
    color: var(--font-color-light);
    font-weight: 300;
}

.footer-links ul li.current-menu-item a,
.footer-links ul li:hover a {
    color: var(--font-color-light);
}

.copyright {
    height: auto;
    width: 100%;
    padding: 18px 0;
    background: var(--font-color-dark);
}

.copyright-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright-footer .section-paragraph {
    margin-bottom: 0;
}

.copyright-footer .section-paragraph a {
    color: var(--font-color-light);
    text-decoration: underline;
}

.copyright-footer ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.copyright-footer ul li {
    list-style: disc;
    padding-right: 40px;
}

.copyright-footer ul li a {
    font-size: 90%;
    color: var(--font-color-light);
    font-weight: 300;
}

/*----------------------------------------------- SUBSCRIBE-FOOTER SECTION COMPLETE ------------------------------------------------------*/


/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (1920PX) START ------------------------------------------------------*/
@media only screen and (max-width: 1920px) {}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (1920PX) COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (1599PX) START ------------------------------------------------------*/
@media only screen and (max-width: 1599px) {
    html {
        font-size: 16px;
    }

    .background-text {
        font-size: 850%;
    }

    .banner-content-text-box,
    .banner-content-video-box {
        max-width: 50%;
    }

    .banner-video-slider .slick-prev,
    .testimonials-slider .slick-prev {
        right: 14%;
    }

    .about-content {
        padding: 20px 0;
    }

    .category-card-content .section-heading-big.slim,
    .category-card-content .rating-box {
        margin-top: 50px;
    }

    .category-card-content .page-tag {
        bottom: 4%;
        width: 130px;
    }

    .discover-tour-card-content {
        height: 480px;
    }

    .discover-tour-box::before,
    .discover-tour-box::after {
        display: none;
    }

    .discover-tour-card,
    .discover-tour-card-info {
        max-width: 100%;
    }

    .discover-tour-card-info .price-box {
        flex-wrap: wrap;
    }

    .discover-tour-card-info .price-box .page-btn {
        margin-left: 0;
    }

    .page-btn {
        padding: 8px 30px;
    }

    .discover-tour-slider .slick-prev,
    .category-slider .slick-prev {
        left: 43%;
    }

    .discover-tour-slider .slick-next,
    .category-slider .slick-next {
        left: 49%;
    }

    .feature-box {
        height: 250px;
        width: 250px;
    }

    .feature-box-info {
        bottom: -20%;
        left: -5%;
        min-width: 270px;
    }

    .section-separator {
        height: 70px;
    }

    .success-offer-timer-box .feature-box-info {
        min-width: 160px;
    }

    .page-offer-image {
        top: 25%;
        max-width: 280px;
    }

    .testimonials-card-content {
        padding: 40px 20px;
    }

    .testimonials-card-content .section-paragraph.quote {
        margin-bottom: 20px;
    }

    .testimonials-card-content .rating-box {
        margin-bottom: 10px;
    }

    .testimonials-card.main .visible-content .price-box {
        padding-left: 40px;
    }

    .about .main-image {
        height: 650px;
    }

    .success-offer-timer-box {
        padding: 20px 0;
    }

    .page-btn.compact::after {
        top: 8px;
        right: 11px;
    }

    .header-links ul li .icon {
        top: 2px;
    }

    .page-btn::after {
        top: 0;
    }

    .search-wrap .input {
        padding: 10px 30px;
    }

    .search-wrap {
        top: 25%;
    }

    .video-gallery-card-content {
        padding: 35px 15px;
    }

    .video-gallery-card.full .video-gallery-card-content {
        width: 60%;
    }

    .feature-box-info {
        padding: 10px 15px;
    }

    .footersocialicons_all li {
        height: 40px;
        width: 40px;
    }

    .subscribe-form input {
        width: 50%;
    }

    .slider-cover.testimonial.show .testimonials-card .visible-content .price-box {
        display: none;
    }

    .slider-cover.testimonial.show.active .testimonials-card .visible-content .price-box {
        display: block;
    }

    .slider-cover.testimonial.show.active {
        width: 70%;
        margin-right: 10px;
    }

    .slider-cover.testimonial.show {
        width: 8%;
        margin-right: 5px;
    }

    .contact-box {
        max-width: 90%;
    }

    .blog-rating {
        flex-wrap: wrap;
        justify-content: start;
    }

    .blog-rating .section-paragraph {
        padding-left: 10px;
    }

    .blog-details-content .video-card-text-medium {
        margin: 15px 20px 0;
    }

    .blog-details-image {
        height: 500px;
    }

    .register .login-part {
        max-width: 90%;
    }

    .faq .faq-divider {
        margin: 20px 0;
    }

    .blog-details-box {
        max-width: 47%;
        margin-right: 10px;
    }

    .package-booking-part-content {
        padding: 0 30px;
        margin-bottom: 8px;
    }

    .package-booking-part {
        align-items: center;
    }

    .our-team-box figure {
        height: 210px;
        width: 210px;
    }

    .our-team-box {
        margin: 0 10px 0;
    }

    .login-part {
        max-width: 80%;
    }

    .blog-details-content {
        padding: 20px 0;
    }

    .cruise-features-box .section-heading-medium {
        font-size: 110%;
    }

    /* .ferry-chooser .main-tab button {
        flex-wrap: wrap;
    } */

    .tab-icon {
        margin-bottom: 5px;
    }

    .ferry-chooser .main-tab-content figure::before {
        transform: rotate(-15deg);
    }

    .ferry-chooser .main-tab-content figure {
        height: 400px;
    }

    .ferry-chooser .main-tab button {
        padding: 0 0 20px;
    }

    .date-box .section-heading-medium {
        margin-bottom: 0;
    }

    .date-box {
        min-width: 90px;
    }

    .ferry-details-info {
        padding: 10px 20px;
    }

    .main-distance {
        max-width: 160px;
    }

    .ferry-details-text {
        padding: 30px 20px 10px;
    }

    .ferry-details-price .page-btn.cancel {
        font-size: 90%;
    }

    .ferry-details-image {
        max-height: 100%;
    }

    .cruise-part .highlighted-img::before {
        font-size: 110%;
    }

    .testimonials-card {
        height: 550px;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (1599PX) COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (1299PX) START ------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
    html {
        font-size: 14px;
    }

    .header-links {
        padding: 10px 30px;
    }

    .background-text {
        font-size: 800%;
    }

    .banner-video-slider .slick-prev {
        right: 16%;
    }

    .testimonials-slider .slick-prev {
        right: 25%;
    }

    .about-info-part {
        flex-wrap: wrap;
    }

    .about-info-box {
        margin-bottom: 15px;
        width: 50%;
    }

    .about .btn-part {
        margin: 25px 0;
    }

    .about .main-image::before {
        top: -5%;
        left: -5%;
    }

    .banner-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .section-spacing {
        padding: 15px 0;
    }

    .section-spacing-top {
        padding: 20px 0 0;
    }

    .section-spacing-bottom {
        padding: 0 0 20px;
    }

    .about .main-image {
        margin-top: -50px;
        height: 600px;
    }

    .page-btn.compact::after {
        top: 9px;
        right: 12px;
    }

    .feature-box {
        margin: 40px 50px;
    }

    .feature-part {
        justify-content: center;
        flex-wrap: wrap;
    }

    .feature-box:nth-child(odd),
    .feature-box:nth-child(even) {
        margin-top: 0;
    }

    .feature-box-info {
        bottom: -5%;
    }

    .feature-box::before {
        top: -15%;
    }

    .success .main-image::after {
        bottom: -5%;
        right: -5%;
    }

    .success .main-image {
        height: auto;
        margin-top: 15px;
    }

    .success-offer-timer {
        max-width: 25%;
    }

    .success-offer-timer-box .feature-box-info {
        min-width: 255px;
        left: -25%;
    }

    .page-offer-image {
        top: 23%;
    }

    .success .main-image .page-tag {
        left: -5%;
    }

    .testimonials-box {
        max-width: 70%;
    }

    .testimonials-box:nth-child(2) {
        max-width: 30%;
    }

    .discover-tour-card-info .price-box .page-btn {
        margin-left: 10px;
    }

    .header-links {
        width: 80%;
    }

    .video-gallery-part .video-gallery-card:nth-child(even) {
        margin-top: 50px;
    }

    .video-gallery-card.full .video-gallery-card-content {
        width: 70%;
    }

    .video-gallery-card-content {
        padding: 25px 15px;
    }

    .video-gallery-card-content .rating-box {
        flex-wrap: wrap;
        margin: 5px 0 10px;
    }

    .video-gallery-card-content .rating-box .section-paragraph {
        padding-left: 0;
    }

    .subscribe {
        margin-top: 0;
    }

    button {
        padding: 10px 40px 11px 20px
    }

    .subscribe-form {
        width: 60%;
    }

    .category-card-content {
        padding: 30px 25px;
    }

    .category-card-content .section-heading-big.small.slim {
        margin-top: 50px;
    }

    .slider-cover.testimonial {
        margin-top: 30px;
    }

    .about.inner-page,
    .category.inner-page,
    .discover-tour.inner-page {
        margin-bottom: 0;
    }

    .about.inner-page .about-content {
        padding: 20px 0 0;
    }

    .breadcrum-banner {
        height: 40vh;
    }

    .sidebar-details-content {
        padding: 25px 20px;
    }

    .category-details-content .about-info-part {
        margin: 30px 15px 0;
    }

    .section-head {
        padding-bottom: 10px;
    }

    .contact-box {
        max-width: 100%;
    }

    .contact-form {
        padding: 25px 25px;
    }

    .section-paragraph.big {
        margin-bottom: 20px;
    }

    .blog-details-content {
        padding: 15px 0;
    }

    figure.sign-img {
        max-width: 110px;
    }

    .recent-post figure {
        height: 100px;
        max-width: 100px;
    }

    .recent-post-box {
        padding-left: 10px;
    }

    .blog-details-image {
        height: 440px;
    }

    .inner-page {
        margin-bottom: 0;
    }

    .login {
        padding: 100px 0 30px;
    }

    .login-part {
        max-width: 90%;
    }

    .register .login-part {
        max-width: 100%;
    }

    .main-accordion .accordion-body {
        padding: 15px 30px;
    }

    .blog-details-content .section-heading-big {
        font-size: 220%;
    }

    .our-team-box {
        max-width: 30%;
    }

    .our-team-box {
        margin: 0 10px 10px;
    }

    .footer-content .logo {
        max-width: 100px;
    }

    .register .contact-form form {
        height: 400px;
    }

    .cruise-features-box {
        padding: 10px 5px;
    }

    .cruise-features-box .about-info-box::after,
    .cruise-features-box .about-info-box figure {
        display: none;
    }

    .cruise-features-box .about-info-box {
        margin-bottom: 0;
        width: 100%;
    }

    .cruise-similar-category-card .highlighted-img::before {
        left: 8%;
        max-width: 80px;
    }

    .ferry-chooser .main-tab-content figure {
        height: 350px;
        border-width: 3px;
    }

    .ferry-info-top .section-heading-medium {
        margin: 0 4px;
        font-size: 120%;
    }

    .ferry-details-info .simple-link {
        padding: 0 20px 0 12px;
    }

    .main-distance {
        max-width: 100px;
    }

    .distance-line::before,
    .distance-line::after {
        top: -12px;
        font-size: 100%;
    }

    .ferry-details-info {
        padding: 0 15px;
    }

    .ferry-details-image,
    .ferry-details-price {
        max-width: 25%;
    }

    .cruise-similar-category-card .highlighted-img {
        height: 300px;
    }

    .main-modal .modal-dialog {
        max-width: 500px;
    }

    .ferry-modal .modal-body .category-details-image {
        height: 350px;
    }

    .cruise .slider-cover {
        width: 0;
    }

    .cruise .slider-cover.active {
        width: 100%;
    }

    .testimonials-card-content .rating-box {
        margin-bottom: 0;
    }

    .cover-slider-btn#testimonial-slider-right-btn {
        left: 10%;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (1299PX) COMPLETE ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MIN-WIDTH OF BREAKPOINT (992PX) START  ------------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .header-links ul li ul.sub-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--font-color-light);
        height: auto;
        width: 100%;
        width: 250px;
        border-radius: 5px;
        border-top: 3px solid var(--font-color-theme);
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
        box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
        transition: transform 0.4s ease;
    }

    .header-links ul li:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .footer-content .logo {
        max-width: 100px;
    }

    .header-links ul li ul.sub-menu li:hover>ul {
        left: 100%;
        top: 0;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MIN-WIDTH OF BREAKPOINT (992PX) COMPLETE  ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (992PX) START  ------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    html {
        font-size: 13px;
    }

    .mobile-toggle {
        display: block;
        height: auto;
        margin-left: 50px;
        z-index: 1000;
        position: relative;
    }

    /*---------------------------------------- CROSS-ANIMATION SECTION START --------------------------------------------------------*/
    .menu-bar {
        height: 2px;
        width: 26px;
        display: block;
        background: var(--font-color-light);
        position: absolute;
        right: 5px;
        top: 48%;
        transition: all 200ms linear;
    }

    .menu-bar::before {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        display: block;
        background: var(--font-color-light);
        top: 8px;
        transition: all 200ms linear;
    }

    .menu-bar::after {
        position: absolute;
        content: '';
        width: 26px;
        height: 2px;
        display: block;
        background: var(--font-color-light);
        bottom: 8px;
        transition: all 200ms linear;
    }

    .menu-bar.active {
        background: transparent;
    }

    .menu-bar.active::before {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-bar.active::after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    /*---------------------------------------- CROSS-ANIMATION SECTION COMPLETE --------------------------------------------------------*/

    .header-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 300px;
        padding: 70px 0 !important;
        background: #12264be6;
        transition: all 0.8s ease;
        z-index: 100;
    }

    .header-links ul {
        flex-direction: column;
    }

    .header-links ul li {
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #ffffff20;
    }

    .header-links ul li:last-child {
        border: none;
    }

    .header-links ul li .icon {
        top: 15px;
        right: 15px;
        transition: all 0.8s ease;
    }

    .header-links ul li .icon.active {
        transform: rotate(-180deg);
    }

    .header-links ul li a {
        font-size: 130%;
    }

    .header-links ul li ul.sub-menu {
        visibility: hidden;
        height: auto;
        width: 100%;
        max-height: 0;
        position: relative;
        left: 0;
        border-radius: 0;
        background: none;
        padding: 0;
        background: #394f78;
        box-shadow: none;
        transition: max-height 0.3s ease-out, padding 0.3s ease, visibility 0.3s ease;
    }

    .header-links ul li ul.sub-menu.show {
        visibility: visible;
        max-height: 100%;
        padding: 5px 0;
        transition: max-height 0.3s ease, padding 0.3s ease, visibility 0.3s ease;
    }

    .header-links ul li ul.sub-menu li a {
        padding: 6px 12px;
        font-size: 120%;
        color: var(--font-color-light);
    }

    .header-links ul li ul.sub-menu li {
        border: none;
    }

    .header-links ul li ul.sub-menu li a,
    .header-links ul li a.current-menu-item,
    .header-links ul li a:hover {
        color: var(--font-color-light);
    }

    .header-links ul li ul.sub-menu li ul.sub-menu {
        top: 5px;
        left: 0;
    }

    .main-nav .logo {
        max-width: 80px;
    }

    .background-text {
        font-size: 650%;
    }

    .banner-content-text-box,
    .banner-content-video-box {
        max-width: 100%;
    }

    .banner-content-text-box {
        margin-bottom: 40px;
    }

    .banner-video-slider .slick-prev,
    .testimonials-slider .slick-prev {
        right: 13%;
    }

    .video-card-text-medium {
        display: block;
        padding-left: 15px;
    }

    .banner-video-card figure {
        height: 170px;
        width: 200px;
    }

    .about .btn-part {
        margin: 20px 0;
    }

    .about-info-box {
        width: 33%;
    }

    .about-content {
        padding: 20px 0 0;
    }

    .banner {
        border-radius: 0 0 50px 50px;
    }

    .category-card-content .section-heading-big.slim,
    .category-card-content .rating-box {
        margin-top: 30px;
    }

    .category-card-content .page-tag {
        width: 120px;
    }

    .discover-tour-card-content {
        height: 420px;
    }

    .discover-tour-card-info .rating-box {
        margin-bottom: 0;
    }

    .category-card-content .section-heading-big.small.slim {
        margin-top: 30px;
    }

    .discover-tour-slider .slick-prev,
    .category-slider .slick-prev {
        left: 38%;
    }

    .discover-tour-slider .slick-next,
    .category-slider .slick-next {
        left: 48%;
    }

    .feature-box {
        margin: 40px 50px;
        padding: 15px;
        height: 200px;
        width: 200px;
    }

    .feature-box-info {
        bottom: -12%;
        min-width: 280px;
        left: -20%;
        padding: 10px 15px;
    }

    .feature-box::before {
        top: -15%;
    }

    .success-offer-timer-box .feature-box-info {
        min-width: 180px;
    }

    .success-offer-timer-box .feature-box-info {
        min-width: 205px;
        left: -35%;
    }

    .success-content {
        padding: 40px 0 0 35px;
    }

    .success-offer-timer-box {
        padding: 20px 0;
    }

    .section-separator {
        margin: 0;
    }

    .success-content .section-heading-big.slim {
        margin-top: 20px;
    }

    .offer-banner {
        height: auto;
    }

    .offer-banner-content {
        height: auto;
        padding: 50px 0;
    }

    .page-offer-image {
        top: 22%;
        left: 75%;
        max-width: 250px;
    }

    .testimonials-part {
        flex-direction: column-reverse;
    }

    .testimonials-box,
    .testimonials-box:nth-child(2) {
        max-width: 100%;
    }

    .testimonials-box:nth-child(2) {
        margin-bottom: 10px;
    }

    .mobile-btn-part {
        display: flex;
        align-items: center;
        width: 100px;
    }

    .main-nav .page-btn.compact {
        background: none;
        font-size: 140%;
    }

    .banner-content-video-box {
        padding: 0;
    }

    .search-wrap {
        top: 28%;
        right: 8%;
        width: 70%;
    }

    .video-gallery-part .video-gallery-card:nth-child(even) {
        margin-top: 40px;
    }

    .video-gallery-card {
        margin-bottom: 20px;
    }

    .video-gallery-card-content .rating-box .section-paragraph {
        padding-left: 5px;
    }

    .footer-content {
        max-width: 30%;
        margin-bottom: 20px;
    }

    .footer-links {
        max-width: 32%;
        margin-bottom: 20px;
    }

    .subscribe {
        padding: 20px 40px;
    }

    .subscribe-form {
        width: 68%;
    }

    .footer-links ul li.footer-links-list {
        padding-left: 25px;
    }

    .category-box {
        max-width: 100%;
        margin-bottom: 0;
    }

    .slider-cover.show.active {
        margin-right: 5px;
    }

    .slider-cover.show {
        margin-right: 2px;
    }

    .testimonials-card-content .price-box .video-card-text-medium {
        padding-right: 20px;
    }

    .category-details-image {
        height: 400px;
    }

    .contact-content {
        flex-wrap: wrap;
    }

    .contact-content iframe,
    .contact-content figure,
    .contact-form {
        max-width: 100%;
    }

    .contact-content iframe {
        height: 300px;
    }

    .our-team-box figure {
        height: 180px;
        width: 180px;
    }

    .our-team-box {
        max-width: 45%;
    }

    .register .contact-form form {
        height: auto;
        overflow-y: hidden;
    }

    .ferry-chooser .main-tab button {
        padding: 0 0 10px;
    }

    .ferry-chooser .main-tab-content figure {
        height: 300px;
    }

    .ferry-chooser {
        padding: 0 20px;
    }

    .cruise-features-box {
        padding: 0 5px;
    }

    .package-booking-part-content {
        padding: 0 20px;
    }

    .ferry-details-image {
        max-width: 30%;
    }

    .ferry-details-price {
        max-width: 20%;
    }

    .main-distance {
        max-width: 130px;
    }

    .distance-line::before,
    .distance-line::after {
        top: -10px;
    }

    .date-box {
        min-width: 80px;
    }

    .cruise-part {
        flex-wrap: wrap;
    }

    .cruise-part .highlighted-img {
        max-width: 100%;
        margin: 0;
    }

    .cruise .testimonials-card {
        height: auto;
    }

    .cruise-part .cruise-info {
        max-width: 100%;
        margin-top: 10px;
    }

    .ferry-features ul {
        padding: 2px 10px;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (992PX) COMPLETE  ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (768PX) START  ------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .page-container {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-info-box {
        width: 50%;
    }

    .background-text {
        font-size: 500%;
    }

    .about .main-image {
        height: auto;
    }

    .banner-slider ul.slick-dots li.slick-active {
        transform: scale(1.3);
    }

    .category-card-content .page-tag {
        width: 110px;
        bottom: 7%;
    }

    .category-card-content .price-box {
        margin: 25px 0 25px 60px;
    }

    .section-head {
        width: 100%;
        padding: 0 20px 10px;
    }

    .feature-box {
        margin: 40px 80px;
    }

    .section-separator {
        height: 50px;
    }

    .success-offer-timer-box .feature-box-info {
        min-width: 150px;
        left: -50%;
    }

    .success-offer-timer {
        max-width: 25%;
        padding: 0 25px;
    }

    .page-offer-image {
        left: 80%;
        max-width: 180px;
    }

    .offer-banner-slider-box::before {
        top: -10%;
    }

    .offer-banner-slider-box::after {
        bottom: -10%;
    }

    .offer-banner-content {
        padding: 30px 0;
    }

    .success .main-image .page-tag {
        width: 150px;
    }

    .testimonials-card .price-box {
        flex-wrap: wrap;
    }

    .testimonials-card-content .price-box .video-card-text-medium {
        margin-bottom: 10px;
    }

    .testimonials-card-content .price-box .page-btn {
        margin: 20px 0 0 0;
    }

    .testimonials-slider {
        margin-top: 60px;
    }

    .banner-content-part {
        margin-top: 80px;
    }

    .page-btn {
        padding: 8px 28px;
    }

    .banner-content-text-box,
    .banner-content-video-box {
        padding: 0 15px;
    }

    .discover-tour-card-content-box::before {
        display: none;
    }

    .search-wrap {
        right: 14%;
        width: 60%;
    }

    .video-gallery-part {
        overflow-x: auto;
    }

    .video-gallery-part .video-gallery-card {
        min-width: 60%;
        margin-right: 10px;
    }

    .video-gallery-part .video-gallery-card:nth-child(even) {
        margin-top: 0;
    }

    .video-gallery-card.full .video-gallery-card-content {
        width: 90%;
    }

    .video-gallery-card.full {
        height: 400px;
        margin-top: 0;
    }

    .footer-content {
        max-width: 48%;
    }

    .footer-links {
        max-width: 48%;
    }

    .copyright-footer ul {
        padding: 5px 18px 0;
    }

    .subscribe-form {
        width: 100%;
        margin-top: 5px;
    }

    .subscribe .price-heading {
        margin-bottom: 0;
    }

    .section-head .section-paragraph span {
        font-size: 160%;
    }

    .testimonials-slider .slick-prev,
    .testimonials-slider .slick-next {
        top: -40px;
    }

    .main-footer-part {
        padding: 40px 0;
    }

    .category-slider {
        display: block;
    }

    .feature-box {
        margin: 20px 10px;
        padding: 12px;
        height: auto;
        width: 100%;
        max-width: 45%;
        border-radius: 20px;
    }

    .feature-box-content {
        padding: 10px 0;
        border-radius: 10px;
    }

    .feature-box-content .section-heading-big {
        margin: 0;
        padding: 0;
    }

    .feature-box-info {
        position: relative;
        bottom: 0;
        min-width: 100%;
        left: 0;
        margin-top: 8px;
    }

    .slider-cover.testimonial {
        margin-top: 0;
    }

    .slider-cover.show.active {
        width: 100%;
        margin-right: 0;
    }

    .slider-cover.show {
        width: 0;
        margin-right: 0;
    }

    .category-details-content .about-info-part {
        margin: 20px 10px 0;
    }

    .page-tag {
        width: 130px;
    }

    .category-details-content .section-paragraph {
        margin-bottom: 15px;
    }

    .blog-details-image {
        height: auto;
    }

    .main-accordion .accordion-button,
    .main-accordion .accordion-body {
        padding: 10px 20px;
    }

    .blog-details-box {
        max-width: 100%;
        margin-right: 0;
    }

    .blog-details-content {
        padding: 10px 0 15px;
    }

    .package-booking-part-content {
        width: 100%;
        max-width: 50%;
        border: none;
    }

    .package-booking-part-content.flexWrap {
        max-width: 100%;
        justify-content: start;
    }

    .package-booking-part-content input,
    .package-booking-part-content select {
        width: 100%;
        margin-bottom: 10px;
    }

    .package-booking-part-content {
        padding: 0 10px;
    }

    .video-gallery-card-content {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .login-part {
        max-width: 100%;
    }

    .package-booking-part-content .page-btn {
        margin: 0 0 5px;
    }

    .cruise-features-part {
        margin-bottom: 0;
    }

    .tab-icon {
        height: 50px;
        width: 50px;
        margin-bottom: 2px;
    }

    .ferry-chooser .main-tab-content figure {
        height: 250px;
    }

    .ferry-chooser {
        padding: 10px 20px;
    }

    .ferry-details-text {
        flex-wrap: wrap;
    }

    .ferry-details-image {
        max-width: 40%;
    }

    .ferry-details-info {
        max-width: 60%;
    }

    .ferry-details-price {
        max-width: 100%;
    }

    .ferry-details-price .page-btn {
        margin-top: 0;
    }

    .cruise-similar-category-card .highlighted-img {
        height: auto;
    }

    .avaibility-alert-icon {
        height: 100px;
        width: 100px;
        padding: 15px;
        margin-bottom: 10px;
    }

    .cover-slider-btn#testimonial-slider-left-btn {
        left: 5%;
    }

    .cover-slider-btn#testimonial-slider-right-btn {
        left: 15%;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (768PX) START  ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (576PX) COMPLETE  ------------------------------------------------------*/
@media only screen and (max-width: 576px) {
    .header-links ul li {
        padding: 8px 15px;
    }

    .background-text {
        display: none;
    }

    .banner-content-video-box .slider-progress {
        max-width: 80%;
    }

    .banner-video-card {
        flex-wrap: wrap;
    }

    .banner-video-card-content {
        padding: 10px 0 0;
    }

    .banner-video-card figure {
        width: 100%;
    }

    .banner-slider ul.slick-dots {
        padding: 0;
        bottom: 5%;
    }

    .about .main-image::before {
        display: none;
    }

    .section-spacing {
        padding: 25px 0;
    }

    .section-spacing-top {
        padding: 30px 0 0;
    }

    .section-spacing-bottom {
        padding: 0 0 30px;
    }

    .about .btn-part {
        flex-wrap: wrap;
    }

    .about .price-box {
        margin: 10px 8px 0;
        border: none;
    }

    .banner-content-video-box {
        padding: 0 10px;
    }

    .category-card-content {
        padding: 25px 25px;
    }

    .category-card-content .page-tag {
        width: 95px;
    }

    .page-btn.compact::after {
        top: 10px;
        right: 10px;
    }

    .main-nav .logo {
        max-width: 70px;
    }

    .section-head .section-paragraph.big {
        padding-bottom: 20px;
    }

    .section-head .section-paragraph.big {
        margin-bottom: 20px;
    }

    .discover-tour-card-content {
        height: 380px;
    }

    .discover-tour-card-content-box {
        margin-bottom: 10px;
    }

    .section-head .section-paragraph.big {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .discover-tour-slider.slick-slider {
        padding-bottom: 20px;
    }

    .discover-tour-slider .slick-prev,
    .discover-tour-slider .slick-next,
    .category-slider .slick-prev,
    .category-slider .slick-next {
        bottom: -4%;
        height: 40px;
        width: 40px;
    }

    .discover-tour-slider .slick-prev,
    .category-slider .slick-prev {
        left: 10%;
    }

    .discover-tour-slider .slick-next,
    .category-slider .slick-next {
        left: 70%;
    }

    .success-content-part {
        flex-wrap: wrap;
    }

    .success-offer-timer {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 10px;
    }

    .success-offer-timer-box {
        width: 50%;
        border: none;
        padding: 10px 5px;
    }

    .success-offer-timer-box .feature-box-info {
        min-width: 100%;
        position: relative;
        left: unset;
        bottom: unset;
    }

    .success-content {
        padding: 20px 0;
    }

    .section-separator {
        height: 30px;
    }

    .sucess-progress {
        margin: 20px 0;
    }

    .sucess-progress .progress_bar_item {
        margin-bottom: 18px;
    }

    .about .btn-part {
        margin: 10px 0;
    }

    .about-info-box figure {
        height: 70px;
        width: 70px;
    }

    .page-offer-image {
        left: 75%;
        max-width: 150px;
        top: 16%;
    }

    .offer-banner-content {
        padding: 10px 0;
    }

    .offer-banner-slider-box::before,
    .offer-banner-slider-box::after {
        display: none;
    }

    .success .main-image .page-tag {
        width: 120px;
    }

    .success .main-image {
        margin-top: 0;
    }

    .about-info-box::after {
        max-width: 85%;
    }

    .testimonials-card-content {
        padding: 30px 20px;
    }

    .banner-content-video-box .slider-progress {
        margin-bottom: 20px;
    }

    .header-links {
        width: 250px;
    }

    .search-wrap {
        right: 20%;
        width: 50%;
    }

    .search-wrap .input {
        padding: 10px 20px;
    }

    .video-play-btn {
        height: 55px;
        width: 55px;
    }

    .footer-content {
        max-width: 100%;
    }

    .footer-links {
        max-width: 100%;
    }

    .footer-content .logo {
        max-width: 90px;
        margin-top: 8px;
    }

    .main-footer-part {
        padding: 0;
    }

    .footer-links {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .subscribe {
        padding: 20px 30px;
        margin-bottom: 10px;
    }

    .subscribe-form input {
        width: 100%;
        margin-bottom: 5px;
    }

    .about .main-image {
        margin-top: 0;
    }

    .banner {
        height: 110vh;
    }

    .testimonials-slider {
        margin-top: 50px;
    }

    .banner-video-slider .slick-prev,
    .testimonials-slider .slick-prev {
        right: 22%;
    }

    .subscribe-form button {
        padding: 12px 20px 12px 20px;
        width: 100%;
    }

    .copyright-footer,
    .copyright-footer ul {
        text-align: center;
        justify-content: center;
    }

    .footer-links ul {
        columns: 2;
    }

    .footer-links ul li.footer-links-list {
        padding-left: 15px;
    }

    .footer-links ul li.footer-links-list::after {
        font-size: 95%;
    }

    .login-hover .section-paragraph {
        margin-bottom: 50px;
    }

    .feature-box {
        padding: 0px;
        border-width: 0px;
        margin: 15px 8px;
    }

    .feature-box-info .section-heading-big.small::after {
        display: none;
    }

    .feature-box-info .section-heading-big.small {
        padding: 0;
    }

    .feature-box-info {
        margin-top: 4px;
    }

    .success-offer-timer-box {
        padding: 5px 5px;
    }

    .category-slider.slick-slider {
        padding-bottom: 40px;
    }

    .testimonials-card {
        height: 500px;
    }

    .testimonials-card-content .section-paragraph.quote {
        padding-left: 30px;
    }

    .cover-slider-icon {
        height: 30px;
        width: 30px;
    }

    .breadcrum-banner-content-text-box .section-paragraph {
        margin-bottom: 10px;
    }

    .bootom-footer ul {
        margin: 0 15px;
    }

    .category-details-content .about-info-part {
        margin: 15px 0 0;
    }

    .page-tag {
        width: 120px;
    }

    .category-details-image {
        height: 350px;
    }

    .section-head {
        padding: 0 15px 5px;
    }

    .discover-tour.inner-page .discover-tour-box {
        margin-bottom: 20px;
    }

    .page-end-btn-part {
        padding: 5px 0 0;
    }

    .contact-form form {
        padding: 20px 15px 0;
    }

    .contact-form {
        padding: 15px 15px;
    }

    .hide-label {
        display: none !important;
    }

    .contact-form form input,
    .contact-form form textarea,
    .contact-form form select {
        font-size: 100%;
        padding: 8px 10px;
    }

    .main-accordion .accordion-button {
        font-size: 110%;
    }

    hr {
        margin: 10px 0;
    }

    .package-booking-part-content {
        padding: 0 10px;
    }

    .page-btn.other.trip-icon {
        margin: 0 10px;
    }

    .main-tab-content {
        padding: 10px 15px;
    }

    .main-tab button {
        padding: 8px 15px;
        margin: 0 2px;
    }

    .our-team-box {
        max-width: 100%;
        margin: 0 15px;
    }

    .our-team-part {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .our-team-box figure {
        height: 160px;
        width: 160px;
    }

    .sidebar-details-content ul {
        padding-left: 25px;
    }

    .terms-condition-details {
        max-width: 100%
    }

    .terms-condition-details .blog-details-content .section-heading-big {
        font-size: 160%;
    }

    .video-gallery-part .video-gallery-card {
        min-width: 90%;
    }

    .section-heading-big {
        font-size: 260%;
    }

    .cruise-features-part {
        flex-wrap: wrap;
    }

    .cruise-features-box {
        max-width: 48%;
        padding: 5px 5px;
    }

    .cruise-features-box:last-child {
        max-width: 100%;
    }

    .cruise-similar-category-card .highlighted-img::before {
        font-size: 110%;
        max-width: 70px;
    }

    .cruise-similar-category-card .highlighted-img::after {
        top: 10%;
        right: -12%;
    }

    .partner-box {
        padding: 0 15px;
    }

    /* .main-table tr th,
    .main-table tr td {
        min-width: 160px;
    } */

    .ferry-chooser {
        flex-wrap: wrap;
    }

    .ferry-chooser .main-tab {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .ferry-chooser .main-tab-content figure {
        height: auto;
        margin-top: 8px;
    }

    .ferry-details-image,
    .ferry-details-info,
    .ferry-details-price {
        max-width: 100%;
    }

    .ferry-details-info {
        padding: 10px 0;
    }

    .main-distance-box {
        padding: 0 0 12px;
    }

    .ferry-details-text {
        padding: 8px 15px 15px;
    }

    .ferry-details-image {
        margin-top: 30px;
    }

    .ferry-detail-floating .section-paragraph::before {
        width: 30px;
    }

    .ferry-detail-floating .section-paragraph {
        padding: 5px 20px;
        padding-left: 40px;
    }

    .main-modal .modal-dialog {
        max-width: 100%;
    }

    .ferry-modal .modal-body .category-details-image {
        height: 250px;
    }

    .ferry-modal .modal-body .main-distance {
        max-width: 140px;
    }

    .main-modal .modal-footer .btn-part {
        flex-wrap: wrap;
    }

    .main-modal .modal-footer .btn-part .page-btn {
        height: auto;
        width: 100%;
        max-width: 95%;
        margin: 0 0 10px;
    }

    .cruise .page-offer-image {
        max-width: 100px;
    }

    .cruise-part .highlighted-img::after {
        top: 5%;
        right: -25%;
        padding: 3px 0;
    }

    .testimonials-card-content,
    .cruise .testimonials-card-content {
        padding: 15px 15px;
    }

    .slider-cover.testimonial.show.active {
        width: 100%;
        margin-right: 0;
    }

    .slider-cover.testimonial.show {
        width: 0;
        margin-right: 0;
    }

    .ferry-features-box {
        flex-wrap: wrap;
    }

    .ferry-features {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 15px 20px;
    }

    .ferry-details-price .page-btn {
        margin-top: 15px;
    }

    .cover-slider {
        padding-bottom: 20px;
    }

    .cover-slider-btn#cruise-slider-left-btn {
        left: 30%;
    }

    .cover-slider-btn#cruise-slider-right-btn {
        right: 30%;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (576PX) COMPLETE  ------------------------------------------------------*/

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (375PX) COMPLETE  ------------------------------------------------------*/
@media only screen and (max-width: 375px) {
    .about-info-box {
        width: 100%;
    }

    .page-btn {
        padding: 8px 22px;
    }

    .banner-video-card {
        padding: 15px 15px;
    }

    .about .price-box {
        margin: 10px 10px 0 0;
    }

    .banner-content-text-box .section-heading-big {
        font-size: 300%;
    }

    .success-offer-timer {
        padding: 10px 5px;
    }

    .section-spacing {
        padding: 20px 0;
    }

    .section-spacing-top {
        padding: 20px 0 0;
    }

    .section-spacing-bottom {
        padding: 0 0 20px;
    }

    .page-offer-image {
        max-width: 120px;
        top: 8%;
    }

    .success .main-image .page-tag {
        width: 100px;
    }

    .section-heading-big {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .testimonials-card-content .section-paragraph.quote {
        -webkit-line-clamp: 3;
    }

    .search-wrap {
        right: 10%;
        width: 80%;
        top: 90%;
    }

    .about-content .btn-part {
        margin-right: 20px;
    }

    .video-gallery-card.full .video-gallery-card-content {
        flex-wrap: wrap;
    }

    .video-gallery-card.full .video-play-btn {
        margin-bottom: 20px;
    }

    .subscribe {
        padding: 20px 25px;
    }

    .copyright-footer ul li {
        padding-right: 30px;
    }

    .feature-box {
        margin: 15px 5px;
    }

    .testimonials-card {
        height: 450px;
    }

    .category-details-image {
        height: 320px;
    }

    .page-tag {
        width: 100px;
    }

    .discover-tour.inner-page .discover-tour-slider.slick-slider {
        padding-bottom: 40px;
    }

    .discover-tour-slider .slick-prev,
    .discover-tour-slider .slick-next,
    .category-slider .slick-prev,
    .category-slider .slick-next {
        bottom: -2%;
    }

    .discover-tour-card-content {
        height: 320px;
    }

    .contact-form form {
        padding: 10px 0 0;
        border: none;
        box-shadow: unset;
    }

    .recent-post figure {
        height: 80px;
        max-width: 80px;
    }

    figure.sign-img {
        max-width: 90px;
    }

    .login form .section-paragraph {
        margin-bottom: 0;
    }

    .package-booking-part-content {
        padding: 0;
        max-width: 100%;
        text-align: center;
    }

    .package-booking-part-content .page-btn {
        width: 100%;
        max-width: 80%;
    }

    .page-btn.other.trip-icon {
        width: 40px;
    }

    .cruise-features-part {
        padding: 10px 15px;
    }

    .ferry-chooser {
        padding: 10px 15px;
    }

    .ferry-detail-floating .section-paragraph {
        padding: 5px 12px;
        padding-left: 35px;
        min-width: 140px;
    }

    .ferry-detail-floating {
        right: -15px;
    }

    .main-distance {
        max-width: 100px;
    }

    .ferry-details-info {
        padding: 7px 0;
    }

    .cruise .page-offer-image {
        display: none;
    }

    .cover-slider-btn#testimonial-slider-right-btn {
        left: 18%;
    }
}

/*----------------------------------------------- MEDIA-QUERY IN MAX-WIDTH OF BREAKPOINT (375PX) COMPLETE  ------------------------------------------------------*/


.banner-in {
    padding: 0;
    text-align: center;
    position: relative;
    background: #000;
    height: 400px;
}

.banner-in .caption {
    position: absolute;
    left: 0;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    color: #fff;
}

.banner-in .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}

.banner-in .thumb img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.banner-in h1 {
    color: #fff;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .banner-in .caption {
        top: calc(50% + 60px);
    }
}

@media (max-width: 991.98px) {
    .banner-in {
        height: 250px;
    }

    .banner-in .caption {
        top: calc(50% + 40px)
    }
}

@media (max-width: 575.98px) {
    .banner-in {
        height: 200px;
    }

    .banner-in .caption {
        top: 50%
    }
}

/** ::: Default Tag Styles ::: ***************/
.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-center img {
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.center {
    margin-left: auto;
    margin-right: auto
}

.uppercase,
.text-uppercase {
    text-transform: uppercase
}

.lowercase,
.text-lowercase {
    text-transform: lowercase
}

table {
    width: 100%;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

td {
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 5px 10px
}

figure {
    margin: 0;
    padding: 0
}

.full {
    width: 100%;
    height: auto
}

.full img {
    width: 100%;
    height: auto
}

img.cover {
    object-fit: cover;
}

small {
    font-size: 8pt;
    display: inline-block;
    line-height: 1.2
}

.strong,
.b,
.bold,
b,
strong {
    font-weight: bold;
}

.boxshadow {
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

input.button,
.button,
input[type=submit] {
    color: #ffffff !important;
    background-color: var(--bs-primary) !important;
    text-align: center !important;
    padding: 8px 13px !important;
    cursor: pointer !important;
    font-weight: normal !important;
    font: inherit !important;
    border: none !important;
    outline: none !important;
    line-height: 1.3 !important;
    border-radius: 0 !important;
    transition: all 300ms ease !important;
    font-size: 100% !important;
}

.email_from .from_group input {
    width: 100% !important;
    height: 50px !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 10px 50px 10px 15px !important;
    border-radius: 0 !important;
    background-color: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    color: var(--bs-white) !important;
    font-size: 80% !important;
}

.email_from .from_group input::placeholder {
    font-size: 100% !important;
}

#gform_2 {
    position: relative;
}

.email_from .from_group .gform-theme--foundation .gform_footer,
.email_from .from_group .gform-theme--foundation .gform_page_footer {
    position: absolute;
    right: 5px;
    top: 6px;
    margin-block-start: 0px !important;
    display: block !important;
}

.email_from .from_group .gform_button {
    background-color: var(--bs-primary) !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    display: block !important;
}

.email_from .from_group .gform_button span:before {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 90%;
}

.gthumb {
    background: #fff;
    padding: 8px;
    box-shadow: 8px 7px 16px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    height: 53vh;
}

.gthumb img {
    width: 100%;
    margin: 0 !important;
    object-fit: contain;
    height: 100%;
}

.float-start.w4 {
    width: 40%;
    margin-right: 40px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .float-start.w4 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

/*********************************************/
/** Wordpress ***********************************/
/*********************************************/
/* : Wordpress Pagination Single Page : */
.fcnext,
.fcprev {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 120%
}

.fcnext a,
.fcprev a {
    display: block;
    padding: 40px 10px;
    background: #f1f1f1;
    font-size: 100%
}

/* : Wordpress Blog Home : */
article.post {
    margin-top: 75px;
}

article.post:nth-of-type(1) {
    margin-top: 0;
}

.blog-image {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.blog-image a {
    display: block
}

.blog-image a img {
    width: 100%;
    height: auto
}

.blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
    cursor: pointer
}

.blog-image .blog-overlay:hover {
    background: rgba(0, 0, 0, .3)
}

.blog-image .blog-overlay svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .85);
    display: block;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0
}

.blog-image .blog-overlay:hover svg {
    opacity: 1;
    margin-top: -35px
}

.blog-author {
    margin-bottom: 5px
}

.blog-date {
    opacity: .7;
    font-size: 80%
}

.blog-title {
    font-size: 150%;
    line-height: 1.3
}

.blog-title a {
    color: inherit;
    text-transform: uppercase
}

.blog-title a:hover {
    color: #3b78bd
}

.blog-categories {
    margin-bottom: 25px
}

.blog-categories svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.read-more-button-wrap {
    margin-bottom: 25px
}

/* : Wordpress Single Blog : */
p.blog-meta-single {
    margin-bottom: 20px;
    font-size: 80%;
    text-transform: uppercase;
}

p.blog-meta-single span.devider {
    color: #d0d0d0;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.author-bio {
    padding-left: 120px;
    position: relative;
    margin: 50px auto 50px auto;
    width: 80%
}

.author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

@media (max-width:768px) {
    .author-bio {
        padding-left: 100px;
        width: 100%
    }

    .author-bio .avatar {
        width: 80px;
        height: 80px
    }
}

.pagination-single-inner {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.pagination-single-inner:after {
    content: "";
    display: table;
    clear: both
}

.pagination-single-inner .previous-post {
    width: 48%;
    float: left
}

.pagination-single-inner .next-post {
    width: 48%;
    float: right
}

.comments-wrapper {
    margin: 0 auto;
    padding: 50px 50px 0 80px;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .comments-wrapper {
        padding: 0
    }
}

#commentform {
    max-width: 768px;
    margin: 0 auto
}

#commentform label {
    display: block;
    text-align: left;
    font-size: 80%
}

#commentform .comment-form-cookies-consent label {
    display: inline-block
}

#commentform .required {
    color: #bd0000;
    font-size: 150%;
    position: relative;
    top: 5px
}

#commentform #comment {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 25px;
    font-family: inherit;
    max-height: 150px;
    line-height: 1.6
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 47%;
    text-align: left
}

.comment-form-email {
    float: right
}

.comment-form-url {
    clear: both
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font: inherit;
    color: #2d3c49;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer
}

.comments-inner {
    text-align: left;
    margin-top: 50px
}

.comments-inner .comment-author {
    font-size: 150%;
    font-weight: 700
}

.comments-inner .comment-author a {
    color: inherit;
    text-decoration: underline
}

.comments-inner .comment-author a:hover {
    text-decoration: none
}

.comments-inner img.avatar {
    margin-bottom: 10px;
    margin-left: -100px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block
}

@media (max-width:768px) {
    .comments-inner img.avatar {
        margin-left: -80px;
        width: 60px;
        height: 60px
    }

    .comments-inner img.avatar {
        margin-left: 0;
        width: 80px;
        height: 80px;
        position: relative
    }
}

.comments-inner .comment-metadata {
    margin-bottom: 30px
}

.comments-inner .comment-metadata a {
    color: inherit;
    opacity: .7;
    font-size: 80%
}

.comments-inner .comment-metadata a:hover {
    opacity: 1
}

.bypostauthor .comment-footer-meta .by-post-author {
    margin-top: 15px;
    display: block;
    font-size: 80%
}

.comment-body {
    margin-bottom: 50px
}

.comment .comment {
    padding-left: 10%
}

/* : Wordpress Blog : */
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
    color: #d0d0d0;
    display: block
}

hr.styled-separator::after,
hr.styled-separator::before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem
}

hr.styled-separator::before {
    left: calc(50% - .5rem)
}

hr.styled-separator::after {
    right: calc(50% - .5rem)
}

hr.styled-separator.last-none {
    margin: 75px 0
}

hr.styled-separator.last-none:last-of-type {
    display: none
}

.post-meta-wrapper {
    margin-bottom: 20px
}

ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

ul.post-meta svg {
    position: relative;
    top: 4px;
    margin-right: 5px
}

.nav-links {
    text-align: center;
    text-transform: uppercase
}

.nav-links .page-numbers {
    margin: 0 15px;
    font-size: 80%
}

.nav-links .page-numbers.current {
    font-size: 100%
}

.nav-links .nav-prev-text {
    margin-left: 10px
}

.nav-links .nav-next-text {
    margin-right: 10px
}

/* : Wordpress Post Tags :*/
.post-tags-single {
    margin: 0 0 30px 10px
}

.post-tags-single a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
    background-color: #d4d7dc;
    z-index: 2;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-single a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-single a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.post-tags-single a:hover {
    color: #fff;
    background-color: #3b78bd
}

/* : Wordpress Related Post : */
.related-post {
    margin-bottom: 50px;
    padding: 0 15px
}

.related-post .item-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related-post-thumb {
    width: 90px
}

.related-post-title {
    width: calc(100% - 100px);
    padding-right: 25px
}

.related-post-title p {
    margin: 0;
    line-height: 1.2
}

.related-post-title p small {
    opacity: .7
}

.related-post-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px
}

/* : Wordpress Widget : */
.widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #eff0ee;
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgb(0, 0, 0, .1)
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget ul li {
    margin: 0 0 10px 0;
    padding: 0
}

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 6px
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget .comment-author-link {
    font-weight: 700
}

.navigation {
    margin-top: 30px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-separator {
    display: none;
}

.pagination .nav-links {
    margin: 0;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links>* {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 400;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
    color: #444444;
}

.nav-links>.current {
    background: #444444;
    border-color: #444444;
    color: #fff;
}

.pagination .dots {
    transform: none;
}

.search-form {
    background: none;
    position: relative;
    padding-right: 36px;
    border-radius: 0;
}

.search-form label {
    margin: 0;
    width: 100%;
    display: none;
}

.search-form .search-field {
    width: 100%;
    border: none;
    background: none;
    height: 44px;
    padding: 10px;
    color: #000;
}

.search-form .search-submit {
    width: 36px;
    height: 44px;
    border: none;
    background: url(assets/images/search-icon.png) center center no-repeat #1e374b;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0 !important;
    cursor: pointer;
}

.widget-area {}

.widget-area .widget {
    padding: 0 15px 15px;
    background: #f8f8f8;
    color: var(--bs-dark);
}

.widget-area .widget+.widget {
    margin-top: 30px;
}

.widget-area .sidetitle {
    font-size: 140%;
    background: var(--bs-primary);
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
    margin: 0 -15px 15px;
}

.widget-area .widget a {
    color: var(--bs-dark);
}

.widget-area .widget a:hover {
    color: var(--bs-primary);
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}

.widget-area .widget ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 75%;
}

.widget-area .widget.widget_search {
    padding: 0;
    border: none;
    background: none;
}

/******booking*Modal*******/
button.btn-close::after {
    display: none;
}

#bookingModal .contact-form {
    max-width: 100% !important;
}

#bookingModal .modal-dialog {
    max-width: 900px !important;
}



@media (max-width: 991px) {
    #bookingModal .modal-dialog {
        max-width: 95% !important;
    }
}

/*********floatingaction_button*******/
.floatingaction_button {
    position: fixed;
    right: 4%;
    bottom: 20%;
    z-index: 11;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.floatingaction_button .whatsappbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-image: url(./assets/images/icon/whatsapp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    animation: whatsapp-ani 2s ease-out infinite;
}

@keyframes whatsapp-ani {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media (min-width: 1400px) {
    .floatingaction_button {
        right: 3%;
    }
}

@media (max-width: 768px) {
    .floatingaction_button {
        right: 5%;
    }
}

@media (max-width: 576px) {
    .floatingaction_button {
        right: 8%;
    }
}




/********ferryBooking_wrap********/
.ferryBooking_wrap {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 9;
}

.package-booking-box {
    height: auto;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0px 0px 5px 0px #9b9797;
    overflow: hidden;
    border-radius: 20px;
    background: #dfffff;
    padding: 15px 20px;
}

.main-tab-content {
    background: none;
    display: none;
    padding: 0;
    border: none;
    border-radius: none;
    -webkit-animation: fadeEffectTrip 1s;
    animation: fadeEffectTrip 1s;
}


.package-booking-part {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
}

.addTrip_btn {
    text-decoration: none;
    outline: 0;
    border: 1px solid var(--font-color-theme);
    padding: 10px 20px;
    border-radius: 20px;
}

.package-booking-part-content {
    margin-bottom: 10px;
    padding: 0 15px;
}

.package-booking-part-content .page-btn {
    margin-right: 25px;
    position: relative;
}

.page-btn.other::after {
    top: 7px;
    right: 9px;
    padding: 0;
    color: var(--font-color-dark);
    background: none;
    border: none;
}

.package-booking-part-content label {
    width: 100%;
    display: block;
    text-align: left;
}

.removeTrip_btn.page-btn::after {
    content: '\f2ed';
}

.banner-slider ul.slick-dots,
.category-details-image-slider ul.slick-dots {
    padding: 0;
    bottom: 50%;
    right: 15px;
    left: auto;
    width: auto;
    display: grid;
    gap: 15px;
}

.removeTrip_btn.page-btn {
    margin-top: 20px;
}

.package-booking-box .section-paragraph {
    margin-bottom: 12px;
}

.partner-box img {
    max-width: 100%;
    height: 10vh !important;
    flex: 1 1 calc(25% - 40px);
    aspect-ratio: 1 / 1;
    mix-blend-mode: multiply;
    object-fit: contain;
}

.error {
    color: red;
    font-size: 14px;
}

.newremoveTrip_btn {
    width: 22px;
    min-width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid #40c4ff;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    cursor: pointer;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    margin-left: auto;
    position: relative;
}

.newremoveTrip_btn::after {
    content: "\f2ed";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: red;
}

/*****Responsive*******/
@media (max-width: 1199px) {
    .package-booking-part {
        flex-wrap: wrap;
    }

    .banner {
        height: 85vh;
    }
}

@media (max-width: 991px) {
    .banner {
        height: 95vh;
    }

    .ferryBooking_wrap {
        transform: translateY(-35%);
    }
}

@media (max-width: 768px) {
    .banner {
        height: 100vh;
    }
}

@media (max-width: 576px) {
    .package-booking-part-content {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ferryBooking_wrap {
        top: 0px;
        left: 0;
        transform: translateY(-5px);
    }
}

@media (max-width: 480px) {
    .package-booking-part-content {
        margin-bottom: 10px;
    }

    .package-booking-part-content.flexWrap {
        flex-wrap: wrap;
    }

    .page-btn.other.trip-icon {
        display: none;
    }
}

/*******faqsection_sec****/
.faqsection_sec {
    width: 100%;
    height: auto;
}

.faqsection_sec .nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.faqsection_sec .nav .nav-item .nav-link {
    background-color: transparent;
    border: 1px solid var(--font-color-dark);
    color: var(--font-color-dark);
    padding: 6px 20px;
    letter-spacing: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.faqsection_sec .nav .nav-item .nav-link.active {
    border: 1px solid var(--font-color-theme);
    background-color: var(--font-color-theme);
    color: var(--font-color-light);
    transition: 0.6s;
}

.faqsection_sec .nav .nav-item .nav-link::after {
    display: none;
}

/******/
#Schedule.main-accordion .accordion-body {
    padding: 0px 0px;
}

#Schedule.main-accordion .accordion-button::after {
    background-image: none;
    content: "\2b";
    font-family: "FontAwesome";
    transition: 0.6s;
}

#Schedule.main-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: "FontAwesome";
    transition: 0.6s;
}