@font-face {
  font-family: "TradeGothic LT Extended";
  src: url("../fonts/TradeGothicLTStdExtended.otf");
}
/* /////////// variables ////////// */
:root {
  --neutrals: #ffffff;
  --blackish-green: #112211;
  --mint-green: #8dd3bb;
  --slamon: #ff8682;
}

*,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Montserrat", serif;
}
button {
  border: inherit;
  background: transparent;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}

/* ////////// components css //////// */
.container-a {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
}
.container-b {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.main-text {
  color: var(--neutrals, #fff);
  font-size: 16px;
  font-weight: 600;
}
.sub-text {
  color: var(--neutrals, #fff);
  font-size: 14px;
  font-weight: 400;
}
.price-txt {
  color: var(--slamon, #ff8682);
  font-size: 24px;
  font-weight: 700;
}
/*  */
.sec-space {
  margin-bottom: 80px;
}
.sec-head {
  margin-bottom: 40px;
}
.sec-heading {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.sec-dec {
  max-width: 768px;
  color: var(--blackish-green, #121);
  font-size: 16px;
  font-weight: 400;
}
.sec-btn {
  color: var(--blackish-green, #121);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--mint-green, #8dd3bb);
  transition: 0.5s ease-in-out;
  &:hover {
    background: var(--mint-green, #8dd3bb);
  }
}
/*  */

.enq-tab-dark {
  color: var(--blackish-green, #121);
  display: flex;
  align-items: center;
}
.enq-tab-light {
  color: var(--neutrals, #fff);
  display: flex;
  align-items: center;
}

/* btns */
.btn-a {
  background: var(--blackish-green, #121);
  font-size: 14px;
  font-weight: 600;
  padding-inline: 24px;
  padding-block: 15.5px;
  color: var(--neutrals, #fff);
  border-radius: 8px;
  transition: 0.25s ease-in-out;
  &:hover {
    background: var(--mint-green, #8dd3bb);
    color: var(--blackish-green, #121);
  }
}
.s-btn {
  color: var(--blackish-green, #121);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--mint-green, #8dd3bb);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: 0.25s ease-in-out;
  border: 1px dashed var(--mint-green, #8dd3bb);
  &:hover {
    background: var(--neutrals, #fff);
    border: 1px dashed var(--mint-green, #8dd3bb);
    color: var(--blackish-green, #121);
  }
}

.b-btn {
  color: var(--neutrals, #fff);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--blackish-green, #121);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
  &:hover {
    background: var(--neutrals, #fff);
    border: 1px dashed var(--mint-green, #8dd3bb);
    color: var(--blackish-green, #121);
  }
}
.c-btn {
  color: var(--blackish-green, #121);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px dashed transparent;
  transition: 0.25s ease-in-out;
  &:hover {
    background: var(--neutrals, #fff);
    border: 1px dashed var(--mint-green, #8dd3bb);
    color: var(--blackish-green, #121);
  }
}

/* ////////////////////////// css //////////////// */

/* //////////// NAV-bar  ////////// */
.globe-nav {
  padding-block: 24px;
}
.globe-nav-bg {
  background-color: #fff;
}
.home .globe-nav {
  margin-inline: 32px;
}
.globe-nav ul {
  gap: 32px;
}
.globe-nav li {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-block: auto;
}
.nav-tab {
  color: var(--blackish-green, #121);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.25s ease-in-out;
}
.nav-tab.active,
.nav-tab:hover {
  color: var(--mint-green, #8dd3bb);
}

.home .nav-tab {
  color: var(--neutrals, #fff);
  &:hover {
    color: var(--mint-green, #8dd3bb);
  }
}
.home .btn-a {
  background: var(--neutrals, #fff);
  color: var(--blackish-green, #121);
  transition: 0.25s ease-in-out;
  &:hover {
    background: var(--mint-green, #8dd3bb);
  }
}

/* ///////// mobile nav ///////// */
.mobile-nav {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 6;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid rgba(39, 38, 44, 0.3);
  background: var(--neutrals);
}
.mobile-nav .m-nav-btn,
.mobile-nav .m-nav-item {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 12px;
}
.mobile-nav .m-nav-btn svg,
.mobile-nav .m-nav-item svg {
  color: #112211;
  background: transparent;
}
.mobile-nav .m-nav-item.active {
  background: #8dd3ba82;
}

/**** side-nav *** */
.side-nav {
  gap: 12px;
  position: fixed;
  bottom: 90px;
  right: 0px;
  z-index: 6;
  min-width: 60%;
  padding: 10px 16px 100px 16px;
  border-radius: 12px 0 0 12px;
  border: 1px solid rgba(39, 38, 44, 0.3);
  background: var(--mint-green);
  backdrop-filter: blur(15px);
  transform: translateX(100%);
  transition-timing-function: ease-out;
}
.side-nav .side-nav-item {
  padding-inline: 8px;
  padding-block: 4px;
  background: #00000021;
  border-radius: 8px;
}
.side-nav .side-nav-logo a {
  color: #f3f3f3;
  margin-bottom: 10px;
}
.side-nav .side-nav-item a {
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  &:hover {
    color: aqua;
  }
}
.side-nav .nav-icon-desktop li button svg,
.side-nav .nav-icon-desktop li a {
  color: #f3f3f3;
}
.side-nav .nav-icon-desktop li a:hover {
  color: aqua;
}
.side-nav-backdrop {
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  z-index: 5;
  width: 100%;
  background: #ffffff4d;
  backdrop-filter: blur(3px);
}
/* ////////////////// */

/* // profile-box // */
.globe-nav .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}
.globe-nav .dropdown-menu {
  background: transparent;
  border-radius: 12px;
  border: 0;
}
.profile-box {
  width: 329px;
  padding: 32px;
  gap: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
  color: var(--blackish-green, #121);
}

.profile-box hr {
  margin: 0;
  height: 0.5px;
  opacity: 0.25;
  background: var(--blackish-green, #121);
}
.profile-box li {
  padding-inline: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  &:hover {
    background-color: var(--mint-green, #8dd3bb);
  }
}

.profile-box img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
}
.profile-box title {
  font-size: 16px;
  font-weight: 600;
}
.profile-box .txt-a {
  color: var(--blackish-green, #121);
  font-size: 14px;
  font-weight: 500;
}
.profile-box .txt-b {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.75;
}

/* after login /sign up */
.accordion-button:not(.collapsed) {
  background: none;
}
.accordion-item {
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}

/* ///////// banner /////// */
.home .banner {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  margin-top: 30px;
}
.home .banner .owl-stage-outer {
  border-radius: 24px 24px 0px 0px;
}

.banner-bg img {
  height: 599px;
  width: 100%;
  object-fit: cover;
}
.banner-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.banner-content {
  color: var(--neutrals, #fff);
  font-family: "TradeGothic LT Extended";
  font-weight: 700;
  text-align: center;
}
.banner-content h4 {
  font-size: 45px;
  margin-bottom: 4px;
}
.banner-content h3 {
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.banner-content h5 {
  font-size: 20px;
  font-weight: 600;
}

/* ///////////// enquary-block //////// */
.enquary-sec {
  position: relative;
  margin-top: -100px;
  margin-bottom: 80px;
  z-index: 2;
}
.flight-listing .enquary-sec {
  padding: 32px 24px;
  margin-bottom: 32px;
  margin-top: 48px;
}
.enquary-block {
  border-radius: 16px;
  padding: 16px 32px 32px;
  background: var(--neutrals, #fff);
  box-shadow: 0px 4px 16px 0px rgba(141, 211, 186, 0.35);
}
.enq-tabs {
  margin-bottom: 40px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../images/calender.png") no-repeat center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/*  */
.enq-tabs h4 {
  color: var(--blackish-green, #121);
  font-size: 20px;
  font-weight: 600;
  padding-top: 16px;
}
.enq-inputs {
  margin-bottom: 32px;
}
.flight-listing .enq-inputs {
  margin-bottom: 0;
}
.enq-btns {
  gap: 12px;
}
.enq-btns .material-textfield input {
  padding: 10px 16px;
}

/*  */
.material-textfield {
  position: relative;
}
.material-textfield a {
  position: absolute;
  right: 0;
  color: var(--blackish-green, #121);
  padding: 12px;
}

.material-textfield label {
  color: var(--blackish-green, #121);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.3rem;
  margin: 0 16px;
}
.material-textfield input,
.material-textfield select {
  width: 100%;
  color: #1c1b1f;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  color: var(--blackish-green, #121);
  border: 1px solid var(--blackish-green, #121);
  border-radius: 5px;
  padding: 18px 16px;
}

/* //////////// destinations  ////////// */
.destinations {
  margin-bottom: 80px;
}
.destination-block {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.destination-box {
  padding: 16px;
}

.destination-text {
  margin-left: 16px;
  margin-right: 56.8px;
}
.destination-text .main-text {
  color: var(--blackish-green, #121);
  align-self: stretch;
  opacity: 0.699999988079071;
  margin-bottom: 8px;
}
.destination-text .sub-text {
  color: var(--blackish-green, #121);
}
.destination-text ul {
  display: flex;
  flex-direction: row;
}
.destination-text li {
  margin-inline: 8px;
}
.destination-text li:first-child {
  margin-left: 0;
}

/* //////////// two card ////////// */
.two-card {
  gap: 24px;
  margin-bottom: 70px;
}

.big-card {
  flex-grow: 1;
  aspect-ratio: 604/559;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.big-card-overlay {
  border-radius: 0px 0px 24px 24px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(18, 18, 18, 0.75) 48.67%
  );
}
.big-card-content {
  width: 389px;
  margin-inline: auto;
  padding-bottom: 24px;
  text-align: center;
}
.big-card-content h3 {
  color: var(--neutrals, #fff);
  text-align: center;
  font-family: "TradeGothic LT Extended";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}
.big-card-content .main-text {
  font-weight: 400;
  margin-bottom: 16px;
}
.big-card-content .s-btn {
  display: inline-flex;
}

/* /////////// review /////////// */
.reviews {
  margin-bottom: 80px;
}

.review-container {
  margin-left: 104px;
  padding-top: 22px;
}

.review-card-bg {
  border-radius: 20px;
  box-shadow: 24px 24px 0px 0px rgba(141, 211, 187, 0.4);
  margin-bottom: 24px;
  margin-right: 24px;
  margin-left: 10px;
}
.review-card {
  border-radius: 20px;
  padding: 24px;
  background: var(--neutrals, #fff);
  box-shadow: 2px 4px 16px 0px rgba(17, 34, 17, 0.1);
}
.review-card h3 {
  color: var(--blackish-green, #121);
  font-family: "TradeGothic LT Extended";
  font-size: 24px;
  font-weight: 700;
  align-self: stretch;
  margin-bottom: 34px;
}
.review-card .sub-text {
  overflow: hidden;
  color: var(--blackish-green, #121);
  text-overflow: ellipsis;
  opacity: 0.5;
  height: 37px;
  align-self: stretch;
  margin-bottom: 12px;
}
.review-card .view-more {
  color: var(--blackish-green, #121);
  text-align: right;
  font-family: "TradeGothic LT Extended";
  font-size: 14px;
  font-weight: 700;
  justify-self: end;
  margin-bottom: 16px;
}
.review-card .stars {
  gap: 12px;
  margin-bottom: 20px;
}
.review-card h4 {
  color: var(--blackish-green, #121);
  font-family: "TradeGothic LT Extended";
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.review-card h5 {
  color: var(--blackish-green, #121);
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: 12px;
}
.review-card .r-google {
  font-size: 12px;
  margin-bottom: none;
}
.review-card .card-img {
  margin-top: 40px;
}
.review-card .card-img img {
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}

/* /////////////// footer //////////// */

/* ----------- news-letter ------- */
.news-letter {
  padding-inline: 24px;
  border-radius: 20px;
  background: #cdeae1;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
  margin-top: -150px;
}
.news-letter-content {
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--blackish-green, #121);
}
.news-letter-content h3 {
  font-family: "TradeGothic LT Extended";
  font-size: 44px;
  font-weight: 700;
  line-height: 54px; /* 122.727% */
}
.news-letter-content h5 {
  font-family: "TradeGothic LT Extended";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.news-letter-content .main-text {
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--blackish-green, #121);
}
.news-letter-content input {
  padding: 8px 0px 8px 16px;
  border: none;
  border-radius: 8px 0px 0px 8px;
  outline: none;
}
.news-letter-content .sec-btn {
  background: var(--blackish-green, #121);
  color: var(--neutrals, #fff);
  height: auto;
}

/* -----------------------*/

.footer {
  display: inline-flex;
  background: var(--mint-green, #8dd3bb);
  margin-top: 151px;
}
.footer-block {
  padding-top: 64px;
  padding-bottom: 86px;
}
.footer-main ul {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 24px;
}
.footer-links ul {
  width: 175.2px;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links h4 {
  color: var(--blackish-green, #121);
  font-family: "TradeGothic LT Extended";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-links a {
  color: var(--blackish-green, #121);
  opacity: 0.699999988079071;
  font-size: 14px;
  font-weight: 500;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** flight ******* */

/* banner  */
.flight .banner-overlay {
  border-radius: 0px;
  background: linear-gradient(
      90deg,
      rgba(0, 35, 77, 0.63) 0%,
      rgba(0, 35, 77, 0) 100%
    ),
    #d3d3d347;
  padding: 80px 126px 120px;
}
.flight .banner-content {
  text-align: start;
}
.flight .banner-content h5 {
  font-weight: 500;
}
.flight .banner-content h4 {
  max-width: 40%;
  font-weight: 700;
}

/* //////////// travel-map ///////// */

/* .travel-map{
} */

/* //////////// destination-cards ///////// */
.destination-card {
  position: relative;
  border-radius: 12px;
  /* aspect-ratio: 296 / 420; */
}
.destination-card .card-content {
  position: absolute;
  bottom: 0;
  padding: 24px;
  color: var(--neutrals, #fff);
}
.destination-card .card-content h4 {
  font-size: 24px;
  font-weight: 600;
}
.destination-card .card-content p {
  font-size: 14px;
  font-weight: 400;
}
.destination-card .card-content .card-btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/* ////////  destination-brif  /////// */

.destination-brif .sec-head {
  margin-bottom: 24px;
}

.destination-brif .details {
  gap: 24px;
}
.details-block {
  padding: 24px;
  border-radius: 20px;
  background: var(--mint-green, #8dd3bb);
}
.details-block h3 {
  color: var(--blackish-green, #121);
  font-family: "TradeGothic LT Extended";
  font-size: 40px;
  font-weight: 700;
}
.details-block .sub-text {
  color: var(--blackish-green, #121);
}
.details-block .s-btn {
  background: var(--neutrals, #fff);
  transition: 0.5s ease-in-out;
  &:hover {
    color: var(--neutrals);
    background: var(--blackish-green);
  }
}
/*  */
.details-img-block {
  gap: 24px;
}
.details-img-block img {
  height: 200px;
  width: 283px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid var(--mint-green, #8dd3bb);
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** flight-listing ******* */

.filter-box {
  margin-block: 32px;
}
.filter-box .ui-widget-content .ui-state-default {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  background: var(--mint-green, #8dd3bb);
  border: none;
  outline: none;
}
.filter-box .ui-slider-horizontal {
  height: 0;
}
.filter-box .ui-widget.ui-widget-content {
  border: 1px solid var(--blackish-green, #121);
}
.filter-box .ui-slider-horizontal {
  margin-top: 14px;
}
.filter-box .ui-slider-horizontal .ui-slider-handle {
  top: -12px;
  margin-left: -12px;
}

.filter-rating {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.filter-rating li {
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid var(--mint-green, #8dd3bb);
}
.filter-rating li a {
  padding: 8px 16px;
  color: var(--blackish-green, #121);
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  &:hover {
    background: var(--mint-green, #8dd3bb);
    color: var(--neutrals);
  }
}
/* /////////////// filterbar //////////////// */
.filterbar .bar-items {
  padding: 16px 24px 0px 24px;
  gap: 48px;
}
.filterbar .bar-item {
  padding-bottom: 16px;
  width: 100%;
  cursor: pointer;
}
.filterbar .bar-item.active {
  border-bottom: 4px solid var(--mint-green);
}
.filterbar .bar-item .main-text {
  color: var(--blackish-green, #121);
}
.filterbar .bar-item .sub-text {
  color: var(--blackish-green, #121);
  opacity: 0.4000000059604645;
  margin-top: 8px;
}
.filterbar .bar-item span {
  margin-inline: 4px;
}

.filterbar .v-line {
  border-right: 1px solid #d7e2ee;
  margin-bottom: 16px;
}
.filterbar .bar-tabs {
  margin-top: 40px;
}
.filterbar .bar-tab {
  gap: 16px;
  display: none;
}
.filterbar .bar-tab.show {
  display: block;
}

/* //////////////////// flight-list//////////// */
.info-bar {
  padding-block: 24px;
}
.listing .info-bar {
  color: var(--blackish-green, #121);
  font-size: 14px;
}
.listing .place-no p {
  font-weight: 600;
}
.listing .place-no p span {
  color: var(--slamon, #ff8682);
}
.listing .sort-by a {
  color: var(--blackish-green, #121);
}
.listing .sort-by p {
  font-weight: 400;
}

/* --------- flight-card ---------- */

.flight-cards {
  gap: 32px;
  margin-bottom: 120px;
}

.listing-card {
  padding: 24px 16px;
}
.listing-card .card-content {
  padding-inline: 24px;
  gap: 16px;
}
.listing-card .card-content .form-check-input {
  width: 24px;
  height: 24px;
  outline: 2px solid #11221180;
}
.listing-card .txt-content {
  gap: 40px;
}
.listing-card .txt-content .title {
  font-size: 16px;
  font-weight: 700;
}
.listing-card .txt-content .txt-a {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.4000000059604645;
}
.listing-card .txt-content .txt-b {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7799999713897705;
}
.listing-card .card-content hr {
  opacity: 0.25;
  margin: 0;
  border-top: 1px solid rgba(17, 34, 17, 0.75);
}
/* common */
.review-box {
  font-weight: 500;
  color: var(--blackish-green, #121);
}
.review-box p {
  font-size: 12px;
}
.review-rating {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--mint-green, #8dd3bb);
}
.review-rating h4 {
  font-size: 12px;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** flight-details ******* */

/* commons */

.breadcrumb {
  margin-block: 40px;
}
.breadcrumb a {
  color: var(--slamon, #ff8682);
  font-size: 14px;
  font-weight: 500;
}
/*  */
.detail {
  margin-bottom: 32px;
  color: var(--blackish-green, #121);
}
.detail .titels {
  font-family: "TradeGothic LT Extended";
  font-size: 24px;
  font-weight: 700;
}
.detail h3 {
  margin-bottom: 16px;
}
.detail p {
  font-size: 14px;
  font-weight: 500;
}
.detail .price-txt {
  margin-bottom: 16px;
}
.detail-btns a {
  display: flex;
  align-items: center;
}
.detail-btns {
  gap: 15px;
}
.detail-btns .s-btn {
  padding-inline: 48px;
  padding-block: 10px;
}
.flight-details .details-banner img {
  border-radius: 12px;
  margin-bottom: 40px;
}
/* /////////////// flight-features ///////// */
.flight-features {
  margin-bottom: 40px;
}
.flight-features-content {
  margin-bottom: 24px;
}
.flight-features input {
  outline: 2px solid var(--blackish-green, #121);
}
/* all */
.form-check .form-check-input:checked {
  background-color: var(--mint-green, #8dd3bb);
  border-color: var(--mint-green, #8dd3bb);
}

/* /////////////// flight-polices ///////// */
.flight-polices {
  border-radius: 8px;
  background: rgba(141, 211, 187, 0.6);
  padding: 16px;
  color: var(--blackish-green, #121);
  margin-bottom: 40px;
}
.flight-polices h3 {
  margin-bottom: 16px;
}
.flight-polices p {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.75;
}
.flight-polices svg {
  margin-right: 16px;
}
/* /////////////// flight-details-cards ///////// */
.details-cards {
  gap: 40px;
  margin-bottom: 120px;
}
.details-card {
  padding: 32px 24px;
  color: var(--blackish-green, #121);
}
.details-card .top {
  margin-bottom: 24px;
}
.details-card .top .titel {
  font-family: "TradeGothic LT Extended";
  font-size: 20px;
  font-weight: 700;
}
.details-card .top .txt-a {
  font-size: 20px;
  font-weight: 500;
}
.details-card .mid {
  margin-bottom: 40px;
}
.details-card .mid .name-logo {
  padding: 16px 32px;
  border-radius: 8px;
  border: 0.5px solid var(--mint-green, #8dd3bb);
  background: var(--neutrals, #fff);
  gap: 24px;
  color: var(--blackish-green, #121);
}

.details-card .mid .name-logo h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.details-card .mid .name-logo p {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6000000238418579;
}
.details-card .mid ul {
  display: flex;
  padding: 16px 8px;
  flex-wrap: wrap;
}
.details-card .mid li {
  padding: 20px 24px;
  border-right: 1px solid #d7e2ee;
}
.details-card .mid li:last-child {
  border: none;
}

.details-card .low {
  color: var(--blackish-green, #121);
  gap: 80px;
}
.details-card .low h3 {
  font-size: 24px;
  font-weight: 600;
  padding-right: 16px;
}
.details-card .low p {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.6000000238418579;
}
.details-card .low .icons {
  gap: 24px;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** flight-booking ******* */

/* left-block */
.booking-l-block {
  margin-right: 40px;
  gap: 40px;
}

/* flight-details-cards  */
.flight-booking .details-card .top1 {
  margin-bottom: 24px;
}
.flight-booking .details-card .titel {
  font-family: "TradeGothic LT Extended";
  font-weight: 700;
}

.flight-booking .details-card .top1 .titel {
  font-size: 24px;
}
.flight-booking .details-card .top1 .txt-a {
  font-size: 20px;
  font-weight: 500;
}

.flight-booking .details-card .top .titel {
  font-size: 16px;
}
.flight-booking .details-card .top .txt-a {
  font-size: 20px;
  font-weight: 500;
}
.flight-booking .details-card .low {
  gap: 0;
}

/* pay-type  */
.pay-type-block {
  padding: 16px;
  gap: 16px;
}
.pay-type {
  padding: 16px;
  border-radius: 12px;
  color: var(--blackish-green, #121);
}
.pay-type.active {
  background: var(--mint-green, #8dd3bb);
}
.pay-type .title {
  font-family: "TradeGothic LT Extended";
  font-size: 16px;
  font-weight: 700;
}
.pay-type .txt-a {
  font-size: 14px;
  font-weight: 400;
}
.pay-type .form-check-input {
  border-color: var(--blackish-green, #121);
}
.pay-type .form-check-input:focus {
  box-shadow: none;
}
.pay-type .form-check-input:checked {
  border-color: var(--neutrals, #fff);
  background-color: var(--mint-green, #8dd3bb);
}
.pay-type-txt {
  gap: 12px;
}
.pay-type-txt p {
  max-width: 556px;
}
.pay-type-txt a {
  color: var(--blackish-green, #121);
  text-decoration: underline;
}
/* login */
.booking-login {
  padding: 24px;
  color: var(--blackish-green, #121);
  gap: 24px;
  margin-bottom: 120px;
}
.booking-login .title {
  font-family: "TradeGothic LT Extended";
  font-size: 20px;
  font-weight: 700;
}
.booking-login .txt-a {
  font-size: 14px;
  font-weight: 400;
}
.booking-login form {
  gap: 16px;
}
.booking-login input {
  padding: 8px 16px;
  border-radius: 4px;
}
.booking-login .s-btn {
  font-size: 16px;
}
.booking-login .or-txt {
  background-color: var(--neutrals, #fff);
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
}
.booking-login .login-option {
  gap: 16px;
}
.booking-login .login-option .sec-btn {
  padding: 16px 24px;
}

/* card-select */
.card-select {
  padding: 16px;
  gap: 16px;
  margin-bottom: 120px;
}
.add-card {
  border-radius: 15px;
  border: 2px dashed var(--mint-green, #8dd3bb);
}
.add-card p {
  color: var(--blackish-green, #121);
  font-size: 12px;
  font-weight: 500;
}

.card-select .modal-content {
  padding: 64px;
}
.card-select .modal-content .title {
  font-family: "TradeGothic LT Extended";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 48px;
}
.card-select .input-block {
  gap: 24px;
  margin-bottom: 40px;
}
.card-select .input-block .material-textfield input {
  padding: 10px 16px;
}
.card-select .input-block .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.flight-booking .modal-content .info {
  opacity: 0.75;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

/* right-block */
.price-details-box {
  color: var(--blackish-green, #121);
  padding: 24px;
  gap: 32px;
}
.price-details-box .txt-a {
  opacity: 0.75;
  font-size: 16px;
  font-weight: 500;
}

.price-lavel .titel {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.price-lavel {
  gap: 24px;
}
.price-details {
  gap: 16px;
}
.price-details .titel {
  font-family: "TradeGothic LT Extended";
  font-size: 16px;
  font-weight: 700;
}
.price-details .txt-a {
  opacity: 1;
}
.price-details .rate {
  font-weight: 600;
}
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** flight-ticket ******* */
.flight-ticket .price-txt {
  color: var(--blackish-green, #121);
}
/*  */
@media print {
  section * {
    display: none;
    visibility: hidden;
  }
  /* .print-container,
  .print-container * {
    visibility: visible;
  }
  .print-container {
    position: absolute;
    left: 0px;
    top: 0px;
  } */
  #flightTicket {
    display: flex;
    visibility: visible;
  }
}
.ticket {
  margin-bottom: 64px;
}
.ticket .block-a {
  width: 246px;
  background-color: #ebf6f2;
  border-radius: 12px 0 0 12px;
  padding: 24px;
}
.ticket .txt-a {
  font-size: 32px;
  font-weight: 600;
}
.ticket .txt-b {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}
.ticket .block-b .txt-b {
  opacity: 1;
}
.ticket .txt-c {
  font-size: 14px;
  font-weight: 400;
}
.ticket .txt-d {
  font-family: "TradeGothic LT Extended";
  font-size: 14px;
  font-weight: 700;
}
.ticket .name-txt {
  font-family: "TradeGothic LT Extended";
  font-size: 20px;
  font-weight: 700;
}

.ticket .user-block {
  padding: 24px;
  background: var(--mint-green, #8dd3bb);
  border-radius: 0 12px 0 0;
  print-color-adjust: exact;
}
.ticket .user-block img {
  border-radius: 48px;
  border: 1px solid var(--neutrals, #fff);
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.ticket .info-block {
  padding: 24px;
  gap: 32px;
}
.ticket .info-block .logo {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #ebf6f2;
  padding: 5px;
}
.ticket .info-block .txt-c {
  font-weight: 600;
  opacity: 0.6;
}

/*  */
.ticket-block .terms {
  gap: 34px;
  color: var(--blackish-green, #121);
  margin-bottom: 120px;
}
.ticket-block .terms .title {
  font-size: 24px;
  font-weight: 600;
}
.ticket-block .terms .txt-a {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.ticket-block .terms .txt-b {
  font-size: 14px;
  font-weight: 400;
}
.ticket-block .terms ul {
  list-style: circle;
  padding-left: 34px;
}
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** hotel ******* */

/* banner  */
.hotel .banner-bg {
  border-radius: 0px;
  /* background-image: url("/images/hotel-banner-bg1.jpeg"); */
}
.hotel .banner-overlay {
  border-radius: 0px;
  background: linear-gradient(
      90deg,
      rgba(0, 35, 77, 0.63) 0%,
      rgba(0, 35, 77, 0) 100%
    ),
    #d3d3d347;
  padding: 80px 126px 120px;
}
.hotel .banner-content {
  text-align: start;
}
.hotel .banner-content h5 {
  font-weight: 500;
}
.hotel .banner-content h4 {
  width: 40%;
  font-weight: 700;
}

/* ///////////// enquary-block //////// */

.material-textfield.left-icon-place select,
.material-textfield.left-icon-place input {
  padding-left: 48px;
}
.material-textfield.left-icon-place a {
  left: 0;
  right: auto;
}

/* ///////////// recent-search //////// */
.hotel .destination-block {
  justify-content: space-between;
}
.hotel .destination-box {
  padding: 0;
}
.hotel .destination-text {
  margin-right: 0;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** hotel-listing ******* */

/* /////////////// filterbar //////////////// */

.hotel-listing .filterbar ul {
  gap: 24px;
}

/* --------- hotel-card ---------- */
.hotel-cards {
  gap: 24px;
  margin-bottom: 120px;
}
.hotel-cards .listing-card {
  padding: 0;
  border-radius: 12px 0px 0px 12px;
}

.card-thumbnail img {
  border-radius: 12px 0 0 12px;
}
.card-thumbnail .txt-a {
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  top: 8px;
  right: 8px;
}

.hotel-cards .listing-card .card-content {
  padding-block: 16px;
  padding-inline: 24px;
  gap: 24px;
}
.hotel-cards .listing-card .txt-content {
  gap: 16px;
}
/* **** */
.price-txt small {
  font-size: 14px;
  font-weight: 700;
}
/*  */
.hotel-cards .listing-card .card-content .title {
  font-family: "TradeGothic LT Extended";
  font-size: 20px;
  font-weight: 600;
}
.hotel-cards .listing-card .card-content .txt-a {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.75;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** hotel-details ******* */
.hotel-details {
  color: var(--blackish-green, #121);
}
.hotel-details .spaceing {
  padding-block: 64px;
  border-top: 1px solid rgba(17, 34, 17, 0.25);
}
.hotel-details .sec-title {
  font-family: "TradeGothic LT Extended";
  font-size: 20px;
  font-weight: 700;
}
.hotel-details .sec-title .txt-a {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
}

.hotel-details .details-banner {
  border-radius: 12px;
  margin-bottom: 64px;
}
.hotel-details .details-banner .s-btn {
  bottom: 16px;
  right: 16px;
}

/* ///////// overview ///////// */
.hotel-details .overview .sec-title {
  margin-bottom: 16px;
}
.hotel-details .overview .txt-a {
  margin-bottom: 32px;
}

.hotel-details .overview .r-box {
  padding: 16px 64px 16px 16px;
  border-radius: 12px;
  border: 1px solid var(--mint-green, #8dd3bb);
  margin-right: 16px;
}
.hotel-details .overview .r-box.active {
  background: var(--mint-green, #8dd3bb);
}
.hotel-details .overview .r-box h4 {
  font-family: "TradeGothic LT Extended";
  font-size: 32px;
  font-weight: 700;
}
.hotel-details .overview .r-box.active h4 {
  margin-bottom: 32px;
}
.hotel-details .overview .r-box h5 {
  font-size: 16px;
  font-weight: 700;
}
.hotel-details .overview .r-box p {
  font-size: 14px;
  font-weight: 500;
}

/* ///////// Available Rooms ///////// */
.hotel-details .a-rooms .sec-title {
  margin-bottom: 32px;
}
.a-rooms-block {
  gap: 16px;
}

.a-rooms-block .room .txt-a {
  margin-left: 16px;
}
.a-rooms-block .room .price-txt {
  color: var(--blackish-green, #121);
  font-size: 24px;
  font-weight: 600;
  margin-right: 64px;
}

/* ///////// Location/Map ///////// */
.location-map .map {
  margin-top: 32px;
  border-radius: 16px;
}
.location-map .map img {
  margin-bottom: 8px;
}
/* ///////// Amenities ///////// */
.amenities .sec-title {
  margin-bottom: 32px;
}
.amenities .amenities-box {
  gap: 300px;
}
.amenities ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.amenities ul li {
  display: flex;
}
.amenities ul li .txt-a {
  margin-left: 8px;
}
.amenities ul li .price-txt {
  font-size: 16px;
}

/* ///////// review ///////// */

.hotel-details .reviews {
  gap: 24px;
  margin-bottom: 0;
}
.hotel-details .reviews hr {
  height: 0.5px;
  opacity: 0.25;
  background: var(--blackish-green, #121);
}

.hotel-details .reviews .r-box {
  gap: 16px;
}
.hotel-details .reviews .r-box h4 {
  font-family: "TradeGothic LT Extended";
  font-size: 32px;
  font-weight: 700;
}
.hotel-details .reviews .r-box h5 {
  font-size: 16px;
  font-weight: 700;
}
.hotel-details .reviews .r-box p {
  font-size: 14px;
  font-weight: 500;
}

.review-block {
  gap: 24px;
}
.review-block .review {
  gap: 16px;
}
.review-block .review img {
  width: 45px;
  height: 45px;
  border-radius: 45px;
}
.review-block .review .txt-a {
  font-size: 14px;
  font-weight: 400;
}
.review-block .review .txt-a strong {
  font-weight: 600;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** hotel-favorites ******* */
.hotel-favorites .listing {
  gap: 24px;
}
.hotel-favorites .listing .title {
  color: #000;
  font-family: "TradeGothic LT Extended";
  font-size: 32px;
  font-weight: 700;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** account ******* */

.account .cover-img img {
  width: 100%;
  max-width: 1232px;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}
.account .cover-img .s-btn {
  bottom: 26px;
  right: 26px;
}

.account .profile-block {
  margin-top: -70px;
  margin-bottom: 32px;
  gap: 24px;
  z-index: 1;
}
.account .profile-block img {
  width: 160px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 4px solid var(--slamon, #ff8682);
  border-radius: 100%;
}
.account .profile-block .edit {
  padding: 10px;
  align-items: flex-start;
  border-radius: 45px;
  background: var(--slamon, #ff8682);
}
.account .profile-block .title {
  font-size: 24px;
  font-weight: 600;
}
.account .profile-block .txt-a {
  opacity: 0.75;
  font-size: 16px;
  font-weight: 400;
}

/* //// account > filterbar //// */
.account .tab-sec {
  margin-bottom: 120px;
}

.account .filterbar {
  margin-bottom: 40px;
}
.account .filterbar .bar-items {
  gap: 24px;
  padding-inline: 0;
}

/*  */
.account .bar-tab .sec-title {
  color: #000;
  font-family: "TradeGothic LT Extended";
  font-size: 32px;
  font-weight: 700;
}

/* account-detail-block */
.account .bar-tab .account-detail-block {
  padding: 32px 24px;
  color: var(--blackish-green, #121);
  gap: 32px;
}
.account .bar-tab .account-detail-block .txt-a {
  text-overflow: ellipsis; /* enables ellipsis */
  overflow: hidden; /* keeps the element from overflowing its parent */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap; /* let the text wrap preserving spaces */
}
.account .bar-tab .account-detail-block .txt-b {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
  margin-bottom: 8px;
}
.account .bar-tab .account-detail-block .txt-a {
  font-size: 20px;
  font-weight: 600;
}
/*  */

/* payment method */
.card-select .payment-box {
  padding: 16px;
  border-radius: 15px;
  color: var(--blackish-green, #121);
}
.card-select .payment-box.active {
  background: var(--mint-green, #8dd3bb);
}
.card-select .add-card {
  border: 2px dashed var(--mint-green, #8dd3bb);
  height: 100%;
}
.card-select .payment-box .title {
  font-size: 16px;
  font-weight: 700;
}
.card-select .payment-box .txt-a {
  font-size: 14px;
  font-weight: 400;
}

.account .card-select .payment-box {
  width: 100%;
  max-width: 378px;
  height: auto;
  border-radius: 16px;
}
.account .card-select .payment-box .space {
  margin-bottom: 57px;
}
.account .card-select .payment-box .title {
  font-size: 32px;
  font-weight: 600;
}
.account .card-select .payment-box .stars {
  font-size: 24px;
  font-weight: 600;
}
.account .card-select .payment-box .txt-a {
  font-size: 20px;
  font-weight: 600;
}
.account .card-select .payment-box .txt-b {
  font-size: 12px;
  font-weight: 500;
}

/* Tickets/Bookings */
.account .booking-data-card {
  padding: 32px 24px;
  gap: 32px;
}
.account .booking-data-card .logo {
  /* width: 80px; */
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 0.5px solid var(--mint-green, #8dd3bb);
  padding: 10px;
}
.account .booking-data-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.account .booking-data-card .content {
  gap: 24px;
  color: var(--blackish-green, #121);
}
.account .booking-data-card .content .v-line {
  background: #d7e2ee;
  width: 1px;
  height: 48px;
}
.account .booking-data-card .content .txt-a {
  font-size: 20px;
  font-weight: 600;
}
.account .booking-data-card .content .txt-b {
  opacity: 0.75;
  font-size: 16px;
  font-weight: 400;
}
.account .booking-data-card .content .txt-c {
  font-size: 16px;
  font-weight: 500;
}
.account .booking-data-card .content .txt-d {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 600;
}
.account .booking-data-card .content .icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #ebf6f2;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////// */
/* ******** login/signup ******* */

.globe-form .block-a {
  margin-bottom: 64px;
}
.globe-form .block-b {
  margin-right: 104px;
}
.globe-form form {
  gap: 40px;
}
.globe-form .or-txt {
  background-color: var(--neutrals, #fff);
  color: rgba(17, 34, 17, 0.5);
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
}
.globe-form .login-option {
  gap: 16px;
}
.globe-form .sec-title {
  color: #000;
  font-family: "TradeGothic LT Extended";
  font-size: 40px;
  font-weight: 700;
}
.globe-form .txt-a {
  color: var(--blackish-green, #121);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
}
.globe-form .txt-b {
  font-size: 14px;
  font-weight: 500;
}
.globe-form .txt-c {
  font-size: 12px;
  font-weight: 400;
}
.globe-form .txt-b a {
  color: var(--slamon, #ff8682);
}
.globe-form.sign-up .block-a {
  margin-left: 104px;
}
.globe-form.sign-up .block-b {
  margin-right: 0;
  margin-left: 104px;
}
/* /////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////// */
/* ************************** media quarry ********************* */

@media screen and (max-device-width: 1400px) {
}
@media screen and (max-device-width: 1200px) {
  .container-a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flight .banner-content h4 {
    max-width: 80%;
    margin-bottom: 16px;
  }
}
@media screen and (max-device-width: 992px) {
  /* ----------- */
  .review-container {
    margin-left: 0px;
    padding-top: 22px;
  }
  /* ----------- */
  .booking-l-block {
    margin-right: 0px;
  }
}
@media screen and (max-device-width: 768px) {
  .home .banner {
    margin-top: inherit;
  }
  .home .banner .owl-stage-outer {
    border-radius: 0px;
  }

  .sec-head .sec-btn {
    border-radius: 30px;
  }

  .flight .banner-overlay,
  .hotel .banner-overlay {
    padding: 40px 30px;
    display: flex;
    align-items: center;
  }

  .listing-card {
    padding: 24px 10px;
  }
  .listing-card .card-content {
    padding-inline: 0px;
    gap: 16px;
  }

  .breadcrumb {
    margin-block: 16px;
  }

  .amenities .amenities-box {
    gap: 100px;
  }

  .globe-form .block-b {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .globe-form.sign-up .block-a {
    margin-left: 0px;
  }
  .globe-form.sign-up .block-b {
    margin-left: 0px;
  }
}
@media screen and (max-device-width: 576px) {
  .globe-nav {
    padding: 0;
  }
  /*  */
  .sec-heading {
    font-size: 26px;
  }
  .sec-dec {
    font-size: 14px;
  }
  .home .banner {
    margin-top: 0px;
  }
  .banner-content h4 {
    font-size: 24px;
  }
  .banner-content h3 {
    font-size: 35px;
  }
  .banner-content h5 {
    font-size: 16px;
    font-weight: 400;
  }
  .destination-text {
    margin-left: 16px;
    margin-right: 0px;
  }
  .review-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-letter {
    padding-bottom: 30px;
  }
  .news-letter-content h3 {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .footer-links ul {
    text-align: center;
  }
  .news-letter-image {
    display: none;
  }

  .flight .banner-content,
  .hotel .banner-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flight .banner-content h4,
  .hotel .banner-content h4 {
    width: 100%;
    margin-bottom: 16px;
  }
  .details-block h3 {
    font-size: 30px;
    font-weight: 700;
  }

  .listing-card .card-content .form-check-input {
    width: 16px;
    height: 16px;
  }
  .listing-card .txt-content .txt-b {
    display: none;
  }

  .breadcrumb {
    display: none;
  }
  .detail {
    margin-top: 32px;
  }
  .detail .titels {
    font-size: 22px;
  }
  .detail-btns .s-btn {
    padding-inline: 28px;
  }

  .details-cards {
    gap: 40px;
    margin-bottom: 60px;
  }
  .details-card {
    padding: 16px 0px;
  }
  .details-card .top {
    margin-bottom: 40px;
  }
  .details-card .mid {
    margin-bottom: 20px;
  }
  .details-card .mid li {
    padding: 14px 14px;
  }
  .details-card .low {
    gap: 14px;
  }
  .details-card .low h3 {
    font-size: 20px;
  }
  .details-card .low p {
    font-size: 14px;
  }

  .flight-booking .details-card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .booking-login {
    margin-bottom: 60px;
  }

  .price-details-box {
    padding: 20px;
    margin-bottom: 80px;
  }

  .card-select {
    margin-bottom: 80px;
    padding: 20px;
  }
  .card-select .modal-dialog {
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
  }
  .card-select .modal-content {
    padding: 28px;
    margin-inline: 20px;
  }
  .card-select .input-block {
    margin-bottom: 28px;
  }

  .hotel-cards {
    margin-bottom: 80px;
  }
  .hotel-cards .listing-card .card-content {
    padding-block: 30px;
    padding-inline: 0px;
  }
  .card-thumbnail img {
    border-radius: 12px;
  }

  .a-rooms-block {
    gap: 26px;
  }

  .amenities .amenities-box {
    gap: 30px;
  }
  .details-card .mid .name-logo {
    padding: 16px 16px;
    margin-bottom: 20px;
  }
  .details-card .mid .name-logo h3 {
    font-size: 18px;
    text-align: center;
  }

  /*  */
  .account .cover-img img {
    height: 200px;
  }
  .account .profile-block img {
    width: 120px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
  .account .profile-block .edit {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 6px;
  }
  .account .profile-block .edit svg {
    scale: 0.8;
  }

  .account .filterbar .bar-tab {
    margin-top: 20px;
  }
  .account .bar-tab .sec-title {
    font-size: 20px;
  }
  .account .bar-tab .account-detail-block {
    padding: 0px;
    padding-top: 20px;
    gap: 24px;
  }
  .account .bar-tab .account-detail-block .txt-b {
    font-size: 14px;
  }
  .account .bar-tab .account-detail-block .txt-a {
    font-size: 16px;
  }
  /*  */

  .pay-type-block {
    padding: 20px;
    gap: 16px;
  }

  .globe-form .block-a {
    margin-bottom: 34px;
  }

  .globe-form .sec-title {
    font-size: 28px;
    text-align: center;
  }
  /*  */
  .hotel-favorites .listing {
    padding-top: 30px;
  }
}
