:root{
    --main-color: #3f51b5;
    --main-color-light: #ecefff;
    --main-border-color: #bebebe;
    --light-color: #7c7c7c;
    --light-dark: #3f3f3f;
    --light-border-color: rgba(124,124,124, 0.21);
}

@media screen and (min-width: 1300px){
    .new-home{
        font-size: 14px;
    }
    .new-home .fs-18, .new-home .btn-sm{
        font-size: 15px;
    }
    .new-home .card-4 .card-title{
        font-size: calc(1.1rem + .42vw);
    }
    header .main-nav>ul>li a, header .bottom-navbar>ul>li a{
        font-size: 13px;
        padding: 4px 10px;
    }
    header .main-nav>ul>li a .fs-3, header .main-nav>ul>li a i, header .nav li .bi{
        font-size: 110%!important;
        padding-right: 0 !important;
    }
    header .main-nav>ul>li a i.fs-2{
        font-size: 160%!important;
    }
    header .bottom-navbar>ul>li a{
        padding: 10px 15px;
    }
    header .bottom-navbar .megamenu-nav>ul>li>a{
        padding: 8px 15px;
    }
    header .bottom-navbar>ul>li a i.fs-5{
        font-size: 115% !important;
        padding-right: 0 !important;
        line-height: normal!important;
    }
    .new-home main{
        padding-top: 116px !important;
    }
    header .enquire_btn{
        font-size: 12px;
        padding: 5px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
    header .enquire_btn i{
        margin-right: 8px;
        line-height: 0;
    }
    header .main-nav>ul>li>a:before, header .bottom-navbar>ul>li>a:before {
        border-bottom-width: 2px!important;
    }
    header .megamenu .megamenu-list-wrapper .megamenu-item>ul>li {
        padding-top: 8px;
    }
    .new-home .section-hero-banner .hero_text {
        bottom: inherit;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }
    .new-home .section-hero-banner .swiper-slide a{
        display: block;
    }
    .new-home .search-card .form-control {
        height: 50px;
    }
    
    .new-home .search-card .btn-search {
        width: 38px !important;
        height: 38px !important;
        font-size: 120%;
    
    }
    .new-home .form-control{
        font-size: 15px;
    }
}


.new-home .section-hero-banner .hero_text{
    pointer-events: none;
}
.new-home .section-hero-banner .search-card{
    pointer-events: all;
}

.new-home .section-icon-destination .swiper-slide{
    /* width: auto; */
    width: 16.666666%;
}

.new-home .section-icon-destination .card-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 0 30px;
    border-right: 1px solid var(--bs-border-color);
}
.new-home .section-icon-destination .card-icon .card-inner-icon{
    max-width: 50px;
    margin-bottom: 10px;
    height: 50px;
}
.new-home .section-icon-destination .card-icon .card-inner-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.new-home .section-icon-destination .card-icon .card-text{
    font-size: 13px;
}
.new-home .btn-link{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    gap: 12px;
    font-family: inherit !important;
    background-color: transparent;
}
.new-home button.btn-link{
    border: 0;
    color: #fff;
}
.new-home .btn-link .btn-round{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-link-color);
    color: #fff;
    font-size: 90%;
}
.new-home .btn-link .btn-round i{
    line-height: 0;
}
.new-home .btn-link:has(.btn-normal){
    gap: 8px;
    color: #000;
    font-family: inherit !important;
    transition: .3s;
}
.new-home .btn-link:has(.btn-normal):hover{
    color: #3f51b5;
}
.new-home .card-3 .card-img .card-img-text {
    font-size: 14px;
    background-color: var(--main-color);
}

