@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
}
body {
    /*font-family: "Montserrat", serif !important;*/
   font-family: "Inter", sans-serif!important;
}
:root {
  --title-color: #00437A;
  --cursive-font: "Dancing Script", serif;
  --primary-color: #00437A;
  --secondary-color: #FBBA00;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  color: #fff;
}
.title {
  color: var(--title-color);
}
img {
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
}
.bg_primary {
  background: var(--primary-color);
}
.bg_secondary {
  background: var(--secondary-color);
}
.text_primary {
  color: var(--primary-color);
}
.text_secondary {
  color: var(--secondary-color);
}
.head_1 {
  font-weight: 600;
  font-size: 45px;
}

/* =---------Navbar---------- */
/*.navbar{*/
/*    position: sticky !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    z-index: 50000 !important;*/
/*    background: white;*/


/*}*/
.input-icon {
  fill: var(--primary-color);
}
.top-bar {
  border-bottom: 1px solid #dfdfdf;
}
.topbar_right {
  font-size: 11px;
}
.topbar-cont {
  font-size: 14px;
  color: #000;
  transition: 0.25s ease-in-out;
    text-decoration: none !important;
}
.topbar-cont:hover {
  transition: 0.25s ease-in-out;
  color: var(--primary-color) !important;
}

.nav_links {
  color: #000 !important;
  margin-right: 10px;
  transition: 0.25s ease-in-out;
}
.nav_links:hover {
  color: var(--primary-color) !important;
  transition: 0.25s ease-in-out;
  border-bottom: 1px solid var(--primary-color);
}
.subtitle {
  font-family: var(--cursive-font);
}
.active {
  color: var(--primary-color) !important;
  transition: 0.25s ease-in-out;
  border-bottom: 1px solid var(--primary-color);
}

/* -------------ABOUT---------- */
.about-section {
  position: relative;
}
.about_bg_girl {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 28%;
}
.item_about_img {
  min-width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary-color);

  transition: all 0.4s ease-in-out;
}

.about_img_1 {
  border-radius: 100px 0px;
}
.about_img_2 {
  border-radius: 0px 0px 0px 50px;
}
.about_img_3 {
  border-radius: 50px 0px 0px 0px;
}

/* -----------------CONTACT US SECTION----------------- */
.cont_sec {
  background-image: url(../img/contact_2.jpg);
  background-size: cover;
}
.cont_sec .row {
  min-height: 50vh;
}

/* ------------------POPOVER ------------------ */
.pop-div {
  border: 1px solid #ced4da;
  padding: 6px 10px;
  border-radius: 15px;
}
.pos {
  position: absolute;
  top: 20px;
  bottom: 0px;
  width: 93%;
  height: 100%;
  /* background: turquoise; */
  padding: 16px;
  cursor: pointer;
  z-index: 1000;
}
#popoverContainer {
  display: none;
  position: absolute;
  top: 45px;
  width: 315px;
  background-color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px;
  z-index: 1;
  box-shadow: 5px 5px 5px black;
  border: 1px solid grey;
  border-radius: 5px;
}
.counter-icon {
  width: 18px;
  margin-right: 10px;
}

.counter-container {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.counter-container span:first-child {
  color: black;
  display: flex;
}
.counter-container span:last-child {
  color: black;
}

#doneButton {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.add_btn {
  background: none;
  border: none;
  color: var(--main-color);
  font-weight: 600;
}
.btn-close-popover {
  border: none;
  background: #fff;
  color: var(--main-color);
}
.popover_input {
  color: var(--main-color);
  cursor: pointer;
  /* display: none !important; */
}
#travellerCount {
  margin-right: 5px;
}
.popup {
  position: relative;
}
.btn_done {
  background-color: var(--primary-color);
  color: #fff;
  padding: 9px 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  transition: 0.5s ease;
}
.btn_done:hover {
  color: #ffffff;
  background-color: #136e85;
}
.input_travelers {
  width: 30px;
  /* padding-left: 0px; */
  border: none;
  /*color: ver(--main-color);*/
  font-size: 16px;
}
.popover-main {
  width: 245px;
  background-color: #ffffff;
  position: absolute;
  top: 80px;
  left: 7px;
  color: #000;
  z-index: 100;
  list-style: none;
  padding: 15px;
  box-shadow: 5px 3px 9px #3d3d3d61;
  border: 1px solid #8080808c;
  border-radius: 10px;
}

