/* start global  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #222222;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

:root {
    --main-color: #29445B;
    --transition: all .5s ease;
}

.text-primary {
    color: var(--main-color) !important;
}

.text-primary {
    background-color: var(--main-color) !important;
}

.btn-primary {
    background-color: var(--main-color) !important;
    color: white !important;
}

.text-light-dark {
    color: #5B6A6A;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.rounded-8 {
    border-radius: 16px !important;
}

/* End global  */

/* start loading  */
.loading-screen {
    z-index: 999;
    display: flex;
    background-color: #29445B;
}

/* End loading  */

/* start navbar  */
.navbar {
    box-shadow: none;
    margin-top: -20px;
}

nav.navbar {
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.dropdown-toggle:after {
    display: none;
}

.nav-link {
    color: #222222 !important;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    color: black !important;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    background: transparent !important;
}

.nav-link.active {
    color: var(--main-color) !important;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 5px;
}

.nav-item {
    margin: 24px;
}

.navbar-brand img {
    /* width: 268px; */
    height: 40px;
}

.login,
.register {
    border: none;
    background-color: white;
}

/* logim modal  */
.modal {
    padding-right: 0 !important;
}

.modal-header {
    border: none;
}

.modal-dialog {
    max-width: 356px;
    margin: 10px auto;
}

.modal-body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0;

}

.google {
    width: 272px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #2C2C2C;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.google span {
    font-family: "Inter", "sans-serif";
    font-size: 17.58px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.09000000357627869px;
    text-align: center;
    padding-left: 5px;
}

.modal-body form input {
    width: 272px;
    height: 53px;
    border-radius: 6px;
    background-color: #00000014;
    margin: auto;
    border: none;
}

