@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    --primary-color: #c1272dff;
    --secondary-color: #FF5722;
    --primary-font: "Playfair Display", serif;
    --white: #fff;
}

body {
    width: 100%;
    overflow-x: hidden;
    top: 0 !important;
    font-family: "Poppins", sans-serif;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/pattern.jpg);
    background-size: 900px;
    background-repeat: repeat;
}

.ml-auto {
    margin-left: auto !important;
}

h1,
h2,
h3,
h4 {
    font-family: var(--primary-font);
}

.navbar {

    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 15px 0;
}

.nav-link {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;


}

.nav-item .nav-link:hover {
    color: var(--primary-color);
}

.navbar.scrolled {
    background: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 8;
}

.navbar.scrolled .nav-link {
    color: #000;
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: 0;
        color: var(--white);
        fill: var(--primary-color);

    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar {
        background: var(--white);
    }

    .navbar-fixed .nav-link,
    .nav-link {
        color: var(--white);
    }

    .navbar-nav {
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 0px;
        height: 100%;
        position: fixed !important;
        top: 0;
        right: 0;
        background: #000 !important;
        opacity: 0;
        transition: all .1s ease-in-out;
        z-index: 5;
    }

    .navbar-fixed .nav-link,
    .nav-link {
        color: var(--white);
    }

    .navbar {
        background: #000;
        padding: 5px 0 !important;
        width: 100%;
        position: fixed;
    }

    .collapse.show .navbar-nav {
        opacity: 1;
        width: 100%;

    }

    .navbar-toggler,
    .navbar-toggler:hover,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        padding: 0.5rem 1rem;
        border: none !important;
        color: transparent;
        background: transparent;
    }

    .navbar-toggler-icon {

        z-index: 10;
        position: absolute;
        top: 20px;
        right: 20px;
    }


    .navbar-nav .nav-item {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;

    }

    .navbar-nav .nav-item:last-child {

        border-bottom: none
    }

    .navbar-collapse.show .close-icon {
        display: block;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0 1rem;
        position: absolute;
        z-index: 5;
    }

    .navbar-toggler .navbar-toggler-icon {
        transition: .5s;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background-image: url('../images/open.png') !important;
        padding: 0;

    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        transition: .5s;
        background-image: url('../images/close.png') !important;

    }

    .navbar.scrolled {
        background: rgb(0, 0, 0);
        padding: 0;
        padding: 5px 0;
    }

    .navbar.scrolled .nav-link {
        color: #fff;
    }

}

.logo-header {
    width: 180px;
}

.hero-section {
    position: relative;
    height: 600px;
}

.hero-section img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
    text-align: left;
}

.hero-content h1 {
    font-size: 52px;
    color: var(--white);
    font-weight: 500;
}

.hero-content h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 25px;
}

.hero-content p {
    color: var(--white);
    width: 60%;
    font-style: italic;
    border-left: 6px solid var(--primary-color);
    padding-left: 10px;

}

@media (max-width: 768px) {

    .hero-content p {
        width: 100%;
    }
}

.btn-fill {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    transition: .5s;
}

.btn-fill:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}

.btn-white {
    background-color: transparent;
    color: var(--white);
    padding: 5px 20px;
    border-radius: 0;
    border: 2px solid var(--white);
}

.btn-white:hover {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--white);
}

.over-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 2;

}

#heroSplide .splide__arrow {
    background-color: var(--primary-color);
    border-radius: 0;
}

#heroSplide .splide__arrow svg {
    fill: #ffffff;
}

.about-page {
    padding: 50px 0;
}

.about-cntnt p {
    margin-bottom: 3px;
}

.about-cntnt h3 span {
    color: var(--primary-color);
}

.mv-box {
    border-left: 3px solid var(--secondary-color);
    padding-left: 10px;

}

.mv-box h3 {
    color: #000;
}

.header-section {
    padding: 10px 10px 10px 0;
}

.header-section h1 span {
    color: var(--primary-color);
}

.dest-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.dest-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(1.1);
}

.dest-box:hover img {
    transform: scale(1);
}


.dest-cont {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 0;
    padding: 20px;
    z-index: 3;
}

.dest-cont h3 {
    font-size: 23px;
}

.overlayer-dest {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 2;
    pointer-events: none;
}

.destination-section {
    padding: 50px 0;
}

