/* all */
body {
    font-family: Montserrat;
}

a {
    text-decoration: none;
}

/* header top */
.hybrid-header-top {
    background: linear-gradient(to right, #670D00, #00244B);
    padding: 7px;
    position: relative;
    z-index: 99;
}

.hybrid-header-top p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    text-align: left;
}

.hybrid-header-top ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.hybrid-header-top ul li {
    display: inline-block;
    margin-right: 10px;
}

.hybrid-header-top ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.hybrid-header-top ul li i {
    margin-right: 10px;
}

/* Header */
.hybrid-header {
    background: #0000002e;
    padding: 20px;
    position: sticky;
    width: 100%;
    top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    transition: background 0.3s ease-in-out;
}

.hybrid-header ul {
    padding: 0;
    margin: 5px 0;
    text-align: center;
}

.hybrid-header ul li {
    display: inline-block;
    margin: 0px 2px;
    padding: 10px;
}

.hybrid-header ul .current_page_item a {
    border-bottom: 3px solid #d92a19 !important;
}

.hybrid-header ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.hybrid-header ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #D92A19;
    transition: width 0.3s ease-in-out;
}

.hybrid-header ul li a:hover::after {
    width: 100%;
}

.hybrid-header button {
    background: #D92A19;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    margin: 5px 0px;
    float: right;
    cursor: pointer;
    position: relative;
    width: 120px;
    z-index: 1;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}

.hybrid-header button:hover {
    color: #D92A19;
}

.hybrid-header button:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.hybrid-header button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
}

.scrolled .hybrid-header {
    background: #00244B;
    box-shadow: 2px 2px 24px #00000087;
}

.scrolled .hybrid-header ul li a {
    color: #ffffff;
}

.hybrid-header img {
    width: 100%;
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
    margin: 4px;
}

.hybrid-header button i {
    margin-left: 10px;
}

/* banner */
.hybrid-banner {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    top: -125px;
    z-index: 1;
}

.hybrid-banner .linier {
    background: linear-gradient(to right, #00244B, #00244b00);
}

.hybrid-banner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 56px;
}

.hybrid-banner p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.hybrid-banner .back {
    padding: 190px 0;
    padding-top: 240px;
    padding-bottom: 290px;
}

.hybrid-banner button {
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 2px 2px 20px 20px;
    background: #D92A19;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hybrid-banner button:hover {
    color: #D92A19;
}

.hybrid-banner button:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.hybrid-banner button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hybrid-banner .vector-one {
    width: 100%;
    position: absolute;
    bottom: -5px;
}

/* floating */
.hybrid-floating {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 340px;
}

.hybrid-floating ul {
    padding: 0;
    margin: 0;
}

.hybrid-floating ul li {
    list-style-type: none;
    display: block !important;
    width: 50px;
    text-align: center;
    padding: 7px;
    background: #D92A19;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    height: 50px;
    border-radius: 8px;
}

.hybrid-floating ul li i {
    color: #fff;
    font-size: 22px;
    margin-top: 7px;
}

/* hybrid-facility */
.hybrid-facility {
    background: #F9F9F9;
    position: relative;
    padding: 35px;
    top: -125px;
    padding-top: 80px;
}

.hybrid-facility h1 {
    color: #D92A19;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.hybrid-facility h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.hybrid-facility p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.hybrid-facility button {
    border: none;
    background: none;
    color: #d92a19;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    margin-top: 30px;
    font-size: 16px;
}

.hybrid-facility button:hover {
    text-decoration: underline;
}

/* hybrid booking ticket */
.hybrid-booking-ticket h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}

