   
   
   
   
    * {
        font-family: "Mona Sans", sans-serif;
    }
    
    
    
    
    
    
    
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: white;
    }

    @media (max-width:767px) {
    .navbar-brand img {
        width: 100px;
    }
    }
    @media (min-width:768px) {
       .dropdown:hover .dropdown-menu{display: block;}
    .navbar-brand img {
        width: 150px;
    }
    }
    .navbar-nav .nav-item .nav-link {}

    .navbar-nav .nav-item .dropdown-toggle {}

    .navbar-nav .nav-item .dropdown-menu .dropdown-item {}

    #top-head {
        background-color: #015285;
    }

    #top-head a {
        color: #ffffff;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fe8801;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #015285;
    }

    .dropdown-menu {
        padding: 0;
    }

    .dropdown-item {
        padding: 6px 20px;
        border-bottom: 1px solid #dee5e9;
        transition: all 300ms linear;
    }
    .dropdown-item:hover{background-color: #8abe3f;color: white;}

    .list-line li {
    position: relative;
    padding: 0 10px;
}

.list-line li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -5px;
    color: #ffffff;
}
    
    
    
    
    
    
    
    
    
    
    
    

    .sub-title span {
        font-family: "Dancing Script", cursive;
        color: #8abe3f;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600 !important;
    }

    h3,
    h4,
    h5,
    h6 {
        /* color: #fe8801; */
    }

    .object-fit-img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .img-h-200 {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }


    .img-h-250 {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .img-h-300 {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .img-h-350 {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .img-h-400 {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .img-h-450 {
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .img-h-500 {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }

    .btn {
        border-radius: 50px;
        padding-right: 1rem;
        padding-left: 1rem;
        white-space: nowrap;
    }

    .btn-light {
        color: #fff;
        background-color: #8abe3f;
        border-color: #8abe3f;
    }

    .btn-light:hover {
        color: #fff;
        background-color: #015285;
        border-color: #015285;
    }

    .heading {
        margin-bottom: 1.5rem;
    }

    a {
        text-decoration: none;
    }

    .bgcolor1 {
        background-color: #015285;
    }

    .bgcolor2 {
        background-color: #ffeacd;
    }


    .bgcolor3 {
        background-color: #ff8901;
    }

    .bg-gradient1 {
        background: linear-gradient(0deg, #055160 0%, rgb(255 137 1) 100%);
    }

    .bg-gradient2 {
        background: linear-gradient(136deg, #055160 0%, rgb(255 137 1) 100%);
    }

    .back-img-1 {
        background-image: url(../images/slider/1.png);
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        z-index: 1;
        color: white;
    }

    .back-img-1::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.6;
        background-color: #020617;
    }


    .card {
        border-radius: 20px;
        overflow: hidden;
    }


    .back-right-img1 {
        position: relative;
        z-index: 1;
    }

    .back-right-img1::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/back/back1.png');
        background-size: contain;
        background-position-x: right;
        background-position-y: bottom;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.5;
    }

    .back-right-img2 {
        position: relative;
        z-index: 1;
    }

    .back-left-img1::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/back/back-icon-1.png');
        background-size: 80px, 80px;
        background-position-x: left;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.5;

    }

    .back-img-color1 {
        position: relative;
        z-index: 1;
        background-image: url('../images/slider/2.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .back-img-color1::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #015285;
        opacity: 0.8;
        z-index: -1;
    }

    .back-img-color2 {
        position: relative;
        background-image: url('../images/back/back2.png');
        background-size: cover;
        background-position: center;
    }

    .back-img-color2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #015285;
        z-index: -1;
    }


    .back-img1 {
        position: relative;
        z-index: 1;
    }

    .back-img1::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/back/back3.png');
        background-size: cover;
        z-index: -1;
    }




    .left-right-move {
        animation-name: float-bob-x;
        animation-duration: 15s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: float-bob-x;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: float-bob-x;
        -moz-animation-duration: 15s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: float-bob-x;
        -ms-animation-duration: 15s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: float-bob-x;
        -o-animation-duration: 15s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    @keyframes left-right-move {
        0% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-50px);
        }

        50% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-30px);
        }

        100% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-50px);
        }
    }

    .img-zoom {
        overflow: hidden;
    }

    .img-zoom img {
        transition: 0.5s all;
    }

    .zoom-cover .card:hover .img-zoom img {
        transform: scale(1.2);
    }




    .accordion-1 .accordion-item {
        margin-bottom: 20px;
        border: 1px solid #010e2d47 !important;
        border-radius: 20px !important;
        overflow: hidden;
        box-shadow: 5px 7px 0px rgb(0 0 0 / 8%) !important;
    }

    .accordion-1 .accordion-button {
        background-color: #ff8901;
        color: white;
    }

    .accordion-1 .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #015285;
        box-shadow: unset;
    }

    .accordion-1 .accordion-button {
        font-size: 1.4rem;
    }



    .img-box1 {
        position: relative;
    }

    .img-box1 .img2 {
        width: 67%;
        height: 100%;
        float: inline-end;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .img-box1 .img1 {
        width: 76%;
        height: 100%;
    }

    .img-box1 .img-3d {
        perspective: 1000px;
    }

    .img-box1 .img-3d img {
        transform-style: preserve-3d;
        transform: rotateY(-136deg);
        border-radius: 20px;
        border: 2px solid black;
    }

    .object-fit-contain {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    @media (max-width:767px) {

        .img-box1 .img-3d img,
        .img-box2 .img-3d img {
            height: 280px;
        }
    }

    @media (min-width:768px) {

        .img-box1 .img-3d img,
        .img-box2 .img-3d img {
            height: 450px;
        }
    }




    .img-box2 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-box2 .img2 {
        width: 67%;
        height: 100%;
        float: left;
        position: absolute;
        left: 0;
        bottom: 0;
        place-content: flex-end;
    }

    .img-box2 .img1 {
        width: 70%;
        height: 100%;
        float: inline-end;
    }

    .img-box2 .img-3d {
        perspective: 1000px;
    }

    .img-box2 .img-3d img {
        transform-style: preserve-3d;
        transform: rotateY(-40deg);
        border-radius: 20px;
        border: 2px solid black;
        border-top-left-radius: 90px;
    }

    .form-section {
        color: white;
        background-color: #015285;
    }





    .btn-box1 {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ffeacd;
        border-top-left-radius: 22px;
        padding: 8px 10px;
        z-index: 1;
    }

    .btn-box1::after {
        content: '';
        position: absolute;
        bottom: -16px;
        left: -24px;
        width: 40px;
        height: 40px;
        border-bottom-right-radius: 38px;
        border-right: 16px solid #ffeacd;
        border-bottom: 16px solid #ffeacd;
        z-index: -1;

    }

    .btn-box1::before {
        content: '';
        position: absolute;
        top: -24px;
        right: -16px;
        width: 40px;
        height: 40px;
        border-bottom-right-radius: 40px;
        border-right: 16px solid #ffeacd;
        border-bottom: 16px solid #ffeacd;
        z-index: -1;

    }


    .btn-box2 {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ffffff;
        border-top-left-radius: 22px;
        padding: 8px 10px;
        z-index: 1;
    }

    .btn-box2::after {
        content: '';
        position: absolute;
        bottom: -16px;
        left: -24px;
        width: 40px;
        height: 40px;
        border-bottom-right-radius: 38px;
        border-right: 16px solid #ffffff;
        border-bottom: 16px solid #ffffff;
        z-index: -1;

    }

    .btn-box2::before {
        content: '';
        position: absolute;
        top: -24px;
        right: -16px;
        width: 40px;
        height: 40px;
        border-bottom-right-radius: 40px;
        border-right: 16px solid #ffffff;
        border-bottom: 16px solid #ffffff;
        z-index: -1;

    }






    #services1 .card-body-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    color: white;
    background-color: #015285b3;
    place-content: center;
    text-align: center;
    transition: 0.5s ease;
}

#services1 .card:hover .card-body-2 {
    bottom: 0%;
}

