@font-face {
  font-family: "Gilroy-GO";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gilroy-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-GO";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gilroy-500.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-GO";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/gilroy-600.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-GO";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gilroy-700.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-GO";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/gilroy-800.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-GO";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/gilroy-900.woff2") format("woff2");
  font-display: swap;
}
:root {
  --color-primary: #3b82f6;
  --color-primary-rgb: 38, 61, 145;
  --color-primary-dark: #032671;
  --color-primary-darken: #10193c;
  --color-primary-darken-rgb: 16, 25, 60;
  --color-primary-light: #a8b1d3;
  --color-primary-lighten: #e9ebf4;
  --color-secondary: #a4d6b5;
  --color-secondary-dark: #93c0a2;
  --color-secondary-light: #daeee1;
  --color-secondary-lighten: #f5faf7;
  --color-tertiary: #fff;
  --color-tertiary-rgb: 214, 180, 133;
  --color-tertiary-dark: #c0a277;
  --color-tertiary-light: #ede5d5;
  --color-tertiary-lighten: #f6f0e6;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
  --dark: #212529;
  --font-main: "Gilroy-GO", sans-serif;
  --font-accent: "Gilroy-GO", sans-serif;
  --font-secondary: "Gilroy-GO", sans-serif;
  --placeholder: var(--bs-gray-600);
  --selection-bg: var(--color-primary);
  --selection-color: var(--color-primary-lighten);
  --scrollbar-width: 10px;
  --scrollbar-track-bg: var(--color-primary-lighten);
  --scrollbar-thumb-bg: var(--color-primary-dark);
  --scrollbar-thumb-hover-bg: var(--color-primary-dark);
  --body-font-size: 16px;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-bg: #ffffff;
  --body-color: var(--color-primary-darken);
  --outline: 2px dashed currentColor;
  --outline-offset: 3px;
  --transition:
    color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  --box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  --swiper-theme-color: var(--color-primary);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}