.modal-body form input::placeholder {
    font-family: "Inter", "sans-serif";
    font-size: 11px;
    font-weight: 400;
    line-height: 13.75px;
    letter-spacing: 0.550000011920929px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.login-btn,
.register-btn {
    width: 272px;
    height: 48px;
    border: none;
    border-radius: 8px;
    background-color: #000000;
    color: white;
    font-family: "Inter", "sans-serif";
    font-size: 17.02px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.09000000357627869px;
    text-align: center;
    margin: auto;
}

.modal-body a:nth-of-type(1) {
    font-family: "Inter", "sans-serif";
    font-size: 11.44px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.14000000059604645px;
    text-align: center;
    color: #007BE5;
    text-decoration: underline;
    display: block;
}

.modal-body a:nth-of-type(2) {
    font-family: "Inter", "sans-serif";
    font-size: 11.44px;
    font-weight: 300;
    color: #007BE5;
    text-decoration: underline;
}

.modal-body .no-account p {
    font-family: "Inter", "sans-serif";
    font-size: 11.63px;
    font-weight: 300;
    padding-top: 2px;
}

@media (max-width:1200px) {
    .nav-item {
        margin: 0px;
    }

    .navbar-collapse .form-inline .form-control {
        width: 50% !important;
    }
}

@media (max-width:576px) {
    .navbar-brand img {
        width: 180px;
        height: 50px;
    }

    .navbar-collapse .form-inline .form-control {
        width: 100% !important;
    }
}

/* End navbar  */

/* start hero section  */
.hero-section {
    background: linear-gradient(to right, #29445b10, #29445b2c), url(../images/homepage/hero-section.jpg);
    height: 540px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.navbar-collapse .fa-sistrix {
    left: 10px;
    top: 12px;
}

.hero-caption .fa-sistrix {
    left: 10px;
    top: 16px;
}

.hero-section .hero-caption {
    margin-left: -30px;
}

.hero-section .hero-caption h1 {
    font-size: 64px;
    font-weight: 800;
}

.hero-section .hero-caption .title {
    display: none;
}

.hero-section .hero-caption input:focus {
    outline: 2px solid var(--main-color);
}

.hero-section .hero-caption input {
    width: 576px;
    height: 48px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.hero-section .hero-caption button:hover {
    background-color: white;
    color: var(--main-color);
}

.hero-section .hero-caption button {
    transition: var(--transition);
    width: 120.69px;
    height: 48px;
    border-radius: 4px;
    border: none;
    background-color: var(--main-color);
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

@media (max-width:992px) {
    .hero-section form button {
        width: fit-content;
    }

    .hero-section {
        height: 250px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-section .hero-caption h1 {
        display: none;
    }

    .hero-section .hero-caption .title {
        display: block;
        font-size: 30px;
        font-weight: 600;
    }

    .hero-section .hero-caption input {
        width: 56% !important;
    }

    .hero-section .hero-caption button {
        width: 20%;
        font-size: 12px;
    }

    .hero-section .hero-caption {
        margin-left: 0;
    }

    .hero-caption .fa-arrow-right {
        font-size: 12px;
    }
}

/* End hero section  */

/* start tour section  */
.tour-caption .title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tour-caption .title h2 {
    font-size: 30px;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    color: var(--main-color);
}

.tour-caption .title a {
    font-weight: 400;
    color: #29445B;
    font-family: "Merriweather Sans", sans-serif;

}

.tour-caption .title p {
    font-family: "Merriweather Sans", sans-serif;
    width: 970px;
    margin: auto;
    line-height: 23.6px;
    font-weight: 300;
    color: #5B6A6A;
    margin-top: 20px;
    margin-bottom: 20px;
}

.all-tours {
    background: linear-gradient(to right, #29445b10, #29445b2c), url(../images/homepage/all-tours-bg.png);
    height: 590px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
}

.all-tours .all-tours-caption {
    padding-left: 5%;
}

.all-tours .all-tours-caption h4 {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    width: 387.09px;
}

.all-tours .all-tours-caption button {
    width: 245.46px;
    height: 48px;
    border-radius: 16px;
    border: none;
    background-color: var(--main-color);
    font-weight: 700;
    color: white;
    font-family: "Inter", sans-serif;
    transition: var(--transition);
}

.all-tours .all-tours-caption button:hover {
    background-color: white;
    color: var(--main-color) !important;
}

.all-tours .all-tours-caption p {
    font-weight: 700;
    font-size: 13.13px;
    color: #000000;
    font-family: "Inter", sans-serif;
    width: 385.45px;
    /* height: 73.5px; */
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trips-card {
    position: relative;
    overflow: hidden;
}

.trips-card img {
    width: 100%;
}

.trips-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.trips-card:hover::before {
    opacity: 1;
}

.trips-card .py-3 {
    position: relative;
    z-index: 2;
}

.trips-card img {
    transition: all .5s ease-out;
}

.trips-card:hover img {
    transform: scale(1.1);
}

.trips-card p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #504E61;
}

.trips-card .card-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #504E61;
}

.trips-card .trips-card-btn-box button {
    border: 1px solid #29445B;
    border-radius: 10px;
    width: 120.16px;
    height: 35.83px;
    font-size: 11.25px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #29445B;
    text-align: center;
    background-color: white;
}

.trips-card .trips-card-btn-box div span {
    font-size: 11px;
    font-weight: 400;
    color: #504E61;
}

.trips-card .trips-card-btn-box div .number {
    font-size: 21px;
    font-weight: 700;
    color: #414042;
    padding-top: 0;
}

.trips-card h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #414042;
}

.trips-card {
    border-radius: 16px;
}

.tour-items-card {
    transition: all .5s ease;
    height: 550px;
}

.tour-items-card:hover {
    transform: translateY(10px);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.164);
}

.tour-items {
    padding: 20px;
}

.bg-image {
    position: relative;
}

.image-overlay {
    position: relative;
}

.tour-items-card:hover .image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.164), rgba(0, 0, 0, 0.582));
    z-index: 1;
    border-radius: 5px;
}

.image-overlay img {
    position: relative;
    z-index: 0;
    border-radius: 5px;
}

.position-absolute {
    z-index: 2;
}

.tour-items-btn {
    border: 1px solid var(--main-color);
    border-radius: 3px;
    width: 222.18px;
    height: 43.33px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #29445B;
    background-color: white;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    transition: all .3s ease;
}

.tour-items-btn:hover {
    background-color: var(--main-color);
    color: white;
}

@media(max-width:1200px) {
    .tour-caption .title p {
        width: 100%;
    }

    .all-tours {
        height: auto;
        padding-top: 50px;
    }

    .all-tours .all-tours-caption p,
    .all-tours .all-tours-caption h4 {
        width: 100%;
    }
}

@media(max-width:768px) {
    .all-tours {
        background: none;
        padding-top: 0;
    }

    .tour-items {
        padding: 0;
    }

    .all-tours .all-tours-caption {
        padding: 0 12px;
    }
}

/* End tour section  */

/* start faqs  */
.faqs {
    padding-top: 7%;
}

.faqs h4 {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 20.54px;
    color: #29445B;
}

.faqs h6 {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: 15.7px;
    color: #5B6A6A;
}

.faqs h6 span {
    color: #29445B;
}

.faqs hr {
    margin: 10px;
    background-color: #969494;
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #29445B;
}

.accordion-button:not(.collapsed):after {
    transform: rotate(0);
    background-image: url(../images/arrow-down.png);
}

.accordion-button {
    color: #29445B;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 14.7px;
    box-shadow: none;
    font-family: 400;
    font-family: "Merriweather Sans", sans-serif;

}

.accordion-content {
    max-height: 0;
    padding: 0 10px;
    background-color: #f1f1f19c;
    transition: all .3s linear;
    font-size: 13.7px;
    overflow: auto;
}

.accordion-item.active .accordion-content {
    max-height: 100%;
    padding: 10px;
}

.browse-faqs h2 {
    font-weight: 900;
    font-size: 20.54px;
    color: #29445B;
    font-family: "Inter", sans-serif;

}

.browse-faqs .box {
    border: 1px solid #5B6A6A;
    border-radius: 5px;
    width: 289px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: var(--transition);
}

.browse-faqs .box:hover {
    background-color: rgba(128, 128, 128, 0.075);
}

.browse-faqs p {
    font-size: 14.7px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    color: #29445B;
    text-align: center;
    margin-bottom: 0;
}

@media(max-width:1200px) {
    .faqs h6 {
        font-size: 12px;
    }

    .browse-faqs .box {
        width: 100%;
    }
}

/* End faqs  */


/* start about-section */
.about-section {
    padding-top: 3%;
}

.about-section h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 15px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-shadow: 0px 4px 4px #0000002f;
    margin-bottom: 20px;
    transition: var(--transition);
}

