﻿body {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --color-primary: #81c5be;
}

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

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("../image/homepage/calendar3.svg") no-repeat left center; /* Align background image to the left */
    cursor: pointer;
    background: transparent;
    color: transparent;
    cursor: pointer;
    height: 44px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

.banner {
    background-image: url(/image/Logos/GBN-Background-real1.jpeg);
    background-size: cover;
    background-position: initial;
    background-repeat: no-repeat;
    height: fit-content;
}

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

.my-custom-container {
    width: 70% !important;
    margin: 0 auto;
}

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

.logo1 {
    width: 20%;
}

.logo2 {
    width: 80%;
}

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

    .input-search::placeholder {
        color: rgba(255, 255, 255, 0.75);
    }

    .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: rgba(255, 255, 255, 0.75);
    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;
}

.user-img {
    width: 24px;
}
/* __________________________ NAVBAR __________ */

.cloude-one {
    background-color: #e4e4e4;
    border-radius: 1000px;
    padding: 22px 60px;
    font-size: 24px;
    color: black;
    font-weight: 400;
    box-shadow: 0px 0px 7px 2px #00000040;
}
.home-main-text-1 {
    font-size: 65px;
    color: white;
    font-weight: 800;
    line-height: 1;
}

.home-main-text-2 {
    color: white;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 0.9px;
}
.best-deals-heading {
    font-size: 2.5rem;
}
.tails-one {
    width: 6%;
    position: absolute;
    bottom: -15%;
    left: 8%;
    aspect-ratio: 1/1;
}

.tails-two {
    width: 6%;
    position: absolute;
    bottom: -24%;
    right: 8%;
    aspect-ratio: 1/1;
}

.custom-position {
    margin-top: 70px;
}

.custom-position-second {
    margin-top: 40px;
}

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

.cloud-two-color {
    background-color: #ffffff;
}

.input-parent {
    background-color: white;
    box-shadow: 0px 0px 7px 2px #00000040;
    padding: 50px;
    border-radius: 20px;
}

.position-icon {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    color: grey;
    font-size: 30px;
    z-index: 50;
}

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

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

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

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

.icon-size {
    width: 20px;
}

.select2-container .select2-selection--single {
    width: 100%;
    padding: 10px 20px 0 0;
    border: none;
    border-radius: 15px;
    background: transparent;
    color: var(--color-primary);
    font-size: 16px;
    box-shadow: 0px 0px 7px 2px #00000040;
    height: 44px;
    outline: none;
}

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

:root {
    overflow-x: hidden;
}
 
.select2-selection__placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-primary) !important;
    font-family: "Poppins", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    color: var(--color-primary);
    padding-right: 0px !important;
    padding-left: 20px !important;
}

.form-select {
    width: 100%;
    padding: 12px 0 11px 0;
    border: none;
    border-radius: 15px;
    background: transparent;
    color: var(--color-primary);
    font-size: 16px;
    box-shadow: 0px 0px 7px 2px #00000040;
}


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

.tour-inputs {
    width: 100%;
    padding: 10px 6px 10px 22px;
    border: none;
    border-radius: 15px;
    background: transparent;
    color: var(--color-primary);
    font-size: 16px;
    box-shadow: 0px 0px 7px 2px #00000040;
    text-align: center;
    /*  padding-left: 50px;*/
}

    .tour-inputs::placeholder {
        color: var(--color-primary);
        font-size: 16px;
    }

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

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

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

.secure {
    color: var(--color-primary);
}

.payment-desc {
    font-size: 13px;
    color: #22282b;
    text-align: center;
}

.objet-contain {
    object-fit: contain;
    aspect-ratio: 1/1;
}

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

.search-explore {
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
}

.custom-explore-img {
    z-index: 999;
    width: 17px;
    position: absolute;
    top: 11px !important;
    left: 8%;
}

.custom-explore {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    /*    padding-left: 25px !important;*/
    font-weight: 600;
    /* white-space: nowrap; */
}

.links-places {
    font-size: 17px;
    font-weight: 600;
}

.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;
        margin-block: 2px;
    }

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

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

.text-justify {
    text-align: justify;
}

.select2-selection__arrow,
.select2-selection__clear {
    display: none;
}

.doubleCalander {
    margin-top: 5px;
}
/* _____________DROPDOWNS ____________________ */
.dropdown-show {
    height: auto;
    max-height: 197px;
    overflow-y: auto;
}

    .dropdown-show .dropdown-item:hover {
        color: #fff;
        background-color: #5897fb;
    }