body {
  background-color: var(--body-bg);
  min-width: 360px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: var(--body-color);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-family: var(--font-main);
}
body.no-scroll {
  overflow: hidden;
}
::-moz-placeholder {
  color: var(--placeholder);
}
::placeholder {
  color: var(--placeholder);
}
::-moz-selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}
::selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}
::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-bg);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--scrollbar-thumb-bg);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover-bg);
}
a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s ease-in;
}
a:hover {
  color: var(--color-primary-dark);
}
section {
  position: relative;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.swiper-slide {
  height: auto;
}
.swiper-shadow {
  margin: -15px;
  padding: 15px;
}
.swiper-nav2 .swiper-button-next,
.swiper-nav2 .swiper-button-prev {
  --swiper-navigation-size: 18px;
  width: 40px;
  height: 40px;
  box-shadow: 0px 20px 40px 0px rgba(5, 16, 54, 0.0705882353);
  background-color: var(--white);
  border-radius: 50%;
  opacity: 0.8;
  transition:
    background-color 0.2s ease-in,
    color 0.2s ease-in;
}
.swiper-nav2 .swiper-button-next:hover,
.swiper-nav2 .swiper-button-prev:hover {
  transition:
    background-color 0.2s ease-in,
    color 0.2s ease-in;
  background-color: var(--color-primary);
  color: var(--white);
}
.swiper-nav2 .swiper-button-next.swiper-button-disabled,
.swiper-nav2 .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: auto;
  color: var(--bs-gray-500);
  pointer-events: none;
}
.upload,
.upload * {
  box-sizing: border-box;
}
.upload {
  margin: 16px 0;
  border: 2px dotted var(--bs-gray-500);
  background-color: var(--bs-gray-100);
  padding: 20px 20px;
  border-radius: 6px;
}
.upload.dz-clickable {
  cursor: pointer;
}
.upload.dz-clickable * {
  cursor: default;
}
.upload.dz-clickable .dz-message,
.upload.dz-clickable .dz-message * {
  cursor: pointer;
}
.upload.dz-started .dz-message {
  display: none;
}
.upload.dz-drag-hover {
  border-style: solid;
}
.upload.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.upload .dz-message {
  text-align: center;
  margin: 0;
}
.upload .dz-message-btn {
  background-color: var(--bs-gray-200);
  border-radius: 4px;
  padding: 8px 0;
  font-weight: 500;
  color: var(--color-primary);
  transition: background-color 0.2s ease-in;
}
.upload .dz-message-btn:hover {
  background-color: var(--bs-gray-300);
}
.upload .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  min-height: 100px;
}
.upload .dz-preview:hover {
  z-index: 1000;
}
.upload .dz-preview:hover .dz-details {
  opacity: 1;
}
.upload .dz-preview.dz-file-preview .dz-image {
  border-radius: 8px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.upload .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.upload .dz-preview.dz-image-preview {
  background: #fff;
  border-radius: 8px;
}
.upload .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.upload .dz-preview .dz-remove {
  font-size: 16px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.upload .dz-preview .dz-remove * {
  cursor: pointer;
}
.upload .dz-preview .dz-remove:hover {
  text-decoration: underline;
  color: var(--bs-red);
}
.upload .dz-preview:hover .dz-details {
  opacity: 1;
}
.upload .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.upload .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.upload .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.upload .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.upload .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid rgba(0, 0, 0, 0);
}
.upload .dz-preview .dz-details .dz-filename span,
.upload .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.upload .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.upload .dz-preview .dz-image {
  border-radius: 8px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.upload .dz-preview .dz-image img {
  display: block;
}
.upload .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.upload .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.upload .dz-preview .dz-success-mark,
.upload .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.upload .dz-preview .dz-success-mark svg,
.upload .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.upload .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.upload .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.upload .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.upload .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.upload .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.upload .dz-preview.dz-error .dz-error-message {
  display: block;
}
.upload .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.upload .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 150px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}
.upload .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #be2626;
}
.gallery-images li {
  margin: 6px;
  float: left;
  position: relative;
  border: 5px solid #fff;
  border-right-width: 20px;
}
.gallery-image-removing {
  opacity: 0.3;
  pointer-events: none;
}
.gallery-images-thumb-del {
  position: absolute;
  right: -20px;
  bottom: 0;
  color: #e53935;
  cursor: pointer;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
}
.gallery-images img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ui-state-highlight {
  height: 130px;
  width: 130px;
}
.rangeSlider__inner {
  padding: 10px 10px 0;
}
.rangeSlider__slider {
  cursor: pointer;
  border: none;
  background-color: var(--bs-gray-200);
  height: 4px;
}
.rangeSlider__slider .noUi-connects {
  overflow: visible;
}
.rangeSlider__slider .noUi-connects::before,
.rangeSlider__slider .noUi-connects::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: var(--bs-gray-200);
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.rangeSlider__slider .noUi-connects::before {
  left: 0;
  margin-left: -5px;
}
.rangeSlider__slider .noUi-connects::after {
  right: 0;
  margin-right: -5px;
}
.rangeSlider__slider .noUi-connect {
  background-color: var(--color-primary);
}
.rangeSlider__slider .noUi-handle {
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 1px;
  box-shadow: 0 !important;
  border: 2px solid var(--color-primary);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.rangeSlider__slider .noUi-handle::after,
.rangeSlider__slider .noUi-handle::before {
  display: none;
}
.inputSpiner-1 {
  width: auto;
}
.inputSpiner-1 .btn {
  border-radius: var(--bs-border-radius) !important;
  background-color: #fff;
}
.inputSpiner-1 .form-control {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: var(--bs-border-radius) !important;
  border-width: 0;
  max-width: 60px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
}
.inputSpiner-1 .form-control:focus {
  box-shadow: none;
}
[data-readmore] {
  position: relative;
  transition: height 200ms;
  overflow: hidden;
}
[data-readmore]:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
  transition: height 0.5s;
}
[data-readmore][aria-expanded="false"]:before,
[data-readmore][aria-expanded="true"].transitioning:before {
  height: 80px;
}
[data-readmore-toggle] {
  font-weight: 500;
}
.icomoon-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}
.icomoon-list li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 16px;
  counter-increment: whyus-counter;
}
.icomoon-list li::before {
  display: grid;
  top: 0;
  left: 0;
  align-items: center;
  border-radius: 20px;
  background-color: var(--color-tertiary);
  width: 24px;
  height: 24px;
  content: counter(whyus-counter);
  color: var(--color-primary-darken);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.icomoon-list .icon {
  font-size: 32px;
}
.icomoon-list h6 {
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .icomoon-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .icomoon-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .icomoon-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.visually-hidden {
  position: fixed;
  transform: scale(0);
}
.bg-tertiary-light {
  background-color: #3b82f6;
}
.bg-tertiary-lighten {
  background-color:#cbd8f6a5;

}

.bg-tertiary-lighten li a{
  color: black;
}
.bg-tertiary-lighten  a{
  color: black;
}
.bg-primary-dark {
  background-color: var(--color-primary-dark) !important;
}
.text-bg-tertiary-light {
  color: var(--color-primary-darken);
  background-color: var(--color-tertiary-light) !important;
}
.box-shadow {
  box-shadow: var(--box-shadow);
}
.py-25 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.badge {
  font-weight: 600;
  line-height: 1;
}
.badge-pill {
  border-radius: 50px;
}
.badge-md {
  font-size: 14px;
}
.badge-lg {
  font-size: 16px;
}
svg.icon {
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: -0.15em;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
div.icon {
  display: inline-flex;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.8em;
  width: 2.7em;
  height: 1px;
  height: 2.7em;
  color: var(--body-color);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
div.icon--style-2 {
  border: 2px solid var(--color-primary-dark);
  background: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  animation: fadeIn 0.3s alternate;
}
@keyframes dropdown-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  line-height: 1.4;
  list-style-type: none;
}
.list li::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}
.list .icon {
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--color-primary-dark);
}
.list-arrow li::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231a2e59"><path d="M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z"></path></svg>');
  width: 18px;
  height: 18px;
}
.list-check li::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(25,135,84,1)"><path d="M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z"></path></svg>');
  width: 18px;
  height: 18px;
}
.list-close li::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(220,53,69,1)"><path d="M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z"></path></svg>');
  width: 18px;
  height: 18px;
}
.btn {
  --bs-btn-font-weight: 500;
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.125rem;
}
.btn-link {
  --bs-btn-font-weight: 400;
}
.btn-custom2 {
  --bs-btn-color: var(--color-primary-darken);
  --bs-btn-bg: var(--color-secondary);
  --bs-btn-border-color: var(--color-secondary);
  --bs-btn-hover-color: var(--color-primary-darken);
  --bs-btn-hover-bg: var(--color-secondary-dark);
  --bs-btn-hover-border-color: var(--color-secondary-dark);
  --bs-btn-focus-shadow-rgb: 57, 43, 99;
  --bs-btn-active-color: var(--color-primary-darken);
  --bs-btn-active-bg: var(--color-secondary-dark);
  --bs-btn-active-border-color: var(--color-secondary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-primary-darken);
  --bs-btn-disabled-bg: var(--color-secondary);
  --bs-btn-disabled-border-color: var(--color-secondary);
}
.btn-custom3 {
  --bs-btn-color:var(--body-bg);
  --bs-btn-bg:var(--color-primary);
  --bs-btn-border-color:none;
  --bs-btn-hover-color:var(--body-bg);
  --bs-btn-hover-bg:var(--color-primary-dark);
  --bs-btn-hover-border-color: var(--color-tertiary-dark);
  --bs-btn-focus-shadow-rgb: 57, 43, 99;
  --bs-btn-active-color: var(--color-primary-darken);
  --bs-btn-active-bg: var(--color-tertiary-dark);
  --bs-btn-active-border-color: var(--color-tertiary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-primary-darken);
  --bs-btn-disabled-bg: var(--color-tertiary);
  --bs-btn-disabled-border-color: var(--color-tertiary);
}
.btn-outline-gray {
  --bs-btn-color: var(--color-primary-darken);
  --bs-btn-border-color: var(--bs-gray-400);
  --bs-btn-hover-border-color: var(--color-primary);
}
.btn-outline-check {
  --bs-btn-color: var(--color-primary-darken);
  --bs-btn-border-color: var(--bs-gray-400);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
}
.btn-blick {
  position: relative;
  overflow: hidden;
}
.btn-blick::after {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -65%;
  transform: skewX(-22deg);
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: btnblick;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.6) 100%
  );
  width: 45px;
  content: "";
}
@keyframes btnblick {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
.btn-pill {
  border-radius: 10rem;
}
.btn-play {
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2575fc;
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 1;
}
.btn-play::before,
.btn-play::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
  animation: ripple-2 2s infinite ease-in-out;
  border-radius: 50%;
  background: #2575fc;
  content: "";
}
.btn-play::after {
  opacity: 0.6;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0s;
  animation-delay: 0.5s;
}
.btn-play:hover {
  background-color: var(--bs-white);
}
.btn-play.btn-primary {
  background-color: var(--color-primary);
}
.btn-play.btn-primary::before,
.btn-play.btn-primary::after {
  background-color: #2575fc;
}
.btn-play.btn-primary:hover {
  background-color: var(--color-primary);
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.tabs-round {
  gap: 6px;
}
.tabs-round .nav-link {
  border: 2px solid var(--bs-gray-400);
  font-weight: 500;
  border-radius: 50px;
}
.tabs-round .nav-link.active {
  border-color: var(--color-primary);
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-top {
  padding-top: 70px;
}
.section-bottom {
  padding-bottom: 70px;
}
.section-sm-top {
  padding-top: 40px;
}
.section-sm-bottom {
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-top {
    padding-top: 40px;
  }
  .section-bottom {
    padding-bottom: 40px;
  }
  .section-sm-top {
    padding-top: 24px;
  }
  .section-sm-bottom {
    padding-bottom: 24px;
  }
}
.section-heading {
  margin-bottom: 40px;
}
.section-heading .title {
  font-size: clamp(2rem, 1.4336rem + 1.8957vw, 2.5rem);
  font-weight: 800;
}
.form-floating--icon svg {
  fill: var(--color-primary);
  position: absolute;
  top: 17px;
  left: 8px;
}
.form-floating--icon > .form-control,
.form-floating--icon > .form-control-plaintext {
  padding-left: 38px;
}
.form-floating--icon > label {
  left: 26px;
}
.form-light .form-control {
  border-color: rgba(var(--bs-white-rgb), 0.7);
  background-color: rgba(0, 0, 0, 0);
  color: var(--bs-white);
}
.form-light .form-control:focus {
  border-color: var(--color-tertiary);
}
.form-light .form-floating--icon svg {
  fill: rgba(var(--bs-white-rgb), 0.7);
}
.form-light
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label {
  color: rgba(var(--bs-white-rgb), 0.7);
}
.form-light .form-floating > .form-control:focus ~ label,
.form-light .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: rgba(var(--bs-white-rgb), 0.7);
}
.form-light
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label::after {
  background-color: rgba(0, 0, 0, 0);
}
.form-light .form-floating > .form-control:focus ~ label::after,
.form-light
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label::after {
  background-color: rgba(0, 0, 0, 0);
}
.form-check-input,
.form-check-label {
  cursor: pointer;
}
.form-check-input {
  transition: all 0.3s ease;
}
.input-icon {
  position: relative;
}
.input-icon .icon {
  position: absolute;
  font-size: 20px;
  top: 15px;
  left: 9px;
}
.input-icon .form-control {
  padding-left: 33px;
}
.input-icon .form-control.py-25 + .icon {
  top: 15px;
}
img.shape-decor {
  position: absolute;
  opacity: 0.03;
}
img.shape-decor--topright {
  top: -400px;
  right: -400px;
}
img.shape-decor--topleft {
  top: -400px;
  left: -400px;
}
.text-link-1 {
  display: inline-block;
  position: relative;
  color: var(--color-primary);
}
.text-link-1::after,
.text-link-1::before {
  position: absolute;
  bottom: -2px;
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 1px;
  content: "";
}
.text-link-1::before {
  left: 0;
  background: var(--bs-gray-300);
  width: 100%;
}
.text-link-1::after {
  left: 0;
  background: var(--color-primary);
  width: 0;
}
.text-link-1:hover::after {
  width: 100%;
}
.text-link-2 {
  display: inline-block;
  position: relative;
  color: var(--color-primary);
}
.text-link-2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background: var(--color-primary);
  height: 1px;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.text-link-2::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  background: rgba(var(--color-primary-rgb), 0.1);
  height: 40%;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.text-link-2:hover::before {
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.text-link-2:hover::after {
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
@keyframes button-line-out {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}
@keyframes button-line-in {
  0% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }
  100% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
}
.rating {
  display: flex;
}
.rating span,
.rating label {
  margin-right: 2px;
  height: 16px;
  width: 16px;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23dee2e6' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.rating label {
  cursor: pointer;
}
.rating input {
  display: none;
}
.rating input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.rating input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.rating input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.rating input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.rating input:nth-child(5):checked ~ label:nth-of-type(-n + 5),
.rating-1 span:nth-of-type(-n + 1),
.rating-2 span:nth-of-type(-n + 2),
.rating-3 span:nth-of-type(-n + 3),
.rating-4 span:nth-of-type(-n + 4),
.rating-5 span:nth-of-type(-n + 5) {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fcc102' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
}
.rating-lg span,
.rating-lg label {
  margin-right: 4px;
  height: 28px;
  width: 28px;
}
.lightbox-image,
.lightbox-media {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: var(--bs-border-radius-lg);
}
.lightbox-image img,
.lightbox-media img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s ease-in;
}
.lightbox-image .icon,
.lightbox-media .icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(var(--bs-primary-rgb), 0.75);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: rgba(var(--bs-white-rgb), 0.9);
  transition: ease-out 0.16s;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.lightbox-image::after,
.lightbox-media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(var(--color-overlay-rgb), 0.5);
  transition: 0.3s ease-in-out;
}
.lightbox-image:hover img,
.lightbox-media:hover img {
  transform: scale(1.15);
}
.lightbox-image:hover .icon,
.lightbox-media:hover .icon {
  transform: translate(-50%, -50%) scale(0.94);
}
.lightbox-image:hover::after,
.lightbox-media:hover::after {
  opacity: 1;
}
.lightbox-media .icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z' fill='%23ffffff'/%3e%3c/svg%3e");
}
.lightbox-image .icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z' fill='%23ffffff'/%3e%3c/svg%3e");
}
.image-link {
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-border-radius);
  display: block;
}
.image-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-black-rgb), 0.3);
  transition: 0.3s ease;
}
.image-link img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.image-link:hover img {
  transform: scale(1.04);
}
.image-link:hover::before {
  opacity: 1;
}
.img-left {
  float: left;
  margin: 12px 24px 12px 0;
}
.img-right {
  float: right;
  margin: 12px 0 12px 24px;
}
.img-center {
  display: block;
  margin: 12px auto;
}
img.img-left,
img.img-right,
img.img-center {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  img.img-left,
  img.img-right {
    display: block;
    float: none;
    margin: 12px auto;
  }
}
.contact-box {
  display: flex;
  gap: 10px;
}
.contact-box a {
  color: var(--color-primary-dark);
}
.contact-box__icon {
  flex-shrink: 0;
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  border-radius: 6px;
  font-size: 26px;
  color: var(--bs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-box__info {
  align-self: center;
}
.pagination {
  --bs-pagination-color: var(--color-accent);
  justify-content: space-between;
  gap: 6px;
}
.page-link {
  border-radius: 50px !important;
  min-width: 38px;
  text-align: center;
}
.page-item:not(.paper) {
  display: none;
}
.page-paper .page-link {
  cursor: auto;
  pointer-events: none;
}
.page-link.active,
.active > .page-link {
  color: var(--color-tertiary);
  font-weight: 700;
}
@media (min-width: 576px) {
  .pagination {
    justify-content: center;
  }
  .page-item:not(.paper) {
    display: block;
  }
  .page-paper {
    display: none;
  }
}
.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid var(--bs-gray-400);
}
.navigation__prev {
  width: 48%;
}
.navigation__next {
  width: 48%;
  text-align: right;
}
.navigation__link {
  font-size: 16px;
}
.navigation__subtitle {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}
.navigation__title {
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .navigation__title {
    display: none;
  }
}
.page-header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:#c6d8f5;
  padding-top: 60px;
  padding-bottom: 60px;
  top: 135px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-header .container,
.page-header .container-fluid {
  position: relative;
}
.page-header__breadcrumb {
  justify-content: center;
  margin-bottom: 2px;
  font-size: 14px;
}
.page-header__title {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .page-header__title {
    font-size: 40px;
  }
}
.page-header--bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header--light {
  position: relative;
}
.page-header--light::before {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  background-color: var(--color-tertiary-light);
  width: 100%;
  height: 100%;
  content: "";
}
.page-header--dark {
  position: relative;
}
.page-header--dark::before {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.65;
  background-color: var(--color-primary-darken);
  width: 100%;
  height: 100%;
  content: "";
}
.page-header--dark .page-header__breadcrumb {
  --bs-breadcrumb-divider-color: rgba(var(--bs-white-rgb), 0.5);
  --bs-breadcrumb-item-active-color: rgba(var(--bs-white-rgb), 0.5);
 
}
.page-header--dark .page-header__breadcrumb a {
  color: var(--white);
}
.page-header--dark .page-header__breadcrumb a:hover {
  color: var(--color-tertiary);
}
.page-header--dark .page-header__title {
  color: var(--white);
}
.page-header--lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-header--xl {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-header--mh {
    min-height: 480px;
  }
}
.page-header--banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-header--banner {
    min-height: 480px;
  }
}
.page-header--banner::before {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.65;
  background-color: var(--color-primary-darken);
  width: 100%;
  height: 100%;
  content: "";
}
.page-header--banner .page-header__breadcrumb {
  --bs-breadcrumb-divider-color: rgba(var(--bs-white-rgb), 0.5);
  --bs-breadcrumb-item-active-color: rgba(var(--bs-white-rgb), 0.5);
}
.page-header--banner .page-header__breadcrumb a {
  color: var(--white);
}
.page-header--banner .page-header__breadcrumb a:hover {
  color: var(--color-tertiary);
}
.page-header--banner .page-header__title {
  color: var(--white);
}
@media (min-width: 992px) {
  .page-header--banner .page-header__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .page-header--banner .page-header__title {
    font-size: 48px;
  }
}
.filters__toggler {
  position: relative;
}
.filters__toggler .badge {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
.filters__item + .filters__item {
  border-top: 1px solid var(--bs-gray-300);
  margin-top: 20px;
  padding-top: 20px;
}
.filters__title {
  font-size: 18px;
  font-weight: 600;
}
.filters__footer {
  border-top: 1px solid var(--bs-gray-300);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  gap: 6px;
}
@media (min-width: 1200px) {
  .filters {
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: var(--bs-border-radius-lg);
  }
}
.banner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
}
.banner__img {
  display: block;
  position: relative;
  transition: opacity 0.35s;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  background-color: var(--color-primary-darken);
  width: 100%;
  height: 100%;
}
.banner__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: var(--white);
  display: flex;
  flex-direction: column;
}
.banner__title {
  font-weight: 700;
}
.banner__button {
  margin-top: 15px;
}
.banner__button .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.banner--style-1 {
  text-align: center;
}
.banner--style-1 .banner__img {
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  transform: translate3d(-10px, 0, 0);
  transition: transform 0.35s;
}
.banner--style-1 .banner__text {
  font-weight: 500;
  margin-top: auto;
}
.banner--style-1:hover .banner__img {
  transform: translate3d(0, 0, 0);
}
.header-fixed {
  height: 132px;
}
.header-fixed--scrolled .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header-top {
  --height: 46px;
  --icon-size: 1.25rem;
  --font-size: 0.938rem;
  background-color: var(--color-primary-dark);
  color: var(--white);
  font-size: var(--font-size);
}
.header-top .icon {
  fill: var(--white);
  transition: fill 0.3s ease;
  width: calc(var(--font-size) + 4px);
  height: calc(var(--font-size) + 4px);
}
.header-top__container {
  display: flex;
  align-items: center;
  height: var(--height);
}
.header-top__list {
  display: flex;
  margin: 0;
  padding: 0;
  height: var(--height);
  list-style: none;
}
.header-top__list > li,
.header-top__list > li > a {
  display: inline-flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  align-items: center;
  color: var(--white);
}
.header-top__list > li {
  padding: 0 20px;
}
.header-top__list > li:not(:last-child) {
  border-right: 1px solid rgba(var(--white-rgb), 0.1);
}
.header-top__list > li > a,
.header-top__list > li .btn-link {
  display: inline-flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  align-items: center;
  padding: 6px 0;
  color: var(--white);
  font-size: var(--font-size);
  text-decoration: none;
}
.header-top__list > li > a:hover,
.header-top__list > li > a.show,
.header-top__list > li .btn-link:hover,
.header-top__list > li .btn-link.show {
  color: var(--color-tertiary);
}
.header-top__list > li > a:hover .icon,
.header-top__list > li > a.show .icon,
.header-top__list > li .btn-link:hover .icon,
.header-top__list > li .btn-link.show .icon {
  fill: var(--color-tertiary);
}
.header-top__currency .code {
  font-weight: 500;
}
.header-top__currency .label {
  color: var(--bs-gray-600);
  font-size: 0.875em;
}
.header-top__currency .dropdown-item.active .label,
.header-top__currency .dropdown-item:active .label {
  color: var(--bs-gray-400);
}
.header-top__language .dropdown-item {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  align-items: center;
}
.header-top__social {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  align-items: center;
  margin-left: 20px;
  border-left: 1px solid rgba(var(--white-rgb), 0.1);
  padding-left: 20px;
  min-height: var(--height);
  line-height: 1;
}
.header-top__social .icon {
  fill: var(--white);
}
.header-top__social a:hover .icon {
  fill: var(--color-tertiary);
}
@media (min-width: 768px) {
  .header-top__list > li > a:hover .vibrate {
    animation: vibrate 0.4s infinite;
  }
}
@keyframes vibrate {
  0% {
    transform: translateX(-2px) rotate(0);
  }
  25% {
    transform: translateX(2px) rotate(-2deg);
  }
  50% {
    transform: translateX(-2px) rotate(2deg);
  }
  75% {
    transform: translateX(2px) rotate(-2deg);
  }
  100% {
    transform: translateX(-2px) rotate(0);
  }
}


