.logo_img img {
  height: 52px;
  width: auto;
}
header {
  background-color: var(--color-blue);
}
.nav_links {
  margin-top: 17px;
}
.nav_links ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.nav_links ul li a {
  color: white;
  font-weight: 500;
  border-radius: 50px;
}
.contact_us_head {
  color: black;
  padding-left: 4.5rem;
}
.contact_he_bg {
  background-color: var(--color-yellow);
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  color: black;
}
.contact_tt {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.contact_tt {
  border: 4px solid var(--color-yellow);
  border-radius: 50px;
  padding: 6px 14px;
  margin-top: -4px;
}
.contact_i_he {
  width: 39px;
  height: 39px;
  background-color: var(--color-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  z-index: 1;
}
.contact_i_he::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  background-color: var(--color-yellow);
  width: 12px;
  height: 22px;
  z-index: -1;
}
.contact_i_he img {
  height: 20px;
  width: auto;
}
.banner_s {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
.banner_s_al {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.0),
    rgba(0, 0, 0, 0.0)
  );
}
.banner_s_al::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/bg-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
.banner_title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  line-height: 50px;
}
.aside_fixed_home {
  background-color: var(--color-yellow);
  padding: 10px;
  height: 77vh;
  border-radius: 20px 20px 20px 20px;
  left: 10px;
}
.form_all_c {
  border-radius: 5px;
  flex-wrap: wrap;
}
.form_cheap_a {
  display: flex;
  align-items: center;
  background-color: #fffff8;
  border-radius: 5px;
  padding: 17px 14px;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form_cheap {
  background-color: white;
  box-shadow: none !important;
  border: none;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  padding: 0px;
}
.form_cheap_a label {
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form_cheap_a label img {
  height: 20px;
  width: auto;
}
.form_all_c_from {
  width: 20%;
  padding: 9px;
}
.form_all_c_from2 {
  width: 20%;
}
.form_searchall {
  width: 20%;
  padding: 8px;
}
.form_searchall button {
  display: flex;
  align-items: center;
  border: none;
  background-color: var(--color-blue);
  color: white;
  width: 100%;
  justify-content: center;
  padding: 17px 12px;
  font-weight: 500;
  border-radius: 5px;
}
.form_all_c {
  margin: -9px;
}
.all_tabs {
  margin-bottom: 13px;
  flex-wrap: wrap;
}
.all_tabs button {
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 17px;
  color: white;
  letter-spacing: 0.4px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0px 15px;
}
.icon_tabss {
  width: 42px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 10px;
}
.icon_tabss img {
  height: 25px;
  width: auto;
}
.search_en_all {
  border-radius: 10px;
}
.act_f {
  color: var(--color-yellow) !important;
}
.act_f .icon_tabss {
  background-color: var(--color-yellow);
}
.mr_minuss {
  margin-top: -10.5rem;
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
}
.search_flex {
  background: white;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}
.search_flex ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.search_flex ul li {
  font-size: 12px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.search_flex ul li img {
  height: 18px;
  width: auto;
  background-color: white;
  border-radius: 50%;
}
.bg_b {
  background-color: var(--color-yellow);
  padding: 10px;
  margin-top: -3px;
}
.call_title_b {
  font-weight: 600;
  font-size: 26px;
}
.save_u {
  font-weight: 600;
}
.icon_ph img {
  height: 29px;
  width: auto;
}
.book_now_btn {
  background-color: var(--color-blue);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 600;
}
.process_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.process_t {
  font-weight: 600;
  font-size: 15px;
}
.process_i {
  background-color: var(--color-yellow);
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 10px 0px 0px 0px;
  width: 80px;
}
.process_container {
  border: 1px solid rgba(240, 223, 99, 0.8);
  border-radius: 10px 10px 0px 0px;
  background-color: white;
}
.process_i img {
  height: 50px;
  width: auto;
}
.process_content {
  margin-left: 15px;
}
.common_title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: var(--color-blue);
}
.destination_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.destination_container {
  background-color: white;
  padding: 9px;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.desti_img::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 30px;
  height: 30px;
  background-color: white;
  z-index: 1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 0px;
}
.desti_img img {
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}
.des_cont {
  margin-top: -32px;
  position: relative;
}
.des_title_dess {
  border-radius: 50px;
  padding: 9px 0px;
  padding-bottom: 2px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--color-lightb);
  text-align: center;
}
.desti_cont1 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 77%;
  text-align: center;
  padding: 20px 10px;
  background-color: var(--color-blue);
  color: white;
  border-radius: 0px 0px 10px 10px;
  z-index: 3;
}
.desti_cont1_save {
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid white;
  display: inline-flex;
  padding-bottom: 4px;
}
.desti_cont_c {
  font-size: 16px;
  font-weight: 600;
  margin-top: 9px;
}
.desti_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}
.read_more_btn1 {
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  top: -2px;
  position: relative;
}
.read_more_btn1 img {
  height: 21px;
  width: auto;
}
.ab_img img {
  border-radius: 0px 30px 30px 0px;
  height: 450px;
  object-fit: cover;
}
.ab_img1 img {
  border-radius: 30px 0px 0px 30px;
}
.semi_para {
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--color-yellow);
  text-transform: uppercase;
}
.color_grey {
  color: grey;
}
.get_tt {
  font-size: 19px;
  text-transform: capitalize;
}
.px_5 {
  padding: 0px 32px;
}
.mt_5 {
  margin-top: 7rem;
}
.bg_common_all {
  background-color: #fafdff;
  padding: 30px;
  border-radius: 5px;
}
.para_des {
  text-transform: uppercase;
  color: var(--color-lightb);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  gap: 10px;
}
.lines span {
  width: 25px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--color-lightb);
  display: flex;
}
.line1 {
  width: 15px !important;
}
.line3 {
  width: 7px !important;
}
/*Attraction*/
.attr_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.attr_container {
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/* .attr_container::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0)
  );
  border-radius: 10px;
} */
.attr_img img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}
.attr_content {
  position: absolute;
  top: 16px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.attr_t {
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
}
.attr_t1 {
  font-weight: 600;
  font-size: 25px;
  background: black;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.attr_t2 {
  font-size: 25px;
  text-transform: uppercase;
}

.attr_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-yellow);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  padding-left: 20px;
}
.attr_cont_1 {
  width: 87%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
}
.book_now {
  background-color: var(--color-black);
  color: white;
  padding: 11px 12px;
  border-radius: 50px;
  font-size: 12px;
}
.book_now img {
  height: 15px;
  width: auto;
}
.style_attr {
  position: relative;
  top: -15px;
  background-color: var(--color-yellow);
  display: inline-flex;
  border-radius: 50px;
  padding: 6px 20px;
  padding-top: 7px;
  font-weight: 600;
  z-index: -1;
  font-size: 13px;
}
.attr_phone {
  position: absolute;
  bottom: 35px;
  left: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  display: none;
}
.attr_phone img {
  height: 45px;
  width: auto;
}
.attr_png {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 100%;
}
.from_attr {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 15px;
  margin-bottom: -0.1px;
}
.bg_yee {
  background: #fffeef;
  padding: 60px 40px;
  border-radius: 0px 0px 10px 10px;
}
.bg_co {
  background-color: #fffff3;
  padding: 40px 0px;
}
.destination_grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.desti_contaienr1 {
  background-color: white;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid rgba(111, 111, 111, 0.1);
}