.hybrid-booking-ticket h1 {
    font-size: 16px;
    font-weight: 600;
    color: #D92A19;
    text-align: center;
    background: #D92A191A;
    padding: 6px;
    border-radius: 3px 3px 20px 20px;
    width: 10%;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.hybrid-booking-ticket {
    margin-bottom: 70px;
}

/* home about us */
.hybrid-home-about-us {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.hybrid-home-about-us .linier {
    background: #00244B66;
    padding: 50px;
    padding-top: 80px;
}

.hybrid-home-about-us h1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #FFFFFF1A;
    padding: 6px;
    border-radius: 3px 3px 20px 20px;
    width: 10%;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.hybrid-home-about-us p {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-home-about-us button {
    background: #D92A19;
    color: #fff;
    margin: 0 auto;
    display: block;
    border: none;
    padding: 11px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px 3px 20px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hybrid-home-about-us button:hover {
    color: #D92A19;
}

.hybrid-home-about-us button:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.hybrid-home-about-us button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* hybrid home destinasi */
.hybrid-home-destinasi {
    margin-top: 70px;
    background: linear-gradient(to top, #D92A191F, #FFFFFF1F);
}

.hybrid-home-destinasi .slick-track {
    margin: 0 !important;
}

.hybrid-home-destinasi .x h1 {
    background: #D92A191A;
    color: #D92A19;
    border: none;
    padding: 11px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px 3px 20px 20px;
    width: 12%;
    text-align: center;
}

.hybrid-home-destinasi .x h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}

.hybrid-home-destinasi .tabs {
    display: flex;
    margin-bottom: 30px;
}

.hybrid-home-destinasi .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    outline: none;
    font-size: 16px;
    color: #00000033;
    font-weight: 500;
    border-bottom: 2px solid #00000033 !important;
    margin-right: 10px;
    border: none;
}

.hybrid-home-destinasi .tab-button.active {
    border-bottom: 3px solid #090a0b !important;
    font-weight: 700;
    color: #000;
}

.hybrid-home-destinasi .tab-content {
    display: none;
}

.hybrid-home-destinasi .tab-content.active {
    display: block;
}

.hybrid-home-destinasi .card {
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 0px 10px 10px 10px;
    margin: 0px 10px 0px 0px;
    position: relative;
    overflow: hidden;
}

/* Efek mengkilat saat hover */
.hybrid-home-destinasi .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.5s ease;
}

.hybrid-home-destinasi .card:hover::before {
    left: 100%;
}


.hybrid-home-destinasi .card .deskripsi {
    margin-top: 200px;
    text-align: center;
    background: #00000066;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.hybrid-home-destinasi .card .deskripsi h1 {
    background: #d92a19;
    font-size: 10px;
    padding: 6px;
    position: relative;
    width: 50%;
    border-radius: 60px;
    display: block;
    margin: 0 auto;
    top: -10px;
}

.hybrid-home-destinasi .card .deskripsi h2 {
    font-weight: 600;
    font-size: 16px;
}

.hybrid-home-destinasi .card .deskripsi p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFFB2;
}

.hybrid-home-destinasi .card .deskripsi p i {
    margin-right: 10px;
}

.hybrid-home-destinasi button.slick-next.slick-arrow {
    border: 1px solid #D92A19;
    color: #D92A19;
    padding: 10px;
    height: 40px !important;
    border-radius: 60px;
    width: 40px !important;
    top: -50px;
    right: 3%;
}

.hybrid-home-destinasi .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #d92a19;
    font-size: 20px;
}

.hybrid-home-destinasi button.slick-prev.slick-arrow {
    border: 1px solid #D92A19;
    color: #D92A19;
    padding: 10px;
    height: 40px !important;
    border-radius: 60px;
    width: 40px !important;
    top: -50px;
    left: 85%;
}

.hybrid-home-destinasi .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #d92a19;
    font-size: 20px;
}

.hybrid-home-destinasi .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d92a19;
}

.hybrid-home-destinasi .slick-dots li button:before {
    font-family: 'slick';
    font-size: 11px;
    line-height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* service home */
.hybrid-service-home {
    padding-top: 90px;
    background: linear-gradient(to top, #FFFFFF1F, #D92A191F);
}

.hybrid-service-home h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 16%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
}

.hybrid-service-home h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.hybrid-service-home button {
    background: #D92A19;
    color: #fff;
    margin: 0 auto;
    display: block;
    border: none;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px 3px 20px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hybrid-service-home button:hover {
    color: #fff;
}

.hybrid-service-home button:after {
    content: "";
    background: #00244B;
    border: 1px solid #00244B;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.hybrid-service-home button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* galery home  */
.hybrid-galery-home {
    margin-top: 100px;
}

.hybrid-galery-home h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 16%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 60px;
}

.hybrid-galery-home h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
}

.hybrid-galery-home p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 17px;
}