.header-nav {
  position: relative;
  z-index: 11;
  box-shadow: 0px 5px 12px rgba(1, 15, 28, 0.08);
  background-color: transparent; /
  

}



/* shaffof oq qatlam */
.header-nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(243, 244, 248, 0.641);
  filter: blur(3px);
  z-index: -1;
  
}
.header-nav .navbar-brand img {
  width: 140px;
  height: 80px;
}
.header-nav .dropdown-menu {
  box-shadow: 0px 5px 12px rgba(3, 11, 18, 0.412);
  border: 0;
  padding: 15px;
  background: rgba(158, 182, 226, 0.639);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;

}

.menu-nav {
  background-color: #0d6efd;


}

.menu-box {
  display: flex;
  justify-content: space-between; /* MUHIM: ikki chetga suradi */
  align-items: center;            /* vertikal o‘rtaga */
  
  max-width: 500px;               /* blokni kichraytirib markazga olib keladi */
  width: 100%;
  margin: 0 auto;

  background-color: #6882b9;
  padding: 10px 20px;
}

.menu-text span {
  font-weight: bold;
  font-size: 20px;
}

.menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  max-width: 100%;   /* 🔥 MUHIM */
  margin: 0;         /* 🔥 olib tashla */

  background-color: #6882b9;
  padding: 10px 20px;
}