.about-section h2:hover {
    text-shadow: 0px 4px 4px #0000008c;
}

.about-section img {
    height: 595px;
}

.about-section .about-caption p {
    font-weight: 400;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

.about-section .about-caption span {
    font-weight: 300;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 23.44px;
    color: #000000;
}

@media(max-width:576px) {
    .about-section img {
        height: auto;
    }
}

/* end about-section */

/* start contact us */
.contact-us {
    padding-top: 6%;
    padding-left: 5%;
}

.contact-us .contact-caption p {
    font-weight: 300;
    font-size: 12.7px;
    color: #ABB2B2;
    font-family: "Merriweather Sans", sans-serif;
}

.contact-us .contact-caption .help-you {
    width: 707.47px;
}

.contact-us .contact-caption span {
    font-weight: 300;
    font-size: 15.7px;
    color: #5B6A6A;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 23.6px;
}

.contact-us .contact-caption form {
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 720px;
}

.contact-us .contact-caption form select {
    width: 670px;
}

.contact-us .contact-caption form input[type="text"] {
    width: 322px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #B0BABA;
}

.contact-us .contact-caption form label {
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12.7px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #5B6A6A;
}

.contact-us .contact-caption form input::placeholder {
    padding: 5px;
}

.contact-us .contact-caption form .full-details {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #5B6A6A;
}

.contact-us .contact-caption form .form-submit {
    width: 196.66px;
    height: 43.33px;
    border-radius: 3px;
    color: white;
    background-color: #29445B;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.75px;
    text-align: center;
    line-height: 17px;
    font-family: "Merriweather Sans", sans-serif;
    border: none;
    transition: var(--transition);
}

.contact-us .contact-caption form .form-submit:hover {
    background-color: white !important;
    color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
}

.contact-us .contact-caption form .payment-options button:nth-of-type(1),
.contact-us .contact-caption form .payment-options a:nth-of-type(1) {
    background-color: white;
    border-radius: 10px;
    width: 162px;
    height: 70px;
    margin: 5px;
}

.contact-us .contact-caption form .payment-options button:nth-of-type(1).active,
.contact-us .contact-caption form .payment-options a:nth-of-type(1).active {
    border: 2px solid #C57E43;
}

.contact-us .contact-caption form .payment-options button:nth-of-type(2) .contact-us .contact-caption form .payment-options a:nth-of-type(2) {
    background-color: white;
    border-radius: 10px;
    width: 154px;
    height: 70px;
    border: none;
    margin: 5px;
}

.contact-us .contact-caption form .full-details span {
    color: #29445B;
    font-size: 12px;
}

.contact-us .booking {
    width: 380px;
    border-radius: 5px;
    margin-top: 15%;
}

.contact-us .booking h4 {
    font-size: 20.7px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 24.8px;
    color: #5B6A6A;
}

.contact-us .booking p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 24px;
    color: #5B6A6A;
}