.hybrid-galery-home .explore {
    background: #D92A19;
    color: #fff;
    display: block;
    border: none;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px 3px 20px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hybrid-galery-home .explore:hover {
    color: #fff;
}

.hybrid-galery-home .explore:after {
    content: "";
    background: #00244B;
    border: 1px solid #00244B;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.hybrid-galery-home .explore:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hybrid-galery-home .back-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
    border-radius: 0px 20px 20px 20px;
}

.hybrid-galery-home .back-space {
    padding: 10px;
}

.hybrid-galery-home button.slick-prev.slick-arrow {
    border: 1px solid #D92A19;
    color: #D92A19;
    background: #d92a19;
    padding: 5px;
    height: 30px !important;
    border-radius: 60px;
    width: 30px !important;
    z-index: 2;
}

.hybrid-galery-home .linier {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000099, #00244b00, #00244b00);
    border-radius: 3px 3px 20px 20px;
}

.hybrid-galery-home .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}

.hybrid-galery-home button.slick-next.slick-arrow {
    border: 1px solid #D92A19;
    color: #D92A19;
    background: #d92a19;
    padding: 5px;
    height: 30px !important;
    border-radius: 60px;
    width: 30px !important;
    z-index: 2;
}

.hybrid-galery-home .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
}

.hybrid-galery-home .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.hybrid-galery-home .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hybrid-galery-home .slick-dots li.slick-active button:before {
    opacity: .75;
    color: rgb(255, 255, 255);
}

/* hybrid footer  */
.hybrid-footer {
    background: #00244B;
    position: relative;
    padding-top: 190px;
    margin-top: 80px;
}

.hybrid-footer .link i {
    margin-right: 10px;
}

.hybrid-footer .link ul {
    padding: 0;
    margin-bottom: 0;
}

.hybrid-footer .link h1 {
    font-weight: 800;
    font-size: 16px;
    color: #fff;
}

.hybrid-footer .link ul li {
    list-style-type: none;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.hybrid-footer .link ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.hybrid-footer .img-vec {
    width: 100%;
    position: absolute;
    top: -5px;
}

.hybrid-footer .sosmet-payment ul {
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
}

.hybrid-footer .sosmet-payment ul li {
    display: inline-block;
    margin-right: 20px;
    background: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 60px;
    width: 49px;
    height: 50px;
}

.hybrid-footer .sosmet-payment i {
    color: #00244B;
    font-size: 23px;
}

.hybrid-footer .sosmet-payment p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.hybrid-footer .sosmet-payment img {
    width: 100%;
}

.hybrid-footer .x {
    padding-bottom: 45px;
    border-bottom: 1px solid #fff;
}

.hybrid-footer .xx {
    padding: 45px 0px;
}

.hybrid-footer .xx p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/* about singgle page */
.about-singgle-page {
    margin-top: 00px;
}

.about-singgle-page h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 14%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
}

.about-singgle-page h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}

.about-singgle-page p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}

/* hybrid img space  */
.hybrid-img-space {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 40px;
    margin-bottom: 30px;
}

.hybrid-img-space .space {
    height: 440px;
    background: #0000004a;
}

/* our service */
.hybrid-our-service {
    background: linear-gradient(to top, #D92A191F, #FFFFFF1F);
    padding-bottom: 60px;
    padding-top: 40px;
}

.hybrid-our-service h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 14%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-our-service h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-our-service p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}

/* our sosial media */
.hybrid-our-sosial-media {
    padding-top: 50px;
    background: linear-gradient(to top, #FFFFFF1F, #D92A191F);
}

.hybrid-our-sosial-media h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 60%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-our-sosial-media h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-our-sosial-media .back-bg {
    background-position: center;
    background-size: cover;
    height: 220px;
    width: 100%;
}

.hybrid-our-sosial-media .linier {
    background: #00000033;
    width: 100%;
    height: 100%;
    font-size: 72px;
    color: #fff;
    padding: 55px;
    text-align: center;
}

/* our story  */
.hybrid-our-story {
    margin-top: 120px;
}

.hybrid-our-story h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 14%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-our-story h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-our-story p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}