/* -------------HERO SECTION---------- */
.bg-mask2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000014;
}
.hero-section {
  position: relative;
  /*background-image: url(../img/hero_bg_1.jpg);*/
  min-height: 65vh;
  padding-bottom: 50px;
  /* overflow: hidden; */
  background-size: cover;
  background-position: top;
}
.hero-cont {
  position: relative;

  z-index: 10000;
}
.input_container {
  border-radius: 20px;

    position: relative;
}


.input_container input {
  padding: 10px !important;
  background: transparent;

}
.input_css{
    padding: 10px !important;
    background: transparent !important;
    border: 1px solid black !important;
    color: #ffffff !important;
}
.input_css:focus {
    background-color: transparent !important;
}
.input_css::placeholder {
    color: #000000 !important;
}
.addDestination{
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-weight: 700;

}

.input_container input:focus {
  background-color: transparent;
}
.input_container input::placeholder {
  color: #3b3b3b;
}
.btn_submit {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 60px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.5 ease;
}
.btn_submit:hover {
  background-color: #002f56;
}

.btn_footer {
  background-color: white;
  color: var(--primary-color);
    padding: 12px 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 3px;
  transition: 0.5s ease;
}
.btn_footer:hover {
  background-color: #002f56;
}
.offers_left{
    background-image: url(../img/left1.jpg);
    background-size: cover;
    padding: 30px 25px;
color: white;
    border-radius: 15px;

}

.offers_right{
    background-image: url(../img/right1.jpg);
    background-size: cover;
    padding: 30px 25px;
color: white;
    border-radius: 15px;

}
.btn_submit_blue {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 60px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.5 ease;
}
.btn_submit_blue:hover {
  background-color: #002f56;
  color: white;
}
.form-container {
  backdrop-filter: blur(5px);
  background-color: #fff;
  /*border-radius: 20px;*/
  padding-top: 20px;
}

/*---------------------------- INpout csss -------------------------*/
.input-with-icon {
    position: relative;
}
.input-with-icon input{
    padding-left: 48px; /* Adjust the padding to accommodate the icon */
}

.input-with-icon .input-icon {
    position: absolute;
    top: 19px;
    left: 18px;
    transform: translateY(-50%);
    color: var(--primary-color);
}









.border_rounded {
  border-radius: 20px;
}
.form_options {
    cursor: pointer;

    font-size: 15px;
    padding: 2px 9px;
}
.form_options:hover{
    text-decoration: underline;
}
.multi-container{
    display: none;
}
.multi-container-acitve{
    display: block;
}
.active-tab{
    text-decoration: underline;
}
    /* -------------------------COUNTER----------------- */
#counter {
  text-align: center;
  align-items: center;
  justify-content: center;

  width: 100%;
}
#counter .item {
  background: #fff;
  width: 200px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;

  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}
#counter .item .count {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 40px;
}
.count_per {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item p {
  color: var(--title-color);
  text-transform: capitalize;
}

/* ----------------------MAIN CONTAINER---------------- */

.main-container {
  background: #ffffff;

  position: relative;
}
.main-container::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  background: #ffffff;
  border-radius: 60px 60px 0px 0px;
  height: 37px;
  width: 100%;
}