.desti_t_t {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  color: var(--color-blue);
}
.flex_des {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desti_img1 {
  margin: 13px 0px;
}
.desti_img1 img {
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
}
.desti_t_t1 {
  font-size: 18px;
  color: var(--color-blue);
  margin-top: 0px;
}
.read_more {
  background-color: var(--color-yellow);
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 70%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  padding: 6px 13px;
  padding-top: 8px;
  font-weight: 600;
  border-radius: 6px 6px 0px 0px;
}
.read_more img {
  height: 22px;
  width: auto;
}
.destii_slider .swiper-wrapper {
  padding: 10px 0px;
  padding-bottom: 3rem;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 13px;
  border-radius: 3px;
}
.swiper-pagination-bullet-active {
  width: 11px;
  height: 15px;
  background-color: var(--color-blue);
}
.help_pop {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 53%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.help_pop_cont {
  padding: 14px 20px;
  gap: 15px;
}
.need_title {
  font-weight: 550;
  font-size: 20px;
  margin-bottom: 2px;
}
.agent_img img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.desti_short_img img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
}
.desti_short_container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.desti_short_title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
  color: var(--color-blue);
}
.de_title {
  font-weight: 600;
  font-size: 18px;
  color: #fc9c12;
}
.close_help_pop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background-color: var(--color-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_help_pop img {
  height: 8px;
  width: auto;
}
.de_img img {
  height: 12px;
  width: auto;
}
.desti_short_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
.desti_short_container {
  padding: 9px 15px;
  padding-right: 20px;
  border-radius: 100px;
  background-color: #fffbf6;
}
.desti_short_content {
  width: 60%;
}
.loc_container1 {
  width: 450px;
}
/*Contact Us*/
.click_call {
  background-color: var(--color-yellow);
  color: black;
  display: inline-flex;
  border-radius: 5px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 17px;
  margin-top: 6px;
}
.connect_t {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.loc_t {
  font-weight: 550;
  font-size: 21px;
  text-transform: uppercase;
  font-style: italic;
}
.line_loc {
  height: 8rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.loc_para {
  margin-top: 5px;
  font-size: 18px;
}
.loc_grid_c {
  gap: 40px;
  margin-top: 30px;
}
.contact_bg {
  background-color: #f9f9f9;
  padding: 25px;
  margin: -10px;
  margin-top: 25px;
}
.contact_inp {
  padding: 10px;
}
.contact_inp label {
  font-weight: 550;
  font-size: 14px;
}
.form_c {
  border-radius: 3px;
  padding: 16px 16px;
  box-shadow: none !important;
  border-radius: 3px;
  font-size: 14px;
}
.contact_inp .sub_btt {
  border: none;
  width: 100%;
  background-color: var(--color-blue);
  color: white;
  padding: 14px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 10px;
}
/*Common All Pages*/
.common_banner_pages {
  background-image: url("../imgs/bg-common.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0px;
  padding-top: 8.5rem;
  position: relative;
  z-index: 1;
}
.common_banner_pages::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.3)
  );
  z-index: -1;
}
.banner_title_c {
  color: white;
  font-size: 32px;
}

.banner_s_al1::after{
background-image: url("../imgs/bg-common.png");
}
.buenos_bg::after{
  background-image: url("../imgs/destinos/buenos-aires.png");
}
.brasil_bg::after{
   background-image: url("../imgs/destinos/brasil.png");
}
.nueva_bg::after{
   background-image: url("../imgs/destinos/nueva-york.png");
}
.lima_bg::after{
  background-image: url("../imgs/destinos/lima.png");
}
.miami_bg::after{
  background-image: url("../imgs/destinos/miami.png");
}
.honolulu_bg::after{
   background-image: url("../imgs/destinos/honolulu.png");
}
.charleston_bg::after{
   background-image: url("../imgs/destinos/charleston.webp");
}
.denver_bg::after{
  background-image: url("../imgs/destinos/denver.webp");
}
.guatemala_bg::after{
  background-image: url("../imgs/destinos/guatemala.webp");
}
.rio_bg::after{
  background-image: url("../imgs/destinos/rio.webp");
}
.rio_bg::after{
  background-image: url("../imgs/destinos/rio.webp");
}
.cancun_bg::after{
   background-image: url("../imgs/destinos/cancun.webp");
}
.florida_bg::after{
   background-image: url("../imgs/destinos/florida.webp");
}
.alq_btn{
  background-color: var(--color-yellow);
  color: black;
  display: inline-flex;
  padding: 10px 20px;
  margin-top: 25px;
  border-radius: 5px;
  font-weight: 600;
}
.banner_s_car{
  padding-bottom: 0px;
}
.bg_es_budget{
        background-color: #fffff3;
    padding: 30px;
}
.footer_fixed_call_ff{
    position: fixed;
    z-index: 99;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    display: none;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    background-color: var(--color-yellow);
    color: black;
}
.footer_fixed_call_ff img{
    height: 30px;
    width: auto;
}