/* page destinasi  */
.hybrid-page-destinasi {
    margin-top: 0px;
}

.hybrid-page-destinasi h1 {
    background: #D92A191A;
    color: #d92a19;
    font-size: 16px;
    padding: 6px;
    font-weight: 500;
    position: relative;
    width: 14%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-page-destinasi h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.hybrid-page-destinasi .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    outline: none;
    font-size: 16px;
    color: #00000033;
    font-weight: 500;
    border-bottom: 2px solid #00000033 !important;
    margin-right: 10px;
    border: none;
}

.hybrid-page-destinasi .tab-button.active {
    border-bottom: 3px solid #090a0b !important;
    font-weight: 700;
    color: #000;
}

.hybrid-page-destinasi .tab-content {
    display: none;
}

.hybrid-page-destinasi .tab-content.active {
    display: block;
}

.hybrid-page-destinasi .card {
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 0px 10px 10px 10px;
    margin: 6px 0px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.5s;
}

.hybrid-page-destinasi .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.hybrid-page-destinasi .card .deskripsi h1 {
    background: #d92a19;
    color: #fff;
    font-size: 10px;
    padding: 6px;
    position: relative;
    width: 35%;
    border-radius: 60px;
    display: block;
    margin: 0 auto;
    top: -10px;
}

.hybrid-page-destinasi .card .deskripsi h2 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.hybrid-page-destinasi .card .deskripsi p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFFB2;
}

.hybrid-page-destinasi .card .deskripsi p i {
    margin-right: 10px;
}

.hybrid-page-destinasi .tabs {
    margin-bottom: 30px;
    text-align: center;
}