.header-nav .navbar-nav {
  margin: 0 auto;
}
.header-nav .offcanvas-header img {
  width: 125px;
  height: 50px;
}
.header-nav .offcanvas-body {
  align-items: center;
  padding-top: 0;
}
.header-nav .nav-link {
  position: relative;
  color: var(--dark);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.header-nav .nav-link.active,
.header-nav .nav-link.show,
.header-nav .nav-link:hover {
  color:#000;
}
.header-nav .navbar-nav-card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 90px;
  overflow: hidden;
  text-align: center;
}
.header-nav .navbar-nav-card::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
  transition: opacity 0.3s ease-in;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}
.header-nav .navbar-nav-card img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s ease-in;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header-nav .navbar-nav-card h3 {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in;
  margin: 0;
  color: var(--white);
  font-size: 18px;
}
.header-nav .navbar-nav-card:hover::before {
  opacity: 0.65;
}
.header-nav .navbar-nav-card:hover img {
  transform: scale(1.15);
}
.header-nav .navbar-nav-card:hover h3 {
  color: var(--color-tertiary);
}
@media (min-width: 992px) {
  .header-nav .navbar-nav-card {
    height: 120px;
  }
}
.header-nav .navbar-search__toggle {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  color: var(--color-primary-darken);
  font-size: 22px;
}
.header-nav .navbar-search__toggle::after {
  display: none;
}
.header-nav .navbar-search__toggle .icon--search {
  transition: opacity 0.1s ease;
}
.header-nav .navbar-search__toggle .icon--close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.1s ease;
}
.header-nav .navbar-search__toggle.show .icon--search {
  opacity: 0;
}
.header-nav .navbar-search__toggle.show .icon--close {
  opacity: 1;
}
.header-nav .navbar-search .dropdown-menu {
  right: -26px;
  box-shadow: 0px 5px 12px rgba(1, 15, 28, 0.08);
  min-width: 300px;
}
.header-nav .navbar-search .dropdown-menu form {
  position: relative;
}
.header-nav .navbar-search .dropdown-menu .form-control {
  padding-right: 36px;
  height: 42px;
}
.header-nav .navbar-search .dropdown-menu .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  width: 36px;
  height: 42px;
  color: var(--color-primary-darken);
  font-size: 22px;
}



@media (max-width: 991.98px) {
  .header-nav .dropdown-menu {
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-font-size: 18px;
    box-shadow: none;
    padding: 0 0 15px 0;
  }

  .header-nav .btn-custom2 {
    margin-top: 20px;
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
  }
  .header-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575.98px) {
  .header-nav .navbar-search .dropdown-menu {
    right: -72px;
  }
}
@media (min-width: 1200px) {
  .header-nav .nav-item + .nav-item {
    margin-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .header-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.938rem;
  }
  .header-nav .dropdown-mega {
    position: static;
  }
  .header-nav .dropdown-mega .dropdown-menu {
    top: auto;
    left: 5%;
    width: 90%;
    
  }
  .header-nav .navbar-search__toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  content: "";
}
@media (min-width: 992px) {
  .navbar-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    content: "";
  }
}
.hero {
  height: 660px;
}
.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  background-color: var(--color-primary-darken);
  width: 100%;
  height: 100%;
}
.hero__subtitle {
  transform: translateY(50px);
  opacity: 0;
  transition:
    transform 1000ms ease,
    opacity 1000ms ease;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 65px;
  text-transform: uppercase;
}
@supports (-webkit-text-stroke: 2px var(--white)) {
  .hero__subtitle {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--white);
  }
}
.hero__title {
  transform: translateY(50px);
  opacity: 0;
  transition:
    transform 1000ms ease,
    opacity 1000ms ease;
  font-weight: 800;
  font-size: 65px;
}
.hero__text {
  transform: translateY(50px);
  opacity: 0;
  transition:
    transform 1000ms ease,
    opacity 1000ms ease;
  font-size: 22px;
}
.hero .swiper {
  width: 100%;
  height: 100%;
}
.hero .swiper-slide {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.hero .swiper-slide-active .hero__subtitle {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 200ms;
}
.hero .swiper-slide-active .hero__title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 400ms;
}
.hero .swiper-slide-active .hero__text {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 600ms;
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 20px;
  opacity: 0;
  transition: linear 0.3s;
  border: 2px solid #fff;
  border-radius: 45px;
  width: 45px;
  height: 45px;
}
.hero .swiper-button-next:hover,
.hero .swiper-button-prev:hover {
  border-color: var(--color-primary);
  background-color: #2575fc;
}
.hero .swiper-button-next {
  right: -100px;
}
.hero .swiper-button-prev {
  left: -100px;
}
.hero .swiper-pagination {
  bottom: 60px;
}
.hero .swiper-pagination-bullet {
  position: relative;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  border: 2px solid var(--white);
  background: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
}
.hero .swiper-pagination-bullet::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: var(--white);
  width: 8px;
  height: 8px;
  content: "";
}
.hero .swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid var(--white);
}
.hero .swiper-pagination-bullet-active::before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.hero:hover .swiper-button-next {
  right: 15px;
  opacity: 1;
}
.hero:hover .swiper-button-prev {
  left: 15px;
  opacity: 1;
}
@media (max-width: 1399.98px) {
  .hero {
    height: 620px;
  }
  .hero__subtitle,
  .hero__title {
    font-size: 56px;
  }
}
@media (max-width: 1199.98px) {
  .hero {
    height: 560px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    height: 460px;
  }
  .hero .swiper-slide {
    padding: 80px 0;
  }
  .hero__subtitle,
  .hero__title {
    font-size: 46px;
  }
  @supports (-webkit-text-stroke: 1px var(--white)) {
    .hero__subtitle {
      -webkit-text-fill-color: rgba(0, 0, 0, 0);
      -webkit-text-stroke: 1px var(--white);
    }
  }
  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero__subtitle,
  .hero__title {
    font-size: 36px;
  }
  .hero__text {
    font-size: 18px;
  }
}
.consult-form {
  position: relative;
  z-index: 1;
  margin-top: -53px;
}
.consult-form__form {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: 6px;
  padding: 24px;
}
.consult-form .form-control,
.consult-form label {
  font-weight: 500;
}