.new-home .tab-nav ul li a {
    font-size: 13px;
}
.new-home .tab-wrapper .tab-item .text-wrapper .card-title{
    font-size: 13px;
    
}
.new-home .tab-wrapper .tab-item .text-wrapper .card-text{
    font-size: 13px;
}
.new-home .fw-light{
    font-weight: 300!important;
}
.new-home .section-heading .h3{
    font-weight: 900!important;
}
footer.footer-main .footer-title{
    font-size: 15px;
}
footer.footer-main  a{
    font-size: 13px;
    font-weight: 300;
}
.new-home .btn{
    font-size: 14px;
}
footer.footer-main .footer-card .card-img{
    height: 60px;
    max-width: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
footer.footer-main .footer-card .card-img img{
    height: 100%;
    object-fit: contain;
}
.new-home .card-4 .card-img-overlay::before{
    background-color: rgba(0, 0, 0, 0.7);
}
.img-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}
.img-wrapper .img-square {
    border-radius: 28px 164px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
    width: 100%;
}
.img-wrapper img {
    height: 100%;
    object-fit: cover;
}
.img-wrapper .img-circle {
    --circleWidth: 210px;
    margin-left: calc(var(--circleWidth) / 2* -1);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.img-wrapper .img-circle .inner {
    border-radius: 50%;
    overflow: hidden;
    width: var(--circleWidth);
    height: var(--circleWidth);
}
.new-home .card-4 .card-img-overlay{
    overflow: hidden;
}
.new-home .card-4 .card-img, .new-home .card-4 .card-img-overlay{
    border-radius: 15px;
}
.new-home .review-swiper .swiper-slide, .new-home .faq-swiper .swiper-slide{
    height: auto;
}
.new-home .card-review {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 16px;
    height: 100%;
}
.new-home .card-review .card-title{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}
.new-home .card-review .card-text{
    color: #000;
    font-weight: 300;
}
.new-home .card-review ul{
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    margin-bottom: 10px!important;
}
.new-home .card-3 .card-star ul{
    font-size: 12px;
}
footer.footer-main{
    background-color: var(--main-color-light)!important;
}
.new-home .bg-accent1{
    background-color: var(--main-color-light)!important;
}
footer.footer-main .footer-title, footer.footer-main a, footer.footer-main{
    color: #000000!important;
}
footer.footer-main .social-link ul li a{
    border-radius: 6px;
    color: #ffffff!important;
}
header .head-search-group{
    position: relative;
    max-width: 300px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    font-size: 14px;
}
header .head-search-group.inner-page-head-search{
    opacity: 1;
    visibility: visible;
}
header .head-search-group.show{
    opacity: 1;
    visibility: visible;
}
header .head-search-group .form-control{
    height: 40px;
    border-radius: 30px;
    /* box-shadow: none!important; */
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .1)!important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 50px;
}
header .head-search-group button{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 95%;
    padding: 0;
    min-width: auto;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: var(--main-color)!important;
    color: #fff!important;
}
header .head-search-group .head-search-text-slide{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
    transition: .1s;
    font-size: 14px;
}
header .head-search-group .head-search-text-slide .head-static, .new-home .slider-search-bar .head-search-text-slide .head-static{
    color: #8e8e8e;
}
[head-search-bar].active .head-search-text-slide{
    opacity: 0;
}
header .slider-search-bar, .new-home .slider-search-bar{
    position: relative;
}
header .slider-search-bar .head-search-text-slide, .new-home .slider-search-bar .head-search-text-slide{
    position: absolute;
    top: 50%;
    left: 1.9rem;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
    transition: .1s;
}
.card-app-icon {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 8px .75rem;
    display: block;
    text-decoration: none;
    color: #dedfde;
    font-size: 1.125rem;
    transition: .3s ease-in;
    border-radius: 6px;
}
.card-app-icon .card-img {
    max-width: 22px;
    line-height: 0;
    transition: .3s ease-in;
    filter: invert(1);
}
.card-app-icon .card-text {
    line-height: normal;
    font-weight: 400;
}
@media screen and (max-width: 1199px){
    header .head-search-group{
        max-width: 100%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 5px;
        display: none;
    }
    header .head-search-group.show{
        display: block;
    }
    .new-home main {
        padding-top: 81px !important;
    }
    .section{
        overflow-x: hidden;
    }
}
@media screen and (max-width: 991px){
    .new-home .section-icon-destination .swiper-slide{
        width: 22.666666%;
    }
    .section-icon-destination{
        overflow: hidden;
    }
    .section-icon-destination .swiper{
        overflow: visible;
    }
    .new-home  .card-4 .card-img {
        padding-bottom: 55%;
    }
    .new-home .section-hero-banner {
        height: 300px;
    }
    .new-home .section-hero-banner .hero-slider a{
        display: block;
    }
    .new-home .section-hero-banner .hero-slider a img{
        object-fit: cover;
    }
    .new-home .section-hero-banner .hero-slider, .new-home .section-hero-banner .hero-slider a, .new-home .section-hero-banner .hero-slider a img{
        height: 100%;
    }
    .new-home .section-hero-banner .hero-slider .swiper-slide{
        height: auto;
    }
}