.contact-us .booking p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 16px;
    color: #000000DB;
}

.contact-us .booking p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 21px;
    color: #5B6A6A;
}

.contact-us .booking p:nth-of-type(4) {
    font-size: 14px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 21px;
    color: #29445B;
}

.contact-us .booking p:nth-of-type(5) {
    font-size: 14px;
    font-weight: 400;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 21px;
    color: #5B6A6A;
}

.contact-us .contact-caption input:focus {
    outline: 1px solid var(--main-color);
}

.contact-us .contact-caption form .payment-options img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:1200px) {

    .contact-us .contact-caption form input[type="text"],
    .contact-us .contact-caption form select,
    .contact-us .contact-caption form,
    .contact-us .booking,
    .contact-us .contact-caption .help-you {
        width: 100%;
    }

    .contact-us {
        padding-left: 0;
    }

    .contact-us .booking {
        margin-top: 0;
    }
}

@media(max-width:992px) {
    .empty-div {
        display: none;
    }

    .contact-us .contact-caption form .payment-options button:nth-of-type(1),
    .contact-us .contact-caption form .payment-options a:nth-of-type(1) {
        width: 120px;
        height: 50px;
    }

    .contact-us .contact-caption form .payment-options button:nth-of-type(2),
    .contact-us .contact-caption form .payment-options a:nth-of-type(2) {
        width: 120px;
        height: 50px;
    }
}

/* End contact us */

/* start blogs  */
.blogs {
    padding-top: 7%;
    padding-left: 2%;
}

.blogs .blogs-caption h2 {
    font-weight: 500;
    font-size: 32px;
    font-family: "Inter", sans-serif;
    line-height: 38.4px;
    text-align: center;
    margin: auto;
    color: #222222;
}

.blogs .blogs-caption span {
    font-weight: 400;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    line-height: 11px;
    letter-spacing: 1px;
    color: #212529;
    text-transform: uppercase;
    text-align: center;
}

.blogs .blogs-caption .other-box {
    width: 72.71px;
    height: 24.33px;
    border-radius: 16px;
    border: 1px solid #0000001F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs .blogs-caption p {
    font-weight: 400;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    line-height: 19.5px;
    color: #212529;
}

