/********** Template CSS **********/

:root {

    --primary: #6279EA;

    --secondary: #FE8800;

    --light: #F5F5F5;

    --dark: #14141F;

}



.fw-medium {

    font-weight: 600 !important;

}



.fw-semi-bold {

    font-weight: 700 !important;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 45px;

    bottom: 45px;

    z-index: 99;

}





/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}





/*** Button ***/

.btn {

    font-family: 'Nunito', sans-serif;

    font-weight: 600;

    transition: .5s;

}



.btn.btn-primary,

.btn.btn-secondary {

    color: #FFFFFF;

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

    border-radius: 0px;

}





/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {

    font-family: 'Nunito', sans-serif;

    position: relative;

    margin-right: 25px;

    padding: 15px 0;

    color: #FFFFFF !important;

    font-size: 18px;

    font-weight: 600;

    outline: none;

    transition: .5s;

}



.sticky-top.navbar-light .navbar-nav .nav-link {

    padding: 20px 0;

    color: var(--dark) !important;

}



.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active {

    color: var(--primary) !important;

}



.navbar-light .navbar-brand img {

    max-height: 60px;

    transition: .5s;

}



.sticky-top.navbar-light .navbar-brand img {

    max-height: 45px;

}



@media (max-width: 991.98px) {

    .sticky-top.navbar-light {

        position: relative;

        background: #FFFFFF;

    }



    .navbar-light .navbar-collapse {

        margin-top: 15px;

        border-top: 1px solid #DDDDDD;

    }



    .navbar-light .navbar-nav .nav-link,

    .sticky-top.navbar-light .navbar-nav .nav-link {

        padding: 10px 0;

        margin-left: 0;

        color: var(--dark) !important;

    }



    .navbar-light .navbar-brand img {

        max-height: 45px;

    }

}



@media (min-width: 992px) {

    .navbar-light {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

        border-bottom: 1px solid rgba(256, 256, 256, .1);

        z-index: 999;

    }

    

    .sticky-top.navbar-light {

        position: fixed;

        background: #FFFFFF;

    }



    .navbar-light .navbar-nav .nav-link::before {

        position: absolute;

        content: "";

        width: 0;

        height: 2px;

        bottom: -1px;

        left: 50%;

        background: var(--primary);

        transition: .5s;

    }



    .navbar-light .navbar-nav .nav-link:hover::before,

    .navbar-light .navbar-nav .nav-link.active::before {

        width: calc(100% - 2px);

        left: 1px;

    }



    .navbar-light .navbar-nav .nav-link.nav-contact::before {

        display: none;

    }

}





/*** Hero Header ***/

.hero-header {

    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}



.breadcrumb-item + .breadcrumb-item::before {

    color: rgba(255, 255, 255, .5);

}



.text-justify{

    text-align: justify !important;

}

.para-cus{

    font-size: 17px;

    color: #000;

    line-height: 28px;

}

.para-cus::first-letter{

    font-size: 25px;

    color: var(--primary);

    font-weight: 600;

}

/*** Section Title ***/

.section-title {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

}



.section-title::before {

    position: absolute;

    content: "";

    width: calc(100% + 80px);

    height: 2px;

    top: 4px;

    left: -40px;

    background: var(--primary);

    z-index: -1;

}



.section-title::after {

    position: absolute;

    content: "";

    width: calc(100% + 120px);

    height: 2px;

    bottom: 5px;

    left: -60px;

    background: var(--primary);

    z-index: -1;

}



.section-title.text-start::before {

    width: calc(100% + 40px);

    left: 0;

}



.section-title.text-start::after {

    width: calc(100% + 60px);

    left: 0;

}





/*** Service ***/

.service-item {

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

    transition: .5s;

}



.service-item:hover {

    background: var(--primary);

}



.service-item * {

    transition: .5s;

}



.service-item:hover * {

    color: var(--light) !important;

}





/*** Destination ***/

.destination img {

    transition: .5s;

}



.destination a:hover img {

    transform: scale(1.1);

}





/*** Package ***/

.package-item {

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

}



.package-item img {

    transition: .5s;

}



.package-item:hover img {

    transform: scale(1.1);

}





/*** Booking ***/

.booking {

    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}





/*** Team ***/

.team-item {

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

}