/* consultatsiya */

.consult-form--simple{
  padding:40px 0;
}

.simple-field{
  position:relative;
}

.simple-field input{
  width:100%;
  height:56px;
  padding:0 16px 0 48px;
  border-radius:12px;
  border:1px solid #d9d9d9;
  background:#fff;
  color:#111;               
  font-size:15px;
  outline:none;
}

.simple-field input::placeholder{
  color:#9aa3ad;
}

.simple-field .icon{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  color:#0d6efd;              /* zamonaviy rang */
  pointer-events:none;
}
.section-whyus {

  
  background-image: url("../../assets/img/create-package/fon2.png");
  /* background-repeat: no-repeat; */
  background-position:  right 0;
  background-size: contain;

}
.section-whyus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
.section-whyus__item {
  position: relative;
  counter-increment: whyus-counter;
  padding-left: 65px;
  min-height: 50px;
}
/* .section-whyus__item::before {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  border-radius: 6px;
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  content: "0" counter(whyus-counter);
  color: var(--color-tertiary);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
} */

.section-whyus__item {
  position: relative;
  padding-left: 70px;
}

.section-whyus__item::before {
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  left: 0;

  border-radius: 6px;
  background-color: var(--color-primary);

  width: 50px;
  height: 50px;

  font-family: "bootstrap-icons";
  font-size: 24px;
  color: var(--color-tertiary);
}
.section-whyus__item:nth-child(1)::before {
  content: "\f3d1"; /* map */
}

.section-whyus__item:nth-child(2)::before {
  content: "\f4da"; /* person-badge */
}

.section-whyus__item:nth-child(3)::before {
  content: "\f623"; /* shield-check */
}