.inner-sec1 {
  position: relative;
  background: var(--primary-color);
}
.coupon_container {
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
.detination_cont {
  min-height: 365px;
  background: white;
  border-radius: 15px;
}
.destination_img {
  border-radius: 15px 15px 0px 0px;
}

.coupon {
  position: relative;
  border-radius: 10px;
  border: 1px solid pink;
  background-color: #fff4f8;
  color: #f94c86;
  padding: 43px 5px;
}
.coupon::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  width: 6px;
  border: 1px solid rgba(249, 76, 134, 0.24);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  left: -1px;
}
.coupon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  width: 6px;
  border: 1px solid rgba(249, 76, 134, 0.24);
  border-radius: 12px 0 0 12px;
  border-right: 0;
  right: -1px;
}
.coupon p {
  font-size: 20px;
  margin-bottom: 5px;
}
.coupon h4 {
  font-size: 25px;
  font-weight: 700;
}
.coupon_ticket {
  position: absolute;
  top: 0;
  left: 0;

  background-color: #f94c86;
  border-radius: 9px 0 4px 0;
  padding: 3px 5px;
}
.coupon_ticket img {
  height: 20px;
  width: 20px;
}
.offer_line {
  background: rgba(249, 76, 134, 0.2);
  flex: 1 1;
  height: 1px;
}
.btn_fw {
  background: var(--primary-color);
  color: #ffffff;
  padding: 7px 12px;
  width: 100%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  transition: 0.5s ease;
}
.btn_fw:hover {
  color: #fff;
  background-color: #002f56;
}
.offer_cont {
  align-items: center;
  color: #f94c86;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: center;
  line-height: 18px;
  margin: 0 4px;
  text-align: center;
}
.welcome_offer {
  align-items: center;
  background: #1f3ee1;
  border-radius: 20px 0 8px 0;
  box-sizing: border-box;
  display: flex;
  height: 38px;
  left: 0;
  max-width: 254px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  color: white;
}
.welcome_offer img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.save_big {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 38px;
}

.inner_sec2 {
  background: #e5f7f6;
}

.bg_popular {
  background-image: url(../img/popular-destination.jpg);
  min-height: 100vh;
  background-size: cover;
}

/* ------------------- CARDS --------------------- */

.travel-card {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  font-weight: 300;
  background-color: white;
  box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  width: 350px;
    min-height: 493px;
}

.travel-card:hover > .button-favorite {
  display: inline-flex;
}

.travel-card:hover > .image > img {
  transform: scale(1.2);
}

.travel-card .image {
  width: 100%;
  height: 250px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  overflow: hidden;
}

.travel-card .image > img {
  width: 100%;
  height: 100%;
  background-image: url("https://cache-graphicslib.viator.com/graphicslib/page-images/742x525/467829_Viator_Unsplash_170410.jpg");
  background-position: center;
  background-size: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  transition: all 0.28s ease-in-out;
}

.travel-card > .content {
  color: #545454;
  padding: 1em 1.5em;
}

.travel-card > .content > :nth-child(n + 2) {
  margin-top: 1em;
}

.travel-card > .content > .topic {
  position: relative;
  background-color: white;
}

.travel-card > .content > .recommendation {
  display: flex;
  align-items: center;
}

.travel-card > .content > .recommendation > .score {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);

  color: white;
  padding: 5px 8px;
  border-radius: 30px;
  user-select: none;
}

.travel-card > .content > .recommendation > .score > :first-child {
  padding-top: 1px;
  padding-left: 4px;
}

.travel-card > .content > .recommendation > .score > :last-child {
  font-size: 1.1em;
  padding-left: 6px;
}

.travel-card > .content > .recommendation > .comment {
  color: #bababa;
  margin-left: 1.5em;
}

.travel-card > .content > .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.travel-card > .content > .price > .discount-info {
  color: #4fc3f7;
}

.travel-card > .content > .price > .original-price {
  font-size: 2em;
}

.travel-card > .button-favorite {
  width: 2.8em;
  height: 2.8em;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
  color: #bababa;
  border-radius: 50%;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  user-select: none;
}