#services1 .card:hover .card-body {
    display: none;
}

#services1 .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    place-content: end;
    color: white;
    background: linear-gradient(0deg, rgba(1, 14, 45, 0.7) 20%, rgba(1, 14, 45, 0) 50%, rgba(1, 14, 45, 0) 100%);
    padding-right: 38%;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z'/%3E%3C/svg%3E");
}


        #explore2 .card .card-body {
            position: absolute;
            top: 0;
            left: 0;
            color: white;
            width: 100%;
            height: 100%;
            place-content: flex-start;
            background: linear-gradient(180deg, rgba(4, 4, 89, 0.79) 0%, rgba(9, 9, 121, 0.6) 20%, rgba(9, 9, 121, 0) 40%);
        }


        .owl-theme .owl-controls .owl-buttons div{
            background: #fe8e07;
    opacity: 1;
    padding: 0px 6px;
        }









     
        
.mask1 {
    -webkit-mask-image: url(../images/shep1.png);
    mask-image: url(../images/shep1.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width:768px) {
    .mask1 img {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
}   
#famous .li-box1 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

#famous .li-box1 li {
    background: linear-gradient(136deg, #055160 0%, rgb(255 137 1) 100%);
    color: white;
    padding: 3px 16px;
    border-radius: 50px;
}



@media (min-width: 992px) {
  #famous   .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}




#famous .items{
      padding: 15px 15px;
    border-radius: 20px;
    /* margin-bottom: 20px; */
    text-align: center;
    transition: all .3s ease;
}

#famous .items:nth-child(odd) {
    background: linear-gradient(135deg, #065587 0%, #00a1c0 100%);
    color: #fff;
}

#famous .items:nth-child(even){
      background: linear-gradient(135deg, #ffb34763 0%, #ffb34763 100%);
       color: #065587;
}

#famous .items img{
    width: 40px;
    margin-bottom: 12px;
}

#famous .items h6{
    margin: 0;
    font-weight: 600;
}
@media (min-width: 768px) {
    .md-5 .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}  