.section-whyus__item:nth-child(4)::before {
  content: "\f2e7"; /* cup-hot */
}
.section-whyus__item:nth-child(5)::before {
  content: "\f26b"; /* patch-check */
}
.section-whyus__item:nth-child(6)::before {
  content: "\f470"; /* heart */
}
.section-whyus__item-title {
  font-weight: 600;
  font-size: 20px;
}
.section-whyus__item-text {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-whyus__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .section-whyus__list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
/* .section-cta {
  background-image: url("./../../assets/img/cta/cta-bg.png");
  background-color: var(--color-primary-dark);
} */

.section-cta {
  position: relative;
  background-image: url("../img/cta/baner1.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}

/* chap tomondan fonni biroz qoraytirib beramiz (matn o‘qilishi uchun) */
.section-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}

/* kontent rasm ustida chiqishi uchun */
.section-cta .container {
  position: relative;
  z-index: 2;
}

/* o‘ng tomondagi rasmli blokni yashiramiz */
.section-cta .col-lg-6.d-none.d-lg-block {
  display: none !important;
}
.section-rectour {
  background: #d5e3fb;
  
}
.section-rectour .nav-pills {
  --bs-nav-pills-link-active-bg: var(--color-tertiary);
  --bs-nav-pills-link-active-color: var(--color-primary-dark);
  font-weight: 600;
  gap: 8px;
}
.section-rectour .nav-link {
  border: 2px solid white;
  border-radius: 50px;
}
.section-about__image {
  position: relative;
  border-radius: 10px;
  padding-top: 140%;
  overflow: hidden;
}
.section-about__image:hover .section-about__img {
  transform: scale(1.1);
}
.section-about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.section-about__btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.section-contact {
  overflow: hidden;
}
.section-contact-info {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
  background-color: #fff;
  height: 100%;
}
.section-contact-info__img {
  position: absolute;
  top: 0;
  left: -340px;
}
.section-contact-info__inner {
  position: relative;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .section-contact-info {
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .section-contact-info__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-contact-info__img {
    opacity: 0.06;
    height: 100%;
    right: -52px;
  }
}
@media (min-width: 1200px) {
  .section-contact-info__inner {
    margin: 0;
    padding-right: 220px;
    max-width: 600px;
  }
}
.section-contact-form {
  background-color: var(--color-primary-dark);
  height: 100%;
  color: var(--bs-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-contact-form__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 70%;
  position: relative;
  /* left: 120px; */
}
@media (max-width: 991.98px) {
  .section-contact-form__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-contact-form__inner {
    padding-left: 60px;
    margin: 0;
    max-width: 660px;
  }
}

.section-news{
 background: #d5e3fb;

}
.package-card {
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
  border-radius: var(--bs-border-radius-lg);
  background-color: var(--white);
  overflow: hidden;
}
.package-card__image {
  position: relative;
  overflow: hidden;
}
.package-card__img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.package-card__img-swap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  background: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.package-card__badge {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
}
.package-card__open {
  border-radius: 0 6px 6px 0;
  background-color: var(--bs-yellow);
  padding: 0.326rem 0.55rem;
  color: var(--bs-black);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}
.package-card__hit {
  position: relative;
  background-color: var(--bs-green);
  padding: 0.326rem 0.55rem;
  color: var(--white);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}
.package-card__hit::after {
  position: absolute;
  top: 0;
  right: -26px;
  border: 13px solid rgba(0, 0, 0, 0);
  border-left: 13px solid var(--bs-green);
  content: "";
}
.package-card__discount {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
  background-image: url("../img/icon/discount-bg.svg");
  background-repeat: no-repeat;
  width: 52px;
  height: 33px;
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  line-height: 33px;
  text-align: center;
}
.package-card__type {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  border-radius: 6px;
  background-color: var(--color-primary);
  padding: 4px 10px;
  color: var(--bs-yellow);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.package-card__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 20px;
}
.package-card__location {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}
.package-card__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.package-card__title a:hover {
  color: var(--color-primary-dark);
}
@media (min-width: 768px) {
  .package-card__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.package-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.package-card__itinerary {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
  font-size: 15px;
}
.package-card__itinerary span {
  white-space: nowrap;
}
.package-card__price {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-align: right;
}
.package-card__price span {
  white-space: nowrap;
}
.package-card__price del {
  color: var(--bs-gray-600);
  font-weight: 500;
  font-size: 16px;
}
.package-card:hover .package-card__img-swap {
  opacity: 1;
}
.package-image {
  height: 100%;
}
.package-image img {
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.package-image-thumb-wrapp {
  position: relative;
  margin-top: 10px;
  padding: 0 40px;
}
.package-image-thumb-wrapp .swiper-button-prev,
.package-image-thumb-wrapp .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.package-image-thumb-wrapp .swiper-button-prev {
  left: 0;
}
.package-image-thumb-wrapp .swiper-button-next {
  right: 0;
}
.package-image-thumb {
  position: relative;
}
.package-image-thumb img {
  opacity: 0.6;
  cursor: pointer;
}
.package-image-thumb .swiper-slide-thumb-active img {
  opacity: 1;
  cursor: default;
}
.package-image-thumb .swiper-slide-thumb-active::before {
  position: absolute;
  border: 3px solid var(--color-primary);
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 100%;
  content: "";
}
@media (min-width: 768px) {
  .package-image {
    display: flex;
  }
  .package-image-single {
    flex-grow: 1;
    height: 100%;
    min-height: 540px;
  }
  .package-image-main {
    flex-grow: 1;
    order: 2;
    height: 100%;
    min-height: 540px;
  }
  .package-image-thumb-wrapp {
    margin-top: 0;
    margin-right: 10px;
    padding: 40px 0;
  }
  .package-image-thumb-wrapp .swiper-button-prev,
  .package-image-thumb-wrapp .swiper-button-next {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .package-image-thumb-wrapp .swiper-button-prev {
    top: 0;
  }
  .package-image-thumb-wrapp .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .package-image-thumb {
    flex-shrink: 0;
    order: 1;
    width: 100px;
    height: 460px;
  }
}
.package-itinerary .accordion-button {
  gap: 0.55rem;
  padding: 0.65rem;
  font-weight: 600;
}
.package-itinerary .accordion-body::after {
  display: block;
  clear: both;
  content: "";
}
.package-itinerary__day {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  border-radius: 6px;
  background-color: var(--color-primary-dark);
  padding: 4px 2px;
  min-width: 42px;
  color: var(--color-tertiary);
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.package-itinerary__day span {
  font-size: 20px;
}
.package-itinerary__image {
  position: relative;
  margin-bottom: 12px;
  padding-top: 65%;
}
.package-itinerary__image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.package-itinerary__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 992px) {
  .package-itinerary__image {
    float: right;
    margin: 12px 0 12px 24px;
    padding-top: 0;
    width: 300px;
    height: 225px;
  }
}
.package-banner {
  height: 100%;
  max-height: 620px;
}
@media (max-width: 991.98px) {
  .package-banner {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .package-form {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    padding: 26px;
    box-shadow: var(--box-shadow);
    border-radius: var(--bs-border-radius-lg);
  }
}
.booking-form-box {
  position: sticky;
  top: 0;
  box-shadow: var(--shadow-md);
  border-radius: var(--bs-border-radius);
  background-color: var(--white);
  padding: 20px;
}
.hotel-card {
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
  border-radius: var(--bs-border-radius-lg);
  background-color: var(--white);
  overflow: hidden;
}
.hotel-card__image {
  position: relative;
  overflow: hidden;
}
.hotel-card__img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hotel-card__img-swap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  background: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hotel-card__star {
  display: flex;
  position: absolute;
  top: 12px;
  left: 12px;
  row-gap: 6px;
  z-index: 3;
  border-radius: 50px;
  background: rgba(18, 18, 18, 0.6);
  padding: 4px 6px;
  color: var(--bs-yellow);
}
.hotel-card__price {
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 3;
  border-radius: 0 4px 4px 0;
  background-color: red;
  padding: 8px 12px;
  min-width: 80px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}
.hotel-card__price del {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.hotel-card__discount {
  display: flex;
  position: absolute;
  top: 0;
  right: 12px;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  background-image: url("../img/icon/discount-bg2.svg");
  background-repeat: no-repeat;
  padding-bottom: 9px;
  width: 52px;
  height: 44px;
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.hotel-card__discount span {
  font-weight: 500;
  font-size: 12px;
}
.hotel-card__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 20px;
}
.hotel-card__location {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 15px;
}
.hotel-card__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.hotel-card__title a:hover {
  color: var(--color-primary-dark);
}
@media (min-width: 768px) {
  .hotel-card__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.hotel-card__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 20px;
}
.hotel-card__itinerary {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
  font-size: 15px;
}
.hotel-card__itinerary span {
  white-space: nowrap;
}
.hotel-card:hover .hotel-card__img-swap {
  opacity: 1;
}
.hotel-card--style2 .hotel-card__image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42.2%,
    rgba(0, 0, 0, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  content: "";
}
.hotel-card--style2 .hotel-card__content {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: flex-end;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.hotel-card--style2 .hotel-card__title a {
  color: var(--white);
}
.hotel-card--style2 .hotel-card__title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.hotel-image {
  height: 100%;
  max-height: 540px;
}
.hotel-image img {
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 768px) {
  .hotel-image-single {
    flex-grow: 1;
    height: 100%;
    min-height: 540px;
  }
  .hotel-image-main {
    flex-grow: 1;
    order: 2;
    height: 100%;
    min-height: 540px;
  }
}
.hotel-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}
.hotel-services li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.hotel-services .icon {
  font-size: 24px;
}
.hotel-services h6 {
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .hotel-services {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .hotel-services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hotel-services {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hotel-room {
  border: 2px solid var(--bs-gray-300);
  border-radius: var(--bs-border-radius-lg);
  padding: 1rem;
}
.hotel-room__title {
  font-weight: 700;
  font-size: 18px;
}
.hotel-room__desc {
  margin-bottom: 1rem;
}
.hotel-room__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 20px;
}
.hotel-room__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 1rem;
}
.hotel-room__thumbs-link {
  border-radius: 6px;
  background: rgba(var(--bs-black-rgb), 1);
  overflow: hidden;
}
.hotel-room__thumbs-link:hover .hotel-room__thumbs-img {
  opacity: 0.8;
}
.hotel-room__thumbs-img {
  transition: opacity 0.2s ease;
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hotel-room__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotel-room__price span {
  font-weight: 700;
  font-size: 20px;
}
.hotel-room__btn {
  padding: 0.75rem 1rem;
}
.hotel-room + .hotel-room {
  margin-top: 1rem;
}
.hotel-map-wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
}
.hotel-map {
  flex-grow: 1;
}
.hotel-left {
  display: flex;
  flex-direction: column;
}
.review-card {
  display: flex;
  position: relative;
  flex-direction: column;
  border: 2px solid var(--color-primary-lighten);
  border-radius: 10px;
  background-color:#d5e3fb;
  padding: 24px;
}
.review-card__info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.review-card__quotes {
  position: absolute;
  top: 20;
  right: 20px;
  color: var(--color-primary-lighten);
  font-size: 100px;
  width: 100px;
  height: 100px;
  
}
.review-card__autor {
  display: flex;
  position: relative;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}
.review-card__avatar {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
  width: 80px;
  height: 80px;
}
.review-card__avatar img {
  border-radius: 100px;
  max-width: 100%;
  height: auto;
}
.review-card__name {
  margin-bottom: 2px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
.review-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-size: 15px;
}
.review-card__rating {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  width: 100%;
}
.review-card__desc {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  margin-bottom: auto;
}
.review-card__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1rem;
}
.review-card__thumbs-link {
  background: rgba(var(--bs-black-rgb), 1);
  border-radius: 6px;
  overflow: hidden;
}
.review-card__thumbs-link:hover .review-card__thumbs-img {
  opacity: 0.8;
}
.review-card__thumbs-img {
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.2s ease;
}
.review-card__answer {
  position: relative;
  margin-top: 2rem;
  border-top: 2px solid var(--color-primary-lighten);
  padding-top: 20px;
}
.review-card__answer-title {
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 3px;
  background-color: var(--color-primary-lighten);
  padding: 6px 8px 4px;
  color: var(--color-primary-darken);
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .review-card {
    padding: 16px;
  }
}
.form-review {
  position: relative;
  box-shadow: var(--shadow-md);
  border-radius: var(--bs-border-radius);
  background-color: #fff;
}
.avatar-upload {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  border-radius: var(--bs-border-radius);
  background: var(--color-primary-lighten);
  width: 132px;
  height: 132px;
  overflow: hidden;
}
.avatar-upload__input {
  display: none;
}
.avatar-upload__icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}
.avatar-upload--image .avatar-upload__icon {
  display: none;
}
.avatar-upload__upload {
  z-index: 1;
  pointer-events: none;
  color: inherit;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.avatar-upload--image .avatar-upload__upload {
  display: none;
}
.avatar-upload__delete {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: var(--lightgray);
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.avatar-upload__delete::after,
.avatar-upload__delete::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ff231f;
  width: 3px;
  height: 14px;
  content: "";
}
.avatar-upload__delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.avatar-upload__delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.avatar-upload--image .avatar-upload__delete {
  display: block;
}
.avatar-upload--image {
  cursor: default;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.review-slider2 .review-card {
  position: relative;
  overflow: hidden;
}
.review-slider2 .review-card::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  overflow: hidden;
  content: "";
  z-index: 3;
}
.review-slider2 .review-card__desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.post-card {
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
  border-radius: var(--bs-border-radius-lg);
  background-color: var(--white);
  overflow: hidden;
}
.post-card__image {
  position: relative;
  overflow: hidden;
}
.post-card__img {
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.post-card__type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  border-radius: 6px;
  background-color: var(--color-tertiary-light);
  padding: 4px 10px;
  color: var(--color-primary-dark);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.post-card__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
.post-card__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 15px;
}
.post-card__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 768px) {
  .post-card__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.post-card__title a:hover {
  color: var(--color-primary);
}
.post-card__desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 10px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
}
.post-card:hover .post-card__img {
  transform: scale(1.1);
}
.post-detail__image {
  height: 520px;
  margin-bottom: 16px;
}
.post-detail__meta {
  display: flex;
  font-size: 15px;
  gap: 16px;
  margin-bottom: 16px;
}
.post-detail__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: var(--bs-border-radius-lg);
}
@media (max-width: 991.98px) {
  .post-detail__image {
    height: 460px;
  }
}
@media (max-width: 767.98px) {
  .post-detail__image {
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .post-detail__image {
    height: 300px;
  }
}
.destination-card {
  position: relative;
  border-radius: 8px;
  max-width: 800px;
  overflow: hidden;
  height: 280px;
}
.destination-card::before {
  position: absolute;
  top: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "";
}
.destination-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.destination-card__content {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.2s ease-in;
  padding: 24px;
}
.destination-card__title {
  color: var(--bs-white);
  font-size: 24px;
  font-weight: 700;
}
.destination-card__info {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .destination-card {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .destination-card__content {
    transform: translateY(30px);
  }
  .destination-card__info {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
  .destination-card:hover .destination-card__content {
    transform: translateY(0px);
  }
  .destination-card:hover .destination-card__info {
    opacity: 1;
    transition: opacity 0.2s ease-in;
  }
}
.city-attractions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 24px;
}
.city-attractions-list li {
  margin: 0;
}
@media (max-width: 991.98px) {
  .city-attractions-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .city-attractions-list {
    grid-template-columns: none;
  }
}
.contact-map {
  margin-bottom: -7px;
}
.create-package-form {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.create-package-form__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  background-color: var(--color-primary-darken);
  width: 100%;
  height: 100%;
}
.media-album {
  position: relative;
  box-shadow: var(--bs-box-shadow-sm);
  padding: 0.5rem;
  border-radius: var(--bs-border-radius-lg);
  background-color: var(--white);
  text-align: center;
  border: 1px solid var(--bs-gray-300);
}
.media-album__image {
  overflow: hidden;
  border-radius: var(--bs-border-radius);
}
.media-album__img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in;
}
.media-album__title {
  margin: 1rem 0 0.5rem;
  font-size: 18px;
  color: var(--color-primary-darken);
}
.media-album__title a {
  color: inherit;
}
.media-album__title span {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  background-color: var(--color-primary);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-border-radius);
}
.media-album:hover .media-album__img {
  transform: scale(1.15);
}
.media-album:hover .icon {
  transform: translate(-50%, -50%) scale(0.94);
}
.media-album:hover::after {
  opacity: 1;
}
.footer {
  position: relative;
  background-image: url("../img/footer/footerBG.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #000;
}

.footer h5 {
  color: #1e42b0;
}
.footer::before {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.94;
  background-color: rgba(207, 226, 232, 0.646);
  width: 100%;
  height: 100%;
  content: "";
}
.footer__container {
  position: relative;
  z-index: 2;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.footer__nav > li {
  margin-bottom: 8px;
}
.footer__nav a {
  position: relative;
  padding-left: 12px;
  left: 0;
  transition: all 0.1s ease-in-out;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.footer__nav a::before {
  position: absolute;
  top: 0px;
  left: -6px;
  opacity: 0.6;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(44, 70, 145)"><path d="M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z"></path></svg>');
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  font-weight: bold;
}
.footer__nav a:hover {
  left: 3px;
  color: #fff;
  background-color: #86a7f0;
}
.footer__social {
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer__social a {
  color: #000;
}
.footer__social a:hover {
  color: #263d91;
}
.footer-top {
  padding: 60px 0 40px;
}
@media (max-width: 991.98px) {
  .footer-top {
    padding: 30px 0 20px;
  }
}
.footer-bottom {
  border-radius: 10px;
  background-color: rgba(173, 194, 240, 0.3);
  padding: 24px;
  color: #000;
  font-size: 15px;
}
.footer-bottom a {
  color: #000;
}
.footer-bottom a:hover {
  color: #000;
}
.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: var(--color-primary);
  z-index: 5;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.scrollup__icon {
  color: var(--color-primary-lighten);
  width: 28px;
  height: 28px;
}
.scrollup:hover {
  background-color: var(--color-primary-dark);
}
.scrollup:hover .scrollup__icon {
  color: var(--bs-white);
}
@media (max-width: 575.98px) {
  .scrollup {
    bottom: 0px;
    right: 5px;
    height: 42px;
    border-radius: 4px 4px 0 0;
  }
}

.hover-scale:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.hover-bounce:hover {
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}

.navbar .dropdown-menu {
  z-index: 1050 !important; /* Bootstrap default */
}
.header,
.navbar {
  overflow: visible;
}

.dropdown-item i {
  margin-right: 8px;
  color: #032671;
}

/* Dropdown item transition */
.dropdown-item {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

/* Hover effekt */
.dropdown-item:hover {
  background-color: #f0f0f0; /* o'zgartirishingiz mumkin */
  transform: translateX(5px); /* silliq chap/ o'ng siljish */
}

/* Icon uchun animatsiya (ozgina aylanish) */
.dropdown-item i {
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.dropdown-item:hover i {
  transform: rotate(20deg) translateX(3px); /* icon silliq siljish va burilish */
}

/* hero section */
.hero {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Hero text animation */
.hero__subtitle,
.hero__title,
.hero__text {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.swiper-slide-active .hero__subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.swiper-slide-active .hero__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.swiper-slide-active .hero__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

/* Zoom effect for image */
.swiper-slide-active .hero__img {
  transform: scale(1.1);
}

/* Pagination dots */
.swiper-pagination-bullets {
  bottom: 25px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s;
}
.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.4);
}



/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

.btn-blick {
  position: relative;
  overflow: hidden;
  border: none !important;
  border-radius: 50px 0px 50px 0px;
  padding: 16px 34px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #6a11cb, #2575fc, #00f2fe);
  background-size: 300% 300%;
  color: #fff !important;
  box-shadow:
    0 10px 30px rgba(37, 117, 252, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: all 0.4s ease;
  animation: gradientMove 6s ease infinite;
}
.btn-blick2 {
  position: relative;
  overflow: hidden;
  border: none !important;
  border-radius: 0px 50px 0px 50px;
  padding: 16px 34px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #6a11cb, #2575fc, #00f2fe);
  background-size: 300% 300%;
  color: #fff !important;
  box-shadow:
    0 10px 30px rgba(37, 117, 252, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: all 0.4s ease;
  animation: gradientMove 6s ease infinite;
}

/* hover */
.btn-blick:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 18px 45px rgba(0, 242, 254, 0.45),
    0 0 35px rgba(106, 17, 203, 0.35);
}

/* bosilganda */
.btn-blick:active {
  transform: scale(0.97);
}

/* ichidagi icon */
.btn-blick svg {
  margin-left: 8px;
  transition: transform 0.4s ease;
}

.btn-blick:hover svg {
  transform: translateX(6px) translateY(-3px);
}

/* yorqin yaltirash effekti */
.btn-blick::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transform: skewX(-20deg);
  animation: shine 3.5s infinite;
}

/* neon aura */
.btn-blick::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #00f2fe, #6a11cb, #2575fc);
  filter: blur(14px);
  opacity: 0.55;
  z-index: -1;
}

@keyframes shine {
  0% {
    left: -60%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* review */

.review-slider .review-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-slider .review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  background: #cbd5e1;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #3b82f6;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* Element dastlab pastda va shaffof */
.fade-up {
  opacity: 0;
  transform: translateY(50px); /* pastdan boshlash */
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* Ko'rinadigan bo'lganda */
.fade-up.show {
  opacity: 1;
  transform: translateY(0); /* asl holat */
}

.flag-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-contact > .container-fluid > .row {
    flex-direction: row-reverse;
  }
}

.menu-icon{
  color: #1f42ac;
  font-size: 18px;
  transition: 0.2s;
}

.nav-link:hover .menu-icon{
  color: #ebebee;
}

/* modal -form new */



#modalOutprice .modal-content{
  border-radius:18px;
  border:none;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  background:linear-gradient(180deg,#ffffff,#f6f8fb);
}

/* Header */

#modalOutprice .modal-header{
  border:0;
  padding:22px 24px 10px;
}

#modalOutprice .modal-title{
  font-weight:700;
  letter-spacing:.3px;
}

/* Body */

#modalOutprice .modal-body{
  padding:10px 24px 0;
}

/* ===== Inputlar ===== */

#modalOutprice .form-control{
  border-radius:12px;
  padding-left:48px;
  height:56px;
  border:1px solid #e3e7ee;
  transition:.25s;
}

/* Floating label chiroyliroq */

#modalOutprice .form-floating>label{
  padding-left:48px;
  color:#6b7280;
}



/* Name */

#modalOutprice #name{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.5 20.25a7.5 7.5 0 0115 0'/%3E%3C/svg%3E")
    no-repeat 14px center;
  background-size:20px;
 


}

/* Phone */

#modalOutprice #phone{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M2.25 6.75l4.5-2.25 3 6-3 1.5a11.25 11.25 0 005.25 5.25l1.5-3 6 3-2.25 4.5c-6.45 0-14.25-7.8-14.25-14.25z'/%3E%3C/svg%3E")
    no-repeat 14px center;
  background-size:20px;
}

/* Email */

#modalOutprice #email{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M21.75 6.75l-9.75 6.75L2.25 6.75M3 18.75h18a.75.75 0 00.75-.75V6a.75.75 0 00-.75-.75H3A.75.75 0 002.25 6v12a.75.75 0 00.75.75z'/%3E%3C/svg%3E")
    no-repeat 14px center;
  background-size:20px;
}

/* ===== Footer ===== */

#modalOutprice .modal-footer{
  border:0;
  padding:16px 24px 22px;
  gap:10px;
}

/* Tugmalar */

#modalOutprice .btn{
  border-radius:12px;
  font-weight:600;
}

#modalOutprice .btn-primary{
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  border:none;
}

#modalOutprice .btn-primary:hover{
  filter:brightness(1.05);
}

/* Success / error bloklar */

#modalOutprice .text-success,
#modalOutprice .text-danger{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:500;
}

#modalOutprice .icon{
  width:22px;
  height:22px;
}