.team-item img {

    transition: .5s;

}



.team-item:hover img {

    transform: scale(1.1);

}



.team-item .btn {

    background: #FFFFFF;

    color: var(--primary);

    border-radius: 20px;

    border-bottom: 1px solid var(--primary);

}



.team-item .btn:hover {

    background: var(--primary);

    color: #FFFFFF;

}





/*** Testimonial ***/

.testimonial-carousel::before {

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    height: 100%;

    width: 0;

    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    z-index: 1;

}



.testimonial-carousel::after {

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    height: 100%;

    width: 0;

    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    z-index: 1;

}



@media (min-width: 768px) {

    .testimonial-carousel::before,

    .testimonial-carousel::after {

        width: 200px;

    }

}



@media (min-width: 992px) {

    .testimonial-carousel::before,

    .testimonial-carousel::after {

        width: 300px;

    }

}



.testimonial-carousel .owl-item .testimonial-item,

.testimonial-carousel .owl-item.center .testimonial-item * {

    transition: .5s;

}



.testimonial-carousel .owl-item.center .testimonial-item {

    background: var(--primary) !important;

    border-color: var(--primary) !important;

}



.testimonial-carousel .owl-item.center .testimonial-item * {

    color: #FFFFFF !important;

}



.testimonial-carousel .owl-dots {

    margin-top: 24px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    border: 1px solid #CCCCCC;

    border-radius: 15px;

    transition: .5s;

}



.testimonial-carousel .owl-dot.active {

    background: var(--primary);

    border-color: var(--primary);

}







/* ***********packages************* */







.packages-carousel .owl-item .package-item,

.packages-carousel .owl-item.center .package-item * {

    transition: .5s;

}



.packages-carousel .owl-item.center .package-item {

    background: var(--primary) !important;

    border-color: var(--primary) !important;

}



.packages-carousel .owl-item.center .package-item * {

    color: #FFFFFF !important;

}



.packages-carousel .owl-dots {

    margin-top: 24px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.packages-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    border: 1px solid #CCCCCC;

    border-radius: 15px;

    transition: .5s;

}



.packages-carousel .owl-dot.active {

    background: var(--primary);

    border-color: var(--primary);

}







/*** Footer ***/

.footer .btn.btn-social {

    margin-right: 5px;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--light);

    font-weight: normal;

    border: 1px solid #FFFFFF;

    border-radius: 35px;

    transition: .3s;

}



.footer .btn.btn-social:hover {

    color: var(--primary);

}



.footer .btn.btn-link {

    display: block;

    margin-bottom: 5px;

    padding: 0;

    text-align: left;

    color: #FFFFFF;

    font-size: 15px;

    font-weight: normal;

    text-transform: capitalize;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    margin-right: 10px;

}



.footer .btn.btn-link:hover {

    letter-spacing: 1px;

    box-shadow: none;

}



.footer .copyright {

    padding: 25px 0;

    font-size: 15px;

    border-top: 1px solid rgba(256, 256, 256, .1);

}



.footer .copyright a {

    color: var(--light);

}

.footer-logo img{

    width: 100px;

    height: 60px;

}

.footer .footer-menu a {

    margin-right: 15px;

    padding-right: 15px;

    border-right: 1px solid rgba(255, 255, 255, .1);

}



.footer .footer-menu a:last-child {

    margin-right: 0;

    padding-right: 0;

    border-right: none;

}



/* counter section */

.counter-section {

    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/thailand-768x512.jpg') center center;

    background-attachment: fixed;

    background-size: cover;

}



.counter-item {

    padding: 30px;

    background: rgba(255, 255, 255, 0.95);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

    border-radius: 15px;

    transition: transform 0.3s ease;

}



.counter-item:hover {

    transform: translateY(-5px);

}



.counter-item h1 {

    font-size: 3rem;

    margin: 15px 0;

    color: var(--primary);

}



.counter-item i {

    transition: transform 0.3s ease;

}



.counter-item:hover i {

    transform: scale(1.2);

}



.office-main{

 background-color: var(--primary);

 border-radius: 10px;

 display: flex;

 align-items: center;

 justify-content: center;

}

