@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Bold.woff2") format("woff2"), url("../fonts/AzoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Italic.woff2") format("woff2"), url("../fonts/AzoSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-BoldItalic.woff2") format("woff2"), url("../fonts/AzoSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Medium.woff2") format("woff2"), url("../fonts/AzoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Thin.woff2") format("woff2"), url("../fonts/AzoSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-LightItalic.woff2") format("woff2"), url("../fonts/AzoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Light.woff2") format("woff2"), url("../fonts/AzoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Regular.woff2") format("woff2"), url("../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-MediumItalic.woff2") format("woff2"), url("../fonts/AzoSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Black.woff2") format("woff2"), url("../fonts/AzoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-BlackItalic.woff2") format("woff2"), url("../fonts/AzoSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-ThinItalic.woff2") format("woff2"), url("../fonts/AzoSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
/* RESET STYLES */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.5; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none; }

ul,
ol {
  list-style: none; }

/* TYPOGRAPHY STYLES */
body {
  font-family: "Azo Sans", sans-serif;
  font-size: 14px;
  color: #1d222b; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #1d222b; }

.fs-1 {
  font-size: 48px !important;
  line-height: 1.2 !important; }

.fs-2 {
  font-size: 36px !important;
  line-height: 1.2 !important; }

.fs-3 {
  font-size: 28px !important;
  line-height: 1.2 !important; }

.fs-4 {
  font-size: 22px !important;
  line-height: 1.4 !important; }

.fs-5 {
  font-size: 20px !important;
  line-height: 1.5 !important; }

.fs-6 {
  font-size: 16px !important;
  line-height: 1.5 !important; }

.fs-7 {
  font-size: 14px !important;
  line-height: 1.5 !important; }

@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 48px !important;
    line-height: 1.2 !important; }

  .fs-md-2 {
    font-size: 36px !important;
    line-height: 1.2 !important; }

  .fs-md-3 {
    font-size: 28px !important;
    line-height: 1.2 !important; }

  .fs-md-4 {
    font-size: 22px !important;
    line-height: 1.4 !important; } }
p {
  margin-bottom: 12px;
  color: #1d222b;
  line-height: 1.5; }

