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;
}
.banner {
    background-image: url("./image/homepage/banner.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: fit-content;
}

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

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

.tails-one {
  width: 6%;
  position: absolute;
  bottom: -15%;
  left: 8%;
  aspect-ratio: 1/1;
}

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

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

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

.input-parent {
  background-color: white;
  box-shadow: 0px 0px 7px 2px #00000040;
  padding: 50px;
  border-radius: 20px;
}
.input-parent p {
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}

.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: 7px; */
 /* top: 9px;*/
  left: 10%;
}

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

.loction-maps {
  top: 10px !important;
}
.icon-size {
  width: 20px;
}

.form-select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 20px;
    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 0px;
    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: 10px;
  box-shadow: 0px 0px 7px 2px #00000040;
  color: white !important;
  font-weight: 700;
  border: none;
  padding: 10px 0;
  width: 33%;
}



.payment {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  /* text-wrap: nowrap; */
  text-align: center;
}
.secure {
    color: var(--color-primary);
}
.payment-desc {
  font-size: 13px;
  color: #22282b;
  text-align: center;
}

.objet-contain {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.explore {
  font-size: 30px;
  font-weight: 600;
}

.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: 9px;
  left: 13%;
}

.custom-explore {
  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;
}

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

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



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

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

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


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

#DateRange2,
#DateRange3,
#DateRange4,
#productPageDateRange {
    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: 98%;
  }
  .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;
  }
  .input-parent p {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }
  .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/mobile-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;
  }
  
  .custom-position {
    margin-top: 25px;
  }
  .custom-position-second {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .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: 98%;
  }
  .input-search {
    font-size: 12px;
  }

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

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

  .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;
  }
  .custom-position-second {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
  .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: 98%;
  }
  .input-search {
    font-size: 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;
  }
  .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/mobile-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: 601px) and (max-width: 768px) {
  .tails-two {
    bottom: -8%;
    right: 14%;
  }
  .user-form {
    display: none;
  }
  .search-bar {
    width: 98%;
  }
  .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;
  }

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

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .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;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .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) {
  .tails-one {
    bottom: -22%;
    left: 5%;
  }

  .tails-two {
    bottom: -22%;
    right: 5%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1440px) {
  .tails-one {
    bottom: -24%;
    left: 5%;
  }

  .tails-two {
    bottom: -24%;
    right: 5%;
  }
}
/*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;
}

.HeartAlertPopUp {
    border: 1px solid #842029;
    box-shadow: 0 4px 8px rgba(25, 135, 84);
    border-radius: 8px;
    padding: .5rem;
    z-index: 1000;
    margin-top: 50px;
    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;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}
/* Media */
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .publish-alert-message {
        font-size: 12px !important;
    }
}