.number{

    font-size: 25px;

    font-weight: 600;

    color: #fff;

    background-color: var(--primary);

    border-radius: 50%;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.office-para{

    font-weight: 500;

    font-size: 18px;

    color: #fff;

    margin-bottom: 0;

}



/* Hero Section */

.destination-hero {

    height:60dvh;

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



.destination-hero::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, 0.4);

}



.hero-content {

    position: relative;

    z-index: 2;

}



.destination-meta {

    display: flex;

    gap: 2rem;

    justify-content: center;

    color: white;

}



.destination-meta span {

    display: flex;

    align-items: center;

    gap: 0.5rem;

}



/* Navigation */

.destination-nav-wrapper {

    background: white;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    position: sticky;

    top: 0;

    z-index: 1000;

}



.destination-nav {

    display: flex;

    justify-content: center;

    gap: 2rem;

    padding: 1rem 0;

}



.destination-nav a {

    color: var(--dark);

    text-decoration: none;

    padding: 1rem 4rem;

    border-radius: 10px;

    font-size: 18px;

    border-bottom: 2px solid transparent;

    transition: all 0.3s ease;

}



.destination-nav a:hover,

.destination-nav a.active {

    color: var(--light);

background-color: red;

}



/* Feature Grid */

.feature-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 2rem;

    margin-top: 3rem;

}



.feature-card {

    text-align: center;

    padding: 2rem;

    background: #f8f9fa;

    border-radius: 10px;

    transition: transform 0.3s ease;

}



.feature-card:hover {

    transform: translateY(-5px);

}



.feature-card i {

    font-size: 2.5rem;

    color: var(--primary);

    margin-bottom: 1rem;

}



/* Booking Card */

.booking-card {

    position: sticky;

    top: 100px;

}



.price-tag {

    text-align: center;

    margin: 1.5rem 0;

}



.price-tag .amount {

    font-size: 2.5rem;

    font-weight: bold;

    color: var(--primary);

}



.price-tag .duration {

    color: #6c757d;

}



/* Highlights Slider */

.highlights-slider .highlight-card {

    position: relative;

    border-radius: 15px;

    overflow: hidden;

    margin: 15px;

}



.highlight-card img {

    width: 100%;

    height: 300px;

    object-fit: cover;

    transition: transform 0.3s ease;

}



.highlight-card:hover img {

    transform: scale(1.1);

}



.highlight-content {

    position: relative;

    bottom: 0;

    left: 0;

    right: 0;

    padding: 1.5rem;

    

    color: #000;

}

.highlight-content h4{

    font-size: 25px;

    font-weight: 600;

    color: #000;

}

/* Responsive Design */

@media (max-width: 768px) {

    .destination-meta {

        flex-direction: column;

        gap: 1rem;

    }

    

    .destination-nav {

        overflow-x: auto;

        padding: 1rem;

    }

    

    .feature-grid {

        grid-template-columns: 1fr;

    }





    .destination-meta span{

        text-align: center;

    }



    .destination-nav a {

        font-size: 15px;

        padding: 1rem 1rem;

      

    }

}





/* Service Cards */

#leisure-services .service-card {

    background: #fff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



#leisure-services .service-card:hover {

    transform: translateY(-10px);

}



#leisure-services.service-image {

    position: relative;

    height: 250px;

    overflow: hidden;

}



#leisure-services .service-image img {

    width: 100%;

    height: 250px;

    object-fit: cover;

    transition: transform 0.5s ease;

}



#leisure-services .service-card:hover .service-image img {

    transform: scale(1.1);

}



#leisure-services .service-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(var(--primary), 0.2);

    display: flex;

    align-items: center;

    justify-content: center;

}



#leisure-services .service-overlay i {

    font-size: 3rem;

    color: #fff;

    opacity: 0;

    transform: translateY(20px);

    transition: all 0.3s ease;

}



#leisure-services.service-card:hover .service-overlay i {

    opacity: 1;

    transform: translateY(0);

}



#leisure-services .service-content {

    padding: 2rem;

}



#leisure-services .service-content h3 {

    color: var(--dark);

    margin-bottom: 1rem;

    text-align: center;

}

#leisure-services .service-content p{

    font-size: 15px;

    font-weight: 500;

    color: #000;

    text-align: center;

}

#leisure-services .service-features {

    margin: 1.5rem 0;

    display: grid;

    gap: 0.5rem;

}