.text--primary {
  color: #3bb7eb !important; }
.text--accent {
  color: #eb4848 !important; }
.text--black {
  color: #000 !important; }
.text--white {
  color: #fff !important; }
.text--light {
  color: #939cab !important; }
.text--dark {
  color: #1d222b !important; }
.text--warnign {
  color: #ffd519 !important; }
.text--tiny {
  font-size: 12px;
  line-height: 1.5; }
.text--sm {
  font-size: 14px;
  line-height: 1.5; }
.text--rg {
  font-size: 16px;
  line-height: 1.5; }
.text--md {
  font-size: 18px;
  line-height: 1.5; }
.text--lg {
  font-size: 20px;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #3498db;
  transition: 0.3s ease; }
  a:hover {
    color: #2c80b4; }

/* GLOBAL ELEMENT STYLES */
html,
body {
  width: 100%;
  height: 100%; }

button {
  cursor: pointer; }

input,
textarea,
select {
  width: 100%;
  display: block; }

::selection {
  background-color: #3498db;
  color: #fff; }

.min-h-auto {
  min-height: auto !important; }

.py {
  padding: 2px 0 !important; }

.cp {
  cursor: pointer; }

.mw-440 {
  max-width: 440px; }

.loading-card {
  opacity: 0.5;
  animation: loadingPulse 1.7s ease-in-out infinite; }

@keyframes loadingPulse {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.1; } }
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99; }
  .header__top {
    background-color: #3bb7eb;
    padding: 8px 0px; }
    .header__top-menu nav > ul {
      display: flex;
      align-items: center;
      gap: 24px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .header__top-menu nav > ul > li > a {
        display: block;
        color: #FFF;
        font-weight: bold;
        font-size: 14px; }
  .header__main {
    padding: 12px 0px;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent; }
    .header__main.sticky {
      position: fixed;
      top: 0px;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 999;
      background-color: #fff;
      border-color: #dee4eb; }
    .header__main-logo {
      height: 40px;
      display: flex;
      align-items: flex-start; }
      @media (min-width: 992px) {
        .header__main-logo {
          height: 50px; } }
      .header__main-logo img {
        position: relative;
        top: -4px; }
    .header__main-menu {
      margin-left: 40px; }
      .header__main-menu nav > ul {
        display: flex;
        align-items: center;
        gap: 24px;
        margin: 0;
        padding: 0; }
        .header__main-menu nav > ul li {
          display: inline-block;
          line-height: 1; }
          .header__main-menu nav > ul li a {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #1d222b;
            font-weight: bold; }
            .header__main-menu nav > ul li a.lastMinute {
              color: #3bb7eb;
              top: 2px;
              position: relative; }
            .header__main-menu nav > ul li a:hover {
              color: #3bb7eb; }
    .header__main-end {
      gap: 8px; }
      @media (min-width: 1200px) {
        .header__main-end a.call {
          width: max-content;
          border-radius: 14px;
          padding: 0px 16px; } }

.footer__newsletter {
  background-color: #3c314c; }
  .footer__newsletter-mbtn {
    width: 100%;
    background-color: #fff;
    border: 2px solid #dee4eb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: #1d222b;
    padding: 10px 16px; }
    .footer__newsletter-mbtn span.icon {
      width: 40px;
      height: 40px;
      background-color: #3bb7eb;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
  .footer__newsletter-wrapper {
    padding: 40px 0px 32px;
    border-bottom: 1px solid #ffffff49; }
  .footer__newsletter-title h3 {
    color: #fff;
    margin-bottom: 14px; }
  .footer__newsletter-title p {
    color: #dee4eb;
    font-size: 16px; }
  .footer__newsletter-form {
    width: 100%; }
    @media (min-width: 992px) {
      .footer__newsletter-form {
        max-width: 455px; } }
    .footer__newsletter-form .checkBox label {
      color: #fff;
      font-size: 16px; }
      .footer__newsletter-form .checkBox label a {
        color: #3bb7eb;
        text-decoration: underline; }
  .footer__newsletter-formInput {
    position: relative; }
    @media (min-width: 992px) {
      .footer__newsletter-formInput {
        display: flex;
        align-items: stretch;
        gap: 10px; } }
    .footer__newsletter-formInput .form-control {
      height: 60px;
      padding-right: 60px; }
      @media (min-width: 992px) {
        .footer__newsletter-formInput .form-control {
          height: 48px; } }
  .footer__newsletter-submit {
    background-color: #3bb7eb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    right: 16px;
    top: 10px; }
    .footer__newsletter-submit:hover {
      background-color: #01b3ff; }
    @media (min-width: 992px) {
      .footer__newsletter-submit {
        position: initial;
        flex-shrink: 0;
        width: 48px;
        height: 48px; } }
.footer__main {
  padding: 32px 0px 40px;
  border-bottom: 1px solid #ffffff49;
  background-color: #3c314c; }
  @media (min-width: 992px) {
    .footer__main {
      border-bottom: none; } }
  .footer__main-widget h5 {
    font-size: 16px;
    color: #939cab;
    font-weight: normal;
    margin-bottom: 12px; }
.footer__mobileMenu .accordion-item {
  border: none;
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none; }
.footer__mobileMenu .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 0px;
  color: #939cab;
  font-size: 16px;
  font-weight: normal; }
  .footer__mobileMenu .accordion-button::after {
    background-image: url("../imgs/icons/arrow-down-white.svg"); }
.footer__mobileMenu .accordion-body {
  padding: 0px; }
.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1200px) {
    .footer__menu--column2 {
      column-count: 2; } }
  .footer__menu li a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 0px; }
    .footer__menu li a:hover {
      color: #3bb7eb; }
    @media (min-width: 1200px) {
      .footer__menu li a {
        padding: 4px 0px;
        font-size: 16px; } }
.footer__contacts .btn {
  background-color: #fff;
  padding: 7px 16px;
  font-size: 14px;
  min-height: auto; }
.footer__social {
  display: flex;
  align-items: center;
  gap: 12px; }
  .footer__social a {
    width: 48px;
    height: 48px;
    background-color: #776f82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__social a:hover {
      background-color: #9b8dad; }
.footer__bottom {
  background-color: #3c314cf2;
  padding: 40px 0px 40px; }
  .footer__bottom-content h6 {
    font-size: 14px;
    color: #dee4eb;
    line-height: 1.5;
    margin-bottom: 22px; }
  .footer__bottom-content p {
    color: #ffffff4d;
    font-size: 14px;
    line-height: 1.5; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid transparent;
  padding: 9px 20px;
  gap: 10px;
  font-weight: 700;
  line-height: 1;
  min-height: 48px; }
  .btn svg path {
    transition: all 0.3s ease; }
  .btn--main {
    background-color: #3bb7eb;
    border-color: #3bb7eb;
    color: #fff; }
    .btn--main:hover {
      background-color: #2f92bc;
      border-color: #2f92bc;
      color: #fff; }
  .btn--secondary {
    border-color: #dee4eb;
    background-color: #ffffff;
    color: #1d222b; }
    .btn--secondary:hover {
      border-color: #939cab;
      background-color: #ffffff;
      color: #1d222b; }
  .btn--contrust {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1d222b; }
    .btn--contrust:hover {
      border-color: #656f7f;
      background-color: #ffffff;
      color: #1d222b; }
  .btn__text {
    padding: 0px;
    border-radius: 0px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    line-height: 1;
    color: #1d222b;
    min-height: auto;
    width: max-content; }
    .btn__text svg path {
      transition: all 0.3s ease; }
    .btn__text:hover {
      color: #3bb7eb; }
      .btn__text:hover svg path {
        fill: #3bb7eb; }
    .btn__text-scondary {
      color: #1d222b; }
      .btn__text-scondary:hover {
        color: #3bb7eb; }
        .btn__text-scondary:hover svg path {
          fill: #3bb7eb; }
  .btn--white {
    background-color: #fff;
    border-color: #dee4eb;
    color: #1d222b; }
    .btn--white:hover {
      background-color: #2f92bc;
      border-color: #2f92bc;
      color: #fff; }
      .btn--white:hover svg path {
        fill: #fff; }
  .btn--outline-light {
    border-color: #dee4eb;
    background-color: transparent;
    color: #1d222b; }
    .btn--outline-light:hover {
      border-color: #939cab;
      background-color: #fff;
      color: #1d222b; }
  .btn--borderd {
    border: 2px solid;
    border-color: #dee4eb !important;
    padding: 0px;
    background-color: #fff;
    min-height: auto; }
    .btn--borderd:hover {
      border-color: #1d222b !important; }
  .btn--rounded {
    border-radius: 50%;
    padding: 0px; }
  .btn--sm {
    font-size: 14px;
    padding: 14px 16px; }
  .btn--filled-primary {
    background-color: #3bb7eb;
    border-color: #3bb7eb;
    min-height: auto; }
    .btn--filled-primary:hover {
      background-color: #2f92bc;
      border-color: #2f92bc;
      color: #fff; }
  .btn--40 {
    width: 40px;
    height: 40px; }
  .btn--36 {
    width: 36px;
    height: 36px; }
  .btn--m100 {
    width: 100%; }
    @media (min-width: 768px) {
      .btn--m100 {
        width: auto; } }

.dropdown button, .dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold; }
.dropdown--language .dropdown-menu {
  padding: 8px; }
  .dropdown--language .dropdown-menu li a {
    padding: 6px 8px;
    font-size: 14px;
    width: 100%; }
.dropdown--light button {
  color: #fff; }
.dropdown--sort .dropdown-menu li a {
  font-weight: normal; }
.dropdown-menu {
  border: 2px solid #dee4eb;
  border-radius: 8px;
  padding: 10px; }
  .dropdown-menu li a, .dropdown-menu li div {
    color: #1d222b;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px; }
    .dropdown-menu li a.active, .dropdown-menu li div.active {
      background-color: #3bb7eb;
      color: #fff; }
    .dropdown-menu li a:hover, .dropdown-menu li div:hover {
      background-color: #3bb7eb;
      color: #fff !important; }

.search__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  background-color: #fff;
  border: 2px solid #dee4eb;
  box-shadow: 0px 7px 20px 3px #0307121a;
  border-radius: 8px;
  min-width: 289px;
  z-index: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden; }
  .search__dropdown--direction {
    min-width: 616px; }
  .search__dropdown--calender {
    min-width: 616px; }
  .search__dropdown-content {
    padding: 12px 12px; }
  .search__dropdown-bottom {
    padding: 12px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 2px solid #dee4eb;
    justify-content: flex-end; }

.formDropdownItem.show {
  z-index: 9999; }
  .formDropdownItem.show .inputBox .arrow {
    transform: rotate(180deg); }
  .formDropdownItem.show .search__dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

/*
// Offer Card  CSS
*/
.offerCard {
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
  border-width: 2px !important; }
  .offerCard:hover {
    border-color: #1d222b !important;
    background-color: #f6f8fa; }
  .offerCard__badges {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 8px;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 10; }
  .offerCard__thumb {
    position: relative; }
    .offerCard__thumb-badgeImg {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      transform: scale(0.8);
      transform-origin: bottom right; }
    .offerCard__thumb .small-badge {
      transform: scale(0.7); }
    .offerCard__thumb-img {
      border-radius: 10px;
      overflow: hidden;
      height: 206px;
      position: relative; }
      .offerCard__thumb-img .offerCard__thumb-badgeImg {
        max-width: 110px;
        width: 100%;
        height: auto; }
      .offerCard__thumb-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    @media (min-width: 992px) {
      .offerCard__thumb-slider {
        margin-bottom: 10px; } }
    .offerCard__thumb-navSlider .swiper-slide img {
      width: 100%;
      height: 52px;
      border-radius: 8px;
      object-fit: cover;
      object-position: center; }
  .offerCard__content {
    padding-top: 10px;
    position: relative; }
    .offerCard__content h4 a {
      color: #1d222b; }
      .offerCard__content h4 a::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 1; }
    .offerCard__content-cheklist {
      max-width: 363px; }
    .offerCard__content-meta {
      position: relative;
      z-index: 2; }
      .offerCard__content-meta .btn {
        padding: 0px 0px !important; }
      @media (min-width: 992px) {
        .offerCard__content-meta {
          position: absolute;
          top: 10px;
          right: 0; } }
    .offerCard__content .btn {
      padding: 8px 16px;
      position: relative;
      min-height: auto;
      z-index: 2; }
      @media (min-width: 992px) {
        .offerCard__content .btn {
          background: #fff; } }
    .offerCard__content-bottom .btn {
      width: 100%; }
  .offerCard__info h4 {
    gap: 8px !important;
    display: flex;
    align-items: center; }
    .offerCard__info h4 .badge {
      width: 23px;
      height: 20px;
      border-radius: 8px;
      padding: 0px;
      text-align: center;
      line-height: 20px;
      justify-content: center;
      font-size: 10px; }
  .offerCard__info .table {
    max-width: 400px; }
    .offerCard__info .table th {
      font-weight: normal; }
  @media (min-width: 1200px) {
    .offerCard--filter {
      display: flex;
      align-items: flex-start; } }
  @media (min-width: 1200px) {
    .offerCard--filter .offerCard__thumb {
      flex: 0 0 auto;
      width: 280px; } }
  @media (min-width: 1200px) {
    .offerCard--filter .offerCard__content {
      padding-left: 16px; } }
  .offerCard--filter .offerCard__content-main .offerCard__content-meta {
    position: initial; }
  @media (min-width: 1200px) {
    .offerCard--filter .offerCard__content-main {
      align-items: flex-start; } }

/*
// ImpressionItem Card CSS
*/
@media (min-width: 1200px) {
  .impressionItem {
    display: flex;
    align-items: stretch; } }
.impressionItem:hover .impressionItem__thumb-hoverVisable {
  opacity: 1;
  visibility: visible;
  z-index: 1; }
.impressionItem__thumb {
  height: 178px;
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .impressionItem__thumb {
      width: 296px;
      flex-shrink: 0; } }
  .impressionItem__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1; }
    .impressionItem__thumb img.impressionItem__thumb-hoverVisable {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 10px;
      z-index: 0; }
.impressionItem__content {
  padding: 16px 0px; }
  @media (min-width: 1200px) {
    .impressionItem__content {
      padding: 0px 0px 0px 20px; } }
  .impressionItem__content h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; }
    @media (min-width: 992px) {
      .impressionItem__content h4 {
        margin-bottom: 35px; } }

/*
// Filter Card Items CSS
*/
/*
// Card Items CSS
*/
/*
// Card Items CSS
*/
/*
// Card Items CSS
*/
/*
// Card Items CSS
*/
/*
// Offcanvas Css
*/
.offcanvas {
  transition: all 0.3s ease; }
  .offcanvas--directionForm {
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(100%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed; }
    .offcanvas--directionForm.show {
      transform: translateX(0%); }
  .offcanvas--pupupBottom {
    top: 30px;
    background-color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border: 2px solid #dee4eb !important;
    height: auto !important; }
    .offcanvas--pupupBottom .offcanvas-header {
      justify-content: center;
      flex-direction: column;
      gap: 8px; }
      .offcanvas--pupupBottom .offcanvas-header span.line {
        width: 36px;
        height: 3px;
        border-radius: 4px;
        display: block;
        margin: 0 auto;
        background-color: #dee4eb; }
      .offcanvas--pupupBottom .offcanvas-header .btn-close {
        position: absolute;
        right: 16px;
        top: 23px;
        border-radius: 0px;
        box-shadow: none;
        outline: none;
        background-image: none;
        border: none;
        opacity: 1; }
        .offcanvas--pupupBottom .offcanvas-header .btn-close:focus {
          outline: none;
          box-shadow: none;
          border: none; }
    .offcanvas--pupupBottom .offcanvas-body {
      min-height: 100px; }
  .offcanvas__menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .offcanvas__menu ul li a {
      padding: 12px 0px;
      font-size: 16px;
      color: #1d222b;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #dee4eb; }
    .offcanvas__menu ul li ul li a {
      padding: 10px 20px;
      font-size: 16px;
      line-height: 1; }

/*
// Hero Section css
*/
.hero--section {
  background-color: #f1f5f8;
  padding: 76px 0px 32px; }
  @media (min-width: 992px) {
    .hero--section {
      padding: 113px 0px 24px; } }
  .hero--section .swiper-navs button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    padding-right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .hero--section .swiper-navs button:last-child {
      left: auto;
      right: -50px;
      padding-left: 3px; }
  .hero--section .swiper-pagination {
    bottom: 0px;
    height: auto; }
.hero__main {
  border-radius: 16px;
  position: relative; }
  @media (min-width: 768px) {
    .hero__main {
      padding: 24px 24px; } }
  .hero__main-img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .hero__main-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }
    .hero__main-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      border-radius: 16px; }
      @media (min-width: 768px) {
        .hero__main-img img {
          height: 310px; } }
  .hero__main-content {
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .hero__main-content {
        height: 260px; } }
    @media (min-width: 768px) {
      .hero__main-content {
        background-color: #fff;
        border-radius: 12px;
        padding: 22px 24px;
        max-width: 480px;
        border: 2px solid #dee4eb; } }
    @media (min-width: 768px) {
      .hero__main-content a {
        width: auto !important; } }
.hero__search-box {
  padding: 20px 20px;
  border-radius: 16px;
  gap: 10px; }
  @media (min-width: 1200px) {
    .hero__search-box {
      display: flex;
      margin-bottom: 0px;
      align-items: flex-end; } }
.hero__search-wrapper {
  margin-bottom: 12px; }
  @media (min-width: 1200px) {
    .hero__search-wrapper {
      margin-bottom: 0px;
      flex-grow: 1;
      width: calc(100% - 250px); } }
.hero__search-submit {
  flex-shrink: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .hero__search-submit {
      width: 250px; } }
  .hero__search-submit button.btn {
    height: 48px;
    padding: 0px; }

/*
// category Section css
*/
.category__items {
  display: flex;
  flex-direction: column;
  width: 156px;
  gap: 13px; }
  @media (min-width: 768px) {
    .category__items {
      width: 328px;
      flex-direction: row; } }
.category__item {
  position: relative;
  width: 100%;
  height: 137px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #f1f5f8;
  gap: 12px;
  transition: all 0.3s ease;
  border: 2px solid #FFF; }
  .category__item:hover {
    border-color: #1d222b; }
  .category__item .box {
    width: 100%;
    height: 65px; }
  .category__item img {
    width: 38%;
    object-fit: contain;
    height: 100%; }
  .category__item a {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    text-align: center;
    color: #1d222b;
    font-weight: bold; }
    .category__item a::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: ''; }

/*
// Top Offer  Section css
*/
.topOffers--section {
  background-color: #3bb7eb; }
.topOffers__slides .offerCard {
  max-width: 370px; }
  @media (min-width: 992px) {
    .topOffers__slides .offerCard {
      max-width: 100%; } }

/*
// impression Section css
*/
.impression--section {
  background-color: #f1f5f8; }
.impression .impressionItem {
  width: 300px; }
  @media (min-width: 992px) {
    .impression .impressionItem {
      width: 100%; } }
.impression__bottom {
  margin-top: 24px; }
  .impression__bottom .btn {
    width: 100%; }
    @media (min-width: 768px) {
      .impression__bottom .btn {
        width: auto; } }

/*
// Gift Section css
*/
.gift__wrapper {
  background-color: #3bb7eb;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  overflow: hidden; }
  .gift__wrapper-obj {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none; }
    @media (min-width: 992px) {
      .gift__wrapper-obj {
        display: block; } }
  .gift__wrapper-content {
    max-width: 520px;
    margin: 0 auto;
    width: 100%; }
  .gift__wrapper-img img {
    max-width: 100%;
    border-radius: 10px; }

/*
// News  Section css
*/
.news--section {
  background-color: #f1f5f8; }
.news__category button {
  padding: 11px 12px;
  border-radius: 10px;
  font-weight: bold;
  color: #939cab;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease; }
  .news__category button:hover {
    background-color: #8e81a1;
    color: #fff; }
  .news__category button.active {
    background-color: #3c314c;
    color: #fff; }

/*
// category Section css
*/
/*
// category Section css
*/
.filter--section {
  background-color: #f1f5f8;
  padding: 76px 0px 32px; }
  @media (min-width: 992px) {
    .filter--section {
      padding: 126px 0px 24px; } }
.filter__fixedBtn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  bottom: 32px;
  z-index: 99;
  box-shadow: 0px 3px 12px 0px #776f8259; }
.filter__status {
  padding: 32px 0px 40px;
  border-bottom: 1px solid #dee4eb;
  margin-bottom: 20px; }
.filter__tags {
  display: flex;
  align-items: stretch;
  gap: 8px; }
.filter__tag {
  padding: 6px 8px;
  font-size: 12px;
  color: #1d222b;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  border-radius: 8px;
  background-color: #e5eff2; }
  .filter__tag span {
    cursor: pointer; }
.filter__title h2 {
  font-size: 24px; }
  @media (min-width: 992px) {
    .filter__title h2 {
      font-size: 36px; } }

.menuList li {
  padding: 2px 0; }
  .menuList li a, .menuList li div {
    display: block;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 16px;
    color: #1d222b; }
    .menuList li a.active, .menuList li div.active {
      color: #fff;
      background-color: #3bb7eb; }
    .menuList li a:hover, .menuList li div:hover {
      color: #fff;
      background-color: #3bb7eb; }

/*
// border-colors
*/
.border-color {
  border-color: #dee4eb !important; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #29292979;
  opacity: 0;
  visibility: hidden; }
  .overlay.show {
    opacity: 1;
    visibility: visible;
    z-index: 999; }

/*
// input-box css
*/
.inputBox {
  position: relative; }
  .inputBox .icon {
    position: absolute;
    left: 16px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap; }
  .inputBox .arrow {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    transition: all 0.3s ease; }
  .inputBox .form-control {
    padding: 0px 50px; }
    .inputBox .form-control:first-child {
      padding-left: 16px; }

/*
// form-control css
*/
.form-control {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border-width: 2px;
  border-color: #dee4eb;
  font-size: 16px;
  color: #1d222b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .form-control::placeholder {
    font-size: 16px;
    color: #939cab;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #656f7f;
    background-color: #fff; }

/*
// Swiper Slider Defult Css
*/
.swiper-pagination {
  line-height: 1; }
  .swiper-pagination-light .swiper-pagination-bullet {
    background-color: #ffffff4d; }
    .swiper-pagination-light .swiper-pagination-bullet-active {
      background-color: #fff; }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    background-color: #c8cfda; }
    @media (min-width: 992px) {
      .swiper-pagination-bullet {
        width: 10px;
        height: 10px; } }
    .swiper-pagination-bullet-active {
      background-color: #939cab;
      opacity: 1; }
.swiper-navs button {
  padding-right: 2px; }
  .swiper-navs button:last-child {
    padding-left: 3px; }

/*
// badge css
*/
.badge {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 7px 8px 7px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 2px; }
  .badge:hover {
    color: #fff; }
  .badge--primary {
    background-color: #3bb7eb;
    color: #fff; }
  .badge--warning {
    background-color: #ffd519;
    color: #fff; }
  .badge--accent {
    background-color: #eb4848;
    color: #fff; }
  .badge--dark {
    background-color: #3c314c;
    color: #fff; }
  .badge--blue {
    background-color: #0e58e1;
    color: #fff; }
  .badge--light {
    background-color: #fff;
    color: #1d222b; }
  .badge--xs {
    font-size: 10px;
    padding: 2px 2px; }

/*
// Bootstrap Tooltip Customize css
*/
.tooltip.show {
  opacity: 1; }
.tooltip-inner {
  background-color: #1d222b !important;
  /* Background color */
  color: #fff !important;
  /* Text color */
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
.tooltip.bs-tooltip-top, .tooltip-arrow::before {
  border-top-color: #1d222b !important; }

/*
// Section Padding
*/
.section--padding {
  padding: 40px 0px 40px; }
.section__title {
  margin-bottom: 24px; }

/*
// CheckBox Radio box Default Css
*/
.checkBox--circle label span.ind {
  border-radius: 50%; }
.checkBox input {
  display: none; }
  .checkBox input:checked ~ label span.ind {
    background-color: #3bb7eb;
    border-color: #3bb7eb; }
    .checkBox input:checked ~ label span.ind img {
      opacity: 1; }
.checkBox label {
  font-size: 14px;
  color: #1d222b;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .checkBox label {
      font-size: 16px; } }
  .checkBox label .ind {
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #dee4eb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.3s ease; }
    .checkBox label .ind img {
      opacity: 0; }
  .checkBox label:hover span.ind {
    background-color: #e5eff2;
    border-color: #1d222b; }

/*
// Flatpicker Defult Css
*/
.flatpickr .dayContainer {
  gap: 0px !important;
  box-shadow: none !important; }
.flatpickr-calendar {
  padding: 0px;
  border: 0 !important;
  box-shadow: none;
  background-color: transparent; }
.flatpickr-days {
  gap: 10px !important; }
.flatpickr-day {
  margin: 0 !important;
  border-radius: 4px !important; }
  .flatpickr-day.startRange {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .flatpickr-day.endRange {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; }
  .flatpickr-day.today {
    border-width: 2px;
    border-color: #656f7f; }
  .flatpickr-day.inRange {
    border-radius: 0px !important;
    -webkit-box-shadow: -5px 0 0 #e5eff2, 5px 0 0 #e5eff2;
    box-shadow: -5px 0 0 #e5eff2, 5px 0 0 #e5eff2; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e5eff2;
  border-color: #e5eff2; }

.dayContainer + .dayContainer {
  box-shadow: none !important; }

.flatpickr-current-month span.cur-month {
  font-size: 16px;
  font-weight: bold; }

.flatpickr-current-month input.cur-year {
  font-size: 16px;
  font-weight: bold; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #3bb7eb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #3bb7eb; }

/*
// Tabel css
*/
.table {
  background-color: transparent !important; }
  .table tr th {
    background-color: transparent; }
  .table tr td {
    background-color: transparent; }

/*# sourceMappingURL=style.css.map */