@media screen and (max-width: 767px){
    .new-home  .card-4 .card-img {
        padding-bottom: 100%;
    }
    .new-home .search-card .form-control{
        height: 42px;
    }
    .new-home .search-card .btn-search {
        width: 32px !important;
        height: 32px !important;
        font-size: 90%;
    }
    .new-home main{
        padding-top: 76px !important;
    }
    .new-home .section-hero-banner .hero_text{
        padding-bottom: 30px;
    }
    header .head-search-group{
        max-width: 100%;
    }
    .logo img {
        max-width: 100px;
    }
    .new-home .slider-search-bar, .new-home .slider-search-bar input{
        font-size: 13px;
    }
    .new-home .slider-search-bar .head-search-text-slide{
        left: 1rem;
    }
    .new-home .slider-search-bar input{
        padding: 0.375rem 1rem;
    }
    .new-home .section-icon-destination .swiper-slide{
        width: 33.3333%;
    }
    .new-home .btn-link{
        font-size: 12px;
        gap: 7px;
    }
    .new-home .btn-link .btn-round {
        width: 17px;
        height: 17px;
        font-size: 75%;
    }
    .new-home .section-icon-destination .card-icon {
        padding: 0 10px;
    }
    .new-home .section-icon-destination .card-icon .card-inner-icon{
        max-width: 30px;
        margin-bottom: 8px;
        height: 30px;
    }
    .new-home .section-icon-destination .card-icon .card-text{
        font-size: 11px;
    }
    .section-icon-destination{
        padding: 10px 0 !important;
    }
    .new-home .section-heading{
        display: block!important;
    }
    .new-home .section-heading .h3, .new-home .section-heading h3, .new-home h3{
        font-size: 19px!important;
    }
    .new-home .section-hero-banner {
        height: 250px;
    }
    .new-home .hero_text .content{
        display: block!important;
        font-size: 13px!important;
    }
    .new-home .card-3 .card-body .card-title, .new-home .card-3 .card-footer .card-text {
        font-size: 13px;
    }
    .new-home .card-3 .card-img .card-img-text{
        font-size: 12px;
    }
    .new-home .swiper-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }
    .new-home .fs-5{
        font-size: 15px!important;
    }
    .new-home .fs-18{
        font-size: 14px!important;
    }
    .new-home .card-4 .card-title{
        font-size: 18px;
    }
    .new-home{
        font-size: 14px;
    }

}
header .user-menu {
    font-size: 27px;
}
header .mobile-search-btn{
    font-size: 22px;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
header .inner-page-mobile-seach-btn{
    opacity: 1;
    visibility: visible;
}
header .mobile-search-btn.active{
    opacity: 1;
    visibility: visible;
}
.new-home .cash-wrapper{
    background-color: var(--main-color)!important;
}
header .enquire_btn{
    background-color: var(--main-color)!important;
}
header .btn, footer .btn{
    font-size: 14px;
}
footer{
    font-size: 14px;
}


/* ferri- csss */

.ferri-body main, .activities-body main{
    padding-top: 108px !important;
}
.ferri-body .rd-container, .activities-body .rd-container{
    z-index: 1;
    font-size: 13px;
}
.ferri-body .rd-day-body, .activities-body .rd-day-body{
    width: 40px;
    height: 40px;
}


.ferri-body .form-wrapper, .ferri-body  .form-group .form-control{
    font-size: 14px;
}
.ferri-body .form-wrapper h1{
    font-size: 38px;
}
.ferri-body .form-group label{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 300;
}
.ferri-body .btn{
    font-size: 14px;
}
.ferri-body .form-wrapper button[type="submit"]{
    width: 50px !important;
    min-width: auto;
    height: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 135%;
    line-height: 0;
}
.ferri-body .section-ferri-search{
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.ferri-body .section-ferri-search:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(4, 62, 35, 0.80);
    z-index: -1;
}
.ferry-list .ferry-item{
    border: 1px solid var(--main-border-color);
    border-radius: 12px;
    overflow: hidden;
    display: block;
    text-decoration: none;  
    font-weight: 300;
} 
.ferry-list .ferry-item+.ferry-item{
    margin-top: 40px;
}
.ferry-list .ferry-item .card-img{
    position: relative;
    padding-bottom: 85%;
    overflow: hidden;
    height: 100%;
}
.ferry-list .ferry-item .card-img img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ferry-list .ferry-card{
    border: 0;
    border-radius: 0;
}
.ferry-list .ferry-card .card-footer{
    background-color: transparent;
    border: 0;
    padding-bottom: 1rem;
}
.ferry-list .ferry-card .card-footer .btn{
    min-width: 150px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
}
.ferry-list .ferry-item h2{
    font-size: 25px;
}

.ferry-sidebar{
    width: 260px;
    border: 1px solid var(--main-border-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.ferry-sidebar h3{
    font-size: 18px;
    font-weight: 700;
}
.ferry-sidebar .inner-box {
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: normal;
    position: relative;
    margin: 0 -1rem;
    padding: 10px 2.4rem 10px 1rem;
}
.ferry-sidebar .inner-box+.inner-box{
    border-top: 1px solid var(--main-border-color);
}
.ferry-sidebar .inner-box:before{
    content: "\F138";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "bootstrap-icons";
    font-size: 120%;
    transition: .3s;
}
.ferry-sidebar .inner-box:hover:before{
    transform: translate(5px, -50%);
}
.ferry-sidebar .inner-box .card-title{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ferry-sidebar .inner-box .card-title i{
    color: var(--main-color);
    font-size: 120%;
}
.ferry-sidebar .inner-box .card-price{
    color: var(--light-color);
}
.ferry-short-info{
    border: 1px solid var(--main-border-color);
    border-radius: 8px;
    display: inline-flex;
    background-color: #f7f7f7;
}

.ferry-short-info li{
    padding: 5px 10px;
    text-align: center;
    color: var(--main-color);
    font-weight: 500;
    flex: 1 1 auto;
    font-size: 0.6875rem;
}
.ferry-short-info li+li {
    border-left: 1px solid var(--main-border-color);
}
.ferry-time-card .ferry-time{
    font-weight: 700;
    color: var(--main-color);
}
.ferry-time-card .ferry-location{
    font-size: 14px;
    font-weight: 500;
}
.full-time-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}
.svg-icon-ship{
    width: 22px;
    height: 22px;
    margin: auto;
    fill: var(--main-color);
}
#form-fixed{
    margin-left: calc((-100vw + 1165px)/2);
    margin-right: calc((-100vw + 1165px)/2);
    width: auto !important;
    right: 0 !important;
    left: 0 !important;
    max-width: none !important;
    padding: 1.5rem 0 0!important;
}
#form-fixed.booking-form-fixed{
    background-color: #ffffff;
    color: #000;
}

.ferri-body:has(.booking-form-fixed) .header-main{
    border-bottom: 1px solid var(--bs-border-color);
}

.section-ferry-details{
    font-size: 14px;
}

.section-ferry-details .card{
    position: relative;
}
.section-ferry-details .card .card-overly{
    position: absolute;
    top: 15px;
    left: 15px;
}
.ferry-short-icon-info{
    border: 0;
    background-color: transparent;
    border-radius: 0;
    gap: 10px;
}
.ferry-short-icon-info li{
    display: flex;
    align-items: center;
    width: 33.3333%;
    border: 1px solid var(--main-border-color);
    border-radius: 7px;
    background-color: #f7f7f7;
}
.ferry-short-icon-info li .info-icon{
    margin-right: 15px;
    line-height: normal;
}
.ferry-short-icon-info li .info{
    text-align: left;
}
.ferry-short-icon-info li .info .title{
    font-size: 13px;
}
.ferry-short-icon-info li .info span{
    color: #000000;
}

.section-ferry-details .content-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-ferry-details .content-ul li{
    border-bottom: 1px solid var(--main-border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.section-ferry-details .content-ul li:last-child{
    border: 0;
}
.section-ferry-details .content-ul li .title{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.section-ferry-details .content-ul li .content p{
    font-weight: 300;
}

@media screen and (min-width: 991px){
     /* Ferry css */

    .ferry-list .ferry-card{
        text-align: right;
        border-left: 1px solid var(--main-border-color);
    }
}

.activities-body{
    font-size: 14px;
}


.card-activities{
    border: 0;
    background-color: transparent;
    text-decoration: none;
}
.card-activities .card-img{
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
}
.card-activities .card-img .card-img-text{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    color: #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    line-height: normal;
}
.card-activities .card-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.card-activities .card-top{
    font-size: 12px;
    color: var(--light-color);
}
.card-activities .card-footer{
    background-color: transparent;
    border: 0;
}
.card-activities .card-title{
    text-decoration: none;
    font-weight: 400!important;
}
.fs-12{
    font-size: 12px;
}
.card-activities .btn-group{
    gap: 15px;
}
.card-activities .btn-group .btn{
    font-size: 12px;
    font-weight: 500;
    min-width: auto;
    padding: 12px 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px!important;
}
.card-activities .btn-group .btn i{
    font-size: 130%;
}
.act-img{
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 100%;
}
.act-img img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.act-left-sidebar .days-card{
    display: flex;
    align-items: center;
    gap: 8px;
}
.act-left-sidebar .days-card .days-inner{
    display: flex;
    flex-direction: column;
}
.act-left-sidebar .days-card .day{
    font-size: 200%;
    font-weight: 700;
}
.act-left-sidebar .days-card span{
    line-height: normal;
    font-size: 10px;
    color: var(--light-color);
}
.act-left-sidebar .act-anim{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--light-color);
}
.act-left-sidebar .act-anim i{
    font-size: 130%;
    line-height: normal;
}
.activities-body hr{
    color: var(--main-border-color);
}
.act-right-bar{
    border: 1px solid var(--main-border-color);
    border-radius: 10px;
    padding: 20px;
}
.act-right-bar small{
    color: var(--light-color);
}
.act-form label{
    font-size: 12px;
    color: var(--light-color);
    margin-bottom: 5px;
}
.act-form .form-control{
    height: 43px;
    font-size: 13px;
}
.act-form button{
    font-size: 13px;
}
.content-wrapper h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.content-wrapper .content{
    color: var(--light-dark);
    font-size: 13px;
}
.content-wrapper .content p{
    font-weight: 300;
}
.act-according ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.act-according>ul>li {
    border: 1px solid var(--main-border-color);
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: relative;
}
.act-according>ul>li+li{
    margin-top: 15px;
}
.act-according>ul>li .title{
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    cursor: pointer;
    padding-right: 35px;
}
.act-according>ul>li .title .badge{
    border-radius: 30px;
    text-transform: uppercase;
}
.act-according ul li .title .act-title{
    font-weight: 500;
}
.act-according ul li  .title:before{
    content: '\F282';
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s;
    transform-origin: center;
}
.act-according ul li .content{
    display: none;
}
.act-according>ul>li.active .title:before{
    transform: translateY(-50%) rotate(180deg);
}
.small-text{
    font-size: 11px;
    display: flex;
    align-items: center;
}
.from-to{
    font-weight: 300;
}
.from-to .text-label{
    font-size: 10px;
    color: var(--main-color);
    font-weight: 600;
    background: linear-gradient(45deg, #ff543024, transparent);
    padding: 3px 40px 3px 5px;
    border-top-left-radius: 3px;
    line-height: normal;
    display: inline-flex;
}
.from-to .text-wrap{
    border: 1px solid var(--light-border-color);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
}
.from-to .text-wrap span{
    display: flex;
    align-items: center;
    gap: 8px;
}
.from-to .text-wrap i{
    font-size: 120%;
}
.act-inside-wrapper{
    border: 1px solid var(--light-border-color); 
    padding: 15px;
    border-radius: 10px;
}
.act-inside-wrapper .vr{
    background-color: var(--light-border-color);
    opacity: 1;
}
.list-link{
    margin: 0 -15px!important;
}
.list-link li{
    box-shadow: none!important;
}
.list-link li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    border-top: 1px solid var(--light-border-color);
    padding: 10px 45px 10px 15px;
    position: relative;
    color: var(--light-dark);
    font-size: 12px;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.list-link li:first-child a{
    border: 0;
}
.list-link li a:before{
    content: '\F138';
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 130%;
}
.list-link li a:hover{
    color: var(--main-color);
}
.act-inside-card .title{
    font-weight: 500;
    margin-bottom: 15px;
}
.act-inside-card li{
    font-weight: 300;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
}
.act-inside-card li+li{
    margin-top: 10px;
}
.act-inside-card li:before{
    content: "\F659";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 105%;
    color: red;
}

.act-inside-card li.active:before{
    content: "\F270";
    color: green;
}
.fancybox__container{
    z-index: 10505555;
}
.section-ferry-list-details .ferry-list .ferry-item .card-img{
    padding-bottom: 55%;
}
.view-more-gallery{
    background-color: red;
    position: relative;
    width: 100%;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
}
.view-more-gallery:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 81, 181, .85);
    z-index: 1;
}
.view-more-gallery img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.see-all-photo {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    font-size: 0.6rem;
    padding: 4px 7px;
    line-height: normal;
    border: 1px solid var(--main-color-light);
    border-radius: 30px;
    color: #000;
    min-width: auto;
    font-weight: 500;
    z-index: 11;
}
@media screen and (max-width: 1299px){
    .ferry-list .ferry-item div.align-self-center .card-body{
        padding: 0 1rem;
    }
    .ferry-sidebar{
        width: 400px;
    }
    .header-main .col:has(.hamburger){
        display: none;
    }
    .header-main .user-menu i{
        font-size: 120%;
    }
    .header-main .user-menu i::before{
        content: "\F479"!important;
        font-family: "bootstrap-icons";
    }
    .view-more-gallery .see-all-photo{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
        justify-content: center;
    }
}
@media screen and (max-width: 991px){
    #form-fixed{
        margin: 0!important;
        padding: 0!important;
    }
    #form-fixed>.container{
        padding: 0!important;
    }
    .ferry-sidebar{
        width: 260px;
    }
}
@media screen and (max-width: 767px){
    
    .ferry-sidebar{
        width: 100%;
    }
    .cash-wrapper .cash-img-overlay{
        position: absolute!important;
        z-index: 1;
    }
    .card-4 .badge{
        padding-left: 0;
    }
    .footer-title, 
    .footer-link,
    .text-subscribe{
        text-align: left;
    }
    .footer-link ul,
    .ul-list ul{
        column-count: 1!important;
    }
    .content ul{
        padding-left: 1rem;
    }
    .content ul li+li{
        margin-top: 13px;
    }
    .section.pt-0{
        padding-top: 0!important;
    }
    .section-hero-banner .hero_text{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.924807) 0, rgba(0, 0, 0, 0.2) 100%);
        height: 100%;
        padding: 10px 0!important;
        display: flex;
        align-items: center;
    }
    .hero-card h1, .hero-card .h1 {
        font-size: 25px;
        margin-bottom: 13px!important;
    }
    .new-home .section-hero-banner {
        height: 275px;
    }
    .list-search-bar ul{
        padding-left: 2rem!important;
    }
    .omline_chat .onli_xh .icoN{
        margin-right: 20px;
        flex: 0 0 auto;
        font-size: 22px;
    }
    .basket_detila .travel_date{
        flex-direction: column;
    }
    .form-group:has(.btn){
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .form-group .btn{
        width: 100%;
    }
    .ul-list ul li a, 
    .tab-wrapper .tab-item .text-wrapper .card-text{
        font-size: 14px;
    }
    .slider__col{
        flex-wrap: wrap;
    }
    .view-more-gallery{
        height: auto;
        background-color: transparent;
        margin-top: 14px;
    }
    .view-more-gallery::before,
    .view-more-gallery img{
        display: none;
    }
    .view-more-gallery .see-all-photo{
        width: fit-content;
        position: initial;
        padding: 8px 16px;
        justify-content: center;
        min-width: 110px;
        margin: auto;
        border-radius: 30px;

    }

}