.blogs .blogs-caption button {
    font-weight: 500;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    line-height: 11px;
    letter-spacing: 1px;
    text-align: center;
    color: #212529;
    width: 118.97px;
    height: 41px;
    border: 2px solid #212529;
    border-radius: 2px;
    background-color: white;
    text-transform: uppercase;
    transition: var(--transition);
}

.blogs .blogs-caption button:hover {
    background-color: var(--main-color);
    color: white;
    /* transform: scale(1.1); */
}

.trending-box {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.trending-box:hover {
    background-color: rgba(128, 128, 128, 0.055);
    border: 1px solid var(--main-color);
}

.blogs .trending h6 {
    font-weight: 400;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    line-height: 14.3px;
    letter-spacing: 2px;
    text-align: center;
    color: #212529;
    position: relative;
    margin-bottom: 50px;
}

.blogs .trending h6::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 4px;
    color: #212529;
    background-color: #212529;
    bottom: -20px;
    left: 43%;
}

.blogs .trending p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    color: #212529;
    margin-bottom: 0;
}

.blogs .trending span {
    font-weight: 400;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    line-height: 16.5px;
    letter-spacing: 0.77px;
    color: #212529;
    opacity: 0.6;
}

@media(max-width:576px) {
    .blogs .blogs-caption h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .blogs {
        padding-left: 0;
    }
}

/* End blogs  */

/* start packages-details  */
.package-details .breadcrumb-box {
    padding-left: 3%;
    margin-top: 25px;
    margin-bottom: 35px;
}

.package-details .breadcrumb-item a {
    color: #0000008C;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}

.package-details .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0000008C;
    margin: 0 5px;
}

.package-details h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #000000DB;
}

.package-details .details-caption {
    background-color: #FFF6EE;
    padding: 20px;
}

.package-details .details-caption p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000DB;
}

.package-details .details-caption span:nth-of-type(1) {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000DB;
}

.package-details .details-caption span:nth-of-type(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000DB;
}

.package-details .details-nav {
    padding-left: 8%;
    padding-right: 8%;
    background-color: #FFE8D4;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
}

.package-details .details-nav a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    color: #222222;
    transition: color 0.3s;
    margin: 6px;
    text-decoration: none;

}

.package-details .details-nav a.active {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    color: #29445B;
}

#overview,
#itinerary,
#inclusions,
#dates-and-availability,
#important-notes,
#essential-trip-information,
#reviews {
    scroll-margin-top: 80px;
}

.package-details .overview,
.package-details .itinerary,
.package-details .dates-and-availability,
.package-details .inclusions {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.package-details .overview h2,
.package-details .itinerary h2,
.package-details .inclusions h2,
.package-details .dates-and-availability h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #000000DB;
    text-align: start;
}

.package-details .overview p {
    font-weight: 400;
    line-height: 24px;
    color: #000000DB;
    font-size: 16px;
}

.package-details .itinerary .accordion .accordion-button {
    color: #000000DB;
    font-weight: 700;
}


.package-details .itinerary .accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000000DB;
}

.package-details .itinerary .accordion-content {
    background-color: white;
    overflow: hidden;
}

.package-details .itinerary .accordion-details p {
    font-weight: 700;
    line-height: 24px;
    color: #000000DB;
    font-size: 16px;
}


.itinerary .accordion-item.active .accordion-button {
    background-color: #DEDEDE;
    padding: 25px;
    border-radius: 0;
}


.itinerary .accordion-item {
    padding: 0;
    border: none;
    border-top: 0.67px solid #BEBEBE;
    border-radius: 0;
}

.inclusions .inclusions-box p {
    font-weight: 600;
    line-height: 24px;
    color: #000000DB;
    font-size: 16px;
}

.inclusions .inclusions-box span {
    font-weight: 400;
    line-height: 24px;
    color: #000000DB;
    font-size: 16px;
}

