@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Icons;
  src:
    url(../fonts/Icons.ttf?12bndh) format("truetype"),
    url(../fonts/Icons.woff?12bndh) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
:root {
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-line-height: 1.2;
  --bs-body-color: #000000;
  /* Dartur palette */
  --dar-cream: #feffb7;
  --dar-gold: #f3ca56;
  --dar-gold-deep: #c9a030;
  --dar-gold-border: #e8b848;
  --dar-teal: #477373;
  --dar-teal-soft: #5a7979;
  --dar-blue: #1c89b8;
  --dar-text-on-gold: #1a2e2e;
  /* Gold tint for inline SVG <img> icons (aligned with --dar-gold) */
  --dar-icon-gold-filter: brightness(0) saturate(100%) invert(75%) sepia(40%) saturate(600%)
    hue-rotate(5deg);
  /* Vertical nav strip: low contrast vs page bg, smooth left→right fade */
  --dar-scroll-anchor-gradient: linear-gradient(
    to right,
    color-mix(in srgb, var(--dar-cream) 14%, #ffffff 86%),
    color-mix(in srgb, var(--dar-cream) 9%, #ffffff 91%),
    color-mix(in srgb, var(--dar-cream) 6%, #ffffff 94%)
  );
}
html,
body {
  background-color: color-mix(in srgb, var(--dar-cream) 4%, #ffffff 10%);
}
.dar-services-showcase .list-group-item img,
.dar-why-us .card img,
.dar-card__cta img,
header .dar-header__contacts img,
.dar-hot-offers .dar-card__meta-days img,
.dar-hot-offers .dar-card__meta-guests img {
  filter: var(--dar-icon-gold-filter);
}
i[class^="icon-"] {
  color: #000;
  font-family: Icons !important;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-telegram:before {
  content: "\e902";
}
.icon-tiktok:before {
  content: "\e903";
}
.icon-viber:before {
  content: "\e904";
}
main {
  overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.dar-top-bar,
header,
section {
  display: flex;
}
.dar-top-bar .dar-scroll-anchor,
header .dar-scroll-anchor,
section .dar-scroll-anchor {
  align-self: stretch;
  background: var(--dar-scroll-anchor-gradient);
  border-right: 1px solid color-mix(in srgb, var(--dar-teal) 12%, transparent);
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: fit-content;
  z-index: 2;
}
.dar-top-bar .dar-scroll-anchor a,
header .dar-scroll-anchor a,
section .dar-scroll-anchor a {
  color: var(--dar-teal);
  padding: 0 1.75rem;
  text-align: end;
  text-decoration: none;
  width: 100%;
  writing-mode: vertical-lr;
}
.dar-top-bar .container-fluid,
header .container-fluid,
section .container-fluid {
  max-width: 1308px;
  padding: 0 3rem;
}
#section-module {
  /* Vertical anchor strip width; absolute is out of flow — compensate with padding on .container-fluid */
  --dar-anchor-strip: 4.8rem;
}
@media (max-width: 1399.98px) {
  #section-module {
    --dar-anchor-strip: 3.8rem;
  }
}
.section-module .container-fluid {
  margin: -78px auto 0;
  max-width: 1408px;
}
section.section-module #tours_search_frame {
  display: block;
  position: relative;
  z-index: 3;
}
/*
 * #section-module — frame tuning (only on #section-module):
 *   --tours-frame-min-h, --tours-frame-mb, --destinations-after-pt
 *
 * Reference (viewport width, largest → smallest):
 *   min 1150px     | 360px  | -110px  | clamp(3.25rem, 9vw, 5.5rem)
 *   992–1149px     | 270px  | -100px  | clamp(3.25rem, 9vw, 5.5rem)
 *   950–991px      | 560px  | -4.5rem | 3.25rem
 *   539–949px      | 480px  | -2.5rem | 3rem
 *   464–538px      | 380px  | -1rem   | 1.75rem
 *   0–463.98px     | 320px  | -1rem   | 1.5rem
 *
 * CSS order: cascade-safe (950–991 after 539–949; 1150 after 992–1149).
 */
@media (max-width: 463.98px) {
  #section-module {
    --tours-frame-min-h: 570px;
    --tours-frame-mb: -1rem;
    --destinations-after-pt: 1.5rem;
  }
}
@media (min-width: 464px) and (max-width: 538.98px) {
  #section-module {
    --tours-frame-min-h: 570px;
    --tours-frame-mb: -1rem;
    --destinations-after-pt: 1.75rem;
  }
}
@media (min-width: 539px) and (max-width: 575.20px) {
  #section-module {
    --tours-frame-min-h:580px;
    --tours-frame-mb: -1rem; 
    --destinations-after-pt: -3rem;
  }
}
@media (min-width: 575.30px) and (max-width: 949.98px) {
  #section-module {
    --tours-frame-min-h: 370px;
    --tours-frame-mb: -1rem; 
    --destinations-after-pt: -3rem;
  }
}
@media (min-width: 950px) and (max-width: 991.98px) {
  #section-module {
    --tours-frame-min-h:350px;
    --tours-frame-mb: -1rem; 
    --destinations-after-pt: -3rem;
  }
}
@media (min-width: 992px) and (max-width: 1149.98px) {
  #section-module {
    --tours-frame-min-h:370px;
    --tours-frame-mb: -0.5rem; 
    --destinations-after-pt: -1rem;
  }
}
@media (min-width: 1150px) {
  #section-module {
    --tours-frame-min-h: 360px;
    --tours-frame-mb: -110px;
    --destinations-after-pt: clamp(3.25rem, 9vw, 5.5rem);
  }
}