.services-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.98), transparent), url(../images/cover.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.service-box i {
    font-size: 55px;
    margin-right: 30px;
}

.service-box {
    display: flex;
    align-items: center;
    color: var(--white);
    margin-bottom: 10px;
}

.services-section h3 {
    color: var(--white);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.services-section h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 10;
    width: 9%;
    height: 3px;
    background-color: var(--white);
}

.tuktuk-image {
    position: absolute;
    top: 0;
    right: 0;
}

.tuktuk-image img {
    width: 750px;
}

@media (max-width: 768px) {
    .tuktuk-image {
        display: none;
    }

    .gallery-images img {
        width: 100% !important;
    }

    #gallerySplide .splide__arrow {
        margin: 0 5px !important;
    }

    .contact-details {
        flex-direction: column;
    }

    .whatsapp img {
        right: 10px !important;
        width: 130px !important;

    }
}

.gallery-section {
    padding-bottom: 50px;

}

.gallery-images img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gallery-images {
    position: relative;
    overflow: hidden;
}

.gallery-images img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-images:hover img {
    transform: scale(1.1);
    filter: brightness(80%);
}

#gallerySplide .splide__arrow {
    background-color: var(--primary-color);
    border-radius: 0;
    margin: 0 20px;

}

#gallerySplide .splide__arrow svg {
    fill: #ffffff;
}

.hero-content .btn-white {
    margin-right: 10px !important;
    margin-top: 10px;
}

#featuredSplide .splide__arrow {
    background-color: var(--primary-color);
    border-radius: 0;

}

#featuredSplide .splide__arrow svg {
    fill: #ffffff;
}

.contact-section {
    padding-bottom: 50px;
}

.contact-us p {
    margin-bottom: 5px;
}

.cntct-box {
    border-left: 3px solid var(--primary-color);
    padding-left: 10px;
    margin: 15px 0;
    margin-right: 20px;
}

.contact-details {
    display: flex;
}

.cntct-box h3 {
    font-size: 24px;
}

.location {
    margin-top: 35px;
}

.whatsapp img {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 3;
    transition: transform .6s ease-in-out;

}

.whatsapp:hover img {
    transform: scale(1.1);

}

.Contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;

    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.Contact-form h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.Contact-form .form-group {
    margin-bottom: 15px;
}

.Contact-form .form-control {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Contact-form .form-control:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 5px rgba(92, 184, 92, 0.5);
}

.Contact-form .btn {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    cursor: pointer;
}

.Contact-form .btn:hover {
    background-color: var(--secondary-color);
}


.Contact-form .d-flex {
    display: flex;
    gap: 10px;
}

.Contact-form .date-class {
    flex: 1;
}

@media (max-width: 768px) {
    .Contact-form {
        padding: 15px;
    }

    .Contact-form h2 {
        font-size: 1.5rem;
    }

    .Contact-form .d-flex {
        flex-direction: column;
    }

    .Contact-form .btn {
        font-size: 1rem;
    }

    .ftr-center {
        text-align: center;
    }

    .mb-none {
        display: none;
    }

    .ftr-head h2::before {

        left: auto !important;

    }

    .contact-social ul {
        justify-content: center;
    }
}

.new-box input {
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.Contact-form label {
    margin-bottom: 10px;
}

.ftr-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/ftr.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.ftr-head {
    color: var(--white);

}

.ftr-head h2 {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.ftr-head h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 13%;
    left: 0;
    height: 3px;
    background-color: var(--primary-color);
}

.ftr-contact ul li {
    list-style: none;
    margin-bottom: 5px;
}

.ftr-contact ul {
    padding: 0;
}

.ftr-head .ftr-contact ul li a {
    color: var(--white);
    text-decoration: none;
}

.cont-all .ftr-contact ul {
    padding: 0;

}

.cont-all .ftr-contact ul li {
    margin-right: 20px;
    margin-bottom: 10px;

}

.copyright-section {
    padding: 10px 0;
    background: #000;
    text-align: center;
}

.copyright-section p {
    color: var(--white);
    margin-top: 5px;
}

.copyright-section p a {
    color: var(--white);
    text-decoration: none;

}

.copyright-section p a:hover {
    color: var(--primary-color);
}

.contact-social ul {
    display: flex;
    padding: 0;

}

.contact-social ul li {
    list-style: none;
    margin-right: 15px;
    color: var(--white);
    font-size: 18px;

}

.contact-social ul a {
    color: var(--white)
}

.contact-social ul a:hover {
    color: var(--primary-color)
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icon-trip {
    width: 25px;
    padding-bottom: 6px;
    padding-left: 0;
    margin-left: -3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tuktuk-image {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tuktuk-image img {
        width: 550px;
    }
}