.travel-card > .button-favorite:hover > :first-child {
  display: none;
}

.detination_cont2 {
  overflow: hidden;
  max-height: 400px;
  background: white;
  border-radius: 15px;
  padding: 0px 0px 15px 0px;
}
.detination_cont2 p {
  font-size: 14px;
  color: #000;
}
.detination_cont2 a:hover .destination_img2 {
  scale: 1.2;
}
.footer {
  background: var(--title-color);
  background-position-x: right;
  background-position-y: center;
}

.footer_list {
  list-style: none;
    padding: 0;
}
.footer_list a {
  color: White;
  font-weight: 500;
}
.footer_list li {
  margin-bottom: 15px;
}
.footer_list a:hover {
  color: white;
  text-decoration: underline;
}
.footer_input {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 10px 70px;
  border-radius: 3px;
}
.footer_input::placeholder {
  color: #fff;
}
.newsletter_footer {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.image_annimated {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.copyright {
  background-color: var(--title-color);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 13px;
}
.social_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.ir {
  border-radius: 50%;
  padding: 5px;
}
.social_list li a:hover .ir {
  background: var(--primary-color);
  transition: ease-in-out 0.25s;
}
.social_list li a:hover svg {
  fill: #ffffff;
  transition: ease-in-out 0.25s;
}
.contact_list .ir:hover {
  background: var(--primary-color);
  transition: ease-in-out 0.25s;
}
.contact_list li a:hover svg {
  fill: #ffffff;
  transition: ease-in-out 0.25s;
}
.newsletter_img {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.newsletter_img img {
  width: 300px;
}
.newsletter_bg {
  overflow: hidden;
  border-radius: 20px;
  padding: 20px 10px;
  /* min-height: 60vh; */
  background-image: url(../img/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.bg_mask {
  background-color: #1dc5ce7a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------- ABOUT US -------------------------------- */
.about_hero {
  position: relative;
  background-image: url(../img/about-bg.jpg);
  min-height: 45vh;
  padding-bottom: 50px;
  /* overflow: hidden; */
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: center;
}
.pages_list {
  display: inline-flex;
  list-style: none;
}
.pages_list li {
  margin-right: 15px;
}
.pages_list li a {
  text-decoration: none;
  color: #fff;
}
.pages_list li a:hover {
  /* text-decoration: underline; */
  border-bottom: 1px solid white;
}
.about_1_img {
  border-radius: 24px;
  border: 5px solid white;
}
.about_2_img {
  border-radius: 24px;
  border: 5px solid white;
}
.about_3_img {
  border-radius: 24px;
  border: 5px solid white;
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

/* ------------------------------CONACT US------------------------- */
.bordered_contact {
  border: 1px solid rgb(201, 201, 201);
  border-radius: 15px;
  padding: 20px;
      min-height: 155px;
}
.conact_sec_links {
  color: #000;
}
.conact_sec_links:hover {
  color: var(--primary-color);
}
.form_cont_sec {
  background-image: url(../img/video_bg_1.jpg);
  background-size: cover;
  min-height: 50vh;
}
.form_container_cont {
  background-color: #fff;
  padding: 25px;
}
.contact_input {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 15px;
  width: 100%;
}
.contact_input::placeholder {
  color: #000;
}






.custom-dropdown-menu {
    /*display: none;*/
    position: absolute;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
}

.custom-dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-dropdown-menu li:hover {
    background-color: #f3f3f3;
}

.custom-dropdown-menu button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-align: left;
    width: 100%;
}

.custom-dropdown-menu button:focus {
    outline: none;
}
.custom-dropdown-menu button:hover {
    color: var(--primary-color);
}
.custom-dropdown-menu.active {
    display: block;
}











@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (max-width: 767px) {
    .top-bar{
        display: none;
    }
    .navbar-brand{
        margin: 15px 0px !important;
    }
    .about_bg_girl{
        display: none;
    }
}