#highlights ul {
    list-style: none;
    padding-left: 0;
    padding-left: 22px;
}

#highlights ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

#highlights ul li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: url(../svg/check2.svg) no-repeat center center;
    background-size: 25px 25px;
    background-color: white;
    border-radius: 50%;
    padding: 16px;
}
@media (max-width:768px) {
}
@media (min-width:768px) {
    #highlights ul li{width: fit-content;}
}

#highlights ul li {
    background-color: #ff8901;
    color: white;
    padding: 4px 20px;
    border-radius: 20px 50px 50px 20px;
}

#highlights .mask1 {
    -webkit-mask-image: url(../images/shep1.png);
    mask-image: url(../images/shep1.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    width: 70%;
    height: auto;
    display: block;
    /* float: inline-end; */
    /* right: 0; */
    margin-left: auto;
}

#highlights .img-box1 .img2 {
    width: 50%;
    /* height: 83%; */
    float: inline-start;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#nearby .card img{
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.flip-card {
    height: 200px;
    perspective: 1200px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Front Side */
.flip-card-front {
    background: #fff;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-card-front .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent,
            rgba(0, 0, 0, 0.85));
}

.flip-card-front h4 {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

/* Back Side */
.flip-card-back {
    background: linear-gradient(136deg, #055160 0%, rgb(255 137 1) 100%);
    color: #fff;
    transform: rotateY(180deg);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 30px;
    text-align: center;
}

.flip-card-back h4 {
    margin-bottom: 15px;
    font-weight: 700;
}

.flip-card-back p {
    margin: 0;
    line-height: 1.8;
}
@media (min-width:768px) {
    .column-2 {
        column-count: 2;
    }
}





.link-box1 li {
    border: 1px solid #ffffff29;
    border-radius: 50px;
    padding: 1px 8px;
    margin-bottom: 6px;
}

.link-box1 li i {
    margin-top: auto;
    margin-bottom: auto;
}

.link-box1 li a {
    display: flex;
    justify-content: space-between;
}

footer a ,footer p{
    text-decoration: none;
    color: #ffffffb8;
}

footer h5 {
    color: white;
}

footer ul {
    text-transform: capitalize;
}

.footer-contact1 {
    background-color: #015285;
    border-radius: 20px;
    /* box-shadow: 0px 0px 10px 0px #0000004a, 0px 0px 10px 0px #ffffff4a inset; */
    color: white;
    border: 2px solid #ffffff2b;
}

footer a:hover {
    color: #ff8a03;
}
.bottom-fotter{    background-color: #02385a;}




.join {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    /* margin: 12px; */
    padding: 10px;
}

@media (max-width:768px) {
    .join {
        position: fixed;
        text-align: center;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .join .booking,
    .join .booking a {
        width: 100%;
    }

    .join ul {
        display: flex;
        gap: 3px;
    }
}


@media (max-width:767px) {
    .phone-links {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 6px 13px;
        z-index: 100;
        backdrop-filter: blur(2px);
        background-color: #ffffff;
    }

    .phone-links ul {
        display: flex;
        margin: 0;
        gap: 8px;
    }

    .phone-links .book,
    .book a {
        width: 100%;
    }

    .phone-links ul img {
        width: 37px;
    }
}

@media (min-width:768px) {
    .phone-links {
        position: fixed;
        right: 0;
        bottom: 0;
        padding: 14px;
        z-index: 100;
    }

    .phone-links ul {
        display: flex;
        flex-direction: column-reverse;
        text-align: end;
        gap: 8px;
    }

    .phone-links ul img {
        width: 40px;
    }

}


:root {
    --radius: 12px;
    --border: 4px;
}

.hk-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    /* min-width: 180px; */
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    animation: glow 2s linear infinite;
}

.hk-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: conic-gradient(#ffffff 0%, #003150 20%, #ff8901 60%, #ffffff 100%);
    transform: translate(-50%, -50%);
    animation: spin 3s linear infinite;
}

.hk-button::after {
    content: "";
    position: absolute;
    inset: var(--border);
    background: #003150;
    border-radius: calc(50px - 2px);
    backdrop-filter: blur(8px);
}

.hk-button span {
    position: relative;
    z-index: 2;
    /* font-size: 18px; */
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    text-transform: uppercase;
}

.phone-links ul {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.phone-links img {
    width: 35px;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 rgba(68, 0, 255, 0);
    }

    50% {
        box-shadow: 0 0 25px rgb(255 137 1);
    }

    100% {
        box-shadow: 0 0 0 rgba(68, 0, 255, 0);
    }
}



.img-an img {
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    border: 2px solid white;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ff8901;
    }

    80% {
        box-shadow: 0 0 0 7px rgb(255 137 1 / 0%);
    }
}