.inclusions .inclusions-box .activities-p {
    width: 382.72px;
    font-weight: 400;
    color: #000000DB;
}

.inclusions .inclusions-box {
    background-color: #FFF6EE;
    padding: 10px;
    border-radius: 4px;
}

.dates-and-availability .dates button:hover {
    background-color: #EFEFEF;
}

.dates-and-availability .dates button {
    width: 74px;
    height: 41.33px;
    border-radius: 4px;
    border: 1px solid #29445B;
    background-color: white;
    color: #29445B;
    font-weight: 500;
    transition: var(--transition);
}

.dates-and-availability .months button:hover {
    border: 1px solid #585757;

}

.dates-and-availability .months button {
    width: auto;
    height: 41.33px;
    padding-inline: 5px;
    border-radius: 4px;
    border: 1px solid #BEBEBE;
    background-color: #EFEFEF;
    color: #0000008C;
    margin-bottom: 5px;
}

.dates-and-availability .dates button:nth-of-type(1),
.dates-and-availability .months button.active {
    width: auto;
    padding-inline: 5px;
    height: 41.33px;
    border-radius: 4px;
    border: 1px solid #29445B;
    background-color: #29445B;
    color: #fff;
    font-weight: 500;
}

.dates-and-availability .months button.next {
    border: 1px solid #222222;
    color: #222222;
    font-weight: 500;
    background-color: white;
}

.dates-and-availability .months button.next:hover {
    /* background-color: rgb(207, 204, 204); */
    border: 2px solid #222222;

}