.hybrid-page-destinasi .card .deskripsi {
    margin-top: 200px;
    text-align: center;
    background: #00000066;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

/* hybris singgle destinasi  */
.hybris-singgle-destinasi {
    margin-top: 60px;
}

.hybris-singgle-destinasi .back-bg-big {
    width: 100%;
    height: 445px;
    border-radius: 50px 0px 0px 0px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.hybris-singgle-destinasi .back-bg-mini {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.hybris-singgle-destinasi h1 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
}

.hybris-singgle-destinasi p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

/* .hybrid-scadule-page */
.hybrid-scadule-page {
    margin-top: 50px;
}

.hybrid-scadule-page h1 {
    background: #D92A191A;
    color: #D92A19;
    font-size: 16px;
    padding: 6px;
    position: relative;
    width: 12%;
    border-radius: 3px 3px 20px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.hybrid-scadule-page h2 {
    color: #000000;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}

.hybrid-scadule-page .tabs {
    margin-bottom: 30px;
    text-align: center;
}

.hybrid-scadule-page .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    outline: none;
    font-size: 16px;
    color: #00000033;
    font-weight: 500;
    border-bottom: 2px solid #00000033 !important;
    margin-right: 10px;
    border: none;
}

.hybrid-scadule-page .tab-button.active {
    border-bottom: 3px solid #090a0b !important;
    font-weight: 700;
    color: #000;
}

.hybrid-scadule-page .tab-content {
    display: none;
}

.hybrid-scadule-page .tab-content.active {
    display: block;
}

.hybrid-scadule-page table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 7px 7px 23px #00000047;
    text-align: center;
    margin-bottom: 30px;
}

.hybrid-scadule-page th,
td {
    padding: 8px;
    text-align: left;
}

.hybrid-scadule-page td {
    text-align: center;
}

.hybrid-scadule-page th {
    background: #D92A19;
    color: #fff;
    text-align: center;
}

/* vessels */
.hybrid-vessels {
    margin-top: 0px;
}

.hybrid-vessels .back-bg {
    width: 100%;
    height: 320px;
    background-position: center;
    background-size: cover;
    border-radius: 0px 30px 30px 30px;
}

.hybrid-vessels ul {
    padding: 0;
    margin: 0;
}

.hybrid-vessels ul li {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.hybrid-vessels b {
    float: right;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.hybrid-vessels .body-vessels {
    padding: 25px 45px;
    margin-bottom: 40px;
}

.hybrid-vessels .back {
    border-radius: 30px;
    box-shadow: 9px 8px 14px #0000003b;
    position: relative;
}

.hybrid-vessels .nomor-seri {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 8px 35px;
    text-align: center;
    border-radius: 0px 26px 0px 26px;
    right: 0;
}

.hybrid-vessels .nomor-seri p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    display: block;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 22px;
}

.hybrid-vessels .nomor-seri h2 {
    margin-bottom: 0;
    color: #D92A19;
    font-weight: 600;
    font-size: 40px;
}

/* gallery */
.hybrid-gallery {
    margin-top: 40px;
}

.hybrid-gallery .back-img-left {
    height: 250px;
    margin-bottom: 20px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.hybrid-gallery .back-img-mid {
    height: 92%;
    margin-bottom: 20px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

/* contact us */
.hybrid-contact {
    margin-top: 50px;
}

.hybrid-contact .left-contact .back-img {
    width: 100%;
    background-position: top;
    background-size: cover;
    height: 400px;
    border-radius: 0px 60px 0px 0px;
}

.hybrid-contact .left-contact ul {
    padding: 0;
    margin: 0;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 10px 9px 13px #0000001a;
}

.hybrid-contact .left-contact li {
    padding: 10px 9px;
    list-style-type: none;
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.hybrid-contact .left-contact li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.hybrid-contact .left-contact .head i {
    margin-right: 5px;
}

.hybrid-contact .left-contact .head {
    text-align: center;
    background: #D92A191A;
    color: #d82818;
    font-weight: 700;
    font-size: 16px;
}

.hybrid-contact .right-contact h1 {
    font-weight: 700;
    font-size: 48px;
    color: #000;
}

.hybrid-contact .right-contact h1 b {
    font-weight: 700;
    font-size: 48px;
    color: #D92A19;
}

.hybrid-contact .right-contact p {
    color: #000000B2;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}

.hybrid-contact .right-contact h2 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #000;
}

.hybrid-contact .right-contact input {
    border: 1px solid #00000033;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 25px;
    width: 100%;
}

.hybrid-contact .right-contact select {
    word-wrap: normal;
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 29px !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #000;
}

.hybrid-contact .right-contact textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.hybrid-contact button {
    color: #fff;
    background: #d92a19;
    padding: 20px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hybrid-contact button:hover {
    color: #fff;
}

.hybrid-contact button:after {
    content: "";
    background: #00244B;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.hybrid-contact button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* sub banner */
.hybrid-sub-banner {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 390px;
    top: -125px;
    z-index: 20;
}

.hybrid-sub-banner .back-linier {
    background: linear-gradient(to bottom, #f9f9f9, #00244b00);
    width: 100%;
    height: 70px;
    display: block;
}

.hybrid-sub-banner .linier {
    background: linear-gradient(to right, #00244B, #00244b00);
}

.hybrid-sub-banner .back {
    padding: 60px;
    height: 390px;
    display: flex;
    align-items: center;
}

.hybrid-sub-banner img {
    width: 100%;
    position: absolute;
    top: 320px;
}

.hybrid-sub-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
}

/* header mobile */
.mobile {
    display: none;
    position: sticky;
    z-index: 9999;
    top: 0;
    width: 100%;
    background: #00244B;
}

.mobile ul li i {
    margin-left: 10px;
}

.mobile .x img {
    width: 100px !important;
    margin: 20px 10px !important;
}

.mobile .slide ul li img {
    width: 100%;
}

.mobile .open-menu {
    background: #00000000;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 28px;
    z-index: 1000;
    float: right;
    padding: 10px;
    padding-right: 0;
}

.mobile .menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 250px;
    height: 100vh;
    background: #00244b;
    color: white;
    transition: left 0.3s ease-in-out;
    padding: 20px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
}

.mobile .menu.active {
    left: 0;
}

.mobile .close-menu {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    box-shadow: 2px 2px 10px #00000069;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    float: right;
    right: -60px;
    top: 0px;
    border-radius: 10px;
}

.mobile .menu ul {
    list-style: none;
    padding: 0;
}

.mobile .menu ul li {
    padding: 6px 0px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.mobile .menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

/* mobile */
@media (max-width: 600px) {
    .hybrid-header {
        display: none !important;
    }

    .mobile {
        display: block !important;
        position: sticky !important;
        z-index: 9999 !important;
        top: 0 !important;
        width: 100% !important;
        background: #00244B !important;
        box-shadow: -5px 2px 21px #00000078 !important;
    }

    .hybrid-home-destinasi button.slick-prev.slick-arrow {
        display: none !important;
    }

    .hybrid-home-destinasi button.slick-next.slick-arrow {
        display: none !important;
    }

    .hybrid-galery-home button.slick-next.slick-arrow {
        display: none !important;
    }

    .hybrid-galery-home button.slick-prev.slick-arrow {
        display: none !important;
    }

    .hybrid-header-top {
        display: none !important;
    }

    .hybrid-banner .back {
        padding: 90px 20px !important;
        padding-top: 150px !important;
    }

    .hybrid-banner h1 {
        color: #fff !important;
        font-weight: 400 !important;
        font-size: 44px !important;
    }

    .hybrid-banner p {
        color: #fff !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .hybrid-banner .vector-one {
        width: 100% !important;
        position: absolute !important;
        top: unset !important;
        bottom: 0 !important;
    }

    .hybrid-facility {
        background: #F9F9F9 !important;
        position: relative !important;
        padding: 20px !important;
        top: -90px !important;
        padding-top: 30px !important;
    }

    .hybrid-booking-ticket h1 {
        width: 40% !important;
    }

    .hybrid-booking-ticket h2 {
        font-size: 30px !important;
    }

    .hybrid-booking-ticket {
        margin-bottom: 30px !important;
    }

    .hybrid-home-about-us .linier {
        padding: 40px 20px !important;
        padding-top: 40px !important;
    }

    .hybrid-home-about-us h1 {
        width: 45% !important;
    }

    .hybrid-home-about-us p {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .hybrid-home-destinasi .x h1 {
        font-size: 13px !important;
        width: 46% !important;
    }

    .hybrid-home-destinasi .x h2 {
        color: #000 !important;
        font-size: 28px !important;
        font-weight: 700 !important;
    }

    .hybrid-home-destinasi {
        margin-top: 40px !important;
        background: linear-gradient(to top, #D92A191F, #FFFFFF1F) !important;
        padding: 20px !important;
    }

    .slick-dots {
        display: none !important;
    }

    .hybrid-home-destinasi .card {
        margin: 0px 3px !important;
    }

    .hybrid-service-home {
        padding-top: 20px !important;
        background: linear-gradient(to top, #FFFFFF1F, #D92A191F) !important;
    }

    .hybrid-service-home h1 {
        font-size: 14px !important;
        width: 40% !important;
    }

    .hybrid-service-home h2 {
        font-size: 32px !important;
    }

    .hybrid-galery-home h1 {
        width: 35% !important;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .hybrid-galery-home h2 {
        font-size: 38px !important;
        font-weight: 700 !important;
        color: #000 !important;
        margin-bottom: 20px !important;
    }

    .hybrid-galery-home .explore {
        margin-bottom: 20px !important;
    }

    .hybrid-footer {
        padding-top: 60px !important;
        margin-top: 80px !important;
    }

    .hybrid-footer .link ul li {
        margin-bottom: 14px !important;
    }

    .hybrid-footer .link h1 {
        margin-bottom: 14px !important;
        margin-top: 20px !important;
    }

    .hybrid-footer .x {
        border-bottom: 1px solid #fff !important;
        padding: 20px !important;
    }

    .hybrid-sub-banner {
        background-position: center !important;
        background-size: cover !important;
        background-attachment: unset !important;
        position: relative !important;
        height: auto !important;
        top: 0 !important;
    }

    .hybrid-sub-banner .back {
        padding: 80px 20px !important;
        height: unset !important;
        display: flex !important;
        align-items: center !important;
    }

    .about-singgle-page h1 {
        width: 40% !important;
    }

    .about-singgle-page {
        margin-top: 60px !important;
        padding: 0px 20px !important;
    }

    .hybrid-sub-banner h1 {
        color: #fff !important;
        font-weight: 700 !important;
        font-size: 42px !important;
    }

    .hybrid-sub-banner img {
        width: 100% !important;
        position: absolute !important;
        top: 200px !important;
    }

    .about-singgle-page h2 {
        color: #000 !important;
        font-size: 38px !important;
        margin-bottom: 20px !important;
    }

    .about-singgle-page p {
        font-size: 14px !important;
    }

    .hybrid-our-service h1 {
        width: 50% !important;
    }

    .hybrid-our-service h2 {
        font-size: 32px !important;
    }

    .hybrid-our-service {
        padding: 0px 20px !important;
        padding-top: 30px !important;
    }

    .hybrid-our-sosial-media h1 {
        width: 65% !important;
    }

    .hybrid-our-sosial-media h2 {
        font-size: 32px !important;
    }

    .hybrid-our-sosial-media {
        padding-top: 30px !important;
        padding: 20px !important;
        padding-bottom: 0 !important;
    }

    .hybrid-our-sosial-media .back-bg {
        margin-bottom: 20px !important;
        border-radius: 20px !important;
    }

    .hybrid-our-sosial-media .linier {
        border-radius: 20px !important;
    }

    .hybrid-our-story {
        margin-top: 50px !important;
        padding: 20px !important;
    }

    .hybrid-our-story h1 {
        width: 50% !important;
    }

    .hybrid-page-destinasi h1 {
        width: 50% !important;
    }

    .hybrid-our-story h2 {
        font-size: 28px !important;
    }

    .hybrid-page-destinasi h2 {
        font-size: 26px !important;
    }

    .hybrid-page-destinasi .tab-button {
        font-size: 14px !important;
    }

    .hybrid-page-destinasi .card .deskripsi h1 {
        top: -15px !important;
        width: 65% !important;
    }

    .hybrid-scadule-page {
        margin-top: 50px !important;
        padding: 20px !important;
        padding-top: 0px !important;
    }

    .hybrid-scadule-page h1 {
        width: 50% !important;
        margin-bottom: 30px !important;
    }

    .hybrid-scadule-page h2 {
        font-size: 36px !important;
    }

    .hybrid-scadule-page .tabs {
        margin-bottom: 30px !important;
        text-align: center !important;
        overflow: hidden !important;
        display: flex !important;
        padding: 20px 0px !important;
        overflow-x: auto !important;
    }

    .hybrid-scadule-page table {
        margin-bottom: 20px !important;
    }

    .hybrid-scadule-page th {
        font-size: 16px !important;
    }

    .hybrid-vessels .body-vessels {
        padding: 25px 10px !important;
        margin-bottom: 30px !important;
    }

    .hybrid-vessels b {
        float: right !important;
        font-weight: 500 !important;
        color: #000 !important;
        font-size: 12px !important;
        margin: 8px 0px !important;
    }

    .hybrid-vessels ul li {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .hybrid-gallery .back-img-mid {
        height: 210px !important;
        margin-bottom: 20px !important;
    }

    .hybrid-contact {
        margin-top: 50px !important;
        padding: 20px !important;
        padding-top: 0px !important;
    }

    .hybrid-contact .right-contact h1 {
        font-size: 30px !important;
    }

    .hybrid-contact .right-contact h1 b {
        font-size: 30px !important;
    }

    .hybrid-contact button {
        padding: 12px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .hybris-singgle-destinasi {
        margin-top: 60px !important;
        padding: 20px !important;
    }

    .hybris-singgle-destinasi .back-bg-big {
        border-radius: 20px !important;
    }

    .hybrid-galery-home {
        margin-top: 100px !important;
        padding: 20px !important;
        padding-top: 0 !important;
    }

    .hybrid-page-destinasi .card .deskripsi h2 {
        font-weight: 600;
        font-size: 16px !important;
        color: #fff;
    }
}

/* ipad view*/
@media (max-width: 1024px) {
    .mobile {
        display: block;
    }

    .hybrid-header {
        display: none;
    }

    .mobile .x img {
        width: 50%;
        margin: 10px;
    }

    .mobile .open-menu {
        padding: 20px;
    }

    .hybrid-banner .back {
        padding: 190px 0;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .hybrid-banner .vector-one {
        bottom: -5px;
    }

    .hybrid-home-about-us h1 {
        width: 15%;
    }

    .hybrid-home-destinasi .x h1 {
        width: 20%;
    }

    .hybrid-service-home h1 {
        width: 20%;
    }

    .hybrid-galery-home h1 {
        width: 30%;
    }

    .hybrid-sub-banner img {
        bottom: -5px;
        top: unset;
    }

    .hybrid-our-service h1 {
        width: 20%;
    }

    .hybrid-our-sosial-media h1 {
        width: 70%;
    }

    .hybrid-our-story h1 {
        width: 20%;
    }

    .hybrid-page-destinasi h1 {
        width: 20%;
    }

    .hybrid-page-destinasi .card .deskripsi h1 {
        width: 50%;
        top: -15px;
    }

    .hybrid-scadule-page .tabs {
        margin-bottom: 30px;
        text-align: center;
        overflow: hidden;
        display: flex;
        padding: 20px 0px;
        overflow-x: auto;
    }

    .hybrid-footer .img-vec {
        top: -5px !important;
    }

    .hybrid-footer {
        padding-top: 90px;
        margin-top: 80px;
    }

    .hybrid-sub-banner .back-linier {
        background: linear-gradient(to bottom, #f9f9f9, #00244b00);
        width: 100% !important;
        height: 50px !important;
        display: block !important;
        position: absolute !important;
        bottom: -50px !important;
    }

    .hybrid-page-destinasi {
        margin-top: 60px !important;
    }

    .hybrid-vessels {
        margin-top: 70px !important;
    }

    .hybrid-gallery {
        margin-top: 70px !important;
    }
}

/* ipad mini dll view */
@media (max-width: 834px) {
    .hybrid-booking-ticket h1 {
        width: 20%;
    }

    .hybrid-home-about-us h1 {
        width: 25%;
    }

    .hybrid-service-home h1 {
        width: 25%;
    }

    .about-singgle-page h1 {
        width: 23%;
    }

    .hybrid-our-service h1 {
        width: 25%;
    }

    .hybrid-our-sosial-media h1 {
        width: 100%;
    }

    .hybrid-our-story h1 {
        width: 25%;
    }

    .hybrid-page-destinasi .card .deskripsi h1 {
        width: 70%;
        top: -10px;
    }

    .hybrid-scadule-page {
        margin-top: 0px;
    }

    .hybrid-scadule-page h1 {
        width: 21%;
    }

    .hybrid-vessels .body-vessels {
        padding: 20px 15px;
    }

    .hybrid-contact {
        margin-top: 0px;
    }
}

/* ipad air view*/
@media (max-width: 1180px) {
    .hybrid-header ul li {
        margin: 0px 0px;
        padding: 10px 8px;
    }

    .hybrid-header ul {
        position: relative;
        left: -20px;
    }

    .hybrid-banner .vector-one {
        bottom: -10px;
    }

    .hybrid-booking-ticket h1 {
        width: 15%;
    }

    .hybrid-home-about-us h1 {
        width: 20%;
    }

    .hybrid-home-destinasi .x h1 {
        width: 20%;
    }

    .hybrid-service-home h1 {
        width: 22%;
    }

    .hybrid-galery-home h1 {
        width: 27%;
    }

    .hybrid-sub-banner img {
        top: unset;
        bottom: -10px;
    }

    .hybrid-our-service h1 {
        width: 20%;
    }

    .hybrid-our-sosial-media h1 {
        width: 80%;
    }

    .hybrid-our-story h1 {
        width: 20%;
    }

    .hybrid-floating ul li {
        display: block !important;
        padding: 7px !important;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }

    .hybrid-footer {
        padding-top: 140px;
    }

    .about-singgle-page {
        margin-top: 0;
    }

    .hybrid-page-destinasi h1 {
        width: 17%;
    }

    .hybrid-page-destinasi .card .deskripsi h1 {
        width: 50%;
        top: -13px;
    }

    .hybrid-footer .img-vec {
        top: -10px;
    }

    .hybrid-scadule-page h1 {
        width: 19%;
    }

    .hybrid-scadule-page .tabs {
        margin-bottom: 30px;
        text-align: center;
        overflow: hidden;
        display: flex;
        padding: 20px 0px;
        overflow-x: auto;
    }
}