#LanguagesForTranslation select {
    cursor: pointer;
    width: 100%;
    max-width: 85%;
    padding: 0px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: white;
    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;
    }

option {
    cursor: pointer;
}

#LanguagesForTranslation select::selected {
    color: #000;
}

#LanguagesForTranslation select:focus {
    outline: none;
}

.explore-world-img {
    height: 150px;
    width: 100%;
}

.explore-world-col {
    padding-bottom: 33px;
}

.explore-world-dropdown-btn {
    color: var(--color-primary);
    box-shadow: 0px 0px 7px 2px #00000040;
    border-radius: 12px;
    position: absolute;
    top: 140px;
}

.custom-explore-heading {
    font-size: 12px;
}

.unseen-img-indexpage {
    height: 150px;
    box-shadow: 0px 0px 7px 2px #00000040;
    border-radius: 16px 16px 0px 0px;
}

.adjust-width-searchbox {
    width: 50%;
}
/*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;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}
input::placeholder {
    color: var(--color-primary);
}

#DateRange {
    cursor: pointer;
}

/* _____________MEDIA ____________________ */
@media only screen and (min-width: 1px) and (max-width: 319px) {
    .custom-logo {
        width: 45% !important;
    }

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

    .search-icon {
        font-size: 25px;
        padding: 5px;
    }

    .user-form {
        display: none;
    }

    .search-bar {
        width: 100%;
    }

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

    .cloude-one {
        font-size: 10px;
        padding: 15px 10px;
    }

    .cloude-two {
        font-size: 10px;
        padding: 15px 10px;
    }

    .tails-one {
        bottom: -16%;
        left: 7%;
    }

    .tails-two {
        bottom: -16%;
        right: 7%;
    }

    .input-parent {
        padding: 40px 10px;
    }

    .custom-search-button {
        width: 100%;
    }

    .banner {
        background-image: linear-gradient( 94.31deg, rgba(0, 0, 0, 0.469463) 8.05%, rgba(250, 105, 0, 0.7) 135.78% ), url("image/homepage/mob-banner.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer-nav {
        justify-content: center;
        padding: 20px 0;
    }

        .footer-nav a {
            font-size: 12px;
            padding: 0 12px;
        }

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

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

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

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

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .home-main-text-1 {
        font-size: 35px;
    }

    .home-main-text-2 {
        font-size: 13px;
        letter-spacing: 0.2px;
    }
    .publish-alert-message {
        font-size: 12px !important;
    }

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

    .adjust-width-searchbox {
        width: 68%;
    }

    .best-deals-heading {
        font-size: 1rem;
    }

    .custom-position-second {
        margin-top: 20px !important;
    }

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

    .col-spaceing {
        margin: 0px 10px;
    }

    .tour-inputs {
        padding: 10px 6px 10px 8px;
    }

    .doubleCalander {
        margin-top: 5px;
    }

    .mail-dot {
        display: none;
    }

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

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

    .search-icon {
        font-size: 25px;
        padding: 5px;
    }

    .user-form {
        display: none;
    }

    .search-bar {
        width: 100%;
    }

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

    .cloude-one {
        font-size: 14px;
        padding: 15px 10px;
    }

    .cloude-two {
        font-size: 14px;
        padding: 15px 10px;
    }

    .tails-one {
        bottom: -16%;
        left: 7%;
    }

    .tails-two {
        bottom: -16%;
        right: 7%;
    }

    .input-parent {
        padding: 40px 10px;
    }

        .input-parent p {
            font-size: 17px;
            font-weight: 700;
            color: #000000;
            text-align: center;
        }

    .my-custom-container .explore-text {
        font-size: 17px;
        font-weight: 600;
        color: #000000;
        text-align: center;
        margin-bottom: 0;
    }

    .custom-search-button {
        width: 100%;
    }

    .banner {
        background-image: url(../image/Logos/GBN-Background-real2.jpeg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer-nav {
        justify-content: center;
        padding: 20px 0;
    }

        .footer-nav a {
            font-size: 12px;
            padding: 0 12px;
        }

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

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

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

    .user-img {
        width: 20px;
    }

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

    .custom-search-button {
        font-size: 16px;
    }

    .links-places {
        font-size: 14px;
    }

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

    .mobile-links-img {
        width: 4%;
    }

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


    .custom-position {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
    .home-main-text-1 {
        font-size: 42px;
    }

    .home-main-text-2 {
        font-size: 14px;
    }
    .adjust-width-searchbox {
        width: 68%;
    }
    .mobile-links-img {
        width: 4%;
    }
    .lang-input-width {
        width: 30px;
    }

    .best-deals-heading {
        font-size: 1rem;
    }

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

    .col-spaceing {
        margin: 0px 24px;
    }

    .mail-dot {
        display: none;
    }

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

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

    .search-icon {
        font-size: 25px;
        padding: 5px;
    }

    .user-form {
        display: none;
    }

    .search-bar {
        width: 100%;
    }

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

    .cloude-one {
        font-size: 18px;
        padding: 18px 15px;
    }

    .cloude-two {
        font-size: 18px;
        padding: 18px 15px;
    }

    .tails-one {
        bottom: -16%;
        left: 7%;
    }

    .tails-two {
        bottom: -16%;
        right: 7%;
    }

    .input-parent {
        padding: 40px 10px;
    }

        .input-parent p {
            font-size: 17px;
            font-weight: 700;
            color: #000000;
            text-align: center;
        }

    .my-custom-container .explore-text {
        font-size: 17px;
        font-weight: 600;
        color: #000000;
        text-align: center;
        margin-bottom: 0px;
    }

    .custom-search-button {
        width: 100%;
    }

    .banner {
        background-image: linear-gradient( 94.31deg, rgba(0, 0, 0, 0.469463) 8.05%, rgba(250, 105, 0, 0.7) 135.78% ), url("../image/homepage/mob-banner.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer-nav {
        justify-content: center;
        padding: 20px 0;
    }

        .footer-nav a {
            font-size: 12px;
            padding: 0 12px;
        }

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

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

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

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

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

    .background-baner {
        padding: 0px 18px;
    }

        .background-baner .container {
            box-shadow: 0px 0px 7px 2px #00000040;
            padding: 10px 10px;
            border-radius: 20px;
        }
}


@media only screen and (min-width: 601px) and (max-width: 768px) {
    .home-main-text-1 {
        font-size: 42px;
    }

    .home-main-text-2 {
        font-size: 14px;
    }
    .mail-dot {
        display: none;
    }

    .tails-two {
        bottom: -8%;
        right: 14%;
    }

    .user-form {
        display: none;
    }

    .search-bar {
        width: 100%;
    }

    .custom-search-button {
        width: 100%;
    }

    .cloude-one {
        font-size: 18px;
        padding: 22px 15px;
    }

    .cloude-two {
        font-size: 18px;
        padding: 22px 15px;
    }

    .tails-one {
        bottom: -15%;
        left: 7%;
    }

    .tails-two {
        bottom: -15%;
        right: 7%;
    }

    .input-parent p {
        font-size: 20px;
        white-space: nowrap;
    }

    .my-custom-container .explore-text {
        font-size: 20px;
        white-space: nowrap;
        text-align: center;
    }

    .col-spaceing, .explore-text {
        margin: 0px 46px;
    }

    /* .banner {
    height: 190vh;
  } */
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .home-main-text-1 {
        font-size: 38px;
    }

    .home-main-text-2 {
        font-size: 14px;
    }
    .mail-dot {
        display: none;
    }

    .user-form {
        display: none;
    }

    .cloude-one {
        font-size: 18px;
        padding: 22px 15px;
    }

    .cloude-two {
        font-size: 18px;
        padding: 22px 15px;
    }

    .tails-one {
        bottom: -15%;
        left: 7%;
    }

    .tails-two {
        bottom: -15%;
        right: 7%;
    }

    .input-parent p {
        font-size: 27px;
    }

    .my-container-custom .explore-text {
        font-size: 27px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .home-main-text-1 {
        font-size: 60px;
    }

    .home-main-text-2 {
        font-size: 14px;
    }

    .custom-search-button {
        width: 100%;
    }

    .cloude-one {
        font-size: 21px;
        padding: 22px 50px;
    }

    .cloude-two {
        font-size: 21px;
        padding: 22px 50px;
    }

    .tails-one {
        bottom: -18%;
        left: 5%;
    }

    .tails-two {
        bottom: -18%;
        right: 5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .home-main-text-1 {
        font-size: 58px;
    }

    .home-main-text-2 {
        font-size: 15px;
    }
    .tails-one {
        bottom: -22%;
        left: 5%;
    }

    .tails-two {
        bottom: -22%;
        right: 5%;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
    .home-main-text-1 {
        font-size: 48px;
    }

    .home-main-text-2 {
        font-size: 15px;
    }

    .tails-one {
        bottom: -24%;
        left: 5%;
    }

    .tails-two {
        bottom: -24%;
        right: 5%;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 3200px) {
}