.table-available {
    color: #FFFFFF;
    border: 1px solid #00FFB2;
    background-color: #00FFB2;
    border-radius: 32px;
    width: 62.7px;
    height: 26px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-soldout {
    color: #FFFFFF;
    border: 1px solid #EB0000;
    background-color: #EB0000;
    border-radius: 32px;
    width: 62.7px;
    height: 26px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-confirm a {
    border-radius: 4px;
    border: 1px solid #29445B;
    background-color: #29445B;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.soldout-btn a {
    opacity: 0.6;
}

.dates-btn button:hover {
    background-color: rgba(128, 128, 128, 0.075);
}

.dates-btn button {
    width: 100%;
    height: 41.33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    color: #222222;
    border: 1px solid #222222;
    border-radius: 4px;
    background-color: white;
    transition: var(--transition);
}

.map-calender {
    margin-top: -100px;
}

.table-calendar {
    border-collapse: collapse;
    width: 60%;
    margin: auto;
}

.table-calendar td,
.table-calendar th {
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-weight: 400;
    font-size: 12px;
    color: #6E7781;
}

.date-picker.selected {
    background-color: #f2f2f2;
    font-weight: bold;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}

.date-picker:hover {
    background-color: #6e7781e1;
    color: white;
    cursor: pointer;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.41px;

}

.footer-container-calendar {
    display: none;
}

.calender-footer span:nth-of-type(1) {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000DB;
}

.calender-footer span:nth-of-type(2) {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000DB;
}

.calender-btn button:hover {
    background-color: var(--main-color);
    color: white;
}

.calender-btn button {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #222222;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    background-color: white;
    transition: var(--transition);
}

.calender-btn a {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    /* border: 1px solid #222222; */
    background-color: #222222;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: white;
    display: flex;
    transition: var(--transition);
}

.calender-btn button:nth-of-type(2) {
    background-color: #29445B;
    color: white;
}

.calender-btn button:nth-of-type(2):hover {
    color: #29445B;
    background-color: white;
}



.dropdown-submenu {
    position: absolute;
    top: 0;
    left: 435px !important;
    border-radius: 0;
    width: 188%;
}

.dropdown-menu {
    height: 80vh;
    left: -350px;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-item {
    width: 420px;
    text-align: center;

}

.dropdown-submenu img {
    height: 300px;
}

.dropdown-submenu h6 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    font-family: "Inter", sans-serif;
}


.dropdown-submenu h2 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0.44em;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.dropdown-submenu div p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.dropdown-submenu a {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

@media(max-width:1200px) {
    .dropdown-submenu {
        width: 100%;
    }

    .dropdown-menu {
        left: -250px;
    }

    .dropdown-submenu img {
        display: none;
    }
}

@media(max-width:992px) {
    .dropdown-menu {
        left: 0px;
        width: 20%;
    }

    .dropdown-submenu {
        width: 200%;
        left: 150px !important;
    }

    .dropdown-item {
        width: 100%;
    }

    .dropdown-submenu h2 {
        font-size: 30px;

    }

    .dropdown-submenu a {
        font-size: 12px;
    }

    .dropdown-submenu {
        text-align: start;
    }
}

@media(max-width:768px) {
    .inclusions .inclusions-box .activities-p {
        width: 100%;
    }

    .map-calender {
        margin-top: 0;
        text-align: center;
    }

    .calender-footer {
        text-align: center !important;
    }

    .package-details h2 {
        font-size: 30px;
        line-height: 40px
    }

    .package-details .breadcrumb-box {
        margin-bottom: 0;
    }

    .package-details .details-caption p {
        font-size: 20px;
    }

    .package-details .overview h2,
    .package-details .itinerary h2,
    .package-details .inclusions h2,
    .package-details .dates-and-availability h2 {
        font-size: 25px;
    }

    .package-details .overview,
    .package-details .itinerary,
    .package-details .dates-and-availability,
    .package-details .inclusions {
        padding-bottom: 0;
        padding-top: 0;
    }

    .calender-footer span:nth-of-type(2) {
        font-size: 25px;
    }

    .table-confirm a {
        width: 100%;
    }

    .package-details .details-nav a {
        font-size: 12px;
    }

    .package-details .details-nav {
        padding: 5px;
    }

    .dropdown-submenu {
        width: 120%;
    }

    .dropdown-submenu h2 {
        font-size: 20px;
    }

    .dropdown-submenu h6 {
        font-size: 16px;
    }

    .dropdown-submenu a {
        font-size: 10px;
    }

    .dropdown-menu {
        box-shadow: 1px 1px 7px #00000017;
        height: 75vh;
    }

}

@media(max-width:370px) {
    .dropdown-submenu {
        width: 90%;
    }

    .fa-arrow-right-long {
        display: block;
    }
}

/* end packages-details  */

/* Start special section  */
.special {
    background-color: #F6F6FA;
    padding-top: 5%;
    padding-bottom: 5%;
}

.special .title h6 {
    color: #4C4F56;
}

.special .title p {
    width: 60%;
}

.special .title a {
    color: #513394;
    font-weight: 600;
}

.special .details img {
    width: 50px;
}

.special .details .card {
    height: 100%;
}

.special .details .card p {
    line-height: 1.7;
}

.special-card {
    transition: all 0.3s ease;
    overflow: hidden;
}

.special-card:hover {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.274);
}

.special-card img {
    transition: transform 0.3s ease;
}

.special-card:hover img {
    transform: rotate(360deg);
}


@media(max-width:768px) {
    .special .title p {
        width: 100%;
    }
}

/* End special section  */

/* Start package section  */
.hero-package {
    background-color: #F6F6FA;
}

.hero-package button {
    width: 25%;
    transition: var(--transition);
}

.hero-package button:hover {
    background-color: white !important;
    color: var(--main-color) !important;
}

.fa-star {
    color: #F1CF6A;
}

.details-caption .fa-star,
.fa-star-half-stroke {
    color: #FFBD40;
}

.package-items .card .fa-heart {
    top: 7px;
    right: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.package-items .card .bg-image h6 {
    bottom: 7px;
    left: 20px;
}

@media(max-width:768px) {
    .hero-package button {
        width: 50%;
    }
}

/* End package section  */

/* start my bookings  */
.my-booking-img img {
    width: 332px;
    height: 302px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.my-bookings .booking-details h4 {
    font-family: "Inter", sans-serif;
    font-size: 23.26px;
    font-weight: 900;
    color: #5B6A6A;
}

.my-bookings .booking-details span:nth-of-type(1),
.my-bookings .booking-details span:nth-of-type(3) {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #5B6A6A;
}

.my-bookings .booking-details span:nth-of-type(2) {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #5B6A6A;
}

.my-bookings .booking-details p:nth-of-type(1) {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #5B6A6A;
}

.my-bookings .booking-details p:nth-of-type(2) {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    width: 313px;
    color: #5B6A6A;
}

.my-bookings .booking-details .booking-btns button {
    width: 122px;
    height: 43px;
    border-radius: 3px;
    background-color: #29445B;
    color: #FFFFFF;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.75px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    margin-right: 5px;
}

.my-bookings .booking-details .booking-btns button:nth-of-type(2) {
    background-color: #C57E43;
}

.my-bookings .booking-details .booking-btns button:nth-of-type(3) {
    background-color: #E81212;
}

.more-package-btn a {
    height: 43.33px;
    width: 222.18px;
    border-radius: 3px;
    border: 1px solid #29445B;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.75px;
    text-align: center;
    color: #29445B;
    background-color: white;
    margin-top: 25px;
    text-transform: uppercase;
    padding-top: 12px;
    text-decoration: none;
}

.more-package-btn a:hover {
    background-color: rgba(128, 128, 128, 0.089);
}

.more-package-sm a {
    display: none;
}

@media(max-width:1200px) {
    .my-booking-img img {
        width: 100%;
        height: 100%;
    }
}

@media(max-width:576px) {
    .my-bookings .booking-details .booking-btns button {
        width: 90px;
        font-size: 12px;
    }

    .more-package-sm a {
        display: block;
    }

    .more-package-lg a {
        display: none;
    }
}

/* End my bookings  */

/* start footer  */
footer a {
    font-size: 12px;
}

footer p {
    margin-bottom: 7px;
}

.text-reset {
    color: #000000DB !important;
}

.destination-info {
    width: 150px;
    object-fit: cover;
    border-radius: 5px;

}

.location-text {
    max-height: 200px;
    /* Adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: start;

    -webkit-box-orient: vertical;
    white-space: normal;
}

footer hr {
    margin: 5px;
}

.home-search {
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    margin: 20px;
    padding: 20px;
    color: white;
    border-radius: 5px;

}

.home-title {
    font-weight: bolder;
    color: var(--main-color);
    text-align: center;
}

.home-title:hover {
    color: #e6c9b0;
}

.home-description {
    color: var(--main-color);
    text-align: center;

}

.home-description:hover {
    color: #e6c9b0;

}

.trustpilot {

    height: 30px;
    text-align: center;
    padding-inline: 10px;
    margin: 10px;
    align-items: center;
    justify-content: center;
    /* width: ; */
}

.trustpilot label {
    border: .5px solid grey;
    /* border-radius: 5px; */
    /* padding-inline: 20px; */
    padding: 20px;
    color: #191919;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.tp-star {
    fill: #00b67a;
}

.wrapper {
    display: inline-flex;
    list-style: none;
}

.wrapper li span {
    color: var(--main-color);
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    margin: 10px;
    width: 30px;
    height: 30px;
    font-size: 15;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.wrapper .tiktok:hover,
.wrapper .tiktok:hover .tooltip,
.wrapper .tiktok:hover .tooltip::before {
    background: #000000;
    color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #7a21b6;
    color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
}

.order-now {
    background-color: var(--main-color);
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* height: 20px; */

    padding: none;
}

.order-now span {
    padding-inline: 20px;
    color: white;
    font-size: 15px;
}

.order-now button {
    color: white;
    background-color: transparent;
}




@media screen and (max-width: 767px) {
    .desktop-content {
        display: none;
    }
}


/* End  footer  */