/* focus bo‘lganda icon joyi buzilmasin */

#modalOutprice #name,
#modalOutprice #phone,
#modalOutprice #email{
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 20px;
}

/* Bootstrap focus background ni bosib yubormasligi uchun */

#modalOutprice #name:focus,
#modalOutprice #phone:focus,
#modalOutprice #email:focus {
  background-position: 14px center !important;
  background-image: none !important;

}

/* Faqat name label ichidagi yulduzcha o‘chsin */

#modalOutprice label[for="name"] .text-danger{
  display: none;
}

/* svyaz new icon style */
/* faqat contact section ichidagi iconlar uchun */
.section-contact .icon{
  width: 20px;
  height: 20px;
  fill: currentColor;
  color: #b8c8e0;

  filter: drop-shadow(0 4px 10px rgba(13,110,253,.35));
}

/* chap tomondagi contact box iconlari */
.section-contact .contact-box__icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg,#0d6efd,#4facfe);
  color: #fff;

  box-shadow: 0 10px 25px rgba(13,110,253,.35);
  transition: .25s ease;
}

.section-contact .contact-box:hover .contact-box__icon{
  transform: translateY(-3px) scale(1.05);
}

/* form ichidagi iconlar */
.section-contact .form-floating--icon .icon{
  color: #d0dff6;
  opacity: .85;
  transition: .2s ease;
}