#leisure-services .service-features span {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    color: var(--dark);

}



#leisure-services .service-features i {

    color: var(--primary);

}



/* Experience Section */

.experience-section {

    background: #f8f9fa;

}



.experience-features {

    display: grid;

    gap: 2rem;

    margin-top: 2rem;

}



.feature-item {

    display: flex;

    gap: 1.5rem;

    padding: 1.5rem;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

    transition: transform 0.3s ease;

}



.feature-item:hover {

    transform: translateX(10px);

}



.feature-icon {

    width: 60px;

    height: 60px;

    background: rgba(var(--primary-rgb), 0.1);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.feature-icon i {

    font-size: 1.5rem;

    color: var(--primary);

}



.gallery-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 1rem;

    padding: 1rem;

}



.gallery-grid img {

    width: 100%;

    height: 200px;

    object-fit: cover;

    border-radius: 10px;

    transition: transform 0.3s ease;

}



.gallery-grid img:hover {

    transform: scale(1.05);

}



/* Responsive Design */

@media (max-width: 991px) {

    .hero-section {

        height: 60vh;

    }

    

    .experience-content {

        margin-bottom: 3rem;

    }

}



@media (max-width: 768px) {

    .service-card {

        margin-bottom: 2rem;

    }

    

    .gallery-grid {

        grid-template-columns: 1fr;

    }

}





/* Service Cards */

.mice-service-card {

    background: #fff;

    padding: 2rem;

    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;

    height: 100%;

    position: relative;

    overflow: hidden;

}



.mice-service-card::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background: var(--primary);

    transform: scaleX(0);

    transition: transform 0.3s ease;

}



.mice-service-card:hover {

    transform: translateY(-10px);

}



.mice-service-card:hover::before {

    transform: scaleX(1);

}



.icon-box {

    width: 70px;

    height: 70px;

    background: rgba(var(--primary-rgb), 0.1);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 1.5rem;

    transition: all 0.3s ease;

}



.icon-box i {

    font-size: 2rem;

    color: var(--primary);

    transition: all 0.3s ease;

}



.mice-service-card:hover .icon-box {

    background: var(--primary);

}



.mice-service-card:hover .icon-box i {

    color: #fff;

}



.service-list {

    list-style: none;

    padding: 0;

    margin: 1.5rem 0;

}



.service-list li {

    display: flex;

    align-items: center;

    margin-bottom: 0.8rem;

    color: var(--dark);

}



.service-list li i {

    color: var(--primary);

    margin-right: 10px;

    font-size: 0.8rem;

}



.service-link {

    color: var(--primary);

    text-decoration: none;

    display: flex;

    align-items: center;

    gap: 0.5rem;

    transition: gap 0.3s ease;

}



.service-link:hover {

    gap: 1rem;

}



/* Features Section */

.features-section .feature-grid {

    display: grid;

    gap: 2rem;

    margin-top: 2rem;

}



.features-section .feature-item {

    display: flex;

    gap: 1.5rem;

    padding: 1.5rem;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

    transition: transform 0.3s ease;

}



.features-section .feature-item:hover {

    transform: translateX(10px);

}



.features-section .feature-icon {

    width: 50px;

    height: 50px;

    background: rgba(var(--primary-rgb), 0.1);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.features-section .feature-icon i {

    font-size: 1.2rem;

    color: var(--primary);

}



.features-section .image-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 1rem;

}



.features-section .image-grid img {

    width: 100%;

    height: 200px;

    object-fit: cover;

    border-radius: 10px;

    transition: transform 0.3s ease;

}



.features-section .image-grid img:hover {

    transform: scale(1.05);

}



/* Responsive Design */

@media (max-width: 991px) {

    .mice-hero {

        height: 60vh;

    }

    

    .features-section .features-content {

        margin-bottom: 3rem;

    }

}



@media (max-width: 768px) {

    .mice-service-card {

        margin-bottom: 2rem;

    }

    

    .image-grid {

        grid-template-columns: 1fr;

    }

}
/* my-mod css*/
.my-mod .modal-header {
	border-bottom: 0;
}
.my-mod .btn-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
	font-size: 14px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.5);
	background-color: #fff;
}
.my-mod .modal-footer {
	border-top: 0;
	display: flex;
	justify-content: center;
}