@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-font: "Merriweather", serif;
    --body-font: "Raleway", sans-serif;
    --normal-font: "Raleway", sans-serif;
    --peragraph-font: "Raleway", sans-serif;
    --primary-color: #000000;
    --secondary-color: #f66b3e;
    --white: #fff;
    --brand-color: #252525;
    --font-family: 'Arial', sans-serif;
    --base-font-size: 16px;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr {
    margin: 0;
    padding: 0;
}

/* Set the default font family and size */
body {
    font-family: var(--body-font);
}

/* Remove list styles */
ul,
ol {
    list-style: none;
}

/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
}

p,
a,
.btn {
    font-family: var(--primary-font);
}
p.lead {
    line-height: 40px;
}
p{
    line-height: 32px;
}

.btn {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 800;
    color: var(--primary-color);
}

.brand {
    color: var(--primary-color);
    font-size: 25px;
    text-transform: uppercase;
    line-height: 38px;
    font-family: var(--primary-font);
    font-weight: 800;
}

label {
    font-family: var(--normal-font);
    color: var(--primary-color);
}

/* Remove default button styles */
button,
input,
select {
    margin: 0;
}

/* Box sizing for all elements */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.navbar {
    background: var(--brand-color);
    padding: 0;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.navbar-brand {
    font-family: --primary-font;
    font-size: 24px
}

.nav-link {
    color: var(--primary-color) !important;
    font-family: var(--body-font);
    text-transform: uppercase;
    font-weight: 700;
}

.nav-link:hover {
    color: var(--brand-color) !important;
}

.nav-link.active {
    color: var(--secondary-color) !important;
}

.navbar-brand {
    font-weight: 800 !important;
    color: #fff !important;
}

body {
    background-color: #f8f9fa;
}

#login-container {
    max-width: 400px;
    margin: auto;
    margin-top: 100px;
}

#login-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#company-logo {
    width: 100px;
    /* Adjust the size as needed */
    height: auto;
    margin-bottom: 20px;
}

.box {
    border-top: var(--bs-light) 0.5px solid !important;
    border-left: var(--bs-light) 0.5px solid !important;
    border-right: var(--bs-light) 0.5px solid !important;
    border-radius: 20px !important;
    padding: 0 50px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1.5s infinite;
}

.nav-tabs .nav-link {
    color: var(--secondary-color) !important;
}

.nav-tabs .nav-link.active {
    color: var(--bs-warning) !important;
}

.page-margin {
    padding: 100px 0 100px 0;
}

.hero {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/assets/imgs/hero.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 75, 75, 0.71);
}

.hero-content {
    position: relative;
    width: 800px;
    color: #fff;
    z-index: 1;
    padding: 0 50px;
    text-align: center;
}
.tour-1{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('/uploads/tour-1.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tour-2{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('/uploads/tour-2.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tour-3{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('/uploads/tour-3.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tour-4{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('/uploads/tour-4.jpg')  no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tour-5{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('/uploads/tour-5.jpg') no-repeat top center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tour-6{
    position: relative;
    width: 100%;
    height: 500px;
    background: url('/uploads/tour-6.jpg') no-repeat center top/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.tour-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 226, 226, 0.3);
}
.tour-content {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.whatsapp-button {
    position: fixed;
    right: 40px;
    bottom: 10px;
    padding: 10px 20px;
    z-index: 999;
    background-color: #2C5C00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 60px; */
    /* height: 60px; */
    border-radius: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128c7e;
    color: #fff;
}
.call-button {
    position: fixed;
    left: 40px;
    bottom: 10px;
    padding: 10px 20px;
    z-index: 999;
    background-color: var(--brand-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.call-button:hover {
    background-color: #128c7e;
    color: #fff;
}
.floating-icon{
    font-size: 20px;
}

.zoom-img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.package-image {
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.zoom-img:hover {
    transform: scale(1.2);
}

.icon {
    font-size: 40px;
    text-align: center;
    color: #f39c12;
}

.inclusion-icon {
    font-size: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 10px;
    color: #128c7e;
}
.social-icon {
    font-size: 28px;
}

.pagination .page-link {
    color: #fff;
    /* text color */
    background-color: #343a40;
    /* background color */
    border-color: #343a40;
    /* border color */
}

.pagination .page-link:hover {
    color: #fff;
    /* hover text color */
    background-color: #495057;
    /* hover background color */
    border-color: #495057;
    /* hover border color */
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    /* active text color */
    background-color: var(--secondary-color);
    /* active background color */
    border-color: #007bff;
    /* active border color */
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    /* disabled text color */
    pointer-events: none;
    cursor: auto;
    background-color: #343a40;
    /* disabled background color */
    border-color: #343a40;
    /* disabled border color */
}
/* Custom CSS for slide down effect */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(0);
}
.nav-item.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* .table {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
} */

.bg {
    background: url('/assets/imgs/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.logo {
    height: 80px;
}
.section {

    opacity: 0; /* Initially hidden */
  }
  .section.animate__animated {
    opacity: 1; /* Show when animated */
  }
/* Small screens (phones) */
@media only screen and (max-width: 767.98px) {
    .page-margin {
        padding: 115px 20px 25px 20px;
    }
    .hero-content {
        padding: 0 20px;
    }
    .tour-1, .tour-2, .tour-3, .tour-4, .tour-5, .tour-6{
        height: 350px;
    }
}

/* Medium screens (tablets) */
@media only screen and (min-width: 768px) {
    .overlay {
        padding: 0;
    }

    h1 {
        line-height: 1.3 !important;
    }

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 16px;
    }
}

/* Large screens (laptops) */
@media only screen and (min-width: 992px) {}

/* Extra large screens (large laptops or desktops) */
@media only screen and (min-width: 1200px) {

}