.section-contact .form-control:focus ~ .icon{
  color: #97c3ea;
  opacity: 1;
  transform: scale(1.1);
}


@media (max-width: 991.98px) {


  .header-nav .navbar-brand {
    margin-bottom: 8px;
  }

  .mobile-menu-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
   
 
    background-color: #bacce8;
  }

  .mobile-menu-text {
    font-weight: 600;
    letter-spacing: 1px;
  }
  
     #offcanvasNavbar{
    top: 160px !important;              
    height: calc(100vh - 120px) !important;
  }
}



.section-review{
   background-image: url("../../assets/img/create-package/fon2.png");
  
  background-position:  right 0;
  background-size: contain;


}



  .review-card {
  position: relative;
}

.review-card::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;

  background-image: url("https://unpkg.com/heroicons@2.0.18/24/outline/chat-bubble-left-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}
 
.review-slider2 .review-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left:350px;
  width: 60px;
  height: 60px;

  background-image: url("https://unpkg.com/heroicons@2.0.18/24/outline/chat-bubble-left-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}
 


/* company section */
.stanvoyage-about{
background:#f8fbff;


}

.stanvoyage-image img{
width:100%;
border-radius:20px;
box-shadow:0 10px 35px rgba(0,0,0,0.1);
}

.stanvoyage-label{
color:#1e88e5;
font-weight:600;
}

.stanvoyage-title{
font-size:38px;
font-weight:700;
margin:15px 0;
}

.stanvoyage-text{
color:#666;
margin-bottom:15px;
line-height:1.7;
}

.stanvoyage-stats{
display:flex;
gap:40px;
margin-top:25px;
}

.stanvoyage-item h3{
color:#1e88e5;
font-size:32px;
font-weight:700;
margin:0;
}

.stanvoyage-item p{
margin:0;
color:#777;
}
.stanvoyage-float-img{
width:420px;
float:right;
margin:0 0 20px 40px;
border-radius:20px;
box-shadow:0 10px 35px rgba(0,0,0,0.15);
}

.stanvoyage-text{
line-height:1.8;
margin-bottom:15px;
}

.stanvoyage-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 100px;
  text-align: center;
}

.stanvoyage-item h3 {
  font-size: 40px;
  font-weight: 700;
}

.stanvoyage-item p {
  margin: 0;
  font-size: 16px;
}

/* review section */



.reviews-vauv {
  padding: 70px 0;
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
}
.reviews-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
 
}
.review-card-vauv {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: transform 0.4s, box-shadow 0.4s;
}
.review-card-vauv:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}
.review-avatar-vauv img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0d6efd;
  transition: transform 0.3s;
}
.review-avatar-vauv img:hover {
  transform: scale(1.1);
}
.review-name-vauv {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #343a40;
}
.review-rating-vauv {
  display: flex;
  gap: 5px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.star {
  color: #ddd;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}
.star.filled {
  color: #ffc107;
}
.star:hover {
  transform: scale(1.3);
}
.review-meta-vauv {
  font-size: 0.9rem;
  color: #6c757d;
}
.review-text-vauv {
  font-size: 1rem;
  line-height: 1.6;
  margin: 15px 0;
  max-height: 120px;
  overflow: hidden;
  position: relative;
}
.review-thumbs-vauv {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.thumb-vauv {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.thumb-vauv:hover {
  transform: scale(1.2);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.review-answer-vauv {
  background: #e0f2ff;
  border-left: 5px solid #0d6efd;
  padding: 12px 15px;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #212529;
  font-weight: 500;
}


/* range price  */
 .custom-price-filter {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      max-width: 400px;
      margin: auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .custom-price-filter__title { font-weight: 600; margin-bottom: 15px; font-size: 18px; }
    .custom-price-filter__values {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 500;
    }
    .custom-price-filter__slider { margin-top: 10px; }

@media(max-width:767.98px){
  
.page-header {
  margin-top:-40px;
  margin-bottom: 40px;
}
}

