﻿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;
}

.custom-navbarchanges {
    padding: 6px 6px 6px 11px;
    margin-right: 16px;
}

.custom-navfont {
    font-size: 13px;
}

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

.mail-dot a {
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
}

.logo1-layout {
    width: 70%;
}

.logo2-layout {
    width: 75%;
}

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

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

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

.position-relative-layout {
    position: relative;
}

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

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

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

.search-bar-layout {
    width: 70%;
}

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

.user-img-layout {
    width: 24px;
}

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

.user-form-layout {
    min-width: 2%;
    text-align: end;
    padding-right: 10px !important;
}
/*.btn-light:hover {
    background-color: #ced4da !important;
}*/
/* NAVBAR END */
/* <!-- SEARCHTOURS --> */
.map-size {
    z-index: 999;
    width: 13px;
    padding-top: 2px;
}

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

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

    .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: 16px;
    font-weight: 600;
}

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

.icon-size {
    width: 20px;
}

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

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

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

.custom-search-layout-button {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 2px #00000040;
    color: var(--color-primary) !important;
    font-weight: 700;
    border: none;
    padding: 10px 0;
    width: 100%;
    height: 41px;
    font-size: 13px !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);
    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;
}

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

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

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

.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);
}

.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;
}

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

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

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

.text-li {
    font-size: 11px;
    columns: #212529;
}

.regular {
    font-size: 10px;
    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: 28px;
    font-weight: 700;
    padding: none !important;
}

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

.start-class {
    width: 12%;
}

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

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

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

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

    .footer-nav-layout a {
        font-size: 13px;
        color: white;
        padding: 0 10px;
        text-decoration: none;
        margin-block: 2px;
    }

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

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

input[type="date"]::-webkit-calendar-picker-indicator {
    padding: 5px;
    cursor: pointer;
    position: absolute;
    left: 10%;
    top: 10px;
    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);
}

#LanguagesForTranslation select {
    cursor: pointer;
    width: 100%;
    max-width: 85%;
    padding: 0px 10px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: #757575;
    font-size: 14px;
    height: 33px;
    appearance: none; /* Hides the default arrow in some browsers */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none;
}

    #LanguagesForTranslation select option {
        color: #000;
        cursor: pointer;
    }

    #LanguagesForTranslation select:focus {
        outline: none;
    }

option {
    cursor: pointer;
}

.desti-top-ul .adjust-width-searchbox {
    width: 50% !important;
}
/* breadcrumbs css  */
#breadCrumb{
    display:block;
}
.breadcrumb-active {
    color: var(--color-primary) !important;
    font-weight: bold;
    pointer-events: none;
    text-decoration: none;
}

#breadCrumb a {
    text-decoration: none;
    display:inline !important;
}
.card-title a:hover {
    color: var(--color-primary) !important;
}
/*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;
}
/* _____________MEDIA ____________________ */

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

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

    .input-search-layout {
        font-size: 10px;
    }

    .search-bar-layout {
        width: 100%;
    }

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

    .user-img-layout {
        width: 20px;
    }

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

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

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

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

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

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

    .underline {
        text-decoration: underline;
    }

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

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

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

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

@media only screen and (min-width: 320px) and (max-width: 425px) {
    #breadCrumb a {
    font-size:14px;
    }
        .desti-top-ul .adjust-width-searchbox {
        width: 68% !important;
    }

    .lang-input-width {
        width: 30%;
    }

    .searching-btn-layout {
        right: 8px;
    }

    #LanguagesForTranslation select {
        max-width: 100%;
        padding: 0px 10px;
        font-size: 10px;
    }

    .user-form-layout {
        display: none;
    }

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

    .user-img-layout {
        width: 20px;
    }

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

    .user-form-layout {
        display: none;
    }

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

    .input-search-layout {
        font-size: 10px;
        padding: 0px 10px;
    }

    .search-bar-layout {
        width: 100%;
    }

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

    .navbar-brand-layout {
        width: 20px;
    }

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

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

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

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

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

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

    .underline {
        text-decoration: underline;
    }

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

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

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

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

    .footer-nav-layout a:nth-child(3), .footer-nav-layout a:nth-child(6) {
        border-right: none;
    }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
    #breadCrumb a {
        font-size: 14px;
    }
    .desti-top-ul .adjust-width-searchbox {
        width: 68% !important;
    }

    .lang-input-width {
        width: 30%;
    }

    #LanguagesForTranslation select {
        max-width: 100%;
        padding: 0px 10px;
        font-size: 12px;
    }

    .user-form-layout {
        display: none;
    }

    .user-img-layout {
        width: 20px;
    }

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

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

    .search-bar-layout {
        width: 100%;
    }

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

    .user-img-layout {
        width: 20px;
    }

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

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

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

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

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

    .underline {
        text-decoration: underline;
    }

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

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

@media only screen and (min-width: 601px) and (max-width: 768px) {

    .user-form-layout {
        display: none;
    }

    .search-bar-layout {
        width: 100%;
    }

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

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

    .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;
    }

    .underline {
        text-decoration: underline;
    }

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

@media only screen and (max-width: 992px) {

    /*.user-form-layout {
        width: 6% !important;
    }*/
}

@media only screen and (min-width: 769px) and (max-width: 992px) {

    .user-form-layout {
        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;
    }

    .underline {
        text-decoration: underline;
    }

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

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .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) {
    .link {
        padding: 0 2.5px;
    }

    .separator {
        padding: 0 5px;
    }

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

@media screen and (max-width: 1589px) {
    .user-form-layout {
        width: auto !important;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
}
