body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-top: 0;
}

img {
    max-width: 100%;
}
/* !! */

body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}
:root {
    --color-primary: #81c5be;
}
.my-custom-container {
    width: 70% !important;
    margin: 0 auto;
}

.lmtTextColor {
    color: var(--color-primary);
}
/*Custom Filter DropDown Start */
/* Example custom CSS for Select2 */
.select2-container--default .select2-selection--single {
    height: 41px !important;
    padding: 14px;
    border-radius: 15px !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: 0px 0px 7px 2px #00000040;
}

    .select2-container--default .select2-selection--single span {
        border: 0px !important;
        /*   color: #81c5be !important;*/
        font-weight: 400;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000;
        line-height: 12px !important;
        height: 17px !important;
        text-align: center;
        outline: none;
        font-size: 14px;
       
    }

.select2-selection__clear {
    display: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.select2-dropdown .custom-dropdown {
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.select2-selection__arrow {
    display: none !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/* NAVBAR */

.custom-logo {
    width: 15% !important;
    display: flex;
    align-items: end;
    gap: 10px;
    padding-left: 10px;
}

.logo1 {
    width: 20%;
}

.logo2 {
    width: 75%;
}

.input-search {
    width: 100%;
    padding: 0px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: #757575;
    font-size: 14px;
    height: 33px;
}

.input-search::placeholder {
    color: #757575;
}

.input-search:focus {
    outline: none;
}

.position-relative {
    position: relative;
}

.searching-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #212529;
    font-size: 15px;
    cursor: pointer;
}

.searching-btn .fa-search {
    font-size: 15px;
}

.custom-search {
    border: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-bar {
    width: 70%;
}

.search-icon {
    font-size: 20px;
    color: #212529;
}

.user-img {
    width: 24px;
}

.search-bar-parent {
    width: 70% !important;
    padding-right: 2px;
}

.user-form {
    width: 15%;
    text-align: end;
    padding-right: 10px;
}

/* NAVBAR END */

/* <!-- SEARCHTOURS --> */

.card-scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.card-scroll::-webkit-scrollbar-track {
    background: #fff;
    border-radius:50px;
}

/* Handle */
.card-scroll::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius:25px;
}

/* Handle on hover */
.card-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

.map-size {
    z-index: 999;
    width: 13px;
    padding-top: 2px;
}

.loction-maps {
    top: 10px !important;
}

.form-select {
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-radius: 15px;
    background: white;
    color: #212529;
    font-size: 14px;
    box-shadow: 0px 0px 7px 2px #00000040;
    padding-left: 10px;
    height:41px;
}

.form-select:focus {
    outline: none;
    box-shadow: 0px 0px 7px 2px #00000040;
}

.search-box {
    position: relative;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
}

 .search-box img {
     position: absolute;
     top: 9px;
     left: 10%;
 }

.icon-size {
    width: 20px;
}

.tour-inputs {
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-radius: 15px;
    background: white;
    color: #212529;
    font-size: 14px;
    box-shadow: 0px 0px 7px 2px #00000040;
    text-align: center;
    padding-left: 26px;
    height: 41px;
}

.tour-inputs::placeholder {
    color: #212529;
    font-size: 12px;
}

.tour-inputs:focus {
    outline: none;
}

.custom-search-button {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 2px #00000040;
    color: var(--color-primary) !important;
    font-weight: 600;
    border: 1px solid;
    padding: 10px 0;
    width: 100%;
    height: 41px;
    font-size: 14px !important;
}

.bg-custom-orange {
    background-color: var(--color-primary);
    border-radius: 20px;
}

/* <!-- SEARCHTOURS END --> */
.p-2-5 {
    padding: 10px;
}

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

.xl-text-14px {
    font-size: 14px;
}

.text-custom-orange {
    color: var(--color-primary) !important;
    text-decoration: none;
}

.underline {
    text-decoration: none;
}

.md-normal-case {
    text-transform: none;
}

.flex {
    display: flex;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.link {
    padding: 0 5px;
}

.separator {
    padding: 0 10px;
}
.custom-margin-top {
    margin-top: 35px;
}
.custom-margin-bottom {
    margin-bottom: 35px;
}
.sort-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    background: white;
    color: #212529;
    font-size: 14px;
    box-shadow: 0px 0px 7px 2px #00000040;
}

.btn:focus-visible {
    box-shadow: 0px 0px 7px 2px #00000040 !important;
}

.sort-dropdown .left-img {
    width: 10%;
}

.sort-dropdown .right-img {
    width: 10%;
}

.sort-dropdown:focus {
    box-shadow: 0px 0px 7px 2px var(--color-primary);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 8px;
}

.dropdown-menu {
    border-radius: 15px;
    box-shadow: 0px 0px 7px 2px #00000040;
    padding: 10px;
}

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

.sort-by {
    font-weight: 700;
    color: var(--color-primary);
    font-size:15px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    user-select: none;
}

.form-check-input {
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: lightgrey;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
    color: black;
}

.dropdown-item {
    width: 100%;
    clear: both;
}

.filter-by {
    box-shadow: 0px 0px 7px 2px #00000040;
    border-radius: 20px;
    width: 90%;
}

.filter-by-title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 16px;
}

.filter-by-subtitle {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 14px;
}

.text-balaned {
    text-wrap: wrap;
}

.px-custom {
    padding: 0 1.25rem;
}

.custom-filter-button {
    background: var(--color-primary);
    border-radius: 20px;
    box-shadow: 0px 0px 7px 2px #00000040;
    color: white;
    font-weight: 700;
    border: none;
    padding: 10px 0;
    width: 90%;
    height: 35px;
    font-size: 12px;
}

.custom-filter-button:hover {
    background: var(--color-primary);
    color: white;
}

.custom-filter-button:active {
    background: var(--color-primary) !important;
    color: white !important;
}

.custom-clear-button {
    background: transparent;
    border-radius: 20px;
    color: var(--color-primary);
    font-weight: 700;
    border: none;
    padding: 10px 0;
    width: 90%;
    height: 35px;
    font-size: 12px;
}

.custom-clear-button:hover {
    background: transparent;
    color: var(--color-primary) !important;
}

.custom-clear-button:focus-visible {
    background: transparent;
    color: var(--color-primary) !important;
}

.custom-clear-button:active {
    background: transparent;
    color: var(--color-primary) !important;
}

.title-card {
    font-size: 25px;
    font-weight: 700;
    color: black;
}

.subtitle-card {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-primary);
}