/* #section-module — layout (everything except the three tuning vars above) */
@media (min-width: 992px) {
  /* static: no offset; align to row start via section align-items + align-self */
  #section-module {
    position: relative;
  }
  #section-module .dar-scroll-anchor {
    left: 0;
    top: 0;
    height: var(--tours-frame-min-h);
    position: absolute;
    width: var(--dar-anchor-strip);
    box-sizing: border-box;
  }
  /* Base 3rem left padding + strip width (absolute does not reserve flow space) */
  #section-module .container-fluid {
    padding-left: calc(var(--dar-anchor-strip) + 3rem);
  }
  section.section-module #tours_search_frame {
    min-height: var(--tours-frame-min-h);
    height: var(--tours-frame-min-h);
    margin-bottom: var(--tours-frame-mb);
  }
  .section-module + .dar-destinations {
    padding-top: var(--destinations-after-pt);
    position: relative;
    z-index: 1;
  }
  .section-module + .dar-destinations .container-fluid {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #section-module {
    position: relative;
  }
  #section-module .dar-scroll-anchor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: var(--dar-anchor-strip);
    min-height: var(--tours-frame-min-h);
    height: auto;
  }
  #section-module .container-fluid {
    flex: 1 1 100%;
    min-width: 0;
    padding-left: calc(var(--dar-anchor-strip) + 3rem);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.section-module #tours_search_frame {
    min-height: var(--tours-frame-min-h);
    height: auto;
    margin-bottom: var(--tours-frame-mb);
  }
  .section-module + .dar-destinations {
    padding-top: var(--destinations-after-pt);
    position: relative;
    z-index: 1;
  }
}