.tour-cards {
    border-radius: 10px;
}

.review-text {
    font-size: 11px;
    color: #212529;
}
.review-text:hover {
    color: #212529;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
}

.card-text {
    font-size: 12px;
    font-weight: 400;
    color: #212529;
}

.body-title {
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.text-li {
    font-size: 13px;
    color: #212529;
}

.regular {
    font-size: 11px;
    color: #212529;
}

.price {
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 700;
}

.booknow-btn {
    background: var(--color-primary);
    border-radius: 20px;
    color: white !important;
    font-size: 13px;
    border: none;
    width: 50%;
    height: 30px;
    font-weight: 700;
    padding: none !important;
}

.booknow-btn:hover {
    background: var(--color-primary);
}

.start-class {
    width: 12%;
}

.footer-section {
    background-color: var(--color-primary);
    color: white;
    text-align: center;
}

.size-footer {
    font-size: 25px;
}

.size-2024 {
    font-size: 15px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

.footer-nav a {
    font-size: 13px;
    color: white;
    padding: 0 15px;
    text-decoration: none;
}

.footer-nav a:not(:last-child) {
    border-right: 1px solid white;
}

.footer-nav a:hover {
    text-decoration: underline;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  left: 10%;
  top: 10px;
  opacity: 0;
} */
.d-calender::-webkit-calendar-picker-indicator {
    width: 95%;
    padding: 12px 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    opacity: 0;
}

.price-green {
    font-size: 12px;
    color: green;
    font-weight: 700;
}

.card-body {
    display: grid;
}

.line-throu {
    text-decoration: line-through;
}

.card {
    box-shadow: 0px 0px 7px 2px #00000040;
}

.orage-star {
    color: var(--color-primary);
}

/* _____________IMAGES ____________________ */
.destination-card {
    position: relative;
    cursor:pointer;
}
    .destination-card img {
        width: 100%;
        height: 214px;
        aspect-ratio: 4 / 2.8;
        object-fit: fill;
        border-radius: 10px;
        box-shadow: 0px 0px 7px 2px #00000040;
    }
    .destination-card form {
        position: absolute;
        bottom: 14px;
        left: 14px;
    }
.customiz-btn {
    background: var(--color-primary);
    border-radius: 20px;
    color: white !important;
    font-size: 13px;
    border: none;
    font-weight: 700;
    position: absolute;
    left: 14px;
    bottom: 12px;
    min-width: 85px;
}
.customiz-btn:hover {
    background: var(--color-primary);
    color:white;
}
.customiz-btn h2 {
    padding:9px 9px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
.blogs-bullets::marker {
    color: var(--color-primary);
    font-size: 17px;
}
.unseen-img-country {
    height: 214px;
    box-shadow: 0px 0px 7px 2px #00000040;
    border-radius: 10px;
}
.select-place-btn {
    background: var(--color-primary);
    border-radius: 20px;
    color: white !important;
    font-size: 13px;
    border: none;
    font-weight: 700;
    padding: 3px 0;
}
.desti-top-ul .adjust-width-searchbox {
    width: 50% !important;
}
.continent-null{
    font-size:1.2rem;
}
/*toaster styling*/
.custom-alert-wrapper {
    transition: right 0.6s ease-in-out;
    animation: zoom-in-out 500ms linear forwards;
    position: fixed;
    z-index: 1111;
    right: 20px;
    top: 0;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.FailedAlertPopUp {
    border: 1px solid #842029;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: .5rem;
    z-index: 1000;
    margin-top: 70px;
    position: relative;
}

.alert-box {
    display: flex;
    align-items: center;
}

    .alert-box i {
        margin-right: 10px;
        font-size: 20px;
    }

.FailedAlertText {
    flex-grow: 1;
}

.alert-close-btn {
    background: transparent;
    border: none;
    color: #fff;
}

    .alert-close-btn:hover {
        color: #000;
    }

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 2;
    padding: 0.7rem 1rem;
}

.btn-close:focus {
    box-shadow: none;
}
.background-filbtn:hover {
    background: var(--color-primary);
    color: #fff !important;
}
/* subtitle-wrap-nowrap  */
.subtitle-wrap-nowrap{
    text-wrap:nowrap;
    text-wrap-mode:nowrap;
}

.card-title a:hover {
    color: var(--color-primary) !important;
}
.custom-search-box {
    display: none;
}
.search-box-hr {
    height: 5px;
    background-color: var(--color-primary);
    width: 95%;
}

.whishlist-checked {
    color: var(--color-primary);
    cursor: pointer;
}
.whishlist-unchecked {
    border-color: var(--color-primary);
    cursor: pointer;
}
:not(.btn-check) + .btn:active {
    background: var(--color-primary);
}
/* _____________MEDIA ____________________ */
@media only screen and (min-width: 1px) and (max-width: 319px) {
    .user-form {
            display: none;
        }

        .my-custom-container {
            width: 100% !important;
            padding-left: 5px;
            padding-right: 5px;
        }

        .input-search {
            font-size: 12px;
        }

        .search-bar {
            width: 98%;
        }

        .search-icon {
            font-size: 18px;
        }

        .user-img {
            width: 20px;
        }

        .tour-inputs::placeholder {
            opacity: 0;
        }

        .search-box img {
            left: 30%;
        }

        .custom-left {
            left: 8% !important;
        }

        .custom-logo {
            width: 40% !important;
        }

        .hidden {
            display: none;
        }

        .w-95 {
            width: 95%;
        }

        .flex-direction {
            flex-direction: column;
        }

        .footer-nav a {
            font-size: 10px;
        }

        .size-footer {
            font-size: 18px;
        }

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

        .custom-left-calendar {
            left: 11% !important;
        }
        .hide-bullets {
            display: none;
        }
    }

    @media only screen and (min-width: 320px) and (max-width: 425px) {
        .custom-search-box {
            display: block;
            padding:10px 13px;
        }
     
        .search-box-sapacing {
            margin-top: 0px;
        }

        .custom-search-box p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 337px;
            display: block;
        }

        .custom-search-box p span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            flex-shrink: 1;
            min-width: 0;
        }

        .custom-search-box div {
            width: 100%;
            padding: 10px;
            font-size: 14px;
            border: 2px solid var(--color-primary);
            border-radius: 15px;
            background: white;
            color: #212529;
            padding-left: 10px;
            outline: none;
        }
        .subtitle-wrap-nowrap {
            text-wrap: wrap;
            text-wrap-mode: wrap;
        }
        .publish-alert-message {
            font-size: 12px !important;
        }
        .desti-top-ul .adjust-width-searchbox {
            width: 68% !important;
        }
        .tour-inputs::placeholder {
            font-size: 14px;
        }

        .form-select {
            font-size: 14px;
        }

        .user-form {
            display: none;
        }

        .my-custom-container {
            width: 100% !important;
            padding-left: 5px;
            padding-right: 5px;
        }

        .input-search {
            font-size: 12px;
        }

        .search-bar {
            width: 98%;
        }

        .search-icon {
            font-size: 18px;
        }

        .user-img {
            width: 20px;
        }

        .tour-inputs::placeholder {
            opacity: 0;
        }

        .search-box img {
            left: 22%;
        }

        .custom-left {
            left: 8% !important;
        }

        .custom-logo {
            width: 45% !important;
        }

        .hidden {
            display: none;
        }

        .w-95 {
            width: 95%;
        }

        .flex-direction {
            flex-direction: column;
        }

        .footer-nav a {
            font-size: 10px;
        }

        .size-footer {
            font-size: 18px;
        }

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

        .custom-left-calendar {
            left: 11% !important;
        }

        .tour-inputs {
            padding-left: 26px;
        }
        .hide-bullets{
            display:none;
        }
        .read-bullets {
            display: none;
        }
    }

    @media only screen and (min-width: 426px) and (max-width: 600px) {
        .hide-bullets {
            display: none;
        }
        .subtitle-wrap-nowrap {
            text-wrap: wrap;
            text-wrap-mode: wrap;
        }
        .desti-top-ul .adjust-width-searchbox {
            width: 68% !important;
        }
        .user-form {
            display: none;
        }

        .my-custom-container {
            width: 100% !important;
            padding-left: 5px;
            padding-right: 5px;
        }

        .input-search {
            font-size: 12px;
        }

        .search-bar {
            width: 98%;
        }

        .search-icon {
            font-size: 18px;
        }

        .user-img {
            width: 20px;
        }

        .tour-inputs::placeholder {
            opacity: 0;
        }

        .search-box img {
            left: 22%;
        }

        .custom-left {
            left: 8% !important;
        }

        .hidden {
            display: none;
        }

        .w-95 {
            width: 95%;
        }

        .flex-direction {
            flex-direction: column;
        }

        
        .custom-logo {
            width: 35% !important;
        }

        .custom-left-calendar {
            left: 11% !important;
        }
        .read-bullets {
            display: none;
        }
    }

    @media only screen and (min-width: 601px) and (max-width: 768px) {
        .user-form {
            display: none;
        }

        .search-bar {
            width: 98%;
        }

        .tour-inputs::placeholder {
            opacity: 0;
        }

        .search-box img {
            left: 12%;
        }

        .custom-left {
            left: 8% !important;
        }

        .custom-left-calendar {
            left: 11% !important;
        }

        .w-95 {
            width: 95%;
        }

        .my-custom-container {
            width: 100% !important;
            padding-left: 5px;
            padding-right: 5px;
        }

        .flex-direction {
            flex-direction: column;
        }

        .hidden {
            display: none;
        }

        
        .custom-logo {
            width: 30% !important;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 992px) {
        .user-form {
            display: none;
        }

        .tour-inputs::placeholder {
            font-size: 11px;
        }

        .link {
            padding: 0 2.5px;
        }

        .separator {
            padding: 0 5px;
        }

        .text-12px {
            font-size: 12px;
            white-space: nowrap;
        }

        .hidden {
            display: none;
        }

        .w-95 {
            width: 95%;
        }

        .flex-direction {
            flex-direction: column;
        }

        .my-custom-container {
            width: 100% !important;
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media only screen and (min-width: 993px) and (max-width: 1199px) {
        .blogs-bullets{
            list-style:none;
        }
        .link {
            padding: 0 2.5px;
        }

        .separator {
            padding: 0 5px;
        }

        .text-12px {
            font-size: 10px;
            white-space: nowrap;
        }

        .w-95 {
            width: 95%;
        }

        .my-custom-container {
            width: 90% !important;
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .blogs-bullets{
            list-style:none;
        }
        .link {
            padding: 0 2.5px;
        }

        .separator {
            padding: 0 5px;
        }

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

    @media only screen and (min-width: 1301px) and (max-width: 2660px) {
        .blogs-bullets{
            list-style:none;
        } 
    }

@media only screen and (min-width: 601px) and (max-width: 2660px) {
    .tips-bullets {
        display: none;
    }
}