.dar-top-bar .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}
.row {
  --bs-gutter-x: 1rem;
}
.btn {
  background: linear-gradient(180deg, var(--dar-gold), var(--dar-gold-deep));
  border: 2px solid var(--dar-gold-border);
  border-radius: 50rem;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0 10px 10px -5px !important;
  color: var(--dar-text-on-gold);
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  padding: 1rem 3rem;
  position: relative;
  transition: 0.25s;
}
.btn:hover {
  color: var(--dar-text-on-gold);
  background: linear-gradient(180deg, #fce06a, #d4a832);
  border: 2px solid var(--dar-gold-border);
  filter: brightness(105%);
}
.btn:active {
  border: 2px solid var(--dar-gold-border) !important;
}
.btn::after {
  animation: btnAnimation 3.5s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  height: 70%;
  left: -160%;
  opacity: 0;
  position: absolute;
  top: -130%;
  transform: rotate(120deg);
  width: 200px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.5) 77%,
    rgba(255, 255, 255, 0.8) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes btnAnimation {
  10% {
    left: -160%;
    opacity: 1;
    top: -130%;
    transition-duration: 0.3s, 0.3s, 0.1s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
  }
  to {
    left: 130%;
    opacity: 0;
    top: 130%;
    transition-property: left, top, opacity;
  }
}
.dar-top-bar {
  align-items: stretch;
  padding: 0;
}
.dar-top-bar .dar-scroll-anchor {
  align-items: stretch;
  align-self: stretch;
}
.dar-top-bar .dar-scroll-anchor a {
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.dar-top-bar .dar-channel-buttons,
.dar-top-bar .dar-social {
  display: flex;
  gap: 14px;
}
.dar-top-bar .dar-channel-buttons a,
.dar-top-bar .dar-social a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  width: 30px;
}
.dar-top-bar .dar-channel-buttons a i,
.dar-top-bar .dar-social a i {
  color: var(--dar-gold);
  font-size: 19px;
}
.dar-top-bar .dar-channel-buttons a i.icon-facebook,
.dar-top-bar .dar-social a i.icon-facebook {
  color: var(--dar-blue);
}
.dar-top-bar .dar-channel-buttons a i.icon-instagram,
.dar-top-bar .dar-social a i.icon-instagram {
  color: #e1306c;
}
.dar-top-bar .dar-channel-buttons a i.icon-tiktok,
.dar-top-bar .dar-social a i.icon-tiktok {
  color: #000;
}
.dar-top-bar .dar-lang-switch {
  display: flex;
  margin-left: auto;
}
.dar-top-bar .dar-lang-switch a,
.dar-top-bar .dar-lang-switch .dar-lang-switch__link,
.dar-top-bar .dar-lang-switch .dar-lang-switch__current {
  color: #000;
  display: block;
  font-size: 16px;
  padding: 0 6px;
  text-decoration: none;
}
.dar-top-bar .dar-lang-switch .dar-lang-switch__link:hover {
  color: #000;
}
.dar-top-bar .dar-lang-switch .dar-lang-switch__current {
  cursor: default;
  font-weight: 600;
}
.dar-top-bar .dar-lang-switch > *:first-child {
  position: relative;
}
.dar-top-bar .dar-lang-switch > *:first-child::after {
  background-color: rgba(71, 115, 115, 0.12);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotate(15deg);
  width: 1px;
}
.dar-top-bar .dar-channel-buttons {
  gap: 12px;
}
.dar-top-bar .dar-offers-banner {
  font-size: 13px;
  margin: 0 16px 0 32px;
}
.dar-top-bar .dar-channel-buttons a.dar-channel--telegram {
  background-color: var(--dar-blue);
}
.dar-top-bar .dar-channel-buttons a.dar-channel--viber {
  background-color: var(--dar-teal);
}
.dar-top-bar .dar-channel-buttons a i {
  color: #fff;
  font-size: 16px;
}
header {
  z-index: 9;
  top: 60px;
  transition: all 0.3s ease;
  position: absolute;
  width: 100% !important;
}
header.hide {
  transform: translateY(-100%);
  top: 0;
}
header.header-fixed {
  background: #fff;
  box-shadow: 0 12px 20px rgba(44, 43, 43, 0.08);
  border-bottom: 1px solid rgba(71, 115, 115, 0.15);
  position: fixed;
  top: 0;
}
header.header-fixed .navbar {
  padding-bottom: 10px;
}
header.header-fixed .navbar-brand img {
  width: auto;
  height: 77px;
}
header.header-fixed .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.header-fixed .dar-header__contacts > div:nth-child(2) {
  display: none !important;
}
header.header-fixed .dar-header__contacts a {
  color: var(--dar-blue);
}
header.header-fixed .dar-header__contacts a[href^="tel:"] {
  color: var(--dar-gold);
}
header.header-fixed .dar-header__contacts a[href^="tel:"]:hover {
  color: var(--dar-gold-deep);
}
header.header-fixed .dar-header__contacts-telegram {
  display: none;
}
header .dar-scroll-anchor {
  border-bottom: unset;
  border-left: unset;
  border-top: unset;
}
header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}
header .dar-header__contacts a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
header .dar-header__contacts a[href^="tel:"] {
  color: var(--dar-gold);
}
header .dar-header__contacts a[href^="tel:"]:hover {
  color: var(--dar-gold-deep);
}
header .dar-header__contacts a:hover {
  color: var(--dar-blue);
}
header .dar-header__contacts-telegram {
  align-items: center;
  background-color: var(--dar-blue);
  border-radius: 50rem;
  display: flex;
  justify-content: space-evenly;
  margin-top: 6px;
  padding: 8px 14px 8px 8px;
  width: 100%;
}
header .dar-header__contacts-telegram a {
  font-size: 14px !important;
}
header .dar-header__contacts-telegram a:hover {
  color: #fff;
}
.dar-hero .dar-section-inner {
  border-bottom-left-radius: 1.75rem;
  overflow: hidden;
}
.dar-hero .container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 750px;
  padding: calc(124px + 3.5rem) 3rem calc(78px + 3.5rem) 3rem;
}
.dar-hero .h1,
.dar-hero h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 2.5rem;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.dar-hero .h1 span,
.dar-hero .h1::first-letter,
.dar-hero h1 span,
.dar-hero h1::first-letter {
  color: var(--dar-gold);
}
.dar-hero p {
  animation-delay: 0.25s;
  color: #fff;
  font-size: 28px;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.dar-hero .btn {
  animation-delay: 0.75s;
  display: table;
  margin: 0 auto;
}
.dar-hero .dar-hero-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.dar-hero .dar-hero-media::after {
  background: rgba(71, 115, 115, 0.42);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.dar-hero .dar-hero-media img,
.dar-hero .dar-hero-media video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.dar-destinations .container-fluid {
  margin: calc(3.5rem - 20px) auto 0 auto;
}
.dar-destinations .h2,
.dar-destinations h2 {
  font-size: 40px;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.dar-destinations .h2::first-letter,
.dar-destinations h2::first-letter {
  color: var(--dar-gold);
}
.dar-destinations .card {
  border: unset;
  border-radius: 1.25rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.dar-destinations .card picture img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.dar-destinations .dar-card__content {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
.dar-destinations .dar-card__heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.dar-destinations .dar-card__price {
  background: var(--dar-blue);
  border-radius: 50rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 10px 12px;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}
.dar-destinations .dar-card__route {
  color: var(--dar-teal-soft);
  margin-bottom: 1.25rem;
}
.dar-destinations .dar-card__cta {
  align-items: center;
  color: var(--dar-blue);
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
  text-decoration: none;
}
.dar-hot-offers .container-fluid {
  margin: 0.5rem auto 0 auto;
}
.dar-hot-offers .h2,
.dar-hot-offers h2 {
  font-size: 40px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.dar-hot-offers .h2::first-letter,
.dar-hot-offers h2::first-letter {
  color: var(--dar-gold);
}
.dar-hot-offers .card {
  border: unset;
  border-radius: 1.25rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  height: 285px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.dar-hot-offers .card:hover .dar-card__content {
  background: rgba(0, 0, 0, 0.5);
}
.dar-hot-offers .card:hover picture img {
  filter: blur(4px);
}
.dar-hot-offers .dar-offer-card--compact .dar-card__footer {
  flex-direction: column;
  gap: 0.25rem;
}
.dar-hot-offers .dar-offer-card--compact .dar-card__rating {
  order: -1;
}
.dar-hot-offers .card picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: 0.2s;
  width: 100%;
}
.dar-hot-offers .dar-card__content {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  position: relative;
  transition: 0.2s;
  z-index: 2;
}
.dar-hot-offers .dar-card__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.dar-hot-offers .dar-card__meta-days,
.dar-hot-offers .dar-card__meta-guests {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 0.5rem;
  margin-bottom: 0;
}
.dar-hot-offers .dar-card__meta-days {
  margin-bottom: 0.25rem;
}
.dar-hot-offers .dar-card__price-tag {
  background: var(--dar-blue);
  border-radius: 50rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 10px 12px;
}
.dar-hot-offers .dar-card__footer {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.dar-hot-offers .dar-card__destination-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.dar-hot-offers .dar-card__destination-note {
  color: #fff;
  margin-bottom: 0;
}
.dar-cta-vacation .dar-section-inner,
.dar-cta-exclusive .dar-section-inner {
  background: url(../img/cta-vacation-pattern.png) var(--dar-blue);
  border-bottom-left-radius: 1.75rem;
  border-top-left-radius: 1.75rem;
  margin-top: 3rem;
}
.dar-cta-vacation .container-fluid,
.dar-cta-exclusive .container-fluid {
  max-width: 1308px;
  padding: 4rem 3rem;
}
.dar-cta-vacation .container-fluid > div,
.dar-cta-exclusive .container-fluid > div {
  gap: 3rem;
}
.dar-cta-vacation .h3,
.dar-cta-vacation h3,
.dar-cta-exclusive .h3,
.dar-cta-exclusive h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.dar-cta-vacation .h3::first-letter,
.dar-cta-vacation h3::first-letter,
.dar-cta-exclusive .h3::first-letter,
.dar-cta-exclusive h3::first-letter {
  color: var(--dar-gold);
}
.dar-cta-vacation p,
.dar-cta-exclusive p {
  color: #fff;
}
.dar-services-showcase .container-fluid {
  margin: 4.5rem auto 0 auto;
}
.dar-services-showcase .dar-showcase-collage {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dar-services-showcase .dar-showcase-collage img {
  border-radius: 1.25rem;
}
.dar-services-showcase .dar-showcase-collage img:first-child {
  margin-right: 1rem;
  width: calc(45% - 0.5rem);
}
.dar-services-showcase .dar-showcase-collage img:nth-child(2) {
  width: calc(55% - 0.5rem);
}
.dar-services-showcase .dar-showcase-collage img:nth-child(3) {
  align-self: flex-start;
  margin: 1rem 1rem 0 0;
  width: 32.5%;
}
.dar-services-showcase .dar-showcase-collage img:last-child {
  align-self: flex-start;
  margin-top: 1rem;
  width: calc(45% - 1rem);
}
.dar-services-showcase .h3,
.dar-services-showcase h3 {
  font-size: 40px;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.dar-services-showcase .h3::first-letter,
.dar-services-showcase h3::first-letter {
  color: var(--dar-gold);
}
.dar-services-showcase p {
  color: var(--dar-teal-soft);
}
.dar-services-showcase .list-group {
  margin-bottom: 1.25rem;
}
.dar-services-showcase .list-group-item {
  align-items: center;
  border: unset;
  color: var(--dar-teal-soft);
  display: flex;
  gap: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
.dar-services .container-fluid {
  margin: 4rem auto 0 auto;
}
.dar-services .h4,
.dar-services h4 {
  font-size: 40px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.dar-services .h4::first-letter,
.dar-services h4::first-letter {
  color: var(--dar-gold);
}
.dar-services .card {
  border: unset;
  border-radius: 1.25rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  height: 260px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.dar-services .card:hover .dar-card__content {
  background: rgba(0, 0, 0, 0.5);
}
.dar-services .card:hover picture img {
  filter: blur(4px);
}
.dar-services .card picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: 0.2s;
  width: 100%;
}
.dar-services .dar-card__content {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  padding: 1.25rem;
  position: relative;
  transition: 0.2s;
  z-index: 2;
}
.dar-services .dar-card__heading {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 0.75rem;
  margin: auto 0 0 0;
}
.dar-services .dar-card__heading span {
  color: var(--dar-gold);
  font-size: 27px;
}
.dar-services .btn {
  margin-top: 2rem;
}
.dar-why-us .container-fluid {
  margin: 4rem auto 0 auto;
}
.dar-why-us .h4,
.dar-why-us h4 {
  font-size: 40px;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.dar-why-us .h4::first-letter,
.dar-why-us h4::first-letter {
  color: var(--dar-gold);
}
.dar-why-us .card {
  align-items: center;
  border: unset;
  border-radius: 1.25rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  flex-direction: row;
  gap: 1.5rem;
  height: 100%;
  margin: 0;
  padding: 1.25rem;
}
.dar-why-us .card p {
  margin-bottom: 0;
}
.dar-lead-form .dar-section-inner::after,
.dar-lead-form .dar-section-inner::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}
.dar-lead-form .dar-section-inner::before {
  background: url(../img/lead-form-accent-left.jpg) no-repeat right
    center;
  left: 0;
  width: calc(50% - 383.99px);
}
.dar-lead-form .dar-section-inner::after {
  background: url(../img/lead-form-accent-right.jpg) no-repeat left
    center;
  right: 0;
  width: calc(50% - 383.99px);
}
.dar-lead-form .container-fluid {
  max-width: 767.98px;
  padding: 4rem 3rem 3.5rem 3rem;
}
.dar-lead-form .h5,
.dar-lead-form h5 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.dar-lead-form .h5::first-letter,
.dar-lead-form h5::first-letter {
  color: var(--dar-gold);
}
.dar-lead-form .h5 ~ p,
.dar-lead-form h5 ~ p {
  margin-bottom: 3rem;
  text-align: center;
}
.dar-lead-form form {
  --bs-body-bg: transparent;
}
.dar-lead-form .form-floating label {
  width: 100%;
}
.dar-lead-form .form-floating .iti {
  width: 100%;
}
.dar-lead-form .form-floating .iti__selected-flag {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.dar-lead-form .form-floating .iti__country-name {
  color: #000;
}
.dar-lead-form .form-floating .iti__country-list {
  border: unset;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 20px 30px;
  margin-top: 10px;
  z-index: 3;
}
.dar-lead-form .form-floating .iti .form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem 1rem calc(96px + 0.5rem) !important;
}
.dar-lead-form .form-control,
.dar-lead-form .form-select {
  background-color: rgba(254, 255, 183, 0.28);
  border-color: rgba(71, 115, 115, 0.22);
  border-radius: 0.5rem;
  font-size: 18px;
}
.dar-lead-form .form-control:focus,
.dar-lead-form .form-select:focus {
  border-color: var(--dar-blue);
  box-shadow: unset;
}
.dar-lead-form .btn {
  min-width: 260px;
}
.dar-location {
  height: 450px;
}
.dar-location iframe {
  border-top-left-radius: 1.75rem;
  width: 100% !important;
  position: absolute;
  inset: 0;
}
.dar-modal__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.dar-modal__title::first-letter {
  color: var(--dar-gold);
}
.dar-modal__text {
  font-size: 16px;
  margin: 8px 0 24px;
  text-align: center;
}
#popup .dar-modal__lead-iframe {
  border: 0;
  display: block;
  height: 400px;
  width: 100%;
}
.modal-content {
  border-radius: 1rem;
}
.modal-header {
  border: unset;
}
.modal-header .btn-close:focus {
  box-shadow: unset;
}
.modal-body {
  padding: 0 2rem 2rem;
}
@media (max-width: 1399.98px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  header .dar-header__contacts img {
    height: 22px;
    width: auto;
  }
  header .dar-header__contacts a {
    font-size: 20px;
  }
  .dar-top-bar .dar-scroll-anchor a,
  header .dar-scroll-anchor a,
  section .dar-scroll-anchor a {
    font-size: 16px;
    padding: 0 1.25rem;
  }
  .btn {
    font-size: 18px;
    padding: 0.75rem 2rem;
  }
  .dar-hero .container-fluid {
    min-height: 700px;
  }
  .dar-hero .h1,
  .dar-hero h1 {
    font-size: calc(1.40625rem + 1.875vw) !important;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .dar-hero .h1,
  .dar-hero h1 {
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1399.98px) {
  .dar-hero p {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .dar-hero p {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1399.98px) {
  .dar-destinations .h2,
  .dar-destinations .h3,
  .dar-destinations .h4,
  .dar-destinations .h5,
  .dar-destinations h2,
  .dar-destinations h3,
  .dar-destinations h4,
  .dar-destinations h5,
  .dar-hot-offers .h2,
  .dar-hot-offers .h3,
  .dar-hot-offers .h4,
  .dar-hot-offers .h5,
  .dar-hot-offers h2,
  .dar-hot-offers h3,
  .dar-hot-offers h4,
  .dar-hot-offers h5,
  .dar-services .h2,
  .dar-services .h3,
  .dar-services .h4,
  .dar-services .h5,
  .dar-services h2,
  .dar-services h3,
  .dar-services h4,
  .dar-services h5,
  .dar-why-us .h2,
  .dar-why-us .h3,
  .dar-why-us .h4,
  .dar-why-us .h5,
  .dar-why-us h2,
  .dar-why-us h3,
  .dar-why-us h4,
  .dar-why-us h5,
  .dar-lead-form .h2,
  .dar-lead-form .h3,
  .dar-lead-form .h4,
  .dar-lead-form .h5,
  .dar-lead-form h2,
  .dar-lead-form h3,
  .dar-lead-form h4,
  .dar-lead-form h5 {
    font-size: calc(1.34375rem + 1.125vw) !important;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .dar-destinations .h2,
  .dar-destinations .h3,
  .dar-destinations .h4,
  .dar-destinations .h5,
  .dar-destinations h2,
  .dar-destinations h3,
  .dar-destinations h4,
  .dar-destinations h5,
  .dar-hot-offers .h2,
  .dar-hot-offers .h3,
  .dar-hot-offers .h4,
  .dar-hot-offers .h5,
  .dar-hot-offers h2,
  .dar-hot-offers h3,
  .dar-hot-offers h4,
  .dar-hot-offers h5,
  .dar-services .h2,
  .dar-services .h3,
  .dar-services .h4,
  .dar-services .h5,
  .dar-services h2,
  .dar-services h3,
  .dar-services h4,
  .dar-services h5,
  .dar-why-us .h2,
  .dar-why-us .h3,
  .dar-why-us .h4,
  .dar-why-us .h5,
  .dar-why-us h2,
  .dar-why-us h3,
  .dar-why-us h4,
  .dar-why-us h5,
  .dar-lead-form .h2,
  .dar-lead-form .h3,
  .dar-lead-form .h4,
  .dar-lead-form .h5,
  .dar-lead-form h2,
  .dar-lead-form h3,
  .dar-lead-form h4,
  .dar-lead-form h5 {
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1399.98px) {
  .dar-lead-form .h5 ~ p,
  .dar-lead-form h5 ~ p {
    margin-bottom: 2.5rem;
  }
  .dar-cta-vacation .h3,
  .dar-cta-vacation h3,
  .dar-cta-exclusive .h3,
  .dar-cta-exclusive h3 {
    font-size: calc(1.34375rem + 1.125vw) !important;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .dar-cta-vacation .h3,
  .dar-cta-vacation h3,
  .dar-cta-exclusive .h3,
  .dar-cta-exclusive h3 {
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1399.98px) {
  .dar-services-showcase .container-fluid {
    margin-top: 4rem;
  }
  .dar-services-showcase .h3,
  .dar-services-showcase h3 {
    font-size: calc(1.34375rem + 1.125vw) !important;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .dar-services-showcase .h3,
  .dar-services-showcase h3 {
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1399.98px) {
  .dar-modal__title {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .dar-destinations .card picture img {
    max-height: 230px;
  }
  .dar-hot-offers .card {
    max-height: 265px;
  }
  .dar-hot-offers .dar-offer-card--featured .dar-card__footer {
    flex-direction: column;
    gap: 0.25rem;
  }
  .dar-hot-offers .dar-offer-card--featured .dar-card__rating {
    order: -1;
  }
  .dar-cta-vacation .container-fluid,
  .dar-cta-exclusive .container-fluid,
  .dar-lead-form .container-fluid {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
  .dar-services-showcase .container-fluid,
  .dar-services .container-fluid,
  .dar-why-us .container-fluid {
    margin-top: 3.5rem;
  }
  .dar-services .card {
    max-height: 240px;
  }
}
@media (max-width: 991.98px) {
  .dar-hero .container-fluid {
    min-height: 650px;
  }
  .dar-cta-vacation .container-fluid,
  .dar-cta-exclusive .container-fluid {
    text-align: center;
  }
  .dar-cta-vacation .container-fluid > div,
  .dar-cta-exclusive .container-fluid > div {
    flex-direction: column;
    gap: 2rem;
  }
  .dar-services-showcase .container-fluid {
    text-align: center;
  }
  .dar-services-showcase .dar-showcase-collage {
    align-items: center;
    margin-top: 3.5rem;
  }
  .dar-services-showcase .dar-showcase-collage img:first-child {
    width: calc(25% - 0.5rem);
  }
  .dar-services-showcase .dar-showcase-collage img:nth-child(2) {
    width: calc(30% - 0.5rem);
  }
  .dar-services-showcase .dar-showcase-collage img:nth-child(3) {
    align-self: unset;
    margin: 0 0 0 1rem;
    width: calc(25% - 0.5rem);
  }
  .dar-services-showcase .dar-showcase-collage img:last-child {
    display: none;
  }
  .dar-services-showcase .list-group {
    flex-direction: row;
    justify-content: space-around;
  }
  .dar-services-showcase .list-group-item {
    flex-direction: column;
    gap: 1rem;
    width: 25%;
  }
  .dar-services-showcase .list-group-item:nth-child(2) {
    order: -1;
  }
  .dar-services .card {
    max-height: 200px;
  }
}
@media (max-width: 767.98px) {
  header.hide {
    transform: translateY(calc(-100% - 6px));
  }
  header.header-fixed {
    margin: 6px 12px;
    border-radius: 1.25rem;
    width: calc(100% - 24px) !important;
    border-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: saturate(150%) blur(15px);
  }
  header.header-fixed .navbar {
    padding-right: 8px;
  }
  header.header-fixed .navbar-brand img {
    height: 60px;
  }
  .dar-top-bar .dar-scroll-anchor,
  header .dar-scroll-anchor,
  section .dar-scroll-anchor {
    display: none;
  }
  .dar-top-bar .dar-scroll-anchor a,
  header .dar-scroll-anchor a,
  section .dar-scroll-anchor a {
    padding: 0 1rem;
  }
  .dar-top-bar .container-fluid {
    padding: 10px 1.5rem;
  }
  header .container-fluid,
  section .container-fluid {
    padding: 0 1.5rem;
  }
  /* Anchor hidden — reset strip offset (#section-module beats section for padding-left) */
  #section-module .container-fluid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    padding: 0 1.5rem;
  }
  .dar-hero .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .dar-hero .h1 br,
  .dar-hero h1 br,
  .dar-hero p br {
    display: none;
  }
  .dar-destinations .h2,
  .dar-destinations .h3,
  .dar-destinations .h4,
  .dar-destinations h2,
  .dar-destinations h3,
  .dar-destinations h4,
  .dar-hot-offers .h2,
  .dar-hot-offers .h3,
  .dar-hot-offers .h4,
  .dar-hot-offers h2,
  .dar-hot-offers h3,
  .dar-hot-offers h4,
  .dar-services-showcase .h2,
  .dar-services-showcase .h3,
  .dar-services-showcase .h4,
  .dar-services-showcase h2,
  .dar-services-showcase h3,
  .dar-services-showcase h4,
  .dar-services .h2,
  .dar-services .h3,
  .dar-services .h4,
  .dar-services h2,
  .dar-services h3,
  .dar-services h4,
  .dar-why-us .h2,
  .dar-why-us .h3,
  .dar-why-us .h4,
  .dar-why-us h2,
  .dar-why-us h3,
  .dar-why-us h4 {
    margin-bottom: 2rem;
  }
  .dar-destinations .card picture img {
    max-height: 200px;
  }
  .dar-destinations .dar-card__price {
    left: 1rem;
    right: unset;
    top: 1rem;
  }
  .dar-hot-offers .container-fluid {
    margin-top: 2rem;
  }
  .dar-hot-offers .h2,
  .dar-hot-offers h2 {
    text-align: center;
  }
  .dar-hot-offers .card {
    max-height: 245px;
  }
  .dar-hot-offers .dar-card__meta-days img,
  .dar-hot-offers .dar-card__meta-guests img {
    display: none;
  }
  .dar-cta-vacation .dar-section-inner,
  .dar-cta-exclusive .dar-section-inner {
    border-radius: unset;
  }
  .dar-cta-vacation .container-fluid,
  .dar-cta-exclusive .container-fluid,
  .dar-lead-form .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .dar-services-showcase .dar-showcase-collage {
    align-items: flex-end;
    margin: 3rem auto 0 auto;
    max-width: 460px;
  }
  .dar-services-showcase .dar-showcase-collage img:first-child {
    width: calc(45% - 0.5rem);
  }
  .dar-services-showcase .dar-showcase-collage img:nth-child(2) {
    width: calc(55% - 0.5rem);
  }
  .dar-services-showcase .dar-showcase-collage img:nth-child(3) {
    align-self: flex-start;
    margin: 1rem 1rem 0 0;
    width: 32.5%;
  }
  .dar-services-showcase .dar-showcase-collage img:last-child {
    display: block;
  }
  .dar-services-showcase .list-group {
    flex-direction: column;
  }
  .dar-services-showcase .list-group-item {
    width: 100%;
  }
  .dar-services .h4,
  .dar-services h4 {
    text-align: center;
  }
  .dar-services .card {
    max-height: 180px;
  }
  .dar-lead-form .dar-section-inner::before {
    display: none;
  }
  .dar-lead-form .dar-section-inner::after {
    background-position: center;
    height: 50%;
    top: auto;
    width: 100%;
  }
  .dar-location iframe {
    border-radius: unset;
  }
}
@media (max-width: 575.98px) {
  .dar-top-bar .container-fluid {
    padding: 10px 0.75rem;
  }
  header .container-fluid,
  section .container-fluid {
    padding: 0 0.75rem;
  }
  #section-module .container-fluid {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: calc(100% + 1.5rem);
    padding: 0 0.75rem;
  }
  header {
    top: 0;
  }
  header .navbar-brand img {
    height: 77px;
    width: auto;
  }
  .dar-top-bar {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
  }
  .dar-top-bar .dar-social {
    gap: 10px;
  }
  .dar-top-bar .dar-lang-switch {
    margin-right: 24px;
  }
  .dar-top-bar .dar-offers-banner {
    display: none;
  }
  .dar-destinations .card {
    flex-direction: row;
    min-height: 200px;
  }
  .dar-destinations .card picture {
    flex-shrink: 0;
    width: 45%;
  }
  .dar-destinations .card picture img {
    height: 100%;
    max-height: 100%;
  }
  .dar-hot-offers .container-fluid {
    margin-top: 2.5rem;
  }
  .dar-services-showcase .h3,
  .dar-services-showcase h3 {
    text-align: center;
  }
  .dar-services-showcase .list-group-item {
    flex-direction: row;
    padding: 10px 0;
  }
  .dar-services .card {
    max-height: 160px;
  }
  .dar-lead-form .dar-section-inner::after {
    background: 0 0;
  }
  .dar-lead-form .btn {
    max-width: 260px;
    min-width: auto;
    width: 75%;
  }
}
/* Spacer when the main lead form is removed */
.dar-lead-form {
  min-height: 800px;
}
@media (max-width: 520px) {
  .dar-lead-form {
    min-height: 820px;
  }
}

.dar-lead-form .ru {
  min-height: 820px;
}
@media (max-width: 520px) {
  .dar-lead-form .ru {
    min-height: 840px;
  }
}
